diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2003-01-27 22:45:58 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2003-01-27 22:45:58 +0000 |
commit | 1de5b6a1a2f2222ab1250588164e4e63c98ec8a0 (patch) | |
tree | 9e02d6860c0455eb803e1e2c26f13cb02f95431c /gas/ChangeLog | |
parent | a94dd1fda23661238cac626d1adc7a11c55364b3 (diff) | |
download | gdb-1de5b6a1a2f2222ab1250588164e4e63c98ec8a0.zip gdb-1de5b6a1a2f2222ab1250588164e4e63c98ec8a0.tar.gz gdb-1de5b6a1a2f2222ab1250588164e4e63c98ec8a0.tar.bz2 |
* configure.in (em): Set to irix on all Irix systems.
* configure: Rebuilt.
* config/te-irix.h: New file.
* config/tc-mips.c (mips_dwarf2_format): Use TE_IRIX to decide
whether to use Irix-specific 64-bit format.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 10870be..f216d86 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ +2003-01-27 Alexandre Oliva <aoliva@redhat.com> + + * configure.in (em): Set to irix on all Irix systems. + * configure: Rebuilt. + * config/te-irix.h: New file. + * config/tc-mips.c (mips_dwarf2_format): Use TE_IRIX to decide + whether to use Irix-specific 64-bit format. + 2003-01-27 Martin Schwidefsky <schwidefsky@de.ibm.com> * config/tc-s390.c (s390_elf_cons): Avoid designated initializers. |