[binutils-gdb] MIPS/LD/testsuite: Fix a typo in PR ld/21334 test name

Maciej W.Rozycki macro@sourceware.org
Mon Jul 2 22:59:00 GMT 2018


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=30e5322741b7cb8fe90bec43ab93eecceaaec0e7

commit 30e5322741b7cb8fe90bec43ab93eecceaaec0e7
Author: Maciej W. Rozycki <macro@mips.com>
Date:   Mon Jul 2 23:57:21 2018 +0100

    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.

Diff:
---
 ld/ChangeLog                          | 5 +++++
 ld/testsuite/ld-mips-elf/mips-elf.exp | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

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} \



More information about the Binutils-cvs mailing list