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