summaryrefslogtreecommitdiffstats
path: root/src/strip.c
Commit message (Collapse)AuthorAgeFilesLines
* src/Roland McGrath2008-04-111-263/+305
| | | | | | | | | | | | | * strip.c (handle_elf): Don't keep sections that kept symbol tables refer to. Instead, just be sure to preserve the original symbol table in the debug file so those symbols go with their sections and can be elided from the stripped version of the symbol table. tests/ * testfile48.bz2, testfile48.bz2.debug: New data files. * Makefile.am (EXTRA_DIST): Add them. * run-strip-test8.sh: Use them.
* propagate from branch 'com.redhat.elfutils.roland.pending' (head ↵Ulrich Drepper2008-01-091-1/+2
| | | | | | 26cc2ce45739af072e7ff4fdab5e8eb7cd756d50) to branch 'com.redhat.elfutils' (head bb519012dee7013b2cab5c2f5ed465cb3821b063)
* propagate from branch 'com.redhat.elfutils.disasm' (head ↵Ulrich Drepper2008-01-021-3/+6
| | | | | | d15b4eb794e81e477f9896fe82a74cb5ecf4514c) to branch 'com.redhat.elfutils' (head eaacbf01f8cc89d043ec6eca9b5e35cb5c4cde06)
* Update copyright year.Ulrich Drepper2008-01-021-1/+1
|
* Prepare for 0.128 release.Ulrich Drepper2007-06-061-4/+4
| | | | | | Minor fixes. Update gettext files to 0.16.1.
* src/Roland McGrath2007-05-181-20/+31
| | | | | | | | | | | | | | | | | | | 2007-05-18 Roland McGrath <[email protected]> * unstrip.c (copy_elided_sections): Match up non-NOBITS sections with stripped file, so as not to duplicate a section copied in both. * strip.c (handle_elf): Keep SHT_NOTE section copies in the debug file. tests/ 2007-05-18 Roland McGrath <[email protected]> * run-strip-test4.sh (stripped, debugfile): Use new reference files. * testfile37.bz2: New data file. * testfile37.debug.bz2: New data file. * run-unstrip-test2.sh: New file. * Makefile.am (TESTS, EXTRA_DIST): Add them.
* 2007-04-24 Roland McGrath <[email protected]>Roland McGrath2007-04-251-1/+1
| | | | | * run-strip-test.sh: When we saved the debug info, test unstrip too.
* Update copyright year.elfutils-0.125Ulrich Drepper2007-01-101-2/+2
|
* propagate from branch 'com.redhat.elfutils' (head ↵Roland McGrath2006-12-171-2/+2
| | | | | | b4944cf70801d9dac056f4f80ef1334e5acb8bdc) to branch 'com.redhat.elfutils.roland.pending' (head e7e402c668fb0670fc5f6b6a522853ae88f32f11)
* Fix FSF address. No exception for libdwarf.Ulrich Drepper2006-04-041-1/+1
|
* Prepare for 0.120 release.Ulrich Drepper2006-04-041-2/+2
|
* propagate from branch 'com.redhat.elfutils.roland.pending' (head ↵Ulrich Drepper2006-04-041-9/+21
| | | | | | 4f8fc821345feef58624f0aa5b470d4827577d8c) to branch 'com.redhat.elfutils' (head 76e26cb54695fd3b21ee8fb5be3036bd68200633)
* Cleanup of messages.Ulrich Drepper2005-09-031-3/+3
|
* merge of 0bdc7517571447282c23ea28a69147eabf574048Roland McGrath2005-08-111-49/+29
| | | | and b0183df71043735ade5c882809fed6c7ca571b2a
* Update DW_LNS_set_epilogue_begin uses to correct misspelling.Roland McGrath2005-08-101-29/+49
|
* Change addr2line to use dwfl_* functions.Ulrich Drepper2005-08-111-47/+28
| | | | Minor strip cleanups.
* Minimal cleanup in strip.Ulrich Drepper2005-08-111-2/+1
|
* 2005-08-08 Roland McGrath <[email protected]>Roland McGrath2005-08-091-0/+20
| | | | | | | * strip.c (options, parse_opt): Grok -R .comment for compatibility with binutils strip. Likewise -d, -S, as aliases for -g. Likewise ignore -s/--strip-all.
* 2005-08-07 Roland McGrath <[email protected]>Roland McGrath2005-08-081-2/+3
| | | | | | * strip.c (process_file): Open read-only when using a different output file.
* Adjust for monotone.Ulrich Drepper2005-07-261-0/+1750