2006-10-24 H.J. Lu <hongjiu.lu@intel.com>
[external/binutils.git] / ld / ChangeLog
1 2006-10-24  H.J. Lu  <hongjiu.lu@intel.com>
2
3         * configure.in (AC_CHECK_HEADERS): Add limits.h and sys/param.h.
4         * configure: Regenerated.
5         * config.in: Likewise.
6
7 2006-10-23  Alan Modra  <amodra@bigpond.net.au>
8
9         * emulparams/h8300elf.sh (TINY_DATA_SECTION, TINY_BSS_SECTION): Don't
10         set section address on a relocatable link.
11
12         * ld.texinfo (Output Section Discarding): Fix xref.
13
14 2006-10-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15
16         * emulparams/shelf32.sh: Set default stack to 0x80000.
17         * emulparams/shelf64.sh: Likewise.
18
19 2006-10-20  Richard Sandiford  <richard@codesourcery.com>
20
21         * emulparams/elf32bmip.sh (OTHER_GOT_RELOC_SECTIONS): Define.
22         * emulparams/elf32bmipn32-defs.sh (OTHER_GOT_RELOC_SECTIONS): Likewise.
23
24 2006-10-19  Alan Modra  <amodra@bigpond.net.au>
25
26         * emultempl/armelf.em (arm_elf_before_allocation): Run
27         gld${EMULATION_NAME}_before_allocation later.
28         * ldlang.c (lang_size_sections_1): Revert 2006-09-15 change.
29
30 2006-10-18  Roy Marples  <uberlord@gentoo.org>
31
32         * emulparams/elf64_sparc_fbsd.sh (OUTPUT_FORMAT): Define as
33         elf64-sparc-freebsd.
34
35 2006-10-18  Joseph Myers  <joseph@codesourcery.com>
36
37         * configure.tgt (i[3-7]86-*-linux-*): Also define
38         targ_extra_libpath in want64 case.
39         * emulparams/elf_x86_64.sh: Handle i[3-7]86-*-linux-* the same as
40         x86_64*-linux*.
41
42 2006-10-17  Alan Modra  <amodra@bigpond.net.au>
43
44         * scripttempl/elf.sc (INTERP): Delete.  Move definition to..
45         (INITIAL_READONLY_SECTIONS): ..here.
46         * emulparams/criself.sh (INITIAL_READONLY_SECTIONS): Include .interp.
47         * emulparams/elf32bmip.sh (INITIAL_READONLY_SECTIONS): Ditto.
48         * emulparams/elf32bmipn32-defs.sh (INITIAL_READONLY_SECTIONS): Ditto.
49
50 2006-10-17  Alan Modra  <amodra@bigpond.net.au>
51
52         * ldlang.c (strip_excluded_output_sections): Do strip sections
53         that define syms, but don't ignore them.
54         * ld.texinfo (Output Section Discarding): Revise.
55         * emultempl/armcoff.em (gld${EMULATION_NAME}_finish): Always call
56         finish_default.
57
58 2006-10-16  Richard Sandiford  <richard@codesourcery.com>
59
60         * Makefile.am (eelf64bmip.c): Depend on emulparams/elf64bmip-defs.sh.
61         (eelf64btsmip.c, eelf64ltsmip.c): Likewise.
62         * Makefile.in: Regenerate.
63         * emulparams/elf32bmipn32-defs.sh (INITIAL_READONLY_SECTIONS): Include
64         .reginfo rather than .MIPS.options.
65         * emulparams/elf64bmip-defs.sh: New file.
66         * emulparams/elf64bmip.sh: Include it.
67         (COMMONPAGESIZE): Delete.
68         * emulparams/elf64btsmip.sh: As for elf64bmip.sh.
69
70 2006-10-12  Bob Wilson  <bob.wilson@acm.org>
71
72         * emultempl/xtensaelf.em (is_inconsistent_linkonce_section): Check
73         for linkonce XCC exception tables (".e" and ".h").
74
75 2006-10-11  Bob Wilson  <bob.wilson@acm.org>
76
77         * emulparams/elf32xtensa.sh (TEXT_PLT): Enable.
78         (OTHER_READONLY_SECTIONS): Add linkonce .xt_except_table sections.
79         (OTHER_READWRITE_SECTIONS): Add linkonce .xt_except_desc sections.
80         (OTHER_SDATA_SECTIONS): New.
81         * scripttempl/elfxtensa.sc: Import changes from elf.sc.
82
83 2006-10-11  Jakub Jelinek  <jakub@redhat.com>
84
85         * ldlang.c (lang_append_dynamic_list): When appending, add all elements
86         of the dynamic list rather than just the first entry.
87
88 2006-10-10  Bob Wilson  <bob.wilson@acm.org>
89
90         * emulparams/elf32xtensa.sh (GENERATE_PIE_SCRIPT): Enable.
91
92 2006-10-06  Mike Frysinger  <vapier@gentoo.org>
93
94         * genscripts.sh: Respect LIBPATH_SUFFIX when not using sysroot.
95
96 2006-10-04  Bob Wilson  <bob.wilson@acm.org>
97
98         * emulparams/xtensa-config.sh: Delete file.
99         * emulparams/elf32xtensa.sh: Set MAXPAGESIZE here instead of including
100         xtensa-config.sh.
101         * Makefile.am (eelf32xtensa.c): Remove dependency on xtensa-config.sh.
102         * Makefile.in: Regenerate.
103
104 2006-10-03  Pedro Alves  <pedro_alves@portugalmail.pt>
105
106         * pe-dll.c : Fix typo.
107         (autofilter_symbolprefixlist) : Remove __imp_.
108         (is_import) : New.
109         (auto-export) : Remove  re-import check. Moved to callers.
110         (process_def_file) : Check is symbol is an import. Always
111         underscore __imp_.
112         Only skip underscore on underscored targets.
113         (make_one) : Always underscore __imp_.
114         (pe_create_runtime_relocator_reference) : Only underscore
115         _pei386_runtime_relocator on underscored targets.
116         (pe_process_import_defs) : Always underscore __imp_.
117         * pe.em (U) : New macro.
118         (set_pe_subsystem) : Remove underscore from _WinMainCRTStartup
119         on wince subsystem case.
120         (pe_find_data_imports) : Use U on "_head_".
121         (gld_${EMULATION_NAME}_unrecognized_file) : Use U.
122
123 2006-09-26  H.J. Lu  <hongjiu.lu@intel.com>
124
125         PR ld/3223
126         PR ld/3267
127         * ld.texinfo: Updated Output Section Discarding.
128
129         * ldlang.h (lang_output_section_statement_type): Add
130         section_relative_symbol.
131         * ldlang.c (strip_excluded_output_sections): Don't strip a
132         section with a symbol relative to it.
133         (lang_size_sections_1): Mark if an output section has a symbol
134         symbol relative to it.
135
136 2006-09-25  Bob Wilson  <bob.wilson@acm.org>
137
138         * ld.texinfo (Options): Update description of local symbols for -X.
139
140 2006-09-23  H.J. Lu  <hongjiu.lu@intel.com>
141
142         PR ld/3249
143         * scripttempl/elf.sc: Don't combine .gnu.linkonce.d.*personality*
144         and .gnu.linkonce.wi.* sections with .data and .debug_info for
145         relocatable link.
146
147 2006-09-20  Kai Tietz  <Kai.Tietz@onevision.com>
148
149         * configure.in: Add new target x86_64-pc-mingw64.
150         * configure: Regenerate.
151         * configure.tgt: Add definition of target emulation i386pep.
152         * Makefile.am: Add new target files for target-all.
153         * Makefile.in: Regenerate.
154         * pe-dll.c: Adjust to be inheritable by pep_dll.c as include.
155         Fix memory out of bounds excess for idata relocation section data.
156         * pep-dll.c: Add target specific shared object handling.
157         * pep-dll.h: Add target specific definitions for shared object handling.
158         * emulparams/i386pep.sh: Add new emulation params for target x86_64 coff.
159         * emultempl/pep.em: Add new emulation file for target x86_64 coff.
160         * po/POTFILES.in: Regenerate.
161         * scripttempl/pep.sc: Add linker script template for target x86_64 coff.
162         * NEWS: Mention new target.
163
164 2006-09-18  Thiemo Seufer  <ths@networkno.de>
165
166         * configure.tgt: Add mips*el-sde-elf* and mips*-sde-elf*
167         configurations.
168
169 2006-09-17  Mei Ligang  <ligang@sunnorth.com.cn>
170
171         * emulparams/scoreelf.sh: New file.
172         * emultempl/scoreelf.em: New file.
173         * Makefile.am: Add Score files.
174         * Makefile.in: Regenerate.
175         * configure.tgt: Add Score target.
176         * NEWS: Mention new target support.
177
178 2006-09-16  Nick Clifton  <nickc@redhat.com>
179             Pedro Alves  <pedro_alves@portugalmail.pt>
180
181         * ldctor.c: Make use of new STRING_COMMA_LEN and CONST_STRNEQ
182         macros defined in bfd.h.
183         * ldmain.c: Likewise.
184         * ldwrite.c: Likewise.
185         * lexsup.c: Likewise.
186         * pe-dll.c: Likewise.
187         * emultempl/aix.em: Likewise.
188         * emultempl/beos.em: Likewise.
189         * emultempl/elf32.em: Likewise.
190         * emultempl/pe.em: Likewise.
191         * emultempl/sunos.em: Likewise.
192         * emultempl/xtensaelf.em: Likewise.
193
194 2006-09-15  Nick Clifton  <nickc@redhat.com>
195
196         PR ld/3107
197         * ldlang.c (lang_size_sections_1): Do not abort when encountering
198         a non-empty section that is ignored.  Instead produce a warning
199         message.
200
201 2006-09-08  H.J. Lu  <hongjiu.lu@intel.com>
202
203         * ld.texinfo: Document --dynamic-list-cpp-typeinfo.
204
205 2006-09-07  H.J. Lu  <hongjiu.lu@intel.com>
206
207         * Makefile.am (CXX): Set to g++.
208         (CXX_FOR_TARGET): Likewise.
209         * Makefile.in: Regenerated.
210
211         * NEWS: Mention --dynamic-list.
212
213         * ld.texinfo: Document --dynamic-list.
214
215         * ldgram.y: Support dynamic list.
216
217         * ldlang.c (lang_process): Call lang_finalize_version_expr_head
218         on link_info.dynamic if needed.
219         (lang_append_dynamic_list): New.
220         (lang_append_dynamic_list_cpp_typeinfo): New.
221         * ldlang.h (lang_append_dynamic_list): Likewise.
222         * ldlang.h (lang_append_dynamic_list_cpp_typeinfo): Likewise.
223
224         * ldlex.h (input_enum): Add input_dynamic_list.
225         * ldlex.l: Handle it.
226
227         * ldmain.c (main): Initialize link_info.dynamic.
228
229         * lexsup.c (option_values): Add OPTION_DYNAMIC_LIST and
230         OPTION_DYNAMIC_LIST_CPP_TYPEINFO.
231         (ld_options): Add entries for OPTION_DYNAMIC_LIST and
232         OPTION_DYNAMIC_LIST_CPP_TYPEINFO.
233         (parse_args): Handle OPTION_DYNAMIC_LIST and
234         OPTION_DYNAMIC_LIST_CPP_TYPEINFO.
235
236 2006-09-07  Joel Sherrill <joel.sherrill@oarcorp.com>
237
238         * emulparams/h8300elf.sh: _tinydata should not be placed in
239         relocatables.
240         * emulparams/h8300.sh: Likewise.
241         * emulparams/h8300sxelf.sh: Likewise.
242
243 2006-09-05  H.J. Lu  <hongjiu.lu@intel.com>
244
245         PR ld/3015
246         * emultempl/elf32.em: Enable "-z relro" only if $COMMONPAGESIZE
247         is defined.
248
249 2006-08-29  Nathan Sidwell  <nathan@codesourcery.com>
250
251         * ldlang.c (walk_wild): Allow * to glob '/' in wildcarded match.
252
253 2006-08-28  Alan Modra  <amodra@bigpond.net.au>
254
255         * scripttempl/elf.sc: Ensure that crtbegin and crtend entries will
256         not match random object files in a path containing "crtbegin" or
257         "crtend" as part of a directory name.
258         * scripttempl/armbpabi.sc: Likewise.
259         * scripttempl/crisaout.sc: Likewise.
260         * scripttempl/elf32crx.sc: Likewise.
261         * scripttempl/elf32sh-symbian.sc: Likewise.
262         * scripttempl/elf_chaos.sc: Likewise.
263         * scripttempl/elfd10v.sc: Likewise.
264         * scripttempl/elfd30v.sc: Likewise.
265         * scripttempl/elfxtensa.sc: Likewise.
266         * scripttempl/iq2000.sc: Likewise.
267         * scripttempl/mmo.sc: Likewise.
268         * scripttempl/xstormy16.sc: Likewise.
269
270 2006-08-24  Bob Wilson  <bob.wilson@acm.org>
271
272         * emulparams/elf32xtensa.sh (.xt.prop): Add .xt.prop.*.
273         * scripttempl/elfxtensa.sc (.text): Add .literal.*.
274
275 2006-08-24  Pedro Alves  <pedro_alves@portugalmail.pt>
276
277         * ldlang.c (lang_size_sections_1, lang_assignment_statement_enum):
278         Adjust the current address of DEFAULT_MEMORY_REGION even
279         when dot hasn't changed.
280
281 2006-08-23  Alan Modra  <amodra@bigpond.net.au>
282
283         * ldexp.c (fold_name <LOADADDR>): Return an absolute value
284         rather than a section relative value.
285
286 2006-08-22  Alan Modra  <amodra@bigpond.net.au>
287
288         * NEWS: Mention LMA default change.
289         * ld.texinfo (Output Section LMA): Update default description.
290         (Location Counter): Clarify backward movement.
291         * ldlang.c (lang_size_sections_1): Leave non-alloc sections with
292         default lma equal to vma.  Warn on backward movement of dot.
293
294 2006-08-22  Pedro Alves  <pedro_alves@portugalmail.pt>
295
296         * configure.tgt: Set targ_emul to arm_wince_pe for ARM
297         Windows CE targets.
298
299 2006-08-22  Pedro Alves  <pedro_alves@portugalmail.pt>
300
301         * Makefile.am: Split arm-wince into its own emulation.
302         * Makefile.in: Regenerate.
303         * pe-dll.c : Define PE_ARCH_arm_wince.
304         (pe_detail_list): Add PE_ARCH_arm_wince case.
305         (make_one): Handle PE_ARCH_arm_epoc and PE_ARCH_arm_wince cases.
306         * emulparams/arm_wince_pe.sh: New file.
307         * emultempl/pe.em: Handle new TARGET_IS_arm_wince_pe define.
308         Remap bfd_arm_allocate_interworking_sections,
309         bfd_arm_get_bfd_for_interworking and
310         bfd_arm_process_before_allocation for arm-pe and arm-wince-pe
311         targets too.
312         (gld_${EMULATION_NAME}_recognized_file): Handle arm-wince and
313         arm-epoc bfd format names.
314
315 2006-08-18  Paul Brook  <paul@codesourcery.com>
316
317         * emultempl/armelf.em (arm_elf_before_allocation): Call
318         gld${EMULATION_NAME}_before_allocation after setting interworking bfd.
319
320 2006-08-17  Pedro Alves  <pedro_alves@portugalmail.pt>
321
322         * pe-dll.c (autofilter_symbolprefixlist): Remove .idata$.
323         (generate_reloc): Revert to skipping sections without a SEC_LOAD flag,
324         and to not skipping .idata* sections.
325
326 2006-08-16  Alan Modra  <amodra@bigpond.net.au>
327
328         PR 3052
329         * ldlang.h (lang_output_section_statement_type): Replace
330         "processed" field with "processed_vma" and "processed_lma".
331         * ldlang.c (lang_do_assignments_1): Move lma setting code..
332         (lang_size_sections_1): ..to here.
333         (lang_reset_memory_regions): Adjust for
334         lang_output_section_statement_type change.
335         * ldexp.c (fold_name): Likewise.
336
337 2006-08-08  Peter S. Mazinger  <ps.m@gmx.net>
338
339         * emulparams/armelf.sh (MAXPAGESIZE): Changed to
340         "CONSTANT (MAXPAGESIZE)".
341
342 2006-08-08  H.J. Lu  <hongjiu.lu@intel.com>
343
344         PR ld/3006
345         * ldlang.c (lang_section_bst_type): Moved to ...
346         * ldlang.h: Here.
347
348         * ldlang.h (lang_wild_statement_struct): Add a tree field.
349
350         * ldlang.c (wild_sort_fast): Use the tree field for BST.
351         (wild): Likeise.
352         (analyze_walk_wild_section_handler): Initialize the tree field.
353
354 2006-08-08  H.J. Lu  <hongjiu.lu@intel.com>
355
356         PR ld/3009
357         * ldlang.c (update_wild_statements): Update the whole wild
358         section list.
359
360 2006-08-04  Nick Clifton  <nickc@redhat.com>
361             Mike Frysinger  <michael.frysinger@analog.com>
362
363         * scripttempl/elf.sc (USER_LABEL_PREFIX): Define.
364         (__preinit_array_start, __preinit_array_end, __init_array_start,
365         __init_array_end, __fini_array_start, __fini_array_end, edata, end):
366         Use ${USER_LABEL_PREFIX}.
367         * emulparams/bfin.sh (DATA_END_SYMBOLS,END_SYMBOLS): Unset.
368         (USER_LABEL_PREFIX): Set.
369
370 2006-08-04  Marcelo Tosatti  <marcelo@kvack.org>
371
372         * ldmain.c (main): Initialise print_gc_sections field of link_info
373         structure.
374         * lexsup.c: Add --print-gc-sections and --no-print-gc-sections
375         switches.
376         * ld.texinfo: Document new switches.
377         * NEWS: Mention new switches.
378
379 2006-08-04  Richard Sandiford  <richard@codesourcery.com>
380             Kazu Hirata  <kazu@codesourcery.com>
381             Phil Edwards  <phil@codesourcery.com>
382
383         * Makefile.am (ALL_EMULATIONS): Add eshelf_vxworks.o and
384         eshlelf_vxworks.o.
385         (eshelf_vxworks.c, eshlelf_vxworks.c): New rules.
386         * Makefile.in: Regenerate.
387         * configure.tgt (sh-*-vxworks): Use shelf_vxworks and
388         shlelf_vxworks.
389         * emulparams/shelf_vxworks.sh: New file.
390         * emulparams/shlelf_vxworks.sh: Likewise.
391         * emulparams/vxworks.sh (FINI): Prefix _etext with ${SYMPREFIX}.
392         (OTHER_END_SYMBOLS): Likewise _ehdr.
393         (DATA_END_SYMBOLS): Likewise _edata.
394         * emultempl/vxworks.em (vxworks_after_open): Check whether output_bfd
395         is indeed an ELF file before dealing with --force-dynamic.
396
397 2006-08-02  Petr Salinger  <Petr.Salinger@seznam.cz>
398
399         PR binutils/2983
400         * emulparams/elf_x86_64_fbsd.sh (OUTPUT_FORMAT): Define as
401         elf64-x86-64-freebsd.
402
403 2006-08-01  H.J. Lu  <hongjiu.lu@intel.com>
404
405         * ldlang.c (init_os): Add flags. Replace bfd_make_section with
406         bfd_make_section_with_flags.
407         (exp_init_os): Updated.
408         (lang_add_section): Call init_os with flags.
409         (map_input_to_output_sections): Likewise.
410
411 2006-07-29  Richard Sandiford  <richard@codesourcery.com>
412
413         * Makefile.am (eelf32b4300.c): Update dependencies.
414         (eelf32bmip.c): Likewise.
415         (eelf32bsmip.c): Likewise.
416         (eelf32btsmip.c): Likewise.
417         (eelf32btsmipn32.c): Likewise.
418         (eelf32ltsmip.c): Likewise.
419         (eelf32ltsmipn32.c): Likewise.
420         (eelf32ebmip.c): Likewise.
421         (eelf32ebmipvxworks.c): Likewise.
422         (eelf32elmip.c): Likewise.
423         (eelf32elmipvxworks.c): Likewise.
424         (eelf32bmipn32.c): Likewise.
425         (eelf32lmip.c): Likewise.
426         (eelf32mipswindiss.c): Likewise.
427         (eelf32lsmip.c): Likewise.
428         (eelf64bmip.c): Likewise.
429         (eelf64btsmip.c): Likewise.
430         (eelf64ltsmip.c): Likewise.
431         (emipsbig.c): Likewise.  Canonicalize ${GENSCRIPTS} line.
432         (emipsbsd.c): Likewise.
433         (emipsidt.c): Update dependencies.
434         (emipsidtl.c): Likewise.
435         (emipslit.c): Likewise.
436         (emipslnews.c): Likewise.
437         (emipspe.c): Likewise.  Fix ${GENSCRIPTS} invocation.
438         * Makefile.in: Regenerate.
439         * emulparams/elf32bmip.sh (EXTRA_EM_FILE): Define.
440         * emulparams/elf32bmipn32-defs.sh (EXTRA_EM_FILE): Likewise.
441         * emultempl/irix.em: Include emultempl/mipself.em.
442         * emultempl/mipself.em: New file.
443
444 2006-07-26  Alan Modra  <amodra@bigpond.net.au>
445
446         * emultempl/elf-generic.em (map_segments): Reorganise loop so that
447         layout happens before segment map.  Don't do segment map on
448         relocatable link.
449
450 2006-07-26  Alan Modra  <amodra@bigpond.net.au>
451
452         * ldexp.c (fold_name <LOADADDR>): Use the lma.
453         * ldlang.h (lang_memory_region_type): Delete old_length.  Add
454         last_os.
455         * ldlang.c (lang_memory_region_lookup): Init new field.
456         (lang_reset_memory_regions): Reset new field.
457         (lang_insert_orphan): Don't set load_base.
458         (lang_leave_overlay): Likewise.
459         (lang_size_sections_1): Delete unnecessary code setting lma_region
460         to region.  Correct lma region check.
461         (lang_do_assignments_1): Rename output_section_statement parm
462         to current_os.  Set lma from previous section in region.
463
464         * ldlang.c: Formatting.
465
466 2006-07-25  Bob Wilson  <bob.wilson@acm.org>
467
468         * emultempl/xtensaelf.em (xtensa_strip_inconsistent_linkonce_sections):
469         Set discarded section's output_section to bfd_abs_section_ptr.
470
471 2006-07-26  Alan Modra  <amodra@bigpond.net.au>
472
473         * ldlang.c (analyze_walk_wild_section_handler): Init handler_data
474         earlier.
475
476 2006-07-24  Bob Wilson  <bob.wilson@acm.org>
477
478         * emultempl/xtensaelf.em (is_inconsistent_linkonce_section): Add space
479         in dep_sec_name for null terminator.  Make sure dep_sec_name has a
480         ".t" linkonce tag.
481
482 2006-07-14  Michael Wetherell  <mike.wetherell@ntlworld.com>
483
484         * emulparams/elf_x86_64.sh (LIBPATH_SUFFIX, ELF_INTERPRETER_NAME):
485         Set for *-*-solaris2*.
486
487 2006-07-24  Ralk Wildenhues  <Ralf.Wildenhues@gmx.de>
488
489         * ld.texinfo: Fix spelling mistakes.
490         * ldint.texinfo: Likewise.
491
492 2006-07-23  Sonal Santan  <sonal.santan@xilinx.com>
493
494         * ldlang.c (lang_section_bst): New structure for sorting sections
495         by name.
496         (wild_sort_fast): New function: Insert a section into a binary
497         search tree.
498         (output_section_callback_fast): New function: Store a section in
499         BST.
500         (output_section_callback_tree_to_list): New function: Convert a
501         BST into a list.
502         (analyze_walk_wild_section_handler): Initialize handler_data
503         elements.
504         (wild): If the data is sorted by name use the BST method to sort
505         the names.
506
507 2006-07-19  Alan Modra  <amodra@bigpond.net.au>
508
509         * ld.h (handle_asneeded_cref): Declare.
510         * ldcref.c: Include objalloc.h.
511         (old_table, old_count, old_tab, alloc_mark): New variables.
512         (tabsize, entsize, refsize, old_symcount): Likewise.
513         (add_cref): Use bfd_hash_allocate for refs.
514         (handle_asneeded_cref): New function.
515         * ldmain.c (notice): Call handle_asneeded_cref for NULL name.
516
517 2006-07-14  Michael Wetherell  <mike.wetherell@ntlworld.com>
518
519         * configure.tgt (i[3-7]86-*-solaris2*, i[3-7]86-*-solaris*): Correct
520         typo setting targ_extra_libpath.
521
522 2006-07-10  Jakub Jelinek  <jakub@redhat.com>
523
524         * scripttempl/elf.sc: Add .gnu.hash section.
525         * emultempl/elf32.em (OPTION_HASH_STYLE): Define.
526         (gld${EMULATION_NAME}_add_options): Register --hash-style option.
527         (gld${EMULATION_NAME}_handle_option): Handle it.
528         (gld${EMULATION_NAME}_list_options): Document it.
529         * ldmain.c (main): Initialize emit_hash and emit_gnu_hash.
530         * ld.texinfo: Document --hash-style option.
531
532 2006-07-10  Nick Clifton  <nickc@redhat.com>
533
534         * po/zh_TW.po: New Chinese (traditional) translation.
535         * configure.in (ALL_LINGUAS): Add zh_TW.
536         * configure: Regenerate.
537
538 2006-07-07  Nick Clifton  <nickc@redhat.com>
539
540         PR ld/2874
541         * ld.texinfo: Remove "Using LD" from the title since it is
542         redundant.
543
544 2006-07-06  Mohammed Adnène Trojette  <adn@diwi.org>
545
546         PR ld/2877
547         * ld.texinfo: Fix spelling mistakes.
548
549 2006-06-27  Pedro Alves  <pedro_alves@portugalmail.pt>
550             Nick Clifton  <nickc@redhat.com>
551
552         * emultempl/pe.em (gld_$_open_dynamic_archive): Compute maximum
553         length of format strings in the libname_fmt[] array, rather than
554         relying upon a statically chosen value.  Adjust xmalloc call to
555         use this longest length.
556
557 2006-06-27  Nick Clifton  <nickc@redhat.com>
558
559         * ld.texinfo (-rpath-link): Clarify distinction between -rpath and
560         -rpath-link.
561
562 2006-06-23  Daniel Jacobowitz  <dan@codesourcery.com>
563
564         * configure.tgt (i[3-7]86-*-solaris2*, i[3-7]86-*-solaris*): Set
565         targ_extra_libpath.
566
567 2006-06-23  Pedro Alves <pedro_alves@portugalmail.pt>
568
569         * pe-dll.c (pe_details_type): Add new pointer for symbols list
570         autofilter.
571         (autofilter_symbollist): Split into autofilter_symbollist_generic
572         and autofilter_symbollist_i386.
573         (pe_detail_list): Add autofilter_symbollist_i386 to i386 case and
574         autofilter_symbollist_generic for all the others.
575         (autofilter_symbolprefixlist): Moved _fmode, _impure_ptr, cygwin_attach_dll,
576         cygwin_premain0, cygwin_premain1, cygwin_premain2, cygwin_premain3, environ,
577         into autofilter_symbollist_i386.
578         (auto_export): Get autofilter_symbollist from pe_details.
579
580 2006-06-22  Nick Clifton  <nickc@redhat.com>
581
582         PR ld/2757
583         * emultempl/pe.em (gld_$_after_open): When reporting non PE format
584         output files mention the file name and the fact that it is an
585         output file.
586
587 2006-06-22  Danny Smith  <dannysmith@users.sourceforge.net>
588
589         * emultempl/pe.em (gld_${EMULATION_NAME}_open_dynamic_archive):
590         Restructure.  Add native "%s.lib" format to search list
591         * ld.texinfo (node WIN32): Update documentation on dynamic lib
592         search order. Add another reason for using import libs.
593
594 2006-06-21  Mark Shinwell  <shinwell@codesourcery.com>
595
596         * ldlang.c (lang_insert_orphan): Correctly handle the case where
597         the section is to end up after the section currently at the end
598         of the list in output_bfd.
599
600 2006-06-21  Hans-Peter Nilsson  <hp@bitrange.com>
601
602         * emultempl/mmo.em: Improve comments.  Explain why there's
603         ELF-stuff here.
604
605 2006-06-21  Alan Modra  <amodra@bigpond.net.au>
606
607         * emultempl/elf-generic.em (gld${EMULATION_NAME}_map_segments): Limit
608         loop to ten iterations.  Throw away any previous linker generated
609         segment map.
610         * ldlang.c (lang_phdr_list): Make global.
611         * ldlang.h (lang_phdr_list): Declare.
612         * Makefile.am (ELF_GEN_DEPS): Define.  Use in emul deps.
613         * Makefile.in: Regenerate.
614
615 2006-06-20  Alan Modra  <amodra@bigpond.net.au>
616
617         * Makefile.am (ELF_DEPS): Define.  Use in emul file deps.  Fix
618         many ELF emul file deps that incorrectly said they needed elf32.em
619         instead of generic.em.  Add genelf.em as required.
620         * Makefile.in: Regenerate.
621         * ldlang.c (lang_process): Call ldemul_finish before
622         lang_check_section_addresses.
623         * emulparams/arcelf.sh: Generic elf target needs genelf.
624         * emulparams/d30v_e.sh: Likewise.
625         * emulparams/d30v_o.sh: Likewise.
626         * emulparams/d30velf.sh: Likewise.
627         * emulparams/elf32_dlx.sh: Likewise.
628         * emulparams/elf32_i860.sh: Likewise.
629         * emulparams/elf32fr30.sh: Likewise.
630         * emulparams/elf32frv.sh: Likewise.
631         * emulparams/elf32iq10.sh: Likewise.
632         * emulparams/elf32iq2000.sh: Likewise.
633         * emulparams/elf32mt.sh: Likewise.
634         * emulparams/mn10200.sh: Likewise.
635         * emulparams/or32.sh: Likewise.
636         * emulparams/or32elf.sh: Likewise.
637         * emulparams/pjelf.sh: Likewise.
638         * emulparams/msp430all.sh: Likewise.  Extract common entries.
639         * emulparams/pjlelf.sh: Include pjelf.sh.
640         * emulparams/elf32frvfd.sh (EXTRA_EM_FILE): Unset.
641         * emulparams/mn10300.sh (EXTRA_EM_FILE): Unset.
642         * emultempl/elf-generic.em: New file.
643         * emultempl/genelf.em: New file.
644         * emultempl/elf32.em: Include elf-generic.em.
645         (gld${EMULATION_NAME}_layout_sections_again): Delete.
646         (gld${EMULATION_NAME}_finish): Call gld${EMULATION_NAME}_map_segments.
647         * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
648         (gld${EMULATION_NAME}_finish): Rename from hppaelf_finish.  Call
649         gld${EMULATION_NAME}_map_segments.
650         (LDEMUL_FINISH): Update.
651         * emultempl/mmo.em: Correct comment.  Include elf-bfd.h and
652         source elf-generic.em.
653         (mmo_finish): Call gld${EMULATION_NAME}_map_segments.
654         * emultempl/ppc64elf.em (ppc_layout_sections_again): Likewise.
655         (gld${EMULATION_NAME}_finish): Rename from ppc_finish.  Call
656         gld${EMULATION_NAME}_map_segments.
657         (LDEMUL_FINISH): Update.
658
659 2006-06-19  Alan Modra  <amodra@bigpond.net.au>
660
661         * ldexp.c (fold_name): Adjust bfd_sizeof_headers call.
662
663 2006-06-14  Kevin F. Quinn  <kevquinn@gentoo.org>
664
665         * ld.texinfo: Document new -z lazy option.
666         * emultempl/elf32.em (gld${EMULATION_NAME}_handle_option): Handle
667         new option.
668         (gld${EMULATION_NAME}_list_options): Update help text.
669
670 2006-06-12  Fred Fish  <fnf@specifix.com>
671
672         * emulparams/elf32bmip.sh (OTHER_SECTIONS): Keep the
673         ".mdebug.<abi>" and ".gcc_compiled_long<size>" sections
674         generated by mips gcc.
675
676 2006-06-12  Thiemo Seufer  <ths@mips.com>
677
678         * emulparams/elf64bmip.sh, emulparams/elf64btsmip.sh (COMMONPAGESIZE):
679         Define.
680
681 2006-06-09  Alan Modra  <amodra@bigpond.net.au>
682
683         * ldlang.h (lang_input_statement_type): Use bitfields for booleans.
684         * ldlang.c (struct out_section_hash_entry): Rename from
685         output_statement_hash_entry.  Delete output_section_statement_type
686         entry.  Add statement_union_type entry.  Adjust all users.
687         (output_section_statement_table): Rename from output_statement_table.
688         Adjust all users.
689         (output_section_statement_newfunc): Rename from
690         output_statement_newfunc.  Adjust all users.
691         (output_section_statement_table_init): Rename from
692         output_statement_table_init.  Adjust all users.
693         (output_section_statement_table_free): Rename from
694         output_statement_table_free.  Adjust all users.
695
696 2006-06-07  Joseph S. Myers  <joseph@codesourcery.com>
697
698         * po/Make-in (pdf, ps): New dummy targets.
699
700 2006-06-07  Alan Modra  <amodra@bigpond.net.au>
701
702         * ldlang.h (enum section_type): Delete dsect_section, copy_section,
703         info_section and overlay_section.  Add noalloc_section.
704         * ldlang.c (lang_add_section): Adjust.
705         * ldgram.y (type): Adjust.
706
707 2006-06-06  Alan Modra  <amodra@bigpond.net.au>
708
709         * ldlang.c (init_os): Whitespace.
710         (map_input_to_output_sections): Don't init_os for lang_input_section.
711         (print_all_symbols): Remove forward declaration.  Convert to ISO C.
712
713 2006-06-05  Daniel Jacobowitz  <dan@codesourcery.com>
714
715         * po/Make-in (top_builddir): Define.
716
717 2006-06-05  Alan Modra  <amodra@bigpond.net.au>
718
719         * ldexp.c (exp_get_abs_int): Make error message the same as
720         others emitted in this file.
721
722 2006-06-05  Alan Modra  <amodra@bigpond.net.au>
723
724         * config.in: Regenerate.
725
726 2006-06-05  Alan Modra  <amodra@bigpond.net.au>
727
728         * ldlang.c (lookup_name): Delete dead code.  Remove FIXMEs.
729
730 2006-06-03  Alan Modra  <amodra@bigpond.net.au>
731
732         * emultempl/elf32.em (global_found): Make it a pointer.
733         (stat_needed, try_needed): Adjust.
734         (check_needed): Don't skip non-loaded as-needed entries.  Only
735         consider entries with both filename and the_bfd non-null.
736         (after_open): Try loading non-loaded as-needed libs to satisfy
737         DT_NEEDED libs.
738
739 2006-06-02  Joseph S. Myers  <joseph@codesourcery.com>
740
741         * Makefile.am (TEXI2DVI): Add -I $(top_srcdir)/../libiberty.
742         * Makefile.in: Regenerate.
743
744 2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
745
746         * Makefile.am: Replace INTLLIBS and INTLDEPS with LIBINTL
747         and LIBINTL_DEP everywhere.
748         (INTLLIBS): Remove.
749         (INCLUDES): Use @INCINTL@.
750         * configure.in: Use ZW_GNU_GETTEXT_SISTER_DIR and AM_PO_SUBDIRS.
751         Remove local code for po/Makefile.
752         * Makefile.in, configure: Regenerated.
753
754 2006-05-30  H.J. Lu  <hongjiu.lu@intel.com>
755
756         * emulparams/arcelf.sh (MAXPAGESIZE): Changed to
757         "CONSTANT (MAXPAGESIZE)".
758         * emulparams/armelf_nbsd.sh: Likewise.
759         * emulparams/armelf_vxworks.sh: Likewise.
760         * emulparams/armnto.sh: Likewise.
761         * emulparams/armsymbian.sh: Likewise.
762         * emulparams/crislinux.sh: Likewise.
763         * emulparams/elf32_i860.sh: Likewise.
764         * emulparams/elf32_i960.sh: Likewise.
765         * emulparams/elf32am33lin.sh: Likewise.
766         * emulparams/elf32bfinfd.sh: Likewise.
767         * emulparams/elf32bmipn32-defs.sh: Likewise.
768         * emulparams/elf32frvfd.sh: Likewise.
769         * emulparams/elf32i370.sh: Likewise.
770         * emulparams/elf32lppcnto.sh: Likewise.
771         * emulparams/elf32mcore.sh: Likewise.
772         * emulparams/elf32openrisc.sh: Likewise.
773         * emulparams/elf32ppcnto.sh: Likewise.
774         * emulparams/elf32ppcwindiss.sh: Likewise.
775         * emulparams/elf32vax.sh: Likewise.
776         * emulparams/elf32xc16x.sh: Likewise.
777         * emulparams/elf32xc16xl.sh: Likewise.
778         * emulparams/elf32xc16xs.sh: Likewise.
779         * emulparams/elf64_aix.sh: Likewise.
780         * emulparams/elf64hppa.sh: Likewise.
781         * emulparams/elf64mmix.sh: Likewise.
782         * emulparams/elf_i386_be.sh: Likewise.
783         * emulparams/elf_i386_chaos.sh: Likewise.
784         * emulparams/elf_i386_ldso.sh: Likewise.
785         * emulparams/hppa64linux.sh: Likewise.
786         * emulparams/hppalinux.sh: Likewise.
787         * emulparams/hppaobsd.sh: Likewise.
788         * emulparams/i386lynx.sh: Likewise.
789         * emulparams/i386moss.sh: Likewise.
790         * emulparams/i386nto.sh: Likewise.
791         * emulparams/i386nw.sh: Likewise.
792         * emulparams/m32relf_linux.sh: Likewise.
793         * emulparams/m68kpsos.sh: Likewise.
794         * emulparams/or32elf.sh: Likewise.
795         * emulparams/pjelf.sh: Likewise.
796         * emulparams/pjlelf.sh: Likewise.
797         * emulparams/ppclynx.sh: Likewise.
798         * emulparams/ppcnw.sh: Likewise.
799         * emulparams/shelf32_nbsd.sh : Likewise.
800         * emulparams/shelf_nbsd.sh: Likewise.
801         * emulparams/shelf_nto.sh: Likewise.
802         * emulparams/shlelf_nto.sh: Likewise.
803         * emulparams/xtensa-config.sh: Likewise.
804
805         * emulparams/armelf_linux.sh (MAXPAGESIZE): Changed to
806         "CONSTANT (MAXPAGESIZE)".
807         (COMMONPAGESIZE): Changed to "CONSTANT (COMMONPAGESIZE)".
808         * emulparams/elf32_sparc.sh: Likewise.
809         * emulparams/elf32bmip.sh: Likewise.
810         * emulparams/elf32ppccommon.sh: Likewise.
811         * emulparams/elf64_ia64.sh: Likewise.
812         * emulparams/elf64_s390.sh: Likewise.
813         * emulparams/elf64_sparc.sh: Likewise.
814         * emulparams/elf64alpha.sh: Likewise.
815         * emulparams/elf64ppc.sh: Likewise.
816         * emulparams/elf_i386.sh: Likewise.
817         * emulparams/elf_i386_vxworks.sh: Likewise.
818         * emulparams/elf_s390.sh: Likewise.
819         * emulparams/elf_x86_64.sh: Likewise.
820         * emulparams/shlelf32_linux.sh: Likewise.
821         * emulparams/shlelf_linux.sh: Likewise.
822
823         * emulparams/elf32bmipn32.sh (COMMONPAGESIZE): Changed to
824         "CONSTANT (COMMONPAGESIZE)".
825         * emulparams/elf32btsmipn32.sh: Likewise.
826
827         * emultempl/elf32.em (gld${EMULATION_NAME}_handle_option): Add
828         "-z max-page-size=" and "-z common-page-size=".
829         (gld${EMULATION_NAME}_list_options): Likewise.
830
831         * ld.h (ld_config_type): Add maxpagesize and commonpagesize.
832
833         * ld.texinfo: Document "-z max-page-size=" and
834         "-z common-page-size=".
835
836         * ldexp.c (exp_print_token): Handle CONSTANT.
837         (fold_name): Likewise.
838         * ldgram.y: Likewise.
839         * ldlex.l: Likewise.
840
841         * ldmain.c (main): Initiliaze config.maxpagesize and
842         config.commonpagesize. Call bfd_emul_set_maxpagesize if
843         config.maxpagesize isn't 0. Call bfd_emul_set_commonpagesize if
844         config.commonpagesize config.maxpagesize isn't 0.
845
846 2006-05-30  Nick Clifton  <nickc@redhat.com>
847
848         * po/es.po: Updated Spanish translation.
849
850 2006-05-25  H.J. Lu  <hongjiu.lu@intel.com>
851
852         * emulparams/elf_x86_64.sh (MAXPAGESIZE): Updated to 0x200000.
853
854 2006-05-24  H.J. Lu  <hongjiu.lu@intel.com>
855
856         PR ld/1485
857         * configure.in: Use ${srcdir}/../bfd/config.bfd to check 64bit
858         bfd.  Support 64bit host for --enable-targets=all.
859         * configure: Regenerated.
860
861 2006-05-24  Nick Clifton  <nickc@redhat.com>
862
863         * po/vi.po: Updated Vietnamese translation.
864
865 2006-05-24  Bjoern Haase  <bjoern.m.haase@web.de>
866
867         * configure.tgt: Add avr6 to emulation list.
868         * Makefile.am: Add eavr6.o and corresponding rule.
869         * Makefile.in: Regenerate.
870         * emulparams/avr6.sh: New file.
871         * emulparams/avrX.sh (TEMPLATE_NAME): Use elf32 instead of generic
872         for target option support.
873         (EXTRA_EM_FILE): Add reference to new em template file avrelf.
874         * scripttempl/avr.sc: Add ".trampolines" section.
875         * emultempl/avrelf.em: Add new file for target specific options.
876
877 2006-05-22  Nick Clifton  <nickc@redhat.com>
878
879         * scripttempl/elf32crx.sc (.rdata): Add .rodata.*.
880
881 2006-05-19  Alan Modra  <amodra@bigpond.net.au>
882
883         * ldlang.c (lang_size_sections_1): Don't check mem regions for
884         os->ignored sections.
885
886 2005-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
887
888         * ldlang.c (lang_size_sections): Call lang_reset_memory_regions
889         before redoing one_lang_size_sections_pass.
890
891 2006-05-11  Carlos O'Donell  <carlos@codesourcery.com>
892
893         * ld.texinfo: Rename "Index" to "LD Index"
894
895 2006-05-11  Pedro Alves  <pedro_alves@portugalmail.pt>
896
897         * pe-dll.c (autofilter_symbollist): Add Dllmain,
898         DllMainCRTStartup, _DllMainCRTStartup and .text.
899         (autofilter_liblist): Add libcegcc.
900         (autofilter_symbolprefixlist): Add __imp_ and .idata$.
901         (generate_reloc): Do not skip sections without a SEC_LOAD flag,
902         they can still contain relocs that need processing.
903         Skip the .idata$6 section.
904         (jmp_arm_bytes): New array: Contains byte codes for an ARM jump.
905         (make_one): Use the new array.
906         (make_import_fixup_entry): Use .idata$2 instead of .idata$3.
907         * emultempl/pe.em (MajorSubsystemVersion): Set to 3 for armpe.
908
909 2006-05-05  Alan Modra  <amodra@bigpond.net.au>
910
911         * ld.texinfo: Document PowerPC and PowerPC64 options.
912         * gen-doc.texi: Enable.
913
914 2006-05-02  Daniel Jacobowitz  <dan@codesourcery.com>
915
916         * Makefile.am (AM_MAKEINFOFLAGS): Add libiberty.
917         (TEXI2POD): Use AM_MAKEINFOFLAGS.
918         (configdoc.texi): Don't set top_srcdir.
919         * ld.texinfo: Don't use top_srcdir.
920         * aclocal.m4, Makefile.in: Regenerated.
921
922 2006-04-19  Alan Modra  <amodra@bigpond.net.au>
923
924         * ldlang.c (wild): Tidy default_common_section loop.
925         (print_input_section): Format.
926
927         * configure: Regenerate.
928
929 2006-04-16  Daniel Jacobowitz  <dan@codesourcery.com>
930
931         * po/POTFILES.in: Regenerated.
932
933 2006-04-16  Daniel Jacobowitz  <dan@codesourcery.com>
934
935         * config.in: Regenerated.
936
937 2006-04-14  David Heine  <dlheine@tensilica.com>
938             Bob Wilson  <bob.wilson@acm.org>
939
940         * emultempl/xtensaelf.em (elf_xtensa_before_allocation): Call new
941         function to strip inconsistent linkonce sections.
942         (input_section_linked_worker, input_section_linked): New.
943         (is_inconsistent_linkonce_section): New.
944         (xtensa_strip_inconsistent_linkonce_sections): New.
945
946 2006-04-11  Diego Pettenò  <flameeyes@gentoo.org>
947
948         * emultempl/elf32.em: Add support for elf-hints.h on FreeBSD
949         and Dragonfly targets.
950         * configure.in (AC_CHECK_HEADERS): Add elf-hints.h.
951         * Makefile.am (HFILES): Add elf-hints-local.h.
952         * elf-hints-local.h: New file.
953         * Makefile.in: Regenerate.
954         * configure: Regenerate.
955
956 2006-04-07  Bernhard Fischer  <aldot@gcc.gnu.org>
957
958         * ld.texinfo: Fix typo in documentation of --check-sections.
959
960 2006-04-07  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
961
962         * ldlang.c (load_symbols): Set as_needed and add_needed according
963         to the corresponding script's fields while processing it.
964
965 2006-04-06  Carlos O'Donell  <carlos@codesourcery.com>
966
967         * Makefile.am: Add install-html, install-html-am, and
968         install-html-recursive targets.
969         * Makefile.in: Regenerate.
970         * configure.in: AC_SUBST datarootdir, docdir, htmldir.
971         * configure: Regenerate.
972         * po/Make-in: Add install-html target.
973
974 2006-04-06  H.J. Lu  <hongjiu.lu@intel.com>
975
976         * emultempl/ia64elf.em: Set link_info.relax_pass to 2. Remove
977         link_info.need_relax_finalize.
978
979         * ldlang.c (relax_sections): New.
980         (lang_process): Use. Call relax_sections link_info.relax_pass
981         times.
982
983         * ldmain.c (main): Set link_info.relax_pass to 1. Remove
984         link_info.need_relax_finalize.
985
986 2006-04-05  Alan Modra  <amodra@bigpond.net.au>
987
988         * Makefile.am (GENSCRIPTS): Pass prefix.
989         * Makefile.in: Regenerate.
990         * genscripts.sh: Adjust for extra parameter.
991         * emultempl/elf32.em (parse_ld_so_conf): Return true iff file
992         exists.
993         (check_ld_so_conf): Use ${prefix}/etc/ld.so.conf if it exists.
994         * NEWS: Update.
995
996 2006-04-05  Richard Sandiford  <richard@codesourcery.com>
997             Daniel Jacobowitz  <dan@codesourcery.com>
998
999         * configure.tgt (sparc*-*-vxworks*): New stanza.
1000         * emulparams/elf32_sparc_vxworks.sh: New file.
1001         * Makefile.am (ALL_EMULATIONS): Add eelf32_sparc_vxworks.o.
1002         (eelf32_sparc_vxworks.c): New rule.
1003         * Makefile.in: Regenerate.
1004
1005 2006-04-04  Eric Botcazou  <ebotcazou@adacore.com>
1006
1007         * ldlang.c (lang_map): Print the list of discarded input sections.
1008         (print_input_section): Change parameter and print zero-sized sections.
1009         (print_statement): Adjust call to print_input_section.
1010
1011 2006-04-01  Danny Smith  <dannysmith@users.sourceforge.net>
1012
1013         * deffilep.y (def_image_name): If LIBRARY or NAME statement
1014         specifies an empty string, retain the name specified on command
1015         line.
1016         * ld.texinfo: Document above.
1017
1018 2006-03-31  Jakub Jelinek  <jakub@redhat.com>
1019
1020         * ldmisc.c (vfinfo): Revert 2005-10-05 changes.  If
1021         bfd_find_nearest_line succeeded for %C or %D, but filename
1022         is NULL, print section+offset at the end.
1023
1024 2006-03-25  Bernd Schmidt  <bernd.schmidt@analog.com>
1025
1026         * emulparams/elf32bfinfd.sh: New file.
1027         * emultempl/bfin.em: Delete.
1028         * emulparams/bfin.sh: Lose reference to bfin.em.
1029         * Makefile.am (eelf32bfin.c): Likewise.
1030         (eelf32bfinfd.c): New.
1031         * Makefile.in: Regenerate.
1032         * configure.tgt (bfin-*-elf, bfin-*-uclinux): Add elf32bfinfd to
1033         targ_extra_emuls.
1034
1035 2006-03-22  Richard Sandiford  <richard@codesourcery.com>
1036             Daniel Jacobowitz  <dan@codesourcery.com>
1037             Phil Edwards  <phil@codesourcery.com>
1038             Zack Weinberg  <zack@codesourcery.com>
1039             Mark Mitchell  <mark@codesourcery.com>
1040             Nathan Sidwell  <nathan@codesourcery.com>
1041
1042         * configure.tgt (mips*el-*-vxworks*, mips*-*-vxworks*): Use
1043         separate VxWorks emulations.
1044         * emulparams/elf32ebmipvxworks.sh: New file.
1045         * emulparams/elf32elmipvxworks.sh: New file.
1046         * Makefile.am (ALL_EMULATIONS): Add eelf32ebmipvxworks.o and
1047         eelf32elmipvxworks.o.
1048         (eelf32ebmipvxworks.c, eelf32elmipvxworks.c): New rules.
1049         * Makefile.in: Regenerate.
1050
1051 2006-03-16  Alan Modra  <amodra@bigpond.net.au>
1052
1053         PR 2434
1054         * ldcref.c (add_cref): Adjust bfd_hash_table_init calls.
1055         * ldlang.c (output_statement_table_init, lang_init): Likewise.
1056         * ldmain.c (add_ysym, add_wrap, add_keepsyms_file): Likewise.
1057         (undefined_symbol): Likewise.
1058
1059 2006-03-07  Richard Sandiford  <richard@codesourcery.com>
1060             Daniel Jacobowitz  <dan@codesourcery.com>
1061             Zack Weinberg  <zack@codesourcery.com>
1062             Nathan Sidwell  <nathan@codesourcery.com>
1063             Paul Brook  <paul@codesourcery.com>
1064             Ricardo Anguiano  <anguiano@codesourcery.com>
1065             Phil Edwards  <phil@codesourcery.com>
1066
1067         * emulparams/armelf_vxworks.sh: Include vxworks.sh.
1068         (MAXPAGESIZE): Define.
1069         * emulparams/vxworks.sh: Undefine EMBEDDED.
1070         * Makefile.am (earmelf_vxworks.c): Depend on vxworks.sh and vxworks.em.
1071         * Makefile.in: Regenerate.
1072
1073 2006-03-03  Bjoern Haase  <bjoern.m.haase@web.de>
1074
1075         * scripttempl/avr.sc:  Add *(.jumptables) *(.lowtext) sections.
1076         Add KEEP() directives.
1077         Add *(.data*) *(.rodata) and *(.rodata*) and *(.bss*) to .data and
1078         .bss output sections.
1079
1080 2006-03-03  Richard Sandiford  <richard@codesourcery.com>
1081
1082         * emulparams/vxworks.sh (VXWORKS_BASE_EM_FILE): New variable.
1083         (EXTRA_EM_FILE): Define.
1084         * emultempl/vxworks.em: New file.
1085         * ld.texinfo (--force-dynamic): Document.
1086         * Makefile.am (eelf32ppcvxworks.cm, eelf_i386_vxworks.c): Depend
1087         on vxworks.em.
1088         * Makefile.in: Regenerate.
1089
1090 2006-03-02  Richard Sandiford  <richard@codesourcery.com>
1091
1092         * emulparams/elf32ppccommon.sh: New file, extracted from...
1093         * emulparams/elf32ppc.sh: ...here.
1094         * emulparams/elf32ppcvxworks.sh: Include elf32ppccommon.sh
1095         instead of elf32ppc.sh.
1096         (BSS_PLT): Remove override.
1097         * Makefile.am (eelf32lppc.c): Depend on elf32ppccommons.h.
1098         (eelf32lppcnto.c, eelf32lppcsim.c, eelf32ppcnto.c): Likewise.
1099         (eelf32ppc.c, eelf32ppc_fbsd.c, eelf32ppcsimm): Likewise.
1100         (eelf32ppclinux.c): Likewise.
1101         (eelf32ppcvxworks.c): Likewise.  Add missing vxworks.sh dependency.
1102         * Makefile.in: Regenerate.
1103
1104 2006-02-27  Carlos O'Donell  <carlos@codesourcery.com>
1105
1106         * Makefile.am: Add html target.
1107         * Makefile.in: Regenerate.
1108         * po/Make-in: Add html target.
1109
1110 2006-02-17  Shrirang Khisti  <shrirangk@kpitcummins.com>
1111             Anil Paranjape   <anilp1@kpitcummins.com>
1112             Shilin Shakti    <shilins@kpitcummins.com>
1113
1114         * scripttemp/elf32xc16x.sc: Default linker script for tiny model.
1115         * scripttemp/elf32xc16xl.sc: Default linker script for large model.
1116         * scripttemp/elf32xc16xs.sc: Default linker script for small model.
1117         * emulparams/elf32xc16x.sh: Emulation script for tiny model.
1118         * emulparams/elf32xc16xl.sh: Emulation script for large model.
1119         * emulparams/elf32xc16xs.sh: Emulation script for small model.
1120         * Makefile.am: Add entry to make xc16x target.
1121         * Makefile.in: Regenerate.
1122         * configure.tgt: Specify default and other emulation parameters
1123         for xc16x.
1124         * NEWS: Announce the support for the new target.
1125
1126 2006-02-16  Nick Hudson  <nick.hudson@dsl.pipex.com>
1127
1128         * configure.tgt (mips*el-*-netbsd*, mips*-*-netbsd*):
1129         Use the traditional target.
1130
1131 2006-02-13  Joseph S. Myers  <joseph@codesourcery.com>
1132
1133         * configure.tgt (arm*b-*-linux-gnueabi): Change to
1134         arm*b-*-linux-*eabi.
1135         (arm*-*-linux-gnueabi): Change to arm*-*-linux-*eabi.
1136
1137 2006-02-08  H.J. Lu  <hongjiu.lu@intel.com>
1138
1139         PR ld/2290
1140         * NEWS: Updated for the Linux linker search order change.
1141
1142         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Call
1143         gld${EMULATION_NAME}_check_ld_so_conf before checking default
1144         search directories for DT_NEEDED entries.
1145
1146 2006-02-07  Paul Brook  <paul@codesourcery.com>
1147
1148         * emultempl/armelf.em: Include elf/arm.h.
1149         (arm_elf_finish): Set low address bit if enty point is a Thumb
1150         function.
1151
1152 2006-02-01  Danny Smith  <dannysmith@users.sourceforge.net>
1153
1154         * deffilep.y (def_image_name): If the image name does not have
1155         a suffix, append the default.
1156         * ld.texinfo: Document NAME, LIBRARY usage in PE-COFF .def files.
1157
1158 2006-01-31  Danny Smith  dannysmith@users.sourceforge.net
1159
1160         * NEWS: Mention support for forward exports in PE-COFF dll's.
1161         * ld.texinfo: Expand documentation of EXPORT statements in
1162         PE-COFF .def files.
1163
1164 2006-01-31  Filip Navara  <navaraf@reactos.com>
1165
1166         * deffile.h (struct def_file_export): Add field flag_forward.
1167         * pe-dll.c (process_def_file): Check for forward exports.
1168         (generate_edata): Generate forward export symbols.
1169         (fill_edata): Emit them.
1170
1171         * pe-dll.c (process_def_file): Don't crash on malformed
1172         fastcall symbol names in .def file.
1173
1174 2006-01-30  Nick Clifton  <nickc@redhat.com>
1175
1176         * po/vi.po: Updated Vietnamese translation.
1177
1178 2006-01-27  Yitzchak Scott-Thoennes  <sthoenna@efn.org>
1179
1180         * pe-dll.c (pe_dll_generate_implib): Issue "Creating library
1181         file:" as informational message, not a warning.
1182
1183 2006-01-18  Roger Sayle  <roger@eyesopen.com>
1184
1185         * emultempl/irix.em: Use lbasename instead of basename.
1186
1187 2006-01-16  Nick Clifton  <nickc@redhat.com>
1188
1189         * po/zh_CN.po: New Chinese (simplified) translation.
1190         * configure.in (ALL_LINGUAS): Add "zh_CH".
1191         * configure: Regenerate.
1192
1193 2006-01-16  Bernhard Fischer  <aldot@gcc.gnu.org>
1194
1195         * ld.texinfo (Options): Fix typo.
1196
1197 For older changes see ChangeLog-2005
1198 \f
1199 Local Variables:
1200 mode: change-log
1201 left-margin: 8
1202 fill-column: 74
1203 version-control: never
1204 End: