summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2005-10-13 00:57:43 +0000
committerMark Mitchell <mark@codesourcery.com>2005-10-13 00:57:43 +0000
commit3e8a519c7274af0956ba5e23415ab4d934724ea3 (patch)
treee0227bca68618c05ffb29bc334096fe71c6372cb
parentec5a9b416f98481d82bb661b1f790a709170f5de (diff)
downloadppe42-binutils-3e8a519c7274af0956ba5e23415ab4d934724ea3.tar.gz
ppe42-binutils-3e8a519c7274af0956ba5e23415ab4d934724ea3.zip
* NEWS: Mention @file.
* NEWS: Mention @file.
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/NEWS3
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/NEWS3
4 files changed, 14 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 397e6d48a6..e9c34b4315 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+2005-10-12 Mark Mitchell <mark@codesourcery.com>
+
+ * NEWS: Mention @file.
+
2005-10-12 Nick Clifton <nickc@redhat.com>
* config/tc-avr.c: Convert to ISO C90 format. Fix formatting and
diff --git a/gas/NEWS b/gas/NEWS
index d3db8dffab..33a8002412 100644
--- a/gas/NEWS
+++ b/gas/NEWS
@@ -1,5 +1,8 @@
-*- text -*-
+* Add support for the "@<file>" syntax to the command line, so that extra
+ switches can be read from <file>.
+
* The SH target supports a new command line switch --enable-reg-prefix which,
if enabled, will allow register names to be optionally prefixed with a $
character. This allows register names to be distinguished from label names.
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 84890238dc..4d7d34da26 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2005-10-12 Mark Mitchell <mark@codesourcery.com>
+
+ * NEWS: Mention @file.
+
2005-10-05 H.J. Lu <hongjiu.lu@intel.com>
PR ld/1396
diff --git a/ld/NEWS b/ld/NEWS
index f7fbc7986e..bd4e14da3c 100644
--- a/ld/NEWS
+++ b/ld/NEWS
@@ -1,5 +1,8 @@
-*- text -*-
+* Add support for the "@<file>" syntax to the command line, so that extra
+ switches can be read from <file>.
+
Changes in 2.16:
* Support for the R_ARM_V4BX relocation as defined in the ARM AAELF
OpenPOWER on IntegriCloud