From: Alan Modra Date: Tue, 10 Jun 2003 13:24:33 +0000 (+0000) Subject: * gas/macros/and.s: Avoid .set so we don't break mips. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d199a636532144ffb0a8a3d2fae5fc5744558480;p=binutils-gdb.git * gas/macros/and.s: Avoid .set so we don't break mips. --- diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 57e85607c6d..337226e9966 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2003-06-10 Alan Modra + + * gas/macros/and.s: Avoid .set so we don't break mips. + 2003-06-10 Alan Modra * gas/macros/and.s: New. diff --git a/gas/testsuite/gas/macros/and.s b/gas/testsuite/gas/macros/and.s index 98f0cec6553..23f7ffbae28 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)