1 2015-10-29 Matthias Klose <doko@ubuntu.com>
3 * ld.texinfo (Options <-rpath>): Fix typo.
5 2015-10-28 Alan Modra <amodra@gmail.com>
8 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Check flags
9 before calling _bfd_elf_match_sections_by_type. Merge flags for
10 any other input sections that might match a new output section to
13 2015-10-27 Laurent Alfonsi <laurent.alfonsi@st.com>
14 Christophe Monat <christophe.monat@st.com>
16 * ld.texinfo: Add description of the STM32L4xx erratum
18 * NEWS: Mention the new feature.
19 * emultempl/armelf.em (stm32l4xx_fix): New.
20 (arm_elf_before_allocation): Choose the type of fix, scan for
22 (gld${EMULATION_NAME}_finish): Fix veneer locations.
23 (arm_elf_create_output_section_statements): Propagate
25 (PARSE_AND_LIST_PROLOGUE): Define OPTION_STM32L4XX_FIX.
26 (PARSE_AND_LIST_LONGOPTS): Add entry for handling
27 --fix-stm32l4xx-629360.
28 (PARSE_AND_LIST_OPTION): Add entry for helping on
29 --fix-stm32l4xx-629360.
30 (PARSE_AND_LIST_ARGS_CASES): Treat OPTION_STM32L4XX_FIX.
32 2015-10-27 Alan Modra <amodra@gmail.com>
35 * ldlang.c (lang_insert_orphan): Evaluate __start_* and __stop_*
36 symbol PROVIDE expressions.
37 * ldexp.c (exp_fold_tree_1 <etree_provide>): Define undefweak
40 2015-10-22 H.J. Lu <hongjiu.lu@intel.com>
42 * configure.ac: Properly check
43 --enable-compressed-debug-sections={yes,all}.
44 * configure: Regenerated.
46 2015-10-22 H.J. Lu <hongjiu.lu@intel.com>
49 * configure.ac: Handle --enable-compressed-debug-sections=*,ld,*.
50 * configure: Regenerated.
52 2015-10-22 H.J. Lu <hongjiu.lu@intel.com>
54 * ld/ld.texinfo: Document "-z call-nop=PADDING" option.
55 * emulparams/call_nop.sh: New file.
56 * emulparams/elf_i386_be.sh: Source
57 ${srcdir}/emulparams/call_nop.sh.
58 * emulparams/elf_i386_chaos.sh: Likewise.
59 * emulparams/elf_i386_ldso.sh: Likewise.
60 * emulparams/elf_i386_vxworks.sh: Likewise.
61 * emulparams/elf_iamcu.sh: Likewise.
62 * emulparams/elf_k1om.sh: Likewise.
63 * emulparams/elf_l1om.sh: Likewise.
64 * emulparams/elf_x86_64.sh: Likewise.
65 * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Set
66 link_info.call_nop_byte if $CALL_NOP_BYTE isn't empty.
68 2015-10-21 Nick Clifton <nickc@redhat.com>
71 * configure.ac: Add --enable-compressed-debug-sections with
72 options of all, none or ld.
73 * configure: Regenerate.
74 * config.in: Regenerate.
75 * ld.texinfo: Document how to determine the default action for
77 * ldmain.c (main): If DEFAULT_FLAG_COMPRESS_DEBUG is defined then
78 set the compress_debug field of the link_info structure to
80 * lexsup.c (elf_static_list_options): Output the default setting
81 for the --compress-debug-sections option.
82 * NEWS: Mention the new configure option.
84 2015-10-15 H.J. Lu <hongjiu.lu@intel.com>
86 * ld.texinfo: Fix a typo for "-z noextern-protected-data".
88 2015-10-15 Simon Dardis <Simon.Dardis@imgtec.com>
90 * ld/ldexp.c: (try_copy_symbol_flags): New. Factored out from...
91 (exp_fold_tree_1): Here. Cope with ternary operator in
92 assignments. Use new helper.
94 2015-10-14 Nick Clifton <nickc@redhat.com>
96 * po/zh_TW.po: Updated Chinese translation.
98 2015-10-13 Nick Clifton <nickc@redhat.com>
100 * po/zh_TW.po: Updated Chinese translation.
102 2015-10-07 Claudiu Zissulescu <claziss@synopsys.com>
103 Cupertino Miranda <cmiranda@synopsys.com>
105 * configure.tgt: Added target arc-*-elf* and arc*-*-linux-uclibc*.
106 * emulparams/arcebelf_prof.sh: New file
107 * emulparams/arcebelf.sh: Likewise.
108 * emulparams/arceblinux_prof.sh: Likewise.
109 * emulparams/arceblinux.sh: Likewise.
110 * emulparams/arcelf_prof.sh: Likewise.
111 * emulparams/arcelf.sh: Likewise.
112 * emulparams/arclinux_prof.sh: Likewise.
113 * emulparams/arclinux.sh: Likewise.
114 * emulparams/arcv2elfx.sh: Likewise.
115 * emulparams/arcv2elf.sh: Likewise.
116 * emultempl/arclinux.em: Likewise.
117 * scripttempl/arclinux.sc: Likewise.
118 * scripttempl/elfarc.sc: Likewise.
119 * scripttempl/elfarcv2.sc: Likewise
120 * Makefile.am: Add new ARC emulations.
121 * Makefile.in: Regenerate.
122 * NEWS: Mention the new feature.
124 2015-10-04 H.J. Lu <hongjiu.lu@intel.com>
126 * configure.tgt (targ_extra_emuls): Add elf_iamcu for Solaris2/x86.
128 2015-10-01 Kaz Kojima <kkojima@rr.iij4u.or.jp>
130 * configure.tgt (targ_extra_emuls): Remove shlelf and
131 shelf from sh*-*-linux cases.
133 2015-09-30 Rich Felker <dalias@libc.org>
135 * configure.tgt (targ_extra_emuls): Add fdpic and misc
136 emulations to sh*-*-linux* targets.
138 2015-09-29 Nick Clifton <nickc@redhat.com>
141 * ld.texinfo (Options): Fix spelling mistake.
143 2015-09-24 Alan Modra <amodra@gmail.com>
146 * ldmain.c (main): Always enable --sysroot.
147 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Don't
148 prepend sysroot to relative rpath/runpath.
150 2015-09-23 Nick Clifton <nickc@redhat.com>
152 * emultempl/elf32.em (ehdr_start_empty): New static variable.
153 (before_allocation): Use it to initialise ehdr_start_save.
154 * emultempl/pe.em (write_build_id): Remove useless double
156 * emultempl/pep.em (write_build_id): Likewise.
158 2015-09-22 H.J. Lu <hongjiu.lu@intel.com>
160 * emultempl/alphaelf.em (alpha_after_parse): Call
161 gld${EMULATION_NAME}_after_parse instead of
163 * emultempl/cr16elf.em (cr16elf_after_parse): Likewise.
164 * emultempl/crxelf.em (crxelf_after_parse); Likewise.
165 * emultempl/hppaelf.em (hppaelf_after_parse): Likewise.
166 * emultempl/mipself.em (mips_after_parse): Likewise.
167 * emultempl/nds32elf.em (nds32_elf_after_parse): Likewise.
168 * emultempl/elf32.em: Don't include ldlex.h.
169 (gld${EMULATION_NAME}_after_parse): New function.
170 (gld${EMULATION_NAME}_handle_option) [GENERATE_PIE_SCRIPT]
171 <OPTION_PIE>: Removed.
172 (ld_${EMULATION_NAME}_emulation): Replace after_parse_default
173 with gld${EMULATION_NAME}_after_parse.
174 * emultempl/ia64elf.em (gld${EMULATION_NAME}_after_parse):
176 (ia64elf_after_parse): This. Call
177 gld${EMULATION_NAME}_after_parse instead of after_parse_default.
178 (LDEMUL_AFTER_PARSE): Replace gld${EMULATION_NAME}_after_parse
179 with ia64elf_after_parse.
181 2015-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
183 * emulparams/solaris2.sh (GENERATE_PIE_SCRIPT): Set to yes.
185 * emultempl/elf32.em: Include ldlex.h.
186 (gld${EMULATION_NAME}_handle_option) [GENERATE_PIE_SCRIPT]
187 <OPTION_PIE>: Set DF_1_PIE.
189 2015-09-22 Alan Modra <amodra@gmail.com>
191 * ld.texinfo: Put --dotsyms/--no-dotsyms on separate lines.
192 Ditto for --save-restore-funcs and --tls-get-addr-optimize.
194 2015-09-20 Rich Felker <dalias@libc.org>
196 * ld.texinfo (--no-dynamic-linker): Document.
197 * ldlex.h (enum option_values): Add OPTION_NO_DYNAMIC_LINKER.
198 * lexsup.c (ld_options, parse_args): Handle --no-dynamic-linker.
200 2015-09-18 Alan Modra <amodra@gmail.com>
202 * ld.texinfo: Document PowerPC64 --{no-,}save-restore-funcs.
204 2015-09-18 Alan Modra <amodra@gmail.com>
206 * emultempl/ppc64elf.em (params): Init tls_get_addr_opt field to -1.
207 (OPTION_TLS_GET_ADDR_OPT): Define.
208 (PARSE_AND_LIST_LONGOPTS): Handle --tls-get-addr-opt.
209 (PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES): Likewise.
210 * ld.texinfo: Document --tls-get-addr-optimize and
211 --no-tls-get-addr-optimize.
213 2015-09-18 Alan Modra <amodra@gmail.com>
216 * ldexp.h (struct ldexp_control): Add rel_from_abs.
217 (ldexp_finalize_syms): Declare.
218 * ldexp.c (new_rel_from_abs): Keep absolute for expressions
219 outside of output section statements. Set rel_from_abs.
220 (make_abs, exp_fold_tree, exp_fold_tree_no_dot): Clear rel_from_abs.
221 (struct definedness_hash_entry): Add final_sec, and comment.
222 (update_definedness): Set final_sec.
223 (set_sym_sections, ldexp_finalize_syms): New functions.
224 * ldlang.c (lang_process): Call ldexp_finalize_syms.
226 2015-09-10 Nick Clifton <nickc@redhat.com>
228 * po/zh_CN.po: Updated simplified Chinese translation.
230 2015-09-09 James Bowman <james.bowman@ftdichip.com>
232 * scripttempl/ft32.sc: default linker script RAM and
235 2015-09-09 Nick Clifton <nickc@redhat.com>
237 * po/zh_CN.po: Updated simplified Chinese translation.
239 2015-09-08 Nick Clifton <nickc@redhat.com>
241 * ld.texinfo (Source Code Reference): Extend description to
242 include an example using arrays.
244 2015-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
246 * ld.h (enum orphan_handling_enum): New.
247 (ld_config_type): Remove warn_orphan, add orphan_handling.
248 * ldemul.c (ldemul_place_orphan): Remove warning about orphan
250 * ldlang.c (ldlang_place_orphan): New function.
251 (lang_place_orphans): Call ldlang_place_orphan.
252 * ldlex.h (enum option_values): Remove OPTION_WARN_ORPHAN and
253 OPTION_NO_WARN_ORPHAN, add OPTION_ORPHAN_HANDLING.
254 * lexsup.c (ld_options): Remove 'warn-orphan' and
255 'no-warn-orphan', add 'orphan-handling'.
256 (parse_args): Remove handling for OPTION_WARN_ORPHAN and
257 OPTION_NO_WARN_ORPHAN, add handling for OPTION_ORPHAN_HANDLING.
258 * NEWS: Replace text about --warn-orphan with --orphan-handling.
259 * ld.texinfo (Options): Remove --warn-orphan entry and add
260 entry on --orphan-handling.
261 (Orphan Sections): Add reference to relevant command line options.
263 2015-09-03 Nick Clifton <nickc@redhat.com>
265 * ld.texinfo (--build-id): Fix typo. The COFF/PE build-id section
266 is called .buildid not .build-id.
268 2015-09-03 Nick Clifton <nickc@redhat.com>
270 (Source Code Reference): Fix off-by-one typo in example of how to
271 use linker script symbols in C source code.
273 2015-08-19 Alan Modra <amodra@gmail.com>
275 * emultempl/aix.em: Don't set link_info.pic.
276 * emultempl/pe.em: Likewise.
277 * emultempl/pep.em: Likewise.
278 * emultempl/sunos.em: Likewise.
279 * lexsup.c (parse_args): Likewise. Set type_pie for -pie.
280 * plugin.c (set_tv_header <LDPT_LINKER_OUTPUT>): Simplify.
282 2015-08-18 H.J. Lu <hongjiu.lu@intel.com>
284 * ld/ldctor.c: Replace shared, executable, relocatable and pie
285 fields with bfd_link_executable, bfd_link_dll,
286 bfd_link_relocatable, bfd_link_pic and bfd_link_pie.
287 * ld/ldemul.c: Likewise.
288 * ld/ldfile.c: Likewise.
289 * ld/ldlang.c: Likewise.
290 * ld/ldmain.c: Likewise.
291 * ld/ldwrite.c: Likewise.
292 * ld/lexsup.c: Likewise.
293 * ld/pe-dll.c: Likewise.
294 * ld/plugin.c: Likewise.
295 * ld/emultempl/aarch64elf.em: Likewise.
296 * ld/emultempl/aix.em: Likewise.
297 * ld/emultempl/alphaelf.em: Likewise.
298 * ld/emultempl/armcoff.em: Likewise.
299 * ld/emultempl/armelf.em: Likewise.
300 * ld/emultempl/avrelf.em: Likewise.
301 * ld/emultempl/beos.em: Likewise.
302 * ld/emultempl/cr16elf.em: Likewise.
303 * ld/emultempl/elf-generic.em: Likewise.
304 * ld/emultempl/elf32.em: Likewise.
305 * ld/emultempl/genelf.em: Likewise.
306 * ld/emultempl/generic.em: Likewise.
307 * ld/emultempl/gld960.em: Likewise.
308 * ld/emultempl/gld960c.em: Likewise.
309 * ld/emultempl/hppaelf.em: Likewise.
310 * ld/emultempl/irix.em: Likewise.
311 * ld/emultempl/linux.em: Likewise.
312 * ld/emultempl/lnk960.em: Likewise.
313 * ld/emultempl/m68hc1xelf.em: Likewise.
314 * ld/emultempl/m68kcoff.em: Likewise.
315 * ld/emultempl/m68kelf.em: Likewise.
316 * ld/emultempl/metagelf.em: Likewise.
317 * ld/emultempl/mipself.em: Likewise.
318 * ld/emultempl/mmo.em: Likewise.
319 * ld/emultempl/msp430.em: Likewise.
320 * ld/emultempl/nds32elf.em: Likewise.
321 * ld/emultempl/needrelax.em: Likewise.
322 * ld/emultempl/nios2elf.em: Likewise.
323 * ld/emultempl/pe.em: Likewise.
324 * ld/emultempl/pep.em: Likewise.
325 * ld/emultempl/ppc32elf.em: Likewise.
326 * ld/emultempl/ppc64elf.em: Likewise.
327 * ld/emultempl/sh64elf.em: Likewise.
328 * ld/emultempl/solaris2.em: Likewise.
329 * ld/emultempl/spuelf.em: Likewise.
330 * ld/emultempl/sunos.em: Likewise.
331 * ld/emultempl/tic6xdsbt.em: Likewise.
332 * ld/emultempl/ticoff.em: Likewise.
333 * ld/emultempl/v850elf.em: Likewise.
334 * ld/emultempl/vms.em: Likewise.
335 * ld/emultempl/vxworks.em: Likewise.
337 2015-08-18 Alan Modra <amodra@gmail.com>
339 * ldexp.c (exp_fold_tree_1): Clear linker_def on symbol assignment.
341 2015-08-06 Alan Modra <amodra@gmail.com>
343 * ldexp.c (align_dot_val): Delete.
344 (fold_unary <ALIGN_K, NEXT>): Revert 2015-07-10 change.
345 (is_align_conditional): Revert 2015-07-20 change.
346 (exp_fold_tree_1): Likewise, but keep expanded comment.
347 * scripttempl/elf.sc (.ldata, .bss): Revert 2015-07-20 change.
348 * ld.texinfo (<ALIGN>): Correct description.
350 2015-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
352 * ld.texinfo (Options): Document --require-defined option.
353 * ldlang.c (struct require_defined_symbol): New structure.
354 (require_defined_symbol_list): New variable.
355 (ldlang_add_require_defined): New function.
356 (ldlang_check_require_defined_symbols): New function.
357 (lang_process): Check required symbols are defined.
358 * ldlang.h (ldlang_add_require_defined): Declare.
359 * ldlex.h (enum option_values): Add OPTION_REQUIRE_DEFINED_SYMBOL.
360 * lexsup.c (ld_options): Add '--require-defined' entry.
361 (parse_args): Handle '--requre-defined' entry.
362 * NEWS: Mention new '--require-defined' option.
364 2015-08-03 Andrew Burgess <andrew.burgess@embecosm.com>
366 * ld.texinfo (MEMORY): Explain that multiple MEMORY commands are
369 2015-07-29 H.J. Lu <hongjiu.lu@intel.com>
371 * lexsup.c (parse_args): Don't set link_info.executable to
372 TRUE for link_info.relocatable.
374 2015-07-27 H.J. Lu <hongjiu.lu@intel.com>
376 * configure: Regenerated.
378 2015-07-24 Nick Clifton <nickc@redhat.com>
380 * emulparams/elf32rl78.sh (OTHER_SECTIONS): Provide a value for
381 the _-rl78_abs__ symbol.
383 2015-07-20 Alan Modra <amodra@gmail.com>
385 * emulparams/criself.sh (INIT_ADDR, FINI_ADDR): Define.
386 (INIT_START, FINI_START): Don't ALIGN.
387 * scriptempl/elf.sc (.init, .fini): Apply INIT_ADDR/FINI_ADDR.
389 2015-07-20 Alan Modra <amodra@gmail.com>
391 * scripttempl/elf.sc (.ldata, .bss): Align absolute value of dot.
392 * ldexp.c (is_align_conditional): Handle binary ALIGN.
393 (exp_fold_tree_1): Move code setting SEC_KEEP for assignments to
394 dot inside output sections. Handle absolute expressions.
396 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
398 * emultempl/elf32.em (gld${EMULATION_NAME}_handle_option): Make
399 --compress-debug-sections=zlib the same as
400 --compress-debug-sections=zlib-gabi.
401 * ld.texinfo: Change --compress-debug-sections=zlib to zlib-gabi.
403 2015-07-14 Nick Clifton <nickc@redhat.com>
405 * ld.texinfo (Options): Add missing period after @xref.
407 2015-07-10 Alan Modra <amodra@gmail.com>
409 * ldexp.c (align_dot_val): New function.
410 (fold_unary <ALIGN_K, NEXT>): Use it.
412 2015-07-03 Kai Tietz <ktietz@redhat.com>
415 * scripttempl/pep.sc: Mark .idata*, .CRT*, .tls*,
416 .rsrc*, .init, .ctor*, .dtor*, .fini, .jcr,
417 .eh_frame, .pdata. .xdata, and .gcc_except_table sections
419 * scripttempl/pe.sc: Likewise.
420 * ld.texinfo: Document that --gc-sections has experimental support
421 for COFF and PE targets.
422 * NEWS: Mention experimental support.
424 2015-07-03 Alan Modra <amodra@gmail.com>
426 * Makefile.am (eelf32or1k.c, eelf32or1k_linux.c): Depend on ELF_DEPS.
427 * Makefile.in: Regenerate.
429 2015-06-28 H.J. Lu <hongjiu.lu@intel.com>
431 * emultempl/elf32.em (gld${EMULATION_NAME}_handle_option):
432 Replace COMPRESS_DEBUG_ZLIB with COMPRESS_DEBUG_GNU_ZLIB.
434 2015-06-26 H.J. Lu <hongjiu.lu@intel.com>
436 * emulparams/elf_iamcu.sh (COMPILE_IN): New.
438 2015-06-15 Nick Clifton <nickc@redhat.com>
441 * emultempl/pe.em (pe_find_data_imports): Generate an error if a
442 symbol name is too long to handle.
443 * emultempl/pep.em (pep_find_data_imports): Likewise.
445 2015-06-12 Tristan Gingold <gingold@adacore.com>
447 * NEWS: Mention new option.
448 * lexsup.c (parse_args): Handle --print-memory-usage.
449 (ld_options): Add --print-memory-usage.
450 * ldmain.c (main): Call lang_print_memory_usage.
451 * ldlex.h (enum option_values): Add OPTION_PRINT_MEMORY_USAGE.
452 * ldlang.h: Add prototype of lang_print_memory_usage.
453 * ldlang.c (lang_print_memory_size, lang_print_memory_usage): New
455 * ld.texinfo (Options): Document --print-memory-usage.
456 * ld.h (args_type): Add print_memory_usage field.
458 2015-06-08 Nick Clifton <nickc@redhat.com>
460 * po/fr.po: Updated French Translation.
462 2015-05-28 Catherine Moore <clm@codesourcery.com>
463 Paul Brook <paul@codesourcery.com>
465 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open):
466 Add Compact EH support.
467 * scripttempl/elf.sc: Handle .eh_frame_entry and .gnu_extab
470 2015-05-17 Chung-Lin Tang <cltang@codesourcery.com>
472 * configure.ac (AC_PROG_GREP): Check for grep program.
473 (elf_list_options,elf_shlib_list_options,elf_plt_unwind_list_options):
474 Enable ELF option printing for emulations containing
475 'TEMPLATE_NAME=elf32'.
476 * configure: Regenerate.
478 2015-05-14 Nick Clifton <nickc@redhat.com>
480 * ld.texinfo (ASSERT): Describe the interaction with PROVIDEd
483 2015-05-11 H.J. Lu <hongjiu.lu@intel.com>
485 * configure.tgt: Support i[3-7]86-*-elfiamcu target.
487 2015-05-11 H.J. Lu <hongjiu.lu@intel.com>
489 * Makefile.am (ALL_EMULATION_SOURCES): Add eelf_iamcu.c.
491 * configure.tgt (targ_extra_emuls): Add elf_iamcu if elf_i386 is
493 * Makefile.in: Regenerated.
494 * emulparams/elf_iamcu.sh: New file.
496 2015-05-05 Nick Clifton <nickc@redhat.com>
498 * emulparams/msp430elf.sh (TEMPLATE_NAME): Change to msp430.
499 * scripttempl/msp430.sc (.text): Add .lower.text and .either.text.
500 (.data): Add .lower.data and .either.data.
501 (.bss): Add .lower.bss and .either.bss.
502 (.rodata): Add .lower.rodata and .either.rodata.
503 * emultempl/msp430.em: New file. Implements a new orphan
504 placement algorithm that divides sections between lower and upper
506 * Makefile.am (emsp430elf.c): Depend upon msp430.em.
507 *emsp430X.c): Likewise.
508 * Makefine.in: Regenerate.
510 2015-04-28 Andreas Schwab <schwab@linux-m68k.org>
513 * ldlex.l (INPUTLIST): Increment lineno on newline.
515 2015-04-24 Alan Modra <amodra@gmail.com>
517 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_after_allocation):
518 Call gld${EMULATION_NAME}_map_segments regardless of need_laying_out.
520 2015-04-24 DJ Delorie <dj@redhat.com>
522 * Makefile.am (msp430): Rename primary emulation to msp430elf.
523 (emsp430.c): Rename to emsp430elf.c, update dependencies
524 (emsp430X.c): Update dependencies.
525 * Makefile.in: Likewise.
526 * configure.tgt (msp430-*-*): Rename primary emulation to msp430elf.
527 * emulparams/msp430.sh: Rename to msp430elf.sh.
528 * emulparams/msp430X.sh: Update.
530 2015-04-23 H.J. Lu <hongjiu.lu@intel.com>
533 * ldfile.c (ldfile_try_open_bfd): Set is_linker_input to 1.
535 2015-04-23 Alan Modra <amodra@gmail.com>
537 * emulparams/elf64ppc.sh (GOT): Align.
539 2015-04-22 Alan Modra <amodra@gmail.com>
541 * ldexp.h (struct ldexp_control): Delete dataseg.min_base. Add
542 data_seg.relro_offset.
543 * ldexp.c (fold_binary <DATA_SEGMENT_ALIGN>): Don't set min_base.
544 (fold_binary <DATA_SEGMENT_RELRO_END>): Do set relro_offset.
545 * ldlang.c (lang_size_sections): Rewrite code adjusting relro
546 segment base to line up last section on page boundary.
548 2015-04-15 H.J. Lu <hongjiu.lu@intel.com>
551 --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi].
553 2015-04-14 H.J. Lu <hongjiu.lu@intel.com>
555 * ld.texinfo: Document --compress-debug-sections=.
556 * ldmain.c (main): Set BFD_COMPRESS on output_bfd if
557 COMPRESS_DEBUG is set. Set BFD_COMPRESS_GABI on output_bfd
558 for COMPRESS_DEBUG_GABI_ZLIB.
559 * lexsup.c (elf_static_list_options): Add
560 --compress-debug-sections=.
561 * emultempl/elf32.em (OPTION_COMPRESS_DEBUG): New.
562 (xtra_long): Add "compress-debug-sections".
563 (gld${EMULATION_NAME}_handle_option): Handle
564 OPTION_COMPRESS_DEBUG.
566 2015-04-14 H.J. Lu <hongjiu.lu@intel.com>
569 * ld.texinfo: Document "-z noextern-protected-data".
570 * ldmain.c (main): Initialize link_info.extern_protected_data
572 * lexsup.c (elf_shlib_list_options): Add
573 "-z [no]extern-protected-data".
574 * emulparams/elf32_x86_64.sh: Source extern_protected_data.sh.
575 * emulparams/elf_i386.sh: Likewise.
576 * emulparams/elf_i386_be.sh: Likewise.
577 * emulparams/elf_i386_chaos.sh: Likewise.
578 * emulparams/elf_i386_ldso.sh: Likewise.
579 * emulparams/elf_i386_vxworks.sh: Likewise.
580 * emulparams/elf_k1om.sh: Likewise.
581 * emulparams/elf_l1om.sh: Likewise.
582 * emulparams/elf_x86_64.sh: Source extern_protected_data.sh.
583 (PARSE_AND_LIST_OPTIONS): Renamed to ...
584 (PARSE_AND_LIST_OPTIONS_BNDPLT): This.
585 (PARSE_AND_LIST_ARGS_CASE_Z): Renamed to ...
586 (PARSE_AND_LIST_ARGS_CASE_Z_BNDPLT): This.
587 (PARSE_AND_LIST_OPTIONS): Append $PARSE_AND_LIST_OPTIONS_BNDPLT.
588 (PARSE_AND_LIST_ARGS_CASE_Z): Append
589 $PARSE_AND_LIST_ARGS_CASE_Z_BNDPLT.
590 * emulparams/extern_protected_data.sh: New file.
592 2015-04-11 H.J. Lu <hongjiu.lu@intel.com>
594 * plugin.c (plugin_load_plugins): Removed an extra ';'.
596 2015-04-10 Nick Clifton <nickc@redhat.com>
599 * ld.texinfo (--be8): Add a note about the interaction of this
600 option with the assembler's -EB option.
602 2015-04-10 Alan Modra <amodra@gmail.com>
604 * configure.ac: Set elf_list_options etc. in proper case.
605 * configure: Regenerate.
607 2015-04-10 Alan Modra <amodra@gmail.com>
610 * ldlang.c (lang_process): Add _init and _fini to gc_sym_list.
612 2015-04-09 H.J. Lu <hongjiu.lu@intel.com>
614 * emulparams/elf_x86_64.sh (BNDPLT): Removed.
615 (PARSE_AND_LIST_OPTIONS): New.
616 (PARSE_AND_LIST_ARGS_CASE_Z): Likewise.
617 * emultempl/elf32.em (gld${EMULATION_NAME}_handle_option): Remove
618 BNDPLT check. Handle PARSE_AND_LIST_ARGS_CASE_Z.
619 (gld${EMULATION_NAME}_list_options): Remove BNDPLT check.
621 2015-04-09 Nick Clifton <nickc@redhat.com>
623 * po/fr.po: Updated French translation.
625 2015-04-08 H.J. Lu <hongjiu.lu@intel.com>
627 * configure.ac (elf_list_options): Set to TRUE for
628 --enable-targets=all.
629 (elf_shlib_list_options): Likewise.
630 (elf_plt_unwind_list_options): Likewise.
631 * configure: Regenerated.
633 2015-04-08 H.J. Lu <hongjiu.lu@intel.com>
635 * emulparams/elf32bmipn32-defs.sh: Skip empty EMULATION_NAME.
637 2015-04-08 H.J. Lu <hongjiu.lu@intel.com>
639 * Makefile.am (ELF_CLFAGS): New.
640 (AM_CFLAGS): Add $(ELF_CLFAGS).
641 * configure.ac (elf_list_options): New. AC_SUBST.
642 (elf_shlib_list_options): Likewise.
643 (elf_plt_unwind_list_options): Likewise.
644 * lexsup.c (elf_shlib_list_options): New.
645 (elf_static_list_options): Likewise.
646 (elf_plt_unwind_list_options): Likewise.
647 (ld_list_options): Likewise.
648 (help): Call ld_list_options.
649 * Makefile.in: Regenerated.
650 * configure: Likewise.
651 * emulparams/plt_unwind.sh (PLT_UNWIND): New.
652 (PARSE_AND_LIST_OPTIONS): Removed.
653 * emultempl/elf32.em (gld_list_options): New.
654 (gld${EMULATION_NAME}_list_options): Define only if BNDPLT or
655 PARSE_AND_LIST_OPTIONS is defined.
656 (ld_${EMULATION_NAME}_emulation): Replace
657 gld${EMULATION_NAME}_list_options with ${gld_list_options.
659 2015-04-07 Alan Modra <amodra@gmail.com>
662 * ldlang.c (lang_size_sections): Cast shift expression.
664 2015-04-07 Alan Modra <amodra@gmail.com>
666 * emultempl/ppc32elf.em: Handle --no-pic-fixup.
667 (params): Init new field.
668 (ppc_before_allocation): Enable relaxation for pic_fixup.
670 2015-04-07 Nick Clifton <nickc@redhat.com>
672 * ld.h (struct ld_config_type): Add new field: warn_orphan.
673 * ldlex.h (enum option_values): Add OPTION_WARN_ORPHAN and
674 OPTION_NO_WARN_ORPHAN.
675 * lexsup.c (ld_options): Add --warn-orphan and --no-warn-orphan.
676 (parse_args): Handle the new options.
677 * ldemul.c (ldemul_place_orphan): If requested, generate a warning
678 message when an orphan section is placed in the output file.
679 * ld.texinfo: Document the new option.
680 * NEWS: Mention the new feature.
682 2015-04-02 Andrew Turner <andrew@freebsd.org>
684 * Makefile.am: Add FreeBSD aarch64 files.
685 * Makefile.in: Regenerate.
686 * configure.tgt: Add aarch64-*-freebsd* target triple.
687 * emulparams/aarch64fbsd.sh: New file.
688 * emulparams/aarch64fbsdb.sh: New file.
690 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
692 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Work
693 around a GCC uninitialized warning bug fixed in GCC 4.6.
695 2015-04-01 Tejas Belagod <tejas.belagod@arm.com>
697 * emultempl/aarch64elf.em
698 (aarch64_elf_create_output_section_statements): Add parameter in
699 bfd_elf${ELFSIZE}_aarch64_set_options call.
700 (OPTION_FIX_ERRATUM_843419): Define.
701 (PARSE_AND_LIST_LONGOPTS): Add fix-cortex-a53-843419.
702 (PARSE_AND_LIST_ARGS_CASES): Add OPTION_FIX_ERRATUM_843419.
704 2015-04-01 Chen Gang <gang.chen.5i5j@gmail.com>
706 * emulparams/elf32_tic6x_le.sh: Skip OTHER_BSS_SECTIONS for
707 relocating operation.
709 2015-04-01 Alan Modra <amodra@gmail.com>
712 * ldlang.c (lang_size_sections): When alignment of sections
713 results in relro base adjustment being too large, don't go lower
714 than the initial value.
715 * ldexp.c (fold_binary <DATA_SEGMENT_RELRO_END>): Comment.
716 * scripttempl/elf.sc (DATA_SEGMENT_ALIGN): Omit SEGMENT_SIZE
717 alignment when SEGMENT_SIZE is the same as MAXPAGESIZE.
719 2015-04-01 Alan Modra <amodra@gmail.com>
721 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Don't
722 init ehdr_start_save.
724 2015-04-01 Alan Modra <amodra@gmail.com>
726 * Makefile.am (eelf32ppcvxworks.c): Depend on ppc32elf.em and
728 (eelf32lppc.c, eelf32lppclinux.c, eelf32lppcnto.c, eelf32lppcsim.c,
729 eelf32ppc.c, eelf32ppc_fbsd.c, eelf32ppclinux.c, eelf32ppcnto.c,
730 eelf32ppcsim.c): Rearrange deps for consistency.
731 * Makefile.in: Regenerate.
733 2015-04-01 Ed Schouten <ed@nuxi.nl>
735 * emultempl/elf32.em (gld*_before_allocation): Zero-initialize
736 the ehdr_start_save variable.
738 2015-03-31 Ed Schouten <ed@nuxi.nl>
740 * Makefile.am (ALL_64_EMULATION_SOURCES): Add
741 eelf_x86_64_cloudabi.c.
742 (eelf_x86_64_cloudabi.c): New.
743 * configure.tgt (targ_emul): Set to elf_x86_64_cloudabi for
745 * Makefile.in: Regenerated.
746 * emulparams/elf_x86_64_cloudabi.sh: New file.
748 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
750 * configure.ac (AM_ZLIB): Removed.
751 * Makefile.in: Regenerated.
752 * config.in: Likewise.
753 * configure: Likewise.
755 2015-03-24 Marcus Shawcroft <marcus.shawcroft@arm.com>
757 * emultempl/aarch64elf.em (_aarch64_add_stub_section): Set section
760 2015-03-23 Marcus Shawcroft <marcus.shawcroft@arm.com>
762 * emultempl/aarch64elf.em
763 (elf${ELFSIZE}_aarch64_add_stub_section): Adjust layout.
765 2015-03-18 Chen Gang <gang.chen.5i5j@gmail.com>
767 * ldmain.c (main): Use %F instead of %X for einfo.
769 2015-03-02 Alan Modra <amodra@gmail.com>
771 * ld.texinfo (Options <-z nocopyreloc>): Rewrite.
773 2015-02-27 Nick Clifton <nickc@redhat.com>
776 * ldlang.c (lang_set_flags): Allow exclamation mark to reverse the
777 sense of the following memory region attribute characters.
779 2015-02-27 Alan Modra <amodra@gmail.com>
781 * Makefile.am (ALL_EMULATION_SOURCES): Sort new h8300 entries.
782 (eh8300elf_linux.c, eh8300helf_linux.c, eh8300self_linux.c,
783 eh8300sxelf_linux.c): Do not invoke genscripts here.
784 * Makefile.in: Regenerate.
786 2015-02-24 Nick Clifton <nickc@redhat.com>
788 * Makefile.am (ev850.c): Add dependency upon
789 $(srcdir)/emultempl/v850elf.em.
790 (ev850_rh850.c): Likewise.
791 * Makefile.in: Regenerate.
792 * emultempl/v850elf.em: New file.
793 * emulparams/v850.sh (EXTRA_EM_FILE): Define.
794 * emulparams/v850_rh850.sh (EXTRA_EM_FILE): Define.
795 * scripttempl/v850.sc: Add .note.renesas section.
796 * scripttempl/v850_rh850.sc: Likewise.
798 2015-02-24 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
800 * scripttempl/avr.sc: Add new user_signatures region. Define and
801 use symbols for all region lengths.
802 * scripttempl/avrtiny.sc: Define and use symbols for all region
805 2015-01-21 Yoshinori Sato <ysato@users.sourceforge.jp>
807 * Makefile.am: (ALL_EMULATION_SOURCES): Add new emulations.
808 * Makefile.in: Regenerate.
809 * configure.tgt: Add h8300-*-linux
810 * emulparams/h8300elf_linux.sh: Add new emulation.
811 * emulparams/h8300helf_linux.sh: Likewise.
812 * emulparams/h8300self_linux.sh: Likewise.
813 * emulparams/h8300sxelf_linux.sh: Likewise.
815 2015-02-23 Nick Clifton <nickc@redhat.com>
817 * lexsup.c (parse_args): Produce a more reasonable error message
818 when -ixxx or -rxxx is the last option on the linker command line.
820 2015-02-14 H.J. Lu <hongjiu.lu@intel.com>
823 * testplug2.c (allsymbolsread_silent): New.
824 (set_register_hook): Handle allsymbolsreadsilent.
825 (onall_symbols_read): Skip a message if allsymbolsread_silent is
828 2015-02-14 Alan Modra <amodra@gmail.com>
831 * ldlang.h (struct lang_input_statement_flags): Add lto_output.
832 * ldlang.c (lang_process): Don't set loading_lto_outputs.
833 * ldfile.c (ldfile_try_open_bfd): Transfer entry flags.lto_output
835 * plugin.c (add_input_file, add_input_library): Set flags.lto_output.
837 2015-02-13 H.J. Lu <hongjiu.lu@intel.com>
839 * NEWS: Mention support for LLVM plugin.
841 2015-02-13 Alan Modra <amodra@gmail.com>
843 * ld.texinfo (Options <--defsym>): Correct cross reference.
845 2015-02-11 H.J. Lu <hongjiu.lu@intel.com>
847 * lexsup.c (ld_options): Add --[no-]map-whole-files for gold
848 option compatibility.
850 2015-02-11 H.J. Lu <hongjiu.lu@intel.com>
852 * plugin.c (message): Output "warning:" for LDPL_WARNING. Output
853 "error:" for LDPL_FATAL and LDPL_ERROR.
854 * testplug2.c (parse_option): Handle fatal, error and warning.
856 2015-02-11 H.J. Lu <hongjiu.lu@intel.com>
858 * testplug2.c (dump_tv_tag): Removed.
859 (onall_symbols_read): Return LDPS_ERR if the file descriptor isn't
861 * testplug3.c (dump_tv_tag): Removed.
862 (onclaim_file): Fix typo.
864 2015-02-11 H.J. Lu <hongjiu.lu@intel.com>
867 * Makefile.am (noinst_LTLIBRARIES): Add libldtestplug2.la and
869 (libldtestplug2_la_SOURCES): New.
870 (libldtestplug2_la_CFLAGS): Likewise.
871 (libldtestplug2_la_LDFLAGS): Likewise.
872 (libldtestplug3_la_SOURCES): New.
873 (libldtestplug3_la_CFLAGS): Likewise.
874 (libldtestplug3_la_LDFLAGS): Likewise.
875 * Makefile.in: Regenerated.
876 * testplug2.c: New file.
877 * testplug3.c: Likewise.
879 2015-02-11 H.J. Lu <hongjiu.lu@intel.com>
882 * plugin.c: Include ../bfd/plugin.h.
883 (plugin_get_ir_dummy_bfd): Call bfd_create with
884 link_info.output_bfd instead of srctemplate. Copy BFD info
885 from srctemplate only if it doesn't use BFD plugin target
887 (plugin_load_plugins): Call register_ld_plugin_object_p with
889 (plugin_maybe_claim): Renamed to ...
890 (plugin_object_p): This. Return dummy BFD target vector if
891 input is calimed by plugin library, otherwise return NULL.
892 Update plugin_format and plugin_dummy_bfd.
893 (plugin_maybe_claim): New. Use plugin_object_p.
895 2015-02-10 H.J. Lu <hongjiu.lu@intel.com>
897 * plugin.c (plugin_maybe_claim): Initialize use_mmap.
899 2015-02-10 H.J. Lu <hongjiu.lu@intel.com>
901 * plugin.c (plugin_input_file_t): Add use_mmap.
902 (plugin_pagesize): New.
903 (get_view): Use plugin_pagesize. Set use_mmap if mmap is used.
904 (plugin_load_plugins): Initialize plugin_pagesize.
905 (plugin_maybe_claim): Unmap the buffer if plugin didn't claim the
908 2015-02-10 H.J. Lu <hongjiu.lu@intel.com>
910 * plugin.c (get_view): Align offset passed to mmap.
912 2015-02-08 H.J. Lu <hongjiu.lu@intel.com>
914 * ldfile.c (ldfile_try_open_bfd): Don't call bfd_check_format
915 if plugin isn't active or there is no thing more to claim.
917 2015-02-08 H.J. Lu <hongjiu.lu@intel.com>
919 * plugin.c (plugin_maybe_claim): Check format against bfd_object
922 2015-02-07 H.J. Lu <hongjiu.lu@intel.com>
924 * plugin.c (plugin_maybe_claim): Replace entry->the_bfd with
927 2015-02-07 H.J. Lu <hongjiu.lu@intel.com>
929 * plugin.c: Include "libbfd.h".
930 (plugin_strdup): New.
931 (plugin_maybe_claim): Remove the argument of pointer to struct
932 ld_plugin_input_file. Open and handle input entry.
933 * plugin.h (plugin_maybe_claim): Updated.
934 * ldfile.c (ldfile_try_open_bfd): Call plugin_maybe_claim directly
935 without passing a pointer to struct ld_plugin_input_file.
936 * ldmain.c: Don't include "libbfd.h".
937 (add_archive_element): Call plugin_maybe_claim directly without
938 passing a pointer to struct ld_plugin_input_file.
940 2015-02-06 H.J. Lu <hongjiu.lu@intel.com>
942 * ld.texinfo: Document -z text, -z notext and -z textoff.
943 * emultempl/elf32.em (gld${EMULATION_NAME}_list_options): Add
944 -z text, -z notext and -z textoff.
946 2015-02-06 H.J. Lu <hongjiu.lu@intel.com>
948 * configure.ac: Add AC_FUNC_MMAP.
949 * config.in: Regenerated.
950 * configure: Likewise.
951 * plugin.c: Include <sys/mman.h>.
952 (MAP_FAILED): New. Defined if not defined.
953 (PROT_READ): Likewise.
954 (MAP_PRIVATE): Likewise.
955 (view_buffer_t): New.
956 (plugin_input_file_t): Add view_buffer.
957 (get_view): Try mmap and cache the view buffer.
958 (plugin_maybe_claim): Initialize view_buffer.
960 2015-02-05 H.J. Lu <hongjiu.lu@intel.com>
962 * plugin.c (release_input_file): Set fd to -1 after closing it.
963 (plugin_maybe_claim): Close fd only if fd != -1.
965 2015-02-05 H.J. Lu <hongjiu.lu@intel.com>
968 * plugin.c: Include <errno.h>.
969 (errno): New. Declare if needed.
970 (plugin_input_file_t): New.
971 (get_input_file): Implemented.
972 (get_view): Likewise.
973 (release_input_file): Likewise.
974 (add_symbols): Updated.
975 (get_symbols): Likewise.
976 (plugin_maybe_claim): Allocate a plugin_input_file_t. Close fd
977 only for a bfd_object input.
979 2015-02-02 Alan Modra <amodra@gmail.com>
981 * emultempl/ppc64elf.em (toc_section_name): New var.
982 (ppc_after_open): Set it.
983 (ppc_before_allocation): Use it.
984 (gld${EMULATION_NAME}_after_allocation): Here too.
986 2015-01-29 H.J. Lu <hongjiu.lu@intel.com>
988 * ldfile.c (ldfile_try_open_bfd): Replace plugin_active_plugins_p()
989 with link_info.lto_plugin_active.
990 * ldlang.c (lang_process): Likewise.
991 * ldmain.c (add_archive_element): Likewise.
992 * plugin.c (plugin_active_plugins_p): Removed.
993 * plugin.h (plugin_active_plugins_p): Likewise.
995 2015-01-28 H.J. Lu <hongjiu.lu@intel.com>
997 * plugin.h (plugin_get_ir_dummy_bfd): Removed. Move comments to
999 * plugin.c (plugin_get_ir_dummy_bfd): Here. Make it static.
1001 2015-01-28 H.J. Lu <hongjiu.lu@intel.com>
1004 * plugin.c (tv_header_tags(): Add LDPT_GET_VIEW.
1005 (get_view): New function.
1006 (set_tv_header): Handle LDPT_GET_VIEW.
1007 * testplug.c (tag_names): Add LDPT_GET_VIEW.
1009 (dump_tv_tag): Handle LDPT_GET_VIEW.
1010 (parse_tv_tag): Likewise.
1012 2015-01-28 Alan Modra <amodra@gmail.com>
1014 * emulparams/elf64ppc.sh (INITIAL_READWRITE_SECTIONS): Define.
1015 * emultempl/ppc64elf.em (params): Init new field.
1016 (ppc_after_open): New function.
1017 (LDEMUL_AFTER_OPEN): Define.
1018 * ldlang.c (lang_final): Whitespace fix.
1020 2015-01-28 James Bowman <james.bowman@ftdichip.com>
1022 * Makefile.am: Add FT32 files.
1023 * configure.tgt: Handle FT32 target.
1024 * emulparams/elf32ft32.sh: New file.
1025 * scripttempl/ft32.sc: New file.
1026 * Makefile.in: Regenerate.
1028 2015-01-28 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
1031 * ldexp.c (fold_name): Fold LENGTH only after
1032 lang_first_phase_enum.
1033 * ldgram.y (memory_spec): Don't evaluate ORIGIN and LENGTH
1035 * ldlang.h (struct memory_region_struct): Add origin_exp and
1037 * ldlang.c (lang_do_memory_regions): New.
1038 (lang_memory_region_lookup): Initialize origin_exp and
1040 (lang_process): Call lang_do_memory_regions.
1042 2015-01-20 Andrew Burgess <andrew.burgess@embecosm.com>
1044 * ldlang.c (print_assignment): Only evaluate the expression for a
1045 PROVIDE'd assignment when the destination is being defined.
1046 Display a special message for PROVIDE'd symbols that are not being
1049 2015-01-20 Alan Modra <amodra@gmail.com>
1051 * emulparams/elf64ppc.sh (OTHER_SDATA_SECTIONS): Use in place of..
1052 (OTHER_BSS_SYMBOLS): ..this.
1053 (OTHER_PLT_RELOC_SECTIONS): Don't define.
1054 (OTHER_GOT_RELOC_SECTIONS): Add rela.toc1 and rela.tocbss.
1055 (OTHER_READWRITE_SECTIONS): Don't define. Move .toc1 to..
1056 (OTHER_RELRO_SECTIONS_2): ..here.
1057 * scripttempl/elf.sc: Move SBSS too when DATA_SDATA.
1059 2015-01-20 Alan Modra <amodra@gmail.com>
1061 * emulparams/elf64ppc.sh (BSS_PLT): Don't define.
1062 (OTHER_READWRITE_SECTIONS): Move .branch_lt to..
1063 (OTHER_RELRO_SECTIONS_2): ..here.
1064 (DATA_GOT, SEPARATE_GOTPLT, DATA_SDATA, DATA_PLT,
1065 PLT_BEFORE_GOT): Define.
1066 * scripttempl/elf.sc: Handle DATA_SDATA and DATA_GOT/DATA_PLT/
1067 PLT_BEFORE_GOT combination.
1068 (DATA_GOT, SDATA_GOT): Don't define if either is already defined.
1070 2015-01-20 Alan Modra <amodra@gmail.com>
1072 * emulparams/elf64ppc.sh (OTHER_READWRITE_SECTIONS): Move .opd to..
1073 (OTHER_RELRO_SECTIONS_2): ..here, new define.
1074 * scripttempl/elf.sc: Add OTHER_RELRO_SECTIONS_2.
1076 2015-01-19 Alan Modra <amodra@gmail.com>
1079 * ldlang.c (lang_process): Run lang_common before lang_gc_sections.
1081 2015-01-14 Jiong Wang <jiong.wang@arm.com>
1083 * ld-arm/elf32-reject.s: New testcase.
1084 * ld-arm/elf32-reject.d: Likewise.
1085 * ld-arm/elf32-reject-pie.s: Likewise.
1086 * ld-arm/elf32-reject-pie.d: Likewise.
1087 * ld-arm/arm-elf.exp: Run new testcases.
1088 * ld-arm/ifunc-7.s: Delete f2/f4 test items.
1089 * ld-arm/ifunc-7.rd: Likewise.
1090 * ld-arm/ifunc-7.gd: Likewise.
1091 * ld-arm/ifunc-7.dd: Likewise.
1092 * ld-arm/ifunc-8.s: Likewise.
1093 * ld-arm/ifunc-8.rd: Likewise.
1094 * ld-arm/ifunc-8.gd: Likewise.
1095 * ld-arm/ifunc-8.dd: Likewise.
1097 2015-01-01 Alan Modra <amodra@gmail.com>
1099 * ldver.c (ldversion): Just print current year.
1101 2015-01-01 Alan Modra <amodra@gmail.com>
1103 Update year range in copyright notice of all files.
1105 For older changes see ChangeLog-2014
1107 Copyright (C) 2015 Free Software Foundation, Inc.
1109 Copying and distribution of this file, with or without modification,
1110 are permitted in any medium without royalty provided the copyright
1111 notice and this notice are preserved.
1117 version-control: never