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