* config/tc-mips.c (macro): Relax warning, it's toot strict for
authorThiemo Seufer <ths@networkno.de>
Wed, 22 May 2002 00:13:13 +0000 (00:13 +0000)
committerThiemo Seufer <ths@networkno.de>
Wed, 22 May 2002 00:13:13 +0000 (00:13 +0000)
embedded-PIC.

gas/ChangeLog
gas/config/tc-mips.c

index d5b3c145ae3682ebfdbd50970c22819e7afb54ef..1547fa0655bae9f47784a598daa805d97aa3fdcc 100644 (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.
index 84bec7fc502216e275264fa907dc506ea513b16e..cb4f583a070e5cff0029ed0da41abbc515fc2f70 100644 (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)