diff options
author | Nick Clifton <nickc@redhat.com> | 2008-10-07 12:03:18 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2008-10-07 12:03:18 +0000 |
commit | b9eb56c1fd7e43313494e4f50ed4f61351e49b16 (patch) | |
tree | 5be179632abda50b57494bb00b1316d429f1ec75 /ld | |
parent | 1c08f2c880d39514a2917c24de11e5619bb81081 (diff) | |
download | fsf-binutils-gdb-b9eb56c1fd7e43313494e4f50ed4f61351e49b16.zip fsf-binutils-gdb-b9eb56c1fd7e43313494e4f50ed4f61351e49b16.tar.gz fsf-binutils-gdb-b9eb56c1fd7e43313494e4f50ed4f61351e49b16.tar.bz2 |
* readelf.c (process_section_headers): Do not cut the section names and
types if running with --wide.
* ld-ia64/tlsbin.rd: Update expected output now that --wide does
not truncate section names.
* ld-ia64/tlspic.rd: Likewise.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | ld/testsuite/ld-ia64/tlsbin.rd | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-ia64/tlspic.rd | 4 |
3 files changed, 10 insertions, 4 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index eca0c79..a9e1d84 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2008-10-07 Nick Clifton <nickc@redhat.com> + + * ld-ia64/tlsbin.rd: Update expected output now that --wide does + not truncate section names. + * ld-ia64/tlspic.rd: Likewise. + 2008-10-06 Tom Tromey <tromey@redhat.com> * ld-elf/eh1.d, ld-elf/eh2.d, ld-elf/eh3.d, ld-elf/eh4.d, diff --git a/ld/testsuite/ld-ia64/tlsbin.rd b/ld/testsuite/ld-ia64/tlsbin.rd index 7f130a4..ca0d69e 100644 --- a/ld/testsuite/ld-ia64/tlsbin.rd +++ b/ld/testsuite/ld-ia64/tlsbin.rd @@ -15,10 +15,10 @@ Section Headers: +\[[ 0-9]+\] .dynsym +.* +\[[ 0-9]+\] .dynstr +.* +\[[ 0-9]+\] .rela.dyn +.* - +\[[ 0-9]+\] .rela.IA_64.pltof +.* + +\[[ 0-9]+\] .rela.IA_64.pltoff +.* +\[[ 0-9]+\] .plt +.* +\[[ 0-9]+\] .text +PROGBITS +40+1000 0+1000 0+140 00 +AX +0 +0 4096 - +\[[ 0-9]+\] .IA_64.unwind_inf +.* + +\[[ 0-9]+\] .IA_64.unwind_info +.* +\[[ 0-9]+\] .IA_64.unwind +.* +\[[ 0-9]+\] .tdata +PROGBITS +60+1[0-9a-f]+ 0+1[0-9a-f]+ 0+60 00 WAT +0 +0 +4 +\[[ 0-9]+\] .tbss +NOBITS +60+1[0-9a-f]+ 0+1[0-9a-f]+ 0+40 00 WAT +0 +0 +1 diff --git a/ld/testsuite/ld-ia64/tlspic.rd b/ld/testsuite/ld-ia64/tlspic.rd index 509e598..9bf4387 100644 --- a/ld/testsuite/ld-ia64/tlspic.rd +++ b/ld/testsuite/ld-ia64/tlspic.rd @@ -14,10 +14,10 @@ Section Headers: +\[[ 0-9]+\] .dynsym +.* +\[[ 0-9]+\] .dynstr +.* +\[[ 0-9]+\] .rela.dyn +.* - +\[[ 0-9]+\] .rela.IA_64.pltof +.* + +\[[ 0-9]+\] .rela.IA_64.pltoff +.* +\[[ 0-9]+\] .plt +.* +\[[ 0-9]+\] .text +PROGBITS +0+1000 0+1000 0+110 00 +AX +0 +0 4096 - +\[[ 0-9]+\] .IA_64.unwind_inf +.* + +\[[ 0-9]+\] .IA_64.unwind_info +.* +\[[ 0-9]+\] .IA_64.unwind +.* +\[[ 0-9]+\] .tdata +PROGBITS +0+11[0-9a-f]+ 0+1[0-9a-f]+ 0+60 00 WAT +0 +0 +4 +\[[ 0-9]+\] .tbss +NOBITS +0+11[0-9a-f]+ 0+1[0-9a-f]+ 0+20 00 WAT +0 +0 +1 |