This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[committed] MIPS/GAS: Remove duplicate reloc pattern in JAL test


Hi,

 This change removes a duplicate "MIPS_JMP" reloc match pattern from the 
MIPS JAL test in the GAS testsuite.  Committed as obvious.

2010-09-23  Maciej W. Rozycki  <macro@codesourcery.com>

	gas/testsuite/
	* gas/mips/jal.d: Remove duplicate pattern.

  Maciej

binutils-2.20.51-20100923-gas-test-jal-reloc-0.patch
Index: gas/testsuite/gas/mips/jal.d
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/mips/jal.d,v
retrieving revision 1.3
diff -u -p -r1.3 jal.d
--- gas/testsuite/gas/mips/jal.d	7 May 2003 05:08:20 -0000	1.3
+++ gas/testsuite/gas/mips/jal.d	23 Sep 2010 00:07:04 -0000
@@ -12,7 +12,7 @@ Disassembly of section .text:
 0+0008 <[^>]*> jalr	a0,t9
 0+000c <[^>]*> nop
 0+0010 <[^>]*> jal	0+ <text_label>
-[ 	]*10: (MIPS_JMP|MIPS_JMP|JMPADDR|R_MIPS_26)	.text
+[ 	]*10: (MIPS_JMP|JMPADDR|R_MIPS_26)	.text
 0+0014 <[^>]*> nop
 0+0018 <[^>]*> jal	0+ <text_label>
 [ 	]*18: (MIPS_JMP|JMPADDR|R_MIPS_26)	external_text_label


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]