diff options
author | Stephane Carrez <stcarrez@nerim.fr> | 2003-10-27 10:01:51 +0000 |
---|---|---|
committer | Stephane Carrez <stcarrez@nerim.fr> | 2003-10-27 10:01:51 +0000 |
commit | a80d50fc569fa8d30ce726fafd7cd16b692bf36f (patch) | |
tree | ca13f0c341dfdca470474ee3f6e93afc91c98a2c | |
parent | ca43c8544a9faf03dbce493c10d0b679da2e97b9 (diff) | |
download | gdb-a80d50fc569fa8d30ce726fafd7cd16b692bf36f.zip gdb-a80d50fc569fa8d30ce726fafd7cd16b692bf36f.tar.gz gdb-a80d50fc569fa8d30ce726fafd7cd16b692bf36f.tar.bz2 |
* gas/m68hc11/opers12-dwarf2.d: Update, local label prefix removed.
* gas/m68hc11/lbranch-dwarf2.d: Update.
-rw-r--r-- | gas/testsuite/ChangeLog | 5 | ||||
-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, 9 insertions, 4 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index e1b8528..8fedf8a 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2003-10-27 Stephane Carrez <stcarrez@nerim.fr> + + * gas/m68hc11/opers12-dwarf2.d: Update, local label prefix removed. + * gas/m68hc11/lbranch-dwarf2.d: Update. + 2003-10-23 Peter Barada <pbarada@mail.wm.sps.mot.com> * gas/m68k/mcf-mov3q.s: New file: Test some ColdFire instructions. diff --git a/gas/testsuite/gas/m68hc11/lbranch-dwarf2.d b/gas/testsuite/gas/m68hc11/lbranch-dwarf2.d index 1122680..52a3048 100644 --- a/gas/testsuite/gas/m68hc11/lbranch-dwarf2.d +++ b/gas/testsuite/gas/m68hc11/lbranch-dwarf2.d @@ -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> diff --git a/gas/testsuite/gas/m68hc11/opers12-dwarf2.d b/gas/testsuite/gas/m68hc11/opers12-dwarf2.d index 469daa2..4c2785d 100644 --- a/gas/testsuite/gas/m68hc11/opers12-dwarf2.d +++ b/gas/testsuite/gas/m68hc11/opers12-dwarf2.d @@ -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 |