Automatic date update in version.in
[deliverable/binutils-gdb.git] / ld / NEWS
CommitLineData
252b5132 1-*- text -*-
97a232d7 2
142b7a14
EB
3* Speed up direct linking with DLLs for Cygwin and Mingw targets.
4
f6aec96d
L
5* Add a configure option --enable-separate-code to decide whether
6 -z separate-code should be enabled in ELF linker by default. Default
7 to yes for Linux/x86 targets. Note that -z separate-code can increase
8 disk and memory size.
9
9176ac5b
NC
10Changes in 2.30:
11
47acac12
L
12* Add -z separate-code to generate separate code PT_LOAD segment.
13
97a232d7
NC
14* Add "-z undefs" command line option as the inverse of the "-z defs" option.
15
93ab9c0d
NC
16* Add -z globalaudit command line option to force audit libraries to be run
17 for every dynamic object loaded by an executable - provided that the loader
6c19b93b 18 supports this functionality.
7feec526 19
2b94abd4
AB
20* Tighten linker script grammar around file name specifiers to prevent the use
21 of SORT_BY_ALIGNMENT and SORT_BY_INIT_PRIORITY on filenames. These would
22 previously be accepted but had no effect.
23
24* The EXCLUDE_FILE directive can now be placed within any SORT_* directive
25 within input section lists.
26
55a09eb6
TG
27Changes in 2.29:
28
48580982
L
29* Support for -z shstk in the x86 ELF linker to generate
30 GNU_PROPERTY_X86_FEATURE_1_SHSTK in ELF GNU program properties.
31
32* Add support for GNU_PROPERTY_X86_FEATURE_1_SHSTK in ELF GNU program
33 properties in the x86 ELF linker.
34
ee2fdd6f 35* Add support for GNU_PROPERTY_X86_FEATURE_1_IBT in ELF GNU program
48580982 36 properties in the x86 ELF linker.
ee2fdd6f
L
37
38* Support for -z ibtplt in the x86 ELF linker to generate IBT-enabled
39 PLT.
40
41* Support for -z ibt in the x86 ELF linker to generate IBT-enabled
42 PLT as well as GNU_PROPERTY_X86_FEATURE_1_IBT in ELF GNU program
43 properties.
44
a91e1603
L
45* Add support for ELF SHF_GNU_MBIND and PT_GNU_MBIND_XXX.
46
46bed679
L
47* Add support for ELF GNU program properties.
48
0220170b
DD
49* Add support for the Texas Instruments PRU processor.
50
d7488716
AB
51* When configuring for arc*-*-linux* targets the default linker emulation will
52 change if --with-cpu=nps400 is used at configure time.
53
77f5e65e
AB
54* Improve assignment of LMAs to orphan sections in some edge cases where a
55 mixture of both AT>LMA_REGION and AT(LMA) are used.
56
14ea2c1b
AB
57* Orphan sections placed after an empty section that has an AT(LMA) will now
58 take an load memory address starting from LMA.
59
7bdf4127
AB
60* Section groups can now be resolved (the group deleted and the group members
61 placed like normal sections) at partial link time either using the new linker
62 option --force-group-allocation or by placing FORCE_GROUP_ALLOCATION into the
63 linker script.
64
9703a4ef
TG
65Changes in 2.28:
66
8f1732fc
AB
67* The EXCLUDE_FILE linker script construct can now be applied outside of the
68 section list in order for the exclusions to apply over all input sections in
69 the list.
70
e23eba97 71* Add support for the RISC-V architecture.
76359541 72
29063f8b
NC
73* The command line option --no-eh-frame-hdr can now be used in ELF based
74 linkers to disable the automatic generation of .eh_frame_hdr sections.
75
0955507f
TP
76* Add --in-implib=<infile> to the ARM linker to enable specifying a set of
77 Secure Gateway veneers that must exist in the output import library specified
78 by --out-implib=<outfile> and the address they must have. As such,
79 --in-implib is only supported in combination with --cmse-implib.
80
76359541
TP
81* Extended the --out-implib=<file> option, previously restricted to x86 PE
82 targets, to any ELF based target. This allows the generation of an import
83 library for an ELF executable, which can then be used by another application
84 to link against the executable.
85
96a84ea3
TG
86Changes in 2.27:
87
647e4d46
L
88* Add a configure option --enable-relro to decide whether -z relro should
89 be enabled in ELF linker by default. Default to yes for all Linux
9194f82d
AM
90 targets except FRV, HPPA, IA64 and MIPS. Note that -z relro can increase
91 disk and memory size.
647e4d46 92
4c10bbaa
L
93* Support for -z noreloc-overflow in the x86-64 ELF linker to disable
94 relocation overflow check.
95
b8871f35
L
96* Add -z common/-z nocommon options for ELF targets to control whether to
97 convert common symbols to the STT_COMMON type during a relocatable link.
98
aec6b87e
L
99* Support for -z nodynamic-undefined-weak in the x86 ELF linker, which
100 avoids dynamic relocations against undefined weak symbols in executable.
101
cdf96953
MF
102* The NOCROSSREFSTO command was added to the linker script language.
103
1f56df9d
JW
104* Add --no-apply-dynamic-relocs to the AArch64 linker to do not apply link-time
105 values for dynamic relocations.
106
7feec526
TG
107Changes in 2.26:
108
a504d23a
LA
109* Add --fix-stm32l4xx-629360 to the ARM linker to enable a link-time
110 workaround for a bug in the bus matrix / memory controller for some of
111 the STM32 Cortex-M4 based products (STM32L4xx)
81c23f82 112
6c3bc0f8
NC
113* Add a configure option --enable-compressed-debug-sections={all,ld} to
114 decide whether DWARF debug sections should be compressed by default.
115
886a2506
NC
116* Add support for the ARC EM/HS, and ARC600/700 architectures.
117
0f088b2a
KT
118* Experimental support for linker garbage collection (--gc-sections)
119 has been enabled for COFF and PE based targets.
120
ea556d25
L
121* New command line option for ELF targets to compress DWARF debug
122 sections, --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi].
123
c005eb9e
AB
124* New command line option, --orphan-handling=[place|warn|error|discard], to
125 adjust how orphan sections are handled. The default is 'place' which gives
126 the current behaviour, 'warn' and 'error' issue a warning or error
127 respectively when orphan sections are found, and 'discard' will discard all
128 orphan sections.
3ea60775 129
b0619670
L
130* Add support for LLVM plugin.
131
3604cb1f
TG
132* Add --print-memory-usage option to report memory blocks usage.
133
0a618243
AB
134* Add --require-defined option, it's like --undefined except the new symbol
135 must be defined by the end of the link.
136
c50415e2
TG
137Changes in 2.25:
138
eeb14e5a
LZ
139* PE binaries now once again contain real timestamps by default. To disable
140 the inclusion of a timestamp in a PE binary, use the --no-insert-timestamp
141 command line option.
142
73589c9d
CS
143* Replace support for openrisc and or32 with support for or1k.
144
61e2488c
JT
145* Add support for the --build-id command line option to COFF based targets.
146
147* x86/x86_64 pe-coff now supports the --build-id option.
148
35c08157
KLC
149* Add support for the Andes NDS32.
150
58ca03a2
TG
151Changes in 2.24:
152
2e53f7d6
NC
153* Add LOG2CEIL() builtin function to the linker script language
154
13761a11
NC
155* Add support for the Texas Instruments MSP430X processor.
156
36591ba1
SL
157* Add support for Altera Nios II.
158
78c8d46c
NC
159* Add support for the V850E3V5 architecture.
160
a3c62988
NC
161* Add support for the Imagination Technologies Meta processor.
162
b1b00fcc
MF
163* --enable-new-dtags no longer generates old dtags in addition to new dtags.
164
e8044f35
RS
165* Remove linker support for MIPS ECOFF targets.
166
1eec346e
NC
167* Add ALIGN_WITH_INPUT to the linker script language to force the alignment of
168 an output section to use the maximum alignment of all its input sections.
169
af18cb59
TG
170Changes in 2.23:
171
8d55a8a0
KT
172* Enable compressed debug section feature for x86/x86_64 pe-coff.
173
da2bb560
NC
174* Add support for the 64-bit ARM architecture: AArch64.
175
eda680f8
L
176* Added SORT_NONE to the linker script language to disable section sorting.
177
62655c7b
RM
178* Add a linker-provided symbol when producing ELF output, '__ehdr_start'
179 to point to the ELF file header (and nearby program headers) in the
180 program's memory image.
181
6927f982
NC
182* Add support for S12X processor.
183
b9c361e0
JL
184* Add support for the VLE extension to the PowerPC architecture.
185
f6c1a2d5
NC
186* Add support for the Freescale XGATE architecture.
187
a72173de
TG
188* Add option -f FILE on AIX (for response file).
189
99c513f6
DD
190* Add support for the Renesas RL78 architecture.
191
cfb8c092
NC
192* Add support for the Adapteva EPIPHANY architecture.
193
a7142d94
TG
194Changes in 2.22:
195
d064f206
NC
196* --copy-dt-needed-entries is no longer enabled by default. Instead
197 --no-copy-dt-needed-entries is the default.
198
ae17ab41 199* INPUT_SECTION_FLAGS has been added to the linker script language
cfb8c092 200 to allow selection of input sections by section header section flags.
ae17ab41 201
69f56ae1 202* Add support for the Tilera TILEPro and TILE-Gx architectures.
90b3661c 203
02ecc8e9 204* Added SORT_BY_INIT_PRIORITY to the linker script language to permit
cfb8c092
NC
205 sorting sections by numerical value of the GCC init_priority attribute
206 encoded in the section name.
02ecc8e9 207
44f45767
TG
208Changes in 2.21:
209
5fec8599
L
210* Linker script expression evaluation is somewhat more sane. This may
211 break scripts that depend on quirks of the old expression evaluation.
212
17f73277
KT
213* Turn off underscoring for x86_64 PE+-COFF targets. For old behavior the
214 option --enable-leading-mingw64-underscores can be used on configure of
215 bfd.
216
40b36596
JM
217* Add support for the TMS320C6000 (TI C6X) processor family.
218
ddbb8a31
NC
219* --add-needed renamed to --copy-dt-needed-entries in order to avoid confusion
220 with --as-needed option.
221
7fcab871
KT
222* Extend .def file syntax by '== <ID>' for imports and exports. This allows
223 to alias the import/export table name written in PE image.
224
a72173de 225* Add --exclude-all-symbols option to PE based linkers. This prevents all
2927aaca
NC
226 symbols from automatically being exported.
227
c7927a3c
NC
228* Add support for the Renesas RX processor.
229
75875724
TG
230* Add support for alpha-vms target.
231
81c23f82
TG
232Changes in 2.20:
233
3e7a7d11
NC
234* GNU/Linux targets now support the STB_GNU_UNIQUE symbol binding. This is a
235 GNU extension to the standard set of ELF symbol bindings. The binding will
236 be passed on to the dynamic linker which will make sure that in the entire
237 process there is just one symbol with the given name and type in use.
ce11ba6c 238
c1711530
DK
239* PE targets now support a GNU extension to allow the alignment of common
240 common symbols to be specified. This support uses custom options in
241 the .drectve section, which will be disregarded by the native tools.
242
09e2aba4
DK
243* PE targets now add primitive support for ELF version scripts; symbols
244 are not versioned, but the local and global symbol visibility directives
245 are respected when filtering symbols in auto-export mode.
246
267e2722
CD
247* New option --no-export-dynamic to undo the effect of the -E and
248 --export-dynamic options.
249
a0c402a5
L
250* ELF: --warn-alternate-em option to warn if an object has alternate
251 ELF machine code.
252
4a93e180
NC
253* New script function REGION_ALIAS to add alias names to memory regions.
254
88183869
DK
255* PE targets no longer make use of the long section names PE extension to
256 the COFF format when generating executable images, by default. The old
257 (slightly non-conformant) behaviour can still be invoked by using the
3efd345c
DK
258 new '--enable-long-section-names' command-line option. It is also enabled
259 automatically in the presence of un-stripped debug information, as GDB
260 needs to be able to find the debug info sections by their full names.
88183869 261
d8045f23
NC
262* For GNU/Linux systems the linker will now avoid processing any relocations
263 made against symbols of the STT_GNU_IFUNC type and instead emit them into
264 the resulting binary for processing by the loader.
265
28024d9d
L
266* --as-needed now links in a dynamic library if it satisfies undefined
267 symbols in regular objects, or in other dynamic libraries. In the
268 latter case the library is not linked if it is found in a DT_NEEDED
269 entry of one of the libraries already linked.
270
258795f5
L
271* Add a new command line option, -Ttext-segment ADDR, for ELF targets
272 to set the address of the first byte of the text segment.
273
c3b7224a
NC
274* Add support for Sunplus score architecture.
275
ce11ba6c
KT
276* Add new option --use-nul-prefixed-import-tables to ld for PE targets to
277 allow fallback to old import table generation with null element prefix.
278
e1c37eb5
DK
279* Windows PE systems now support a new --exclude-modules-for-implib option,
280 allowing users to partition object files and archive members between a DLL
281 and its associated import library as they are generated during linking.
282
84e94c90
NC
283* Add support for Lattice Mico32 (lm32) architecture.
284
62655c7b 285* Add CR16 ELF --embedded-relocs (used to embedded relocations into binaries
7251ccbf
SR
286 for Embedded-PIC code) option.
287
6cb442d3
KT
288* Add to the PE/PE+ targets the support of two different kinds of
289 pseudo-relocations. They can be selected by the switches
290 --enable-runtime-pseudo-reloc-v1 and --enable-runtime-pseudo-reloc-v2.
291 For the switch --enable-runtime-pseudo-reloc it uses for 32-bit
292 runtime pseudo relocation version one, for 64-bit the version two.
293
6e33da12
TG
294Changes in 2.19:
295
66c103b7
AM
296* Linker scripts support a new INSERT command that makes it easier to
297 augment the default script.
298
967928e9 299* Linker script input section filespecs may now specify a file within an
66c103b7 300 archive by writing "archive:file".
967928e9 301
de7dd2bd
NC
302* The --sort-common switch now has an optional argument which specifies the
303 direction of sorting.
304
7fb9f789
NC
305* The M68K linker now supports multiple GOT generation schemes controlled via
306 the --got=<type> command line option.
307
66c103b7
AM
308* The ARM EABI linker will now generate stubs for function calls to symbols
309 that are too far away. The placement of the stubs is controlled by a new
310 linker command line option: --stub-group-size=N.
726150b7 311
7c3d153f
NC
312Changes in 2.18:
313
f96b4a7b
NC
314* Linker sources now released under version 3 of the GNU General Public
315 License.
316
c0065db7
RM
317* ELF: New --build-id option to generate a unique per-binary identifier
318 embedded in a note section.
319
3d3d428f 320* Added support for National Semicondutor CompactRISC (ie CR16) target.
a19bcec6 321
bcb674cf
RS
322* -l:foo now searches the library path for a filename called foo,
323 without converting it to libfoo.a or libfoo.so.
324
14be8564
L
325* Add a new command line option '--default-script=FILE' or '-dT FILE'
326 which specifies a replacement for the built in, default linker
327 script.
328
40b36307
L
329* ELF: Add -Bsymbolic-functions, --dynamic-list-cpp-new, which puts C++
330 operator new and delete on the dynamic list, and --dynamic-list-data,
331 builtin list for --dynamic-list, which puts global data symbols on the
332 dynamic list.
333
99ad8390
NC
334* Add support for x86_64 PE+ target.
335
1c0d3aa6
NC
336* Add support for Score target.
337
55255dae
L
338* ELF: Add --dynamic-list option to specify a list of global symbols
339 whose references shouldn't be bound to the definition within the
340 shared library, or a list of symbols which should be added to the
341 symbol table in the executable.
342
dc0b6aa0
AM
343* The default output section LMA has changed for allocatable sections from
344 being equal to VMA, to keeping the difference between LMA and VMA the same as
345 the previous output section in the same region. This is a more useful
346 default when using overlays and other cases where you specify an LMA
347 differing from the VMA for some sections.
348
c17d87de
NC
349* New switch: --print-gc-sections to list any sections removed by garabge
350 collection.
351
c6dd86c6 352* ARM: Added --vfp11-denorm-fix option to work around an erratum in current
f96b4a7b 353 VFP11 coprocessors.
c6dd86c6 354
c17d87de 355Changes in 2.17:
cf88bb9f 356
d70c5fc7
NC
357* Support for the Infineon XC16X has been added by KPIT Cummins Infosystems.
358
dfcffada
AM
359* Modify the Linux linker search order to better match ld.so search order.
360 Look for DT_NEEDED libraries in paths specified by ld.so.conf before
361 searching the default directories, rather than vice versa.
362 Use $prefix/etc/ld.so.conf if it exists, otherwise /etc/ld.so.conf.
c1446dba 363
4b5bd4e7
DS
364* PE-COFF: Forward exports from DLL's can now be specified in .def files
365 passed directly to ld.
366
3c9b82ba
NC
367* Support for the Z80 processor family has been added.
368
3e8a519c
MM
369* Add support for the "@<file>" syntax to the command line, so that extra
370 switches can be read from <file>.
371
957d91c1
NC
372Changes in 2.16:
373
319850b4
JB
374* Support for the R_ARM_V4BX relocation as defined in the ARM AAELF
375 specification has been added via the --fix-v4bx command-line option.
376
b717d30e
JJ
377* New linker script construct AS_NEEDED(), which sets the --as-needed flag
378 for input files listed inside of it.
379
e2243057
RS
380* A new command-line option, --sysroot, can be used to override the
381 default sysroot location. It only applies to toolchains that were
382 configured using --with-sysroot.
383
3ec57632
NC
384* New linker script functions: ORIGIN() and LENGTH() which return information
385 about a specified memory region.
386
7499d566
NC
387* Port to MAXQ processor contributed by HCL Tech.
388
ba916c8a
MM
389* Added SEGMENT_START to the linker script language to permit the user to
390 override the base address for a segment from the command-line.
391
8fdd7217
NC
392* ELF: --warn-shared-textrel option to warn if adding a DT_TEXTREL to a shared
393 object.
394
bcaa7b3e
L
395* Added SORT_BY_NAME and SORT_BY_ALIGNMENT to the linker script
396 language to permit sorting sections by section name or section
397 maximum alignment.
398
399* Added a new linker command line switch, --sort-section name|alignment,
400 to sort sections by section name or maximum alignment.
401
8fdd7217
NC
402* ELF: --add-needed/--no-add-needed options to control if a DT_NEEDED tag
403 should be added when a shared library comes from DT_NEEDED tags.
14b3c463 404
1fe1f39c
NC
405* Support for the crx-elf target added.
406
1a320fbb 407* Support for the sh-symbianelf target added.
1fe1f39c 408
2d643429
NC
409* A new linker command line switch has been added which allows the hash table
410 size to be set to a suitable prime value near to its argument. This switch
411 is --hash-size=<NUMBER>. Also if the switch --reduce-memory-overheads is
412 used, and --hash-size has not been used, then the default value will be set
413 to 1021.
414
35835446
JR
415* Linker map files are now generated with an O(N) algorithm for finding symbols
416 that are defined in each section. This uses about 40% more memory for
417 symbols than the old O(N^2) algorithm. You can use the new
418 --reduce-memory-overheads option to select the old algorithm; this option
419 might also be used in the future to select similar tradeoffs.
420
2d643429 421Changes in 2.15:
14b3c463 422
8fdd7217
NC
423* ELF: --as-needed/--no-as-needed options to control if a DT_NEEDED tag should
424 be added only when a shared library is referenced.
c0065db7 425
8fdd7217 426* PE: --large-address-aware option to indicate executables support virtual
26d2d8a2
BF
427 addresses greater than 2 gigabytes.
428
1b169501
BF
429* DWARF 2 support for i386pe added.
430
c894ddfb
HPN
431* The linker script operator DEFINED() will now yield 1 only for a symbol that
432 is defined before the statement where DEFINED is used.
433
7a7f4e42
CD
434* The MIPS --embedded-relocs (used to embed relocations into binaries for
435 Embedded-PIC code) is deprecated and will be removed in a future release.
436
0949843d
NC
437* cr16c support added by NSC.
438
6edf0760
NC
439* m32r Linux (ELF) support added by Renesas.
440
560e09e9
NC
441* Improved linker's handling of unresolved symbols. The switch
442 --unresolved-symbols=<method> has been added to tell the linker when it
443 should report them and the switch --warn-unresolved-symbols has been added to
444 make reports be issued as warning messages rather than errors.
445
43c58ae6
CD
446Changes in 2.14:
447
e8fd7476
NC
448* Added support for Xtensa architecture.
449
9c8ebd6a
DJ
450* Added --with-sysroot configure switch to specify a target system root, for
451 linking against a target filesystem image.
452
312b768e
NC
453* Added --accept-unknown-linker-format to restore old linker behaviour (pre
454 2.14) of silently accepting and linking in any files in an unknown binary
455 file format.
456
63fd3b82
NC
457* Added --no-omagic to undo the effects of the -N option.
458
004d9caf
NC
459* Support for Texas Instruments TMS320C4x and TMS320C3x series of
460 DSP's contributed by Michael Hayes and Svein E. Seldal.
c0065db7 461
8e523c23
NC
462* Added --with-lib-path configure switch to specify default value for
463 LIB_PATH.
464
7e392df6
NC
465* ARM port to QNX operating system added by Graeme Peterson.
466
cf88bb9f
NC
467* IP2K support added by Denis Chertykov.
468
2cbb2eef
NC
469Changes in 2.13:
470
471* Support for the Fujitsu FRV architecture added by Red Hat. Models for FR400
472 and FR500 included.
7d553a40 473
37020578
JT
474Changes in version 2.13:
475
476* DEC VAX ELF support, by Matt Thomas.
477
9a66911f
NC
478Changes in version 2.12:
479
49fda6c8
HPN
480* Support for Don Knuth's MMIX, by Hans-Peter Nilsson.
481
3b16e843
NC
482* Support for the OpenRISC 32-bit embedded processor by OpenCores.
483
8bd621d8
AM
484* Support for -z nocopyreloc in the x86 ELF linker, which disables
485 production of copy relocs. Warning: using this option may result in
486 non-sharable applications.
5b343f5a 487
db6751f2
JJ
488* Support for -z combreloc in the ELF linker, which puts dynamic
489 relocations against the same symbol together, so that dynamic linker
490 can use an one-entry symbol lookup cache.
491
492* Support for ELF SHF_MERGE section merging, by Jakub Jelinek.
493
9a66911f
NC
494Changes in version 2.11:
495
b8355149
JH
496* Support for AMD x86-64 architecture, by Jan Hubicka, SuSE Labs.
497
18e03609
NC
498* Support added for eliminating duplicate DWARF2 debug information by
499 having the compiler generate the information in sections called
500 .gnu.linkonce.wi.XXXX where XXXX is a checksum for the contents. The
501 linker then merges these sections together into the normal .debug_info
502 section.
252b5132 503
ec4eb78a
L
504* The native ELF linker now searches the directories in DT_RUNPATH or
505 DT_RPATH of a shared library for shared libraries needed by it.
506
2d30b3da
TW
507* TI C54x support, by Timothy Wall.
508
176355da 509* Added command line switch --section-start to set the start address of any
c0065db7 510 specified section.
176355da 511
a712da20
NC
512* Added ability to emit full relocation information in linked executables,
513 enabled by --emit-relocs. Some post-linkage optimization tools need
514 this information in order to be able to correctly identify and perform
515 symbol relative addressing in the event of changes in section contents
516 (instructions being added or deleted, extending data sections, etc.)
517
22b36938
JE
518* Support for i860, by Jason Eckhardt (preliminary, alpha quality).
519
5bcac8a4
HPN
520* Support for CRIS (Axis Communications ETRAX series).
521
500800ca
NC
522* Support for PDP-11 and 2.11BSD a.out format, by Lars Brinkhoff.
523
919e4093
AM
524Changes in version 2.10:
525
c0065db7 526* Added AT> to the linker script language to allow load-time allocation of
5948916f
TW
527 sections into regions.
528
c0065db7 529* Added garbage collection of unused sections, enabled by --gc-sections.
252b5132 530 It does require a bit of backend support; currently implemented are
4667035e
AM
531 arm-elf, avr-elf, d10v-elf, fr30-elf, i386-elf, m32r-elf, m68k-elf,
532 mcore-elf, mips-elf, mn10300-elf, ppc-elf, sh-elf, sparc-elf, and v850-elf.
987fd5b4 533 Others will ignore the option.
252b5132
RH
534
535* Added SORT to the linker script language to permit sorting sections by file
536 name or section name.
537
538* Added EXTERN to the linker script language as an equivalent to the -u
539 command-line option.
540
541* Added ASSERT to the linker script language.
542
277c9afe
ILT
543* Added EXCLUDE_FILE to the linker script language for further control over
544 wildcard file names.
545
252b5132 546* Added -O option to optimize linker output (as of this writing, this only
500800ca 547 affects ELF shared library generation).
252b5132
RH
548
549* The -e option now accepts a number as well as a symbol name.
550
2575273d
ILT
551* Added --no-undefined option to disallow undefined symbols when creating a
552 shared library.
553
9b1d3b78
ILT
554* The linker now issues a warning, not an error, for an undefined symbol when
555 using -Bsymbolic; use the new --no-undefined option to get the old
556 behaviour.
557
252b5132
RH
558* Added --demangle and --no-demangle options.
559
560Changes in version 2.9:
561
562* Added SQUAD to the linker script language.
563
564* New option --no-warn-mismatch.
565
566* The MEMORY command now parses the attributes to determine where sections that
567 are not placed in a specific memory region are placed.
568
569Changes in version 2.8:
570
571* Linker scripts may now contain shell wildcard characters for file and section
572 names.
573
574* The linker now supports symbol versions in ELF.
575
576* The NOCROSSREFS command was added to the linker script language.
577
578* The LOADADDR expression was added to the linker script language.
579
580* MAX and MIN functions were added to the linker script language.
581
582* The OVERLAY construct was added to the linker script language.
583
584* New option --warn-section-align to warn when the address of an output section
585 changes due to alignment of an input section.
586
587* New options --filter/-F and --auxiliary/-f.
588
589Changes in version 2.7:
590
591* New option --cref to print out a cross reference table.
592
593* New option --wrap SYMBOL.
594
595* New option --no-whole-archive, to turn off the effect of --whole-archive.
596
597* Input sections assigned to the output section /DISCARD/ in the linker script
598 are not included in the output file.
599
600* The SunOS and ELF linkers now merge stabs debugging information which uses
601 the N_BINCL and N_EINCL stab types. This reduces the amount of debugging
602 information generated.
603
604Changes in version 2.6:
605
606* When an ELF section name is representable as a C identifier (this is not true
45f111cc
NC
607of most ELF section names), the linker will automatically define symbols
608__start_SECNAME and __stop_SECNAME, where SECNAME is the section name, at the
609beginning and the end of the section. This is used by glibc.
610
611 Addendum: Current versions of the linker (at least for version 2.18 onwards
612and possibly much earlier as well) place two restrictions on this feature: The
613symbols are only implemented for orphaned sections, not for explicitly placed
614sections and they are PROVIDEd rather than being defined.
252b5132
RH
615
616* When an ELF section named .gnu.warning is encountered in an input file, the
617contents of the section are displayed as an error message, and the section is
618not copied into the output file. This is used by glibc.
619
620* When an ELF section named .gnu.warning.SYMBOL is encountered in an input
621file, and the symbol SYMBOL is referenced by some object file, the contents of
622the section are displayed as an error message. The section is not copied into
1049f94e 623the output file, unless doing a relocatable or shared link. This is used by
252b5132
RH
624glibc.
625
626* New options -split-by-reloc and -split-by-file.
627
628* The linker now supports linking PIC compiled code on SPARC SunOS. It can
629also create SPARC SunOS shared libraries, and, like the native SunOS linker,
630will do so whenever there is an undefined symbol in the link and neither the -e
631nor the -r option was used.
632
633* The -rpath option may be used on SunOS to set the list of directories to be
634searched at run time. This overrides the default of building the list from the
635-L options.
636
637* The COFF linker now combines debugging information for structs, unions, and
638enums, so that even if the same type is defined in multiple input files it will
639only be defined once in the output file. The --traditional-format switch will
640prevent this optimization.
641
642Changes in version 2.5:
643
644* The linker now supports linking against SunOS shared libraries. It still can
645not link SunOS PIC (Position Independent Code) files, so it can not be used to
07f3b6ad 646generate shared libraries.
252b5132
RH
647
648* The linker now supports linking against ELF shared libraries for the i386
649(UnixWare) and SPARC (Solaris). It can also link ELF PIC files, and can be
650used to generate shared libraries. Shared library generation is not well
651tested; please report any problems encountered. The linker is now enabled for
652Solaris again.
653
654* Eric Youngdale has contributed Linux support code, including linking against
655Linux a.out shared libraries. The linker produces Linux QMAGIC binaries.
656
657* The ELF backend has been converted to the new linker code. To use the new
658ELF linker, each particular target requires a relocation function. So far,
659this function has been written for i386 (UnixWare), SPARC (Solaris) MIPS (Irix
6605), and HPPA ELF targets.
661
662* The -( (--start-group) and -) (--end-group) options have been added to
663support searching a group of archives as though they were a single archive.
664This can also be used in a linker script, as GROUP ( files ).
665
666* When a file is named on the command line, and the linker does not recognize
667it as an object file, the linker will now treat the file as a linker script
668file. A linker script named in this way augments, but does not replace, the
669default linker script.
670
671* The -warn-once option was added. It causes the linker to only warn once per
672undefined symbol, rather than once per reference.
673
674* The COFF backend has been converted to the new linker code. As with ELF, to
675use the new linker, each particular target requires a relocation function. So
676far, this function has been written for the i386, m68k, a29k and SH targets.
677
678* The -V flag was made a synonym for -v, for SVR4 compatibility. The old -V
679behaviour is available via --verbose.
680
681Changes in version 2.4:
682
683* New linker code, by Steve Chamberlain and Ian Taylor. For a.out and ecoff
684 formats (so far), this should result in considerable savings in time
685 and memory used while linking; slightly poorer performance than
686 before for formats not converted yet.
687
688* Command-line parsing is no longer done with flex. This means
689 oddball characters in filenames won't get treated as argument
690 separators.
691
692* HP-PA ELF support, by Jeff Law. (No SOM support yet.)
693
694* Mach i386 support, by David Mackenzie.
695
696* Irix 4 shared libraries are now supported (Irix 5 uses ELF, and ELF shared
697 libraries are not yet supported).
698
699* COFF shared libraries (as on SCO) should work as well.
700
701* The linker is disabled for Solaris. (Actually, it was in 2.3 also, I just
702 forgot to note it.) Some of their C library routines don't work when
703 statically linked, and the GNU linker doesn't support dynamic linking yet.
704
705Changes in version 2.3:
706
707* Weak symbols are now supported.
708
709* ELF support has been added. The linker has been bootstrapped on
710 UnixWare and Solaris.
711
712* Alpha OSF/1 support has been added (non dynamic linking only).
713
714Changes in version 2.2:
715
716* The `bfd' library has been updated to reduce a.out-format string
717 table size. The effect of this is that files linked from many input
718 files with duplicate symbols (`-g' debugging records, or identical
719 static symbols) should be much smaller.
720
721Changes in version 2.1:
722
723* The ld -ySYMBOL flag (to trace references to SYMBOL) is now implemented.
724
725* There is now support for writing ECOFF files, so ld and the
726 other utilities should work on Risc/Ultrix and Irix.
727
728\f
219d1afa 729Copyright (C) 2012-2018 Free Software Foundation, Inc.
5bf135a7
NC
730
731Copying and distribution of this file, with or without modification,
732are permitted in any medium without royalty provided the copyright
733notice and this notice are preserved.
734
252b5132
RH
735Local variables:
736fill-column: 79
737End:
This page took 0.934136 seconds and 4 git commands to generate.