[ 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.
This commit is contained in:
parent
5f74bc130d
commit
43c58ae626
|
@ -1,3 +1,7 @@
|
|||
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>
|
||||
|
||||
* readelf.c (get_machine_flags): Handle E_MIPS_ARCH_64R2.
|
||||
|
|
|
@ -19,6 +19,8 @@
|
|||
single-character representation. This can be checked by running nm
|
||||
with the -a switch.
|
||||
|
||||
Changes in 2.14:
|
||||
|
||||
* Added --info switch to objcopy and strip.
|
||||
|
||||
* Support for Vitesse IQ2000 added by Red Hat.
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
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.
|
||||
|
|
2
gas/NEWS
2
gas/NEWS
|
@ -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.
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
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>
|
||||
|
||||
* ldmain.c (get_emulation): Ignore "-mips64r2".
|
||||
|
|
2
ld/NEWS
2
ld/NEWS
|
@ -5,6 +5,8 @@
|
|||
should report them and the switch --warn-unresolved-symbols has been added to
|
||||
make reports be issued as warning messages rather than errors.
|
||||
|
||||
Changes in 2.14:
|
||||
|
||||
* Added support for Xtensa architecture.
|
||||
|
||||
* Added --with-sysroot configure switch to specify a target system root, for
|
||||
|
|
Loading…
Reference in New Issue