[ bfd/ChangeLog ]
[binutils.git] / ld / ChangeLog
blob14c5a2a296e6687b02e5e7ffd76c6e4af6ba83cf
1 2006-07-19  Alan Modra  <amodra@bigpond.net.au>
3         * ld.h (handle_asneeded_cref): Declare.
4         * ldcref.c: Include objalloc.h.
5         (old_table, old_count, old_tab, alloc_mark): New variables.
6         (tabsize, entsize, refsize, old_symcount): Likewise.
7         (add_cref): Use bfd_hash_allocate for refs.
8         (handle_asneeded_cref): New function.
9         * ldmain.c (notice): Call handle_asneeded_cref for NULL name.
11 2006-07-14  Michael Wetherell  <mike.wetherell@ntlworld.com>
13         * configure.tgt (i[3-7]86-*-solaris2*, i[3-7]86-*-solaris*): Correct
14         typo setting targ_extra_libpath.
16 2006-07-10  Jakub Jelinek  <jakub@redhat.com>
18         * scripttempl/elf.sc: Add .gnu.hash section.
19         * emultempl/elf32.em (OPTION_HASH_STYLE): Define.
20         (gld${EMULATION_NAME}_add_options): Register --hash-style option.
21         (gld${EMULATION_NAME}_handle_option): Handle it.
22         (gld${EMULATION_NAME}_list_options): Document it.
23         * ldmain.c (main): Initialize emit_hash and emit_gnu_hash.
24         * ld.texinfo: Document --hash-style option.
26 2006-07-10  Nick Clifton  <nickc@redhat.com>
28         * po/zh_TW.po: New Chinese (traditional) translation.
29         * configure.in (ALL_LINGUAS): Add zh_TW.
30         * configure: Regenerate.
32 2006-07-07  Nick Clifton  <nickc@redhat.com>
34         PR ld/2874
35         * ld.texinfo: Remove "Using LD" from the title since it is
36         redundant.
38 2006-07-06  Mohammed Adnène Trojette  <adn@diwi.org>
40         PR ld/2877
41         * ld.texinfo: Fix spelling mistakes.
43 2006-06-27  Pedro Alves  <pedro_alves@portugalmail.pt>
44             Nick Clifton  <nickc@redhat.com>
46         * emultempl/pe.em (gld_$_open_dynamic_archive): Compute maximum
47         length of format strings in the libname_fmt[] array, rather than
48         relying upon a statically chosen value.  Adjust xmalloc call to
49         use this longest length.
51 2006-06-27  Nick Clifton  <nickc@redhat.com>
53         * ld.texinfo (-rpath-link): Clarify distinction between -rpath and
54         -rpath-link.
56 2006-06-23  Daniel Jacobowitz  <dan@codesourcery.com>
58         * configure.tgt (i[3-7]86-*-solaris2*, i[3-7]86-*-solaris*): Set
59         targ_extra_libpath.
61 2006-06-23  Pedro Alves <pedro_alves@portugalmail.pt>
63         * pe-dll.c (pe_details_type): Add new pointer for symbols list
64         autofilter. 
65         (autofilter_symbollist): Split into autofilter_symbollist_generic
66         and autofilter_symbollist_i386.
67         (pe_detail_list): Add autofilter_symbollist_i386 to i386 case and
68         autofilter_symbollist_generic for all the others.
69         (autofilter_symbolprefixlist): Moved _fmode, _impure_ptr, cygwin_attach_dll,
70         cygwin_premain0, cygwin_premain1, cygwin_premain2, cygwin_premain3, environ,
71         into autofilter_symbollist_i386.
72         (auto_export): Get autofilter_symbollist from pe_details.
74 2006-06-22  Nick Clifton  <nickc@redhat.com>
76         PR ld/2757
77         * emultempl/pe.em (gld_$_after_open): When reporting non PE format
78         output files mention the file name and the fact that it is an
79         output file.
81 2006-06-22  Danny Smith  <dannysmith@users.sourceforge.net>
83         * emultempl/pe.em (gld_${EMULATION_NAME}_open_dynamic_archive): 
84         Restructure.  Add native "%s.lib" format to search list
85         * ld.texinfo (node WIN32): Update documentation on dynamic lib
86         search order. Add another reason for using import libs. 
88 2006-06-21  Mark Shinwell  <shinwell@codesourcery.com>
90         * ldlang.c (lang_insert_orphan): Correctly handle the case where
91         the section is to end up after the section currently at the end
92         of the list in output_bfd.
94 2006-06-21  Hans-Peter Nilsson  <hp@bitrange.com>
96         * emultempl/mmo.em: Improve comments.  Explain why there's
97         ELF-stuff here.
99 2006-06-21  Alan Modra  <amodra@bigpond.net.au>
101         * emultempl/elf-generic.em (gld${EMULATION_NAME}_map_segments): Limit
102         loop to ten iterations.  Throw away any previous linker generated
103         segment map.
104         * ldlang.c (lang_phdr_list): Make global.
105         * ldlang.h (lang_phdr_list): Declare.
106         * Makefile.am (ELF_GEN_DEPS): Define.  Use in emul deps.
107         * Makefile.in: Regenerate.
109 2006-06-20  Alan Modra  <amodra@bigpond.net.au>
111         * Makefile.am (ELF_DEPS): Define.  Use in emul file deps.  Fix
112         many ELF emul file deps that incorrectly said they needed elf32.em
113         instead of generic.em.  Add genelf.em as required.
114         * Makefile.in: Regenerate.
115         * ldlang.c (lang_process): Call ldemul_finish before
116         lang_check_section_addresses.
117         * emulparams/arcelf.sh: Generic elf target needs genelf.
118         * emulparams/d30v_e.sh: Likewise.
119         * emulparams/d30v_o.sh: Likewise.
120         * emulparams/d30velf.sh: Likewise.
121         * emulparams/elf32_dlx.sh: Likewise.
122         * emulparams/elf32_i860.sh: Likewise.
123         * emulparams/elf32fr30.sh: Likewise.
124         * emulparams/elf32frv.sh: Likewise.
125         * emulparams/elf32iq10.sh: Likewise.
126         * emulparams/elf32iq2000.sh: Likewise.
127         * emulparams/elf32mt.sh: Likewise.
128         * emulparams/mn10200.sh: Likewise.
129         * emulparams/or32.sh: Likewise.
130         * emulparams/or32elf.sh: Likewise.
131         * emulparams/pjelf.sh: Likewise.
132         * emulparams/msp430all.sh: Likewise.  Extract common entries.
133         * emulparams/pjlelf.sh: Include pjelf.sh.
134         * emulparams/elf32frvfd.sh (EXTRA_EM_FILE): Unset.
135         * emulparams/mn10300.sh (EXTRA_EM_FILE): Unset.
136         * emultempl/elf-generic.em: New file.
137         * emultempl/genelf.em: New file.
138         * emultempl/elf32.em: Include elf-generic.em.
139         (gld${EMULATION_NAME}_layout_sections_again): Delete.
140         (gld${EMULATION_NAME}_finish): Call gld${EMULATION_NAME}_map_segments.
141         * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
142         (gld${EMULATION_NAME}_finish): Rename from hppaelf_finish.  Call
143         gld${EMULATION_NAME}_map_segments.
144         (LDEMUL_FINISH): Update.
145         * emultempl/mmo.em: Correct comment.  Include elf-bfd.h and
146         source elf-generic.em.
147         (mmo_finish): Call gld${EMULATION_NAME}_map_segments.
148         * emultempl/ppc64elf.em (ppc_layout_sections_again): Likewise.
149         (gld${EMULATION_NAME}_finish): Rename from ppc_finish.  Call
150         gld${EMULATION_NAME}_map_segments.
151         (LDEMUL_FINISH): Update.
153 2006-06-19  Alan Modra  <amodra@bigpond.net.au>
155         * ldexp.c (fold_name): Adjust bfd_sizeof_headers call.
157 2006-06-14  Kevin F. Quinn  <kevquinn@gentoo.org>
159         * ld.texinfo: Document new -z lazy option.
160         * emultempl/elf32.em (gld${EMULATION_NAME}_handle_option): Handle
161         new option.
162         (gld${EMULATION_NAME}_list_options): Update help text.
164 2006-06-12  Fred Fish  <fnf@specifix.com>
166         * emulparams/elf32bmip.sh (OTHER_SECTIONS): Keep the
167         ".mdebug.<abi>" and ".gcc_compiled_long<size>" sections
168         generated by mips gcc.
170 2006-06-12  Thiemo Seufer  <ths@mips.com>
172         * emulparams/elf64bmip.sh, emulparams/elf64btsmip.sh (COMMONPAGESIZE):
173         Define.
175 2006-06-09  Alan Modra  <amodra@bigpond.net.au>
177         * ldlang.h (lang_input_statement_type): Use bitfields for booleans.
178         * ldlang.c (struct out_section_hash_entry): Rename from
179         output_statement_hash_entry.  Delete output_section_statement_type
180         entry.  Add statement_union_type entry.  Adjust all users.
181         (output_section_statement_table): Rename from output_statement_table.
182         Adjust all users.
183         (output_section_statement_newfunc): Rename from
184         output_statement_newfunc.  Adjust all users.
185         (output_section_statement_table_init): Rename from
186         output_statement_table_init.  Adjust all users.
187         (output_section_statement_table_free): Rename from
188         output_statement_table_free.  Adjust all users.
190 2006-06-07  Joseph S. Myers  <joseph@codesourcery.com>
192         * po/Make-in (pdf, ps): New dummy targets.
194 2006-06-07  Alan Modra  <amodra@bigpond.net.au>
196         * ldlang.h (enum section_type): Delete dsect_section, copy_section,
197         info_section and overlay_section.  Add noalloc_section.
198         * ldlang.c (lang_add_section): Adjust.
199         * ldgram.y (type): Adjust.
201 2006-06-06  Alan Modra  <amodra@bigpond.net.au>
203         * ldlang.c (init_os): Whitespace.
204         (map_input_to_output_sections): Don't init_os for lang_input_section.
205         (print_all_symbols): Remove forward declaration.  Convert to ISO C.
207 2006-06-05  Daniel Jacobowitz  <dan@codesourcery.com>
209         * po/Make-in (top_builddir): Define.
211 2006-06-05  Alan Modra  <amodra@bigpond.net.au>
213         * ldexp.c (exp_get_abs_int): Make error message the same as
214         others emitted in this file.
216 2006-06-05  Alan Modra  <amodra@bigpond.net.au>
218         * config.in: Regenerate.
220 2006-06-05  Alan Modra  <amodra@bigpond.net.au>
222         * ldlang.c (lookup_name): Delete dead code.  Remove FIXMEs.
224 2006-06-03  Alan Modra  <amodra@bigpond.net.au>
226         * emultempl/elf32.em (global_found): Make it a pointer.
227         (stat_needed, try_needed): Adjust.
228         (check_needed): Don't skip non-loaded as-needed entries.  Only
229         consider entries with both filename and the_bfd non-null.
230         (after_open): Try loading non-loaded as-needed libs to satisfy
231         DT_NEEDED libs.
233 2006-06-02  Joseph S. Myers  <joseph@codesourcery.com>
235         * Makefile.am (TEXI2DVI): Add -I $(top_srcdir)/../libiberty.
236         * Makefile.in: Regenerate.
238 2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
240         * Makefile.am: Replace INTLLIBS and INTLDEPS with LIBINTL
241         and LIBINTL_DEP everywhere.
242         (INTLLIBS): Remove.
243         (INCLUDES): Use @INCINTL@.
244         * configure.in: Use ZW_GNU_GETTEXT_SISTER_DIR and AM_PO_SUBDIRS.
245         Remove local code for po/Makefile.
246         * Makefile.in, configure: Regenerated.
248 2006-05-30  H.J. Lu  <hongjiu.lu@intel.com>
250         * emulparams/arcelf.sh (MAXPAGESIZE): Changed to
251         "CONSTANT (MAXPAGESIZE)".
252         * emulparams/armelf_nbsd.sh: Likewise.
253         * emulparams/armelf_vxworks.sh: Likewise.
254         * emulparams/armnto.sh: Likewise.
255         * emulparams/armsymbian.sh: Likewise.
256         * emulparams/crislinux.sh: Likewise.
257         * emulparams/elf32_i860.sh: Likewise.
258         * emulparams/elf32_i960.sh: Likewise.
259         * emulparams/elf32am33lin.sh: Likewise.
260         * emulparams/elf32bfinfd.sh: Likewise.
261         * emulparams/elf32bmipn32-defs.sh: Likewise.
262         * emulparams/elf32frvfd.sh: Likewise.
263         * emulparams/elf32i370.sh: Likewise.
264         * emulparams/elf32lppcnto.sh: Likewise.
265         * emulparams/elf32mcore.sh: Likewise.
266         * emulparams/elf32openrisc.sh: Likewise.
267         * emulparams/elf32ppcnto.sh: Likewise.
268         * emulparams/elf32ppcwindiss.sh: Likewise.
269         * emulparams/elf32vax.sh: Likewise.
270         * emulparams/elf32xc16x.sh: Likewise.
271         * emulparams/elf32xc16xl.sh: Likewise.
272         * emulparams/elf32xc16xs.sh: Likewise.
273         * emulparams/elf64_aix.sh: Likewise.
274         * emulparams/elf64hppa.sh: Likewise.
275         * emulparams/elf64mmix.sh: Likewise.
276         * emulparams/elf_i386_be.sh: Likewise.
277         * emulparams/elf_i386_chaos.sh: Likewise.
278         * emulparams/elf_i386_ldso.sh: Likewise.
279         * emulparams/hppa64linux.sh: Likewise.
280         * emulparams/hppalinux.sh: Likewise.
281         * emulparams/hppaobsd.sh: Likewise.
282         * emulparams/i386lynx.sh: Likewise.
283         * emulparams/i386moss.sh: Likewise.
284         * emulparams/i386nto.sh: Likewise.
285         * emulparams/i386nw.sh: Likewise.
286         * emulparams/m32relf_linux.sh: Likewise.
287         * emulparams/m68kpsos.sh: Likewise.
288         * emulparams/or32elf.sh: Likewise.
289         * emulparams/pjelf.sh: Likewise.
290         * emulparams/pjlelf.sh: Likewise.
291         * emulparams/ppclynx.sh: Likewise.
292         * emulparams/ppcnw.sh: Likewise.
293         * emulparams/shelf32_nbsd.sh : Likewise.
294         * emulparams/shelf_nbsd.sh: Likewise.
295         * emulparams/shelf_nto.sh: Likewise.
296         * emulparams/shlelf_nto.sh: Likewise.
297         * emulparams/xtensa-config.sh: Likewise.
299         * emulparams/armelf_linux.sh (MAXPAGESIZE): Changed to
300         "CONSTANT (MAXPAGESIZE)".
301         (COMMONPAGESIZE): Changed to "CONSTANT (COMMONPAGESIZE)".
302         * emulparams/elf32_sparc.sh: Likewise.
303         * emulparams/elf32bmip.sh: Likewise.
304         * emulparams/elf32ppccommon.sh: Likewise.
305         * emulparams/elf64_ia64.sh: Likewise.
306         * emulparams/elf64_s390.sh: Likewise.
307         * emulparams/elf64_sparc.sh: Likewise.
308         * emulparams/elf64alpha.sh: Likewise.
309         * emulparams/elf64ppc.sh: Likewise.
310         * emulparams/elf_i386.sh: Likewise.
311         * emulparams/elf_i386_vxworks.sh: Likewise.
312         * emulparams/elf_s390.sh: Likewise.
313         * emulparams/elf_x86_64.sh: Likewise.
314         * emulparams/shlelf32_linux.sh: Likewise.
315         * emulparams/shlelf_linux.sh: Likewise.
317         * emulparams/elf32bmipn32.sh (COMMONPAGESIZE): Changed to
318         "CONSTANT (COMMONPAGESIZE)".
319         * emulparams/elf32btsmipn32.sh: Likewise.
321         * emultempl/elf32.em (gld${EMULATION_NAME}_handle_option): Add
322         "-z max-page-size=" and "-z common-page-size=".
323         (gld${EMULATION_NAME}_list_options): Likewise.
325         * ld.h (ld_config_type): Add maxpagesize and commonpagesize.
327         * ld.texinfo: Document "-z max-page-size=" and
328         "-z common-page-size=".
330         * ldexp.c (exp_print_token): Handle CONSTANT.
331         (fold_name): Likewise.
332         * ldgram.y: Likewise.
333         * ldlex.l: Likewise.
335         * ldmain.c (main): Initiliaze config.maxpagesize and
336         config.commonpagesize. Call bfd_emul_set_maxpagesize if
337         config.maxpagesize isn't 0. Call bfd_emul_set_commonpagesize if
338         config.commonpagesize config.maxpagesize isn't 0.
340 2006-05-30  Nick Clifton  <nickc@redhat.com>
342         * po/es.po: Updated Spanish translation.
344 2006-05-25  H.J. Lu  <hongjiu.lu@intel.com>
346         * emulparams/elf_x86_64.sh (MAXPAGESIZE): Updated to 0x200000.
348 2006-05-24  H.J. Lu  <hongjiu.lu@intel.com>
350         PR ld/1485
351         * configure.in: Use ${srcdir}/../bfd/config.bfd to check 64bit
352         bfd.  Support 64bit host for --enable-targets=all.
353         * configure: Regenerated.
355 2006-05-24  Nick Clifton  <nickc@redhat.com>
357         * po/vi.po: Updated Vietnamese translation.
359 2006-05-24  Bjoern Haase  <bjoern.m.haase@web.de> 
361         * configure.tgt: Add avr6 to emulation list.
362         * Makefile.am: Add eavr6.o and corresponding rule.
363         * Makefile.in: Regenerate.
364         * emulparams/avr6.sh: New file.
365         * emulparams/avrX.sh (TEMPLATE_NAME): Use elf32 instead of generic
366         for target option support.
367         (EXTRA_EM_FILE): Add reference to new em template file avrelf.
368         * scripttempl/avr.sc: Add ".trampolines" section.       
369         * emultempl/avrelf.em: Add new file for target specific options.
371 2006-05-22  Nick Clifton  <nickc@redhat.com>
373         * scripttempl/elf32crx.sc (.rdata): Add .rodata.*.
375 2006-05-19  Alan Modra  <amodra@bigpond.net.au>
377         * ldlang.c (lang_size_sections_1): Don't check mem regions for
378         os->ignored sections.
380 2005-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
382         * ldlang.c (lang_size_sections): Call lang_reset_memory_regions
383         before redoing one_lang_size_sections_pass.
385 2006-05-11  Carlos O'Donell  <carlos@codesourcery.com>
387         * ld.texinfo: Rename "Index" to "LD Index" 
389 2006-05-11  Pedro Alves  <pedro_alves@portugalmail.pt>
391         * pe-dll.c (autofilter_symbollist): Add Dllmain,
392         DllMainCRTStartup, _DllMainCRTStartup and .text.
393         (autofilter_liblist): Add libcegcc.
394         (autofilter_symbolprefixlist): Add __imp_ and .idata$.
395         (generate_reloc): Do not skip sections without a SEC_LOAD flag,
396         they can still contain relocs that need processing.
397         Skip the .idata$6 section.
398         (jmp_arm_bytes): New array: Contains byte codes for an ARM jump.
399         (make_one): Use the new array.
400         (make_import_fixup_entry): Use .idata$2 instead of .idata$3.
401         * emultempl/pe.em (MajorSubsystemVersion): Set to 3 for armpe.
403 2006-05-05  Alan Modra  <amodra@bigpond.net.au>
405         * ld.texinfo: Document PowerPC and PowerPC64 options.
406         * gen-doc.texi: Enable.
408 2006-05-02  Daniel Jacobowitz  <dan@codesourcery.com>
410         * Makefile.am (AM_MAKEINFOFLAGS): Add libiberty.
411         (TEXI2POD): Use AM_MAKEINFOFLAGS.
412         (configdoc.texi): Don't set top_srcdir.
413         * ld.texinfo: Don't use top_srcdir.
414         * aclocal.m4, Makefile.in: Regenerated.
416 2006-04-19  Alan Modra  <amodra@bigpond.net.au>
418         * ldlang.c (wild): Tidy default_common_section loop.
419         (print_input_section): Format.
421         * configure: Regenerate.
423 2006-04-16  Daniel Jacobowitz  <dan@codesourcery.com>
425         * po/POTFILES.in: Regenerated.
427 2006-04-16  Daniel Jacobowitz  <dan@codesourcery.com>
429         * config.in: Regenerated.
431 2006-04-14  David Heine  <dlheine@tensilica.com>
432             Bob Wilson  <bob.wilson@acm.org>
434         * emultempl/xtensaelf.em (elf_xtensa_before_allocation): Call new
435         function to strip inconsistent linkonce sections.
436         (input_section_linked_worker, input_section_linked): New.
437         (is_inconsistent_linkonce_section): New.
438         (xtensa_strip_inconsistent_linkonce_sections): New.
440 2006-04-11  Diego Pettenò  <flameeyes@gentoo.org>
442         * emultempl/elf32.em: Add support for elf-hints.h on FreeBSD
443         and Dragonfly targets.
444         * configure.in (AC_CHECK_HEADERS): Add elf-hints.h.
445         * Makefile.am (HFILES): Add elf-hints-local.h.
446         * elf-hints-local.h: New file.
447         * Makefile.in: Regenerate.
448         * configure: Regenerate.
450 2006-04-07  Bernhard Fischer  <aldot@gcc.gnu.org>
452         * ld.texinfo: Fix typo in documentation of --check-sections.
454 2006-04-07  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
456         * ldlang.c (load_symbols): Set as_needed and add_needed according
457         to the corresponding script's fields while processing it.
459 2006-04-06  Carlos O'Donell  <carlos@codesourcery.com>
461         * Makefile.am: Add install-html, install-html-am, and
462         install-html-recursive targets.
463         * Makefile.in: Regenerate.
464         * configure.in: AC_SUBST datarootdir, docdir, htmldir.
465         * configure: Regenerate.
466         * po/Make-in: Add install-html target.
468 2006-04-06  H.J. Lu  <hongjiu.lu@intel.com>
470         * emultempl/ia64elf.em: Set link_info.relax_pass to 2. Remove
471         link_info.need_relax_finalize.
473         * ldlang.c (relax_sections): New.
474         (lang_process): Use. Call relax_sections link_info.relax_pass
475         times.
477         * ldmain.c (main): Set link_info.relax_pass to 1. Remove
478         link_info.need_relax_finalize.
480 2006-04-05  Alan Modra  <amodra@bigpond.net.au>
482         * Makefile.am (GENSCRIPTS): Pass prefix.
483         * Makefile.in: Regenerate.
484         * genscripts.sh: Adjust for extra parameter.
485         * emultempl/elf32.em (parse_ld_so_conf): Return true iff file
486         exists.
487         (check_ld_so_conf): Use ${prefix}/etc/ld.so.conf if it exists.
488         * NEWS: Update.
490 2006-04-05  Richard Sandiford  <richard@codesourcery.com>
491             Daniel Jacobowitz  <dan@codesourcery.com>
493         * configure.tgt (sparc*-*-vxworks*): New stanza.
494         * emulparams/elf32_sparc_vxworks.sh: New file.
495         * Makefile.am (ALL_EMULATIONS): Add eelf32_sparc_vxworks.o.
496         (eelf32_sparc_vxworks.c): New rule.
497         * Makefile.in: Regenerate.
499 2006-04-04  Eric Botcazou  <ebotcazou@adacore.com>
501         * ldlang.c (lang_map): Print the list of discarded input sections.
502         (print_input_section): Change parameter and print zero-sized sections.
503         (print_statement): Adjust call to print_input_section.
505 2006-04-01  Danny Smith  <dannysmith@users.sourceforge.net>
507         * deffilep.y (def_image_name): If LIBRARY or NAME statement
508         specifies an empty string, retain the name specified on command
509         line.
510         * ld.texinfo: Document above.
512 2006-03-31  Jakub Jelinek  <jakub@redhat.com>
514         * ldmisc.c (vfinfo): Revert 2005-10-05 changes.  If
515         bfd_find_nearest_line succeeded for %C or %D, but filename
516         is NULL, print section+offset at the end.
518 2006-03-25  Bernd Schmidt  <bernd.schmidt@analog.com>
520         * emulparams/elf32bfinfd.sh: New file.
521         * emultempl/bfin.em: Delete.
522         * emulparams/bfin.sh: Lose reference to bfin.em.
523         * Makefile.am (eelf32bfin.c): Likewise.
524         (eelf32bfinfd.c): New.
525         * Makefile.in: Regenerate.
526         * configure.tgt (bfin-*-elf, bfin-*-uclinux): Add elf32bfinfd to
527         targ_extra_emuls.
529 2006-03-22  Richard Sandiford  <richard@codesourcery.com>
530             Daniel Jacobowitz  <dan@codesourcery.com>
531             Phil Edwards  <phil@codesourcery.com>
532             Zack Weinberg  <zack@codesourcery.com>
533             Mark Mitchell  <mark@codesourcery.com>
534             Nathan Sidwell  <nathan@codesourcery.com>
536         * configure.tgt (mips*el-*-vxworks*, mips*-*-vxworks*): Use
537         separate VxWorks emulations.
538         * emulparams/elf32ebmipvxworks.sh: New file.
539         * emulparams/elf32elmipvxworks.sh: New file.
540         * Makefile.am (ALL_EMULATIONS): Add eelf32ebmipvxworks.o and
541         eelf32elmipvxworks.o.
542         (eelf32ebmipvxworks.c, eelf32elmipvxworks.c): New rules.
543         * Makefile.in: Regenerate.
545 2006-03-16  Alan Modra  <amodra@bigpond.net.au>
547         PR 2434
548         * ldcref.c (add_cref): Adjust bfd_hash_table_init calls.
549         * ldlang.c (output_statement_table_init, lang_init): Likewise.
550         * ldmain.c (add_ysym, add_wrap, add_keepsyms_file): Likewise.
551         (undefined_symbol): Likewise.
553 2006-03-07  Richard Sandiford  <richard@codesourcery.com>
554             Daniel Jacobowitz  <dan@codesourcery.com>
555             Zack Weinberg  <zack@codesourcery.com>
556             Nathan Sidwell  <nathan@codesourcery.com>
557             Paul Brook  <paul@codesourcery.com>
558             Ricardo Anguiano  <anguiano@codesourcery.com>
559             Phil Edwards  <phil@codesourcery.com>
561         * emulparams/armelf_vxworks.sh: Include vxworks.sh.
562         (MAXPAGESIZE): Define.
563         * emulparams/vxworks.sh: Undefine EMBEDDED.
564         * Makefile.am (earmelf_vxworks.c): Depend on vxworks.sh and vxworks.em.
565         * Makefile.in: Regenerate.
567 2006-03-03  Bjoern Haase  <bjoern.m.haase@web.de>
569         * scripttempl/avr.sc:  Add *(.jumptables) *(.lowtext) sections.
570         Add KEEP() directives.
571         Add *(.data*) *(.rodata) and *(.rodata*) and *(.bss*) to .data and
572         .bss output sections.
574 2006-03-03  Richard Sandiford  <richard@codesourcery.com>
576         * emulparams/vxworks.sh (VXWORKS_BASE_EM_FILE): New variable.
577         (EXTRA_EM_FILE): Define.
578         * emultempl/vxworks.em: New file.
579         * ld.texinfo (--force-dynamic): Document.
580         * Makefile.am (eelf32ppcvxworks.cm, eelf_i386_vxworks.c): Depend
581         on vxworks.em.
582         * Makefile.in: Regenerate.
584 2006-03-02  Richard Sandiford  <richard@codesourcery.com>
586         * emulparams/elf32ppccommon.sh: New file, extracted from...
587         * emulparams/elf32ppc.sh: ...here.
588         * emulparams/elf32ppcvxworks.sh: Include elf32ppccommon.sh
589         instead of elf32ppc.sh.
590         (BSS_PLT): Remove override.
591         * Makefile.am (eelf32lppc.c): Depend on elf32ppccommons.h.
592         (eelf32lppcnto.c, eelf32lppcsim.c, eelf32ppcnto.c): Likewise.
593         (eelf32ppc.c, eelf32ppc_fbsd.c, eelf32ppcsimm): Likewise.
594         (eelf32ppclinux.c): Likewise.
595         (eelf32ppcvxworks.c): Likewise.  Add missing vxworks.sh dependency.
596         * Makefile.in: Regenerate.
598 2006-02-27  Carlos O'Donell  <carlos@codesourcery.com>
600         * Makefile.am: Add html target.
601         * Makefile.in: Regenerate.
602         * po/Make-in: Add html target.
604 2006-02-17  Shrirang Khisti  <shrirangk@kpitcummins.com>
605             Anil Paranjape   <anilp1@kpitcummins.com>
606             Shilin Shakti    <shilins@kpitcummins.com>
608         * scripttemp/elf32xc16x.sc: Default linker script for tiny model.
609         * scripttemp/elf32xc16xl.sc: Default linker script for large model.
610         * scripttemp/elf32xc16xs.sc: Default linker script for small model.
611         * emulparams/elf32xc16x.sh: Emulation script for tiny model.
612         * emulparams/elf32xc16xl.sh: Emulation script for large model.
613         * emulparams/elf32xc16xs.sh: Emulation script for small model.
614         * Makefile.am: Add entry to make xc16x target.
615         * Makefile.in: Regenerate.
616         * configure.tgt: Specify default and other emulation parameters
617         for xc16x.
618         * NEWS: Announce the support for the new target.
620 2006-02-16  Nick Hudson  <nick.hudson@dsl.pipex.com>
622         * configure.tgt (mips*el-*-netbsd*, mips*-*-netbsd*):
623         Use the traditional target.
625 2006-02-13  Joseph S. Myers  <joseph@codesourcery.com>
627         * configure.tgt (arm*b-*-linux-gnueabi): Change to
628         arm*b-*-linux-*eabi.
629         (arm*-*-linux-gnueabi): Change to arm*-*-linux-*eabi.
631 2006-02-08  H.J. Lu  <hongjiu.lu@intel.com>
633         PR ld/2290
634         * NEWS: Updated for the Linux linker search order change.
636         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Call
637         gld${EMULATION_NAME}_check_ld_so_conf before checking default
638         search directories for DT_NEEDED entries.
640 2006-02-07  Paul Brook  <paul@codesourcery.com>
642         * emultempl/armelf.em: Include elf/arm.h.
643         (arm_elf_finish): Set low address bit if enty point is a Thumb
644         function.
646 2006-02-01  Danny Smith  <dannysmith@users.sourceforge.net>
648         * deffilep.y (def_image_name): If the image name does not have
649         a suffix, append the default.
650         * ld.texinfo: Document NAME, LIBRARY usage in PE-COFF .def files.
652 2006-01-31  Danny Smith  dannysmith@users.sourceforge.net
654         * NEWS: Mention support for forward exports in PE-COFF dll's.
655         * ld.texinfo: Expand documentation of EXPORT statements in
656         PE-COFF .def files.
658 2006-01-31  Filip Navara  <navaraf@reactos.com>
660         * deffile.h (struct def_file_export): Add field flag_forward.
661         * pe-dll.c (process_def_file): Check for forward exports.
662         (generate_edata): Generate forward export symbols.
663         (fill_edata): Emit them.
665         * pe-dll.c (process_def_file): Don't crash on malformed
666         fastcall symbol names in .def file.
668 2006-01-30  Nick Clifton  <nickc@redhat.com>
670         * po/vi.po: Updated Vietnamese translation.
672 2006-01-27  Yitzchak Scott-Thoennes  <sthoenna@efn.org>
674         * pe-dll.c (pe_dll_generate_implib): Issue "Creating library
675         file:" as informational message, not a warning.
677 2006-01-18  Roger Sayle  <roger@eyesopen.com>
679         * emultempl/irix.em: Use lbasename instead of basename.
681 2006-01-16  Nick Clifton  <nickc@redhat.com>
683         * po/zh_CN.po: New Chinese (simplified) translation.
684         * configure.in (ALL_LINGUAS): Add "zh_CH".
685         * configure: Regenerate.
687 2006-01-16  Bernhard Fischer  <aldot@gcc.gnu.org>
689         * ld.texinfo (Options): Fix typo.
691 For older changes see ChangeLog-2005
693 Local Variables:
694 mode: change-log
695 left-margin: 8
696 fill-column: 74
697 version-control: never
698 End: