diff options
Diffstat (limited to 'gas')
-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 |