diff options
author | Chris Demetriou <cgd@google.com> | 2003-09-30 16:44:04 +0000 |
---|---|---|
committer | Chris Demetriou <cgd@google.com> | 2003-09-30 16:44:04 +0000 |
commit | 43c58ae62644a9d0446f6772adb1d9689a0e218a (patch) | |
tree | 679d5136e5ef1289f062548f54979cf387baccf6 /gas | |
parent | 5f74bc130d437ca83b9f94507f92838aa516cb01 (diff) | |
download | gdb-43c58ae62644a9d0446f6772adb1d9689a0e218a.zip gdb-43c58ae62644a9d0446f6772adb1d9689a0e218a.tar.gz gdb-43c58ae62644a9d0446f6772adb1d9689a0e218a.tar.bz2 |
[ binutils/ChangeLog ]
2003-09-30 Chris Demetriou <cgd@broadcom.com>
* NEWS: Add an indication of the cutoff for 2.14.
[ gas/ChangeLog ]
2003-09-30 Chris Demetriou <cgd@broadcom.com>
* NEWS: Add an indication of the cutoff for 2.14.
[ ld/ChangeLog ]
2003-09-30 Chris Demetriou <cgd@broadcom.com>
* NEWS: Add an indication of the cutoff for 2.14.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/NEWS | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index def878b..0ee098b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,9 @@ 2003-09-30 Chris Demetriou <cgd@broadcom.com> + * NEWS: Add an indication of the cutoff for 2.14. + +2003-09-30 Chris Demetriou <cgd@broadcom.com> + * configure.in (mipsisa64r2, mipsisa64r2el, mipsisa64r2*): New CPUs. * configure: Regenerate. * config/tc-mips.c (imm2_expr): New variable. @@ -7,6 +7,8 @@ with multi-byte nop instructions such as leal 0(%esi,1),%esi. This switch disables the optimization. +Changes in 2.14: + * Added support for MIPS32 Release 2. * Added support for Xtensa architecture. |