diff options
author | Maciej W. Rozycki <macro@mips.com> | 2018-07-02 23:57:21 +0100 |
---|---|---|
committer | Maciej W. Rozycki <macro@mips.com> | 2018-07-02 23:57:21 +0100 |
commit | 30e5322741b7cb8fe90bec43ab93eecceaaec0e7 (patch) | |
tree | f2f40716d61a720ffc99a75a9e5f2320bcfaf398 /ld | |
parent | 471b9d15076fffb738f1bc6fcea41d0dcb59c947 (diff) | |
download | gdb-30e5322741b7cb8fe90bec43ab93eecceaaec0e7.zip gdb-30e5322741b7cb8fe90bec43ab93eecceaaec0e7.tar.gz gdb-30e5322741b7cb8fe90bec43ab93eecceaaec0e7.tar.bz2 |
MIPS/LD/testsuite: Fix a typo in PR ld/21334 test name
ld/
* testsuite/ld-mips-elf/mips-elf.exp: Fix a typo in PR ld/21334
test name.
Diffstat (limited to 'ld')
-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} \ |