diff options
author | Tristan Gingold <gingold@adacore.com> | 2011-11-02 16:28:31 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2011-11-02 16:28:31 +0000 |
commit | a72173de2524e96e0d9515f36cc033016d619e0f (patch) | |
tree | 9c0d3b736287fc6dd79e484c31fa233be1873c17 /ld/NEWS | |
parent | e0d08d4b30212f2eb03b8d1da8262d48e636bd71 (diff) | |
download | gdb-a72173de2524e96e0d9515f36cc033016d619e0f.zip gdb-a72173de2524e96e0d9515f36cc033016d619e0f.tar.gz gdb-a72173de2524e96e0d9515f36cc033016d619e0f.tar.bz2 |
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/NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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. |