From: Ian Lance Taylor Date: Mon, 22 Mar 1993 22:18:43 +0000 (+0000) Subject: * config/tc-mips.c (macro): Use $AT for any floating point load. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1369949e5e4e5fc4a4412296674f9783d58cf303;p=binutils-gdb.git * config/tc-mips.c (macro): Use $AT for any floating point load. Also get the debugging information right in obj-ecoff.c. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 7c45d2ee6d0..27698e34220 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +Mon Mar 22 10:19:00 1993 Ian Lance Taylor (ian@cygnus.com) + + * config/tc-mips.c (macro): Use $AT for any floating point load. + Sat Mar 20 12:50:51 1993 Ken Raeburn (raeburn@urth.cygnus.com) * config/tc-m68k.c (m68k_ip): For operand type 'M', reject diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index 6a88a5aa5e5..e37e5f70aba 100644 --- a/gas/config/tc-mips.c +++ b/gas/config/tc-mips.c @@ -1096,7 +1096,7 @@ macro (ip) case M_LWR_AB: s = "lwr"; ld: - if (breg == treg || treg == 0) { + if (breg == treg || mask == M_LWC1_AB) { tempreg = AT; used_at = 1; } else {