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