aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-12-03 15:07:17 +0000
committerNick Clifton <nickc@redhat.com>2003-12-03 15:07:17 +0000
commitf8fc3443814cb6f315680a7fb34ff4effc86442e (patch)
tree135f9d61931a73f10996ca0efded95554e4f48be /gas/ChangeLog
parenta46a5b58510c6f92d2296867dfe6fd68871b17b3 (diff)
downloadbinutils-f8fc3443814cb6f315680a7fb34ff4effc86442e.zip
binutils-f8fc3443814cb6f315680a7fb34ff4effc86442e.tar.gz
binutils-f8fc3443814cb6f315680a7fb34ff4effc86442e.tar.bz2
Add vax-linux-gnu target
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 502f1bd..634166f 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,10 @@
+2003-12-03 Dave Airlie <airlied@linux.ie>
+
+ * configure.in: Likewise.
+ * configure: Regenerate.
+ * config/tc-vax.c (md_shortopts): Add 'Q'.
+ (md_parse_option): Ignore 'Q' for now.
+
2003-12-02 Kazu Hirata <kazu@cs.umass.edu>
* messages.c: Convert to ISO-C.