1 2003-11-09 Alan Modra <amodra@bigpond.net.au>
3 * configure.host (HOSTING_LIBS): Group libgcc and libc with
4 --start-group, --end-group pair.
5 (*-*-netbsd*, am33_2.0-*-linux*): Use the default HOSTING_LIBS.
6 (am33_2.0-*-linux*): Edit default HOSTING_CRT0.
7 (arm*-*-linux-gnu*): Remove extraneous '*' in sed expression.
8 (hppa*64*-*-linux*, hppa*-*-linux*): Remove target specific case.
10 2003-11-07 Jonathan R. Grant <jg-binutils@jguk.org>
12 * ldfile.c (ldfile_open_file): Use "No such file" error message.
14 2003-11-06 Bruno Rohee <bruno@rohee.com>
16 * ls.texinfo: Fix "the the" typo.
18 2003-11-05 Alan Modra <amodra@bigpond.net.au>
20 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Only do
21 pe_dll_extra_pe_debug stuff when DLL_SUPPORT defined.
22 (pr_sym): Move inside #ifdef DLL_SUPPORT.
24 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_new_vers_pattern): Zap
27 * emulparams/elf32_i860.sh (TEXT_START_ADDR): Define.
29 2003-11-04 Alan Modra <amodra@bigpond.net.au>
31 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Call
34 2003-10-31 Nick Clifton <nickc@redhat.com>
36 * ldlang.c (lookup_name): When looking for a previously loaded
37 file compare the local_sym_name not the filename, as the
38 filename might have been transformed via the search directory
40 If the sought-for file has not been found in the input file
41 chain then create a new node with the search_dirs_flag set so
42 that the entire set of directory paths will be scanned for it.
44 2003-10-30 Andrew Cagney <cagney@redhat.com>
46 * emultempl/pe.em, pe-dll.c: Replace "struct symbol_cache_entry"
47 with "struct bfd_symbol".
49 2003-10-30 Phil Edwards <phil@codesourcery.com>
51 * Makefile.am (ALL_EMULATIONS): Add elf32mipswindiss.o.
52 (eelf32mipswindiss.c): New target.
53 * Makefile.in: Regenerated.
54 * emulparams/elf32mipswindiss.sh: New file.
55 * configure.tgt (i[3-7]86-*-vxworks*, arm-*-vxworks, sh-*-vxworks,
56 mips*-*-vxworks*): Use ELF now.
57 (mips*-*-windiss): New stanza, use elf32mipswindiss.
59 2003-10-27 Stephane Carrez <stcarrez@nerim.fr>
61 * scripttempl/elfm68hc12.sc: Define eeprom memory region.
63 2003-10-25 Kazu Hirata <kazu@cs.umass.edu>
65 * ChangeLog-9197: Fix typos.
67 * ld.texinfo: Likewise.
68 * ldlang.c: Fix comment typos.
70 2003-10-24 H.J. Lu <hongjiu.lu@intel.com>
72 * ldlang.c (lang_vers_match): Fix a typo.
74 2003-10-24 H.J. Lu <hongjiu.lu@intel.com>
76 * ldlang.c (lang_vers_match): Check demangled symbols.
78 2003-10-24 H.J. Lu <hongjiu.lu@intel.com>
80 * ldlang.c (lang_vers_match): Check "symbol" instead of
81 "wildcard" and "pattern". Fix a typo.
82 (lang_finalize_version_expr_head): Likewise.
83 (lang_register_vers_node): Likewise.
84 (realsymbol): New function.
85 (lang_new_vers_pattern): Set "symbol" and remove "wildcard".
87 * ldlex.l (V_IDENTIFIER): Allow '\\'.
89 2003-10-24 Nick Clifton <nickc@redhat.com>
91 * emultempl/m68hc1xelf.em (before_allocation): Add missing second
92 parameter to lang_memory_region_lookup.
94 2003-10-22 Jakub Jelinek <jakub@redhat.com>
96 * ldlang.c: Include hashtab.h.
97 (lang_vers_match_lang_c, lang_vers_match_lang_cplusplus,
98 lang_vers_match_lang_java): Remove.
99 (lang_vers_match): New function.
100 (lang_new_vers_pattern): Initialize wildcard and mask
101 fields, don't initialize match.
102 (lang_new_vers_node): Use xcalloc. Adjust for globals and
103 locals field type changes. Set match field.
104 (version_expr_head_hash, version_expr_head_eq): New functions.
105 (lang_finalize_version_expr_head): New function.
106 (lang_register_vers_node): Call lang_finalize_version_expr_head.
107 Search in hash table if not wildcard when looking for duplicates.
108 * emultempl/ppc64elf.em (new_vers_pattern): Don't bother with
109 duplicate checking. Initialize all fields of dot_entry from entry
110 with the exception of pattern and next.
112 2003-10-21 Nick Clifton <nickc@redhat.com>
114 * ldlang.c (lang_memory_region_lookup): Add second parameter -
115 create - which is true if the region is being created. Issue
116 appropriate warning messages for finding and not finding
117 already created regions.
118 (lang_memory_default): Use DEFAULT_MEMORY_REGION.
119 (lang_leave_overlay_section): Likewise.
120 (lang_size_sections_1): Likewise.
121 Pass second parameter to lang_memory_region_lookup.
122 (lang_get_regions): Likewise.
123 * ldlang.h (DEFAULT_MEMORY_REGION): Define.
124 Update prototype for lang_memory_region_lookup.
125 * ldgram.y: Pass second parameter to lang_memory_region_lookup.
126 Use DEFAULT_MEMORY_REGION instead of "*default".
128 2003-10-20 Andrew Cagney <cagney@redhat.com>
130 * pe-dll.c: Replace "struct sec" with "struct bfd_section".
132 2003-10-19 Marek Michalkiewicz <marekm@amelek.gda.pl>
134 * Makefile.am: Remove old (before GCC 3.3) emulations for AVR
135 target: avr1200, avr23xx, avr4433, avr44x4, avr85xx, avrmega103,
136 avrmega161, avrmega603. Default to avr2.
137 * Makefile.in: Regenerate.
138 * configure.tgt: Likewise.
139 * emulparams/avr1200.sh: Remove.
140 * emulparams/avr23xx.sh: Remove.
141 * emulparams/avr4433.sh: Remove.
142 * emulparams/avr44x4.sh: Remove.
143 * emulparams/avr85xx.sh: Remove.
144 * emulparams/avrmega103.sh: Remove.
145 * emulparams/avrmega161.sh: Remove.
146 * emulparams/avrmega603.sh: Remove.
147 * scripttempl/elf32avr.sc: Remove.
149 2003-10-19 Andreas Schwab <schwab@suse.de>
151 * emultempl/ticoff.em (gld_${EMULATION_NAME}_list_options): Add
154 * deffilep.y: Remove commas from %token lines.
156 2003-10-18 Hans-Peter Nilsson <hp@bitrange.com>
158 * emultempl/mmix-elfnmmo.em (mmix_before_allocation): Force linker
159 relaxation always; don't exclude relocatable linking. Adjust for
160 _bfd_mmix_prepare_linker_allocated_gregs renamed to
161 _bfd_mmix_before_linker_allocation.
162 (mmix_after_allocation): Adjust for
163 _bfd_mmix_finalize_linker_allocated_gregs renamed to
164 _bfd_mmix_after_linker_allocation.
165 * scripttempl/mmo.sc: Use ADDR (.text), not . - SIZEOF (.text).
167 * ldlang.c (lang_size_sections): Last, set _cooked_size for output
170 2003-10-16 Alan Modra <amodra@bigpond.net.au>
172 * Makefile.am (GENSCRIPTS_EXTRA, GEN_EXTRA_DEPENDS): Remove. Use
173 GENSCRIPTS and GEN_DEPENDS in place of these.
174 * Makefile.in: Regenerate.
175 * genscripts_extra.sh: Delete. Merge extra functionality to..
176 * genscripts.sh: ..here.
178 * emulparams/gld960.sh (TEXT_START_ADDR, TARGET_PAGE_SIZE): Define.
179 * emulparams/gld960coff.sh (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
180 * emulparams/lnk960.sh (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
181 * emulparams/m88kbcs.sh (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
182 * emulparams/vanilla.sh (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
184 2003-10-16 Alan Modra <amodra@bigpond.net.au>
186 * emultempl/ia64elf.em (gld${EMULATION_NAME}_after_parse): Don't
187 use $EMULATION_NAME to call bfd function.
189 2003-10-14 Danny Smith <dannysmith@users.sourceforge.net>
191 * pe-dll.c (pe_implied_import_dll): Also scan .rdata sections
192 to identify data symbols.
194 2003-10-13 Richard Sandiford <rsandifo@redhat.com>
196 * emulparams/elf32bmipn32-defs.sh (INITIAL_READONLY_SECTIONS): Move
197 definition from elf64btsmip.sh.
198 (TEXT_DYNAMIC): Likewise elf32btsmipn32.sh.
199 * emulparams/elf32btsmipn32.sh (TEXT_DYNAMIC): Remove.
200 * emulparams/elf64btsmip.sh (INITIAL_READONLY_SECTIONS): Remove.
201 * emulparams/elf64bmip.sh (SHLIB_TEXT_START_ADDR): Define.
202 (EXECUTABLE_SYMBOLS): Set __elf_header correctly for shared objects.
203 Define __program_header_table in terms of __elf_header.
205 2003-10-10 H.J. Lu <hongjiu.lu@intel.com>
207 * Makefile.am (eelf64_ia64.c): Also depend on
208 $(srcdir)/emultempl/ia64elf.em.
209 * Makefile.in: Regenerated.
211 * emulparams/elf64_ia64.sh (EXTRA_EM_FILE): Set to ia64elf.
213 * emultempl/ia64elf.em: New.
215 2003-10-12 Kaz Kojima <kkojima@rr.iij4u.or.jp>
217 * emulparams/shelf32_nbsd.sh (OTHER_SECTIONS): Redefine.
219 2003-10-11 Hans-Peter Nilsson <hp@bitrange.com>
221 * ld.texinfo (Builtin Functions) <DEFINED>: Say that only symbols
222 defined before the statement using DEFINED yield 1.
223 * ldexp.c (fold_name) <case DEFINED>: In lang_first_phase_enum,
224 call lang_track_definedness on symbol. In subsequent phases, use
225 lang_symbol_definition_iteration and lang_statement_iteration to
226 check whether the symbol was defined before the current statement.
227 (exp_fold_tree) <case etree_assign et al>: Call
228 lang_update_definedness before updating symbol type when setting
230 * ldlang.c (lang_definedness_table): New variable.
231 (lang_definedness_newfunc, lang_track_definedness)
232 (lang_symbol_definition_iteration, lang_update_definedness): New
234 (lang_init): Initialize lang_definedness_table and
235 lang_statement_iteration.
236 (lang_finish): Destroy bfd_hash_table_free.
237 (lang_size_sections): Increment lang_statement_iteration.
238 (lang_do_assignments_1): New function with former
239 lang_do_assignments contents. Change recursive calls to call this
241 (lang_do_assignments): Evacuate contents. Increment
242 lang_statement_iteration, then just call lang_do_assignments_1.
243 * ldlang.h (struct lang_definedness_hash_entry)
244 (lang_statement_iteration, lang_track_definedness)
245 (lang_symbol_definition_iteration, lang_update_definedness):
248 2003-10-09 H.J. Lu <hongjiu.lu@intel.com>
250 * scripttempl/elf.sc (__executable_start): Provide.
252 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
254 * emulparams/armelf.sh: Define NO_SMALL_DATA.
255 * emulparams/armelf_linux.sh, emulparams/armelf_oabi.sh,
256 emulparams/armnto.sh: Likewise.
258 2003-10-08 Alexandre Oliva <aoliva@redhat.com>
260 * ldlang.c (lang_size_sections_1): Use IGNORE_SECTION to tell
261 whether to skip test for no memory region.
263 2003-10-08 Nick Clifton <nickc@redhat.com>
265 * lexsup.c (parse_args: OPTION_CALL_SHARED): Revise comment
266 describing defaults. Change default to report unresolved symbols
267 in object files as well.
269 2003-10-08 Hans-Peter Nilsson <hp@bitrange.com>
271 * ldexp.c (fold_name) <case DEFINED>: Set section of result to
274 2003-10-07 Bob Wilson <bob.wilson@acm.org>
276 * emulparams/elf32xtensa.sh (OTHER_READONLY_SECTIONS,
277 OTHER_READWRITE_SECTIONS, OTHER_SECTIONS): Set section addresses to
278 zero for relocatable links.
280 2003-10-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
282 * configure.host (HOSTING_LIBS): Define for hppa*-*-linux*.
284 2003-10-07 Nathan Sidwell <nathan@codesourcery.com>
286 * ldwrite.c (unsplittable_name): New.
287 (clone_section): Strip existing numeric suffix. Only truncate names
289 (split_sections): Use unsplittable_name.
291 2003-10-06 Nick Clifton <nickc@redhat.com>
293 * lexsup.c (parse_args): Report unresolved symbols in shared
294 libraries when creating a dynamic executable. This is a
295 restoration of the default behaviour for previous versions of
298 2003-10-06 Matt Thomas <matt@3am-software.com>
300 * emulparams/hppanbsd.sh: Remove OUTPUT_FORMAT.
301 * emulparams/hppaobsd.sh: Add OUTPUT_FORMAT="elf32-hppa".
303 2003-10-06 Robert Millan <robertmh@gnu.org>
305 * configure.tgt: Match GNU/KNetBSD with new knetbsd*-gnu triplet.
307 2003-10-02 Ivan Warren <ivan@vmfacility.fr>
309 * pe-dll.c (make_one): Correct sym def order & pick right sym for
312 2003-09-30 Chris Demetriou <cgd@broadcom.com>
314 * NEWS: Add an indication of the cutoff for 2.14.
316 2003-09-30 Chris Demetriou <cgd@broadcom.com>
318 * ldmain.c (get_emulation): Ignore "-mips64r2".
320 2003-09-03 Robert Millan <robertmh@gnu.org>
322 * configure.host: Match GNU/KFreeBSD with new kfreebsd*-gnu
324 * configure.tgt: Likewise.
326 2003-08-29 Jafa <jafa@silicondust.com>
328 * emulparams/elf32ip2k.sh (TEMPLATE_NAME): Define.
330 2003-08-21 Nick Clifton <nickc@redhat.com>
332 * po/tr.po: Updated Turkish translation.
334 2003-08-20 Nick Clifton <nickc@redhat.com>
336 * ldmain.c: Initialise the new fields in bfd_link_info to
338 * lexsup.c (enum option_values): New enum. Use this to
339 replace the handed coded values for the long switch options.
340 (ld_options): Add 'unresolved-symbols',
341 'warn-unresolved-symbols' and 'error-unresolved-symbols'.
342 (parse_args): Handle the new switches. Set the values of
343 unresolved_symbols_in_objects and
344 unresolved_symbols_in_shared_libs appropriately. If they were
345 not initialised by the command line, install default values.
346 * emultempl/elf32.em (handle_option): Update OPTION_GROUP and
347 -z defs to use the new fields in bfd_link_info.
348 * ld.texinfo: Document the new switches.
349 * NEWS: Mention this feature.
351 2003-08-15 Dmitry Diky <diwil@mail.ru>
353 * Makefile.am (GENSCRIPTS_EXTRA): New script definition which
354 calls genscripts_extra.sh.
355 Rearrange all msp430 depends using this script.
356 * Makefile.in: Regenerate.
357 * genscripts_extra.sh: New file: Similar to genscripts.sh, except
358 that the script to be run to generate the emulations can be passed
359 as an optional parameter instead of being computed from the
361 * emulparams/msp430all.sh: New file: Combine all msp430 subdevice
362 definitions into one file.
363 * emulparams/msp430x*.sh: Removed.
365 2003-08-15 Nick Clifton <nickc@redhat.com>
367 * ld.texinfo (Options): Put keywords for the -z option into a
368 table. Add more text describing what the -z now option does.
370 2003-08-14 Alan Modra <amodra@bigpond.net.au>
372 * dep-in.sed: Remove libintl.h.
373 * Makefile.am (POTFILES.in): Unset LC_COLLATE.
374 * Makefile.in: Regenerate.
376 2003-08-13 Alan Modra <amodra@bigpond.net.au>
378 * genscripts.sh (libpath.exp): Only generate for first emulation.
379 (LIB_PATH): Correct order of paths. Don't add $tool_lib when
380 already present or when LIB_PATH is set to ":".
382 2003-08-12 Ian Lance Taylor <ian@airs.com>
384 * ldmain.c (undefined_symbol): Change parameter name from `fatal'
385 to `error'. If only a warning, put warning in the reported
386 string. Consistently set failure flag when not a warning.
388 2003-08-08 Dmitry Diky <diwil@mail.ru>
390 * Makefile.am: Add xW42 and xE42 parts. Sort MPU list according to
392 * Makefile.in: Regenerate.
393 * configure.tgt: Add extra emulations.
394 * emulparams/msp430xE423.sh: New file.
395 * emulparams/msp430xE427.sh: New file.
396 * emulparams/msp430xW425.sh: New file.
397 * emulparams/msp430xE425.sh: New file.
398 * emulparams/msp430xW423.sh: New file.
399 * emulparams/msp430xW427.sh: New file.
401 2003-08-07 Danny Smith <dannysmith@users.sourceforge.net>
403 * emultempl/pe.em (gld_${EMULATION_NAME}_before_parse):
404 Change second (cmdline) arg to lang_add_entry to FALSE.
405 (set_pe_subsystem): Change second arg to lang_add_entry to TRUE.
407 2003-08-05 Christian Groessler <chris@groessler.org>
408 Jason Eckhardt <jle@rice.edu>
410 * configure.tgt: Recognize new target i860-*-coff.
411 * Makefile.am (ALL_EMULATIONS): Add ecoff_i860.o.
412 (ecoff_i860.c): New rule.
413 * emulparams/coff_i860.sh: New file.
414 * scripttempl/i860coff.sc: New file.
415 * Makefile.in: Regenerate.
417 2003-08-04 Nick Clifton <nickc@redhat.com>
419 * emultempl/elf32.em (before_allocation): Prepend "warning: "
420 to messages produced for .gnu.warning.SYMBOL sections.
422 2003-08-04 Alan Modra <amodra@bigpond.net.au>
424 * emultempl/elf32.em (output_rel_find): Add "isdyn" param. Put
425 .rel.dyn before other reloc sections. Don't stop looking for reloc
426 sections on finding one that isn't allocated. Match .rel even when
427 placing .rela and vice versa, when setting last_rel and
428 last_rel_alloc for the first time. If no reloc sections in script,
429 prefer allocated section over non-alloc.
430 (gld${EMULATION_NAME}_place_orphan): Handle orphan .rel.dyn.
432 2003-07-29 Kaz Kojima <kkojima@rr.iij4u.or.jp>
434 * emulparams/shelf.sh (OTHER_SECTIONS): Don't include .stack
435 section for shared library.
436 * emulparams/shelf32.sh (OTHER_SECTIONS): Likewise.
437 * emulparams/shelf64.sh (OTHER_SECTIONS): Likewise.
439 2003-07-29 Stephane Carrez <stcarrez@nerim.fr>
441 * scripttempl/elfm68hc12.sc: Add gcc_except_table.
442 * scripttempl/elfm68hc11.sc: Likewise.
444 2003-07-28 Alan Modra <amodra@bigpond.net.au>
446 * emulparams/elf64ppc.sh (GOT): Fix for shell brace matching.
448 * emulparams/elf64ppc.sh (GOT): Don't merge .toc into .got for ld -r.
450 2003-07-27 Alan Modra <amodra@bigpond.net.au>
452 * ld.texinfo: Typo fixes. Document SUBALIGN.
453 * ldgram.y (opt_subalign): Add.
454 * ldlex.l (SUBALIGN): Recognize.
455 * ldlang.c (overlay_subalign): New var.
456 (lang_enter_overlay): Add subalign param.
457 (lang_enter_overlay_section): Pass overlay_subalign to
458 lang_enter_output_section_statement.
459 * ldlang.h (lang_enter_overlay): Update.
461 2003-07-24 Nick Clifton <nickc@redhat.com>
463 * po/fr.po: Updated French translation.
465 2003-07-23 Stephane Carrez <stcarrez@nerim.fr>
467 * scripttempl/elfm68hc11.sc: Keep ctor/dtor sections; Take into
468 account .tramp sections;
469 * scripttempl/elfm68hc12.sc: Likewise.
471 2003-07-17 Charles Wilson <cwilson@ece.gatech.edu>
473 * ld/pe-dll.c: Add libcygwin to autofilter_liblist[]
475 2003-07-17 Nick Clifton <nickc@redhat.com>
477 * po/es.po: New Spanish translation.
479 2003-07-11 Alan Modra <amodra@bigpond.net.au>
481 * po/ld.pot: Regenerate.
483 2003-07-10 Bob Wilson <bob.wilson@acm.org>
485 * emulparams/elf32xtensa.sh (OTHER_READONLY_SECTIONS): Replace .xt.lit
486 with new .got.loc section.
487 (OTHER_READWRITE_SECTIONS): Do not combine linkonce sections for
488 non-relocating links.
489 (OTHER_SECTIONS): Add .xt.lit here. Change it to keep linkonce
490 sections separate for non-relocating links; likewise for .xt.insn.
492 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
494 2001-08-22 Alexandre Oliva <aoliva@redhat.com>
495 * emulparams/elf32am33lin.sh: Adjust to match kernel parameters.
496 2001-05-09 Alexandre Oliva <aoliva@redhat.com>
497 * configure.host (am33_2.0-*-linux*): Added.
498 * configure.tgt (am33_2.0-*-linux*): Likewise.
499 * emulparams/elf32am33lin.sh: New.
500 * Makefile.am (eelf32am33lin.c): New rule.
501 * Makefile.in: Rebuilt.
503 2003-07-09 Alexandre Oliva <aoliva@redhat.com>
505 2001-04-17 Alexandre Oliva <aoliva@redhat.com>
506 * emulparams/mn10300.sh (TEMPLATE_NAME): Define.
507 (GENERATE_SHLIB_SCRIPT): Likewise.
509 2003-07-10 Alan Modra <amodra@bigpond.net.au>
511 * emulparams/elf64ppc.sh (OTHER_GOT_SECTIONS): Don't define.
513 * emultempl/ppc64elf.em (stub_added): New static var.
514 (ppc_create_output_section_statements): Call ppc64_elf_init_stub_bfd.
515 (ppc_add_stub_section): Set stub_added.
516 (gld${EMULATION_NAME}_finish): Look for .got rather than .toc. Adjust
517 ppc64_elf_size_stubs call and test for stubs.
518 * scripttempl/elf.sc (GOT): Define and use.
520 2003-07-08 J"orn Rennecke <joern.rennecke@superh.com>
522 * emultempl/sh64elf.em (sh64_elf_${EMULATION_NAME}_after_allocation):
523 Allow second call from ldemul_finish.
525 2003-07-04 J"orn Rennecke <joern.rennecke@superh.com>
527 * emulparams/shelf32.sh (STACK_ADDR): Don't define.
528 (OTHER_SECTIONS): Include .stack.
529 * emulparams/shelf64.sh (OTHER_SECTIONS): Likewise.
531 2003-07-02 Jakub Jelinek <jakub@redhat.com>
533 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Don't include
535 (OTHER_READWRITE_SECTIONS): Include .opd if -pie.
536 * scripttempl/elf.sc: Use SHLIB_DATA_ADDR instead of DATA_ADDR
539 2003-06-28 Alan Modra <amodra@bigpond.net.au>
541 * ld.h: Convert to C90, remove unnecessary prototypes and casts.
542 Replace PTR with void *. Formatting.
543 * ldcref.c: Likewise.
544 * ldctor.c: Likewise.
545 * ldctor.h: Likewise.
546 * ldemul.h: Likewise.
549 * ldfile.c: Likewise.
550 * ldfile.h: Likewise.
551 * ldlang.c: Likewise.
552 * ldlang.h: Likewise.
555 * ldmain.c: Likewise.
556 * ldmain.h: Likewise.
557 * ldmisc.c: Likewise.
558 * ldmisc.h: Likewise.
560 * ldwrite.c: Likewise.
561 * ldwrite.h: Likewise.
562 * lexsup.c: Likewise.
565 * pe-dll.c: Likewise.
566 * pe-dll.h: Likewise.
567 * deffilep.y: Likewise.
568 * deffile.h: Likewise. Don't include ansidecl.h.
569 * emulparams/elf32mcore.sh: Remove unnecessary cast.
570 * emultempl/m68kcoff.em: Likewise.
571 * emultempl/m68kelf.em: Likewise.
572 * emultempl/ticoff.em: Remove lang_add_output_format declaration.
573 * sysdep.h: Don't include ansidecl.h.
574 * Makefile.am: Run "make dep-am".
575 * Makefile.in: Regenerate.
577 2003-06-27 Nick Clifton <nickc@redhat.com>
579 * deffilep.y (def_file_add_directive): Cope with NUL seperated
580 directives. Fix reporting of unparseable directives.
581 (def_error): Check for a NULL def_filename.
583 2003-06-27 Alan Modra <amodra@bigpond.net.au>
585 * emultempl/aix.em: Convert to C90, remove unnecessary prototypes
586 and casts. Replace PTR with void *. Formatting.
587 * emultempl/alphaelf.em: Likewise.
588 * emultempl/armcoff.em: Likewise.
589 * emultempl/armelf.em: Likewise.
590 * emultempl/armelf_oabi.em: Likewise.
591 * emultempl/beos.em: Likewise.
592 * emultempl/elf32.em: Likewise.
593 * emultempl/generic.em: Likewise.
594 * emultempl/gld960.em: Likewise.
595 * emultempl/gld960c.em: Likewise.
596 * emultempl/hppaelf.em: Likewise.
597 * emultempl/linux.em: Likewise.
598 * emultempl/lnk960.em: Likewise.
599 * emultempl/m68hc1xelf.em: Likewise.
600 * emultempl/m68kcoff.em: Likewise.
601 * emultempl/m68kelf.em: Likewise.
602 * emultempl/mipsecoff.em: Likewise.
603 * emultempl/mipself.em: Likewise.
604 * emultempl/mmix-elfnmmo.em: Likewise.
605 * emultempl/mmixelf.em: Likewise.
606 * emultempl/mmo.em: Likewise.
607 * emultempl/needrelax.em: Likewise.
608 * emultempl/netbsd.em: Likewise.
609 * emultempl/pe.em: Likewise.
610 * emultempl/sh64elf.em: Likewise.
611 * emultempl/sunos.em: Likewise.
612 * emultempl/ticoff.em: Likewise.
613 * emultempl/vanilla.em: Likewise.
614 * emultempl/xtensaelf.em: Likewise.
615 * Makefile.am: Correct dependencies.
616 * Makefile.in: Regenerate.
618 2003-06-25 Alan Modra <amodra@bigpond.net.au>
620 * ld.texinfo: Correct spelling of "relocatable".
621 * ldctor.c: Likewise.
623 * ldfile.c: Likewise.
624 * ldint.texinfo: Likewise.
625 * ldlang.c: Likewise.
626 * ldmain.c: Likewise.
627 * ldwrite.c: Likewise.
628 * lexsup.c: Likewise.
629 * emultempl/aix.em: Likewise.
630 * emultempl/alphaelf.em: Likewise.
631 * emultempl/armcoff.em: Likewise.
632 * emultempl/armelf_oabi.em: Likewise.
633 * emultempl/beos.em: Likewise.
634 * emultempl/elf32.em: Likewise.
635 * emultempl/generic.em: Likewise.
636 * emultempl/gld960.em: Likewise.
637 * emultempl/gld960c.em: Likewise.
638 * emultempl/hppaelf.em: Likewise.
639 * emultempl/linux.em: Likewise.
640 * emultempl/lnk960.em: Likewise.
641 * emultempl/m68hc1xelf.em: Likewise.
642 * emultempl/m68kcoff.em: Likewise.
643 * emultempl/m68kelf.em: Likewise.
644 * emultempl/mipsecoff.em: Likewise.
645 * emultempl/mipself.em: Likewise.
646 * emultempl/mmix-elfnmmo.em: Likewise.
647 * emultempl/mmo.em: Likewise.
648 * emultempl/needrelax.em: Likewise.
649 * emultempl/pe.em: Likewise.
650 * emultempl/ppc64elf.em: Likewise.
651 * emultempl/sh64elf.em: Likewise.
652 * emultempl/sunos.em: Likewise.
653 * emultempl/ticoff.em: Likewise.
654 * emultempl/xtensaelf.em: Likewise.
656 2003-06-24 Alan Modra <amodra@bigpond.net.au>
658 * emultempl/ppc32elf.em: Convert to C90.
660 2003-06-20 Alan Modra <amodra@bigpond.net.au>
662 * emultempl/ppc64elf.em: Convert to C90 function definitions, remove
663 unnecessary prototypes and casts.
665 2003-06-19 Alan Modra <amodra@bigpond.net.au>
667 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Dump out
668 statistics from ppc64_elf_build_stubs.
670 2003-06-19 Alan Modra <amodra@bigpond.net.au>
672 * emultempl/ppc64elf.em (build_section_lists): Check return status
673 from ppc64_elf_next_input_section.
675 2003-06-17 H.J. Lu <hongjiu.lu@intel.com>
677 * ldlang.c (section_already_linked): Put back assignment of
680 2003-06-17 Rainer Keuchel <rkeuchel@allgeier.com>
682 * pe-dll.c (generate_reloc): Catch and ignore an ARM_26D
685 2003-06-17 Loren James Rittle <rittle@latour.rsch.comm.mot.com>
687 * configure.host (*-*-freebsd*): Add known path for ld-elf.so.1
688 if not produced by gcc.
690 2003-06-16 Hans-Peter Nilsson <hp@axis.com>
692 * configure.tgt: Add specific case for cris-*-linux-gnu*
693 with crislinux emulation only.
695 2003-06-13 Robert Millan <zeratul2@wanadoo.es>
697 * configure.tgt: Add i386-netbsd-gnu target.
699 2003-06-12 Richard Sandiford <rsandifo@redhat.com>
701 * configure.tgt (mips*-sgi-irix6*): Add the o32 and n64 emulations
702 to $targ_extra_libpath.
704 2003-06-11 H.J. Lu <hongjiu.lu@intel.com>
706 * po/Make-in (DESTDIR): New.
707 (install-data-yes): Support $(DESTDIR).
708 (uninstall): Likewise.
710 2003-06-10 Doug Evans <dje@sebabeach.org>
712 * Makefile.am (ALL_EMULATIONS): Add em32relf.o.
713 * Makefile.in: Regenerate.
715 2003-06-10 Richard Sandiford <rsandifo@redhat.com>
717 * configure.tgt (h8300*): Add h8300sxn emulations.
718 * Makefile.am (ALL_EMULATIONS): Add eh8300sxn.o and eh8300sxnelf.o.
719 (eh8300sxn.c, eh8300sxnelf.c): New rules.
720 * Makefile.in: Regenerate.
721 * emulparams/h8300sxnelf.sh, emulparams/h8300sxn.sh: New files.
722 * scripttempl/h8300sxn.sc: New file.
724 2003-06-10 Alan Modra <amodra@bigpond.net.au>
726 * emulparams/elf64ppc.sh (EXECUTABLE_SYMBOLS, OTHER_BSS_END_SYMBOLS,
727 CTOR_START, CTOR_END, DTOR_START, DTOR_END): Don't define.
729 2003-06-08 Alan Modra <amodra@bigpond.net.au>
731 * emultempl/ppc64elf.em (emit_stub_syms, toc_section): New vars.
732 (build_toc_list): New function.
733 (gld${EMULATION_NAME}_finish): Call build_toc_list and
734 ppc64_elf_reinit_toc. Adjust ppc64_elf_build_stubs call.
735 (OPTION_STUBSYMS): Define.
736 (PARSE_AND_LIST_LONGOPTS): Add emit-stub-syms.
737 (PARSE_AND_LIST_OPTIONS): Document.
738 (PARSE_AND_LIST_ARGS_CASES): Handle.
740 2003-06-05 Roland McGrath <roland@redhat.com>
742 * emultempl/elf32.em (gld${EMULATION_NAME}_list_options): Remove
743 extra \t in -z noexecstack line.
745 2003-05-23 Jakub Jelinek <jakub@redhat.com>
747 * ldgram.y (phdr_type): Grok PT_GNU_STACK.
748 * emultempl/elf32.em (gld${EMULATION_NAME}_handle_option): Add
749 -z execstack and -z noexecstack.
750 (gld${EMULATION_NAME}_list_options): Likewise.
751 * scripttempl/elf.sc: If not -r, discard .note.GNU-stack section.
753 2003-06-03 Michael Snyder <msnyder@redhat.com>
754 and Bernd Schmidt <bernds@redhat.com>
755 and Alexandre Oliva <aoliva@redhat.com>
757 * Makefile.am: Add new emulations for h8300sx.
758 * Makefile.in: Regenerate.
759 * configure.tgt: Add new emulations.
760 * emulparams/h8300sx.sh: New emulation.
761 * emulparams/h8300sxelf.sh: Ditto.
762 * scripttempl/h8300sx.sc: Ditto.
764 2003-06-03 H.J. Lu <hongjiu.lu@intel.com>
766 * ldmisc.c: Include "bfdlink.h".
767 (error_handler): Handle LD_DEFINITION_IN_DISCARDED_SECTION
768 and -LD_DEFINITION_IN_DISCARDED_SECTION.
770 * Makefile.am: Rebuild dependency.
771 * Makefile.in: Regenerated.
773 2003-06-03 Kaz Kojima <kkojima@rr.iij4u.or.jp>
775 * emulparams/shlelf_linux.sh (GENERATE_PIE_SCRIPT): Set to yes.
776 * emulparams/shlelf32_linux.sh (GENERATE_PIE_SCRIPT): Likewize.
778 2003-06-02 Fabrizio Gennari <fabrizio.ge@tiscalinet.it>
780 * pe-dll.c (fill_edata): Scan table pe_dll->exports, which is
781 sorted alphabetically, instead of exported_symbols, which is
784 2003-05-30 Ulrich Drepper <drepper@redhat.com>
785 Jakub Jelinek <jakub@redhat.com>
787 * lexsup.c (OPTION_PIE): Define.
788 (ld_options): Add -pie and --pic-executable options.
789 (parse_args): Handle OPTION_PIE.
790 * ldmain.c (main): Initialize link_info.pie and
791 link_info.executable.
792 * genscripts.sh: Generate PIE scripts.
793 * ld.texinfo: Document -pie and --pic-executable options.
794 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open):
795 (gld${EMULATION_NAME}_place_orphan): Likewise.
796 (gld${EMULATION_NAME}_get_script): Include PIE scripts.
797 * scripttempl/elf.sc: In PIE scripts set . the same way as in
799 * emulparams/elf_i386.sh (GENERATE_PIE_SCRIPT): Set to yes.
800 * emulparams/elf64_ia64.sh (GENERATE_PIE_SCRIPT): Likewise.
801 * emulparams/elf32ppc.sh (GENERATE_PIE_SCRIPT): Likewise.
802 * emulparams/elf64ppc.sh (GENERATE_PIE_SCRIPT): Likewise.
803 * emulparams/elf_x86_64.sh (GENERATE_PIE_SCRIPT): Likewise.
804 * emulparams/elf_s390.sh (GENERATE_PIE_SCRIPT): Likewise.
805 * emulparams/elf32_sparc.sh (GENERATE_PIE_SCRIPT): Likewise.
806 * emulparams/elf64_sparc.sh (GENERATE_PIE_SCRIPT): Likewise.
807 * emulparams/elf64alpha.sh (GENERATE_PIE_SCRIPT): Likewise.
808 * emulparams/elf64_s390.sh (GENERATE_PIE_SCRIPT): Likewise.
809 * emulparams/elf_i386.sh (GENERATE_PIE_SCRIPT): Likewise.
811 2003-05-30 H.J. Lu <hongjiu.lu@intel.com>
813 * genscripts.sh: Create tmpdir/libpath.exp.
815 2003-05-30 Nick Clifton <nickc@redhat.com>
817 * emultempl/armelf.em (arm_elf_before_allocation): Replace ASSERT
818 with a test for a NULL bfd_for_interworking.
820 2003-05-29 Jason Thorpe <thorpej@wasabisystems.com>
822 * configure.host (*-*-netbsd*): Set HOSTING_CRT0 and HOSTING_LIBS
823 correctly for more recent versions of NetBSD.
824 (alpha*-*-netbsd*): Remove.
825 (i[3-7]86-*-netbsd*): Remove.
827 2003-05-29 Nick Clifton <nickc@redhat.com>
829 * emultempl/pe.em: Include "safe-ctype.h" instead of <ctype.h>.
831 2003-05-26 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
833 * emulparams/elf64btsmip.sh: Set TEXT_START_ADDR to 0x120000000 to
834 trap on pointer crops.
836 2003-05-21 Marcus Comstedt <marcus@mc.pp.se>
838 * configure.tgt: Check for a target triplet of shl-...-netbsdelf
839 as well as shle-...-netbsdelf.
841 2003-05-16 Kelley Cook <kelleycook@wideopenwest.com>
843 * configure.host: Accept i[3-7]86 variants.
844 * configure.tgt: Likewise.
846 2003-05-15 H.J. Lu <hongjiu.lu@intel.com>
848 * emulparams/elf64_ia64.sh: Don't set COMMONPAGESIZE for now.
850 2003-05-09 Daniel Jacobowitz <drow@mvista.com>
852 * Makefile.am (ALL_EMULATIONS): Add earmelfb.o and earmelfb_linux.o.
853 (earmelfb.c, earmelfb_linux.c): New rules.
854 * Makefile.in: Regenerated.
855 * emulparams/armelfb.sh, emulparams/armelfb_linux.sh: New files.
856 * configure.tgt: Add armeb-elf and arm*b-*-linux-gnu.
858 2003-05-09 Nick Clifton <nickc@redhat.com>
860 * ldlang.c (lang_size_sections_1): Default to generating a
861 fatal error message if a loadable section is not allocated
862 to a memory region when regions are defined.
864 2003-05-09 Alan Modra <amodra@bigpond.net.au>
866 * Makefile.am (em68hc11elf.c): Correct dependencies.
867 (em68hc11elfb.c, em68hc12elf.c, em68hc12elfb.c): Likewise.
868 * Makefile.in: Regenerate.
869 * emultempl/elf32.em (find_exp_assignment): Adjust for changed
870 bfd_elf_record_link_assignment name.
872 2003-05-07 Alexandre Oliva <aoliva@redhat.com>
874 * ldmain.h (overflow_cutoff_limit): Declare.
875 * ldmain.c (overflow_cutoff_limit): Define, initialized to 10.
876 (reloc_overflow): Limit error messages based on it.
877 * lexsup.c (parse_args) <OPTION_VERBOSE>: Set cutoff to
880 2003-05-05 Alan Modra <amodra@bigpond.net.au>
882 * ldlex.l: Accept C style comments in version scripts.
884 2003-04-28 H.J. Lu <hjl@gnu.org>
886 * ldlang.c (lang_process): Add the relax finalize pass.
888 * ldmain.c (main): Initialize link_info.relax_finalizing to
891 2003-04-24 Roland McGrath <roland@redhat.com>
893 * ldgram.y (phdr_type): Grok PT_TLS and PT_GNU_EH_FRAME names.
894 If a name string is unknown, give an error rather than crashing later.
896 2003-04-23 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
898 * Makefile.am (ALL_EMULATIONS): Add eh8300hn.o, eh8300sn.o,
899 eh8300hnelf.o, eh8300snelf.o and respective rules.
900 * Makefile.in: Regenerate.
901 * configure.tgt: Add h8300hn, h8300sn, h8300hnelf, h8300snelf
902 * emulparams/h8300hn.sh: New
903 * emulparams/h8300sn.sh: New
904 * emulparams/h8300hnelf.sh: New
905 * emulparams/h8300snelf.sh: New
906 * scripttempl/h8300hn.sc: new
907 * scripttempl/h8300sn.sc: new
909 2003-04-23 H.J. Lu <hjl@gnu.org>
911 * ldmain.c (link_callbacks): Initialize error_handler.
913 * ldmisc.c (error_handler): New function.
915 * ldmisc.h (error_handler): New prototype.
917 2003-04-21 Stephane Carrez <stcarrez@nerim.fr>
919 * emulparams/m68hc11elf.sh: Use m68hc1xelf.em extra.
920 * emulparams/m68hc11elfb.sh: Likewise.
921 * emulparams/m68hc12elf.sh: Likewise.
922 * emulparams/m68hc12elfb.sh: Likewise.
924 2003-04-19 Stephane Carrez <stcarrez@nerim.fr>
926 * emultempl/m68hc1xelf.em: New file to generate far trampolines on
928 (LDEMUL_BEFORE_ALLOCATION): Override to gather the trampolines to
930 (LDEMUL_FINISH): Override to generate the trampolines after gc and
932 (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Override to create the
933 stub file for trampolines.
934 (PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_LONGOPTS): New options
935 --no-trampoline and --bank-window to control the memory bank window.
937 2003-04-18 H.J. Lu <hjl@gnu.org>
939 * ldfile.c (ldfile_add_library_path): Remove the unused
942 2003-04-18 Andrew Haley <aph@cambridge.redhat.com>
944 * scripttempl/xstormy16.sc (__data, __rdata): New.
946 2003-04-16 Nick Clifton <nickc@redhat.com>
948 * scripttempl/xstormy16.sc: Add .jcr section mapping.
950 2003-04-15 H.J. Lu <hjl@gnu.org>
952 From Debian by Jack Howarth <howarth@nitro.med.uc.edu>:
954 * ldlex.l: Use YY_CURRENT_BUFFER instead of yy_current_buffer.
956 2003-04-15 Rohit Kumar Srivastava <rohits@kpitcummins.com>
958 * h8-doc.texi: Replace occurrances of 'Hitachi' with 'Renesas'.
959 * ld.texinfo: Likewise.
961 2003-04-14 Alan Modra <amodra@bigpond.net.au>
963 From Prashanth Tamraparni <prashanth_t@in.ibm.com>
964 * scripttempl/elf.sc (CTOR): Handle crtbeginS.o, crtendS.o and
965 other variants of crtbegin.o, crtend.o.
967 * scripttempl/crisaout.sc (ctors, dtors): Likewise.
968 * scripttempl/elf_chaos.sc (CTOR, DTOR): Likewise.
969 * scripttempl/elfd10v.sc (CTOR, DTOR): Likewise.
970 * scripttempl/elfd30v.sc (CTOR, DTOR): Likewise.
971 * scripttempl/elfxtensa.sc (CTOR, DTOR): Likewise.
972 * scripttempl/iq2000.sc (CTOR, DTOR): Likewise.
973 * scripttempl/mmo.sc (ctors, dtors): Likewise.
974 * scripttempl/xstormy16.sc (CTOR, DTOR): Likewise.
976 2003-04-09 Dmitry Diky <diwil@mail.ru>
978 * scripttempl/elf32msp430.sc: Add initX, finiX, ctors, dtors
979 sections to respect C++ constructor/destructor. Add ctors/dtors
980 start/stop definitions.
981 * scripttempl/elf32msp430_3.sc: Likewise.
983 2003-04-06 Nick Clifton <nickc@redhat.com>
985 * ld.texinfo (Options): Add a reminder of the target specific
986 nature to the description of the i386 PE specific options, for
987 readers who have not read all the way through the manual.
989 2003-04-04 Svein E. Seldal <Svein.Seldal@solidas.com>
991 * configure.tgt: Fixed bug in list of targ_extra_emuls.
992 * emulparams/tic3xcoff.sh (SCRIPT_NAME): Namespace
993 cleanup. Replace s/c4x/tic4x and s/c3x/tic3x/
994 * emulparams/tic3xcoff_onchip.sh: Ditto
995 * emulparams/tic4xcoff.sh: Ditto
996 * scripttempl/tic4xcoff.sc: Ditto
998 2003-04-03 Nick Clifton <nickc@redhat.com>
1000 * NEWS: Mention support for Xtensa architecture.
1002 2003-04-02 Nick Clifton <nickc@redhat.com>
1004 * pe-dll.c (pe_detail_list): arm-pe targets use underscores.
1006 2003-04-01 Danny Smith <dannysmith@users.sourceforge.net>
1008 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open):
1009 Don't call pe_dll_build_section() if link_info.relocateable.
1010 (gld_${EMULATION_NAME}_finish): Don't call pe_dll_fill_sections()
1011 if link_info.relocateable.
1013 2003-04-01 Fabrizio Gennari <fabrizio.ge@tiscalinet.it>
1015 * pe-dll.c (process_def_file): Don't create an export
1016 section if there are no exports and we're building an exe
1017 (pe_dll_build_sections): Ditto
1018 (pe_dll_fill_sections): Conditionalize setting
1019 abfd->dll true on info->shared
1020 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open):
1021 If i386pe or armpe, call pe_dll_build_section()
1022 for both exe's and dll's, not just dll's.
1023 (gld_${EMULATION_NAME}_finish): For all targets except
1024 shpe and mipspe, call pe_dll_fill_sections() for both
1025 exe's and dll's, not just dll's.
1027 2003-04-02 Bob Wilson <bob.wilson@acm.org>
1029 * emulparams/xtensa-config.sh: Remove comment indicating that this is
1032 2003-04-01 Bob Wilson <bob.wilson@acm.org>
1034 * Makefile.am (ALL_EMULATIONS): Add eelf32xtensa.o.
1035 (eelf32xtensa.c): New target.
1036 * Makefile.in: Regenerate.
1037 * configure.tgt: Handle xtensa-*-*.
1038 * gen-doc.texi: Set XTENSA variable.
1039 * ld.texinfo: Set XTENSA variable. Add new Xtensa node.
1040 * emulparams/elf32xtensa.sh: New file.
1041 * emulparams/xtensa-config.sh: Likewise.
1042 * emultempl/xtensaelf.em: Likewise.
1043 * scripttempl/elfxtensa.sc: Likewise.
1045 2003-04-01 Jakub Jelinek <jakub@redhat.com>
1047 * configure.tgt (powerpc*-*-linux*): Add elf32ppc to ppc64
1048 targ_extra_libpath. Add elf64ppc to ppc targ_extra_libpath
1049 if --enable-64-bit-bfd.
1051 2003-04-01 Nick Clifton <nickc@redhat.com>
1053 * emulparams/armelf.sh (OTHER_READONLY_SECTIONS): Change name of
1055 * emulparams/armelf_linux.sh (OTHER_READONLY_SECTIONS): Change
1056 name of note section.
1058 2003-03-31 Alexandre Oliva <aoliva@redhat.com>
1060 * ld.texinfo (-Tbss, -Tdata, -Ttext): Document in terms of
1063 2003-03-31 David Heine <dlheine@suif.stanford.edu>
1065 * ldfile.c (ldfile_add_library_path): Always allocate space for
1067 * ldlang.c (lang_register_vers_node): Free the node if it cannot
1069 * ldmain.c (set_scripts_dir): Always free the constructed
1071 (add_keepsyms_file): Fix memory leak.
1072 * ldmisc.c (vfinfo): Likewise.
1073 * lexsup.c (parse_args): Likewise.
1075 2003-03-25 Stan Cox <scox@redhat.com>
1076 Nick Clifton <nickc@redhat.com>
1078 Contribute support for Intel's iWMMXt chip - an ARM variant:
1080 * emulparams/armelf.sh (OTHER_READONLY_SECTIONS): Define.
1081 * emulparams/armelf_linux.sh (OTHER_READONLY_SECTIONS): Define.
1082 * scripttempl/armcoff.sc (.data): Ensure 8 byte alignment.
1085 2003-03-25 Alexandre Oliva <aoliva@redhat.com>
1087 * ldmain.h (ld_canon_sysroot, ld_canon_sysroot_len): Declare.
1088 * ldmain.c (ld_canon_sysroot, ld_canon_sysroot_len): Define.
1089 (main): Initialize them.
1090 * ldfile.c: Include pathnames.h.
1091 (is_sysrooted_pathname): New.
1092 (ldfile_add_library_path): Use it.
1093 (ldfile_open_file_search): Likewise. Use IS_ABSOLUTE_PATH. Don't
1094 search_dirs if given an absolute pathname.
1095 (ldfile_open_file): Issue error message for sysrooted
1097 * Makefile.am: Updated dependencies.
1098 * Makefile.in: Rebuild.
1100 2003-03-24 Daniel Néri <dne@mayonnaise.net>
1102 * ld.texinfo: Rename all occurances of C54X to TIC54X.
1104 2003-03-19 Andreas Schwab <schwab@suse.de>
1106 * ldfile.c (ldfile_try_open_bfd): Pop lexer start condition after
1109 2003-03-18 Danny Smith <dannysmith@users.sourceforge.net>
1111 * deffilep.y (opt_base): If no number given, set to default
1114 2003-03-13 Danny Smith <dannysmith@users.sourceforge.net>
1116 * deffilep.y (def_import): Use default extension of "dll"
1117 if no extension provided in parsed IMPORT definition.
1119 * deffilep.y (def_lex): Revert 2003-03-12 change.
1120 (dot_name): New id type and rule.
1121 (expline): Use instead of ID.
1122 (opt_equal_name): Likewise.
1124 2003-03-12 Danny Smith <dannysmith@users.sourceforge.net>
1126 * deffilep.y (def_lex): Accept '.' as valid non-lead char.
1128 2003-03-07 Christopher Faylor <cgf@redhat.com>
1130 * configure.tgt: Add NATIVE_LIB_DIRS for cygwin target back after
1131 apparent accidental removal on 2003-01-06.
1133 2003-03-04 Dmitry Diky <diwil@mail.ru>
1135 * Makefile.am: Add new devices x1122 x1132 emulation
1136 * configure.tgt: Likewise.
1137 * Makefile.in: Regenerate.
1138 * emulparams/msp430x1122.sh: New file.
1139 * emulparams/msp430x1132.sh: New file.
1141 2003-03-03 Alexandre Oliva <aoliva@redhat.com>
1143 * ldmain.c (set_scripts_dir): Look for relative to TOOLBINDIR as
1146 * ldfile.h (struct search_dirs): Added sysrooted field.
1147 * ldlang.h (struct lang_input_statement_struct): Likewise.
1148 * ldfile.c (ldfile_add_library_path): Mark sysrooted paths.
1149 (ldfile_open_file_search): Look for sysrooted filename starting
1150 with / in ld_sysroot instead of in the current directory. Clear
1151 sysrooted flag if it's found in the current directory. Set it
1152 from the search directory's sysrooted flag where it is found
1154 * ldlang.c (ldlang_sysrooted_script): New static variable.
1155 (new_afile): Mark search_file_enums as sysrooted if
1156 ldlang_sysrooted_script.
1157 (load_symbols): Set ldlang_sysrooted_script according to the
1158 script's sysrooted field while processing it.
1159 * ld.texinfo: Document INPUT behavior in sysroot.
1161 2003-03-02 Danny Smith <dannysmith@users.sourceforge.net>
1163 * scripttempl/pe.sc: Use PROVIDE with etext, end, _end,
1165 2003-03-03 Alan Modra <amodra@bigpond.net.au>
1167 * emulparams/elf64alpha.sh (EXTRA_EM_FILE): Define.
1168 (PARSE_AND_LIST_PROLOGUE, PARSE_AND_LIST_LONGOPTS,
1169 PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES,
1170 PARSE_AND_LIST_EPILOGUE): Don't define.
1171 * emultempl/alphaelf.em: New file.
1173 2003-03-01 Alan Modra <amodra@bigpond.net.au>
1175 * ldemul.c: Include getopt.h.
1176 * emultempl/elf32.em: Include getopt.h earlier.
1177 * emultempl/ticoff.em: Likewise.
1179 2003-02-28 Alan Modra <amodra@bigpond.net.au>
1181 * emultempl/elf32.em (gld${EMULATION_NAME}_get_script): Add combreloc
1182 support when scripts read from files.
1184 2003-02-28 Alan Modra <amodra@bigpond.net.au>
1186 * ldemul.c (ldemul_parse_args): Return FALSE by default.
1187 * ldemul.h (struct ld_emulation_xfer_struct): Update parse_args
1190 * ldemul.c (ldemul_add_options, ldemul_handle_option): New functions.
1191 (ldemul_parse_args): Return bfd_boolean. Formatting.
1192 * ldemul.h (ldemul_add_options, ldemul_handle_option): Declare.
1193 (ldemul_parse_args): Adjust.
1194 (struct ld_emulation_xfer_struct): Add add_options and handle_option.
1195 Return bfd_boolean from parse_args.
1196 * lexsup.c (parse_args): Malloc shortopts, longopts and
1197 really_longopts. Call ldemul_add_options and ldemul_handle_option.
1198 * emultempl/aix.em (gld${EMULATION_NAME}_add_options): Split out from
1199 gld${EMULATION_NAME}_parse_args.
1200 (gld${EMULATION_NAME}_handle_option): Likewise.
1201 (ld_${EMULATION_NAME}_emulation): Adjust initializer.
1202 * emultempl/armcoff.em: As for aix.em, but remove parse_args.
1203 * emultempl/beos.em: Likewise.
1204 * emultempl/pe.em: Likewise.
1205 * emultempl/ticoff.em: Likewise.
1206 * emultempl/elf32.em: Likewise. Don't duplicate long options either.
1207 (gld${EMULATION_NAME}_add_sysroot): Prototype.
1208 * emultempl/armelf.em (PARSE_AND_LIST_LONGOPTS): Don't duplicate
1210 * emultempl/hppaelf.em (PARSE_AND_LIST_LONGOPTS): Likewise.
1211 * emultempl/ppc32elf.em (PARSE_AND_LIST_LONGOPTS): Likewise.
1212 * emultempl/ppc64elf.em (PARSE_AND_LIST_LONGOPTS): Likewise.
1213 * emultempl/armelf_oabi.em (ld_${EMULATION_NAME}_emulation): Adjust
1215 * emultempl/generic.em: Likewise.
1216 * emultempl/gld960.em: Likewise.
1217 * emultempl/gld960c.em: Likewise.
1218 * emultempl/linux.em: Likewise.
1219 * emultempl/lnk960.em: Likewise.
1220 * emultempl/m68kcoff.em: Likewise.
1221 * emultempl/mipsecoff.em: Likewise.
1222 * emultempl/sunos.em: Likewise.
1223 * emultempl/vanilla.em: Likewise.
1224 * emultempl/netbsd.em (gldnetbsd_before_parse): Prototype.
1226 2003-02-25 Alexandre Oliva <aoliva@redhat.com>
1228 * emultempl/elf32.em (gld${EMULATION_NAME}_add_sysroot): Fix
1229 memory allocation error.
1231 * Makefile.am (ldmain.o): Define TOOLBINDIR.
1232 * Makefile.in: Rebuilt.
1233 * ldmain.c (ld_sysroot): Try to set from TOOLBINDIR too.
1235 2003-02-21 Bob Wilson <bob.wilson@acm.org>
1237 * ldlang.c (lang_size_sections_1): Add CHECK_REGIONS argument and only
1238 call os_region_check when it is set.
1239 (lang_size_sections): Add CHECK_REGIONS argument and pass it through to
1240 lang_size_sections_1.
1241 (lang_process): Change lang_size_sections calls to set CHECK_REGIONS
1242 only for the last call, not on every relaxation iteration.
1243 * ldlang.h (lang_size_sections): Update prototype.
1244 * pe-dll.c (pe_dll_fill_sections): Set CHECK_REGIONS argument in calls
1245 to lang_size_sections.
1246 (pe_exe_fill_sections): Likewise.
1247 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Likewise.
1248 * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
1249 * emultempl/ppc64elf.em (ppc_before_allocation): Likewise.
1250 (ppc_layout_sections_again): Likewise.
1252 2003-02-21 Bob Wilson <bob.wilson@acm.org>
1254 * gen-doc.texi: Set ARM and HPPA variables.
1255 * ld.texinfo: Fix typos and obvious texinfo mistakes. Make section
1256 title capitalization more consistent. Add missing menu entries for
1257 machine-specific sections and conditionalize them consistently.
1258 Conditionalize text that is irrelevant when SingleFormat is set.
1259 Add @group divisions to improve page breaks in long examples.
1260 Use @iftex/@ifnottex instead of @iftex/@ifinfo so that HTML output
1261 is correct. Remove "FIXME" comment about not using
1262 @raisesections/@lowersections. Use @raisesections/@lowersections
1263 consistently for machine-specific sections. Change to be more polite
1264 about poor bug reports. Replace FDL appendix with include of fdl.texi.
1265 Move WIN32 node to match its order in the menus.
1266 * fdl.texi: New file.
1268 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
1270 * configure.in (TARGET_SYSTEM_ROOT): Set default to
1271 ${exec_prefix}/${target_alias}/sys-root. Match explicit
1272 '${exec_prefix}' (in addition to the expansion thereof) as
1274 * configure: Rebuilt.
1276 2003-02-20 Phil Edwards <pme@gcc.gnu.org>
1278 * ldgram.y (vers_defns): Also recurse with 'EXTERN NAME' patterns.
1280 2003-02-20 Harri Porten <porten@kde.org>
1282 * ldgram.y (vers_defns): Allow optional trailing semicolon in
1285 2003-02-18 Alan Modra <amodra@bigpond.net.au>
1287 * emultempl/ppc32elf.em: New file.
1288 * emulparams/elf32ppc.sh (EXTRA_EM_FILE): Define.
1289 * Makefile.am (eelf32lppc.c): Depend on emultempl/ppc32elf.em.
1290 (eelf32lppcnto.c): Likewise.
1291 (eelf32lppcsim.c): Likewise.
1292 (eelf32ppcnto.c): Likewise.
1293 (eelf32ppc.c): Likewise.
1294 (eelf32ppc_fbsd.c): Likewise.
1295 (eelf32ppcsim.c): Likewise.
1296 (eelf32ppclinux.c): Likewise.
1297 * Makefile.in: Regenerate.
1299 2003-02-18 Alan Modra <amodra@bigpond.net.au>
1301 * ld.texinfo: Remove spaces between @samp and opening brace.
1303 2003-02-18 Alan Modra <amodra@bigpond.net.au>
1305 * emultempl/ppc64elf.em (ppc_create_output_section_statements): Check
1307 (ppc_before_allocation): Don't do optimizations if wrong hash table.
1308 (gld${EMULATION_NAME}_finish): Ditto.
1310 2003-02-17 Nick Clifton <nickc@redhat.com>
1312 * ldmain.c (main) Default allow_shlib_undefined to true.
1313 * lexsup.c (ld_options): Add --no-allow-shlib-undefined.
1314 (parse_args): Parse the new switch.
1315 * ld.texinfo: Document new switch and default behaviour of
1316 allowing undefined symbols in shared libraries.
1318 2003-02-11 Dmitry Diky <diwil@mail.ru>
1320 * scripttempl/elf32msp430.sc: Add new data anchors definitions.
1321 * scripttempl/elf32msp430_3.sc: Likewise.
1323 2003-02-11 Uwe Stieber <uwe@wwws.de>
1325 * configure.tgt: Add support for kaOS as cross build target
1328 2003-02-10 John Daivid Anglin <dave.anglin@nrc-cnrc.gc.ca>
1330 * hppaelf.em (group_size): Change default back to 1.
1332 2003-02-09 Alan Modra <amodra@bigpond.net.au>
1334 * emultempl/ppc64elf.em: Add "no-tls-optimize" option and support code.
1336 2003-02-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1338 * hppaelf.em (group_size): Change default to -1.
1340 2003-02-07 Nick Clifton <nickc@redhat.com>
1342 * emultempl/armelf.em (PARSE_AND_LIST_SHORTOPTS): Remove 'n' short
1344 (PARSE_AND_LIST_LONGOPTS): Add duplicate entry for
1345 no-pipeline-knowledge. This will prevent the getopt package from
1346 thinking that there are any shorter abbreviations for
1347 --no-pipeline-knowledge.
1349 2003-02-07 Jakub Jelinek <jakub@redhat.com>
1351 * genscripts.sh (LIB_PATH): Don't append LIBPATH_SUFFIX to paths
1352 which already have it. Avoid duplicates.
1354 2003-02-06 Jakub Jelinek <jakub@redhat.com>
1356 * emulparams/elf64_s390.sh (LIBPATH_SUFFIX): Set to 64.
1357 * emulparams/elf_x86_64.sh (LIBPATH_SUFFIX): Likewise.
1358 * emulparams/elf64_sparc.sh (LIBPATH_SUFFIX): Set instead of suffix.
1360 2003-02-05 Alan Modra <amodra@bigpond.net.au>
1362 * emultempl/ppc64elf.em (ppc_before_allocation): Size sections then
1363 call ppc64_elf_tls_optimize.
1365 2003-02-03 Daniel Jacobowitz <drow@mvista.com>
1367 * emultempl/elf32.em: Move gld${EMULATION_NAME}_add_sysroot
1368 outside of GNU/Linux conditional.
1370 2003-01-28 Ralf Habacker <ralf.habacker@freenet.de>
1372 * deffilep.y (def_get_module): New function: locate an already
1374 * deffile.h (def_get_module): New prototype.
1375 * pe-dll.c (pe_implied_import_dll): Add code to prevent importing
1376 a dll multiple times.
1378 2003-01-23 Alan Modra <amodra@bigpond.net.au>
1380 * emultempl/sh64elf.em: Include elf32-sh64.h.
1381 (sh64_elf_${EMULATION_NAME}_before_allocation): Adjust for changed
1382 sh64_elf_section_data.
1383 (sh64_elf_${EMULATION_NAME}_after_allocation): Likewise.
1385 2003-01-23 Wu Yongwei <adah@netstd.com>
1387 * ld.texinfo: Remove an extra "i" in --dll-search-prefix.
1388 * emultempl/pe.em (gld_${EMULATION_NAME}_list_options): Move a
1389 cross-80th-column-margin "an" to the next line.
1391 2003-01-21 Nick Clifton <nickc@redhat.com>
1393 * emulparams/tic3xcoff-onchip.sh: Rename to ...z
1394 * emulparams/tic3xcoff_onchip.sh: ...this.
1395 * Makefile.am (etic3xcoff_onchip.c): Fix name of generated C file.
1396 * Makefile.in: Regenerate.
1398 2003-01-21 Fabio Alemagna <falemagn@aros.org>
1400 * configure.tgt: Handle i[3456]86-*-aros*
1402 2003-01-19 Svein E. Seldal <Svein.Seldal@solidas.com>
1404 * Makefile.am: Added etic3xcoff.o and etic4xcoff_onchip.o
1405 * Makefile.in: Regenerate
1406 * configure.tgt: Added extra target emulations
1407 * emulparams/tic3xcoff.sh: Remove old settings
1408 * emulparams/tic4xcoff.sh: Ditto
1409 * emulparams/tic3xcoff-onchip.sh: Added new
1410 * scripttempl/tic4xcoff.sc: Revise and combine both c3x and c4x
1411 * scripttempl/tic3xcoff.sc: Remove
1413 2003-01-17 Andreas Jaeger <aj@suse.de>
1415 * emultempl/elf32.em (gld${EMULATION_NAME}_add_sysroot): Do not
1418 2003-01-16 Alan Modra <amodra@bigpond.net.au>
1420 * Makefile.in: Regenerate.
1422 2002-01-14 Charles Wilson <cwilson@ece.gatech.edu>
1424 * ld.texinfo (node WIN32): Some clarifications
1425 and formatting fixups.
1427 2003-01-09 Chris Demetriou <cgd@broadcom.com>
1429 * ldmain.c (get_emulation): Sort -mipsNN checks in the usual
1430 order, and handle (ignore) -mips32r2.
1432 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
1434 * ldmain.c (main): Make sure ld_sysroot is initialized.
1436 2003-01-06 Daniel Jacobowitz <drow@mvista.com>
1438 * Makefile.am (eelf32iq10.c): Fix tab/whitespace mixup.
1440 * Makefile.am (ldmain.o): Add @TARGET_SYSTEM_ROOT_DEFINE@.
1441 (GENSCRIPTS): Add @use_sysroot@.
1442 * Makefile.in: Regenerated.
1443 * configure.host: Move setting of NATIVE_LIB_DIRS to...
1444 * configure.tgt: ... here. Use ${target} instead of ${host}
1445 for NATIVE_LIB_DIRS.
1446 * configure.in: Add --with-sysroot.
1447 * configure: Regenerated.
1448 * genscripts.sh: Accept use_sysroot option. Set new variables
1449 NATIVE and USE_LIBPATH. Prepend "=" to directory names if
1450 $use_sysroot. Don't search $tool_lib if $use_sysroot.
1451 * ldfile.c (ldfile_add_library_path): Handle leading '='.
1452 * ldmain.c (TARGET_SYSTEM_ROOT): Define if not defined.
1453 (ld_sysroot): New variable.
1454 (main): Initialize ld_sysroot.
1455 * ldmain.h (ld_sysroot): New extern.
1456 * emultempl/elf32.em: Use NATIVE and USE_LIBPATH instead of
1457 searching $EMULATION_LIBPATH.
1458 (gld${EMULATION_NAME}_add_sysroot): New function.
1459 (gld${EMULATION_NAME}_check_ld_so_conf): Use it. Honor ld_sysroot.
1460 (gld${EMULATION_NAME}_after_open): Likewise. Only search
1461 environment variables if $NATIVE.
1462 * ld.texinfo (Options): Mention "=" prefix in the description of -L.
1463 * NEWS: Mention --with-sysroot.
1465 * emulparams/elf32bmipn32-defs.sh: Set NATIVE and LIBPATH_SUFFIX
1466 instead of setting LIB_PATH.
1467 * emulparams/elf32ppc.sh: Likewise.
1468 * emulparams/elf64_s390.sh: Likewise.
1469 * emulparams/elf64_sparc.sh: Likewise.
1470 * emulparams/elf64ppc.sh: Likewise.
1471 * emulparams/elf_x86_64.sh: Likewise.
1473 * emulparams/elf64_aix.sh: Add "=" prefixes to LIB_PATH.
1474 * emulparams/elf64hppa.sh: Add "=" prefixes to LIB_PATH.
1476 2003-01-03 Charles Wilson <cwilson@ece.gatech.edu>
1478 * pe-dll.c (autofilter_symbollist): Add cygwin_crt0.
1480 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
1482 * Makefile.am (ldmain.o): Pass BINDIR.
1483 * Makefile.in: Regenerated.
1484 * ldmain.c (set_scripts_dir): Use make_relative_prefix for the first
1487 2003-01-02 Ben Elliston <bje@redhat.com>
1489 * Makefile.am (ALL_EMULATIONS): Add eelf32iq2000.o.
1490 (eelf32iq2000.c): New target.
1491 * Makefile.in: Regenerate.
1492 * configure.tgt: Handle iq2000-*-elf.
1493 * emulparams/elf32iq10.sh: New file.
1494 * emulparams/elf32iq2000.sh: New file.
1495 * scripttempl/iq2000.sc: New file.
1497 2003-01-02 Charles Wilson <cwilson@ece.gatech.edu>
1499 * pe-dll.c (autofilter_symbollist): Add do_pseudo_reloc
1500 and _pei386_runtime_relocator to the exclude list.
1502 2003-01-01 Kazu Hirata <kazu@cs.umass.edu>
1504 * ldfile.c: Fix comment typos.
1505 * ldlang.c: Likewise.
1507 * pe-dll.c: Likewise.
1509 2003-01-01 Daniel Jacobowitz <drow@mvista.com>
1511 Suggested by Manfred Hollstein <manfred.h@gmx.net>:
1512 * Makefile.am (ld.1): Depend on configdoc.texi
1514 * Makefile.in: Regenerated.
1516 2002-12-24 Dmitry Diky <diwil@mail.ru>
1518 * Makefile.am: Add msp430 target.
1519 * configure.tgt: Likewise.
1520 * Makefile.in: Regenerate.
1521 * emulparams/msp430x???.sh: New files. Linker script parameters
1522 for various msp430 configurations.
1523 * gen-doc.texi: Enable msp430 documenation.
1524 * ld.texinfo: Document msp430 sections.
1525 * scripttempl/elf32msp430.sc: New file. Linker script for msp430.
1526 * scripttempl/elf32msp430_3.sc: New file. Linker script for msp430.
1528 2002-12-30 Ralf Habacker <Ralf.Habacker@freenet.de>
1529 Charles Wilson <cwilson@ece.gatech.edu>
1531 * config.in (HAVE_REALPATH): New entry.
1532 (HAVE_SYS_STAT_H, HAVE_SYS_TYPES_H): Removed: obsolete.
1534 2002-12-30 Ralf Habacker <ralf.habacker@freenet.de>
1536 * ld.texinfo: New win32 topics: 'symbol aliasing' and 'export dll
1539 2002-12-23 Alan Modra <amodra@bigpond.net.au>
1541 * ldmain.c (main): Init "strip_discarded".
1542 * lexsup.c (OPTION_STRIP_DISCARDED): Define.
1543 (OPTION_NO_STRIP_DISCARDED): Define.
1544 (ld_options): Add "strip-discarded" and "no-strip-discarded".
1545 (parse_args): Handle them.
1547 2002-12-23 Nick Clifton <nickc@redhat.com>
1549 * ld.h (struct args_type): Add new field
1550 'accept_unknown_input_architecture'.
1551 * ldmain.c (main): Initialise 'accept_unknown_input_architecture'
1553 * ldlang.c (lang_check): Pass accept_unknown_input_architecture to
1554 bfd_arch_get_compatible.
1555 * ldfile.c (ldfile_try_open_bfd): Likewise.
1556 * lexsup.c (ld_options): Add new command line switch
1557 --accept-unknown-input-architecture and its inverse.
1558 (parse_args): Handle --accept-unknown-input-architecture.
1559 * ld.texinfo: Document new linker option.
1560 * NEWS: Mention new linker option.
1562 2002-12-20 Alan Modra <amodra@bigpond.net.au>
1564 * ldmain.c (main): Re-order link_info initialization. Init all
1567 2002-12-19 Charles Wilson <cwilson@ece.gatech.edu>
1569 * ld.texinfo: Clarify and extend the documentation
1570 in the Machine Dependent, WIN32 section.
1572 2002-12-18 Ralf Habacker <ralf.habacker@freenet.de>
1574 * ld.texinfo: Add win32 machine depending section.
1575 * gen-doc.texi: Enable win32 machine depending section.
1577 * configure.host: Add win32 library search path.
1579 2002-12-17 Ralf Habacker <ralf.habacker@freenet.de>
1581 * emultempl/pe.em (pe_find_data_imports): Don't search for data
1582 import when auto-import is disabled.
1584 2002-12-17 Danny Smith <dannysmith@users.sourceforge.net>
1586 * emultempl/pe.em (..._recognized_file): Use LD_PATHMAX+1 to
1587 account for trailing '\0'.
1589 2002-12-17 Nick Clifton <nickc@redhat.com>
1591 * emultempl/pe.em (longopts): Duplicate entry for --compact-implib
1592 so that it is not confused with -c.
1594 2002-12-13 Ralf Habacker <Ralf.Habacker@freenet.de>
1595 Charles Wilson <cwilson@ece.gatech.edu>
1597 * configure.in: Add check for realpath function.
1598 * configure: Regenerate.
1599 * config.in: Regenerate.
1600 * aclocal.m4: Regenerate.
1601 * deffile.h: Add .data field to def_file_import
1603 * pe-dll.c (pe_proces_import_defs): Use .data field of
1604 def_file_import structure to initialize flag_data field of
1605 def_file_export structure.
1606 (pe_implied_import_dll): New variables exp_funcbase and
1607 [data|bss]_[start|end]. Use DLL's internal name to set dll_name,
1608 not filename (which may be a symlink). Scan the sections and
1609 initialize [data|bss]_[start|end]. When scanning the export
1610 table, skip _nm_ symbols, and mark any symbols whose rva indicates
1611 that it is in the .bss or .data sections as data.
1612 * sysdep.h: Include limits.h and sys/param.h, and define
1613 LD_PATHMAX as appropriate. Also define REALPATH as realpath if it
1614 exists, NULL otherwise.
1615 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Call
1616 pe_process_import_defs before pe_find_data_imports, so that
1617 auto-import will check the virtual implib as well as "real"
1619 (gld_${EMULATION_NAME}_recognized_file): Use REALPATH to follow
1620 symlinks to their target; check that the target's extension is
1621 .dll before calling pe_implied_import_dll(), not the filename
1622 itself (which may be a symlink).
1624 2002-12-10 Alan Modra <amodra@bigpond.net.au>
1626 * emultempl/elf32.em (struct orphan_save): Add os_tail field.
1627 (gld${EMULATION_NAME}_place_orphan): Re-order output_section_statement
1630 2002-12-08 Alan Modra <amodra@bigpond.net.au>
1632 * ldlang.h: Formatting.
1634 2002-12-07 Alan Modra <amodra@bigpond.net.au>
1636 * ldlang.c (init_os): Ensure sections mentioned in load_base
1639 2002-12-05 Alan Modra <amodra@bigpond.net.au>
1641 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Set
1642 load_base for orphans that follow a section with load_base set.
1644 2002-12-01 H.J. Lu <hjl@gnu.org>
1646 * ld.texinfo: Remove the extra `;' in sample version script.
1648 2002-11-30 Alan Modra <amodra@bigpond.net.au>
1650 * configure.host: Correct dynamic-linker for powerpc64 hosts.
1652 * Makefile.am (eelf32ppcwindiss.c): Correct dependencies.
1653 * Makefile.in: Regenerate.
1655 * ld.h, ldcref.c, ldctor.c, ldctor.h, ldemul.c, ldemul.h, ldexp.c,
1656 ldexp.h, ldfile.c, ldfile.h, ldgram.y, ldlang.c, ldlang.h, ldmain.c,
1657 ldmain.h, ldmisc.c, ldwrite.c, lexsup.c, mri.c, pe-dll.c, pe-dll.h,
1658 emulparams/elf32b4300.sh, emultempl/aix.em, emultempl/armcoff.em,
1659 emultempl/armelf.em, emultempl/armelf_oabi.em, emultempl/beos.em,
1660 emultempl/elf32.em, emultempl/generic.em, emultempl/gld960.em,
1661 emultempl/gld960c.em, emultempl/hppaelf.em, emultempl/linux.em,
1662 emultempl/lnk960.em, emultempl/m68kcoff.em, emultempl/mipsecoff.em,
1663 emultempl/mmix-elfnmmo.em, emultempl/mmixelf.em, emultempl/mmo.em,
1664 emultempl/needrelax.em, emultempl/pe.em, emultempl/ppc64elf.em,
1665 emultempl/sh64elf.em, emultempl/sunos.em, emultempl/ticoff.em: Replace
1666 boolean with bfd_boolean, true with TRUE, false with FALSE. Simplify
1667 comparisons of bfd_boolean vars with TRUE/FALSE. Formatting.
1669 2002-11-27 David O'Brien <obrien@FreeBSD.org>
1671 * configure.host: Fix generic FreeBSD configuration entry.
1673 2002-11-27 H.J. Lu <hjl@gnu.org>
1675 * ld.texinfo: Add the missing `;' to sample version scripts.
1677 2002-11-20 Alan Modra <amodra@bigpond.net.au>
1679 * emulparams/elf64ppc.sh (SEGMENT_SIZE): Don't define.
1681 2002-11-14 Egor Duda <deo@logos-m.ru>
1683 * ldmain.c (main): Make runtime relocs disabled by default. Remove
1684 assignment which has no effect.
1685 * pe-dll.h (pe_create_import_fixup): Change prototype.
1686 * pe-dll.c (make_runtime_pseudo_reloc): New function.
1687 (pe_create_runtime_relocator_reference): Ditto.
1688 (pe_create_import_fixup): Handle relocations with non-zero addends.
1689 * emultempl/pe.em: Add options --enable-runtime-pseudo-reloc and
1690 --disable-runtime-pseudo-reloc.
1691 (make_import_fixup): Handle relocations with non-zero addends. Create
1692 an external reference to _pei386_runtime_relocator symbol if at least
1693 one pseudo reloc was created.
1694 * ld.texinfo: Document --enable-runtime-pseudo-reloc and
1695 --disable-runtime-pseudo-reloc options.
1697 2002-11-12 Earl Chew <earl_chew@agilent.com>
1699 * ldlang.c (lang_add_section): Discard debugging sections that have
1700 been marked SEC_EXCLUDE.
1702 2002-11-12 Nick Clifton <nickc@redhat.com>
1704 * configure.in (ALL_LINGUAS): Add da.
1705 * configure: Regenerate.
1706 * po/da.po: New Danish translation.
1708 2002-11-12 Alan Modra <amodra@bigpond.net.au>
1710 * emultempl/ppc64elf.em (ppc_before_allocation): New function.
1711 (LDEMUL_BEFORE_ALLOCATION): Define.
1712 (gld${EMULATION_NAME}_finish): Run discard_info for relocatable
1714 * emultemp/hppaelf.em ((gld${EMULATION_NAME}_finish): Likewise.
1716 2002-11-11 Christopher Faylor <cgf@redhat.com>
1718 * configure.tgt (LIB_PATH): Default to searching w32api directory under
1721 2002-11-11 Charles Wilson <cwilson@ece.gatech.edu>
1723 * pe-dll.c (autofilter_liblist): add libmingwex and libgcj to the list
1724 of restricted auto-export libs.
1726 2002-11-11 Charles Wilson <cwilson@ece.gatech.edu>
1728 * pe-dll.c (autofilter_liblist): Generalize library names to catch more
1729 creative library naming instances like, e.g., libstdc++-2.a.
1731 2002-11-06 Alexandre Oliva <aoliva@redhat.com>
1733 * emulparams/elf32btsmipn32.sh (TEXT_DYNAMIC): Define.
1734 * emulparams/elf64btsmip.sh (TEXT_DYNAMIC): Likewise.
1736 2002-11-07 Danny Smith <dannysmith@users.sourceforge.net>
1738 * deffilep.y (def_lex): Handle '@' as first character of an ID.
1739 * pe-dll.c (auto-export): Filter on "_imp_" prefix, not "_imp__".
1740 (make_one): Don't prefix decorated fastcall symbols with '_'.
1741 (pe_process_import_defs): Likewise.
1742 * emultempl/pe.em (pe_fixup_stdcalls): Don't fixup fastcall
1743 symbols to cdecl names or vise-versa.
1745 2002-10-13 Eric Kohl <ekohl@rz-online.de>
1747 * pe-dll.c (process_def_file): Handle fastcall symbols when
1748 generating undecorated aliases. Don't prefix decorated fastcall
1750 (fill_exported_offsets): Don't prefix decorated fastcall symbols
1753 2002-10-29 Daniel Jacobowitz <drow@mvista.com>
1755 * emultempl/aix.em: Use include <> for generated headers.
1756 * emultempl/beos.em: Likewise.
1757 * emultempl/elf32.em: Likewise.
1758 * emultempl/pe.em: Likewise.
1759 * ldctor.c: Likewise.
1760 * ldexp.c: Likewise.
1761 * ldfile.c: Likewise.
1762 * ldlang.c: Likewise.
1763 * ldlex.c: Likewise.
1764 * ldlex.l: Likewise.
1765 * ldmain.c: Likewise.
1766 * ldmisc.c: Likewise.
1767 * ldwrite.c: Likewise.
1768 * lexsup.c: Likewise.
1770 * pe-dll.c: Likewise.
1772 2002-10-23 Jakub Jelinek <jakub@redhat.com>
1774 * emultempl/elf32.em (place_orphan): Don't put non-allocated .rel*
1775 sections into .rel{,a}.dyn.
1777 2002-10-23 Nick Clifton <nickc@redhat.com>
1779 * lexsup.c (OPTION_NO_OMAGIC): Define.
1780 (ld_options): Add "no-omagic" option.
1781 (parse_args): Parse --no-omagic.
1782 * ld.texinfo: Document --no-omagic.
1783 * NEWS: Mention new option.
1785 2002-10-21 Danny Smith <dannysmith@users.sourceforeg.net>
1787 * scripttempl/pe.sc (__RUNTIME_PSEUDO_RELOC_LIST__,
1788 __RUNTIME_PSEUDO_RELOC_LIST_END__): Add only when relocating.
1790 2002-10-22 Alexandre Oliva <aoliva@redhat.com>
1792 * emulparams/elf32bmipn32-defs.sh: Set ELFSIZE according to
1793 emulation name. Set LIB_PATH only for native tools, and
1794 search the ABI-specific versions of NATIVE_LIB_DIRS before the
1795 .../lib variants, not instead of them. Mostly copied from...
1796 * emulparams/elf32ppc.sh: ... here. Fixed typo.
1797 * emulparams/elf64bmip-defs.sh: Backed out.
1798 * emulparams/elf64bmip.sh: Import elf32bmipn32-defs.sh again.
1799 * emulparams/elf64btsmip.sh: Likewise.
1800 (DATA_ADDR, NONPAGED_TEXT_START_ADDR, SHLIB_TEXT_START_ADDR,
1801 TEXT_DYNAMIC): Removed.
1803 2002-10-17 Alexandre Oliva <aoliva@redhat.com>
1805 * emulparams/elf32bmipn32-defs.sh (LIB_PATH): Set to /usr/lib32.
1806 (GENERATE_SHLIB_SCRIPT): Set to yes.
1807 (EXECUTABLE_SYMBOLS, WRITABLE_RODATA): Moved to...
1808 * emulparams/elf32bmipn32.sh: here.
1809 (GENERATE_SHLIB_SCRIPT): Deleted as redundant.
1810 * emulparams/elf32btsmipn32.sh: Delete redundant unsets.
1811 * emulparams/elf64bmip-defs.sh: New file. Extend
1812 elf32bmipn32-defs.sh by overiding ELFSIZE and LIB_PATH.
1813 * emulparams/elf64bmip.sh: Bring in definitions from
1815 (ELFSIZE, GENERATE_SHLIB_SCRIPT, LIB_PATH): Delete redundant
1817 (WRITABLE_RODATA): Moved from elf32bmipn32-defs.sh.
1818 * emulparams/elf64btsmip.sh: Bring in definitions from
1820 (ELFSIZE, GENERATE_SHLIB_SCRIPT): Delete, redundant.
1821 (EXECUTABLE_SYMBOLS, WRITABLE_RODATA): Delete redundant unsets.
1823 2002-10-16 Jakub Jelinek <jakub@redhat.com>
1825 * configure.tgt (s390x-*-linux*): Add elf_s390 emulation.
1826 (s390-*-linux*): Add elf64_s390 emulation if want64.
1827 * emulparams/elf64_sparc.sh (LIB_PATH): Update to match 2002-05-22
1828 genscript.sh changes.
1829 * emulparams/elf_x86_64.sh (LIB_PATH): Likewise.
1830 * emulparams/elf64_s390.sh (LIB_PATH): Set up native 64 bit dirs.
1832 2002-10-15 Alan Modra <amodra@bigpond.net.au>
1834 * ldlang.c (load_symbols): Revert last change.
1836 2002-10-14 Alan Modra <amodra@bigpond.net.au>
1838 * ldlang.c (load_symbols): Don't call bfd_link_add_symbols when
1840 (lang_reasonable_defaults): Don't compare against false.
1841 (size_input_section): Likewise.
1842 (lang_size_sections_1): Likewise.
1843 (lang_do_assignments): Likewise.
1844 (lang_add_output): Likewise.
1846 * Makefile.am: Run "make dep-am".
1847 * Makefile.in: Regenerate.
1848 * ldver.c: #include "bfdver.h".
1850 2002-10-13 Stephane Carrez <stcarrez@nerim.fr>
1852 * scripttempl/elfm68hc11.sc: Use KEEP for .vectors, .installN,
1854 * scripttempl/elfm68hc12.sc: Likewise.
1856 2002-10-11 Alan Modra <amodra@bigpond.net.au>
1858 * pe-dll.c (make_import_fixup_mark): Avoid type-punned pointer.
1860 * ldgram.y (memory_spec): Provide empty action.
1861 (section <NAME>): Likewise.
1863 2002-10-10 Jakub Jelinek <jakub@redhat.com>
1865 * ldfile.c (ldfile_try_open_bfd): When searching skip linker scripts if
1866 they have OUTPUT_FORMAT not matching actual output format.
1867 * ldlang.c (lang_get_output_target): New function.
1868 (open_output): Use it.
1869 * ldlang.h (lang_get_output_target): New prototype.
1871 2002-10-10 Alan Modra <amodra@bigpond.net.au>
1873 * emultempl/elf32.em (output_rel_find): Prefer .rel script sections
1874 when orphan is .rel, .rela when orphan is .rela.
1875 (gld${EMULATION_NAME}_place_orphan): Handle combreloc .rel* case
1876 first. Remove outsecname var.
1878 2002-10-09 Richard Shann <richard.shann@superh.com>
1879 Stephen Clarke <stephen.clarke@superh.com>
1881 * Makefile.am: Add eshelf32_linux.o and
1882 eshlelf32_linux.o, new emulations for sh64 Linux.
1883 * Makefile.in: Regenerate.
1884 * configure.tgt: Add sh64eb-*-linux* and sh64-*-linux* emulations.
1885 * emulparams/shelf32_linux.sh: New file.
1886 * emulparams/shlelf32_linux.sh: New file.
1888 2002-10-08 H.J. Lu <hjl@gnu.org>
1890 * ldlang.c (lang_file_exist): Removed.
1891 (new_afile): Revert the last change.
1892 * ldlang.h (lang_file_exist): Removed.
1893 * lexsup.c (parse_args): Revert the last change.
1895 2002-10-07 Ralf Habacker <Ralf.Habacker@freenet.de>
1897 * pe-dll.cc (autofilter_symbolprefixlist): Don't re-export
1898 auto-import symbols.
1899 (make_one): Create _nm_<symbol> for data only.
1901 2002-10-05 Elias Athanasopoulos <eathan@otenet.gr>
1903 * ldlang.c (lang_file_exist): New function.
1904 (new_afile): Abort if the filename to be added matches the linker
1906 * ldlang.h: Add prototype for lang_file_exist.
1907 * lexsup.c (parse_args): Abort if the output filename matches
1908 one of the input filenames.
1910 2002-10-02 Alan Modra <amodra@bigpond.net.au>
1912 * emulparams/elf64ppc.sh (MAXPAGESIZE): Set to 0x10000.
1914 2002-09-30 Alan Modra <amodra@bigpond.net.au>
1916 * scripttempl/elfd30v.sc: Order reloc sections placing .plt last.
1917 * scripttempl/elfm68hc11.sc: Likewise.
1918 * scripttempl/elfm68hc12.sc: Likewise.
1920 * emultempl/elf32.em (output_rel_find): Always place orphan loadable
1921 reloc sections just before .rel.plt/.rela.plt.
1922 (gld${EMULATION_NAME}_place_orphan <.rel>): Remove combreloc code.
1923 Only put loadable reloc sections in hold_rel.
1925 2002-09-29 H.J. Lu <hjl@gnu.org>
1927 * emulparams/elf32ppc.sh (OTHER_GOT_RELOC_SECTIONS): New.
1929 2002-09-25 Daniel Jacobowitz <drow@mvista.com>
1931 From "Anita Kulkarni" <AnitaK@kpit.com>
1932 * scripttempl/sh.sc: Handle .eh_frame* and .gcc_exc*
1935 2002-09-25 Alan Modra <amodra@bigpond.net.au>
1937 * genscripts.sh (SEGMENT_SIZE): Use MAXPAGESIZE before
1939 * scripttempl/elf.sc (DATA_SEGMENT_ALIGN): Incorporate
1940 SEGMENT_SIZE alignment.
1941 * emulparams/elf64ppc.sh (DATA_ADDR): Delete.
1942 (SEGMENT_SIZE): Define.
1944 * ldexp.c (fold_unary): New. Split out from exp_fold_tree.
1945 (fold_binary): Correct abs - non-abs case.
1946 (fold_trinary): New. Split out from exp_fold_tree.
1948 2002-09-24 Alan Modra <amodra@bigpond.net.au>
1950 * emulparams/elf64ppc.sh (DATA_ADDR): Define.
1951 * emulparams/elf64_aix.sh (DATA_ADDR): Don't use a fixed address
1952 for start of .data, instead align up to 256M boundary.
1953 * scripttempl/aix.sc: Likewise.
1955 2002-09-22 Mark Elbrecht <snowball3@softhome.net>
1957 * scripttempl/i386go32.sc: Handle bss unique sections.
1959 2002-09-21 Alan Modra <amodra@bigpond.net.au>
1961 * ldmisc.c (vfinfo <%C,%D,%G>): Always output bfd, section and offset.
1963 2002-09-17 Stan Cox <scox@redhat.com>
1965 * emulparams/elf32bmipn32-defs.sh: New file.
1966 * emulparams/elf32bmipn32.sh: Use elf32bmipn32-defs.sh.
1967 * emulparams/elf32btsmipn32.sh: Likewise.
1968 * emulparams/elf64bmip.sh: Likewise.
1969 * emulparams/elf64btsmip.sh: Likewise.
1971 2002-09-16 Bruno Haible <bruno@clisp.org>
1973 * emulparams/elf_i386_fbsd.sh: Set OUTPUT_FORMAT to
1975 * emulparams/elf64alpha_fbsd.sh: Set OUTPUT_FORMAT to
1976 elf64-alpha-freebsd.
1978 2002-09-11 Nick Clifton <nickc@redhat.com>
1980 * NEWS: New TI port supports both C4x and C3x series of DSPs.
1982 * po/tr.po: Updated Turkish translation.
1984 2002-09-06 Jeffrey A Law (law@redhat.com)
1986 * configure.tgt (h8300-*-hms*, h8500-*-hms*): Restore.
1988 2002-09-02 Nick Clifton <nickc@redhat.com>
1990 * scripttempl/v850.sc: Add EXTERN references to __ctbpm __gp and
1992 * emulparams/v850.sh (TEMPLATE_NAME): Define.
1994 2002-08-30 Nick Clifton <nickc@redhat.com>
1996 * scripttempl/elfd10v.sc (MEMORY): Remove UNIFIED, it is not
1997 used. Change INSN to start at 0x01000000 and extend for
1998 256K (ignoring holes). Start the STACK on a word aligned
2000 (.rodata): Start it at the READONLY_START_ADDR.
2002 2002-08-30 Alan Modra <amodra@bigpond.net.au>
2004 * emulparams/elf32ppc.sh (ARCH): Set to "powerpc:common".
2006 2002-08-28 Svein E. Seldal <Svein.Seldal@solidas.com>
2008 * Makefile.am: Add etic4xcoff.o in ALL_EMULATIONS list and
2009 added makefile targets for this file.
2010 * Makefile.in: Regenerate.
2011 * configure.tgt: Added tic4x-coff and c4x-coff emulations.
2012 * NEWS: Mention new port.
2014 2002-08-28 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
2016 * emulparams/tic3xcoff.sh: New file.
2017 * emulparams/tic4xcoff.sh: New file.
2018 * scripttempl/tic3xcoff.sc: New file.
2019 * scripttempl/tic4xcoff.sc: New file.
2021 2002-08-28 Alan Modra <amodra@bigpond.net.au>
2023 * emultempl/aix.em (gld${EMULATION_NAME}_parse_args): Replace strtoll,
2024 strtoul and strtoull with bfd_scan_vma.
2025 (gld${EMULATION_NAME}_read_file): Likewise.
2027 2002-08-28 Alan Modra <amodra@bigpond.net.au>
2029 * configure.tgt: Remove h8[35]00-*-hms*. Add h8500-*-rtems*.
2031 2002-08-27 Egor Duda <deo@logos-m.ru>
2033 * scripttempl/pe.sc: Handle .rdata_runtime_pseudo_reloc sections.
2034 Add symbols for application to access them.
2036 2002-08-27 Nick Clifton <nickc@redhat.com>
2038 * emultempl/armelf.em: Revert this patch, it is not needed.
2040 2002-08-22 Adam Nemet <anemet@lnxw.com>
2042 2002-08-20 Dan Kegel <dank@kegel.com>
2044 * configure.in: added --with-lib-path argument to ld's configure
2046 * NEWS: Document new switch.
2047 * README: Mention new switch.
2048 * configure: Regenerate.
2049 * Makefile.in: Regenerate.
2051 Based on this patch:
2052 2001-04-25 Christopher Faylor <cgf@cygnus.com>
2054 * Makefile.in (LIB_PATH): Make configurable.
2055 (GENSCRIPTS): Set LIB_PATH in environment.
2056 * configure.in: Substitute LIB_PATH.
2058 2002-08-22 Adam Nemet <anemet@lnxw.com>
2060 * emultempl/armelf.em: Include elf-bfd.h and elf/arm.h.
2061 (arm_elf_finish): Set the last bit of DT_INIT and DT_FINI
2062 depending on the type of the function.
2063 (arm_elf_convert_thumb_symbol_to_address): New function.
2065 2002-08-22 Graeme Peterson <gp@qnx.com>
2067 * Makefile.am: Add esh{l}elf_nto.o files.
2068 * Makefile.in: Regenerate.
2069 * configure.tgt: Add support for sh-**-nto* targets.
2070 * emulparams/shelf_nto.sh: New file.
2071 * emulparams/shlelf_nto.sh: New file.
2073 2002-08-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
2075 * ldlang.c (offsetof): Define if not defined.
2077 2002-08-14 H.J. Lu <hjl@gnu.org>
2079 * configure.tgt: Always enable 64bit emulations for 32bit
2082 2002-08-13 Alan Modra <amodra@bigpond.net.au>
2084 * emulparams/elf32_dlx.sh (TARGET_PAGE_SIZE): Set to 1.
2085 (MAXPAGESIZE): Set to 1.
2087 * ld.h (ALIGN_N): Delete.
2088 * ldexp.h (align_n): Declare.
2089 * ldexp.c (align_n): New function.
2090 (fold_binary): Use align_n instead of ALIGN_N.
2091 (exp_fold_tree): Likewise.
2092 * ldlang.c (lang_size_sections_1): Likewise.
2093 (lang_one_common): Likewise.
2094 * ld.texinfo (ALIGN): Remove power of 2 restriction.
2096 2002-07-31 Graeme Peterson <gp@qnx.com>
2098 * configure.tgt: Add support for powerpc{le}-*-nto* targets.
2099 * Makefile.am: Add eelf32{l}ppcnto.o files.
2100 * Makefile.in: Regenerate.
2101 * emulparams/elf32lppcnto.sh: New file.
2102 * emulparams/elf32ppcnto.sh: New file.
2104 2002-08-07 H.J. Lu <hjl@gnu.org>
2106 * ld.texinfo: Document --no-undefined-version.
2108 * ldlang.c (lang_new_vers_pattern): Set the `symver' and
2109 `script.' fields to 0.
2111 * ldmain.c (main): Initialize the allow_undefined_version to
2114 * lexsup.c (OPTION_NO_UNDEFINED_VERSION): New.
2115 (ld_options): Add --no-undefined-version.
2116 (parse_args): Support OPTION_NO_UNDEFINED_VERSION.
2118 2002-08-07 Nick Clifton <nickc@redhat.com>
2120 * emultempl/armelf.em (arm_elf_before_allocation): Only search for
2121 an interworking bfd if there are input bfds. (107501)
2123 2002-08-06 Alan Modra <amodra@bigpond.net.au>
2125 * emultempl/aix.em (gld*_before_parse): Set default arch. Reverts
2128 2002-08-01 Nick Clifton <nickc@redhat.com>
2130 * emulparams/armelf.sh: Revert previous delta.
2131 * scripttempl/elf.sc: Revert previous delta.
2133 2002-07-31 H.J. Lu <hjl@gnu.org>
2135 * configure.tgt (powerpc*-*-linux*): Enable elf64ppc for
2136 --enable-64-bit-bfd.
2138 2002-07-31 H.J. Lu <hjl@gnu.org>
2140 * configure.tgt: Enable x86-64 emulation for Linux/i386 if
2141 64bit BFD is selected.
2143 2002-07-31 H.J. Lu <hjl@gnu.org>
2145 * configure.tgt: Enable 64bit emulations for 32bit Linux/mips
2146 if 64bit BFD is selected.
2148 2002-07-31 Ian Dall <ian@sibyl.beware.dropbear.id.au>
2150 * emultempl/netbsd.em (LDEMUL_BEFORE_PARSE): New file to custom set
2151 link_info.common_skip_ar_aymbols.
2152 * emulparams/ns32knbsd.sh (EXTRA_EM_FILE): Refer to extra file.
2154 * ldmain.c (main): Initialize new field
2155 link_info.common_skip_ar_aymbols.
2157 2002-07-31 Adam Nemet <anemet@lnxw.com>
2159 * emulparams/armelf.sh (OTHER_PLT_SECTIONS): New variable. Set it
2161 * scripttempl/elf.sc: Comment it. Use the same way as ${PLT} is
2164 2002-07-31 Nick Clifton <nickc@redhat.com>
2166 * NEWS: Retroactively add entry for Lars Brinkhoff's contribution
2167 of the PDP-11 and 2.11BSD a.out support.
2169 2002-07-31 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2171 * Makefile.am (eelf32btsmipn32.o, eelf32ltsmipn32.o): New emulations
2172 for n32 ABI support.
2173 * Makefile.in: Regenerate.
2174 * configure.tgt (mips64*el-*-linux-gnu*,mips64*-*-linux-gnu*): Add
2175 n32 ABI emulations for these 64 bit targets.
2176 * emulparams/elf32bmipn32.sh: Expand comment.
2177 * emulparams/elf32btsmipn32.sh: New file, for traditional big endian
2179 * emulparams/elf32ltsmipn32.sh: Likewise for little endian.
2181 2002-07-30 Graeme Peterson <gp@qnx.com>
2183 * configure.tgt: Add support for arm-*-nto target.
2184 * Makefile.am: Add earmnto.o file.
2185 * Makefile.in: Regenerate.
2186 * NEWS: Mention port of ARM support to QNX.
2187 * emulparams/armnto.sh: New file.
2189 2002-07-30 Jakub Jelinek <jakub@redhat.com>
2191 * ldlang.c (lang_add_section): Don't turn .tbss into normal sections
2192 for relocatable link.
2193 (lang_size_sections_1): Don't make .tbss zero size for relocatable
2196 2002-07-26 Bernd Schmidt <bernds@redhat.com>
2198 * emulparams/elf32frv.sh (OTHER_RELOCATING_SECTIONS): Delete.
2201 2002-07-25 Nick Clifton <nickc@redhat.com>
2203 * po/sv.po: Updated Swedish translation.
2204 * po/es.po: Updated Spanish translation.
2205 * po/fr.po: Updated French translation.
2207 2002-07-24 Nick Clifton <nickc@redhat.com>
2209 * po/sv.po: Updated Swedish translation.
2210 * po/es.po: Updated Spanish translation.
2212 2002-07-23 Nick Clifton <nickc@redhat.com>
2214 * po/fr.po: Updated French translation.
2216 2002-07-20 Alan Modra <amodra@bigpond.net.au>
2218 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
2219 bomb on /DISCARD/ input section.
2220 * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
2221 * emultempl/mmo.em (mmo_place_orphan): Likewise.
2223 2002-07-19 Hans-Peter Nilsson <hp@bitrange.com>
2225 * emultempl/mmo.em (mmo_place_orphan): Handle case of no .text
2228 2002-07-16 Denis Chertykov <denisc@overta.ru>
2229 Nick Clifton <nickc@redhat.com>
2230 Frank Ch. Eigler <fche@redhat.com>
2231 John Healy <jhealy@redhat.com>
2233 * configure.tgt: Add support for ip2k-elf.
2234 * Makefile.am: Add support for ip2k-elf.
2235 * Makefile.in: Regenerate.
2236 * emulparams/elf32ip2k.sh: New file.
2237 * scripttempl/ip2k.sc: New file
2238 * NEWS: Mention support for new port.
2240 2002-07-16 Nick Clifton <nickc@cambridge.redhat.com>
2242 * NEWS: Add 'Changes in 2.13'.
2244 2002-07-14 H.J. Lu <hjl@gnu.org>
2246 * ld.texinfo: Document a .symver takes precedence over a
2249 2002-07-12 Alan Modra <amodra@bigpond.net.au>
2251 * emulparams/elf64ppc.sh (ARCH): Set to powerpc:common64.
2252 (COMMONPAGESIZE): Define.
2254 2002-07-09 Alan Modra <amodra@bigpond.net.au>
2256 * emulparams/hppanbsd.sh: Remark that hppaobsd.sh references this file.
2258 2002-07-09 Federico G. Schwindt <fgsch@olimpo.com.br>
2260 * configure.tgt: Add support for alpha-*-openbsd*, hppa-*-openbsd*,
2261 powerpc-*-openbsd* and sparc64-*-openbsd*.
2262 * Makefile.am (ALL_EMULATIONS): Add ehppaobsd.o.
2263 * Makefile.in: Regenerate.
2264 * emulparams/hppaobsd.sh: New file.
2266 2002-07-05 Alan Modra <amodra@bigpond.net.au>
2268 * ldlang.c (print_wild_statement): Fix output formatting.
2270 2002-07-04 Alan Modra <amodra@bigpond.net.au>
2272 * ldlang.c: (strip_excluded_output_sections): New function.
2273 (lang_process): Call it.
2274 (lang_size_sections_1): Revert 2002-06-10 change.
2276 2002-07-03 Alan Modra <amodra@bigpond.net.au>
2278 * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
2280 * Makefile.in: Regenerate.
2282 2002-07-02 Alan Modra <amodra@bigpond.net.au>
2284 * ldfile.c (ldfile_try_open_bfd): Formatting.
2286 * ldmisc.c (demangle): Move so that it doesn't intrude between
2287 vfinfo comment and body. Add comment.
2289 2002-07-01 John David Anglin <dave@hiauly1.hia.nrc.ca>
2291 * emulparams/vax.sh (OUTPUT_FORMAT): Use a.out-vax-bsd format.
2293 2002-07-01 Alan Modra <amodra@bigpond.net.au>
2295 * ldlang.h (entry_sym): Make it a struct bfd_sym_chain.
2296 * ldlang.c (entry_sym): Likewise.
2297 (ldlang_undef_chain_list_type): Likewise.
2298 (lang_finish): Adjust references to entry_symbol.
2299 (lang_add_entry): Likewise.
2300 (lang_gc_sections): Use link_info.gc_sym_list.
2301 (lang_process): Set link_info.gc_sym_list.
2302 * ldlex.l: Include bfdlink.h.
2303 * ldmain.c (main): Init link_info.gc_sym_list.
2304 * emultempl/aix.em: Adjust references to entry_symbol.
2305 * emultempl/armcoff.em: Likewise.
2306 * emultempl/armelf.em: Likewise.
2307 * emultempl/pe.em: Likewise.
2308 * emultempl/ppc64elf.em (ppc_after_open): New function.
2309 (LDEMUL_AFTER_OPEN): Define.
2310 * emulparams/elf64ppc.sh: KEEP .opd sections.
2312 2002-06-29 Stephane Carrez <stcarrez@nerim.fr>
2314 * emulparams/m68hc12elfb.sh (EEPROM_MEMORY): Define.
2315 * emulparams/m68hc11elfb.sh (EEPROM_MEMORY): Define.
2316 * emulparams/m68hc11elf.sh (EEPROM_SIZE): Define.
2317 (EEPROM_START_ADDR): Define.
2318 (EEPROM_MEMORY): Define.
2319 * emulparams/m68hc12elf.sh: Likewise.
2320 * scripttempl/elfm68hc11.sc: Handle .eeprom section; handle .softregs
2321 section to put soft registers in .page0.
2322 * scripttempl/elfm68hc12.sc: Likewise but put soft registers in bss.
2324 2002-06-26 John David Anglin <dave@hiauly1.hia.nrc.ca>
2326 * emulparams/hppa64linux.sh (OTHER_GOT_RELOC_SECTIONS): Add rela.opd
2327 section. Add ${RELOCATING-0}.
2329 2002-06-26 J"orn Rennecke <joern.rennecke@superh.com>
2331 * emulparams/shelf.sh (STACK_ADDR): Don't define.
2332 (OTHER_SECTIONS): Define.
2333 * emulparams/shelf_nbsd.sh ((STACK_ADDR): Don't undef.
2334 (OTHER_SECTIONS): Undef.
2336 2002-06-26 Alan Modra <amodra@bigpond.net.au>
2338 * ldmisc.c (demangle): Restore dots stripped from sym name.
2340 2002-06-25 H.J. Lu <hjl@gnu.org>
2342 * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
2343 * Makefile.in: Regenerated.
2345 2002-06-20 Nick Clifton <nickc@cambridge.redhat.com>
2347 * ld.texinfo (Bug Reporting): Update text to suggest a limit on
2348 the size of attached object files, to allow make the object files
2349 available via FTP or HTTP and to mention that the mail will be
2350 sent to a mailing list.
2352 2002-06-20 Nathanael Nerode <neroden@twcny.rr.com>
2354 * configure.host (romp): Drop support.
2356 2002-06-18 Chris Demetriou <cgd@broadcom.com>
2358 * emultempl/mipself.em (mips_elf${ELFSIZE}_check_sections): Check
2359 section flags for SEC_DATA, rather than for SEC_CODE being unset.
2361 2002-06-18 Chris Demetriou <cgd@broadcom.com>
2363 * emultempl/mipself.em (mips_elf${ELFSIZE}_check_sections): Fix
2364 format specifier used to print BFD name.
2366 2002-06-18 Dave Brolley <brolley@redhat.com>
2368 From Catherine Moore, Michael Meissner, Jim Blandy:
2369 * emulparams/elf32frv.sh: New file.
2370 * configure.tgt: Support frv-*-*.
2371 * Makefile.am (ALL_EMULATIONS): Add eelf32frv.o.
2372 (eelf32frv.c): New target.
2374 2002-06-17 Tom Rix <trix@redhat.com>
2376 * emultempl/elf32.em: gld*_get_script: Check for
2377 GENERATE_COMBRELOC_SCRIPT.
2378 * scripttempl/elfd10v.sc : Fix STACK and INSN.
2379 * emulparams/d10velf.sh : Fix TEXT_START_ADDR.
2381 2002-06-13 J"orn Rennecke <joern.rennecke@superh.com>
2383 * configure.tgt: Add support for sh[1234]*le*-*-elf, sh[1234]*-*-elf.
2385 2002-06-12 H.J. Lu <hjl@gnu.org>
2387 * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Return
2388 false if xvec doesn't match.
2390 2002-06-10 Richard Sandiford <rsandifo@redhat.com>
2392 * ldlang.c (lang_size_sections_1): Skip removed output sections.
2394 2002-06-08 Alan Modra <amodra@bigpond.net.au>
2396 * ldexp.c: Replace CONST with const.
2397 * ldfile.c: Likewise.
2398 * ldfile.h: Likewise.
2399 * ldlex.l: Likewise.
2401 * pe-dll.h: Likewise.
2403 2002-06-07 Alan Modra <amodra@bigpond.net.au>
2405 * emultempl/ppc64elf.em (new_vers_pattern): Warning fix.
2407 2002-06-07 Charles Wilson <cwilson@ece.gatech.edu>
2409 * ldmain.c (main): initialize link_info.pei386_auto_import
2410 to -1 == implicit enable.
2411 * emultempl/pe.em (gld_${EMULATION_NAME}_before_parse):
2412 initialize link_info.pei386_auto_import to -1 == implicit
2414 (gld_${EMULATION_NAME}_parse_args): When processing
2415 --enable-auto-import and --disable-auto-import options, use
2416 '1' and '0' instead of 'true' and 'false'.
2417 (pe_find_data_imports): Only issue message about auto-import
2418 when the feature is implicitly enabled. Downgrade message to
2419 informational instead of warning.
2421 2002-06-07 Alan Modra <amodra@bigpond.net.au>
2423 * scripttempl/elf.sc (.tbss): Fix mismatched parentheses/braces.
2425 2002-06-06 John David Anglin <dave@hiauly1.hia.nrc.ca>
2427 * configure.host (hppa*64*-*-hpux11*): Define NATIVE_LIB_DIRS,
2428 HOSTING_CRT0 and HOSTING_LIBS.
2430 2002-06-05 J"orn Rennecke <joern.rennecke@superh.com>
2432 * configure.tgt (shle*-*-elf*, sh64le-*-elf*): New configurations.
2434 2002-06-05 Jason Thorpe <thorpej@wasabisystems.com>
2436 * emulparams/ns32knbsd.sh (EXECUTABLE_SYMBOLS): Set _DYNAMIC to 0.
2437 (NONPAGED_TEXT_START_ADDR): Set to 0x1000.
2439 2002-06-05 Alan Modra <amodra@bigpond.net.au>
2441 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Place
2442 SEC_EXCLUDE sections when doing a relocatable link.
2444 2002-06-04 Jason Thorpe <thorpej@wasabisystems.com>
2446 * Makefile.am (ALL_EMULATIONS): Add eshelf32_nbsd.o,
2447 eshlelf32_nbsd.o, eshelf64_nbsd.o, and eshlelf64_nbsd.o.
2448 (eshelf32_nbsd.c, eshelf64_nbsd.c, eshlelf32_nbsd.c)
2449 (eshlelf64_nbsd.c): New rules.
2450 * Makefile.in: Regenerate.
2451 * configure.tgt (sh5le-*-netbsd*, sh5-*-netbsd*, sh64le-*-netbsd*)
2452 (sh64-*-netbsd*): New targets.
2453 * emulparams/shelf32_nbsd.sh: New file.
2454 * emulparams/shelf64_nbsd.sh: New file.
2455 * emulparams/shlelf32_nbsd.sh: New file.
2456 * emulparams/shlelf64_nbsd.sh: New file.
2458 2002-06-04 Alan Modra <amodra@bigpond.net.au>
2460 * ldlang.c (section_already_linked): Call bfd_discard_group. Typo fix.
2462 2002-06-02 Marek Michalkiewicz <marekm@amelek.gda.pl>
2464 * scripttempl/avr.sc: Changes to support current GCC and avr-libc,
2465 C++ constructors/destructors, loosely based on the m68hc11 port.
2467 2002-05-31 Alan Modra <amodra@bigpond.net.au>
2469 * Makefile.in: Regenerate.
2470 * aclocal.m4: Regenerate.
2471 * config.in: Regenerate.
2472 * configure: Regenerate.
2474 2002-05-31 Graeme Peterson <gp@qnx.com>
2476 * Makefile.am (ALL_EMULATIONS): Add ei386nto.o.
2477 (ei386nto.c): Add rule.
2478 * Makefile.in: Regenerate.
2479 * configure.tgt: Add i[3456]86-*-nto-qnx*.
2480 * emulparams/i386nto.sh: New file.
2482 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
2484 * NEWS: Add entry for VAX ELF support.
2486 2002-05-29 Matt Thomas <matt@3am-software.com>
2487 Jason Thorpe <thorpej@wasabisystems.com>
2489 * Makefile.am (ALL_EMULATIONS): Add eelf32vax.o and evaxnbsd.o.
2491 (evaxnbsd.c): New rules.
2492 * Makefile.in: Regenerate.
2493 * configure.tgt (vax-*-netbsdelf*)
2495 (vax-*-netbsd*): New targets.
2496 * emulparams/elf32vax.sh: New file.
2497 * emulparams/vaxnbsd.sh: New file.
2499 2002-05-29 Adam Nemet <anemet@lnxw.com>
2501 * emultempl/armelf.em (arm_elf_after_open): Don't determine
2502 bfd_for_interwork, instead add glue sections to each input bfd.
2503 (bfd_for_interwork): New global.
2504 (arm_elf_set_bfd_for_interworking): New function.
2505 (arm_elf_before_allocation): Use it.
2507 2002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
2509 * Makefile.am: Add DLX make target.
2510 * configure.tgt: Add DLX configuration.
2511 * Makefile.in: Regenerate.
2512 * emulparams/elf32_dlx.sh: New file
2513 * scripttempl/dlx.sc: New file
2515 2002-05-27 Per Lundberg <per@caleb.dnsalias.org>
2517 * Makefile.am (eelf_i386_chaos): Use elf_chaos.sc script.
2518 * Makefile.in: Regenerate.
2519 * emulparams/elf_chaos.sh: Use elf_chaos script.
2520 * scripttempl/elf_chaos.sc: New file.
2522 2002-05-27 Richard Sandiford <rsandifo@redhat.com>
2524 * ldlang.c (lang_size_sections_1): Move check for conflicting load
2525 addresses and regions from here...
2526 (lang_get_regions): ...to this new function.
2527 (lang_leave_output_section_statement): Use lang_get_regions.
2528 (lang_leave_overlay): Likewise.
2529 * mri.c (mri_draw_tree): Pass null as last argument to
2530 lang_leave_output_section_statement.
2531 * emultempl/elf32.em (gld*_place_orphan): Likewise.
2532 * emultempl/mmo.em (mmo_place_orphan): Likewise.
2533 * emultempl/pe.em (gld*_place_orphan): Likewise.
2535 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
2537 * configure.tgt: Use ns32k-*-netbsd* instead of ns32k-pc532-netbsd*.
2539 2002-05-25 Kazu Hirata <kazu@cs.umass.edu>
2541 * ldemul.c: Fix formatting.
2542 * ldfile.c: Likewise.
2543 * pe-dll.c: Likewise.
2544 * pe-dll.h: Likewise.
2546 2002-05-25 Alan Modra <amodra@bigpond.net.au>
2548 * ldlang.c (lang_process): Formatting, grammar.
2550 * ldlex.l: Use #include "" instead of <> for local header files.
2552 2002-05-24 TAMURA Kent <kent@netbsd.org>
2554 * configure.tgt: Add a target for i386-netbsdpe.
2556 2002-05-23 Jakub Jelinek <jakub@redhat.com>
2558 * scripttempl/elf.sc: Add .rel{,a}.t{bss,data}, .tdata and .tbss.
2559 * ldlang.c (lang_add_section): Set SEC_THREAD_LOCAL for
2560 output section if necessary. Handle .tbss.
2561 (lang_size_sections): Clear _raw_size for .tbss section
2562 (it allocates space in PT_TLS segment only).
2563 * ldwrite.c (build_link_order): Build link order for .tbss too.
2565 2002-05-23 Alan Modra <amodra@bigpond.net.au>
2567 * configure.in: Correct spelling of AC_PREREQ.
2569 2002-05-21 Danny Smith <dannysmith@users.sourceforge.net>
2571 * pe-dll.c (autofilter_liblist): Add more system libs excluded by
2573 (autofilter_objlist): Add crtbegin.o, crtend.o.
2575 2002-05-21 Danny Smith <dannysmith@users.sourceforge.net>
2577 * emultempl/pe.em (OPTION_EXCLUDE_LIBS): Add new define.
2578 (longopts): Add new option --exclude-libs.
2579 (gld_${EMULATION_NAME}_list_options): Give quick help about it.
2580 (gld_${EMULATION_NAME}_parse_args): Use it.
2581 * pe-dll.h (pe_dll_add_excludes): Add second param to prototype.
2582 * pe-dll.c (exclude_list_struct): Add field type to distinguish symbols
2583 from whole archives.
2584 (pe_dll_add_excludes): Set excludes->type.
2585 (auto_export): Add new variable libname and set to archive basename if
2586 abfd. Use it when filtering default and user-specified libarary
2587 excludes. Let string "ALL" mean all libs when filtering user-specified
2589 * ld.texinfo: Document --exclude-libs.
2591 2002-05-22 Alan Modra <amodra@bigpond.net.au>
2593 * ldemul.c (ldemul_new_vers_pattern): New function.
2594 * ldemul.h (ldemul_new_vers_pattern): Declare.
2595 (struct ld_emulation_xfer_struct): Add new_vers_pattern.
2596 * ldlang.c (lang_new_vers_pattern): Call ldemul_new_vers_pattern.
2597 * emultempl/ppc64elf.em (dotsyms): New static var.
2598 (gld${EMULATION_NAME}_new_vers_pattern): New function.
2599 (LDEMUL_NEW_VERS_PATTERN): Define.
2600 (PARSE_AND_LIST_PROLOGUE): Add OPTION_DOTSYMS, OPTION_NO_DOTSYMS.
2601 (PARSE_AND_LIST_LONGOPTS): Likewise.
2602 (PARSE_AND_LIST_ARGS_CASES): Handle them.
2603 * emultempl/aix.em (ld_${EMULATION_NAME}_emulation): Update
2605 * emultempl/armcoff.em: Likewise.
2606 * emultempl/armelf_oabi.em: Likewise.
2607 * emultempl/beos.em: Likewise.
2608 * emultempl/elf32.em: Likewise.
2609 * emultempl/generic.em: Likewise.
2610 * emultempl/gld960.em: Likewise.
2611 * emultempl/gld960c.em: Likewise.
2612 * emultempl/linux.em: Likewise.
2613 * emultempl/lnk960.em: Likewise.
2614 * emultempl/m68kcoff.em: Likewise.
2615 * emultempl/mipsecoff.em: Likewise.
2616 * emultempl/pe.em: Likewise.
2617 * emultempl/sunos.em: Likewise.
2618 * emultempl/ticoff.em: Likewise.
2619 * emultempl/vanilla.em: Likewise.
2621 2002-05-22 Alan Modra <amodra@bigpond.net.au>
2623 * genscripts.sh (LIB_PATH): For native targets, concatenate $libdir
2624 and $NATIVE_LIB_DIRS. Add $tool_lib before other libs.
2625 (LIB_SEARCH_DIRS): No need to use "tr".
2626 (COMPILE_IN): Only set for native targets.
2627 * configure.host (NATIVE_LIB_DIRS): Specify all native search dirs
2628 here, rather than adding lib:/usr/lib:/usr/local/lib in genscripts.sh.
2629 * configure.tgt (powerpc*): Set tdir_*.
2630 (powerpcle*): Correct targ_extra_emuls.
2631 * emulparams/elf32ppc.sh (LIB_PATH): Set up native 64 bit dirs.
2632 * emulparams/elf64ppc.sh (LIB_PATH): Likewise.
2634 2002-05-22 Alan Modra <amodra@bigpond.net.au>
2636 * emultempl/pe.em (set_pe_subsystem): Don't set "cmdline" when
2637 calling lang_add_entry.
2639 2002-05-21 H.J. Lu (hjl@gnu.org)
2641 * emultempl/elf32.em (gld${EMULATION_NAME}_parse_args): Handle
2643 (gld${EMULATION_NAME}_list_options): Add "-z muldefs".
2645 * ld.texinfo: Updated for --allow-multiple-definition and
2648 * ldmain.c (main): Initialize the allow_multiple_definition
2651 * lexsup.c (OPTION_ALLOW_MULTIPLE_DEFINITION): New.
2652 (ld_options): Add --allow-multiple-definition.
2653 (parse_args): Support OPTION_ALLOW_MULTIPLE_DEFINITION.
2655 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
2657 * Makefile.am (ALL_EMULATIONS): Add earmelfb_nbsd.o.
2658 (earmelfb_nbsd.c): New rule.
2659 * Makefile.in: Regenerate.
2660 * configure.tgt (armeb-*-netbsdelf*): New target.
2661 (arm-*-netbsdelf*): Add armelfb_nbsd to targ_extra_emuls.
2662 (arm-*-netbsd*): Likewise.
2663 * emulparams/armelfb_nbsd.sh: New file.
2665 2002-05-18 Tom Rix <trix@redhat.com>
2667 * emultempl/aix.em (gld*_parse_args): Add -bnortl and -bnortllib
2670 2002-05-17 Marek Michalkiewicz <marekm@amelek.gda.pl>
2672 * Makefile.am: Add new emulations avr1, avr2, avr3, avr4, avr5.
2673 * Makefile.in: Regenerate.
2674 * configure.tgt (avr-*-*): Add avr[1-5] to targ_extra_emuls.
2676 2002-05-16 Marek Michalkiewicz <marekm@amelek.gda.pl>
2678 * emulparams/avr1.sh: New file.
2679 * emulparams/avr2.sh: New file.
2680 * emulparams/avr3.sh: New file.
2681 * emulparams/avr4.sh: New file.
2682 * emulparams/avr5.sh: New file.
2683 * scripttempl/avr.sc: New file.
2685 2002-05-15 Alan Modra <amodra@bigpond.net.au>
2687 * ldlang.c (section_already_linked): Call bfd_link_just_syms.
2688 (lang_place_orphans): Abort if just_syms_flag.
2690 2002-05-10 Tom Rix <trix@redhat.com>
2692 * emultempl/aix.em: (gld*_set_output_arch): New function. Use
2693 architecture and machine information in the output bfd.
2694 (gld*_before_parse): Remove old arch and machine code.
2695 (choose_target): Rename to gld*_choose_target.
2696 (rtld): Change type to int.
2697 * ldfile.c (ldfile_try_open_bfd): Disable compatiblity check for
2698 objects in XCOFF archives.
2699 * ldfile.h: Update copyright date.
2701 2002-05-10 Jakub Jelinek <jakub@redhat.com>
2703 * ldmain.c (main): Enable -z combreloc by default.
2705 2002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
2707 * Makefile.am: Honour DESTDIR.
2708 * Makefile.in: Regenerate.
2710 2002-05-07 Richard Sandiford <rsandifo@redhat.com>
2712 * ldlang.h (lang_output_section_statement_type): Add update_dot_tree.
2713 (lang_enter_overlay): Remove the last two parameters.
2714 (lang_leave_overlay): Take them here instead.
2715 * ldgram.y (memspec_at_opt): Set $$ to null if no region is given.
2716 (section): Pass LMA and crossref flag to lang_leave_overlay rather
2717 than lang_enter_overlay.
2718 * ldlang.c (lang_memory_region_lookup): Return null for null names.
2719 (lang_output_section_statement_lookup): Initialize update_dot_tree.
2720 (lang_size_sections_1): Evaluate it.
2721 (lang_leave_output_section_statement): Rework LMA lookup.
2722 (overlay_lma, overlay_nocrossrefs): Remove.
2723 (lang_enter_overlay): Remove LMA and crossref arguments.
2724 (lang_enter_overlay_section): Don't set the LMA here.
2725 (lang_leave_overlay): Take LMA and crossref arguments. Move the '.'
2726 assignment to the last section's update_dot_tree. Unconditionally
2727 use the load and run-time regions specified in the OVERLAY statement.
2728 Likewise the first section's LMA. Only set the other sections' LMAs
2729 when no load region is given.
2731 2002-05-06 Nick Clifton <nickc@redhat.com>
2733 * po/sv.po: New translation.
2735 2002-05-04 Alan Modra <amodra@bigpond.net.au>
2737 * emultempl/hppaelf.em (build_section_lists): New function.
2738 (gld${EMULATION_NAME}_finish): Call elf32_hppa_setup_section_lists
2739 and build_section_lists.
2741 2002-05-03 Kazu Hirata <kazu@cs.umass.edu>
2743 * ld.h: Fix formatting.
2744 * ldexp.c: Likewise.
2745 * ldfile.c: Likewise.
2746 * ldlang.c: Likewise.
2747 * ldmain.c: Likewise.
2748 * lexsup.c: Likewise.
2749 * pe-dll.c: Likewise.
2751 2002-05-02 Alan Modra <amodra@bigpond.net.au>
2753 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_after_allocation):
2754 Adjust for ppc64_elf_set_toc change. #include libbfd.h.
2755 (build_section_lists): Do output_section tests here.
2757 2002-04-30 Tom Rix <trix@redhat.com>
2759 * emultempl/aix.em : (gld*_parse_arge): Formatting changes.
2761 2002-05-01 Alan Modra <amodra@bigpond.net.au>
2763 Long branch stubs, multiple stub sections.
2764 * emultempl/ppc64elf.em: Include ldctor.h.
2765 (stub_file): New var.
2766 (group_size): New var.
2767 (ppc_create_output_section_statements): New function.
2768 (struct hook_stub_info): New.
2769 (hook_in_stub): New function.
2770 (ppc_add_stub_section): New function.
2771 (ppc_layout_sections_again): New function.
2772 (build_section_lists): New function.
2773 (gld${EMULATION_NAME}_finish): Rewrite.
2774 (real_func): New var.
2775 (ppc_for_each_input_file_wrapper): New function.
2776 (ppc_lang_for_each_input_file): New function.
2777 (lang_for_each_input_file): Define.
2778 (PARSE_AND_LIST_PROLOGUE): Define.
2779 (PARSE_AND_LIST_LONGOPTS): Define.
2780 (PARSE_AND_LIST_OPTIONS): Define.
2781 (PARSE_AND_LIST_ARGS_CASES): Define.
2782 (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
2784 2002-04-30 Tom Rix <trix@redhat.com>
2786 * emultempl/aix.em (gld*_parse_arge, gld*_before_allocation): Add
2787 -blibpath, -bnolibpath support.
2789 2002-04-30 Mark Mitchell <mark@codesourcery.com>
2791 * Makefile.am (ALL_EMULATIONS): Add elf32ppcwindiss.o.
2792 (eelf32ppcwindiss.c): New target.
2793 * Makefile.in: Regenerated.
2794 * configure.tgt: Add support for powerpc-*-windiss.
2795 * emulparams/elf32ppcwindiss.sh: New file.
2797 2002-04-30 Richard Sandiford <rsandifo@redhat.com>
2799 * ldlang.c (print_assignment): Update print_dot for assignments to ".".
2800 * ldexp.c (exp_print_token): Add "infix_p" argument.
2801 (exp_print_tree): Update accordingly.
2803 2002-04-28 Alan Modra <amodra@bigpond.net.au>
2805 * Makefile.am (mpw): New maintainer mode rule to make mpw-*.c files.
2806 * Makefile.in: Regenerate.
2807 * mpw-elfmips.c: Delete.
2808 * mpw-eppcmac.c: Delete.
2809 * mpw-esh.c: Delete.
2810 * mpw-idtmips.c: Delete.
2812 2002-04-17 J"orn Rennecke <joern.rennecke@superh.com>
2814 * emulparams/shelf32.sh (MACHINE): Now sh5.
2816 2002-04-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2818 * ldgram.y: Fix syntax warning.
2820 2002-04-11 Nick Clifton <nickc@cambridge.redhat.com>
2822 * emultempl/armelf.em (PARSE_AND_LIST_SHORTOPTS): Add 'n' in order
2823 to prevent "-n" from being taken as an abbreviation for
2824 "--no-pipeline-knowledge".
2826 2002-04-08 Alan Modra <amodra@bigpond.net.au>
2828 * ldlang.c (lang_size_sections_1): Don't complain about
2829 SEC_NEVER_LOAD sections having no memory region specified.
2831 * ld.texinfo (Format Commands <OUTPUT_FORMAT>): Typo fix.
2833 2002-04-07 matthew green <mrg@redhat.com>
2835 * configure.host (*-*-netbsd*): Add support for NetBSD/ELF.
2837 2002-04-04 Alan Modra <amodra@bigpond.net.au>
2839 * dep-in.sed: Cope with absolute paths.
2840 * Makefile.am (dep.sed): Subst TOPDIR and BFDDIR.
2842 * Makefile.in: Regenerate.
2844 2002-04-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2846 * emulparams/elf64btsmip.sh: n64 replaces .reginfo with .MIPS.options.
2848 2002-04-03 Jakub Jelinek <jakub@redhat.com>
2850 * ldexp.c (fold_binary) [DATA_SEGMENT_ALIGN]: If common page size
2851 is smaller than maximum, round dot up to common page boundary.
2853 2002-03-28 Alan Modra <amodra@bigpond.net.au>
2855 * configure.host: Set up for generic hosts first, then tweak as
2856 necessary in more specific targets.
2857 (HOSTING_LIBS): Include libgcc_eh.a if found.
2859 2002-03-23 Andreas Jaeger <aj@suse.de>
2861 * emulparams/elf_x86_64.sh (COMMONPAGESIZE): Set it.
2863 2002-03-21 Alan Modra <amodra@bigpond.net.au>
2865 * Makefile.am: Run "make dep-am".
2866 * Makefile.in: Regenerate.
2868 2002-03-21 Albert Chin-A-Young <china@thewrittenword.com>
2870 * genscripts.sh (LIB_SEARCH_DIRS): Quote path.
2872 2002-03-20 Alan Modra <amodra@bigpond.net.au>
2874 * ldlang.c (ldlang_add_undef): If the output bfd has been opened,
2875 add the symbol to the linker hash table immediately.
2876 (lang_place_undefineds): Split symbol creation out..
2877 (insert_undefined): ..to here.
2879 2002-03-18 David O'Brien <obrien@FreeBSD.org>
2881 * emultempl/elf32.em: Use lbasename vs. basename to fix problem where
2882 the contents of the buffer returned from basename function will are
2883 getting overwritten while still being used.
2885 2002-03-18 Jan Hubicka <jh@suse.cz>
2886 Andreas Jaeger <aj@suse.de>
2887 Andreas Schwab <schwab@suse.de>
2889 * configure.tgt (x86_64-*-linux-gnu*): Configure i386 as native.
2890 * elf_x86_64.sh (ARCH): Set to i386:x86-64
2891 set libraries to default to lib64 paths.
2893 2002-03-18 Tom Rix <trix@redhat.com>
2895 * Makefile.am : Add eaix5ppc and eaix5rs6, AIX 5 support.
2896 * configure.tgt : Same.
2897 * emulparms/aix5ppc.sh : New file. For eaix5ppc.
2898 * emulparms/aix5rs6.sh : New file. For eaix5rs6.
2899 * emulparms/aixppc.sh : OUPUT_FORMAT_32BIT and OUTPUT_FORMAT_64BIT
2900 emulation parameters for better -b32, -b64 support.
2901 * emulparms/aixrs6.sh : Same.
2902 * emulparms/ppcmacos.sh : Same.
2903 * emultempl/aix.em (choose_target) : Use new emulation parameters
2904 OUTPUT_FORMAT_32BIT and OUTPUT_FORMAT_64BIT.
2905 * Makefile.in : Regenerate.
2907 2002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
2909 * po/fr.po: Updated version.
2911 2002-03-18 Alan Modra <amodra@bigpond.net.au>
2913 * ldmain.c (main): Move .text readonly flag fudges from here..
2914 * ldlang.c (lang_process): ..to here.
2916 2002-03-14 Alan Modra <amodra@bigpond.net.au>
2918 * ldlang.c (lang_check): Remove the word size check added in last
2919 change. Treat emitrelocations case as for relocatable links.
2921 2002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
2923 * po/fr.po: Updated version.
2925 2002-03-13 Alan Modra <amodra@bigpond.net.au>
2927 * ldlang.c (lang_check): Do relocatable link checks first, so that
2928 warn_mismatch can't override. Check compatible and word size too.
2930 2002-03-07 Daniel Jacobowitz <drow@mvista.com>
2932 * ld.texinfo: Wrap @menu in @ifnottex, not @ifinfo.
2934 2002-03-05 Jakub Jelinek <jakub@redhat.com>
2936 * scripttempl/elf.sc: Only use DATA_SEGMENT_END() together with
2939 2002-03-04 H.J. Lu <hjl@gnu.org>
2941 * scripttempl/elf.sc: Put .preinit_array, .init_array and
2942 .fini_array in the data segment.
2944 2002-03-04 Alan Modra <amodra@bigpond.net.au>
2946 * scripttempl/elf.sc: Correct syntax errors in 2002-03-01 commit.
2948 2002-03-01 David Mosberger <davidm@hpl.hp.com>
2950 * scripttempl/elf.sc (SECTIONS): Add entries for .preinit_array,
2951 .init_array, and .fini_array.
2953 2002-02-20 Andreas Schwab <schwab@suse.de>
2955 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Don't fold
2956 .IA64_unwind* in a relocatable link.
2958 2002-02-20 Nick Clifton <nickc@cambridge.redhat.com>
2960 * NEWS: Mark 2.12 branch.
2962 2002-02-19 Martin Schwidefsky <schwidefsky@de.ibm.com>
2964 * emulparams/elf64_s390.sh (ARCH): Change to "s390:64-bit".
2965 * emulparams/elf_s390.sh (ARCH): Change to "s390:31-bit".
2967 2002-02-18 Tom Rix <trix@redhat.com>
2969 * emultempl/aix.em (gld*_parse_args): Add -brtl support.
2970 (gld*_before_allocation): Same.
2971 (gld*_create_output_section_statements): Generate
2972 __rtinit if run time linking. Add librtl.a to the link.
2973 (gld*_read_file): Clean.
2975 2002-02-18 Alan Modra <amodra@bigpond.net.au>
2977 * emulparams/elf64ppc.sh (OTHER_TEXT_SECTIONS): Define.
2979 2002-02-18 David O'Brien <obrien@FreeBSD.org>
2981 * Makefile.am: Add new files earmelf_fbsd, eelf32ppc_fbsd,
2982 eelf_i386_fbsd, eelf64_ia64_fbsd, eelf_x86_64_fbsd, eelf64_sparc_fbsd,
2983 and eelf64alpha_fbsd.
2984 * Makefile.in: Regenerate.
2985 * configure.tgt(sparc64-*-freebsd, ia64-*-freebsd, i[3456]86-*-freebsd,
2986 x86_64-*-freebsd, arm-*-freebsd, alpha*-*-freebsd, powerpc-*-freebsd):
2987 use a FreeBSD-specific emulation rather than the psABI one.
2988 * emulparams/elf_fbsd.sh (ELF_INTERPRETER_NAME): Set appropriate value
2989 for all FreeBSD ELF systems.
2990 * emulparams/armelf_fbsd.sh: Bridge elf_fbsd.sh and the "native" psABI
2992 * emulparams/elf32ppc_fbsd.sh: Likewise.
2993 * emulparams/elf64_ia64_fbsd.sh: Likewise.
2994 * emulparams/elf64_sparc_fbsd.sh: Likewise.
2995 * emulparams/elf64alpha_fbsd.sh: Likewise.
2996 * emulparams/elf_i386_fbsd.sh: Likewise.
2997 * emulparams/elf_x86_64_fbsd.sh: Likewise.
2999 2002-02-18 Nick Clifton <nickc@cambridge.redhat.com>
3001 * po/tr.po: Updated version.
3003 2002-02-18 Alan Modra <amodra@bigpond.net.au>
3005 * ld.texinfo (Output Section Fill): Fix amateur texinfo.
3008 2002-02-17 Hans-Peter Nilsson <hp@bitrange.com>
3010 * emultempl/mmo.em (mmo_after_open): Don't call
3011 _bfd_mmix_check_all_relocs when producing ELF output.
3013 2002-02-15 Richard Henderson <rth@redhat.com>
3015 * emulparams/elf64alpha.sh (NOP): Adjust for big-endian
3016 definition. Emit a unop+nop pair.
3018 2002-02-15 Hans-Peter Nilsson <hp@bitrange.com>
3020 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Also check
3021 for presence of .MMIX.reg_contents.linker_allocated before early
3024 * NEWS: Mention support for MMIX.
3026 2002-02-15 Alan Modra <amodra@bigpond.net.au>
3028 Support arbitrary length fill patterns.
3029 * ld.texinfo (Output Section Fill): Describe fill expressions.
3030 (FILL): Refer to the above.
3031 * ldexp.h (etree_value_type): Add "str" field.
3032 (union etree_union): Add "str" to "value" struct.
3033 (exp_bigintop): Declare.
3034 (exp_get_fill): Declare.
3035 * ldexp.c: Include "safe-ctype.h".
3036 (exp_intop): Set value.str to NULL.
3037 (exp_bigintop): New function.
3038 (new_rel): Pass in "str", and set new.str from it.
3039 (new_rel_from_section): Set new.str to NULL.
3040 (fold_name): Adjust calls to new_rel.
3041 (exp_fold_tree): Likewise.
3042 (exp_get_fill): New function.
3043 * ldgram.y (struct big_int bigint, fill_type *fill): New.
3044 (INT): Returns a "bigint". Adjust all code handling INTs.
3045 (fill_opt): Returns a "fill".
3046 (fill_exp): Split out of fill_opt, use for FILL.
3047 * ldlang.h (struct _fill_type): New.
3048 (fill_type): Move typedef to ldexp.h.
3049 (lang_output_section_statement_type): "fill" is now a pointer.
3050 (lang_fill_statement_type): Likewise.
3051 (lang_padding_statement_type): Likewise.
3052 (lang_add_fill): Now takes a "fill_type *" param.
3053 (lang_leave_output_section_statement): Likewise.
3054 (lang_do_assignments): Likewise.
3055 (lang_size_sections): Likewise.
3056 (lang_leave_overlay_section): Likewise.
3057 (lang_leave_overlay): Likewise.
3058 * ldlang.c: Include ldgram.h after ldexp.h.
3059 (lang_output_section_statement_lookup): Adjust for fill_type change.
3060 (print_fill_statement): Likewise.
3061 (print_padding_statement): Likewise.
3062 (insert_pad): Now takes a "fill_type *" arg.
3063 (size_input_section): Likewise.
3064 (lang_size_sections_1): Likewise.
3065 (lang_size_sections): Likewise.
3066 (lang_do_assignments): Likewise.
3067 (lang_add_fill): Likewise.
3068 (lang_leave_output_section_statement): Likewise.
3069 (lang_leave_overlay_section): Likewise.
3070 (lang_leave_overlay): Likewise.
3071 Adjust all callers of the above function.
3072 * ldlex.l: Include ldgram.h after ldexp.h. Allow hex numbers
3073 starting with "0X" as well as "0x". Return bigint.str for hex
3074 numbers starting with "0x" or "0X", zero bigint.str otherwise.
3075 Always use base 16 for numbers starting with "$".
3076 * ldmain.c: Include ldgram.h after ldexp.h.
3077 * ldwrite.c (build_link_order): Use bfd_data_link_order in place
3078 of bfd_fill_link_order.
3079 * pe-dll.c: Adjust lang_do_assignments calls.
3080 * emultempl/elf32.em: Likewise.
3081 * emultempl/hppaelf.em: Likewise.
3082 * emultempl/ppc64elf.em: Likewise.
3083 * emultempl/beos.em: Include ldgram.h after ldexp.h, adjust
3084 lang_add_assignment call.
3085 * emultempl/pe.em: Likewise.
3087 2002-02-14 Phil Edwards <pme@gcc.gnu.org>
3089 * ld.texinfo (VERSION scripts): Symbol names are globbing patterns.
3090 * ldgram.y (lang_new_vers_regex): Rename to lang_new_vers_pattern;
3091 the pattern in question is not a regexp.
3092 * ldlang.c: Likewise.
3093 * ldlang.h: Likewise.
3094 * ldlex.l (V_IDENTIFIER): Allow '[', ']', '-', '!', and '^' also.
3096 2002-02-12 Jakub Jelinek <jakub@redhat.com>
3098 * ldlex.l (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): New tokens.
3099 * ldgram.y (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): New tokens.
3100 (exp): Add DATA_SEGMENT_ALIGN (exp, exp) and DATA_SEGMENT_END (exp).
3101 * ldexp.c (exp_data_seg): New variable.
3102 (exp_print_token): Handle DATA_SEGMENT_ALIGN and DATA_SEGMENT_END.
3103 (fold_binary): Handle DATA_SEGMENT_ALIGN.
3104 (exp_fold_tree): Handle DATA_SEGMENT_END.
3105 Pass allocation_done when recursing instead of hardcoding
3106 lang_allocating_phase_enum.
3107 * ldexp.h (exp_data_seg): New.
3108 * ldlang.c (lang_size_sections_1): Renamed from lang_size_sections.
3109 (lang_size_sections): New.
3110 * ld.texinfo (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): Document.
3111 * scripttempl/elf.sc: Use DATA_SEGMENT_ALIGN and DATA_SEGMENT_END
3112 if COMMONPAGESIZE is defined.
3113 * emulparams/elf_i386.sh (COMMONPAGESIZE): Set to 4K.
3114 * emulparams/elf32_sparc.sh (COMMONPAGESIZE): Set to 8K.
3115 * emulparams/elf64_sparc.sh (COMMONPAGESIZE): Set to 8K.
3116 * emulparams/elf64alpha.sh (COMMONPAGESIZE): Set to 8K.
3117 * emulparams/elf64_ia64.sh (COMMONPAGESIZE): Set to 16K for shared
3120 2002-02-11 Alan Modra <amodra@bigpond.net.au>
3122 * Makefile.in: Regenerate.
3124 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
3126 * lexsup.c: Remove strtoul declaration.
3128 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
3130 * ldmain.c: Add prototype for main ().
3131 * lexsup.c: Guard declaration of strtoul with HAVE_STDLIB_H.
3132 * emultempl/lnk960.em (lnk960_choose_target): Function should
3135 2002-02-10 Alan Modra <amodra@bigpond.net.au>
3137 * ldlang.c (entry_section): New initialised variable.
3138 (lang_finish): Use it.
3139 * ldlang.h (entry_section): Declare.
3140 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Set
3141 entry_section to ".opd".
3143 2002-02-09 Chris Demetriou <cgd@broadcom.com>
3145 * ld.texinfo (Options): Add back in -nostdlib documentation,
3146 which had been inadvertently removed.
3148 2002-02-09 Hans-Peter Nilsson <hp@bitrange.com>
3150 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Adjust
3151 register section vma to a sane value after emitting error. Make
3152 fatal conditions cause program exit when emitting message.
3154 2002-02-08 Ivan Guzvinec <ivang@opencores.org>
3156 * configure.tgt: Add or32-*-rtems target.
3158 2002-02-08 Alexandre Oliva <aoliva@redhat.com>
3160 Contribute sh64-elf.
3161 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
3162 * emulparams/shelf32.sh (STACK_ADDR): Define as formerly defined
3163 in OTHER_RELOCATABLE_SECTIONS.
3164 2002-01-18 Alexandre Oliva <aoliva@redhat.com>
3165 * emulparams/shelf32.sh (STACK_ADDR): Define.
3166 (OTHER_RELOCATABLE_SECTIONS): Renamed to...
3167 (OTHER_SECTIONS): this. Removed stack settings.
3168 * emulparams/shelf64.sh (OTHER_RELOCATABLE_SECTIONS): Do not set.
3169 (OTHER_SECTIONS): Reset after sourcing shelf32.sh.
3170 2001-03-12 DJ Delorie <dj@redhat.com>
3171 * emultempl/sh64elf.em (sh64_elf_$_before_allocation): Disable
3172 relaxing if any shmedia or mixed sections are found.
3173 2001-03-07 DJ Delorie <dj@redhat.com>
3174 * emultempl/sh64elf.em (sh64_elf_before_allocation): Pass f to
3175 einfo. Gracefully decline to output to non-elf formats.
3176 2001-03-06 Hans-Peter Nilsson <hpn@redhat.com>
3177 * emulparams/shelf64.sh (OTHER_RELOCATING_SECTIONS) <.stack>:
3178 Default to _end aligned to next multiple of 0x40000, plus 0x40000.
3179 * emulparams/shelf32.sh: Ditto.
3180 2001-01-14 Hans-Peter Nilsson <hpn@cygnus.com>
3181 * emulparams/shelf32.sh (OTHER_RELOCATING_SECTIONS): Tweak
3183 2001-01-10 Ben Elliston <bje@redhat.com>
3184 * emulparams/shelf32.sh (OTHER_RELOCATING_SECTIONS): Avoid
3185 non-portable shell constructs. From Hans-Peter Nilsson.
3186 2001-01-09 Hans-Peter Nilsson <hpn@cygnus.com>
3187 * emulparams/shelf64.sh (EXTRA_EM_FILE): Define empty.
3188 * Makefile.am (eshelf64.c, eshlelf64.c, eshlelf32.c): Adjust
3189 dependencies to the shell script include chain.
3190 * Makefile.in: Regenerate.
3191 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
3192 * emultempl/sh64elf.em: Update and tweak comments.
3193 (sh64_elf_${EMULATION_NAME}_after_allocation): Always allocate and
3194 make a .cranges section SEC_IN_MEMORY.
3195 2000-12-30 Hans-Peter Nilsson <hpn@cygnus.com>
3196 * emultempl/sh64elf.em
3197 (sh64_elf_${EMULATION_NAME}_before_allocation): Don't stop when
3198 .cranges section found to be necessary; continue and set stored
3199 section contents flags for sections with non-mixed contents.
3200 Use a struct sh64_section_data container and sh64_elf_section_data
3201 to store contents-type flags.
3202 Remove unused update of "isec".
3203 (sh64_elf_${EMULATION_NAME}_after_allocation): Only process
3204 sections marked SHF_SH5_ISA32_MIXED. Use sh64_elf_section_data to
3205 access contents-type flags. Assert that the associated container
3206 is initialized. Use that container, not elf_gp_size, to hold size
3207 of linker-generated cranges contents.
3208 2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
3209 * emultempl/sh64elf.em
3210 (sh64_elf_${EMULATION_NAME}_before_allocation): Exit early if
3211 there's already a .cranges section. When section flag difference
3212 is found, don't NULL-check cranges a second time. Tweak comments.
3213 (sh64_elf_${EMULATION_NAME}_after_allocation): Use size after
3214 merging, not max size, as size of ld-generated .cranges contents.
3215 Don't set ELF section flags in output section. When checking for
3216 needed .cranges descriptors, don't use a variable; compare
3217 incoming ELF section flags directly to SHF_SH5_ISA32_MIXED. Tweak
3219 2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
3220 * emultempl/sh64elf.em: New file.
3221 * Makefile.am (eshelf32.c, eshlelf32.c): Adjust dependencies.
3222 * Makefile.in: Regenerate.
3223 * emulparams/shelf32.sh (OUTPUT_FORMAT): Only set if not set.
3224 (OTHER_RELOCATING_SECTIONS): Ditto.
3225 (EXTRA_EM_FILE): New, set to sh64elf if not set.
3226 * emulparams/shlelf32.sh: Stub out all settings except
3227 OUTPUT_FORMAT. Source shelf32.sh.
3228 * emulparams/shelf64.sh: Similar, but also keep ELF_SIZE and
3229 OTHER_RELOCATING_SECTIONS.
3230 (OTHER_RELOCATING_SECTIONS): Remove .cranges.
3231 * emulparams/shlelf64.sh: Stub out all settings except
3232 OUTPUT_FORMAT. Source shelf64.sh.
3233 2000-12-15 Hans-Peter Nilsson <hpn@cygnus.com>
3234 * emulparams/shelf64.sh (OTHER_RELOCATING_SECTIONS): Include
3236 (DATA_START_SYMBOLS): Define, provide ___data.
3237 (OTHER_READONLY_SYMBOLS): Define, provide ___rodata and align to 8
3238 for consecutive .data section.
3239 (OTHER_GOT_SECTIONS): Define, align to 8 for consecutive .bss
3240 section after .data section.
3241 * emulparams/shlelf64.sh: Ditto.
3242 * emulparams/shelf32.sh: Ditto.
3243 (ALIGNMENT): Define to 8.
3244 * emulparams/shelf32.sh: Ditto.
3245 2000-12-12 Hans-Peter Nilsson <hpn@cygnus.com>
3246 * configure.tgt (sh64-*-elf*): Assign targ_extra_libpath to get
3247 built-in linker scripts.
3248 2000-11-30 Hans-Peter Nilsson <hpn@cygnus.com>
3249 * emulparams/shlelf64.sh: New.
3250 * emulparams/shelf64.sh: New.
3251 * configure.tgt (sh64-*-elf*): Add shelf64 and shlelf64 to
3253 * Makefile.am: Add support for shlelf64 and shelf64.
3254 * Makefile.in: Regenerate.
3255 2000-11-29 Hans-Peter Nilsson <hpn@cygnus.com>
3256 * configure.tgt (sh64-*-elf*): Add shelf as default.
3257 Add shlelf to targ_extra_emuls.
3258 2000-11-24 Hans-Peter Nilsson <hpn@cygnus.com>
3259 * emulparams/shelf32.sh: New file.
3260 * emulparams/shlelf32.sh: New file.
3261 * Makefile.am: Add support for shlelf32 and shelf32.
3262 * configure.tgt: Map sh64-*-elf* to shlelf32 and shelf32.
3263 * Makefile.in: Regenerate.
3265 2002-02-05 Hans-Peter Nilsson <hp@axis.com>
3267 * ldlang.c (lang_reset_memory_regions): Rename from
3268 reset_memory_regions. Change all callers. Make public.
3269 * ldlang.h (lang_reset_memory_regions): Prototype.
3270 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Call
3271 lang_reset_memory_regions before lang_size_sections.
3272 * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
3273 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Likewise.
3275 2002-02-04 Hans-Peter Nilsson <hp@bitrange.com>
3277 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Use signed
3278 arithmetic when checking for too many global registers.
3280 2002-02-02 Jason Thorpe <thorpej@wasabisystems.com>
3282 * Makefile.am (ALL_EMULATIONS): Add ehppanbsd.o.
3283 (ehppanbsd.c): New rule.
3284 * Makefile.in: Regenerate.
3285 * configure.tgt (hppa*-*-netbsd*): New target.
3286 * emulparams/hppalinux.sh: Add comment to check other files
3287 that source this file it is modified, and list which
3289 * emulparams/hppanbsd.sh: New file.
3291 2002-02-01 Geoffrey Keating <geoffk@redhat.com>
3293 * scripttempl/xstormy16.sc: Don't allocate extra space for the
3296 2002-02-01 Hans-Peter Nilsson <hp@bitrange.com>
3298 Support on-demand global register allocation from
3299 R_MMIX_BASE_PLUS_OFFSET relocs.
3300 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Rename from
3301 mmix_set_reg_section_vma. Call
3302 _bfd_mmix_finalize_linker_allocated_gregs.
3303 (mmix_before_allocation): New function.
3304 (LDEMUL_AFTER_ALLOCATION): Set to mmix_after_allocation.
3305 (LDEMUL_BEFORE_ALLOCATION): Define to mmix_before_allocation.
3306 * scripttempl/mmo.sc (.text): Mark .init, .fini as KEEP.
3307 (.MMIX.reg_contents): Add .MMIX.reg_contents.linker_allocated
3308 before .MMIX.reg_contents.
3309 * emultempl/mmo.em (gldmmo_before_allocation): Define to default.
3310 (mmo_after_open): New function.
3311 (LDEMUL_AFTER_OPEN): Define to mmo_after_open.
3312 * emulparams/elf64mmix.sh (OTHER_SECTIONS): Tweak formatting. Add
3313 .MMIX.reg_contents.linker_allocated before .MMIX.reg_contents.
3315 2002-01-31 Ivan Guzvinec <ivang@opencores.org>
3317 * emulparams/or32.sh: New file.
3318 * emulparams/or32elf.sh: New file.
3319 * scripttempl/or32.sc: New file.
3320 * configure.tgt : Add support for or32.
3321 * configure: Regenerate
3322 * Makefile.am: Add support for or32.
3323 * Makefile.in: Regenerate.
3324 * NEWS: Mention support for or32.
3325 * po/ld.pot: Regenerate.
3327 2002-01-29 Chris Demetriou <cgd@broadcom.com>
3328 Mitch Lichtenberg <mpl@broadcom.com>
3330 * emulparams/elf32bmip.sh (EXTRA_EM_FILE): Define to be mipself.
3331 * emultempl/mipself.em: New file to handle MIPS ELF embedded
3332 reloc creation (ld --embedded-relocs).
3334 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
3336 * configure: Regenerated.
3338 2002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
3340 * Makefile.am (install): Depend on install-info.
3341 * Makefile.in: Regenerate.
3343 2002-01-26 Christian Rose <menthos@menthos.com>
3345 * ldmain.c (main): Use full sentences to ease translation.
3347 2002-01-26 Nick Clifton <nickc@cambridge.redhat.com>
3349 * po/fr.po: Updated version.
3351 2002-01-25 Nick Clifton <nickc@cambridge.redhat.com>
3353 * po/es.po: Updated version.
3355 2002-01-25 Andreas Jaeger <aj@suse.de>
3357 * ldlex.l (yy_input): Correct error check.
3359 2002-01-25 Alan Modra <amodra@bigpond.net.au>
3361 * ldmisc.c (demangle): Put back dots when string not demangled.
3363 2002-01-22 Richard Henderson <rth@redhat.com>
3365 * emulparams/elf64alpha.sh (NOP): Use unop.
3367 2002-01-21 Andreas Jaeger <aj@suse.de>
3369 * ldlex.l: Use fread instead of read.
3371 2002-01-21 Jason Thorpe <thorpej@wasabisystems.com>
3373 * configure.tgt (ia64-*-netbsd*): New target.
3375 2002-01-21 H.J. Lu <hjl@gnu.org>
3377 * emulparams/elf32btsmip.sh (SHLIB_TEXT_START_ADDR): Change to
3379 * emulparams/elf64btsmip.sh (SHLIB_TEXT_START_ADDR): Likewise.
3381 2002-01-18 Andreas Jaeger <aj@suse.de>
3383 * ldver.c (ldversion): Update year.
3385 2002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
3387 * po/ld.pot: Regenerate.
3389 2002-01-16 Alan Modra <amodra@bigpond.net.au>
3391 * Makefile.am (eelf64ppc.c, eelf64lppc.c): Depend on ppc64elf.em.
3392 * Makefile.in: Regenerate.
3393 * emulparams/elf64ppc.sh (EXTRA_EM_FILE): Define.
3394 * emultempl/ppc64elf.em: New file.
3396 2002-01-15 DJ Delorie <dj@redhat.com>
3398 * scripttempl/pe.sc: Add support for constructor priorities.
3400 2002-01-07 Marek Michalkiewicz <marekm@amelek.gda.pl>
3402 * emulparams/avr1200.sh (DATA_START): Define as 0x60.
3403 * emulparams/avr23xx.sh: Likewise.
3404 * emulparams/avr4433.sh: Likewise.
3405 * emulparams/avr44x4.sh: Likewise.
3406 * emulparams/avr85xx.sh: Likewise.
3407 * emulparams/avrmega103.sh: Likewise.
3408 * emulparams/avrmega161.sh: Likewise.
3409 * emulparams/avrmega603.sh: Likewise.
3410 * scripttempl/elf32avr.sc: Use DATA_START instead of 0x60.
3412 2002-01-08 Alexandre Oliva <aoliva@redhat.com>
3414 * ldlang.c (walk_wild_section): Exclude object file if enclosing
3415 archive is excluded.
3417 2002-01-07 Jason Thorpe <thorpej@wasabisystems.com>
3419 * Makefile.am (ALL_EMULATIONS): Add eshelf_nbsd.o and eshlelf_nbsd.o.
3420 (eshelf_nbsd.c): New rule.
3421 (eshlelf_nbsd.c): New rule.
3422 * Makefile.in: Regenerate.
3423 * configure.tgt (sh*le-*-netbsdelf*): New target.
3424 (sh*-*-netbsdelf*): New target.
3425 * emulparams/shelf.sh: Document that shelf_nbsd.sh sources this file.
3426 * emulparams/shelf_nbsd.sh: New emulation.
3427 * emulparams/shlelf_nbsd.sh: New emulation.
3429 2002-01-07 Nick Clifton <nickc@cambridge.redhat.com>
3431 * po/es.po: New file: Spanish translation.
3432 * configure.in (ALL_LINGUAS): Add es.
3433 * configure: Regenerate.
3435 2002-01-06 John Marshall <jmarshall@acm.org>
3437 * ld.texinfo: Note that --emit-relocs is currently only
3438 implemented for ELF.
3440 2002-01-05 Alan Modra <amodra@bigpond.net.au>
3442 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Make use
3443 of bfd_section_list_remove and bfd_section_list_insert macros.
3444 * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
3445 * emultempl/mmo.em (mmo_place_orphan): Likewise.
3447 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
3449 * configure.tgt (x86_64-*-netbsd*): New target.
3451 2001-12-21 Tom Rix <trix@redhat.com>
3453 (gld*_create_output_section_statements): New function.
3454 For -binitfini support.
3455 * emultempl/aix.em (gld*_before_parse): Fix comment.
3456 * emultempl/aix.em (gld*_parse_args): Fix comment.
3458 2001-12-20 Jason Thorpe <thorpej@wasabisystems.com>
3460 * configure.tgt (mips*-dec-netbsd*): Delete alias for
3462 (sparc64-*-netbsd*): Add elf32_sparc to targ_extra_emuls.
3464 * configure.tgt (arm-*-netbsdelf*): Add target.
3465 (arm-*-netbsd*): Add armelf and armelf_nbsd to targ_extra_emuls.
3466 * emulparams/armelf_nbsd.sh: Added.
3467 * Makefile.am: Add rules for earmelf_nbsd.
3468 * Makefile.in: Regenerate.
3470 2001-12-19 Andreas Jaeger <aj@suse.de>,
3471 Susanne Oberhauser <froh@suse.de>
3473 * configure.host: Add rules for x86_64-*linux-gnu. Change
3474 s390x-linux entry to use gcc to report configuration, replace gcc
3475 with $CC in s390-linux
3477 2001-12-19 Andreas Jaeger <aj@suse.de>
3479 * ld.texinfo (VERSION): Fix markup.
3481 2001-12-18 matthew green <mrg@eterna.com.au>
3483 * Makefile.am (ALL_EMULATIONS): Add m68kelfnbsd.o.
3484 (m68kelfnbsd.c): New rule.
3485 * Makefile.in: Regenerate.
3486 * configure.tgt (m68*-hp-netbsd*): Renamed to ..
3487 (m68*-*-netbsd*4k*): .. this.
3488 (m68*-*-netbsdelf*): New target.
3489 (m68*-*-netbsd*): Also include ELF support.
3490 (m68*-*-netbsdaout*): New alias for m68*-*-netbsd*.
3491 * emulparams/m68kelfnbsd.sh: New emulation.
3493 2001-12-18 Jakub Jelinek <jakub@redhat.com>
3495 * ldgram.y (vers_node): Support anonymous version tags.
3496 * ldlang.c (lang_register_vers_node): Ensure anonymous version
3497 tag is not defined together with non-anonymous versions.
3498 * ld.texinfo: Document it.
3500 2001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
3502 * po/tr.po: New file: Turkish translation.
3503 * configure.in (ALL_LINGUAS): Add tr.
3504 * configure: Regenerate.
3506 2001-12-17 Jason Thorpe <thorpej@wasabisystems.com>
3508 * Makefile.am: Add rules for eelf64alpha_nbsd.
3509 * Makefile.in: Regenerate.
3510 * configure.tgt (alpha*-*-netbsd*): Set
3511 targ_emul to elf64alpha_nbsd.
3512 * emulparams/elf64alpha_nbsd.sh: Added.
3514 2001-12-17 Alan Modra <amodra@bigpond.net.au>
3516 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Adjust
3517 section_tail when fiddling with section list.
3518 (gld${EMULATION_NAME}_list_options): Ensure sentences aren't
3519 broken into separate strings to make translation easier.
3520 * emultempl/mmo.em (mmo_place_orphan): Adjust section_tail when
3521 fiddling with section list.
3522 * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
3524 2001-12-16 Hans-Peter Nilsson <hp@bitrange.com>
3526 * scripttempl/mmo.sc: Add .debug_ranges to listed sections.
3528 2001-12-15 Alan Modra <amodra@bigpond.net.au>
3530 * ldmain.c (main): Initialise link_info.eh_frame_hdr.
3532 2001-12-13 Jakub Jelinek <jakub@redhat.com>
3534 * emultempl/elf32.em (finish): Supply output_bfd
3535 to bfd_elf*_discard_info.
3536 (OPTION_EH_FRAME_HDR): Define.
3537 (longopts): Add --eh-frame-hdr.
3538 (parse_args): Handle it.
3539 (list_options): Add --eh-frame-hdr to help.
3540 * emultempl/hppaelf.em (finish): Supply output_bfd
3541 to bfd_elf*_discard_info.
3542 * scripttempl/elf.sc (.eh_frame_hdr): Add.
3544 2001-12-13 Alan Modra <amodra@bigpond.net.au>
3546 * lexsup.c (parse_args): Don't pass shortopts to second call to
3547 getopt functions. Restore optind rather than decrementing before
3548 second call. Remove errind as it now duplicates last_optind.
3550 2001-12-11 Christopher Faylor <cgf@redhat.com>
3552 * emultempl/pe.em (gld_${EMULATION_NAME}_list_options): Fix typo.
3554 2001-12-07 Geoffrey Keating <geoffk@redhat.com>
3555 Richard Henderson <rth@redhat.com>
3557 * Makefile.am: Add support for xstormy16.
3558 * configure.tgt: Add support for xstormy16.
3559 * Makefile.in: Regenerate.
3560 * emulparams/elf32xstormy16.sh: New file.
3561 * scripttempl/xstormy16.sc: New file.
3563 2001-10-01 Christopher Faylor <cgf@cygnus.com>
3565 * Makefile.in (LIB_PATH): Make configurable.
3566 (GENSCRIPTS): Set LIB_PATH in environment.
3567 * configure.in: Substitute LIB_PATH.
3568 * configure: Regenerate.
3569 * configure.tgt (*cygwin): Set LIB_PATH for cross build.
3570 * configure.host (*cygwin): Add /usr/lib/w32api to NATIVE_LIB_DIRS.
3572 2001-12-07 Nick Clifton <nickc@cambridge.redhat.com>
3574 * lexsup.c (ld_options): Insert 'PROGRAM' into the text string
3575 describing the -N option so that it is easier to translate into
3578 2001-12-05 Nick Clifton <nickc@cambridge.redhat.com>
3580 * emultempl/pe.em (..._list_options): Replace multiple fprintf
3581 statements describing a single option with a single, newline
3582 escaped fprintf. This allows better translation into other
3585 * ldmain.c (add_archive_element): Combine multiple strings
3586 into a single string to permit better translation into other
3589 2001-12-05 Tom Rix <trix@redhat.com>
3591 * Makefile.am: Remove eaixppc64.
3592 * Makefile.in: Regenerate.
3594 2001-12-04 Tom Rix <trix@redhat.com>
3596 * emultempl/aix.em (choose_target): Change default target to
3597 OUTPUT_FORMAT for ppcmacos. Add braces to remove compiler
3599 (gld*_read_file): Fix typo.
3600 (change_symbol_mode): Add prototype.
3603 * emulparams/aixppc.sh (SYSCALL_MASK, SYMBOL_MODE_MASK): Delete.
3604 * emulparams/aixrs6.sh : Same.
3605 * emulparams/ppcmacos.sh : Same.
3606 * emulparams/aixppc64.sh : Delete file.
3607 * emultempl/aix.em : Formatting changes.
3609 2001-12-04 Hans-Peter Nilsson <hp@axis.com>
3611 * emulparams/criself.sh (NO_SMALL_DATA): Set, to yes.
3612 (OTHER_BSS_END_SYMBOLS): Don't refer to .sbss when setting
3614 (OTHER_END_SYMBOLS): Fix formatting.
3615 * emulparams/crislinux.sh (NO_SMALL_DATA): Set, to yes.
3616 (OTHER_END_SYMBOLS): Fix formatting.
3618 2001-12-04 Alan Modra <amodra@bigpond.net.au>
3620 * ldexp.c (exp_print_token): Correct "table" entry for RSHIFT.
3622 2001-12-02 Tom Rix <trix@redhat.com>
3624 * configure.tgt : Remove eaixppc64 emulations.
3625 * Makefile.in : Remove eaixppc64.c
3626 * ldemul.c (ldemul_choose_target): New parameters argc, argv.
3627 (ldemul_default_target): Same.
3628 * emultempl/gld960.em (gld960_choose_target): Same.
3629 * emultempl/gld960c.em (gld960_choose_target): Same.
3630 * scripttempl/aix.sc: Remove OUTPUT_FORMAT.
3631 * emultempl/aix.em (is_syscall): syscall_mask now a variable.
3632 * emultempl/aix.em (gld*_read_file): symbol_mode_mask now a variable.
3633 * emultempl/aix.em (gld*_parse_args): Handle -b32 -b64 emulation.
3634 * emultempl/aix.em (choose_target): New function. Handle emulation of
3637 2001-11-27 H.J. Lu <hjl@gnu.org>
3639 * emulparams/elf_i386.sh (NO_SMALL_DATA): Set to yes.
3640 * emulparams/elf_i386_be.sh (NO_SMALL_DATA): Likewise.
3641 * emulparams/elf_i386_chaos.sh (NO_SMALL_DATA): Likewise.
3642 * emulparams/elf_i386_ldso.sh (NO_SMALL_DATA): Likewise.
3643 * emulparams/elf_x86_64.sh (NO_SMALL_DATA): Likewise.
3644 * emulparams/m68kelf.sh (NO_SMALL_DATA): Likewise.
3645 * emulparams/elf32_sparc.sh (NO_SMALL_DATA): Likewise.
3646 * emulparams/elf64_sparc.sh (NO_SMALL_DATA): Likewise.
3648 * scripttempl/elf.sc (SBSS): New. Define if ${NO_SMALL_DATA}
3651 (REL_SDATA): Likewise.
3652 (REL_SBSS): Likewise.
3653 (REL_SDATA2): Likewise.
3654 (REL_SBSS2): Likewise.
3655 (SBSS2): Define if ${NO_SMALL_DATA} is not empty.
3658 2001-11-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3660 * scripttempl/elfm68hc11.sc (CTOR, DTOR): Put constructor and
3662 * scripttempl/elfm68hc12.sc (CTOR, DTOR): Likewise.
3664 2001-11-22 H.J. Lu <hjl@gnu.org>
3666 * Makefile.in: Regenerated with automake based on automake
3667 1.4-8 in RedHat 7.1.
3669 2001-11-22 Alan Modra <amodra@bigpond.net.au>
3671 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Define.
3672 (config.status): Delete rule.
3673 Add extra dependencies to cover sourced emulparams files.
3674 * Makefile.in: Regenerate.
3676 * scripttempl/elf.sc: Order <section>, <section>.* and
3677 corresponding linkonce sections as seen in input files.
3678 Formatting fixes. Zero vma of all sections if not relocating.
3679 (STACK): Define and insert if STACK_ADDR defined.
3680 (OTHER_RELOCATING_SECTIONS): Delete.
3681 (OTHER_END_SYMBOLS): Define.
3682 (OTHER_READONLY_SECTIONS): Always insert, not just when relocating.
3683 (OTHER_READWRITE_SECTIONS): Likewise.
3684 (OTHER_GOT_SECTIONS): Likewise.
3685 (OTHER_SDATA_SECTIONS): Likewise.
3686 (OTHER_BSS_SECTIONS): Likewise.
3687 * scripttempl/elfi370.sc (OTHER_READONLY_SECTIONS): Likewise.
3688 (OTHER_READWRITE_SECTIONS): Likewise.
3689 * scripttempl/nw.sc (OTHER_READONLY_SECTIONS): Likewise.
3690 (OTHER_READWRITE_SECTIONS): Likewise.
3692 * emulparams/armelf.sh (OTHER_RELOCATING_SECTIONS): Delete.
3693 (STACK_ADDR): Define.
3694 * emulparams/armelf_oabi.sh: As for armelf.sh.
3695 * emulparams/elf32mcore.sh: As for armelf.sh.
3696 * emulparams/h8300elf.sh: As for armelf.sh.
3697 * emulparams/mn10200.sh: As for armelf.sh.
3698 * emulparams/shelf.sh: As for armelf.sh.
3700 * emulparams/elf32fr30.sh (OTHER_RELOCATING_SECTIONS): Delete.
3701 (OTHER_END_SYMBOLS): Define.
3702 * emulparams/m32relf.sh: As for elf32fr30.sh.
3703 * emulparams/h8300helf.sh: As for elf32fr30.sh.
3704 * emulparams/h8300self.sh: As for elf32fr30.sh.
3706 * emulparams/criself.sh (OTHER_READONLY_SECTIONS): Protect symbol
3707 defines with RELOCATING test.
3708 (OTHER_SDATA_SECTIONS): Likewise.
3709 (OTHER_RELOCATING_SECTIONS): Delete, replacing with..
3710 (OTHER_END_SYMBOLS): ..this.
3711 * emulparams/crislinux.sh: As for criself.sh.
3713 * emulparams/elf32bmipn32.sh (OTHER_SDATA_SECTIONS): Zero vma
3715 (OTHER_RELOCATING_SECTIONS): Delete, replacing with..
3716 (OTHER_SECTIONS): ..this. Zero vma if not relocating. Order
3717 normal and linkonce sections as seen in input files.
3718 * emulparams/elf32bmip.sh (DATA_ADDR): Don't define if EMBEDDED.
3719 (TEXT_DYNAMIC): Likewise.
3720 (INITIAL_READONLY_SECTIONS): Zero vma if not relocating.
3721 (OTHER_SDATA_SECTIONS): Likewise.
3722 * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
3723 * emulparams/shlelf_linux.sh (OTHER_READWRITE_SECTIONS): Likewise.
3724 * emulparams/elf64alpha.sh (OTHER_READONLY_SECTIONS): Likewise.
3725 * emulparams/hppalinux.sh (OTHER_READONLY_SECTIONS): Likewise.
3726 * emulparams/elf64_aix.sh (OTHER_GOT_SECTIONS): Likewise.
3727 (OTHER_PLT_RELOC_SECTIONS): Likewise.
3728 (OTHER_READONLY_SECTIONS): Likewise. Order normal and linkonce
3729 sections as seen in input files.
3730 * emulparams/elf64_ia64.sh: As for emulparams/elf64_aix.sh.
3731 * emulparams/hppa64linux.sh (OTHER_READONLY_SECTIONS): Zero vma
3733 (OTHER_READWRITE_SECTIONS, OTHER_BSS_SECTIONS): Likewise.
3734 (OTHER_BSS_END_SYMBOLS): Merge from elf64hppa.sh.
3735 * emulparams/elf64mmix.sh (OTHER_RELOCATING_SECTIONS): Delete.
3736 (OTHER_SECTIONS): Instead, use this..
3737 (OTHER_END_SYMBOLS): ..and this.
3739 * emulparams/elf32b4300.sh: Source elf32bmip.sh, remove duplicates.
3740 * emulparams/elf32bsmip.sh: Likewise.
3741 * emulparams/elf32btsmip.sh: Likewise.
3742 * emulparams/elf32ebmip.sh: Likewise.
3743 * emulparams/elf32lmip.sh: Likewise.
3744 * emulparams/elf32elmip.sh: Source elf32lmip.sh, remove duplicates.
3745 * emulparams/elf32lsmip.sh: Likewise.
3746 * emulparams/elf32ltsmip.sh: Source elf32btsmip.sh, remove duplicates.
3747 * emulparams/elf32l4300.sh: Source elf32b4300.sh, remove duplicates.
3748 * emulparams/elf64bmip.sh: Source elf32bmipn32.sh, remove duplicates.
3749 * emulparams/elf64btsmip.sh: Likewise.
3750 * emulparams/elf64ltsmip.sh: Source elf64btsmip.sh, remove duplicates.
3751 * emulparams/elf32lppc.sh: Source elf32ppc.sh, remove duplicates.
3752 * emulparams/elf32ppclinux.sh: Likewise.
3753 * emulparams/elf32ppcsim.sh: Likewise.
3754 * emulparams/elf32lppcsim.sh: Source elf32lppc.sh, remove duplicates.
3755 * emulparams/elf64hppa.sh: Source hppa64linux.sh, remove duplicates.
3756 * emulparams/h8300helf.sh: Source h8300elf.sh, remove duplicates.
3757 * emulparams/h8300self.sh: Likewise.
3758 * emulparams/mn10300.sh: Source mn10200.sh, remove duplicates.
3759 * emulparams/sh.sh: Comment.
3760 * emulparams/shl.sh: Source sh.sh, remove duplicates.
3761 * emulparams/shlelf.sh: Source shelf.sh, remove duplicates.
3762 * emulparams/shelf_linux.sh: Source shlelf_linux.sh, remove duplicates.
3764 2001-11-21 David Heine <dlheine@tensilica.com>
3765 Alan Modra <amodra@bigpond.net.au>
3767 * ldlang.c (map_input_to_output_sections): Replace "break"
3768 accidentally removed with 2001-08-03 change.
3769 (lang_gc_sections_1): Likewise.
3771 2001-11-21 Alan Modra <amodra@bigpond.net.au>
3773 * ldlang.c (walk_wild_section): Move sec == NULL case out of loop.
3775 2001-11-20 Angela Marie Thomas <angela@redhat.com>
3777 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Use NULL instead
3778 of false when calling lang_size_sections.
3779 * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
3781 2001-11-15 Alan Modra <amodra@bigpond.net.au>
3783 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Only emit this
3784 function when LDEMUL_FINISH isn't set to the same name. Don't
3785 call ${LDEMUL_FINISH}.
3786 (ld_${EMULATION_NAME}_emulation): Call $LDEMUL_FINISH if defined.
3787 * emultempl/armelf.em (arm_elf_finish): Call
3788 gld${EMULATION_NAME}_finish.
3789 * emultempl/hppaelf.em (hppaelf_finish): Rename to
3790 gld${EMULATION_NAME}_finish. Call bfd_elf32_discard_info and
3791 hppaelf_layout_sections_again if necessary.
3792 (need_laying_out): New var.
3793 (hppaelf_layaout_sections_again): Rename to
3794 hppaelf_layout_sections_again. Clear need_laying_out.
3795 (PARSE_AND_LIST_OPTIONS): Format text.
3797 2001-11-14 H.J. Lu <hjl@gnu.org>
3799 * emultempl/armelf.em (arm_elf_finish): Renamed from
3800 gld${EMULATION_NAME}_finish.
3801 (LDEMUL_FINISH): Set to arm_elf_finish.
3803 2001-11-14 Daniel Jacobowitz <drow@mvista.com>
3805 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): New.
3806 (struct ld_emulation_xfer_struct): Use it.
3808 2001-11-13 Ross Alexander <ross.alexander@uk.neceur.com>
3810 * emulparams/elf64hppa.sh (OTHER_BSS_END_SYMBOLS): Add
3811 additional symbols referenced by newer crt0.o files from HP.
3813 2001-11-12 Anthony Green <green@redhat.com>
3815 * emulparams/armelf.sh (DATA_START_SYMBOLS): New symbol.
3817 2001-11-12 Alfred M. Szmidt <ams@kemisten.nu>
3819 * Makefile.am (GENSCRIPTS): Quote ${exec_prefix}.
3820 * Makefile.in: Regenerate.
3822 2001-11-02 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3824 * ld.texinfo: Use @command for commands, @option for options.
3825 * Makefile.am (POD2MAN): Use 'GNU Development Tools' for
3827 * Makefile.in: Rebuild.
3829 2001-11-04 Chris Demetriou <cgd@broadcom.com>
3831 * configure.tgt (mips*el-*-netbsd*, mips*-*-netbsd*):
3832 Add support for targets.
3834 2001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
3836 * configure.in (ALL_LINGUAS): Add "fr" and "sv"
3837 * configure: Regernate.
3838 * po/fr.po: New file.
3839 * po/sv.po: New file.
3841 2001-11-01 NIIBE Yutaka <gniibe@m17n.org>
3843 * configure.tgt (sh-*-linux): Set targ_emul, targ_extra_emuls
3844 as little endian default and to support big endian.
3846 2001-11-01 Chris Demetriou <cgd@broadcom.com>
3848 * ld.texinfo (Options): Document new option, -nostdlib.
3849 * lexsup.c (OPTION_NOSTDLIB): New definition.
3850 (ld_options): Add entry for "nostdlib".
3851 (parse_args): Handle OPTIONS_NOSTDLIB.
3852 * ldfile.c (ldfile_add_library_path): Don't add directories
3853 to the search path if they weren't specified on the command line
3854 and -nostdlib was specified.
3855 * ld.h (ld_config_type): New member only_cmd_line_lib_dirs.
3857 2001-10-31 Nick Clifton <nickc@cambridge.redhat.com>
3859 * lexsup.c (parse_args): Prevent infinite parsing loop when
3860 "-rpath.a" is specified on the command line.
3861 Replace calls to fprintf with calls to einfo.
3863 2001-10-31 John Marshall <jmarshall@acm.org>
3865 * ld.texinfo: A historical requirement that MEMORY and SECTIONS
3866 appear only once across all the linker scripts involved in a link
3867 invocation no longer applies. Make the documentation reflect
3870 2001-10-31 NIIBE Yutaka <gniibe@m17n.org>
3872 * configure.tgt: Supports sh3/sh4/sh3eb/sh4eb-unknown-linux-gnu
3874 (sh-*-linux*): Added targ_extra_libpath.
3876 2001-10-31 David Heine <dlheine@tensilica.com>
3878 * ldlang.c (lang_size_sections): Keep a valid output_offset field
3879 for padding statements.
3881 2001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
3883 * configure.tgt (mmix-*-*): New target.
3884 * Makefile.am (ALL_EMULATIONS): Add eelf64mmix.o and emmo.o.
3885 Add dependencies to match.
3886 * emulparams/mmo.sh, emulparams/elf64mmix.sh, emultempl/mmo.em,
3887 emultempl/mmix-elfnmmo.em, emultempl/mmixelf.em,
3888 scripttempl/mmo.sc: New files.
3889 * gen-doc.texi: @set MMIX.
3890 * ld.texinfo: Ditto.
3891 [MMIX] Add MMIX node.
3892 * Makefile.in: Regenerate.
3894 2001-10-29 Kazu Hirata <kazu@hxi.com>
3896 * ldlang.c: Fix a comment typo.
3898 2001-10-23 Alan Modra <amodra@bigpond.net.au>
3900 * configure.host: Move alpha*-*-linux-gnu* entry to generic
3901 entries, and match *-*-linux*.
3903 2001-10-20 Alan Modra <amodra@bigpond.net.au>
3905 * ldgram.y (mri_script_command): Surround processing of INCLUDE
3906 with ldlex_script, ldlex_popstate.
3907 (ifile_p1): Likewise.
3908 * ldlex.l (EOF): Don't BEGIN(SCRIPT). Restore lineno from the
3910 (lex_push_file): Save current lineno to lineno_stack. Set lineno
3911 to 1. Don't BEGIN(SCRIPT).
3912 (lex_redirect): Similarly.
3913 * ldmain.c (main): Set yydebug non-zero if YYDEBUG.
3915 2001-10-20 Nick Clifton <nickc@cambridge.redhat.com>
3917 * scripttempl/armcoff.sc: Define __EH_FRAME_BEGIN__ and
3918 __EH_FRAME_END__ and accept eh frames into data section.
3919 Add ctor and dtor sections.
3921 2001-10-19 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
3923 * pe-dll.c (autofilter_objectlist): Add gcrt0.o.
3924 (auto-export): Fix indentation.
3926 2001-10-18 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
3928 * pe-dll.c (autofilter_objectlist): Add startup objects
3930 (auto-export): Constify char * p.
3931 Extract file basename and use strcmp rather than ststr
3934 2001-10-18 Chris Demetriou <cgd@broadcom.com>
3936 * ldmain.c (get_emulation): Improve comment about the handling
3939 2001-10-17 Alan Modra <amodra@bigpond.net.au>
3941 * po/POTFILES.in: Regenerate.
3943 2001-10-16 Vassili Karpov <malc@pulsesoft.com>
3945 * emultempl/elf32.em (gld*_list_options): Remove extra '\t' from
3946 -z nocopyreloc and -z nocombreloc usage strings.
3948 2001-10-12 Vassili Karpov <malc@pulsesoft.com>
3950 * emultempl/elf32.em (gld*_list_options): Include -z nocopyreloc
3953 2001-10-11 Aleksey Romanov <aromanov@ennovatenetworks.com>
3955 * scripttempl/armaout.sc: Place .bss section after end of aligned
3956 data section to match behaviour of aout code in constructrion of
3959 2001-10-11 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
3961 * pe-dll.c (autofilter_entry_type autofilter_liblist: Add
3962 startup files for mingw32 dlls to list.
3964 2001-10-10 Chris Demetriou <cgd@broadcom.com>
3966 * emultempl/elf32.em: Fix shell 'if' usage for portability.
3968 2001-10-08 Aldy Hernandez <aldyh@redhat.com>
3970 * configure.tgt (targ): Add arm9e-*-elf.
3972 2001-10-05 H.J. Lu <hjl@gnu.org>
3974 * genscripts.sh: Fix a typo in the last change.
3976 2001-10-05 Jakub Jelinek <jakub@redhat.com>
3978 * emultempl/elf32.em (gld_*_list_options): Include -z combreloc and
3979 -z nocombreloc in usage.
3981 2001-10-03 Jim Blandy <jimb@redhat.com>
3983 * genscripts.sh: Include a comment at the top of each generated
3984 script, explaining its purpose.
3986 2001-10-03 Vassili Karpov <malc@pulsesoft.com>
3988 * emultempl/elf32.em (parse_args): Handle -z nocopyreloc.
3989 * NEWS: Mention -z nocopyreloc.
3990 * ld.texinfo (Options): Describe nocopyreloc.
3992 2001-10-03 Alan Modra <amodra@bigpond.net.au>
3994 * configure: Regenerate.
3996 2001-10-02 Alan Modra <amodra@bigpond.net.au>
3998 * ldver.h (ld_program_version): Remove declaration.
3999 * lexsup.c (parse_args): Move printing of copyright message..
4000 * ldver.c (ldversion): .. to here.
4001 Use BFD_VERSION_STRING in place of BFD_VERSION.
4002 (ld_program_version): Remove.
4003 * Makefile.am (Makefile): Depend on bfd/configure.in.
4005 * Makefile.in: Regenerate.
4007 2001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
4009 * Makefile.am: Update dependencies with "make dep-am".
4010 * Makefile.in: Regenerate.
4012 2001-09-29 John Reiser <jreiser@BitWagon.com>
4014 * ldlang.c (lang_common): Conditionally inhibit Common allocation.
4015 * lexsup.c: Add --no-define-common commandline option.
4016 * ldgram.y: Add INHIBIT_COMMON_ALLOCATION script command.
4017 * ldlex.l: Likewise.
4018 * ld.h: Add command_line.inhibit_common_definition.
4019 * ldmain.c (main): Initialize.
4020 * ld.texinfo: Document.
4022 2001-09-29 Alan Modra <amodra@bigpond.net.au>
4024 * ldlang.c (section_already_linked): Remove assignment to kept_section.
4026 2001-09-26 Alan Modra <amodra@bigpond.net.au>
4028 * ldmisc.c (USE_STDARG): Remove.
4029 (info_msg): Define using VPARAMS, VA_OPEN, VA_FIXEDARG, VA_CLOSE.
4034 * ldmisc.h: Remove #ifdef ANSI_PROTOTYPES and non-ansi
4035 declarations. Update copyright.
4037 2001-09-24 Charles Wilson <cwilson@ece.gatech.edu>
4039 * pe-dll.c: Remove obsoleted declaration of
4040 pe_get_data_import_dll_name.
4041 (pe_create_import_fixup): Fix thinko.
4043 * ld.texinfo(enable-auto-import): Clarify the explanation.
4045 2001-09-24 Nick Clifton <nickc@cambridge.redhat.com>
4047 * pe-dll.c (pe_create_import_fixup): Revert previous patch.
4048 * emultemp/pe.em (pe_data_import_dll): Move definition outside of
4049 DLL_SUPPORT controlled code.
4051 2001-09-24 Charles Wilson <cwilson@ece.gatech.edu>
4053 * emultempl/pe.em(pe_data_import_dll): Make static.
4054 (pe_get_data_import_dll_name): New accessor function.
4055 * pe-dll.c(pe_create_import_fixup): call
4056 pe_get_data_import_dll_name() from pe.em, instead of
4057 directly accessing pe_data_import_dll variable from pe.em.
4059 2001-09-18 Bruno Haible <haible@clisp.cons.org>
4061 * deffilep.y: Include "safe-ctype.h" instead of <ctype.h>.
4062 (def_file_add_directive): Use ISSPACE instead of isspace.
4063 (def_lex): Use ISDIGIT/ISXDIGIT/ISALPHA/ISALNUM instead of
4064 isdigit/isxdigit/isalpha/isalnum.
4065 * emultempl/aix.em: Include "safe-ctype.h" instead of <ctype.h>.
4066 (gld${EMULATION_NAME}_read_file): Use ISSPACE instead of isspace.
4067 * emultempl/elf32.em: Include "safe-ctype.h" instead of <ctype.h>.
4068 (gld${EMULATION_NAME}_place_orphan): Use ISALNUM instead of
4070 * emultempl/gld960c.em: Include "safe-ctype.h" instead of <ctype.h>.
4071 (gld960_set_output_arch): Use ISUPPER/TOLOWER instead of
4073 * emultempl/sunos.em: Include "safe-ctype.h" instead of <ctype.h>.
4074 (gld${EMULATION_NAME}_search_dir): Use ISDIGIT instead of isdigit.
4075 * ldctor.c: Include "safe-ctype.h" instead of <ctype.h>.
4076 (ctor_prio): Use ISDIGIT instead of isdigit.
4077 * ldfile.c: Include "safe-ctype.h" instead of <ctype.h>.
4078 (ldfile_open_file_search): Use ISALPHA instead of isalpha.
4079 (ldfile_add_arch): Use ISUPPER/TOLOWER instead of
4081 * ldlang.c: Include "safe-ctype.h" instead of <ctype.h>.
4082 (stricpy): Use TOLOWER instead of isupper/tolower.
4083 (lang_leave_overlay_section): Use ISALNUM instead of isalnum.
4084 * ldlex.l: Include "safe-ctype.h" instead of <ctype.h>.
4085 (lex_warn_invalid): Use ISPRINT instead of isprint.
4086 * ldmain.c: Include "safe-ctype.h" instead of <ctype.h>.
4087 (main): For gettext, also set the LC_CTYPE locate facet.
4088 (add_keepsyms_file): Use ISSPACE instead of isspace.
4089 * lexsup.c: Include "safe-ctype.h" instead of <ctype.h>.
4090 (is_num, parse_args): Use ISDIGIT instead of isdigit.
4091 * mpw-elfmips.c: Include "safe-ctype.h" instead of <ctype.h>.
4092 (gldelf32ebmip_place_orphan): Use ISALNUM instead of isalnum.
4093 * mpw-eppcmac.c: Include "safe-ctype.h" instead of <ctype.h>.
4094 (gldppcmacos_read_file): Use ISSPACE instead of isspace.
4095 * pe-dll.c: Include "safe-ctype.h" instead of <ctype.h>.
4096 (quoteput): Use ISSPACE instead of isspace.
4097 (pe_dll_generate_implib, pe_process_import_defs): Use ISALNUM
4100 2001-09-18 Alan Modra <amodra@bigpond.net.au>
4102 * deffilep.y (def_stash_module): Constify "name" param.
4104 * pe-dll.c: Replace CONST with const throughout.
4105 (quick_symbol): Constify "n1", "n2", "n3" params.
4106 (make_singleton_name_thunk): Constify "import" param. Make
4107 "buffer_len" a size_t.
4108 (make_import_fixup_entry): Constify "name", "fixup_name",
4109 "dll_symname" params.
4110 (pe_get16): Cast args of bfd_seek. Replace bfd_read with bfd_bread.
4111 (pe_get32): Likewise.
4112 (pe_implied_import_dll): Likewise.
4114 * emultempl/beos.em (sort_by_file_name): Constify "ra", "rb".
4115 (sort_by_section_name): Likewise.
4117 * emultempl/pe.em: Move defines for arm_epoc_pe before bfd.h included.
4118 (make_import_fixup): Cast printf arg, rel->address to long rather
4120 (gld_${EMULATION_NAME}_after_open): Don't compare NULL against int.
4122 2001-09-15 Alan Modra <amodra@bigpond.net.au>
4124 * ldmain.c (main): Rename BufferSize to ld_bufsz because HPUX
4125 defines BufferSize. Increase buffer size by one.
4127 2001-09-14 Ralf Habacker <Ralf.Habacker@freenet.de>
4129 * pe-dll.c (pe_walk_relocs_of_symbol): Fix memory leak.
4131 2001-09-14 Kevin Lo <kevlo@openbsd.org>
4133 * configure.tgt: Add arm-openbsd target.
4135 2001-09-12 H.J. Lu <hjl@gnu.org>
4137 * Makefile.am (ALL_EMULATIONS): Move eelf64ppc.o and
4139 (ALL_64_EMULATIONS): Here.
4140 * Makefile.in: Regenerated.
4142 2001-09-12 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
4144 * emultempl/pe.em(make_import_fixup): change signature to
4145 take asection as well as arelec; we need this for proper
4146 error reporting. Only call pe_create_import_fixup() if
4147 there is no attempt to add a constant addend to the reloc;
4148 otherwise, report error condition.
4149 * pe-dll.c(pe_walk_relocs_of_symbol): change signature,
4150 since final argument is a pointer to make_import_fixup().
4151 Change call to cb() to match make_import_fixup() signature.
4152 (make_import_fixup_mark): make buffer_len unsigned.
4153 * pe-dll.h: change signature of pe_walk_relocs_of_symbol.
4155 2001-09-12 Charles Wilson <cwilson@ece.gatech.edu>
4157 * ld.texinfo: add verbose documentation for auto-import
4158 direct-addressing workaround, to compliment the terse
4161 2001-09-12 Andrew MacLeod <amacleod@redhat.com>
4163 * scripttempl/v850.sc: Add gcc_except_table sections.
4165 2001-09-11 Jeffrey A Law (law@cygnus.com)
4167 * emulparams/h8300helf.sh: Move stack to a much higher memory address.
4168 * emulparams/h8300self.sh: Similarly.
4170 2001-09-05 Danny Smith <dannysmith@users.souceforge.net>
4172 * ld.texinfo (Options, --stack): Correct default value for stack
4175 2001-09-05 Tom Rix <trix@redhat.com>
4177 * emultempl/aix.em : Handle import file XMC_XO and syscall symbols.
4179 2001-09-03 Andreas Jaeger <aj@suse.de>
4181 * emultempl/beos.em: Declare prototypes for comparions functions,
4184 2001-09-02 Andreas Jaeger <aj@suse.de>
4186 * emultempl/aix.em: Add missing prototype.
4187 * emultempl/lnk960.em: Likewise.
4188 * emultempl/vanilla.em: Likewise.
4189 * emultempl/armcoff.em: Likewise.
4190 * emultempl/armelf_oabi.em: Likewise.
4191 * emultempl/beos.em: Likewise.
4192 * emultempl/gld960c.em: Likewise.
4193 * emultempl/gld960.em: Likewise.
4195 * emulparams/elf64alpha.sh (PARSE_AND_LIST_PROLOGUE): Add parameter
4196 for prototype declaration.
4198 2001-08-31 Eric Christopher <echristo@redhat.com>
4199 Jason Eckhardt <jle@redhat.com>
4201 * ldmain.c (get_emulation): Add support for -mips32 and -mips64.
4203 2001-08-31 Andreas Jaeger <aj@suse.de>
4205 * emultempl/pe.em: Add missing prototypes.
4206 (gld_${EMULATION_NAME}_after_open): Remove extra args to
4207 pe_find_data_imports.
4208 (pr_sym): Add unused attribute.
4210 2001-08-29 Joel Sherrill <joel@OARcorp.com>
4212 * configure.tgt (i[3456]86-*-rtems*, m68*-*-rtems*): Change
4213 default from coff to elf.
4215 2001-08-29 Jeff Law <law@redhat.com>
4217 * emulparams/h8300helf.sh: Resync with h8300elf.sh. Update
4219 * emulparams/h8300self.sh: Similarly.
4221 2001-08-28 J"orn Rennecke <amylaar@redhat.com>
4223 * Makefile.am (ALL_EMULATIONS): Add eh8300elf.o, eh8300elf.o and
4225 (eh8300elf.c, eh8300helf.c, eh8300self.c): New targets.
4226 * configure.tgt (h8300-*-elf*): New case.
4227 * emulparams/h8300elf.sh, emulparams/h8300helf.sh: New files.
4228 * emulparams/h8300self.sh: New file.
4229 * Makefile.in: Regenerated.
4231 2001-08-28 Nick Clifton <nickc@cambridge.redhat.com>
4233 * ldmain.c (main): Rename BSIZE to BufferSize to avoid collision
4236 2001-08-27 Linus Nordberg <linus@swox.com>
4237 Alan Modra <amodra@bigpond.net.au>
4239 * Makefile.am (ALL_EMULATIONS): Add eelf64ppc.o and eelf64lppc.o.
4240 (eelf64ppc.c, eelf64lppc.c): Add make targets.
4242 * Makefile.in: Regenerate.
4243 * configure.tgt: Add powerpc64 support. Move pdp11, pjl, pj
4244 entries to correct alphabetical position.
4245 * emulparams/elf64ppc.sh: New.
4246 * emulparams/elf64lppc.sh: New.
4248 2001-08-27 Nick Clifton <nickc@cambridge.redhat.com>
4250 * ldmain.c (main): Declare BSIZE as static.
4252 2001-08-23 Jakub Jelinek <jakub@redhat.com>
4254 * emultempl/elf32.em (place_orphan): Place orphan .rel* sections
4255 into .rel.dyn resp. .rela.dyn if combreloc.
4256 (get_script): If .x linker script is equal to .xn, only put it
4257 once into the binary.
4258 Add .xc and .xsc scripts.
4259 (parse_args): Handle -z combreloc and -z nocombreloc.
4260 * scripttempl/elf.sc (.rela.sbss): Fix a typo.
4261 For .xc and .xsc scripts put all .rel* or .rela* input sections
4262 but .rel*.plt and PLT-like sections into .rel.dyn resp. .rela.dyn.
4263 * genscripts.sh (GENERATE_COMBRELOC_SCRIPT): Set if SCRIPT_NAME
4265 Strip trailing whitespace from script.
4266 Generate .xc and .xsc scripts if requested.
4267 * ldmain.c (main): Initialize link_info.combreloc and
4268 link_info.spare_dynamic_tags.
4269 * lexsup.c (OPTION_SPARE_DYNAMIC_TAGS): Define.
4270 (ld_options): Add --spare-dynamic-tags option.
4271 (parse_args): Likewise.
4272 * ld.texinfo: Document -z combreloc and -z nocombreloc.
4273 * ldint.texinfo: Document .xc and .xsc linker scripts.
4274 * NEWS: Add notes about -z combreloc and SHF_MERGE.
4276 2001-08-22 H.J. Lu <hjl@gnu.org>
4278 * emulparams/elf32fr30.sh: Add a newline.
4280 2001-08-21 Andreas Jaeger <aj@suse.de>
4282 * deffilep.y: Add missing prototypes.
4283 * pe-dll.c: Likewise.
4285 2001-08-20 Alan Modra <amodra@bigpond.net.au>
4287 * ldlang.c (insert_pad): Fix typos in last patch.
4289 * ldlang.c: When traversing lang_statement_union_type lists,
4290 consistently use "header.next" rather than "next".
4291 * mpw-eppcmac.c: Likewise.
4292 * emultempl/beos.em: Likewise.
4293 * emultempl/hppaelf.em: Likewise.
4294 * emultempl/pe.em: Likewise.
4295 * ldlang.h (union lang_statement_union): Remove "next" field.
4297 * ldlang.c (insert_pad): Use offsetof macro.
4298 (lang_size_sections): Always neuter padding statements.
4299 * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Delete.
4301 * pe-dll.c (pe_dll_fill_sections): Correct type of "relax" param
4302 passed to lang_size_sections.
4303 (pe_exe_fill_sections): Likewise.
4304 * emultempl/pe.em (output_prev_sec_find): Copied from elf32.em.
4305 (gld_${EMULATION_NAME}_place_orphan): Merge from elf32.em.
4307 2001-08-18 Alan Modra <amodra@bigpond.net.au>
4309 * emultempl/aix.em: Formatting fixes.
4311 2001-08-18 Alan Modra <amodra@bigpond.net.au>
4313 * ldlang.c (insert_pad): Make use of an existing pad statement if
4314 available. Move code calculating alignment, adjusting section
4315 alignment power, and adjusting dot to ..
4316 (size_input_section): .. here. Remove unused relax param.
4317 (lang_size_sections): Change boolean `relax' param to boolean *.
4318 Adjust call to size_input_section. Make use of insert_pad to
4319 place pad after the assignment statement. If relaxing, zap
4321 (reset_memory_regions): Reset output_bfd section sizes too.
4322 (relax_again): Move to..
4323 (lang_process): ..here. Adjust call to lang_size_sections, and
4324 remove duplicated code.
4325 * ldlang.h (lang_size_sections): Change `relax' param to boolean *.
4327 2001-08-17 Alan Modra <amodra@bigpond.net.au>
4329 * ld.texinfo: Document that fill values now use the four least
4331 * emulparams/elf32fr30.sh (NOP): Update.
4332 * emulparams/elf32mcore.sh: Likewise.
4333 * emulparams/elf64_s390.sh: Likewise.
4334 * emulparams/elf_i386.sh: Likewise.
4335 * emulparams/elf_i386_be.sh: Likewise.
4336 * emulparams/elf_i386_chaos.sh: Likewise.
4337 * emulparams/elf_i386_ldso.sh: Likewise.
4338 * emulparams/elf_s390.sh: Likewise.
4339 * emulparams/elf_x86_64.sh: Likewise.
4340 * emulparams/i386moss.sh: Likewise.
4341 * emulparams/i386nw.sh: Likewise.
4342 * emulparams/m68kelf.sh: Likewise.
4343 * scripttempl/elf.sc: Update NOP comment.
4344 * scripttempl/elfi370.sc: Likewise.
4345 * scripttempl/elfm68hc11.sc: Likewise.
4346 * scripttempl/elfm68hc12.sc: Likewise.
4347 * scripttempl/nw.sc: Likewise.
4349 2001-08-15 Tom Rix <trix@redhat.com>
4351 * ldgram.y (saved_script_handle): Initialize to NULL.
4352 * ldmain.c (main): Change check on saved_script_handle.
4354 2001-08-14 Alan Modra <amodra@bigpond.net.au>
4356 * emultempl/elf32.em: Formatting fixes.
4357 (output_prev_sec_find): Test for bfd_ind_section too; do so by
4358 looking at sec->owner.
4359 (output_rel_find): Move function inside LDEMUL_PLACE_ORPHAN test.
4360 (gld${EMULATION_NAME}_place_orphan): Add a few comments. Remove
4361 unused code, and reorganize orphan section placement code.
4363 * ldlang.c (wild_doit): Rename to lang_add_section.
4364 * ldlang.h: Here too.
4365 * mpw-elfmips.c: And here.
4366 * emultempl/beos.em: And here.
4367 * emultempl/elf32.em: And here.
4368 * emultempl/hppaelf.em: And here.
4369 * emultempl/pe.em: And here.
4371 2001-08-13 Richard Henderson <rth@redhat.com>
4373 * emultempl/needrelax.em: New file.
4374 * emulparams/elf64_ia64.sh (EXTRA_EM_FILE): Reference it.
4375 * Makefile.am (eelf64_ia64.c): Depend on it.
4376 * Makefile.in: Rebuild.
4378 2001-08-13 Alan Modra <amodra@bigpond.net.au>
4380 * emultempl/elf32.em: For SEC_EXCLUDE sections, ensure that
4381 output_section is set non-NULL.
4383 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Return
4384 `true' for SEC_EXCLUDE sections so that the generic code doesn't
4385 needlessly create an output_section_statement. Treat a correctly
4386 named output_section_statement with NULL bfd_section as compatible.
4388 2001-08-13 Hans-Peter Nilsson <hp@bitrange.com>
4390 * emultempl/generic.em: Support EXTRA_EM_FILE.
4391 (ld_${EMULATION_NAME}_emulation): Support emulation parameters
4392 LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
4393 LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
4394 LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
4395 LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
4396 LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
4397 LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
4398 LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
4399 LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
4400 LDEMUL_FIND_POTENTIAL_LIBRARIES.
4402 2001-08-12 Richard Henderson <rth@redhat.com>
4404 * scripttempl/elf.sc, scripttempl/elfd30v.sc,
4405 scripttempl/elfm68hc11.sc, scripttempl/elfm68hc12.sc,
4406 scripttempl/v850.sc: Keep .jcr data.
4408 2001-08-12 H.J. Lu <hjl@gnu.org>
4409 Andrew Haley <aph@cambridge.redhat.com>
4410 Nick Clifton <nickc@redhat.com>
4412 * ldgram.y (had_script): Change name to saved_script_handle.
4413 Change type to file handle.
4414 * ld.h (had_script): Rename and retype.
4415 * ldfile.c (ldfile_open_command_file): Save the file handle
4416 used in saved_script_handle.
4417 * lexsup.c (parse_args): Do not allow -c option to alter
4418 saved_script_handle.
4419 * ldmain.c (main): Print out the linker script used if
4420 --verbose is given. Check saved_script_handle to obtain the
4421 external linker script used, or if NULL, dump the builtin
4423 * ld.texinfo: Document that --verbose now dumps the linker
4424 script used, regardless of whether it was an internal or an
4427 2001-08-10 Andreas Jaeger <aj@suse.de>
4429 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
4431 * configure: Regenerate.
4433 2001-08-09 Alan Modra <amodra@bigpond.net.au>
4435 * emultempl/elf32.em (output_prev_sec_find): Add missing prototype.
4437 * scripttempl/elf.sc: Move non-text .dynamic section before
4438 .plt/.got/.sdata* group.
4439 (OTHER_GOT_SECTIONS): Move to immediately after .got.
4440 (OTHER_SDATA_SECTIONS): Add.
4441 * emulparams/criself.sh: Use OTHER_SDATA_SECTIONS rather than
4443 * emulparams/crislinux.sh: Likewise.
4444 * emulparams/elf32b4300.sh: Likewise.
4445 * emulparams/elf32bmip.sh: Likewise.
4446 * emulparams/elf32bmipn32.sh: Likewise.
4447 * emulparams/elf32bsmip.sh: Likewise.
4448 * emulparams/elf32btsmip.sh: Likewise.
4449 * emulparams/elf32ebmip.sh: Likewise.
4450 * emulparams/elf32elmip.sh: Likewise.
4451 * emulparams/elf32l4300.sh: Likewise.
4452 * emulparams/elf32lmip.sh: Likewise.
4453 * emulparams/elf32lsmip.sh: Likewise.
4454 * emulparams/elf32ltsmip.sh: Likewise.
4455 * emulparams/elf64bmip.sh: Likewise.
4456 * emulparams/elf64btsmip.sh: Likewise.
4457 * emulparams/elf64ltsmip.sh: Likewise.
4459 2001-08-08 Alan Modra <amodra@bigpond.net.au>
4461 * genscripts.sh: Source the emulparams script before each output
4462 script is generated so that variables like `RELOCATING' may affect
4463 variables defined in the emulparams script.
4465 2001-08-04 Alan Modra <amodra@bigpond.net.au>
4467 * emultempl/aix.em: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this
4470 * emultempl/beos.em (sort_sections): Modify for 2001-08-03 change,
4471 ie. iterate over wild_statement.section_list.
4472 (gld${EMULATION_NAME}_place_orphan): Likewise.
4474 2001-08-03 Stephane Carrez <Stephane.Carrez@worldnet.fr>
4476 * scripttempl/elfm68hc12.sc (FINISH_CODE, FINISH_RELOC): New to handle
4477 .fini[0-4] sections used by _exit
4478 (CTOR, DTOR): Export ctor/dtor symbols; move them to ROM.
4479 (*.text,*.data,*.bss): Take into account .text.*, .data.*, .bss.*.
4480 * scripttempl/elfm68hc11.sc: Likewise.
4482 2001-08-03 H.J. Lu <hjl@gnu.org>
4484 * emultempl/beos.em (init): Add the missing initialization.
4486 2001-08-03 Alan Modra <amodra@bigpond.net.au>
4488 * ld.texinfo (Input Section Basics): Clarify ordering of output
4490 * ldlang.c (callback_t): Add wildcard_list param.
4491 (walk_wild_section): Remove "section" param. Rewrite for
4492 lang_wild_statement_type change. Remove unique_section_p test.
4493 (walk_wild_file): Remove "section" param.
4494 (walk_wild): Remove "section" and "file" params.
4495 (lang_gc_wild): Likewise.
4496 (wild): Likewise. Modify for lang_wild_statement_type change.
4497 (wild_sort): Likewise. Add "sec" param.
4498 (gc_section_callback): Likewise.
4499 (output_section_callback): Likewise. Do unique_section_p test.
4500 (map_input_to_output_sections): Modify call to wild.
4501 (lang_gc_sections_1): Likewise.
4502 (print_wild_statement): Modify for lang_wild_statement_type
4504 (lang_add_wild): Replace filename, filenames_sorted param with
4505 filespec. Replace section_name, sections_sorted,
4506 exclude_filename_list with section_list.
4507 * ldlang.h (lang_add_wild): Here too.
4508 (lang_wild_statement_type): Replace section_name, sections_sorted,
4509 and exclude_filename_list with section_list.
4510 * ldgram.y (current_file): Delete.
4511 (%union): Add wildcard_list.
4512 (file_NAME_list): Set type to wildcard_list. Build a linked list
4513 rather than calling lang_add_wild for each entry.
4514 (input_section_spec_no_keep): Call lang_add_wild here instead.
4515 * ld.h (struct wildcard_list): Declare.
4516 * mri.c (mri_draw_tree): Modify to suit new lang_add_wild.
4518 2001-08-02 Charles Wilson <cwilson@ece.gatech.edu>
4520 * ldmain.c (main): initialize link_info.pei386_auto_import
4521 * pe-dll.c: new tables for auto-export filtering
4522 (auto_export): change API, pass abfd for contextual filtering.
4523 Loop thru tables of excluded symbols instead of comparing
4526 2001-08-02 Paul Sokolovsky <paul.sokolovsky@technologist.com>
4528 * pe-dll.c: new variable pe_dll_enable_extra_debug. New
4529 static variable current_sec (static struct sec *). Add
4530 forward declaration for add_bfd_to_link.
4531 (process_def_file): Don't export undefined symbols. Do not
4532 export symbols starting with "_imp__". Call auto_export()
4534 (pe_walk_relocs_of_symbol): New function.
4535 (generate_reloc): add optional extra debugging
4536 (pe_dll_generate_def_file): eliminate extraneous initial blank
4538 (make_one): enlarge symtab to make room for __nm__ symbols
4539 (DATA auto-import support).
4540 (make_singleton_name_thunk): New function.
4541 (make_import_fixup_mark): New function.
4542 (make_import_fixup_entry): New function.
4543 (pe_create_import_fixup): New function.
4544 (add_bfd_to_link): Specify that 'name' argument is a CONST
4546 * pe-dll.h: declare new variable pe_dll_extra_pe_debug;
4547 declare new functions pe_walk_relocs_of_symbol and
4548 pe_create_import_fixup.
4549 * emultempl/pe.em: add new options --enable-auto-import,
4550 --disable-auto-import, and --enable-extra-pe-debug.
4551 (make_import_fixup): New function.
4552 (pe_find_data_imports): New function.
4553 (pr_sym): New function.
4554 (gld_${EMULATION_NAME}_after_open): Add optional extra pe
4555 debugging. Call pe_find_data_imports. Mark .idata as DATA, not
4558 2001-08-02 Charles Wilson <cwilson@ece.gatech.edu>
4560 * ld.texinfo: add additional documentation for
4561 --export-all-symbols. Document --out-implib,
4562 --enable-auto-image-base, --disable-auto-image-base,
4563 --dll-search-prefix, --enable-auto-import, and
4564 --disable-auto-import.
4565 * ldint.texinfo: Add detailed documentation on auto-import
4568 2001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
4570 * ld.texinfo (Simple Assignments): Fix computation in SECTIONS
4573 2001-07-24 Alan Modra <amodra@bigpond.net.au>
4575 * Makefile.am: Update dependencies with "make dep-am".
4576 * Makefile.in: Regenerate
4578 2001-07-23 Alan Modra <amodra@bigpond.net.au>
4580 * ldcref.c (check_section_sym_xref): New function.
4581 (check_nocrossrefs): Call it.
4582 (check_nocrossref): Interate over h->refs here instead of..
4583 (check_refs): ..here. Pass in the symbol name, section, and bfd
4584 rather than hash_entry pointers.
4585 (struct check_refs_info): Keep symbol name rather than hash entry.
4587 (check_reloc_refs): Tweak for above changes in check_refs_info.
4588 Only report references to section syms when symname is NULL to
4589 prevent duplicate messages for the same reloc.
4591 2001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
4593 * ldexp.c (exp_print_tree): Use stderr if config.map_file is not
4594 available. Do not print NULL trees.
4595 (exp_print_token): Print unknown tokens with values > 126 as
4596 decimal values not ASCII characters.
4598 * ldlang.c (lang_leave_overlay): If a region is specified assign
4599 it to all sections inside the overlay unless they have been
4600 assigned to the own, non-default, memory region.
4602 * README: Add header for consistency with other README files.
4604 2001-07-14 H.J. Lu <hjl@gnu.org>
4606 * emultempl/elf32.em (output_prev_sec_find): Never return
4607 bfd_abs_section_ptr, bfd_com_section_ptr nor
4608 bfd_und_section_ptr.
4610 2001-07-14 Nick Clifton <nickc@cambridge.redhat.com>
4612 * Makefile.am (em32relf.c): Change dependency from generic.em to
4614 * Makefile.in: Regenerate.
4616 2001-07-14 matthew green <mrg@eterna.com.au>
4618 * configure.tgt (i386-*-netbsdelf*): New target.
4619 (i386-*-netbsd*): Set targ_extra_emuls to `elf_i386'
4621 2001-07-13 Jakub Jelinek <jakub@redhat.com>
4623 * emultempl/elf32.em (output_prev_sec_find): New.
4624 (place_orphan): Use it.
4626 2001-07-11 H.J. Lu <hjl@gnu.org>
4628 * ldmain.c (main): Fix typos in the last change.
4630 2001-07-11 Jakub Jelinek <jakub@redhat.com>
4632 * ldmain.c (main): Disallow -F and -f without -shared.
4634 2001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
4636 * emultempl/pe.em (after_open): Check for the output_bfd not
4637 having any coff_data structure allocated to it.
4639 2001-07-09 David O'Brien <obrien@FreeBSD.org>
4641 * emultempl/elf32.em: Do not assuming that contents of the buffer
4642 returned from basename function will remain unchanged accross other
4645 2001-07-03 H.J. Lu <hjl@gnu.org>
4647 * scripttempl/elf.sc (DYNAMIC_PAD): Revert the change made on
4648 2001-07-03. It creates dynamic entries even for static binaries.
4650 2001-07-03 Jakub Jelinek <jakub@redhat.com>
4652 * scripttempl/elf.sc (DYNAMIC_PAD): New variable.
4653 (DYNAMIC): Use it to reserve few dynamic entries for
4656 2001-06-27 Alan Modra <amodra@bigpond.net.au>
4658 * emulparams/hppa64linux.sh: New file.
4659 * configure.tgt: hppa*64*-*-linux* uses hppa64linux.sh
4660 * Makefile.am (ALL_64_EMULATIONS): Add ehppa64linux.o
4661 (ehppa64linux.c): Add rule to make it.
4663 * Makefile.in: Regenerate.
4665 2001-06-21 Hans-Peter Nilsson <hp@axis.com>
4667 * ld.texinfo (Options, -r): Mention restrictions when using
4668 different object formats.
4670 2001-06-19 Hans-Peter Nilsson <hp@axis.com>
4672 * ldlang.c (lang_check): Emit fatal error if relocatable link
4673 between different object flavours with relocations in input.
4675 2001-06-19 H.J. Lu <hjl@gnu.org>
4677 * ld.texinfo (-E, --export-dynamic): Mention --version-script.
4678 (--version-script): Mention the language support.
4680 2001-06-19 H.J. Lu <hjl@gnu.org>
4682 * ldlang.c (lang_check): Revert the change mode on 2001-06-15.
4684 2001-06-18 H.J. Lu <hjl@gnu.org>
4686 * Makefile.am (ld.1): Remove the prefix `$(srcdir)/'.
4687 (diststuff): Add $(MANS).
4688 * Makefile.in: Regenerated.
4692 2001-06-18 Hans-Peter Nilsson <hp@axis.com>
4694 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
4695 Update for API change in bfd_elf${ELFSIZE}_size_dynamic_sections.
4696 * mpw-elfmips.c (gldelf32ebmip_before_allocation): Ditto.
4697 * ld.h (args_type): Remove member export_dynamic. All users
4698 changed to use struct bfd_link_info member.
4700 * Makefile.am (ecriself.c, ed10velf.c, ei386moss.c): Depend on
4701 $(srcdir)/emultempl/elf32.em, not $(srcdir)/emultempl/generic.em.
4702 * Makefile.in: Regenerate.
4704 2001-06-18 H.J. Lu <hjl@gnu.org>
4706 * ldlang.c (init_os): Add the newline to the einfo call.
4707 (lang_check): Likewise.
4708 (lang_do_version_exports_section): Likewise.
4710 2001-06-15 H.J. Lu <hjl@gnu.org>
4712 * lexsup.c (parse_args); Save optind to report unrecognized
4715 2001-06-15 Hans-Peter Nilsson <hp@axis.com>
4717 * ldlang.c (lang_check): Emit fatal error if relocatable link
4718 between different object flavours.
4720 * lexsup.c (parse_args) <case OPTION_EXPORT_DYNAMIC, case 'E'>:
4721 Set new link_info member export_dynamic.
4722 * ldmain.c (main): Initialize new link_info member export_dynamic.
4724 2001-06-12 Nick Clifton <nickc@cambridge.redhat.com>
4726 * ldlang.c (walk_wild): Only call walk_wild_file if
4727 lookup_name returns something.
4728 (lookup_name): If load_symbols fails, return NULL.
4729 (load_symbols): Change to a boolean function.
4730 (open_input_bfds): If load_symbols fails then do not make the
4733 2001-06-08 Alan Modra <amodra@bigpond.net.au>
4735 * ldlang.c (record_bfd_errors): Remove.
4737 * emultempl/aix.em: Fix copyright dates.
4739 2001-06-07 Andreas Jaeger <aj@suse.de>
4741 * elf_x86_64.sh (NONPAGED_TEXT_START_ADDR): Increase.
4742 (TEXT_START_ADDR): Likewise.
4744 2001-06-06 Martin Schwidefsky <schwidefsky@de.ibm.com>
4746 * configure.host: Set HOSTING_CRT0/HOSTING_LIBS correctly for s/390.
4748 2001-06-05 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
4750 * emultempl/pe.em (init): Reduce default stack reserve to 0x200000.
4752 2001-05-31 H.J. Lu <hjl@gnu.org>
4754 * ldlang.c (open_input_bfds): Don't change the bfd error
4755 handler whilst loading symbols.
4757 2001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
4759 * configure.tgt: Remove i370-mvs architecture, it is not currently
4762 2001-05-25 H.J. Lu <hjl@gnu.org>
4764 * emulparams/ppcmacos.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
4765 like emulparams/aixppc.sh.
4767 2001-05-25 H.J. Lu <hjl@gnu.org>
4769 * emultempl/beos.em (gld${EMULATION_NAME}_before_parse): Move
4770 setting of output_filename after bfd_scan_arch.
4771 * emultempl/pe.em: Likewise.
4773 2001-05-25 H.J. Lu <hjl@gnu.org>
4775 * emulparams/aixrs6.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
4776 like emulparams/aixppc.sh.
4778 * emultempl/aix.em (sc): Use ${srcdir}/emultempl/ostring.sed
4779 instead of ${srcdir}/emultempl/stringify.sed.
4781 2001-05-25 Timothy Wall <twall@oculustech.com>
4783 * emulparams/elf64_aix.sh: Change settings to match IBM linker
4786 2001-05-25 Alan Modra <amodra@one.net.au>
4788 * configure.host: Replace linuxoldld with linux*oldld.
4789 * configure.tgt: Likewise.
4791 2001-05-24 H.J. Lu <hjl@gnu.org>
4793 * emultempl/stringify.sed: Removed again.
4795 2001-05-24 H.J. Lu <hjl@gnu.org>
4797 * emultempl/aix.em (OUTPUT_ARCH): Defined.
4798 (gld${EMULATION_NAME}_before_parse): Initialize
4799 ldfile_output_architecture, ldfile_output_machine and
4800 ldfile_output_machine_name from ${OUTPUT_ARCH} if possible.
4801 * emultempl/beos.em: Likewise.
4802 * emultempl/elf32.em: Likewise.
4803 * emultempl/linux.em: Likewise.
4804 * emultempl/mipsecoff.em: Likewise.
4805 * emultempl/pe.em: Likewise.
4806 * emultempl/sunos.em: Likewise.
4808 2001-05-24 Tom Rix <trix@redhat.com>
4810 * emultempl/aix.em : (gld${EMULATION_NAME}_read_file)
4811 udate import file format.
4812 (change_symbol_mode) New, same
4813 (is_syscall) New, same
4814 * emulparams/aixppc.sh : add SYSCALL_MASK and SYMBOL_MODE_MASK
4815 * emulparams/aixppc64.sh : same
4816 * emulparams/aixrs6.sh : same
4817 * emulparams/ppcmacos.sh : same
4818 * emultempl/aix.em : use strtoull to parse options
4819 * Makefile.am : add eaixppc64 emulation for xcoff64
4820 * Makefile.in : same
4821 * configure.tgt : same
4823 * scripttempl/aix.sc : default text section offset to 0x10000000
4824 default data section offset to 0x20000000
4825 add .sv3264 and .sv64 pseudo sections
4826 loader and debug sections use the currect section offset.
4828 * emultempl/aix.em : Add xcoff64 support
4829 Add -binitfini support
4830 (gld${EMULATION_NAME}_before_parse) -binitfini
4831 (gld${EMULATION_NAME}_parse_args) same
4832 (gld${EMULATION_NAME}_before_allocation) format change for special
4835 * emulparams/aixppc64.sh : New file for xcoff64 support
4837 2001-05-23 Alexandre Oliva <aoliva@redhat.com>
4839 * emultempl/elf32.em (ELF_INTERPRETER_SET_DEFAULT): Use this new
4840 variable to avoid non-portable shell construct.
4842 2001-05-23 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4844 * ldmain.c (get_emulation): Add -mips5 command line argument.
4846 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
4848 * emulparams/elf_i386_ldso.sh: New, copied from elf_i386.sh.
4849 (ELF_INTERPRETER_NAME): Define it.
4850 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Use
4852 * configure.tgt (targ_emul, targ_extra_emuls)
4853 [i[3456]86-*-solaris2*, i[3456]86-*-solaris*]: Use elf_i386_ldso
4854 as primary, elf_i386 as extra.
4855 * Makefile.am (ALL_EMULATIONS): Added eelf_i386_ldso.o.
4856 (eelf_i386_ldso.c): New rule.
4857 * Makefile.in: Rebuilt.
4859 2001-05-22 Nick Clifton <nickc@redhat.com>
4861 * lexsup.c (ld_options): Allow -I to be an alias for
4862 --dynamic-linker. This is for Solaris compatability.
4863 * ld.texinfo: Document that -I can be used.
4866 2001-05-16 Alan Modra <amodra@one.net.au>
4868 * ldlang.c (wild_doit): Use linker_has_input to reliably determine
4869 whether an input section is the first one assigned to an output
4871 Assorted formatting fixes.
4873 2001-05-14 DJ Delorie <dj@delorie.com>
4875 * Makefile.am (ld.dvi): Search bfd/doc for texinfo files.
4876 * Makefile.in: Ditto.
4878 2001-05-11 Jakub Jelinek <jakub@redhat.com>
4880 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Put
4881 .gnu.linkonce.ia64unw{,i} sections into corresponding .IA_64.unwind*
4883 * emulparams/elf64_aix.sh (OTHER_READONLY_SECTIONS): Likewise.
4885 2001-05-11 Jakub Jelinek <jakub@redhat.com>
4887 * ldlang.c (lang_process): Call bfd_merge_sections.
4889 2001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4891 * ldgram.y: Fix typo.
4893 2001-05-03 H.J. Lu <hjl@gnu.org>
4895 * emultempl/elf32.em: Include "libiberty.h".
4896 (gld${EMULATION_NAME}_vercheck): Call basename () to get the
4897 basename of the bfd filename.
4898 (gld${EMULATION_NAME}_stat_needed): Likewise.
4899 (gld${EMULATION_NAME}_try_needed): Likewise.
4900 (gld${EMULATION_NAME}_open_dynamic_archive): Likewise.
4902 2001-05-02 H.J. Lu <hjl@gnu.org>
4904 * emultempl/pe.em: Include <ctype.h>.
4906 2001-05-02 Johan Rydberg <jrydberg@opencores.org>
4908 * emulparams/elf32openrisc.sh: New file.
4910 * Makefile.am: Add OpenRISC target.
4911 * Makefile.in: Regenerated.
4913 * configure.tgt: Add openrisc-*-* mapping.
4915 2001-05-02 Nick Clifton <nickc@redhat.com>
4917 * emultempl/aix.em: Replace buystring with xstrdup.
4918 * emultempl/beos.em: Replace buystring with xstrdup.
4920 2001-05-02 H.J. Lu <hjl@gnu.org>
4922 * ldfile.c: Include "libiberty.h".
4923 * ldlex.l: Likewise.
4925 * ldmisc.c (buystring): Removed.
4926 * ldmisc.h: Likewise.
4928 * ldfile.c: Replace buystring with xstrdup.
4929 * ldlang.c: Likewise.
4930 * ldlex.l: Likewise.
4931 * ldmain.c: Likewise.
4932 * ldmisc.c: Likewise.
4933 * lexsup.c: Likewise.
4934 * mpw-eppcmac.c: Likewise.
4936 2001-04-30 Andreas Jaeger <aj@suse.de>
4938 * emulparms/elf_x86_64.sh (MAXPAGESIZE): Fix value.
4940 2001-04-28 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
4942 * ldlang.c (load_symbols): Give emulation a chance
4943 to process unrecognized file before fatal error is
4944 reported, not after.
4946 2001-04-27 Sean McNeil <sean@mcneil.com>
4948 * configure.tgt: Add arm-vxworks target.
4949 * scripttempl/armcoff.sc: Support .text or .data as a section name
4953 2001-04-13 J.T. Conklin <jtc@redback.com>
4955 * ld.texinfo: Document --fatal-warnings.
4958 * ldmisc.c (vfinfo): Set flag to inhibit making executable if
4959 warnings have been turned into errors.
4960 * lexsup.c (OPTION_WARN_FATAL): Define.
4961 (ld_options): Entry for --fatal-warnings.
4962 (parse_args): Handle OPTION_WARN_FATAL.
4963 * ld.h (ld_config_type): Add fatal_warnings field.
4965 2001-04-13 Jakub Jelinek <jakub@redhat.com>
4967 * ldmain.c (main): Default to discard_sec_merge.
4968 * lexsup.c (OPTION_DISCARD_NONE): Define.
4969 (ld_options): Add --discard-none.
4970 (parse_args): Handle OPTION_DISCARD_NONE.
4971 * ldlang.c (wild_doit): SEC_MERGE should be set in the output
4972 section only if SEC_MERGE and SEC_STRINGS flags and entsize of
4973 all its input sections match.
4975 2001-04-05 Steven J. Hill <sjhill@cotw.com>
4977 * Makefile.am (ALL_EMULATIONS): Add eelf32ltsmip.o.
4978 (ALL_64_EMULATIONS): Add eelf64btsmip.o and eelf64ltsmip.o.
4979 (eelf32ltsmip.c): New target.
4980 (eelf64btsmip.c): Likewise.
4981 (eelf64ltsmip.c): Likewise.
4982 * Makefile.in: Regenerated.
4984 * configure.tgt (mips*el-*-linux-gnu): Uses traditional MIPS
4986 (mips*-*-linux-gnu*): Likewise.
4988 * emulparams/elf32ltsmip.sh: New. Traditional little endian
4990 * emulparams/elf64btsmip.sh: New. Traditional 64bit big endian
4992 * emulparams/elf64ltsmip.sh: New. Traditional 64bit little
4995 2001-04-05 Hans-Peter Nilsson <hp@axis.com>
4997 * emulparams/criself.sh (EXECUTABLE_SYMBOLS): Cannot provide
4998 correct value of __Stext here.
4999 (TEXT_START_SYMBOLS): Define; always define __Stext, to start of
5002 * emulparams/crislinux.sh: Remove FIXME.
5004 2001-04-02 Alan Modra <alan@linuxcare.com.au>
5006 * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 64k.
5007 (TEXT_START_ADDR, TARGET_PAGE_SIZE): Likewise.
5009 2001-03-27 Hans-Peter Nilsson <hp@axis.com>
5011 * configure.tgt (cris-*-*): Change default emulation to criself.
5012 (cris-*-*aout*): New rule.
5014 2001-03-27 Matthew Wilcox <willy@ldl.fc.hp.com>
5016 * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 0x4000.
5017 (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
5019 2001-03-26 Andreas Jaeger <aj@suse.de>
5021 * ld.texinfo (Overview): Fix syntax in texi code.
5023 2001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
5025 * ld.texinfo: Put @c man indications to generate the ld man page.
5026 When generating man, define all the variables. Define SEEALSO
5027 and SYNOPSIS. Re-organize some lines to avoid the cross references.
5028 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variables.
5029 (ld.1): Generate from ld.texinfo.
5030 * Makefile.in: Regenerate.
5032 2001-03-23 Mark Elbrecht <snowball3@bigfoot.com>
5034 * scripttempl/i386go32.sc: Support the GCC flags '-ffunction-sections'
5035 and '-fdata-sections'. Set the VMA of STABS sections to zero.
5037 2001-03-17 Ulrich Drepper <drepper@redhat.com>
5039 * emultmpl/elf32.em (gld${EMULATION_NAME}_search_needed): If NAME
5040 is an absolute path look only for this file and not along the path.
5042 2001-03-17 Ulrich Drepper <drepper@redhat.com>
5044 * emultempl/elf32.em (OPTION_GROUP): New macro.
5045 Add new option Bgroup to longopts.
5046 (gld*_parse_args): Handle GROUP_OPTION and recognize -z defs.
5047 (gld*_list_options): Add -Bgroup and -z defs.
5048 * ld.1: Document -Bgroup and -z defs.
5049 * ld.texinfo: Likewise.
5051 2001-03-07 Michael Meissner <meissner@redhat.com>
5053 * scripttempl/elfd10v.sc (.rodata,.rodata1,.data1,.sdata): Deal
5054 with sections created by -fdata-sections.
5055 (.dynbss,.bss): Ditto.
5057 2001-03-05 Alan Modra <alan@linuxcare.com.au>
5059 * emultempl/m68kelf.em (m68k_elf_after_allocation): Call
5060 after_allocation_default, not gld..._before_allocation.
5062 2001-02-27 Alan Modra <alan@linuxcare.com.au>
5064 * configure.in (BFD_VERSION): New.
5065 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
5066 * configure: Regenerate.
5067 * Makefile.am: Run "make dep-am"
5068 * Makefile.in: Regenerate.
5070 2001-02-26 Timothy Wall <twall@cygnus.com>
5072 * emulparams/elf64_aix.sh: Add additional read-only sections;
5073 uncomment lines which are now required.
5075 2001-02-26 H.J. Lu <hjl@gnu.org>
5077 * ldlang.c (open_input_bfds): Set the bfd error handler so
5078 that problems can be caught whilst loading symbols.
5079 (record_bfd_errors): New function: Report BFD errors and mark
5080 the executable output as being invalid.
5082 2001-02-22 Timothy Wall <twall@cygnus.com>
5084 * configure.host: Add configuration for ia64-*-aix*.
5085 * Makefile.am (ALL_64_EMULATIONS): Add emulation for ia64-*-aix*.
5086 Add dependencies for eelf64_aix.c.
5087 * Makefile.in: Regenerate.
5088 * configure.tgt: Add ia64-*-aix* mapping.
5089 * emulparams/elf64_aix.sh: Add settings for elf64 on aix5.
5091 2001-02-20 H.J. Lu <hjl@gnu.org>
5093 * ldfile.c (ldfile_open_file): Set entry->search_dirs_flag to
5094 false if we found the file.
5096 2001-02-18 David O'Brien <obrien@FreeBSD.org>
5098 * configure.tgt: Add FreeBSD/Alpha, FreeBSD/x86-64, FreeBSD/ia64,
5099 FreeBSD/PowerPC, FreeBSD/arm, and FreeBSD/sparc64 entries.
5101 2001-02-18 lars brinkhoff <lars@nocrew.org>
5103 * Makefile.am: Add PDP-11 target.
5104 * configure.tgt: Likewise.
5105 * emulparams/pdp11.sh: New file.
5107 2001-02-17 David O'Brien <obrien@FreeBSD.org>
5109 * configure.host: Add a generic FreeBSD configuration entry such that
5110 all [modern] FreeBSD systems on all platforms will look the same.
5112 2001-02-14 H.J. Lu <hjl@gnu.org>
5114 * configure.tgt: Remove mention of earmelf_linux26.
5116 2001-02-13 Richard Henderson <rth@redhat.com>
5118 * emulparams/elf64_ia64.sh (OTHER_GOT_SYMBOLS): Remove.
5120 2001-02-13 H.J. Lu <hjl@gnu.org>
5122 * ldexp.h (node_type): Add etree_provided.
5123 * ldexp.c (exp_fold_tree): Handle etree_provided. Set the node
5124 type to etree_provided if defined by PROVIDE. Allow updating
5126 (exp_print_tree): Handle etree_provided.
5127 * mpw-elfmips.c (gldelf32ebmip_find_exp_assignment): Handle
5130 2001-02-09 David Mosberger <davidm@hpl.hp.com>
5132 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add
5133 .IA_64.unwind.* pattern to unwind table section and
5134 .IA_64.unwind_info* pattern to unwind info section.
5136 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
5138 * Makefile.am: Add linux target for S/390.
5139 * Makefile.in: Likewise.
5140 * configure.host: Likewise.
5141 * configure.tgt: Likewise.
5142 * emulparams/elf64_s390.sh: New file.
5143 * emulparams/elf_s390.sh: New file.
5145 2001-02-09 Jakub Jelinek <jakub@redhat.com>
5147 * configure.tgt (sparc64-*-linux-gnu*): Add elf32_sparc into
5149 (sparc-*-linux-gnu*): Add elf64_sparc into targ_extra_libpath.
5151 2001-02-06 Philip Blundell <philb@gnu.org>
5153 * Makefile.am: Remove mention of earmelf_linux26.
5154 * Makefile.in: Regenerate.
5156 2001-02-04 Philip Blundell <philb@gnu.org>
5158 * emulparams/armelf_linux.sh (TEXT_START_ADDR): Set to 0x8000.
5159 * emulparams/armelf_linux26.sh: Delete.
5160 * configure.tgt: Remove mention of armelf_linux26 emulation.
5162 2001-02-01 Nick Clifton <nickc@redhat.com>
5164 * ld.1: Replace occurances of -oformat with --oformat.
5166 2001-01-25 Jim Driftmyer <jdrift@stny.rr.com>
5168 * ldlang.c (lang_leave_overlay): Don't set lma_region when
5169 load_base is specified.
5171 2001-01-24 Hans-Peter Nilsson <hp@axis.com>
5173 * emultempl/elf32.em: Correct spelling in comments and listed
5176 2001-01-23 Alan Modra <alan@linuxcare.com.au>
5178 * ldlang.c (lang_leave_overlay): Only set lma_region from the
5179 default for the first section of a group of overlay sections.
5181 2001-01-22 Alan Modra <alan@linuxcare.com.au>
5183 * Makefile.am (GENSCRIPTS): Pass exec_prefix.
5184 * Makefile.in: Regenerate.
5185 * genscripts.sh: Use exec_prefix parameter to specify tool lib.
5186 Check for null tool_dir.
5188 2001-01-16 Jim Wilson <wilson@redhat.com>
5190 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add IA_64.unwind
5191 and IA_64.unwind.info.
5193 2001-01-16 H.J. Lu <hjl@gnu.org>
5195 * ldlang.c (lang_check): Merge the private data only if the
5196 input file has contents.
5198 2001-01-14 Alan Modra <alan@linuxcare.com.au>
5200 * emulparams/hppalinux.sh (OUTPUT_FORMAT): Set to elf32-hppa-linux.
5202 * emultempl/hppaelf.em (hppaelf_after_parse): New function,
5203 enabling search for libmilli. On a relocatable link, make .text
5205 (LDEMUL_AFTER_PARSE): Define.
5206 (hppaelf_finish): Correct spelling of relocatable in comments.
5208 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
5209 rummage through the script for sections on the unique list.
5210 Correct length of strncmp for ".note".
5211 (gld${EMULATION_NAME}_check_needed): Rearrange function.
5213 * ldlang.c (unique_section_list): New var.
5214 (unique_section_p): New function.
5215 (walk_wild_section): Don't match sections on unique_section_list.
5216 (lang_add_unique): New function.
5217 Correct spelling of relocatable in comments.
5219 * ldlang.h (struct unique_sections): Declare.
5220 (unique_section_list): Declare.
5221 (unique_section_p): Declare.
5222 (lang_add_unique): Declare.
5224 * lexsup.c (ld_options): Allow --unique to take an optional arg.
5225 (parse_args [OPTION_UNIQUE]): Call lang_add_unique.
5227 * ld.texinfo (--unique): Update.
5229 2001-01-13 Nick Clifton <nickc@redhat.com>
5231 * lexsup.c (parse_args): Remove spurious white space.
5233 2001-01-12 Nick Clifton <nickc@redhat.com>
5235 * lexsup.c (parse_args): Update copyright date.
5237 2001-01-12 Philip Blundell <pb@futuretv.com>
5239 * configure.host: Set HOSTING_LIBS appropriately for ix86-cygwin.
5241 2001-01-10 Kazu Hirata <kazu@hxi.com>
5243 * scripttempl/h8300.sc: Fix formatting. Fix a comment typo.
5244 * scripttempl/h8300h.sc: Fix formatting.
5245 * scripttempl/h8300s.sc: Likewise.
5246 * scripttempl/h8500.sc: Likewise.
5247 * scripttempl/h8500b.sc: Likewise.
5248 * scripttempl/h8500c.sc: Likewise.
5249 * scripttempl/h8500m.sc: Likewise.
5250 * scripttempl/h8500s.sc: Likewise.
5252 2000-01-07 David O'Brien <obrien@BSDi.com>
5254 * emultempl/elf32.em: Only perform Linux ld hints processing when
5257 2001-01-07 Philip Blundell <philb@gnu.org>
5259 * ld.texinfo (Bug Reporting): Update email address for reports.
5261 2000-12-31 Nick Clifton <nickc@redhat.com>
5263 * lexsup.c (parse_args): Set opterr to 0 and detect unparsed long
5264 options by checking for a return value of '?' not -1.
5266 2000-12-28 Nick Clifton <nickc@redhat.com>
5268 * lexsup.c (struct ld_option): Add new enum value:
5270 (ld_options[]): Change -omagic, -output and -oformat options
5271 to be EXACTLY_TWO_DASHES.
5272 (OUTPUT_COUNT): Use ARRAY_SIZE.
5273 (parse_args): Change parameter 'argc' to unsigned.
5274 Place EXACTLY_TWO_DASHES options into new really_longopts
5276 If getopt_long_only fails, try calling getopt_long using the
5277 really_longopts array.
5278 (help): Print a double dash for both EXACTLY_TWO_DASHES and
5281 * ldlex.h: Fix prototype of parse_args.
5283 * ld.texinfo: Document that long options starting with 'o'
5284 must be preceeded by two dashes. Change example of a single
5285 dashed long option from -oformat to -trace-symbol.
5287 2000-12-26 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
5289 * emultempl/pe.em (OPTION_NO_DEFAULT_EXCLUDES): Define.
5290 (longopts[]): New --no-default-excludes option.
5291 (gld_${EMULATION_NAME}_list_options): Document.
5292 (gld_${EMULATION_NAME}_parse_args): Handle.
5294 2000-12-13 Michael Sokolov <msokolov@ivan.Harhan.ORG>
5296 * ldlang.c (new_stat): Revert the last beautification with "innocent"
5297 whitespace, it breaks the K&R C preprocessor.
5299 2000-12-11 DJ Delorie <dj@redhat.com>
5301 * ld.texinfo: Add notes about --whole-archive and gcc.
5303 2000-11-18 Fred Fish <fnf@be.com>
5305 * lexsup.c (OPTION_ALLOW_SHLIB_UNDEFINED): Define.
5306 (ld_options): Entry for --allow-shlib-undefined.
5307 (parse_args): Handle OPTION_ALLOW_SHLIB_UNDEFINED.
5308 * ldmain.c (main): Initialize link_info.allow_shlib_undefined
5310 * ld.texinfo: Document new command line switch.
5312 2000-12-12 Geoffrey Keating <geoffk@redhat.com>
5314 * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS):
5315 .fixup is actually read/write.
5316 * emulparams/elf32lppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
5317 * emulparams/elf32ppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
5318 * emulparams/elf32lppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
5320 2000-12-11 Jan Hubicka <jh@suse.cz>
5322 * NEWS: Add note about x86_64 architecture.
5324 2000-12-06 Mark Elbrecht <snowball3@bigfoot.com>
5326 * scripttempl/i386go32.sc: Use PROVIDE with _etext, _edata, _end.
5327 Set DWARF2 sections to a VMA of zero.
5329 2000-12-01 Joel Sherrill <joel@OARcorp.com>
5331 * configure.tgt (arm-*-rtems*, a29k-*rtems*, h8300-*-rtems*):
5333 (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
5334 (sparc*-*-rtems*): Switched from a.out to ELF.
5336 2000-11-30 Jan Hubicka <jh@suse.cz>
5338 * Makefile.am (ALL_EMULATIONS): Add eelf_x86_64.o
5339 (eelf_x86_64.c): New.
5340 * Makefile.in: Regenerate.
5341 * configure.tgt: Add support for x86_64-*-linux-gnu*.
5342 * emulparams/elf_x86_64.sh: New.
5344 2000-11-30 Hans-Peter Nilsson <hp@axis.com>
5346 * emulparams/crislinux.sh (ENTRY): Change back to _start.
5347 (TEXT_START_SYMBOLS): Remove conditional setting of __start.
5349 * scripttempl/crisaout.sc: Change all RELOCATING not related to
5350 merging non-a.out sections into CONSTRUCTING.
5352 2000-11-28 Nick Clifton <nickc@redhat.com>
5354 * ld.1 (COPYING): Mention that the GNU Free Documentation
5355 License is present in the sources, but not the output, and
5356 also available from the GNU website.
5357 (GNU Free Documentation License): Comment out this section.
5359 2000-11-28 David O'Brien <obrien@dragon.nuxi.com>
5361 * emulparams/elf64alpha.sh (ENTRY): Remove leading underscore as ELF
5364 2000-11-25 David O'Brien <obrien@FreeBSD.org>
5366 * ld.1: Remove old date so it does not give the impression the manpage
5369 2000-11-24 Nick Clifton <nickc@redhat.com>
5371 * configure.tgt (xscale-coff): Add target.
5372 (xscale-elf): Add target.
5374 2000-11-24 Fred Fish <fnf@be.com>
5376 * ldmain.c (main): Remove redundant init of config.make_executable
5379 2000-11-15 Richard Henderson <rth@redhat.com>
5381 * emulparams/elf64alpha.sh (MAXPAGESIZE): Typo -- 64k, not 1M.
5383 2000-11-14 Kazu Hirata <kazu@hxi.com>
5385 * scripttempl/h8300.sc: Fix formatting.
5386 * scripttempl/h8300h.sc: Likewise.
5387 * scripttempl/h8300s.sc: Likewise.
5389 2000-11-14 Denis Chertykov <denisc@overta.ru>
5391 * scripttempl/elf32avr.sc: Fix bug in .eeprom segment.
5393 2000-11-09 Philip Blundell <pb@futuretv.com>
5395 * emultempl/pe.em: Define ___start_SECNAME and ___stop_SECNAME
5396 around orphan sections whose names can be represented in C.
5398 2000-11-07 Jim Wilson <wilson@redhat.com>
5400 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): New local
5401 hold_sdata. If SEC_SMALL_DATA set, set place to hold_sdata.
5403 2000-11-06 Nick Clifton <nickc@redhat.com>
5405 * ld.texinfo: Add GNU Free Documentation License.
5406 * ldint.texinfo: Add GNU Free Documentation License.
5407 * ld.1: Add GNU Free Documentation License.
5409 2000-11-05 Alan Modra <alan@linuxcare.com.au>
5411 * ldlex.l (yy_create_string_buffer): Init yy_is_our_buffer,
5412 yy_is_interactive, yy_at_bol, and yy_fill_buffer.
5414 * Makefile.am (DISTCLEANFILES): Add stringify.sed.
5415 Move 2000-11-02 Makefile.in changes to this file.
5416 * Makefile.in: Regenerate.
5418 2000-11-03 Nick Clifton <nickc@redhat.com>
5420 * scripttempl/h8300.sc: Use ${CONSTRUCTING...} to enclose
5421 constructors and destructors.
5422 * scripttempl/h8300h.sc: Ditto.
5423 * scripttempl/h8300s.sc: Ditto.
5424 * scripttempl/h8500.sc: Ditto.
5425 * scripttempl/h8500b.sc: Ditto.
5426 * scripttempl/h8500c.sc: Ditto.
5427 * scripttempl/h8500m.sc: Ditto.
5428 * scripttempl/h8500s.sc: Ditto.
5429 * scripttempl/v850.sc: Ditto.
5430 * scripttempl/w65.sc: Ditto.
5431 * scripttempl/z8000.sc: Ditto.
5433 2000-11-02 Per Lundberg <plundis@chaosdev.org>
5435 * Makefile.in (e_i386_chaos.c): New rule.
5436 (ALL_EMULATIONS): Added e_i386_chaos.o.
5437 * emulparams/elf_i386_chaos.sh: New file.
5438 * configure.tgt: Recognise i[3456]86-chaosdev-storm-chaos.
5440 2000-10-20 Jakub Jelinek <jakub@redhat.com>
5442 * emulparams/elf64_sparc.sh (TEXT_START_ADDR,
5443 NONPAGED_TEXT_START_ADDR): Set to 4GB for Solaris targets.
5444 Fix sed invocation, so that it coped with '/' in Solaris 64bit
5445 library path suffix.
5446 Based on patch by Andrew Macleod <amacleod@cygnus.com>.
5448 2000-10-18 Hans-Peter Nilsson <hp@axis.com>
5450 * scripttempl/crisaout.sc (.text, .data): Pad, with ALIGN (32),
5451 for consecutive sections.
5453 2000-10-17 Chandrakala Chavva <cchavva@redhat.com>
5455 * lexsup.c: New option OPTION_TARGET_HELP. Prints all target specific
5457 * ld.texinfo: Added notes about this new option.
5459 2000-10-16 Nick Clifton <nickc@redhat.com>
5461 * emultempl/pe.em (_after_open): Add tests of return values from
5462 bfd functions. Emit appropriate error messages if necessary.
5464 2000-10-13 Nick Clifton <nickc@redhat.com>
5466 * emultempl/pe.em (_after_open): Delete 'is2' and 'nsyms'
5467 local variables - they are not used, but leave in the call to
5468 bfd_canonicalize_symtab.
5469 (_open_dynamic_archive): Add #ifdef DLL_SUPPORT around use of
5470 pe_dll_search_prefix.
5472 2000-10-12 Charles Wilson <cwilson@ece.gatech.edu>
5474 * emultempl/pe.em (pe_dll_search_prefix): New variable,
5475 (longopts): New --dll-search-prefix option.
5476 (gld_${EMULATION_NAME}_list_options): Document.
5477 (gld_${EMULATION_NAME}_parse_args): Handle.
5478 (gld_${EMULATION_NAME}_open_dynamic_archive): When linking
5479 dynamically, search for a dll named '<prefix><basename>.dll'
5480 in preference to 'lib<basename>.dll' if --dll-search-prefix
5483 2000-10-12 Alan Modra <alan@linuxcare.com.au>
5485 * ldlang.c (section_already_linked): Set kept_section instead of
5488 2000-10-10 Kazu Hirata <kazu@hxi.com>
5490 * deffile.h: Fix formatting.
5491 * lexsup.c: Likewise.
5494 2000-10-09 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
5496 * pe-dll.c (make_one): Do not generate code thunk for DATA
5498 (process_def_file): deduce DATA flag for auto-export sumbols.
5500 2000-10-09 Kazu Hirata <kazu@hxi.com>
5502 * ld.h: Fix formatting.
5503 * ldcref.c: Likewise.
5504 * ldctor.h: Likewise.
5505 * ldemul.c: Likewise.
5506 * ldemul.h: Likewise.
5507 * ldexp.c: Likewise.
5508 * ldexp.h: Likewise.
5509 * ldfile.c: Likewise.
5510 * ldfile.h: Likewise.
5511 * ldlang.c: Likewise.
5512 * ldlang.h: Likewise.
5513 * ldmain.c: Likewise.
5514 * pe-dll.c: Likewise.
5516 * pe-dll.c: Revert some formatting fixes.
5518 2000-10-08 Kazu Hirata <kazu@hxi.com>
5520 * pe-dll.c: Fix formatting.
5522 2000-10-05 Kazu Hirata <kazu@hxi.com>
5524 * ldlang.c: Fix formatting.
5526 2000-10-03 DJ Delorie <dj@redhat.com>
5528 * pe-dll.c (fill_edata): initialize entire block
5529 (make_one): fill in correct section.
5531 2000-10-03 Kazu Hirata <kazu@hxi.com>
5533 * ldexp.c: Fix formatting.
5535 2000-10-02 DJ Delorie <dj@redhat.com>
5537 * emultempl/pe.em (gld_*_after_open): detect case where there two
5538 import libraries for same dll; rename one to ensure proper link
5541 * pe-dll.c (process_def_file): compare ordinals to -1, not 0; fix
5543 (generate_edata): fix typo
5545 2000-09-29 Hans-Peter Nilsson <hp@axis.com>
5547 * scripttempl/crisaout.sc (ENTRY): Now __start.
5548 (.text): Add default setting for __start.
5549 Remove CONSTRUCTORS handling.
5550 (/DISCARD/): Add .gnu.warning.*.
5551 * emulparams/crislinux.sh (ENTRY): Now __start.
5552 (TEXT_START_SYMBOLS): New; provide __Stext and __start default.
5553 * emulparams/criself.sh (OUTPUT_FORMAT): Now elf32-us-cris.
5554 (ENTRY): Now __start.
5555 (INITIAL_READONLY_SECTIONS): Add KEEP for .startup.
5556 (EXECUTABLE_SYMBOLS): Add default setting for __start.
5558 2000-09-29 Kazu Hirata <kazu@hxi.com>
5560 * deffile.h: Fix formatting.
5562 * ldcref.c: Likewise.
5563 * ldctor.c: Likewise.
5564 * ldctor.h: Likewise.
5565 * ldemul.c: Likewise.
5566 * ldemul.h: Likewise.
5567 * ldexp.c: Likewise.
5568 * ldexp.h: Likewise.
5569 * ldfile.c: Likewise.
5570 * ldfile.h: Likewise.
5571 * ldlang.c: Likewise.
5572 * ldlang.h: Likewise.
5573 * lexsup.c: Likewise.
5575 * pe-dll.c: Likewise.
5577 2000-09-28 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
5579 * pe-dll.c (process_def_file): Uninitialized data wasn't
5580 exported with --export-all-symbols switch.
5582 2000-09-28 DJ Delorie <dj@redhat.com>
5584 * pe-dll.c (fill_edata): rearrange the data so that ordinals and
5585 noname work properly.
5587 2000-09-28 Alan Modra <alan@linuxcare.com.au>
5589 * ld.texinfo (HPPA ELF32): New section.
5591 * emultempl/hppaelf.em (group_size): New.
5592 (hppaelf_finish): Pass group_size to elf32_hppa_size_stubs.
5593 (PARSE_AND_LIST_PROLOGUE): Add OPTION_STUBGROUP_SIZE.
5594 (PARSE_AND_LIST_LONGOPTS): Add --stub-group-size. Duplicate
5595 options to prevent abbreviations matching.
5596 (PARSE_AND_LIST_OPTIONS): Describe the above. Reformat.
5597 (PARSE_AND_LIST_ARGS_CASES): Handle it.
5599 2000-09-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
5601 * emultempl/m68kelf.em: Conditionalise the embedded relocs feature
5602 on the m68*-*-elf target. Make it support COFF input objects.
5604 2000-09-21 Kazu Hirata <kazu@hxi.com>
5606 * ldmain.c: Fix formatting.
5607 * ldmisc.c: Likewise.
5608 * ldver.c: Likewise.
5609 * ldwrite.c: Likewise.
5611 2000-09-21 Alan Modra <alan@linuxcare.com.au>
5613 * ldwrite.c (clone_section): Silence gcc warnings.
5615 2000-09-20 Alan Modra <alan@linuxcare.com.au>
5617 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Handle
5618 out of memory failure.
5620 * ldwrite.c (ldwrite): Remove unnecessary einfo arg.
5621 (clone_section): Handle out of memory failures. Rename var to
5622 avoid c++ reserved word.
5624 2000-09-18 Alan Modra <alan@linuxcare.com.au>
5626 * emultempl/hppaelf.em (hppaelf_add_stub_section): Rename
5627 stub_name param to stub_sec_name.
5628 (hppaelf_finish): Modify call to elf32_hppa_size_stubs.
5630 2000-09-10 Michael Sokolov <msokolov@ivan.Harhan.ORG>
5632 * emultempl/m68kelf.em: New file.
5633 * emulparams/m68kelf.sh (EXTRA_EM_FILE): Use it.
5634 * Makefile.am (em68kelf.c): Add dependency on m68kelf.em.
5635 * Makefile.in: Regenerate.
5637 2000-09-15 Alan Modra <alan@linuxcare.com.au>
5639 * emulparams/hppalinux.sh (DATA_START_SYMBOLS): Provide $global$
5642 2000-09-13 Nick Clifton <nickc@redhat.com>
5644 * ldmain.c (multiple_definition): Disable relaxation if
5645 multiple symbol definitions are encountered - otherwise the
5646 linker could abort with an assertion failure.
5648 2000-09-10 Nick Clifton <nickc@redhat.com>
5650 * mri.c: Fix formatting.
5652 2000-09-07 H.J. Lu <hjl@gnu.org>
5654 * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
5655 * configure: Rebuild.
5657 2000-09-07 H.J. Lu <hjl@gnu.org>
5659 * Makefile.am (lexsup.o): Also depend on $(INCDIR)/demangle.h.
5660 * Makefile.in: Rebuild.
5662 2000-09-07 Alan Modra <alan@linuxcare.com.au>
5664 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Fix
5665 broken list handling. Create __start_SECNAME and __stop_SECNAME
5666 when no place-holder. Add some comments. Test both SEC_CODE and
5667 SEC_READONLY for hold_text to prevent .rodata orphan poisoning.
5668 Handle case where no output section statement created.
5670 2000-09-07 Niibe Yutaka <gniibe@m17n.org>, Kaz Kojima <kkojima@rr.iij4u.or.jp>, Alexandre Oliva <aoliva@redhat.com>
5672 * configure.tgt (sh-*-linux*): Added.
5673 * Makefile.am: Added eshelf_linux and eshlelf_linux.
5674 * Makefile.in: Rebuilt.
5675 * emulparams/shelf_linux.sh: New file.
5676 * emulparams/shlelf_linux.sh: New file.
5678 2000-09-06 Alan Modra <alan@linuxcare.com.au>
5680 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
5681 try shuffling sections when the orphan happens to be the place
5682 holder. Keep count of unique section names generated so we speed
5683 the search for a new name.
5685 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
5687 * configure: Rebuilt with new libtool.m4.
5689 2000-09-05 Nick Clifton <nickc@redhat.com>
5691 * Makefile.in: Regenerate.
5692 * aclocal.m4: Regenerate.
5693 * configure: Regenerate.
5694 * config.in: Regenerate.
5695 * po/ld.pot: Regenerate.
5697 * ldint.texinfo: Remove CVS revision marker - it foils local
5700 * emultempl/ticoff.em: Remove extraneous comma.
5702 2000-09-05 Alan Modra <alan@linuxcare.com.au>
5704 * emultempl/hppaelf.em (hppaelf_add_stub_section): Add SEC_RELOC
5705 to stub section flags.
5706 (hppa_for_each_input_file_wrapper): New.
5707 (hppa_lang_for_each_input_file): New.
5708 (lang_for_each_input_file): Define to call above.
5709 (multi_subspace): New.
5710 (hppaelf_finish): Pass multi_subspace to elf32_hppa_size_stubs.
5711 (PARSE_AND_LIST_PROLOGUE): Define.
5712 (PARSE_AND_LIST_LONGOPTS): Define.
5713 (PARSE_AND_LIST_OPTIONS): Define.
5714 (PARSE_AND_LIST_ARGS_CASES): Define.
5715 (hppaelf_finish): Call elf32_hppa_set_gp.
5716 (hppaelf_set_output_arch): Remove.
5717 (LDEMUL_SET_OUTPUT_ARCH): Remove.
5719 * emulparams/hppalinux.sh (ELFSIZE): Define.
5721 (OTHER_READONLY_SECTIONS): Define.
5723 (GENERATE_SHLIB_SCRIPT): Define.
5725 * ldlang.c: Add missing prototypes, and tidy others. Change CONST
5726 to const throughout. Change `void *' to `PTR' throughout.
5727 (lang_memory_default): Function is local to file, add `static'.
5729 * Makefile.am (ehppaelf.c): Depend on emultempl/elf32.em.
5730 (ehppalinux.c): Likewise.
5731 (earmelf.c): Likewise.
5732 (earmelf_linux.c): Likewise.
5733 (earmelf_linux26.c): Likewise.
5734 * Makefile.in: Regenerate.
5736 * ld.h (ld_config_type): Add unique_orphan_sections.
5737 * lexsup.c (OPTION_UNIQUE): Define.
5738 (ld_options): Add "--unique".
5739 (parse_args): Handle it.
5740 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
5741 search for an existing output section if unique_orphan_sections is
5742 set. Make use of bfd_get_unique_section_name rather than
5743 duplicating code here.
5744 * ld.texinfo: Describe --unique.
5746 * lexsup.c (ld_options): Make split-by-reloc arg optional. Add
5747 optional arg to split-by-file.
5748 (parse_args): Handle them.
5749 * ld.texinfo: Update description of these options.
5750 * ldwrite.c (clone_section): Pass in the section name. Replace
5751 local code with bfd_get_unique_section_name.
5752 (split_sections): Tidy code and comments. Use a list traversal
5753 more appropriate to the list construction. Handle cooked section
5754 sizes. Split when split_by_reloc reached rather than exceeded.
5755 Track section size and split when split_by_file reached. Fix
5756 link_order_tail (even though it's not used).
5757 (ldwrite): Modify condition for calling split_sections to suit
5758 changed split_by_reloc and split_by_file.
5759 * ldmain.c (main): Init config.split_by_reloc and
5760 config.split_by_file to -1.
5761 * ld.h (ld_config_type): Change split_by_reloc to unsigned.
5762 Change split_by_file to bfd_size_type.
5764 2000-09-02 Nick Clifton <nickc@redhat.com>
5766 * configure.in: Increase version number to 2.10.91.
5767 * NEWS: Mention new ability to support removal of duplicate DWARF2
5769 * configure: Regenerate.
5770 * aclocal.m4: Regenerate.
5771 * config.in: Regenerate.
5773 2000-09-02 Daniel Berlin <dberlin@redhat.com>
5775 * scripttempl/elf.sc: Add .gnu.linkonce.wi.* to .debug_info
5777 * scripttempl/elf32avr.sc: Ditto.
5778 * scripttempl/elfd10v.sc: Ditto.
5779 * scripttempl/elfd30v.sc: Ditto.
5780 * scripttempl/elfi370.sc: Ditto.
5781 * scripttempl/elfm68hc11.sc: Ditto.
5782 * scripttempl/elfm68hc12.sc: Ditto.
5783 * scripttempl/elfi386beos.sc: Ditto.
5784 * scripttempl/v850.sc: Ditto.
5786 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
5788 * acinclude.m4: Include libtool and gettext macros from the
5790 * aclocal.m4, configure: Rebuilt.
5792 2000-08-25 Nick Clifton <nickc@redhat.com>
5794 * ldlang.c (open_output): When choosing the target for a
5795 particular endianness, do nothing if the target is not
5798 2000-08-25 H.J. Lu <hjl@gnu.org>
5800 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Don't
5801 check -rpath nor LD_RUN_PATH for cross link.
5802 * ld.texinfo: Document the change.
5804 2000-08-24 Hans-Peter Nilsson <hp@axis.com>
5806 * NEWS: Mention support for CRIS.
5808 2000-08-23 H.J. Lu <hjl@gnu.org>
5810 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Get
5811 the current runpath list from bfd_elf_get_runpath_list ()
5814 2000-08-22 H.J. Lu <hjl@gnu.org>
5816 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Search
5817 the DT_RPATH/DT_RUNPATH entries for DT_NEEDED after
5818 LD_LIBRARY_PATH for native linker. Display the needed DSO if
5819 trace_file_tries is non-zero.
5820 (gld${EMULATION_NAME}_try_needed): Report the needed DSO found
5821 if trace_file_tries is non-zero.
5823 * ld.texinfo: Document the usage of DT_RPATH/DT_RUNPATH.
5826 2000-08-14 Jason Eckhardt <jle@cygnus.com>
5828 * NEWS: Mention i860 support.
5830 2000-08-14 Andreas Schwab <schwab@suse.de>
5832 * scripttempl/elf.sc: Fix last change to use correct comment
5835 2000-08-10 Geoff Keating <geoffk@cygnus.com>
5837 * scripttempl/elf.sc: Add a comment giving the correspondence
5838 between sections, per-datum sections, and linkonce sections. Make
5839 the comment true even for .bss, .sdata, .sdata2, .sbss, and
5842 2000-08-10 Jason Eckhardt <jle@cygnus.com>
5844 * emulparams/elf32_i860.sh: New file.
5845 * configure.tgt: Recognize new target i860-stardent-{sysv4*|elf*}.
5846 * Makefile.am (ALL_EMULATIONS): Add eelf32_i860.o.
5847 (eelf32_i860.c): New rule.
5848 * Makefile.in: Regenerate.
5850 2000-08-10 Nick Clifton <nickc@cygnus.com>
5852 * emulparams/mipspe.sh (ENTRY): Add definition.
5854 2000-08-08 Peter Jeremy <peter.jeremy@alcatel.com.au>
5856 * emultempl/elf32.em (_after_close): Refer to -rpath not --rpath
5859 2000-08-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
5861 * scripttempl/elfm68hc11.sc: Define __bss_size symbol to indicate
5862 the final size of .bss section.
5863 * scripttempl/elfm68hc12.sc: Likewise.
5865 2000-08-04 Alan Modra <alan@linuxcare.com.au>
5867 * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Rename to
5868 gld${EMULATION_NAME}_parse_args for consistency. Combine
5869 lastoptind and prevoptind vars, and keep track of last optind.
5870 (gld_${EMULATION_NAME}_list_options): Rename to
5871 gld${EMULATION_NAME}_list_options.
5873 2000-08-03 Rodney Brown <RodneyBrown@pmsc.com>
5875 * configure.tgt: Select targ_emul=elf_i386 for Unixware 7
5876 (i586-sco-sysv5uw7.1.0).
5878 2000-07-27 H.J. Lu <hjl@gnu.org>
5880 * emulparams/elf64alpha.sh (PARSE_AND_LIST_ARGS): Removed.
5881 (PARSE_AND_LIST_PROLOGUE): New.
5882 (PARSE_AND_LIST_LONGOPTS): Likewise.
5883 (PARSE_AND_LIST_OPTIONS): Likewise.
5884 (PARSE_AND_LIST_ARGS_CASES): Likewise.
5885 (PARSE_AND_LIST_EPILOGUE): Likewise.
5887 2000-07-28 Alan Modra <alan@linuxcare.com.au>
5889 * emultempl/armelf.em: Elide functions common to elf32.em,
5890 ie. most of the file.
5891 (arm_elf_after_open): New. Do arm specific things then call
5892 gld${EMULATION_NAME}_after_open.
5893 (arm_elf_before_allocation): New. Call
5894 gld${EMULATION_NAME}_before_allocation then do arm specifics.
5895 (PARSE_AND_LIST_PROLOGUE): Define.
5896 (PARSE_AND_LIST_SHORTOPTS): Define.
5897 (PARSE_AND_LIST_LONGOPTS): Define.
5898 (PARSE_AND_LIST_OPTIONS): Define.
5899 (PARSE_AND_LIST_ARGS_CASES): Define.
5900 (LDEMUL_AFTER_OPEN): Define.
5901 (LDEMUL_BEFORE_ALLOCATION): Define.
5902 (LDEMUL_BEFORE_PARSE): Define.
5903 (LDEMUL_FINISH): Define.
5905 * emultempl/hppaelf.em: Similarly zap most of this file.
5906 (hppaelf_add_stub_section): Prototype.
5907 (hppaelf_layaout_sections_again): Prototype.
5908 (hook_in_stub): Prototype.
5909 (LDEMUL_SET_OUTPUT_ARCH): Define.
5910 (LDEMUL_FINISH): Define.
5911 (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
5913 * emulparams/armelf.sh (TEMPLATE_NAME): Use elf32.
5914 (EXTRA_EM_FILE): New.
5915 * emulparams/armelf_linux.sh: Likewise.
5916 * emulparams/armelf_linux26.sh: Likewise.
5917 * emulparams/hppalinux.sh: Likewise.
5918 * emulparams/hppaelf.sh: Likewise.
5921 * emultempl/elf32.em: Fix formatting.
5922 (EXTRA_EM_FILE): Source it.
5923 (LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
5924 LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
5925 LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
5926 LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
5927 LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
5928 LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
5929 LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
5930 LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
5931 LDEMUL_FIND_POTENTIAL_LIBRARIES): New shell vars. Add code to
5932 allow functions in this file to be overridden.
5933 (PARSE_AND_LIST_SHORTOPTS): Handle it.
5935 * emultempl/m68kcoff.em: Include ldfile.h before ldemul.h.
5937 * emultempl/elf32.em: Reorganize file.
5939 2000-07-27 Ivan Kokshaysky <ink@jurassic.park.msu.ru>
5941 * emulparams/elf64alpha.sh: Implement "-taso" emulation
5942 specific option to fit 64-bit executable in the lower
5943 31-bit address range. This is done by changing start
5944 address of .interp (the very first section of executable)
5945 and then setting EF_ALPHA_32BIT elf header flag.
5947 2000-07-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
5949 * emultempl/m68kcoff.em: New file.
5950 * emulparams/m68kcoff.sh (TEMPLATE_NAME): Use m68kcoff template.
5951 * Makefile.am (em68kcoff.c): Depend on m68kcoff.em rather than
5953 * Makefile.in: Regenerate.
5955 2000-07-20 H.J. Lu <hjl@gnu.org>
5957 * emultempl/elf32.em (longopts): Duplicate "disable-new-dtags"
5958 and "disable-new-dtags" to stop getopt from treating -d/-e as
5959 abbreviations for these options.
5961 2000-07-20 H.J. Lu <hjl@gnu.org>
5963 * ld.texinfo: Add documentation for --disable-new-dtags and
5966 * ldmain.c (main): Initialize link_info.new_dtags to false.
5968 * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Add
5969 --disable-new-dtags and --enable-new-dtags.
5970 (gld_${EMULATION_NAME}_list_options): Likewise.
5972 2000-07-05 Kenneth Block <krblock@computer.org>
5974 * lexsup.c: Add optional style to demangle switch
5975 * ld.texinfo: Document optional style to demangle switch.
5977 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
5979 * Makefile.am (ALL_EMULATIONS): Add ecrisaout.o, ecriself.o,
5981 (ecrisaout.c, ecriself.c, ecrislinux.c): New rules.
5982 Regenerate dependencies.
5983 * Makefile.in: Rebuild.
5984 * configure.tgt (cris-*-*): New target.
5985 * emulparams/crisaout.sh, emulparams/criself.sh,
5986 emulparams/crislinux.sh, scripttempl/crisaout.sc: New files.
5987 * po/POTFILES.in, po/ld.pot: Regenerate.
5989 2000-07-20 H.J. Lu <hjl@gnu.org>
5991 * emultempl/elf32.em (gld_${EMULATION_NAME}_list_options):
5992 Print out ignored -z options.
5994 2000-07-19 H.J. Lu <hjl@gnu.org>
5996 * emulparams/elf32mcore.sh (PARSE_AND_LIST_ARGS): Removed.
5997 (PARSE_AND_LIST_PROLOGUE): New.
5998 (PARSE_AND_LIST_LONGOPTS): Likewise.
5999 (PARSE_AND_LIST_OPTIONS): Likewise.
6000 (PARSE_AND_LIST_ARGS_CASES): Likewise.
6002 * ldmain.c (main): Clear link_info.flags and link_info.flags_1.
6004 * lexsup.c (ld_options): Comment out 'z'.
6005 (parse_args): Likewise.
6007 * emultempl/elf32.em: Include "elf/common.h".
6008 (gld_${EMULATION_NAME}_parse_args): Defined. Handle some -z
6010 (gld_${EMULATION_NAME}_list_options): Likewise.
6012 * ld.texinfo: Add documentation for the recognized -z options.
6014 2000-07-19 H.J. Lu <hjl@gnu.org>
6016 * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Call
6017 bfd_elf_set_dt_needed_soname ().
6019 2000-07-18 DJ Delorie <dj@cygnus.com>
6021 * pe-dll.c (pe_dll_id_target): check object target name also
6023 2000-07-18 Hans-Peter Nilsson <hp@axis.com>
6025 * scripttempl/elf.sc (.init): Only do ${INIT_START} and
6026 ${INIT_END} if relocating.
6027 (.fini): Likewise ${FINI_START} and ${FINI_END}.
6029 2000-07-16 Charles Wilson <cwilson@ece.gatech.edu>
6031 * emultempl/pe.em (gld_*_open_dynamic_archive): New search
6032 order for dynamic library '-lfoo' on pei386: libfoo.dll.a,
6033 foo.dll.a, libfoo.a, libfoo.dll, foo.dll. This fixes compatibility
6034 errors introduced by the old dynamic lib search order.
6036 2000-07-17 DJ Delorie <dj@cygnus.com>
6038 * pe-dll.c (process_def_file): auto-export data items also
6039 (pe_process_import_defs): also see if _imp_ form needed
6041 2000-07-12 Charles Wilson <cwilson@ece.gatech.edu>
6043 * pe-dll.c (make_one): fix a typo in the __imp_ name decoration
6044 for dll import libraries
6046 2000-07-12 Mark Elbrecht <snowball3@bigfoot.com>
6048 * scripttempl/i386go32.sc: Support the g++ attribute init_priority in
6049 gcc 2.95.2 and later.
6051 2000-07-11 Kazu Hirata <kazu@hxi.com>
6053 * ldfile.c (ldfile_try_open_bfd): Output '\n' after an error
6056 2000-07-10 Alan Modra <alan@linuxcare.com.au>
6058 * ldemul.h (struct lang_input_statement_struct): Remove forward
6060 (struct search_dirs): Likewise.
6061 * ldfile.h (struct lang_input_statement_struct): Likewise.
6062 Protect file from multiple inclusion.
6063 * ldlang.h (LANG_FOR_EACH_INPUT_STATEMENT): Move file_chain
6064 declaration from macro to file scope.
6066 * ldemul.c: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this order.
6067 * ldgram.y: Likewise here.
6068 * ldlang.c: And here.
6069 * ldmain.c: And here.
6070 * mpw-elfmips.c: And here.
6071 * mpw-eppcmac.c: And here.
6072 * emultempl/aix.em: And here.
6073 * emultempl/armcoff.em: And here.
6074 * emultempl/armelf.em: And here.
6075 * emultempl/armelf_oabi.em: And here.
6076 * emultempl/beos.em: And here.
6077 * emultempl/elf32.em: And here.
6078 * emultempl/hppaelf.em: And here.
6079 * emultempl/linux.em: And here.
6080 * emultempl/lnk960.em: And here.
6081 * emultempl/pe.em: And here.
6082 * emultempl/sunos.em: And here.
6083 * mpw-esh.c: And here. Include ldexp.h and ldlang.h too.
6084 * mpw-idtmips.c: Ditto.
6085 * emultempl/generic.em: Ditto.
6086 * emultempl/gld960.em: Ditto.
6087 * emultempl/gld960c.em: Ditto.
6088 * emultempl/mipsecoff.em: Ditto.
6089 * emultempl/ticoff.em: Ditto.
6090 * emultempl/vanilla.em: Ditto.
6092 * pe-dll.c: Include ldfile.h
6093 * ldver.c: Include ldexp.h, ldlang.h, ldfile.h
6095 * mpw-elfmips.c: (gldelf32ebmip_before_allocation): Add missing
6096 arguments to bfd_elf32_size_dynamic_sections call.
6097 (gldelf32ebmip_place_orphan): Add missing arguments to
6098 lang_leave_output_section_statement call.
6100 2000-07-10 H.J. Lu <hjl@gnu.org>
6102 * emultempl/pe.em (pe_enable_stdcall_fixup): Protect with
6104 (strhash): Likewise.
6105 (compute_dll_image_base): Likewise.
6106 (pe_undef_found_sym): Likewise.
6107 (pe_undef_cdecl_match): Likewise.
6108 (gld_${EMULATION_NAME}_open_dynamic_archive): Mark the
6109 argument "arch" with ATTRIBUTE_UNUSED.
6111 2000-07-10 Alan Modra <alan@linuxcare.com.au>
6113 * configure.tgt: Remove extraneous hppa*-*-linux-gnu*.
6115 From Ryan Bradetich <rbradetich@uswest.net>
6116 * ldwrite.c (SSIZE): Remove to cure macro redefinition warning.
6118 2000-07-09 Alan Modra <alan@linuxcare.com.au>
6120 Changes to create multiple linker stubs, positioned immediately
6121 before the section where they are required.
6122 * emultempl/hppaelf.em: Include elf32-hppa.h.
6123 (stub_sec, file_chain): Delete.
6124 (hppaelf_create_output_section_statements): Don't make a stub
6126 (hook_stub_info): New struct.
6127 (hook_in_stub): New function.
6128 (hppaelf_add_stub_section): New function.
6129 (hppaelf_finish): Do nothing for relocateable links. Modify the
6130 call to elf32_hppa_size_stubs. Move code for updating section
6132 (hppaelf_layaout_sections_again): ..to here, a new function.
6134 * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Fix
6135 broken list handling. Pass in a pointer to the list.
6136 (hppaelf_finish): Update call to hppaelf_delete_padding_statements
6138 (hppaelf_before_parse): Prototype.
6139 (hppaelf_set_output_arch): Prototype.
6140 (hppaelf_create_output_section_statements): Prototype.
6141 (hppaelf_delete_padding_statements): Prototype.
6142 (hppaelf_finish): Prototype.
6145 * emultempl/hppaelf.em: Include ctype.h.
6146 (struct orphan_save): New.
6147 (gld${EMULATION_NAME}_place_orphan): New.
6148 (output_rel_find): New.
6149 (hppaelf_get_script): Update from elf32.em.
6150 (ld_hppaelf_emulation): Rename to ld_${EMULATION_NAME}_emulation.
6151 Change emulation_name field to "${EMULATION_NAME}". Add
6152 gld${EMULATION_NAME}_place_orphan.
6154 * Makefile.am (ALL_EMULATIONS): Reinstate ehppaelf.o, add
6155 ehppalinux.o, sort it. Regenerate dependencies.
6156 (ehppalinux.c): Depend on hppaelf.em
6157 * Makefile.in: Regenerate.
6159 * configure.tgt: targ_emul=hppalinux for hppa*linux
6161 * emulparams/hppalinux.sh: New.
6162 * emulparams/hppaelf.sh (TARGET_PAGE_SIZE): Write in hex.
6164 2000-07-08 Alan Modra <alan@linuxcare.com.au>
6166 * lexsup.c (parse_args): Copy section name.
6168 2000-07-07 Charles Wilson <cwilson@ece.gatech.edu>
6170 * emultempl/pe.em: institute the following search order for
6171 dynamic libraries on pei386: libfoo.dll.a, foo.dll.a (import
6172 libs), libfoo.dll, foo.dll (link direct to dll). Fall back to
6173 static lib (libfoo.a) if none of the above are found.
6175 2000-07-07 Mumit Khan <khan@xraylith.wisc.edu>
6177 * emultempl/pe.em (pe_enable_auto_image_base): New variable.
6178 (longopts): New --{enable,disable}-auto-image-base options.
6179 (gld_${EMULATION_NAME}_list_options): Document.
6180 (gld_${EMULATION_NAME}_parse): Handle.
6181 (strhash): New static function.
6182 (compute_dll_image_base): New static function.
6183 (gld_${EMULATION_NAME}_set_symbols): Use.
6185 2000-07-05 DJ Delorie <dj@redhat.com>
6189 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
6191 * configure.tgt: Add traditional mips (mips*-*-sysv4*) target.
6192 * emulparams/elf32btsmip.sh: New file.
6193 * Makefile.am: Add traditional mips target.
6194 * Makefile.in: Rebuild.
6196 2000-07-01 H.J. Lu <hjl@gnu.org>
6198 * Makefile.am (EXTRA_ld_new_SOURCES): Set to deffilep.y for
6199 automake to use YLWRAP.
6200 * Makefile.in: Rebuild.
6202 2000-07-01 Alan Modra <alan@linuxcare.com.au>
6204 * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed
6205 (CLEANFILES): Add DEPA.
6206 * Makefile.in: Regenerate.
6208 2000-06-30 Timothy Wall <twall@ppc>
6210 * scripttempl/tic54xcoff.sc: PAGE N is not implemented, so encode
6211 the page in the upper octet of the address.
6213 2000-06-26 Marek Michalkiewicz <marekm@linux.org.pl>
6215 * emulparams/avrmega161.sh (ARCH): Change to avr:5.
6217 2000-06-24 Alan Modra <alan@linuxcare.com.au>
6219 * NEWS: arm-elf does --gc-sections too.
6221 2000-06-22 Alan Modra <alan@linuxcare.com.au>
6223 * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
6225 * Makefile.in: Regenerate.
6227 2000-06-21 H.J. Lu <hjl@gnu.org>
6229 * Makefile.am: Rebuild dependency.
6230 * Makefile.in: Rebuild.
6232 2000-06-20 H.J. Lu <hjl@gnu.org>
6234 * Makefile.am: Rebuild dependency.
6235 * Makefile.in: Rebuild.
6237 2000-06-20 Timothy Wall <twall@cygnus.com>
6239 * scripttempl/tic54xcoff.sc: New.
6240 * ldlang.c (wild_doit): Propagate SEC_BLOCK flag.
6241 * gen-doc.texi: Add flag for TI COFF.
6242 * ld.texinfo: Add documentation for TI COFF handling switches.
6243 * emultempl/ticoff.em: New. TI COFF handling.
6244 * configure.tgt: Add tic54x target.
6245 * Makefile.am: Add tic54x target.
6246 * Makefile.in: Ditto.
6248 2000-06-20 Alan Modra <alan@linuxcare.com.au>
6250 * ldmain.c (set_scripts_dir): Correct pointer comparison when
6251 checking for backslashes.
6253 2000-06-19 Alan Modra <alan@linuxcare.com.au>
6255 * NEWS: Move entries not in 2.10 above "Changes in version 2.10".
6257 2000-06-18 Alan Modra <alan@linuxcare.com.au>
6259 * NEWS: Update list of targets supporting --gc-sections.
6261 * scripttempl/elf.sc: KEEP .eh_frame contents.
6262 * scripttempl/elfd30v.sc: Same here.
6264 2000-06-18 Stephane Carrez <stcarrez@worldnet.fr>
6266 * Makefile.am (ALL_EMULATIONS): Added new emulation for m68hc12
6268 * Makefile.in: Rebuild.
6269 * configure.tgt: Recognize m68hc12 and m68hc11.
6270 * scripttempl/elfm68hc12.sc: New file.
6271 * emulparams/m68hc12elfb: New emulation.
6272 * emulparams/m68hc12elf: New emulation.
6273 * emulparams/m68hc11elfb.sh: New file. User configurable emulation
6274 (includes a memory.x script to define the ROM and RAM banks).
6275 * scripttempl/elfm68hc11.sc, emulparams/m68hc11elf.sh:
6276 New configuration files for support of Motorola 68hc11
6278 2000-06-15 Alan Modra <alan@linuxcare.com.au>
6280 * ldmain.c (main): Only change SEC_READONLY for final link.
6282 2000-06-13 H.J. Lu <hjl@gnu.org>
6284 * configure: Regenerate.
6286 2000-06-08 David O'Brien <obrien@FreeBSD.org>
6288 * configure.in (VERSION): Update to show this is the CVS mainline.
6290 2000-06-07 Michael Sokolov <msokolov@ivan.Harhan.ORG>
6292 * emultempl/mipsecoff.em (gld{EMULATION_NAME}_after_open): Require all
6293 input objects to be ECOFF.
6294 (check_sections): einfo takes %B, not %P, to print a BFD name.
6296 2000-06-05 Michael Matz <matz@ifh.de>
6298 * ldgram.y (vers_defns): Handle 'extern "C++" { ... }' in
6301 * ldlex.l (V_IDENTIFIER): Accept `::' in symbols.
6303 2000-05-23 Marek Michalkiewicz <marekm@linux.org.pl>
6305 * emulparams/avr1200.sh (STACK): Define as 0.
6306 * emulparams/avr23xx.sh (STACK): Define as last internal SRAM address.
6307 * emulparams/avr4433.sh (STACK): Likewise.
6308 * emulparams/avr44x4.sh (STACK): Likewise.
6309 * emulparams/avr85xx.sh (STACK): Likewise.
6310 * emulparams/avrmega103.sh (STACK): Likewise.
6311 * emulparams/avrmega161.sh (STACK): Likewise.
6312 * emulparams/avrmega603.sh (STACK): Likewise.
6313 * scripttempl/elf32avr.sc (__data_start): Define for gcrt1.
6314 (__stack): Define from ${STACK} for main().
6316 2000-05-26 Alan Modra <alan@linuxcare.com.au>
6318 * Makefile.am: Update dependencies with "make dep-am"
6319 * Makefile.in: Regenerate.
6321 2000-05-26 Eli Zaretskii <eliz@is.elta.co.il>
6323 * ldmain.c: Include filenames.h.
6324 (set_scripts_dir): Support backslashes in program name.
6326 2000-05-22 Igor Shevlyakov <igor@windriver.com>
6328 * ldmain.c (main): When deciding if ".text" section should be
6329 read-only, don't forget to reset SEC_READONLY because it
6330 could be already set.
6332 2000-05-22 Thomas de Lellis <tdel@windriver.com>
6334 * ld.1: Add documentation for new command line option:
6335 --section-start <sectionname>=<sectionorg>
6336 This is a generic version of -Ttext etc. which accepts
6337 any section name as a parameter instead of just text/data/
6339 * ld.texinfo: More docs.
6341 * lexsup.c: (parse_args): Recognize new command line option.
6342 (ld_options): Add new option.
6344 2000-05-18 H.J. Lu <hjl@gnu.org>
6346 * lexsup.c (parse_args): `i' == `r', not `q'.
6348 2000-05-18 Jeffrey A Law (law@cygnus.com)
6350 * configure.tgt (hppa*64*-*-*): Enable PA64 target.
6352 2000-05-17 S. Bharadwaj Yadavalli <sby@scrugs.lkg.dec.com>
6353 Rick Gorton <gorton@scrugs.lkg.dec.com>
6355 Add support for '-q' == '--emit-relocs' switch.
6356 * ldmain.c (main): Default to false.
6357 * lexsup.c (parse_args): Turn on emitrelocations flag if set.
6358 * NEWS: Describe the emitrelocations switch.
6359 * ld.texinfo: Describe the emitrelocations switch.
6361 2000-05-16 Charles Wilson <cwilson@ece.gatech.edu>
6363 * emultempl/pe.em (_open_dynamic_archive): New function: Search
6364 the library path for "foo.dll" and "libfoo.dll" dynamic libraries
6365 before searching for 'libfoo.a' in response to a '-Bdynamic -lfoo'
6368 2000-05-15 David O'Brien <obrien@FreeBSD.org>
6370 * lexsup.c (parse_args): Update the year in the copyright notice.
6372 2000-05-13 Alan Modra <alan@linuxcare.com.au>
6374 * ld.h (gettext, dgettext, dcgettext, textdomain, bindtextdomain):
6375 Replace defines with those from intl/libgettext.h to quieten gcc
6378 2000-05-10 H.J. Lu <hjl@gnu.org>
6380 * ldlang.c (open_input_bfds): Don't load the same file within
6381 a group again if the whole archive has been loaded already.
6383 2000-05-03 Alan Modra <alan@linuxcare.com.au>
6385 From Ulf Carlsson <ulfc@engr.sgi.com> and Andreas Jaeger <aj@suse.de>
6386 * lexsup.c (set_section_start): Use bfd_scan_vma rather than
6389 2000-05-01 Jim Wilson <wilson@cygnus.com>
6391 * configure.host (ia64-*-linux-gnu*): Change gcc to ${CC}.
6393 * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
6394 host "ia64-*-linux-gnu*".
6396 2000-04-29 Andreas Jaeger <aj@suse.de>
6398 * ld.h: Correctly check GCC version.
6400 2000-04-25 Jeffrey A Law (law@cygnus.com)
6402 * Makefile.am: Add PA64 support. Add missing dependencies for
6404 * Makefile.in: Rebuilt.
6405 * configure.tgt: Add PA64 support (currently disabled).
6407 2000-04-25 Alan Modra <alan@linuxcare.com.au>
6409 * emultempl/elf32.em (gld${EMULATION_NAME}_place_section): Delete.
6410 (output_rel_find): New function.
6411 (hold_section, hold_use): Delete.
6412 (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
6413 hold_interp): Make local to place_orphan.
6414 (gld${EMULATION_NAME}_place_orphan): Use lang_output_section_find
6415 rather than place_section to find possible previous use of orphan.
6416 Similarly find the place-holder output sections. Use returned
6417 value from lang_enter_output_section_statement rather than calling
6418 lang_output_section_statement_lookup.
6419 * emultempl/armelf.em: Same here.
6420 * emultempl/pe.em: Similar to above, but no need for output_rel_find.
6422 * ldlang.c (lang_enter_output_section_statement): Return output
6424 * ldlang.h (lang_enter_output_section_statement): Change
6427 * ldlang.h (lang_output_section_statement): Export it.
6428 * ldlang.c (lang_output_section_statement): Ditto.
6430 2000-04-24 Nick Clifton <nickc@cygnus.com>
6432 * ld.texinfo (Output Section Data): Add note that section data
6433 commands cannot appear outside of section directives.
6435 2000-04-2 Matthew Green <mrg@cygnus.com>
6437 * configure.tgt: Add NetBSD/sparc ELF, and NetBSD/sparc64 support.
6439 2000-04-21 Richard Henderson <rth@cygnus.com>
6440 David Mosberger <davidm@hpl.hp.com>
6442 * Makefile.am (ALL_64_EMULATIONS): Add eelf64_ia64.o.
6443 (eelf64_ia64.c): New rule.
6444 * Makefile.in: Rebuild.
6445 * configure.tgt (ia64-*-elf*, ia64-*-linux*): New targets.
6446 * emulparams/elf64_ia64.sh: New file.
6448 2000-04-21 Richard Henderson <rth@cygnus.com>
6450 * scripttempl/elfd30v.sc: Place .gcc_except_table.
6452 2000-04-19 Alan Modra <alan@linuxcare.com.au>
6454 * dep-in.sed: Match space at start of file name, not at end.
6456 2000-04-18 H.J. Lu <hjl@gnu.org>
6458 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Call
6459 lang_leave_output_section_statement () after calling
6460 lang_enter_output_section_statement ().
6461 * emultempl/armelf.em: Likewise.
6463 2000-04-18 Alan Modra <alan@linuxcare.com.au>
6465 * emultempl/elf32.em (struct orphan_save): Add section field.
6466 (gld${EMULATION_NAME}_place_orphan): Use above to keep sections in
6467 better order, and place first orphan section as we did before the
6468 2000-04-12 patch. Ignore ~SEC_ALLOC sections when choosing place.
6469 Don't call make_bfd_section here, let wild_doit do the job for us.
6470 Don't build a statement list when we'll only throw it away.
6471 * emultempl/armelf.em: Ditto.
6472 * emultempl/pe.em: Similarly.
6474 2000-04-14 Geoff Keating <geoffk@cygnus.com>
6476 * scripttempl/elfppc.sc: Remove.
6477 * emulparams/elf32ppc.sh: Use elf.sc.
6478 * emulparams/elf32lppc.sh: Use elf.sc.
6479 * emulparams/elf32ppclinux.sh: Use elf.sc.
6480 * emulparams/elf32ppcsim.sh: New file.
6481 * emulparams/elf32lppcsim.sh: New file.
6482 * Makefile.am: Update dependencies. Add elf32ppcsim ad elf32lppcsim.
6483 (ALL_EMULATIONS): Add elf32ppcsim ad elf32lppcsim.
6484 * Makefile.in: Regenerate.
6485 * configure.tgt (powerpc-*): Add elf32ppcsim and elf32lppcsim.
6487 2000-04-14 Alan Modra <alan@linuxcare.com.au>
6489 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Process
6490 ~SEC_ALLOC sections too. Init start address of debug sections.
6491 * emultempl/armelf.em (gld${EMULATION_NAME}_place_orphan): Ditto.
6492 * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Ditto.
6493 Also set all relocateable section start addresses.
6495 2000-04-13 Geoff Keating <geoffk@cygnus.com>
6497 * scripttempl/elf.sc: Add support for .sbss2 and .sdata2 sections.
6498 Add new BSS_PLT variable for when .plt need not be contained in
6499 the file. Move _etext so that it is also after .fini, and provide
6500 both etext and _etext with a leading underscore. Mark the start
6503 2000-04-12 Alan Modra <alan@linuxcare.com.au>
6505 * emultempl/elf32.em (struct orphan_save): New.
6506 (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
6507 hold_interp): Make them struct orphan_save.
6508 (gld${EMULATION_NAME}_place_section): Modify for new hold_*.
6509 (gld${EMULATION_NAME}_place_orphan): Add new orphan sections to
6510 the end of the relevant section list. Also add associated section
6511 statements to the end of any previous orphan statements.
6512 * emultempl/armelf.em: Similarly.
6513 * emultempl/pe.em: Similarly.
6515 2000-04-11 Alan Modra <alan@linuxcare.com.au>
6517 * ld.texinfo (Simple Example): Remove extraneous paragraph.
6519 2000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
6521 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
6522 --enable-build-warnings option.
6523 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
6524 * Makefile.in, configure: Re-generate.
6526 2000-04-04 Alan Modra <alan@linuxcare.com.au>
6528 * po/ld.pot: Regenerate.
6530 * lexsup.c (help): Restore translated part of bug string.
6532 * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
6533 (DEP): Quote when passing vars to sub-make. Add warning message
6535 (DEP1): Rewrite for "gcc -MM".
6536 (CLEANFILES): Add DEP2.
6537 Update dependencies.
6538 * Makefile.in: Regenerate.
6540 2000-04-03 Alan Modra <alan@linuxcare.com.au>
6542 * ld.h: #include "bin-bugs.h"
6543 * lexsup.c (help): Use REPORT_BUGS_TO.
6545 2000-03-27 Denis Chertykov <denisc@overta.ru>
6547 * configure.tgt (avr-*-*): New target support.
6548 * Makefile.am: Likewise.
6549 * scripttempl/elf32avr.sc: New script file.
6550 * emulparams/avr1200.sh: New file.
6551 * emulparams/avr23xx.sh: New file.
6552 * emulparams/avr4433.sh New file.
6553 * emulparams/avr44x4.sh New file.
6554 * emulparams/avr85xx.sh New file.
6555 * emulparams/avrmega103.sh New file.
6556 * emulparams/avrmega161.sh New file.
6557 * emulparams/avrmega603.sh New file.
6558 * Makefile.in: Regenerate.
6560 2000-03-09 Andreas Jaeger <aj@suse.de>
6562 * Makefile.am (check-DEJAGNU): Also unset LANG.
6563 * Makefile.in: Rebuild.
6565 2000-03-06 Ian Lance Taylor <ian@zembu.com>
6567 * ldfile.c (ldfile_try_open_bfd): Don't crash if we see an empty
6570 2000-03-02 H.J. Lu <hjl@gnu.org>
6572 * emulparams/elf32mcore.sh: Include "getopt.h".
6574 2000-03-01 Ian Lance Taylor <ian@zembu.com>
6576 * configure.tgt: Remove *-*-aout, *-*-coff, and *-*-netware.
6578 2000-03-01 H.J. Lu <hjl@gnu.org>
6580 * emulparams/mipspe.sh: Add SUBSYSTEM and INITIAL_SYMBOL_CHAR.
6581 * emulparams/shpe.sh: Likewise.
6583 2000-03-01 Nick Clifton <nickc@cygnus.com>
6585 * pe-dll.c: Remove unused variables and add ATTRIBUTE_UNUSED
6586 to unused parameters.
6588 * emultempl/pe.em: Add "#ifdef DLL_SUPPORT" around static
6589 functions only used by DLL code.
6590 (_place_orphan): Initialise 'dollar'.
6592 2000-03-01 H.J. Lu <hjl@gnu.org>
6594 * ldmain.c (undefined_symbol): Take one more arg, fatal, to
6595 indicate if the undefined symbol is a fatal error or not.
6596 Don't delete the output file if "fatal" is false.
6598 2000-02-29 H.J. Lu <hjl@gnu.org>
6600 * Makefile.am (check-DEJAGNU): Also pass LIBS="$(LIBS)".
6601 Set LC_COLLATE and LC_ALL to null and export them. It is for
6602 sort which expects the C locale.
6603 Add $(LIBS) to all $(HOSTING_LIBS).
6604 * Makefile.in: Rebuild.
6606 2000-02-29 Alan Modra <alan@spri.levels.unisa.edu.au>
6608 * emultempl/{aix.em, armcoff.em, armelf.em, armelf_oabi.em,
6609 beos.em, elf32.em, generic.em, gld960.em, gld960c.em, hppaelf.em,
6610 linux.em, lnk960.em, mipsecoff.em, sunos.em, vanilla.em}
6611 (ld_emulation_xfer_struct): Add missing NULL initialiser for
6612 find_potential_libraries.
6614 2000-02-28 Jim Blandy <jimb@redhat.com>
6616 * ldgram.y (exclude_name_list): Don't require a comma to separate
6617 list entries; the lexer considers commas to be valid part of a
6618 filename, so in something like `foo, bar' the comma is considered
6619 part of the first filename, `foo,'.
6620 * ld.texinfo: Update section on EXCLUDE_FILE lists.
6622 2000-02-27 Loren J. Rittle <ljrittle@acm.org>
6624 * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
6625 host "i[3456]86-*-freebsdelf*".
6627 2000-02-27 Mark Elbrecht <snowball3@bigfoot.com>
6629 * scripttempl/i386go32.sc: Move misplaced semicolons.
6631 2000-02-25 Ian Lance Taylor <ian@zembu.com>
6633 * Makefile.am (ALL_EMULATIONS): Remove ehppaelf.o.
6634 (ALL_64_EMULATIONS): Remove eelf64hppa.o.
6635 (eelf64hppa.c, ehppaelf.c): Remove targets.
6636 * Makefile.in: Rebuild.
6638 2000-02-25 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
6640 * configure.tgt (targ_extra_ofiles): Enable elf64_sparc on
6641 GNU/Linux/sparc, but keep the default as 32.
6643 * configure.tgt: Enable elf64_sparc on Solaris7+/sparc. And make
6644 it default if sparcv9 or sparc64.
6646 2000-02-24 Nick Clifton <nickc@cygnus.com>
6648 * Makefile.am: Add rules to build emipspe.o and earmpe.o.
6649 * Makefile.in: Regenerate.
6650 * configure.tgt: Add targets for arm-wince, sh-pe and mips-pe.
6652 * ldemul.h (ld_emulation_xfer_struct): Add new field:
6653 find_potential_libraries.
6654 * ldemul.c (ldemul_find_potential_libraries): New function.
6656 * ldfile.c (ldfile_open_file_search): Allow function to be
6658 (ldfile_open_file): Call ldemul_find_potential_libraries.
6659 * ldfile.h: Add prototype for ldfile_open_file_search.
6661 * pe-dll.c: Add support for ARM, MIPS and SH targets.
6663 * emulparams/mipspe.sh: New file. Parameters for mips-pe target.
6664 * emulparams/shpe.sh: New file. Parameters for sh-pe target.
6666 * emultempl/pe.em: Add support for ARM, MIPS and SH DLLs.
6667 (gld_X_find_potential_libraries): New function. Search for
6668 libraries called "*.lib".
6670 * scripttempl/pe.sc: Add .pdata section.
6672 2000-02-23 Richard Henderson <rth@cygnus.com>
6674 * scripttempl/elfd10v.sc: Remove dynamic linking hooks.
6675 Add and use memory regions.
6677 2000-02-23 Linas Vepstas (linas@linas.org)
6679 * emulparams/elf32i370.sh, scripttempl/elfi370.sc: New.
6681 * Makefile.am: Add support for Linux/IBM 370.
6682 * configure.tgt: Likewise.
6684 * Makefile.in: Regenerate.
6686 2000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
6688 * ldlang.c (print_input_section, print_data_statement,
6689 print_reloc_statement, print_padding_statement, insert_pad,
6690 size_input_section, lang_check_section_addresses,
6691 lang_size_sections, lang_do_assignments, lang_set_startof,
6692 lang_one_common): Change `opb' to unsigned.
6693 (lang_do_assignments): Also change `size' to unsigned.
6695 2000-02-16 Richard Henderson <rth@cygnus.com>
6697 * scripttempl/elf.sc: Place OTHER_PLT_RELOC_SECTION.
6699 2000-02-16 Timothy Wall <twall@cygnus.com>
6701 * mri.c (mri_draw_tree): Add default LMA region argument to call
6702 to lang_leave_output_section_statement.
6703 * ldlang.h: Update prototypes with LMA region arguments.
6704 * ldlang.c (lang_size_sections): Encapsulate region bounds
6705 checking in os_check_region call.
6706 (os_check_region): New function.
6707 (lang_output_section_statement_lookup): Initialize lma_region.
6708 (lang_leave_output_section_statement): Add LMA region argument.
6709 (lang_leave_overlay): Ditto.
6710 * ldgram.y: Handle LMA region syntax.
6711 * ld.texinfo (Output Section Description): Describe LMA region usage.
6712 * emultempl/armelf.em (gld$place_orphan): Add default value for
6713 lma region in call to lang_leave_output_section_statement.
6714 * emultempl/elf32.em (gld$place_orphan): Add default value for
6715 lma region in call to lang_leave_output_section_statement.
6716 * emultempl/pe.em (gld$place_orphan): Add default value for
6717 lma region in call to lang_leave_output_section_statement.
6720 2000-02-04 Timothy Wall <twall@redhat.com>
6722 * ldlang.c (lang_check_section_addresses): Use bytes instead of
6723 octets when calculating section end addresses.
6725 2000-02-04 Timothy Wall <twall@redhat.com>
6727 * ldlang.c (lang_size_sections): Fix typo in ALIGN_N invocation.
6729 2000-02-03 Timothy Wall <twall@redhat.com>
6731 * ldexp.c (fold_name): Make SIZEOF operator return byte count, not
6733 * ldlang.c (print_input_section, print_data_statement,
6734 print_reloc_statement, print_padding_statement): Print target
6735 address values and section sizes as bytes, not octets.
6736 (insert_pad) Calculate padding size in octets, and adjust "dot"
6738 (size_input_section) Always adjust "dot" by bytes, not octets.
6739 (lang_check_section_addresses, lang_do_assignments) Adjust
6740 "dot" by bytes, not octets. Use the larger of the directive size
6741 or octets_per_byte for the number of octets actually allocated in
6743 (lang_set_startof) Make sure STARTOF returns a target address.
6744 (lang_one_common) Record size changes in octets.
6745 (lang_abs_symbol_at_end_of) Section end symbol's value is
6746 recorded in target bytes.
6747 * ld.texinfo: Updated description of BYTE, SHORT, LONG, etc.
6748 to be clear about behavior when an octet is smaller than one byte.
6750 2000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
6752 * ldcref.c (output_cref): Don't pass message strings to printf
6756 * ldmisc.c (vfinfo): Same here.
6759 2000-01-23 Alan Modra <alan@spri.levels.unisa.edu.au>
6761 * emultempl/{armcoff.em,armelf.em,armelf_oabi.em,beos.em,
6762 generic.em,gld960.em,gld960c.em,hppaelf.em,linux.em,lnk960.em,
6763 mipsecoff.em,sunos.em,vanilla.em} (ld_emulation_xfer_struct):
6764 Add missing NULL initialisers, and comments.
6766 2000-01-21 Nick Clifton <nickc@cygnus.com>
6768 * ldlang.c (lang_size_sections): Fix typo in comment.
6770 2000-01-18 H.J. Lu <hjl@gnu.org>
6772 * ldlang.c (lang_size_sections): Also update the current
6773 address of a region if the SEC_NEVER_LOAD bit is not set.
6775 2000-01-10 Philip Blundell <pb@futuretv.com>
6777 * configure.tgt (arm*-*-conix*): New target.
6779 2000-01-07 Nick Clifton <nickc@cygnus.com>
6781 * ld.texinfo (Options): Remind users to preceed linker command
6782 line switches with -Wl, (or whatever is appropriate) if it is
6783 being invoked by a comnpiler driver program.
6784 Fix description of the behaviour of the -n command line switch.
6786 2000-01-05 Catherine Moore <clm@cygnus.com>
6788 * ld.h (wildcard_spec): Change exclude_name to exclude_name_list.
6790 * ld.texinfo (EXCLUDE_FILE): Update documentation.
6791 * ldgram.y (wildcard_spec): Support a list of excluded_files.
6792 (exclude_name_list): New.
6793 ldlang.c (walk_wild_section): Support list of excluded files.
6794 (print_wild_statement): Likewise.
6795 (lang_add_wild): Likewise.
6796 * ldlang.h (lang_wild_statement_type): Likewise.
6797 * scripttempl/elf.sc (OTHER_EXCLUDE_FILES): Support.
6799 2000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
6801 * pe-dll.c (pe_dll_warn_dup_exports): New variable.
6802 (process_def_file): Use.
6803 (pe_dll_compat_implib): New variable.
6806 * pe-dll.h: Add exports of pe_dll_warn_dup_exports and
6807 pe_dll_compat_implib.
6809 * emultempl/pe.em (longopts): Add warn-duplicate-exports and
6810 compat-implib options.
6811 (gld_${EMULATION_NAME}_list_options): List new options.
6812 (gld_${EMULATION_NAME}_parse_args): Handle.
6814 * pe-dll.c (pe_dll_generate_implib): Use the correct name for output
6817 * deffilep.y (opt_name): Allow "." in name.
6819 For older changes see ChangeLog-9899
6825 version-control: never