Updated Ukranian and Japanese translations.
[platform/upstream/binutils.git] / ld / ChangeLog
1 2012-08-07  Nick Clifton  <nickc@redhat.com>
2
3         * po/ja.po: Updated Japanese translation.
4
5 2012-08-06  Maciej W. Rozycki  <macro@codesourcery.com>
6
7         * emulparams/elf32bmip.sh: Make _gp hidden.
8         * emulparams/elf32bmipn32-defs.sh: Likewise.
9         * emulparams/elf32mipswindiss.sh: Likewise.
10         * scripttempl/mips.sc: Likewise.
11
12 2012-08-06  Maciej W. Rozycki  <macro@codesourcery.com>
13
14         * ldexp.h (etree_union): Add defsym member to the assign member
15         structure.
16         (exp_assign): Add hidden argument to prototype.
17         * ldexp.c (exp_fold_tree_1): Use the defsym member to handle
18         --defsym symbols.
19         (exp_assop): Add defsym argument, initialize the defsym member
20         of the assign structure.
21         (exp_assign): Handle hidden symbols.
22         (exp_defsym): Update to use the defsym argument to exp_assop.
23         (exp_provide): Update to handle the defsym argument to exp_assop.
24         * ldlex.l (HIDDEN): New token.
25         * ldgram.y (HIDDEN): Likewise.
26         (assignment, section): Update calls to exp_assign.
27         * ldctor.c (ldctor_build_sets): Likewise.
28         * mri.c (mri_format): Likewise.
29         * ldlang.c (lang_insert_orphan, lang_leave_overlay): Likewise.
30         (open_input_bfds): Remove --defsym symbols special case.
31         * emultempl/beos.em (gld_${EMULATION_NAME}_set_symbols): Update
32         call to exp_assign.
33         * emultempl/pe.em (gld_${EMULATION_NAME}_set_symbols): Likewise.
34         * emultempl/pep.em (gld_${EMULATION_NAME}_set_symbols): Likewise.
35         * emultempl/spuelf.em (spu_place_special_section): Likewise.
36         * emultempl/xtensaelf.em (ld_xtensa_insert_page_offsets):
37         Likewise.
38         * ld.texinfo (Assigning Values to Symbols): Add HIDDEN.
39         (HIDDEN): New subsection.
40
41 2012-07-31  H.J. Lu  <hongjiu.lu@intel.com>
42
43         PR ld/14156
44         * ldlang.c (wild_sort): Properly handle by_none.
45
46         * scripttempl/elf.sc: Add SORT_NONE to .init and .fini sections.
47         * scripttempl/elf32msp430.sc: Likewise.
48         * scripttempl/elf32msp430_3.sc: Likewise.
49         * scripttempl/elfd10v.sc: Likewise.
50         * scripttempl/elfd30v.sc: Likewise.
51         * scripttempl/elfxtensa.sc: Likewise.
52
53 2012-07-30  Nick Clifton  <nickc@redhat.com>
54
55         * po/ld.pot: Updated template.
56         * po/bg.po: Updated Bulgarian translation.
57         * po/es.po: Updated Spanish translation.
58         * po/fi.po: Updated Finnish translation.
59
60 2012-07-27  Mike Frysinger  <vapier@gentoo.org>
61
62         * configure.in (BFD_VERSION): Run bfd/configure --version and
63         parse the output of that.
64         * configure: Regenerate.
65
66 2012-07-27  Tristan Gingold  <gingold@adacore.com>
67
68         * NEWS: Add marker for 2.23.
69
70 2012-07-24  Jan Waclawek <konfera@efton.sk>
71
72         PR ld/14058
73         * emultempl/avrelf.em (avr_elf_after_allocation): Call
74         elf32_avr_size_stubs with is_prealloc_run as TRUE.
75
76 2012-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
77
78         * emulparams/elf_s390.sh (IREL_IN_PLT): Define.
79         * emulparams/elf64_s390.sh (IREL_IN_PLT): Define.
80
81 2012-07-13  Nick Clifton  <nickc@redhat.com>
82
83         PR ld/14357
84         * ldmain.c (trace_file_tries): Rename to 'verbose'.
85         * ldfile.c: Likewise.
86         * ldlang.c: Likewise.
87         * ldmain.h: Likewise.
88         * lexsup.c: Likewise.
89         * emultempl/elf32.em: Likewise.
90         * emultemp/spuelf.em: Likewise.
91         * pe-dll.c (pe_dll_generate_implib): Only print creation message
92         in verbose mode.
93
94 2012-07-10  H.J. Lu  <hongjiu.lu@intel.com>
95
96         PR ld/14156
97         * NEWS: Mention SORT_NONE.
98
99         * ld.h (sort_type): Add by_none.
100
101         * ld.texinfo: Document SORT_NONE.
102
103         * ldgram.y: Handle SORT_NONE.
104
105         * ldlang.c (update_wild_statements): Handle by_none.  Don't
106         sort .init/.fini sections.
107
108         * ldlex.l: Add SORT_NONE.
109
110 2012-07-02  H.J. Lu  <hongjiu.lu@intel.com>
111
112         * ld.texinfo: Replace __end_SECNAME with __stop_SECNAME.
113
114 2012-06-29  Nick Clifton  <nickc@redhat.com>
115
116         * scripttempl/alphavms.sc: Add .debug_macro section.
117         * scripttempl/elf.sc: Likewise.
118         * scripttempl/elf64hppa.sc: Likewise.
119         * scripttempl/elf_chaos.sc: Likewise.
120         * scripttempl/elfxtensa.sc: Likewise.
121         * scripttempl/ia64vms.sc: Likewise.
122
123         * scripttempl/armbpabi.sc: Add .debug_pubtypes, .debug_ranges and
124         .debug_macro sections.
125         * scripttempl/avr.sc: Likewise.
126         * scripttempl/elf32cr16.sc: Likewise.
127         * scripttempl/elf32crx.sc: Likewise.
128         * scripttempl/elf32msp430.sc: Likewise.
129         * scripttempl/elf32msp430_3.sc: Likewise.
130         * scripttempl/elf32sh-symbian.sc: Likewise.
131         * scripttempl/elfd30v.sc: Likewise.
132         * scripttempl/elfi370.sc: Likewise.
133         * scripttempl/elfm68hc11.sc: Likewise.
134         * scripttempl/elfm68hc12.sc: Likewise.
135         * scripttempl/elfxgate.sc: Likewise.
136         * scripttempl/i386beos.sc: Likewise.
137         * scripttempl/i386go32.sc: Likewise.
138         * scripttempl/ip2k.sc: Likewise.
139         * scripttempl/iq2000.sc: Likewise.
140         * scripttempl/mep.sc: Likewise.
141         * scripttempl/mmo.sc: Likewise.
142         * scripttempl/v850.sc: Likewise.
143         * scripttempl/xstormy16.sc: Likewise.
144
145 2012-06-28  H.J. Lu  <hongjiu.lu@intel.com>
146
147         * ldlang.c (update_wild_statements): Remove redundant statement.
148
149 2012-06-25  Alan Modra  <amodra@gmail.com>
150
151         * ldlang.c (load_symbols): Close file and set flags.loaded
152         after parsing script file.
153         (open_input_bfds): Don't segv on closed script.
154
155 2012-06-24  H.J. Lu  <hongjiu.lu@intel.com>
156
157         * configure.tgt: Enable elf_k1om for x86_64-*-linux-gnux32.
158         Remove x32 in tdir_i386linux and tdir_elf_i386.
159
160 2012-06-22  Roland McGrath  <mcgrathr@google.com>
161
162         * NEWS: Mention __ehdr_start.
163
164 2012-06-21  Alan Modra  <amodra@gmail.com>
165
166         * ldlang.c (lang_insert_orphan): Don't make __start_<sec> symbol
167         absolute, and remove unnecessary alignment.
168
169 2012-06-16  Alan Modra  <amodra@gmail.com>
170
171         * ldlang.h (lang_output_section_statement_type): Add after_end field.
172         (lang_abs_symbol_at_beginning_of, lang_abs_symbol_at_end_of): Delete.
173         (section_for_dot): Declare.
174         * ldlang.c (lang_size_sections_1): Correct comment.
175         (current_section): Move earlier.
176         (current_assign, prefer_next_section): New static vars.
177         (lang_do_assignments_1): Add found_end param.  Detect _end
178         assignment to set found_end.  Set os->after_end.  Set above statics.
179         (lang_do_assignments): Adjust lang_do_assignments_1 call.  Init
180         vars.
181         (section_for_dot): New function.
182         (lang_set_startof): Don't make an absolute symbol.
183         (lang_abs_symbol_at_beginning_of, lang_abs_symbol_at_end_of): Delete.
184         * ldexp.c (new_rel_from_abs): Use section_for_dot.
185         * emultempl/lnk960.em (symbol_at_beginning_of): New function.
186         (symbol_at_end_of): Likewise.
187         (lnk960_after_allocation): Use them.
188         * scripttempl/elf.sc: Precede OTHER_GOT_SYMBOLS with . = .; and
189         likewise before __bss_start.
190
191 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
192
193         * plugin.c (set_tv_header): Handle link_info.pie.
194
195 2012-06-11  Alan Modra  <amodra@gmail.com>
196
197         PR ld/14215
198         * ldexp.c (fold_name <SIZEOF, ALIGNOF>): Allow forward section
199         references.
200         * emulparams/elf32_x86_64.sh (SEPARATE_GOTPLT): Depend on size of
201         .got.plt.
202         * emulparams/elf32mb_linux.sh (SEPARATE_GOTPLT): Likewise.
203         * emulparams/elf32tilegx.sh (SEPARATE_GOTPLT): Likewise.
204         * emulparams/elf32tilepro.sh (SEPARATE_GOTPLT): Likewise.
205         * emulparams/elf64tilegx.sh (SEPARATE_GOTPLT): Likewise.
206         * emulparams/elf_i386.sh (SEPARATE_GOTPLT): Likewise.
207         * emulparams/elf_k1om.sh (SEPARATE_GOTPLT): Likewise.
208         * emulparams/elf_l1om.sh (SEPARATE_GOTPLT): Likewise.
209         * emulparams/elf_x86_64.sh (SEPARATE_GOTPLT): Likewise.
210
211 2012-06-07  Georg-Johann Lay  <avr@gjlay.de>
212
213         PR 13697
214         * scripttempl/avr.sc (.data): Keep it.
215
216 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
217
218         * Makefile.am (TEXINFO_TEX): Remove $(top_srcdir) prefix.
219         * Makefile.in: Regenerate.
220
221 2012-05-30  Alan Modra  <amodra@gmail.com>
222
223         * ldlang.h (lang_output_section_statement_type): Rename
224         "section_relative_symbol" field to "update_dot".
225         * ldlang.c: Update all uses.
226         (strip_excluded_output_sections): Don't test update_dot_tree here..
227         (lang_leave_overlay): ..set update_dot here.
228
229 2012-05-26  Alan Modra  <amodra@gmail.com>
230
231         * ldlex.h (enum option_values): Move from..
232         * lexsup.c: ..here.
233         * emultempl/ppc32elf.em: Include ldlex.h.
234         (PARSE_AND_LIST_ARGS_CASES): Disable optimisations when
235         --traditional-format.
236         * emultempl/ppc64elf.em: Likewise.
237
238 2012-05-25  Alan Modra  <amodra@gmail.com>
239
240         PR ld/13909
241         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Handle
242         multiple .eh_frame sections attached to bfd.
243
244 2012-05-23  Cary Coutant  <ccoutant@google.com>
245
246         * scripttempl/armbpabi.sc: Match .data.rel.ro.* sections more
247         carefully.  Fix typo where .rela.data.rel.ro matches
248         .rel.data.rel.ro.
249         * scripttempl/mep.sc: Likewise.
250         * scripttempl/elf.sc: Match .data.rel.ro.* sections more carefully.
251         * scripttempl/elf64hppa.sc: Likewise.
252         * scripttempl/elfxtensa.sc: Likewise.
253
254 2012-05-17  Daniel Richard G.  <skunk@iskunk.org>
255             Nick Clifton  <nickc@redhat.com>
256
257         PR 14072
258         * configure.in: Add check that sysdep.h has been included before
259         any system header files.
260         * configure: Regenerate.
261         * config.in: Regenerate.
262         * sysdep.h: Generate an error if included before config.h.
263
264 2012-05-16  Sergio Durigan Junior  <sergiodj@redhat.com>
265
266         * emultempl/m68hc1xelf.em (hook_in_stub): Pass proper `bfd'
267         as the first argument for `bfd_get_section_name'.
268
269 2012-05-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
270
271         PR ld/14069
272         * emultempl/elf32.em: Include *-*-gnu* targets in ld.so.conf
273         support.
274
275 2012-05-15  James Murray <jsm@jsm-net.demon.co.uk>
276
277         * NEWS: Mention the support for S12X processors.
278
279 2012-05-14  James Lemke  <jwlemke@codesourcery.com>
280
281         * ldlang.c (walk_wild_consider_section): Don't copy section_flag_list.
282         Pass it to callback.
283         (walk_wild_section_general): Pass section_flag_list to callback.
284         (lang_add_section): Add sflag_list parm.
285         Move out logic to keep / omit a section & call bfd_lookup_section_flags.
286         (output_section_callback_fast): Add sflag_list parm.
287         Add new parm to lang_add_section calls.
288         (output_section_callback): Likewise.
289         (check_section_callback): Add sflag_list parm.
290         (lang_place_orphans): Add new parm to lang_add_section calls.
291         (gc_section_callback): Add sflag_list parm.
292         (find_relro_section_callback): Likewise.
293         * ldlang.h (callback_t): Add flag_info parm.
294         (lang_add_section): Add sflag_list parm.
295         * emultempl/armelf.em (elf32_arm_add_stub_section):
296         Add lang_add_section parm.
297         * emultempl/beos.em (gld*_place_orphan): Likewise.
298         * emultempl/elf32.em (gld*_place_orphan): Likewise.
299         * emultempl/hppaelf.em (hppaelf_add_stub_section): Likewise.
300         * emultempl/m68hc1xelf.em (m68hc11elf_add_stub_section): Likewise.
301         * emultempl/mipself.em (mips_add_stub_section): Likewise.
302         * emultempl/mmo.em (mmo_place_orphan): Likewise.
303         * emultempl/pe.em (gld_*_place_orphan): Likewise.
304         * emultempl/pep.em (gld_*_place_orphan): Likewise.
305         * emultempl/ppc64elf.em (ppc_add_stub_section): Likewise.
306         * emultempl/spuelf.em (spu_place_special_section): Likewise.
307         * emultempl/vms.em (vms_place_orphan): Likewise.
308
309 2012-05-14  Catherine Moore  <clm@codesourcery.com>
310
311         * NEWS:  Mention PowerPC VLE port.
312
313 2012-05-11  Daniel Richard G.  <skunk@iskunk.org>
314
315         PR binutils/14028
316         * configure.in: Invoke ACX_HEADER_STRING.
317         * configure: Regenerate.
318         * config.in: Regenerate.
319         * sysdep.h: If STRINGS_WITH_STRING is defined then include both
320         string.h and strings.h.
321
322 2012-05-08  Alan Modra  <amodra@gmail.com>
323
324         * Makefile.am (check_DEJAGNU): Export LC_ALL=C in place of other
325         LC and LANG environment vars.
326         * Makefile.in: Regenerate.
327
328 2012-05-07  Tristan Gingold  <gingold@adacore.com>
329
330         * pe-dll.c (udef_table): Make it static.
331
332 2012-05-05  Alan Modra  <amodra@gmail.com>
333
334         * pe-dll.c (process_def_file_and_drectve): Use bfd_und_section_ptr.
335         (generate_reloc): Use bfd_abs_section_ptr.
336
337 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
338
339         * configure.tgt: Support x86_64-*-linux-gnux32.
340
341 2012-05-03  Sean Keys  <skeys@ipdatasys.com>
342
343         * Makefile.am (ALL_EMULATIONS): Added new emulation for XGATE
344         and XGATE (elf).
345         * Makefile.in: Rebuild.
346         * configure.tgt: Recognize XGATE.
347         * scripttempl/elfxgate.sc: New file, mostly cloned from m68hc12.
348         * emulparams/xgateelf: New emulation, mostly cloned from m68hc12.
349         * NEWS: Mention new support.
350
351 2012-04-26  Hans-Peter Nilsson  <hp@axis.com>
352
353         Make bfd asserts cause linker errors.
354         * ldmain.c (default_bfd_assert_handler): New variable.
355         (ld_bfd_assert_handler): New function.
356         (main): Call bfd_set_assert_handler.
357
358 2012-04-24  Alan Modra  <amodra@gmail.com>
359
360         * ldlang.c (size_input_section): Use sec_info_type rather than
361         usrdata->flags.just_syms.
362         * ldwrite.c (build_link_order): Likewise.
363         * emultempl/hppaelf.em (build_section_lists): Likewise.
364         * emultempl/ppc64elf.em (build_toc_list): Likewise.
365         * emultempl/armelf.em (build_section_lists): Likewise.
366         (after_allocation): Update for renamed sec_info_type value.
367         * emultempl/tic6xdsbt.em: Likewise.
368
369 2012-04-12  Roland McGrath  <mcgrathr@google.com>
370
371         * configure.tgt (arm*-*-nacl*, arm*b-*-nacl*): Handle them.
372         * emulparams/armelf_nacl.sh: New file.
373         * emulparams/armelfb_nacl.sh: New file.
374         * Makefile.am (ALL_EMULATION_SOURCES): Add earmelf_nacl.c
375         and earmelfb_nacl.c here.
376         (earmelf_nacl.c, earmelfb_nacl.c): New targets.
377         * Makefile.in: Regenerated.
378
379 2012-04-11  Tristan Gingold  <gingold@adacore.com>
380
381         * scripttempl/ia64vms.sc: New file.
382         * emultempl/vms.em (_before_parse): Support for ia64.
383         (elf64-ia64-vms): New fragment for ia64.
384         * emulparams/elf64_ia64_vms.sh: New file.
385         * configure.tgt (ia64-*-*vms*): Add.
386         * Makefile.am (ALL_64_EMULATION_SOURCES): Add eelf64_ia64_vms.c
387         (eelf64_ia64_vms.c): New rule.
388         * Makefile.in: Regenerate.
389
390 2012-04-06  Roland McGrath  <mcgrathr@google.com>
391
392         * configure.in (AC_CHECK_HEADERS): Add locale.h.
393         * config.in: Regenerate.
394         * configure: Regenerate.
395
396 2012-04-05  Nick Clifton  <nickc@redhat.com>
397
398         * configure.in (AC_CHECK_FUNCS): Add setlocale.
399         (AM_LC_MESSAGES): Add.
400         * aclocal.m4: Regenerate.
401         * config.in: Regenerate.
402         * configure: Regenerate.
403
404 2012-04-03  Roland McGrath  <mcgrathr@google.com>
405
406         * configure.tgt (i[3-7]86-*-nacl*, x86_64-*-nacl*): Handle them.
407         * emulparams/elf_nacl.sh: New file.
408         * emulparams/elf_i386_nacl.sh: New file.
409         * emulparams/elf32_x86_64_nacl.sh: New file.
410         * emulparams/elf_x86_64_nacl.sh: New file.
411         * Makefile.am (ALL_EMULATION_SOURCES): Add eelf_i386_nacl.c here.
412         (ALL_64_EMULATION_SOURCES): Add eelf32_x86_64_nacl.c and
413         eelf_x86_64_nacl.c here.
414         (eelf_i386_nacl.c, eelf32_x86_64_nacl.c, eelf_x86_64_nacl.c):
415         New targets.
416         * Makefile.in: Regenerated.
417
418         * scripttempl/elf.sc: Handle SEPARATE_CODE cases.
419
420 2012-04-02  Mike Frysinger  <vapier@gentoo.org>
421
422         * ldmisc.c (vfinfo): Assign new local str to fmt.  Delete
423         putc call.  If str and fmt are different, call fwrite on
424         the difference.
425
426 2012-03-30  Nick Clifton  <nickc@redhat.com>
427
428         * po/vi.po: Updated Vietnamese translation.
429
430 2012-03-27  Roland McGrath  <mcgrathr@google.com>
431
432         * configure.in: Set want64 on a 64-bit host regardless of
433         --enable-targets=all.
434         * configure: Regenerated.
435
436 2012-03-26  Tristan Gingold  <gingold@adacore.com>
437
438         * lexsup.c (parse_args): Add a missing '\n'.
439
440 2012-03-25  Alan Modra  <amodra@gmail.com>
441
442         * ldemul.c (before_allocation_default): Revert last change.
443         * ldlang.c (lang_add_section): Likewise.
444         (strip_excluded_output_sections): Don't strip output sections with
445         user input sections when emitrelocations, unless all are SEC_EXCLUDE.
446
447 2012-03-23  Alan Modra  <amodra@gmail.com>
448
449         * ldemul.c (before_allocation_default): When emitrelocations,
450         don't strip sections..
451         * ldlang.c (lang_add_section): ..and don't set up map_head, map_tail.
452
453 2012-03-14  Kai Tietz  <ktietz@redhat.com>
454             Pascal Obry  <pascal@obry.net>
455
456         * pe-dll.c (found_sym): New static variable.
457         (undef_count): Likewise.
458         (key_value): New structure.
459         (undef_sort_cmp): Compare routine for qsort/bsearch.
460         (pe_find_cdecl_alias_match): Add new argument.
461         (pe_undef_alias_cdecl_match): Removed.
462         (pe_undef_count): New helper routine.
463         (pe_create_undef_table): Likewise.
464         (pe_process_import_defs): Use pe_create_undef_table and
465         new pe_undef_alias_cdecl_match function.
466
467 2012-03-14  Alan Modra  <amodra@gmail.com>
468
469         PR ld/13839
470         * ldexp.c (fold_name): Ignore undefined symbols when assigning to
471         dot in mark phase.
472         (exp_fold_tree_1): Evaluate assignment to dot expressions even when
473         discarding result, for side effects.  Fix typo in error message.
474
475 2012-03-08  Tristan Gingold  <gingold@adacore.com>
476
477         * ldexp.c (exp_print_tree): Special case for SEGMENT_START.
478         (exp_print_token): Constify.
479
480 2012-03-08  Alan Modra  <amodra@gmail.com>
481
482         PR ld/10340
483         * ldfile.c (is_sysrooted_pathname): Remove notsame param.
484         (ldfile_add_library_path): Don't set sysrooted flag.
485         (ldfile_open_file_search): Likewise, and don't copy them.
486         (try_open): Delete exten and code handling such.  Add sysrooted
487         param and return whether path is in sysroot.
488         (ldfile_find_command_file): Delete extend param.  Add sysrooted
489         param.  Rename local var.  Update try_open calls.
490         (ldfile_open_command_file_1): Pass sysrooted to lex_push_file.
491         * ldfile.h (search_dirs_type): Remove sysrooted field.
492         * ldlang.c (new_afile): Always set sysrooted from input_flags.
493         (load_symbols): Don't set input_flags.sysrooted.
494         * ldlang.h (struct lang_input_statement_flags): Revise sysrooted
495         comment.
496         * ldlex.h (lex_push_file): Update prototype.
497         * ldlex.l (sysrooted_stack): New array.
498         (EOF): Pop input_flags.sysrooted.
499         (lex_push_file): Add sysrooted param.  Save and set
500         input_flags.sysrooted.
501
502 2012-03-06  Alan Modra  <amodra@gmail.com>
503
504         * ldlang.h (struct lang_input_statement_flags): New, extract from..
505         (lang_input_statement_type): ..here.  New field "flags".
506         (input_flags): Declare.
507         (missing_file): Delete.
508         * ldmain.h (whole_archive): Delete.
509         (add_DT_NEEDED_for_regular, add_DT_NEEDED_for_dynamic): Delete.
510         * ld.h (ld_config_type <dynamic_link>): Delete.
511         * ldmain.c (whole_archive): Delete.
512         (add_DT_NEEDED_for_regular, add_DT_NEEDED_for_dynamic): Delete.
513         * ldlang.c (missing_file, ldlang_sysrooted_script): Delete.
514         (input_flags): New variable.  Replace all uses of config.dynamic_link,
515         missing_file, ldlang_sysrooted_script, whole_archive,
516         add_DT_NEEDED_for_regular and add_DT_NEEDED_for_dynamic with fields
517         from here.
518         * ldfile.c: Likewise.
519         * ldgram.y: Likewise.
520         * ldmain.c: Likewise.
521         * ldwrite.c: Likewise.
522         * lexsup.c: Likewise.
523         * plugin.c: Likewise.
524         * emultempl/aix.em: Likewise.
525         * emultempl/armelf.em: Likewise.
526         * emultempl/elf32.em: Likewise.
527         * emultempl/hppaelf.em: Likewise.
528         * emultempl/linux.em: Likewise.
529         * emultempl/pe.em: Likewise.
530         * emultempl/pep.em: Likewise.
531         * emultempl/ppc64elf.em: Likewise.
532         * emultempl/scoreelf.em: Likewise.
533         * emultempl/spuelf.em: Likewise.
534         * emultempl/sunos.em: Likewise.
535         * emultempl/vms.em: Likewise.
536         * ldlang.c (new_afile): Use memset to init zero fields.
537         (load_symbols): Simplify save and restore of flags around command
538         file processing.
539         * ldfile.c (is_sysrooted_pathname): Tidy.
540
541 2012-03-05  Hans-Peter Nilsson  <hp@axis.com>
542
543         * configure.tgt (mips64*el-*-freebsd*, mips64*-*-freebsd*)
544         (mips*el-*-freebsd*, mips*-*-freebsd*): Correct triplets by
545         replacing trailing "-*" with "*".
546
547 2012-02-25  Walter Lee  <walt@tilera.com>
548
549         * Makefile.am (ALL_EMULATION_SOURCES): Add eelf32tilegx_be.c.
550         (ALL_64_EMULATION_SOURCES): Add eelf64tilegx_be.c.
551         (eelf32tilegx_be.c): Add rule to build this file.
552         (eelf64tilegx_be.c): Ditto.
553         * Makefile.in: Regenerate.
554         * configure.tgt (tilegx-*-*): Support big endian.
555         (tilegxbe-*-*): New.
556         * emulparams/elf32tilegx.sh (OUTPUT_FORMAT): Rename.
557         (BIG_OUTPUT_FORMAT): Define.
558         (LITTLE_OUTPUT_FORMAT): Define.
559         * emulparams/elf32tilegx_be.sh: New.
560         * emulparams/elf64tilegx.sh (OUTPUT_FORMAT): Rename.
561         (BIG_OUTPUT_FORMAT): Define.
562         (LITTLE_OUTPUT_FORMAT): Define.
563         * emulparams/elf64tilegx_be.sh: New.
564
565 2012-02-24  Kai Tietz  <ktietz@redhat.com>
566
567         PR binutils/13710
568         * deffilep.y (keyword_as_name): Disable LIBRARY
569         keyword.
570
571 2012-02-22  Alan Modra  <amodra@gmail.com>
572
573         PR ld/13683
574         * ldlang.c (lang_process): Rerun lang_do_assignments before
575         starting garbage collection.
576         * ldexp.c (fold_name): Generate a reloc for defined symbols
577         found without an associated output section during the mark phase.
578         (exp_fold_tree_1): Continue processing an expression, even if we
579         are unable to fold it, if we are in the first two evaluation
580         phases.
581         * ldexp.h (enum lang_phase_type): Add descriptions of the phases.
582
583 2012-02-19  Kai Tietz  <ktietz@redhat.com>
584
585         * deffilep.y (cmp_import_elem): Sort first by module name.
586         * pe-dll.c (process_def_file_and_drectve): Free strings
587         from removed export-element.
588         (add_bfd_to_link): Optimize loop on import-elements and lower
589         allocated memory.
590         (pe_implied_import_dll): Pass NULL instead of 0 for pointer
591         argument.
592
593 2012-02-18  Hans-Peter Nilsson  <hp@axis.com>
594
595         * ldmisc.c (vfinfo <%S>): Use same type and avoid cast for
596         temporary variable node used for NULL argument.
597
598 2012-02-18  Alan Modra  <amodra@gmail.com>
599
600         PR ld/13343
601         * ld.h (parsing_defsym): Delete.
602         * ldexp.c (exp_intop, exp_bigintop, exp_relop): Set type.filename.
603         (fold_binary, fold_name, exp_fold_tree_1, exp_get_vma, exp_get_fill,
604         exp_get_abs_int): Add tree arg for %S in error messages.  Don't
605         fudge lineno.
606         (exp_binop, exp_unop, exp_nameop, exp_assop, exp_assert): Copy
607         type.filename from sub-tree.
608         (exp_trinop): Likewise, and use "cond" rather than "lhs".
609         * ldexp.h (node_type): Add filename field to struct.
610         * ldfile.c (ldfile_input_filename): Delete.  Remove all refs.
611         * ldfile.h (ldfile_input_filename): Delete.
612         * ldgram.y (phdr_type, phdr_qualifiers, yyerror): Add NULL arg for
613         %S in error messages.
614         * ldemul.c (syslib_default, hll_default): Likewise.
615         * ldlang.c (lang_memory_region_lookup, lang_memory_region_alias,
616         lang_get_regions, lang_new_phdr): Likewise.
617         (lang_size_sections_1): Pass addr_tree for %S.
618         * ldlex.h (lex_redirect): Update prototype.
619         (ldlex_filename): Declare.
620         * ldlex.l (<EOF>): Don't set ldfile_input_filename.
621         (lex_redirect): Add fake_filename and count params.  Push
622         fake_filename to file_name_stack and init lineno from count.
623         (ldlex_filename): New function.
624         (lex_warn_invalid): Use above.
625         * ldmain.c (main): Update lex_redirect call.
626         * ldmisc.c (vfinfo <%S>): Take file name and line number from
627         etree_type arg, or use current if arg is NULL.
628         * lexsup.c (parsing_defsym): Delete.
629         (parse_args <OPTION_DEFSYM>): Update lex_redirect call.
630
631 2012-02-13  Kai Tietz  <ktietz@redhat.com>
632
633         * deffilep.y (find_export_in_list): Set is_indent for
634         first or last element, if identical.
635         (find_import_in_list): Likewise.
636
637 2012-02-11  Kai Tietz  <ktietz@redhat.com>
638
639         * deffilep.y (%union): New type id_const.
640         (opt_name2): New rule.
641         (keyword_as_name): New rule.
642         (dot_name): Replaced by opt_name2 rule.
643         (opt_name): Adjust rule.
644         (opt_equal_name): Likewise.
645
646 2012-02-11  Pascal Obry  <pascal@obry.net>
647
648         * pe-dll.c (auto_export): Use bsearch to speed up scan of exports
649         table.
650         (process_def_file_and_drectve): Maintain sorting of exports table
651         after stripping leading @ signs.
652
653 2012-02-09  Alan Modra  <amodra@gmail.com>
654
655         * ldgram.y (input_section_spec_no_keep): Don't ignore sect_flags.
656
657 2012-01-31  H.J. Lu  <hongjiu.lu@intel.com>
658
659         PR ld/13616
660         * emulparams/elf32_x86_64.sh: Remove NOP.
661         * emulparams/elf_i386.sh: Likewise.
662         * emulparams/elf_i386_be.sh: Likewise.
663         * emulparams/elf_i386_ldso.sh: Likewise.
664         * emulparams/elf_i386_vxworks.sh: Likewise.
665         * emulparams/elf_k1om.sh: Likewise.
666         * emulparams/elf_l1om.sh: Likewise.
667         * emulparams/elf_x86_64.sh: Likewise.
668
669         * ldlang.c (zero_fill): Initialized to 0.
670
671         * ldwrite.c (build_link_order): Set data size to linker odrder
672         size when they are the same.
673
674         * scripttempl/elf.sc: Don't specify fill if NOP is undefined.
675
676 2012-01-17  Alan Modra  <amodra@gmail.com>
677
678         * ldver.c (ldversion): Update copyright message year.
679
680 2012-01-15  Alan Modra  <amodra@gmail.com>
681
682         PR ld/12758
683         * ldlang.c (lang_process): Don't reopen all files, just those
684         newly added by plugin.
685
686 2012-01-11  Alan Modra  <amodra@gmail.com>
687
688         * emultempl/ppc64elf.em (PARSE_AND_LIST_PROLOGUE,
689         PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS,
690         PARSE_AND_LIST_ARGS_CASES): Handle --{no-,}plt-thread-safe and
691         --{no-,}plt-align.
692         (plt_thread_safe, plt_stub_align): New vars.
693         (gld${EMULATION_NAME}_after_allocation): Pass them to
694         ppc64_elf_size_stubs.  Align stub sections according to plt_stub_align.
695         * ld.texinfo: Document new command line options, and an old
696         undocumented option.
697
698 2012-01-09  Roland McGrath  <mcgrathr@google.com>
699
700         * configure.in: Use AM_ZLIB.
701         * configure: Regenerated.
702
703 For older changes see ChangeLog-2011
704 \f
705 Local Variables:
706 mode: change-log
707 left-margin: 8
708 fill-column: 74
709 version-control: never
710 End: