diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2002-09-30 20:59:11 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2002-09-30 20:59:11 +0000 |
commit | 17c06574e8ee0ba931f55b71e490a5da86057700 (patch) | |
tree | 99c4445496715cade74834305035dac4fc5fcecd /gas | |
parent | c7ec4050c5b4bcb43dc3e225157cc0e37605b5f0 (diff) | |
download | gdb-17c06574e8ee0ba931f55b71e490a5da86057700.zip gdb-17c06574e8ee0ba931f55b71e490a5da86057700.tar.gz gdb-17c06574e8ee0ba931f55b71e490a5da86057700.tar.bz2 |
2002-09-30 H.J. Lu <hjl@gnu.org>
* gas/mips/vr4120.d: Pass -m mips:4120 to objdump.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/vr4120.d | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index e2ac123..b65703e 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2002-09-30 H.J. Lu <hjl@gnu.org> + + * gas/mips/vr4120.d: Pass -m mips:4120 to objdump. + 2002-09-30 Gavin Romig-Koch <gavin@redhat.com> Ken Raeburn <raeburn@cygnus.com> Aldy Hernandez <aldyh@redhat.com> diff --git a/gas/testsuite/gas/mips/vr4120.d b/gas/testsuite/gas/mips/vr4120.d index 7c9bcd9..fd78e00 100644 --- a/gas/testsuite/gas/mips/vr4120.d +++ b/gas/testsuite/gas/mips/vr4120.d @@ -1,4 +1,4 @@ -#objdump: -dr +#objdump: -dr -m mips:4120 #name: MIPS VR4120 #as: -march=vr4120 @@ -26,4 +26,4 @@ Disassembly of section \.text: +4c: 00a62428 maccs a0,a1,a2 +50: 00a62068 maccu a0,a1,a2 +54: 00a62468 maccus a0,a1,a2 -#... +#pass |