[committed] MIPS/binutils/testsuite: Fix `.dc.l' typo in `strip-13mips64.s'

Maciej W. Rozycki macro@mips.com
Thu Apr 5 21:39:00 GMT 2018


Fix a typo: `.dc.w' -> `.dc.l' in `strip-13mips64.s', correcting a bug 
from commit 2f8ceb38991e ("binutils/testsuite: Support REL and MIPS64 
reloc formats with `strip-13'").  For relocation format correctness only 
as there is no observable change in test results due to the lack of 
connection between the second relocation entry affected and the examined 
error message produced.

	binutils/
	* testsuite/binutils-all/strip-13mips64.s: Use `.dc.l' rather 
	than `.dc.w' in second relocation.
---
 binutils/testsuite/binutils-all/strip-13mips64.s |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

binutils-strip-13-mips64-fix.diff
Index: binutils/binutils/testsuite/binutils-all/strip-13mips64.s
===================================================================
--- binutils.orig/binutils/testsuite/binutils-all/strip-13mips64.s	2018-04-05 18:33:36.000000000 +0100
+++ binutils/binutils/testsuite/binutils-all/strip-13mips64.s	2018-04-05 21:47:16.136176912 +0100
@@ -9,6 +9,6 @@
 	.dc.a	 0x0000008f
 
 	.dc.a	 0
-	.dc.w    0
+	.dc.l    0
 	.dc.b    0, 0, 0, 0
 	.dc.a	 0



More information about the Binutils mailing list