diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2002-10-01 00:12:26 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2002-10-01 00:12:26 +0000 |
commit | 28e0c55ddcf855a87f58ef62aab5cf66033138df (patch) | |
tree | 25139fc6bda348ab06645aeced22a25e1b860b75 | |
parent | ccc8590d3aecf4e3e2ee5ab30eba7f8598625e9d (diff) | |
download | gdb-28e0c55ddcf855a87f58ef62aab5cf66033138df.zip gdb-28e0c55ddcf855a87f58ef62aab5cf66033138df.tar.gz gdb-28e0c55ddcf855a87f58ef62aab5cf66033138df.tar.bz2 |
2002-09-30 H.J. Lu <hjl@gnu.org>
* gas/mips/vr4120.d: Use "#pass" instead of "#..." to skip the
rest of output.
-rw-r--r-- | gas/testsuite/ChangeLog | 3 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/vr4120.d | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 668e5a4..ee5fbc7 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -5,7 +5,8 @@ 2002-09-30 H.J. Lu <hjl@gnu.org> - * gas/mips/vr4120.d: Pass -m mips:4120 to objdump. + * gas/mips/vr4120.d: Use "#pass" instead of "#..." to skip the + rest of output. 2002-09-30 Gavin Romig-Koch <gavin@redhat.com> Ken Raeburn <raeburn@cygnus.com> diff --git a/gas/testsuite/gas/mips/vr4120.d b/gas/testsuite/gas/mips/vr4120.d index fd78e00..01df896 100644 --- a/gas/testsuite/gas/mips/vr4120.d +++ b/gas/testsuite/gas/mips/vr4120.d @@ -1,4 +1,4 @@ -#objdump: -dr -m mips:4120 +#objdump: -dr #name: MIPS VR4120 #as: -march=vr4120 |