Fix spelling mistakes.
[external/binutils.git] / ld / ChangeLog
1 2011-06-02  Nick Clifton  <nickc@redhat.com>
2
3         * lexsup.c: Fix spelling mistake in comment.
4         * scripttempl/epocpe.sc: Likewise.
5         * scripttempl/i386beos.sc: Likewise.
6         * scripttempl/mcorepe.sc: Likewise.
7         * scripttempl/pe.sc: Likewise.
8         * scripttempl/pep.sc: Likewise.
9         * po/ld.pot: Regenerate.
10
11 2011-05-27  Nick Clifton  <nickc@redhat.com>
12
13         * scripttempl/v850.sc (_heap_start): Provide.
14
15 2011-05-23  Alan Modra  <amodra@gmail.com>
16
17         * ldmisc.c (vfinfo): Add %H.
18         * ldmain.c (reloc_overflow): Use %H rather than %C.
19         (reloc_dangerous, unattached_reloc): Likewise.
20
21 2011-05-23  Alan Modra  <amodra@gmail.com>
22
23         PR 12763
24         * ldlang.c (lang_output_section_find_by_flags): Match orphan .sdata2
25         like sections to existing .sdata2, and similarly for orphan TLS
26         sections.
27         * emultempl/elf32.em (place_orphan): Exclude .tbss from orphan_bss.
28
29 2011-05-17  Tomohiro Kashiwada  <kikairoya@gmail.com>
30
31         PR ld/12759
32         * emultempl/rxelf.em (ignore_lma): New variable.
33         (rx_elf_create_output_section_statements): Pass the setiing of
34         ignore_lma to bfd_elf32_rx_set_target_flags.
35         (OPTION_IGNORE_LMA): Define.
36         (OPTION_NO_IGNORE_LMA): Define.
37         (PARSE_AND_LIST_LONGOPTS): Add ignore lma.
38         (PARSE_AND_LIST_OPTIONS): Add ignore lma.
39         (PARSE_AND_LIST_ARGS_CASES): Add ignore lma.
40
41 2011-05-17  Alan Modra  <amodra@gmail.com>
42
43         PR ld/12760
44         * ldmain.c (notice): Add "flags" and "string" param.
45         * plugin.c (plugin_notice): Likewise.  Handle indirect, warning
46         and constructor syms.
47
48 2010-05-16  Daniel Jacobowitz  <dan@codesourcery.com>
49
50         * ldlang.c (print_assignment): Use the symbol's section if we
51         use its value.
52         * ldexp.c (exp_fold_tree_1): Skip self-assignment.  Expand
53         comment on copying symbol type.
54
55 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
56
57         PR ld/12760
58         * plugin.c (plugin_notice): Set u.undef.abfd for symbols made
59         undefweak.
60
61 2011-05-16  Alan Modra  <amodra@gmail.com>
62
63         * ldlang.c (lang_leave_output_section_statement): Don't copy
64         previous lma_region if given address.
65
66 2011-05-13  Bernd Schmidt  <bernds@codesourcery.com>
67
68         (eelf32_tic6x_linux_be.c, eelf32_tic6x_linux_le.c,
69         eelf32_tic6x_elf_be.c, eelf32_tic6x_elf_le.c): New rules.
70         * Makefile.am (ALL_EMULATIONS): Add these files.
71         (eelf32_tic6x_be.c, eelf32_tic6x_le.c): Depend on tic6xdsbt.em.
72         * Makefile.in: Regenerated.
73         * emultempl/tic6xdsbt.em (is_tic6x_target): Allow more tic6x target
74         vectors.
75         * emulparams/elf32_tic6x_elf_be.sh: New file.
76         * emulparams/elf32_tic6x_elf_le.sh: New file.
77         * emulparams/elf32_tic6x_linux_be.sh: New file.
78         * emulparams/elf32_tic6x_linux_le.sh: New file.
79         * configure.tgt (tic6x-*-elf, tic6x-*-uclinux): New.
80         (tic6x-*-*): Replaced by these.
81
82 2011-05-13  Jan Beulich  <jbeulich@novell.com>
83
84         * configure.tgt: Add targets x86_64-*-pe and x86_64-*-pep.
85
86 2011-05-09  Paul Brook  <paul@codesourcery.com>
87
88         * emultempl/tic6xdsbt.em (merge_exidx_entries): New.
89         (compare_output_sec_vma): New function.
90         (gld${EMULATION_NAME}_after_allocation): New function.
91         (OPTION_NO_MERGE_EXIDX_ENTRIES): Define.
92         (PARSE_AND_LIST_OPTIONS): Add --no-merge-exidx-entries.
93         (PARSE_AND_LIST_ARGS_CASES): Add OPTION_NO_MERGE_EXIDX_ENTRIES.
94         (LDEMUL_AFTER_ALLOCATION): Set.
95         * ld.texinfo: Document c6x --no-merge-exidx-entries.
96
97 2011-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
98
99         PR ld/12365
100         * scripttempl/pe.sc (__rt_psrelocs_start): New symbol definition.
101         (__rt_psrelocs_end): Likewise.
102         (__rt_psrelocs_size): Likewise difference between the above.
103         (__RUNTIME_PSEUDO_RELOC_LIST_END__): Move outside .rdata section
104         immediately after end of pseudo-reloc data.
105         (___RUNTIME_PSEUDO_RELOC_LIST_END___): Likewise.
106         (__RUNTIME_PSEUDO_RELOC_LIST__): Move outside .rdata section and
107         calculate backward from list end.
108         (___RUNTIME_PSEUDO_RELOC_LIST___): Likewise.
109         * scripttempl/pep.sc: Likewise.
110
111 2011-05-06  Tristan Gingold  <gingold@adacore.com>
112
113         * scripttempl/alphavms.sc (CODE): Add *$CODE*.
114
115 2011-05-04  Tristan Gingold  <gingold@adacore.com>
116
117         * emultempl/generic.em (ld_${EMULATION_NAME}_emulation): Add
118         LDEMUL_ADD_OPTIONS and LDEMUL_HANDLE_OPTION.
119         * emultempl/vms.em (OPTION_IDENTIFICATION): New macro.
120         (gld${EMULATION_NAME}_add_options): New function.
121         (gld${EMULATION_NAME}_list_options): Ditto.
122         (gld${EMULATION_NAME}_handle_option): Ditto.
123         (LDEMUL_ADD_OPTIONS, LDEMUL_HANDLE_OPTION)
124         (LDEMUL_LIST_OPTIONS): Define.
125
126 2011-05-04  Alan Modra  <amodra@gmail.com>
127
128         PR ld/12726
129         * ldexp.h (lang_phase_type): Add lang_assigning_phase_enum.
130         * ldexp.c (exp_fold_tree_1): Correct assign to dot comment.  Don't
131         assign to dot when lang_assigning_phase_enum.
132         * ldlang.h (lang_do_assignments): Update prototype.
133         * ldlang.c (lang_do_assignments): Add phase parameter.  Update all
134         callers.
135         * pe-dll.c (pe_dll_fill_sections, pe_exe_fill_sections): Update
136         lang_do_assignments calls.
137
138 2011-04-28  Daniel C. Klauer  <daniel.c.klauer@web.de>
139
140         PR ld/12614
141         * emultempl/pe.em (_after_open): Correctly check whether symbol is
142         in undef list.
143
144 2011-04-26  Kai Tietz  <ktietz@redhat.com>
145
146         * scripttempl/pe.sc: Handle .eh_frame($|.)* sections.
147         * scripttempl/pep.sc: Likewise.
148
149 2011-04-24  Alan Modra  <amodra@gmail.com>
150
151         PR ld/12365
152         PR ld/12696
153         * ldmain.c (notice): Delete "name" param, add "h".
154         * plugin.c (plugin_notice): Likewise.  Set non_ir_ref.  Handle
155         redefinitions of IR symbols in real BFDs.
156         (plugin_multiple_definition, plugin_multiple_common): Delete.
157         (non_ironly_hash, init_non_ironly_hash): Delete.
158         (is_visible_from_outside): Traverse entry_symbol chain.
159         (get_symbols): Use non_ir_ref flag rather than hash lookup.
160
161 2011-04-21  Tristan Gingold  <gingold@adacore.com>
162
163         * scripttempl/alphavms.sc: Add dwarf2 embedding marks.
164
165 2011-04-20  Tristan Gingold  <gingold@adacore.com>
166
167         * emultempl/aix.em (_add_options): Ignore -bbigtoc switch.
168
169 2011-04-20  Alan Modra  <amodra@gmail.com>
170
171         * ld.h (ld_config_type <hash_table_size>): Make it an unsigned long.
172
173 2011-04-20  Alan Modra  <amodra@gmail.com>
174
175         PR ld/12365
176         * ldfile.c (ldfile_try_open_bfd): Move code creating and switching
177         to plugin IR BFD..
178         * ldmain.c (add_archive_element): ..and similar code here..
179         * plugin.c (plugin_maybe_claim): ..to here.  New function.
180         (plugin_call_claim_file): Make static.
181         (asymbol_from_plugin_symbol): Set ELF st_shndx for common syms.
182         (plugin_multiple_common): New function.
183         (plugin_call_all_symbols_read): Hook in plugin_multiple_common.
184         * plugin.h (plugin_call_claim_file): Don't declare.
185         (plugin_maybe_claim): Declare.
186
187 2011-04-20  Alan Modra  <amodra@gmail.com>
188
189         PR ld/12365
190         * ldmain.c (multiple_definition): Take a bfd_link_hash_entry
191         pointer arg rather than "name", "obfd", "osec", "oval".  Add code
192         removed from linker.c.  Hack around xcofflink.c oddity in
193         passing NULL nbfd.
194         (multiple_common): Similarly.
195         * plugin.c (orig_allow_multiple_defs): Delete.
196         (plugin_call_all_symbols_read): Don't twiddle allow_multiple_definition.
197         (plugin_multiple_definition): Update.
198
199 2011-04-18  Kai Tietz  <ktietz@redhat.com>
200
201         * deffilep.y (def_aligncomm): Avoid duplets.
202
203         * deffilep.y (def_pool_str): New type.
204         (pool_strs): Local static.
205         (def_pool_alloc): Local function.
206         (def_pool_strdup): Likewise.
207         (def_pool_free): Likewise.
208         (opt_name): Replace xmalloc/xstrdup by
209         def_pool_alloc/def_pool_strdup.
210         (dot_name): Likewise.
211         (anylang_id): Likewise.
212         (def_lex): Likewise.
213         (def_file_parse): Call def_pool_free on
214         exit and cleanup directives elements.
215         (def_file_add_directive): Call def_pool_free.
216
217 2011-04-18  Paul Brook  <paul@codesourcery.com>
218
219         * emulparams/elf32_tic6x_le.sh: Define OTHER_READONLY_SECTIONS
220         for unwinding tables.
221
222 2011-04-18  Alan Modra  <amodra@gmail.com>
223
224         PR ld/12365
225         PR ld/12672
226         * ldfile.c (ldfile_try_open_bfd): Don't attempt any plugin action
227         when no_more_claiming.
228         * ldmain.c (add_archive_element): Likewise.
229         (multiple_definition): Remove plugin_multiple_definition call.
230         (notice): Remove plugin_notice call.
231         * ldlang.c (lang_list_insert_after, void lang_list_remove_tail): Move.
232         Delete prototype.
233         (plugin_insert): New static var.
234         (open_input_bfds): Only rescan libs after plugin insert point.
235         (lang_gc_sections): Omit plugin claimed files.
236         (lang_process): Set plugin_insert.  Only rescan when plugin adds
237         objects.
238         * plugin.h (no_more_claiming): Declare.
239         (plugin_notice, plugin_multiple_definition): Don't declare.
240         * plugin.c: Formatting.
241         (orig_notice_all, orig_allow_multiple_defs, orig_callbacks,
242         plugin_callbacks): New static vars.
243         (no_more_claiming): Make global.
244         (plugin_cached_allow_multiple_defs): Delete.
245         (plugin_get_ir_dummy_bfd): Set SEC_EXCLUDE on dummy .text section,
246         use newer bfd_make_section variant.  Make COMMON section too.
247         Error handling.  Correct setting of gp size.
248         (asymbol_from_plugin_symbol): Properly cast last arg of concat.
249         (message): Likewise for ACONCAT.
250         (asymbol_from_plugin_symbol): Use our COMMON section.
251         (get_symbols): When report_plugin_symbols, show visibility too.
252         (init_non_ironly_hash): Move.  Don't test non_ironly_hash.
253         (plugin_load_plugins): Save state of linker callbacks, set up to
254         call plugin_notice instead.  Call init_non_ironly_hash here.
255         (plugin_call_all_symbols_read): Set plugin_multiple_definition in
256         plugin callbacks.
257         (plugin_notice): Rewrite.
258         (plugin_multiple_definition): Make static, call original callback.
259
260 2011-04-15  Alan Modra  <amodra@gmail.com>
261
262         PR ld/12672
263         * ldlang.c (enum open_bfd_mode): New.
264         (open_input_bfds): Replace "force" param with "mode".  Reload
265         archives for rescan.  Update all callers.
266         (lang_process): Make another open_input_bfds pass for plugins.
267
268 2011-04-13  Kai Tietz  <ktietz@redhat.com>
269
270         PR binutils/12658
271         * deffile.h (def_file_add_export): Add is_dup argument.
272         (def_file_add_import): Likewise.
273         * deffilep.y (are_names_equal): New helper.
274         (cmp_export_elem): New helper.
275         (find_export_in_list): Add search routine for exports.
276         (def_file_add_export): Check for duplicates.
277         (cmp_import_elem): New helper.
278         (find_import_in_list): Add search routine for imports.
279         (def_file_add_import): Check for duplicates.
280         (def_exports): Handle duplicates.
281         (def_imports): Likewise.
282         * pe-dll.c (process_def_file_and_drectve): Likewise.
283         (pe_implied_import_dll): Likewise.
284
285 2011-04-11  Chris Quenelle  <chris.quenelle@oracle.com>
286
287         * scripttempl/elf.sc (.exception_ranges): Add new section.
288
289 2011-04-08  Hector Oron  <hector.oron@gmail.com>
290
291         PR ld/12643
292         * configure.tgt: Add support for arm-*-gnueabihf targets.
293
294 2011-04-07  Eric B. Weddington  <eric.weddington@atmel.com>
295
296         * Makefile.in: Regenerate. Remove stray eavrtiny10 rules.
297
298 2011-04-07  Joseph Myers  <joseph@codesourcery.com>
299
300         * configure.tgt: Remove stray ;;.
301
302 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
303
304         * configure.tgt (thumb-*-linux-* | thumb-*-uclinux*,
305         strongarm-*-coff, strongarm-*-elf, strongarm-*-kaos*,
306         thumb-*-coff, thumb-*-elf, thumb-epoc-pe, thumb-*-pe,
307         xscale-*-coff, xscale-*-elf): Remove targets.
308
309 2011-03-31  H.J. Lu  <hongjiu.lu@intel.com>
310
311         * configure.tgt: Add elf_l1om to targ_extra_libpath for
312          x86_64-*-linux-*.
313
314         * emulparams/elf_l1om.sh: Remove duplicates.
315
316 2011-03-31  Bernd Schmidt  <bernds@codesourcery.com>
317
318         * emulparams/elf32_tic6x_le.sh (BIG_OUTPUT_FORMAT, EXTRA_EM_FILE,
319         GENERATE_SHLIB_SCRIPT): New defines.
320         (TEXT_START_ADDR): Define differently depending on target.
321         (.got): Redefine to include "*(.dsbt)".
322         (SDATA_START_SYMBOLS): Remove, replace with
323         (OTHER_GOT_SYMBOLS): New.
324         (OTHER_BSS_SECTIONS): Define only for ELF targets.
325         * emultempl/tic6xdsbt.em: New file.
326         * gen-doc.texi: Set C6X.
327         * ld.texinfo: Likewise.
328         (Options specific to C6X uClinux targets): New section.
329
330 2011-03-29  Alan Modra  <amodra@gmail.com>
331
332         PR ld/12613
333         * ldlex.l (lex_warn_invalid): Don't assume char is unsigned.
334
335 2011-03-26  John Marino  <binutils@marino.st>
336
337         * configure.host: Update *-*-dragonfly* host entry.
338         * configure.tgt: Update *-*-dragonfly* target entry.
339         * ldlex.l: Prevent redefinition of YY_NO_UNPUT.
340
341 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
342
343         * configure.in: Check for windows.h, not Windows.h.
344         * configure: Regenerate.
345         * plugin.c: Include windows.h, not Windows.h.
346
347 2011-03-25  Eric B. Weddington  <eric.weddington@atmel.com>
348
349         * Makefile.in: Regenerate.
350
351 2011-03-23  Joseph Myers  <joseph@codesourcery.com>
352
353         * lexsup.c (parse_args): Only set report_plugin_symbols if plugins
354         are enabled.  Mark level as possibly unused.
355
356 2011-03-22  Eric B. Weddington  <eric.weddington@atmel.com>
357
358         * Makefile.am (ALL_EMULATION_SOURCES): Add AVR XMEGA architectures.
359         (eavrxmega?.c): Likewise.
360         * configure.tgt (targ_extra_emuls): Likewise.
361         * emulparams/avrxmega1.sh: New file.
362         * emulparams/avrxmega2.sh: Likewise.
363         * emulparams/avrxmega3.sh: Likewise.
364         * emulparams/avrxmega4.sh: Likewise.
365         * emulparams/avrxmega5.sh: Likewise.
366         * emulparams/avrxmega6.sh: Likewise.
367         * emulparams/avrxmega7.sh: Likewise.
368         * emultempl/avrelf.em (avr_elf_${EMULATION_NAME}_before_allocation):
369         Add avrxmega6, avrxmega7 to list of architectures for no stubs.
370
371 2011-03-21  Eric B. Weddington  <eric.weddington@atmel.com>
372
373         * scripttempl/avr.sc: Add fuse, lock, and signature memory regions.
374
375 2011-03-14  Richard Sandiford  <richard.sandiford@linaro.org>
376
377         * emultempl/armelf.em (gld${EMULATION_NAME}_finish): Check
378         eh->target_internal.
379
380 2011-03-14  Richard Sandiford  <richard.sandiford@linaro.org>
381
382         * emultempl/armelf.em (arm_elf_before_allocation): Check dynobj
383         instead of dynamic_sections_created.
384
385 2011-03-10  Dave Korn  <dave.korn.cygwin@gmail.com>
386
387         * plugin.c (get_symbols): Use wrapped lookup for undefined symbols.
388
389 2011-03-10  Dave Korn  <dave.korn.cygwin@gmail.com>
390
391         * ldlang.c (lang_check): Don't run checks on dummy IR BFDs.
392
393 2011-03-10  Dave Korn  <dave.korn.cygwin@gmail.com>
394
395         * ldlang.h (lang_input_statement_type): Add new 'claim_archive' flag,
396         wrapping both it and 'claim' flag in #ifdef ENABLE_PLUGINS.
397         * ldmain.c (add_archive_element): Set it if the member is claimed.
398         * ldlang.c (new_afile): Initialise claim_archive and claimed members.
399         (find_replacements_insert_point): New helper function.
400         (lang_process): After adding and opening replacement files passed
401         from plugin, splice them into correct place in statement list and
402         file chains to preserve critical link order.
403         (lang_list_insert_after): New helper function.
404         (lang_list_remove_tail): Likewise.
405
406 2011-03-10  Dave Korn  <dave.korn.cygwin@gmail.com>
407
408         * plugin.c (IRONLY_SUFFIX): Revise to nicely human-readable form.
409         (IRONLY_SUFFIX_LEN): Delete.
410         (plugin_get_ir_dummy_bfd): Don't append IRONLY_SUFFIX.
411         (is_ir_dummy_bfd): Don't look for suffix; check claimed flag of
412         enclosing lang input statement instead.
413
414 2011-03-10  Dave Korn  <dave.korn.cygwin@gmail.com>
415
416         * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Preserve
417         alignment of input sections when creating orphan output sections
418         during relocatable link.
419         * emultempl/pep.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
420
421 2011-03-04  H.J. Lu  <hongjiu.lu@intel.com>
422
423         * ld.texinfo: Document --verbose[=NUMBER].
424
425         * lexsup.c (ld_options): Update --verbose.
426         (parse_args): Set report_plugin_symbols.
427
428         * plugin.c (report_plugin_symbols): New.
429         (get_symbols): Report plugin symbols if report_plugin_symbols
430         is TRUE.
431
432         * plugin.h (report_plugin_symbols): New.
433
434 2011-03-01  H.J. Lu  <hongjiu.lu@intel.com>
435
436         PR ld/12529
437         * testplug.c: Don't include "filenames.h".
438         (onclaim_file): Don't use filename_cmp.
439
440 2011-02-28  Kai Tietz  <kai.tietz@onevision.com>
441
442         * emultempl/beos.em (sort_by_file_name): Use filename_(n)cmp.
443         * emultempl/elf32.em (gld${EMULATION_NAME}_vercheck):
444         Likewise.
445         (gld${EMULATION_NAME}_stat_needed): Likewise.
446         (gld${EMULATION_NAME}_check_needed): Likewise.
447         * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Likewise.
448         (gld_${EMULATION_NAME}_unrecognized_file): Likewise.
449         * emultempl/pep.em (gld_${EMULATION_NAME}_after_open): Likewise.
450         (gld_${EMULATION_NAME}_unrecognized_file): Likewise.
451         * ldfile.c (ldfile_open_file): Likewise.
452         * ldlang.c (wild_sort): Likewise.
453         (lookup_name): Likewise.
454         (check_excluded_libs): Likewise.
455         * ldmisc.c (vfinfo): Likewise.
456         * pe-dll.c (libnamencmp): Likewise.
457         (auto_export): Likewise.
458         (pe_dll_generate_implib): Likewise.
459         * testplug.c (onclaim_file): Likewise.
460
461 2011-02-24  H.J. Lu  <hongjiu.lu@intel.com>
462
463         PR ld/12507
464         * plugin.c (get_symbols): Don't check entry symbol here.
465         (init_non_ironly_hash): Add entry_symbol chain into
466         non_ironly_hash.
467
468 2011-02-24  H.J. Lu  <hongjiu.lu@intel.com>
469
470         PR ld/12507
471         * plugin.c (get_symbols): Don't mark entry symbol IR only.
472
473 2011-02-18  John David Anglin  <dave.anglin@nrc-cnnrc.gc.ca>
474
475         PR ld/12376
476         emulparams/hppalinux.sh (DATA_ADDR): Define.
477         (SHLIB_DATA_ADDR): Likewise.
478
479 2011-02-16  H.J. Lu  <hongjiu.lu@intel.com>
480
481         * emulparams/elf32_x86_64.sh (LIBPATH_SUFFIX): Changed to
482         x32 for x32.
483
484 2011-02-15  Kai Tietz  <kai.tietz@onevision.com>
485
486         * pe-dll.c (process_def_file_and_drectve): Don't strip
487         leading underscore from symbol by calling bfd_find_version_for_sym.
488
489 2011-02-14  Mike Frysinger  <vapier@gentoo.org>
490
491         * ldlang.c (lang_vers_match): Declare a new c_sym, assign it to
492         the bfd_demangle of sym, change users of sym to c_sym when not
493         already demangling, and free when done.  Change callers of
494         cplus_demangle to bfd_demangle.
495
496 2011-02-14  Alan Modra  <amodra@gmail.com>
497
498         * plugin.c (plugin_get_ir_dummy_bfd): Set SEC_EXCLUDE on dummy
499         .text section, use newer bfd_make_section variant.  Error handling.
500         Correct setting of gp size.
501         (asymbol_from_plugin_symbol): Properly cast last arg of concat.
502         (message): Likewise for ACONCAT.
503         (get_symbols): Formatting.
504
505 2011-02-14  Alan Modra  <amodra@gmail.com>
506
507         * ldmain.c (remove_output): Rename to..
508         (ld_cleanup): ..this. Call bfd_cache_close_all and plugin_call_cleanup.
509         (main): Adjust.
510         * plugin.c (plugin_call_cleanup): Make global.
511         (plugin_load_plugins): Don't register plugin_call_cleanup with xatexit.
512         * plugin.h (plugin_call_cleanup): Declare.
513
514 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
515
516         * configure: Regenerate.
517
518 2011-02-10  Alan Modra  <amodra@gmail.com>
519
520         * scripttempl/armbpabi.sc: Revert 2010-11-02  H.J. Lu.
521         * scripttempl/avr.sc: Likewise.
522         * scripttempl/elf32cr16.sc: Likewise.
523         * scripttempl/elf32crx.sc: Likewise.
524         * scripttempl/elf32msp430.sc: Likewise.
525         * scripttempl/elf32msp430_3.sc: Likewise.
526         * scripttempl/elf32sh-symbian.sc: Likewise.
527         * scripttempl/elf64hppa.sc: Likewise.
528         * scripttempl/elf_chaos.sc: Likewise.
529         * scripttempl/elfd10v.sc: Likewise.
530         * scripttempl/elfd30v.sc: Likewise.
531         * scripttempl/elfi370.sc: Likewise.
532         * scripttempl/elfm68hc11.sc: Likewise.
533         * scripttempl/elfm68hc12.sc: Likewise.
534         * scripttempl/elfxtensa.sc: Likewise.
535         * scripttempl/ip2k.sc: Likewise.
536         * scripttempl/iq2000.sc: Likewise.
537         * scripttempl/mep.sc: Likewise.
538         * scripttempl/mmo.sc: Likewise.
539         * scripttempl/v850.sc: Likewise.
540         * scripttempl/xstormy16.sc: Likewise.
541         * scripttempl/elf.sc: Revert 2010-10-29  H.J. Lu.
542
543 2011-01-22  H.J. Lu  <hongjiu.lu@intel.com>
544
545         * Makefile.am (CXX): Removed.
546
547         * configure.in: Add AC_PROG_CXX.
548
549         * Makefile.in: Regenerated.
550         * configure: Likewise.
551
552 2011-01-22  Richard Sandiford  <rdsandiford@googlemail.com>
553
554         * plugin.c (plugin_get_ir_dummy_bfd): Copy across the bfd's
555         private data and GP size.
556
557 2011-01-21  Alan Modra  <amodra@gmail.com>
558
559         * ldexp.c (fold_binary): Set result section for arithmetic and
560         logical operations to NULL when both operands are in same section.
561         * ld.texinfo (Expression Section): Describe this.
562
563 2011-01-14  Alan Modra  <amodra@gmail.com>
564
565         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
566         attempt to put non-alloc orphans before debug sections, just place
567         them after .comment.
568
569 2011-01-14  J. Park  <grassman@gmail.com>
570
571         PR ld/12339
572         * ldlang.c (sort_def_symbol): Handle bfd_link_hash_warning symbols.
573
574 2011-01-14  Alan Modra  <amodra@gmail.com>
575
576         * Makefile.am: Sort emulation rules.
577         (eelf32am33lin.c): Delete.
578         (ALL_EMULATION_SOURCES): Sort, add missing entries.
579         (ALL_64_EMULATION_SOURCES): Likewise.
580         * Makefile.in: Regenerate.
581
582 2011-01-13  Alan Modra  <amodra@gmail.com>
583
584         PR ld/12356
585         * ld.texinfo (Miscellaneous Commands): Describe LD_FEATURE.
586         (Expression Section): Update.
587         * ld.h (ld_config_type): Add sane_expr.
588         * ldgram.y (ifile_p1): Add LD_FEATURE.
589         * ldlex.l (LD_FEATYRE): New.
590         * ldemul.c (after_parse_default): Delete code handling ld_compatibility.
591         * ldexp.h (struct ldexp_control): Delete uses_defined.
592         * ldexp.c: Remove all uses of uses_defined.
593         (fold_name): Test config.sane_expr rather than ld_compatibility.
594         (exp_fold_tree_1): Likewise.  Adjust handling of assignments
595         during first phase.
596         * ldlang.h (ld_compatibility): Delete.
597         (lang_ld_feature): Declare.
598         * ldlang.c (ld_compatibility): Delete.
599         (open_input_bfds): Only handle assignments for --defsym.
600         (lang_ld_feature): New function.
601
602         PR ld/12356
603         * ldexp.h (exp_assop): Delete.
604         (exp_assign, exp_defsym): Declare.
605         * ldexp.c (exp_assop): Make static, handle all assignment variations.
606         (exp_assign, exp_defsym): New functions.
607         (exp_provide): Use exp_assop.
608         * ldgram.y (defsym_expr): Use exp_defsym.
609         * ldctor.c, * ldgram.y, * ldlang.c, * mri.c, * emultempl/beos.em,
610         * emultempl/pe.em, * emultempl/pep.em, * emultempl/spuelf.em,
611         * emultempl/xtensaelf.em: Update exp_assop -> exp_assign.
612
613 2011-01-12  Alan Modra  <amodra@gmail.com>
614
615         PR ld/12380
616         * ldexp.h (enum phase_enum): Comment.  Add exp_dataseg_done.
617         * ldexp.c (fold_unary <DATA_SEGMENT_END>): Rearrange code.  Test
618         for exp_dataseg_done rather than expld.phase == lang_final_phase_enum
619         to detect when we've finished sizing sections.
620         (fold_binary <DATA_SEGMENT_ALIGN>): Likewise.
621         (fold_binary <DATA_SEGMENT_RELRO_END>): Likewise.  Also test
622         that we are not inside an output section statement.
623         * ldlang.c (lang_size_sections): Set exp_dataseg_done on exit if
624         not exp_dataseg_relro_adjust or exp_dataseg_adjust.  Don't set
625         lang_final_phase_enum here.
626         (lang_process): Set lang_final_phase_enum here.
627
628 2011-01-10  Nick Clifton  <nickc@redhat.com>
629
630         * po/da.po: Updated Danish translation.
631
632 2011-01-10  H.J. Lu  <hongjiu.lu@intel.com>
633
634         * ldlang.c (startup_file): Removed.
635         (lang_startup): Updated.
636
637 2011-01-05  H.J. Lu  <hongjiu.lu@intel.com>
638
639         PR ld/12364
640         * plugin.c (get_symbols): Check if owner_sec->owner is NULL
641         before accessing its flags field.
642
643 2011-01-01  H.J. Lu  <hongjiu.lu@intel.com>
644
645         * ldver.c (ldversion): Update copyright to 2011.
646
647 For older changes see ChangeLog-2010
648 \f
649 Local Variables:
650 mode: change-log
651 left-margin: 8
652 fill-column: 74
653 version-control: never
654 End: