summaryrefslogtreecommitdiff
path: root/ld/NEWS
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2011-11-02 16:28:30 +0000
committerTristan Gingold <gingold@adacore.com>2011-11-02 16:28:30 +0000
commita6849f159666bbd8db68c1ead5291a38e6d8a4ee (patch)
treefa8a427c7d2b55d4091b44311bbd6fc67e970591 /ld/NEWS
parent0b7dbd59bdc22ef9bea00f1a5523f599c12b7545 (diff)
downloadbinutils-redhat-a6849f159666bbd8db68c1ead5291a38e6d8a4ee.tar.gz
2011-11-02 Tristan Gingold <gingold@adacore.com>
* emultempl/aix.em (read_file_list): New function. (_handle_option): Handle '-f'. * NEWS: Mention this feature.
Diffstat (limited to 'ld/NEWS')
-rw-r--r--ld/NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/ld/NEWS b/ld/NEWS
index dda27ecf10..162f598b5e 100644
--- a/ld/NEWS
+++ b/ld/NEWS
@@ -1,5 +1,7 @@
-*- text -*-
+* Add option -f FILE on AIX (for response file).
+
* Add support for the Renesas RL78 architecture.
* Add support for the Adapteva EPIPHANY architecture.
@@ -35,7 +37,7 @@ Changes in 2.21:
* Extend .def file syntax by '== <ID>' for imports and exports. This allows
to alias the import/export table name written in PE image.
-* Add --exlcude-all-symbols option to PE based linkers. This prevents all
+* Add --exclude-all-symbols option to PE based linkers. This prevents all
symbols from automatically being exported.
* Add support for the Renesas RX processor.