diff options
author | Alan Modra <amodra@gmail.com> | 2019-01-11 22:22:30 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2019-01-11 22:37:45 +1030 |
commit | c7af41ec2c79bb68d7c57907699edae5187bbfa6 (patch) | |
tree | 4a527f5241f8c3765ff9653354c4e878ff8c1aef /gas | |
parent | ec0807b28ecde66dd7c2f76adf433f0024685f6d (diff) | |
download | binutils-gdb-c7af41ec2c79bb68d7c57907699edae5187bbfa6.tar.gz |
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.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 6 | ||||
-rw-r--r-- | gas/testsuite/gas/m68hc11/lbranch-dwarf2.d | 2 | ||||
-rw-r--r-- | gas/testsuite/gas/m68hc11/opers12-dwarf2.d | 6 |
3 files changed, 10 insertions, 4 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index c546e9c4903..7d47d936810 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 6aaeae6700e..9f254e00bf0 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 8faaf4c2578..7a891c4694e 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 |