1 2003-10-24 Nick Clifton <nickc@redhat.com>
3 * emultempl/m68hc1xelf.em (before_allocation): Add missing second
4 parameter to lang_memory_region_lookup.
6 2003-10-22 Jakub Jelinek <jakub@redhat.com>
8 * ldlang.c: Include hashtab.h.
9 (lang_vers_match_lang_c, lang_vers_match_lang_cplusplus,
10 lang_vers_match_lang_java): Remove.
11 (lang_vers_match): New function.
12 (lang_new_vers_pattern): Initialize wildcard and mask
13 fields, don't initialize match.
14 (lang_new_vers_node): Use xcalloc. Adjust for globals and
15 locals field type changes. Set match field.
16 (version_expr_head_hash, version_expr_head_eq): New functions.
17 (lang_finalize_version_expr_head): New function.
18 (lang_register_vers_node): Call lang_finalize_version_expr_head.
19 Search in hash table if not wildcard when looking for duplicates.
20 * emultempl/ppc64elf.em (new_vers_pattern): Don't bother with
21 duplicate checking. Initialize all fields of dot_entry from entry
22 with the exception of pattern and next.
24 2003-10-21 Nick Clifton <nickc@redhat.com>
26 * ldlang.c (lang_memory_region_lookup): Add second parameter -
27 create - which is true if the region is being created. Issue
28 appropriate warning messages for finding and not finding
29 already created regions.
30 (lang_memory_default): Use DEFAULT_MEMORY_REGION.
31 (lang_leave_overlay_section): Likewise.
32 (lang_size_sections_1): Likewise.
33 Pass second parameter to lang_memory_region_lookup.
34 (lang_get_regions): Likewise.
35 * ldlang.h (DEFAULT_MEMORY_REGION): Define.
36 Update prototype for lang_memory_region_lookup.
37 * ldgram.y: Pass second parameter to lang_memory_region_lookup.
38 Use DEFAULT_MEMORY_REGION instead of "*default".
40 2003-10-20 Andrew Cagney <cagney@redhat.com>
42 * pe-dll.c: Replace "struct sec" with "struct bfd_section".
44 2003-10-19 Marek Michalkiewicz <marekm@amelek.gda.pl>
46 * Makefile.am: Remove old (before GCC 3.3) emulations for AVR
47 target: avr1200, avr23xx, avr4433, avr44x4, avr85xx, avrmega103,
48 avrmega161, avrmega603. Default to avr2.
49 * Makefile.in: Regenerate.
50 * configure.tgt: Likewise.
51 * emulparams/avr1200.sh: Remove.
52 * emulparams/avr23xx.sh: Remove.
53 * emulparams/avr4433.sh: Remove.
54 * emulparams/avr44x4.sh: Remove.
55 * emulparams/avr85xx.sh: Remove.
56 * emulparams/avrmega103.sh: Remove.
57 * emulparams/avrmega161.sh: Remove.
58 * emulparams/avrmega603.sh: Remove.
59 * scripttempl/elf32avr.sc: Remove.
61 2003-10-19 Andreas Schwab <schwab@suse.de>
63 * emultempl/ticoff.em (gld_${EMULATION_NAME}_list_options): Add
66 * deffilep.y: Remove commas from %token lines.
68 2003-10-18 Hans-Peter Nilsson <hp@bitrange.com>
70 * emultempl/mmix-elfnmmo.em (mmix_before_allocation): Force linker
71 relaxation always; don't exclude relocatable linking. Adjust for
72 _bfd_mmix_prepare_linker_allocated_gregs renamed to
73 _bfd_mmix_before_linker_allocation.
74 (mmix_after_allocation): Adjust for
75 _bfd_mmix_finalize_linker_allocated_gregs renamed to
76 _bfd_mmix_after_linker_allocation.
77 * scripttempl/mmo.sc: Use ADDR (.text), not . - SIZEOF (.text).
79 * ldlang.c (lang_size_sections): Last, set _cooked_size for output
82 2003-10-16 Alan Modra <amodra@bigpond.net.au>
84 * Makefile.am (GENSCRIPTS_EXTRA, GEN_EXTRA_DEPENDS): Remove. Use
85 GENSCRIPTS and GEN_DEPENDS in place of these.
86 * Makefile.in: Regenerate.
87 * genscripts_extra.sh: Delete. Merge extra functionality to..
88 * genscripts.sh: ..here.
90 * emulparams/gld960.sh (TEXT_START_ADDR, TARGET_PAGE_SIZE): Define.
91 * emulparams/gld960coff.sh (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
92 * emulparams/lnk960.sh (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
93 * emulparams/m88kbcs.sh (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
94 * emulparams/vanilla.sh (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
96 2003-10-16 Alan Modra <amodra@bigpond.net.au>
98 * emultempl/ia64elf.em (gld${EMULATION_NAME}_after_parse): Don't
99 use $EMULATION_NAME to call bfd function.
101 2003-10-14 Danny Smith <dannysmith@users.sourceforge.net>
103 * pe-dll.c (pe_implied_import_dll): Also scan .rdata sections
104 to identify data symbols.
106 2003-10-13 Richard Sandiford <rsandifo@redhat.com>
108 * emulparams/elf32bmipn32-defs.sh (INITIAL_READONLY_SECTIONS): Move
109 definition from elf64btsmip.sh.
110 (TEXT_DYNAMIC): Likewise elf32btsmipn32.sh.
111 * emulparams/elf32btsmipn32.sh (TEXT_DYNAMIC): Remove.
112 * emulparams/elf64btsmip.sh (INITIAL_READONLY_SECTIONS): Remove.
113 * emulparams/elf64bmip.sh (SHLIB_TEXT_START_ADDR): Define.
114 (EXECUTABLE_SYMBOLS): Set __elf_header correctly for shared objects.
115 Define __program_header_table in terms of __elf_header.
117 2003-10-10 H.J. Lu <hongjiu.lu@intel.com>
119 * Makefile.am (eelf64_ia64.c): Also depend on
120 $(srcdir)/emultempl/ia64elf.em.
121 * Makefile.in: Regenerated.
123 * emulparams/elf64_ia64.sh (EXTRA_EM_FILE): Set to ia64elf.
125 * emultempl/ia64elf.em: New.
127 2003-10-12 Kaz Kojima <kkojima@rr.iij4u.or.jp>
129 * emulparams/shelf32_nbsd.sh (OTHER_SECTIONS): Redefine.
131 2003-10-11 Hans-Peter Nilsson <hp@bitrange.com>
133 * ld.texinfo (Builtin Functions) <DEFINED>: Say that only symbols
134 defined before the statement using DEFINED yield 1.
135 * ldexp.c (fold_name) <case DEFINED>: In lang_first_phase_enum,
136 call lang_track_definedness on symbol. In subsequent phases, use
137 lang_symbol_definition_iteration and lang_statement_iteration to
138 check whether the symbol was defined before the current statement.
139 (exp_fold_tree) <case etree_assign et al>: Call
140 lang_update_definedness before updating symbol type when setting
142 * ldlang.c (lang_definedness_table): New variable.
143 (lang_definedness_newfunc, lang_track_definedness)
144 (lang_symbol_definition_iteration, lang_update_definedness): New
146 (lang_init): Initialize lang_definedness_table and
147 lang_statement_iteration.
148 (lang_finish): Destroy bfd_hash_table_free.
149 (lang_size_sections): Increment lang_statement_iteration.
150 (lang_do_assignments_1): New function with former
151 lang_do_assignments contents. Change recursive calls to call this
153 (lang_do_assignments): Evacuate contents. Increment
154 lang_statement_iteration, then just call lang_do_assignments_1.
155 * ldlang.h (struct lang_definedness_hash_entry)
156 (lang_statement_iteration, lang_track_definedness)
157 (lang_symbol_definition_iteration, lang_update_definedness):
160 2003-10-09 H.J. Lu <hongjiu.lu@intel.com>
162 * scripttempl/elf.sc (__executable_start): Provide.
164 2003-10-09 Daniel Jacobowitz <drow@mvista.com>
166 * emulparams/armelf.sh: Define NO_SMALL_DATA.
167 * emulparams/armelf_linux.sh, emulparams/armelf_oabi.sh,
168 emulparams/armnto.sh: Likewise.
170 2003-10-08 Alexandre Oliva <aoliva@redhat.com>
172 * ldlang.c (lang_size_sections_1): Use IGNORE_SECTION to tell
173 whether to skip test for no memory region.
175 2003-10-08 Nick Clifton <nickc@redhat.com>
177 * lexsup.c (parse_args: OPTION_CALL_SHARED): Revise comment
178 describing defaults. Change default to report unresolved symbols
179 in object files as well.
181 2003-10-08 Hans-Peter Nilsson <hp@bitrange.com>
183 * ldexp.c (fold_name) <case DEFINED>: Set section of result to
186 2003-10-07 Bob Wilson <bob.wilson@acm.org>
188 * emulparams/elf32xtensa.sh (OTHER_READONLY_SECTIONS,
189 OTHER_READWRITE_SECTIONS, OTHER_SECTIONS): Set section addresses to
190 zero for relocatable links.
192 2003-10-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
194 * configure.host (HOSTING_LIBS): Define for hppa*-*-linux*.
196 2003-10-07 Nathan Sidwell <nathan@codesourcery.com>
198 * ldwrite.c (unsplittable_name): New.
199 (clone_section): Strip existing numeric suffix. Only truncate names
201 (split_sections): Use unsplittable_name.
203 2003-10-06 Nick Clifton <nickc@redhat.com>
205 * lexsup.c (parse_args): Report unresolved symbols in shared
206 libraries when creating a dynamic executable. This is a
207 restoration of the default behaviour for previous versions of
210 2003-10-06 Matt Thomas <matt@3am-software.com>
212 * emulparams/hppanbsd.sh: Remove OUTPUT_FORMAT.
213 * emulparams/hppaobsd.sh: Add OUTPUT_FORMAT="elf32-hppa".
215 2003-10-06 Robert Millan <robertmh@gnu.org>
217 * configure.tgt: Match GNU/KNetBSD with new knetbsd*-gnu triplet.
219 2003-10-02 Ivan Warren <ivan@vmfacility.fr>
221 * pe-dll.c (make_one): Correct sym def order & pick right sym for
224 2003-09-30 Chris Demetriou <cgd@broadcom.com>
226 * NEWS: Add an indication of the cutoff for 2.14.
228 2003-09-30 Chris Demetriou <cgd@broadcom.com>
230 * ldmain.c (get_emulation): Ignore "-mips64r2".
232 2003-09-03 Robert Millan <robertmh@gnu.org>
234 * configure.host: Match GNU/KFreeBSD with new kfreebsd*-gnu
236 * configure.tgt: Likewise.
238 2003-08-29 Jafa <jafa@silicondust.com>
240 * emulparams/elf32ip2k.sh (TEMPLATE_NAME): Define.
242 2003-08-21 Nick Clifton <nickc@redhat.com>
244 * po/tr.po: Updated Turkish translation.
246 2003-08-20 Nick Clifton <nickc@redhat.com>
248 * ldmain.c: Initialise the new fields in bfd_link_info to
250 * lexsup.c (enum option_values): New enum. Use this to
251 replace the handed coded values for the long switch options.
252 (ld_options): Add 'unresolved-symbols',
253 'warn-unresolved-symbols' and 'error-unresolved-symbols'.
254 (parse_args): Handle the new switches. Set the values of
255 unresolved_symbols_in_objects and
256 unresolved_symbols_in_shared_libs appropriately. If they were
257 not initialised by the command line, install default values.
258 * emultempl/elf32.em (handle_option): Update OPTION_GROUP and
259 -z defs to use the new fields in bfd_link_info.
260 * ld.texinfo: Document the new switches.
261 * NEWS: Mention this feature.
263 2003-08-15 Dmitry Diky <diwil@mail.ru>
265 * Makefile.am (GENSCRIPTS_EXTRA): New script definition which
266 calls genscripts_extra.sh.
267 Rearrange all msp430 depends using this script.
268 * Makefile.in: Regenerate.
269 * genscripts_extra.sh: New file: Similar to genscripts.sh, except
270 that the script to be run to generate the emulations can be passed
271 as an optional parameter instead of being computed from the
273 * emulparams/msp430all.sh: New file: Combine all msp430 subdevice
274 definitions into one file.
275 * emulparams/msp430x*.sh: Removed.
277 2003-08-15 Nick Clifton <nickc@redhat.com>
279 * ld.texinfo (Options): Put keywords for the -z option into a
280 table. Add more text describing what the -z now option does.
282 2003-08-14 Alan Modra <amodra@bigpond.net.au>
284 * dep-in.sed: Remove libintl.h.
285 * Makefile.am (POTFILES.in): Unset LC_COLLATE.
286 * Makefile.in: Regenerate.
288 2003-08-13 Alan Modra <amodra@bigpond.net.au>
290 * genscripts.sh (libpath.exp): Only generate for first emulation.
291 (LIB_PATH): Correct order of paths. Don't add $tool_lib when
292 already present or when LIB_PATH is set to ":".
294 2003-08-12 Ian Lance Taylor <ian@airs.com>
296 * ldmain.c (undefined_symbol): Change parameter name from `fatal'
297 to `error'. If only a warning, put warning in the reported
298 string. Consistently set failure flag when not a warning.
300 2003-08-08 Dmitry Diky <diwil@mail.ru>
302 * Makefile.am: Add xW42 and xE42 parts. Sort MPU list according to
304 * Makefile.in: Regenerate.
305 * configure.tgt: Add extra emulations.
306 * emulparams/msp430xE423.sh: New file.
307 * emulparams/msp430xE427.sh: New file.
308 * emulparams/msp430xW425.sh: New file.
309 * emulparams/msp430xE425.sh: New file.
310 * emulparams/msp430xW423.sh: New file.
311 * emulparams/msp430xW427.sh: New file.
313 2003-08-07 Danny Smith <dannysmith@users.sourceforge.net>
315 * emultempl/pe.em (gld_${EMULATION_NAME}_before_parse):
316 Change second (cmdline) arg to lang_add_entry to FALSE.
317 (set_pe_subsystem): Change second arg to lang_add_entry to TRUE.
319 2003-08-05 Christian Groessler <chris@groessler.org>
320 Jason Eckhardt <jle@rice.edu>
322 * configure.tgt: Recognize new target i860-*-coff.
323 * Makefile.am (ALL_EMULATIONS): Add ecoff_i860.o.
324 (ecoff_i860.c): New rule.
325 * emulparams/coff_i860.sh: New file.
326 * scripttempl/i860coff.sc: New file.
327 * Makefile.in: Regenerate.
329 2003-08-04 Nick Clifton <nickc@redhat.com>
331 * emultempl/elf32.em (before_allocation): Prepend "warning: "
332 to messages produced for .gnu.warning.SYMBOL sections.
334 2003-08-04 Alan Modra <amodra@bigpond.net.au>
336 * emultempl/elf32.em (output_rel_find): Add "isdyn" param. Put
337 .rel.dyn before other reloc sections. Don't stop looking for reloc
338 sections on finding one that isn't allocated. Match .rel even when
339 placing .rela and vice versa, when setting last_rel and
340 last_rel_alloc for the first time. If no reloc sections in script,
341 prefer allocated section over non-alloc.
342 (gld${EMULATION_NAME}_place_orphan): Handle orphan .rel.dyn.
344 2003-07-29 Kaz Kojima <kkojima@rr.iij4u.or.jp>
346 * emulparams/shelf.sh (OTHER_SECTIONS): Don't include .stack
347 section for shared library.
348 * emulparams/shelf32.sh (OTHER_SECTIONS): Likewise.
349 * emulparams/shelf64.sh (OTHER_SECTIONS): Likewise.
351 2003-07-29 Stephane Carrez <stcarrez@nerim.fr>
353 * scripttempl/elfm68hc12.sc: Add gcc_except_table.
354 * scripttempl/elfm68hc11.sc: Likewise.
356 2003-07-28 Alan Modra <amodra@bigpond.net.au>
358 * emulparams/elf64ppc.sh (GOT): Fix for shell brace matching.
360 * emulparams/elf64ppc.sh (GOT): Don't merge .toc into .got for ld -r.
362 2003-07-27 Alan Modra <amodra@bigpond.net.au>
364 * ld.texinfo: Typo fixes. Document SUBALIGN.
365 * ldgram.y (opt_subalign): Add.
366 * ldlex.l (SUBALIGN): Recognize.
367 * ldlang.c (overlay_subalign): New var.
368 (lang_enter_overlay): Add subalign param.
369 (lang_enter_overlay_section): Pass overlay_subalign to
370 lang_enter_output_section_statement.
371 * ldlang.h (lang_enter_overlay): Update.
373 2003-07-24 Nick Clifton <nickc@redhat.com>
375 * po/fr.po: Updated French translation.
377 2003-07-23 Stephane Carrez <stcarrez@nerim.fr>
379 * scripttempl/elfm68hc11.sc: Keep ctor/dtor sections; Take into
380 account .tramp sections;
381 * scripttempl/elfm68hc12.sc: Likewise.
383 2003-07-17 Charles Wilson <cwilson@ece.gatech.edu>
385 * ld/pe-dll.c: Add libcygwin to autofilter_liblist[]
387 2003-07-17 Nick Clifton <nickc@redhat.com>
389 * po/es.po: New Spanish translation.
391 2003-07-11 Alan Modra <amodra@bigpond.net.au>
393 * po/ld.pot: Regenerate.
395 2003-07-10 Bob Wilson <bob.wilson@acm.org>
397 * emulparams/elf32xtensa.sh (OTHER_READONLY_SECTIONS): Replace .xt.lit
398 with new .got.loc section.
399 (OTHER_READWRITE_SECTIONS): Do not combine linkonce sections for
400 non-relocating links.
401 (OTHER_SECTIONS): Add .xt.lit here. Change it to keep linkonce
402 sections separate for non-relocating links; likewise for .xt.insn.
404 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
406 2001-08-22 Alexandre Oliva <aoliva@redhat.com>
407 * emulparams/elf32am33lin.sh: Adjust to match kernel parameters.
408 2001-05-09 Alexandre Oliva <aoliva@redhat.com>
409 * configure.host (am33_2.0-*-linux*): Added.
410 * configure.tgt (am33_2.0-*-linux*): Likewise.
411 * emulparams/elf32am33lin.sh: New.
412 * Makefile.am (eelf32am33lin.c): New rule.
413 * Makefile.in: Rebuilt.
415 2003-07-09 Alexandre Oliva <aoliva@redhat.com>
417 2001-04-17 Alexandre Oliva <aoliva@redhat.com>
418 * emulparams/mn10300.sh (TEMPLATE_NAME): Define.
419 (GENERATE_SHLIB_SCRIPT): Likewise.
421 2003-07-10 Alan Modra <amodra@bigpond.net.au>
423 * emulparams/elf64ppc.sh (OTHER_GOT_SECTIONS): Don't define.
425 * emultempl/ppc64elf.em (stub_added): New static var.
426 (ppc_create_output_section_statements): Call ppc64_elf_init_stub_bfd.
427 (ppc_add_stub_section): Set stub_added.
428 (gld${EMULATION_NAME}_finish): Look for .got rather than .toc. Adjust
429 ppc64_elf_size_stubs call and test for stubs.
430 * scripttempl/elf.sc (GOT): Define and use.
432 2003-07-08 J"orn Rennecke <joern.rennecke@superh.com>
434 * emultempl/sh64elf.em (sh64_elf_${EMULATION_NAME}_after_allocation):
435 Allow second call from ldemul_finish.
437 2003-07-04 J"orn Rennecke <joern.rennecke@superh.com>
439 * emulparams/shelf32.sh (STACK_ADDR): Don't define.
440 (OTHER_SECTIONS): Include .stack.
441 * emulparams/shelf64.sh (OTHER_SECTIONS): Likewise.
443 2003-07-02 Jakub Jelinek <jakub@redhat.com>
445 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Don't include
447 (OTHER_READWRITE_SECTIONS): Include .opd if -pie.
448 * scripttempl/elf.sc: Use SHLIB_DATA_ADDR instead of DATA_ADDR
451 2003-06-28 Alan Modra <amodra@bigpond.net.au>
453 * ld.h: Convert to C90, remove unnecessary prototypes and casts.
454 Replace PTR with void *. Formatting.
455 * ldcref.c: Likewise.
456 * ldctor.c: Likewise.
457 * ldctor.h: Likewise.
458 * ldemul.h: Likewise.
461 * ldfile.c: Likewise.
462 * ldfile.h: Likewise.
463 * ldlang.c: Likewise.
464 * ldlang.h: Likewise.
467 * ldmain.c: Likewise.
468 * ldmain.h: Likewise.
469 * ldmisc.c: Likewise.
470 * ldmisc.h: Likewise.
472 * ldwrite.c: Likewise.
473 * ldwrite.h: Likewise.
474 * lexsup.c: Likewise.
477 * pe-dll.c: Likewise.
478 * pe-dll.h: Likewise.
479 * deffilep.y: Likewise.
480 * deffile.h: Likewise. Don't include ansidecl.h.
481 * emulparams/elf32mcore.sh: Remove unnecessary cast.
482 * emultempl/m68kcoff.em: Likewise.
483 * emultempl/m68kelf.em: Likewise.
484 * emultempl/ticoff.em: Remove lang_add_output_format declaration.
485 * sysdep.h: Don't include ansidecl.h.
486 * Makefile.am: Run "make dep-am".
487 * Makefile.in: Regenerate.
489 2003-06-27 Nick Clifton <nickc@redhat.com>
491 * deffilep.y (def_file_add_directive): Cope with NUL seperated
492 directives. Fix reporting of unparseable directives.
493 (def_error): Check for a NULL def_filename.
495 2003-06-27 Alan Modra <amodra@bigpond.net.au>
497 * emultempl/aix.em: Convert to C90, remove unnecessary prototypes
498 and casts. Replace PTR with void *. Formatting.
499 * emultempl/alphaelf.em: Likewise.
500 * emultempl/armcoff.em: Likewise.
501 * emultempl/armelf.em: Likewise.
502 * emultempl/armelf_oabi.em: Likewise.
503 * emultempl/beos.em: Likewise.
504 * emultempl/elf32.em: Likewise.
505 * emultempl/generic.em: Likewise.
506 * emultempl/gld960.em: Likewise.
507 * emultempl/gld960c.em: Likewise.
508 * emultempl/hppaelf.em: Likewise.
509 * emultempl/linux.em: Likewise.
510 * emultempl/lnk960.em: Likewise.
511 * emultempl/m68hc1xelf.em: Likewise.
512 * emultempl/m68kcoff.em: Likewise.
513 * emultempl/m68kelf.em: Likewise.
514 * emultempl/mipsecoff.em: Likewise.
515 * emultempl/mipself.em: Likewise.
516 * emultempl/mmix-elfnmmo.em: Likewise.
517 * emultempl/mmixelf.em: Likewise.
518 * emultempl/mmo.em: Likewise.
519 * emultempl/needrelax.em: Likewise.
520 * emultempl/netbsd.em: Likewise.
521 * emultempl/pe.em: Likewise.
522 * emultempl/sh64elf.em: Likewise.
523 * emultempl/sunos.em: Likewise.
524 * emultempl/ticoff.em: Likewise.
525 * emultempl/vanilla.em: Likewise.
526 * emultempl/xtensaelf.em: Likewise.
527 * Makefile.am: Correct dependencies.
528 * Makefile.in: Regenerate.
530 2003-06-25 Alan Modra <amodra@bigpond.net.au>
532 * ld.texinfo: Correct spelling of "relocatable".
533 * ldctor.c: Likewise.
535 * ldfile.c: Likewise.
536 * ldint.texinfo: Likewise.
537 * ldlang.c: Likewise.
538 * ldmain.c: Likewise.
539 * ldwrite.c: Likewise.
540 * lexsup.c: Likewise.
541 * emultempl/aix.em: Likewise.
542 * emultempl/alphaelf.em: Likewise.
543 * emultempl/armcoff.em: Likewise.
544 * emultempl/armelf_oabi.em: Likewise.
545 * emultempl/beos.em: Likewise.
546 * emultempl/elf32.em: Likewise.
547 * emultempl/generic.em: Likewise.
548 * emultempl/gld960.em: Likewise.
549 * emultempl/gld960c.em: Likewise.
550 * emultempl/hppaelf.em: Likewise.
551 * emultempl/linux.em: Likewise.
552 * emultempl/lnk960.em: Likewise.
553 * emultempl/m68hc1xelf.em: Likewise.
554 * emultempl/m68kcoff.em: Likewise.
555 * emultempl/m68kelf.em: Likewise.
556 * emultempl/mipsecoff.em: Likewise.
557 * emultempl/mipself.em: Likewise.
558 * emultempl/mmix-elfnmmo.em: Likewise.
559 * emultempl/mmo.em: Likewise.
560 * emultempl/needrelax.em: Likewise.
561 * emultempl/pe.em: Likewise.
562 * emultempl/ppc64elf.em: Likewise.
563 * emultempl/sh64elf.em: Likewise.
564 * emultempl/sunos.em: Likewise.
565 * emultempl/ticoff.em: Likewise.
566 * emultempl/xtensaelf.em: Likewise.
568 2003-06-24 Alan Modra <amodra@bigpond.net.au>
570 * emultempl/ppc32elf.em: Convert to C90.
572 2003-06-20 Alan Modra <amodra@bigpond.net.au>
574 * emultempl/ppc64elf.em: Convert to C90 function definitions, remove
575 unnecessary prototypes and casts.
577 2003-06-19 Alan Modra <amodra@bigpond.net.au>
579 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Dump out
580 statistics from ppc64_elf_build_stubs.
582 2003-06-19 Alan Modra <amodra@bigpond.net.au>
584 * emultempl/ppc64elf.em (build_section_lists): Check return status
585 from ppc64_elf_next_input_section.
587 2003-06-17 H.J. Lu <hongjiu.lu@intel.com>
589 * ldlang.c (section_already_linked): Put back assignment of
592 2003-06-17 Rainer Keuchel <rkeuchel@allgeier.com>
594 * pe-dll.c (generate_reloc): Catch and ignore an ARM_26D
597 2003-06-17 Loren James Rittle <rittle@latour.rsch.comm.mot.com>
599 * configure.host (*-*-freebsd*): Add known path for ld-elf.so.1
600 if not produced by gcc.
602 2003-06-16 Hans-Peter Nilsson <hp@axis.com>
604 * configure.tgt: Add specific case for cris-*-linux-gnu*
605 with crislinux emulation only.
607 2003-06-13 Robert Millan <zeratul2@wanadoo.es>
609 * configure.tgt: Add i386-netbsd-gnu target.
611 2003-06-12 Richard Sandiford <rsandifo@redhat.com>
613 * configure.tgt (mips*-sgi-irix6*): Add the o32 and n64 emulations
614 to $targ_extra_libpath.
616 2003-06-11 H.J. Lu <hongjiu.lu@intel.com>
618 * po/Make-in (DESTDIR): New.
619 (install-data-yes): Support $(DESTDIR).
620 (uninstall): Likewise.
622 2003-06-10 Doug Evans <dje@sebabeach.org>
624 * Makefile.am (ALL_EMULATIONS): Add em32relf.o.
625 * Makefile.in: Regenerate.
627 2003-06-10 Richard Sandiford <rsandifo@redhat.com>
629 * configure.tgt (h8300*): Add h8300sxn emulations.
630 * Makefile.am (ALL_EMULATIONS): Add eh8300sxn.o and eh8300sxnelf.o.
631 (eh8300sxn.c, eh8300sxnelf.c): New rules.
632 * Makefile.in: Regenerate.
633 * emulparams/h8300sxnelf.sh, emulparams/h8300sxn.sh: New files.
634 * scripttempl/h8300sxn.sc: New file.
636 2003-06-10 Alan Modra <amodra@bigpond.net.au>
638 * emulparams/elf64ppc.sh (EXECUTABLE_SYMBOLS, OTHER_BSS_END_SYMBOLS,
639 CTOR_START, CTOR_END, DTOR_START, DTOR_END): Don't define.
641 2003-06-08 Alan Modra <amodra@bigpond.net.au>
643 * emultempl/ppc64elf.em (emit_stub_syms, toc_section): New vars.
644 (build_toc_list): New function.
645 (gld${EMULATION_NAME}_finish): Call build_toc_list and
646 ppc64_elf_reinit_toc. Adjust ppc64_elf_build_stubs call.
647 (OPTION_STUBSYMS): Define.
648 (PARSE_AND_LIST_LONGOPTS): Add emit-stub-syms.
649 (PARSE_AND_LIST_OPTIONS): Document.
650 (PARSE_AND_LIST_ARGS_CASES): Handle.
652 2003-06-05 Roland McGrath <roland@redhat.com>
654 * emultempl/elf32.em (gld${EMULATION_NAME}_list_options): Remove
655 extra \t in -z noexecstack line.
657 2003-05-23 Jakub Jelinek <jakub@redhat.com>
659 * ldgram.y (phdr_type): Grok PT_GNU_STACK.
660 * emultempl/elf32.em (gld${EMULATION_NAME}_handle_option): Add
661 -z execstack and -z noexecstack.
662 (gld${EMULATION_NAME}_list_options): Likewise.
663 * scripttempl/elf.sc: If not -r, discard .note.GNU-stack section.
665 2003-06-03 Michael Snyder <msnyder@redhat.com>
666 and Bernd Schmidt <bernds@redhat.com>
667 and Alexandre Oliva <aoliva@redhat.com>
669 * Makefile.am: Add new emulations for h8300sx.
670 * Makefile.in: Regenerate.
671 * configure.tgt: Add new emulations.
672 * emulparams/h8300sx.sh: New emulation.
673 * emulparams/h8300sxelf.sh: Ditto.
674 * scripttempl/h8300sx.sc: Ditto.
676 2003-06-03 H.J. Lu <hongjiu.lu@intel.com>
678 * ldmisc.c: Include "bfdlink.h".
679 (error_handler): Handle LD_DEFINITION_IN_DISCARDED_SECTION
680 and -LD_DEFINITION_IN_DISCARDED_SECTION.
682 * Makefile.am: Rebuild dependency.
683 * Makefile.in: Regenerated.
685 2003-06-03 Kaz Kojima <kkojima@rr.iij4u.or.jp>
687 * emulparams/shlelf_linux.sh (GENERATE_PIE_SCRIPT): Set to yes.
688 * emulparams/shlelf32_linux.sh (GENERATE_PIE_SCRIPT): Likewize.
690 2003-06-02 Fabrizio Gennari <fabrizio.ge@tiscalinet.it>
692 * pe-dll.c (fill_edata): Scan table pe_dll->exports, which is
693 sorted alphabetically, instead of exported_symbols, which is
696 2003-05-30 Ulrich Drepper <drepper@redhat.com>
697 Jakub Jelinek <jakub@redhat.com>
699 * lexsup.c (OPTION_PIE): Define.
700 (ld_options): Add -pie and --pic-executable options.
701 (parse_args): Handle OPTION_PIE.
702 * ldmain.c (main): Initialize link_info.pie and
703 link_info.executable.
704 * genscripts.sh: Generate PIE scripts.
705 * ld.texinfo: Document -pie and --pic-executable options.
706 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open):
707 (gld${EMULATION_NAME}_place_orphan): Likewise.
708 (gld${EMULATION_NAME}_get_script): Include PIE scripts.
709 * scripttempl/elf.sc: In PIE scripts set . the same way as in
711 * emulparams/elf_i386.sh (GENERATE_PIE_SCRIPT): Set to yes.
712 * emulparams/elf64_ia64.sh (GENERATE_PIE_SCRIPT): Likewise.
713 * emulparams/elf32ppc.sh (GENERATE_PIE_SCRIPT): Likewise.
714 * emulparams/elf64ppc.sh (GENERATE_PIE_SCRIPT): Likewise.
715 * emulparams/elf_x86_64.sh (GENERATE_PIE_SCRIPT): Likewise.
716 * emulparams/elf_s390.sh (GENERATE_PIE_SCRIPT): Likewise.
717 * emulparams/elf32_sparc.sh (GENERATE_PIE_SCRIPT): Likewise.
718 * emulparams/elf64_sparc.sh (GENERATE_PIE_SCRIPT): Likewise.
719 * emulparams/elf64alpha.sh (GENERATE_PIE_SCRIPT): Likewise.
720 * emulparams/elf64_s390.sh (GENERATE_PIE_SCRIPT): Likewise.
721 * emulparams/elf_i386.sh (GENERATE_PIE_SCRIPT): Likewise.
723 2003-05-30 H.J. Lu <hongjiu.lu@intel.com>
725 * genscripts.sh: Create tmpdir/libpath.exp.
727 2003-05-30 Nick Clifton <nickc@redhat.com>
729 * emultempl/armelf.em (arm_elf_before_allocation): Replace ASSERT
730 with a test for a NULL bfd_for_interworking.
732 2003-05-29 Jason Thorpe <thorpej@wasabisystems.com>
734 * configure.host (*-*-netbsd*): Set HOSTING_CRT0 and HOSTING_LIBS
735 correctly for more recent versions of NetBSD.
736 (alpha*-*-netbsd*): Remove.
737 (i[3-7]86-*-netbsd*): Remove.
739 2003-05-29 Nick Clifton <nickc@redhat.com>
741 * emultempl/pe.em: Include "safe-ctype.h" instead of <ctype.h>.
743 2003-05-26 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
745 * emulparams/elf64btsmip.sh: Set TEXT_START_ADDR to 0x120000000 to
746 trap on pointer crops.
748 2003-05-21 Marcus Comstedt <marcus@mc.pp.se>
750 * configure.tgt: Check for a target triplet of shl-...-netbsdelf
751 as well as shle-...-netbsdelf.
753 2003-05-16 Kelley Cook <kelleycook@wideopenwest.com>
755 * configure.host: Accept i[3-7]86 variants.
756 * configure.tgt: Likewise.
758 2003-05-15 H.J. Lu <hongjiu.lu@intel.com>
760 * emulparams/elf64_ia64.sh: Don't set COMMONPAGESIZE for now.
762 2003-05-09 Daniel Jacobowitz <drow@mvista.com>
764 * Makefile.am (ALL_EMULATIONS): Add earmelfb.o and earmelfb_linux.o.
765 (earmelfb.c, earmelfb_linux.c): New rules.
766 * Makefile.in: Regenerated.
767 * emulparams/armelfb.sh, emulparams/armelfb_linux.sh: New files.
768 * configure.tgt: Add armeb-elf and arm*b-*-linux-gnu.
770 2003-05-09 Nick Clifton <nickc@redhat.com>
772 * ldlang.c (lang_size_sections_1): Default to generating a
773 fatal error message if a loadable section is not allocated
774 to a memory region when regions are defined.
776 2003-05-09 Alan Modra <amodra@bigpond.net.au>
778 * Makefile.am (em68hc11elf.c): Correct dependencies.
779 (em68hc11elfb.c, em68hc12elf.c, em68hc12elfb.c): Likewise.
780 * Makefile.in: Regenerate.
781 * emultempl/elf32.em (find_exp_assignment): Adjust for changed
782 bfd_elf_record_link_assignment name.
784 2003-05-07 Alexandre Oliva <aoliva@redhat.com>
786 * ldmain.h (overflow_cutoff_limit): Declare.
787 * ldmain.c (overflow_cutoff_limit): Define, initialized to 10.
788 (reloc_overflow): Limit error messages based on it.
789 * lexsup.c (parse_args) <OPTION_VERBOSE>: Set cutoff to
792 2003-05-05 Alan Modra <amodra@bigpond.net.au>
794 * ldlex.l: Accept C style comments in version scripts.
796 2003-04-28 H.J. Lu <hjl@gnu.org>
798 * ldlang.c (lang_process): Add the relax finalize pass.
800 * ldmain.c (main): Initialize link_info.relax_finalizing to
803 2003-04-24 Roland McGrath <roland@redhat.com>
805 * ldgram.y (phdr_type): Grok PT_TLS and PT_GNU_EH_FRAME names.
806 If a name string is unknown, give an error rather than crashing later.
808 2003-04-23 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
810 * Makefile.am (ALL_EMULATIONS): Add eh8300hn.o, eh8300sn.o,
811 eh8300hnelf.o, eh8300snelf.o and respective rules.
812 * Makefile.in: Regenerate.
813 * configure.tgt: Add h8300hn, h8300sn, h8300hnelf, h8300snelf
814 * emulparams/h8300hn.sh: New
815 * emulparams/h8300sn.sh: New
816 * emulparams/h8300hnelf.sh: New
817 * emulparams/h8300snelf.sh: New
818 * scripttempl/h8300hn.sc: new
819 * scripttempl/h8300sn.sc: new
821 2003-04-23 H.J. Lu <hjl@gnu.org>
823 * ldmain.c (link_callbacks): Initialize error_handler.
825 * ldmisc.c (error_handler): New function.
827 * ldmisc.h (error_handler): New prototype.
829 2003-04-21 Stephane Carrez <stcarrez@nerim.fr>
831 * emulparams/m68hc11elf.sh: Use m68hc1xelf.em extra.
832 * emulparams/m68hc11elfb.sh: Likewise.
833 * emulparams/m68hc12elf.sh: Likewise.
834 * emulparams/m68hc12elfb.sh: Likewise.
836 2003-04-19 Stephane Carrez <stcarrez@nerim.fr>
838 * emultempl/m68hc1xelf.em: New file to generate far trampolines on
840 (LDEMUL_BEFORE_ALLOCATION): Override to gather the trampolines to
842 (LDEMUL_FINISH): Override to generate the trampolines after gc and
844 (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Override to create the
845 stub file for trampolines.
846 (PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_LONGOPTS): New options
847 --no-trampoline and --bank-window to control the memory bank window.
849 2003-04-18 H.J. Lu <hjl@gnu.org>
851 * ldfile.c (ldfile_add_library_path): Remove the unused
854 2003-04-18 Andrew Haley <aph@cambridge.redhat.com>
856 * scripttempl/xstormy16.sc (__data, __rdata): New.
858 2003-04-16 Nick Clifton <nickc@redhat.com>
860 * scripttempl/xstormy16.sc: Add .jcr section mapping.
862 2003-04-15 H.J. Lu <hjl@gnu.org>
864 From Debian by Jack Howarth <howarth@nitro.med.uc.edu>:
866 * ldlex.l: Use YY_CURRENT_BUFFER instead of yy_current_buffer.
868 2003-04-15 Rohit Kumar Srivastava <rohits@kpitcummins.com>
870 * h8-doc.texi: Replace occurrances of 'Hitachi' with 'Renesas'.
871 * ld.texinfo: Likewise.
873 2003-04-14 Alan Modra <amodra@bigpond.net.au>
875 From Prashanth Tamraparni <prashanth_t@in.ibm.com>
876 * scripttempl/elf.sc (CTOR): Handle crtbeginS.o, crtendS.o and
877 other variants of crtbegin.o, crtend.o.
879 * scripttempl/crisaout.sc (ctors, dtors): Likewise.
880 * scripttempl/elf_chaos.sc (CTOR, DTOR): Likewise.
881 * scripttempl/elfd10v.sc (CTOR, DTOR): Likewise.
882 * scripttempl/elfd30v.sc (CTOR, DTOR): Likewise.
883 * scripttempl/elfxtensa.sc (CTOR, DTOR): Likewise.
884 * scripttempl/iq2000.sc (CTOR, DTOR): Likewise.
885 * scripttempl/mmo.sc (ctors, dtors): Likewise.
886 * scripttempl/xstormy16.sc (CTOR, DTOR): Likewise.
888 2003-04-09 Dmitry Diky <diwil@mail.ru>
890 * scripttempl/elf32msp430.sc: Add initX, finiX, ctors, dtors
891 sections to respect C++ constructor/destructor. Add ctors/dtors
892 start/stop definitions.
893 * scripttempl/elf32msp430_3.sc: Likewise.
895 2003-04-06 Nick Clifton <nickc@redhat.com>
897 * ld.texinfo (Options): Add a reminder of the target specific
898 nature to the description of the i386 PE specific options, for
899 readers who have not read all the way through the manual.
901 2003-04-04 Svein E. Seldal <Svein.Seldal@solidas.com>
903 * configure.tgt: Fixed bug in list of targ_extra_emuls.
904 * emulparams/tic3xcoff.sh (SCRIPT_NAME): Namespace
905 cleanup. Replace s/c4x/tic4x and s/c3x/tic3x/
906 * emulparams/tic3xcoff_onchip.sh: Ditto
907 * emulparams/tic4xcoff.sh: Ditto
908 * scripttempl/tic4xcoff.sc: Ditto
910 2003-04-03 Nick Clifton <nickc@redhat.com>
912 * NEWS: Mention support for Xtensa architecture.
914 2003-04-02 Nick Clifton <nickc@redhat.com>
916 * pe-dll.c (pe_detail_list): arm-pe targets use underscores.
918 2003-04-01 Danny Smith <dannysmith@users.sourceforge.net>
920 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open):
921 Don't call pe_dll_build_section() if link_info.relocateable.
922 (gld_${EMULATION_NAME}_finish): Don't call pe_dll_fill_sections()
923 if link_info.relocateable.
925 2003-04-01 Fabrizio Gennari <fabrizio.ge@tiscalinet.it>
927 * pe-dll.c (process_def_file): Don't create an export
928 section if there are no exports and we're building an exe
929 (pe_dll_build_sections): Ditto
930 (pe_dll_fill_sections): Conditionalize setting
931 abfd->dll true on info->shared
932 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open):
933 If i386pe or armpe, call pe_dll_build_section()
934 for both exe's and dll's, not just dll's.
935 (gld_${EMULATION_NAME}_finish): For all targets except
936 shpe and mipspe, call pe_dll_fill_sections() for both
937 exe's and dll's, not just dll's.
939 2003-04-02 Bob Wilson <bob.wilson@acm.org>
941 * emulparams/xtensa-config.sh: Remove comment indicating that this is
944 2003-04-01 Bob Wilson <bob.wilson@acm.org>
946 * Makefile.am (ALL_EMULATIONS): Add eelf32xtensa.o.
947 (eelf32xtensa.c): New target.
948 * Makefile.in: Regenerate.
949 * configure.tgt: Handle xtensa-*-*.
950 * gen-doc.texi: Set XTENSA variable.
951 * ld.texinfo: Set XTENSA variable. Add new Xtensa node.
952 * emulparams/elf32xtensa.sh: New file.
953 * emulparams/xtensa-config.sh: Likewise.
954 * emultempl/xtensaelf.em: Likewise.
955 * scripttempl/elfxtensa.sc: Likewise.
957 2003-04-01 Jakub Jelinek <jakub@redhat.com>
959 * configure.tgt (powerpc*-*-linux*): Add elf32ppc to ppc64
960 targ_extra_libpath. Add elf64ppc to ppc targ_extra_libpath
961 if --enable-64-bit-bfd.
963 2003-04-01 Nick Clifton <nickc@redhat.com>
965 * emulparams/armelf.sh (OTHER_READONLY_SECTIONS): Change name of
967 * emulparams/armelf_linux.sh (OTHER_READONLY_SECTIONS): Change
968 name of note section.
970 2003-03-31 Alexandre Oliva <aoliva@redhat.com>
972 * ld.texinfo (-Tbss, -Tdata, -Ttext): Document in terms of
975 2003-03-31 David Heine <dlheine@suif.stanford.edu>
977 * ldfile.c (ldfile_add_library_path): Always allocate space for
979 * ldlang.c (lang_register_vers_node): Free the node if it cannot
981 * ldmain.c (set_scripts_dir): Always free the constructed
983 (add_keepsyms_file): Fix memory leak.
984 * ldmisc.c (vfinfo): Likewise.
985 * lexsup.c (parse_args): Likewise.
987 2003-03-25 Stan Cox <scox@redhat.com>
988 Nick Clifton <nickc@redhat.com>
990 Contribute support for Intel's iWMMXt chip - an ARM variant:
992 * emulparams/armelf.sh (OTHER_READONLY_SECTIONS): Define.
993 * emulparams/armelf_linux.sh (OTHER_READONLY_SECTIONS): Define.
994 * scripttempl/armcoff.sc (.data): Ensure 8 byte alignment.
997 2003-03-25 Alexandre Oliva <aoliva@redhat.com>
999 * ldmain.h (ld_canon_sysroot, ld_canon_sysroot_len): Declare.
1000 * ldmain.c (ld_canon_sysroot, ld_canon_sysroot_len): Define.
1001 (main): Initialize them.
1002 * ldfile.c: Include pathnames.h.
1003 (is_sysrooted_pathname): New.
1004 (ldfile_add_library_path): Use it.
1005 (ldfile_open_file_search): Likewise. Use IS_ABSOLUTE_PATH. Don't
1006 search_dirs if given an absolute pathname.
1007 (ldfile_open_file): Issue error message for sysrooted
1009 * Makefile.am: Updated dependencies.
1010 * Makefile.in: Rebuild.
1012 2003-03-24 Daniel Néri <dne@mayonnaise.net>
1014 * ld.texinfo: Rename all occurances of C54X to TIC54X.
1016 2003-03-19 Andreas Schwab <schwab@suse.de>
1018 * ldfile.c (ldfile_try_open_bfd): Pop lexer start condition after
1021 2003-03-18 Danny Smith <dannysmith@users.sourceforge.net>
1023 * deffilep.y (opt_base): If no number given, set to default
1026 2003-03-13 Danny Smith <dannysmith@users.sourceforge.net>
1028 * deffilep.y (def_import): Use default extension of "dll"
1029 if no extension provided in parsed IMPORT definition.
1031 * deffilep.y (def_lex): Revert 2003-03-12 change.
1032 (dot_name): New id type and rule.
1033 (expline): Use instead of ID.
1034 (opt_equal_name): Likewise.
1036 2003-03-12 Danny Smith <dannysmith@users.sourceforge.net>
1038 * deffilep.y (def_lex): Accept '.' as valid non-lead char.
1040 2003-03-07 Christopher Faylor <cgf@redhat.com>
1042 * configure.tgt: Add NATIVE_LIB_DIRS for cygwin target back after
1043 apparent accidental removal on 2003-01-06.
1045 2003-03-04 Dmitry Diky <diwil@mail.ru>
1047 * Makefile.am: Add new devices x1122 x1132 emulation
1048 * configure.tgt: Likewise.
1049 * Makefile.in: Regenerate.
1050 * emulparams/msp430x1122.sh: New file.
1051 * emulparams/msp430x1132.sh: New file.
1053 2003-03-03 Alexandre Oliva <aoliva@redhat.com>
1055 * ldmain.c (set_scripts_dir): Look for relative to TOOLBINDIR as
1058 * ldfile.h (struct search_dirs): Added sysrooted field.
1059 * ldlang.h (struct lang_input_statement_struct): Likewise.
1060 * ldfile.c (ldfile_add_library_path): Mark sysrooted paths.
1061 (ldfile_open_file_search): Look for sysrooted filename starting
1062 with / in ld_sysroot instead of in the current directory. Clear
1063 sysrooted flag if it's found in the current directory. Set it
1064 from the search directory's sysrooted flag where it is found
1066 * ldlang.c (ldlang_sysrooted_script): New static variable.
1067 (new_afile): Mark search_file_enums as sysrooted if
1068 ldlang_sysrooted_script.
1069 (load_symbols): Set ldlang_sysrooted_script according to the
1070 script's sysrooted field while processing it.
1071 * ld.texinfo: Document INPUT behavior in sysroot.
1073 2003-03-02 Danny Smith <dannysmith@users.sourceforge.net>
1075 * scripttempl/pe.sc: Use PROVIDE with etext, end, _end,
1077 2003-03-03 Alan Modra <amodra@bigpond.net.au>
1079 * emulparams/elf64alpha.sh (EXTRA_EM_FILE): Define.
1080 (PARSE_AND_LIST_PROLOGUE, PARSE_AND_LIST_LONGOPTS,
1081 PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES,
1082 PARSE_AND_LIST_EPILOGUE): Don't define.
1083 * emultempl/alphaelf.em: New file.
1085 2003-03-01 Alan Modra <amodra@bigpond.net.au>
1087 * ldemul.c: Include getopt.h.
1088 * emultempl/elf32.em: Include getopt.h earlier.
1089 * emultempl/ticoff.em: Likewise.
1091 2003-02-28 Alan Modra <amodra@bigpond.net.au>
1093 * emultempl/elf32.em (gld${EMULATION_NAME}_get_script): Add combreloc
1094 support when scripts read from files.
1096 2003-02-28 Alan Modra <amodra@bigpond.net.au>
1098 * ldemul.c (ldemul_parse_args): Return FALSE by default.
1099 * ldemul.h (struct ld_emulation_xfer_struct): Update parse_args
1102 * ldemul.c (ldemul_add_options, ldemul_handle_option): New functions.
1103 (ldemul_parse_args): Return bfd_boolean. Formatting.
1104 * ldemul.h (ldemul_add_options, ldemul_handle_option): Declare.
1105 (ldemul_parse_args): Adjust.
1106 (struct ld_emulation_xfer_struct): Add add_options and handle_option.
1107 Return bfd_boolean from parse_args.
1108 * lexsup.c (parse_args): Malloc shortopts, longopts and
1109 really_longopts. Call ldemul_add_options and ldemul_handle_option.
1110 * emultempl/aix.em (gld${EMULATION_NAME}_add_options): Split out from
1111 gld${EMULATION_NAME}_parse_args.
1112 (gld${EMULATION_NAME}_handle_option): Likewise.
1113 (ld_${EMULATION_NAME}_emulation): Adjust initializer.
1114 * emultempl/armcoff.em: As for aix.em, but remove parse_args.
1115 * emultempl/beos.em: Likewise.
1116 * emultempl/pe.em: Likewise.
1117 * emultempl/ticoff.em: Likewise.
1118 * emultempl/elf32.em: Likewise. Don't duplicate long options either.
1119 (gld${EMULATION_NAME}_add_sysroot): Prototype.
1120 * emultempl/armelf.em (PARSE_AND_LIST_LONGOPTS): Don't duplicate
1122 * emultempl/hppaelf.em (PARSE_AND_LIST_LONGOPTS): Likewise.
1123 * emultempl/ppc32elf.em (PARSE_AND_LIST_LONGOPTS): Likewise.
1124 * emultempl/ppc64elf.em (PARSE_AND_LIST_LONGOPTS): Likewise.
1125 * emultempl/armelf_oabi.em (ld_${EMULATION_NAME}_emulation): Adjust
1127 * emultempl/generic.em: Likewise.
1128 * emultempl/gld960.em: Likewise.
1129 * emultempl/gld960c.em: Likewise.
1130 * emultempl/linux.em: Likewise.
1131 * emultempl/lnk960.em: Likewise.
1132 * emultempl/m68kcoff.em: Likewise.
1133 * emultempl/mipsecoff.em: Likewise.
1134 * emultempl/sunos.em: Likewise.
1135 * emultempl/vanilla.em: Likewise.
1136 * emultempl/netbsd.em (gldnetbsd_before_parse): Prototype.
1138 2003-02-25 Alexandre Oliva <aoliva@redhat.com>
1140 * emultempl/elf32.em (gld${EMULATION_NAME}_add_sysroot): Fix
1141 memory allocation error.
1143 * Makefile.am (ldmain.o): Define TOOLBINDIR.
1144 * Makefile.in: Rebuilt.
1145 * ldmain.c (ld_sysroot): Try to set from TOOLBINDIR too.
1147 2003-02-21 Bob Wilson <bob.wilson@acm.org>
1149 * ldlang.c (lang_size_sections_1): Add CHECK_REGIONS argument and only
1150 call os_region_check when it is set.
1151 (lang_size_sections): Add CHECK_REGIONS argument and pass it through to
1152 lang_size_sections_1.
1153 (lang_process): Change lang_size_sections calls to set CHECK_REGIONS
1154 only for the last call, not on every relaxation iteration.
1155 * ldlang.h (lang_size_sections): Update prototype.
1156 * pe-dll.c (pe_dll_fill_sections): Set CHECK_REGIONS argument in calls
1157 to lang_size_sections.
1158 (pe_exe_fill_sections): Likewise.
1159 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Likewise.
1160 * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
1161 * emultempl/ppc64elf.em (ppc_before_allocation): Likewise.
1162 (ppc_layout_sections_again): Likewise.
1164 2003-02-21 Bob Wilson <bob.wilson@acm.org>
1166 * gen-doc.texi: Set ARM and HPPA variables.
1167 * ld.texinfo: Fix typos and obvious texinfo mistakes. Make section
1168 title capitalization more consistent. Add missing menu entries for
1169 machine-specific sections and conditionalize them consistently.
1170 Conditionalize text that is irrelevant when SingleFormat is set.
1171 Add @group divisions to improve page breaks in long examples.
1172 Use @iftex/@ifnottex instead of @iftex/@ifinfo so that HTML output
1173 is correct. Remove "FIXME" comment about not using
1174 @raisesections/@lowersections. Use @raisesections/@lowersections
1175 consistently for machine-specific sections. Change to be more polite
1176 about poor bug reports. Replace FDL appendix with include of fdl.texi.
1177 Move WIN32 node to match its order in the menus.
1178 * fdl.texi: New file.
1180 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
1182 * configure.in (TARGET_SYSTEM_ROOT): Set default to
1183 ${exec_prefix}/${target_alias}/sys-root. Match explicit
1184 '${exec_prefix}' (in addition to the expansion thereof) as
1186 * configure: Rebuilt.
1188 2003-02-20 Phil Edwards <pme@gcc.gnu.org>
1190 * ldgram.y (vers_defns): Also recurse with 'EXTERN NAME' patterns.
1192 2003-02-20 Harri Porten <porten@kde.org>
1194 * ldgram.y (vers_defns): Allow optional trailing semicolon in
1197 2003-02-18 Alan Modra <amodra@bigpond.net.au>
1199 * emultempl/ppc32elf.em: New file.
1200 * emulparams/elf32ppc.sh (EXTRA_EM_FILE): Define.
1201 * Makefile.am (eelf32lppc.c): Depend on emultempl/ppc32elf.em.
1202 (eelf32lppcnto.c): Likewise.
1203 (eelf32lppcsim.c): Likewise.
1204 (eelf32ppcnto.c): Likewise.
1205 (eelf32ppc.c): Likewise.
1206 (eelf32ppc_fbsd.c): Likewise.
1207 (eelf32ppcsim.c): Likewise.
1208 (eelf32ppclinux.c): Likewise.
1209 * Makefile.in: Regenerate.
1211 2003-02-18 Alan Modra <amodra@bigpond.net.au>
1213 * ld.texinfo: Remove spaces between @samp and opening brace.
1215 2003-02-18 Alan Modra <amodra@bigpond.net.au>
1217 * emultempl/ppc64elf.em (ppc_create_output_section_statements): Check
1219 (ppc_before_allocation): Don't do optimizations if wrong hash table.
1220 (gld${EMULATION_NAME}_finish): Ditto.
1222 2003-02-17 Nick Clifton <nickc@redhat.com>
1224 * ldmain.c (main) Default allow_shlib_undefined to true.
1225 * lexsup.c (ld_options): Add --no-allow-shlib-undefined.
1226 (parse_args): Parse the new switch.
1227 * ld.texinfo: Document new switch and default behaviour of
1228 allowing undefined symbols in shared libraries.
1230 2003-02-11 Dmitry Diky <diwil@mail.ru>
1232 * scripttempl/elf32msp430.sc: Add new data anchors definitions.
1233 * scripttempl/elf32msp430_3.sc: Likewise.
1235 2003-02-11 Uwe Stieber <uwe@wwws.de>
1237 * configure.tgt: Add support for kaOS as cross build target
1240 2003-02-10 John Daivid Anglin <dave.anglin@nrc-cnrc.gc.ca>
1242 * hppaelf.em (group_size): Change default back to 1.
1244 2003-02-09 Alan Modra <amodra@bigpond.net.au>
1246 * emultempl/ppc64elf.em: Add "no-tls-optimize" option and support code.
1248 2003-02-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1250 * hppaelf.em (group_size): Change default to -1.
1252 2003-02-07 Nick Clifton <nickc@redhat.com>
1254 * emultempl/armelf.em (PARSE_AND_LIST_SHORTOPTS): Remove 'n' short
1256 (PARSE_AND_LIST_LONGOPTS): Add duplicate entry for
1257 no-pipeline-knowledge. This will prevent the getopt package from
1258 thinking that there are any shorter abbreviations for
1259 --no-pipeline-knowledge.
1261 2003-02-07 Jakub Jelinek <jakub@redhat.com>
1263 * genscripts.sh (LIB_PATH): Don't append LIBPATH_SUFFIX to paths
1264 which already have it. Avoid duplicates.
1266 2003-02-06 Jakub Jelinek <jakub@redhat.com>
1268 * emulparams/elf64_s390.sh (LIBPATH_SUFFIX): Set to 64.
1269 * emulparams/elf_x86_64.sh (LIBPATH_SUFFIX): Likewise.
1270 * emulparams/elf64_sparc.sh (LIBPATH_SUFFIX): Set instead of suffix.
1272 2003-02-05 Alan Modra <amodra@bigpond.net.au>
1274 * emultempl/ppc64elf.em (ppc_before_allocation): Size sections then
1275 call ppc64_elf_tls_optimize.
1277 2003-02-03 Daniel Jacobowitz <drow@mvista.com>
1279 * emultempl/elf32.em: Move gld${EMULATION_NAME}_add_sysroot
1280 outside of GNU/Linux conditional.
1282 2003-01-28 Ralf Habacker <ralf.habacker@freenet.de>
1284 * deffilep.y (def_get_module): New function: locate an already
1286 * deffile.h (def_get_module): New prototype.
1287 * pe-dll.c (pe_implied_import_dll): Add code to prevent importing
1288 a dll multiple times.
1290 2003-01-23 Alan Modra <amodra@bigpond.net.au>
1292 * emultempl/sh64elf.em: Include elf32-sh64.h.
1293 (sh64_elf_${EMULATION_NAME}_before_allocation): Adjust for changed
1294 sh64_elf_section_data.
1295 (sh64_elf_${EMULATION_NAME}_after_allocation): Likewise.
1297 2003-01-23 Wu Yongwei <adah@netstd.com>
1299 * ld.texinfo: Remove an extra "i" in --dll-search-prefix.
1300 * emultempl/pe.em (gld_${EMULATION_NAME}_list_options): Move a
1301 cross-80th-column-margin "an" to the next line.
1303 2003-01-21 Nick Clifton <nickc@redhat.com>
1305 * emulparams/tic3xcoff-onchip.sh: Rename to ...z
1306 * emulparams/tic3xcoff_onchip.sh: ...this.
1307 * Makefile.am (etic3xcoff_onchip.c): Fix name of generated C file.
1308 * Makefile.in: Regenerate.
1310 2003-01-21 Fabio Alemagna <falemagn@aros.org>
1312 * configure.tgt: Handle i[3456]86-*-aros*
1314 2003-01-19 Svein E. Seldal <Svein.Seldal@solidas.com>
1316 * Makefile.am: Added etic3xcoff.o and etic4xcoff_onchip.o
1317 * Makefile.in: Regenerate
1318 * configure.tgt: Added extra target emulations
1319 * emulparams/tic3xcoff.sh: Remove old settings
1320 * emulparams/tic4xcoff.sh: Ditto
1321 * emulparams/tic3xcoff-onchip.sh: Added new
1322 * scripttempl/tic4xcoff.sc: Revise and combine both c3x and c4x
1323 * scripttempl/tic3xcoff.sc: Remove
1325 2003-01-17 Andreas Jaeger <aj@suse.de>
1327 * emultempl/elf32.em (gld${EMULATION_NAME}_add_sysroot): Do not
1330 2003-01-16 Alan Modra <amodra@bigpond.net.au>
1332 * Makefile.in: Regenerate.
1334 2002-01-14 Charles Wilson <cwilson@ece.gatech.edu>
1336 * ld.texinfo (node WIN32): Some clarifications
1337 and formatting fixups.
1339 2003-01-09 Chris Demetriou <cgd@broadcom.com>
1341 * ldmain.c (get_emulation): Sort -mipsNN checks in the usual
1342 order, and handle (ignore) -mips32r2.
1344 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
1346 * ldmain.c (main): Make sure ld_sysroot is initialized.
1348 2003-01-06 Daniel Jacobowitz <drow@mvista.com>
1350 * Makefile.am (eelf32iq10.c): Fix tab/whitespace mixup.
1352 * Makefile.am (ldmain.o): Add @TARGET_SYSTEM_ROOT_DEFINE@.
1353 (GENSCRIPTS): Add @use_sysroot@.
1354 * Makefile.in: Regenerated.
1355 * configure.host: Move setting of NATIVE_LIB_DIRS to...
1356 * configure.tgt: ... here. Use ${target} instead of ${host}
1357 for NATIVE_LIB_DIRS.
1358 * configure.in: Add --with-sysroot.
1359 * configure: Regenerated.
1360 * genscripts.sh: Accept use_sysroot option. Set new variables
1361 NATIVE and USE_LIBPATH. Prepend "=" to directory names if
1362 $use_sysroot. Don't search $tool_lib if $use_sysroot.
1363 * ldfile.c (ldfile_add_library_path): Handle leading '='.
1364 * ldmain.c (TARGET_SYSTEM_ROOT): Define if not defined.
1365 (ld_sysroot): New variable.
1366 (main): Initialize ld_sysroot.
1367 * ldmain.h (ld_sysroot): New extern.
1368 * emultempl/elf32.em: Use NATIVE and USE_LIBPATH instead of
1369 searching $EMULATION_LIBPATH.
1370 (gld${EMULATION_NAME}_add_sysroot): New function.
1371 (gld${EMULATION_NAME}_check_ld_so_conf): Use it. Honor ld_sysroot.
1372 (gld${EMULATION_NAME}_after_open): Likewise. Only search
1373 environment variables if $NATIVE.
1374 * ld.texinfo (Options): Mention "=" prefix in the description of -L.
1375 * NEWS: Mention --with-sysroot.
1377 * emulparams/elf32bmipn32-defs.sh: Set NATIVE and LIBPATH_SUFFIX
1378 instead of setting LIB_PATH.
1379 * emulparams/elf32ppc.sh: Likewise.
1380 * emulparams/elf64_s390.sh: Likewise.
1381 * emulparams/elf64_sparc.sh: Likewise.
1382 * emulparams/elf64ppc.sh: Likewise.
1383 * emulparams/elf_x86_64.sh: Likewise.
1385 * emulparams/elf64_aix.sh: Add "=" prefixes to LIB_PATH.
1386 * emulparams/elf64hppa.sh: Add "=" prefixes to LIB_PATH.
1388 2003-01-03 Charles Wilson <cwilson@ece.gatech.edu>
1390 * pe-dll.c (autofilter_symbollist): Add cygwin_crt0.
1392 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
1394 * Makefile.am (ldmain.o): Pass BINDIR.
1395 * Makefile.in: Regenerated.
1396 * ldmain.c (set_scripts_dir): Use make_relative_prefix for the first
1399 2003-01-02 Ben Elliston <bje@redhat.com>
1401 * Makefile.am (ALL_EMULATIONS): Add eelf32iq2000.o.
1402 (eelf32iq2000.c): New target.
1403 * Makefile.in: Regenerate.
1404 * configure.tgt: Handle iq2000-*-elf.
1405 * emulparams/elf32iq10.sh: New file.
1406 * emulparams/elf32iq2000.sh: New file.
1407 * scripttempl/iq2000.sc: New file.
1409 2003-01-02 Charles Wilson <cwilson@ece.gatech.edu>
1411 * pe-dll.c (autofilter_symbollist): Add do_pseudo_reloc
1412 and _pei386_runtime_relocator to the exclude list.
1414 2003-01-01 Kazu Hirata <kazu@cs.umass.edu>
1416 * ldfile.c: Fix comment typos.
1417 * ldlang.c: Likewise.
1419 * pe-dll.c: Likewise.
1421 2003-01-01 Daniel Jacobowitz <drow@mvista.com>
1423 Suggested by Manfred Hollstein <manfred.h@gmx.net>:
1424 * Makefile.am (ld.1): Depend on configdoc.texi
1426 * Makefile.in: Regenerated.
1428 2002-12-24 Dmitry Diky <diwil@mail.ru>
1430 * Makefile.am: Add msp430 target.
1431 * configure.tgt: Likewise.
1432 * Makefile.in: Regenerate.
1433 * emulparams/msp430x???.sh: New files. Linker script parameters
1434 for various msp430 configurations.
1435 * gen-doc.texi: Enable msp430 documenation.
1436 * ld.texinfo: Document msp430 sections.
1437 * scripttempl/elf32msp430.sc: New file. Linker script for msp430.
1438 * scripttempl/elf32msp430_3.sc: New file. Linker script for msp430.
1440 2002-12-30 Ralf Habacker <Ralf.Habacker@freenet.de>
1441 Charles Wilson <cwilson@ece.gatech.edu>
1443 * config.in (HAVE_REALPATH): New entry.
1444 (HAVE_SYS_STAT_H, HAVE_SYS_TYPES_H): Removed: obsolete.
1446 2002-12-30 Ralf Habacker <ralf.habacker@freenet.de>
1448 * ld.texinfo: New win32 topics: 'symbol aliasing' and 'export dll
1451 2002-12-23 Alan Modra <amodra@bigpond.net.au>
1453 * ldmain.c (main): Init "strip_discarded".
1454 * lexsup.c (OPTION_STRIP_DISCARDED): Define.
1455 (OPTION_NO_STRIP_DISCARDED): Define.
1456 (ld_options): Add "strip-discarded" and "no-strip-discarded".
1457 (parse_args): Handle them.
1459 2002-12-23 Nick Clifton <nickc@redhat.com>
1461 * ld.h (struct args_type): Add new field
1462 'accept_unknown_input_architecture'.
1463 * ldmain.c (main): Initialise 'accept_unknown_input_architecture'
1465 * ldlang.c (lang_check): Pass accept_unknown_input_architecture to
1466 bfd_arch_get_compatible.
1467 * ldfile.c (ldfile_try_open_bfd): Likewise.
1468 * lexsup.c (ld_options): Add new command line switch
1469 --accept-unknown-input-architecture and its inverse.
1470 (parse_args): Handle --accept-unknown-input-architecture.
1471 * ld.texinfo: Document new linker option.
1472 * NEWS: Mention new linker option.
1474 2002-12-20 Alan Modra <amodra@bigpond.net.au>
1476 * ldmain.c (main): Re-order link_info initialization. Init all
1479 2002-12-19 Charles Wilson <cwilson@ece.gatech.edu>
1481 * ld.texinfo: Clarify and extend the documentation
1482 in the Machine Dependent, WIN32 section.
1484 2002-12-18 Ralf Habacker <ralf.habacker@freenet.de>
1486 * ld.texinfo: Add win32 machine depending section.
1487 * gen-doc.texi: Enable win32 machine depending section.
1489 * configure.host: Add win32 library search path.
1491 2002-12-17 Ralf Habacker <ralf.habacker@freenet.de>
1493 * emultempl/pe.em (pe_find_data_imports): Don't search for data
1494 import when auto-import is disabled.
1496 2002-12-17 Danny Smith <dannysmith@users.sourceforge.net>
1498 * emultempl/pe.em (..._recognized_file): Use LD_PATHMAX+1 to
1499 account for trailing '\0'.
1501 2002-12-17 Nick Clifton <nickc@redhat.com>
1503 * emultempl/pe.em (longopts): Duplicate entry for --compact-implib
1504 so that it is not confused with -c.
1506 2002-12-13 Ralf Habacker <Ralf.Habacker@freenet.de>
1507 Charles Wilson <cwilson@ece.gatech.edu>
1509 * configure.in: Add check for realpath function.
1510 * configure: Regenerate.
1511 * config.in: Regenerate.
1512 * aclocal.m4: Regenerate.
1513 * deffile.h: Add .data field to def_file_import
1515 * pe-dll.c (pe_proces_import_defs): Use .data field of
1516 def_file_import structure to initialize flag_data field of
1517 def_file_export structure.
1518 (pe_implied_import_dll): New variables exp_funcbase and
1519 [data|bss]_[start|end]. Use DLL's internal name to set dll_name,
1520 not filename (which may be a symlink). Scan the sections and
1521 initialize [data|bss]_[start|end]. When scanning the export
1522 table, skip _nm_ symbols, and mark any symbols whose rva indicates
1523 that it is in the .bss or .data sections as data.
1524 * sysdep.h: Include limits.h and sys/param.h, and define
1525 LD_PATHMAX as appropriate. Also define REALPATH as realpath if it
1526 exists, NULL otherwise.
1527 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Call
1528 pe_process_import_defs before pe_find_data_imports, so that
1529 auto-import will check the virtual implib as well as "real"
1531 (gld_${EMULATION_NAME}_recognized_file): Use REALPATH to follow
1532 symlinks to their target; check that the target's extension is
1533 .dll before calling pe_implied_import_dll(), not the filename
1534 itself (which may be a symlink).
1536 2002-12-10 Alan Modra <amodra@bigpond.net.au>
1538 * emultempl/elf32.em (struct orphan_save): Add os_tail field.
1539 (gld${EMULATION_NAME}_place_orphan): Re-order output_section_statement
1542 2002-12-08 Alan Modra <amodra@bigpond.net.au>
1544 * ldlang.h: Formatting.
1546 2002-12-07 Alan Modra <amodra@bigpond.net.au>
1548 * ldlang.c (init_os): Ensure sections mentioned in load_base
1551 2002-12-05 Alan Modra <amodra@bigpond.net.au>
1553 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Set
1554 load_base for orphans that follow a section with load_base set.
1556 2002-12-01 H.J. Lu <hjl@gnu.org>
1558 * ld.texinfo: Remove the extra `;' in sample version script.
1560 2002-11-30 Alan Modra <amodra@bigpond.net.au>
1562 * configure.host: Correct dynamic-linker for powerpc64 hosts.
1564 * Makefile.am (eelf32ppcwindiss.c): Correct dependencies.
1565 * Makefile.in: Regenerate.
1567 * ld.h, ldcref.c, ldctor.c, ldctor.h, ldemul.c, ldemul.h, ldexp.c,
1568 ldexp.h, ldfile.c, ldfile.h, ldgram.y, ldlang.c, ldlang.h, ldmain.c,
1569 ldmain.h, ldmisc.c, ldwrite.c, lexsup.c, mri.c, pe-dll.c, pe-dll.h,
1570 emulparams/elf32b4300.sh, emultempl/aix.em, emultempl/armcoff.em,
1571 emultempl/armelf.em, emultempl/armelf_oabi.em, emultempl/beos.em,
1572 emultempl/elf32.em, emultempl/generic.em, emultempl/gld960.em,
1573 emultempl/gld960c.em, emultempl/hppaelf.em, emultempl/linux.em,
1574 emultempl/lnk960.em, emultempl/m68kcoff.em, emultempl/mipsecoff.em,
1575 emultempl/mmix-elfnmmo.em, emultempl/mmixelf.em, emultempl/mmo.em,
1576 emultempl/needrelax.em, emultempl/pe.em, emultempl/ppc64elf.em,
1577 emultempl/sh64elf.em, emultempl/sunos.em, emultempl/ticoff.em: Replace
1578 boolean with bfd_boolean, true with TRUE, false with FALSE. Simplify
1579 comparisons of bfd_boolean vars with TRUE/FALSE. Formatting.
1581 2002-11-27 David O'Brien <obrien@FreeBSD.org>
1583 * configure.host: Fix generic FreeBSD configuration entry.
1585 2002-11-27 H.J. Lu <hjl@gnu.org>
1587 * ld.texinfo: Add the missing `;' to sample version scripts.
1589 2002-11-20 Alan Modra <amodra@bigpond.net.au>
1591 * emulparams/elf64ppc.sh (SEGMENT_SIZE): Don't define.
1593 2002-11-14 Egor Duda <deo@logos-m.ru>
1595 * ldmain.c (main): Make runtime relocs disabled by default. Remove
1596 assignment which has no effect.
1597 * pe-dll.h (pe_create_import_fixup): Change prototype.
1598 * pe-dll.c (make_runtime_pseudo_reloc): New function.
1599 (pe_create_runtime_relocator_reference): Ditto.
1600 (pe_create_import_fixup): Handle relocations with non-zero addends.
1601 * emultempl/pe.em: Add options --enable-runtime-pseudo-reloc and
1602 --disable-runtime-pseudo-reloc.
1603 (make_import_fixup): Handle relocations with non-zero addends. Create
1604 an external reference to _pei386_runtime_relocator symbol if at least
1605 one pseudo reloc was created.
1606 * ld.texinfo: Document --enable-runtime-pseudo-reloc and
1607 --disable-runtime-pseudo-reloc options.
1609 2002-11-12 Earl Chew <earl_chew@agilent.com>
1611 * ldlang.c (lang_add_section): Discard debugging sections that have
1612 been marked SEC_EXCLUDE.
1614 2002-11-12 Nick Clifton <nickc@redhat.com>
1616 * configure.in (ALL_LINGUAS): Add da.
1617 * configure: Regenerate.
1618 * po/da.po: New Danish translation.
1620 2002-11-12 Alan Modra <amodra@bigpond.net.au>
1622 * emultempl/ppc64elf.em (ppc_before_allocation): New function.
1623 (LDEMUL_BEFORE_ALLOCATION): Define.
1624 (gld${EMULATION_NAME}_finish): Run discard_info for relocatable
1626 * emultemp/hppaelf.em ((gld${EMULATION_NAME}_finish): Likewise.
1628 2002-11-11 Christopher Faylor <cgf@redhat.com>
1630 * configure.tgt (LIB_PATH): Default to searching w32api directory under
1633 2002-11-11 Charles Wilson <cwilson@ece.gatech.edu>
1635 * pe-dll.c (autofilter_liblist): add libmingwex and libgcj to the list
1636 of restricted auto-export libs.
1638 2002-11-11 Charles Wilson <cwilson@ece.gatech.edu>
1640 * pe-dll.c (autofilter_liblist): Generalize library names to catch more
1641 creative library naming instances like, e.g., libstdc++-2.a.
1643 2002-11-06 Alexandre Oliva <aoliva@redhat.com>
1645 * emulparams/elf32btsmipn32.sh (TEXT_DYNAMIC): Define.
1646 * emulparams/elf64btsmip.sh (TEXT_DYNAMIC): Likewise.
1648 2002-11-07 Danny Smith <dannysmith@users.sourceforge.net>
1650 * deffilep.y (def_lex): Handle '@' as first character of an ID.
1651 * pe-dll.c (auto-export): Filter on "_imp_" prefix, not "_imp__".
1652 (make_one): Don't prefix decorated fastcall symbols with '_'.
1653 (pe_process_import_defs): Likewise.
1654 * emultempl/pe.em (pe_fixup_stdcalls): Don't fixup fastcall
1655 symbols to cdecl names or vise-versa.
1657 2002-10-13 Eric Kohl <ekohl@rz-online.de>
1659 * pe-dll.c (process_def_file): Handle fastcall symbols when
1660 generating undecorated aliases. Don't prefix decorated fastcall
1662 (fill_exported_offsets): Don't prefix decorated fastcall symbols
1665 2002-10-29 Daniel Jacobowitz <drow@mvista.com>
1667 * emultempl/aix.em: Use include <> for generated headers.
1668 * emultempl/beos.em: Likewise.
1669 * emultempl/elf32.em: Likewise.
1670 * emultempl/pe.em: Likewise.
1671 * ldctor.c: Likewise.
1672 * ldexp.c: Likewise.
1673 * ldfile.c: Likewise.
1674 * ldlang.c: Likewise.
1675 * ldlex.c: Likewise.
1676 * ldlex.l: Likewise.
1677 * ldmain.c: Likewise.
1678 * ldmisc.c: Likewise.
1679 * ldwrite.c: Likewise.
1680 * lexsup.c: Likewise.
1682 * pe-dll.c: Likewise.
1684 2002-10-23 Jakub Jelinek <jakub@redhat.com>
1686 * emultempl/elf32.em (place_orphan): Don't put non-allocated .rel*
1687 sections into .rel{,a}.dyn.
1689 2002-10-23 Nick Clifton <nickc@redhat.com>
1691 * lexsup.c (OPTION_NO_OMAGIC): Define.
1692 (ld_options): Add "no-omagic" option.
1693 (parse_args): Parse --no-omagic.
1694 * ld.texinfo: Document --no-omagic.
1695 * NEWS: Mention new option.
1697 2002-10-21 Danny Smith <dannysmith@users.sourceforeg.net>
1699 * scripttempl/pe.sc (__RUNTIME_PSEUDO_RELOC_LIST__,
1700 __RUNTIME_PSEUDO_RELOC_LIST_END__): Add only when relocating.
1702 2002-10-22 Alexandre Oliva <aoliva@redhat.com>
1704 * emulparams/elf32bmipn32-defs.sh: Set ELFSIZE according to
1705 emulation name. Set LIB_PATH only for native tools, and
1706 search the ABI-specific versions of NATIVE_LIB_DIRS before the
1707 .../lib variants, not instead of them. Mostly copied from...
1708 * emulparams/elf32ppc.sh: ... here. Fixed typo.
1709 * emulparams/elf64bmip-defs.sh: Backed out.
1710 * emulparams/elf64bmip.sh: Import elf32bmipn32-defs.sh again.
1711 * emulparams/elf64btsmip.sh: Likewise.
1712 (DATA_ADDR, NONPAGED_TEXT_START_ADDR, SHLIB_TEXT_START_ADDR,
1713 TEXT_DYNAMIC): Removed.
1715 2002-10-17 Alexandre Oliva <aoliva@redhat.com>
1717 * emulparams/elf32bmipn32-defs.sh (LIB_PATH): Set to /usr/lib32.
1718 (GENERATE_SHLIB_SCRIPT): Set to yes.
1719 (EXECUTABLE_SYMBOLS, WRITABLE_RODATA): Moved to...
1720 * emulparams/elf32bmipn32.sh: here.
1721 (GENERATE_SHLIB_SCRIPT): Deleted as redundant.
1722 * emulparams/elf32btsmipn32.sh: Delete redundant unsets.
1723 * emulparams/elf64bmip-defs.sh: New file. Extend
1724 elf32bmipn32-defs.sh by overiding ELFSIZE and LIB_PATH.
1725 * emulparams/elf64bmip.sh: Bring in definitions from
1727 (ELFSIZE, GENERATE_SHLIB_SCRIPT, LIB_PATH): Delete redundant
1729 (WRITABLE_RODATA): Moved from elf32bmipn32-defs.sh.
1730 * emulparams/elf64btsmip.sh: Bring in definitions from
1732 (ELFSIZE, GENERATE_SHLIB_SCRIPT): Delete, redundant.
1733 (EXECUTABLE_SYMBOLS, WRITABLE_RODATA): Delete redundant unsets.
1735 2002-10-16 Jakub Jelinek <jakub@redhat.com>
1737 * configure.tgt (s390x-*-linux*): Add elf_s390 emulation.
1738 (s390-*-linux*): Add elf64_s390 emulation if want64.
1739 * emulparams/elf64_sparc.sh (LIB_PATH): Update to match 2002-05-22
1740 genscript.sh changes.
1741 * emulparams/elf_x86_64.sh (LIB_PATH): Likewise.
1742 * emulparams/elf64_s390.sh (LIB_PATH): Set up native 64 bit dirs.
1744 2002-10-15 Alan Modra <amodra@bigpond.net.au>
1746 * ldlang.c (load_symbols): Revert last change.
1748 2002-10-14 Alan Modra <amodra@bigpond.net.au>
1750 * ldlang.c (load_symbols): Don't call bfd_link_add_symbols when
1752 (lang_reasonable_defaults): Don't compare against false.
1753 (size_input_section): Likewise.
1754 (lang_size_sections_1): Likewise.
1755 (lang_do_assignments): Likewise.
1756 (lang_add_output): Likewise.
1758 * Makefile.am: Run "make dep-am".
1759 * Makefile.in: Regenerate.
1760 * ldver.c: #include "bfdver.h".
1762 2002-10-13 Stephane Carrez <stcarrez@nerim.fr>
1764 * scripttempl/elfm68hc11.sc: Use KEEP for .vectors, .installN,
1766 * scripttempl/elfm68hc12.sc: Likewise.
1768 2002-10-11 Alan Modra <amodra@bigpond.net.au>
1770 * pe-dll.c (make_import_fixup_mark): Avoid type-punned pointer.
1772 * ldgram.y (memory_spec): Provide empty action.
1773 (section <NAME>): Likewise.
1775 2002-10-10 Jakub Jelinek <jakub@redhat.com>
1777 * ldfile.c (ldfile_try_open_bfd): When searching skip linker scripts if
1778 they have OUTPUT_FORMAT not matching actual output format.
1779 * ldlang.c (lang_get_output_target): New function.
1780 (open_output): Use it.
1781 * ldlang.h (lang_get_output_target): New prototype.
1783 2002-10-10 Alan Modra <amodra@bigpond.net.au>
1785 * emultempl/elf32.em (output_rel_find): Prefer .rel script sections
1786 when orphan is .rel, .rela when orphan is .rela.
1787 (gld${EMULATION_NAME}_place_orphan): Handle combreloc .rel* case
1788 first. Remove outsecname var.
1790 2002-10-09 Richard Shann <richard.shann@superh.com>
1791 Stephen Clarke <stephen.clarke@superh.com>
1793 * Makefile.am: Add eshelf32_linux.o and
1794 eshlelf32_linux.o, new emulations for sh64 Linux.
1795 * Makefile.in: Regenerate.
1796 * configure.tgt: Add sh64eb-*-linux* and sh64-*-linux* emulations.
1797 * emulparams/shelf32_linux.sh: New file.
1798 * emulparams/shlelf32_linux.sh: New file.
1800 2002-10-08 H.J. Lu <hjl@gnu.org>
1802 * ldlang.c (lang_file_exist): Removed.
1803 (new_afile): Revert the last change.
1804 * ldlang.h (lang_file_exist): Removed.
1805 * lexsup.c (parse_args): Revert the last change.
1807 2002-10-07 Ralf Habacker <Ralf.Habacker@freenet.de>
1809 * pe-dll.cc (autofilter_symbolprefixlist): Don't re-export
1810 auto-import symbols.
1811 (make_one): Create _nm_<symbol> for data only.
1813 2002-10-05 Elias Athanasopoulos <eathan@otenet.gr>
1815 * ldlang.c (lang_file_exist): New function.
1816 (new_afile): Abort if the filename to be added matches the linker
1818 * ldlang.h: Add prototype for lang_file_exist.
1819 * lexsup.c (parse_args): Abort if the output filename matches
1820 one of the input filenames.
1822 2002-10-02 Alan Modra <amodra@bigpond.net.au>
1824 * emulparams/elf64ppc.sh (MAXPAGESIZE): Set to 0x10000.
1826 2002-09-30 Alan Modra <amodra@bigpond.net.au>
1828 * scripttempl/elfd30v.sc: Order reloc sections placing .plt last.
1829 * scripttempl/elfm68hc11.sc: Likewise.
1830 * scripttempl/elfm68hc12.sc: Likewise.
1832 * emultempl/elf32.em (output_rel_find): Always place orphan loadable
1833 reloc sections just before .rel.plt/.rela.plt.
1834 (gld${EMULATION_NAME}_place_orphan <.rel>): Remove combreloc code.
1835 Only put loadable reloc sections in hold_rel.
1837 2002-09-29 H.J. Lu <hjl@gnu.org>
1839 * emulparams/elf32ppc.sh (OTHER_GOT_RELOC_SECTIONS): New.
1841 2002-09-25 Daniel Jacobowitz <drow@mvista.com>
1843 From "Anita Kulkarni" <AnitaK@kpit.com>
1844 * scripttempl/sh.sc: Handle .eh_frame* and .gcc_exc*
1847 2002-09-25 Alan Modra <amodra@bigpond.net.au>
1849 * genscripts.sh (SEGMENT_SIZE): Use MAXPAGESIZE before
1851 * scripttempl/elf.sc (DATA_SEGMENT_ALIGN): Incorporate
1852 SEGMENT_SIZE alignment.
1853 * emulparams/elf64ppc.sh (DATA_ADDR): Delete.
1854 (SEGMENT_SIZE): Define.
1856 * ldexp.c (fold_unary): New. Split out from exp_fold_tree.
1857 (fold_binary): Correct abs - non-abs case.
1858 (fold_trinary): New. Split out from exp_fold_tree.
1860 2002-09-24 Alan Modra <amodra@bigpond.net.au>
1862 * emulparams/elf64ppc.sh (DATA_ADDR): Define.
1863 * emulparams/elf64_aix.sh (DATA_ADDR): Don't use a fixed address
1864 for start of .data, instead align up to 256M boundary.
1865 * scripttempl/aix.sc: Likewise.
1867 2002-09-22 Mark Elbrecht <snowball3@softhome.net>
1869 * scripttempl/i386go32.sc: Handle bss unique sections.
1871 2002-09-21 Alan Modra <amodra@bigpond.net.au>
1873 * ldmisc.c (vfinfo <%C,%D,%G>): Always output bfd, section and offset.
1875 2002-09-17 Stan Cox <scox@redhat.com>
1877 * emulparams/elf32bmipn32-defs.sh: New file.
1878 * emulparams/elf32bmipn32.sh: Use elf32bmipn32-defs.sh.
1879 * emulparams/elf32btsmipn32.sh: Likewise.
1880 * emulparams/elf64bmip.sh: Likewise.
1881 * emulparams/elf64btsmip.sh: Likewise.
1883 2002-09-16 Bruno Haible <bruno@clisp.org>
1885 * emulparams/elf_i386_fbsd.sh: Set OUTPUT_FORMAT to
1887 * emulparams/elf64alpha_fbsd.sh: Set OUTPUT_FORMAT to
1888 elf64-alpha-freebsd.
1890 2002-09-11 Nick Clifton <nickc@redhat.com>
1892 * NEWS: New TI port supports both C4x and C3x series of DSPs.
1894 * po/tr.po: Updated Turkish translation.
1896 2002-09-06 Jeffrey A Law (law@redhat.com)
1898 * configure.tgt (h8300-*-hms*, h8500-*-hms*): Restore.
1900 2002-09-02 Nick Clifton <nickc@redhat.com>
1902 * scripttempl/v850.sc: Add EXTERN references to __ctbpm __gp and
1904 * emulparams/v850.sh (TEMPLATE_NAME): Define.
1906 2002-08-30 Nick Clifton <nickc@redhat.com>
1908 * scripttempl/elfd10v.sc (MEMORY): Remove UNIFIED, it is not
1909 used. Change INSN to start at 0x01000000 and extend for
1910 256K (ignoring holes). Start the STACK on a word aligned
1912 (.rodata): Start it at the READONLY_START_ADDR.
1914 2002-08-30 Alan Modra <amodra@bigpond.net.au>
1916 * emulparams/elf32ppc.sh (ARCH): Set to "powerpc:common".
1918 2002-08-28 Svein E. Seldal <Svein.Seldal@solidas.com>
1920 * Makefile.am: Add etic4xcoff.o in ALL_EMULATIONS list and
1921 added makefile targets for this file.
1922 * Makefile.in: Regenerate.
1923 * configure.tgt: Added tic4x-coff and c4x-coff emulations.
1924 * NEWS: Mention new port.
1926 2002-08-28 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
1928 * emulparams/tic3xcoff.sh: New file.
1929 * emulparams/tic4xcoff.sh: New file.
1930 * scripttempl/tic3xcoff.sc: New file.
1931 * scripttempl/tic4xcoff.sc: New file.
1933 2002-08-28 Alan Modra <amodra@bigpond.net.au>
1935 * emultempl/aix.em (gld${EMULATION_NAME}_parse_args): Replace strtoll,
1936 strtoul and strtoull with bfd_scan_vma.
1937 (gld${EMULATION_NAME}_read_file): Likewise.
1939 2002-08-28 Alan Modra <amodra@bigpond.net.au>
1941 * configure.tgt: Remove h8[35]00-*-hms*. Add h8500-*-rtems*.
1943 2002-08-27 Egor Duda <deo@logos-m.ru>
1945 * scripttempl/pe.sc: Handle .rdata_runtime_pseudo_reloc sections.
1946 Add symbols for application to access them.
1948 2002-08-27 Nick Clifton <nickc@redhat.com>
1950 * emultempl/armelf.em: Revert this patch, it is not needed.
1952 2002-08-22 Adam Nemet <anemet@lnxw.com>
1954 2002-08-20 Dan Kegel <dank@kegel.com>
1956 * configure.in: added --with-lib-path argument to ld's configure
1958 * NEWS: Document new switch.
1959 * README: Mention new switch.
1960 * configure: Regenerate.
1961 * Makefile.in: Regenerate.
1963 Based on this patch:
1964 2001-04-25 Christopher Faylor <cgf@cygnus.com>
1966 * Makefile.in (LIB_PATH): Make configurable.
1967 (GENSCRIPTS): Set LIB_PATH in environment.
1968 * configure.in: Substitute LIB_PATH.
1970 2002-08-22 Adam Nemet <anemet@lnxw.com>
1972 * emultempl/armelf.em: Include elf-bfd.h and elf/arm.h.
1973 (arm_elf_finish): Set the last bit of DT_INIT and DT_FINI
1974 depending on the type of the function.
1975 (arm_elf_convert_thumb_symbol_to_address): New function.
1977 2002-08-22 Graeme Peterson <gp@qnx.com>
1979 * Makefile.am: Add esh{l}elf_nto.o files.
1980 * Makefile.in: Regenerate.
1981 * configure.tgt: Add support for sh-**-nto* targets.
1982 * emulparams/shelf_nto.sh: New file.
1983 * emulparams/shlelf_nto.sh: New file.
1985 2002-08-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
1987 * ldlang.c (offsetof): Define if not defined.
1989 2002-08-14 H.J. Lu <hjl@gnu.org>
1991 * configure.tgt: Always enable 64bit emulations for 32bit
1994 2002-08-13 Alan Modra <amodra@bigpond.net.au>
1996 * emulparams/elf32_dlx.sh (TARGET_PAGE_SIZE): Set to 1.
1997 (MAXPAGESIZE): Set to 1.
1999 * ld.h (ALIGN_N): Delete.
2000 * ldexp.h (align_n): Declare.
2001 * ldexp.c (align_n): New function.
2002 (fold_binary): Use align_n instead of ALIGN_N.
2003 (exp_fold_tree): Likewise.
2004 * ldlang.c (lang_size_sections_1): Likewise.
2005 (lang_one_common): Likewise.
2006 * ld.texinfo (ALIGN): Remove power of 2 restriction.
2008 2002-07-31 Graeme Peterson <gp@qnx.com>
2010 * configure.tgt: Add support for powerpc{le}-*-nto* targets.
2011 * Makefile.am: Add eelf32{l}ppcnto.o files.
2012 * Makefile.in: Regenerate.
2013 * emulparams/elf32lppcnto.sh: New file.
2014 * emulparams/elf32ppcnto.sh: New file.
2016 2002-08-07 H.J. Lu <hjl@gnu.org>
2018 * ld.texinfo: Document --no-undefined-version.
2020 * ldlang.c (lang_new_vers_pattern): Set the `symver' and
2021 `script.' fields to 0.
2023 * ldmain.c (main): Initialize the allow_undefined_version to
2026 * lexsup.c (OPTION_NO_UNDEFINED_VERSION): New.
2027 (ld_options): Add --no-undefined-version.
2028 (parse_args): Support OPTION_NO_UNDEFINED_VERSION.
2030 2002-08-07 Nick Clifton <nickc@redhat.com>
2032 * emultempl/armelf.em (arm_elf_before_allocation): Only search for
2033 an interworking bfd if there are input bfds. (107501)
2035 2002-08-06 Alan Modra <amodra@bigpond.net.au>
2037 * emultempl/aix.em (gld*_before_parse): Set default arch. Reverts
2040 2002-08-01 Nick Clifton <nickc@redhat.com>
2042 * emulparams/armelf.sh: Revert previous delta.
2043 * scripttempl/elf.sc: Revert previous delta.
2045 2002-07-31 H.J. Lu <hjl@gnu.org>
2047 * configure.tgt (powerpc*-*-linux*): Enable elf64ppc for
2048 --enable-64-bit-bfd.
2050 2002-07-31 H.J. Lu <hjl@gnu.org>
2052 * configure.tgt: Enable x86-64 emulation for Linux/i386 if
2053 64bit BFD is selected.
2055 2002-07-31 H.J. Lu <hjl@gnu.org>
2057 * configure.tgt: Enable 64bit emulations for 32bit Linux/mips
2058 if 64bit BFD is selected.
2060 2002-07-31 Ian Dall <ian@sibyl.beware.dropbear.id.au>
2062 * emultempl/netbsd.em (LDEMUL_BEFORE_PARSE): New file to custom set
2063 link_info.common_skip_ar_aymbols.
2064 * emulparams/ns32knbsd.sh (EXTRA_EM_FILE): Refer to extra file.
2066 * ldmain.c (main): Initialize new field
2067 link_info.common_skip_ar_aymbols.
2069 2002-07-31 Adam Nemet <anemet@lnxw.com>
2071 * emulparams/armelf.sh (OTHER_PLT_SECTIONS): New variable. Set it
2073 * scripttempl/elf.sc: Comment it. Use the same way as ${PLT} is
2076 2002-07-31 Nick Clifton <nickc@redhat.com>
2078 * NEWS: Retroactively add entry for Lars Brinkhoff's contribution
2079 of the PDP-11 and 2.11BSD a.out support.
2081 2002-07-31 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2083 * Makefile.am (eelf32btsmipn32.o, eelf32ltsmipn32.o): New emulations
2084 for n32 ABI support.
2085 * Makefile.in: Regenerate.
2086 * configure.tgt (mips64*el-*-linux-gnu*,mips64*-*-linux-gnu*): Add
2087 n32 ABI emulations for these 64 bit targets.
2088 * emulparams/elf32bmipn32.sh: Expand comment.
2089 * emulparams/elf32btsmipn32.sh: New file, for traditional big endian
2091 * emulparams/elf32ltsmipn32.sh: Likewise for little endian.
2093 2002-07-30 Graeme Peterson <gp@qnx.com>
2095 * configure.tgt: Add support for arm-*-nto target.
2096 * Makefile.am: Add earmnto.o file.
2097 * Makefile.in: Regenerate.
2098 * NEWS: Mention port of ARM support to QNX.
2099 * emulparams/armnto.sh: New file.
2101 2002-07-30 Jakub Jelinek <jakub@redhat.com>
2103 * ldlang.c (lang_add_section): Don't turn .tbss into normal sections
2104 for relocatable link.
2105 (lang_size_sections_1): Don't make .tbss zero size for relocatable
2108 2002-07-26 Bernd Schmidt <bernds@redhat.com>
2110 * emulparams/elf32frv.sh (OTHER_RELOCATING_SECTIONS): Delete.
2113 2002-07-25 Nick Clifton <nickc@redhat.com>
2115 * po/sv.po: Updated Swedish translation.
2116 * po/es.po: Updated Spanish translation.
2117 * po/fr.po: Updated French translation.
2119 2002-07-24 Nick Clifton <nickc@redhat.com>
2121 * po/sv.po: Updated Swedish translation.
2122 * po/es.po: Updated Spanish translation.
2124 2002-07-23 Nick Clifton <nickc@redhat.com>
2126 * po/fr.po: Updated French translation.
2128 2002-07-20 Alan Modra <amodra@bigpond.net.au>
2130 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
2131 bomb on /DISCARD/ input section.
2132 * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
2133 * emultempl/mmo.em (mmo_place_orphan): Likewise.
2135 2002-07-19 Hans-Peter Nilsson <hp@bitrange.com>
2137 * emultempl/mmo.em (mmo_place_orphan): Handle case of no .text
2140 2002-07-16 Denis Chertykov <denisc@overta.ru>
2141 Nick Clifton <nickc@redhat.com>
2142 Frank Ch. Eigler <fche@redhat.com>
2143 John Healy <jhealy@redhat.com>
2145 * configure.tgt: Add support for ip2k-elf.
2146 * Makefile.am: Add support for ip2k-elf.
2147 * Makefile.in: Regenerate.
2148 * emulparams/elf32ip2k.sh: New file.
2149 * scripttempl/ip2k.sc: New file
2150 * NEWS: Mention support for new port.
2152 2002-07-16 Nick Clifton <nickc@cambridge.redhat.com>
2154 * NEWS: Add 'Changes in 2.13'.
2156 2002-07-14 H.J. Lu <hjl@gnu.org>
2158 * ld.texinfo: Document a .symver takes precedence over a
2161 2002-07-12 Alan Modra <amodra@bigpond.net.au>
2163 * emulparams/elf64ppc.sh (ARCH): Set to powerpc:common64.
2164 (COMMONPAGESIZE): Define.
2166 2002-07-09 Alan Modra <amodra@bigpond.net.au>
2168 * emulparams/hppanbsd.sh: Remark that hppaobsd.sh references this file.
2170 2002-07-09 Federico G. Schwindt <fgsch@olimpo.com.br>
2172 * configure.tgt: Add support for alpha-*-openbsd*, hppa-*-openbsd*,
2173 powerpc-*-openbsd* and sparc64-*-openbsd*.
2174 * Makefile.am (ALL_EMULATIONS): Add ehppaobsd.o.
2175 * Makefile.in: Regenerate.
2176 * emulparams/hppaobsd.sh: New file.
2178 2002-07-05 Alan Modra <amodra@bigpond.net.au>
2180 * ldlang.c (print_wild_statement): Fix output formatting.
2182 2002-07-04 Alan Modra <amodra@bigpond.net.au>
2184 * ldlang.c: (strip_excluded_output_sections): New function.
2185 (lang_process): Call it.
2186 (lang_size_sections_1): Revert 2002-06-10 change.
2188 2002-07-03 Alan Modra <amodra@bigpond.net.au>
2190 * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
2192 * Makefile.in: Regenerate.
2194 2002-07-02 Alan Modra <amodra@bigpond.net.au>
2196 * ldfile.c (ldfile_try_open_bfd): Formatting.
2198 * ldmisc.c (demangle): Move so that it doesn't intrude between
2199 vfinfo comment and body. Add comment.
2201 2002-07-01 John David Anglin <dave@hiauly1.hia.nrc.ca>
2203 * emulparams/vax.sh (OUTPUT_FORMAT): Use a.out-vax-bsd format.
2205 2002-07-01 Alan Modra <amodra@bigpond.net.au>
2207 * ldlang.h (entry_sym): Make it a struct bfd_sym_chain.
2208 * ldlang.c (entry_sym): Likewise.
2209 (ldlang_undef_chain_list_type): Likewise.
2210 (lang_finish): Adjust references to entry_symbol.
2211 (lang_add_entry): Likewise.
2212 (lang_gc_sections): Use link_info.gc_sym_list.
2213 (lang_process): Set link_info.gc_sym_list.
2214 * ldlex.l: Include bfdlink.h.
2215 * ldmain.c (main): Init link_info.gc_sym_list.
2216 * emultempl/aix.em: Adjust references to entry_symbol.
2217 * emultempl/armcoff.em: Likewise.
2218 * emultempl/armelf.em: Likewise.
2219 * emultempl/pe.em: Likewise.
2220 * emultempl/ppc64elf.em (ppc_after_open): New function.
2221 (LDEMUL_AFTER_OPEN): Define.
2222 * emulparams/elf64ppc.sh: KEEP .opd sections.
2224 2002-06-29 Stephane Carrez <stcarrez@nerim.fr>
2226 * emulparams/m68hc12elfb.sh (EEPROM_MEMORY): Define.
2227 * emulparams/m68hc11elfb.sh (EEPROM_MEMORY): Define.
2228 * emulparams/m68hc11elf.sh (EEPROM_SIZE): Define.
2229 (EEPROM_START_ADDR): Define.
2230 (EEPROM_MEMORY): Define.
2231 * emulparams/m68hc12elf.sh: Likewise.
2232 * scripttempl/elfm68hc11.sc: Handle .eeprom section; handle .softregs
2233 section to put soft registers in .page0.
2234 * scripttempl/elfm68hc12.sc: Likewise but put soft registers in bss.
2236 2002-06-26 John David Anglin <dave@hiauly1.hia.nrc.ca>
2238 * emulparams/hppa64linux.sh (OTHER_GOT_RELOC_SECTIONS): Add rela.opd
2239 section. Add ${RELOCATING-0}.
2241 2002-06-26 J"orn Rennecke <joern.rennecke@superh.com>
2243 * emulparams/shelf.sh (STACK_ADDR): Don't define.
2244 (OTHER_SECTIONS): Define.
2245 * emulparams/shelf_nbsd.sh ((STACK_ADDR): Don't undef.
2246 (OTHER_SECTIONS): Undef.
2248 2002-06-26 Alan Modra <amodra@bigpond.net.au>
2250 * ldmisc.c (demangle): Restore dots stripped from sym name.
2252 2002-06-25 H.J. Lu <hjl@gnu.org>
2254 * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
2255 * Makefile.in: Regenerated.
2257 2002-06-20 Nick Clifton <nickc@cambridge.redhat.com>
2259 * ld.texinfo (Bug Reporting): Update text to suggest a limit on
2260 the size of attached object files, to allow make the object files
2261 available via FTP or HTTP and to mention that the mail will be
2262 sent to a mailing list.
2264 2002-06-20 Nathanael Nerode <neroden@twcny.rr.com>
2266 * configure.host (romp): Drop support.
2268 2002-06-18 Chris Demetriou <cgd@broadcom.com>
2270 * emultempl/mipself.em (mips_elf${ELFSIZE}_check_sections): Check
2271 section flags for SEC_DATA, rather than for SEC_CODE being unset.
2273 2002-06-18 Chris Demetriou <cgd@broadcom.com>
2275 * emultempl/mipself.em (mips_elf${ELFSIZE}_check_sections): Fix
2276 format specifier used to print BFD name.
2278 2002-06-18 Dave Brolley <brolley@redhat.com>
2280 From Catherine Moore, Michael Meissner, Jim Blandy:
2281 * emulparams/elf32frv.sh: New file.
2282 * configure.tgt: Support frv-*-*.
2283 * Makefile.am (ALL_EMULATIONS): Add eelf32frv.o.
2284 (eelf32frv.c): New target.
2286 2002-06-17 Tom Rix <trix@redhat.com>
2288 * emultempl/elf32.em: gld*_get_script: Check for
2289 GENERATE_COMBRELOC_SCRIPT.
2290 * scripttempl/elfd10v.sc : Fix STACK and INSN.
2291 * emulparams/d10velf.sh : Fix TEXT_START_ADDR.
2293 2002-06-13 J"orn Rennecke <joern.rennecke@superh.com>
2295 * configure.tgt: Add support for sh[1234]*le*-*-elf, sh[1234]*-*-elf.
2297 2002-06-12 H.J. Lu <hjl@gnu.org>
2299 * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Return
2300 false if xvec doesn't match.
2302 2002-06-10 Richard Sandiford <rsandifo@redhat.com>
2304 * ldlang.c (lang_size_sections_1): Skip removed output sections.
2306 2002-06-08 Alan Modra <amodra@bigpond.net.au>
2308 * ldexp.c: Replace CONST with const.
2309 * ldfile.c: Likewise.
2310 * ldfile.h: Likewise.
2311 * ldlex.l: Likewise.
2313 * pe-dll.h: Likewise.
2315 2002-06-07 Alan Modra <amodra@bigpond.net.au>
2317 * emultempl/ppc64elf.em (new_vers_pattern): Warning fix.
2319 2002-06-07 Charles Wilson <cwilson@ece.gatech.edu>
2321 * ldmain.c (main): initialize link_info.pei386_auto_import
2322 to -1 == implicit enable.
2323 * emultempl/pe.em (gld_${EMULATION_NAME}_before_parse):
2324 initialize link_info.pei386_auto_import to -1 == implicit
2326 (gld_${EMULATION_NAME}_parse_args): When processing
2327 --enable-auto-import and --disable-auto-import options, use
2328 '1' and '0' instead of 'true' and 'false'.
2329 (pe_find_data_imports): Only issue message about auto-import
2330 when the feature is implicitly enabled. Downgrade message to
2331 informational instead of warning.
2333 2002-06-07 Alan Modra <amodra@bigpond.net.au>
2335 * scripttempl/elf.sc (.tbss): Fix mismatched parentheses/braces.
2337 2002-06-06 John David Anglin <dave@hiauly1.hia.nrc.ca>
2339 * configure.host (hppa*64*-*-hpux11*): Define NATIVE_LIB_DIRS,
2340 HOSTING_CRT0 and HOSTING_LIBS.
2342 2002-06-05 J"orn Rennecke <joern.rennecke@superh.com>
2344 * configure.tgt (shle*-*-elf*, sh64le-*-elf*): New configurations.
2346 2002-06-05 Jason Thorpe <thorpej@wasabisystems.com>
2348 * emulparams/ns32knbsd.sh (EXECUTABLE_SYMBOLS): Set _DYNAMIC to 0.
2349 (NONPAGED_TEXT_START_ADDR): Set to 0x1000.
2351 2002-06-05 Alan Modra <amodra@bigpond.net.au>
2353 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Place
2354 SEC_EXCLUDE sections when doing a relocatable link.
2356 2002-06-04 Jason Thorpe <thorpej@wasabisystems.com>
2358 * Makefile.am (ALL_EMULATIONS): Add eshelf32_nbsd.o,
2359 eshlelf32_nbsd.o, eshelf64_nbsd.o, and eshlelf64_nbsd.o.
2360 (eshelf32_nbsd.c, eshelf64_nbsd.c, eshlelf32_nbsd.c)
2361 (eshlelf64_nbsd.c): New rules.
2362 * Makefile.in: Regenerate.
2363 * configure.tgt (sh5le-*-netbsd*, sh5-*-netbsd*, sh64le-*-netbsd*)
2364 (sh64-*-netbsd*): New targets.
2365 * emulparams/shelf32_nbsd.sh: New file.
2366 * emulparams/shelf64_nbsd.sh: New file.
2367 * emulparams/shlelf32_nbsd.sh: New file.
2368 * emulparams/shlelf64_nbsd.sh: New file.
2370 2002-06-04 Alan Modra <amodra@bigpond.net.au>
2372 * ldlang.c (section_already_linked): Call bfd_discard_group. Typo fix.
2374 2002-06-02 Marek Michalkiewicz <marekm@amelek.gda.pl>
2376 * scripttempl/avr.sc: Changes to support current GCC and avr-libc,
2377 C++ constructors/destructors, loosely based on the m68hc11 port.
2379 2002-05-31 Alan Modra <amodra@bigpond.net.au>
2381 * Makefile.in: Regenerate.
2382 * aclocal.m4: Regenerate.
2383 * config.in: Regenerate.
2384 * configure: Regenerate.
2386 2002-05-31 Graeme Peterson <gp@qnx.com>
2388 * Makefile.am (ALL_EMULATIONS): Add ei386nto.o.
2389 (ei386nto.c): Add rule.
2390 * Makefile.in: Regenerate.
2391 * configure.tgt: Add i[3456]86-*-nto-qnx*.
2392 * emulparams/i386nto.sh: New file.
2394 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
2396 * NEWS: Add entry for VAX ELF support.
2398 2002-05-29 Matt Thomas <matt@3am-software.com>
2399 Jason Thorpe <thorpej@wasabisystems.com>
2401 * Makefile.am (ALL_EMULATIONS): Add eelf32vax.o and evaxnbsd.o.
2403 (evaxnbsd.c): New rules.
2404 * Makefile.in: Regenerate.
2405 * configure.tgt (vax-*-netbsdelf*)
2407 (vax-*-netbsd*): New targets.
2408 * emulparams/elf32vax.sh: New file.
2409 * emulparams/vaxnbsd.sh: New file.
2411 2002-05-29 Adam Nemet <anemet@lnxw.com>
2413 * emultempl/armelf.em (arm_elf_after_open): Don't determine
2414 bfd_for_interwork, instead add glue sections to each input bfd.
2415 (bfd_for_interwork): New global.
2416 (arm_elf_set_bfd_for_interworking): New function.
2417 (arm_elf_before_allocation): Use it.
2419 2002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
2421 * Makefile.am: Add DLX make target.
2422 * configure.tgt: Add DLX configuration.
2423 * Makefile.in: Regenerate.
2424 * emulparams/elf32_dlx.sh: New file
2425 * scripttempl/dlx.sc: New file
2427 2002-05-27 Per Lundberg <per@caleb.dnsalias.org>
2429 * Makefile.am (eelf_i386_chaos): Use elf_chaos.sc script.
2430 * Makefile.in: Regenerate.
2431 * emulparams/elf_chaos.sh: Use elf_chaos script.
2432 * scripttempl/elf_chaos.sc: New file.
2434 2002-05-27 Richard Sandiford <rsandifo@redhat.com>
2436 * ldlang.c (lang_size_sections_1): Move check for conflicting load
2437 addresses and regions from here...
2438 (lang_get_regions): ...to this new function.
2439 (lang_leave_output_section_statement): Use lang_get_regions.
2440 (lang_leave_overlay): Likewise.
2441 * mri.c (mri_draw_tree): Pass null as last argument to
2442 lang_leave_output_section_statement.
2443 * emultempl/elf32.em (gld*_place_orphan): Likewise.
2444 * emultempl/mmo.em (mmo_place_orphan): Likewise.
2445 * emultempl/pe.em (gld*_place_orphan): Likewise.
2447 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
2449 * configure.tgt: Use ns32k-*-netbsd* instead of ns32k-pc532-netbsd*.
2451 2002-05-25 Kazu Hirata <kazu@cs.umass.edu>
2453 * ldemul.c: Fix formatting.
2454 * ldfile.c: Likewise.
2455 * pe-dll.c: Likewise.
2456 * pe-dll.h: Likewise.
2458 2002-05-25 Alan Modra <amodra@bigpond.net.au>
2460 * ldlang.c (lang_process): Formatting, grammar.
2462 * ldlex.l: Use #include "" instead of <> for local header files.
2464 2002-05-24 TAMURA Kent <kent@netbsd.org>
2466 * configure.tgt: Add a target for i386-netbsdpe.
2468 2002-05-23 Jakub Jelinek <jakub@redhat.com>
2470 * scripttempl/elf.sc: Add .rel{,a}.t{bss,data}, .tdata and .tbss.
2471 * ldlang.c (lang_add_section): Set SEC_THREAD_LOCAL for
2472 output section if necessary. Handle .tbss.
2473 (lang_size_sections): Clear _raw_size for .tbss section
2474 (it allocates space in PT_TLS segment only).
2475 * ldwrite.c (build_link_order): Build link order for .tbss too.
2477 2002-05-23 Alan Modra <amodra@bigpond.net.au>
2479 * configure.in: Correct spelling of AC_PREREQ.
2481 2002-05-21 Danny Smith <dannysmith@users.sourceforge.net>
2483 * pe-dll.c (autofilter_liblist): Add more system libs excluded by
2485 (autofilter_objlist): Add crtbegin.o, crtend.o.
2487 2002-05-21 Danny Smith <dannysmith@users.sourceforge.net>
2489 * emultempl/pe.em (OPTION_EXCLUDE_LIBS): Add new define.
2490 (longopts): Add new option --exclude-libs.
2491 (gld_${EMULATION_NAME}_list_options): Give quick help about it.
2492 (gld_${EMULATION_NAME}_parse_args): Use it.
2493 * pe-dll.h (pe_dll_add_excludes): Add second param to prototype.
2494 * pe-dll.c (exclude_list_struct): Add field type to distinguish symbols
2495 from whole archives.
2496 (pe_dll_add_excludes): Set excludes->type.
2497 (auto_export): Add new variable libname and set to archive basename if
2498 abfd. Use it when filtering default and user-specified libarary
2499 excludes. Let string "ALL" mean all libs when filtering user-specified
2501 * ld.texinfo: Document --exclude-libs.
2503 2002-05-22 Alan Modra <amodra@bigpond.net.au>
2505 * ldemul.c (ldemul_new_vers_pattern): New function.
2506 * ldemul.h (ldemul_new_vers_pattern): Declare.
2507 (struct ld_emulation_xfer_struct): Add new_vers_pattern.
2508 * ldlang.c (lang_new_vers_pattern): Call ldemul_new_vers_pattern.
2509 * emultempl/ppc64elf.em (dotsyms): New static var.
2510 (gld${EMULATION_NAME}_new_vers_pattern): New function.
2511 (LDEMUL_NEW_VERS_PATTERN): Define.
2512 (PARSE_AND_LIST_PROLOGUE): Add OPTION_DOTSYMS, OPTION_NO_DOTSYMS.
2513 (PARSE_AND_LIST_LONGOPTS): Likewise.
2514 (PARSE_AND_LIST_ARGS_CASES): Handle them.
2515 * emultempl/aix.em (ld_${EMULATION_NAME}_emulation): Update
2517 * emultempl/armcoff.em: Likewise.
2518 * emultempl/armelf_oabi.em: Likewise.
2519 * emultempl/beos.em: Likewise.
2520 * emultempl/elf32.em: Likewise.
2521 * emultempl/generic.em: Likewise.
2522 * emultempl/gld960.em: Likewise.
2523 * emultempl/gld960c.em: Likewise.
2524 * emultempl/linux.em: Likewise.
2525 * emultempl/lnk960.em: Likewise.
2526 * emultempl/m68kcoff.em: Likewise.
2527 * emultempl/mipsecoff.em: Likewise.
2528 * emultempl/pe.em: Likewise.
2529 * emultempl/sunos.em: Likewise.
2530 * emultempl/ticoff.em: Likewise.
2531 * emultempl/vanilla.em: Likewise.
2533 2002-05-22 Alan Modra <amodra@bigpond.net.au>
2535 * genscripts.sh (LIB_PATH): For native targets, concatenate $libdir
2536 and $NATIVE_LIB_DIRS. Add $tool_lib before other libs.
2537 (LIB_SEARCH_DIRS): No need to use "tr".
2538 (COMPILE_IN): Only set for native targets.
2539 * configure.host (NATIVE_LIB_DIRS): Specify all native search dirs
2540 here, rather than adding lib:/usr/lib:/usr/local/lib in genscripts.sh.
2541 * configure.tgt (powerpc*): Set tdir_*.
2542 (powerpcle*): Correct targ_extra_emuls.
2543 * emulparams/elf32ppc.sh (LIB_PATH): Set up native 64 bit dirs.
2544 * emulparams/elf64ppc.sh (LIB_PATH): Likewise.
2546 2002-05-22 Alan Modra <amodra@bigpond.net.au>
2548 * emultempl/pe.em (set_pe_subsystem): Don't set "cmdline" when
2549 calling lang_add_entry.
2551 2002-05-21 H.J. Lu (hjl@gnu.org)
2553 * emultempl/elf32.em (gld${EMULATION_NAME}_parse_args): Handle
2555 (gld${EMULATION_NAME}_list_options): Add "-z muldefs".
2557 * ld.texinfo: Updated for --allow-multiple-definition and
2560 * ldmain.c (main): Initialize the allow_multiple_definition
2563 * lexsup.c (OPTION_ALLOW_MULTIPLE_DEFINITION): New.
2564 (ld_options): Add --allow-multiple-definition.
2565 (parse_args): Support OPTION_ALLOW_MULTIPLE_DEFINITION.
2567 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
2569 * Makefile.am (ALL_EMULATIONS): Add earmelfb_nbsd.o.
2570 (earmelfb_nbsd.c): New rule.
2571 * Makefile.in: Regenerate.
2572 * configure.tgt (armeb-*-netbsdelf*): New target.
2573 (arm-*-netbsdelf*): Add armelfb_nbsd to targ_extra_emuls.
2574 (arm-*-netbsd*): Likewise.
2575 * emulparams/armelfb_nbsd.sh: New file.
2577 2002-05-18 Tom Rix <trix@redhat.com>
2579 * emultempl/aix.em (gld*_parse_args): Add -bnortl and -bnortllib
2582 2002-05-17 Marek Michalkiewicz <marekm@amelek.gda.pl>
2584 * Makefile.am: Add new emulations avr1, avr2, avr3, avr4, avr5.
2585 * Makefile.in: Regenerate.
2586 * configure.tgt (avr-*-*): Add avr[1-5] to targ_extra_emuls.
2588 2002-05-16 Marek Michalkiewicz <marekm@amelek.gda.pl>
2590 * emulparams/avr1.sh: New file.
2591 * emulparams/avr2.sh: New file.
2592 * emulparams/avr3.sh: New file.
2593 * emulparams/avr4.sh: New file.
2594 * emulparams/avr5.sh: New file.
2595 * scripttempl/avr.sc: New file.
2597 2002-05-15 Alan Modra <amodra@bigpond.net.au>
2599 * ldlang.c (section_already_linked): Call bfd_link_just_syms.
2600 (lang_place_orphans): Abort if just_syms_flag.
2602 2002-05-10 Tom Rix <trix@redhat.com>
2604 * emultempl/aix.em: (gld*_set_output_arch): New function. Use
2605 architecture and machine information in the output bfd.
2606 (gld*_before_parse): Remove old arch and machine code.
2607 (choose_target): Rename to gld*_choose_target.
2608 (rtld): Change type to int.
2609 * ldfile.c (ldfile_try_open_bfd): Disable compatiblity check for
2610 objects in XCOFF archives.
2611 * ldfile.h: Update copyright date.
2613 2002-05-10 Jakub Jelinek <jakub@redhat.com>
2615 * ldmain.c (main): Enable -z combreloc by default.
2617 2002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
2619 * Makefile.am: Honour DESTDIR.
2620 * Makefile.in: Regenerate.
2622 2002-05-07 Richard Sandiford <rsandifo@redhat.com>
2624 * ldlang.h (lang_output_section_statement_type): Add update_dot_tree.
2625 (lang_enter_overlay): Remove the last two parameters.
2626 (lang_leave_overlay): Take them here instead.
2627 * ldgram.y (memspec_at_opt): Set $$ to null if no region is given.
2628 (section): Pass LMA and crossref flag to lang_leave_overlay rather
2629 than lang_enter_overlay.
2630 * ldlang.c (lang_memory_region_lookup): Return null for null names.
2631 (lang_output_section_statement_lookup): Initialize update_dot_tree.
2632 (lang_size_sections_1): Evaluate it.
2633 (lang_leave_output_section_statement): Rework LMA lookup.
2634 (overlay_lma, overlay_nocrossrefs): Remove.
2635 (lang_enter_overlay): Remove LMA and crossref arguments.
2636 (lang_enter_overlay_section): Don't set the LMA here.
2637 (lang_leave_overlay): Take LMA and crossref arguments. Move the '.'
2638 assignment to the last section's update_dot_tree. Unconditionally
2639 use the load and run-time regions specified in the OVERLAY statement.
2640 Likewise the first section's LMA. Only set the other sections' LMAs
2641 when no load region is given.
2643 2002-05-06 Nick Clifton <nickc@redhat.com>
2645 * po/sv.po: New translation.
2647 2002-05-04 Alan Modra <amodra@bigpond.net.au>
2649 * emultempl/hppaelf.em (build_section_lists): New function.
2650 (gld${EMULATION_NAME}_finish): Call elf32_hppa_setup_section_lists
2651 and build_section_lists.
2653 2002-05-03 Kazu Hirata <kazu@cs.umass.edu>
2655 * ld.h: Fix formatting.
2656 * ldexp.c: Likewise.
2657 * ldfile.c: Likewise.
2658 * ldlang.c: Likewise.
2659 * ldmain.c: Likewise.
2660 * lexsup.c: Likewise.
2661 * pe-dll.c: Likewise.
2663 2002-05-02 Alan Modra <amodra@bigpond.net.au>
2665 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_after_allocation):
2666 Adjust for ppc64_elf_set_toc change. #include libbfd.h.
2667 (build_section_lists): Do output_section tests here.
2669 2002-04-30 Tom Rix <trix@redhat.com>
2671 * emultempl/aix.em : (gld*_parse_arge): Formatting changes.
2673 2002-05-01 Alan Modra <amodra@bigpond.net.au>
2675 Long branch stubs, multiple stub sections.
2676 * emultempl/ppc64elf.em: Include ldctor.h.
2677 (stub_file): New var.
2678 (group_size): New var.
2679 (ppc_create_output_section_statements): New function.
2680 (struct hook_stub_info): New.
2681 (hook_in_stub): New function.
2682 (ppc_add_stub_section): New function.
2683 (ppc_layout_sections_again): New function.
2684 (build_section_lists): New function.
2685 (gld${EMULATION_NAME}_finish): Rewrite.
2686 (real_func): New var.
2687 (ppc_for_each_input_file_wrapper): New function.
2688 (ppc_lang_for_each_input_file): New function.
2689 (lang_for_each_input_file): Define.
2690 (PARSE_AND_LIST_PROLOGUE): Define.
2691 (PARSE_AND_LIST_LONGOPTS): Define.
2692 (PARSE_AND_LIST_OPTIONS): Define.
2693 (PARSE_AND_LIST_ARGS_CASES): Define.
2694 (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
2696 2002-04-30 Tom Rix <trix@redhat.com>
2698 * emultempl/aix.em (gld*_parse_arge, gld*_before_allocation): Add
2699 -blibpath, -bnolibpath support.
2701 2002-04-30 Mark Mitchell <mark@codesourcery.com>
2703 * Makefile.am (ALL_EMULATIONS): Add elf32ppcwindiss.o.
2704 (eelf32ppcwindiss.c): New target.
2705 * Makefile.in: Regenerated.
2706 * configure.tgt: Add support for powerpc-*-windiss.
2707 * emulparams/elf32ppcwindiss.sh: New file.
2709 2002-04-30 Richard Sandiford <rsandifo@redhat.com>
2711 * ldlang.c (print_assignment): Update print_dot for assignments to ".".
2712 * ldexp.c (exp_print_token): Add "infix_p" argument.
2713 (exp_print_tree): Update accordingly.
2715 2002-04-28 Alan Modra <amodra@bigpond.net.au>
2717 * Makefile.am (mpw): New maintainer mode rule to make mpw-*.c files.
2718 * Makefile.in: Regenerate.
2719 * mpw-elfmips.c: Delete.
2720 * mpw-eppcmac.c: Delete.
2721 * mpw-esh.c: Delete.
2722 * mpw-idtmips.c: Delete.
2724 2002-04-17 J"orn Rennecke <joern.rennecke@superh.com>
2726 * emulparams/shelf32.sh (MACHINE): Now sh5.
2728 2002-04-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2730 * ldgram.y: Fix syntax warning.
2732 2002-04-11 Nick Clifton <nickc@cambridge.redhat.com>
2734 * emultempl/armelf.em (PARSE_AND_LIST_SHORTOPTS): Add 'n' in order
2735 to prevent "-n" from being taken as an abbreviation for
2736 "--no-pipeline-knowledge".
2738 2002-04-08 Alan Modra <amodra@bigpond.net.au>
2740 * ldlang.c (lang_size_sections_1): Don't complain about
2741 SEC_NEVER_LOAD sections having no memory region specified.
2743 * ld.texinfo (Format Commands <OUTPUT_FORMAT>): Typo fix.
2745 2002-04-07 matthew green <mrg@redhat.com>
2747 * configure.host (*-*-netbsd*): Add support for NetBSD/ELF.
2749 2002-04-04 Alan Modra <amodra@bigpond.net.au>
2751 * dep-in.sed: Cope with absolute paths.
2752 * Makefile.am (dep.sed): Subst TOPDIR and BFDDIR.
2754 * Makefile.in: Regenerate.
2756 2002-04-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2758 * emulparams/elf64btsmip.sh: n64 replaces .reginfo with .MIPS.options.
2760 2002-04-03 Jakub Jelinek <jakub@redhat.com>
2762 * ldexp.c (fold_binary) [DATA_SEGMENT_ALIGN]: If common page size
2763 is smaller than maximum, round dot up to common page boundary.
2765 2002-03-28 Alan Modra <amodra@bigpond.net.au>
2767 * configure.host: Set up for generic hosts first, then tweak as
2768 necessary in more specific targets.
2769 (HOSTING_LIBS): Include libgcc_eh.a if found.
2771 2002-03-23 Andreas Jaeger <aj@suse.de>
2773 * emulparams/elf_x86_64.sh (COMMONPAGESIZE): Set it.
2775 2002-03-21 Alan Modra <amodra@bigpond.net.au>
2777 * Makefile.am: Run "make dep-am".
2778 * Makefile.in: Regenerate.
2780 2002-03-21 Albert Chin-A-Young <china@thewrittenword.com>
2782 * genscripts.sh (LIB_SEARCH_DIRS): Quote path.
2784 2002-03-20 Alan Modra <amodra@bigpond.net.au>
2786 * ldlang.c (ldlang_add_undef): If the output bfd has been opened,
2787 add the symbol to the linker hash table immediately.
2788 (lang_place_undefineds): Split symbol creation out..
2789 (insert_undefined): ..to here.
2791 2002-03-18 David O'Brien <obrien@FreeBSD.org>
2793 * emultempl/elf32.em: Use lbasename vs. basename to fix problem where
2794 the contents of the buffer returned from basename function will are
2795 getting overwritten while still being used.
2797 2002-03-18 Jan Hubicka <jh@suse.cz>
2798 Andreas Jaeger <aj@suse.de>
2799 Andreas Schwab <schwab@suse.de>
2801 * configure.tgt (x86_64-*-linux-gnu*): Configure i386 as native.
2802 * elf_x86_64.sh (ARCH): Set to i386:x86-64
2803 set libraries to default to lib64 paths.
2805 2002-03-18 Tom Rix <trix@redhat.com>
2807 * Makefile.am : Add eaix5ppc and eaix5rs6, AIX 5 support.
2808 * configure.tgt : Same.
2809 * emulparms/aix5ppc.sh : New file. For eaix5ppc.
2810 * emulparms/aix5rs6.sh : New file. For eaix5rs6.
2811 * emulparms/aixppc.sh : OUPUT_FORMAT_32BIT and OUTPUT_FORMAT_64BIT
2812 emulation parameters for better -b32, -b64 support.
2813 * emulparms/aixrs6.sh : Same.
2814 * emulparms/ppcmacos.sh : Same.
2815 * emultempl/aix.em (choose_target) : Use new emulation parameters
2816 OUTPUT_FORMAT_32BIT and OUTPUT_FORMAT_64BIT.
2817 * Makefile.in : Regenerate.
2819 2002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
2821 * po/fr.po: Updated version.
2823 2002-03-18 Alan Modra <amodra@bigpond.net.au>
2825 * ldmain.c (main): Move .text readonly flag fudges from here..
2826 * ldlang.c (lang_process): ..to here.
2828 2002-03-14 Alan Modra <amodra@bigpond.net.au>
2830 * ldlang.c (lang_check): Remove the word size check added in last
2831 change. Treat emitrelocations case as for relocatable links.
2833 2002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
2835 * po/fr.po: Updated version.
2837 2002-03-13 Alan Modra <amodra@bigpond.net.au>
2839 * ldlang.c (lang_check): Do relocatable link checks first, so that
2840 warn_mismatch can't override. Check compatible and word size too.
2842 2002-03-07 Daniel Jacobowitz <drow@mvista.com>
2844 * ld.texinfo: Wrap @menu in @ifnottex, not @ifinfo.
2846 2002-03-05 Jakub Jelinek <jakub@redhat.com>
2848 * scripttempl/elf.sc: Only use DATA_SEGMENT_END() together with
2851 2002-03-04 H.J. Lu <hjl@gnu.org>
2853 * scripttempl/elf.sc: Put .preinit_array, .init_array and
2854 .fini_array in the data segment.
2856 2002-03-04 Alan Modra <amodra@bigpond.net.au>
2858 * scripttempl/elf.sc: Correct syntax errors in 2002-03-01 commit.
2860 2002-03-01 David Mosberger <davidm@hpl.hp.com>
2862 * scripttempl/elf.sc (SECTIONS): Add entries for .preinit_array,
2863 .init_array, and .fini_array.
2865 2002-02-20 Andreas Schwab <schwab@suse.de>
2867 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Don't fold
2868 .IA64_unwind* in a relocatable link.
2870 2002-02-20 Nick Clifton <nickc@cambridge.redhat.com>
2872 * NEWS: Mark 2.12 branch.
2874 2002-02-19 Martin Schwidefsky <schwidefsky@de.ibm.com>
2876 * emulparams/elf64_s390.sh (ARCH): Change to "s390:64-bit".
2877 * emulparams/elf_s390.sh (ARCH): Change to "s390:31-bit".
2879 2002-02-18 Tom Rix <trix@redhat.com>
2881 * emultempl/aix.em (gld*_parse_args): Add -brtl support.
2882 (gld*_before_allocation): Same.
2883 (gld*_create_output_section_statements): Generate
2884 __rtinit if run time linking. Add librtl.a to the link.
2885 (gld*_read_file): Clean.
2887 2002-02-18 Alan Modra <amodra@bigpond.net.au>
2889 * emulparams/elf64ppc.sh (OTHER_TEXT_SECTIONS): Define.
2891 2002-02-18 David O'Brien <obrien@FreeBSD.org>
2893 * Makefile.am: Add new files earmelf_fbsd, eelf32ppc_fbsd,
2894 eelf_i386_fbsd, eelf64_ia64_fbsd, eelf_x86_64_fbsd, eelf64_sparc_fbsd,
2895 and eelf64alpha_fbsd.
2896 * Makefile.in: Regenerate.
2897 * configure.tgt(sparc64-*-freebsd, ia64-*-freebsd, i[3456]86-*-freebsd,
2898 x86_64-*-freebsd, arm-*-freebsd, alpha*-*-freebsd, powerpc-*-freebsd):
2899 use a FreeBSD-specific emulation rather than the psABI one.
2900 * emulparams/elf_fbsd.sh (ELF_INTERPRETER_NAME): Set appropriate value
2901 for all FreeBSD ELF systems.
2902 * emulparams/armelf_fbsd.sh: Bridge elf_fbsd.sh and the "native" psABI
2904 * emulparams/elf32ppc_fbsd.sh: Likewise.
2905 * emulparams/elf64_ia64_fbsd.sh: Likewise.
2906 * emulparams/elf64_sparc_fbsd.sh: Likewise.
2907 * emulparams/elf64alpha_fbsd.sh: Likewise.
2908 * emulparams/elf_i386_fbsd.sh: Likewise.
2909 * emulparams/elf_x86_64_fbsd.sh: Likewise.
2911 2002-02-18 Nick Clifton <nickc@cambridge.redhat.com>
2913 * po/tr.po: Updated version.
2915 2002-02-18 Alan Modra <amodra@bigpond.net.au>
2917 * ld.texinfo (Output Section Fill): Fix amateur texinfo.
2920 2002-02-17 Hans-Peter Nilsson <hp@bitrange.com>
2922 * emultempl/mmo.em (mmo_after_open): Don't call
2923 _bfd_mmix_check_all_relocs when producing ELF output.
2925 2002-02-15 Richard Henderson <rth@redhat.com>
2927 * emulparams/elf64alpha.sh (NOP): Adjust for big-endian
2928 definition. Emit a unop+nop pair.
2930 2002-02-15 Hans-Peter Nilsson <hp@bitrange.com>
2932 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Also check
2933 for presence of .MMIX.reg_contents.linker_allocated before early
2936 * NEWS: Mention support for MMIX.
2938 2002-02-15 Alan Modra <amodra@bigpond.net.au>
2940 Support arbitrary length fill patterns.
2941 * ld.texinfo (Output Section Fill): Describe fill expressions.
2942 (FILL): Refer to the above.
2943 * ldexp.h (etree_value_type): Add "str" field.
2944 (union etree_union): Add "str" to "value" struct.
2945 (exp_bigintop): Declare.
2946 (exp_get_fill): Declare.
2947 * ldexp.c: Include "safe-ctype.h".
2948 (exp_intop): Set value.str to NULL.
2949 (exp_bigintop): New function.
2950 (new_rel): Pass in "str", and set new.str from it.
2951 (new_rel_from_section): Set new.str to NULL.
2952 (fold_name): Adjust calls to new_rel.
2953 (exp_fold_tree): Likewise.
2954 (exp_get_fill): New function.
2955 * ldgram.y (struct big_int bigint, fill_type *fill): New.
2956 (INT): Returns a "bigint". Adjust all code handling INTs.
2957 (fill_opt): Returns a "fill".
2958 (fill_exp): Split out of fill_opt, use for FILL.
2959 * ldlang.h (struct _fill_type): New.
2960 (fill_type): Move typedef to ldexp.h.
2961 (lang_output_section_statement_type): "fill" is now a pointer.
2962 (lang_fill_statement_type): Likewise.
2963 (lang_padding_statement_type): Likewise.
2964 (lang_add_fill): Now takes a "fill_type *" param.
2965 (lang_leave_output_section_statement): Likewise.
2966 (lang_do_assignments): Likewise.
2967 (lang_size_sections): Likewise.
2968 (lang_leave_overlay_section): Likewise.
2969 (lang_leave_overlay): Likewise.
2970 * ldlang.c: Include ldgram.h after ldexp.h.
2971 (lang_output_section_statement_lookup): Adjust for fill_type change.
2972 (print_fill_statement): Likewise.
2973 (print_padding_statement): Likewise.
2974 (insert_pad): Now takes a "fill_type *" arg.
2975 (size_input_section): Likewise.
2976 (lang_size_sections_1): Likewise.
2977 (lang_size_sections): Likewise.
2978 (lang_do_assignments): Likewise.
2979 (lang_add_fill): Likewise.
2980 (lang_leave_output_section_statement): Likewise.
2981 (lang_leave_overlay_section): Likewise.
2982 (lang_leave_overlay): Likewise.
2983 Adjust all callers of the above function.
2984 * ldlex.l: Include ldgram.h after ldexp.h. Allow hex numbers
2985 starting with "0X" as well as "0x". Return bigint.str for hex
2986 numbers starting with "0x" or "0X", zero bigint.str otherwise.
2987 Always use base 16 for numbers starting with "$".
2988 * ldmain.c: Include ldgram.h after ldexp.h.
2989 * ldwrite.c (build_link_order): Use bfd_data_link_order in place
2990 of bfd_fill_link_order.
2991 * pe-dll.c: Adjust lang_do_assignments calls.
2992 * emultempl/elf32.em: Likewise.
2993 * emultempl/hppaelf.em: Likewise.
2994 * emultempl/ppc64elf.em: Likewise.
2995 * emultempl/beos.em: Include ldgram.h after ldexp.h, adjust
2996 lang_add_assignment call.
2997 * emultempl/pe.em: Likewise.
2999 2002-02-14 Phil Edwards <pme@gcc.gnu.org>
3001 * ld.texinfo (VERSION scripts): Symbol names are globbing patterns.
3002 * ldgram.y (lang_new_vers_regex): Rename to lang_new_vers_pattern;
3003 the pattern in question is not a regexp.
3004 * ldlang.c: Likewise.
3005 * ldlang.h: Likewise.
3006 * ldlex.l (V_IDENTIFIER): Allow '[', ']', '-', '!', and '^' also.
3008 2002-02-12 Jakub Jelinek <jakub@redhat.com>
3010 * ldlex.l (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): New tokens.
3011 * ldgram.y (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): New tokens.
3012 (exp): Add DATA_SEGMENT_ALIGN (exp, exp) and DATA_SEGMENT_END (exp).
3013 * ldexp.c (exp_data_seg): New variable.
3014 (exp_print_token): Handle DATA_SEGMENT_ALIGN and DATA_SEGMENT_END.
3015 (fold_binary): Handle DATA_SEGMENT_ALIGN.
3016 (exp_fold_tree): Handle DATA_SEGMENT_END.
3017 Pass allocation_done when recursing instead of hardcoding
3018 lang_allocating_phase_enum.
3019 * ldexp.h (exp_data_seg): New.
3020 * ldlang.c (lang_size_sections_1): Renamed from lang_size_sections.
3021 (lang_size_sections): New.
3022 * ld.texinfo (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): Document.
3023 * scripttempl/elf.sc: Use DATA_SEGMENT_ALIGN and DATA_SEGMENT_END
3024 if COMMONPAGESIZE is defined.
3025 * emulparams/elf_i386.sh (COMMONPAGESIZE): Set to 4K.
3026 * emulparams/elf32_sparc.sh (COMMONPAGESIZE): Set to 8K.
3027 * emulparams/elf64_sparc.sh (COMMONPAGESIZE): Set to 8K.
3028 * emulparams/elf64alpha.sh (COMMONPAGESIZE): Set to 8K.
3029 * emulparams/elf64_ia64.sh (COMMONPAGESIZE): Set to 16K for shared
3032 2002-02-11 Alan Modra <amodra@bigpond.net.au>
3034 * Makefile.in: Regenerate.
3036 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
3038 * lexsup.c: Remove strtoul declaration.
3040 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
3042 * ldmain.c: Add prototype for main ().
3043 * lexsup.c: Guard declaration of strtoul with HAVE_STDLIB_H.
3044 * emultempl/lnk960.em (lnk960_choose_target): Function should
3047 2002-02-10 Alan Modra <amodra@bigpond.net.au>
3049 * ldlang.c (entry_section): New initialised variable.
3050 (lang_finish): Use it.
3051 * ldlang.h (entry_section): Declare.
3052 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Set
3053 entry_section to ".opd".
3055 2002-02-09 Chris Demetriou <cgd@broadcom.com>
3057 * ld.texinfo (Options): Add back in -nostdlib documentation,
3058 which had been inadvertently removed.
3060 2002-02-09 Hans-Peter Nilsson <hp@bitrange.com>
3062 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Adjust
3063 register section vma to a sane value after emitting error. Make
3064 fatal conditions cause program exit when emitting message.
3066 2002-02-08 Ivan Guzvinec <ivang@opencores.org>
3068 * configure.tgt: Add or32-*-rtems target.
3070 2002-02-08 Alexandre Oliva <aoliva@redhat.com>
3072 Contribute sh64-elf.
3073 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
3074 * emulparams/shelf32.sh (STACK_ADDR): Define as formerly defined
3075 in OTHER_RELOCATABLE_SECTIONS.
3076 2002-01-18 Alexandre Oliva <aoliva@redhat.com>
3077 * emulparams/shelf32.sh (STACK_ADDR): Define.
3078 (OTHER_RELOCATABLE_SECTIONS): Renamed to...
3079 (OTHER_SECTIONS): this. Removed stack settings.
3080 * emulparams/shelf64.sh (OTHER_RELOCATABLE_SECTIONS): Do not set.
3081 (OTHER_SECTIONS): Reset after sourcing shelf32.sh.
3082 2001-03-12 DJ Delorie <dj@redhat.com>
3083 * emultempl/sh64elf.em (sh64_elf_$_before_allocation): Disable
3084 relaxing if any shmedia or mixed sections are found.
3085 2001-03-07 DJ Delorie <dj@redhat.com>
3086 * emultempl/sh64elf.em (sh64_elf_before_allocation): Pass f to
3087 einfo. Gracefully decline to output to non-elf formats.
3088 2001-03-06 Hans-Peter Nilsson <hpn@redhat.com>
3089 * emulparams/shelf64.sh (OTHER_RELOCATING_SECTIONS) <.stack>:
3090 Default to _end aligned to next multiple of 0x40000, plus 0x40000.
3091 * emulparams/shelf32.sh: Ditto.
3092 2001-01-14 Hans-Peter Nilsson <hpn@cygnus.com>
3093 * emulparams/shelf32.sh (OTHER_RELOCATING_SECTIONS): Tweak
3095 2001-01-10 Ben Elliston <bje@redhat.com>
3096 * emulparams/shelf32.sh (OTHER_RELOCATING_SECTIONS): Avoid
3097 non-portable shell constructs. From Hans-Peter Nilsson.
3098 2001-01-09 Hans-Peter Nilsson <hpn@cygnus.com>
3099 * emulparams/shelf64.sh (EXTRA_EM_FILE): Define empty.
3100 * Makefile.am (eshelf64.c, eshlelf64.c, eshlelf32.c): Adjust
3101 dependencies to the shell script include chain.
3102 * Makefile.in: Regenerate.
3103 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
3104 * emultempl/sh64elf.em: Update and tweak comments.
3105 (sh64_elf_${EMULATION_NAME}_after_allocation): Always allocate and
3106 make a .cranges section SEC_IN_MEMORY.
3107 2000-12-30 Hans-Peter Nilsson <hpn@cygnus.com>
3108 * emultempl/sh64elf.em
3109 (sh64_elf_${EMULATION_NAME}_before_allocation): Don't stop when
3110 .cranges section found to be necessary; continue and set stored
3111 section contents flags for sections with non-mixed contents.
3112 Use a struct sh64_section_data container and sh64_elf_section_data
3113 to store contents-type flags.
3114 Remove unused update of "isec".
3115 (sh64_elf_${EMULATION_NAME}_after_allocation): Only process
3116 sections marked SHF_SH5_ISA32_MIXED. Use sh64_elf_section_data to
3117 access contents-type flags. Assert that the associated container
3118 is initialized. Use that container, not elf_gp_size, to hold size
3119 of linker-generated cranges contents.
3120 2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
3121 * emultempl/sh64elf.em
3122 (sh64_elf_${EMULATION_NAME}_before_allocation): Exit early if
3123 there's already a .cranges section. When section flag difference
3124 is found, don't NULL-check cranges a second time. Tweak comments.
3125 (sh64_elf_${EMULATION_NAME}_after_allocation): Use size after
3126 merging, not max size, as size of ld-generated .cranges contents.
3127 Don't set ELF section flags in output section. When checking for
3128 needed .cranges descriptors, don't use a variable; compare
3129 incoming ELF section flags directly to SHF_SH5_ISA32_MIXED. Tweak
3131 2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
3132 * emultempl/sh64elf.em: New file.
3133 * Makefile.am (eshelf32.c, eshlelf32.c): Adjust dependencies.
3134 * Makefile.in: Regenerate.
3135 * emulparams/shelf32.sh (OUTPUT_FORMAT): Only set if not set.
3136 (OTHER_RELOCATING_SECTIONS): Ditto.
3137 (EXTRA_EM_FILE): New, set to sh64elf if not set.
3138 * emulparams/shlelf32.sh: Stub out all settings except
3139 OUTPUT_FORMAT. Source shelf32.sh.
3140 * emulparams/shelf64.sh: Similar, but also keep ELF_SIZE and
3141 OTHER_RELOCATING_SECTIONS.
3142 (OTHER_RELOCATING_SECTIONS): Remove .cranges.
3143 * emulparams/shlelf64.sh: Stub out all settings except
3144 OUTPUT_FORMAT. Source shelf64.sh.
3145 2000-12-15 Hans-Peter Nilsson <hpn@cygnus.com>
3146 * emulparams/shelf64.sh (OTHER_RELOCATING_SECTIONS): Include
3148 (DATA_START_SYMBOLS): Define, provide ___data.
3149 (OTHER_READONLY_SYMBOLS): Define, provide ___rodata and align to 8
3150 for consecutive .data section.
3151 (OTHER_GOT_SECTIONS): Define, align to 8 for consecutive .bss
3152 section after .data section.
3153 * emulparams/shlelf64.sh: Ditto.
3154 * emulparams/shelf32.sh: Ditto.
3155 (ALIGNMENT): Define to 8.
3156 * emulparams/shelf32.sh: Ditto.
3157 2000-12-12 Hans-Peter Nilsson <hpn@cygnus.com>
3158 * configure.tgt (sh64-*-elf*): Assign targ_extra_libpath to get
3159 built-in linker scripts.
3160 2000-11-30 Hans-Peter Nilsson <hpn@cygnus.com>
3161 * emulparams/shlelf64.sh: New.
3162 * emulparams/shelf64.sh: New.
3163 * configure.tgt (sh64-*-elf*): Add shelf64 and shlelf64 to
3165 * Makefile.am: Add support for shlelf64 and shelf64.
3166 * Makefile.in: Regenerate.
3167 2000-11-29 Hans-Peter Nilsson <hpn@cygnus.com>
3168 * configure.tgt (sh64-*-elf*): Add shelf as default.
3169 Add shlelf to targ_extra_emuls.
3170 2000-11-24 Hans-Peter Nilsson <hpn@cygnus.com>
3171 * emulparams/shelf32.sh: New file.
3172 * emulparams/shlelf32.sh: New file.
3173 * Makefile.am: Add support for shlelf32 and shelf32.
3174 * configure.tgt: Map sh64-*-elf* to shlelf32 and shelf32.
3175 * Makefile.in: Regenerate.
3177 2002-02-05 Hans-Peter Nilsson <hp@axis.com>
3179 * ldlang.c (lang_reset_memory_regions): Rename from
3180 reset_memory_regions. Change all callers. Make public.
3181 * ldlang.h (lang_reset_memory_regions): Prototype.
3182 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Call
3183 lang_reset_memory_regions before lang_size_sections.
3184 * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
3185 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Likewise.
3187 2002-02-04 Hans-Peter Nilsson <hp@bitrange.com>
3189 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Use signed
3190 arithmetic when checking for too many global registers.
3192 2002-02-02 Jason Thorpe <thorpej@wasabisystems.com>
3194 * Makefile.am (ALL_EMULATIONS): Add ehppanbsd.o.
3195 (ehppanbsd.c): New rule.
3196 * Makefile.in: Regenerate.
3197 * configure.tgt (hppa*-*-netbsd*): New target.
3198 * emulparams/hppalinux.sh: Add comment to check other files
3199 that source this file it is modified, and list which
3201 * emulparams/hppanbsd.sh: New file.
3203 2002-02-01 Geoffrey Keating <geoffk@redhat.com>
3205 * scripttempl/xstormy16.sc: Don't allocate extra space for the
3208 2002-02-01 Hans-Peter Nilsson <hp@bitrange.com>
3210 Support on-demand global register allocation from
3211 R_MMIX_BASE_PLUS_OFFSET relocs.
3212 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Rename from
3213 mmix_set_reg_section_vma. Call
3214 _bfd_mmix_finalize_linker_allocated_gregs.
3215 (mmix_before_allocation): New function.
3216 (LDEMUL_AFTER_ALLOCATION): Set to mmix_after_allocation.
3217 (LDEMUL_BEFORE_ALLOCATION): Define to mmix_before_allocation.
3218 * scripttempl/mmo.sc (.text): Mark .init, .fini as KEEP.
3219 (.MMIX.reg_contents): Add .MMIX.reg_contents.linker_allocated
3220 before .MMIX.reg_contents.
3221 * emultempl/mmo.em (gldmmo_before_allocation): Define to default.
3222 (mmo_after_open): New function.
3223 (LDEMUL_AFTER_OPEN): Define to mmo_after_open.
3224 * emulparams/elf64mmix.sh (OTHER_SECTIONS): Tweak formatting. Add
3225 .MMIX.reg_contents.linker_allocated before .MMIX.reg_contents.
3227 2002-01-31 Ivan Guzvinec <ivang@opencores.org>
3229 * emulparams/or32.sh: New file.
3230 * emulparams/or32elf.sh: New file.
3231 * scripttempl/or32.sc: New file.
3232 * configure.tgt : Add support for or32.
3233 * configure: Regenerate
3234 * Makefile.am: Add support for or32.
3235 * Makefile.in: Regenerate.
3236 * NEWS: Mention support for or32.
3237 * po/ld.pot: Regenerate.
3239 2002-01-29 Chris Demetriou <cgd@broadcom.com>
3240 Mitch Lichtenberg <mpl@broadcom.com>
3242 * emulparams/elf32bmip.sh (EXTRA_EM_FILE): Define to be mipself.
3243 * emultempl/mipself.em: New file to handle MIPS ELF embedded
3244 reloc creation (ld --embedded-relocs).
3246 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
3248 * configure: Regenerated.
3250 2002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
3252 * Makefile.am (install): Depend on install-info.
3253 * Makefile.in: Regenerate.
3255 2002-01-26 Christian Rose <menthos@menthos.com>
3257 * ldmain.c (main): Use full sentences to ease translation.
3259 2002-01-26 Nick Clifton <nickc@cambridge.redhat.com>
3261 * po/fr.po: Updated version.
3263 2002-01-25 Nick Clifton <nickc@cambridge.redhat.com>
3265 * po/es.po: Updated version.
3267 2002-01-25 Andreas Jaeger <aj@suse.de>
3269 * ldlex.l (yy_input): Correct error check.
3271 2002-01-25 Alan Modra <amodra@bigpond.net.au>
3273 * ldmisc.c (demangle): Put back dots when string not demangled.
3275 2002-01-22 Richard Henderson <rth@redhat.com>
3277 * emulparams/elf64alpha.sh (NOP): Use unop.
3279 2002-01-21 Andreas Jaeger <aj@suse.de>
3281 * ldlex.l: Use fread instead of read.
3283 2002-01-21 Jason Thorpe <thorpej@wasabisystems.com>
3285 * configure.tgt (ia64-*-netbsd*): New target.
3287 2002-01-21 H.J. Lu <hjl@gnu.org>
3289 * emulparams/elf32btsmip.sh (SHLIB_TEXT_START_ADDR): Change to
3291 * emulparams/elf64btsmip.sh (SHLIB_TEXT_START_ADDR): Likewise.
3293 2002-01-18 Andreas Jaeger <aj@suse.de>
3295 * ldver.c (ldversion): Update year.
3297 2002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
3299 * po/ld.pot: Regenerate.
3301 2002-01-16 Alan Modra <amodra@bigpond.net.au>
3303 * Makefile.am (eelf64ppc.c, eelf64lppc.c): Depend on ppc64elf.em.
3304 * Makefile.in: Regenerate.
3305 * emulparams/elf64ppc.sh (EXTRA_EM_FILE): Define.
3306 * emultempl/ppc64elf.em: New file.
3308 2002-01-15 DJ Delorie <dj@redhat.com>
3310 * scripttempl/pe.sc: Add support for constructor priorities.
3312 2002-01-07 Marek Michalkiewicz <marekm@amelek.gda.pl>
3314 * emulparams/avr1200.sh (DATA_START): Define as 0x60.
3315 * emulparams/avr23xx.sh: Likewise.
3316 * emulparams/avr4433.sh: Likewise.
3317 * emulparams/avr44x4.sh: Likewise.
3318 * emulparams/avr85xx.sh: Likewise.
3319 * emulparams/avrmega103.sh: Likewise.
3320 * emulparams/avrmega161.sh: Likewise.
3321 * emulparams/avrmega603.sh: Likewise.
3322 * scripttempl/elf32avr.sc: Use DATA_START instead of 0x60.
3324 2002-01-08 Alexandre Oliva <aoliva@redhat.com>
3326 * ldlang.c (walk_wild_section): Exclude object file if enclosing
3327 archive is excluded.
3329 2002-01-07 Jason Thorpe <thorpej@wasabisystems.com>
3331 * Makefile.am (ALL_EMULATIONS): Add eshelf_nbsd.o and eshlelf_nbsd.o.
3332 (eshelf_nbsd.c): New rule.
3333 (eshlelf_nbsd.c): New rule.
3334 * Makefile.in: Regenerate.
3335 * configure.tgt (sh*le-*-netbsdelf*): New target.
3336 (sh*-*-netbsdelf*): New target.
3337 * emulparams/shelf.sh: Document that shelf_nbsd.sh sources this file.
3338 * emulparams/shelf_nbsd.sh: New emulation.
3339 * emulparams/shlelf_nbsd.sh: New emulation.
3341 2002-01-07 Nick Clifton <nickc@cambridge.redhat.com>
3343 * po/es.po: New file: Spanish translation.
3344 * configure.in (ALL_LINGUAS): Add es.
3345 * configure: Regenerate.
3347 2002-01-06 John Marshall <jmarshall@acm.org>
3349 * ld.texinfo: Note that --emit-relocs is currently only
3350 implemented for ELF.
3352 2002-01-05 Alan Modra <amodra@bigpond.net.au>
3354 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Make use
3355 of bfd_section_list_remove and bfd_section_list_insert macros.
3356 * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
3357 * emultempl/mmo.em (mmo_place_orphan): Likewise.
3359 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
3361 * configure.tgt (x86_64-*-netbsd*): New target.
3363 2001-12-21 Tom Rix <trix@redhat.com>
3365 (gld*_create_output_section_statements): New function.
3366 For -binitfini support.
3367 * emultempl/aix.em (gld*_before_parse): Fix comment.
3368 * emultempl/aix.em (gld*_parse_args): Fix comment.
3370 2001-12-20 Jason Thorpe <thorpej@wasabisystems.com>
3372 * configure.tgt (mips*-dec-netbsd*): Delete alias for
3374 (sparc64-*-netbsd*): Add elf32_sparc to targ_extra_emuls.
3376 * configure.tgt (arm-*-netbsdelf*): Add target.
3377 (arm-*-netbsd*): Add armelf and armelf_nbsd to targ_extra_emuls.
3378 * emulparams/armelf_nbsd.sh: Added.
3379 * Makefile.am: Add rules for earmelf_nbsd.
3380 * Makefile.in: Regenerate.
3382 2001-12-19 Andreas Jaeger <aj@suse.de>,
3383 Susanne Oberhauser <froh@suse.de>
3385 * configure.host: Add rules for x86_64-*linux-gnu. Change
3386 s390x-linux entry to use gcc to report configuration, replace gcc
3387 with $CC in s390-linux
3389 2001-12-19 Andreas Jaeger <aj@suse.de>
3391 * ld.texinfo (VERSION): Fix markup.
3393 2001-12-18 matthew green <mrg@eterna.com.au>
3395 * Makefile.am (ALL_EMULATIONS): Add m68kelfnbsd.o.
3396 (m68kelfnbsd.c): New rule.
3397 * Makefile.in: Regenerate.
3398 * configure.tgt (m68*-hp-netbsd*): Renamed to ..
3399 (m68*-*-netbsd*4k*): .. this.
3400 (m68*-*-netbsdelf*): New target.
3401 (m68*-*-netbsd*): Also include ELF support.
3402 (m68*-*-netbsdaout*): New alias for m68*-*-netbsd*.
3403 * emulparams/m68kelfnbsd.sh: New emulation.
3405 2001-12-18 Jakub Jelinek <jakub@redhat.com>
3407 * ldgram.y (vers_node): Support anonymous version tags.
3408 * ldlang.c (lang_register_vers_node): Ensure anonymous version
3409 tag is not defined together with non-anonymous versions.
3410 * ld.texinfo: Document it.
3412 2001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
3414 * po/tr.po: New file: Turkish translation.
3415 * configure.in (ALL_LINGUAS): Add tr.
3416 * configure: Regenerate.
3418 2001-12-17 Jason Thorpe <thorpej@wasabisystems.com>
3420 * Makefile.am: Add rules for eelf64alpha_nbsd.
3421 * Makefile.in: Regenerate.
3422 * configure.tgt (alpha*-*-netbsd*): Set
3423 targ_emul to elf64alpha_nbsd.
3424 * emulparams/elf64alpha_nbsd.sh: Added.
3426 2001-12-17 Alan Modra <amodra@bigpond.net.au>
3428 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Adjust
3429 section_tail when fiddling with section list.
3430 (gld${EMULATION_NAME}_list_options): Ensure sentences aren't
3431 broken into separate strings to make translation easier.
3432 * emultempl/mmo.em (mmo_place_orphan): Adjust section_tail when
3433 fiddling with section list.
3434 * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
3436 2001-12-16 Hans-Peter Nilsson <hp@bitrange.com>
3438 * scripttempl/mmo.sc: Add .debug_ranges to listed sections.
3440 2001-12-15 Alan Modra <amodra@bigpond.net.au>
3442 * ldmain.c (main): Initialise link_info.eh_frame_hdr.
3444 2001-12-13 Jakub Jelinek <jakub@redhat.com>
3446 * emultempl/elf32.em (finish): Supply output_bfd
3447 to bfd_elf*_discard_info.
3448 (OPTION_EH_FRAME_HDR): Define.
3449 (longopts): Add --eh-frame-hdr.
3450 (parse_args): Handle it.
3451 (list_options): Add --eh-frame-hdr to help.
3452 * emultempl/hppaelf.em (finish): Supply output_bfd
3453 to bfd_elf*_discard_info.
3454 * scripttempl/elf.sc (.eh_frame_hdr): Add.
3456 2001-12-13 Alan Modra <amodra@bigpond.net.au>
3458 * lexsup.c (parse_args): Don't pass shortopts to second call to
3459 getopt functions. Restore optind rather than decrementing before
3460 second call. Remove errind as it now duplicates last_optind.
3462 2001-12-11 Christopher Faylor <cgf@redhat.com>
3464 * emultempl/pe.em (gld_${EMULATION_NAME}_list_options): Fix typo.
3466 2001-12-07 Geoffrey Keating <geoffk@redhat.com>
3467 Richard Henderson <rth@redhat.com>
3469 * Makefile.am: Add support for xstormy16.
3470 * configure.tgt: Add support for xstormy16.
3471 * Makefile.in: Regenerate.
3472 * emulparams/elf32xstormy16.sh: New file.
3473 * scripttempl/xstormy16.sc: New file.
3475 2001-10-01 Christopher Faylor <cgf@cygnus.com>
3477 * Makefile.in (LIB_PATH): Make configurable.
3478 (GENSCRIPTS): Set LIB_PATH in environment.
3479 * configure.in: Substitute LIB_PATH.
3480 * configure: Regenerate.
3481 * configure.tgt (*cygwin): Set LIB_PATH for cross build.
3482 * configure.host (*cygwin): Add /usr/lib/w32api to NATIVE_LIB_DIRS.
3484 2001-12-07 Nick Clifton <nickc@cambridge.redhat.com>
3486 * lexsup.c (ld_options): Insert 'PROGRAM' into the text string
3487 describing the -N option so that it is easier to translate into
3490 2001-12-05 Nick Clifton <nickc@cambridge.redhat.com>
3492 * emultempl/pe.em (..._list_options): Replace multiple fprintf
3493 statements describing a single option with a single, newline
3494 escaped fprintf. This allows better translation into other
3497 * ldmain.c (add_archive_element): Combine multiple strings
3498 into a single string to permit better translation into other
3501 2001-12-05 Tom Rix <trix@redhat.com>
3503 * Makefile.am: Remove eaixppc64.
3504 * Makefile.in: Regenerate.
3506 2001-12-04 Tom Rix <trix@redhat.com>
3508 * emultempl/aix.em (choose_target): Change default target to
3509 OUTPUT_FORMAT for ppcmacos. Add braces to remove compiler
3511 (gld*_read_file): Fix typo.
3512 (change_symbol_mode): Add prototype.
3515 * emulparams/aixppc.sh (SYSCALL_MASK, SYMBOL_MODE_MASK): Delete.
3516 * emulparams/aixrs6.sh : Same.
3517 * emulparams/ppcmacos.sh : Same.
3518 * emulparams/aixppc64.sh : Delete file.
3519 * emultempl/aix.em : Formatting changes.
3521 2001-12-04 Hans-Peter Nilsson <hp@axis.com>
3523 * emulparams/criself.sh (NO_SMALL_DATA): Set, to yes.
3524 (OTHER_BSS_END_SYMBOLS): Don't refer to .sbss when setting
3526 (OTHER_END_SYMBOLS): Fix formatting.
3527 * emulparams/crislinux.sh (NO_SMALL_DATA): Set, to yes.
3528 (OTHER_END_SYMBOLS): Fix formatting.
3530 2001-12-04 Alan Modra <amodra@bigpond.net.au>
3532 * ldexp.c (exp_print_token): Correct "table" entry for RSHIFT.
3534 2001-12-02 Tom Rix <trix@redhat.com>
3536 * configure.tgt : Remove eaixppc64 emulations.
3537 * Makefile.in : Remove eaixppc64.c
3538 * ldemul.c (ldemul_choose_target): New parameters argc, argv.
3539 (ldemul_default_target): Same.
3540 * emultempl/gld960.em (gld960_choose_target): Same.
3541 * emultempl/gld960c.em (gld960_choose_target): Same.
3542 * scripttempl/aix.sc: Remove OUTPUT_FORMAT.
3543 * emultempl/aix.em (is_syscall): syscall_mask now a variable.
3544 * emultempl/aix.em (gld*_read_file): symbol_mode_mask now a variable.
3545 * emultempl/aix.em (gld*_parse_args): Handle -b32 -b64 emulation.
3546 * emultempl/aix.em (choose_target): New function. Handle emulation of
3549 2001-11-27 H.J. Lu <hjl@gnu.org>
3551 * emulparams/elf_i386.sh (NO_SMALL_DATA): Set to yes.
3552 * emulparams/elf_i386_be.sh (NO_SMALL_DATA): Likewise.
3553 * emulparams/elf_i386_chaos.sh (NO_SMALL_DATA): Likewise.
3554 * emulparams/elf_i386_ldso.sh (NO_SMALL_DATA): Likewise.
3555 * emulparams/elf_x86_64.sh (NO_SMALL_DATA): Likewise.
3556 * emulparams/m68kelf.sh (NO_SMALL_DATA): Likewise.
3557 * emulparams/elf32_sparc.sh (NO_SMALL_DATA): Likewise.
3558 * emulparams/elf64_sparc.sh (NO_SMALL_DATA): Likewise.
3560 * scripttempl/elf.sc (SBSS): New. Define if ${NO_SMALL_DATA}
3563 (REL_SDATA): Likewise.
3564 (REL_SBSS): Likewise.
3565 (REL_SDATA2): Likewise.
3566 (REL_SBSS2): Likewise.
3567 (SBSS2): Define if ${NO_SMALL_DATA} is not empty.
3570 2001-11-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3572 * scripttempl/elfm68hc11.sc (CTOR, DTOR): Put constructor and
3574 * scripttempl/elfm68hc12.sc (CTOR, DTOR): Likewise.
3576 2001-11-22 H.J. Lu <hjl@gnu.org>
3578 * Makefile.in: Regenerated with automake based on automake
3579 1.4-8 in RedHat 7.1.
3581 2001-11-22 Alan Modra <amodra@bigpond.net.au>
3583 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Define.
3584 (config.status): Delete rule.
3585 Add extra dependencies to cover sourced emulparams files.
3586 * Makefile.in: Regenerate.
3588 * scripttempl/elf.sc: Order <section>, <section>.* and
3589 corresponding linkonce sections as seen in input files.
3590 Formatting fixes. Zero vma of all sections if not relocating.
3591 (STACK): Define and insert if STACK_ADDR defined.
3592 (OTHER_RELOCATING_SECTIONS): Delete.
3593 (OTHER_END_SYMBOLS): Define.
3594 (OTHER_READONLY_SECTIONS): Always insert, not just when relocating.
3595 (OTHER_READWRITE_SECTIONS): Likewise.
3596 (OTHER_GOT_SECTIONS): Likewise.
3597 (OTHER_SDATA_SECTIONS): Likewise.
3598 (OTHER_BSS_SECTIONS): Likewise.
3599 * scripttempl/elfi370.sc (OTHER_READONLY_SECTIONS): Likewise.
3600 (OTHER_READWRITE_SECTIONS): Likewise.
3601 * scripttempl/nw.sc (OTHER_READONLY_SECTIONS): Likewise.
3602 (OTHER_READWRITE_SECTIONS): Likewise.
3604 * emulparams/armelf.sh (OTHER_RELOCATING_SECTIONS): Delete.
3605 (STACK_ADDR): Define.
3606 * emulparams/armelf_oabi.sh: As for armelf.sh.
3607 * emulparams/elf32mcore.sh: As for armelf.sh.
3608 * emulparams/h8300elf.sh: As for armelf.sh.
3609 * emulparams/mn10200.sh: As for armelf.sh.
3610 * emulparams/shelf.sh: As for armelf.sh.
3612 * emulparams/elf32fr30.sh (OTHER_RELOCATING_SECTIONS): Delete.
3613 (OTHER_END_SYMBOLS): Define.
3614 * emulparams/m32relf.sh: As for elf32fr30.sh.
3615 * emulparams/h8300helf.sh: As for elf32fr30.sh.
3616 * emulparams/h8300self.sh: As for elf32fr30.sh.
3618 * emulparams/criself.sh (OTHER_READONLY_SECTIONS): Protect symbol
3619 defines with RELOCATING test.
3620 (OTHER_SDATA_SECTIONS): Likewise.
3621 (OTHER_RELOCATING_SECTIONS): Delete, replacing with..
3622 (OTHER_END_SYMBOLS): ..this.
3623 * emulparams/crislinux.sh: As for criself.sh.
3625 * emulparams/elf32bmipn32.sh (OTHER_SDATA_SECTIONS): Zero vma
3627 (OTHER_RELOCATING_SECTIONS): Delete, replacing with..
3628 (OTHER_SECTIONS): ..this. Zero vma if not relocating. Order
3629 normal and linkonce sections as seen in input files.
3630 * emulparams/elf32bmip.sh (DATA_ADDR): Don't define if EMBEDDED.
3631 (TEXT_DYNAMIC): Likewise.
3632 (INITIAL_READONLY_SECTIONS): Zero vma if not relocating.
3633 (OTHER_SDATA_SECTIONS): Likewise.
3634 * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
3635 * emulparams/shlelf_linux.sh (OTHER_READWRITE_SECTIONS): Likewise.
3636 * emulparams/elf64alpha.sh (OTHER_READONLY_SECTIONS): Likewise.
3637 * emulparams/hppalinux.sh (OTHER_READONLY_SECTIONS): Likewise.
3638 * emulparams/elf64_aix.sh (OTHER_GOT_SECTIONS): Likewise.
3639 (OTHER_PLT_RELOC_SECTIONS): Likewise.
3640 (OTHER_READONLY_SECTIONS): Likewise. Order normal and linkonce
3641 sections as seen in input files.
3642 * emulparams/elf64_ia64.sh: As for emulparams/elf64_aix.sh.
3643 * emulparams/hppa64linux.sh (OTHER_READONLY_SECTIONS): Zero vma
3645 (OTHER_READWRITE_SECTIONS, OTHER_BSS_SECTIONS): Likewise.
3646 (OTHER_BSS_END_SYMBOLS): Merge from elf64hppa.sh.
3647 * emulparams/elf64mmix.sh (OTHER_RELOCATING_SECTIONS): Delete.
3648 (OTHER_SECTIONS): Instead, use this..
3649 (OTHER_END_SYMBOLS): ..and this.
3651 * emulparams/elf32b4300.sh: Source elf32bmip.sh, remove duplicates.
3652 * emulparams/elf32bsmip.sh: Likewise.
3653 * emulparams/elf32btsmip.sh: Likewise.
3654 * emulparams/elf32ebmip.sh: Likewise.
3655 * emulparams/elf32lmip.sh: Likewise.
3656 * emulparams/elf32elmip.sh: Source elf32lmip.sh, remove duplicates.
3657 * emulparams/elf32lsmip.sh: Likewise.
3658 * emulparams/elf32ltsmip.sh: Source elf32btsmip.sh, remove duplicates.
3659 * emulparams/elf32l4300.sh: Source elf32b4300.sh, remove duplicates.
3660 * emulparams/elf64bmip.sh: Source elf32bmipn32.sh, remove duplicates.
3661 * emulparams/elf64btsmip.sh: Likewise.
3662 * emulparams/elf64ltsmip.sh: Source elf64btsmip.sh, remove duplicates.
3663 * emulparams/elf32lppc.sh: Source elf32ppc.sh, remove duplicates.
3664 * emulparams/elf32ppclinux.sh: Likewise.
3665 * emulparams/elf32ppcsim.sh: Likewise.
3666 * emulparams/elf32lppcsim.sh: Source elf32lppc.sh, remove duplicates.
3667 * emulparams/elf64hppa.sh: Source hppa64linux.sh, remove duplicates.
3668 * emulparams/h8300helf.sh: Source h8300elf.sh, remove duplicates.
3669 * emulparams/h8300self.sh: Likewise.
3670 * emulparams/mn10300.sh: Source mn10200.sh, remove duplicates.
3671 * emulparams/sh.sh: Comment.
3672 * emulparams/shl.sh: Source sh.sh, remove duplicates.
3673 * emulparams/shlelf.sh: Source shelf.sh, remove duplicates.
3674 * emulparams/shelf_linux.sh: Source shlelf_linux.sh, remove duplicates.
3676 2001-11-21 David Heine <dlheine@tensilica.com>
3677 Alan Modra <amodra@bigpond.net.au>
3679 * ldlang.c (map_input_to_output_sections): Replace "break"
3680 accidentally removed with 2001-08-03 change.
3681 (lang_gc_sections_1): Likewise.
3683 2001-11-21 Alan Modra <amodra@bigpond.net.au>
3685 * ldlang.c (walk_wild_section): Move sec == NULL case out of loop.
3687 2001-11-20 Angela Marie Thomas <angela@redhat.com>
3689 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Use NULL instead
3690 of false when calling lang_size_sections.
3691 * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
3693 2001-11-15 Alan Modra <amodra@bigpond.net.au>
3695 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Only emit this
3696 function when LDEMUL_FINISH isn't set to the same name. Don't
3697 call ${LDEMUL_FINISH}.
3698 (ld_${EMULATION_NAME}_emulation): Call $LDEMUL_FINISH if defined.
3699 * emultempl/armelf.em (arm_elf_finish): Call
3700 gld${EMULATION_NAME}_finish.
3701 * emultempl/hppaelf.em (hppaelf_finish): Rename to
3702 gld${EMULATION_NAME}_finish. Call bfd_elf32_discard_info and
3703 hppaelf_layout_sections_again if necessary.
3704 (need_laying_out): New var.
3705 (hppaelf_layaout_sections_again): Rename to
3706 hppaelf_layout_sections_again. Clear need_laying_out.
3707 (PARSE_AND_LIST_OPTIONS): Format text.
3709 2001-11-14 H.J. Lu <hjl@gnu.org>
3711 * emultempl/armelf.em (arm_elf_finish): Renamed from
3712 gld${EMULATION_NAME}_finish.
3713 (LDEMUL_FINISH): Set to arm_elf_finish.
3715 2001-11-14 Daniel Jacobowitz <drow@mvista.com>
3717 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): New.
3718 (struct ld_emulation_xfer_struct): Use it.
3720 2001-11-13 Ross Alexander <ross.alexander@uk.neceur.com>
3722 * emulparams/elf64hppa.sh (OTHER_BSS_END_SYMBOLS): Add
3723 additional symbols referenced by newer crt0.o files from HP.
3725 2001-11-12 Anthony Green <green@redhat.com>
3727 * emulparams/armelf.sh (DATA_START_SYMBOLS): New symbol.
3729 2001-11-12 Alfred M. Szmidt <ams@kemisten.nu>
3731 * Makefile.am (GENSCRIPTS): Quote ${exec_prefix}.
3732 * Makefile.in: Regenerate.
3734 2001-11-02 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3736 * ld.texinfo: Use @command for commands, @option for options.
3737 * Makefile.am (POD2MAN): Use 'GNU Development Tools' for
3739 * Makefile.in: Rebuild.
3741 2001-11-04 Chris Demetriou <cgd@broadcom.com>
3743 * configure.tgt (mips*el-*-netbsd*, mips*-*-netbsd*):
3744 Add support for targets.
3746 2001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
3748 * configure.in (ALL_LINGUAS): Add "fr" and "sv"
3749 * configure: Regernate.
3750 * po/fr.po: New file.
3751 * po/sv.po: New file.
3753 2001-11-01 NIIBE Yutaka <gniibe@m17n.org>
3755 * configure.tgt (sh-*-linux): Set targ_emul, targ_extra_emuls
3756 as little endian default and to support big endian.
3758 2001-11-01 Chris Demetriou <cgd@broadcom.com>
3760 * ld.texinfo (Options): Document new option, -nostdlib.
3761 * lexsup.c (OPTION_NOSTDLIB): New definition.
3762 (ld_options): Add entry for "nostdlib".
3763 (parse_args): Handle OPTIONS_NOSTDLIB.
3764 * ldfile.c (ldfile_add_library_path): Don't add directories
3765 to the search path if they weren't specified on the command line
3766 and -nostdlib was specified.
3767 * ld.h (ld_config_type): New member only_cmd_line_lib_dirs.
3769 2001-10-31 Nick Clifton <nickc@cambridge.redhat.com>
3771 * lexsup.c (parse_args): Prevent infinite parsing loop when
3772 "-rpath.a" is specified on the command line.
3773 Replace calls to fprintf with calls to einfo.
3775 2001-10-31 John Marshall <jmarshall@acm.org>
3777 * ld.texinfo: A historical requirement that MEMORY and SECTIONS
3778 appear only once across all the linker scripts involved in a link
3779 invocation no longer applies. Make the documentation reflect
3782 2001-10-31 NIIBE Yutaka <gniibe@m17n.org>
3784 * configure.tgt: Supports sh3/sh4/sh3eb/sh4eb-unknown-linux-gnu
3786 (sh-*-linux*): Added targ_extra_libpath.
3788 2001-10-31 David Heine <dlheine@tensilica.com>
3790 * ldlang.c (lang_size_sections): Keep a valid output_offset field
3791 for padding statements.
3793 2001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
3795 * configure.tgt (mmix-*-*): New target.
3796 * Makefile.am (ALL_EMULATIONS): Add eelf64mmix.o and emmo.o.
3797 Add dependencies to match.
3798 * emulparams/mmo.sh, emulparams/elf64mmix.sh, emultempl/mmo.em,
3799 emultempl/mmix-elfnmmo.em, emultempl/mmixelf.em,
3800 scripttempl/mmo.sc: New files.
3801 * gen-doc.texi: @set MMIX.
3802 * ld.texinfo: Ditto.
3803 [MMIX] Add MMIX node.
3804 * Makefile.in: Regenerate.
3806 2001-10-29 Kazu Hirata <kazu@hxi.com>
3808 * ldlang.c: Fix a comment typo.
3810 2001-10-23 Alan Modra <amodra@bigpond.net.au>
3812 * configure.host: Move alpha*-*-linux-gnu* entry to generic
3813 entries, and match *-*-linux*.
3815 2001-10-20 Alan Modra <amodra@bigpond.net.au>
3817 * ldgram.y (mri_script_command): Surround processing of INCLUDE
3818 with ldlex_script, ldlex_popstate.
3819 (ifile_p1): Likewise.
3820 * ldlex.l (EOF): Don't BEGIN(SCRIPT). Restore lineno from the
3822 (lex_push_file): Save current lineno to lineno_stack. Set lineno
3823 to 1. Don't BEGIN(SCRIPT).
3824 (lex_redirect): Similarly.
3825 * ldmain.c (main): Set yydebug non-zero if YYDEBUG.
3827 2001-10-20 Nick Clifton <nickc@cambridge.redhat.com>
3829 * scripttempl/armcoff.sc: Define __EH_FRAME_BEGIN__ and
3830 __EH_FRAME_END__ and accept eh frames into data section.
3831 Add ctor and dtor sections.
3833 2001-10-19 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
3835 * pe-dll.c (autofilter_objectlist): Add gcrt0.o.
3836 (auto-export): Fix indentation.
3838 2001-10-18 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
3840 * pe-dll.c (autofilter_objectlist): Add startup objects
3842 (auto-export): Constify char * p.
3843 Extract file basename and use strcmp rather than ststr
3846 2001-10-18 Chris Demetriou <cgd@broadcom.com>
3848 * ldmain.c (get_emulation): Improve comment about the handling
3851 2001-10-17 Alan Modra <amodra@bigpond.net.au>
3853 * po/POTFILES.in: Regenerate.
3855 2001-10-16 Vassili Karpov <malc@pulsesoft.com>
3857 * emultempl/elf32.em (gld*_list_options): Remove extra '\t' from
3858 -z nocopyreloc and -z nocombreloc usage strings.
3860 2001-10-12 Vassili Karpov <malc@pulsesoft.com>
3862 * emultempl/elf32.em (gld*_list_options): Include -z nocopyreloc
3865 2001-10-11 Aleksey Romanov <aromanov@ennovatenetworks.com>
3867 * scripttempl/armaout.sc: Place .bss section after end of aligned
3868 data section to match behaviour of aout code in constructrion of
3871 2001-10-11 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
3873 * pe-dll.c (autofilter_entry_type autofilter_liblist: Add
3874 startup files for mingw32 dlls to list.
3876 2001-10-10 Chris Demetriou <cgd@broadcom.com>
3878 * emultempl/elf32.em: Fix shell 'if' usage for portability.
3880 2001-10-08 Aldy Hernandez <aldyh@redhat.com>
3882 * configure.tgt (targ): Add arm9e-*-elf.
3884 2001-10-05 H.J. Lu <hjl@gnu.org>
3886 * genscripts.sh: Fix a typo in the last change.
3888 2001-10-05 Jakub Jelinek <jakub@redhat.com>
3890 * emultempl/elf32.em (gld_*_list_options): Include -z combreloc and
3891 -z nocombreloc in usage.
3893 2001-10-03 Jim Blandy <jimb@redhat.com>
3895 * genscripts.sh: Include a comment at the top of each generated
3896 script, explaining its purpose.
3898 2001-10-03 Vassili Karpov <malc@pulsesoft.com>
3900 * emultempl/elf32.em (parse_args): Handle -z nocopyreloc.
3901 * NEWS: Mention -z nocopyreloc.
3902 * ld.texinfo (Options): Describe nocopyreloc.
3904 2001-10-03 Alan Modra <amodra@bigpond.net.au>
3906 * configure: Regenerate.
3908 2001-10-02 Alan Modra <amodra@bigpond.net.au>
3910 * ldver.h (ld_program_version): Remove declaration.
3911 * lexsup.c (parse_args): Move printing of copyright message..
3912 * ldver.c (ldversion): .. to here.
3913 Use BFD_VERSION_STRING in place of BFD_VERSION.
3914 (ld_program_version): Remove.
3915 * Makefile.am (Makefile): Depend on bfd/configure.in.
3917 * Makefile.in: Regenerate.
3919 2001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
3921 * Makefile.am: Update dependencies with "make dep-am".
3922 * Makefile.in: Regenerate.
3924 2001-09-29 John Reiser <jreiser@BitWagon.com>
3926 * ldlang.c (lang_common): Conditionally inhibit Common allocation.
3927 * lexsup.c: Add --no-define-common commandline option.
3928 * ldgram.y: Add INHIBIT_COMMON_ALLOCATION script command.
3929 * ldlex.l: Likewise.
3930 * ld.h: Add command_line.inhibit_common_definition.
3931 * ldmain.c (main): Initialize.
3932 * ld.texinfo: Document.
3934 2001-09-29 Alan Modra <amodra@bigpond.net.au>
3936 * ldlang.c (section_already_linked): Remove assignment to kept_section.
3938 2001-09-26 Alan Modra <amodra@bigpond.net.au>
3940 * ldmisc.c (USE_STDARG): Remove.
3941 (info_msg): Define using VPARAMS, VA_OPEN, VA_FIXEDARG, VA_CLOSE.
3946 * ldmisc.h: Remove #ifdef ANSI_PROTOTYPES and non-ansi
3947 declarations. Update copyright.
3949 2001-09-24 Charles Wilson <cwilson@ece.gatech.edu>
3951 * pe-dll.c: Remove obsoleted declaration of
3952 pe_get_data_import_dll_name.
3953 (pe_create_import_fixup): Fix thinko.
3955 * ld.texinfo(enable-auto-import): Clarify the explanation.
3957 2001-09-24 Nick Clifton <nickc@cambridge.redhat.com>
3959 * pe-dll.c (pe_create_import_fixup): Revert previous patch.
3960 * emultemp/pe.em (pe_data_import_dll): Move definition outside of
3961 DLL_SUPPORT controlled code.
3963 2001-09-24 Charles Wilson <cwilson@ece.gatech.edu>
3965 * emultempl/pe.em(pe_data_import_dll): Make static.
3966 (pe_get_data_import_dll_name): New accessor function.
3967 * pe-dll.c(pe_create_import_fixup): call
3968 pe_get_data_import_dll_name() from pe.em, instead of
3969 directly accessing pe_data_import_dll variable from pe.em.
3971 2001-09-18 Bruno Haible <haible@clisp.cons.org>
3973 * deffilep.y: Include "safe-ctype.h" instead of <ctype.h>.
3974 (def_file_add_directive): Use ISSPACE instead of isspace.
3975 (def_lex): Use ISDIGIT/ISXDIGIT/ISALPHA/ISALNUM instead of
3976 isdigit/isxdigit/isalpha/isalnum.
3977 * emultempl/aix.em: Include "safe-ctype.h" instead of <ctype.h>.
3978 (gld${EMULATION_NAME}_read_file): Use ISSPACE instead of isspace.
3979 * emultempl/elf32.em: Include "safe-ctype.h" instead of <ctype.h>.
3980 (gld${EMULATION_NAME}_place_orphan): Use ISALNUM instead of
3982 * emultempl/gld960c.em: Include "safe-ctype.h" instead of <ctype.h>.
3983 (gld960_set_output_arch): Use ISUPPER/TOLOWER instead of
3985 * emultempl/sunos.em: Include "safe-ctype.h" instead of <ctype.h>.
3986 (gld${EMULATION_NAME}_search_dir): Use ISDIGIT instead of isdigit.
3987 * ldctor.c: Include "safe-ctype.h" instead of <ctype.h>.
3988 (ctor_prio): Use ISDIGIT instead of isdigit.
3989 * ldfile.c: Include "safe-ctype.h" instead of <ctype.h>.
3990 (ldfile_open_file_search): Use ISALPHA instead of isalpha.
3991 (ldfile_add_arch): Use ISUPPER/TOLOWER instead of
3993 * ldlang.c: Include "safe-ctype.h" instead of <ctype.h>.
3994 (stricpy): Use TOLOWER instead of isupper/tolower.
3995 (lang_leave_overlay_section): Use ISALNUM instead of isalnum.
3996 * ldlex.l: Include "safe-ctype.h" instead of <ctype.h>.
3997 (lex_warn_invalid): Use ISPRINT instead of isprint.
3998 * ldmain.c: Include "safe-ctype.h" instead of <ctype.h>.
3999 (main): For gettext, also set the LC_CTYPE locate facet.
4000 (add_keepsyms_file): Use ISSPACE instead of isspace.
4001 * lexsup.c: Include "safe-ctype.h" instead of <ctype.h>.
4002 (is_num, parse_args): Use ISDIGIT instead of isdigit.
4003 * mpw-elfmips.c: Include "safe-ctype.h" instead of <ctype.h>.
4004 (gldelf32ebmip_place_orphan): Use ISALNUM instead of isalnum.
4005 * mpw-eppcmac.c: Include "safe-ctype.h" instead of <ctype.h>.
4006 (gldppcmacos_read_file): Use ISSPACE instead of isspace.
4007 * pe-dll.c: Include "safe-ctype.h" instead of <ctype.h>.
4008 (quoteput): Use ISSPACE instead of isspace.
4009 (pe_dll_generate_implib, pe_process_import_defs): Use ISALNUM
4012 2001-09-18 Alan Modra <amodra@bigpond.net.au>
4014 * deffilep.y (def_stash_module): Constify "name" param.
4016 * pe-dll.c: Replace CONST with const throughout.
4017 (quick_symbol): Constify "n1", "n2", "n3" params.
4018 (make_singleton_name_thunk): Constify "import" param. Make
4019 "buffer_len" a size_t.
4020 (make_import_fixup_entry): Constify "name", "fixup_name",
4021 "dll_symname" params.
4022 (pe_get16): Cast args of bfd_seek. Replace bfd_read with bfd_bread.
4023 (pe_get32): Likewise.
4024 (pe_implied_import_dll): Likewise.
4026 * emultempl/beos.em (sort_by_file_name): Constify "ra", "rb".
4027 (sort_by_section_name): Likewise.
4029 * emultempl/pe.em: Move defines for arm_epoc_pe before bfd.h included.
4030 (make_import_fixup): Cast printf arg, rel->address to long rather
4032 (gld_${EMULATION_NAME}_after_open): Don't compare NULL against int.
4034 2001-09-15 Alan Modra <amodra@bigpond.net.au>
4036 * ldmain.c (main): Rename BufferSize to ld_bufsz because HPUX
4037 defines BufferSize. Increase buffer size by one.
4039 2001-09-14 Ralf Habacker <Ralf.Habacker@freenet.de>
4041 * pe-dll.c (pe_walk_relocs_of_symbol): Fix memory leak.
4043 2001-09-14 Kevin Lo <kevlo@openbsd.org>
4045 * configure.tgt: Add arm-openbsd target.
4047 2001-09-12 H.J. Lu <hjl@gnu.org>
4049 * Makefile.am (ALL_EMULATIONS): Move eelf64ppc.o and
4051 (ALL_64_EMULATIONS): Here.
4052 * Makefile.in: Regenerated.
4054 2001-09-12 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
4056 * emultempl/pe.em(make_import_fixup): change signature to
4057 take asection as well as arelec; we need this for proper
4058 error reporting. Only call pe_create_import_fixup() if
4059 there is no attempt to add a constant addend to the reloc;
4060 otherwise, report error condition.
4061 * pe-dll.c(pe_walk_relocs_of_symbol): change signature,
4062 since final argument is a pointer to make_import_fixup().
4063 Change call to cb() to match make_import_fixup() signature.
4064 (make_import_fixup_mark): make buffer_len unsigned.
4065 * pe-dll.h: change signature of pe_walk_relocs_of_symbol.
4067 2001-09-12 Charles Wilson <cwilson@ece.gatech.edu>
4069 * ld.texinfo: add verbose documentation for auto-import
4070 direct-addressing workaround, to compliment the terse
4073 2001-09-12 Andrew MacLeod <amacleod@redhat.com>
4075 * scripttempl/v850.sc: Add gcc_except_table sections.
4077 2001-09-11 Jeffrey A Law (law@cygnus.com)
4079 * emulparams/h8300helf.sh: Move stack to a much higher memory address.
4080 * emulparams/h8300self.sh: Similarly.
4082 2001-09-05 Danny Smith <dannysmith@users.souceforge.net>
4084 * ld.texinfo (Options, --stack): Correct default value for stack
4087 2001-09-05 Tom Rix <trix@redhat.com>
4089 * emultempl/aix.em : Handle import file XMC_XO and syscall symbols.
4091 2001-09-03 Andreas Jaeger <aj@suse.de>
4093 * emultempl/beos.em: Declare prototypes for comparions functions,
4096 2001-09-02 Andreas Jaeger <aj@suse.de>
4098 * emultempl/aix.em: Add missing prototype.
4099 * emultempl/lnk960.em: Likewise.
4100 * emultempl/vanilla.em: Likewise.
4101 * emultempl/armcoff.em: Likewise.
4102 * emultempl/armelf_oabi.em: Likewise.
4103 * emultempl/beos.em: Likewise.
4104 * emultempl/gld960c.em: Likewise.
4105 * emultempl/gld960.em: Likewise.
4107 * emulparams/elf64alpha.sh (PARSE_AND_LIST_PROLOGUE): Add parameter
4108 for prototype declaration.
4110 2001-08-31 Eric Christopher <echristo@redhat.com>
4111 Jason Eckhardt <jle@redhat.com>
4113 * ldmain.c (get_emulation): Add support for -mips32 and -mips64.
4115 2001-08-31 Andreas Jaeger <aj@suse.de>
4117 * emultempl/pe.em: Add missing prototypes.
4118 (gld_${EMULATION_NAME}_after_open): Remove extra args to
4119 pe_find_data_imports.
4120 (pr_sym): Add unused attribute.
4122 2001-08-29 Joel Sherrill <joel@OARcorp.com>
4124 * configure.tgt (i[3456]86-*-rtems*, m68*-*-rtems*): Change
4125 default from coff to elf.
4127 2001-08-29 Jeff Law <law@redhat.com>
4129 * emulparams/h8300helf.sh: Resync with h8300elf.sh. Update
4131 * emulparams/h8300self.sh: Similarly.
4133 2001-08-28 J"orn Rennecke <amylaar@redhat.com>
4135 * Makefile.am (ALL_EMULATIONS): Add eh8300elf.o, eh8300elf.o and
4137 (eh8300elf.c, eh8300helf.c, eh8300self.c): New targets.
4138 * configure.tgt (h8300-*-elf*): New case.
4139 * emulparams/h8300elf.sh, emulparams/h8300helf.sh: New files.
4140 * emulparams/h8300self.sh: New file.
4141 * Makefile.in: Regenerated.
4143 2001-08-28 Nick Clifton <nickc@cambridge.redhat.com>
4145 * ldmain.c (main): Rename BSIZE to BufferSize to avoid collision
4148 2001-08-27 Linus Nordberg <linus@swox.com>
4149 Alan Modra <amodra@bigpond.net.au>
4151 * Makefile.am (ALL_EMULATIONS): Add eelf64ppc.o and eelf64lppc.o.
4152 (eelf64ppc.c, eelf64lppc.c): Add make targets.
4154 * Makefile.in: Regenerate.
4155 * configure.tgt: Add powerpc64 support. Move pdp11, pjl, pj
4156 entries to correct alphabetical position.
4157 * emulparams/elf64ppc.sh: New.
4158 * emulparams/elf64lppc.sh: New.
4160 2001-08-27 Nick Clifton <nickc@cambridge.redhat.com>
4162 * ldmain.c (main): Declare BSIZE as static.
4164 2001-08-23 Jakub Jelinek <jakub@redhat.com>
4166 * emultempl/elf32.em (place_orphan): Place orphan .rel* sections
4167 into .rel.dyn resp. .rela.dyn if combreloc.
4168 (get_script): If .x linker script is equal to .xn, only put it
4169 once into the binary.
4170 Add .xc and .xsc scripts.
4171 (parse_args): Handle -z combreloc and -z nocombreloc.
4172 * scripttempl/elf.sc (.rela.sbss): Fix a typo.
4173 For .xc and .xsc scripts put all .rel* or .rela* input sections
4174 but .rel*.plt and PLT-like sections into .rel.dyn resp. .rela.dyn.
4175 * genscripts.sh (GENERATE_COMBRELOC_SCRIPT): Set if SCRIPT_NAME
4177 Strip trailing whitespace from script.
4178 Generate .xc and .xsc scripts if requested.
4179 * ldmain.c (main): Initialize link_info.combreloc and
4180 link_info.spare_dynamic_tags.
4181 * lexsup.c (OPTION_SPARE_DYNAMIC_TAGS): Define.
4182 (ld_options): Add --spare-dynamic-tags option.
4183 (parse_args): Likewise.
4184 * ld.texinfo: Document -z combreloc and -z nocombreloc.
4185 * ldint.texinfo: Document .xc and .xsc linker scripts.
4186 * NEWS: Add notes about -z combreloc and SHF_MERGE.
4188 2001-08-22 H.J. Lu <hjl@gnu.org>
4190 * emulparams/elf32fr30.sh: Add a newline.
4192 2001-08-21 Andreas Jaeger <aj@suse.de>
4194 * deffilep.y: Add missing prototypes.
4195 * pe-dll.c: Likewise.
4197 2001-08-20 Alan Modra <amodra@bigpond.net.au>
4199 * ldlang.c (insert_pad): Fix typos in last patch.
4201 * ldlang.c: When traversing lang_statement_union_type lists,
4202 consistently use "header.next" rather than "next".
4203 * mpw-eppcmac.c: Likewise.
4204 * emultempl/beos.em: Likewise.
4205 * emultempl/hppaelf.em: Likewise.
4206 * emultempl/pe.em: Likewise.
4207 * ldlang.h (union lang_statement_union): Remove "next" field.
4209 * ldlang.c (insert_pad): Use offsetof macro.
4210 (lang_size_sections): Always neuter padding statements.
4211 * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Delete.
4213 * pe-dll.c (pe_dll_fill_sections): Correct type of "relax" param
4214 passed to lang_size_sections.
4215 (pe_exe_fill_sections): Likewise.
4216 * emultempl/pe.em (output_prev_sec_find): Copied from elf32.em.
4217 (gld_${EMULATION_NAME}_place_orphan): Merge from elf32.em.
4219 2001-08-18 Alan Modra <amodra@bigpond.net.au>
4221 * emultempl/aix.em: Formatting fixes.
4223 2001-08-18 Alan Modra <amodra@bigpond.net.au>
4225 * ldlang.c (insert_pad): Make use of an existing pad statement if
4226 available. Move code calculating alignment, adjusting section
4227 alignment power, and adjusting dot to ..
4228 (size_input_section): .. here. Remove unused relax param.
4229 (lang_size_sections): Change boolean `relax' param to boolean *.
4230 Adjust call to size_input_section. Make use of insert_pad to
4231 place pad after the assignment statement. If relaxing, zap
4233 (reset_memory_regions): Reset output_bfd section sizes too.
4234 (relax_again): Move to..
4235 (lang_process): ..here. Adjust call to lang_size_sections, and
4236 remove duplicated code.
4237 * ldlang.h (lang_size_sections): Change `relax' param to boolean *.
4239 2001-08-17 Alan Modra <amodra@bigpond.net.au>
4241 * ld.texinfo: Document that fill values now use the four least
4243 * emulparams/elf32fr30.sh (NOP): Update.
4244 * emulparams/elf32mcore.sh: Likewise.
4245 * emulparams/elf64_s390.sh: Likewise.
4246 * emulparams/elf_i386.sh: Likewise.
4247 * emulparams/elf_i386_be.sh: Likewise.
4248 * emulparams/elf_i386_chaos.sh: Likewise.
4249 * emulparams/elf_i386_ldso.sh: Likewise.
4250 * emulparams/elf_s390.sh: Likewise.
4251 * emulparams/elf_x86_64.sh: Likewise.
4252 * emulparams/i386moss.sh: Likewise.
4253 * emulparams/i386nw.sh: Likewise.
4254 * emulparams/m68kelf.sh: Likewise.
4255 * scripttempl/elf.sc: Update NOP comment.
4256 * scripttempl/elfi370.sc: Likewise.
4257 * scripttempl/elfm68hc11.sc: Likewise.
4258 * scripttempl/elfm68hc12.sc: Likewise.
4259 * scripttempl/nw.sc: Likewise.
4261 2001-08-15 Tom Rix <trix@redhat.com>
4263 * ldgram.y (saved_script_handle): Initialize to NULL.
4264 * ldmain.c (main): Change check on saved_script_handle.
4266 2001-08-14 Alan Modra <amodra@bigpond.net.au>
4268 * emultempl/elf32.em: Formatting fixes.
4269 (output_prev_sec_find): Test for bfd_ind_section too; do so by
4270 looking at sec->owner.
4271 (output_rel_find): Move function inside LDEMUL_PLACE_ORPHAN test.
4272 (gld${EMULATION_NAME}_place_orphan): Add a few comments. Remove
4273 unused code, and reorganize orphan section placement code.
4275 * ldlang.c (wild_doit): Rename to lang_add_section.
4276 * ldlang.h: Here too.
4277 * mpw-elfmips.c: And here.
4278 * emultempl/beos.em: And here.
4279 * emultempl/elf32.em: And here.
4280 * emultempl/hppaelf.em: And here.
4281 * emultempl/pe.em: And here.
4283 2001-08-13 Richard Henderson <rth@redhat.com>
4285 * emultempl/needrelax.em: New file.
4286 * emulparams/elf64_ia64.sh (EXTRA_EM_FILE): Reference it.
4287 * Makefile.am (eelf64_ia64.c): Depend on it.
4288 * Makefile.in: Rebuild.
4290 2001-08-13 Alan Modra <amodra@bigpond.net.au>
4292 * emultempl/elf32.em: For SEC_EXCLUDE sections, ensure that
4293 output_section is set non-NULL.
4295 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Return
4296 `true' for SEC_EXCLUDE sections so that the generic code doesn't
4297 needlessly create an output_section_statement. Treat a correctly
4298 named output_section_statement with NULL bfd_section as compatible.
4300 2001-08-13 Hans-Peter Nilsson <hp@bitrange.com>
4302 * emultempl/generic.em: Support EXTRA_EM_FILE.
4303 (ld_${EMULATION_NAME}_emulation): Support emulation parameters
4304 LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
4305 LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
4306 LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
4307 LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
4308 LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
4309 LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
4310 LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
4311 LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
4312 LDEMUL_FIND_POTENTIAL_LIBRARIES.
4314 2001-08-12 Richard Henderson <rth@redhat.com>
4316 * scripttempl/elf.sc, scripttempl/elfd30v.sc,
4317 scripttempl/elfm68hc11.sc, scripttempl/elfm68hc12.sc,
4318 scripttempl/v850.sc: Keep .jcr data.
4320 2001-08-12 H.J. Lu <hjl@gnu.org>
4321 Andrew Haley <aph@cambridge.redhat.com>
4322 Nick Clifton <nickc@redhat.com>
4324 * ldgram.y (had_script): Change name to saved_script_handle.
4325 Change type to file handle.
4326 * ld.h (had_script): Rename and retype.
4327 * ldfile.c (ldfile_open_command_file): Save the file handle
4328 used in saved_script_handle.
4329 * lexsup.c (parse_args): Do not allow -c option to alter
4330 saved_script_handle.
4331 * ldmain.c (main): Print out the linker script used if
4332 --verbose is given. Check saved_script_handle to obtain the
4333 external linker script used, or if NULL, dump the builtin
4335 * ld.texinfo: Document that --verbose now dumps the linker
4336 script used, regardless of whether it was an internal or an
4339 2001-08-10 Andreas Jaeger <aj@suse.de>
4341 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
4343 * configure: Regenerate.
4345 2001-08-09 Alan Modra <amodra@bigpond.net.au>
4347 * emultempl/elf32.em (output_prev_sec_find): Add missing prototype.
4349 * scripttempl/elf.sc: Move non-text .dynamic section before
4350 .plt/.got/.sdata* group.
4351 (OTHER_GOT_SECTIONS): Move to immediately after .got.
4352 (OTHER_SDATA_SECTIONS): Add.
4353 * emulparams/criself.sh: Use OTHER_SDATA_SECTIONS rather than
4355 * emulparams/crislinux.sh: Likewise.
4356 * emulparams/elf32b4300.sh: Likewise.
4357 * emulparams/elf32bmip.sh: Likewise.
4358 * emulparams/elf32bmipn32.sh: Likewise.
4359 * emulparams/elf32bsmip.sh: Likewise.
4360 * emulparams/elf32btsmip.sh: Likewise.
4361 * emulparams/elf32ebmip.sh: Likewise.
4362 * emulparams/elf32elmip.sh: Likewise.
4363 * emulparams/elf32l4300.sh: Likewise.
4364 * emulparams/elf32lmip.sh: Likewise.
4365 * emulparams/elf32lsmip.sh: Likewise.
4366 * emulparams/elf32ltsmip.sh: Likewise.
4367 * emulparams/elf64bmip.sh: Likewise.
4368 * emulparams/elf64btsmip.sh: Likewise.
4369 * emulparams/elf64ltsmip.sh: Likewise.
4371 2001-08-08 Alan Modra <amodra@bigpond.net.au>
4373 * genscripts.sh: Source the emulparams script before each output
4374 script is generated so that variables like `RELOCATING' may affect
4375 variables defined in the emulparams script.
4377 2001-08-04 Alan Modra <amodra@bigpond.net.au>
4379 * emultempl/aix.em: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this
4382 * emultempl/beos.em (sort_sections): Modify for 2001-08-03 change,
4383 ie. iterate over wild_statement.section_list.
4384 (gld${EMULATION_NAME}_place_orphan): Likewise.
4386 2001-08-03 Stephane Carrez <Stephane.Carrez@worldnet.fr>
4388 * scripttempl/elfm68hc12.sc (FINISH_CODE, FINISH_RELOC): New to handle
4389 .fini[0-4] sections used by _exit
4390 (CTOR, DTOR): Export ctor/dtor symbols; move them to ROM.
4391 (*.text,*.data,*.bss): Take into account .text.*, .data.*, .bss.*.
4392 * scripttempl/elfm68hc11.sc: Likewise.
4394 2001-08-03 H.J. Lu <hjl@gnu.org>
4396 * emultempl/beos.em (init): Add the missing initialization.
4398 2001-08-03 Alan Modra <amodra@bigpond.net.au>
4400 * ld.texinfo (Input Section Basics): Clarify ordering of output
4402 * ldlang.c (callback_t): Add wildcard_list param.
4403 (walk_wild_section): Remove "section" param. Rewrite for
4404 lang_wild_statement_type change. Remove unique_section_p test.
4405 (walk_wild_file): Remove "section" param.
4406 (walk_wild): Remove "section" and "file" params.
4407 (lang_gc_wild): Likewise.
4408 (wild): Likewise. Modify for lang_wild_statement_type change.
4409 (wild_sort): Likewise. Add "sec" param.
4410 (gc_section_callback): Likewise.
4411 (output_section_callback): Likewise. Do unique_section_p test.
4412 (map_input_to_output_sections): Modify call to wild.
4413 (lang_gc_sections_1): Likewise.
4414 (print_wild_statement): Modify for lang_wild_statement_type
4416 (lang_add_wild): Replace filename, filenames_sorted param with
4417 filespec. Replace section_name, sections_sorted,
4418 exclude_filename_list with section_list.
4419 * ldlang.h (lang_add_wild): Here too.
4420 (lang_wild_statement_type): Replace section_name, sections_sorted,
4421 and exclude_filename_list with section_list.
4422 * ldgram.y (current_file): Delete.
4423 (%union): Add wildcard_list.
4424 (file_NAME_list): Set type to wildcard_list. Build a linked list
4425 rather than calling lang_add_wild for each entry.
4426 (input_section_spec_no_keep): Call lang_add_wild here instead.
4427 * ld.h (struct wildcard_list): Declare.
4428 * mri.c (mri_draw_tree): Modify to suit new lang_add_wild.
4430 2001-08-02 Charles Wilson <cwilson@ece.gatech.edu>
4432 * ldmain.c (main): initialize link_info.pei386_auto_import
4433 * pe-dll.c: new tables for auto-export filtering
4434 (auto_export): change API, pass abfd for contextual filtering.
4435 Loop thru tables of excluded symbols instead of comparing
4438 2001-08-02 Paul Sokolovsky <paul.sokolovsky@technologist.com>
4440 * pe-dll.c: new variable pe_dll_enable_extra_debug. New
4441 static variable current_sec (static struct sec *). Add
4442 forward declaration for add_bfd_to_link.
4443 (process_def_file): Don't export undefined symbols. Do not
4444 export symbols starting with "_imp__". Call auto_export()
4446 (pe_walk_relocs_of_symbol): New function.
4447 (generate_reloc): add optional extra debugging
4448 (pe_dll_generate_def_file): eliminate extraneous initial blank
4450 (make_one): enlarge symtab to make room for __nm__ symbols
4451 (DATA auto-import support).
4452 (make_singleton_name_thunk): New function.
4453 (make_import_fixup_mark): New function.
4454 (make_import_fixup_entry): New function.
4455 (pe_create_import_fixup): New function.
4456 (add_bfd_to_link): Specify that 'name' argument is a CONST
4458 * pe-dll.h: declare new variable pe_dll_extra_pe_debug;
4459 declare new functions pe_walk_relocs_of_symbol and
4460 pe_create_import_fixup.
4461 * emultempl/pe.em: add new options --enable-auto-import,
4462 --disable-auto-import, and --enable-extra-pe-debug.
4463 (make_import_fixup): New function.
4464 (pe_find_data_imports): New function.
4465 (pr_sym): New function.
4466 (gld_${EMULATION_NAME}_after_open): Add optional extra pe
4467 debugging. Call pe_find_data_imports. Mark .idata as DATA, not
4470 2001-08-02 Charles Wilson <cwilson@ece.gatech.edu>
4472 * ld.texinfo: add additional documentation for
4473 --export-all-symbols. Document --out-implib,
4474 --enable-auto-image-base, --disable-auto-image-base,
4475 --dll-search-prefix, --enable-auto-import, and
4476 --disable-auto-import.
4477 * ldint.texinfo: Add detailed documentation on auto-import
4480 2001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
4482 * ld.texinfo (Simple Assignments): Fix computation in SECTIONS
4485 2001-07-24 Alan Modra <amodra@bigpond.net.au>
4487 * Makefile.am: Update dependencies with "make dep-am".
4488 * Makefile.in: Regenerate
4490 2001-07-23 Alan Modra <amodra@bigpond.net.au>
4492 * ldcref.c (check_section_sym_xref): New function.
4493 (check_nocrossrefs): Call it.
4494 (check_nocrossref): Interate over h->refs here instead of..
4495 (check_refs): ..here. Pass in the symbol name, section, and bfd
4496 rather than hash_entry pointers.
4497 (struct check_refs_info): Keep symbol name rather than hash entry.
4499 (check_reloc_refs): Tweak for above changes in check_refs_info.
4500 Only report references to section syms when symname is NULL to
4501 prevent duplicate messages for the same reloc.
4503 2001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
4505 * ldexp.c (exp_print_tree): Use stderr if config.map_file is not
4506 available. Do not print NULL trees.
4507 (exp_print_token): Print unknown tokens with values > 126 as
4508 decimal values not ASCII characters.
4510 * ldlang.c (lang_leave_overlay): If a region is specified assign
4511 it to all sections inside the overlay unless they have been
4512 assigned to the own, non-default, memory region.
4514 * README: Add header for consistency with other README files.
4516 2001-07-14 H.J. Lu <hjl@gnu.org>
4518 * emultempl/elf32.em (output_prev_sec_find): Never return
4519 bfd_abs_section_ptr, bfd_com_section_ptr nor
4520 bfd_und_section_ptr.
4522 2001-07-14 Nick Clifton <nickc@cambridge.redhat.com>
4524 * Makefile.am (em32relf.c): Change dependency from generic.em to
4526 * Makefile.in: Regenerate.
4528 2001-07-14 matthew green <mrg@eterna.com.au>
4530 * configure.tgt (i386-*-netbsdelf*): New target.
4531 (i386-*-netbsd*): Set targ_extra_emuls to `elf_i386'
4533 2001-07-13 Jakub Jelinek <jakub@redhat.com>
4535 * emultempl/elf32.em (output_prev_sec_find): New.
4536 (place_orphan): Use it.
4538 2001-07-11 H.J. Lu <hjl@gnu.org>
4540 * ldmain.c (main): Fix typos in the last change.
4542 2001-07-11 Jakub Jelinek <jakub@redhat.com>
4544 * ldmain.c (main): Disallow -F and -f without -shared.
4546 2001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
4548 * emultempl/pe.em (after_open): Check for the output_bfd not
4549 having any coff_data structure allocated to it.
4551 2001-07-09 David O'Brien <obrien@FreeBSD.org>
4553 * emultempl/elf32.em: Do not assuming that contents of the buffer
4554 returned from basename function will remain unchanged accross other
4557 2001-07-03 H.J. Lu <hjl@gnu.org>
4559 * scripttempl/elf.sc (DYNAMIC_PAD): Revert the change made on
4560 2001-07-03. It creates dynamic entries even for static binaries.
4562 2001-07-03 Jakub Jelinek <jakub@redhat.com>
4564 * scripttempl/elf.sc (DYNAMIC_PAD): New variable.
4565 (DYNAMIC): Use it to reserve few dynamic entries for
4568 2001-06-27 Alan Modra <amodra@bigpond.net.au>
4570 * emulparams/hppa64linux.sh: New file.
4571 * configure.tgt: hppa*64*-*-linux* uses hppa64linux.sh
4572 * Makefile.am (ALL_64_EMULATIONS): Add ehppa64linux.o
4573 (ehppa64linux.c): Add rule to make it.
4575 * Makefile.in: Regenerate.
4577 2001-06-21 Hans-Peter Nilsson <hp@axis.com>
4579 * ld.texinfo (Options, -r): Mention restrictions when using
4580 different object formats.
4582 2001-06-19 Hans-Peter Nilsson <hp@axis.com>
4584 * ldlang.c (lang_check): Emit fatal error if relocatable link
4585 between different object flavours with relocations in input.
4587 2001-06-19 H.J. Lu <hjl@gnu.org>
4589 * ld.texinfo (-E, --export-dynamic): Mention --version-script.
4590 (--version-script): Mention the language support.
4592 2001-06-19 H.J. Lu <hjl@gnu.org>
4594 * ldlang.c (lang_check): Revert the change mode on 2001-06-15.
4596 2001-06-18 H.J. Lu <hjl@gnu.org>
4598 * Makefile.am (ld.1): Remove the prefix `$(srcdir)/'.
4599 (diststuff): Add $(MANS).
4600 * Makefile.in: Regenerated.
4604 2001-06-18 Hans-Peter Nilsson <hp@axis.com>
4606 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
4607 Update for API change in bfd_elf${ELFSIZE}_size_dynamic_sections.
4608 * mpw-elfmips.c (gldelf32ebmip_before_allocation): Ditto.
4609 * ld.h (args_type): Remove member export_dynamic. All users
4610 changed to use struct bfd_link_info member.
4612 * Makefile.am (ecriself.c, ed10velf.c, ei386moss.c): Depend on
4613 $(srcdir)/emultempl/elf32.em, not $(srcdir)/emultempl/generic.em.
4614 * Makefile.in: Regenerate.
4616 2001-06-18 H.J. Lu <hjl@gnu.org>
4618 * ldlang.c (init_os): Add the newline to the einfo call.
4619 (lang_check): Likewise.
4620 (lang_do_version_exports_section): Likewise.
4622 2001-06-15 H.J. Lu <hjl@gnu.org>
4624 * lexsup.c (parse_args); Save optind to report unrecognized
4627 2001-06-15 Hans-Peter Nilsson <hp@axis.com>
4629 * ldlang.c (lang_check): Emit fatal error if relocatable link
4630 between different object flavours.
4632 * lexsup.c (parse_args) <case OPTION_EXPORT_DYNAMIC, case 'E'>:
4633 Set new link_info member export_dynamic.
4634 * ldmain.c (main): Initialize new link_info member export_dynamic.
4636 2001-06-12 Nick Clifton <nickc@cambridge.redhat.com>
4638 * ldlang.c (walk_wild): Only call walk_wild_file if
4639 lookup_name returns something.
4640 (lookup_name): If load_symbols fails, return NULL.
4641 (load_symbols): Change to a boolean function.
4642 (open_input_bfds): If load_symbols fails then do not make the
4645 2001-06-08 Alan Modra <amodra@bigpond.net.au>
4647 * ldlang.c (record_bfd_errors): Remove.
4649 * emultempl/aix.em: Fix copyright dates.
4651 2001-06-07 Andreas Jaeger <aj@suse.de>
4653 * elf_x86_64.sh (NONPAGED_TEXT_START_ADDR): Increase.
4654 (TEXT_START_ADDR): Likewise.
4656 2001-06-06 Martin Schwidefsky <schwidefsky@de.ibm.com>
4658 * configure.host: Set HOSTING_CRT0/HOSTING_LIBS correctly for s/390.
4660 2001-06-05 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
4662 * emultempl/pe.em (init): Reduce default stack reserve to 0x200000.
4664 2001-05-31 H.J. Lu <hjl@gnu.org>
4666 * ldlang.c (open_input_bfds): Don't change the bfd error
4667 handler whilst loading symbols.
4669 2001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
4671 * configure.tgt: Remove i370-mvs architecture, it is not currently
4674 2001-05-25 H.J. Lu <hjl@gnu.org>
4676 * emulparams/ppcmacos.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
4677 like emulparams/aixppc.sh.
4679 2001-05-25 H.J. Lu <hjl@gnu.org>
4681 * emultempl/beos.em (gld${EMULATION_NAME}_before_parse): Move
4682 setting of output_filename after bfd_scan_arch.
4683 * emultempl/pe.em: Likewise.
4685 2001-05-25 H.J. Lu <hjl@gnu.org>
4687 * emulparams/aixrs6.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
4688 like emulparams/aixppc.sh.
4690 * emultempl/aix.em (sc): Use ${srcdir}/emultempl/ostring.sed
4691 instead of ${srcdir}/emultempl/stringify.sed.
4693 2001-05-25 Timothy Wall <twall@oculustech.com>
4695 * emulparams/elf64_aix.sh: Change settings to match IBM linker
4698 2001-05-25 Alan Modra <amodra@one.net.au>
4700 * configure.host: Replace linuxoldld with linux*oldld.
4701 * configure.tgt: Likewise.
4703 2001-05-24 H.J. Lu <hjl@gnu.org>
4705 * emultempl/stringify.sed: Removed again.
4707 2001-05-24 H.J. Lu <hjl@gnu.org>
4709 * emultempl/aix.em (OUTPUT_ARCH): Defined.
4710 (gld${EMULATION_NAME}_before_parse): Initialize
4711 ldfile_output_architecture, ldfile_output_machine and
4712 ldfile_output_machine_name from ${OUTPUT_ARCH} if possible.
4713 * emultempl/beos.em: Likewise.
4714 * emultempl/elf32.em: Likewise.
4715 * emultempl/linux.em: Likewise.
4716 * emultempl/mipsecoff.em: Likewise.
4717 * emultempl/pe.em: Likewise.
4718 * emultempl/sunos.em: Likewise.
4720 2001-05-24 Tom Rix <trix@redhat.com>
4722 * emultempl/aix.em : (gld${EMULATION_NAME}_read_file)
4723 udate import file format.
4724 (change_symbol_mode) New, same
4725 (is_syscall) New, same
4726 * emulparams/aixppc.sh : add SYSCALL_MASK and SYMBOL_MODE_MASK
4727 * emulparams/aixppc64.sh : same
4728 * emulparams/aixrs6.sh : same
4729 * emulparams/ppcmacos.sh : same
4730 * emultempl/aix.em : use strtoull to parse options
4731 * Makefile.am : add eaixppc64 emulation for xcoff64
4732 * Makefile.in : same
4733 * configure.tgt : same
4735 * scripttempl/aix.sc : default text section offset to 0x10000000
4736 default data section offset to 0x20000000
4737 add .sv3264 and .sv64 pseudo sections
4738 loader and debug sections use the currect section offset.
4740 * emultempl/aix.em : Add xcoff64 support
4741 Add -binitfini support
4742 (gld${EMULATION_NAME}_before_parse) -binitfini
4743 (gld${EMULATION_NAME}_parse_args) same
4744 (gld${EMULATION_NAME}_before_allocation) format change for special
4747 * emulparams/aixppc64.sh : New file for xcoff64 support
4749 2001-05-23 Alexandre Oliva <aoliva@redhat.com>
4751 * emultempl/elf32.em (ELF_INTERPRETER_SET_DEFAULT): Use this new
4752 variable to avoid non-portable shell construct.
4754 2001-05-23 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4756 * ldmain.c (get_emulation): Add -mips5 command line argument.
4758 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
4760 * emulparams/elf_i386_ldso.sh: New, copied from elf_i386.sh.
4761 (ELF_INTERPRETER_NAME): Define it.
4762 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Use
4764 * configure.tgt (targ_emul, targ_extra_emuls)
4765 [i[3456]86-*-solaris2*, i[3456]86-*-solaris*]: Use elf_i386_ldso
4766 as primary, elf_i386 as extra.
4767 * Makefile.am (ALL_EMULATIONS): Added eelf_i386_ldso.o.
4768 (eelf_i386_ldso.c): New rule.
4769 * Makefile.in: Rebuilt.
4771 2001-05-22 Nick Clifton <nickc@redhat.com>
4773 * lexsup.c (ld_options): Allow -I to be an alias for
4774 --dynamic-linker. This is for Solaris compatability.
4775 * ld.texinfo: Document that -I can be used.
4778 2001-05-16 Alan Modra <amodra@one.net.au>
4780 * ldlang.c (wild_doit): Use linker_has_input to reliably determine
4781 whether an input section is the first one assigned to an output
4783 Assorted formatting fixes.
4785 2001-05-14 DJ Delorie <dj@delorie.com>
4787 * Makefile.am (ld.dvi): Search bfd/doc for texinfo files.
4788 * Makefile.in: Ditto.
4790 2001-05-11 Jakub Jelinek <jakub@redhat.com>
4792 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Put
4793 .gnu.linkonce.ia64unw{,i} sections into corresponding .IA_64.unwind*
4795 * emulparams/elf64_aix.sh (OTHER_READONLY_SECTIONS): Likewise.
4797 2001-05-11 Jakub Jelinek <jakub@redhat.com>
4799 * ldlang.c (lang_process): Call bfd_merge_sections.
4801 2001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4803 * ldgram.y: Fix typo.
4805 2001-05-03 H.J. Lu <hjl@gnu.org>
4807 * emultempl/elf32.em: Include "libiberty.h".
4808 (gld${EMULATION_NAME}_vercheck): Call basename () to get the
4809 basename of the bfd filename.
4810 (gld${EMULATION_NAME}_stat_needed): Likewise.
4811 (gld${EMULATION_NAME}_try_needed): Likewise.
4812 (gld${EMULATION_NAME}_open_dynamic_archive): Likewise.
4814 2001-05-02 H.J. Lu <hjl@gnu.org>
4816 * emultempl/pe.em: Include <ctype.h>.
4818 2001-05-02 Johan Rydberg <jrydberg@opencores.org>
4820 * emulparams/elf32openrisc.sh: New file.
4822 * Makefile.am: Add OpenRISC target.
4823 * Makefile.in: Regenerated.
4825 * configure.tgt: Add openrisc-*-* mapping.
4827 2001-05-02 Nick Clifton <nickc@redhat.com>
4829 * emultempl/aix.em: Replace buystring with xstrdup.
4830 * emultempl/beos.em: Replace buystring with xstrdup.
4832 2001-05-02 H.J. Lu <hjl@gnu.org>
4834 * ldfile.c: Include "libiberty.h".
4835 * ldlex.l: Likewise.
4837 * ldmisc.c (buystring): Removed.
4838 * ldmisc.h: Likewise.
4840 * ldfile.c: Replace buystring with xstrdup.
4841 * ldlang.c: Likewise.
4842 * ldlex.l: Likewise.
4843 * ldmain.c: Likewise.
4844 * ldmisc.c: Likewise.
4845 * lexsup.c: Likewise.
4846 * mpw-eppcmac.c: Likewise.
4848 2001-04-30 Andreas Jaeger <aj@suse.de>
4850 * emulparms/elf_x86_64.sh (MAXPAGESIZE): Fix value.
4852 2001-04-28 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
4854 * ldlang.c (load_symbols): Give emulation a chance
4855 to process unrecognized file before fatal error is
4856 reported, not after.
4858 2001-04-27 Sean McNeil <sean@mcneil.com>
4860 * configure.tgt: Add arm-vxworks target.
4861 * scripttempl/armcoff.sc: Support .text or .data as a section name
4865 2001-04-13 J.T. Conklin <jtc@redback.com>
4867 * ld.texinfo: Document --fatal-warnings.
4870 * ldmisc.c (vfinfo): Set flag to inhibit making executable if
4871 warnings have been turned into errors.
4872 * lexsup.c (OPTION_WARN_FATAL): Define.
4873 (ld_options): Entry for --fatal-warnings.
4874 (parse_args): Handle OPTION_WARN_FATAL.
4875 * ld.h (ld_config_type): Add fatal_warnings field.
4877 2001-04-13 Jakub Jelinek <jakub@redhat.com>
4879 * ldmain.c (main): Default to discard_sec_merge.
4880 * lexsup.c (OPTION_DISCARD_NONE): Define.
4881 (ld_options): Add --discard-none.
4882 (parse_args): Handle OPTION_DISCARD_NONE.
4883 * ldlang.c (wild_doit): SEC_MERGE should be set in the output
4884 section only if SEC_MERGE and SEC_STRINGS flags and entsize of
4885 all its input sections match.
4887 2001-04-05 Steven J. Hill <sjhill@cotw.com>
4889 * Makefile.am (ALL_EMULATIONS): Add eelf32ltsmip.o.
4890 (ALL_64_EMULATIONS): Add eelf64btsmip.o and eelf64ltsmip.o.
4891 (eelf32ltsmip.c): New target.
4892 (eelf64btsmip.c): Likewise.
4893 (eelf64ltsmip.c): Likewise.
4894 * Makefile.in: Regenerated.
4896 * configure.tgt (mips*el-*-linux-gnu): Uses traditional MIPS
4898 (mips*-*-linux-gnu*): Likewise.
4900 * emulparams/elf32ltsmip.sh: New. Traditional little endian
4902 * emulparams/elf64btsmip.sh: New. Traditional 64bit big endian
4904 * emulparams/elf64ltsmip.sh: New. Traditional 64bit little
4907 2001-04-05 Hans-Peter Nilsson <hp@axis.com>
4909 * emulparams/criself.sh (EXECUTABLE_SYMBOLS): Cannot provide
4910 correct value of __Stext here.
4911 (TEXT_START_SYMBOLS): Define; always define __Stext, to start of
4914 * emulparams/crislinux.sh: Remove FIXME.
4916 2001-04-02 Alan Modra <alan@linuxcare.com.au>
4918 * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 64k.
4919 (TEXT_START_ADDR, TARGET_PAGE_SIZE): Likewise.
4921 2001-03-27 Hans-Peter Nilsson <hp@axis.com>
4923 * configure.tgt (cris-*-*): Change default emulation to criself.
4924 (cris-*-*aout*): New rule.
4926 2001-03-27 Matthew Wilcox <willy@ldl.fc.hp.com>
4928 * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 0x4000.
4929 (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
4931 2001-03-26 Andreas Jaeger <aj@suse.de>
4933 * ld.texinfo (Overview): Fix syntax in texi code.
4935 2001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
4937 * ld.texinfo: Put @c man indications to generate the ld man page.
4938 When generating man, define all the variables. Define SEEALSO
4939 and SYNOPSIS. Re-organize some lines to avoid the cross references.
4940 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variables.
4941 (ld.1): Generate from ld.texinfo.
4942 * Makefile.in: Regenerate.
4944 2001-03-23 Mark Elbrecht <snowball3@bigfoot.com>
4946 * scripttempl/i386go32.sc: Support the GCC flags '-ffunction-sections'
4947 and '-fdata-sections'. Set the VMA of STABS sections to zero.
4949 2001-03-17 Ulrich Drepper <drepper@redhat.com>
4951 * emultmpl/elf32.em (gld${EMULATION_NAME}_search_needed): If NAME
4952 is an absolute path look only for this file and not along the path.
4954 2001-03-17 Ulrich Drepper <drepper@redhat.com>
4956 * emultempl/elf32.em (OPTION_GROUP): New macro.
4957 Add new option Bgroup to longopts.
4958 (gld*_parse_args): Handle GROUP_OPTION and recognize -z defs.
4959 (gld*_list_options): Add -Bgroup and -z defs.
4960 * ld.1: Document -Bgroup and -z defs.
4961 * ld.texinfo: Likewise.
4963 2001-03-07 Michael Meissner <meissner@redhat.com>
4965 * scripttempl/elfd10v.sc (.rodata,.rodata1,.data1,.sdata): Deal
4966 with sections created by -fdata-sections.
4967 (.dynbss,.bss): Ditto.
4969 2001-03-05 Alan Modra <alan@linuxcare.com.au>
4971 * emultempl/m68kelf.em (m68k_elf_after_allocation): Call
4972 after_allocation_default, not gld..._before_allocation.
4974 2001-02-27 Alan Modra <alan@linuxcare.com.au>
4976 * configure.in (BFD_VERSION): New.
4977 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
4978 * configure: Regenerate.
4979 * Makefile.am: Run "make dep-am"
4980 * Makefile.in: Regenerate.
4982 2001-02-26 Timothy Wall <twall@cygnus.com>
4984 * emulparams/elf64_aix.sh: Add additional read-only sections;
4985 uncomment lines which are now required.
4987 2001-02-26 H.J. Lu <hjl@gnu.org>
4989 * ldlang.c (open_input_bfds): Set the bfd error handler so
4990 that problems can be caught whilst loading symbols.
4991 (record_bfd_errors): New function: Report BFD errors and mark
4992 the executable output as being invalid.
4994 2001-02-22 Timothy Wall <twall@cygnus.com>
4996 * configure.host: Add configuration for ia64-*-aix*.
4997 * Makefile.am (ALL_64_EMULATIONS): Add emulation for ia64-*-aix*.
4998 Add dependencies for eelf64_aix.c.
4999 * Makefile.in: Regenerate.
5000 * configure.tgt: Add ia64-*-aix* mapping.
5001 * emulparams/elf64_aix.sh: Add settings for elf64 on aix5.
5003 2001-02-20 H.J. Lu <hjl@gnu.org>
5005 * ldfile.c (ldfile_open_file): Set entry->search_dirs_flag to
5006 false if we found the file.
5008 2001-02-18 David O'Brien <obrien@FreeBSD.org>
5010 * configure.tgt: Add FreeBSD/Alpha, FreeBSD/x86-64, FreeBSD/ia64,
5011 FreeBSD/PowerPC, FreeBSD/arm, and FreeBSD/sparc64 entries.
5013 2001-02-18 lars brinkhoff <lars@nocrew.org>
5015 * Makefile.am: Add PDP-11 target.
5016 * configure.tgt: Likewise.
5017 * emulparams/pdp11.sh: New file.
5019 2001-02-17 David O'Brien <obrien@FreeBSD.org>
5021 * configure.host: Add a generic FreeBSD configuration entry such that
5022 all [modern] FreeBSD systems on all platforms will look the same.
5024 2001-02-14 H.J. Lu <hjl@gnu.org>
5026 * configure.tgt: Remove mention of earmelf_linux26.
5028 2001-02-13 Richard Henderson <rth@redhat.com>
5030 * emulparams/elf64_ia64.sh (OTHER_GOT_SYMBOLS): Remove.
5032 2001-02-13 H.J. Lu <hjl@gnu.org>
5034 * ldexp.h (node_type): Add etree_provided.
5035 * ldexp.c (exp_fold_tree): Handle etree_provided. Set the node
5036 type to etree_provided if defined by PROVIDE. Allow updating
5038 (exp_print_tree): Handle etree_provided.
5039 * mpw-elfmips.c (gldelf32ebmip_find_exp_assignment): Handle
5042 2001-02-09 David Mosberger <davidm@hpl.hp.com>
5044 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add
5045 .IA_64.unwind.* pattern to unwind table section and
5046 .IA_64.unwind_info* pattern to unwind info section.
5048 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
5050 * Makefile.am: Add linux target for S/390.
5051 * Makefile.in: Likewise.
5052 * configure.host: Likewise.
5053 * configure.tgt: Likewise.
5054 * emulparams/elf64_s390.sh: New file.
5055 * emulparams/elf_s390.sh: New file.
5057 2001-02-09 Jakub Jelinek <jakub@redhat.com>
5059 * configure.tgt (sparc64-*-linux-gnu*): Add elf32_sparc into
5061 (sparc-*-linux-gnu*): Add elf64_sparc into targ_extra_libpath.
5063 2001-02-06 Philip Blundell <philb@gnu.org>
5065 * Makefile.am: Remove mention of earmelf_linux26.
5066 * Makefile.in: Regenerate.
5068 2001-02-04 Philip Blundell <philb@gnu.org>
5070 * emulparams/armelf_linux.sh (TEXT_START_ADDR): Set to 0x8000.
5071 * emulparams/armelf_linux26.sh: Delete.
5072 * configure.tgt: Remove mention of armelf_linux26 emulation.
5074 2001-02-01 Nick Clifton <nickc@redhat.com>
5076 * ld.1: Replace occurances of -oformat with --oformat.
5078 2001-01-25 Jim Driftmyer <jdrift@stny.rr.com>
5080 * ldlang.c (lang_leave_overlay): Don't set lma_region when
5081 load_base is specified.
5083 2001-01-24 Hans-Peter Nilsson <hp@axis.com>
5085 * emultempl/elf32.em: Correct spelling in comments and listed
5088 2001-01-23 Alan Modra <alan@linuxcare.com.au>
5090 * ldlang.c (lang_leave_overlay): Only set lma_region from the
5091 default for the first section of a group of overlay sections.
5093 2001-01-22 Alan Modra <alan@linuxcare.com.au>
5095 * Makefile.am (GENSCRIPTS): Pass exec_prefix.
5096 * Makefile.in: Regenerate.
5097 * genscripts.sh: Use exec_prefix parameter to specify tool lib.
5098 Check for null tool_dir.
5100 2001-01-16 Jim Wilson <wilson@redhat.com>
5102 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add IA_64.unwind
5103 and IA_64.unwind.info.
5105 2001-01-16 H.J. Lu <hjl@gnu.org>
5107 * ldlang.c (lang_check): Merge the private data only if the
5108 input file has contents.
5110 2001-01-14 Alan Modra <alan@linuxcare.com.au>
5112 * emulparams/hppalinux.sh (OUTPUT_FORMAT): Set to elf32-hppa-linux.
5114 * emultempl/hppaelf.em (hppaelf_after_parse): New function,
5115 enabling search for libmilli. On a relocatable link, make .text
5117 (LDEMUL_AFTER_PARSE): Define.
5118 (hppaelf_finish): Correct spelling of relocatable in comments.
5120 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
5121 rummage through the script for sections on the unique list.
5122 Correct length of strncmp for ".note".
5123 (gld${EMULATION_NAME}_check_needed): Rearrange function.
5125 * ldlang.c (unique_section_list): New var.
5126 (unique_section_p): New function.
5127 (walk_wild_section): Don't match sections on unique_section_list.
5128 (lang_add_unique): New function.
5129 Correct spelling of relocatable in comments.
5131 * ldlang.h (struct unique_sections): Declare.
5132 (unique_section_list): Declare.
5133 (unique_section_p): Declare.
5134 (lang_add_unique): Declare.
5136 * lexsup.c (ld_options): Allow --unique to take an optional arg.
5137 (parse_args [OPTION_UNIQUE]): Call lang_add_unique.
5139 * ld.texinfo (--unique): Update.
5141 2001-01-13 Nick Clifton <nickc@redhat.com>
5143 * lexsup.c (parse_args): Remove spurious white space.
5145 2001-01-12 Nick Clifton <nickc@redhat.com>
5147 * lexsup.c (parse_args): Update copyright date.
5149 2001-01-12 Philip Blundell <pb@futuretv.com>
5151 * configure.host: Set HOSTING_LIBS appropriately for ix86-cygwin.
5153 2001-01-10 Kazu Hirata <kazu@hxi.com>
5155 * scripttempl/h8300.sc: Fix formatting. Fix a comment typo.
5156 * scripttempl/h8300h.sc: Fix formatting.
5157 * scripttempl/h8300s.sc: Likewise.
5158 * scripttempl/h8500.sc: Likewise.
5159 * scripttempl/h8500b.sc: Likewise.
5160 * scripttempl/h8500c.sc: Likewise.
5161 * scripttempl/h8500m.sc: Likewise.
5162 * scripttempl/h8500s.sc: Likewise.
5164 2000-01-07 David O'Brien <obrien@BSDi.com>
5166 * emultempl/elf32.em: Only perform Linux ld hints processing when
5169 2001-01-07 Philip Blundell <philb@gnu.org>
5171 * ld.texinfo (Bug Reporting): Update email address for reports.
5173 2000-12-31 Nick Clifton <nickc@redhat.com>
5175 * lexsup.c (parse_args): Set opterr to 0 and detect unparsed long
5176 options by checking for a return value of '?' not -1.
5178 2000-12-28 Nick Clifton <nickc@redhat.com>
5180 * lexsup.c (struct ld_option): Add new enum value:
5182 (ld_options[]): Change -omagic, -output and -oformat options
5183 to be EXACTLY_TWO_DASHES.
5184 (OUTPUT_COUNT): Use ARRAY_SIZE.
5185 (parse_args): Change parameter 'argc' to unsigned.
5186 Place EXACTLY_TWO_DASHES options into new really_longopts
5188 If getopt_long_only fails, try calling getopt_long using the
5189 really_longopts array.
5190 (help): Print a double dash for both EXACTLY_TWO_DASHES and
5193 * ldlex.h: Fix prototype of parse_args.
5195 * ld.texinfo: Document that long options starting with 'o'
5196 must be preceeded by two dashes. Change example of a single
5197 dashed long option from -oformat to -trace-symbol.
5199 2000-12-26 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
5201 * emultempl/pe.em (OPTION_NO_DEFAULT_EXCLUDES): Define.
5202 (longopts[]): New --no-default-excludes option.
5203 (gld_${EMULATION_NAME}_list_options): Document.
5204 (gld_${EMULATION_NAME}_parse_args): Handle.
5206 2000-12-13 Michael Sokolov <msokolov@ivan.Harhan.ORG>
5208 * ldlang.c (new_stat): Revert the last beautification with "innocent"
5209 whitespace, it breaks the K&R C preprocessor.
5211 2000-12-11 DJ Delorie <dj@redhat.com>
5213 * ld.texinfo: Add notes about --whole-archive and gcc.
5215 2000-11-18 Fred Fish <fnf@be.com>
5217 * lexsup.c (OPTION_ALLOW_SHLIB_UNDEFINED): Define.
5218 (ld_options): Entry for --allow-shlib-undefined.
5219 (parse_args): Handle OPTION_ALLOW_SHLIB_UNDEFINED.
5220 * ldmain.c (main): Initialize link_info.allow_shlib_undefined
5222 * ld.texinfo: Document new command line switch.
5224 2000-12-12 Geoffrey Keating <geoffk@redhat.com>
5226 * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS):
5227 .fixup is actually read/write.
5228 * emulparams/elf32lppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
5229 * emulparams/elf32ppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
5230 * emulparams/elf32lppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
5232 2000-12-11 Jan Hubicka <jh@suse.cz>
5234 * NEWS: Add note about x86_64 architecture.
5236 2000-12-06 Mark Elbrecht <snowball3@bigfoot.com>
5238 * scripttempl/i386go32.sc: Use PROVIDE with _etext, _edata, _end.
5239 Set DWARF2 sections to a VMA of zero.
5241 2000-12-01 Joel Sherrill <joel@OARcorp.com>
5243 * configure.tgt (arm-*-rtems*, a29k-*rtems*, h8300-*-rtems*):
5245 (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
5246 (sparc*-*-rtems*): Switched from a.out to ELF.
5248 2000-11-30 Jan Hubicka <jh@suse.cz>
5250 * Makefile.am (ALL_EMULATIONS): Add eelf_x86_64.o
5251 (eelf_x86_64.c): New.
5252 * Makefile.in: Regenerate.
5253 * configure.tgt: Add support for x86_64-*-linux-gnu*.
5254 * emulparams/elf_x86_64.sh: New.
5256 2000-11-30 Hans-Peter Nilsson <hp@axis.com>
5258 * emulparams/crislinux.sh (ENTRY): Change back to _start.
5259 (TEXT_START_SYMBOLS): Remove conditional setting of __start.
5261 * scripttempl/crisaout.sc: Change all RELOCATING not related to
5262 merging non-a.out sections into CONSTRUCTING.
5264 2000-11-28 Nick Clifton <nickc@redhat.com>
5266 * ld.1 (COPYING): Mention that the GNU Free Documentation
5267 License is present in the sources, but not the output, and
5268 also available from the GNU website.
5269 (GNU Free Documentation License): Comment out this section.
5271 2000-11-28 David O'Brien <obrien@dragon.nuxi.com>
5273 * emulparams/elf64alpha.sh (ENTRY): Remove leading underscore as ELF
5276 2000-11-25 David O'Brien <obrien@FreeBSD.org>
5278 * ld.1: Remove old date so it does not give the impression the manpage
5281 2000-11-24 Nick Clifton <nickc@redhat.com>
5283 * configure.tgt (xscale-coff): Add target.
5284 (xscale-elf): Add target.
5286 2000-11-24 Fred Fish <fnf@be.com>
5288 * ldmain.c (main): Remove redundant init of config.make_executable
5291 2000-11-15 Richard Henderson <rth@redhat.com>
5293 * emulparams/elf64alpha.sh (MAXPAGESIZE): Typo -- 64k, not 1M.
5295 2000-11-14 Kazu Hirata <kazu@hxi.com>
5297 * scripttempl/h8300.sc: Fix formatting.
5298 * scripttempl/h8300h.sc: Likewise.
5299 * scripttempl/h8300s.sc: Likewise.
5301 2000-11-14 Denis Chertykov <denisc@overta.ru>
5303 * scripttempl/elf32avr.sc: Fix bug in .eeprom segment.
5305 2000-11-09 Philip Blundell <pb@futuretv.com>
5307 * emultempl/pe.em: Define ___start_SECNAME and ___stop_SECNAME
5308 around orphan sections whose names can be represented in C.
5310 2000-11-07 Jim Wilson <wilson@redhat.com>
5312 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): New local
5313 hold_sdata. If SEC_SMALL_DATA set, set place to hold_sdata.
5315 2000-11-06 Nick Clifton <nickc@redhat.com>
5317 * ld.texinfo: Add GNU Free Documentation License.
5318 * ldint.texinfo: Add GNU Free Documentation License.
5319 * ld.1: Add GNU Free Documentation License.
5321 2000-11-05 Alan Modra <alan@linuxcare.com.au>
5323 * ldlex.l (yy_create_string_buffer): Init yy_is_our_buffer,
5324 yy_is_interactive, yy_at_bol, and yy_fill_buffer.
5326 * Makefile.am (DISTCLEANFILES): Add stringify.sed.
5327 Move 2000-11-02 Makefile.in changes to this file.
5328 * Makefile.in: Regenerate.
5330 2000-11-03 Nick Clifton <nickc@redhat.com>
5332 * scripttempl/h8300.sc: Use ${CONSTRUCTING...} to enclose
5333 constructors and destructors.
5334 * scripttempl/h8300h.sc: Ditto.
5335 * scripttempl/h8300s.sc: Ditto.
5336 * scripttempl/h8500.sc: Ditto.
5337 * scripttempl/h8500b.sc: Ditto.
5338 * scripttempl/h8500c.sc: Ditto.
5339 * scripttempl/h8500m.sc: Ditto.
5340 * scripttempl/h8500s.sc: Ditto.
5341 * scripttempl/v850.sc: Ditto.
5342 * scripttempl/w65.sc: Ditto.
5343 * scripttempl/z8000.sc: Ditto.
5345 2000-11-02 Per Lundberg <plundis@chaosdev.org>
5347 * Makefile.in (e_i386_chaos.c): New rule.
5348 (ALL_EMULATIONS): Added e_i386_chaos.o.
5349 * emulparams/elf_i386_chaos.sh: New file.
5350 * configure.tgt: Recognise i[3456]86-chaosdev-storm-chaos.
5352 2000-10-20 Jakub Jelinek <jakub@redhat.com>
5354 * emulparams/elf64_sparc.sh (TEXT_START_ADDR,
5355 NONPAGED_TEXT_START_ADDR): Set to 4GB for Solaris targets.
5356 Fix sed invocation, so that it coped with '/' in Solaris 64bit
5357 library path suffix.
5358 Based on patch by Andrew Macleod <amacleod@cygnus.com>.
5360 2000-10-18 Hans-Peter Nilsson <hp@axis.com>
5362 * scripttempl/crisaout.sc (.text, .data): Pad, with ALIGN (32),
5363 for consecutive sections.
5365 2000-10-17 Chandrakala Chavva <cchavva@redhat.com>
5367 * lexsup.c: New option OPTION_TARGET_HELP. Prints all target specific
5369 * ld.texinfo: Added notes about this new option.
5371 2000-10-16 Nick Clifton <nickc@redhat.com>
5373 * emultempl/pe.em (_after_open): Add tests of return values from
5374 bfd functions. Emit appropriate error messages if necessary.
5376 2000-10-13 Nick Clifton <nickc@redhat.com>
5378 * emultempl/pe.em (_after_open): Delete 'is2' and 'nsyms'
5379 local variables - they are not used, but leave in the call to
5380 bfd_canonicalize_symtab.
5381 (_open_dynamic_archive): Add #ifdef DLL_SUPPORT around use of
5382 pe_dll_search_prefix.
5384 2000-10-12 Charles Wilson <cwilson@ece.gatech.edu>
5386 * emultempl/pe.em (pe_dll_search_prefix): New variable,
5387 (longopts): New --dll-search-prefix option.
5388 (gld_${EMULATION_NAME}_list_options): Document.
5389 (gld_${EMULATION_NAME}_parse_args): Handle.
5390 (gld_${EMULATION_NAME}_open_dynamic_archive): When linking
5391 dynamically, search for a dll named '<prefix><basename>.dll'
5392 in preference to 'lib<basename>.dll' if --dll-search-prefix
5395 2000-10-12 Alan Modra <alan@linuxcare.com.au>
5397 * ldlang.c (section_already_linked): Set kept_section instead of
5400 2000-10-10 Kazu Hirata <kazu@hxi.com>
5402 * deffile.h: Fix formatting.
5403 * lexsup.c: Likewise.
5406 2000-10-09 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
5408 * pe-dll.c (make_one): Do not generate code thunk for DATA
5410 (process_def_file): deduce DATA flag for auto-export sumbols.
5412 2000-10-09 Kazu Hirata <kazu@hxi.com>
5414 * ld.h: Fix formatting.
5415 * ldcref.c: Likewise.
5416 * ldctor.h: Likewise.
5417 * ldemul.c: Likewise.
5418 * ldemul.h: Likewise.
5419 * ldexp.c: Likewise.
5420 * ldexp.h: Likewise.
5421 * ldfile.c: Likewise.
5422 * ldfile.h: Likewise.
5423 * ldlang.c: Likewise.
5424 * ldlang.h: Likewise.
5425 * ldmain.c: Likewise.
5426 * pe-dll.c: Likewise.
5428 * pe-dll.c: Revert some formatting fixes.
5430 2000-10-08 Kazu Hirata <kazu@hxi.com>
5432 * pe-dll.c: Fix formatting.
5434 2000-10-05 Kazu Hirata <kazu@hxi.com>
5436 * ldlang.c: Fix formatting.
5438 2000-10-03 DJ Delorie <dj@redhat.com>
5440 * pe-dll.c (fill_edata): initialize entire block
5441 (make_one): fill in correct section.
5443 2000-10-03 Kazu Hirata <kazu@hxi.com>
5445 * ldexp.c: Fix formatting.
5447 2000-10-02 DJ Delorie <dj@redhat.com>
5449 * emultempl/pe.em (gld_*_after_open): detect case where there two
5450 import libraries for same dll; rename one to ensure proper link
5453 * pe-dll.c (process_def_file): compare ordinals to -1, not 0; fix
5455 (generate_edata): fix typo
5457 2000-09-29 Hans-Peter Nilsson <hp@axis.com>
5459 * scripttempl/crisaout.sc (ENTRY): Now __start.
5460 (.text): Add default setting for __start.
5461 Remove CONSTRUCTORS handling.
5462 (/DISCARD/): Add .gnu.warning.*.
5463 * emulparams/crislinux.sh (ENTRY): Now __start.
5464 (TEXT_START_SYMBOLS): New; provide __Stext and __start default.
5465 * emulparams/criself.sh (OUTPUT_FORMAT): Now elf32-us-cris.
5466 (ENTRY): Now __start.
5467 (INITIAL_READONLY_SECTIONS): Add KEEP for .startup.
5468 (EXECUTABLE_SYMBOLS): Add default setting for __start.
5470 2000-09-29 Kazu Hirata <kazu@hxi.com>
5472 * deffile.h: Fix formatting.
5474 * ldcref.c: Likewise.
5475 * ldctor.c: Likewise.
5476 * ldctor.h: Likewise.
5477 * ldemul.c: Likewise.
5478 * ldemul.h: Likewise.
5479 * ldexp.c: Likewise.
5480 * ldexp.h: Likewise.
5481 * ldfile.c: Likewise.
5482 * ldfile.h: Likewise.
5483 * ldlang.c: Likewise.
5484 * ldlang.h: Likewise.
5485 * lexsup.c: Likewise.
5487 * pe-dll.c: Likewise.
5489 2000-09-28 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
5491 * pe-dll.c (process_def_file): Uninitialized data wasn't
5492 exported with --export-all-symbols switch.
5494 2000-09-28 DJ Delorie <dj@redhat.com>
5496 * pe-dll.c (fill_edata): rearrange the data so that ordinals and
5497 noname work properly.
5499 2000-09-28 Alan Modra <alan@linuxcare.com.au>
5501 * ld.texinfo (HPPA ELF32): New section.
5503 * emultempl/hppaelf.em (group_size): New.
5504 (hppaelf_finish): Pass group_size to elf32_hppa_size_stubs.
5505 (PARSE_AND_LIST_PROLOGUE): Add OPTION_STUBGROUP_SIZE.
5506 (PARSE_AND_LIST_LONGOPTS): Add --stub-group-size. Duplicate
5507 options to prevent abbreviations matching.
5508 (PARSE_AND_LIST_OPTIONS): Describe the above. Reformat.
5509 (PARSE_AND_LIST_ARGS_CASES): Handle it.
5511 2000-09-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
5513 * emultempl/m68kelf.em: Conditionalise the embedded relocs feature
5514 on the m68*-*-elf target. Make it support COFF input objects.
5516 2000-09-21 Kazu Hirata <kazu@hxi.com>
5518 * ldmain.c: Fix formatting.
5519 * ldmisc.c: Likewise.
5520 * ldver.c: Likewise.
5521 * ldwrite.c: Likewise.
5523 2000-09-21 Alan Modra <alan@linuxcare.com.au>
5525 * ldwrite.c (clone_section): Silence gcc warnings.
5527 2000-09-20 Alan Modra <alan@linuxcare.com.au>
5529 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Handle
5530 out of memory failure.
5532 * ldwrite.c (ldwrite): Remove unnecessary einfo arg.
5533 (clone_section): Handle out of memory failures. Rename var to
5534 avoid c++ reserved word.
5536 2000-09-18 Alan Modra <alan@linuxcare.com.au>
5538 * emultempl/hppaelf.em (hppaelf_add_stub_section): Rename
5539 stub_name param to stub_sec_name.
5540 (hppaelf_finish): Modify call to elf32_hppa_size_stubs.
5542 2000-09-10 Michael Sokolov <msokolov@ivan.Harhan.ORG>
5544 * emultempl/m68kelf.em: New file.
5545 * emulparams/m68kelf.sh (EXTRA_EM_FILE): Use it.
5546 * Makefile.am (em68kelf.c): Add dependency on m68kelf.em.
5547 * Makefile.in: Regenerate.
5549 2000-09-15 Alan Modra <alan@linuxcare.com.au>
5551 * emulparams/hppalinux.sh (DATA_START_SYMBOLS): Provide $global$
5554 2000-09-13 Nick Clifton <nickc@redhat.com>
5556 * ldmain.c (multiple_definition): Disable relaxation if
5557 multiple symbol definitions are encountered - otherwise the
5558 linker could abort with an assertion failure.
5560 2000-09-10 Nick Clifton <nickc@redhat.com>
5562 * mri.c: Fix formatting.
5564 2000-09-07 H.J. Lu <hjl@gnu.org>
5566 * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
5567 * configure: Rebuild.
5569 2000-09-07 H.J. Lu <hjl@gnu.org>
5571 * Makefile.am (lexsup.o): Also depend on $(INCDIR)/demangle.h.
5572 * Makefile.in: Rebuild.
5574 2000-09-07 Alan Modra <alan@linuxcare.com.au>
5576 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Fix
5577 broken list handling. Create __start_SECNAME and __stop_SECNAME
5578 when no place-holder. Add some comments. Test both SEC_CODE and
5579 SEC_READONLY for hold_text to prevent .rodata orphan poisoning.
5580 Handle case where no output section statement created.
5582 2000-09-07 Niibe Yutaka <gniibe@m17n.org>, Kaz Kojima <kkojima@rr.iij4u.or.jp>, Alexandre Oliva <aoliva@redhat.com>
5584 * configure.tgt (sh-*-linux*): Added.
5585 * Makefile.am: Added eshelf_linux and eshlelf_linux.
5586 * Makefile.in: Rebuilt.
5587 * emulparams/shelf_linux.sh: New file.
5588 * emulparams/shlelf_linux.sh: New file.
5590 2000-09-06 Alan Modra <alan@linuxcare.com.au>
5592 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
5593 try shuffling sections when the orphan happens to be the place
5594 holder. Keep count of unique section names generated so we speed
5595 the search for a new name.
5597 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
5599 * configure: Rebuilt with new libtool.m4.
5601 2000-09-05 Nick Clifton <nickc@redhat.com>
5603 * Makefile.in: Regenerate.
5604 * aclocal.m4: Regenerate.
5605 * configure: Regenerate.
5606 * config.in: Regenerate.
5607 * po/ld.pot: Regenerate.
5609 * ldint.texinfo: Remove CVS revision marker - it foils local
5612 * emultempl/ticoff.em: Remove extraneous comma.
5614 2000-09-05 Alan Modra <alan@linuxcare.com.au>
5616 * emultempl/hppaelf.em (hppaelf_add_stub_section): Add SEC_RELOC
5617 to stub section flags.
5618 (hppa_for_each_input_file_wrapper): New.
5619 (hppa_lang_for_each_input_file): New.
5620 (lang_for_each_input_file): Define to call above.
5621 (multi_subspace): New.
5622 (hppaelf_finish): Pass multi_subspace to elf32_hppa_size_stubs.
5623 (PARSE_AND_LIST_PROLOGUE): Define.
5624 (PARSE_AND_LIST_LONGOPTS): Define.
5625 (PARSE_AND_LIST_OPTIONS): Define.
5626 (PARSE_AND_LIST_ARGS_CASES): Define.
5627 (hppaelf_finish): Call elf32_hppa_set_gp.
5628 (hppaelf_set_output_arch): Remove.
5629 (LDEMUL_SET_OUTPUT_ARCH): Remove.
5631 * emulparams/hppalinux.sh (ELFSIZE): Define.
5633 (OTHER_READONLY_SECTIONS): Define.
5635 (GENERATE_SHLIB_SCRIPT): Define.
5637 * ldlang.c: Add missing prototypes, and tidy others. Change CONST
5638 to const throughout. Change `void *' to `PTR' throughout.
5639 (lang_memory_default): Function is local to file, add `static'.
5641 * Makefile.am (ehppaelf.c): Depend on emultempl/elf32.em.
5642 (ehppalinux.c): Likewise.
5643 (earmelf.c): Likewise.
5644 (earmelf_linux.c): Likewise.
5645 (earmelf_linux26.c): Likewise.
5646 * Makefile.in: Regenerate.
5648 * ld.h (ld_config_type): Add unique_orphan_sections.
5649 * lexsup.c (OPTION_UNIQUE): Define.
5650 (ld_options): Add "--unique".
5651 (parse_args): Handle it.
5652 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
5653 search for an existing output section if unique_orphan_sections is
5654 set. Make use of bfd_get_unique_section_name rather than
5655 duplicating code here.
5656 * ld.texinfo: Describe --unique.
5658 * lexsup.c (ld_options): Make split-by-reloc arg optional. Add
5659 optional arg to split-by-file.
5660 (parse_args): Handle them.
5661 * ld.texinfo: Update description of these options.
5662 * ldwrite.c (clone_section): Pass in the section name. Replace
5663 local code with bfd_get_unique_section_name.
5664 (split_sections): Tidy code and comments. Use a list traversal
5665 more appropriate to the list construction. Handle cooked section
5666 sizes. Split when split_by_reloc reached rather than exceeded.
5667 Track section size and split when split_by_file reached. Fix
5668 link_order_tail (even though it's not used).
5669 (ldwrite): Modify condition for calling split_sections to suit
5670 changed split_by_reloc and split_by_file.
5671 * ldmain.c (main): Init config.split_by_reloc and
5672 config.split_by_file to -1.
5673 * ld.h (ld_config_type): Change split_by_reloc to unsigned.
5674 Change split_by_file to bfd_size_type.
5676 2000-09-02 Nick Clifton <nickc@redhat.com>
5678 * configure.in: Increase version number to 2.10.91.
5679 * NEWS: Mention new ability to support removal of duplicate DWARF2
5681 * configure: Regenerate.
5682 * aclocal.m4: Regenerate.
5683 * config.in: Regenerate.
5685 2000-09-02 Daniel Berlin <dberlin@redhat.com>
5687 * scripttempl/elf.sc: Add .gnu.linkonce.wi.* to .debug_info
5689 * scripttempl/elf32avr.sc: Ditto.
5690 * scripttempl/elfd10v.sc: Ditto.
5691 * scripttempl/elfd30v.sc: Ditto.
5692 * scripttempl/elfi370.sc: Ditto.
5693 * scripttempl/elfm68hc11.sc: Ditto.
5694 * scripttempl/elfm68hc12.sc: Ditto.
5695 * scripttempl/elfi386beos.sc: Ditto.
5696 * scripttempl/v850.sc: Ditto.
5698 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
5700 * acinclude.m4: Include libtool and gettext macros from the
5702 * aclocal.m4, configure: Rebuilt.
5704 2000-08-25 Nick Clifton <nickc@redhat.com>
5706 * ldlang.c (open_output): When choosing the target for a
5707 particular endianness, do nothing if the target is not
5710 2000-08-25 H.J. Lu <hjl@gnu.org>
5712 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Don't
5713 check -rpath nor LD_RUN_PATH for cross link.
5714 * ld.texinfo: Document the change.
5716 2000-08-24 Hans-Peter Nilsson <hp@axis.com>
5718 * NEWS: Mention support for CRIS.
5720 2000-08-23 H.J. Lu <hjl@gnu.org>
5722 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Get
5723 the current runpath list from bfd_elf_get_runpath_list ()
5726 2000-08-22 H.J. Lu <hjl@gnu.org>
5728 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Search
5729 the DT_RPATH/DT_RUNPATH entries for DT_NEEDED after
5730 LD_LIBRARY_PATH for native linker. Display the needed DSO if
5731 trace_file_tries is non-zero.
5732 (gld${EMULATION_NAME}_try_needed): Report the needed DSO found
5733 if trace_file_tries is non-zero.
5735 * ld.texinfo: Document the usage of DT_RPATH/DT_RUNPATH.
5738 2000-08-14 Jason Eckhardt <jle@cygnus.com>
5740 * NEWS: Mention i860 support.
5742 2000-08-14 Andreas Schwab <schwab@suse.de>
5744 * scripttempl/elf.sc: Fix last change to use correct comment
5747 2000-08-10 Geoff Keating <geoffk@cygnus.com>
5749 * scripttempl/elf.sc: Add a comment giving the correspondence
5750 between sections, per-datum sections, and linkonce sections. Make
5751 the comment true even for .bss, .sdata, .sdata2, .sbss, and
5754 2000-08-10 Jason Eckhardt <jle@cygnus.com>
5756 * emulparams/elf32_i860.sh: New file.
5757 * configure.tgt: Recognize new target i860-stardent-{sysv4*|elf*}.
5758 * Makefile.am (ALL_EMULATIONS): Add eelf32_i860.o.
5759 (eelf32_i860.c): New rule.
5760 * Makefile.in: Regenerate.
5762 2000-08-10 Nick Clifton <nickc@cygnus.com>
5764 * emulparams/mipspe.sh (ENTRY): Add definition.
5766 2000-08-08 Peter Jeremy <peter.jeremy@alcatel.com.au>
5768 * emultempl/elf32.em (_after_close): Refer to -rpath not --rpath
5771 2000-08-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
5773 * scripttempl/elfm68hc11.sc: Define __bss_size symbol to indicate
5774 the final size of .bss section.
5775 * scripttempl/elfm68hc12.sc: Likewise.
5777 2000-08-04 Alan Modra <alan@linuxcare.com.au>
5779 * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Rename to
5780 gld${EMULATION_NAME}_parse_args for consistency. Combine
5781 lastoptind and prevoptind vars, and keep track of last optind.
5782 (gld_${EMULATION_NAME}_list_options): Rename to
5783 gld${EMULATION_NAME}_list_options.
5785 2000-08-03 Rodney Brown <RodneyBrown@pmsc.com>
5787 * configure.tgt: Select targ_emul=elf_i386 for Unixware 7
5788 (i586-sco-sysv5uw7.1.0).
5790 2000-07-27 H.J. Lu <hjl@gnu.org>
5792 * emulparams/elf64alpha.sh (PARSE_AND_LIST_ARGS): Removed.
5793 (PARSE_AND_LIST_PROLOGUE): New.
5794 (PARSE_AND_LIST_LONGOPTS): Likewise.
5795 (PARSE_AND_LIST_OPTIONS): Likewise.
5796 (PARSE_AND_LIST_ARGS_CASES): Likewise.
5797 (PARSE_AND_LIST_EPILOGUE): Likewise.
5799 2000-07-28 Alan Modra <alan@linuxcare.com.au>
5801 * emultempl/armelf.em: Elide functions common to elf32.em,
5802 ie. most of the file.
5803 (arm_elf_after_open): New. Do arm specific things then call
5804 gld${EMULATION_NAME}_after_open.
5805 (arm_elf_before_allocation): New. Call
5806 gld${EMULATION_NAME}_before_allocation then do arm specifics.
5807 (PARSE_AND_LIST_PROLOGUE): Define.
5808 (PARSE_AND_LIST_SHORTOPTS): Define.
5809 (PARSE_AND_LIST_LONGOPTS): Define.
5810 (PARSE_AND_LIST_OPTIONS): Define.
5811 (PARSE_AND_LIST_ARGS_CASES): Define.
5812 (LDEMUL_AFTER_OPEN): Define.
5813 (LDEMUL_BEFORE_ALLOCATION): Define.
5814 (LDEMUL_BEFORE_PARSE): Define.
5815 (LDEMUL_FINISH): Define.
5817 * emultempl/hppaelf.em: Similarly zap most of this file.
5818 (hppaelf_add_stub_section): Prototype.
5819 (hppaelf_layaout_sections_again): Prototype.
5820 (hook_in_stub): Prototype.
5821 (LDEMUL_SET_OUTPUT_ARCH): Define.
5822 (LDEMUL_FINISH): Define.
5823 (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
5825 * emulparams/armelf.sh (TEMPLATE_NAME): Use elf32.
5826 (EXTRA_EM_FILE): New.
5827 * emulparams/armelf_linux.sh: Likewise.
5828 * emulparams/armelf_linux26.sh: Likewise.
5829 * emulparams/hppalinux.sh: Likewise.
5830 * emulparams/hppaelf.sh: Likewise.
5833 * emultempl/elf32.em: Fix formatting.
5834 (EXTRA_EM_FILE): Source it.
5835 (LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
5836 LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
5837 LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
5838 LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
5839 LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
5840 LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
5841 LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
5842 LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
5843 LDEMUL_FIND_POTENTIAL_LIBRARIES): New shell vars. Add code to
5844 allow functions in this file to be overridden.
5845 (PARSE_AND_LIST_SHORTOPTS): Handle it.
5847 * emultempl/m68kcoff.em: Include ldfile.h before ldemul.h.
5849 * emultempl/elf32.em: Reorganize file.
5851 2000-07-27 Ivan Kokshaysky <ink@jurassic.park.msu.ru>
5853 * emulparams/elf64alpha.sh: Implement "-taso" emulation
5854 specific option to fit 64-bit executable in the lower
5855 31-bit address range. This is done by changing start
5856 address of .interp (the very first section of executable)
5857 and then setting EF_ALPHA_32BIT elf header flag.
5859 2000-07-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
5861 * emultempl/m68kcoff.em: New file.
5862 * emulparams/m68kcoff.sh (TEMPLATE_NAME): Use m68kcoff template.
5863 * Makefile.am (em68kcoff.c): Depend on m68kcoff.em rather than
5865 * Makefile.in: Regenerate.
5867 2000-07-20 H.J. Lu <hjl@gnu.org>
5869 * emultempl/elf32.em (longopts): Duplicate "disable-new-dtags"
5870 and "disable-new-dtags" to stop getopt from treating -d/-e as
5871 abbreviations for these options.
5873 2000-07-20 H.J. Lu <hjl@gnu.org>
5875 * ld.texinfo: Add documentation for --disable-new-dtags and
5878 * ldmain.c (main): Initialize link_info.new_dtags to false.
5880 * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Add
5881 --disable-new-dtags and --enable-new-dtags.
5882 (gld_${EMULATION_NAME}_list_options): Likewise.
5884 2000-07-05 Kenneth Block <krblock@computer.org>
5886 * lexsup.c: Add optional style to demangle switch
5887 * ld.texinfo: Document optional style to demangle switch.
5889 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
5891 * Makefile.am (ALL_EMULATIONS): Add ecrisaout.o, ecriself.o,
5893 (ecrisaout.c, ecriself.c, ecrislinux.c): New rules.
5894 Regenerate dependencies.
5895 * Makefile.in: Rebuild.
5896 * configure.tgt (cris-*-*): New target.
5897 * emulparams/crisaout.sh, emulparams/criself.sh,
5898 emulparams/crislinux.sh, scripttempl/crisaout.sc: New files.
5899 * po/POTFILES.in, po/ld.pot: Regenerate.
5901 2000-07-20 H.J. Lu <hjl@gnu.org>
5903 * emultempl/elf32.em (gld_${EMULATION_NAME}_list_options):
5904 Print out ignored -z options.
5906 2000-07-19 H.J. Lu <hjl@gnu.org>
5908 * emulparams/elf32mcore.sh (PARSE_AND_LIST_ARGS): Removed.
5909 (PARSE_AND_LIST_PROLOGUE): New.
5910 (PARSE_AND_LIST_LONGOPTS): Likewise.
5911 (PARSE_AND_LIST_OPTIONS): Likewise.
5912 (PARSE_AND_LIST_ARGS_CASES): Likewise.
5914 * ldmain.c (main): Clear link_info.flags and link_info.flags_1.
5916 * lexsup.c (ld_options): Comment out 'z'.
5917 (parse_args): Likewise.
5919 * emultempl/elf32.em: Include "elf/common.h".
5920 (gld_${EMULATION_NAME}_parse_args): Defined. Handle some -z
5922 (gld_${EMULATION_NAME}_list_options): Likewise.
5924 * ld.texinfo: Add documentation for the recognized -z options.
5926 2000-07-19 H.J. Lu <hjl@gnu.org>
5928 * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Call
5929 bfd_elf_set_dt_needed_soname ().
5931 2000-07-18 DJ Delorie <dj@cygnus.com>
5933 * pe-dll.c (pe_dll_id_target): check object target name also
5935 2000-07-18 Hans-Peter Nilsson <hp@axis.com>
5937 * scripttempl/elf.sc (.init): Only do ${INIT_START} and
5938 ${INIT_END} if relocating.
5939 (.fini): Likewise ${FINI_START} and ${FINI_END}.
5941 2000-07-16 Charles Wilson <cwilson@ece.gatech.edu>
5943 * emultempl/pe.em (gld_*_open_dynamic_archive): New search
5944 order for dynamic library '-lfoo' on pei386: libfoo.dll.a,
5945 foo.dll.a, libfoo.a, libfoo.dll, foo.dll. This fixes compatibility
5946 errors introduced by the old dynamic lib search order.
5948 2000-07-17 DJ Delorie <dj@cygnus.com>
5950 * pe-dll.c (process_def_file): auto-export data items also
5951 (pe_process_import_defs): also see if _imp_ form needed
5953 2000-07-12 Charles Wilson <cwilson@ece.gatech.edu>
5955 * pe-dll.c (make_one): fix a typo in the __imp_ name decoration
5956 for dll import libraries
5958 2000-07-12 Mark Elbrecht <snowball3@bigfoot.com>
5960 * scripttempl/i386go32.sc: Support the g++ attribute init_priority in
5961 gcc 2.95.2 and later.
5963 2000-07-11 Kazu Hirata <kazu@hxi.com>
5965 * ldfile.c (ldfile_try_open_bfd): Output '\n' after an error
5968 2000-07-10 Alan Modra <alan@linuxcare.com.au>
5970 * ldemul.h (struct lang_input_statement_struct): Remove forward
5972 (struct search_dirs): Likewise.
5973 * ldfile.h (struct lang_input_statement_struct): Likewise.
5974 Protect file from multiple inclusion.
5975 * ldlang.h (LANG_FOR_EACH_INPUT_STATEMENT): Move file_chain
5976 declaration from macro to file scope.
5978 * ldemul.c: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this order.
5979 * ldgram.y: Likewise here.
5980 * ldlang.c: And here.
5981 * ldmain.c: And here.
5982 * mpw-elfmips.c: And here.
5983 * mpw-eppcmac.c: And here.
5984 * emultempl/aix.em: And here.
5985 * emultempl/armcoff.em: And here.
5986 * emultempl/armelf.em: And here.
5987 * emultempl/armelf_oabi.em: And here.
5988 * emultempl/beos.em: And here.
5989 * emultempl/elf32.em: And here.
5990 * emultempl/hppaelf.em: And here.
5991 * emultempl/linux.em: And here.
5992 * emultempl/lnk960.em: And here.
5993 * emultempl/pe.em: And here.
5994 * emultempl/sunos.em: And here.
5995 * mpw-esh.c: And here. Include ldexp.h and ldlang.h too.
5996 * mpw-idtmips.c: Ditto.
5997 * emultempl/generic.em: Ditto.
5998 * emultempl/gld960.em: Ditto.
5999 * emultempl/gld960c.em: Ditto.
6000 * emultempl/mipsecoff.em: Ditto.
6001 * emultempl/ticoff.em: Ditto.
6002 * emultempl/vanilla.em: Ditto.
6004 * pe-dll.c: Include ldfile.h
6005 * ldver.c: Include ldexp.h, ldlang.h, ldfile.h
6007 * mpw-elfmips.c: (gldelf32ebmip_before_allocation): Add missing
6008 arguments to bfd_elf32_size_dynamic_sections call.
6009 (gldelf32ebmip_place_orphan): Add missing arguments to
6010 lang_leave_output_section_statement call.
6012 2000-07-10 H.J. Lu <hjl@gnu.org>
6014 * emultempl/pe.em (pe_enable_stdcall_fixup): Protect with
6016 (strhash): Likewise.
6017 (compute_dll_image_base): Likewise.
6018 (pe_undef_found_sym): Likewise.
6019 (pe_undef_cdecl_match): Likewise.
6020 (gld_${EMULATION_NAME}_open_dynamic_archive): Mark the
6021 argument "arch" with ATTRIBUTE_UNUSED.
6023 2000-07-10 Alan Modra <alan@linuxcare.com.au>
6025 * configure.tgt: Remove extraneous hppa*-*-linux-gnu*.
6027 From Ryan Bradetich <rbradetich@uswest.net>
6028 * ldwrite.c (SSIZE): Remove to cure macro redefinition warning.
6030 2000-07-09 Alan Modra <alan@linuxcare.com.au>
6032 Changes to create multiple linker stubs, positioned immediately
6033 before the section where they are required.
6034 * emultempl/hppaelf.em: Include elf32-hppa.h.
6035 (stub_sec, file_chain): Delete.
6036 (hppaelf_create_output_section_statements): Don't make a stub
6038 (hook_stub_info): New struct.
6039 (hook_in_stub): New function.
6040 (hppaelf_add_stub_section): New function.
6041 (hppaelf_finish): Do nothing for relocateable links. Modify the
6042 call to elf32_hppa_size_stubs. Move code for updating section
6044 (hppaelf_layaout_sections_again): ..to here, a new function.
6046 * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Fix
6047 broken list handling. Pass in a pointer to the list.
6048 (hppaelf_finish): Update call to hppaelf_delete_padding_statements
6050 (hppaelf_before_parse): Prototype.
6051 (hppaelf_set_output_arch): Prototype.
6052 (hppaelf_create_output_section_statements): Prototype.
6053 (hppaelf_delete_padding_statements): Prototype.
6054 (hppaelf_finish): Prototype.
6057 * emultempl/hppaelf.em: Include ctype.h.
6058 (struct orphan_save): New.
6059 (gld${EMULATION_NAME}_place_orphan): New.
6060 (output_rel_find): New.
6061 (hppaelf_get_script): Update from elf32.em.
6062 (ld_hppaelf_emulation): Rename to ld_${EMULATION_NAME}_emulation.
6063 Change emulation_name field to "${EMULATION_NAME}". Add
6064 gld${EMULATION_NAME}_place_orphan.
6066 * Makefile.am (ALL_EMULATIONS): Reinstate ehppaelf.o, add
6067 ehppalinux.o, sort it. Regenerate dependencies.
6068 (ehppalinux.c): Depend on hppaelf.em
6069 * Makefile.in: Regenerate.
6071 * configure.tgt: targ_emul=hppalinux for hppa*linux
6073 * emulparams/hppalinux.sh: New.
6074 * emulparams/hppaelf.sh (TARGET_PAGE_SIZE): Write in hex.
6076 2000-07-08 Alan Modra <alan@linuxcare.com.au>
6078 * lexsup.c (parse_args): Copy section name.
6080 2000-07-07 Charles Wilson <cwilson@ece.gatech.edu>
6082 * emultempl/pe.em: institute the following search order for
6083 dynamic libraries on pei386: libfoo.dll.a, foo.dll.a (import
6084 libs), libfoo.dll, foo.dll (link direct to dll). Fall back to
6085 static lib (libfoo.a) if none of the above are found.
6087 2000-07-07 Mumit Khan <khan@xraylith.wisc.edu>
6089 * emultempl/pe.em (pe_enable_auto_image_base): New variable.
6090 (longopts): New --{enable,disable}-auto-image-base options.
6091 (gld_${EMULATION_NAME}_list_options): Document.
6092 (gld_${EMULATION_NAME}_parse): Handle.
6093 (strhash): New static function.
6094 (compute_dll_image_base): New static function.
6095 (gld_${EMULATION_NAME}_set_symbols): Use.
6097 2000-07-05 DJ Delorie <dj@redhat.com>
6101 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
6103 * configure.tgt: Add traditional mips (mips*-*-sysv4*) target.
6104 * emulparams/elf32btsmip.sh: New file.
6105 * Makefile.am: Add traditional mips target.
6106 * Makefile.in: Rebuild.
6108 2000-07-01 H.J. Lu <hjl@gnu.org>
6110 * Makefile.am (EXTRA_ld_new_SOURCES): Set to deffilep.y for
6111 automake to use YLWRAP.
6112 * Makefile.in: Rebuild.
6114 2000-07-01 Alan Modra <alan@linuxcare.com.au>
6116 * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed
6117 (CLEANFILES): Add DEPA.
6118 * Makefile.in: Regenerate.
6120 2000-06-30 Timothy Wall <twall@ppc>
6122 * scripttempl/tic54xcoff.sc: PAGE N is not implemented, so encode
6123 the page in the upper octet of the address.
6125 2000-06-26 Marek Michalkiewicz <marekm@linux.org.pl>
6127 * emulparams/avrmega161.sh (ARCH): Change to avr:5.
6129 2000-06-24 Alan Modra <alan@linuxcare.com.au>
6131 * NEWS: arm-elf does --gc-sections too.
6133 2000-06-22 Alan Modra <alan@linuxcare.com.au>
6135 * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
6137 * Makefile.in: Regenerate.
6139 2000-06-21 H.J. Lu <hjl@gnu.org>
6141 * Makefile.am: Rebuild dependency.
6142 * Makefile.in: Rebuild.
6144 2000-06-20 H.J. Lu <hjl@gnu.org>
6146 * Makefile.am: Rebuild dependency.
6147 * Makefile.in: Rebuild.
6149 2000-06-20 Timothy Wall <twall@cygnus.com>
6151 * scripttempl/tic54xcoff.sc: New.
6152 * ldlang.c (wild_doit): Propagate SEC_BLOCK flag.
6153 * gen-doc.texi: Add flag for TI COFF.
6154 * ld.texinfo: Add documentation for TI COFF handling switches.
6155 * emultempl/ticoff.em: New. TI COFF handling.
6156 * configure.tgt: Add tic54x target.
6157 * Makefile.am: Add tic54x target.
6158 * Makefile.in: Ditto.
6160 2000-06-20 Alan Modra <alan@linuxcare.com.au>
6162 * ldmain.c (set_scripts_dir): Correct pointer comparison when
6163 checking for backslashes.
6165 2000-06-19 Alan Modra <alan@linuxcare.com.au>
6167 * NEWS: Move entries not in 2.10 above "Changes in version 2.10".
6169 2000-06-18 Alan Modra <alan@linuxcare.com.au>
6171 * NEWS: Update list of targets supporting --gc-sections.
6173 * scripttempl/elf.sc: KEEP .eh_frame contents.
6174 * scripttempl/elfd30v.sc: Same here.
6176 2000-06-18 Stephane Carrez <stcarrez@worldnet.fr>
6178 * Makefile.am (ALL_EMULATIONS): Added new emulation for m68hc12
6180 * Makefile.in: Rebuild.
6181 * configure.tgt: Recognize m68hc12 and m68hc11.
6182 * scripttempl/elfm68hc12.sc: New file.
6183 * emulparams/m68hc12elfb: New emulation.
6184 * emulparams/m68hc12elf: New emulation.
6185 * emulparams/m68hc11elfb.sh: New file. User configurable emulation
6186 (includes a memory.x script to define the ROM and RAM banks).
6187 * scripttempl/elfm68hc11.sc, emulparams/m68hc11elf.sh:
6188 New configuration files for support of Motorola 68hc11
6190 2000-06-15 Alan Modra <alan@linuxcare.com.au>
6192 * ldmain.c (main): Only change SEC_READONLY for final link.
6194 2000-06-13 H.J. Lu <hjl@gnu.org>
6196 * configure: Regenerate.
6198 2000-06-08 David O'Brien <obrien@FreeBSD.org>
6200 * configure.in (VERSION): Update to show this is the CVS mainline.
6202 2000-06-07 Michael Sokolov <msokolov@ivan.Harhan.ORG>
6204 * emultempl/mipsecoff.em (gld{EMULATION_NAME}_after_open): Require all
6205 input objects to be ECOFF.
6206 (check_sections): einfo takes %B, not %P, to print a BFD name.
6208 2000-06-05 Michael Matz <matz@ifh.de>
6210 * ldgram.y (vers_defns): Handle 'extern "C++" { ... }' in
6213 * ldlex.l (V_IDENTIFIER): Accept `::' in symbols.
6215 2000-05-23 Marek Michalkiewicz <marekm@linux.org.pl>
6217 * emulparams/avr1200.sh (STACK): Define as 0.
6218 * emulparams/avr23xx.sh (STACK): Define as last internal SRAM address.
6219 * emulparams/avr4433.sh (STACK): Likewise.
6220 * emulparams/avr44x4.sh (STACK): Likewise.
6221 * emulparams/avr85xx.sh (STACK): Likewise.
6222 * emulparams/avrmega103.sh (STACK): Likewise.
6223 * emulparams/avrmega161.sh (STACK): Likewise.
6224 * emulparams/avrmega603.sh (STACK): Likewise.
6225 * scripttempl/elf32avr.sc (__data_start): Define for gcrt1.
6226 (__stack): Define from ${STACK} for main().
6228 2000-05-26 Alan Modra <alan@linuxcare.com.au>
6230 * Makefile.am: Update dependencies with "make dep-am"
6231 * Makefile.in: Regenerate.
6233 2000-05-26 Eli Zaretskii <eliz@is.elta.co.il>
6235 * ldmain.c: Include filenames.h.
6236 (set_scripts_dir): Support backslashes in program name.
6238 2000-05-22 Igor Shevlyakov <igor@windriver.com>
6240 * ldmain.c (main): When deciding if ".text" section should be
6241 read-only, don't forget to reset SEC_READONLY because it
6242 could be already set.
6244 2000-05-22 Thomas de Lellis <tdel@windriver.com>
6246 * ld.1: Add documentation for new command line option:
6247 --section-start <sectionname>=<sectionorg>
6248 This is a generic version of -Ttext etc. which accepts
6249 any section name as a parameter instead of just text/data/
6251 * ld.texinfo: More docs.
6253 * lexsup.c: (parse_args): Recognize new command line option.
6254 (ld_options): Add new option.
6256 2000-05-18 H.J. Lu <hjl@gnu.org>
6258 * lexsup.c (parse_args): `i' == `r', not `q'.
6260 2000-05-18 Jeffrey A Law (law@cygnus.com)
6262 * configure.tgt (hppa*64*-*-*): Enable PA64 target.
6264 2000-05-17 S. Bharadwaj Yadavalli <sby@scrugs.lkg.dec.com>
6265 Rick Gorton <gorton@scrugs.lkg.dec.com>
6267 Add support for '-q' == '--emit-relocs' switch.
6268 * ldmain.c (main): Default to false.
6269 * lexsup.c (parse_args): Turn on emitrelocations flag if set.
6270 * NEWS: Describe the emitrelocations switch.
6271 * ld.texinfo: Describe the emitrelocations switch.
6273 2000-05-16 Charles Wilson <cwilson@ece.gatech.edu>
6275 * emultempl/pe.em (_open_dynamic_archive): New function: Search
6276 the library path for "foo.dll" and "libfoo.dll" dynamic libraries
6277 before searching for 'libfoo.a' in response to a '-Bdynamic -lfoo'
6280 2000-05-15 David O'Brien <obrien@FreeBSD.org>
6282 * lexsup.c (parse_args): Update the year in the copyright notice.
6284 2000-05-13 Alan Modra <alan@linuxcare.com.au>
6286 * ld.h (gettext, dgettext, dcgettext, textdomain, bindtextdomain):
6287 Replace defines with those from intl/libgettext.h to quieten gcc
6290 2000-05-10 H.J. Lu <hjl@gnu.org>
6292 * ldlang.c (open_input_bfds): Don't load the same file within
6293 a group again if the whole archive has been loaded already.
6295 2000-05-03 Alan Modra <alan@linuxcare.com.au>
6297 From Ulf Carlsson <ulfc@engr.sgi.com> and Andreas Jaeger <aj@suse.de>
6298 * lexsup.c (set_section_start): Use bfd_scan_vma rather than
6301 2000-05-01 Jim Wilson <wilson@cygnus.com>
6303 * configure.host (ia64-*-linux-gnu*): Change gcc to ${CC}.
6305 * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
6306 host "ia64-*-linux-gnu*".
6308 2000-04-29 Andreas Jaeger <aj@suse.de>
6310 * ld.h: Correctly check GCC version.
6312 2000-04-25 Jeffrey A Law (law@cygnus.com)
6314 * Makefile.am: Add PA64 support. Add missing dependencies for
6316 * Makefile.in: Rebuilt.
6317 * configure.tgt: Add PA64 support (currently disabled).
6319 2000-04-25 Alan Modra <alan@linuxcare.com.au>
6321 * emultempl/elf32.em (gld${EMULATION_NAME}_place_section): Delete.
6322 (output_rel_find): New function.
6323 (hold_section, hold_use): Delete.
6324 (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
6325 hold_interp): Make local to place_orphan.
6326 (gld${EMULATION_NAME}_place_orphan): Use lang_output_section_find
6327 rather than place_section to find possible previous use of orphan.
6328 Similarly find the place-holder output sections. Use returned
6329 value from lang_enter_output_section_statement rather than calling
6330 lang_output_section_statement_lookup.
6331 * emultempl/armelf.em: Same here.
6332 * emultempl/pe.em: Similar to above, but no need for output_rel_find.
6334 * ldlang.c (lang_enter_output_section_statement): Return output
6336 * ldlang.h (lang_enter_output_section_statement): Change
6339 * ldlang.h (lang_output_section_statement): Export it.
6340 * ldlang.c (lang_output_section_statement): Ditto.
6342 2000-04-24 Nick Clifton <nickc@cygnus.com>
6344 * ld.texinfo (Output Section Data): Add note that section data
6345 commands cannot appear outside of section directives.
6347 2000-04-2 Matthew Green <mrg@cygnus.com>
6349 * configure.tgt: Add NetBSD/sparc ELF, and NetBSD/sparc64 support.
6351 2000-04-21 Richard Henderson <rth@cygnus.com>
6352 David Mosberger <davidm@hpl.hp.com>
6354 * Makefile.am (ALL_64_EMULATIONS): Add eelf64_ia64.o.
6355 (eelf64_ia64.c): New rule.
6356 * Makefile.in: Rebuild.
6357 * configure.tgt (ia64-*-elf*, ia64-*-linux*): New targets.
6358 * emulparams/elf64_ia64.sh: New file.
6360 2000-04-21 Richard Henderson <rth@cygnus.com>
6362 * scripttempl/elfd30v.sc: Place .gcc_except_table.
6364 2000-04-19 Alan Modra <alan@linuxcare.com.au>
6366 * dep-in.sed: Match space at start of file name, not at end.
6368 2000-04-18 H.J. Lu <hjl@gnu.org>
6370 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Call
6371 lang_leave_output_section_statement () after calling
6372 lang_enter_output_section_statement ().
6373 * emultempl/armelf.em: Likewise.
6375 2000-04-18 Alan Modra <alan@linuxcare.com.au>
6377 * emultempl/elf32.em (struct orphan_save): Add section field.
6378 (gld${EMULATION_NAME}_place_orphan): Use above to keep sections in
6379 better order, and place first orphan section as we did before the
6380 2000-04-12 patch. Ignore ~SEC_ALLOC sections when choosing place.
6381 Don't call make_bfd_section here, let wild_doit do the job for us.
6382 Don't build a statement list when we'll only throw it away.
6383 * emultempl/armelf.em: Ditto.
6384 * emultempl/pe.em: Similarly.
6386 2000-04-14 Geoff Keating <geoffk@cygnus.com>
6388 * scripttempl/elfppc.sc: Remove.
6389 * emulparams/elf32ppc.sh: Use elf.sc.
6390 * emulparams/elf32lppc.sh: Use elf.sc.
6391 * emulparams/elf32ppclinux.sh: Use elf.sc.
6392 * emulparams/elf32ppcsim.sh: New file.
6393 * emulparams/elf32lppcsim.sh: New file.
6394 * Makefile.am: Update dependencies. Add elf32ppcsim ad elf32lppcsim.
6395 (ALL_EMULATIONS): Add elf32ppcsim ad elf32lppcsim.
6396 * Makefile.in: Regenerate.
6397 * configure.tgt (powerpc-*): Add elf32ppcsim and elf32lppcsim.
6399 2000-04-14 Alan Modra <alan@linuxcare.com.au>
6401 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Process
6402 ~SEC_ALLOC sections too. Init start address of debug sections.
6403 * emultempl/armelf.em (gld${EMULATION_NAME}_place_orphan): Ditto.
6404 * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Ditto.
6405 Also set all relocateable section start addresses.
6407 2000-04-13 Geoff Keating <geoffk@cygnus.com>
6409 * scripttempl/elf.sc: Add support for .sbss2 and .sdata2 sections.
6410 Add new BSS_PLT variable for when .plt need not be contained in
6411 the file. Move _etext so that it is also after .fini, and provide
6412 both etext and _etext with a leading underscore. Mark the start
6415 2000-04-12 Alan Modra <alan@linuxcare.com.au>
6417 * emultempl/elf32.em (struct orphan_save): New.
6418 (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
6419 hold_interp): Make them struct orphan_save.
6420 (gld${EMULATION_NAME}_place_section): Modify for new hold_*.
6421 (gld${EMULATION_NAME}_place_orphan): Add new orphan sections to
6422 the end of the relevant section list. Also add associated section
6423 statements to the end of any previous orphan statements.
6424 * emultempl/armelf.em: Similarly.
6425 * emultempl/pe.em: Similarly.
6427 2000-04-11 Alan Modra <alan@linuxcare.com.au>
6429 * ld.texinfo (Simple Example): Remove extraneous paragraph.
6431 2000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
6433 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
6434 --enable-build-warnings option.
6435 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
6436 * Makefile.in, configure: Re-generate.
6438 2000-04-04 Alan Modra <alan@linuxcare.com.au>
6440 * po/ld.pot: Regenerate.
6442 * lexsup.c (help): Restore translated part of bug string.
6444 * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
6445 (DEP): Quote when passing vars to sub-make. Add warning message
6447 (DEP1): Rewrite for "gcc -MM".
6448 (CLEANFILES): Add DEP2.
6449 Update dependencies.
6450 * Makefile.in: Regenerate.
6452 2000-04-03 Alan Modra <alan@linuxcare.com.au>
6454 * ld.h: #include "bin-bugs.h"
6455 * lexsup.c (help): Use REPORT_BUGS_TO.
6457 2000-03-27 Denis Chertykov <denisc@overta.ru>
6459 * configure.tgt (avr-*-*): New target support.
6460 * Makefile.am: Likewise.
6461 * scripttempl/elf32avr.sc: New script file.
6462 * emulparams/avr1200.sh: New file.
6463 * emulparams/avr23xx.sh: New file.
6464 * emulparams/avr4433.sh New file.
6465 * emulparams/avr44x4.sh New file.
6466 * emulparams/avr85xx.sh New file.
6467 * emulparams/avrmega103.sh New file.
6468 * emulparams/avrmega161.sh New file.
6469 * emulparams/avrmega603.sh New file.
6470 * Makefile.in: Regenerate.
6472 2000-03-09 Andreas Jaeger <aj@suse.de>
6474 * Makefile.am (check-DEJAGNU): Also unset LANG.
6475 * Makefile.in: Rebuild.
6477 2000-03-06 Ian Lance Taylor <ian@zembu.com>
6479 * ldfile.c (ldfile_try_open_bfd): Don't crash if we see an empty
6482 2000-03-02 H.J. Lu <hjl@gnu.org>
6484 * emulparams/elf32mcore.sh: Include "getopt.h".
6486 2000-03-01 Ian Lance Taylor <ian@zembu.com>
6488 * configure.tgt: Remove *-*-aout, *-*-coff, and *-*-netware.
6490 2000-03-01 H.J. Lu <hjl@gnu.org>
6492 * emulparams/mipspe.sh: Add SUBSYSTEM and INITIAL_SYMBOL_CHAR.
6493 * emulparams/shpe.sh: Likewise.
6495 2000-03-01 Nick Clifton <nickc@cygnus.com>
6497 * pe-dll.c: Remove unused variables and add ATTRIBUTE_UNUSED
6498 to unused parameters.
6500 * emultempl/pe.em: Add "#ifdef DLL_SUPPORT" around static
6501 functions only used by DLL code.
6502 (_place_orphan): Initialise 'dollar'.
6504 2000-03-01 H.J. Lu <hjl@gnu.org>
6506 * ldmain.c (undefined_symbol): Take one more arg, fatal, to
6507 indicate if the undefined symbol is a fatal error or not.
6508 Don't delete the output file if "fatal" is false.
6510 2000-02-29 H.J. Lu <hjl@gnu.org>
6512 * Makefile.am (check-DEJAGNU): Also pass LIBS="$(LIBS)".
6513 Set LC_COLLATE and LC_ALL to null and export them. It is for
6514 sort which expects the C locale.
6515 Add $(LIBS) to all $(HOSTING_LIBS).
6516 * Makefile.in: Rebuild.
6518 2000-02-29 Alan Modra <alan@spri.levels.unisa.edu.au>
6520 * emultempl/{aix.em, armcoff.em, armelf.em, armelf_oabi.em,
6521 beos.em, elf32.em, generic.em, gld960.em, gld960c.em, hppaelf.em,
6522 linux.em, lnk960.em, mipsecoff.em, sunos.em, vanilla.em}
6523 (ld_emulation_xfer_struct): Add missing NULL initialiser for
6524 find_potential_libraries.
6526 2000-02-28 Jim Blandy <jimb@redhat.com>
6528 * ldgram.y (exclude_name_list): Don't require a comma to separate
6529 list entries; the lexer considers commas to be valid part of a
6530 filename, so in something like `foo, bar' the comma is considered
6531 part of the first filename, `foo,'.
6532 * ld.texinfo: Update section on EXCLUDE_FILE lists.
6534 2000-02-27 Loren J. Rittle <ljrittle@acm.org>
6536 * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
6537 host "i[3456]86-*-freebsdelf*".
6539 2000-02-27 Mark Elbrecht <snowball3@bigfoot.com>
6541 * scripttempl/i386go32.sc: Move misplaced semicolons.
6543 2000-02-25 Ian Lance Taylor <ian@zembu.com>
6545 * Makefile.am (ALL_EMULATIONS): Remove ehppaelf.o.
6546 (ALL_64_EMULATIONS): Remove eelf64hppa.o.
6547 (eelf64hppa.c, ehppaelf.c): Remove targets.
6548 * Makefile.in: Rebuild.
6550 2000-02-25 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
6552 * configure.tgt (targ_extra_ofiles): Enable elf64_sparc on
6553 GNU/Linux/sparc, but keep the default as 32.
6555 * configure.tgt: Enable elf64_sparc on Solaris7+/sparc. And make
6556 it default if sparcv9 or sparc64.
6558 2000-02-24 Nick Clifton <nickc@cygnus.com>
6560 * Makefile.am: Add rules to build emipspe.o and earmpe.o.
6561 * Makefile.in: Regenerate.
6562 * configure.tgt: Add targets for arm-wince, sh-pe and mips-pe.
6564 * ldemul.h (ld_emulation_xfer_struct): Add new field:
6565 find_potential_libraries.
6566 * ldemul.c (ldemul_find_potential_libraries): New function.
6568 * ldfile.c (ldfile_open_file_search): Allow function to be
6570 (ldfile_open_file): Call ldemul_find_potential_libraries.
6571 * ldfile.h: Add prototype for ldfile_open_file_search.
6573 * pe-dll.c: Add support for ARM, MIPS and SH targets.
6575 * emulparams/mipspe.sh: New file. Parameters for mips-pe target.
6576 * emulparams/shpe.sh: New file. Parameters for sh-pe target.
6578 * emultempl/pe.em: Add support for ARM, MIPS and SH DLLs.
6579 (gld_X_find_potential_libraries): New function. Search for
6580 libraries called "*.lib".
6582 * scripttempl/pe.sc: Add .pdata section.
6584 2000-02-23 Richard Henderson <rth@cygnus.com>
6586 * scripttempl/elfd10v.sc: Remove dynamic linking hooks.
6587 Add and use memory regions.
6589 2000-02-23 Linas Vepstas (linas@linas.org)
6591 * emulparams/elf32i370.sh, scripttempl/elfi370.sc: New.
6593 * Makefile.am: Add support for Linux/IBM 370.
6594 * configure.tgt: Likewise.
6596 * Makefile.in: Regenerate.
6598 2000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
6600 * ldlang.c (print_input_section, print_data_statement,
6601 print_reloc_statement, print_padding_statement, insert_pad,
6602 size_input_section, lang_check_section_addresses,
6603 lang_size_sections, lang_do_assignments, lang_set_startof,
6604 lang_one_common): Change `opb' to unsigned.
6605 (lang_do_assignments): Also change `size' to unsigned.
6607 2000-02-16 Richard Henderson <rth@cygnus.com>
6609 * scripttempl/elf.sc: Place OTHER_PLT_RELOC_SECTION.
6611 2000-02-16 Timothy Wall <twall@cygnus.com>
6613 * mri.c (mri_draw_tree): Add default LMA region argument to call
6614 to lang_leave_output_section_statement.
6615 * ldlang.h: Update prototypes with LMA region arguments.
6616 * ldlang.c (lang_size_sections): Encapsulate region bounds
6617 checking in os_check_region call.
6618 (os_check_region): New function.
6619 (lang_output_section_statement_lookup): Initialize lma_region.
6620 (lang_leave_output_section_statement): Add LMA region argument.
6621 (lang_leave_overlay): Ditto.
6622 * ldgram.y: Handle LMA region syntax.
6623 * ld.texinfo (Output Section Description): Describe LMA region usage.
6624 * emultempl/armelf.em (gld$place_orphan): Add default value for
6625 lma region in call to lang_leave_output_section_statement.
6626 * emultempl/elf32.em (gld$place_orphan): Add default value for
6627 lma region in call to lang_leave_output_section_statement.
6628 * emultempl/pe.em (gld$place_orphan): Add default value for
6629 lma region in call to lang_leave_output_section_statement.
6632 2000-02-04 Timothy Wall <twall@redhat.com>
6634 * ldlang.c (lang_check_section_addresses): Use bytes instead of
6635 octets when calculating section end addresses.
6637 2000-02-04 Timothy Wall <twall@redhat.com>
6639 * ldlang.c (lang_size_sections): Fix typo in ALIGN_N invocation.
6641 2000-02-03 Timothy Wall <twall@redhat.com>
6643 * ldexp.c (fold_name): Make SIZEOF operator return byte count, not
6645 * ldlang.c (print_input_section, print_data_statement,
6646 print_reloc_statement, print_padding_statement): Print target
6647 address values and section sizes as bytes, not octets.
6648 (insert_pad) Calculate padding size in octets, and adjust "dot"
6650 (size_input_section) Always adjust "dot" by bytes, not octets.
6651 (lang_check_section_addresses, lang_do_assignments) Adjust
6652 "dot" by bytes, not octets. Use the larger of the directive size
6653 or octets_per_byte for the number of octets actually allocated in
6655 (lang_set_startof) Make sure STARTOF returns a target address.
6656 (lang_one_common) Record size changes in octets.
6657 (lang_abs_symbol_at_end_of) Section end symbol's value is
6658 recorded in target bytes.
6659 * ld.texinfo: Updated description of BYTE, SHORT, LONG, etc.
6660 to be clear about behavior when an octet is smaller than one byte.
6662 2000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
6664 * ldcref.c (output_cref): Don't pass message strings to printf
6668 * ldmisc.c (vfinfo): Same here.
6671 2000-01-23 Alan Modra <alan@spri.levels.unisa.edu.au>
6673 * emultempl/{armcoff.em,armelf.em,armelf_oabi.em,beos.em,
6674 generic.em,gld960.em,gld960c.em,hppaelf.em,linux.em,lnk960.em,
6675 mipsecoff.em,sunos.em,vanilla.em} (ld_emulation_xfer_struct):
6676 Add missing NULL initialisers, and comments.
6678 2000-01-21 Nick Clifton <nickc@cygnus.com>
6680 * ldlang.c (lang_size_sections): Fix typo in comment.
6682 2000-01-18 H.J. Lu <hjl@gnu.org>
6684 * ldlang.c (lang_size_sections): Also update the current
6685 address of a region if the SEC_NEVER_LOAD bit is not set.
6687 2000-01-10 Philip Blundell <pb@futuretv.com>
6689 * configure.tgt (arm*-*-conix*): New target.
6691 2000-01-07 Nick Clifton <nickc@cygnus.com>
6693 * ld.texinfo (Options): Remind users to preceed linker command
6694 line switches with -Wl, (or whatever is appropriate) if it is
6695 being invoked by a comnpiler driver program.
6696 Fix description of the behaviour of the -n command line switch.
6698 2000-01-05 Catherine Moore <clm@cygnus.com>
6700 * ld.h (wildcard_spec): Change exclude_name to exclude_name_list.
6702 * ld.texinfo (EXCLUDE_FILE): Update documentation.
6703 * ldgram.y (wildcard_spec): Support a list of excluded_files.
6704 (exclude_name_list): New.
6705 ldlang.c (walk_wild_section): Support list of excluded files.
6706 (print_wild_statement): Likewise.
6707 (lang_add_wild): Likewise.
6708 * ldlang.h (lang_wild_statement_type): Likewise.
6709 * scripttempl/elf.sc (OTHER_EXCLUDE_FILES): Support.
6711 2000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
6713 * pe-dll.c (pe_dll_warn_dup_exports): New variable.
6714 (process_def_file): Use.
6715 (pe_dll_compat_implib): New variable.
6718 * pe-dll.h: Add exports of pe_dll_warn_dup_exports and
6719 pe_dll_compat_implib.
6721 * emultempl/pe.em (longopts): Add warn-duplicate-exports and
6722 compat-implib options.
6723 (gld_${EMULATION_NAME}_list_options): List new options.
6724 (gld_${EMULATION_NAME}_parse_args): Handle.
6726 * pe-dll.c (pe_dll_generate_implib): Use the correct name for output
6729 * deffilep.y (opt_name): Allow "." in name.
6731 For older changes see ChangeLog-9899
6737 version-control: never