* NEWS: Mention support for MMIX.
This commit is contained in:
parent
ad68be46bd
commit
49fda6c8d0
|
@ -1,3 +1,7 @@
|
|||
2002-02-15 Hans-Peter Nilsson <hp@bitrange.com>
|
||||
|
||||
* NEWS: Mention support for MMIX.
|
||||
|
||||
2002-02-13 Matt Fredette <fredette@netbsd.org>
|
||||
|
||||
* readelf.c (get_machine_flags): Recognize EF_M68000.
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
-*- text -*-
|
||||
|
||||
* Support for Don Knuth's MMIX, by Hans-Peter Nilsson.
|
||||
|
||||
* size: Add --totals to display summary of sizes (Berkeley format only).
|
||||
|
||||
* readelf: Add --wide option to not break section header or segment listing
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2002-02-15 Hans-Peter Nilsson <hp@bitrange.com>
|
||||
|
||||
* NEWS: Mention support for MMIX.
|
||||
|
||||
2002-02-13 Chris Demetriou <cgd@broadcom.com>
|
||||
|
||||
* config/tc-mips.c (mips_need_elf_addend_fixup): Restructure into
|
||||
|
|
2
gas/NEWS
2
gas/NEWS
|
@ -3,6 +3,8 @@ GASP now correctly parses floating point numbers. Unless the base is explicitly
|
|||
specified, they are interpreted as decimal numbers regardless of the currently
|
||||
specified base.
|
||||
|
||||
Support for Don Knuth's MMIX, by Hans-Peter Nilsson.
|
||||
|
||||
Support for the OpenRISC 32-bit embedded processor by OpenCores.
|
||||
|
||||
The ARM assembler now accepts -march=..., -mcpu=... and -mfpu=... for
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2002-02-15 Hans-Peter Nilsson <hp@bitrange.com>
|
||||
|
||||
* NEWS: Mention support for MMIX.
|
||||
|
||||
2002-02-15 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
Support arbitrary length fill patterns.
|
||||
|
|
Loading…
Reference in New Issue