Ignore:
Timestamp:
Aug 16, 2003, 6:59:22 PM (22 years ago)
Author:
bird
Message:

binutils v2.14 - offical sources.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/binutils/ld/NEWS

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r608 r609  
    11-*- 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
     24Changes in 2.13:
     25
     26* Support for the Fujitsu FRV architecture added by Red Hat. Models for FR400
     27  and FR500 included.
     28
     29Changes in version 2.13:
     30
     31* DEC VAX ELF support, by Matt Thomas.
     32
     33Changes 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
     49Changes in version 2.11:
    250
    351* Support for AMD x86-64 architecture, by Jan Hubicka, SuSE Labs.
     
    2775* Support for CRIS (Axis Communications ETRAX series).
    2876
     77* Support for PDP-11 and 2.11BSD a.out format, by Lars Brinkhoff.
     78
    2979Changes in version 2.10:
    3080
     
    50100
    51101* 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).
    53103
    54104* The -e option now accepts a number as well as a symbol name.
Note: See TracChangeset for help on using the changeset viewer.