* Makefile.am (eshlelf_fd.c): Correct the name of the tool
[binutils.git] / ld / ChangeLog
blob992f6a31ec40680cc56abc7b9bbaccd034f88154
1 2010-08-20  Maciej W. Rozycki  <macro@codesourcery.com>
3         * Makefile.am (eshlelf_fd.c): Correct the name of the tool
4         directory.
5         * Makefile.in: Regenerate.
7 2010-08-20  Nick Clifton  <nickc@redhat.com>
9         * emultempl/elf32.em (_after_open): Check for get_elf_backend_data
10         returning NULL.
12 2010-08-19  Alan Modra  <amodra@gmail.com>
14         * ld.texinfo (Expression Section): Detail expression evaluation.
15         (Builtin Functions <ADDR>): Correct.
16         (Builtin Functions <LOADADDR>): Don't mention LOADADDR normally
17         the same as ADDR.
18         (Builtin Functions <SEGMENT_START>): Typo fix.
19         * ldexp.c (new_number): New function.
20         (make_abs, exp_get_abs_int): Cope with NULL expld.result.section.
21         (fold_unary <'~', '!', '-'>): Don't make_abs.
22         (fold_binary): Simplify result section logic.  Return NULL section
23         for logical ops.
24         (fold_binary <SEGMENT_START>): Use new_rel_from_abs to set value to
25         a consistent result.
26         (fold_name <SIZEOF_HEADERS>): Return new_number, not new_abs.
27         (fold_name <DEFINED, SIZEOF, ALIGNOF, LENGTH, CONSTANT>): Likewise.
28         (fold_name <NAME>): No need to handle absolute symbols differently
29         from relative ones.
30         (fold_name <ORIGIN>): Don't return valid result when
31         lang_first_phase_enum.  Return new_rel_from_abs, not new_abs.
32         (exp_fold_tree_1 <etree_value>): Return new_number, not new_rel.
33         (exp_fold_tree_1): Ajust for NULL expld.result.section.  When assigning
34         a plain number to dot, assume the value is relative to expld.section.
35         Make terms not in an output section, absolute.
36         * ldlang.c (print_assignment): Fix style nit.
37         (lang_size_sections_1): Cope with NULL expld.result.section.
38         (lang_do_assignments_1): Likewise.
40 2010-08-12  Alan Modra  <amodra@gmail.com>
42         * ldexp.c (new_rel): Remove "str".  Update all call sites.
43         (exp_fold_tree_1): When assigning to dot, calculate nextdot
44         using expld.result.section rather than expld.section.
46 2010-08-06  Alan Modra  <amodra@gmail.com>
48         PR ld/11887
49         * ldlang.c (lang_add_vers_depend): Don't leave version_needed
50         uninitialised.
52 2010-07-28  Alan Modra  <amodra@gmail.com>
54         * ldexp.c (exp_print_tree): Print function-like binary nodes as
55         functions rather than in-fix operators.  Use fputs and fputc
56         where appropriate.
58 2010-07-23  Naveen.H.S  <naveen.S@kpitcummins.com>
59             Ina Pandit  <ina.pandit@kpitcummins.com>
61         * configure.tgt: Match all v850 targets.
63 2010-07-20  Mike Frysinger  <vapier@gentoo.org>
65         * ld.texinfo (VERSION): Remove "int" from example script and add ";".
66         Declare the default language as C.
68 2010-07-17  Alan Modra  <amodra@gmail.com>
70         * ldlang.c (lang_check_section_addresses): Catch overlap for
71         sections that wrap around the address space.
73 2010-06-29  Nick Clifton  <nickc@redhat.com>
75         * scripttempl/xstormy16.sc (.gcc_except_table): Include sections
76         with the .gcc_except_table. prefix.
78 2010-06-29  Alan Modra  <amodra@gmail.com>
80         * emulparams/maxqcoff.sh: Delete file.
81         * scripttempl/maxqcoff.sc: Delete file.
82         * Makefile.am: Remove references to maxq.
83         * configure.tgt: Likewise.
84         * Makefile.in: Regenerate.
85         * configure: Regenerate.
86         * po/POTFILES.in: Regenerate.
88 2010-06-27  Alan Modra  <amodra@gmail.com>
90         * pe-dll.c (fill_edata): Avoid set but unused warning.
91         (pe_walk_relocs_of_symbol): Delete set but unused variables.
92         (generate_reloc, pe_implied_import_dll): Likewise.
93         * emultempl/aix.em (open_dynamic_archive): Likewise.
94         * emultempl/xtensaelf.em (replace_insn_sec_with_prop_sec): Likewise.
95         (xtensa_layout_wild): Likewise.
96         (xtensa_colocate_output_literals_callback): Likewise.
98 2010-06-25  Alan Modra  <amodra@gmail.com>
100         * emultempl/ppc64elf.em (prelim_size_sections): New function.
101         (ppc_before_allocation): Use it.  Size sections before toc edit too.
103 2010-06-25  Alan Modra  <amodra@gmail.com>
105         * emultempl/elf32.em (find_exp_assignment): Handle etree_provided.
107 2010-06-20  Danny Smith  <dannysmith@users.sourceforge.net>
109         * emultempl/pe.em (gld_${EMULATION_NAME}_before_parse): Make
110         auto-import and merge-rdata defaults same for i[3-7]86 and
111         x86_64 mingw.
113 2010-06-15  Joseph Myers  <joseph@codesourcery.com>
115         * emulparams/elf32_tic6x_le.sh (ATTRS_SECTIONS): Define.
117 2010-06-09  Dave Korn  <dave.korn.cygwin@gmail.com>
119         PR ld/11603
120         * pe-dll.c (process_def_file_and_drectve): Reorder check for
121         forwarded export name after check for ordinary export.
123 2010-06-08  Bernd Schmidt  <bernds@codesourcery.com>
125         * emulparams/elf32_tic6x_le.sh (OTHER_BSS_SECTIONS): New.
127 2010-06-08  Nick Clifton  <nickc@redhat.com>
129         * fdl.texi: Replace with v1.3 text.
130         * ld.texinfo: Replace abbreviated 20th century year numbers with
131         full versions.
132         * ldint.texinfo: Likewise.
133         Relicense under GFDL v1.3.  Replace text of v1.1 FDL with an
134         include of the fdl.texi file.
136 2010-06-01  Tristan Gingold  <gingold@adacore.com>
138         * scripttempl/alphavms.sc: Add comments. Move $LINK$ to the
139         readonly output-section. Handle LIB$INITIALIZE and sections
140         created by gcc.
141         * emultempl/vms.em (vms_place_orphan): Add comments.
143 2010-05-28  Nick Clifton  <nickc@redhat.com>
145         * Makefile.am (eshlelf_fd.c): Fix typo in rule.
146         * Makefile.in: Regenerate.
148 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
150         PR ld/11628
151         * ldexp.c (fold_binary): Warn if value of SEGMENT_START isn't
152         multiple of maximum page size.
154 2010-05-25  Nick Clifton  <nickc@redhat.com>
156         * Makefile.am: Fix typo.
157         * Makefile.in: Regenerate.
159 2010-05-25  Daniel Jacobowitz  <dan@codesourcery.com>
160             Joseph Myers  <joseph@codesourcery.com>
161             Andrew Stubbs  <ams@codesourcery.com>
163         * Makefile.am (ALL_EMULATIONS): Add eshelf_fd.o and eshlelf_fd.o.
164         (eshelf_fd.c, eshlelf_fd.c): New rules.
165         * Makefile.in: Regenerate.
166         * configure.tgt (sh-*-uclinux*): Add shelf_fd and shlelf_fd
167         emulations.
168         * emulparams/shelf_fd.sh: New file.
169         * emulparams/shlelf_fd.sh: New file.
170         * emulparams/shlelf_linux.sh: Update comment.
172 2010-05-25  Jay Krell  <jay.krell@cornell.edu>
174         PR ld/11621
175         * Makefile.am: Replace all occurences of .o with .@OBJEXT@
176         * Makefile.in: Regenerate.
178 2010-05-25  Kai Tietz  <kai.tietz@onevision.com>
180         * deffilep.y (opt_name): Allow leading dot.
181         (dot_name): Likewise.
182         (anylang_id): Likewise.
183         * emultempl/pep.em (gld_${EMULATION_NAME}_before_parse): Enable by
184         default auto_import.
185         (gld${EMULATION_NAME}_handle_option): Warn about v1.
186         (pep_find_data_imports): Remove superflous warnings about
187         auto-import.
188         (gld_${EMULATION_NAME}_get_script): Don't merge for auto-import
189         and active pseudo-relocation-v2 rdata into data section.
190         * emultempl/pe.em (default_merge_rdata): New shell variable.
191         (MERGE_RDATA_V2): New macro.
192         (gld_${EMULATION_NAME}_get_script): Adjust rule for auto-import
193         selected script.
195 2010-05-15  Kai Tietz  <kai.tietz@onevision.com>
197         * emultempl/pe.em (is_underscoring): New helper function.
198         (gld_${EMULATION_NAME}_before_parse): Replace code
199         for pe(p)_leading_underscore detection by is_underscoring.
200         (U): Likewise.
201         (GET_INIT_SYMBOL_NAME): Likewise.
202         (U_SIZE): Likewise.
203         (set_pe_name):
204         (set_entry_point):
205         (gld_${EMULATION_NAME}_set_symbols):
206         * emultempl/pep.em: Likewise.
207         * pe-dll.c (pe_detail_list): Set default
208         underscoring for x64 target.
209         (pe_dll_id_target): Add initialization of
210         pe(p)_leading_underscore.
212 2010-05-15  Dave Korn  <dave.korn.cygwin@gmail.com>
214         * pe-dll.c: Removed trailing whitespaces.
216 2010-05-14  Alan Modra  <amodra@gmail.com>
218         PR ld/11583
219         * ldexp.c (exp_fold_tree_1): If assignment source expression is
220         invalid, make the destination symbol undefined.
222 2010-05-11  Kai Tietz  <kai.tietz@onevision.com>
224         * emultempl/pe.em (gld_${EMULATION_NAME}_before_parse):
225         Initialize pe(p)_leading_underscore variable.
226         (set_pe_name): Likewise.
227         * emultempl/pep.em: Likewise.
228         Additional change default to non-underscore for
229         pep_leading_underscore equal to -1.
231 2010-05-07  Tristan Gingold  <gingold@adacore.com>
233         * Makefile.in: Regenerate with automake 1.11.1.
234         * aclocal.m4: Ditto.
236 2010-05-05  Nick Clifton  <nickc@redhat.com>
238         * po/es.po: Updated Spanish translation.
240 2010-04-27  Kai Tietz  <kai.tietz@onevision.com>
242         * pe-dll.c (_nm_-symbols): Use always underscored variant
243         for symbols.
244         (__imp_-symbols): Likewise.
245         (___imp_-symbols): Likewise.
246         * NEWS: Mention ABI change for x64 PE-COFF.
248 2010-04-27  H.J. Lu  <hongjiu.lu@intel.com>
250         * Makefile.am (install-exec-local): Properly install ld as
251         default cross linker.
252         * Makefile.in: Regenerated.
254 2010-04-27  H.J. Lu  <hongjiu.lu@intel.com>
255             Nick Clifton  <nickc@redhat.com>
257         * configure.in (install_as_default): Define and set to true
258         unless --enable-gold=both/gold has been specified.
259         * configure: Regenerate.
261         * Makefile.am (transform): Use ld.bfd as the default name of
262         the linker.
263         (install-exec-local): Also install the executable as a binary
264         named 'ld' if install_as_default is true.
265         * Makefile.in: Regenerate.
267 2010-04-22  Nick Clifton  <nickc@redhat.com>
269         * po/ld.pot: Updated by the Translation project.
270         * po/vi.po: Updated Vietnamese translation.
271         * po/bg.po: Updated Bulgarian translation.
273 2010-04-15  Andrew Haley  <aph@redhat.com>
275         * emultempl/armelf.em (merge_exidx_entries): New variable.
276         (OPTION_NO_MERGE_EXIDX_ENTRIES): New definition.
277         ("no-merge-exidx-entries"): New option.
278         * ld.texinfo (merge-exidx-entries): Document this option.
280 2010-04-14  Tristan Gingold  <gingold@adacore.com>
282         * emulparams/alphavms.sh: New file.
283         * emultempl/vms.em: New file.
284         * scripttempl/alphavms.sc: New file.
285         * configure.tgt (alpha*-*-*vms*): Added.
286         * Makefile.am (ALL_EMULATIONS): Add ealphavms.o
287         (ealphavms.c): New target.
288         * Makefile.in: Regenerate.
290 2010-04-09  Nick Clifton  <nickc@redhat.com>
292         * ldlang.c (wild_sort): Remove unused variable section_name.
294 2010-04-07  Alan Modra  <amodra@gmail.com>
296         * configure: Regenerate.
298 2010-04-06  H.J. Lu  <hongjiu.lu@intel.com>
300         PR ld/11434
301         * ld/testsuite/ld-x86-64/unique1.d: New.
302         * ld/testsuite/ld-x86-64/unique1.s: Likewise.
304         * ld-x86-64/x86-64.exp: Run unique1.
306 2010-04-05  Kai Tietz  <kai.tietz@onevision.com>
308         * emultempl/pep.em (U): Macro modified.
309         (U_SIZE): New helper macro.
310         (GET_INIT_SYMBOL_NAME): Likewise.
311         (enum options): Add OPTION_NO_LEADING_UNDERSCORE
312         and OPTION_LEADING_UNDERSCORE enumerator-values.
313         (gld${EMULATION_NAME}_add_options): Add --(no-)leading-underscore
314         option.
315         (definfo): Add new member is_c_symbol.
316         (D): Add to macro underscore mode parameter.
317         (init): Add definition for is_c_symbol.
318         (gld_${EMULATION_NAME}_list_options): Display new options.
319         (set_pep_name): Adjust underscoring dependent fixed
320         symbol handling.
321         (gld_${EMULATION_NAME}_set_symbols): Likewise.
322         (saw_option): Likewise.
323         (gld_${EMULATION_NAME}_unrecognized_file): Likewise.
324         (set_entry_point): Initial initial_symbol_char dependent to
325         target's default and new option flag pep_leading_underscore.
326         * emultempl/pe.em (U): Macro modified.
327         (U_SIZE): New helper macro.
328         (GET_INIT_SYMBOL_NAME): Likewise.
329         (OPTION_LEADING_UNDERSCORE): Add new option define.
330         (OPTION_NO_LEADING_UNDERSCORE): Likewise.
331         (gld${EMULATION_NAME}_add_options): Add --(no-)leading-underscore
332         option.
333         (definfo): Add new member is_c_symbol.
334         (D): Add to macro underscore mode parameter.
335         (init): Add definition for is_c_symbol.
336         (gld_${EMULATION_NAME}_list_options): Display new options.
337         (set_pep_name): Adjust underscoring dependent fixed
338         symbol handling.
339         (gld_${EMULATION_NAME}_set_symbols): Likewise.
340         (saw_option): Likewise.
341         (gld_${EMULATION_NAME}_unrecognized_file): Likewise.
342         (set_entry_point): Initial initial_symbol_char dependent to
343         target's default and new option flag pep_leading_underscore.
344         * pe-dll.c (pe_leading_underscore): New flag variable.
345         (pe_detail_list): Remove const to allow modify of
346         member underscore.
347         (pe_dll_id_target): Initialize pe_details' underscore variable
348         dependent to target's default and flag pe_leading_underscore.
349         * pe-dll.h (pe_leading_underscore): Add extern declaration of
350         option flag.
351         * pep-dll.c (pe_leading_underscore): Add alias define for
352         pep_leading_underscore.
353         * pep-dll.h (pep_leading_underscore) Add extern declaration of
354         option flag.
355         * ld.texinfo: Add documentation for --(no-)leading-underscore
356         option.
358 2010-03-26  Alan Modra  <amodra@gmail.com>
360         PR ld/11426
361         * configure.host (many linux targets <HOSTING_CRT0>): Remove edits.
362         (m68*-motorola-sysv <HOSTING_LIBS>): Use here doc, not echo.
364 2010-03-25  Joseph Myers  <joseph@codesourcery.com>
366         * Makefile.am (ALL_EMULATIONS): Add eelf32_tic6x_be.o and
367         eelf32_tic6x_le.o.
368         (eelf32_tic6x_be.c, eelf32_tic6x_le.c): New.
369         * NEWS: Add news entry for TI C6X support.
370         * configure.tgt (tic6x-*-*): New.
371         * emulparams/elf32_tic6x_be.sh, emulparams/elf32_tic6x_le.sh: New.
373 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
375         * scripttempl/elf.sc (RODATA_NAME, SDATA_NAME, SBSS_NAME,
376         BSS_NAME): Define if not already defined.  Use in place of some
377         hardcoded section names.
379 2010-03-18  H.J. Lu  <hongjiu.lu@intel.com>
381         * scripttempl/elf.sc (INIT_ARRAY): Re-indent.
383 2010-03-18  Aymeric Vincent  <vincent@labri.fr>
385         PR ld/11384
386         * emultempl/sh64elf.em: Add missing EOF.
388 2010-03-18  Doug Semler  <dougsemler@gmail.com>
390         * pe-dll.c (make_one): Make text section readonly.
391         (make_one): Add *ABS* symbol @feat.00 with value 1 to tag
392         the jump stub on X86 as /SAFESEH compatible for
393         native toolchains.
395 2010-03-17  Alan Modra  <amodra@gmail.com>
397         * ldlang.c (lang_size_sections_1): Remove "s" param.  Set "s" from
398         *prev instead.  Update all callers.
400 2010-03-15  Daniel Jacobowitz  <dan@codesourcery.com>
402         * ldlang.c (lang_insert_orphan): Place loadable orphans in the same
403         region and phdrs as their placement section.
405 2010-03-15  Alan Modra  <amodra@gmail.com>
407         * emultempl/ppc64elf.em (move_input_section, sort_toc_sections): New.
408         (ppc_before_allocation): Call sort_toc_sections.
409         (no_toc_sort, OPTION_NO_TOC_SORT): New.
410         (PARSE_AND_LIST_PROLOGUE, PARSE_AND_LIST_LONGOPTS,
411          PARSE_AND_LIST_OPTIONS): Handle --no-toc-sort.
413 2010-03-14  Alan Modra  <amodra@gmail.com>
415         PR ld/11378
416         * emultempl/ppc64elf.em (gld${EMULATION_NAME}_after_allocation): Call
417         ppc64_elf_check_init_fini and warn if .init/.fini use different TOCs.
419 2010-03-11  George Gensure  <werkt0@gmail.com>
421         PR ld/11367
422         * ldcref.c (handle_asneeded_cref): Correct copying of refs.
424 2010-03-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
426         * Makefile.am (ALL_EMULATIONS): Add eelf32_sparc_sol2.o,
427         eelf_i386_sol2.o.
428         (ALL_64_EMULATIONS): Add eelf_x86_64_sol2.o, eelf64_sparc_sol2.o.
429         (eelf32_sparc_sol2.c): New rule.
430         (eelf64_sparc_sol2.c): Likewise.
431         (eelf_x86_64_sol2.c): Likewise.
432         (eelf_i386_sol2.c): Likewise.
433         * Makefile.in: Regenerate.
434         * configure.tgt (i[3-7]86-*-solaris2*): Change targ_emul to
435         elf_i386_sol2.
436         Add elf_i386_ldso, elf_x86_64_sol2 to targ_extra_emuls.
437         (x86_64-*-solaris2*): Change targ_emul to elf_x86_64_sol2.
438         Add elf_x86_64, elf_i386_sol2, elf_i386 to targ_extra_emuls.
439         (sparc-*-solaris2.[0-6]*): Change targ_emul to elf32_sparc_sol2.
440         Add target_extra_emuls.
441         (sparc-*-solaris2*): Change targ_emul to elf32_sparc_sol2.
442         Add elf32_sparc, elf64_sparc_sol2 to targ_extra_emuls.
443         (sparcv9-*-solaris2*): Change targ_emul to elf64_sparc_sol2.
444         Add elf64_sparc, elf32_sparc_sol2 to target_extra_emuls.
445         * emulparams/elf32_sparc_sol2.sh: New file.
446         * emulparams/elf64_sparc_sol2.sh: New file.
447         * emulparams/elf_i386_sol2.sh: New file.
448         * emulparams/elf_x86_64_sol2.sh: New file.
449         * emultempl/solaris2.em: New file.
451 2010-02-27  H.J. Lu  <hongjiu.lu@intel.com>
453         PR ld/11330
454         * ld.texinfo: Replace explicitely with explicitly.
456 2010-02-27  Jie Zhang  <jie@codesourcery.com>
458         * scripttempl/armbpabi.sc: Don't combine .init_array.* or
459         .fini_array.* when do relocatable linking.
460         * scripttempl/elf.sc: Likewise.
461         * scripttempl/elf32sh-symbian.sc: Likewise.
462         * scripttempl/elf64hppa.sc: Likewise.
463         * scripttempl/elfxtensa.sc: Likewise.
465 2010-02-26  Alan Modra  <amodra@gmail.com>
467         * scripttempl/elf.sc (.fini_array): Place input .fini_array after
468         .fini_array.*.
469         * scripttempl/armbpabi.sc: Likewise.
470         * scripttempl/elf32sh-symbian.sc: Likewise.
471         * scripttempl/elf64hppa.sc: Likewise.
472         * scripttempl/elfxtensa.sc: Likewise.
474 2010-02-25  Alan Modra  <amodra@gmail.com>
476         PR ld/11304
477         * ldlang.c (init_os): Remove isec param.  Don't check for
478         bfd_section already set or call bfd_init_private_section_data
479         here.
480         (exp_init_os): Update init_os call.
481         (lang_add_section): Tidy.  Really don't set SEC_LINK_ONCE
482         flags.  Call bfd_init_private_section_data here.
483         (map_input_to_output_sections): Tidy.  Update init_os calls.
484         Use os->sectype to select sec flags for lang_data_statement.
486 2010-02-23  Alan Modra  <amodra@gmail.com>
488         PR ld/11304
489         * ldlang.c: Revert last patch.
491 2010-02-23  Nick Clifton  <nickc@redhat.com>
493         * po/bg.po: Updated Bulgarian translation.
495 2010-02-22  Alan Modra  <amodra@gmail.com>
497         PR ld/11304
498         * ldlang.c (exp_init_os): Delete forward declaration.
499         (init_os): Don't check for bfd_section already created and don't
500         init addr_tree and load_base expressions here.
501         (map_input_to_output_sections): Only map input to output sections
502         and set constraints here, and as an exception, create output
503         sections which have their address set.  Move all the other code to..
504         (create_other_output_sections): ..here.  New function.  Handle init
505         of addr_tree and load_base here too.
506         (lang_process): Call create_other_output_sections.
508 2010-02-19  Alan Modra  <amodra@gmail.com>
510         * Makefile.am (eelf32_i960.c): Depend on ELF_GEN_DEPS, not ELF_DEPS.
511         * Makefile.in: Regenerate.
513 2010-02-19  Alan Modra  <amodra@gmail.com>
515         * ldlang.c (unique_section_p): Add os param.  Allow group
516         sections to match /DISCARD/.  Update all callers.
517         * emultempl/genelf.em (gld${EMULATION_NAME}_before_allocation): New.
518         (LDEMUL_BEFORE_ALLOCATION): Define.
520 2010-02-15  Nick Clifton  <nickc@redhat.com>
522         * po/vi.po: Updated Vietnamese translation.
524 2010-02-10  Richard Sandiford  <r.sandiford@uk.ibm.com>
526         * Makefile.am (CFILES): Add ldlex-wrapper.c.
527         (OFILES): Replace ldlex.c with ldlex-wrapper.c.
528         (ldlex.o): Replace with...
529         (ldlex-wrapper.o): ...this new rule.
530         (EXTRA_ld_new_SOURCES): Add ldlex.l.
531         (ld_new_SOURCES): Replace ldlex.l with ldlex-wrapper.c.
532         * Makefile.in: Regenerate.
533         * ldlex.l (sysdep.h): Don't include here.
534         * ldlex-wrapper.c: New file.
536 2010-02-09  Alan Modra  <amodra@gmail.com>
538         * emultempl/ppc64elf.em (ppc_before_allocation): Update for changed
539         function parameters.
541 2010-02-05  Nick Clifton  <nickc@redhat.com>
543         * configure.in (ALL_LIBGUAS): Add bg.
544         * configure: Regenerate.
545         * po/bg.po: New Bulgarian translation.
547 2010-02-05  Ryan Mansfield  <rmansfield@qnx.com>
549         * emultempl/armelf.em (PARSE_AND_LIST_OPTIONS): Fix help for
550         --target1-abs and --target1-rel options.
552 2010-02-03  Nick Clifton  <nickc@redhat.com>
554         * emultempl/alphaelf.em: Update value expected from elf_object_id.
555         * emultempl/hppaelf.em: Likewise.
556         * emultempl/mipself.em: Likewise.
557         * emultempl/ppc32elf.em: Likewise.
558         * emultempl/ppc64elf.em: Likewise.
560 2010-02-03  Alan Modra  <amodra@gmail.com>
562         * emultempl/ppc64elf.em (build_toc_list): Report errors from
563         ppc64_elf_next_toc_section.
564         (after_allocation): Update for changed function names and params.
565         Run second pass of multitoc partitioning.
567 2010-01-21  Jon Grant  <jg@jguk.org>
568             Nick Clifton  <nickc@redhat.com>
570         PR 4437
571         * ldfile.c: (ldfile_open_file): Do not stop link upon encountering
572         a missing file or library.  Instead mark the entry as missing and
573         set the global flag to indicate that missing files were
574         encountered.
575         * ldlang.c (missing_files): New exported variable.
576         (load_symbols): Skip loading if the file is missing.
577         (open_input_bfds): Terminate link if any input files were
578         missing.
579         * ldlang.h (struct lang_input_statement_struct): Add missing_file
580         field.
581         Add export of missing_file variable.
583 2010-01-13  DJ Delorie  <dj@redhat.com>
585         * emultempl/elf32.em (_place_orphan): If an input section doesn't
586         match an existing output section, but an unused output section
587         statement does match, use it.
588         * emultempl/pe.em (_place_orphan): Likewise.
589         * emultempl/pep.em (_place_orphan): Likewise.
591 2010-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
593         * configure: Regenerate.
594         * Makefile.in: Regenerate.
596 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
598         * ldver.c (ldversion): Change to "Copyright 2010".
600 2010-01-08  Alan Modra  <amodra@gmail.com>
602         PR 11107
603         * emultempl/vxworks.em: Expand tr arguments to suit non-GNU tr.
605 For older changes see ChangeLog-2009
607 Local Variables:
608 mode: change-log
609 left-margin: 8
610 fill-column: 74
611 version-control: never
612 End: