From c90bbe5b9e74665cec34445633eef8025d692931 Mon Sep 17 00:00:00 2001 From: Thiemo Seufer Date: Wed, 22 May 2002 00:13:13 +0000 Subject: [PATCH] * config/tc-mips.c (macro): Relax warning, it's toot strict for embedded-PIC. --- gas/ChangeLog | 5 +++++ gas/config/tc-mips.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index d5b3c145ae3..1547fa0655b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2002-05-22 Thiemo Seufer + + * config/tc-mips.c (macro): Relax warning, it's toot strict for + embedded-PIC. + 2002-05-22 Thiemo Seufer * config/tc-mips.c (macro2): Add 64 bit drol, dror macros. diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index 84bec7fc502..cb4f583a070 100644 --- a/gas/config/tc-mips.c +++ b/gas/config/tc-mips.c @@ -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) -- 2.30.2