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