* config/tc-mips.c (macro): Relax warning, it's toot strict for

embedded-PIC.
This commit is contained in:
Thiemo Seufer 2002-05-22 00:13:13 +00:00
parent 9c07fe7cfa
commit c90bbe5b9e
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-05-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
* config/tc-mips.c (macro): Relax warning, it's toot strict for
embedded-PIC.
2002-05-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
* config/tc-mips.c (macro2): Add 64 bit drol, dror macros.

View File

@ -4607,7 +4607,7 @@ macro (ip)
if (dbl && HAVE_32BIT_GPRS)
as_warn (_("dla used to load 32-bit register"));
if (! dbl && HAVE_64BIT_ADDRESSES)
if (! dbl && HAVE_64BIT_OBJECTS)
as_warn (_("la used to load 64-bit address"));
if (treg == breg)