bfd:
[deliverable/binutils-gdb.git] / ld / ChangeLog
CommitLineData
cfb8c092
NC
12011-10-25 Joern Rennecke <joern.rennecke@embecosm.com>
2
3 * NEWS: Mention addition of Adapteva Epiphany support.
4 * Makefile.am (ALL_EMULATION_SOURCES): Add eelf32epiphany.c .
5 (eelf32epiphany.c): New rule.
6 * configure.tgt: Handle epiphany-*-elf.
7 * emulparams/elf32epiphany.sh: New file.
8 * Makefile.in: Regenerate.
9 * po/ld.pot: Regenerate.
10
07725569
NC
112011-10-24 Nick Clifton <nickc@redhat.com>
12
13 * po/ja.po: Updated Japanese translation.
14
5468810d
AM
152011-10-20 Alan Modra <amodra@gmail.com>
16
17 PR ld/13287
18 * plugin.c (plugin_should_reload): New function.
19 * plugin.h (plugin_should_reload): Declare.
20 * ldlang.c (open_input_bfds): Use above function.
21
c192a133
AM
222011-10-19 Alan Modra <amodra@gmail.com>
23
24 PR ld/13254
25 * emultempl/elf32.em (gld${EMULATION_NAME}_handle_option): Add
26 -z text, -z notext, -z textoff options for all targets having
27 shared lib support.
28
4fc89632
AM
292011-10-15 Alan Modra <amodra@gmail.com>
30
31 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Remove toc check.
32
0432176d
DK
332011-10-13 Dave Korn <dave.korn.cygwin@gmail.com>
34
35 * pe-dll.c (generate_reloc): Don't emit a base reloc for an
36 underlying BFD reloc that will be discarded in eh_frame data.
37
d5698657
NC
382011-10-10 Nick Clifton <nickc@redhat.com>
39
40 * po/bg.po: Updated Bulgarian translation.
41 * po/es.po: Updated Spanish translation.
42 * po/fi.po: Updated Finnish translation.
43 * po/fr.po: Updated French translation.
44
9bbc1a67
AM
452011-10-10 Alan Modra <amodra@gmail.com>
46
47 * ldmain.c (main): Move code twiddling various config and link_info
48 bits to..
49 * lexsup.c (parse_args): ..here. Move plugin_load_plugins call
50 into main.
51 * plugin.c (set_tv_header): Test link_info.executable, not
52 link_info.shared.
53 (is_visible_from_outside): Likewise. Delete redundant
54 is_ir_dummy_bfd check and "section" parameter.
55
bd518033
AM
562011-10-10 Alan Modra <amodra@gmail.com>
57
58 * emultempl/ppc64elf.em (ppc_add_stub_section): Align to 32 bytes.
59
f7c46796
AM
602011-10-09 Alan Modra <amodra@gmail.com>
61
62 * emultempl/ppc64elf.em (ppc_create_output_section_statements): Add
63 missing colon to error message.
64 (ppc_before_allocation): Likewise.
65
69ee6ab2
AM
662011-10-06 Alan Modra <amodra@gmail.com>
67
25f03f10 68 PR ld/13229
69ee6ab2
AM
69 * plugin.c (tv_header_tags): Add LDPT_GET_SYMBOLS_V2.
70 (set_tv_header): Handle it. Adjust LDPT_GET_SYMBOLS. Return void.
71 (get_symbols): Add def_ironly_exp param. Return that value for
72 syms exported from shared libs.
73 (get_symbols_v1, get_symbols_v2): New wrapper functions.
74 * testplug.c: Update for above changes.
75
ebe9c501
KT
762011-09-27 Kai Tietz <ktietz@redhat.com>
77
78 * scripttempl/pe.sc (.text): Add support for
79 .gnu.linkonce.t.* section.
80 (.debug_info): Only use .gnu.linkonce.wi.* for
81 relocating.
82 * scripttempl/pep.sc: Likewise.
83
a7142d94
TG
842011-09-22 Tristan Gingold <gingold@adacore.com>
85
86 * NEWS: Add marker for 2.22.
87
15fc2e13
AM
882011-09-20 Alan Modra <amodra@gmail.com>
89
6cd90916 90 PR ld/13201
15fc2e13
AM
91 * ldlang.h (lang_input_statement_type): Add "reload" bitfield.
92 Clarify comments.
93 * ldlang.c (new_afile): Init new field.
94 (load_symbols): Don't call ldlang_add_file when reloading.
95 (open_input_bfds): Reload as-needed libs during plugin rescan.
96
fd91d419
L
972011-09-15 H.J. Lu <hongjiu.lu@intel.com>
98
99 PR ld/12975
100 * ldlang.c (lang_elf_version_info): Removed.
101 (lang_register_vers_node): Replace lang_elf_version_info with
102 link_info.version_info.
103 (lang_add_vers_depend): Likewise.
104 * pe-dll.c (process_def_file_and_drectve): Likewise.
105 * emultempl/solaris2.em (elf_solaris2_before_allocation): Likewise.
106
107 * ldlang.h (lang_elf_version_info): Removed.
108
109 * plugin.c (is_visible_from_outside): Check if symbol is hidden
110 by version script.
111
112 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
113 Remove lang_elf_version_info.
114
2b7e4308
L
1152011-09-15 Dmitry Gorbachev <d.g.gorbachev@gmail.com>
116
117 PR ld/13183
118 * ldmain.c (add_archive_element): Support thin archive member
119 for LTO.
120
7cf80422
NC
1212011-08-26 Nick Clifton <nickc@redhat.com>
122
123 * po/es.po: Updated Spanish translation.
124
d064f206
NC
1252011-08-26 Nick Clifton <nickc@redhat.com>
126
127 * NEWS: Mention that --no-copy-dt-needed-entries is now the
128 default.
129
08efffb8
MM
1302011-08-22 Michael Matz <matz@suse.de>
131
132 * ldmain.c (add_DT_NEEDED_for_dynamic): Default to FALSE.
133 * ld.texinfo (--copy-dt-needed-entries): Mention new default.
134
c77ec726
AM
1352011-08-17 Alan Modra <amodra@gmail.com>
136
137 PR ld/12762
138 * ldlang.c (section_already_linked): Revert 2011-07-09 changes.
139 * plugin.c: Likewise.
140 (asymbol_from_plugin_symbol): Create linkonce section for syms
141 with comdat_key.
142
2de70689
MGD
1432011-08-09 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
144
145 * emultempl/armelf.em (fix_arm1176): New variable.
146 (arm_elf_create_output_section_statements): Pass
147 fix_arm1176 option to bfd backend.
148 (OPTION_FIX_ARM1176): New define.
149 (OPTION_NO_FIX_ARM1176): Likewise.
150 (PARSE_AND_LIST_LONGOPTS): Add new command line options.
151 (PARSE_AND_LIST_OPTIONS): Likewise.
152 (PARSE_AND_LIST_ARGS_CASES): Likewise.
153 * ld.texinfo: Document new command line options.
154
7fe550fc
AM
1552011-08-09 Alan Modra <amodra@gmail.com>
156
157 PR ld/13066
158 * plugin.c (add_symbols): Revert 2011-08-05.
159
b990ad61
KT
1602011-08-06 Kai Tietz <ktietz@redhat.com>
161
162 * scripttempl/pep.sc: Add .debug_macro section.
163 * scripttempl/pe.sc: Likewise.
164
43e1669b
AM
1652011-08-05 Alan Modra <amodra@gmail.com>
166
167 PR ld/12762
168 * plugin.c (add_symbols): Exclude comdat_key symbols from symbol
169 table if already seen.
170
4309cbf2
L
1712011-08-04 H.J. Lu <hongjiu.lu@intel.com>
172
173 * ldmain.c (main): Replace remove_output with ld_cleanup in
174 comments.
175
58d180e8
AM
1762011-07-26 Alan Modra <amodra@gmail.com>
177
178 * emulparams/elf32ppc.sh: Source plt_unwind.sh.
179 * emulparams/elf64ppc.sh: Likewise.
180 * emultempl/ppc32elf.em (OPTION_NO_TLS_OPT): Adjust.
181 (PARSE_AND_LIST_PROLOGUE, PARSE_AND_LIST_LONGOPTS,
182 PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES): Append to
183 existing values.
184 * emultempl/ppc64elf.em (OPTION_STUBGROUP_SIZE): Adjust.
185 (PARSE_AND_LIST_PROLOGUE, PARSE_AND_LIST_LONGOPTS,
186 PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES): Append to
187 existing values.
188
7a9068fe
L
1892011-07-22 H.J. Lu <hongjiu.lu@intel.com>
190
191 * Makefile.am (ALL_64_EMULATIONS): Add eelf_k1om.o and
192 eelf_k1om_fbsd.o
193 (eelf_k1om.c): New.
194 (eelf_k1om_fbsd.c): Likewise.
195 * Makefile.in: Regenerated.
196
197 * configure.tgt (targ64_extra_emuls): Add elf_k1om if elf_x86_64
198 is supported. Add elf_k1om_fbsd if elf_x86_64_fbsd is supported.
199 (targ_extra_emuls): Likewise.
200
201 * emulparams/elf_k1om.sh: New.
202 * emulparams/elf_k1om_fbsd.sh: Likewise.
203
30824704
RM
2042011-07-16 Roland McGrath <roland@hack.frob.com>
205
206 * ld.h (args_type): New field print_output_format.
207 * lexsup.c (enum option_values, ld_options, parse_args):
208 Handle --print-output-format.
209 * ldmain.c (main): Implement --print-output-format.
210 * ld.texinfo (Options): Document it.
211
212 * ldlang.c (lang_get_output_target): Don't return current_target
213 when it's NULL.
214
59b84450
AM
2152011-07-15 Alan Modra <amodra@gmail.com>
216
217 * Makefile.am (e*.c): Sort.
218 * Makefile.in: Regenerate.
219
2d07dfae
AM
2202011-07-14 Alan Modra <amodra@gmail.com>
221
222 * emultempl/elf32.em (gld${EMULATION_NAME}_handle_option,
223 gld${EMULATION_NAME}_list_options): Don't condition -z relro
224 and -z norelro on COMMONPAGESIZE being defined.
225
9df0ef5f
AM
2262011-07-14 Alan Modra <amodra@gmail.com>
227
228 * emultempl/ppc64elf.em (plt_static_chain): New var.
229 (gld${EMULATION_NAME}_after_allocation): Pass to ppc64_elf_size_stubs.
230 (PARSE_AND_LIST_PROLOGUE, PARSE_AND_LIST_LONGOPTS,
231 PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES): Handle
232 --plt-static-chain and --no-plt-static-chain.
233
fb42df5e
AM
2342011-07-14 Alan Modra <amodra@gmail.com>
235
236 * emultempl/elf32.em (gld${EMULATION_NAME}_add_options,
237 gld${EMULATION_NAME}_handle_option, gld${EMULATION_NAME}_list_options):
238 Provide --build-id, -z defs, -z muldefs, -z max-page-size,
239 -z common-page-size, -z execstack, -z noexecstack for all targets.
240 Add help for --exclude-libs.
241 (OPTION_LD_GENERATED_UNWIND_INFO,
242 OPTION_NO_LD_GENERATED_UNWIND_INFO): Move this..
243 (gld${EMULATION_NAME}_handle_option): ..and code handling
244 --ld-generated-unwind-info and --no-ld-generated-unwind-info..
245 * emulparams/plt_unwind.sh: ..to here. New file. Add help.
246 * emulparams/elf32_x86_64.sh: Include plt_unwind.sh.
247 * emulparams/elf_i386.sh: Likewise.
248 * emulparams/elf_i386_chaos.sh: Likewise.
249 * emulparams/elf_i386_ldso.sh: Likewise.
250 * emulparams/elf_l1om.sh: Likewise.
251 * emulparams/elf_x86_64.sh: Likewise.
252
ae17ab41
CM
2532011-07-11 Catherine Moore <clm@codesourcery.com>
254
255 * ld.h (section_flag_list): Add field to struct wildcard_spec.
256 * ld.texinfo (INPUT_SECTION_FLAGS): Document.
257 * ldgram.y (flag_info_list, flag_info): Add to union.
258 (INPUT_SECTION_FLAGS): New token.
259 (wildcard_spec): Initialize section_flag_list to NULL for
260 each alternative.
261 (sect_flag_list, sect_flags): New rules.
262 (input_section_spec_no_keep): Add alternatives to recognize
263 sect_flags.
264 * ldlang.c (walk_wild_consider_section): Initialize
265 section_flag_info field of the section struct.
266 (lang_add_section): Check input section flags.
fb42df5e 267 (lang_add_wild): Initialize section_flag_list field of
ae17ab41
CM
268 the statement struct.
269 * ldlang.h (lang_input_statement_struct): Add section_flag_list field.
270 (lang_wild_statement_struct): Likewise.
271 * ldlex.l (INPUT_SECTION_FLAGS): New token.
272 * mri.c (mri_draw_tree): Initialize section_flag_list to NULL.
273 * NEWS: Announce INPUT_SECTION_FLAGS enhancement.
274
0c511000
AM
2752011-07-09 H.J. Lu <hongjiu.lu@intel.com>
276
277 PR ld/12942
278 * ldlang.c (section_already_linked): Pass "struct already_linked *"
279 to bfd_section_already_linked.
280 (lang_process): Set link_info.loading_lto_outputs before
281 loading LTO outputs.
282 * plugin.c: Include "libbfd.h".
283 (add_symbols): Call bfd_section_already_linked with comdat_key.
284
ade78dba
L
2852011-06-20 H.J. Lu <hongjiu.lu@intel.com>
286
287 * configure.tgt: Revert x32 change.
288
e41b3a13
JJ
2892011-06-20 Jakub Jelinek <jakub@redhat.com>
290
291 PR ld/12570
292 * emultempl/elf32.em (OPTION_LD_GENERATED_UNWIND_INFO,
293 OPTION_NO_LD_GENERATED_UNWIND_INFO): Define.
294 (gld${EMULATION_NAME}_handle_option): Handle
295 --ld-generated-unwind-info and --no-ld-generated-unwind-info.
296 * ld.texinfo (--ld-generated-unwind-info,
297 --no-ld-generated-unwind-info): Document.
298
8b778942
L
2992011-06-19 H.J. Lu <hongjiu.lu@intel.com>
300
301 * configure.tgt: Support x32.
302
90b3661c
NC
3032011-06-15 Nick Clifton <nickc@redhat.com>
304
305 * NEWS: Mention addition of TILEPRO and TIKE-Gx support.
306
aa137e4d
NC
3072011-06-13 Walter Lee <walt@tilera.com>
308
309 * Makefile.am (ALL_EMULATION_SOURCES): Add eelf32tilegx.c and
310 eelf32tilepro.c.
311 (ALL_64_EMULATION_SOURCES): Add eelf64tilegx.c.
312 (eelf32tilegx.c): New target.
313 (eelf32tilepro.c): Likewise.
314 (eelf64tilegx.c): Likewise.
315 * Makefile.in: Regenerate.
316 * configure.tgt: Handle tilegx-*-* and tilepro-*-*.
317 * emulparams/elf32tilegx.sh: New file.
318 * emulparams/elf64tilegx.sh: New file.
319 * emulparams/elf32tilepro.sh: New file.
320
80cc85a9
AM
3212011-06-13 Alan Modra <amodra@gmail.com>
322
323 * ldlang.c (sort_def_symbol, lang_one_common): Don't handle
324 warning symbols here.
325 * emultempl/pe.em (pr_sym): Remove redundant test.
326 * emultempl/pep.em (pr_sym): Likewise.
327
ba85c43e
NC
3282011-06-09 Nick Clifton <nickc@redhat.com>
329
330 PR ld/12845
331 * emultempl/mipself.em (mips_add_stub_section): Do not add stubs
332 for sections that have been removed by garbage collection.
333
5b4c94ad
AM
3342011-06-08 Alan Modra <amodra@gmail.com>
335
336 * ldlang.c (lang_one_common): Handle warning symbols.
337
ab3719da
NC
3382011-06-07 Nick Clifton <nickc@redhat.com>
339
340 * configure.tgt: Accept any V850 architecture.
341
bc77a04a
NC
3422011-06-03 Nick Clifton <nickc@redhat.com>
343
344 * Makefile.am (ALL_EMULATION_SOURCES): Add eelf32am33lin.c
345 Add rule to build eelf32am33lin.c
346 * Makefile.in: Regenerate.
347
cc643b88
NC
3482011-06-02 Nick Clifton <nickc@redhat.com>
349
350 * lexsup.c: Fix spelling mistake in comment.
351 * scripttempl/epocpe.sc: Likewise.
352 * scripttempl/i386beos.sc: Likewise.
353 * scripttempl/mcorepe.sc: Likewise.
354 * scripttempl/pe.sc: Likewise.
355 * scripttempl/pep.sc: Likewise.
356 * po/ld.pot: Regenerate.
357
f20db198
NC
3582011-05-27 Nick Clifton <nickc@redhat.com>
359
360 * scripttempl/v850.sc (_heap_start): Provide.
361
270396f2
AM
3622011-05-23 Alan Modra <amodra@gmail.com>
363
364 * ldmisc.c (vfinfo): Add %H.
365 * ldmain.c (reloc_overflow): Use %H rather than %C.
366 (reloc_dangerous, unattached_reloc): Likewise.
367
6de6a7fe
AM
3682011-05-23 Alan Modra <amodra@gmail.com>
369
370 PR 12763
371 * ldlang.c (lang_output_section_find_by_flags): Match orphan .sdata2
372 like sections to existing .sdata2, and similarly for orphan TLS
373 sections.
374 * emultempl/elf32.em (place_orphan): Exclude .tbss from orphan_bss.
375
84bff83f
NC
3762011-05-17 Tomohiro Kashiwada <kikairoya@gmail.com>
377
378 PR ld/12759
379 * emultempl/rxelf.em (ignore_lma): New variable.
380 (rx_elf_create_output_section_statements): Pass the setiing of
381 ignore_lma to bfd_elf32_rx_set_target_flags.
382 (OPTION_IGNORE_LMA): Define.
383 (OPTION_NO_IGNORE_LMA): Define.
384 (PARSE_AND_LIST_LONGOPTS): Add ignore lma.
385 (PARSE_AND_LIST_OPTIONS): Add ignore lma.
386 (PARSE_AND_LIST_ARGS_CASES): Add ignore lma.
387
16d96b5b
AM
3882011-05-17 Alan Modra <amodra@gmail.com>
389
390 PR ld/12760
391 * ldmain.c (notice): Add "flags" and "string" param.
392 * plugin.c (plugin_notice): Likewise. Handle indirect, warning
393 and constructor syms.
394
f37a7048
NS
3952010-05-16 Daniel Jacobowitz <dan@codesourcery.com>
396
397 * ldlang.c (print_assignment): Use the symbol's section if we
398 use its value.
399 * ldexp.c (exp_fold_tree_1): Skip self-assignment. Expand
400 comment on copying symbol type.
401
cd6eee13
AM
4022011-05-16 H.J. Lu <hongjiu.lu@intel.com>
403
404 PR ld/12760
405 * plugin.c (plugin_notice): Set u.undef.abfd for symbols made
406 undefweak.
407
83e7bd17
AM
4082011-05-16 Alan Modra <amodra@gmail.com>
409
410 * ldlang.c (lang_leave_output_section_statement): Don't copy
411 previous lma_region if given address.
412
2a616379
BS
4132011-05-13 Bernd Schmidt <bernds@codesourcery.com>
414
415 (eelf32_tic6x_linux_be.c, eelf32_tic6x_linux_le.c,
416 eelf32_tic6x_elf_be.c, eelf32_tic6x_elf_le.c): New rules.
417 * Makefile.am (ALL_EMULATIONS): Add these files.
418 (eelf32_tic6x_be.c, eelf32_tic6x_le.c): Depend on tic6xdsbt.em.
419 * Makefile.in: Regenerated.
420 * emultempl/tic6xdsbt.em (is_tic6x_target): Allow more tic6x target
421 vectors.
422 * emulparams/elf32_tic6x_elf_be.sh: New file.
423 * emulparams/elf32_tic6x_elf_le.sh: New file.
424 * emulparams/elf32_tic6x_linux_be.sh: New file.
425 * emulparams/elf32_tic6x_linux_le.sh: New file.
426 * configure.tgt (tic6x-*-elf, tic6x-*-uclinux): New.
427 (tic6x-*-*): Replaced by these.
428
3ac5406b
JB
4292011-05-13 Jan Beulich <jbeulich@novell.com>
430
431 * configure.tgt: Add targets x86_64-*-pe and x86_64-*-pep.
432
fbd9ad90
PB
4332011-05-09 Paul Brook <paul@codesourcery.com>
434
435 * emultempl/tic6xdsbt.em (merge_exidx_entries): New.
436 (compare_output_sec_vma): New function.
437 (gld${EMULATION_NAME}_after_allocation): New function.
438 (OPTION_NO_MERGE_EXIDX_ENTRIES): Define.
439 (PARSE_AND_LIST_OPTIONS): Add --no-merge-exidx-entries.
440 (PARSE_AND_LIST_ARGS_CASES): Add OPTION_NO_MERGE_EXIDX_ENTRIES.
441 (LDEMUL_AFTER_ALLOCATION): Set.
442 * ld.texinfo: Document c6x --no-merge-exidx-entries.
443
730035f7
DK
4442011-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
445
446 PR ld/12365
447 * scripttempl/pe.sc (__rt_psrelocs_start): New symbol definition.
448 (__rt_psrelocs_end): Likewise.
449 (__rt_psrelocs_size): Likewise difference between the above.
450 (__RUNTIME_PSEUDO_RELOC_LIST_END__): Move outside .rdata section
451 immediately after end of pseudo-reloc data.
452 (___RUNTIME_PSEUDO_RELOC_LIST_END___): Likewise.
453 (__RUNTIME_PSEUDO_RELOC_LIST__): Move outside .rdata section and
454 calculate backward from list end.
455 (___RUNTIME_PSEUDO_RELOC_LIST___): Likewise.
456 * scripttempl/pep.sc: Likewise.
457
55221e4b
TG
4582011-05-06 Tristan Gingold <gingold@adacore.com>
459
460 * scripttempl/alphavms.sc (CODE): Add *$CODE*.
461
45cfb56c
TG
4622011-05-04 Tristan Gingold <gingold@adacore.com>
463
464 * emultempl/generic.em (ld_${EMULATION_NAME}_emulation): Add
465 LDEMUL_ADD_OPTIONS and LDEMUL_HANDLE_OPTION.
466 * emultempl/vms.em (OPTION_IDENTIFICATION): New macro.
467 (gld${EMULATION_NAME}_add_options): New function.
468 (gld${EMULATION_NAME}_list_options): Ditto.
469 (gld${EMULATION_NAME}_handle_option): Ditto.
470 (LDEMUL_ADD_OPTIONS, LDEMUL_HANDLE_OPTION)
471 (LDEMUL_LIST_OPTIONS): Define.
472
2f65ac72
AM
4732011-05-04 Alan Modra <amodra@gmail.com>
474
475 PR ld/12726
476 * ldexp.h (lang_phase_type): Add lang_assigning_phase_enum.
477 * ldexp.c (exp_fold_tree_1): Correct assign to dot comment. Don't
478 assign to dot when lang_assigning_phase_enum.
479 * ldlang.h (lang_do_assignments): Update prototype.
480 * ldlang.c (lang_do_assignments): Add phase parameter. Update all
481 callers.
482 * pe-dll.c (pe_dll_fill_sections, pe_exe_fill_sections): Update
483 lang_do_assignments calls.
484
e0605dbe
AM
4852011-04-28 Daniel C. Klauer <daniel.c.klauer@web.de>
486
487 PR ld/12614
488 * emultempl/pe.em (_after_open): Correctly check whether symbol is
489 in undef list.
490
72b016b4
NC
4912011-04-26 Kai Tietz <ktietz@redhat.com>
492
493 * scripttempl/pe.sc: Handle .eh_frame($|.)* sections.
494 * scripttempl/pep.sc: Likewise.
495
35ed3f94
AM
4962011-04-24 Alan Modra <amodra@gmail.com>
497
498 PR ld/12365
499 PR ld/12696
500 * ldmain.c (notice): Delete "name" param, add "h".
501 * plugin.c (plugin_notice): Likewise. Set non_ir_ref. Handle
502 redefinitions of IR symbols in real BFDs.
503 (plugin_multiple_definition, plugin_multiple_common): Delete.
504 (non_ironly_hash, init_non_ironly_hash): Delete.
505 (is_visible_from_outside): Traverse entry_symbol chain.
506 (get_symbols): Use non_ir_ref flag rather than hash lookup.
507
9165b2bf
TG
5082011-04-21 Tristan Gingold <gingold@adacore.com>
509
510 * scripttempl/alphavms.sc: Add dwarf2 embedding marks.
511
ced323bd
TG
5122011-04-20 Tristan Gingold <gingold@adacore.com>
513
514 * emultempl/aix.em (_add_options): Ignore -bbigtoc switch.
515
8ad17b3a
AM
5162011-04-20 Alan Modra <amodra@gmail.com>
517
518 * ld.h (ld_config_type <hash_table_size>): Make it an unsigned long.
519
02d00247
AM
5202011-04-20 Alan Modra <amodra@gmail.com>
521
522 PR ld/12365
523 * ldfile.c (ldfile_try_open_bfd): Move code creating and switching
524 to plugin IR BFD..
525 * ldmain.c (add_archive_element): ..and similar code here..
526 * plugin.c (plugin_maybe_claim): ..to here. New function.
527 (plugin_call_claim_file): Make static.
528 (asymbol_from_plugin_symbol): Set ELF st_shndx for common syms.
529 (plugin_multiple_common): New function.
530 (plugin_call_all_symbols_read): Hook in plugin_multiple_common.
531 * plugin.h (plugin_call_claim_file): Don't declare.
532 (plugin_maybe_claim): Declare.
533
24f58f47
AM
5342011-04-20 Alan Modra <amodra@gmail.com>
535
536 PR ld/12365
537 * ldmain.c (multiple_definition): Take a bfd_link_hash_entry
538 pointer arg rather than "name", "obfd", "osec", "oval". Add code
539 removed from linker.c. Hack around xcofflink.c oddity in
540 passing NULL nbfd.
541 (multiple_common): Similarly.
542 * plugin.c (orig_allow_multiple_defs): Delete.
543 (plugin_call_all_symbols_read): Don't twiddle allow_multiple_definition.
544 (plugin_multiple_definition): Update.
545
bdca0ea1
KT
5462011-04-18 Kai Tietz <ktietz@redhat.com>
547
dc204beb
KT
548 * deffilep.y (def_aligncomm): Avoid duplets.
549
bdca0ea1
KT
550 * deffilep.y (def_pool_str): New type.
551 (pool_strs): Local static.
552 (def_pool_alloc): Local function.
553 (def_pool_strdup): Likewise.
554 (def_pool_free): Likewise.
555 (opt_name): Replace xmalloc/xstrdup by
556 def_pool_alloc/def_pool_strdup.
557 (dot_name): Likewise.
558 (anylang_id): Likewise.
559 (def_lex): Likewise.
560 (def_file_parse): Call def_pool_free on
561 exit and cleanup directives elements.
562 (def_file_add_directive): Call def_pool_free.
563
6970a028
PB
5642011-04-18 Paul Brook <paul@codesourcery.com>
565
566 * emulparams/elf32_tic6x_le.sh: Define OTHER_READONLY_SECTIONS
567 for unwinding tables.
568
901f1d17
AM
5692011-04-18 Alan Modra <amodra@gmail.com>
570
571 PR ld/12365
572 PR ld/12672
573 * ldfile.c (ldfile_try_open_bfd): Don't attempt any plugin action
574 when no_more_claiming.
575 * ldmain.c (add_archive_element): Likewise.
576 (multiple_definition): Remove plugin_multiple_definition call.
577 (notice): Remove plugin_notice call.
578 * ldlang.c (lang_list_insert_after, void lang_list_remove_tail): Move.
579 Delete prototype.
580 (plugin_insert): New static var.
581 (open_input_bfds): Only rescan libs after plugin insert point.
582 (lang_gc_sections): Omit plugin claimed files.
583 (lang_process): Set plugin_insert. Only rescan when plugin adds
584 objects.
585 * plugin.h (no_more_claiming): Declare.
586 (plugin_notice, plugin_multiple_definition): Don't declare.
587 * plugin.c: Formatting.
588 (orig_notice_all, orig_allow_multiple_defs, orig_callbacks,
589 plugin_callbacks): New static vars.
590 (no_more_claiming): Make global.
591 (plugin_cached_allow_multiple_defs): Delete.
592 (plugin_get_ir_dummy_bfd): Set SEC_EXCLUDE on dummy .text section,
593 use newer bfd_make_section variant. Make COMMON section too.
594 Error handling. Correct setting of gp size.
595 (asymbol_from_plugin_symbol): Properly cast last arg of concat.
596 (message): Likewise for ACONCAT.
597 (asymbol_from_plugin_symbol): Use our COMMON section.
598 (get_symbols): When report_plugin_symbols, show visibility too.
599 (init_non_ironly_hash): Move. Don't test non_ironly_hash.
600 (plugin_load_plugins): Save state of linker callbacks, set up to
601 call plugin_notice instead. Call init_non_ironly_hash here.
602 (plugin_call_all_symbols_read): Set plugin_multiple_definition in
603 plugin callbacks.
604 (plugin_notice): Rewrite.
605 (plugin_multiple_definition): Make static, call original callback.
606
486329aa
AM
6072011-04-15 Alan Modra <amodra@gmail.com>
608
609 PR ld/12672
610 * ldlang.c (enum open_bfd_mode): New.
611 (open_input_bfds): Replace "force" param with "mode". Reload
612 archives for rescan. Update all callers.
613 (lang_process): Make another open_input_bfds pass for plugins.
614
db17156e
KT
6152011-04-13 Kai Tietz <ktietz@redhat.com>
616
617 PR binutils/12658
618 * deffile.h (def_file_add_export): Add is_dup argument.
619 (def_file_add_import): Likewise.
620 * deffilep.y (are_names_equal): New helper.
621 (cmp_export_elem): New helper.
622 (find_export_in_list): Add search routine for exports.
623 (def_file_add_export): Check for duplicates.
624 (cmp_import_elem): New helper.
625 (find_import_in_list): Add search routine for imports.
626 (def_file_add_import): Check for duplicates.
627 (def_exports): Handle duplicates.
628 (def_imports): Likewise.
629 * pe-dll.c (process_def_file_and_drectve): Likewise.
630 (pe_implied_import_dll): Likewise.
631
ed0d9c71
NC
6322011-04-11 Chris Quenelle <chris.quenelle@oracle.com>
633
634 * scripttempl/elf.sc (.exception_ranges): Add new section.
635
0e9dfb46
NC
6362011-04-08 Hector Oron <hector.oron@gmail.com>
637
638 PR ld/12643
639 * configure.tgt: Add support for arm-*-gnueabihf targets.
640
80518809
EW
6412011-04-07 Eric B. Weddington <eric.weddington@atmel.com>
642
643 * Makefile.in: Regenerate. Remove stray eavrtiny10 rules.
644
91db4c57
JM
6452011-04-07 Joseph Myers <joseph@codesourcery.com>
646
647 * configure.tgt: Remove stray ;;.
648
8c5fc800
JM
6492011-04-06 Joseph Myers <joseph@codesourcery.com>
650
651 * configure.tgt (thumb-*-linux-* | thumb-*-uclinux*,
652 strongarm-*-coff, strongarm-*-elf, strongarm-*-kaos*,
653 thumb-*-coff, thumb-*-elf, thumb-epoc-pe, thumb-*-pe,
654 xscale-*-coff, xscale-*-elf): Remove targets.
655
d02c4aae
L
6562011-03-31 H.J. Lu <hongjiu.lu@intel.com>
657
658 * configure.tgt: Add elf_l1om to targ_extra_libpath for
fb42df5e 659 x86_64-*-linux-*.
d02c4aae
L
660
661 * emulparams/elf_l1om.sh: Remove duplicates.
662
ac145307
BS
6632011-03-31 Bernd Schmidt <bernds@codesourcery.com>
664
665 * emulparams/elf32_tic6x_le.sh (BIG_OUTPUT_FORMAT, EXTRA_EM_FILE,
666 GENERATE_SHLIB_SCRIPT): New defines.
667 (TEXT_START_ADDR): Define differently depending on target.
668 (.got): Redefine to include "*(.dsbt)".
669 (SDATA_START_SYMBOLS): Remove, replace with
670 (OTHER_GOT_SYMBOLS): New.
671 (OTHER_BSS_SECTIONS): Define only for ELF targets.
672 * emultempl/tic6xdsbt.em: New file.
673 * gen-doc.texi: Set C6X.
674 * ld.texinfo: Likewise.
675 (Options specific to C6X uClinux targets): New section.
676
c3a7b120
AM
6772011-03-29 Alan Modra <amodra@gmail.com>
678
679 PR ld/12613
680 * ldlex.l (lex_warn_invalid): Don't assume char is unsigned.
681
5b806d27
NC
6822011-03-26 John Marino <binutils@marino.st>
683
684 * configure.host: Update *-*-dragonfly* host entry.
685 * configure.tgt: Update *-*-dragonfly* target entry.
686 * ldlex.l: Prevent redefinition of YY_NO_UNPUT.
687
f31d24a0
JM
6882011-03-28 Joseph Myers <joseph@codesourcery.com>
689
690 * configure.in: Check for windows.h, not Windows.h.
691 * configure: Regenerate.
692 * plugin.c: Include windows.h, not Windows.h.
693
d0289b45
EW
6942011-03-25 Eric B. Weddington <eric.weddington@atmel.com>
695
696 * Makefile.in: Regenerate.
697
d436a15e
JM
6982011-03-23 Joseph Myers <joseph@codesourcery.com>
699
700 * lexsup.c (parse_args): Only set report_plugin_symbols if plugins
701 are enabled. Mark level as possibly unused.
702
8cc66334
EW
7032011-03-22 Eric B. Weddington <eric.weddington@atmel.com>
704
705 * Makefile.am (ALL_EMULATION_SOURCES): Add AVR XMEGA architectures.
706 (eavrxmega?.c): Likewise.
707 * configure.tgt (targ_extra_emuls): Likewise.
708 * emulparams/avrxmega1.sh: New file.
709 * emulparams/avrxmega2.sh: Likewise.
710 * emulparams/avrxmega3.sh: Likewise.
711 * emulparams/avrxmega4.sh: Likewise.
712 * emulparams/avrxmega5.sh: Likewise.
713 * emulparams/avrxmega6.sh: Likewise.
714 * emulparams/avrxmega7.sh: Likewise.
715 * emultempl/avrelf.em (avr_elf_${EMULATION_NAME}_before_allocation):
716 Add avrxmega6, avrxmega7 to list of architectures for no stubs.
717
ef844a53
EW
7182011-03-21 Eric B. Weddington <eric.weddington@atmel.com>
719
720 * scripttempl/avr.sc: Add fuse, lock, and signature memory regions.
721
35fc36a8
RS
7222011-03-14 Richard Sandiford <richard.sandiford@linaro.org>
723
724 * emultempl/armelf.em (gld${EMULATION_NAME}_finish): Check
725 eh->target_internal.
726
cbc704f3
RS
7272011-03-14 Richard Sandiford <richard.sandiford@linaro.org>
728
729 * emultempl/armelf.em (arm_elf_before_allocation): Check dynobj
730 instead of dynamic_sections_created.
731
10be1b6a
DK
7322011-03-10 Dave Korn <dave.korn.cygwin@gmail.com>
733
734 * plugin.c (get_symbols): Use wrapped lookup for undefined symbols.
735
422b6f14
DK
7362011-03-10 Dave Korn <dave.korn.cygwin@gmail.com>
737
738 * ldlang.c (lang_check): Don't run checks on dummy IR BFDs.
739
8543fde5
DK
7402011-03-10 Dave Korn <dave.korn.cygwin@gmail.com>
741
742 * ldlang.h (lang_input_statement_type): Add new 'claim_archive' flag,
743 wrapping both it and 'claim' flag in #ifdef ENABLE_PLUGINS.
744 * ldmain.c (add_archive_element): Set it if the member is claimed.
745 * ldlang.c (new_afile): Initialise claim_archive and claimed members.
746 (find_replacements_insert_point): New helper function.
747 (lang_process): After adding and opening replacement files passed
748 from plugin, splice them into correct place in statement list and
749 file chains to preserve critical link order.
750 (lang_list_insert_after): New helper function.
751 (lang_list_remove_tail): Likewise.
752
cf4dc96f
DK
7532011-03-10 Dave Korn <dave.korn.cygwin@gmail.com>
754
755 * plugin.c (IRONLY_SUFFIX): Revise to nicely human-readable form.
756 (IRONLY_SUFFIX_LEN): Delete.
757 (plugin_get_ir_dummy_bfd): Don't append IRONLY_SUFFIX.
758 (is_ir_dummy_bfd): Don't look for suffix; check claimed flag of
759 enclosing lang input statement instead.
760
4bf0cafb
DK
7612011-03-10 Dave Korn <dave.korn.cygwin@gmail.com>
762
763 * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Preserve
764 alignment of input sections when creating orphan output sections
765 during relocatable link.
766 * emultempl/pep.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
767
1715a13c
L
7682011-03-04 H.J. Lu <hongjiu.lu@intel.com>
769
770 * ld.texinfo: Document --verbose[=NUMBER].
771
772 * lexsup.c (ld_options): Update --verbose.
773 (parse_args): Set report_plugin_symbols.
774
775 * plugin.c (report_plugin_symbols): New.
776 (get_symbols): Report plugin symbols if report_plugin_symbols
777 is TRUE.
778
779 * plugin.h (report_plugin_symbols): New.
780
f4c37f56
L
7812011-03-01 H.J. Lu <hongjiu.lu@intel.com>
782
783 PR ld/12529
784 * testplug.c: Don't include "filenames.h".
785 (onclaim_file): Don't use filename_cmp.
786
42627821
KT
7872011-02-28 Kai Tietz <kai.tietz@onevision.com>
788
789 * emultempl/beos.em (sort_by_file_name): Use filename_(n)cmp.
790 * emultempl/elf32.em (gld${EMULATION_NAME}_vercheck):
791 Likewise.
792 (gld${EMULATION_NAME}_stat_needed): Likewise.
793 (gld${EMULATION_NAME}_check_needed): Likewise.
794 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Likewise.
795 (gld_${EMULATION_NAME}_unrecognized_file): Likewise.
796 * emultempl/pep.em (gld_${EMULATION_NAME}_after_open): Likewise.
797 (gld_${EMULATION_NAME}_unrecognized_file): Likewise.
798 * ldfile.c (ldfile_open_file): Likewise.
799 * ldlang.c (wild_sort): Likewise.
800 (lookup_name): Likewise.
801 (check_excluded_libs): Likewise.
802 * ldmisc.c (vfinfo): Likewise.
803 * pe-dll.c (libnamencmp): Likewise.
804 (auto_export): Likewise.
805 (pe_dll_generate_implib): Likewise.
806 * testplug.c (onclaim_file): Likewise.
807
174b85fc
L
8082011-02-24 H.J. Lu <hongjiu.lu@intel.com>
809
810 PR ld/12507
811 * plugin.c (get_symbols): Don't check entry symbol here.
812 (init_non_ironly_hash): Add entry_symbol chain into
813 non_ironly_hash.
814
8ff09c12
L
8152011-02-24 H.J. Lu <hongjiu.lu@intel.com>
816
817 PR ld/12507
818 * plugin.c (get_symbols): Don't mark entry symbol IR only.
819
ae97b922
DA
8202011-02-18 John David Anglin <dave.anglin@nrc-cnnrc.gc.ca>
821
822 PR ld/12376
823 emulparams/hppalinux.sh (DATA_ADDR): Define.
824 (SHLIB_DATA_ADDR): Likewise.
825
73f2a3d2
L
8262011-02-16 H.J. Lu <hongjiu.lu@intel.com>
827
828 * emulparams/elf32_x86_64.sh (LIBPATH_SUFFIX): Changed to
829 x32 for x32.
830
fd11958c
KT
8312011-02-15 Kai Tietz <kai.tietz@onevision.com>
832
833 * pe-dll.c (process_def_file_and_drectve): Don't strip
834 leading underscore from symbol by calling bfd_find_version_for_sym.
835
93252b1c
MF
8362011-02-14 Mike Frysinger <vapier@gentoo.org>
837
838 * ldlang.c (lang_vers_match): Declare a new c_sym, assign it to
839 the bfd_demangle of sym, change users of sym to c_sym when not
840 already demangling, and free when done. Change callers of
841 cplus_demangle to bfd_demangle.
842
486329aa
AM
8432011-02-14 Alan Modra <amodra@gmail.com>
844
845 * plugin.c (plugin_get_ir_dummy_bfd): Set SEC_EXCLUDE on dummy
846 .text section, use newer bfd_make_section variant. Error handling.
847 Correct setting of gp size.
848 (asymbol_from_plugin_symbol): Properly cast last arg of concat.
849 (message): Likewise for ACONCAT.
850 (get_symbols): Formatting.
851
498cd2a0
AM
8522011-02-14 Alan Modra <amodra@gmail.com>
853
854 * ldmain.c (remove_output): Rename to..
855 (ld_cleanup): ..this. Call bfd_cache_close_all and plugin_call_cleanup.
856 (main): Adjust.
857 * plugin.c (plugin_call_cleanup): Make global.
858 (plugin_load_plugins): Don't register plugin_call_cleanup with xatexit.
859 * plugin.h (plugin_call_cleanup): Declare.
860
822ce8ee
RW
8612011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
862
863 * configure: Regenerate.
864
09b910c6
AM
8652011-02-10 Alan Modra <amodra@gmail.com>
866
867 * scripttempl/armbpabi.sc: Revert 2010-11-02 H.J. Lu.
868 * scripttempl/avr.sc: Likewise.
869 * scripttempl/elf32cr16.sc: Likewise.
870 * scripttempl/elf32crx.sc: Likewise.
871 * scripttempl/elf32msp430.sc: Likewise.
872 * scripttempl/elf32msp430_3.sc: Likewise.
873 * scripttempl/elf32sh-symbian.sc: Likewise.
874 * scripttempl/elf64hppa.sc: Likewise.
875 * scripttempl/elf_chaos.sc: Likewise.
876 * scripttempl/elfd10v.sc: Likewise.
877 * scripttempl/elfd30v.sc: Likewise.
878 * scripttempl/elfi370.sc: Likewise.
879 * scripttempl/elfm68hc11.sc: Likewise.
880 * scripttempl/elfm68hc12.sc: Likewise.
881 * scripttempl/elfxtensa.sc: Likewise.
882 * scripttempl/ip2k.sc: Likewise.
883 * scripttempl/iq2000.sc: Likewise.
884 * scripttempl/mep.sc: Likewise.
885 * scripttempl/mmo.sc: Likewise.
886 * scripttempl/v850.sc: Likewise.
887 * scripttempl/xstormy16.sc: Likewise.
888 * scripttempl/elf.sc: Revert 2010-10-29 H.J. Lu.
889
3cb62297
L
8902011-01-22 H.J. Lu <hongjiu.lu@intel.com>
891
892 * Makefile.am (CXX): Removed.
893
894 * configure.in: Add AC_PROG_CXX.
895
896 * Makefile.in: Regenerated.
897 * configure: Likewise.
898
ed88c97e
RS
8992011-01-22 Richard Sandiford <rdsandiford@googlemail.com>
900
901 * plugin.c (plugin_get_ir_dummy_bfd): Copy across the bfd's
902 private data and GP size.
903
9bc8bb33
AM
9042011-01-21 Alan Modra <amodra@gmail.com>
905
906 * ldexp.c (fold_binary): Set result section for arithmetic and
907 logical operations to NULL when both operands are in same section.
908 * ld.texinfo (Expression Section): Describe this.
909
175b7cd4
AM
9102011-01-14 Alan Modra <amodra@gmail.com>
911
912 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
913 attempt to put non-alloc orphans before debug sections, just place
914 them after .comment.
915
a05e447f
AM
9162011-01-14 J. Park <grassman@gmail.com>
917
918 PR ld/12339
919 * ldlang.c (sort_def_symbol): Handle bfd_link_hash_warning symbols.
920
3ed41d59
AM
9212011-01-14 Alan Modra <amodra@gmail.com>
922
923 * Makefile.am: Sort emulation rules.
924 (eelf32am33lin.c): Delete.
925 (ALL_EMULATION_SOURCES): Sort, add missing entries.
926 (ALL_64_EMULATION_SOURCES): Likewise.
927 * Makefile.in: Regenerate.
928
2e57b2af
AM
9292011-01-13 Alan Modra <amodra@gmail.com>
930
01554a74
AM
931 PR ld/12356
932 * ld.texinfo (Miscellaneous Commands): Describe LD_FEATURE.
933 (Expression Section): Update.
934 * ld.h (ld_config_type): Add sane_expr.
935 * ldgram.y (ifile_p1): Add LD_FEATURE.
936 * ldlex.l (LD_FEATYRE): New.
937 * ldemul.c (after_parse_default): Delete code handling ld_compatibility.
938 * ldexp.h (struct ldexp_control): Delete uses_defined.
939 * ldexp.c: Remove all uses of uses_defined.
940 (fold_name): Test config.sane_expr rather than ld_compatibility.
941 (exp_fold_tree_1): Likewise. Adjust handling of assignments
942 during first phase.
943 * ldlang.h (ld_compatibility): Delete.
944 (lang_ld_feature): Declare.
945 * ldlang.c (ld_compatibility): Delete.
946 (open_input_bfds): Only handle assignments for --defsym.
947 (lang_ld_feature): New function.
948
2e57b2af
AM
949 PR ld/12356
950 * ldexp.h (exp_assop): Delete.
951 (exp_assign, exp_defsym): Declare.
952 * ldexp.c (exp_assop): Make static, handle all assignment variations.
953 (exp_assign, exp_defsym): New functions.
954 (exp_provide): Use exp_assop.
955 * ldgram.y (defsym_expr): Use exp_defsym.
956 * ldctor.c, * ldgram.y, * ldlang.c, * mri.c, * emultempl/beos.em,
957 * emultempl/pe.em, * emultempl/pep.em, * emultempl/spuelf.em,
958 * emultempl/xtensaelf.em: Update exp_assop -> exp_assign.
959
ea7c2e6c
AM
9602011-01-12 Alan Modra <amodra@gmail.com>
961
962 PR ld/12380
963 * ldexp.h (enum phase_enum): Comment. Add exp_dataseg_done.
964 * ldexp.c (fold_unary <DATA_SEGMENT_END>): Rearrange code. Test
965 for exp_dataseg_done rather than expld.phase == lang_final_phase_enum
966 to detect when we've finished sizing sections.
967 (fold_binary <DATA_SEGMENT_ALIGN>): Likewise.
968 (fold_binary <DATA_SEGMENT_RELRO_END>): Likewise. Also test
969 that we are not inside an output section statement.
970 * ldlang.c (lang_size_sections): Set exp_dataseg_done on exit if
971 not exp_dataseg_relro_adjust or exp_dataseg_adjust. Don't set
972 lang_final_phase_enum here.
973 (lang_process): Set lang_final_phase_enum here.
974
f7465604
NC
9752011-01-10 Nick Clifton <nickc@redhat.com>
976
977 * po/da.po: Updated Danish translation.
978
1e915804
L
9792011-01-10 H.J. Lu <hongjiu.lu@intel.com>
980
981 * ldlang.c (startup_file): Removed.
982 (lang_startup): Updated.
983
cc322803
L
9842011-01-05 H.J. Lu <hongjiu.lu@intel.com>
985
986 PR ld/12364
987 * plugin.c (get_symbols): Check if owner_sec->owner is NULL
988 before accessing its flags field.
989
0db46eb4
L
9902011-01-01 H.J. Lu <hongjiu.lu@intel.com>
991
992 * ldver.c (ldversion): Update copyright to 2011.
993
9e9e0820 994For older changes see ChangeLog-2010
252b5132
RH
995\f
996Local Variables:
997mode: change-log
998left-margin: 8
999fill-column: 74
1000version-control: never
1001End:
This page took 0.737905 seconds and 4 git commands to generate.