diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2003-05-07 05:10:45 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2003-05-07 05:10:45 +0000 |
commit | cac012d6d394027fe11ea4f08b2e92f38db9326b (patch) | |
tree | 926099b535faa284ec1639418e04ee5881868a97 /gas/ChangeLog | |
parent | aa701218b758e960355dd24e5494b22d49a2f3a0 (diff) | |
download | gdb-cac012d6d394027fe11ea4f08b2e92f38db9326b.zip gdb-cac012d6d394027fe11ea4f08b2e92f38db9326b.tar.gz gdb-cac012d6d394027fe11ea4f08b2e92f38db9326b.tar.bz2 |
* configure.in (MIPS_DEFAULT_ABI): AC_DEFINE.
* config/tc-mips.c (mips_after_parse_args): Set mips_abi to it.
* config.in, configure: Rebuilt.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index f5ea030..6448f61 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2003-05-06 Alexandre Oliva <aoliva@redhat.com> + + * configure.in (MIPS_DEFAULT_ABI): AC_DEFINE. + * config/tc-mips.c (mips_after_parse_args): Set mips_abi to it. + * config.in, configure: Rebuilt. + 2003-05-05 H.J. Lu <hjl@gnu.org> * config/tc-mips.c (tc_gen_reloc): Add addend just once if |