diff options
author | Alan Modra <amodra@gmail.com> | 2003-07-26 10:22:01 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2003-07-26 10:22:01 +0000 |
commit | b59a021820b83a2fd121ac45552aff5d80187eb2 (patch) | |
tree | b7f7249c70252cf233a45b8efca42cc6e4f3961b /ld | |
parent | 72ffddc92807fede9220237752b124bf4b2dfd93 (diff) | |
download | gdb-b59a021820b83a2fd121ac45552aff5d80187eb2.zip gdb-b59a021820b83a2fd121ac45552aff5d80187eb2.tar.gz gdb-b59a021820b83a2fd121ac45552aff5d80187eb2.tar.bz2 |
Update tests for corrected section attributes and objdump change.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | ld/testsuite/ld-powerpc/tlsexe32.d | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-powerpc/tlsso32.d | 4 |
3 files changed, 13 insertions, 0 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index e6d179a..692fc5f 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2003-07-26 Alan Modra <amodra@bigpond.net.au> + + * ld-powerpc/tlsexe32.d: Update. + * ld-powerpc/tlsso32.d: Update. + 2003-07-24 H.J. Lu <hongjiu.lu@intel.com> * ld-powerpc/tlsexe.r: .sbss is NOBITS, not PROGBITS. diff --git a/ld/testsuite/ld-powerpc/tlsexe32.d b/ld/testsuite/ld-powerpc/tlsexe32.d index 6c07ffa..ed4024f 100644 --- a/ld/testsuite/ld-powerpc/tlsexe32.d +++ b/ld/testsuite/ld-powerpc/tlsexe32.d @@ -43,3 +43,7 @@ Disassembly of section \.got: 18103b8: 4e 80 00 21 blrl 18103bc: 01 81 03 18 \.long 0x1810318 \.\.\. +Disassembly of section \.plt: + +018103d4 <\.plt>: + \.\.\. diff --git a/ld/testsuite/ld-powerpc/tlsso32.d b/ld/testsuite/ld-powerpc/tlsso32.d index 2db9658..d611c26 100644 --- a/ld/testsuite/ld-powerpc/tlsso32.d +++ b/ld/testsuite/ld-powerpc/tlsso32.d @@ -43,3 +43,7 @@ Disassembly of section \.got: 10664: 4e 80 00 21 blrl 10668: 00 01 05 c4 \.long 0x105c4 \.\.\. +Disassembly of section \.plt: + +00010698 <\.plt>: + \.\.\. |