From 500800ca01a6b09418ca2f5079aa3bd4f4452dfc Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 31 Jul 2002 09:59:03 +0000 Subject: [PATCH] Retroactively add entry for Lars Brinkhoff's contribution of the PDP-11 and 2.11BSD a.out support. --- gas/ChangeLog | 5 +++++ gas/NEWS | 2 ++ ld/ChangeLog | 5 +++++ ld/NEWS | 4 +++- 4 files changed, 15 insertions(+), 1 deletion(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 094b036be9..6595dff229 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2002-07-31 Nick Clifton + + * NEWS: Retroactively add entry for Lars Brinkhoff's contribution + of the PDP-11 and 2.11BSD a.out support. + 2002-07-31 Momchil Velikov * config/tc-v850.c (md_assemble): Fix range check for immediate diff --git a/gas/NEWS b/gas/NEWS index b63d532898..978c7bfab8 100644 --- a/gas/NEWS +++ b/gas/NEWS @@ -42,6 +42,8 @@ Changes in 2.12: Changes in 2.11: +* Support for PDP-11 and 2.11BSD a.out format, by Lars Brinkhoff. + * x86 gas now supports the full Pentium4 instruction set. * Support for AMD x86-64 architecture, by Jan Hubicka, SuSE Labs. diff --git a/ld/ChangeLog b/ld/ChangeLog index 0dd80a4990..a2a5dbbcb0 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2002-07-31 Nick Clifton + + * NEWS: Retroactively add entry for Lars Brinkhoff's contribution + of the PDP-11 and 2.11BSD a.out support. + 2002-07-31 Thiemo Seufer * Makefile.am (eelf32btsmipn32.o, eelf32ltsmipn32.o): New emulations diff --git a/ld/NEWS b/ld/NEWS index 2ab8faf76e..c08ba5ed35 100644 --- a/ld/NEWS +++ b/ld/NEWS @@ -57,6 +57,8 @@ Changes in version 2.11: * Support for CRIS (Axis Communications ETRAX series). +* Support for PDP-11 and 2.11BSD a.out format, by Lars Brinkhoff. + Changes in version 2.10: * Added AT> to the linker script language to allow load-time allocation of @@ -80,7 +82,7 @@ Changes in version 2.10: wildcard file names. * Added -O option to optimize linker output (as of this writing, this only -affects ELF shared library generation). + affects ELF shared library generation). * The -e option now accepts a number as well as a symbol name.