forked from Imagelibrary/binutils-gdb
* config/tc-mips.c (macro): Use $AT for any floating point load.
Also get the debugging information right in obj-ecoff.c.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user