diff options
author | Stephane Carrez <stcarrez@nerim.fr> | 2002-12-01 14:25:09 +0000 |
---|---|---|
committer | Stephane Carrez <stcarrez@nerim.fr> | 2002-12-01 14:25:09 +0000 |
commit | c17aa364e9c4fbe30e6321f288551c0e663e66d7 (patch) | |
tree | c68ae3de13af76426d4e47091802b88022a5c1a1 | |
parent | 49fa082ddec8c82e4f09857c9ca6fdae179217ed (diff) | |
download | gdb-c17aa364e9c4fbe30e6321f288551c0e663e66d7.zip gdb-c17aa364e9c4fbe30e6321f288551c0e663e66d7.tar.gz gdb-c17aa364e9c4fbe30e6321f288551c0e663e66d7.tar.bz2 |
* gas/m68hc11/insns.s: Don't use .comm for stack symbol so that objdump
can find the real symbol and not a gas internal debug symbol.
* gas/m68hc11/insns.d: Update.
* gas/m68hc11/insns-dwarf2.d: Update.
* gas/m68hc11/insns12.d: Update.
* gas/m68hc11/opers12.s (min5b, min9b): Use 16 and -256 for the min.
* gas/m68hc11/opers12.d: Update after indexed offset operand fixes.
* gas/m68hc11/opers12-dwarf2.d: Likewise.
-rw-r--r-- | gas/testsuite/gas/m68hc11/insns12.d | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/testsuite/gas/m68hc11/insns12.d b/gas/testsuite/gas/m68hc11/insns12.d index 57ed84b..c42cfcc 100644 --- a/gas/testsuite/gas/m68hc11/insns12.d +++ b/gas/testsuite/gas/m68hc11/insns12.d @@ -1,6 +1,6 @@ #objdump: -d --prefix-addresses --reloc #as: -m68hc12 -#name: insns12 +#name: 68HC12 specific instructions (insns12) .*: +file format elf32-m68hc12 @@ -79,7 +79,7 @@ Disassembly of section .text: 0+a1 <special_test\+0x74> emul 0+a2 <special_test\+0x75> emuls 0+a4 <special_test\+0x77> etbl 3,X -0+a7 <special_test\+0x7a> etbl 4,PC +0+a7 <special_test\+0x7a> etbl 4,PC \{0+ae <special_test\+0x81>\} 0+aa <special_test\+0x7d> rev 0+ac <special_test\+0x7f> revw 0+ae <special_test\+0x81> wav |