This is the mail archive of the binutils-cvs@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]

[binutils-gdb] More fallout from PR 23963 change


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

commit c7af41ec2c79bb68d7c57907699edae5187bbfa6
Author: Alan Modra <amodra@gmail.com>
Date:   Fri Jan 11 22:22:30 2019 +1030

    More fallout from PR 23963 change
    
    	PR 23963
    	* testsuite/gas/m68hc11/lbranch-dwarf2.d: Adjust for PR23963 change.
    	* testsuite/gas/m68hc11/opers12-dwarf2.d: Likewise.

Diff:
---
 gas/ChangeLog                              | 6 ++++++
 gas/testsuite/gas/m68hc11/lbranch-dwarf2.d | 2 +-
 gas/testsuite/gas/m68hc11/opers12-dwarf2.d | 6 +++---
 3 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/gas/ChangeLog b/gas/ChangeLog
index c546e9c..7d47d93 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,9 @@
+2019-01-11  Alan Modra  <amodra@gmail.com>
+
+	PR 23963
+	* testsuite/gas/m68hc11/lbranch-dwarf2.d: Adjust for PR23963 change.
+	* testsuite/gas/m68hc11/opers12-dwarf2.d: Likewise.
+
 2019-01-10  Nick Clifton  <nickc@redhat.com>
 
 	PR 23963
diff --git a/gas/testsuite/gas/m68hc11/lbranch-dwarf2.d b/gas/testsuite/gas/m68hc11/lbranch-dwarf2.d
index 6aaeae6..9f254e0 100644
--- a/gas/testsuite/gas/m68hc11/lbranch-dwarf2.d
+++ b/gas/testsuite/gas/m68hc11/lbranch-dwarf2.d
@@ -51,7 +51,7 @@ _rcall:
 	jbra	200
   2e:	7e 00 c8    	jmp	0xc8 <_rcall\+0xc8>
 	jbsr	1923
-  31:	bd 07 83    	jsr	0x783 <L0\+0x602>
+  31:	bd 07 83    	jsr	0x783 <L0\^A\+0x602>
 	bne	Lend		; -> to a beq\+jmp
   34:	27 03       	beq	0x39 <_rcall\+0x39>
   36:	7e 00 00    	jmp	0x0 <_rcall>
diff --git a/gas/testsuite/gas/m68hc11/opers12-dwarf2.d b/gas/testsuite/gas/m68hc11/opers12-dwarf2.d
index 8faaf4c..7a891c4 100644
--- a/gas/testsuite/gas/m68hc11/opers12-dwarf2.d
+++ b/gas/testsuite/gas/m68hc11/opers12-dwarf2.d
@@ -214,13 +214,13 @@ t2:
 	leas	min9b,pc
  107:	1b fa ff 00 	leas	0xff00,PC \{0xb <L1\+0x2>\}
 	leas	max9b,pc
- 10b:	1b f8 ff    	leas	0xff,PC \{0x20d <L0\+0xd9>\}
+ 10b:	1b f8 ff    	leas	0xff,PC \{0x20d <L0\^A\+0xd9>\}
 
 ;;
 ;; Disassembler bug with movb
 ;;
 	movb	#23,0x2345
- 10e:	18 0b 17 23 	movb	#0x17, 0x2345 <L0\+0x2211>
+ 10e:	18 0b 17 23 	movb	#0x17, 0x2345 <L0\^A\+0x2211>
  112:	45 
 	movb	#40,12,sp
  113:	18 08 8c 28 	movb	#0x28, 0xc,SP
@@ -238,5 +238,5 @@ t2:
  12a:	18 00 a2 39 	movw	#0x3900 <bb\+0x1100>, 3,\+SP
  12e:	00 
 	movw	#0x2000,14,sp
- 12f:	18 00 8e 20 	movw	#0x2000 <L0\+0x1ecc>, 0xe,SP
+ 12f:	18 00 8e 20 	movw	#0x2000 <L0\^A\+0x1ecc>, 0xe,SP
  133:	00


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