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