Fix a typo in elfnn-ia64.c (count_dyn_reloc).
[deliverable/binutils-gdb.git] / ld / NEWS
CommitLineData
252b5132 1-*- text -*-
81c23f82 2
90b3661c
NC
3* Add support for the Tilera TILEPRO and TILE-Gx architectures.
4
02ecc8e9
L
5* Added SORT_BY_INIT_PRIORITY to the linker script language to permit
6sorting sections by numerical value of the GCC init_priority attribute
7encoded in the section name.
8
44f45767
TG
9Changes in 2.21:
10
5fec8599
L
11* Linker script expression evaluation is somewhat more sane. This may
12 break scripts that depend on quirks of the old expression evaluation.
13
17f73277
KT
14* Turn off underscoring for x86_64 PE+-COFF targets. For old behavior the
15 option --enable-leading-mingw64-underscores can be used on configure of
16 bfd.
17
40b36596
JM
18* Add support for the TMS320C6000 (TI C6X) processor family.
19
ddbb8a31
NC
20* --add-needed renamed to --copy-dt-needed-entries in order to avoid confusion
21 with --as-needed option.
22
7fcab871
KT
23* Extend .def file syntax by '== <ID>' for imports and exports. This allows
24 to alias the import/export table name written in PE image.
25
2927aaca
NC
26* Add --exlcude-all-symbols option to PE based linkers. This prevents all
27 symbols from automatically being exported.
28
c7927a3c
NC
29* Add support for the Renesas RX processor.
30
75875724
TG
31* Add support for alpha-vms target.
32
81c23f82
TG
33Changes in 2.20:
34
3e7a7d11
NC
35* GNU/Linux targets now support the STB_GNU_UNIQUE symbol binding. This is a
36 GNU extension to the standard set of ELF symbol bindings. The binding will
37 be passed on to the dynamic linker which will make sure that in the entire
38 process there is just one symbol with the given name and type in use.
ce11ba6c 39
c1711530
DK
40* PE targets now support a GNU extension to allow the alignment of common
41 common symbols to be specified. This support uses custom options in
42 the .drectve section, which will be disregarded by the native tools.
43
09e2aba4
DK
44* PE targets now add primitive support for ELF version scripts; symbols
45 are not versioned, but the local and global symbol visibility directives
46 are respected when filtering symbols in auto-export mode.
47
267e2722
CD
48* New option --no-export-dynamic to undo the effect of the -E and
49 --export-dynamic options.
50
a0c402a5
L
51* ELF: --warn-alternate-em option to warn if an object has alternate
52 ELF machine code.
53
4a93e180
NC
54* New script function REGION_ALIAS to add alias names to memory regions.
55
88183869
DK
56* PE targets no longer make use of the long section names PE extension to
57 the COFF format when generating executable images, by default. The old
58 (slightly non-conformant) behaviour can still be invoked by using the
3efd345c
DK
59 new '--enable-long-section-names' command-line option. It is also enabled
60 automatically in the presence of un-stripped debug information, as GDB
61 needs to be able to find the debug info sections by their full names.
88183869 62
d8045f23
NC
63* For GNU/Linux systems the linker will now avoid processing any relocations
64 made against symbols of the STT_GNU_IFUNC type and instead emit them into
65 the resulting binary for processing by the loader.
66
28024d9d
L
67* --as-needed now links in a dynamic library if it satisfies undefined
68 symbols in regular objects, or in other dynamic libraries. In the
69 latter case the library is not linked if it is found in a DT_NEEDED
70 entry of one of the libraries already linked.
71
258795f5
L
72* Add a new command line option, -Ttext-segment ADDR, for ELF targets
73 to set the address of the first byte of the text segment.
74
c3b7224a
NC
75* Add support for Sunplus score architecture.
76
ce11ba6c
KT
77* Add new option --use-nul-prefixed-import-tables to ld for PE targets to
78 allow fallback to old import table generation with null element prefix.
79
e1c37eb5
DK
80* Windows PE systems now support a new --exclude-modules-for-implib option,
81 allowing users to partition object files and archive members between a DLL
82 and its associated import library as they are generated during linking.
83
84e94c90
NC
84* Add support for Lattice Mico32 (lm32) architecture.
85
7251ccbf
SR
86* Add CR16 ELF --embedded-relocs (used to embedded relocations into binaries
87 for Embedded-PIC code) option.
88
6cb442d3
KT
89* Add to the PE/PE+ targets the support of two different kinds of
90 pseudo-relocations. They can be selected by the switches
91 --enable-runtime-pseudo-reloc-v1 and --enable-runtime-pseudo-reloc-v2.
92 For the switch --enable-runtime-pseudo-reloc it uses for 32-bit
93 runtime pseudo relocation version one, for 64-bit the version two.
94
6e33da12
TG
95Changes in 2.19:
96
66c103b7
AM
97* Linker scripts support a new INSERT command that makes it easier to
98 augment the default script.
99
967928e9 100* Linker script input section filespecs may now specify a file within an
66c103b7 101 archive by writing "archive:file".
967928e9 102
de7dd2bd
NC
103* The --sort-common switch now has an optional argument which specifies the
104 direction of sorting.
105
7fb9f789
NC
106* The M68K linker now supports multiple GOT generation schemes controlled via
107 the --got=<type> command line option.
108
66c103b7
AM
109* The ARM EABI linker will now generate stubs for function calls to symbols
110 that are too far away. The placement of the stubs is controlled by a new
111 linker command line option: --stub-group-size=N.
726150b7 112
7c3d153f
NC
113Changes in 2.18:
114
f96b4a7b
NC
115* Linker sources now released under version 3 of the GNU General Public
116 License.
117
c0065db7
RM
118* ELF: New --build-id option to generate a unique per-binary identifier
119 embedded in a note section.
120
3d3d428f 121* Added support for National Semicondutor CompactRISC (ie CR16) target.
a19bcec6 122
bcb674cf
RS
123* -l:foo now searches the library path for a filename called foo,
124 without converting it to libfoo.a or libfoo.so.
125
14be8564
L
126* Add a new command line option '--default-script=FILE' or '-dT FILE'
127 which specifies a replacement for the built in, default linker
128 script.
129
40b36307
L
130* ELF: Add -Bsymbolic-functions, --dynamic-list-cpp-new, which puts C++
131 operator new and delete on the dynamic list, and --dynamic-list-data,
132 builtin list for --dynamic-list, which puts global data symbols on the
133 dynamic list.
134
99ad8390
NC
135* Add support for x86_64 PE+ target.
136
1c0d3aa6
NC
137* Add support for Score target.
138
55255dae
L
139* ELF: Add --dynamic-list option to specify a list of global symbols
140 whose references shouldn't be bound to the definition within the
141 shared library, or a list of symbols which should be added to the
142 symbol table in the executable.
143
dc0b6aa0
AM
144* The default output section LMA has changed for allocatable sections from
145 being equal to VMA, to keeping the difference between LMA and VMA the same as
146 the previous output section in the same region. This is a more useful
147 default when using overlays and other cases where you specify an LMA
148 differing from the VMA for some sections.
149
c17d87de
NC
150* New switch: --print-gc-sections to list any sections removed by garabge
151 collection.
152
c6dd86c6 153* ARM: Added --vfp11-denorm-fix option to work around an erratum in current
f96b4a7b 154 VFP11 coprocessors.
c6dd86c6 155
c17d87de 156Changes in 2.17:
cf88bb9f 157
d70c5fc7
NC
158* Support for the Infineon XC16X has been added by KPIT Cummins Infosystems.
159
dfcffada
AM
160* Modify the Linux linker search order to better match ld.so search order.
161 Look for DT_NEEDED libraries in paths specified by ld.so.conf before
162 searching the default directories, rather than vice versa.
163 Use $prefix/etc/ld.so.conf if it exists, otherwise /etc/ld.so.conf.
c1446dba 164
4b5bd4e7
DS
165* PE-COFF: Forward exports from DLL's can now be specified in .def files
166 passed directly to ld.
167
3c9b82ba
NC
168* Support for the Z80 processor family has been added.
169
3e8a519c
MM
170* Add support for the "@<file>" syntax to the command line, so that extra
171 switches can be read from <file>.
172
957d91c1
NC
173Changes in 2.16:
174
319850b4
JB
175* Support for the R_ARM_V4BX relocation as defined in the ARM AAELF
176 specification has been added via the --fix-v4bx command-line option.
177
b717d30e
JJ
178* New linker script construct AS_NEEDED(), which sets the --as-needed flag
179 for input files listed inside of it.
180
e2243057
RS
181* A new command-line option, --sysroot, can be used to override the
182 default sysroot location. It only applies to toolchains that were
183 configured using --with-sysroot.
184
3ec57632
NC
185* New linker script functions: ORIGIN() and LENGTH() which return information
186 about a specified memory region.
187
7499d566
NC
188* Port to MAXQ processor contributed by HCL Tech.
189
ba916c8a
MM
190* Added SEGMENT_START to the linker script language to permit the user to
191 override the base address for a segment from the command-line.
192
8fdd7217
NC
193* ELF: --warn-shared-textrel option to warn if adding a DT_TEXTREL to a shared
194 object.
195
bcaa7b3e
L
196* Added SORT_BY_NAME and SORT_BY_ALIGNMENT to the linker script
197 language to permit sorting sections by section name or section
198 maximum alignment.
199
200* Added a new linker command line switch, --sort-section name|alignment,
201 to sort sections by section name or maximum alignment.
202
8fdd7217
NC
203* ELF: --add-needed/--no-add-needed options to control if a DT_NEEDED tag
204 should be added when a shared library comes from DT_NEEDED tags.
14b3c463 205
1fe1f39c
NC
206* Support for the crx-elf target added.
207
1a320fbb 208* Support for the sh-symbianelf target added.
1fe1f39c 209
2d643429
NC
210* A new linker command line switch has been added which allows the hash table
211 size to be set to a suitable prime value near to its argument. This switch
212 is --hash-size=<NUMBER>. Also if the switch --reduce-memory-overheads is
213 used, and --hash-size has not been used, then the default value will be set
214 to 1021.
215
35835446
JR
216* Linker map files are now generated with an O(N) algorithm for finding symbols
217 that are defined in each section. This uses about 40% more memory for
218 symbols than the old O(N^2) algorithm. You can use the new
219 --reduce-memory-overheads option to select the old algorithm; this option
220 might also be used in the future to select similar tradeoffs.
221
2d643429 222Changes in 2.15:
14b3c463 223
8fdd7217
NC
224* ELF: --as-needed/--no-as-needed options to control if a DT_NEEDED tag should
225 be added only when a shared library is referenced.
c0065db7 226
8fdd7217 227* PE: --large-address-aware option to indicate executables support virtual
26d2d8a2
BF
228 addresses greater than 2 gigabytes.
229
1b169501
BF
230* DWARF 2 support for i386pe added.
231
c894ddfb
HPN
232* The linker script operator DEFINED() will now yield 1 only for a symbol that
233 is defined before the statement where DEFINED is used.
234
7a7f4e42
CD
235* The MIPS --embedded-relocs (used to embed relocations into binaries for
236 Embedded-PIC code) is deprecated and will be removed in a future release.
237
0949843d
NC
238* cr16c support added by NSC.
239
6edf0760
NC
240* m32r Linux (ELF) support added by Renesas.
241
560e09e9
NC
242* Improved linker's handling of unresolved symbols. The switch
243 --unresolved-symbols=<method> has been added to tell the linker when it
244 should report them and the switch --warn-unresolved-symbols has been added to
245 make reports be issued as warning messages rather than errors.
246
43c58ae6
CD
247Changes in 2.14:
248
e8fd7476
NC
249* Added support for Xtensa architecture.
250
9c8ebd6a
DJ
251* Added --with-sysroot configure switch to specify a target system root, for
252 linking against a target filesystem image.
253
312b768e
NC
254* Added --accept-unknown-linker-format to restore old linker behaviour (pre
255 2.14) of silently accepting and linking in any files in an unknown binary
256 file format.
257
63fd3b82
NC
258* Added --no-omagic to undo the effects of the -N option.
259
004d9caf
NC
260* Support for Texas Instruments TMS320C4x and TMS320C3x series of
261 DSP's contributed by Michael Hayes and Svein E. Seldal.
c0065db7 262
8e523c23
NC
263* Added --with-lib-path configure switch to specify default value for
264 LIB_PATH.
265
7e392df6
NC
266* ARM port to QNX operating system added by Graeme Peterson.
267
cf88bb9f
NC
268* IP2K support added by Denis Chertykov.
269
2cbb2eef
NC
270Changes in 2.13:
271
272* Support for the Fujitsu FRV architecture added by Red Hat. Models for FR400
273 and FR500 included.
7d553a40 274
37020578
JT
275Changes in version 2.13:
276
277* DEC VAX ELF support, by Matt Thomas.
278
9a66911f
NC
279Changes in version 2.12:
280
49fda6c8
HPN
281* Support for Don Knuth's MMIX, by Hans-Peter Nilsson.
282
3b16e843
NC
283* Support for the OpenRISC 32-bit embedded processor by OpenCores.
284
8bd621d8
AM
285* Support for -z nocopyreloc in the x86 ELF linker, which disables
286 production of copy relocs. Warning: using this option may result in
287 non-sharable applications.
5b343f5a 288
db6751f2
JJ
289* Support for -z combreloc in the ELF linker, which puts dynamic
290 relocations against the same symbol together, so that dynamic linker
291 can use an one-entry symbol lookup cache.
292
293* Support for ELF SHF_MERGE section merging, by Jakub Jelinek.
294
9a66911f
NC
295Changes in version 2.11:
296
b8355149
JH
297* Support for AMD x86-64 architecture, by Jan Hubicka, SuSE Labs.
298
18e03609
NC
299* Support added for eliminating duplicate DWARF2 debug information by
300 having the compiler generate the information in sections called
301 .gnu.linkonce.wi.XXXX where XXXX is a checksum for the contents. The
302 linker then merges these sections together into the normal .debug_info
303 section.
252b5132 304
ec4eb78a
L
305* The native ELF linker now searches the directories in DT_RUNPATH or
306 DT_RPATH of a shared library for shared libraries needed by it.
307
2d30b3da
TW
308* TI C54x support, by Timothy Wall.
309
176355da 310* Added command line switch --section-start to set the start address of any
c0065db7 311 specified section.
176355da 312
a712da20
NC
313* Added ability to emit full relocation information in linked executables,
314 enabled by --emit-relocs. Some post-linkage optimization tools need
315 this information in order to be able to correctly identify and perform
316 symbol relative addressing in the event of changes in section contents
317 (instructions being added or deleted, extending data sections, etc.)
318
22b36938
JE
319* Support for i860, by Jason Eckhardt (preliminary, alpha quality).
320
5bcac8a4
HPN
321* Support for CRIS (Axis Communications ETRAX series).
322
500800ca
NC
323* Support for PDP-11 and 2.11BSD a.out format, by Lars Brinkhoff.
324
919e4093
AM
325Changes in version 2.10:
326
c0065db7 327* Added AT> to the linker script language to allow load-time allocation of
5948916f
TW
328 sections into regions.
329
c0065db7 330* Added garbage collection of unused sections, enabled by --gc-sections.
252b5132 331 It does require a bit of backend support; currently implemented are
4667035e
AM
332 arm-elf, avr-elf, d10v-elf, fr30-elf, i386-elf, m32r-elf, m68k-elf,
333 mcore-elf, mips-elf, mn10300-elf, ppc-elf, sh-elf, sparc-elf, and v850-elf.
987fd5b4 334 Others will ignore the option.
252b5132
RH
335
336* Added SORT to the linker script language to permit sorting sections by file
337 name or section name.
338
339* Added EXTERN to the linker script language as an equivalent to the -u
340 command-line option.
341
342* Added ASSERT to the linker script language.
343
277c9afe
ILT
344* Added EXCLUDE_FILE to the linker script language for further control over
345 wildcard file names.
346
252b5132 347* Added -O option to optimize linker output (as of this writing, this only
500800ca 348 affects ELF shared library generation).
252b5132
RH
349
350* The -e option now accepts a number as well as a symbol name.
351
2575273d
ILT
352* Added --no-undefined option to disallow undefined symbols when creating a
353 shared library.
354
9b1d3b78
ILT
355* The linker now issues a warning, not an error, for an undefined symbol when
356 using -Bsymbolic; use the new --no-undefined option to get the old
357 behaviour.
358
252b5132
RH
359* Added --demangle and --no-demangle options.
360
361Changes in version 2.9:
362
363* Added SQUAD to the linker script language.
364
365* New option --no-warn-mismatch.
366
367* The MEMORY command now parses the attributes to determine where sections that
368 are not placed in a specific memory region are placed.
369
370Changes in version 2.8:
371
372* Linker scripts may now contain shell wildcard characters for file and section
373 names.
374
375* The linker now supports symbol versions in ELF.
376
377* The NOCROSSREFS command was added to the linker script language.
378
379* The LOADADDR expression was added to the linker script language.
380
381* MAX and MIN functions were added to the linker script language.
382
383* The OVERLAY construct was added to the linker script language.
384
385* New option --warn-section-align to warn when the address of an output section
386 changes due to alignment of an input section.
387
388* New options --filter/-F and --auxiliary/-f.
389
390Changes in version 2.7:
391
392* New option --cref to print out a cross reference table.
393
394* New option --wrap SYMBOL.
395
396* New option --no-whole-archive, to turn off the effect of --whole-archive.
397
398* Input sections assigned to the output section /DISCARD/ in the linker script
399 are not included in the output file.
400
401* The SunOS and ELF linkers now merge stabs debugging information which uses
402 the N_BINCL and N_EINCL stab types. This reduces the amount of debugging
403 information generated.
404
405Changes in version 2.6:
406
407* When an ELF section name is representable as a C identifier (this is not true
45f111cc
NC
408of most ELF section names), the linker will automatically define symbols
409__start_SECNAME and __stop_SECNAME, where SECNAME is the section name, at the
410beginning and the end of the section. This is used by glibc.
411
412 Addendum: Current versions of the linker (at least for version 2.18 onwards
413and possibly much earlier as well) place two restrictions on this feature: The
414symbols are only implemented for orphaned sections, not for explicitly placed
415sections and they are PROVIDEd rather than being defined.
252b5132
RH
416
417* When an ELF section named .gnu.warning is encountered in an input file, the
418contents of the section are displayed as an error message, and the section is
419not copied into the output file. This is used by glibc.
420
421* When an ELF section named .gnu.warning.SYMBOL is encountered in an input
422file, and the symbol SYMBOL is referenced by some object file, the contents of
423the section are displayed as an error message. The section is not copied into
1049f94e 424the output file, unless doing a relocatable or shared link. This is used by
252b5132
RH
425glibc.
426
427* New options -split-by-reloc and -split-by-file.
428
429* The linker now supports linking PIC compiled code on SPARC SunOS. It can
430also create SPARC SunOS shared libraries, and, like the native SunOS linker,
431will do so whenever there is an undefined symbol in the link and neither the -e
432nor the -r option was used.
433
434* The -rpath option may be used on SunOS to set the list of directories to be
435searched at run time. This overrides the default of building the list from the
436-L options.
437
438* The COFF linker now combines debugging information for structs, unions, and
439enums, so that even if the same type is defined in multiple input files it will
440only be defined once in the output file. The --traditional-format switch will
441prevent this optimization.
442
443Changes in version 2.5:
444
445* The linker now supports linking against SunOS shared libraries. It still can
446not link SunOS PIC (Position Independent Code) files, so it can not be used to
07f3b6ad 447generate shared libraries.
252b5132
RH
448
449* The linker now supports linking against ELF shared libraries for the i386
450(UnixWare) and SPARC (Solaris). It can also link ELF PIC files, and can be
451used to generate shared libraries. Shared library generation is not well
452tested; please report any problems encountered. The linker is now enabled for
453Solaris again.
454
455* Eric Youngdale has contributed Linux support code, including linking against
456Linux a.out shared libraries. The linker produces Linux QMAGIC binaries.
457
458* The ELF backend has been converted to the new linker code. To use the new
459ELF linker, each particular target requires a relocation function. So far,
460this function has been written for i386 (UnixWare), SPARC (Solaris) MIPS (Irix
4615), and HPPA ELF targets.
462
463* The -( (--start-group) and -) (--end-group) options have been added to
464support searching a group of archives as though they were a single archive.
465This can also be used in a linker script, as GROUP ( files ).
466
467* When a file is named on the command line, and the linker does not recognize
468it as an object file, the linker will now treat the file as a linker script
469file. A linker script named in this way augments, but does not replace, the
470default linker script.
471
472* The -warn-once option was added. It causes the linker to only warn once per
473undefined symbol, rather than once per reference.
474
475* The COFF backend has been converted to the new linker code. As with ELF, to
476use the new linker, each particular target requires a relocation function. So
477far, this function has been written for the i386, m68k, a29k and SH targets.
478
479* The -V flag was made a synonym for -v, for SVR4 compatibility. The old -V
480behaviour is available via --verbose.
481
482Changes in version 2.4:
483
484* New linker code, by Steve Chamberlain and Ian Taylor. For a.out and ecoff
485 formats (so far), this should result in considerable savings in time
486 and memory used while linking; slightly poorer performance than
487 before for formats not converted yet.
488
489* Command-line parsing is no longer done with flex. This means
490 oddball characters in filenames won't get treated as argument
491 separators.
492
493* HP-PA ELF support, by Jeff Law. (No SOM support yet.)
494
495* Mach i386 support, by David Mackenzie.
496
497* Irix 4 shared libraries are now supported (Irix 5 uses ELF, and ELF shared
498 libraries are not yet supported).
499
500* COFF shared libraries (as on SCO) should work as well.
501
502* The linker is disabled for Solaris. (Actually, it was in 2.3 also, I just
503 forgot to note it.) Some of their C library routines don't work when
504 statically linked, and the GNU linker doesn't support dynamic linking yet.
505
506Changes in version 2.3:
507
508* Weak symbols are now supported.
509
510* ELF support has been added. The linker has been bootstrapped on
511 UnixWare and Solaris.
512
513* Alpha OSF/1 support has been added (non dynamic linking only).
514
515Changes in version 2.2:
516
517* The `bfd' library has been updated to reduce a.out-format string
518 table size. The effect of this is that files linked from many input
519 files with duplicate symbols (`-g' debugging records, or identical
520 static symbols) should be much smaller.
521
522Changes in version 2.1:
523
524* The ld -ySYMBOL flag (to trace references to SYMBOL) is now implemented.
525
526* There is now support for writing ECOFF files, so ld and the
527 other utilities should work on Risc/Ultrix and Irix.
528
529\f
530Local variables:
531fill-column: 79
532End:
This page took 0.634633 seconds and 4 git commands to generate.