diff options
author | Nick Clifton <nickc@redhat.com> | 2009-07-17 13:36:16 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2009-07-17 13:36:16 +0000 |
commit | 1c4c13cd94a2f88ad6aefcac4c5b17825c7f7ba5 (patch) | |
tree | 5334df89c6c7323760a266a02ef02b332f43a932 | |
parent | 6d30f5b2dcf2d644300d8ab5ada56cfa22f97bf2 (diff) | |
download | ppe42-binutils-1c4c13cd94a2f88ad6aefcac4c5b17825c7f7ba5.tar.gz ppe42-binutils-1c4c13cd94a2f88ad6aefcac4c5b17825c7f7ba5.zip |
* ld-mips-elf/pic-and-nonpic-3b.dd: Updated to use new PLT
entries.
* ld-mips-elf/pic-and-nonpic-5b.dd: Likewise.
* ld-mips-elf/pic-and-nonpic-6-o32.dd: Likewise.
* ld-mips-elf/pic-and-nonpic-6-n32.dd: Likewise.
* ld-mips-elf/pic-and-nonpic-6-n64.dd: Likewise.
-rw-r--r-- | ld/testsuite/ChangeLog | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-mips-elf/pic-and-nonpic-6-n32.dd | 7 | ||||
-rw-r--r-- | ld/testsuite/ld-mips-elf/pic-and-nonpic-6-n64.dd | 7 |
3 files changed, 8 insertions, 8 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index ae03abeb5a..2ef2e2aebb 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -4,6 +4,8 @@ entries. * ld-mips-elf/pic-and-nonpic-5b.dd: Likewise. * ld-mips-elf/pic-and-nonpic-6-o32.dd: Likewise. + * ld-mips-elf/pic-and-nonpic-6-n32.dd: Likewise. + * ld-mips-elf/pic-and-nonpic-6-n64.dd: Likewise. 2009-07-16 H.J. Lu <hongjiu.lu@intel.com> diff --git a/ld/testsuite/ld-mips-elf/pic-and-nonpic-6-n32.dd b/ld/testsuite/ld-mips-elf/pic-and-nonpic-6-n32.dd index 068e5b36a7..1e0dbcbd74 100644 --- a/ld/testsuite/ld-mips-elf/pic-and-nonpic-6-n32.dd +++ b/ld/testsuite/ld-mips-elf/pic-and-nonpic-6-n32.dd @@ -27,21 +27,20 @@ Disassembly of section \.plt: 00043060 <extf4@plt>: .*: 3c0f0008 lui t3,0x8 .*: 8df91008 lw t9,4104\(t3\) -.*: 25f81008 addiu t8,t3,4104 .*: 03200008 jr t9 +.*: 25f81008 addiu t8,t3,4104 00043070 <extf5@plt>: .*: 3c0f0008 lui t3,0x8 .*: 8df9100c lw t9,4108\(t3\) -.*: 25f8100c addiu t8,t3,4108 .*: 03200008 jr t9 +.*: 25f8100c addiu t8,t3,4108 00043080 <extf3@plt>: .*: 3c0f0008 lui t3,0x8 .*: 8df91010 lw t9,4112\(t3\) -.*: 25f81010 addiu t8,t3,4112 .*: 03200008 jr t9 -.*: 00000000 nop +.*: 25f81010 addiu t8,t3,4112 Disassembly of section \.text: diff --git a/ld/testsuite/ld-mips-elf/pic-and-nonpic-6-n64.dd b/ld/testsuite/ld-mips-elf/pic-and-nonpic-6-n64.dd index c1a5681a3c..7efa5d15d0 100644 --- a/ld/testsuite/ld-mips-elf/pic-and-nonpic-6-n64.dd +++ b/ld/testsuite/ld-mips-elf/pic-and-nonpic-6-n64.dd @@ -27,21 +27,20 @@ Disassembly of section \.plt: 0+430a0 <extf4@plt>: .*: 3c0f0008 lui t3,0x8 .*: ddf91010 ld t9,4112\(t3\) -.*: 25f81010 addiu t8,t3,4112 .*: 03200008 jr t9 +.*: 25f81010 addiu t8,t3,4112 0+430b0 <extf5@plt>: .*: 3c0f0008 lui t3,0x8 .*: ddf91018 ld t9,4120\(t3\) -.*: 25f81018 addiu t8,t3,4120 .*: 03200008 jr t9 +.*: 25f81018 addiu t8,t3,4120 0+430c0 <extf3@plt>: .*: 3c0f0008 lui t3,0x8 .*: ddf91020 ld t9,4128\(t3\) -.*: 25f81020 addiu t8,t3,4128 .*: 03200008 jr t9 -.*: 00000000 nop +.*: 25f81020 addiu t8,t3,4128 Disassembly of section \.text: |