aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2002-07-31 09:59:03 +0000
committerNick Clifton <nickc@redhat.com>2002-07-31 09:59:03 +0000
commit500800ca01a6b09418ca2f5079aa3bd4f4452dfc (patch)
treef54073e2168e58a6f605bbc89e89a1f5e33618e2 /gas
parent47badb7be66a02661187cf1b3c4d53f70f9e51d3 (diff)
downloadfsf-binutils-gdb-500800ca01a6b09418ca2f5079aa3bd4f4452dfc.zip
fsf-binutils-gdb-500800ca01a6b09418ca2f5079aa3bd4f4452dfc.tar.gz
fsf-binutils-gdb-500800ca01a6b09418ca2f5079aa3bd4f4452dfc.tar.bz2
Retroactively add entry for Lars Brinkhoff's contribution of the PDP-11 and
2.11BSD a.out support.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog5
-rw-r--r--gas/NEWS2
2 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 094b036..6595dff 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,8 @@
+2002-07-31 Nick Clifton <nickc@redhat.com>
+
+ * NEWS: Retroactively add entry for Lars Brinkhoff's contribution
+ of the PDP-11 and 2.11BSD a.out support.
+
2002-07-31 Momchil Velikov <velco@fadata.bg>
* config/tc-v850.c (md_assemble): Fix range check for immediate
diff --git a/gas/NEWS b/gas/NEWS
index b63d532..978c7bf 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.