diff options
author | Mark Mitchell <mark@codesourcery.com> | 2005-10-13 00:57:43 +0000 |
---|---|---|
committer | Mark Mitchell <mark@codesourcery.com> | 2005-10-13 00:57:43 +0000 |
commit | 3e8a519c7274af0956ba5e23415ab4d934724ea3 (patch) | |
tree | e0227bca68618c05ffb29bc334096fe71c6372cb /ld | |
parent | ec5a9b416f98481d82bb661b1f790a709170f5de (diff) | |
download | fsf-binutils-gdb-3e8a519c7274af0956ba5e23415ab4d934724ea3.zip fsf-binutils-gdb-3e8a519c7274af0956ba5e23415ab4d934724ea3.tar.gz fsf-binutils-gdb-3e8a519c7274af0956ba5e23415ab4d934724ea3.tar.bz2 |
* NEWS: Mention @file.
* NEWS: Mention @file.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/NEWS | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 8489023..4d7d34d 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 @@ -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 |