]> git.ipfire.org Git - thirdparty/elfutils.git/commit
src/
authorRoland McGrath <roland@redhat.com>
Fri, 11 Apr 2008 07:01:58 +0000 (07:01 +0000)
committerRoland McGrath <roland@redhat.com>
Fri, 11 Apr 2008 07:01:58 +0000 (07:01 +0000)
commit521c47d2a216fc64098c024fc5ed53532b485f32
treea0ac572e77cbdded1f90fb1996d95cbe3890c36b
parent9c4242ef635e2017b1aab2975e4529791b24208f
src/
* 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.
12 files changed:
src/ChangeLog
src/elflint.c
src/strip.c
tests/ChangeLog
tests/Makefile.am
tests/run-strip-test.sh
tests/run-strip-test8.sh [new file with mode: 0755]
tests/testfile16.bz2
tests/testfile16.debug.bz2
tests/testfile47.bz2 [new file with mode: 0644]
tests/testfile48.bz2 [new file with mode: 0644]
tests/testfile48.debug.bz2 [new file with mode: 0644]