diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2001-06-02 18:46:14 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2001-06-02 18:46:14 +0000 |
commit | 0b4bdf775baa764bc92763733b18991d9be5b712 (patch) | |
tree | b74aa9d4bed5c478682d4c23d928843898f8913a /gas/testsuite | |
parent | a5ac692bb5fbeb1c310b4c5ab16ec3d4a41683d0 (diff) | |
download | gdb-0b4bdf775baa764bc92763733b18991d9be5b712.zip gdb-0b4bdf775baa764bc92763733b18991d9be5b712.tar.gz gdb-0b4bdf775baa764bc92763733b18991d9be5b712.tar.bz2 |
2001-06-02 H.J. Lu <hjl@gnu.org>
* gas/sparc/unalign.d: Support Sparc V9.
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/sparc/unalign.d | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 369da2f..cb915ec 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2001-06-02 H.J. Lu <hjl@gnu.org> + + * gas/sparc/unalign.d: Support Sparc V9. + 2001-05-28 Jeff Sturm <jsturm@one-point.com> * gas/sparc/unalign.s: New test. Check unaligned relocs. diff --git a/gas/testsuite/gas/sparc/unalign.d b/gas/testsuite/gas/sparc/unalign.d index b949010..df335ef 100644 --- a/gas/testsuite/gas/sparc/unalign.d +++ b/gas/testsuite/gas/sparc/unalign.d @@ -10,9 +10,9 @@ Disassembly of section .data: 0+ <foo>: 0: 01 00 00 00 nop 1: R_SPARC_UA32 fred - 4: 00 02 00 00 unimp 0x20000 + 4: 00 02 00 00 (unimp|illtrap) 0x20000 6: R_SPARC_UA16 jim 8: 03 00 00 00 sethi %hi\(0\), %g1 9: R_SPARC_UA64 harry - c: 00 00 00 00 unimp 0 - 10: 00 04 05 06 unimp 0x40506 + c: 00 00 00 00 (unimp|illtrap) 0 + 10: 00 04 05 06 (unimp|illtrap) 0x40506 |