diff options
| author | Mark Wielaard <[email protected]> | 2015-12-31 23:03:20 +0100 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2016-01-05 08:55:44 +0100 |
| commit | 29ee512fb8a71b0d22065c369a2117ff758bdf5e (patch) | |
| tree | d73bf06adc50534b8e590e85cd6ac81f0f4deaa9 /tests/ChangeLog | |
| parent | 193396a9e2d564a35e1e6c5584276d8e88abf2ed (diff) | |
tests: elfstrmerge warn about STT_SECTION symbol for shstrhndx.
Old linkers might have created an STT_SECTION symbol for the section
header string table section, which isn't actually used. For now just
warn about such symbols. If such a symbol would actually really be used
(but why?) then we would have to handle it by removing it and rewriting
the symbol table.
This is a testsuite only change, but includes an extra test with files
that have such STT_SECTION symbols to make sure it will be handled in
case we "upgrade" the elfstrmerge test to a real utility.
Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'tests/ChangeLog')
| -rw-r--r-- | tests/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index b8d1d954..933f7c92 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,10 @@ +2015-12-31 Mark Wielaard <[email protected]> + + * elfstrmerge.c (main): Warn about STT_SECTION symbol for shstrhndx. + * run-elfstrmerge-test.sh: New test. + * Makefile.am (TESTS): Add run-elfstrmerge-test.sh + (EXTRA_DIST): Likewise. + 2015-12-08 Jose E. Marchesi <[email protected]> * run-backtrace-core-sparc.sh: New file. |
