diff options
-rw-r--r-- | ld/ChangeLog | 5 | ||||
-rw-r--r-- | ld/testsuite/ld-mips-elf/mips-elf.exp | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index afa9ae8..a3e8594 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2018-07-02 Maciej W. Rozycki <macro@mips.com> + + * testsuite/ld-mips-elf/mips-elf.exp: Fix a typo in PR ld/21334 + test name. + 2018-07-02 H.J. Lu <hongjiu.lu@intel.com> PR ld/23324 diff --git a/ld/testsuite/ld-mips-elf/mips-elf.exp b/ld/testsuite/ld-mips-elf/mips-elf.exp index 1631d85..1a54662 100644 --- a/ld/testsuite/ld-mips-elf/mips-elf.exp +++ b/ld/testsuite/ld-mips-elf/mips-elf.exp @@ -1242,7 +1242,7 @@ if { $linux_gnu } { # PR ld/21334 GOT relocation in static binary test. run_ld_link_tests [list \ [list \ - "PR ld/21233 MIPS GOT16 relocation in static binary" \ + "PR ld/21334 MIPS GOT16 relocation in static binary" \ "$abi_ldflags(o32) -e foo -T pr21334.ld" "" "$abi_asflags(o32)" \ {pr21334.s} \ {{objdump {-d --prefix-addresses} pr21334.dd} \ |