diff options
author | Alan Modra <amodra@gmail.com> | 2003-06-10 13:24:33 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2003-06-10 13:24:33 +0000 |
commit | d199a636532144ffb0a8a3d2fae5fc5744558480 (patch) | |
tree | 082241c48c95fa520f5e6637928dd1b5a438d2fc /gas | |
parent | 405525ece7d67e69f3f9ca0c40b92a4632276aa7 (diff) | |
download | gdb-d199a636532144ffb0a8a3d2fae5fc5744558480.zip gdb-d199a636532144ffb0a8a3d2fae5fc5744558480.tar.gz gdb-d199a636532144ffb0a8a3d2fae5fc5744558480.tar.bz2 |
* gas/macros/and.s: Avoid .set so we don't break mips.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/macros/and.s | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 57e8560..337226e 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,5 +1,9 @@ 2003-06-10 Alan Modra <amodra@bigpond.net.au> + * gas/macros/and.s: Avoid .set so we don't break mips. + +2003-06-10 Alan Modra <amodra@bigpond.net.au> + * gas/macros/and.s: New. * gas/macros/macros.exp: Assemble it. diff --git a/gas/testsuite/gas/macros/and.s b/gas/testsuite/gas/macros/and.s index 98f0cec..23f7ffb 100644 --- a/gas/testsuite/gas/macros/and.s +++ b/gas/testsuite/gas/macros/and.s @@ -1,4 +1,4 @@ - .set TFLAG_C, 1 + TFLAG_C = 1 .macro check .if (0 & TFLAG_C) |