diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2003-04-06 03:16:20 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2003-04-06 03:16:20 +0000 |
commit | 5a7a0b7bf98b702f8caf3e599e6eeb6631a50680 (patch) | |
tree | fdf0f46c573e5ea4eff2a55ac13c381c9a04afda /gas/ChangeLog | |
parent | 43bd9a9e02a1279590947a8d7258108207896ba8 (diff) | |
download | gdb-5a7a0b7bf98b702f8caf3e599e6eeb6631a50680.zip gdb-5a7a0b7bf98b702f8caf3e599e6eeb6631a50680.tar.gz gdb-5a7a0b7bf98b702f8caf3e599e6eeb6631a50680.tar.bz2 |
* config/tc-mips.c (HAVE_64BIT_ADDRESS_CONSTANTS): New.
(macro): Use new macro to decide whether to emit constant address
as 32 or 64 bits if addresses are 32-bit wide but registers are
64-bit wide.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index dde3c48..b4183d2 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +2003-04-06 Chris Demetriou <cgd@broadcom.com> + + * config/tc-mips.c (HAVE_64BIT_ADDRESS_CONSTANTS): New. + (macro): Use new macro to decide whether to emit constant address + as 32 or 64 bits if addresses are 32-bit wide but registers are + 64-bit wide. + 2003-04-05 Stephane Carrez <stcarrez@nerim.fr> * config/tc-m68hc11.c (M6811_OP_CALL_ADDR): New internal define. |