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