Changeset 609 for branches/GNU/src/binutils/ld/NEWS
- Timestamp:
- Aug 16, 2003, 6:59:22 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/binutils/ld/NEWS
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r608 r609 1 1 -*- text -*- 2 3 * Added support for Xtensa architecture. 4 5 * Added --with-sysroot configure switch to specify a target system root, for 6 linking against a target filesystem image. 7 8 * Added --accept-unknown-linker-format to restore old linker behaviour (pre 9 2.14) of silently accepting and linking in any files in an unknown binary 10 file format. 11 12 * Added --no-omagic to undo the effects of the -N option. 13 14 * Support for Texas Instruments TMS320C4x and TMS320C3x series of 15 DSP's contributed by Michael Hayes and Svein E. Seldal. 16 17 * Added --with-lib-path configure switch to specify default value for 18 LIB_PATH. 19 20 * ARM port to QNX operating system added by Graeme Peterson. 21 22 * IP2K support added by Denis Chertykov. 23 24 Changes in 2.13: 25 26 * Support for the Fujitsu FRV architecture added by Red Hat. Models for FR400 27 and FR500 included. 28 29 Changes in version 2.13: 30 31 * DEC VAX ELF support, by Matt Thomas. 32 33 Changes in version 2.12: 34 35 * Support for Don Knuth's MMIX, by Hans-Peter Nilsson. 36 37 * Support for the OpenRISC 32-bit embedded processor by OpenCores. 38 39 * Support for -z nocopyreloc in the x86 ELF linker, which disables 40 production of copy relocs. Warning: using this option may result in 41 non-sharable applications. 42 43 * Support for -z combreloc in the ELF linker, which puts dynamic 44 relocations against the same symbol together, so that dynamic linker 45 can use an one-entry symbol lookup cache. 46 47 * Support for ELF SHF_MERGE section merging, by Jakub Jelinek. 48 49 Changes in version 2.11: 2 50 3 51 * Support for AMD x86-64 architecture, by Jan Hubicka, SuSE Labs. … … 27 75 * Support for CRIS (Axis Communications ETRAX series). 28 76 77 * Support for PDP-11 and 2.11BSD a.out format, by Lars Brinkhoff. 78 29 79 Changes in version 2.10: 30 80 … … 50 100 51 101 * Added -O option to optimize linker output (as of this writing, this only 52 affects ELF shared library generation).102 affects ELF shared library generation). 53 103 54 104 * The -e option now accepts a number as well as a symbol name. -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.