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