diff options
author | Nick Clifton <nickc@redhat.com> | 2008-02-22 15:33:31 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2008-02-22 15:33:31 +0000 |
commit | a696b49ec591ed7ed09669102afc01b16e8f9cd0 (patch) | |
tree | dfc07e4b66ef59bcaf2ad1fbb6d35d9be035b998 /gas | |
parent | 34b5e0b20544f6a8bfc32b4bd444e69b3b8a2b4d (diff) | |
download | gdb-a696b49ec591ed7ed09669102afc01b16e8f9cd0.zip gdb-a696b49ec591ed7ed09669102afc01b16e8f9cd0.tar.gz gdb-a696b49ec591ed7ed09669102afc01b16e8f9cd0.tar.bz2 |
* gas/m68hc11/bug-1825.d: Update to match changes in the
information generated with source-in-disassembly listings.
* gas/m68hc11/indexed12.d: Likewise.
* gas/m68hc11/insns-dwarf2.d: Likewise.
* gas/m68hc11/lbranch-dwarf2.d: Likewise.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 8 | ||||
-rw-r--r-- | gas/testsuite/gas/m68hc11/bug-1825.d | 1 | ||||
-rw-r--r-- | gas/testsuite/gas/m68hc11/indexed12.d | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/m68hc11/insns-dwarf2.d | 3 | ||||
-rw-r--r-- | gas/testsuite/gas/m68hc11/lbranch-dwarf2.d | 1 | ||||
-rw-r--r-- | gas/testsuite/gas/m68hc11/opers12-dwarf2.d | 1 |
6 files changed, 13 insertions, 5 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 5eaa352..63375ba 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,11 @@ +2008-02-22 Nick Clifton <nickc@redhat.com> + + * gas/m68hc11/bug-1825.d: Update to match changes in the + information generated with source-in-disassembly listings. + * gas/m68hc11/indexed12.d: Likewise. + * gas/m68hc11/insns-dwarf2.d: Likewise. + * gas/m68hc11/lbranch-dwarf2.d: Likewise. + 2008-02-18 H.J. Lu <hongjiu.lu@intel.com> * cfi/cfi.exp (gas_x86_64_check): New. diff --git a/gas/testsuite/gas/m68hc11/bug-1825.d b/gas/testsuite/gas/m68hc11/bug-1825.d index 0e0aa11..0f134fc 100644 --- a/gas/testsuite/gas/m68hc11/bug-1825.d +++ b/gas/testsuite/gas/m68hc11/bug-1825.d @@ -7,6 +7,7 @@ Disassembly of section \.text: 0+ <_main>: +;;; .* ;;; \.sect \.text \.globl _main diff --git a/gas/testsuite/gas/m68hc11/indexed12.d b/gas/testsuite/gas/m68hc11/indexed12.d index 6e9e776..360d87b 100644 --- a/gas/testsuite/gas/m68hc11/indexed12.d +++ b/gas/testsuite/gas/m68hc11/indexed12.d @@ -8,6 +8,7 @@ Disassembly of section .text: 0+ <_main>: +;; with a 5, 9 and 16-bit offset. ;; .sect .text .globl _main @@ -164,9 +165,6 @@ _main: ab: a7 nop 0+ac <L8>: -L1: - .dc.w 0xaabb -L2: L6: .ds.b 8, 0xa7 L7: diff --git a/gas/testsuite/gas/m68hc11/insns-dwarf2.d b/gas/testsuite/gas/m68hc11/insns-dwarf2.d index 7b4b9ac..5b05bb7 100644 --- a/gas/testsuite/gas/m68hc11/insns-dwarf2.d +++ b/gas/testsuite/gas/m68hc11/insns-dwarf2.d @@ -10,6 +10,7 @@ Disassembly of section .text: 00000000 <_start>: +#... .globl _start .sect .text @@ -49,8 +50,6 @@ test: 00000017 <test2>: -B_low = 12 -A_low = 44 D_low = 50 value = 23 diff --git a/gas/testsuite/gas/m68hc11/lbranch-dwarf2.d b/gas/testsuite/gas/m68hc11/lbranch-dwarf2.d index 52a3048..14798e9 100644 --- a/gas/testsuite/gas/m68hc11/lbranch-dwarf2.d +++ b/gas/testsuite/gas/m68hc11/lbranch-dwarf2.d @@ -10,6 +10,7 @@ Disassembly of section .text: 0+00 <_rcall>: +#... .globl _rcall .globl _start _start: diff --git a/gas/testsuite/gas/m68hc11/opers12-dwarf2.d b/gas/testsuite/gas/m68hc11/opers12-dwarf2.d index 4c2785d..9542460 100644 --- a/gas/testsuite/gas/m68hc11/opers12-dwarf2.d +++ b/gas/testsuite/gas/m68hc11/opers12-dwarf2.d @@ -8,6 +8,7 @@ Disassembly of section .text: 0+00 <start>: +#... sect .text globl start |