mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-28 06:20:30 +00:00
* config/tc-mips.c (macro): Relax warning, it's toot strict for
embedded-PIC.
This commit is contained in:
parent
9c07fe7cfa
commit
c90bbe5b9e
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user