diff options
-rw-r--r-- | binutils/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/NEWS | 2 | ||||
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/NEWS | 2 | ||||
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/NEWS | 2 |
6 files changed, 18 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index a5789c4dc0..efb518531f 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -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. diff --git a/binutils/NEWS b/binutils/NEWS index a2f7abbaef..fcdc571d10 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -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 diff --git a/gas/ChangeLog b/gas/ChangeLog index eb5346d5ce..ddd7ce9477 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -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 @@ -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 diff --git a/ld/ChangeLog b/ld/ChangeLog index 27b95c4c4c..388ed75aaa 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -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. @@ -1,4 +1,6 @@ -*- text -*- +* Support for Don Knuth's MMIX, by Hans-Peter Nilsson. + * Support for the OpenRISC 32-bit embedded processor by OpenCores. * Support for -z nocopyreloc in the x86 ELF linker, which disables |