Add Visium support to ld
[deliverable/binutils-gdb.git] / ld / ChangeLog
CommitLineData
c18392d8
EB
12014-12-06 Eric Botcazou <ebotcazou@adacore.com>
2
3 * configure.tgt: Add Visium support.
4 * Makefile.am (ALL_EMULATION_SOURCES): Add eelf32visium.c.
5 (eelf32visium.c): New rule.
6 * Makefile.in: Regenerate.
7 * emulparams/elf32visium.sh: New file.
8 * scripttempl/visium.sc: Likewise.
9
dd7e64d4
L
102014-11-25 H.J. Lu <hongjiu.lu@intel.com>
11
12 * emulparams/elf_i386.sh (TINY_READONLY_SECTION): New.
13 * emulparams/elf_x86_64.sh (TINY_READONLY_SECTION): Add .plt.got.
14
6e733cce
L
152014-11-24 H.J. Lu <hongjiu.lu@intel.com>
16
17 * configure: Regenerated.
18
e05fa0ba
AM
192014-11-24 Alan Modra <amodra@gmail.com>
20
21 * ld.texinfo: Correct --plt-align documentation.
22 * emultempl/ppc64elf.em (plt_stub_align): Delete. Use and set
23 params.plt_stub_align instead.
24
d258b828
IZ
252014-11-18 Igor Zamyatin <igor.zamyatin@intel.com>
26
27 * emulparams/elf_x86_64.sh (BNDPLT): Set to yes for x86_64.
28 * emultempl/elf32.em (gld${EMULATION_NAME}_handle_option): Handle
29 "-z bndplt" if BNDPLT is yes.
30 (gld${EMULATION_NAME}_list_options): Add "-z bndplt" entry.
31 * ld.texinfo: Add description for bndplt.
32
51b26797
DC
332014-10-08 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
34
35 * avrtiny.sc: Apply avr.sc fixes.
36
0cdcdbf8
AM
372014-11-04 Alan Modra <amodra@gmail.com>
38
39 * emultempl/spu_icache.o_c: Regenerate.
40 * emultempl/spu_ovl.o_c: Regenerate.
41
931b79cc
AB
422014-11-03 Andrew Burgess <andrew.burgess@embecosm.com>
43
44 * testsuite/ld-avr/relax-02.d: Update to check size of symbols has
45 changed.
46 * testsuite/ld-avr/relax-03.d: Likewise.
47
a12d0ffc
AB
482014-11-03 Andrew Burgess <andrew.burgess@embecosm.com>
49
50 * testsuite/ld-avr/relax-02.d: New file.
51 * testsuite/ld-avr/relax-02.s: New file.
52 * testsuite/ld-avr/relax-03.d: New file.
53 * testsuite/ld-avr/relax-03.s: New file.
54
64b588b5
NC
552014-10-29 Nick Clifton <nickc@redhat.com>
56
57 * po/bg.po: Updated Bulgarian translation.
58
68fcca92
JW
592014-10-24 Tejas Belagod <tejas.belagod@arm.com>
60
61 * emultempl/aarch64elf.em: Add command-line option for erratum 835769.
62
c1e29d66
HPN
632014-10-17 Hans-Peter Nilsson <hp@axis.com>
64
65 Implement --print-sysroot in ld.
66 * ldlex.h (enum option_values): Add entry OPTION_PRINT_SYSROOT.
67 * lexsup.c (ld_options): Add entry for --print-sysroot.
68 (parse_args) <OPTION_PRINT_SYSROOT>: Print sysroot and exit early.
69
459609d6
AM
702014-10-16 Alan Modra <amodra@gmail.com>
71
72 PR 17488
73 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Don't attempt
74 to access ELF header e_flags when not ppc64 ELF output.
75
91dc4e0a
TG
762014-10-15 Tristan Gingold <gingold@adacore.com>
77
78 * configure: Regenerate.
79
b3b9c41d
HPN
802014-10-15 Hans-Peter Nilsson <hp@axis.com>
81
eeed9cc7
HPN
82 * ldlex.l (INPUTLIST): New start condition.
83 (comment pattern, ",", "(", ")", "AS_NEEDED")
84 ({FILENAMECHAR1}{FILENAMECHAR}*, "-l"{FILENAMECHAR}+)
85 (quoted string pattern, whitespace pattern): Add INPUTLIST to
86 valid start conditions.
87 (<INPUTLIST>"="{FILENAMECHAR1}{FILENAMECHAR}*): New NAME rule.
88 (ldlex_inputlist): New start-condition-setter function.
89 * ldgram.y (input_list1): Rename from input_list. All recursive
90 use changed.
91 (input_list): New wrapper rule for input_list1, setting
92 INPUTLIST lexer state for the duration of parsing input_list1.
bfa23434
HPN
93 * ldlang.c (lang_add_input_file): If the first character in the
94 filename is '=', prepend the sysroot and force the context of that
95 input file to non-sysroot.
b3b9c41d
HPN
96 * ld.texinfo (Options): When mentioning "=" and sysroot, mention
97 that --sysroot controls it, not only through the configuration.
cad60a33
HPN
98 (input files in linker scripts): When mentioning
99 behavior of first character "/" on scripts within sysroot, also
100 mention that effect can be forced by prefixing with "=" and
101 refer to SEARCH_DIR.
b3b9c41d 102
c50415e2
TG
1032014-10-14 Tristan Gingold <gingold@adacore.com>
104
105 * NEWS: Add marker for 2.25.
106
5b69e357
AM
1072014-10-13 Alan Modra <amodra@gmail.com>
108
109 * ldlang.c (lang_add_section): Set up map_head.s and map_tail.s when
110 relocatable.
111
1c8f6a4d
KLC
1122014-09-16 Kuan-Lin Chen <kuanlinchentw@gmail.com>
113
114 * emultempl/nds32elf.em (nds32_elf_after_open): Do not keep
115 ex9 234th entry.
116 (nds32_elf_after_allocation): Move all optimizations into
117 nds32_elf_relax_section.
118
7361da2c
AB
1192014-09-15 Andrew Bennett <andrew.bennett@imgtec.com>
120 Matthew Fortune <matthew.fortune@imgtec.com>
121
122 * ldmain.c (get_emulation): Add support for -mips32r6 and -mips64r6.
123
a9d58c06
AB
1242014-09-12 Andrew Bennett <andrew.bennett@imgtec.com>
125
126 * configure.tgt: Add mips*-img-elf* target triple.
127
74fffc39
JT
1282014-09-01 Jon TURNEY <jon.turney@dronecode.org.uk>
129
130 * emultempl/pe.em (write_build_id, setup_build_id): Change pe/coff
131 build-id section name from '.build-id' to '.buildid'.
132 * emultempl/pep.em (write_build_id, setup_build_id): Ditto.
133
baa23169
AT
1342014-08-22 Andreas Tobler <andreast@fgznet.ch>
135
136 * emulparams/armelf_fbsd.sh (TEXT_START_ADDR): Increase alignment to
137 64kB boundary like in armelf_linux.sh.
138
da44f4e5
AM
1392014-08-22 Alan Modra <amodra@gmail.com>
140
141 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_after_allocation): Call
142 bfd_elf_discard_info after generating glink .eh_frame. Delete
143 redundant test on ppc64_elf_setup_section_lists status.
144
8c45e5ec
MR
1452014-08-20 Maciej W. Rozycki <macro@codesourcery.com>
146
147 * emultempl/armelf.em (OPTION_STUBGROUP_SIZE): Fix formatting.
148 (OPTION_NO_MERGE_EXIDX_ENTRIES, OPTION_LONG_PLT): Likewise.
149
01e6c1a4
WN
1502014-08-20 Will Newton <will.newton@linaro.org>
151
152 * configure.tgt: Default armeb-*-eabi* to big endian.
153
2d5c3743
NC
1542014-08-20 Daniel Micay <danielmicay@gmail.com>
155
156 * emultempl/pep.em: Add --high-entropy-va switch.
157 * ld.texinfo: Document the --high-entropy-va switch.
158
985743c7
NC
1592014-08-20 Nick Clifton <nickc@redhat.com>
160
161 * scripttempl/DWARF.sc: Add copyright notice.
162 * scripttempl/aix.sc: Likewise.
163 * scripttempl/alpha.sc: Likewise.
164 * scripttempl/alphavms.sc: Likewise.
165 * scripttempl/aout.sc: Likewise.
166 * scripttempl/armaout.sc: Likewise.
167 * scripttempl/armbpabi.sc: Likewise.
168 * scripttempl/armcoff.sc: Likewise.
169 * scripttempl/avr.sc: Likewise.
170 * scripttempl/avrtiny.sc: Likewise.
171 * scripttempl/crisaout.sc: Likewise.
172 * scripttempl/delta68.sc: Likewise.
173 * scripttempl/dlx.sc: Likewise.
174 * scripttempl/elf.sc: Likewise.
175 * scripttempl/elf32cr16.sc: Likewise.
176 * scripttempl/elf32cr16c.sc: Likewise.
177 * scripttempl/elf32crx.sc: Likewise.
178 * scripttempl/elf32msp430.sc: Likewise.
179 * scripttempl/elf32msp430_3.sc: Likewise.
180 * scripttempl/elf32sh-symbian.sc: Likewise.
181 * scripttempl/elf32xc16x.sc: Likewise.
182 * scripttempl/elf32xc16xl.sc: Likewise.
183 * scripttempl/elf32xc16xs.sc: Likewise.
184 * scripttempl/elf64hppa.sc: Likewise.
185 * scripttempl/elf_chaos.sc: Likewise.
186 * scripttempl/elfd10v.sc: Likewise.
187 * scripttempl/elfd30v.sc: Likewise.
188 * scripttempl/elfi370.sc: Likewise.
189 * scripttempl/elfm68hc11.sc: Likewise.
190 * scripttempl/elfm68hc12.sc: Likewise.
191 * scripttempl/elfmicroblaze.sc: Likewise.
192 * scripttempl/elfxgate.sc: Likewise.
193 * scripttempl/elfxtensa.sc: Likewise.
194 * scripttempl/epiphany_4x4.sc: Likewise.
195 * scripttempl/epocpe.sc: Likewise.
196 * scripttempl/h8300.sc: Likewise.
197 * scripttempl/h8300h.sc: Likewise.
198 * scripttempl/h8300hn.sc: Likewise.
199 * scripttempl/h8300s.sc: Likewise.
200 * scripttempl/h8300sn.sc: Likewise.
201 * scripttempl/h8300sx.sc: Likewise.
202 * scripttempl/h8300sxn.sc: Likewise.
203 * scripttempl/h8500.sc: Likewise.
204 * scripttempl/h8500b.sc: Likewise.
205 * scripttempl/h8500c.sc: Likewise.
206 * scripttempl/h8500m.sc: Likewise.
207 * scripttempl/h8500s.sc: Likewise.
208 * scripttempl/hppaelf.sc: Likewise.
209 * scripttempl/i386beos.sc: Likewise.
210 * scripttempl/i386coff.sc: Likewise.
211 * scripttempl/i386go32.sc: Likewise.
212 * scripttempl/i386msdos.sc: Likewise.
213 * scripttempl/i860coff.sc: Likewise.
214 * scripttempl/i960.sc: Likewise.
215 * scripttempl/ia64vms.sc: Likewise.
216 * scripttempl/ip2k.sc: Likewise.
217 * scripttempl/iq2000.sc: Likewise.
218 * scripttempl/m68kaux.sc: Likewise.
219 * scripttempl/m68kcoff.sc: Likewise.
220 * scripttempl/m88kbcs.sc: Likewise.
221 * scripttempl/mcorepe.sc: Likewise.
222 * scripttempl/mep.sc: Likewise.
223 * scripttempl/mips.sc: Likewise.
224 * scripttempl/mipsbsd.sc: Likewise.
225 * scripttempl/mmo.sc: Likewise.
226 * scripttempl/moxie.sc: Likewise.
227 * scripttempl/nds32elf.sc: Likewise.
228 * scripttempl/nw.sc: Likewise.
229 * scripttempl/pe.sc: Likewise.
230 * scripttempl/pep.sc: Likewise.
231 * scripttempl/pj.sc: Likewise.
232 * scripttempl/ppcpe.sc: Likewise.
233 * scripttempl/psos.sc: Likewise.
234 * scripttempl/riscix.sc: Likewise.
235 * scripttempl/sh.sc: Likewise.
236 * scripttempl/sparccoff.sc: Likewise.
237 * scripttempl/st2000.sc: Likewise.
238 * scripttempl/tic30aout.sc: Likewise.
239 * scripttempl/tic30coff.sc: Likewise.
240 * scripttempl/tic4xcoff.sc: Likewise.
241 * scripttempl/tic54xcoff.sc: Likewise.
242 * scripttempl/tic80coff.sc: Likewise.
243 * scripttempl/v850.sc: Likewise.
244 * scripttempl/v850_rh850.sc: Likewise.
245 * scripttempl/vanilla.sc: Likewise.
246 * scripttempl/w65.sc: Likewise.
247 * scripttempl/xstormy16.sc: Likewise.
248 * scripttempl/z80.sc: Likewise.
249 * scripttempl/z8000.sc: Likewise.
250
2974be62
AM
2512014-08-19 Alan Modra <amodra@gmail.com>
252
253 * configure: Regenerate.
254
1240be6b
AM
2552014-08-18 Alan Modra <amodra@gmail.com>
256
257 * ld.texinfo (--as-needed): Clarify that references from libraries
258 must be from needed libraries.
259
75938853
AM
2602014-08-18 Alan Modra <amodra@gmail.com>
261
262 * emultempl/aarch64elf.em (gld${EMULATION_NAME}_after_allocation):
263 Handle error status from bfd_elf_discard_info.
264 * emultempl/armelf.em: Likewise.
265 * emultempl/elf32.em: Likewise.
266 * emultempl/hppaelf.em: Likewise.
267 * emultempl/metagelf.em: Likewise.
268 * emultempl/nios2elf.em: Likewise.
269 * emultempl/ppc64elf.em: Likewise.
270 * emultempl/tic6xdsbt.em: Likewise.
271 * emultempl/vms.em: Likewise.
272
18cd5bce
AM
2732014-08-14 Alan Modra <amodra@gmail.com>
274
275 PR 16563
276 * ldlang.c (map_head_is_link_order): Rename from
277 stripped_excluded_sections.
278 (lang_clear_os_map): New function, extracted from..
279 (strip_excluded_output_sections): ..here.
280 * ldlang.h (lang_clear_os_map): Declare.
281 * ldwrite.c (ldwrite): Call lang_clear_os_map.
282 * emultempl/sh64elf.em (sh64_elf_${EMULATION_NAME}_after_allocation):
283 Likewise.
284
b879806f
AM
2852014-08-14 Alan Modra <amodra@gmail.com>
286
287 * configure.ac: Move AC_PROG_CC and other macros earlier. Delete
288 plugin checks now done in config/plugins.m4.
289 * config.in: Regenerate.
290 * configure: Regenerate.
291
23ebe1a0
AM
2922014-08-14 Alan Modra <amodra@gmail.com>
293
294 * plugin.c (is_ir_dummy_bfd): Test BFD_PLUGIN flag rather than
295 flags.claimed.
296
63e1777c
YS
2972014-08-13 Yaakov Selkowitz <yselkowi@redhat.com>
298
299 * pe-dll.c (autofilter_entry_type autofilter_symbollist_i386): Add
300 __dso_handle.
301
0fef4b98
AM
3022014-08-13 Alan Modra <amodra@gmail.com>
303
304 * ldlang.c (open_input_bfds): Don't use bfd_elf_get_dyn_lib_class.
305
e77620a5
AM
3062014-08-12 Alan Modra <amodra@gmail.com>
307
308 * ldlang.h (struct lang_input_statement_flags): Don't make "reload"
309 field conditional on ENABLE_PLUGINS.
310 * ldlang.c (open_input_bfds): Expand plugin_should_reload.
311 * plugin.h (plugin_should_reload): Delete.
312 * plugin.c (plugin_should_reload): Delete.
313
46135103
AM
3142014-08-12 Alan Modra <amodra@gmail.com>
315
316 * ldmain.c (notice): Update args.
317 * plugin.c (plugin_notice): Likewise. Follow warning sym link.
318 Handle new indirect symbol.
319
88d3f087
AM
3202014-08-12 Alan Modra <amodra@gmail.com>
321
322 * plugin.c (plugin_load_plugins): Set link_info.lto_plugin_active.
323
26278bb8
UD
3242014-08-08 Ulrich Drepper <drepper@gmail.com>
325
326 * ldlang.h (struct lang_input_statement_flags): Add pushed
327 member.
328 * ldlex.h (enum option_values): Add OPTION_PUSH_STATE and
329 OPTION_POP_STATE.
330 * lexsup.c (ld_options): Add entries for --push-state and
331 --pop-state.
332 (parse_args): Handle OPTION_PUSH_STATE and OPTION_POP_STATE.
333 * ld.texinfo: Document --push-state and --pop-state.
334
97964ab3
AM
3352014-08-06 H.J. Lu <hongjiu.lu@intel.com>
336
337 PR14918
338 * plugin.c (plugin_opt_plugin_arg): Drop --pass-through.
339
c26fd071
AM
3402014-08-05 Alan Modra <amodra@gmail.com>
341
342 * Makefile.in: Regenerate.
343
351cdf24
MF
3442014-07-29 Matthew Fortune <matthew.fortune@imgtec.com>
345
346 * emulparams/elf32bmip.sh: Add .MIPS.abiflags.
347 * emulparams/elf32bmipn32-defs.sh: Likewise.
348 * emulparams/elf64bmip-defs.sh: Likewise.
349
48494700
AG
3502014-07-27 Anthony Green <green@moxielogic.com>
351
352 * Makefile.am (ALL_EMULATION_SOURCES): Add moxiebox support.
353 (emoxiebox.c): Build.
354 * configure.tgt (targ_extra_ofiles): Add moxie-*-moxiebox*.
355 * emulparams/moxiebox.sh (TEXT_START_ADDR): New file.
356 * Makefile.in: Rebuilt.
357
8d14e191
SK
3582014-07-17 Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
359
360 * emulparams/elf32or1k_linux.sh (TEXT_START_ADDR): Increase from
361 0x0 to first page boundary at 0x2000.
362
e7d17e71
MF
3632014-07-10 Max Filippov <jcmvbkbc@gmail.com>
364
365 * emultempl/xtensaelf.em (is_inconsistent_linkonce_section):
366 correctly handle missing dot in section name after
367 ".gnu.linkonce.prop.".
368
b4841801
DC
3692014-07-08 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
370
371 * scripttempl/avr.sc: Remove KEEP for .data and
372 force .bss VMA to end of .data VMA.
373
7572ca89
WN
3742014-07-08 Will Newton <will.newton@linaro.org>
375
376 * emulparams/armelf_linux.sh (TEXT_START_ADDR): Increase
377 alignment to 64kB boundary.
378
1110793a
AM
3792014-07-04 Alan Modra <amodra@gmail.com>
380
381 * configure.ac: Update "configure.in" comments.
382 * configure: Regenerate.
383
35eafcc7
AM
3842014-07-04 Alan Modra <amodra@gmail.com>
385
386 * configure.ac: Rename from configure.in.
387 * Makefile.in: Regenerate.
388 * config.in: Regenerate.
389
2e98a7bd
AM
3902014-07-04 Alan Modra <amodra@gmail.com>
391
392 * configure.in: Include bfd/version.m4.
393 (AC_INIT, AM_INIT_AUTOMAKE): Use modern form.
394 (BFD_VERSION): Delete.
395 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Remove bfd/configure.in.
396 * configure: Regenerate.
397 * Makefile.in: Regenerate.
398
d215621e
AM
3992014-07-03 Alan Modra <amodra@gmail.com>
400
401 PR 17068
402 * ldlang.c (load_symbols): Always check flags.reload.
403 (open_input_bfds): Always reload --as-needed shared libraries,
404 not just when rescanning.
405 * ldlang.h (struct lang_input_statement_flags): Update reload comment.
406 * plugin.c (plugin_should_reload): Assume shared library arg.
407 * plugin.h (plugin_should_reload): Update comment.
408
7341d5e2
AM
4092014-07-01 Alan Modra <amodra@gmail.com>
410
411 * emultempl/ppc64elf.em (stub_added): Delete.
412 (gld${EMULATION_NAME}_finish): Call ppc64_elf_build_stubs even when
413 none of the usual stubs have been added. Only change entry_section
414 for ELFv1.
415
2dc0e7b4
AM
4162014-07-01 Alan Modra <amodra@gmail.com>
417
418 * sysdep.h: Don't include limits.h and sys/param.h. Don't
419 include unistd.h twice.
420 (LD_PATHMAX): Don't define.
421 * ldlang.c (lang_common): Don't use UINT_MAX.
422
f36e8886
BS
4232014-07-01 Barney Stratford <barney_stratford@fastmail.fm>
424 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
425 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
426 Soundararajan <Sounderarajan.D@atmel.com>
427
428 * Makefile.am (ALL_EMULATION_SOURCES): Add avrtiny emulation source.
429 (eavrtiny.c): Add rules for avrtiny emulation source.
430 * Makefile.in: Regenerate.
431 * configure.tgt: Add avrtiny to avr target emulations.
432 * scripttempl/avrtiny.sc: New file. Linker script template for
433 avrtiny arch.
434 * emulparams/avrtiny.sh: New file. Emulation parameters for
435 avrtiny arch.
436
b0054819
UD
4372014-06-30 Ulrich Drepper <drepper@gmail.com>
438
439 * lexsup.c (parse_args): Check whether provided SONAME is empty
440 string. If yes, warn and ignore it. Don't overwrite valid SONAME
441 with empty string.
442
eeb14e5a
LZ
4432014-06-26 Linda Zhang <lindasc@qq.com>
444
445 * emultempl/pe.em: Initialise insert_timestamp to true.
446 Add a --no-insert-timestamp command line option.
447 * emultempl/pep.em: Likewise.
448 * ld.texinfo: Document that --insert-timestamp is enabled by
449 default and that it now has an inverse command line option.
450 * NEWS: Mention the new behaviour.
451
9d069ac3
NC
4522014-06-25 Nick Clifton <nickc@redhat.com>
453
454 * Makefile.am (ALL_EMULATION_SOURCES): Move ei386pep.c from
455 here...
456 (ALL_64_EMULATION_SOURCES): ... to here.
457 (ALL_EMUL_EXTRA_OFILES): Move pep-dll.o from here...
458 (ALL_64_EMUL_EXTRA_OFILES): New. ... to here.
459 * configure.in (EMUL_EXTRA_OFILES): Include
460 ALL_64_EMUL_EXTRA_OFILES when making a 64-bit enabled build.
461 * Makefile.in: Regenerate.
462 * configure: Regenerate.
463
1804dbce
AT
4642014-06-18 Andreas Tobler <andreast@fgznet.ch>
465
466 * configure.tgt (arm*-*-freebsd*): Update targ_extra_emuls.
467 (arm*b-*-freebsd*): Add target.
468 * emulparams/armelfb_fbsd.sh: Added.
469 * emulparams/armelf_fbsd.sh: Updated.
470 * Makefile.am (ALL_EMULATION_SOURCES): Add earmelfb_fbsd.c.
471 * Makefile.in: Regenerate.
472
e1279d1d
AM
4732014-06-16 Alan Modra <amodra@gmail.com>
474
475 * scripttempl/elf.sc: Edit out __rela_iplt symbol assignments from
476 .rel sections, and __rel_iplt from .rela sections.
477 * scripttempl/nds32elf.sc: Likewise.
478 * Makefile.am (ends32*.c) Depend on nds32elf.sc.
479 * Makefile.in: Regenerate.
480
caa4096e
AM
4812014-06-13 Alan Modra <amodra@gmail.com>
482
483 PR 17047
484 * ldlang.c (output_bfd_hash_table_free_fn): Delete.
485 (open_output): Don't set it..
486 * ldmain.c (ld_cleanup): ..or call it.
487
c72f2fb2
AM
4882014-06-13 Alan Modra <amodra@gmail.com>
489
490 * emultempl/cr16elf.em, * emultempl/elf32.em, * emultempl/genelf.em,
491 * emultempl/m68kcoff.em, * emultempl/m68kelf.em,
492 * emultempl/nds32elf.em, * emultempl/pe.em, * emultempl/pep.em,
493 * ldlang.c, * ldmain.c, * pe-dll.c: Update for bfd.link_next change.
494
07cccc39
AM
4952014-06-13 Alan Modra <amodra@gmail.com>
496
497 * Makefile.am (ALL_EMULATION_SOURCES): Add enios2elf.c, enios2linux.c.
498 * Makefile.in: Regenerate.
499
b893397a
AM
5002014-06-07 Alan Modra <amodra@gmail.com>
501
502 * ldexp.c (exp_fold_tree_1 <etree_provide>): Make PROVIDEd
503 linker script symbol value override a built-in linker symbol.
504
270c9937
JB
5052014-06-05 Joel Brobecker <brobecker@adacore.com>
506
507 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Add dependency on
508 bfd's development.sh.
509 * Makefile.in, configure: Regenerate.
510
ce46249c
AM
5112014-06-02 Alan Modra <amodra@gmail.com>
512
513 * emulparams/elf32bfin.sh: Rename from bfin.sh.
514 * emulparams/elf32bfinfd.sh: Update to suit.
ce46249c
AM
515 * emulparams/msp430.sh: Rename from msp430all.sh. Remove
516 MSP430_NAME and msp430X vars.
517 * emulparams/msp430X.sh: New.
ce46249c
AM
518 * emulparams/score3_elf.sh: Rename from scoreelf.sh. Remove
519 SCORE_NAME and score7_elf ARCH setting.
520 * emulparams/score7_elf.sh: New.
521 * Makefile.am (eelf32bfin.c, eelf32bfinfd.c): Update dependencies.
522 (emsp430.c, emsp430X.c, escore3_elf.c, escore7_elf.c): Likewise.
523 * Makefile.in: Regenerate.
524 * genscripts.sh: Delete customizer_script param.
525
77ac17b8
HPN
5262014-05-28 Hans-Peter Nilsson <hp@axis.com>
527
528 * Makefile.am: Change all rules with ${GENSCRIPTS}
529 invocations to be just dependencies.
530 ($(ALL_EMULATION_SOURCES) $(ALL_64_EMULATION_SOURCES))
531 (run-genscripts): New rules.
532 * Makefile.in: Regenerate.
533
7a2f2d82
DD
5342014-05-27 DJ Delorie <dj@redhat.com>
535
536 * ld/ldemul.h (extra_map_file_text): New field.
537 (ldemul_extra_map_file_text): Declare.
538 * ld/ldemul.c (ldemul_extra_map_file_text): Define.
539 * ld/ldlang.c (lang_map): Call it.
540
541 * ld/emultempl/rxelf.em: Add extra_map_file_text hook.
542 * ld/emultempl/aix.em: Add NULL extra_map_file_text hook.
543 * ld/emultempl/armcoff.em: Likewise.
544 * ld/emultempl/beos.em: Likewise.
545 * ld/emultempl/elf32.em: Likewise.
546 * ld/emultempl/generic.em: Likewise.
547 * ld/emultempl/gld960.em: Likewise.
548 * ld/emultempl/gld960c.em: Likewise.
549 * ld/emultempl/linux.em: Likewise.
550 * ld/emultempl/lnk960.em: Likewise.
551 * ld/emultempl/m68kcoff.em: Likewise.
552 * ld/emultempl/pe.em: Likewise.
553 * ld/emultempl/pep.em: Likewise.
554 * ld/emultempl/sunos.em: Likewise.
555 * ld/emultempl/ticoff.em: Likewise.
556 * ld/emultempl/vanilla.em: Likewise.
557
0ef76c43
AM
5582014-05-24 Alan Modra <amodra@gmail.com>
559
560 * ldlang.c (base): Move variable to..
561 * mri.c: ..here, and make static.
562 * ldlang.h (base): Delete declaration.
563
865d0aef
HPN
5642014-05-20 Hans-Peter Nilsson <hp@axis.com>
565
566 * Makefile.am (ALL_EMULATION_SOURCES): Add missing eelf32mbel_linux.c.
567 * Makefile.in: Regenerate.
568
93d1b056
AM
5692014-05-20 Alan Modra <amodra@gmail.com>
570
571 PR 16952
572 * emulparams/elf32ppccommon.sh (_SDA_BASE_, _SDA2_BASE_): Delete.
573 * emultempl/ppc32elf.em (ppc_before_allocation): Call
574 ppc_elf_maybe_strip_sdata_syms.
575 * ldlang.c (size_input_section): Correct output_offset value
576 for excluded input sections.
577
5febff9b
JM
5782014-05-16 John Marino <binutils@marino.st>
579
580 * configure.tgt: Add /lib to dragonfly NATIVE_LIB_DIRS.
581
fae66359
CLT
5822014-05-11 Chung-Lin Tang <cltang@codesourcery.com>
583
584 * emulparams/nios2linux.sh (OTHER_GOT_SYMBOLS): Wrap _gp in HIDDEN(),
585 and gp in PROVIDE_HIDDEN.
586
eae25ec5
HPN
5872014-05-10 Hans-Peter Nilsson <hp@bitrange.com>
588
589 * ldlang.c (lang_finish): Don't call bfd_link_hash_table_free here.
590 (output_bfd_hash_table_free_fn): New variable.
591 (open_output): Save the _bfd_link_hash_table_free function for the
592 output_bfd into output_bfd_hash_table_free_fn.
593 * ldmain.c (ld_cleanup): If set, call output_bfd_hash_table_free_fn
594 on link_info.hash.
595 * ldlang.h (output_bfd_hash_table_free_fn): Declare.
596
6d00b590
AM
5972014-05-02 Alan Modra <amodra@gmail.com>
598
599 * emultempl/metagelf.em: Update bfd target vector naming.
600 * emultempl/nios2elf.em: Likewise.
601 * emultempl/spuelf.em: Likewise.
602 * emultempl/tic6xdsbt.em: Likewise.
603
73589c9d
CS
6042014-04-22 Christian Svensson <blue@cmd.nu>
605
606 * Makefile.am: Remove openrisc and or32 support. Add support for or1k.
607 * configure.tgt: Likewise.
608 * emulparams/elf32or1k.sh: New file.
609 * emulparams/elf32or1k_linux.sh: New file.
610 * emulparams/elf32openrisc.sh: Delete.
611 * emulparams/or32.sh: Delete.
612 * emulparams/or32elf.sh: Delete.
613 * scripttempl/or32.sc: Delete.
614 * Makefile.in: Regenerate.
615
d1c109de
RH
6162014-04-21 Richard Henderson <rth@redhat.com>
617
618 * emultempl/alphaelf.em (alpha_after_parse): Enable 2 relax passes.
619
8056826a
SE
6202014-04-16 Steve Ellcey <sellcey@mips.com>
621
622 * emultempl/elf32.em: Include safe-ctype.h.
623
751e54c9
SE
6242014-04-16 Steve Ellcey <sellcey@mips.com>
625
626 * ldbuildid.c (generate_build_id): Add ATTRIBUTE_UNUSED to size arg.
627
edf84efc
NC
6282014-04-09 Nick Clifton <nickc@redhat.com>
629
630 * Makefile.am (default-manifest.o): Remove rule.
631 (EMUL_EXTRA_BINARIES): Delete.
632 (ALL_EMUL_EXTRA_BINARIES): Delete.
633 (ld_new_DEPENDENCIES): Remove EMUL_EXTRA_BINARIES.
634 (install-data-local): Remove EMUL_EXTRA_BINARIES.
635 * Makefile.in: Regenerate.
636 * configure.in (all_emul_extra_binaries): Delete.
637 (EMUL_EXTRA_BINARIES): Remove.
638 * configure: Regenerate.
639 * configure.tgt (target_extra_binaries): Delete.
640 * emultempl/default-manifest.rc: Delete.
641 * ld.texinfo: Remove discussion of default manifest.
642 * emulparams/i386pe.sh (DEFAULT_MANIFEST): Delete.
643 * emulparams/i386pep.sh (DEFAULT_MANIFEST): Delete.
644
e30d16e9
AM
6452014-04-09 Alan Modra <amodra@gmail.com>
646
647 * emultempl/spuelf.em: Include safe-ctype.h, remove duplicate errno.h.
648 * emultempl/nds32elf.em: Include bfd_stdint.h.
649 * po/POTFILES.in: Regenerate.
650
b4ab4364
AM
6512014-04-09 Alan Modra <amodra@gmail.com>
652
653 * emultempl/ppc32elf.em (no_zero_padding, ppc_finish): New functions.
654 (LDEMUL_FINISH): Define.
655
6c1799ad
NC
6562014-04-08 Nick Clifton <nickc@redhat.com>
657
658 * scripttempl/pe.sc (R_RSRC): Remove default manifest.
659 * scripttempl/pep.sc (R_RSRC): Remove default manifest.
660
61e2488c
JT
6612014-04-08 Jon TURNEY <jon.turney@dronecode.org.uk>
662
663 * emultempl/elf32.em (id_note_section_size, read_hex, write_build_id):
664 Move code for parsing build-id option and calculating the build-id to...
665 * ldbuildid.c: New file.
666 * ldbuildid.h: New file.
667 * Makefile.am (CFILES, HFILES, OFILES, ld_new_SOURCES): Add new
668 files.
669 * Makefile.in: Regenerate.
670 * ld.texinfo: Update --build-id description to mention COFF
671 support.
672 * NEWS: Mention support for COFF build ids.
673 * emultempl/pe.em (gld${EMULATION_NAME}_handle_option):
674 (pecoff_checksum_contents, write_build_id, setup_build_id)
675 (gld_${EMULATION_NAME}_after_open): Handle and implement
676 build-id option.
677 * emultempl/pep.em: Likewise.
678
abc9061b
CC
6792014-04-04 Cary Coutant <ccoutant@google.com>
680
681 PR gold/16804
682 * ld.texinfo: Document optional comma following output section
683 command and overlay command.
684
ffe54b37
AM
6852014-04-04 Alan Modra <amodra@gmail.com>
686
687 * ldlang.c (lang_size_sections_1 <lang_input_section_enum>): Use
688 current "fill", not "output_section_statement->fill".
689
76f0cad6
NC
6902014-03-31 Nick Clifton <nickc@redhat.com>
691
692 PR ld/16744
693 * emultempl/elf32.em (_after_open): Create a .note.GNU-stack
694 section when performing a relocatable link with -z [no]execstack
695 specified.
696
4c6d802e
L
6972014-03-27 H.J. Lu <hongjiu.lu@intel.com>
698
699 PR ld/16756
700 * ldmain.c (symbol_warning): New function.
701 (warning_callback): Use it. Scan all input files for a reference
702 to SYMBOL.
703
8547a0f9 7042014-03-21 Christopher Faylor <me.cygwin2013@cgf.cx>
d0e6d77b
CF
705
706 * ld.texinfo: Document change in handling of --enable-auto-image-base.
707 * emultempl/pe.em (pe_auto_image_base): Set to default base.
708 (gld_${EMULATION_NAME}_list_options): Change usage message to reflect
709 optional --enable-auto-image-base argument.
710 (gld${EMULATION_NAME}_handle_option): Handle optional
711 --enable-auto-image-base argument.
712 (compute_dll_image_base): Eliminate constant. Use pe_auto_image_base.
713
1d63324c
NC
7142014-03-19 Nick Clifton <nickc@redhat.com>
715
716 * Makefile.am (default-manifest.o): Use WINDRES_FOR_TARGET.
717 * Makefile.in: Regenerate.
718 * emultempl/default-manifest.rc: Fix typo.
719 * scripttempl/pe.sc (R_RSRC): Fix default-manifest exclusion.
6caf7111 720 (.rsrc): Add SUBALIGN(4). Remove SORT.
1d63324c
NC
721 * scripttempl/pep.sc: Likewise.
722
c712f1e3
CF
7232014-03-17 Christopher Faylor <me.cygwin2014@cgf.cx>
724
725 * Makefile.am: Use host version of windres.
726 * Makefile.in: Regenerate.
727
d4ae5fb0
AM
7282014-03-14 Romain Geissler <romain.geissler@amadeus.com>
729 Alan Modra <amodra@gmail.com>
730
731 * ldlang.h (full_name_provided): New input flag.
732 * ldlang.c (new_afile): Don't use lang_input_file_is_search_file_enum
733 for -l:namespec. Instead use lang_input_file_is_l_enum with
734 full_name_provided flag.
735 * ldlfile.c (ldfile_open_file_search): Don't complete lib name if
736 full_name_provided flag is set.
737 * emultempl/elf32.em (gld${EMULATION_NAME}_open_dynamic_archive):
738 Handle full_name_provided libraries. Tidy EXTRA_SHLIB_EXTENSION
739 support. Set DT_NEEDED for -l:namespec as namespec.
740 * emultempl/aix.em (ppc_after_open_output): Handle full_name_provided.
741 * emultempl/linux.em (gld${EMULATION_NAME}_open_dynamic_archive):
742 Don't handle full_name_provided libraries.
743 * emultempl/pe.em (gld${EMULATION_NAME}_open_dynamic_archive): Ditto.
744 * emultempl/pep.em (gld${EMULATION_NAME}_open_dynamic_archive): Ditto.
745 * emultempl/vms.em (gld${EMULATION_NAME}_open_dynamic_archive): Ditto.
746
fa47fa92
AM
7472014-03-12 Alan Modra <amodra@gmail.com>
748
749 * Makefile.in: Regenerate.
750
4b95cf5c
AM
7512014-03-05 Alan Modra <amodra@gmail.com>
752
753 Update copyright years.
754
0b55a33e
NC
7552014-03-04 Nick Clifton <nickc@redhat.com>
756
757 * Makefile.am (ALL_EMUL_EXTRA_BINARIES): Remove default-manifest.
758 * Makefile.in: Regenerate.
759
1db37fe6
YG
7602014-02-27 Yuri Gribov <y.gribov@samsung.com>
761
762 * emultempl/armelf.em (OPTION_LONG_PLT): Define.
763 (PARSE_AND_LIST_LONGOPTS): Add long-plt.
764 (PARSE_AND_LIST_OPTIONS): Likewise.
765 (PARSE_AND_LIST_ARGS_CASES): Handle long-plt.
766 * ld.texinfo: Document --long-plt.
767
db434ba0
AM
7682014-02-27 Alan Modra <amodra@gmail.com>
769
770 * emulparams/elf32ppcvxworks.sh: Source plt_unwind.sh and
771 use ppc32elf.em.
772 * emultempl/ppc32elf.em (ppc_after_open): Don't compile for
773 vxworks.
774 (LDEMUL_AFTER_OPEN): Don't set for vxworks.
775 (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS): Exclude
776 -secure-plt, -bss-plt and -sdata-got when vxworks.
777
5063daf7
NC
7782014-02-27 Nick Clifton <nickc@redhat.com>
779
780 * configure.in (all_emul_extra_binaries): New variable. Populated
781 by invoking configure.tgt.
782 (EMUL_EXTRA_BINARIES): New substitution.
783 * configure: Regenerate.
784 * configure.tgt (target_extra_binaries): New variable. Set to
785 default-manifest.o for Cygwin and MinGW targets.
786 * Makefile.am (EMUL_EXTRA_BINARIES): New variable. Initialised
787 by the configure script.
788 (ALL_EMUL_EXTRA_BINARIES): New variable.
789 (default-manifest.o): New rule to build the default manifest.
790 (ld_new_DEPENDENCIES): Add EMUL_EXTRA_BINARIES.
791 (install-data-local): Add EMUL_EXTRA_BINARIES.
792 * Makefile.in: Regenerate.
793 * ld.texinfo: Document default manifest support.
794 * emulparams/i386pe.sh (DEFAULT_MANIFEST): Define.
795 * emulparams/i386pep.sh (DEFAULT_MANIFEST): Define.
796 * emultempl/default-manifest.rc: New file.
797 * scripttempl/pe.sc (R_RSRC): Include DEFAULT_MANIFEST, if defined.
798 * scripttempl/pep.sc (R_RSRC): Likewise.
799
e3e37035
DM
8002014-02-26 Dan Mick <dan.mick@inktank.com>
801
802 PR ld/16569
803 * ldcref.c (cref_sort_array): Compare unmangled names unless
804 demanglng has been requiested.
805 (output_one_cref): Output unmangled name unless demangling has
806 been requested.
807
0ff2b86e
L
8082014-02-19 Igor Zamyatin <igor.zamyatin@intel.com>
809 H.J. Lu <hongjiu.lu@intel.com>
810
811 * emulparams/elf_x86_64.sh (TINY_READONLY_SECTION): New.
812
7d4c687d
AM
8132014-02-19 Alan Modra <amodra@gmail.com>
814
815 * emultempl/ppc64elf.em (params): Init new field.
816 (ppc_create_output_section_statements): Set params.save_restore_funcs
817 default.
818 (PARSE_AND_LIST_*): Add support for --save-restore-funcs and
819 --no-save-restore-funcs.
820
e7d1c40c
AM
8212014-02-17 Alan Modra <amodra@gmail.com>
822
823 * emultemps/ppc64elf.em (params): New static struct replacing
824 various other static vars. Adjust code throughout file.
825
668e22e5
AM
8262014-02-17 Alan Modra <amodra@gmail.com>
827
828 * emultempl/ppc32elf.em (ppc_after_open_output): Really enable
829 ppc476 workaround for ld -r.
830
795bc6b3
AM
8312014-02-12 Alan Modra <amodra@gmail.com>
832
833 * emultempl/ppc32elf.em (pagesize): New static var.
834 (ppc_after_open_output): Set params.pagesize_p2 from pagesize.
835 (PARSE_AND_LIST_ARGS_CASES): Adjust to use pagesize.
836
7d0edd4b
AP
8372014-02-11 Andrew Pinski <apinski@cavium.com>
838
839 * emulparams/aarch64linux32.sh (LIBPATH_SUFFIX): Change to ilp32.
840 (ELF_INTERPRETER_NAME): Define.
841 * emulparams/aarch64linux32b.sh (ELF_INTERPRETER_NAME): Define.
842
c1c69e83
AM
8432014-02-10 Alan Modra <amodra@gmail.com>
844
845 * po/ld.pot: Regenerate.
846
5446cbdf
AM
8472014-02-03 Alan Modra <amodra@gmail.com>
848
849 * emultempl/ppc32elf.em (no_tls_get_addr_opt, emit_stub_syms)
850 plt_style): Delete. Adjust all refs to instead use..
851 (params): ..this. New variable.
852 (ppc_after_open_output): New function. Tweak params and pass to
853 ppc_elf_link_params.
854 (ppc_after_open): Adjust ppc_elf_select_plt_layout call.
855 (ppc_before_allocation): Adjust ppc_elf_tls_setup call. Enable
856 relaxation for ppc476 workaround.
857 (PARSE_AND_LIST_*): Add --{no-,}ppc476-workaround support.
858 (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
859
13075d04
SH
8602014-02-02 Sebastian Huber <sebastian.huber@embedded-brains.de>
861
862 * ld/ld.texinfo: Change ALIGN_WITH_INPUT documentation.
863 * ld/ldlang.c (lang_size_sections_1): Add dotdelta
864 variable which reflects the VMA change due to alignment
865 requirements. Use dotdelta do change the LMA if
866 ALIGN_WITH_INPUT is requested.
867
0a09fb4a
HPN
8682014-02-01 Hans-Peter Nilsson <hp@bitrange.com>
869
870 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Fix typo in
871 call to bfd_set_section_vma exposed by recent bfd_set_section_vma
872 change.
873
78058a5e
SL
8742014-01-30 Sandra Loosemore <sandra@codesourcery.com>
875
876 * Makefile.am (enios2elf.c, enios2linux.c): Update dependencies.
877 * Makefile.in: Regenerated.
878 * emulparams/nios2elf.sh (EXTRA_EM_FILE): Set.
879 * emulparams/nios2linux.sh (EXTRA_EM_FILE): Set.
880 * emultempl/nios2elf.em: New file.
881 * gen-doc.texi (NIOSII): Set.
882 * ld.texinfo (NIOSII): Set.
883
1ade0651
NC
8842014-01-28 Nick Clifton <nickc@redhat.com>
885
886 * Makefile.am: Remove obsolete MSP430 emulations.
887 * configure.tgt: Likewise.
888 * emulparams/msp430all.sh: Likewise.
889 * Makefile.in: Regenerate.
890
d85e71fe
L
8912014-01-24 H.J. Lu <hongjiu.lu@intel.com>
892
893 PR ld/16498
894 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Improve
895 orphaned TLS section handling.
896
d9d94ac8
AM
8972014-01-24 Alan Modra <amodra@gmail.com>
898
899 * ldlang.c (lang_output_section_find_by_flags): Be careful to
900 test look->bfd_section->flags if available rather than
901 look->flags. Separate SEC_THREAD_LOCAL handling from
902 SEC_READONLY loop, and rewrite.
903
16e4ecc0
AM
9042014-01-22 Alan Modra <amodra@gmail.com>
905
906 * ldlang.c (asneeded_list_head, asneeded_list_tail): New vars.
907 (lang_init): Initialise them.
908 (lang_print_asneeded): New function.
909 (lang_process): Call lang_print_asneeded.
910 * ldlang.h (struct asneeded_minfo): New.
911 (asneeded_list_tail): Declare.
912 * ldmain.c (add_archive_element): Improve archive map heading.
913 * ldmisc.c (minfo): Stash --as-needed info.
914
7dd9c6eb
AM
9152014-01-22 Alan Modra <amodra@gmail.com>
916
917 * ld.h (struct map_symbol_def): Move to..
918 * ldlang.h: ..here.
919 * ldlang.c (print_assignment): Don't set expld.assign_name to dot.
920
2edab91c
AM
9212014-01-22 Alan Modra <amodra@gmail.com>
922
923 * ld.texinfo (Output Section Discarding): Mention assigning to dot
924 as a way of keeping otherwise empty sections.
925 * ldexp.c (is_dot, is_value, is_sym_value, is_dot_ne_0,
926 is_dot_plus_0, is_align_conditional): New predicates.
927 (exp_fold_tree_1): Set SEC_KEEP when assigning to dot inside an
928 output section, except for some special cases.
929 * scripttempl/elfmicroblaze.sc: Use canonical form to align at
930 end of .heap and .stack.
931
5a4f2336
MS
9322014-01-20 Marcus Shawcroft <marcus.shawcroft@arm.com>
933
934 * emulparams/aarch64linuxb.sh (ELF_INTERPRETER_NAME): Define.
935
30feb358
MS
9362014-01-20 Marcus Shawcroft <marcus.shawcroft@arm.com>
937
938 * emulparams/aarch64linux.sh (ELF_INTERPRETER_NAME): Define.
939
fa72205c
AM
9402014-01-20 Alan Modra <amodra@gmail.com>
941
942 * ldlang.h (struct lang_definedness_hash_entry): Add by_object and
943 by_script. Make iteration a single bit field.
944 (lang_track_definedness, lang_symbol_definition_iteration): Delete.
945 (lang_symbol_defined): Declare.
946 * ldlang.c (lang_statement_iteration): Expand comment a little.
947 (lang_init <lang_definedness_table>): Make it bigger.
948 (lang_track_definedness, lang_symbol_definition): Delete.
949 (lang_definedness_newfunc): Update.
950 (lang_symbol_defined): New function.
951 (lang_update_definedness): Create entries here. Do track whether
952 script definition of symbol is valid, even when also defined in
953 an object file.
954 * ldexp.c (fold_name <DEFINED>): Update.
955 (fold_name <NAME>): Allow self-assignment for absolute symbols
956 defined in a linker script.
957
24ef1aa7
GM
9582014-01-20 Guy Martin <gmsoft@tuxicoman.be>
959 Alan Modra <amodra@gmail.com>
960
961 * ldlang.h (lang_output_section_get): Define.
962 * ldlang.c (lang_output_section_get): Likewise.
963 (init_os): Set the output_section userdata to the output
964 section statement.
965 * emultempl/hppaelf.em: Use lang_output_section_get instead of
966 lang_output_section_find where applicable.
967 * emultempl/aarch64elf.em: Likewise.
968 * emultempl/aix.em: Likewise.
969 * emultempl/armelf.em: Likewise.
970 * emultempl/m68hc1xelf.em: Likewise.
971 * emultempl/metagelf.em: Likewise.
972 * emultempl/mipself.em: Likewise.
973 * emultempl/ppc64elf.em: Likewise.
974 * emultempl/spuelf.em: Likewise.
975
7225345d
AM
9762014-01-17 Alan Modra <amodra@gmail.com>
977
978 * genscripts.sh (COMPILE_IN): Don't set if already set.
979 * emulparams/nds32elf.sh: Don't clear EMULATION_LIBPATH, set
980 COMPILE_IN=no.
981 * emulparams/nds32elf16m.sh: Likewise.
982 * emulparams/nds32elf_linux.sh: Likewise.
983 * emultempl/aix.em: Test COMPILE_IN value is "yes".
984 * emultempl/armcoff.em: Likewise.
985 * emultempl/elf32.em: Likewise.
986 * emultempl/generic.em: Likewise.
987 * emultempl/gld960.em: Likewise.
988 * emultempl/gld960c.em: Likewise.
989 * emultempl/linux.em: Likewise.
990 * emultempl/lnk960.em: Likewise.
991 * emultempl/m68kcoff.em: Likewise.
992 * emultempl/sunos.em: Likewise.
993 * emultempl/ticoff.em: Likewise.
994
f6f6c679
L
9952014-01-16 H.J. Lu <hongjiu.lu@intel.com>
996
997 PR ld/16456
998 * genscripts.sh: Don't search directory with LIBPATH_SUFFIX_SKIP
999 suffix.
1000 * emulparams/elf32_x86_64.sh (LIBPATH_SUFFIX_SKIP): Set to 64
1001 for elf32_x86_64 emulation.
1002 * emulparams/elf_i386.sh (LIBPATH_SUFFIX_SKIP): Set to 64
1003 for elf_i386 emulation.
1004
6fcc66ab
AM
10052014-01-16 Alan Modra <amodra@gmail.com>
1006
1007 * ld.h (fat_section_userdata_type, get_userdata): Move to..
1008 * ldlang.h (input_section_userdata_type, get_userdata): ..here.
1009 * ldlang.c (init_map_userdata): Delete. Fold into..
1010 (sort_def_symbol): ..here. Don't attach input section userdata
1011 to output sections or global bfd sections.
1012 (lang_map): Don't pre-allocate input section userdata.
1013 (init_os): Don't allocate userdata for output sections.
1014 (print_all_symbols): Update.
1015
f9c316c4
L
10162014-01-15 H.J. Lu <hongjiu.lu@intel.com>
1017
1018 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
1019 Silence uninitialized warning on ehdr_start_save with older
1020 GCC.
1021
4199e3b8
AM
10222014-01-15 Alan Modra <amodra@gmail.com>
1023
1024 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Define
1025 __ehdr_start before size_dynamic_sections and restore afterwards.
1026
eec2f3ed
AM
10272014-01-10 Alan Modra <amodra@gmail.com>
1028
1029 PR ld/14207
1030 PR ld/16322
1031 PR binutils/16323
1032 * ldlang.c (lang_size_sections): Remove unneeded RELRO base
1033 adjust. Tidy comments.
1034 * ld.texinfo (DATA_SEGMENT_RELRO_END): Correct description.
1035
d1e1519e
HPN
10362014-01-10 Hans-Peter Nilsson <hp@axis.com>
1037
1038 * emulparams/crislinux.sh (COMMONPAGESIZE): Define.
1039
43a8475c
L
10402014-01-08 H.J. Lu <hongjiu.lu@intel.com>
1041
1042 PR ld/14207
1043 PR ld/16322
1044 PR binutils/16323
1045 * ldlang.c (lang_size_sections): Properly align RELRO base.
1046
221fd5d5
L
10472014-01-08 H.J. Lu <hongjiu.lu@intel.com>
1048
1049 * ldver.c (ldversion): Update copyright year to 2014.
1050
5fb776a6 1051For older changes see ChangeLog-2013
252b5132 1052\f
5fb776a6 1053Copyright (C) 2014 Free Software Foundation, Inc.
752937aa
NC
1054
1055Copying and distribution of this file, with or without modification,
1056are permitted in any medium without royalty provided the copyright
1057notice and this notice are preserved.
1058
252b5132
RH
1059Local Variables:
1060mode: change-log
1061left-margin: 8
1062fill-column: 74
1063version-control: never
1064End:
This page took 0.725229 seconds and 4 git commands to generate.