diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2007-10-09 13:32:50 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2007-10-09 13:32:50 +0000 |
commit | 6bd1a22c3eecb1892841a530544d8cdf43af5263 (patch) | |
tree | d004986dbab675e3c27b18b33958af0a45a8cf2c /ld | |
parent | 51e9e0d47bada8db744674291badbbb30f4ea8a4 (diff) | |
download | gdb-6bd1a22c3eecb1892841a530544d8cdf43af5263.zip gdb-6bd1a22c3eecb1892841a530544d8cdf43af5263.tar.gz gdb-6bd1a22c3eecb1892841a530544d8cdf43af5263.tar.bz2 |
binutils/
2007-10-09 H.J. Lu <hongjiu.lu@intel.com>
PR binutils/4476
* readelf.c (print_dynamic_symbol): New.
(process_symbol_table): Handle DT_GNU_HASH for dynamic symbols.
ld/testsuite/
2007-10-09 H.J. Lu <hongjiu.lu@intel.com>
PR binutils/4476
* ld-elf/hash.d: Check "-s -D" for readelf.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | ld/testsuite/ld-elf/hash.d | 10 |
2 files changed, 14 insertions, 1 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index a555727..8c3f736 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2007-10-09 H.J. Lu <hongjiu.lu@intel.com> + + PR binutils/4476 + * ld-elf/hash.d: Check "-s -D" for readelf. + 2007-10-02 Ralf Habecker <ralf.habacker@freenet.de> PR linker/4844 diff --git a/ld/testsuite/ld-elf/hash.d b/ld/testsuite/ld-elf/hash.d index 9c5a8f9..b3769aa 100644 --- a/ld/testsuite/ld-elf/hash.d +++ b/ld/testsuite/ld-elf/hash.d @@ -1,5 +1,5 @@ #source: start.s -#readelf: -d +#readelf: -d -s -D #ld: -shared --hash-style=gnu #target: *-*-linux* #notarget: mips*-*-* @@ -7,3 +7,11 @@ #... [ ]*0x[0-9a-z]+[ ]+\(GNU_HASH\)[ ]+0x[0-9a-z]+ #... +[ ]+[0-9]+[ ]+[0-9]+:[ ]+[0-9a-f]+[ ]+[0-9]+[ ]+NOTYPE[ ]+GLOBAL DEFAULT[ ]+[1-9] _start +#... +[ ]+[0-9]+[ ]+[0-9]+:[ ]+[0-9a-f]+[ ]+[0-9]+[ ]+NOTYPE[ ]+GLOBAL DEFAULT[ ]+[1-9] main +#... +[ ]+[0-9]+[ ]+[0-9]+:[ ]+[0-9a-f]+[ ]+[0-9]+[ ]+NOTYPE[ ]+GLOBAL DEFAULT[ ]+[1-9] start +#... +[ ]+[0-9]+[ ]+[0-9]+:[ ]+[0-9a-f]+[ ]+[0-9]+[ ]+NOTYPE[ ]+GLOBAL DEFAULT[ ]+[1-9] __start +#... |