Line 1... |
Line 1... |
-*- text -*-
|
-*- text -*-
|
|
|
|
* Add option -f FILE on AIX (for response file).
|
|
|
|
* Add support for the Renesas RL78 architecture.
|
|
|
|
* Add support for the Adapteva EPIPHANY architecture.
|
|
|
|
Changes in 2.22:
|
|
|
* --copy-dt-needed-entries is no longer enabled by default. Instead
|
* --copy-dt-needed-entries is no longer enabled by default. Instead
|
--no-copy-dt-needed-entries is the default.
|
--no-copy-dt-needed-entries is the default.
|
|
|
* INPUT_SECTION_FLAGS has been added to the linker script language
|
* INPUT_SECTION_FLAGS has been added to the linker script language
|
to allow selection of input sections by section header section flags.
|
to allow selection of input sections by section header section flags.
|
|
|
* Add support for the Tilera TILEPRO and TILE-Gx architectures.
|
* Add support for the Tilera TILEPro and TILE-Gx architectures.
|
|
|
* Added SORT_BY_INIT_PRIORITY to the linker script language to permit
|
* Added SORT_BY_INIT_PRIORITY to the linker script language to permit
|
sorting sections by numerical value of the GCC init_priority attribute
|
sorting sections by numerical value of the GCC init_priority attribute
|
encoded in the section name.
|
encoded in the section name.
|
|
|
Line 27... |
Line 35... |
with --as-needed option.
|
with --as-needed option.
|
|
|
* Extend .def file syntax by '== ' for imports and exports. This allows
|
* Extend .def file syntax by '== ' for imports and exports. This allows
|
to alias the import/export table name written in PE image.
|
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.
|
symbols from automatically being exported.
|
|
|
* Add support for the Renesas RX processor.
|
* Add support for the Renesas RX processor.
|
|
|
* Add support for alpha-vms target.
|
* Add support for alpha-vms target.
|