This is the mail archive of the binutils@sources.redhat.com 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]

[PATCH]: Fix tests in gas HC11


Hi!

Committed this patch to fix 2 tests in gas HC11/HC12.

Stephane

2003-10-27 Stephane Carrez <stcarrez@nerim.fr>

	* gas/m68hc11/opers12-dwarf2.d: Update, local label prefix removed.
	* gas/m68hc11/lbranch-dwarf2.d: Update.


Index: testsuite/gas/m68hc11/lbranch-dwarf2.d
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/m68hc11/lbranch-dwarf2.d,v
retrieving revision 1.2
diff -u -p -r1.2 lbranch-dwarf2.d
--- testsuite/gas/m68hc11/lbranch-dwarf2.d	13 Aug 2002 22:45:22 -0000	1.2
+++ testsuite/gas/m68hc11/lbranch-dwarf2.d	27 Oct 2003 09:59:45 -0000
@@ -50,7 +50,7 @@ _rcall:
 	jbra	200
   2e:	7e 00 c8    	jmp	c8 <_rcall\+0xc8>
 	jbsr	1923
-  31:	bd 07 83    	jsr	783 <.L0\+0x602>
+  31:	bd 07 83    	jsr	783 <L0\+0x602>
 	bne	Lend		; -> to a beq\+jmp
   34:	27 03       	beq	39 <_rcall\+0x39>
   36:	7e 00 00    	jmp	0 <_rcall>
Index: testsuite/gas/m68hc11/opers12-dwarf2.d
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/m68hc11/opers12-dwarf2.d,v
retrieving revision 1.5
diff -u -p -r1.5 opers12-dwarf2.d
--- testsuite/gas/m68hc11/opers12-dwarf2.d	8 Dec 2002 21:08:07 -0000	1.5
+++ testsuite/gas/m68hc11/opers12-dwarf2.d	27 Oct 2003 09:59:45 -0000
@@ -213,13 +213,13 @@ t2:
 	leas	min9b,pc
  107:	1b fa ff 00 	leas	-256,PC \{b <L1\+0x2>\}
 	leas	max9b,pc
- 10b:	1b f8 ff    	leas	255,PC \{20d <.L0\+0xd9>\}
+ 10b:	1b f8 ff    	leas	255,PC \{20d <L0\+0xd9>\}
 
 ;;
 ;; Disassembler bug with movb
 ;;
 	movb	#23,0x2345
- 10e:	18 0b 17 23 	movb	#23, 2345 <.L0\+0x2211>
+ 10e:	18 0b 17 23 	movb	#23, 2345 <L0\+0x2211>
  112:	45 
 	movb	#40,12,sp
  113:	18 08 8c 28 	movb	#40, 12,SP
@@ -237,5 +237,5 @@ t2:
  12a:	18 00 a2 39 	movw	#3900 <bb\+0x1100>, 3,\+SP
  12e:	00 
 	movw	#0x2000,14,sp
- 12f:	18 00 8e 20 	movw	#2000 <.L0\+0x1ecc>, 14,SP
+ 12f:	18 00 8e 20 	movw	#2000 <L0\+0x1ecc>, 14,SP
  133:	00 

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