diff options
author | Thiemo Seufer <ths@networkno.de> | 2002-05-22 00:13:13 +0000 |
---|---|---|
committer | Thiemo Seufer <ths@networkno.de> | 2002-05-22 00:13:13 +0000 |
commit | c90bbe5b9e74665cec34445633eef8025d692931 (patch) | |
tree | ce5994f9c8e12cf98ced75bcb6953b9b6dca2868 /gas/config | |
parent | 9c07fe7cfa7a157845854215126b1346298edcd1 (diff) | |
download | gdb-c90bbe5b9e74665cec34445633eef8025d692931.zip gdb-c90bbe5b9e74665cec34445633eef8025d692931.tar.gz gdb-c90bbe5b9e74665cec34445633eef8025d692931.tar.bz2 |
* config/tc-mips.c (macro): Relax warning, it's toot strict for
embedded-PIC.
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-mips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index 84bec7f..cb4f583 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) |