(coff_swap_scnhdr_in): Only remove padding when processing an executable.
[binutils.git] / ld / ChangeLog
blob42b035f18622ef320f800031215a742be8dcb2a3
1 2003-10-22  Jakub Jelinek  <jakub@redhat.com>
3         * ldlang.c: Include hashtab.h.
4         (lang_vers_match_lang_c, lang_vers_match_lang_cplusplus,
5         lang_vers_match_lang_java): Remove.
6         (lang_vers_match): New function.
7         (lang_new_vers_pattern): Initialize wildcard and mask
8         fields, don't initialize match.
9         (lang_new_vers_node): Use xcalloc.  Adjust for globals and
10         locals field type changes.  Set match field.
11         (version_expr_head_hash, version_expr_head_eq): New functions.
12         (lang_finalize_version_expr_head): New function.
13         (lang_register_vers_node): Call lang_finalize_version_expr_head.
14         Search in hash table if not wildcard when looking for duplicates.
15         * emultempl/ppc64elf.em (new_vers_pattern): Don't bother with
16         duplicate checking.  Initialize all fields of dot_entry from entry
17         with the exception of pattern and next.
19 2003-10-21  Nick Clifton  <nickc@redhat.com>
21         * ldlang.c (lang_memory_region_lookup): Add second parameter -
22         create - which is true if the region is being created.  Issue
23         appropriate warning messages for finding and not finding
24         already created regions.
25         (lang_memory_default): Use DEFAULT_MEMORY_REGION.
26         (lang_leave_overlay_section): Likewise.
27         (lang_size_sections_1): Likewise.
28         Pass second parameter to lang_memory_region_lookup.
29         (lang_get_regions): Likewise.
30         * ldlang.h (DEFAULT_MEMORY_REGION): Define.
31         Update prototype for lang_memory_region_lookup.        
32         * ldgram.y: Pass second parameter to lang_memory_region_lookup.
33         Use DEFAULT_MEMORY_REGION instead of "*default".
34         
35 2003-10-20  Andrew Cagney  <cagney@redhat.com>
37         * pe-dll.c: Replace "struct sec" with "struct bfd_section".
39 2003-10-19  Marek Michalkiewicz  <marekm@amelek.gda.pl>
41         * Makefile.am: Remove old (before GCC 3.3) emulations for AVR
42         target: avr1200, avr23xx, avr4433, avr44x4, avr85xx, avrmega103,
43         avrmega161, avrmega603.  Default to avr2.
44         * Makefile.in: Regenerate.
45         * configure.tgt: Likewise.
46         * emulparams/avr1200.sh: Remove.
47         * emulparams/avr23xx.sh: Remove.
48         * emulparams/avr4433.sh: Remove.
49         * emulparams/avr44x4.sh: Remove.
50         * emulparams/avr85xx.sh: Remove.
51         * emulparams/avrmega103.sh: Remove.
52         * emulparams/avrmega161.sh: Remove.
53         * emulparams/avrmega603.sh: Remove.
54         * scripttempl/elf32avr.sc: Remove.
56 2003-10-19  Andreas Schwab  <schwab@suse.de>
58         * emultempl/ticoff.em (gld_${EMULATION_NAME}_list_options): Add
59         newline to message.
61         * deffilep.y: Remove commas from %token lines.
63 2003-10-18  Hans-Peter Nilsson  <hp@bitrange.com>
65         * emultempl/mmix-elfnmmo.em (mmix_before_allocation): Force linker
66         relaxation always; don't exclude relocatable linking.  Adjust for
67         _bfd_mmix_prepare_linker_allocated_gregs renamed to
68         _bfd_mmix_before_linker_allocation.
69         (mmix_after_allocation): Adjust for
70         _bfd_mmix_finalize_linker_allocated_gregs renamed to
71         _bfd_mmix_after_linker_allocation.
72         * scripttempl/mmo.sc: Use ADDR (.text), not . - SIZEOF (.text).
74         * ldlang.c (lang_size_sections): Last, set _cooked_size for output
75         sections.
77 2003-10-16  Alan Modra  <amodra@bigpond.net.au>
79         * Makefile.am (GENSCRIPTS_EXTRA, GEN_EXTRA_DEPENDS): Remove.  Use
80         GENSCRIPTS and GEN_DEPENDS in place of these.
81         * Makefile.in: Regenerate.
82         * genscripts_extra.sh: Delete.  Merge extra functionality to..
83         * genscripts.sh: ..here.
85         * emulparams/gld960.sh (TEXT_START_ADDR, TARGET_PAGE_SIZE): Define.
86         * emulparams/gld960coff.sh (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
87         * emulparams/lnk960.sh (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
88         * emulparams/m88kbcs.sh (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
89         * emulparams/vanilla.sh (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
91 2003-10-16  Alan Modra  <amodra@bigpond.net.au>
93         * emultempl/ia64elf.em (gld${EMULATION_NAME}_after_parse): Don't
94         use $EMULATION_NAME to call bfd function.
96 2003-10-14  Danny Smith  <dannysmith@users.sourceforge.net>  
98         * pe-dll.c (pe_implied_import_dll): Also scan .rdata sections
99         to identify data symbols.
101 2003-10-13  Richard Sandiford  <rsandifo@redhat.com>
103         * emulparams/elf32bmipn32-defs.sh (INITIAL_READONLY_SECTIONS): Move
104         definition from elf64btsmip.sh.
105         (TEXT_DYNAMIC): Likewise elf32btsmipn32.sh.
106         * emulparams/elf32btsmipn32.sh (TEXT_DYNAMIC): Remove.
107         * emulparams/elf64btsmip.sh (INITIAL_READONLY_SECTIONS): Remove.
108         * emulparams/elf64bmip.sh (SHLIB_TEXT_START_ADDR): Define.
109         (EXECUTABLE_SYMBOLS): Set __elf_header correctly for shared objects.
110         Define __program_header_table in terms of __elf_header.
112 2003-10-10  H.J. Lu  <hongjiu.lu@intel.com>
114         * Makefile.am (eelf64_ia64.c): Also depend on
115         $(srcdir)/emultempl/ia64elf.em.
116         * Makefile.in: Regenerated.
118         * emulparams/elf64_ia64.sh (EXTRA_EM_FILE): Set to ia64elf.
120         * emultempl/ia64elf.em: New.
122 2003-10-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
124         * emulparams/shelf32_nbsd.sh (OTHER_SECTIONS): Redefine.
126 2003-10-11  Hans-Peter Nilsson  <hp@bitrange.com>
128         * ld.texinfo (Builtin Functions) <DEFINED>: Say that only symbols
129         defined before the statement using DEFINED yield 1.
130         * ldexp.c (fold_name) <case DEFINED>: In lang_first_phase_enum,
131         call lang_track_definedness on symbol.  In subsequent phases, use
132         lang_symbol_definition_iteration and lang_statement_iteration to
133         check whether the symbol was defined before the current statement.
134         (exp_fold_tree) <case etree_assign et al>: Call
135         lang_update_definedness before updating symbol type when setting
136         symbol.
137         * ldlang.c (lang_definedness_table): New variable.
138         (lang_definedness_newfunc, lang_track_definedness)
139         (lang_symbol_definition_iteration, lang_update_definedness): New
140         functions.
141         (lang_init): Initialize lang_definedness_table and
142         lang_statement_iteration.
143         (lang_finish): Destroy bfd_hash_table_free.
144         (lang_size_sections): Increment lang_statement_iteration.
145         (lang_do_assignments_1): New function with former
146         lang_do_assignments contents.  Change recursive calls to call this
147         function.
148         (lang_do_assignments): Evacuate contents.  Increment
149         lang_statement_iteration, then just call lang_do_assignments_1.
150         * ldlang.h (struct lang_definedness_hash_entry)
151         (lang_statement_iteration, lang_track_definedness)
152         (lang_symbol_definition_iteration, lang_update_definedness):
153         Declare.
155 2003-10-09  H.J. Lu  <hongjiu.lu@intel.com>
157         * scripttempl/elf.sc (__executable_start): Provide.
159 2003-10-09  Daniel Jacobowitz  <drow@mvista.com>
161         * emulparams/armelf.sh: Define NO_SMALL_DATA.
162         * emulparams/armelf_linux.sh, emulparams/armelf_oabi.sh,
163         emulparams/armnto.sh: Likewise.
165 2003-10-08  Alexandre Oliva  <aoliva@redhat.com>
167         * ldlang.c (lang_size_sections_1): Use IGNORE_SECTION to tell
168         whether to skip test for no memory region.
170 2003-10-08  Nick Clifton  <nickc@redhat.com>
172         * lexsup.c (parse_args: OPTION_CALL_SHARED): Revise comment
173         describing defaults.  Change default to report unresolved symbols
174         in object files as well.
176 2003-10-08  Hans-Peter Nilsson  <hp@bitrange.com>
178         * ldexp.c (fold_name) <case DEFINED>: Set section of result to
179         abs_output_section.
181 2003-10-07  Bob Wilson  <bob.wilson@acm.org>
183         * emulparams/elf32xtensa.sh (OTHER_READONLY_SECTIONS,
184         OTHER_READWRITE_SECTIONS, OTHER_SECTIONS): Set section addresses to
185         zero for relocatable links.
187 2003-10-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
189         * configure.host (HOSTING_LIBS): Define for hppa*-*-linux*.
191 2003-10-07  Nathan Sidwell  <nathan@codesourcery.com>
193         * ldwrite.c (unsplittable_name): New.
194         (clone_section): Strip existing numeric suffix. Only truncate names
195         for coff targets.
196         (split_sections): Use unsplittable_name.
198 2003-10-06  Nick Clifton  <nickc@redhat.com>
200         * lexsup.c (parse_args): Report unresolved symbols in shared
201         libraries when creating a dynamic executable.  This is a
202         restoration of the default behaviour for previous versions of
203         the linker.
205 2003-10-06  Matt Thomas <matt@3am-software.com>
207         * emulparams/hppanbsd.sh: Remove OUTPUT_FORMAT.
208         * emulparams/hppaobsd.sh: Add OUTPUT_FORMAT="elf32-hppa".
210 2003-10-06  Robert Millan  <robertmh@gnu.org>
212         * configure.tgt: Match GNU/KNetBSD with new knetbsd*-gnu triplet.
214 2003-10-02  Ivan Warren <ivan@vmfacility.fr>
216         * pe-dll.c (make_one): Correct sym def order & pick right sym for
217         .idata$7 reloc.
219 2003-09-30  Chris Demetriou  <cgd@broadcom.com>
221         * NEWS: Add an indication of the cutoff for 2.14.
223 2003-09-30  Chris Demetriou  <cgd@broadcom.com>
225         * ldmain.c (get_emulation): Ignore "-mips64r2".
227 2003-09-03  Robert Millan  <robertmh@gnu.org>
229         * configure.host: Match GNU/KFreeBSD with new kfreebsd*-gnu
230         triplet.
231         * configure.tgt: Likewise.
233 2003-08-29  Jafa  <jafa@silicondust.com>
235         * emulparams/elf32ip2k.sh (TEMPLATE_NAME): Define.
237 2003-08-21  Nick Clifton  <nickc@redhat.com>
239         * po/tr.po: Updated Turkish translation.
241 2003-08-20  Nick Clifton  <nickc@redhat.com>
243         * ldmain.c: Initialise the new fields in bfd_link_info to
244         NOT_YET_SET.
245         * lexsup.c (enum option_values): New enum.  Use this to
246         replace the handed coded values for the long switch options.
247         (ld_options): Add 'unresolved-symbols',
248         'warn-unresolved-symbols' and 'error-unresolved-symbols'.
249         (parse_args): Handle the new switches.  Set the values of
250         unresolved_symbols_in_objects and
251         unresolved_symbols_in_shared_libs appropriately.  If they were
252         not initialised by the command line, install default values.
253         * emultempl/elf32.em (handle_option): Update OPTION_GROUP and
254         -z defs to use the new fields in bfd_link_info.
255         * ld.texinfo: Document the new switches.
256         * NEWS: Mention this feature.
258 2003-08-15 Dmitry Diky <diwil@mail.ru>
259         
260         * Makefile.am (GENSCRIPTS_EXTRA): New script definition which
261         calls genscripts_extra.sh.
262         Rearrange all msp430 depends using this script.
263         * Makefile.in: Regenerate.
264         * genscripts_extra.sh: New file: Similar to genscripts.sh, except
265         that the script to be run to generate the emulations can be passed
266         as an optional parameter instead of being computed from the
267         emulation name.
268         * emulparams/msp430all.sh: New file: Combine all msp430 subdevice
269         definitions into one file.
270         * emulparams/msp430x*.sh: Removed.
272 2003-08-15  Nick Clifton  <nickc@redhat.com>
274         * ld.texinfo (Options): Put keywords for the -z option into a
275         table.  Add more text describing what the -z now option does.
277 2003-08-14  Alan Modra  <amodra@bigpond.net.au>
279         * dep-in.sed: Remove libintl.h.
280         * Makefile.am (POTFILES.in): Unset LC_COLLATE.
281         * Makefile.in: Regenerate.
283 2003-08-13  Alan Modra  <amodra@bigpond.net.au>
285         * genscripts.sh (libpath.exp): Only generate for first emulation.
286         (LIB_PATH): Correct order of paths.  Don't add $tool_lib when
287         already present or when LIB_PATH is set to ":".
289 2003-08-12  Ian Lance Taylor  <ian@airs.com>
291         * ldmain.c (undefined_symbol): Change parameter name from `fatal'
292         to `error'.  If only a warning, put warning in the reported
293         string.  Consistently set failure flag when not a warning.
295 2003-08-08 Dmitry Diky <diwil@mail.ru>
297         * Makefile.am: Add xW42 and xE42 parts. Sort MPU list according to
298         gcc order.
299         * Makefile.in: Regenerate.
300         * configure.tgt: Add extra emulations.
301         * emulparams/msp430xE423.sh: New file.
302         * emulparams/msp430xE427.sh: New file.
303         * emulparams/msp430xW425.sh: New file.
304         * emulparams/msp430xE425.sh: New file.  
305         * emulparams/msp430xW423.sh: New file.  
306         * emulparams/msp430xW427.sh: New file.
308 2003-08-07  Danny Smith  <dannysmith@users.sourceforge.net>
310         * emultempl/pe.em (gld_${EMULATION_NAME}_before_parse):
311         Change second (cmdline) arg to lang_add_entry to FALSE.
312         (set_pe_subsystem): Change second arg to lang_add_entry to TRUE.
314 2003-08-05  Christian Groessler  <chris@groessler.org>
315             Jason Eckhardt  <jle@rice.edu>
317         * configure.tgt: Recognize new target i860-*-coff.
318         * Makefile.am (ALL_EMULATIONS): Add ecoff_i860.o.
319         (ecoff_i860.c): New rule.
320         * emulparams/coff_i860.sh: New file.
321         * scripttempl/i860coff.sc: New file.
322         * Makefile.in: Regenerate.
324 2003-08-04  Nick Clifton  <nickc@redhat.com>
326         * emultempl/elf32.em (before_allocation): Prepend "warning: "
327         to messages produced for .gnu.warning.SYMBOL sections.
329 2003-08-04  Alan Modra  <amodra@bigpond.net.au>
331         * emultempl/elf32.em (output_rel_find): Add "isdyn" param.  Put
332         .rel.dyn before other reloc sections.  Don't stop looking for reloc
333         sections on finding one that isn't allocated.  Match .rel even when
334         placing .rela and vice versa, when setting last_rel and
335         last_rel_alloc for the first time.  If no reloc sections in script,
336         prefer allocated section over non-alloc.
337         (gld${EMULATION_NAME}_place_orphan): Handle orphan .rel.dyn.
339 2003-07-29  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
341         * emulparams/shelf.sh (OTHER_SECTIONS): Don't include .stack
342         section for shared library.
343         * emulparams/shelf32.sh (OTHER_SECTIONS): Likewise.
344         * emulparams/shelf64.sh (OTHER_SECTIONS): Likewise.
346 2003-07-29  Stephane Carrez  <stcarrez@nerim.fr>
348         * scripttempl/elfm68hc12.sc: Add gcc_except_table.
349         * scripttempl/elfm68hc11.sc: Likewise.
351 2003-07-28  Alan Modra  <amodra@bigpond.net.au>
353         * emulparams/elf64ppc.sh (GOT): Fix for shell brace matching.
355         * emulparams/elf64ppc.sh (GOT): Don't merge .toc into .got for ld -r.
357 2003-07-27  Alan Modra  <amodra@bigpond.net.au>
359         * ld.texinfo: Typo fixes.  Document SUBALIGN.
360         * ldgram.y (opt_subalign): Add.
361         * ldlex.l (SUBALIGN): Recognize.
362         * ldlang.c (overlay_subalign): New var.
363         (lang_enter_overlay): Add subalign param.
364         (lang_enter_overlay_section): Pass overlay_subalign to
365         lang_enter_output_section_statement.
366         * ldlang.h (lang_enter_overlay): Update.
368 2003-07-24  Nick Clifton  <nickc@redhat.com>
370         * po/fr.po: Updated French translation.
372 2003-07-23  Stephane Carrez  <stcarrez@nerim.fr>
374         * scripttempl/elfm68hc11.sc: Keep ctor/dtor sections; Take into
375         account .tramp sections;
376         * scripttempl/elfm68hc12.sc: Likewise.
378 2003-07-17  Charles Wilson  <cwilson@ece.gatech.edu>
380         * ld/pe-dll.c: Add libcygwin to autofilter_liblist[]
382 2003-07-17  Nick Clifton  <nickc@redhat.com>
384         * po/es.po: New Spanish translation.
386 2003-07-11  Alan Modra  <amodra@bigpond.net.au>
388         * po/ld.pot: Regenerate.
390 2003-07-10  Bob Wilson  <bob.wilson@acm.org>
392         * emulparams/elf32xtensa.sh (OTHER_READONLY_SECTIONS): Replace .xt.lit
393         with new .got.loc section.
394         (OTHER_READWRITE_SECTIONS): Do not combine linkonce sections for
395         non-relocating links.
396         (OTHER_SECTIONS): Add .xt.lit here.  Change it to keep linkonce
397         sections separate for non-relocating links; likewise for .xt.insn.
399 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
401         2001-08-22  Alexandre Oliva  <aoliva@redhat.com>
402         * emulparams/elf32am33lin.sh: Adjust to match kernel parameters.
403         2001-05-09  Alexandre Oliva  <aoliva@redhat.com>
404         * configure.host (am33_2.0-*-linux*): Added.
405         * configure.tgt (am33_2.0-*-linux*): Likewise.
406         * emulparams/elf32am33lin.sh: New.
407         * Makefile.am (eelf32am33lin.c): New rule.
408         * Makefile.in: Rebuilt.
410 2003-07-09  Alexandre Oliva  <aoliva@redhat.com>
412         2001-04-17  Alexandre Oliva  <aoliva@redhat.com>
413         * emulparams/mn10300.sh (TEMPLATE_NAME): Define.
414         (GENERATE_SHLIB_SCRIPT): Likewise.
416 2003-07-10  Alan Modra  <amodra@bigpond.net.au>
418         * emulparams/elf64ppc.sh (OTHER_GOT_SECTIONS): Don't define.
419         (GOT): Define.
420         * emultempl/ppc64elf.em (stub_added): New static var.
421         (ppc_create_output_section_statements): Call ppc64_elf_init_stub_bfd.
422         (ppc_add_stub_section): Set stub_added.
423         (gld${EMULATION_NAME}_finish): Look for .got rather than .toc.  Adjust
424         ppc64_elf_size_stubs call and test for stubs.
425         * scripttempl/elf.sc (GOT): Define and use.
427 2003-07-08  J"orn Rennecke <joern.rennecke@superh.com>
429         * emultempl/sh64elf.em (sh64_elf_${EMULATION_NAME}_after_allocation):
430         Allow second call from ldemul_finish.
432 2003-07-04  J"orn Rennecke <joern.rennecke@superh.com>
434         * emulparams/shelf32.sh (STACK_ADDR): Don't define.
435         (OTHER_SECTIONS): Include .stack.
436         * emulparams/shelf64.sh (OTHER_SECTIONS): Likewise.
438 2003-07-02  Jakub Jelinek  <jakub@redhat.com>
440         * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Don't include
441         .opd if -pie.
442         (OTHER_READWRITE_SECTIONS): Include .opd if -pie.
443         * scripttempl/elf.sc: Use SHLIB_DATA_ADDR instead of DATA_ADDR
444         if -pie.
446 2003-06-28  Alan Modra  <amodra@bigpond.net.au>
448         * ld.h: Convert to C90, remove unnecessary prototypes and casts.
449         Replace PTR with void *.  Formatting.
450         * ldcref.c: Likewise.
451         * ldctor.c: Likewise.
452         * ldctor.h: Likewise.
453         * ldemul.h: Likewise.
454         * ldexp.c: Likewise.
455         * ldexp.h: Likewise.
456         * ldfile.c: Likewise.
457         * ldfile.h: Likewise.
458         * ldlang.c: Likewise.
459         * ldlang.h: Likewise.
460         * ldlex.h: Likewise.
461         * ldlex.l: Likewise.
462         * ldmain.c: Likewise.
463         * ldmain.h: Likewise.
464         * ldmisc.c: Likewise.
465         * ldmisc.h: Likewise.
466         * ldver.h: Likewise.
467         * ldwrite.c: Likewise.
468         * ldwrite.h: Likewise.
469         * lexsup.c: Likewise.
470         * mri.c: Likewise.
471         * mri.h: Likewise.
472         * pe-dll.c: Likewise.
473         * pe-dll.h: Likewise.
474         * deffilep.y: Likewise.
475         * deffile.h: Likewise.  Don't include ansidecl.h.
476         * emulparams/elf32mcore.sh: Remove unnecessary cast.
477         * emultempl/m68kcoff.em: Likewise.
478         * emultempl/m68kelf.em: Likewise.
479         * emultempl/ticoff.em: Remove lang_add_output_format declaration.
480         * sysdep.h: Don't include ansidecl.h.
481         * Makefile.am: Run "make dep-am".
482         * Makefile.in: Regenerate.
484 2003-06-27  Nick Clifton  <nickc@redhat.com>
486         * deffilep.y (def_file_add_directive): Cope with NUL seperated
487         directives.  Fix reporting of unparseable directives.
488         (def_error): Check for a NULL def_filename.
490 2003-06-27  Alan Modra  <amodra@bigpond.net.au>
492         * emultempl/aix.em: Convert to C90, remove unnecessary prototypes
493         and casts.  Replace PTR with void *.  Formatting.
494         * emultempl/alphaelf.em: Likewise.
495         * emultempl/armcoff.em: Likewise.
496         * emultempl/armelf.em: Likewise.
497         * emultempl/armelf_oabi.em: Likewise.
498         * emultempl/beos.em: Likewise.
499         * emultempl/elf32.em: Likewise.
500         * emultempl/generic.em: Likewise.
501         * emultempl/gld960.em: Likewise.
502         * emultempl/gld960c.em: Likewise.
503         * emultempl/hppaelf.em: Likewise.
504         * emultempl/linux.em: Likewise.
505         * emultempl/lnk960.em: Likewise.
506         * emultempl/m68hc1xelf.em: Likewise.
507         * emultempl/m68kcoff.em: Likewise.
508         * emultempl/m68kelf.em: Likewise.
509         * emultempl/mipsecoff.em: Likewise.
510         * emultempl/mipself.em: Likewise.
511         * emultempl/mmix-elfnmmo.em: Likewise.
512         * emultempl/mmixelf.em: Likewise.
513         * emultempl/mmo.em: Likewise.
514         * emultempl/needrelax.em: Likewise.
515         * emultempl/netbsd.em: Likewise.
516         * emultempl/pe.em: Likewise.
517         * emultempl/sh64elf.em: Likewise.
518         * emultempl/sunos.em: Likewise.
519         * emultempl/ticoff.em: Likewise.
520         * emultempl/vanilla.em: Likewise.
521         * emultempl/xtensaelf.em: Likewise.
522         * Makefile.am: Correct dependencies.
523         * Makefile.in: Regenerate.
525 2003-06-25  Alan Modra  <amodra@bigpond.net.au>
527         * ld.texinfo: Correct spelling of "relocatable".
528         * ldctor.c: Likewise.
529         * ldexp.c: Likewise.
530         * ldfile.c: Likewise.
531         * ldint.texinfo: Likewise.
532         * ldlang.c: Likewise.
533         * ldmain.c: Likewise.
534         * ldwrite.c: Likewise.
535         * lexsup.c: Likewise.
536         * emultempl/aix.em: Likewise.
537         * emultempl/alphaelf.em: Likewise.
538         * emultempl/armcoff.em: Likewise.
539         * emultempl/armelf_oabi.em: Likewise.
540         * emultempl/beos.em: Likewise.
541         * emultempl/elf32.em: Likewise.
542         * emultempl/generic.em: Likewise.
543         * emultempl/gld960.em: Likewise.
544         * emultempl/gld960c.em: Likewise.
545         * emultempl/hppaelf.em: Likewise.
546         * emultempl/linux.em: Likewise.
547         * emultempl/lnk960.em: Likewise.
548         * emultempl/m68hc1xelf.em: Likewise.
549         * emultempl/m68kcoff.em: Likewise.
550         * emultempl/m68kelf.em: Likewise.
551         * emultempl/mipsecoff.em: Likewise.
552         * emultempl/mipself.em: Likewise.
553         * emultempl/mmix-elfnmmo.em: Likewise.
554         * emultempl/mmo.em: Likewise.
555         * emultempl/needrelax.em: Likewise.
556         * emultempl/pe.em: Likewise.
557         * emultempl/ppc64elf.em: Likewise.
558         * emultempl/sh64elf.em: Likewise.
559         * emultempl/sunos.em: Likewise.
560         * emultempl/ticoff.em: Likewise.
561         * emultempl/xtensaelf.em: Likewise.
563 2003-06-24  Alan Modra  <amodra@bigpond.net.au>
565         * emultempl/ppc32elf.em: Convert to C90.
567 2003-06-20  Alan Modra  <amodra@bigpond.net.au>
569         * emultempl/ppc64elf.em: Convert to C90 function definitions, remove
570         unnecessary prototypes and casts.
572 2003-06-19  Alan Modra  <amodra@bigpond.net.au>
574         * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Dump out
575         statistics from ppc64_elf_build_stubs.
577 2003-06-19  Alan Modra  <amodra@bigpond.net.au>
579         * emultempl/ppc64elf.em (build_section_lists): Check return status
580         from ppc64_elf_next_input_section.
582 2003-06-17  H.J. Lu <hongjiu.lu@intel.com>
584         * ldlang.c (section_already_linked): Put back assignment of
585         kept_section.
587 2003-06-17  Rainer Keuchel  <rkeuchel@allgeier.com>
589         * pe-dll.c (generate_reloc): Catch and ignore an ARM_26D
590         reloc.
592 2003-06-17  Loren James Rittle  <rittle@latour.rsch.comm.mot.com>
594         * configure.host (*-*-freebsd*): Add known path for ld-elf.so.1
595         if not produced by gcc.
597 2003-06-16  Hans-Peter Nilsson  <hp@axis.com>
599         * configure.tgt: Add specific case for cris-*-linux-gnu*
600         with crislinux emulation only.
602 2003-06-13  Robert Millan  <zeratul2@wanadoo.es>
604         * configure.tgt: Add i386-netbsd-gnu target.
606 2003-06-12  Richard Sandiford  <rsandifo@redhat.com>
608         * configure.tgt (mips*-sgi-irix6*): Add the o32 and n64 emulations
609         to $targ_extra_libpath.
611 2003-06-11  H.J. Lu <hongjiu.lu@intel.com>
613         * po/Make-in (DESTDIR): New.
614         (install-data-yes): Support $(DESTDIR).
615         (uninstall): Likewise.
617 2003-06-10  Doug Evans  <dje@sebabeach.org>
619         * Makefile.am (ALL_EMULATIONS): Add em32relf.o.
620         * Makefile.in: Regenerate.
622 2003-06-10  Richard Sandiford  <rsandifo@redhat.com>
624         * configure.tgt (h8300*): Add h8300sxn emulations.
625         * Makefile.am (ALL_EMULATIONS): Add eh8300sxn.o and eh8300sxnelf.o.
626         (eh8300sxn.c, eh8300sxnelf.c): New rules.
627         * Makefile.in: Regenerate.
628         * emulparams/h8300sxnelf.sh, emulparams/h8300sxn.sh: New files.
629         * scripttempl/h8300sxn.sc: New file.
631 2003-06-10  Alan Modra  <amodra@bigpond.net.au>
633         * emulparams/elf64ppc.sh (EXECUTABLE_SYMBOLS, OTHER_BSS_END_SYMBOLS,
634         CTOR_START, CTOR_END, DTOR_START, DTOR_END): Don't define.
636 2003-06-08  Alan Modra  <amodra@bigpond.net.au>
638         * emultempl/ppc64elf.em (emit_stub_syms, toc_section): New vars.
639         (build_toc_list): New function.
640         (gld${EMULATION_NAME}_finish): Call build_toc_list and
641         ppc64_elf_reinit_toc.  Adjust ppc64_elf_build_stubs call.
642         (OPTION_STUBSYMS): Define.
643         (PARSE_AND_LIST_LONGOPTS): Add emit-stub-syms.
644         (PARSE_AND_LIST_OPTIONS): Document.
645         (PARSE_AND_LIST_ARGS_CASES): Handle.
647 2003-06-05  Roland McGrath  <roland@redhat.com>
649         * emultempl/elf32.em (gld${EMULATION_NAME}_list_options): Remove
650         extra \t in -z noexecstack line.
652 2003-05-23  Jakub Jelinek  <jakub@redhat.com>
654         * ldgram.y (phdr_type): Grok PT_GNU_STACK.
655         * emultempl/elf32.em (gld${EMULATION_NAME}_handle_option): Add
656         -z execstack and -z noexecstack.
657         (gld${EMULATION_NAME}_list_options): Likewise.
658         * scripttempl/elf.sc: If not -r, discard .note.GNU-stack section.
660 2003-06-03  Michael Snyder  <msnyder@redhat.com>
661         and Bernd Schmidt   <bernds@redhat.com>
662         and Alexandre Oliva <aoliva@redhat.com>
664         * Makefile.am: Add new emulations for h8300sx.
665         * Makefile.in: Regenerate.
666         * configure.tgt: Add new emulations.
667         * emulparams/h8300sx.sh: New emulation.
668         * emulparams/h8300sxelf.sh: Ditto.
669         * scripttempl/h8300sx.sc: Ditto.
671 2003-06-03  H.J. Lu <hongjiu.lu@intel.com>
673         * ldmisc.c: Include "bfdlink.h".
674         (error_handler): Handle LD_DEFINITION_IN_DISCARDED_SECTION
675         and -LD_DEFINITION_IN_DISCARDED_SECTION.
677         * Makefile.am: Rebuild dependency.
678         * Makefile.in: Regenerated.
680 2003-06-03  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
682         * emulparams/shlelf_linux.sh (GENERATE_PIE_SCRIPT): Set to yes.
683         * emulparams/shlelf32_linux.sh (GENERATE_PIE_SCRIPT): Likewize.
685 2003-06-02  Fabrizio Gennari  <fabrizio.ge@tiscalinet.it>
687         * pe-dll.c (fill_edata): Scan table pe_dll->exports, which is
688         sorted alphabetically, instead of exported_symbols, which is
689         sorted by ordinal.
691 2003-05-30  Ulrich Drepper  <drepper@redhat.com>
692             Jakub Jelinek  <jakub@redhat.com>
694         * lexsup.c (OPTION_PIE): Define.
695         (ld_options): Add -pie and --pic-executable options.
696         (parse_args): Handle OPTION_PIE.
697         * ldmain.c (main): Initialize link_info.pie and
698         link_info.executable.
699         * genscripts.sh: Generate PIE scripts.
700         * ld.texinfo: Document -pie and --pic-executable options.
701         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open):
702         (gld${EMULATION_NAME}_place_orphan): Likewise.
703         (gld${EMULATION_NAME}_get_script): Include PIE scripts.
704         * scripttempl/elf.sc: In PIE scripts set . the same way as in
705         shared scripts.
706         * emulparams/elf_i386.sh (GENERATE_PIE_SCRIPT): Set to yes.
707         * emulparams/elf64_ia64.sh (GENERATE_PIE_SCRIPT): Likewise.
708         * emulparams/elf32ppc.sh (GENERATE_PIE_SCRIPT): Likewise.
709         * emulparams/elf64ppc.sh (GENERATE_PIE_SCRIPT): Likewise.
710         * emulparams/elf_x86_64.sh (GENERATE_PIE_SCRIPT): Likewise.
711         * emulparams/elf_s390.sh (GENERATE_PIE_SCRIPT): Likewise.
712         * emulparams/elf32_sparc.sh (GENERATE_PIE_SCRIPT): Likewise.
713         * emulparams/elf64_sparc.sh (GENERATE_PIE_SCRIPT): Likewise.
714         * emulparams/elf64alpha.sh (GENERATE_PIE_SCRIPT): Likewise.
715         * emulparams/elf64_s390.sh (GENERATE_PIE_SCRIPT): Likewise.
716         * emulparams/elf_i386.sh (GENERATE_PIE_SCRIPT): Likewise.
718 2003-05-30  H.J. Lu <hongjiu.lu@intel.com>
720         * genscripts.sh: Create tmpdir/libpath.exp.
722 2003-05-30  Nick Clifton  <nickc@redhat.com>
724         * emultempl/armelf.em (arm_elf_before_allocation): Replace ASSERT
725         with a test for a NULL bfd_for_interworking.
727 2003-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
729         * configure.host (*-*-netbsd*): Set HOSTING_CRT0 and HOSTING_LIBS
730         correctly for more recent versions of NetBSD.
731         (alpha*-*-netbsd*): Remove.
732         (i[3-7]86-*-netbsd*): Remove.
734 2003-05-29  Nick Clifton  <nickc@redhat.com>
736         * emultempl/pe.em: Include "safe-ctype.h" instead of <ctype.h>.
738 2003-05-26  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
740         * emulparams/elf64btsmip.sh: Set TEXT_START_ADDR to 0x120000000 to
741         trap on pointer crops.
743 2003-05-21  Marcus Comstedt  <marcus@mc.pp.se>
745         * configure.tgt: Check for a target triplet of shl-...-netbsdelf
746         as well as shle-...-netbsdelf.
748 2003-05-16  Kelley Cook  <kelleycook@wideopenwest.com>
750         * configure.host: Accept i[3-7]86 variants.
751         * configure.tgt: Likewise.
753 2003-05-15  H.J. Lu <hongjiu.lu@intel.com>
755         * emulparams/elf64_ia64.sh: Don't set COMMONPAGESIZE for now.
757 2003-05-09  Daniel Jacobowitz  <drow@mvista.com>
759         * Makefile.am (ALL_EMULATIONS): Add earmelfb.o and earmelfb_linux.o.
760         (earmelfb.c, earmelfb_linux.c): New rules.
761         * Makefile.in: Regenerated.
762         * emulparams/armelfb.sh, emulparams/armelfb_linux.sh: New files.
763         * configure.tgt: Add armeb-elf and arm*b-*-linux-gnu.
765 2003-05-09  Nick Clifton  <nickc@redhat.com>
767         * ldlang.c (lang_size_sections_1): Default to generating a
768         fatal error message if a loadable section is not allocated
769         to a memory region when regions are defined.
771 2003-05-09  Alan Modra  <amodra@bigpond.net.au>
773         * Makefile.am (em68hc11elf.c): Correct dependencies.
774         (em68hc11elfb.c, em68hc12elf.c, em68hc12elfb.c): Likewise.
775         * Makefile.in: Regenerate.
776         * emultempl/elf32.em (find_exp_assignment): Adjust for changed
777         bfd_elf_record_link_assignment name.
779 2003-05-07  Alexandre Oliva  <aoliva@redhat.com>
781         * ldmain.h (overflow_cutoff_limit): Declare.
782         * ldmain.c (overflow_cutoff_limit): Define, initialized to 10.
783         (reloc_overflow): Limit error messages based on it.
784         * lexsup.c (parse_args) <OPTION_VERBOSE>: Set cutoff to
785         unlimited.
787 2003-05-05  Alan Modra  <amodra@bigpond.net.au>
789         * ldlex.l: Accept C style comments in version scripts.
791 2003-04-28  H.J. Lu <hjl@gnu.org>
793         * ldlang.c (lang_process): Add the relax finalize pass.
795         * ldmain.c (main): Initialize link_info.relax_finalizing to
796         FALSE.
798 2003-04-24  Roland McGrath  <roland@redhat.com>
800         * ldgram.y (phdr_type): Grok PT_TLS and PT_GNU_EH_FRAME names.
801         If a name string is unknown, give an error rather than crashing later.
803 2003-04-23 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
805         * Makefile.am (ALL_EMULATIONS): Add eh8300hn.o, eh8300sn.o,
806         eh8300hnelf.o, eh8300snelf.o and respective rules.
807         * Makefile.in: Regenerate.
808         * configure.tgt: Add h8300hn, h8300sn, h8300hnelf, h8300snelf
809         * emulparams/h8300hn.sh: New
810         * emulparams/h8300sn.sh: New
811         * emulparams/h8300hnelf.sh: New
812         * emulparams/h8300snelf.sh: New
813         * scripttempl/h8300hn.sc: new
814         * scripttempl/h8300sn.sc: new
816 2003-04-23  H.J. Lu <hjl@gnu.org>
818         * ldmain.c (link_callbacks): Initialize error_handler.
820         * ldmisc.c (error_handler): New function.
822         * ldmisc.h (error_handler): New prototype.
824 2003-04-21  Stephane Carrez  <stcarrez@nerim.fr>
826         * emulparams/m68hc11elf.sh: Use m68hc1xelf.em extra.
827         * emulparams/m68hc11elfb.sh: Likewise.
828         * emulparams/m68hc12elf.sh: Likewise.
829         * emulparams/m68hc12elfb.sh: Likewise.
831 2003-04-19  Stephane Carrez  <stcarrez@nerim.fr>
833         * emultempl/m68hc1xelf.em: New file to generate far trampolines on
834         68HC11 and 68HC12.
835         (LDEMUL_BEFORE_ALLOCATION): Override to gather the trampolines to
836         generate.
837         (LDEMUL_FINISH): Override to generate the trampolines after gc and
838         linker relaxation.
839         (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Override to create the
840         stub file for trampolines.
841         (PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_LONGOPTS): New options
842         --no-trampoline and --bank-window to control the memory bank window.
844 2003-04-18  H.J. Lu <hjl@gnu.org>
846         * ldfile.c (ldfile_add_library_path): Remove the unused
847         variable.
849 2003-04-18  Andrew Haley  <aph@cambridge.redhat.com>
851         * scripttempl/xstormy16.sc (__data, __rdata): New.
853 2003-04-16  Nick Clifton  <nickc@redhat.com>
855         * scripttempl/xstormy16.sc: Add .jcr section mapping.
857 2003-04-15  H.J. Lu <hjl@gnu.org>
859         From Debian by Jack Howarth <howarth@nitro.med.uc.edu>:
861         * ldlex.l: Use YY_CURRENT_BUFFER instead of yy_current_buffer.
863 2003-04-15  Rohit Kumar Srivastava <rohits@kpitcummins.com>
865         * h8-doc.texi: Replace occurrances of 'Hitachi' with 'Renesas'.
866         * ld.texinfo: Likewise.
868 2003-04-14  Alan Modra  <amodra@bigpond.net.au>
870         From Prashanth Tamraparni <prashanth_t@in.ibm.com>
871         * scripttempl/elf.sc (CTOR): Handle crtbeginS.o, crtendS.o and
872         other variants of crtbegin.o, crtend.o.
873         (DTOR): Likewise.
874         * scripttempl/crisaout.sc (ctors, dtors): Likewise.
875         * scripttempl/elf_chaos.sc (CTOR, DTOR): Likewise.
876         * scripttempl/elfd10v.sc (CTOR, DTOR): Likewise.
877         * scripttempl/elfd30v.sc (CTOR, DTOR): Likewise.
878         * scripttempl/elfxtensa.sc (CTOR, DTOR): Likewise.
879         * scripttempl/iq2000.sc (CTOR, DTOR): Likewise.
880         * scripttempl/mmo.sc (ctors, dtors): Likewise.
881         * scripttempl/xstormy16.sc (CTOR, DTOR): Likewise.
883 2003-04-09   Dmitry Diky  <diwil@mail.ru>
885         * scripttempl/elf32msp430.sc: Add initX, finiX, ctors, dtors
886         sections to respect C++  constructor/destructor. Add ctors/dtors
887         start/stop definitions.
888         * scripttempl/elf32msp430_3.sc: Likewise.
890 2003-04-06  Nick Clifton  <nickc@redhat.com>
892         * ld.texinfo (Options): Add a reminder of the target specific
893         nature to the description of the i386 PE specific options, for
894         readers who have not read all the way through the manual.
896 2003-04-04  Svein E. Seldal  <Svein.Seldal@solidas.com>
898         * configure.tgt: Fixed bug in list of targ_extra_emuls.
899         * emulparams/tic3xcoff.sh (SCRIPT_NAME): Namespace
900         cleanup. Replace s/c4x/tic4x and s/c3x/tic3x/
901         * emulparams/tic3xcoff_onchip.sh: Ditto
902         * emulparams/tic4xcoff.sh: Ditto
903         * scripttempl/tic4xcoff.sc: Ditto
905 2003-04-03  Nick Clifton  <nickc@redhat.com>
907         * NEWS: Mention support for Xtensa architecture.
909 2003-04-02  Nick Clifton  <nickc@redhat.com>
911         * pe-dll.c (pe_detail_list): arm-pe targets use underscores.
913 2003-04-01  Danny Smith <dannysmith@users.sourceforge.net>
915         * emultempl/pe.em (gld_${EMULATION_NAME}_after_open):
916         Don't call pe_dll_build_section() if link_info.relocateable.
917         (gld_${EMULATION_NAME}_finish): Don't call pe_dll_fill_sections()
918         if link_info.relocateable.
920 2003-04-01  Fabrizio Gennari  <fabrizio.ge@tiscalinet.it>
922         * pe-dll.c (process_def_file): Don't create an export
923         section if there are no exports and we're building an exe
924         (pe_dll_build_sections): Ditto
925         (pe_dll_fill_sections): Conditionalize setting
926         abfd->dll true on info->shared
927         * emultempl/pe.em (gld_${EMULATION_NAME}_after_open):
928         If i386pe or armpe, call pe_dll_build_section()
929         for both exe's and dll's, not just dll's.
930         (gld_${EMULATION_NAME}_finish): For all targets except
931         shpe and mipspe, call pe_dll_fill_sections() for both
932         exe's and dll's, not just dll's.
934 2003-04-02  Bob Wilson  <bob.wilson@acm.org>
936         * emulparams/xtensa-config.sh: Remove comment indicating that this is
937         a generated file.
939 2003-04-01  Bob Wilson  <bob.wilson@acm.org>
941         * Makefile.am (ALL_EMULATIONS): Add eelf32xtensa.o.
942         (eelf32xtensa.c): New target.
943         * Makefile.in: Regenerate.
944         * configure.tgt: Handle xtensa-*-*.
945         * gen-doc.texi: Set XTENSA variable.
946         * ld.texinfo: Set XTENSA variable.  Add new Xtensa node.
947         * emulparams/elf32xtensa.sh: New file.
948         * emulparams/xtensa-config.sh: Likewise.
949         * emultempl/xtensaelf.em: Likewise.
950         * scripttempl/elfxtensa.sc: Likewise.
952 2003-04-01  Jakub Jelinek  <jakub@redhat.com>
954         * configure.tgt (powerpc*-*-linux*): Add elf32ppc to ppc64
955         targ_extra_libpath.  Add elf64ppc to ppc targ_extra_libpath
956         if --enable-64-bit-bfd.
958 2003-04-01  Nick Clifton  <nickc@redhat.com>
960         * emulparams/armelf.sh (OTHER_READONLY_SECTIONS): Change name of
961         note section.
962         * emulparams/armelf_linux.sh (OTHER_READONLY_SECTIONS): Change
963         name of note section.
965 2003-03-31  Alexandre Oliva  <aoliva@redhat.com>
967         * ld.texinfo (-Tbss, -Tdata, -Ttext): Document in terms of
968         --section-start.
970 2003-03-31  David Heine  <dlheine@suif.stanford.edu>
972         * ldfile.c (ldfile_add_library_path): Always allocate space for
973         the filename.
974         * ldlang.c (lang_register_vers_node): Free the node if it cannot
975         be used.
976         * ldmain.c (set_scripts_dir): Always free the constructed
977         directory name.
978         (add_keepsyms_file): Fix memory leak.
979         * ldmisc.c (vfinfo): Likewise.
980         * lexsup.c (parse_args): Likewise.
982 2003-03-25  Stan Cox   <scox@redhat.com>
983             Nick Clifton  <nickc@redhat.com>
985         Contribute support for Intel's iWMMXt chip - an ARM variant:
987         * emulparams/armelf.sh (OTHER_READONLY_SECTIONS): Define.
988         * emulparams/armelf_linux.sh (OTHER_READONLY_SECTIONS): Define.
989         * scripttempl/armcoff.sc (.data): Ensure 8 byte alignment.
990         (.bss): Likewise.
992 2003-03-25  Alexandre Oliva  <aoliva@redhat.com>
994         * ldmain.h (ld_canon_sysroot, ld_canon_sysroot_len): Declare.
995         * ldmain.c (ld_canon_sysroot, ld_canon_sysroot_len): Define.
996         (main): Initialize them.
997         * ldfile.c: Include pathnames.h.
998         (is_sysrooted_pathname): New.
999         (ldfile_add_library_path): Use it.
1000         (ldfile_open_file_search): Likewise.  Use IS_ABSOLUTE_PATH.  Don't
1001         search_dirs if given an absolute pathname.
1002         (ldfile_open_file): Issue error message for sysrooted
1003         absolute pathnames.
1004         * Makefile.am: Updated dependencies.
1005         * Makefile.in: Rebuild.
1007 2003-03-24  Daniel Néri  <dne@mayonnaise.net>
1009         * ld.texinfo: Rename all occurances of C54X to TIC54X.
1011 2003-03-19  Andreas Schwab  <schwab@suse.de>
1013         * ldfile.c (ldfile_try_open_bfd): Pop lexer start condition after
1014         eof.
1016 2003-03-18  Danny Smith  <dannysmith@users.sourceforge.net>
1018         * deffilep.y (opt_base): If no number given, set to default
1019         (-1), not 0.
1021 2003-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
1023         * deffilep.y (def_import): Use default extension of "dll"
1024         if no extension provided in parsed IMPORT definition.
1026         * deffilep.y (def_lex): Revert 2003-03-12 change.
1027         (dot_name): New id type and rule.
1028         (expline): Use instead of ID.
1029         (opt_equal_name): Likewise.
1031 2003-03-12  Danny Smith  <dannysmith@users.sourceforge.net>
1033         * deffilep.y (def_lex): Accept '.' as valid non-lead char.
1035 2003-03-07  Christopher Faylor  <cgf@redhat.com>
1037         * configure.tgt: Add NATIVE_LIB_DIRS for cygwin target back after
1038         apparent accidental removal on 2003-01-06.
1040 2003-03-04  Dmitry Diky  <diwil@mail.ru>
1042         * Makefile.am: Add new devices x1122 x1132 emulation
1043         * configure.tgt: Likewise.
1044         * Makefile.in: Regenerate.
1045         * emulparams/msp430x1122.sh: New file.
1046         * emulparams/msp430x1132.sh: New file.
1048 2003-03-03  Alexandre Oliva  <aoliva@redhat.com>
1050         * ldmain.c (set_scripts_dir): Look for relative to TOOLBINDIR as
1051         well.
1053         * ldfile.h (struct search_dirs): Added sysrooted field.
1054         * ldlang.h (struct lang_input_statement_struct): Likewise.
1055         * ldfile.c (ldfile_add_library_path): Mark sysrooted paths.
1056         (ldfile_open_file_search): Look for sysrooted filename starting
1057         with / in ld_sysroot instead of in the current directory.  Clear
1058         sysrooted flag if it's found in the current directory.  Set it
1059         from the search directory's sysrooted flag where it is found
1060         otherwise.
1061         * ldlang.c (ldlang_sysrooted_script): New static variable.
1062         (new_afile): Mark search_file_enums as sysrooted if
1063         ldlang_sysrooted_script.
1064         (load_symbols): Set ldlang_sysrooted_script according to the
1065         script's sysrooted field while processing it.
1066         * ld.texinfo: Document INPUT behavior in sysroot.
1068 2003-03-02  Danny Smith  <dannysmith@users.sourceforge.net>
1070         * scripttempl/pe.sc: Use PROVIDE with etext, end, _end,
1072 2003-03-03  Alan Modra  <amodra@bigpond.net.au>
1074         * emulparams/elf64alpha.sh (EXTRA_EM_FILE): Define.
1075         (PARSE_AND_LIST_PROLOGUE, PARSE_AND_LIST_LONGOPTS,
1076         PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES,
1077         PARSE_AND_LIST_EPILOGUE): Don't define.
1078         * emultempl/alphaelf.em: New file.
1080 2003-03-01  Alan Modra  <amodra@bigpond.net.au>
1082         * ldemul.c: Include getopt.h.
1083         * emultempl/elf32.em: Include getopt.h earlier.
1084         * emultempl/ticoff.em: Likewise.
1086 2003-02-28  Alan Modra  <amodra@bigpond.net.au>
1088         * emultempl/elf32.em (gld${EMULATION_NAME}_get_script): Add combreloc
1089         support when scripts read from files.
1091 2003-02-28  Alan Modra  <amodra@bigpond.net.au>
1093         * ldemul.c (ldemul_parse_args): Return FALSE by default.
1094         * ldemul.h (struct ld_emulation_xfer_struct): Update parse_args
1095         comment.
1097         * ldemul.c (ldemul_add_options, ldemul_handle_option): New functions.
1098         (ldemul_parse_args): Return bfd_boolean.  Formatting.
1099         * ldemul.h (ldemul_add_options, ldemul_handle_option): Declare.
1100         (ldemul_parse_args): Adjust.
1101         (struct ld_emulation_xfer_struct): Add add_options and handle_option.
1102         Return bfd_boolean from parse_args.
1103         * lexsup.c (parse_args): Malloc shortopts, longopts and
1104         really_longopts.  Call ldemul_add_options and ldemul_handle_option.
1105         * emultempl/aix.em (gld${EMULATION_NAME}_add_options): Split out from
1106         gld${EMULATION_NAME}_parse_args.
1107         (gld${EMULATION_NAME}_handle_option): Likewise.
1108         (ld_${EMULATION_NAME}_emulation): Adjust initializer.
1109         * emultempl/armcoff.em: As for aix.em, but remove parse_args.
1110         * emultempl/beos.em: Likewise.
1111         * emultempl/pe.em: Likewise.
1112         * emultempl/ticoff.em: Likewise.
1113         * emultempl/elf32.em: Likewise.  Don't duplicate long options either.
1114         (gld${EMULATION_NAME}_add_sysroot): Prototype.
1115         * emultempl/armelf.em (PARSE_AND_LIST_LONGOPTS): Don't duplicate
1116         options.
1117         * emultempl/hppaelf.em (PARSE_AND_LIST_LONGOPTS): Likewise.
1118         * emultempl/ppc32elf.em (PARSE_AND_LIST_LONGOPTS): Likewise.
1119         * emultempl/ppc64elf.em (PARSE_AND_LIST_LONGOPTS): Likewise.
1120         * emultempl/armelf_oabi.em (ld_${EMULATION_NAME}_emulation): Adjust
1121         initializer.
1122         * emultempl/generic.em: Likewise.
1123         * emultempl/gld960.em: Likewise.
1124         * emultempl/gld960c.em: Likewise.
1125         * emultempl/linux.em: Likewise.
1126         * emultempl/lnk960.em: Likewise.
1127         * emultempl/m68kcoff.em: Likewise.
1128         * emultempl/mipsecoff.em: Likewise.
1129         * emultempl/sunos.em: Likewise.
1130         * emultempl/vanilla.em: Likewise.
1131         * emultempl/netbsd.em (gldnetbsd_before_parse): Prototype.
1133 2003-02-25  Alexandre Oliva  <aoliva@redhat.com>
1135         * emultempl/elf32.em (gld${EMULATION_NAME}_add_sysroot): Fix
1136         memory allocation error.
1138         * Makefile.am (ldmain.o): Define TOOLBINDIR.
1139         * Makefile.in: Rebuilt.
1140         * ldmain.c (ld_sysroot): Try to set from TOOLBINDIR too.
1142 2003-02-21  Bob Wilson  <bob.wilson@acm.org>
1144         * ldlang.c (lang_size_sections_1): Add CHECK_REGIONS argument and only
1145         call os_region_check when it is set.
1146         (lang_size_sections): Add CHECK_REGIONS argument and pass it through to
1147         lang_size_sections_1.
1148         (lang_process): Change lang_size_sections calls to set CHECK_REGIONS
1149         only for the last call, not on every relaxation iteration.
1150         * ldlang.h (lang_size_sections): Update prototype.
1151         * pe-dll.c (pe_dll_fill_sections): Set CHECK_REGIONS argument in calls
1152         to lang_size_sections.
1153         (pe_exe_fill_sections): Likewise.
1154         * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Likewise.
1155         * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
1156         * emultempl/ppc64elf.em (ppc_before_allocation): Likewise.
1157         (ppc_layout_sections_again): Likewise.
1159 2003-02-21  Bob Wilson  <bob.wilson@acm.org>
1161         * gen-doc.texi: Set ARM and HPPA variables.
1162         * ld.texinfo: Fix typos and obvious texinfo mistakes.  Make section
1163         title capitalization more consistent.  Add missing menu entries for
1164         machine-specific sections and conditionalize them consistently.
1165         Conditionalize text that is irrelevant when SingleFormat is set.
1166         Add @group divisions to improve page breaks in long examples.
1167         Use @iftex/@ifnottex instead of @iftex/@ifinfo so that HTML output
1168         is correct.  Remove "FIXME" comment about not using
1169         @raisesections/@lowersections.  Use @raisesections/@lowersections
1170         consistently for machine-specific sections.  Change to be more polite
1171         about poor bug reports.  Replace FDL appendix with include of fdl.texi.
1172         Move WIN32 node to match its order in the menus.
1173         * fdl.texi: New file.
1175 2003-02-20  Alexandre Oliva  <aoliva@redhat.com>
1177         * configure.in (TARGET_SYSTEM_ROOT): Set default to
1178         ${exec_prefix}/${target_alias}/sys-root.  Match explicit
1179         '${exec_prefix}' (in addition to the expansion thereof) as
1180         relocatable.
1181         * configure: Rebuilt.
1183 2003-02-20  Phil Edwards  <pme@gcc.gnu.org>
1185         * ldgram.y (vers_defns): Also recurse with 'EXTERN NAME' patterns.
1187 2003-02-20  Harri Porten  <porten@kde.org>
1189         * ldgram.y (vers_defns): Allow optional trailing semicolon in
1190         EXTERN NAME block;
1192 2003-02-18  Alan Modra  <amodra@bigpond.net.au>
1194         * emultempl/ppc32elf.em: New file.
1195         * emulparams/elf32ppc.sh (EXTRA_EM_FILE): Define.
1196         * Makefile.am (eelf32lppc.c): Depend on emultempl/ppc32elf.em.
1197         (eelf32lppcnto.c): Likewise.
1198         (eelf32lppcsim.c): Likewise.
1199         (eelf32ppcnto.c): Likewise.
1200         (eelf32ppc.c): Likewise.
1201         (eelf32ppc_fbsd.c): Likewise.
1202         (eelf32ppcsim.c): Likewise.
1203         (eelf32ppclinux.c): Likewise.
1204         * Makefile.in: Regenerate.
1206 2003-02-18  Alan Modra  <amodra@bigpond.net.au>
1208         * ld.texinfo: Remove spaces between @samp and opening brace.
1210 2003-02-18  Alan Modra  <amodra@bigpond.net.au>
1212         * emultempl/ppc64elf.em (ppc_create_output_section_statements): Check
1213         hash creator.
1214         (ppc_before_allocation): Don't do optimizations if wrong hash table.
1215         (gld${EMULATION_NAME}_finish): Ditto.
1217 2003-02-17  Nick Clifton  <nickc@redhat.com>
1219         * ldmain.c (main) Default allow_shlib_undefined to true.
1220         * lexsup.c (ld_options): Add --no-allow-shlib-undefined.
1221         (parse_args): Parse the new switch.
1222         * ld.texinfo: Document new switch and default behaviour of
1223         allowing undefined symbols in shared libraries.
1225 2003-02-11 Dmitry Diky  <diwil@mail.ru>
1227         * scripttempl/elf32msp430.sc: Add new data anchors definitions.
1228         * scripttempl/elf32msp430_3.sc: Likewise.
1230 2003-02-11  Uwe Stieber  <uwe@wwws.de>
1232         * configure.tgt: Add support for kaOS as cross build target
1233         system.
1235 2003-02-10  John Daivid Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1237         * hppaelf.em (group_size): Change default back to 1.
1239 2003-02-09  Alan Modra  <amodra@bigpond.net.au>
1241         * emultempl/ppc64elf.em: Add "no-tls-optimize" option and support code.
1243 2003-02-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1245         * hppaelf.em (group_size): Change default to -1.
1247 2003-02-07  Nick Clifton  <nickc@redhat.com>
1249         * emultempl/armelf.em (PARSE_AND_LIST_SHORTOPTS): Remove 'n' short
1250         opt.
1251         (PARSE_AND_LIST_LONGOPTS): Add duplicate entry for
1252         no-pipeline-knowledge.  This will prevent the getopt package from
1253         thinking that there are any shorter abbreviations for
1254         --no-pipeline-knowledge.
1256 2003-02-07  Jakub Jelinek  <jakub@redhat.com>
1258         * genscripts.sh (LIB_PATH): Don't append LIBPATH_SUFFIX to paths
1259         which already have it.  Avoid duplicates.
1261 2003-02-06  Jakub Jelinek  <jakub@redhat.com>
1263         * emulparams/elf64_s390.sh (LIBPATH_SUFFIX): Set to 64.
1264         * emulparams/elf_x86_64.sh (LIBPATH_SUFFIX): Likewise.
1265         * emulparams/elf64_sparc.sh (LIBPATH_SUFFIX): Set instead of suffix.
1267 2003-02-05  Alan Modra  <amodra@bigpond.net.au>
1269         * emultempl/ppc64elf.em (ppc_before_allocation): Size sections then
1270         call ppc64_elf_tls_optimize.
1272 2003-02-03  Daniel Jacobowitz  <drow@mvista.com>
1274         * emultempl/elf32.em: Move gld${EMULATION_NAME}_add_sysroot
1275         outside of GNU/Linux conditional.
1277 2003-01-28  Ralf Habacker  <ralf.habacker@freenet.de>
1279         * deffilep.y (def_get_module): New function: locate an already
1280         added module.
1281         * deffile.h (def_get_module): New prototype.
1282         * pe-dll.c (pe_implied_import_dll): Add code to prevent importing
1283         a dll multiple times.
1285 2003-01-23  Alan Modra  <amodra@bigpond.net.au>
1287         * emultempl/sh64elf.em: Include elf32-sh64.h.
1288         (sh64_elf_${EMULATION_NAME}_before_allocation): Adjust for changed
1289         sh64_elf_section_data.
1290         (sh64_elf_${EMULATION_NAME}_after_allocation): Likewise.
1292 2003-01-23  Wu Yongwei  <adah@netstd.com>
1294         * ld.texinfo: Remove an extra "i" in --dll-search-prefix.
1295         * emultempl/pe.em (gld_${EMULATION_NAME}_list_options): Move a
1296         cross-80th-column-margin "an" to the next line.
1298 2003-01-21  Nick Clifton  <nickc@redhat.com>
1300         * emulparams/tic3xcoff-onchip.sh: Rename to ...z
1301         * emulparams/tic3xcoff_onchip.sh: ...this.
1302         * Makefile.am (etic3xcoff_onchip.c): Fix name of generated C file.
1303         * Makefile.in: Regenerate.
1305 2003-01-21  Fabio Alemagna  <falemagn@aros.org>
1307         * configure.tgt: Handle i[3456]86-*-aros*
1309 2003-01-19  Svein E. Seldal  <Svein.Seldal@solidas.com>
1311         * Makefile.am: Added etic3xcoff.o and etic4xcoff_onchip.o
1312         * Makefile.in: Regenerate
1313         * configure.tgt: Added extra target emulations
1314         * emulparams/tic3xcoff.sh: Remove old settings
1315         * emulparams/tic4xcoff.sh: Ditto
1316         * emulparams/tic3xcoff-onchip.sh: Added new
1317         * scripttempl/tic4xcoff.sc: Revise and combine both c3x and c4x
1318         * scripttempl/tic3xcoff.sc: Remove
1320 2003-01-17  Andreas Jaeger  <aj@suse.de>
1322         * emultempl/elf32.em (gld${EMULATION_NAME}_add_sysroot): Do not
1323         skip ':'.
1325 2003-01-16  Alan Modra  <amodra@bigpond.net.au>
1327         * Makefile.in: Regenerate.
1329 2002-01-14  Charles Wilson  <cwilson@ece.gatech.edu>
1331         * ld.texinfo (node WIN32): Some clarifications
1332         and formatting fixups.
1334 2003-01-09  Chris Demetriou  <cgd@broadcom.com>
1336         * ldmain.c (get_emulation): Sort -mipsNN checks in the usual
1337         order, and handle (ignore) -mips32r2.
1339 2003-01-09  Daniel Jacobowitz  <drow@mvista.com>
1341         * ldmain.c (main): Make sure ld_sysroot is initialized.
1343 2003-01-06  Daniel Jacobowitz  <drow@mvista.com>
1345         * Makefile.am (eelf32iq10.c): Fix tab/whitespace mixup.
1347         * Makefile.am (ldmain.o): Add @TARGET_SYSTEM_ROOT_DEFINE@.
1348         (GENSCRIPTS): Add @use_sysroot@.
1349         * Makefile.in: Regenerated.
1350         * configure.host: Move setting of NATIVE_LIB_DIRS to...
1351         * configure.tgt: ... here.  Use ${target} instead of ${host}
1352         for NATIVE_LIB_DIRS.
1353         * configure.in: Add --with-sysroot.
1354         * configure: Regenerated.
1355         * genscripts.sh: Accept use_sysroot option.  Set new variables
1356         NATIVE and USE_LIBPATH.  Prepend "=" to directory names if
1357         $use_sysroot.  Don't search $tool_lib if $use_sysroot.
1358         * ldfile.c (ldfile_add_library_path): Handle leading '='.
1359         * ldmain.c (TARGET_SYSTEM_ROOT): Define if not defined.
1360         (ld_sysroot): New variable.
1361         (main): Initialize ld_sysroot.
1362         * ldmain.h (ld_sysroot): New extern.
1363         * emultempl/elf32.em: Use NATIVE and USE_LIBPATH instead of
1364         searching $EMULATION_LIBPATH.
1365         (gld${EMULATION_NAME}_add_sysroot): New function.
1366         (gld${EMULATION_NAME}_check_ld_so_conf): Use it.  Honor ld_sysroot.
1367         (gld${EMULATION_NAME}_after_open): Likewise.  Only search
1368         environment variables if $NATIVE.
1369         * ld.texinfo (Options): Mention "=" prefix in the description of -L.
1370         * NEWS: Mention --with-sysroot.
1372         * emulparams/elf32bmipn32-defs.sh: Set NATIVE and LIBPATH_SUFFIX
1373         instead of setting LIB_PATH.
1374         * emulparams/elf32ppc.sh: Likewise.
1375         * emulparams/elf64_s390.sh: Likewise.
1376         * emulparams/elf64_sparc.sh: Likewise.
1377         * emulparams/elf64ppc.sh: Likewise.
1378         * emulparams/elf_x86_64.sh: Likewise.
1380         * emulparams/elf64_aix.sh: Add "=" prefixes to LIB_PATH.
1381         * emulparams/elf64hppa.sh: Add "=" prefixes to LIB_PATH.
1383 2003-01-03  Charles Wilson  <cwilson@ece.gatech.edu>
1385         * pe-dll.c (autofilter_symbollist): Add cygwin_crt0.
1387 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
1389         * Makefile.am (ldmain.o): Pass BINDIR.
1390         * Makefile.in: Regenerated.
1391         * ldmain.c (set_scripts_dir): Use make_relative_prefix for the first
1392         search path.
1394 2003-01-02  Ben Elliston  <bje@redhat.com>
1396         * Makefile.am (ALL_EMULATIONS): Add eelf32iq2000.o.
1397         (eelf32iq2000.c): New target.
1398         * Makefile.in: Regenerate.
1399         * configure.tgt: Handle iq2000-*-elf.
1400         * emulparams/elf32iq10.sh: New file.
1401         * emulparams/elf32iq2000.sh: New file.
1402         * scripttempl/iq2000.sc: New file.
1404 2003-01-02 Charles Wilson <cwilson@ece.gatech.edu>
1406         * pe-dll.c (autofilter_symbollist): Add do_pseudo_reloc
1407         and _pei386_runtime_relocator to the exclude list.
1409 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
1411         * ldfile.c: Fix comment typos.
1412         * ldlang.c: Likewise.
1413         * mri.c: Likewise.
1414         * pe-dll.c: Likewise.
1416 2003-01-01  Daniel Jacobowitz  <drow@mvista.com>
1418         Suggested by Manfred Hollstein <manfred.h@gmx.net>:
1419         * Makefile.am (ld.1): Depend on configdoc.texi
1420         and ldver.texi.
1421         * Makefile.in: Regenerated.
1423 2002-12-24  Dmitry Diky  <diwil@mail.ru>
1425         * Makefile.am: Add msp430 target.
1426         * configure.tgt: Likewise.
1427         * Makefile.in: Regenerate.
1428         * emulparams/msp430x???.sh: New files.  Linker script parameters
1429         for various msp430 configurations.
1430         * gen-doc.texi: Enable msp430 documenation.
1431         * ld.texinfo: Document msp430 sections.
1432         * scripttempl/elf32msp430.sc: New file.  Linker script for msp430.
1433         * scripttempl/elf32msp430_3.sc: New file.  Linker script for msp430.
1435 2002-12-30  Ralf Habacker  <Ralf.Habacker@freenet.de>
1436             Charles Wilson  <cwilson@ece.gatech.edu>
1438         * config.in (HAVE_REALPATH): New entry.
1439         (HAVE_SYS_STAT_H, HAVE_SYS_TYPES_H): Removed: obsolete.
1441 2002-12-30  Ralf Habacker  <ralf.habacker@freenet.de>
1443         * ld.texinfo: New win32 topics: 'symbol aliasing' and 'export dll
1444         symbols'.
1446 2002-12-23  Alan Modra  <amodra@bigpond.net.au>
1448         * ldmain.c (main): Init "strip_discarded".
1449         * lexsup.c (OPTION_STRIP_DISCARDED): Define.
1450         (OPTION_NO_STRIP_DISCARDED): Define.
1451         (ld_options): Add "strip-discarded" and "no-strip-discarded".
1452         (parse_args): Handle them.
1454 2002-12-23  Nick Clifton  <nickc@redhat.com>
1456         * ld.h (struct args_type): Add new field
1457         'accept_unknown_input_architecture'.
1458         * ldmain.c (main): Initialise 'accept_unknown_input_architecture'
1459         to false.
1460         * ldlang.c (lang_check): Pass accept_unknown_input_architecture to
1461         bfd_arch_get_compatible.
1462         * ldfile.c (ldfile_try_open_bfd): Likewise.
1463         * lexsup.c (ld_options): Add new command line switch
1464         --accept-unknown-input-architecture and its inverse.
1465         (parse_args): Handle --accept-unknown-input-architecture.
1466         * ld.texinfo: Document new linker option.
1467         * NEWS: Mention new linker option.
1469 2002-12-20  Alan Modra  <amodra@bigpond.net.au>
1471         * ldmain.c (main): Re-order link_info initialization.  Init all
1472         fields.
1474 2002-12-19  Charles Wilson  <cwilson@ece.gatech.edu>
1476         * ld.texinfo: Clarify and extend the documentation
1477         in the Machine Dependent, WIN32 section.
1479 2002-12-18  Ralf Habacker  <ralf.habacker@freenet.de>
1481         * ld.texinfo: Add win32 machine depending section.
1482         * gen-doc.texi: Enable win32 machine depending section.
1484         * configure.host: Add win32 library search path.
1486 2002-12-17  Ralf Habacker  <ralf.habacker@freenet.de>
1488         * emultempl/pe.em (pe_find_data_imports): Don't search for data
1489         import when auto-import is disabled.
1491 2002-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
1493         * emultempl/pe.em (..._recognized_file): Use LD_PATHMAX+1 to
1494         account for trailing '\0'.
1496 2002-12-17  Nick Clifton  <nickc@redhat.com>
1498         * emultempl/pe.em (longopts): Duplicate entry for --compact-implib
1499         so that it is not confused with -c.
1501 2002-12-13  Ralf Habacker  <Ralf.Habacker@freenet.de>
1502             Charles Wilson  <cwilson@ece.gatech.edu>
1504         * configure.in: Add check for realpath function.
1505         * configure: Regenerate.
1506         * config.in: Regenerate.
1507         * aclocal.m4: Regenerate.
1508         * deffile.h: Add .data field to def_file_import
1509         structure.
1510         * pe-dll.c (pe_proces_import_defs): Use .data field of
1511         def_file_import structure to initialize flag_data field of
1512         def_file_export structure.
1513         (pe_implied_import_dll): New variables exp_funcbase and
1514         [data|bss]_[start|end].  Use DLL's internal name to set dll_name,
1515         not filename (which may be a symlink).  Scan the sections and
1516         initialize [data|bss]_[start|end].  When scanning the export
1517         table, skip _nm_ symbols, and mark any symbols whose rva indicates
1518         that it is in the .bss or .data sections as data.
1519         * sysdep.h: Include limits.h and sys/param.h, and define
1520         LD_PATHMAX as appropriate.  Also define REALPATH as realpath if it
1521         exists, NULL otherwise.
1522         * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Call
1523         pe_process_import_defs before pe_find_data_imports, so that
1524         auto-import will check the virtual implib as well as "real"
1525         implibs.
1526         (gld_${EMULATION_NAME}_recognized_file): Use REALPATH to follow
1527         symlinks to their target; check that the target's extension is
1528         .dll before calling pe_implied_import_dll(), not the filename
1529         itself (which may be a symlink).
1531 2002-12-10  Alan Modra  <amodra@bigpond.net.au>
1533         * emultempl/elf32.em (struct orphan_save): Add os_tail field.
1534         (gld${EMULATION_NAME}_place_orphan): Re-order output_section_statement
1535         list too.
1537 2002-12-08  Alan Modra  <amodra@bigpond.net.au>
1539         * ldlang.h: Formatting.
1541 2002-12-07  Alan Modra  <amodra@bigpond.net.au>
1543         * ldlang.c (init_os): Ensure sections mentioned in load_base
1544         are initialized.
1546 2002-12-05  Alan Modra  <amodra@bigpond.net.au>
1548         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Set
1549         load_base for orphans that follow a section with load_base set.
1551 2002-12-01  H.J. Lu <hjl@gnu.org>
1553         * ld.texinfo: Remove the extra `;' in sample version script.
1555 2002-11-30  Alan Modra  <amodra@bigpond.net.au>
1557         * configure.host: Correct dynamic-linker for powerpc64 hosts.
1559         * Makefile.am (eelf32ppcwindiss.c): Correct dependencies.
1560         * Makefile.in: Regenerate.
1562         * ld.h, ldcref.c, ldctor.c, ldctor.h, ldemul.c, ldemul.h, ldexp.c,
1563         ldexp.h, ldfile.c, ldfile.h, ldgram.y, ldlang.c, ldlang.h, ldmain.c,
1564         ldmain.h, ldmisc.c, ldwrite.c, lexsup.c, mri.c, pe-dll.c, pe-dll.h,
1565         emulparams/elf32b4300.sh, emultempl/aix.em, emultempl/armcoff.em,
1566         emultempl/armelf.em, emultempl/armelf_oabi.em, emultempl/beos.em,
1567         emultempl/elf32.em, emultempl/generic.em, emultempl/gld960.em,
1568         emultempl/gld960c.em, emultempl/hppaelf.em, emultempl/linux.em,
1569         emultempl/lnk960.em, emultempl/m68kcoff.em, emultempl/mipsecoff.em,
1570         emultempl/mmix-elfnmmo.em, emultempl/mmixelf.em, emultempl/mmo.em,
1571         emultempl/needrelax.em, emultempl/pe.em, emultempl/ppc64elf.em,
1572         emultempl/sh64elf.em, emultempl/sunos.em, emultempl/ticoff.em: Replace
1573         boolean with bfd_boolean, true with TRUE, false with FALSE.  Simplify
1574         comparisons of bfd_boolean vars with TRUE/FALSE.  Formatting.
1576 2002-11-27  David O'Brien  <obrien@FreeBSD.org>
1578         * configure.host: Fix generic FreeBSD configuration entry.
1580 2002-11-27  H.J. Lu <hjl@gnu.org>
1582         * ld.texinfo: Add the missing `;' to sample version scripts.
1584 2002-11-20  Alan Modra  <amodra@bigpond.net.au>
1586         * emulparams/elf64ppc.sh (SEGMENT_SIZE): Don't define.
1588 2002-11-14  Egor Duda  <deo@logos-m.ru>
1590         * ldmain.c (main): Make runtime relocs disabled by default. Remove
1591         assignment which has no effect.
1592         * pe-dll.h (pe_create_import_fixup): Change prototype.
1593         * pe-dll.c (make_runtime_pseudo_reloc): New function.
1594         (pe_create_runtime_relocator_reference): Ditto.
1595         (pe_create_import_fixup): Handle relocations with non-zero addends.
1596         * emultempl/pe.em: Add options --enable-runtime-pseudo-reloc and
1597         --disable-runtime-pseudo-reloc.
1598         (make_import_fixup): Handle relocations with non-zero addends. Create
1599         an external reference to _pei386_runtime_relocator symbol if at least
1600         one pseudo reloc was created.
1601         * ld.texinfo: Document --enable-runtime-pseudo-reloc and
1602         --disable-runtime-pseudo-reloc options.
1604 2002-11-12  Earl Chew <earl_chew@agilent.com>
1606         * ldlang.c (lang_add_section): Discard debugging sections that have
1607         been marked SEC_EXCLUDE.
1609 2002-11-12  Nick Clifton  <nickc@redhat.com>
1611         * configure.in (ALL_LINGUAS): Add da.
1612         * configure: Regenerate.
1613         * po/da.po: New Danish translation.
1615 2002-11-12  Alan Modra  <amodra@bigpond.net.au>
1617         * emultempl/ppc64elf.em (ppc_before_allocation): New function.
1618         (LDEMUL_BEFORE_ALLOCATION): Define.
1619         (gld${EMULATION_NAME}_finish): Run discard_info for relocatable
1620         linking.
1621         * emultemp/hppaelf.em ((gld${EMULATION_NAME}_finish): Likewise.
1623 2002-11-11  Christopher Faylor  <cgf@redhat.com>
1625         * configure.tgt (LIB_PATH): Default to searching w32api directory under
1626         cygwin.
1628 2002-11-11  Charles Wilson  <cwilson@ece.gatech.edu>
1630         * pe-dll.c (autofilter_liblist): add libmingwex and libgcj to the list
1631         of restricted auto-export libs.
1633 2002-11-11  Charles Wilson  <cwilson@ece.gatech.edu>
1635         * pe-dll.c (autofilter_liblist): Generalize library names to catch more
1636         creative library naming instances like, e.g., libstdc++-2.a.
1638 2002-11-06  Alexandre Oliva  <aoliva@redhat.com>
1640         * emulparams/elf32btsmipn32.sh (TEXT_DYNAMIC): Define.
1641         * emulparams/elf64btsmip.sh (TEXT_DYNAMIC): Likewise.
1643 2002-11-07  Danny Smith  <dannysmith@users.sourceforge.net>
1645         * deffilep.y (def_lex): Handle '@' as first character of an ID.
1646         * pe-dll.c (auto-export): Filter on "_imp_" prefix, not "_imp__".
1647         (make_one): Don't prefix decorated fastcall symbols with '_'.
1648         (pe_process_import_defs): Likewise.
1649         * emultempl/pe.em (pe_fixup_stdcalls): Don't fixup fastcall
1650         symbols to cdecl names or vise-versa.
1652 2002-10-13  Eric Kohl  <ekohl@rz-online.de>
1654         * pe-dll.c (process_def_file): Handle fastcall symbols when
1655         generating undecorated aliases.  Don't prefix decorated fastcall
1656         symbols with '_'.
1657         (fill_exported_offsets): Don't prefix decorated fastcall symbols
1658         with '_'.
1660 2002-10-29  Daniel Jacobowitz  <drow@mvista.com>
1662         * emultempl/aix.em: Use include <> for generated headers.
1663         * emultempl/beos.em: Likewise.
1664         * emultempl/elf32.em: Likewise.
1665         * emultempl/pe.em: Likewise.
1666         * ldctor.c: Likewise.
1667         * ldexp.c: Likewise.
1668         * ldfile.c: Likewise.
1669         * ldlang.c: Likewise.
1670         * ldlex.c: Likewise.
1671         * ldlex.l: Likewise.
1672         * ldmain.c: Likewise.
1673         * ldmisc.c: Likewise.
1674         * ldwrite.c: Likewise.
1675         * lexsup.c: Likewise.
1676         * mri.c: Likewise.
1677         * pe-dll.c: Likewise.
1679 2002-10-23  Jakub Jelinek  <jakub@redhat.com>
1681         * emultempl/elf32.em (place_orphan): Don't put non-allocated .rel*
1682         sections into .rel{,a}.dyn.
1684 2002-10-23  Nick Clifton  <nickc@redhat.com>
1686         * lexsup.c (OPTION_NO_OMAGIC): Define.
1687         (ld_options): Add "no-omagic" option.
1688         (parse_args): Parse --no-omagic.
1689         * ld.texinfo: Document --no-omagic.
1690         * NEWS: Mention new option.
1692 2002-10-21  Danny Smith  <dannysmith@users.sourceforeg.net>
1694         * scripttempl/pe.sc (__RUNTIME_PSEUDO_RELOC_LIST__,
1695         __RUNTIME_PSEUDO_RELOC_LIST_END__): Add only when relocating.
1697 2002-10-22  Alexandre Oliva  <aoliva@redhat.com>
1699         * emulparams/elf32bmipn32-defs.sh: Set ELFSIZE according to
1700         emulation name.  Set LIB_PATH only for native tools, and
1701         search the ABI-specific versions of NATIVE_LIB_DIRS before the
1702         .../lib variants, not instead of them.  Mostly copied from...
1703         * emulparams/elf32ppc.sh: ... here.  Fixed typo.
1704         * emulparams/elf64bmip-defs.sh: Backed out.
1705         * emulparams/elf64bmip.sh: Import elf32bmipn32-defs.sh again.
1706         * emulparams/elf64btsmip.sh: Likewise.
1707         (DATA_ADDR, NONPAGED_TEXT_START_ADDR, SHLIB_TEXT_START_ADDR,
1708         TEXT_DYNAMIC): Removed.
1710 2002-10-17  Alexandre Oliva  <aoliva@redhat.com>
1712         * emulparams/elf32bmipn32-defs.sh (LIB_PATH): Set to /usr/lib32.
1713         (GENERATE_SHLIB_SCRIPT): Set to yes.
1714         (EXECUTABLE_SYMBOLS, WRITABLE_RODATA): Moved to...
1715         * emulparams/elf32bmipn32.sh: here.
1716         (GENERATE_SHLIB_SCRIPT): Deleted as redundant.
1717         * emulparams/elf32btsmipn32.sh: Delete redundant unsets.
1718         * emulparams/elf64bmip-defs.sh: New file.  Extend
1719         elf32bmipn32-defs.sh by overiding ELFSIZE and LIB_PATH.
1720         * emulparams/elf64bmip.sh: Bring in definitions from
1721         elf64bmip-defs.sh.
1722         (ELFSIZE, GENERATE_SHLIB_SCRIPT, LIB_PATH): Delete redundant
1723         settings.
1724         (WRITABLE_RODATA): Moved from elf32bmipn32-defs.sh.
1725         * emulparams/elf64btsmip.sh: Bring in definitions from
1726         elf64bmip-defs.sh.
1727         (ELFSIZE, GENERATE_SHLIB_SCRIPT): Delete, redundant.
1728         (EXECUTABLE_SYMBOLS, WRITABLE_RODATA): Delete redundant unsets.
1730 2002-10-16  Jakub Jelinek  <jakub@redhat.com>
1732         * configure.tgt (s390x-*-linux*): Add elf_s390 emulation.
1733         (s390-*-linux*): Add elf64_s390 emulation if want64.
1734         * emulparams/elf64_sparc.sh (LIB_PATH): Update to match 2002-05-22
1735         genscript.sh changes.
1736         * emulparams/elf_x86_64.sh (LIB_PATH): Likewise.
1737         * emulparams/elf64_s390.sh (LIB_PATH): Set up native 64 bit dirs.
1739 2002-10-15  Alan Modra  <amodra@bigpond.net.au>
1741         * ldlang.c (load_symbols): Revert last change.
1743 2002-10-14  Alan Modra  <amodra@bigpond.net.au>
1745         * ldlang.c (load_symbols): Don't call bfd_link_add_symbols when
1746         just_syms_flag.
1747         (lang_reasonable_defaults): Don't compare against false.
1748         (size_input_section): Likewise.
1749         (lang_size_sections_1): Likewise.
1750         (lang_do_assignments): Likewise.
1751         (lang_add_output): Likewise.
1753         * Makefile.am: Run "make dep-am".
1754         * Makefile.in: Regenerate.
1755         * ldver.c: #include "bfdver.h".
1757 2002-10-13  Stephane Carrez  <stcarrez@nerim.fr>
1759         * scripttempl/elfm68hc11.sc: Use KEEP for .vectors, .installN,
1760         .finiN section.
1761         * scripttempl/elfm68hc12.sc: Likewise.
1763 2002-10-11  Alan Modra  <amodra@bigpond.net.au>
1765         * pe-dll.c (make_import_fixup_mark): Avoid type-punned pointer.
1767         * ldgram.y (memory_spec): Provide empty action.
1768         (section <NAME>): Likewise.
1770 2002-10-10  Jakub Jelinek  <jakub@redhat.com>
1772         * ldfile.c (ldfile_try_open_bfd): When searching skip linker scripts if
1773         they have OUTPUT_FORMAT not matching actual output format.
1774         * ldlang.c (lang_get_output_target): New function.
1775         (open_output): Use it.
1776         * ldlang.h (lang_get_output_target): New prototype.
1778 2002-10-10  Alan Modra  <amodra@bigpond.net.au>
1780         * emultempl/elf32.em (output_rel_find): Prefer .rel script sections
1781         when orphan is .rel, .rela when orphan is .rela.
1782         (gld${EMULATION_NAME}_place_orphan): Handle combreloc .rel* case
1783         first.  Remove outsecname var.
1785 2002-10-09  Richard Shann <richard.shann@superh.com>
1786             Stephen Clarke <stephen.clarke@superh.com>
1788         * Makefile.am: Add eshelf32_linux.o and
1789         eshlelf32_linux.o, new emulations for sh64 Linux.
1790         * Makefile.in: Regenerate.
1791         * configure.tgt: Add sh64eb-*-linux* and sh64-*-linux* emulations.
1792         * emulparams/shelf32_linux.sh: New file.
1793         * emulparams/shlelf32_linux.sh: New file.
1795 2002-10-08  H.J. Lu <hjl@gnu.org>
1797         * ldlang.c (lang_file_exist): Removed.
1798         (new_afile): Revert the last change.
1799         * ldlang.h (lang_file_exist): Removed.
1800         * lexsup.c (parse_args): Revert the last change.
1802 2002-10-07  Ralf Habacker  <Ralf.Habacker@freenet.de>
1804         * pe-dll.cc (autofilter_symbolprefixlist): Don't re-export
1805         auto-import symbols.
1806         (make_one): Create _nm_<symbol> for data only.
1808 2002-10-05  Elias Athanasopoulos  <eathan@otenet.gr>
1810         * ldlang.c (lang_file_exist): New function.
1811         (new_afile): Abort if the filename to be added matches the linker
1812         output filename.
1813         * ldlang.h: Add prototype for lang_file_exist.
1814         * lexsup.c (parse_args): Abort if the output filename matches
1815         one of the input filenames.
1817 2002-10-02  Alan Modra  <amodra@bigpond.net.au>
1819         * emulparams/elf64ppc.sh (MAXPAGESIZE): Set to 0x10000.
1821 2002-09-30  Alan Modra  <amodra@bigpond.net.au>
1823         * scripttempl/elfd30v.sc: Order reloc sections placing .plt last.
1824         * scripttempl/elfm68hc11.sc: Likewise.
1825         * scripttempl/elfm68hc12.sc: Likewise.
1827         * emultempl/elf32.em (output_rel_find): Always place orphan loadable
1828         reloc sections just before .rel.plt/.rela.plt.
1829         (gld${EMULATION_NAME}_place_orphan <.rel>): Remove combreloc code.
1830         Only put loadable reloc sections in hold_rel.
1832 2002-09-29  H.J. Lu <hjl@gnu.org>
1834         * emulparams/elf32ppc.sh (OTHER_GOT_RELOC_SECTIONS): New.
1836 2002-09-25  Daniel Jacobowitz  <drow@mvista.com>
1838         From "Anita Kulkarni" <AnitaK@kpit.com>
1839         * scripttempl/sh.sc: Handle .eh_frame* and .gcc_exc*
1840         sections.
1842 2002-09-25  Alan Modra  <amodra@bigpond.net.au>
1844         * genscripts.sh (SEGMENT_SIZE): Use MAXPAGESIZE before
1845         TARGET_PAGE_SIZE.
1846         * scripttempl/elf.sc (DATA_SEGMENT_ALIGN): Incorporate
1847         SEGMENT_SIZE alignment.
1848         * emulparams/elf64ppc.sh (DATA_ADDR): Delete.
1849         (SEGMENT_SIZE): Define.
1851         * ldexp.c (fold_unary): New.  Split out from exp_fold_tree.
1852         (fold_binary): Correct abs - non-abs case.
1853         (fold_trinary): New.  Split out from exp_fold_tree.
1855 2002-09-24  Alan Modra  <amodra@bigpond.net.au>
1857         * emulparams/elf64ppc.sh (DATA_ADDR): Define.
1858         * emulparams/elf64_aix.sh (DATA_ADDR): Don't use a fixed address
1859         for start of .data, instead align up to 256M boundary.
1860         * scripttempl/aix.sc: Likewise.
1862 2002-09-22  Mark Elbrecht  <snowball3@softhome.net>
1864         * scripttempl/i386go32.sc: Handle bss unique sections.
1866 2002-09-21  Alan Modra  <amodra@bigpond.net.au>
1868         * ldmisc.c (vfinfo <%C,%D,%G>): Always output bfd, section and offset.
1870 2002-09-17  Stan Cox  <scox@redhat.com>
1872         * emulparams/elf32bmipn32-defs.sh: New file.
1873         * emulparams/elf32bmipn32.sh: Use elf32bmipn32-defs.sh.
1874         * emulparams/elf32btsmipn32.sh: Likewise.
1875         * emulparams/elf64bmip.sh: Likewise.
1876         * emulparams/elf64btsmip.sh: Likewise.
1878 2002-09-16  Bruno Haible  <bruno@clisp.org>
1880         * emulparams/elf_i386_fbsd.sh: Set OUTPUT_FORMAT to
1881         elf32-i386-freebsd.
1882         * emulparams/elf64alpha_fbsd.sh: Set OUTPUT_FORMAT to
1883         elf64-alpha-freebsd.
1885 2002-09-11  Nick Clifton  <nickc@redhat.com>
1887         * NEWS: New TI port supports both C4x and C3x series of DSPs.
1889         * po/tr.po: Updated Turkish translation.
1891 2002-09-06  Jeffrey A Law  (law@redhat.com)
1893         * configure.tgt (h8300-*-hms*, h8500-*-hms*): Restore.
1895 2002-09-02  Nick Clifton  <nickc@redhat.com>
1897         * scripttempl/v850.sc: Add EXTERN references to __ctbpm __gp and
1898         __ep.
1899         * emulparams/v850.sh (TEMPLATE_NAME): Define.
1901 2002-08-30  Nick Clifton  <nickc@redhat.com>
1903         * scripttempl/elfd10v.sc (MEMORY): Remove UNIFIED, it is not
1904         used.  Change INSN to start at 0x01000000 and extend for
1905         256K (ignoring holes).  Start the STACK on a word aligned
1906         boundary.
1907         (.rodata): Start it at the READONLY_START_ADDR.
1909 2002-08-30  Alan Modra  <amodra@bigpond.net.au>
1911         * emulparams/elf32ppc.sh (ARCH): Set to "powerpc:common".
1913 2002-08-28  Svein E. Seldal  <Svein.Seldal@solidas.com>
1915         * Makefile.am: Add etic4xcoff.o in ALL_EMULATIONS list and
1916         added makefile targets for this file.
1917         * Makefile.in: Regenerate.
1918         * configure.tgt: Added tic4x-coff and c4x-coff emulations.
1919         * NEWS: Mention new port.
1921 2002-08-28  Michael Hayes <m.hayes@elec.canterbury.ac.nz>
1923         * emulparams/tic3xcoff.sh: New file.
1924         * emulparams/tic4xcoff.sh: New file.
1925         * scripttempl/tic3xcoff.sc: New file.
1926         * scripttempl/tic4xcoff.sc: New file.
1928 2002-08-28  Alan Modra  <amodra@bigpond.net.au>
1930         * emultempl/aix.em (gld${EMULATION_NAME}_parse_args): Replace strtoll,
1931         strtoul and strtoull with bfd_scan_vma.
1932         (gld${EMULATION_NAME}_read_file): Likewise.
1934 2002-08-28  Alan Modra  <amodra@bigpond.net.au>
1936         * configure.tgt: Remove h8[35]00-*-hms*.  Add h8500-*-rtems*.
1938 2002-08-27  Egor Duda  <deo@logos-m.ru>
1940         * scripttempl/pe.sc: Handle .rdata_runtime_pseudo_reloc sections.
1941         Add symbols for application to access them.
1943 2002-08-27  Nick Clifton  <nickc@redhat.com>
1945         * emultempl/armelf.em: Revert this patch, it is not needed.
1947         2002-08-22  Adam Nemet  <anemet@lnxw.com>
1949 2002-08-20 Dan Kegel <dank@kegel.com>
1951         * configure.in: added --with-lib-path argument to ld's configure
1952         to set LIB_PATH.
1953         * NEWS: Document new switch.
1954         * README: Mention new switch.
1955         * configure: Regenerate.
1956         * Makefile.in: Regenerate.
1958         Based on this patch:
1959         2001-04-25  Christopher Faylor <cgf@cygnus.com>
1961         * Makefile.in (LIB_PATH): Make configurable.
1962         (GENSCRIPTS): Set LIB_PATH in environment.
1963         * configure.in: Substitute LIB_PATH.
1965 2002-08-22  Adam Nemet  <anemet@lnxw.com>
1967         * emultempl/armelf.em: Include elf-bfd.h and elf/arm.h.
1968         (arm_elf_finish): Set the last bit of DT_INIT and DT_FINI
1969         depending on the type of the function.
1970         (arm_elf_convert_thumb_symbol_to_address): New function.
1972 2002-08-22  Graeme Peterson  <gp@qnx.com>
1974         * Makefile.am: Add esh{l}elf_nto.o files.
1975         * Makefile.in: Regenerate.
1976         * configure.tgt: Add support for sh-**-nto* targets.
1977         * emulparams/shelf_nto.sh: New file.
1978         * emulparams/shlelf_nto.sh: New file.
1980 2002-08-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1982         * ldlang.c (offsetof): Define if not defined.
1984 2002-08-14  H.J. Lu <hjl@gnu.org>
1986         * configure.tgt: Always enable 64bit emulations for 32bit
1987         Linux/mips.
1989 2002-08-13  Alan Modra  <amodra@bigpond.net.au>
1991         * emulparams/elf32_dlx.sh (TARGET_PAGE_SIZE): Set to 1.
1992         (MAXPAGESIZE): Set to 1.
1994         * ld.h (ALIGN_N): Delete.
1995         * ldexp.h (align_n): Declare.
1996         * ldexp.c (align_n): New function.
1997         (fold_binary): Use align_n instead of ALIGN_N.
1998         (exp_fold_tree): Likewise.
1999         * ldlang.c (lang_size_sections_1): Likewise.
2000         (lang_one_common): Likewise.
2001         * ld.texinfo (ALIGN): Remove power of 2 restriction.
2003 2002-07-31  Graeme Peterson  <gp@qnx.com>
2005         * configure.tgt: Add support for powerpc{le}-*-nto* targets.
2006         * Makefile.am: Add eelf32{l}ppcnto.o files.
2007         * Makefile.in: Regenerate.
2008         * emulparams/elf32lppcnto.sh: New file.
2009         * emulparams/elf32ppcnto.sh: New file.
2011 2002-08-07  H.J. Lu <hjl@gnu.org>
2013         * ld.texinfo: Document --no-undefined-version.
2015         * ldlang.c (lang_new_vers_pattern): Set the `symver' and
2016         `script.' fields to 0.
2018         * ldmain.c (main): Initialize the allow_undefined_version to
2019         true.
2021         * lexsup.c (OPTION_NO_UNDEFINED_VERSION): New.
2022         (ld_options): Add --no-undefined-version.
2023         (parse_args): Support OPTION_NO_UNDEFINED_VERSION.
2025 2002-08-07  Nick Clifton  <nickc@redhat.com>
2027         * emultempl/armelf.em (arm_elf_before_allocation): Only search for
2028         an interworking bfd if there are input bfds. (107501)
2030 2002-08-06  Alan Modra  <amodra@bigpond.net.au>
2032         * emultempl/aix.em (gld*_before_parse): Set default arch.  Reverts
2033         2002-05-10 change.
2035 2002-08-01  Nick Clifton  <nickc@redhat.com>
2037         * emulparams/armelf.sh: Revert previous delta.
2038         * scripttempl/elf.sc: Revert previous delta.
2040 2002-07-31  H.J. Lu <hjl@gnu.org>
2042         * configure.tgt (powerpc*-*-linux*): Enable elf64ppc for
2043         --enable-64-bit-bfd.
2045 2002-07-31  H.J. Lu <hjl@gnu.org>
2047         * configure.tgt: Enable x86-64 emulation for Linux/i386 if
2048         64bit BFD is selected.
2050 2002-07-31  H.J. Lu <hjl@gnu.org>
2052         * configure.tgt: Enable 64bit emulations for 32bit Linux/mips
2053         if 64bit BFD is selected.
2055 2002-07-31  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
2057         * emultempl/netbsd.em (LDEMUL_BEFORE_PARSE): New file to custom set
2058         link_info.common_skip_ar_aymbols.
2059         * emulparams/ns32knbsd.sh (EXTRA_EM_FILE): Refer to extra file.
2061         * ldmain.c (main): Initialize new field
2062         link_info.common_skip_ar_aymbols.
2064 2002-07-31  Adam Nemet  <anemet@lnxw.com>
2066         * emulparams/armelf.sh (OTHER_PLT_SECTIONS): New variable.  Set it
2067         to .plt.thumb.
2068         * scripttempl/elf.sc: Comment it.  Use the same way as ${PLT} is
2069         used.
2071 2002-07-31  Nick Clifton  <nickc@redhat.com>
2073         * NEWS: Retroactively add entry for Lars Brinkhoff's contribution
2074         of the PDP-11 and 2.11BSD a.out support.
2076 2002-07-31  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2078         * Makefile.am (eelf32btsmipn32.o, eelf32ltsmipn32.o): New emulations
2079         for n32 ABI support.
2080         * Makefile.in: Regenerate.
2081         * configure.tgt (mips64*el-*-linux-gnu*,mips64*-*-linux-gnu*): Add
2082         n32 ABI emulations for these 64 bit targets.
2083         * emulparams/elf32bmipn32.sh: Expand comment.
2084         * emulparams/elf32btsmipn32.sh: New file, for traditional big endian
2085         n32 ABI.
2086         * emulparams/elf32ltsmipn32.sh: Likewise for little endian.
2088 2002-07-30  Graeme Peterson  <gp@qnx.com>
2090         * configure.tgt: Add support for arm-*-nto target.
2091         * Makefile.am: Add earmnto.o file.
2092         * Makefile.in: Regenerate.
2093         * NEWS: Mention port of ARM support to QNX.
2094         * emulparams/armnto.sh: New file.
2096 2002-07-30  Jakub Jelinek  <jakub@redhat.com>
2098         * ldlang.c (lang_add_section): Don't turn .tbss into normal sections
2099         for relocatable link.
2100         (lang_size_sections_1): Don't make .tbss zero size for relocatable
2101         link.
2103 2002-07-26  Bernd Schmidt  <bernds@redhat.com>
2105         * emulparams/elf32frv.sh (OTHER_RELOCATING_SECTIONS): Delete.
2106         (STACK_ADDR): New.
2108 2002-07-25  Nick Clifton  <nickc@redhat.com>
2110         * po/sv.po: Updated Swedish translation.
2111         * po/es.po: Updated Spanish translation.
2112         * po/fr.po: Updated French translation.
2114 2002-07-24  Nick Clifton  <nickc@redhat.com>
2116         * po/sv.po: Updated Swedish translation.
2117         * po/es.po: Updated Spanish translation.
2119 2002-07-23  Nick Clifton  <nickc@redhat.com>
2121         * po/fr.po: Updated French translation.
2123 2002-07-20  Alan Modra  <amodra@bigpond.net.au>
2125         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
2126         bomb on /DISCARD/ input section.
2127         * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
2128         * emultempl/mmo.em (mmo_place_orphan): Likewise.
2130 2002-07-19  Hans-Peter Nilsson  <hp@bitrange.com>
2132         * emultempl/mmo.em (mmo_place_orphan): Handle case of no .text
2133         output section.
2135 2002-07-16  Denis Chertykov  <denisc@overta.ru>
2136             Nick Clifton  <nickc@redhat.com>
2137             Frank Ch. Eigler  <fche@redhat.com>
2138             John Healy  <jhealy@redhat.com>
2140         * configure.tgt: Add support for ip2k-elf.
2141         * Makefile.am: Add support for ip2k-elf.
2142         * Makefile.in: Regenerate.
2143         * emulparams/elf32ip2k.sh: New file.
2144         * scripttempl/ip2k.sc: New file
2145         * NEWS: Mention support for new port.
2147 2002-07-16  Nick Clifton  <nickc@cambridge.redhat.com>
2149         * NEWS: Add 'Changes in 2.13'.
2151 2002-07-14  H.J. Lu <hjl@gnu.org>
2153         * ld.texinfo: Document a .symver takes precedence over a
2154         version script.
2156 2002-07-12  Alan Modra  <amodra@bigpond.net.au>
2158         * emulparams/elf64ppc.sh (ARCH): Set to powerpc:common64.
2159         (COMMONPAGESIZE): Define.
2161 2002-07-09  Alan Modra  <amodra@bigpond.net.au>
2163         * emulparams/hppanbsd.sh: Remark that hppaobsd.sh references this file.
2165 2002-07-09  Federico G. Schwindt <fgsch@olimpo.com.br>
2167         * configure.tgt: Add support for alpha-*-openbsd*, hppa-*-openbsd*,
2168         powerpc-*-openbsd* and sparc64-*-openbsd*.
2169         * Makefile.am (ALL_EMULATIONS): Add ehppaobsd.o.
2170         * Makefile.in: Regenerate.
2171         * emulparams/hppaobsd.sh: New file.
2173 2002-07-05  Alan Modra  <amodra@bigpond.net.au>
2175         * ldlang.c (print_wild_statement): Fix output formatting.
2177 2002-07-04  Alan Modra  <amodra@bigpond.net.au>
2179         * ldlang.c: (strip_excluded_output_sections): New function.
2180         (lang_process): Call it.
2181         (lang_size_sections_1): Revert 2002-06-10 change.
2183 2002-07-03  Alan Modra  <amodra@bigpond.net.au>
2185         * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
2186         Run "make dep-am".
2187         * Makefile.in: Regenerate.
2189 2002-07-02  Alan Modra  <amodra@bigpond.net.au>
2191         * ldfile.c (ldfile_try_open_bfd): Formatting.
2193         * ldmisc.c (demangle): Move so that it doesn't intrude between
2194         vfinfo comment and body.  Add comment.
2196 2002-07-01  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2198         * emulparams/vax.sh (OUTPUT_FORMAT): Use a.out-vax-bsd format.
2200 2002-07-01  Alan Modra  <amodra@bigpond.net.au>
2202         * ldlang.h (entry_sym): Make it a struct bfd_sym_chain.
2203         * ldlang.c (entry_sym): Likewise.
2204         (ldlang_undef_chain_list_type): Likewise.
2205         (lang_finish): Adjust references to entry_symbol.
2206         (lang_add_entry): Likewise.
2207         (lang_gc_sections): Use link_info.gc_sym_list.
2208         (lang_process): Set link_info.gc_sym_list.
2209         * ldlex.l: Include bfdlink.h.
2210         * ldmain.c (main): Init link_info.gc_sym_list.
2211         * emultempl/aix.em: Adjust references to entry_symbol.
2212         * emultempl/armcoff.em: Likewise.
2213         * emultempl/armelf.em: Likewise.
2214         * emultempl/pe.em: Likewise.
2215         * emultempl/ppc64elf.em (ppc_after_open): New function.
2216         (LDEMUL_AFTER_OPEN): Define.
2217         * emulparams/elf64ppc.sh: KEEP .opd sections.
2219 2002-06-29  Stephane Carrez  <stcarrez@nerim.fr>
2221         * emulparams/m68hc12elfb.sh (EEPROM_MEMORY): Define.
2222         * emulparams/m68hc11elfb.sh (EEPROM_MEMORY): Define.
2223         * emulparams/m68hc11elf.sh (EEPROM_SIZE): Define.
2224         (EEPROM_START_ADDR): Define.
2225         (EEPROM_MEMORY): Define.
2226         * emulparams/m68hc12elf.sh: Likewise.
2227         * scripttempl/elfm68hc11.sc: Handle .eeprom section; handle .softregs
2228         section to put soft registers in .page0.
2229         * scripttempl/elfm68hc12.sc: Likewise but put soft registers in bss.
2231 2002-06-26  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2233         * emulparams/hppa64linux.sh (OTHER_GOT_RELOC_SECTIONS): Add rela.opd
2234         section.  Add ${RELOCATING-0}.
2236 2002-06-26  J"orn Rennecke <joern.rennecke@superh.com>
2238         * emulparams/shelf.sh (STACK_ADDR): Don't define.
2239         (OTHER_SECTIONS): Define.
2240         * emulparams/shelf_nbsd.sh ((STACK_ADDR): Don't undef.
2241         (OTHER_SECTIONS): Undef.
2243 2002-06-26  Alan Modra  <amodra@bigpond.net.au>
2245         * ldmisc.c (demangle): Restore dots stripped from sym name.
2247 2002-06-25  H.J. Lu <hjl@gnu.org>
2249         * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
2250         * Makefile.in: Regenerated.
2252 2002-06-20  Nick Clifton  <nickc@cambridge.redhat.com>
2254         * ld.texinfo (Bug Reporting): Update text to suggest a limit on
2255         the size of attached object files, to allow make the object files
2256         available via FTP or HTTP and to mention that the mail will be
2257         sent to a mailing list.
2259 2002-06-20  Nathanael Nerode  <neroden@twcny.rr.com>
2261         * configure.host (romp): Drop support.
2263 2002-06-18  Chris Demetriou  <cgd@broadcom.com>
2265         * emultempl/mipself.em (mips_elf${ELFSIZE}_check_sections): Check
2266         section flags for SEC_DATA, rather than for SEC_CODE being unset.
2268 2002-06-18  Chris Demetriou  <cgd@broadcom.com>
2270         * emultempl/mipself.em (mips_elf${ELFSIZE}_check_sections): Fix
2271         format specifier used to print BFD name.
2273 2002-06-18  Dave Brolley  <brolley@redhat.com>
2275         From Catherine Moore, Michael Meissner, Jim Blandy:
2276         * emulparams/elf32frv.sh: New file.
2277         * configure.tgt: Support frv-*-*.
2278         * Makefile.am (ALL_EMULATIONS): Add eelf32frv.o.
2279         (eelf32frv.c): New target.
2281 2002-06-17  Tom Rix  <trix@redhat.com>
2283         * emultempl/elf32.em: gld*_get_script: Check for
2284         GENERATE_COMBRELOC_SCRIPT.
2285         * scripttempl/elfd10v.sc : Fix STACK and INSN.
2286         * emulparams/d10velf.sh : Fix TEXT_START_ADDR.
2288 2002-06-13  J"orn Rennecke <joern.rennecke@superh.com>
2290         * configure.tgt: Add support for sh[1234]*le*-*-elf, sh[1234]*-*-elf.
2292 2002-06-12  H.J. Lu <hjl@gnu.org>
2294         * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Return
2295         false if xvec doesn't match.
2297 2002-06-10  Richard Sandiford  <rsandifo@redhat.com>
2299         * ldlang.c (lang_size_sections_1): Skip removed output sections.
2301 2002-06-08  Alan Modra  <amodra@bigpond.net.au>
2303         * ldexp.c: Replace CONST with const.
2304         * ldfile.c: Likewise.
2305         * ldfile.h: Likewise.
2306         * ldlex.l: Likewise.
2307         * mri.c: Likewise.
2308         * pe-dll.h: Likewise.
2310 2002-06-07  Alan Modra  <amodra@bigpond.net.au>
2312         * emultempl/ppc64elf.em (new_vers_pattern): Warning fix.
2314 2002-06-07  Charles Wilson  <cwilson@ece.gatech.edu>
2316         * ldmain.c (main): initialize link_info.pei386_auto_import
2317         to -1 == implicit enable.
2318         * emultempl/pe.em (gld_${EMULATION_NAME}_before_parse):
2319         initialize link_info.pei386_auto_import to -1 == implicit
2320         enable.
2321         (gld_${EMULATION_NAME}_parse_args): When processing
2322         --enable-auto-import and --disable-auto-import options, use
2323         '1' and '0' instead of 'true' and 'false'.
2324         (pe_find_data_imports): Only issue message about auto-import
2325         when the feature is implicitly enabled.  Downgrade message to
2326         informational instead of warning.
2328 2002-06-07  Alan Modra  <amodra@bigpond.net.au>
2330         * scripttempl/elf.sc (.tbss): Fix mismatched parentheses/braces.
2332 2002-06-06  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2334         * configure.host (hppa*64*-*-hpux11*): Define NATIVE_LIB_DIRS,
2335         HOSTING_CRT0 and HOSTING_LIBS.
2337 2002-06-05  J"orn Rennecke <joern.rennecke@superh.com>
2339         * configure.tgt (shle*-*-elf*, sh64le-*-elf*): New configurations.
2341 2002-06-05  Jason Thorpe  <thorpej@wasabisystems.com>
2343         * emulparams/ns32knbsd.sh (EXECUTABLE_SYMBOLS): Set _DYNAMIC to 0.
2344         (NONPAGED_TEXT_START_ADDR): Set to 0x1000.
2346 2002-06-05  Alan Modra  <amodra@bigpond.net.au>
2348         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Place
2349         SEC_EXCLUDE sections when doing a relocatable link.
2351 2002-06-04  Jason Thorpe  <thorpej@wasabisystems.com>
2353         * Makefile.am (ALL_EMULATIONS): Add eshelf32_nbsd.o,
2354         eshlelf32_nbsd.o, eshelf64_nbsd.o, and eshlelf64_nbsd.o.
2355         (eshelf32_nbsd.c, eshelf64_nbsd.c, eshlelf32_nbsd.c)
2356         (eshlelf64_nbsd.c): New rules.
2357         * Makefile.in: Regenerate.
2358         * configure.tgt (sh5le-*-netbsd*, sh5-*-netbsd*, sh64le-*-netbsd*)
2359         (sh64-*-netbsd*): New targets.
2360         * emulparams/shelf32_nbsd.sh: New file.
2361         * emulparams/shelf64_nbsd.sh: New file.
2362         * emulparams/shlelf32_nbsd.sh: New file.
2363         * emulparams/shlelf64_nbsd.sh: New file.
2365 2002-06-04  Alan Modra  <amodra@bigpond.net.au>
2367         * ldlang.c (section_already_linked): Call bfd_discard_group.  Typo fix.
2369 2002-06-02  Marek Michalkiewicz  <marekm@amelek.gda.pl>
2371         * scripttempl/avr.sc: Changes to support current GCC and avr-libc,
2372         C++ constructors/destructors, loosely based on the m68hc11 port.
2374 2002-05-31  Alan Modra  <amodra@bigpond.net.au>
2376         * Makefile.in: Regenerate.
2377         * aclocal.m4: Regenerate.
2378         * config.in: Regenerate.
2379         * configure: Regenerate.
2381 2002-05-31  Graeme Peterson  <gp@qnx.com>
2383         * Makefile.am (ALL_EMULATIONS): Add ei386nto.o.
2384         (ei386nto.c): Add rule.
2385         * Makefile.in: Regenerate.
2386         * configure.tgt: Add i[3456]86-*-nto-qnx*.
2387         * emulparams/i386nto.sh: New file.
2389 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
2391         * NEWS: Add entry for VAX ELF support.
2393 2002-05-29  Matt Thomas  <matt@3am-software.com>
2394             Jason Thorpe  <thorpej@wasabisystems.com>
2396         * Makefile.am (ALL_EMULATIONS): Add eelf32vax.o and evaxnbsd.o.
2397         (eelf32vax.c)
2398         (evaxnbsd.c): New rules.
2399         * Makefile.in: Regenerate.
2400         * configure.tgt (vax-*-netbsdelf*)
2401         (vax-*-netbsdaout*)
2402         (vax-*-netbsd*): New targets.
2403         * emulparams/elf32vax.sh: New file.
2404         * emulparams/vaxnbsd.sh: New file.
2406 2002-05-29  Adam Nemet  <anemet@lnxw.com>
2408         * emultempl/armelf.em (arm_elf_after_open): Don't determine
2409         bfd_for_interwork, instead add glue sections to each input bfd.
2410         (bfd_for_interwork): New global.
2411         (arm_elf_set_bfd_for_interworking): New function.
2412         (arm_elf_before_allocation): Use it.
2414 2002-05-28  Kuang Hwa Lin <kuang@sbcglobal.net>
2416         * Makefile.am: Add DLX make target.
2417         * configure.tgt: Add DLX configuration.
2418         * Makefile.in: Regenerate.
2419         * emulparams/elf32_dlx.sh: New file
2420         * scripttempl/dlx.sc: New file
2422 2002-05-27  Per Lundberg  <per@caleb.dnsalias.org>
2424         * Makefile.am (eelf_i386_chaos): Use elf_chaos.sc script.
2425         * Makefile.in: Regenerate.
2426         * emulparams/elf_chaos.sh: Use elf_chaos script.
2427         * scripttempl/elf_chaos.sc: New file.
2429 2002-05-27  Richard Sandiford  <rsandifo@redhat.com>
2431         * ldlang.c (lang_size_sections_1): Move check for conflicting load
2432         addresses and regions from here...
2433         (lang_get_regions): ...to this new function.
2434         (lang_leave_output_section_statement): Use lang_get_regions.
2435         (lang_leave_overlay): Likewise.
2436         * mri.c (mri_draw_tree): Pass null as last argument to
2437         lang_leave_output_section_statement.
2438         * emultempl/elf32.em (gld*_place_orphan): Likewise.
2439         * emultempl/mmo.em (mmo_place_orphan): Likewise.
2440         * emultempl/pe.em (gld*_place_orphan): Likewise.
2442 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
2444         * configure.tgt: Use ns32k-*-netbsd* instead of ns32k-pc532-netbsd*.
2446 2002-05-25  Kazu Hirata  <kazu@cs.umass.edu>
2448         * ldemul.c: Fix formatting.
2449         * ldfile.c: Likewise.
2450         * pe-dll.c: Likewise.
2451         * pe-dll.h: Likewise.
2453 2002-05-25  Alan Modra  <amodra@bigpond.net.au>
2455         * ldlang.c (lang_process): Formatting, grammar.
2457         * ldlex.l: Use #include "" instead of <> for local header files.
2459 2002-05-24  TAMURA Kent <kent@netbsd.org>
2461         * configure.tgt: Add a target for i386-netbsdpe.
2463 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
2465         * scripttempl/elf.sc: Add .rel{,a}.t{bss,data}, .tdata and .tbss.
2466         * ldlang.c (lang_add_section): Set SEC_THREAD_LOCAL for
2467         output section if necessary.  Handle .tbss.
2468         (lang_size_sections): Clear _raw_size for .tbss section
2469         (it allocates space in PT_TLS segment only).
2470         * ldwrite.c (build_link_order): Build link order for .tbss too.
2472 2002-05-23  Alan Modra  <amodra@bigpond.net.au>
2474         * configure.in: Correct spelling of AC_PREREQ.
2476 2002-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
2478         * pe-dll.c (autofilter_liblist): Add more system libs excluded by
2479         default.
2480         (autofilter_objlist): Add crtbegin.o, crtend.o.
2482 2002-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
2484         * emultempl/pe.em (OPTION_EXCLUDE_LIBS): Add new define.
2485         (longopts): Add new option --exclude-libs.
2486         (gld_${EMULATION_NAME}_list_options): Give quick help about it.
2487         (gld_${EMULATION_NAME}_parse_args): Use it.
2488         * pe-dll.h (pe_dll_add_excludes): Add second param to prototype.
2489         * pe-dll.c (exclude_list_struct): Add field type to distinguish symbols
2490         from whole archives.
2491         (pe_dll_add_excludes): Set excludes->type.
2492         (auto_export): Add new variable libname and set to archive basename if
2493         abfd.  Use it when filtering default and user-specified libarary
2494         excludes.  Let string "ALL" mean all libs when filtering user-specified
2495         libs.
2496         * ld.texinfo: Document --exclude-libs.
2498 2002-05-22  Alan Modra  <amodra@bigpond.net.au>
2500         * ldemul.c (ldemul_new_vers_pattern): New function.
2501         * ldemul.h (ldemul_new_vers_pattern): Declare.
2502         (struct ld_emulation_xfer_struct): Add new_vers_pattern.
2503         * ldlang.c (lang_new_vers_pattern): Call ldemul_new_vers_pattern.
2504         * emultempl/ppc64elf.em (dotsyms): New static var.
2505         (gld${EMULATION_NAME}_new_vers_pattern): New function.
2506         (LDEMUL_NEW_VERS_PATTERN): Define.
2507         (PARSE_AND_LIST_PROLOGUE): Add OPTION_DOTSYMS, OPTION_NO_DOTSYMS.
2508         (PARSE_AND_LIST_LONGOPTS): Likewise.
2509         (PARSE_AND_LIST_ARGS_CASES): Handle them.
2510         * emultempl/aix.em (ld_${EMULATION_NAME}_emulation): Update
2511         initialiser.
2512         * emultempl/armcoff.em: Likewise.
2513         * emultempl/armelf_oabi.em: Likewise.
2514         * emultempl/beos.em: Likewise.
2515         * emultempl/elf32.em: Likewise.
2516         * emultempl/generic.em: Likewise.
2517         * emultempl/gld960.em: Likewise.
2518         * emultempl/gld960c.em: Likewise.
2519         * emultempl/linux.em: Likewise.
2520         * emultempl/lnk960.em: Likewise.
2521         * emultempl/m68kcoff.em: Likewise.
2522         * emultempl/mipsecoff.em: Likewise.
2523         * emultempl/pe.em: Likewise.
2524         * emultempl/sunos.em: Likewise.
2525         * emultempl/ticoff.em: Likewise.
2526         * emultempl/vanilla.em: Likewise.
2528 2002-05-22  Alan Modra  <amodra@bigpond.net.au>
2530         * genscripts.sh (LIB_PATH): For native targets, concatenate $libdir
2531         and $NATIVE_LIB_DIRS.  Add $tool_lib before other libs.
2532         (LIB_SEARCH_DIRS): No need to use "tr".
2533         (COMPILE_IN): Only set for native targets.
2534         * configure.host (NATIVE_LIB_DIRS): Specify all native search dirs
2535         here, rather than adding lib:/usr/lib:/usr/local/lib in genscripts.sh.
2536         * configure.tgt (powerpc*): Set tdir_*.
2537         (powerpcle*): Correct targ_extra_emuls.
2538         * emulparams/elf32ppc.sh (LIB_PATH): Set up native 64 bit dirs.
2539         * emulparams/elf64ppc.sh (LIB_PATH): Likewise.
2541 2002-05-22  Alan Modra  <amodra@bigpond.net.au>
2543         * emultempl/pe.em (set_pe_subsystem): Don't set "cmdline" when
2544         calling lang_add_entry.
2546 2002-05-21  H.J. Lu  (hjl@gnu.org)
2548         * emultempl/elf32.em (gld${EMULATION_NAME}_parse_args): Handle
2549         "-z muldefs".
2550         (gld${EMULATION_NAME}_list_options): Add "-z muldefs".
2552         * ld.texinfo: Updated for --allow-multiple-definition and
2553         "-z muldefs".
2555         * ldmain.c (main): Initialize the allow_multiple_definition
2556         field to false.
2558         * lexsup.c (OPTION_ALLOW_MULTIPLE_DEFINITION): New.
2559         (ld_options): Add --allow-multiple-definition.
2560         (parse_args): Support OPTION_ALLOW_MULTIPLE_DEFINITION.
2562 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
2564         * Makefile.am (ALL_EMULATIONS): Add earmelfb_nbsd.o.
2565         (earmelfb_nbsd.c): New rule.
2566         * Makefile.in: Regenerate.
2567         * configure.tgt (armeb-*-netbsdelf*): New target.
2568         (arm-*-netbsdelf*): Add armelfb_nbsd to targ_extra_emuls.
2569         (arm-*-netbsd*): Likewise.
2570         * emulparams/armelfb_nbsd.sh: New file.
2572 2002-05-18  Tom Rix  <trix@redhat.com>
2574         * emultempl/aix.em (gld*_parse_args): Add -bnortl and -bnortllib
2575         support.
2577 2002-05-17  Marek Michalkiewicz  <marekm@amelek.gda.pl>
2579         * Makefile.am: Add new emulations avr1, avr2, avr3, avr4, avr5.
2580         * Makefile.in: Regenerate.
2581         * configure.tgt (avr-*-*): Add avr[1-5] to targ_extra_emuls.
2583 2002-05-16  Marek Michalkiewicz  <marekm@amelek.gda.pl>
2585         * emulparams/avr1.sh: New file.
2586         * emulparams/avr2.sh: New file.
2587         * emulparams/avr3.sh: New file.
2588         * emulparams/avr4.sh: New file.
2589         * emulparams/avr5.sh: New file.
2590         * scripttempl/avr.sc: New file.
2592 2002-05-15  Alan Modra  <amodra@bigpond.net.au>
2594         * ldlang.c (section_already_linked): Call bfd_link_just_syms.
2595         (lang_place_orphans): Abort if just_syms_flag.
2597 2002-05-10  Tom Rix  <trix@redhat.com>
2599         * emultempl/aix.em: (gld*_set_output_arch): New function. Use
2600         architecture and machine information in the output bfd.
2601         (gld*_before_parse): Remove old arch and machine code.
2602         (choose_target): Rename to gld*_choose_target.
2603         (rtld): Change type to int.
2604         * ldfile.c (ldfile_try_open_bfd): Disable compatiblity check for
2605         objects in XCOFF archives.
2606         * ldfile.h: Update copyright date.
2608 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
2610         * ldmain.c (main): Enable -z combreloc by default.
2612 2002-05-07  Federico G. Schwindt <fgsch@olimpo.com.br>
2614         * Makefile.am: Honour DESTDIR.
2615         * Makefile.in: Regenerate.
2617 2002-05-07  Richard Sandiford  <rsandifo@redhat.com>
2619         * ldlang.h (lang_output_section_statement_type): Add update_dot_tree.
2620         (lang_enter_overlay): Remove the last two parameters.
2621         (lang_leave_overlay): Take them here instead.
2622         * ldgram.y (memspec_at_opt): Set $$ to null if no region is given.
2623         (section): Pass LMA and crossref flag to lang_leave_overlay rather
2624         than lang_enter_overlay.
2625         * ldlang.c (lang_memory_region_lookup): Return null for null names.
2626         (lang_output_section_statement_lookup): Initialize update_dot_tree.
2627         (lang_size_sections_1): Evaluate it.
2628         (lang_leave_output_section_statement): Rework LMA lookup.
2629         (overlay_lma, overlay_nocrossrefs): Remove.
2630         (lang_enter_overlay): Remove LMA and crossref arguments.
2631         (lang_enter_overlay_section): Don't set the LMA here.
2632         (lang_leave_overlay): Take LMA and crossref arguments.  Move the '.'
2633         assignment to the last section's update_dot_tree.  Unconditionally
2634         use the load and run-time regions specified in the OVERLAY statement.
2635         Likewise the first section's LMA.  Only set the other sections' LMAs
2636         when no load region is given.
2638 2002-05-06  Nick Clifton <nickc@redhat.com>
2640         * po/sv.po: New translation.
2642 2002-05-04  Alan Modra  <amodra@bigpond.net.au>
2644         * emultempl/hppaelf.em (build_section_lists): New function.
2645         (gld${EMULATION_NAME}_finish): Call elf32_hppa_setup_section_lists
2646         and build_section_lists.
2648 2002-05-03  Kazu Hirata  <kazu@cs.umass.edu>
2650         * ld.h: Fix formatting.
2651         * ldexp.c: Likewise.
2652         * ldfile.c: Likewise.
2653         * ldlang.c: Likewise.
2654         * ldmain.c: Likewise.
2655         * lexsup.c: Likewise.
2656         * pe-dll.c: Likewise.
2658 2002-05-02  Alan Modra  <amodra@bigpond.net.au>
2660         * emultempl/ppc64elf.em (gld${EMULATION_NAME}_after_allocation):
2661         Adjust for ppc64_elf_set_toc change.  #include libbfd.h.
2662         (build_section_lists): Do output_section tests here.
2664 2002-04-30  Tom Rix  <trix@redhat.com>
2666         * emultempl/aix.em : (gld*_parse_arge): Formatting changes.
2668 2002-05-01  Alan Modra  <amodra@bigpond.net.au>
2670         Long branch stubs, multiple stub sections.
2671         * emultempl/ppc64elf.em: Include ldctor.h.
2672         (stub_file): New var.
2673         (group_size): New var.
2674         (ppc_create_output_section_statements): New function.
2675         (struct hook_stub_info): New.
2676         (hook_in_stub): New function.
2677         (ppc_add_stub_section): New function.
2678         (ppc_layout_sections_again): New function.
2679         (build_section_lists): New function.
2680         (gld${EMULATION_NAME}_finish): Rewrite.
2681         (real_func): New var.
2682         (ppc_for_each_input_file_wrapper): New function.
2683         (ppc_lang_for_each_input_file): New function.
2684         (lang_for_each_input_file): Define.
2685         (PARSE_AND_LIST_PROLOGUE): Define.
2686         (PARSE_AND_LIST_LONGOPTS): Define.
2687         (PARSE_AND_LIST_OPTIONS): Define.
2688         (PARSE_AND_LIST_ARGS_CASES): Define.
2689         (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
2691 2002-04-30  Tom Rix  <trix@redhat.com>
2693         * emultempl/aix.em (gld*_parse_arge, gld*_before_allocation): Add
2694         -blibpath, -bnolibpath support.
2696 2002-04-30  Mark Mitchell  <mark@codesourcery.com>
2698         * Makefile.am (ALL_EMULATIONS): Add elf32ppcwindiss.o.
2699         (eelf32ppcwindiss.c): New target.
2700         * Makefile.in: Regenerated.
2701         * configure.tgt: Add support for powerpc-*-windiss.
2702         * emulparams/elf32ppcwindiss.sh: New file.
2704 2002-04-30  Richard Sandiford  <rsandifo@redhat.com>
2706         * ldlang.c (print_assignment): Update print_dot for assignments to ".".
2707         * ldexp.c (exp_print_token): Add "infix_p" argument.
2708         (exp_print_tree): Update accordingly.
2710 2002-04-28  Alan Modra  <amodra@bigpond.net.au>
2712         * Makefile.am (mpw): New maintainer mode rule to make mpw-*.c files.
2713         * Makefile.in: Regenerate.
2714         * mpw-elfmips.c: Delete.
2715         * mpw-eppcmac.c: Delete.
2716         * mpw-esh.c: Delete.
2717         * mpw-idtmips.c: Delete.
2719 2002-04-17  J"orn Rennecke <joern.rennecke@superh.com>
2721         * emulparams/shelf32.sh (MACHINE): Now sh5.
2723 2002-04-17  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2725         * ldgram.y: Fix syntax warning.
2727 2002-04-11  Nick Clifton  <nickc@cambridge.redhat.com>
2729         * emultempl/armelf.em (PARSE_AND_LIST_SHORTOPTS): Add 'n' in order
2730         to prevent "-n" from being taken as an abbreviation for
2731         "--no-pipeline-knowledge".
2733 2002-04-08  Alan Modra  <amodra@bigpond.net.au>
2735         * ldlang.c (lang_size_sections_1): Don't complain about
2736         SEC_NEVER_LOAD sections having no memory region specified.
2738         * ld.texinfo (Format Commands <OUTPUT_FORMAT>): Typo fix.
2740 2002-04-07  matthew green  <mrg@redhat.com>
2742         * configure.host (*-*-netbsd*): Add support for NetBSD/ELF.
2744 2002-04-04  Alan Modra  <amodra@bigpond.net.au>
2746         * dep-in.sed: Cope with absolute paths.
2747         * Makefile.am (dep.sed): Subst TOPDIR and BFDDIR.
2748         Run "make dep-am".
2749         * Makefile.in: Regenerate.
2751 2002-04-04  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2753         * emulparams/elf64btsmip.sh: n64 replaces .reginfo with .MIPS.options.
2755 2002-04-03  Jakub Jelinek  <jakub@redhat.com>
2757         * ldexp.c (fold_binary) [DATA_SEGMENT_ALIGN]: If common page size
2758         is smaller than maximum, round dot up to common page boundary.
2760 2002-03-28  Alan Modra  <amodra@bigpond.net.au>
2762         * configure.host: Set up for generic hosts first, then tweak as
2763         necessary in more specific targets.
2764         (HOSTING_LIBS): Include libgcc_eh.a if found.
2766 2002-03-23  Andreas Jaeger  <aj@suse.de>
2768         * emulparams/elf_x86_64.sh (COMMONPAGESIZE): Set it.
2770 2002-03-21  Alan Modra  <amodra@bigpond.net.au>
2772         * Makefile.am: Run "make dep-am".
2773         * Makefile.in: Regenerate.
2775 2002-03-21  Albert Chin-A-Young  <china@thewrittenword.com>
2777         * genscripts.sh (LIB_SEARCH_DIRS): Quote path.
2779 2002-03-20  Alan Modra  <amodra@bigpond.net.au>
2781         * ldlang.c (ldlang_add_undef): If the output bfd has been opened,
2782         add the symbol to the linker hash table immediately.
2783         (lang_place_undefineds): Split symbol creation out..
2784         (insert_undefined): ..to here.
2786 2002-03-18  David O'Brien  <obrien@FreeBSD.org>
2788         * emultempl/elf32.em: Use lbasename vs. basename to fix problem where
2789         the contents of the buffer returned from basename function will are
2790         getting overwritten while still being used.
2792 2002-03-18  Jan Hubicka  <jh@suse.cz>
2793             Andreas Jaeger  <aj@suse.de>
2794             Andreas Schwab  <schwab@suse.de>
2796         * configure.tgt (x86_64-*-linux-gnu*): Configure i386 as native.
2797         * elf_x86_64.sh (ARCH): Set to i386:x86-64
2798         set libraries to default to lib64 paths.
2800 2002-03-18  Tom Rix  <trix@redhat.com>
2802         * Makefile.am : Add eaix5ppc and eaix5rs6, AIX 5 support.
2803         * configure.tgt : Same.
2804         * emulparms/aix5ppc.sh : New file. For eaix5ppc.
2805         * emulparms/aix5rs6.sh : New file. For eaix5rs6.
2806         * emulparms/aixppc.sh : OUPUT_FORMAT_32BIT and OUTPUT_FORMAT_64BIT
2807         emulation parameters for better -b32, -b64 support.
2808         * emulparms/aixrs6.sh : Same.
2809         * emulparms/ppcmacos.sh : Same.
2810         * emultempl/aix.em (choose_target) : Use new emulation parameters
2811         OUTPUT_FORMAT_32BIT and OUTPUT_FORMAT_64BIT.
2812         * Makefile.in : Regenerate.
2814 2002-03-18  Nick Clifton  <nickc@cambridge.redhat.com>
2816         * po/fr.po: Updated version.
2818 2002-03-18  Alan Modra  <amodra@bigpond.net.au>
2820         * ldmain.c (main): Move .text readonly flag fudges from here..
2821         * ldlang.c (lang_process): ..to here.
2823 2002-03-14  Alan Modra  <amodra@bigpond.net.au>
2825         * ldlang.c (lang_check): Remove the word size check added in last
2826         change.  Treat emitrelocations case as for relocatable links.
2828 2002-03-13  Nick Clifton  <nickc@cambridge.redhat.com>
2830         * po/fr.po: Updated version.
2832 2002-03-13  Alan Modra  <amodra@bigpond.net.au>
2834         * ldlang.c (lang_check): Do relocatable link checks first, so that
2835         warn_mismatch can't override.  Check compatible and word size too.
2837 2002-03-07  Daniel Jacobowitz  <drow@mvista.com>
2839         * ld.texinfo: Wrap @menu in @ifnottex, not @ifinfo.
2841 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
2843         * scripttempl/elf.sc: Only use DATA_SEGMENT_END() together with
2844         DATA_SEGMENT_ALIGN.
2846 2002-03-04  H.J. Lu <hjl@gnu.org>
2848         * scripttempl/elf.sc: Put .preinit_array, .init_array and
2849         .fini_array in the data segment.
2851 2002-03-04  Alan Modra  <amodra@bigpond.net.au>
2853         * scripttempl/elf.sc: Correct syntax errors in 2002-03-01 commit.
2855 2002-03-01  David Mosberger  <davidm@hpl.hp.com>
2857         * scripttempl/elf.sc (SECTIONS): Add entries for .preinit_array,
2858         .init_array, and .fini_array.
2860 2002-02-20  Andreas Schwab  <schwab@suse.de>
2862         * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Don't fold
2863         .IA64_unwind* in a relocatable link.
2865 2002-02-20  Nick Clifton  <nickc@cambridge.redhat.com>
2867         * NEWS: Mark 2.12 branch.
2869 2002-02-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2871         * emulparams/elf64_s390.sh (ARCH): Change to "s390:64-bit".
2872         * emulparams/elf_s390.sh (ARCH): Change to "s390:31-bit".
2874 2002-02-18  Tom Rix  <trix@redhat.com>
2876         * emultempl/aix.em (gld*_parse_args): Add -brtl support.
2877         (gld*_before_allocation): Same.
2878         (gld*_create_output_section_statements): Generate
2879         __rtinit if run time linking.  Add librtl.a to the link.
2880         (gld*_read_file): Clean.
2882 2002-02-18  Alan Modra  <amodra@bigpond.net.au>
2884         * emulparams/elf64ppc.sh (OTHER_TEXT_SECTIONS): Define.
2886 2002-02-18  David O'Brien  <obrien@FreeBSD.org>
2888         * Makefile.am: Add new files earmelf_fbsd, eelf32ppc_fbsd,
2889         eelf_i386_fbsd, eelf64_ia64_fbsd, eelf_x86_64_fbsd, eelf64_sparc_fbsd,
2890         and eelf64alpha_fbsd.
2891         * Makefile.in: Regenerate.
2892         * configure.tgt(sparc64-*-freebsd, ia64-*-freebsd, i[3456]86-*-freebsd,
2893         x86_64-*-freebsd, arm-*-freebsd, alpha*-*-freebsd, powerpc-*-freebsd):
2894         use a FreeBSD-specific emulation rather than the psABI one.
2895         * emulparams/elf_fbsd.sh (ELF_INTERPRETER_NAME): Set appropriate value
2896         for all FreeBSD ELF systems.
2897         * emulparams/armelf_fbsd.sh: Bridge elf_fbsd.sh and the "native" psABI
2898         emulation.
2899         * emulparams/elf32ppc_fbsd.sh: Likewise.
2900         * emulparams/elf64_ia64_fbsd.sh: Likewise.
2901         * emulparams/elf64_sparc_fbsd.sh: Likewise.
2902         * emulparams/elf64alpha_fbsd.sh: Likewise.
2903         * emulparams/elf_i386_fbsd.sh: Likewise.
2904         * emulparams/elf_x86_64_fbsd.sh: Likewise.
2906 2002-02-18  Nick Clifton  <nickc@cambridge.redhat.com>
2908         * po/tr.po: Updated version.
2910 2002-02-18  Alan Modra  <amodra@bigpond.net.au>
2912         * ld.texinfo (Output Section Fill): Fix amateur texinfo.
2913         (FILL): Likewise.
2915 2002-02-17  Hans-Peter Nilsson  <hp@bitrange.com>
2917         * emultempl/mmo.em (mmo_after_open): Don't call
2918         _bfd_mmix_check_all_relocs when producing ELF output.
2920 2002-02-15  Richard Henderson  <rth@redhat.com>
2922         * emulparams/elf64alpha.sh (NOP): Adjust for big-endian
2923         definition.  Emit a unop+nop pair.
2925 2002-02-15  Hans-Peter Nilsson  <hp@bitrange.com>
2927         * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Also check
2928         for presence of .MMIX.reg_contents.linker_allocated before early
2929         exit.
2931         * NEWS: Mention support for MMIX.
2933 2002-02-15  Alan Modra  <amodra@bigpond.net.au>
2935         Support arbitrary length fill patterns.
2936         * ld.texinfo (Output Section Fill): Describe fill expressions.
2937         (FILL): Refer to the above.
2938         * ldexp.h (etree_value_type): Add "str" field.
2939         (union etree_union): Add "str" to "value" struct.
2940         (exp_bigintop): Declare.
2941         (exp_get_fill): Declare.
2942         * ldexp.c: Include "safe-ctype.h".
2943         (exp_intop): Set value.str to NULL.
2944         (exp_bigintop): New function.
2945         (new_rel): Pass in "str", and set new.str from it.
2946         (new_rel_from_section): Set new.str to NULL.
2947         (fold_name): Adjust calls to new_rel.
2948         (exp_fold_tree): Likewise.
2949         (exp_get_fill): New function.
2950         * ldgram.y (struct big_int bigint, fill_type *fill): New.
2951         (INT): Returns a "bigint".  Adjust all code handling INTs.
2952         (fill_opt): Returns a "fill".
2953         (fill_exp): Split out of fill_opt, use for FILL.
2954         * ldlang.h (struct _fill_type): New.
2955         (fill_type): Move typedef to ldexp.h.
2956         (lang_output_section_statement_type): "fill" is now a pointer.
2957         (lang_fill_statement_type): Likewise.
2958         (lang_padding_statement_type): Likewise.
2959         (lang_add_fill): Now takes a "fill_type *" param.
2960         (lang_leave_output_section_statement): Likewise.
2961         (lang_do_assignments): Likewise.
2962         (lang_size_sections): Likewise.
2963         (lang_leave_overlay_section): Likewise.
2964         (lang_leave_overlay): Likewise.
2965         * ldlang.c: Include ldgram.h after ldexp.h.
2966         (lang_output_section_statement_lookup): Adjust for fill_type change.
2967         (print_fill_statement): Likewise.
2968         (print_padding_statement): Likewise.
2969         (insert_pad): Now takes a "fill_type *" arg.
2970         (size_input_section): Likewise.
2971         (lang_size_sections_1): Likewise.
2972         (lang_size_sections): Likewise.
2973         (lang_do_assignments): Likewise.
2974         (lang_add_fill): Likewise.
2975         (lang_leave_output_section_statement): Likewise.
2976         (lang_leave_overlay_section): Likewise.
2977         (lang_leave_overlay): Likewise.
2978         Adjust all callers of the above function.
2979         * ldlex.l: Include ldgram.h after ldexp.h.  Allow hex numbers
2980         starting with "0X" as well as "0x".  Return bigint.str for hex
2981         numbers starting with "0x" or "0X", zero bigint.str otherwise.
2982         Always use base 16 for numbers starting with "$".
2983         * ldmain.c: Include ldgram.h after ldexp.h.
2984         * ldwrite.c (build_link_order): Use bfd_data_link_order in place
2985         of bfd_fill_link_order.
2986         * pe-dll.c: Adjust lang_do_assignments calls.
2987         * emultempl/elf32.em: Likewise.
2988         * emultempl/hppaelf.em: Likewise.
2989         * emultempl/ppc64elf.em: Likewise.
2990         * emultempl/beos.em: Include ldgram.h after ldexp.h, adjust
2991         lang_add_assignment call.
2992         * emultempl/pe.em: Likewise.
2994 2002-02-14  Phil Edwards  <pme@gcc.gnu.org>
2996         * ld.texinfo (VERSION scripts): Symbol names are globbing patterns.
2997         * ldgram.y (lang_new_vers_regex): Rename to lang_new_vers_pattern;
2998         the pattern in question is not a regexp.
2999         * ldlang.c: Likewise.
3000         * ldlang.h: Likewise.
3001         * ldlex.l (V_IDENTIFIER): Allow '[', ']', '-', '!', and '^' also.
3003 2002-02-12  Jakub Jelinek  <jakub@redhat.com>
3005         * ldlex.l (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): New tokens.
3006         * ldgram.y (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): New tokens.
3007         (exp): Add DATA_SEGMENT_ALIGN (exp, exp) and DATA_SEGMENT_END (exp).
3008         * ldexp.c (exp_data_seg): New variable.
3009         (exp_print_token): Handle DATA_SEGMENT_ALIGN and DATA_SEGMENT_END.
3010         (fold_binary): Handle DATA_SEGMENT_ALIGN.
3011         (exp_fold_tree): Handle DATA_SEGMENT_END.
3012         Pass allocation_done when recursing instead of hardcoding
3013         lang_allocating_phase_enum.
3014         * ldexp.h (exp_data_seg): New.
3015         * ldlang.c (lang_size_sections_1): Renamed from lang_size_sections.
3016         (lang_size_sections): New.
3017         * ld.texinfo (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): Document.
3018         * scripttempl/elf.sc: Use DATA_SEGMENT_ALIGN and DATA_SEGMENT_END
3019         if COMMONPAGESIZE is defined.
3020         * emulparams/elf_i386.sh (COMMONPAGESIZE): Set to 4K.
3021         * emulparams/elf32_sparc.sh (COMMONPAGESIZE): Set to 8K.
3022         * emulparams/elf64_sparc.sh (COMMONPAGESIZE): Set to 8K.
3023         * emulparams/elf64alpha.sh (COMMONPAGESIZE): Set to 8K.
3024         * emulparams/elf64_ia64.sh (COMMONPAGESIZE): Set to 16K for shared
3025         libraries only.
3027 2002-02-11  Alan Modra  <amodra@bigpond.net.au>
3029         * Makefile.in: Regenerate.
3031 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
3033         * lexsup.c: Remove strtoul declaration.
3035 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
3037         * ldmain.c: Add prototype for main ().
3038         * lexsup.c: Guard declaration of strtoul with HAVE_STDLIB_H.
3039         * emultempl/lnk960.em (lnk960_choose_target): Function should
3040         take two arguments.
3042 2002-02-10  Alan Modra  <amodra@bigpond.net.au>
3044         * ldlang.c (entry_section): New initialised variable.
3045         (lang_finish): Use it.
3046         * ldlang.h (entry_section): Declare.
3047         * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Set
3048         entry_section to ".opd".
3050 2002-02-09  Chris Demetriou  <cgd@broadcom.com>
3052         * ld.texinfo (Options): Add back in -nostdlib documentation,
3053         which had been inadvertently removed.
3055 2002-02-09  Hans-Peter Nilsson  <hp@bitrange.com>
3057         * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Adjust
3058         register section vma to a sane value after emitting error.  Make
3059         fatal conditions cause program exit when emitting message.
3061 2002-02-08  Ivan Guzvinec <ivang@opencores.org>
3063         * configure.tgt: Add or32-*-rtems target.
3065 2002-02-08  Alexandre Oliva  <aoliva@redhat.com>
3067         Contribute sh64-elf.
3068         2002-01-24  Alexandre Oliva  <aoliva@redhat.com>
3069         * emulparams/shelf32.sh (STACK_ADDR): Define as formerly defined
3070         in OTHER_RELOCATABLE_SECTIONS.
3071         2002-01-18  Alexandre Oliva  <aoliva@redhat.com>
3072         * emulparams/shelf32.sh (STACK_ADDR): Define.
3073         (OTHER_RELOCATABLE_SECTIONS): Renamed to...
3074         (OTHER_SECTIONS): this.  Removed stack settings.
3075         * emulparams/shelf64.sh (OTHER_RELOCATABLE_SECTIONS): Do not set.
3076         (OTHER_SECTIONS): Reset after sourcing shelf32.sh.
3077         2001-03-12  DJ Delorie  <dj@redhat.com>
3078         * emultempl/sh64elf.em (sh64_elf_$_before_allocation): Disable
3079         relaxing if any shmedia or mixed sections are found.
3080         2001-03-07  DJ Delorie  <dj@redhat.com>
3081         * emultempl/sh64elf.em (sh64_elf_before_allocation): Pass f to
3082         einfo.  Gracefully decline to output to non-elf formats.
3083         2001-03-06  Hans-Peter Nilsson  <hpn@redhat.com>
3084         * emulparams/shelf64.sh (OTHER_RELOCATING_SECTIONS) <.stack>:
3085         Default to _end aligned to next multiple of 0x40000, plus 0x40000.
3086         * emulparams/shelf32.sh: Ditto.
3087         2001-01-14  Hans-Peter Nilsson  <hpn@cygnus.com>
3088         * emulparams/shelf32.sh (OTHER_RELOCATING_SECTIONS): Tweak
3089         comment.
3090         2001-01-10  Ben Elliston  <bje@redhat.com>
3091         * emulparams/shelf32.sh (OTHER_RELOCATING_SECTIONS): Avoid
3092         non-portable shell constructs. From Hans-Peter Nilsson.
3093         2001-01-09  Hans-Peter Nilsson  <hpn@cygnus.com>
3094         * emulparams/shelf64.sh (EXTRA_EM_FILE): Define empty.
3095         * Makefile.am (eshelf64.c, eshlelf64.c, eshlelf32.c): Adjust
3096         dependencies to the shell script include chain.
3097         * Makefile.in: Regenerate.
3098         2001-01-06  Hans-Peter Nilsson  <hpn@cygnus.com>
3099         * emultempl/sh64elf.em: Update and tweak comments.
3100         (sh64_elf_${EMULATION_NAME}_after_allocation): Always allocate and
3101         make a .cranges section SEC_IN_MEMORY.
3102         2000-12-30  Hans-Peter Nilsson  <hpn@cygnus.com>
3103         * emultempl/sh64elf.em
3104         (sh64_elf_${EMULATION_NAME}_before_allocation): Don't stop when
3105         .cranges section found to be necessary; continue and set stored
3106         section contents flags for sections with non-mixed contents.
3107         Use a struct sh64_section_data container and sh64_elf_section_data
3108         to store contents-type flags.
3109         Remove unused update of "isec".
3110         (sh64_elf_${EMULATION_NAME}_after_allocation): Only process
3111         sections marked SHF_SH5_ISA32_MIXED.  Use sh64_elf_section_data to
3112         access contents-type flags.  Assert that the associated container
3113         is initialized.  Use that container, not elf_gp_size, to hold size
3114         of linker-generated cranges contents.
3115         2000-12-18  Hans-Peter Nilsson  <hpn@cygnus.com>
3116         * emultempl/sh64elf.em
3117         (sh64_elf_${EMULATION_NAME}_before_allocation): Exit early if
3118         there's already a .cranges section.  When section flag difference
3119         is found, don't NULL-check cranges a second time.  Tweak comments.
3120         (sh64_elf_${EMULATION_NAME}_after_allocation): Use size after
3121         merging, not max size, as size of ld-generated .cranges contents.
3122         Don't set ELF section flags in output section.  When checking for
3123         needed .cranges descriptors, don't use a variable; compare
3124         incoming ELF section flags directly to SHF_SH5_ISA32_MIXED.  Tweak
3125         comments.
3126         2000-12-18  Hans-Peter Nilsson  <hpn@cygnus.com>
3127         * emultempl/sh64elf.em: New file.
3128         * Makefile.am (eshelf32.c, eshlelf32.c): Adjust dependencies.
3129         * Makefile.in: Regenerate.
3130         * emulparams/shelf32.sh (OUTPUT_FORMAT): Only set if not set.
3131         (OTHER_RELOCATING_SECTIONS): Ditto.
3132         (EXTRA_EM_FILE): New, set to sh64elf if not set.
3133         * emulparams/shlelf32.sh: Stub out all settings except
3134         OUTPUT_FORMAT.  Source shelf32.sh.
3135         * emulparams/shelf64.sh: Similar, but also keep ELF_SIZE and
3136         OTHER_RELOCATING_SECTIONS.
3137         (OTHER_RELOCATING_SECTIONS): Remove .cranges.
3138         * emulparams/shlelf64.sh: Stub out all settings except
3139         OUTPUT_FORMAT.  Source shelf64.sh.
3140         2000-12-15  Hans-Peter Nilsson  <hpn@cygnus.com>
3141         * emulparams/shelf64.sh (OTHER_RELOCATING_SECTIONS): Include
3142         .cranges section.
3143         (DATA_START_SYMBOLS): Define, provide ___data.
3144         (OTHER_READONLY_SYMBOLS): Define, provide ___rodata and align to 8
3145         for consecutive .data section.
3146         (OTHER_GOT_SECTIONS): Define, align to 8 for consecutive .bss
3147         section after .data section.
3148         * emulparams/shlelf64.sh: Ditto.
3149         * emulparams/shelf32.sh: Ditto.
3150         (ALIGNMENT): Define to 8.
3151         * emulparams/shelf32.sh: Ditto.
3152         2000-12-12  Hans-Peter Nilsson  <hpn@cygnus.com>
3153         * configure.tgt (sh64-*-elf*): Assign targ_extra_libpath to get
3154         built-in linker scripts.
3155         2000-11-30  Hans-Peter Nilsson  <hpn@cygnus.com>
3156         * emulparams/shlelf64.sh: New.
3157         * emulparams/shelf64.sh: New.
3158         * configure.tgt (sh64-*-elf*): Add shelf64 and shlelf64 to
3159         targ_extra_emuls.
3160         * Makefile.am: Add support for shlelf64 and shelf64.
3161         * Makefile.in: Regenerate.
3162         2000-11-29  Hans-Peter Nilsson  <hpn@cygnus.com>
3163         * configure.tgt (sh64-*-elf*): Add shelf as default.
3164         Add shlelf to targ_extra_emuls.
3165         2000-11-24  Hans-Peter Nilsson  <hpn@cygnus.com>
3166         * emulparams/shelf32.sh: New file.
3167         * emulparams/shlelf32.sh: New file.
3168         * Makefile.am: Add support for shlelf32 and shelf32.
3169         * configure.tgt: Map sh64-*-elf* to shlelf32 and shelf32.
3170         * Makefile.in: Regenerate.
3172 2002-02-05  Hans-Peter Nilsson  <hp@axis.com>
3174         * ldlang.c (lang_reset_memory_regions): Rename from
3175         reset_memory_regions.  Change all callers.  Make public.
3176         * ldlang.h (lang_reset_memory_regions): Prototype.
3177         * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Call
3178         lang_reset_memory_regions before lang_size_sections.
3179         * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
3180         * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Likewise.
3182 2002-02-04  Hans-Peter Nilsson  <hp@bitrange.com>
3184         * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Use signed
3185         arithmetic when checking for too many global registers.
3187 2002-02-02  Jason Thorpe  <thorpej@wasabisystems.com>
3189         * Makefile.am (ALL_EMULATIONS): Add ehppanbsd.o.
3190         (ehppanbsd.c): New rule.
3191         * Makefile.in: Regenerate.
3192         * configure.tgt (hppa*-*-netbsd*): New target.
3193         * emulparams/hppalinux.sh: Add comment to check other files
3194         that source this file it is modified, and list which
3195         files that do.
3196         * emulparams/hppanbsd.sh: New file.
3198 2002-02-01  Geoffrey Keating  <geoffk@redhat.com>
3200         * scripttempl/xstormy16.sc: Don't allocate extra space for the
3201         stack.
3203 2002-02-01  Hans-Peter Nilsson  <hp@bitrange.com>
3205         Support on-demand global register allocation from
3206         R_MMIX_BASE_PLUS_OFFSET relocs.
3207         * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Rename from
3208         mmix_set_reg_section_vma.  Call
3209         _bfd_mmix_finalize_linker_allocated_gregs.
3210         (mmix_before_allocation): New function.
3211         (LDEMUL_AFTER_ALLOCATION): Set to mmix_after_allocation.
3212         (LDEMUL_BEFORE_ALLOCATION): Define to mmix_before_allocation.
3213         * scripttempl/mmo.sc (.text): Mark .init, .fini as KEEP.
3214         (.MMIX.reg_contents): Add .MMIX.reg_contents.linker_allocated
3215         before .MMIX.reg_contents.
3216         * emultempl/mmo.em (gldmmo_before_allocation): Define to default.
3217         (mmo_after_open): New function.
3218         (LDEMUL_AFTER_OPEN): Define to mmo_after_open.
3219         * emulparams/elf64mmix.sh (OTHER_SECTIONS): Tweak formatting.  Add
3220         .MMIX.reg_contents.linker_allocated before .MMIX.reg_contents.
3222 2002-01-31  Ivan Guzvinec  <ivang@opencores.org>
3224         * emulparams/or32.sh: New file.
3225         * emulparams/or32elf.sh: New file.
3226         * scripttempl/or32.sc: New file.
3227         * configure.tgt : Add support for or32.
3228         * configure: Regenerate
3229         * Makefile.am: Add support for or32.
3230         * Makefile.in: Regenerate.
3231         * NEWS: Mention support for or32.
3232         * po/ld.pot: Regenerate.
3234 2002-01-29  Chris Demetriou  <cgd@broadcom.com>
3235             Mitch Lichtenberg  <mpl@broadcom.com>
3237         * emulparams/elf32bmip.sh (EXTRA_EM_FILE): Define to be mipself.
3238         * emultempl/mipself.em: New file to handle MIPS ELF embedded
3239         reloc creation (ld --embedded-relocs).
3241 2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
3243         * configure: Regenerated.
3245 2002-01-26  Hans-Peter Nilsson  <hp@bitrange.com>
3247         * Makefile.am (install): Depend on install-info.
3248         * Makefile.in: Regenerate.
3250 2002-01-26  Christian Rose  <menthos@menthos.com>
3252         * ldmain.c (main): Use full sentences to ease translation.
3254 2002-01-26  Nick Clifton  <nickc@cambridge.redhat.com>
3256         * po/fr.po: Updated version.
3258 2002-01-25  Nick Clifton  <nickc@cambridge.redhat.com>
3260         * po/es.po: Updated version.
3262 2002-01-25  Andreas Jaeger  <aj@suse.de>
3264         * ldlex.l (yy_input): Correct error check.
3266 2002-01-25  Alan Modra  <amodra@bigpond.net.au>
3268         * ldmisc.c (demangle): Put back dots when string not demangled.
3270 2002-01-22  Richard Henderson  <rth@redhat.com>
3272         * emulparams/elf64alpha.sh (NOP): Use unop.
3274 2002-01-21  Andreas Jaeger  <aj@suse.de>
3276         * ldlex.l: Use fread instead of read.
3278 2002-01-21  Jason Thorpe  <thorpej@wasabisystems.com>
3280         * configure.tgt (ia64-*-netbsd*): New target.
3282 2002-01-21  H.J. Lu <hjl@gnu.org>
3284         * emulparams/elf32btsmip.sh (SHLIB_TEXT_START_ADDR): Change to
3285         0.
3286         * emulparams/elf64btsmip.sh (SHLIB_TEXT_START_ADDR): Likewise.
3288 2002-01-18  Andreas Jaeger  <aj@suse.de>
3290         * ldver.c (ldversion): Update year.
3292 2002-01-17  Nick Clifton  <nickc@cambridge.redhat.com>
3294         * po/ld.pot: Regenerate.
3296 2002-01-16  Alan Modra  <amodra@bigpond.net.au>
3298         * Makefile.am (eelf64ppc.c, eelf64lppc.c): Depend on ppc64elf.em.
3299         * Makefile.in: Regenerate.
3300         * emulparams/elf64ppc.sh (EXTRA_EM_FILE): Define.
3301         * emultempl/ppc64elf.em: New file.
3303 2002-01-15  DJ Delorie  <dj@redhat.com>
3305         * scripttempl/pe.sc: Add support for constructor priorities.
3307 2002-01-07  Marek Michalkiewicz  <marekm@amelek.gda.pl>
3309         * emulparams/avr1200.sh (DATA_START): Define as 0x60.
3310         * emulparams/avr23xx.sh: Likewise.
3311         * emulparams/avr4433.sh: Likewise.
3312         * emulparams/avr44x4.sh: Likewise.
3313         * emulparams/avr85xx.sh: Likewise.
3314         * emulparams/avrmega103.sh: Likewise.
3315         * emulparams/avrmega161.sh: Likewise.
3316         * emulparams/avrmega603.sh: Likewise.
3317         * scripttempl/elf32avr.sc: Use DATA_START instead of 0x60.
3319 2002-01-08  Alexandre Oliva  <aoliva@redhat.com>
3321         * ldlang.c (walk_wild_section): Exclude object file if enclosing
3322         archive is excluded.
3324 2002-01-07  Jason Thorpe  <thorpej@wasabisystems.com>
3326         * Makefile.am (ALL_EMULATIONS): Add eshelf_nbsd.o and eshlelf_nbsd.o.
3327         (eshelf_nbsd.c): New rule.
3328         (eshlelf_nbsd.c): New rule.
3329         * Makefile.in: Regenerate.
3330         * configure.tgt (sh*le-*-netbsdelf*): New target.
3331         (sh*-*-netbsdelf*): New target.
3332         * emulparams/shelf.sh: Document that shelf_nbsd.sh sources this file.
3333         * emulparams/shelf_nbsd.sh: New emulation.
3334         * emulparams/shlelf_nbsd.sh: New emulation.
3336 2002-01-07  Nick Clifton  <nickc@cambridge.redhat.com>
3338         * po/es.po: New file: Spanish translation.
3339         * configure.in (ALL_LINGUAS): Add es.
3340         * configure: Regenerate.
3342 2002-01-06  John Marshall  <jmarshall@acm.org>
3344         * ld.texinfo: Note that --emit-relocs is currently only
3345         implemented for ELF.
3347 2002-01-05  Alan Modra  <amodra@bigpond.net.au>
3349         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Make use
3350         of bfd_section_list_remove and bfd_section_list_insert macros.
3351         * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
3352         * emultempl/mmo.em (mmo_place_orphan): Likewise.
3354 2002-01-04  Jason Thorpe  <thorpej@wasabisystems.com>
3356         * configure.tgt (x86_64-*-netbsd*): New target.
3358 2001-12-21  Tom Rix  <trix@redhat.com>
3360         (gld*_create_output_section_statements): New function.
3361         For -binitfini support.
3362         * emultempl/aix.em (gld*_before_parse): Fix comment.
3363         * emultempl/aix.em (gld*_parse_args): Fix comment.
3365 2001-12-20  Jason Thorpe  <thorpej@wasabisystems.com>
3367         * configure.tgt (mips*-dec-netbsd*): Delete alias for
3368         mips*el-*-netbsd*.
3369         (sparc64-*-netbsd*): Add elf32_sparc to targ_extra_emuls.
3371         * configure.tgt (arm-*-netbsdelf*): Add target.
3372         (arm-*-netbsd*): Add armelf and armelf_nbsd to targ_extra_emuls.
3373         * emulparams/armelf_nbsd.sh: Added.
3374         * Makefile.am: Add rules for earmelf_nbsd.
3375         * Makefile.in: Regenerate.
3377 2001-12-19  Andreas Jaeger  <aj@suse.de>,
3378             Susanne Oberhauser <froh@suse.de>
3380         * configure.host: Add rules for x86_64-*linux-gnu.  Change
3381         s390x-linux entry to use gcc to report configuration, replace gcc
3382         with $CC in s390-linux
3384 2001-12-19  Andreas Jaeger  <aj@suse.de>
3386         * ld.texinfo (VERSION): Fix markup.
3388 2001-12-18  matthew green  <mrg@eterna.com.au>
3390         * Makefile.am (ALL_EMULATIONS): Add m68kelfnbsd.o.
3391         (m68kelfnbsd.c): New rule.
3392         * Makefile.in: Regenerate.
3393         * configure.tgt (m68*-hp-netbsd*): Renamed to ..
3394         (m68*-*-netbsd*4k*): .. this.
3395         (m68*-*-netbsdelf*): New target.
3396         (m68*-*-netbsd*): Also include ELF support.
3397         (m68*-*-netbsdaout*): New alias for m68*-*-netbsd*.
3398         * emulparams/m68kelfnbsd.sh: New emulation.
3400 2001-12-18  Jakub Jelinek  <jakub@redhat.com>
3402         * ldgram.y (vers_node): Support anonymous version tags.
3403         * ldlang.c (lang_register_vers_node): Ensure anonymous version
3404         tag is not defined together with non-anonymous versions.
3405         * ld.texinfo: Document it.
3407 2001-12-18  Nick Clifton  <nickc@cambridge.redhat.com>
3409         * po/tr.po: New file: Turkish translation.
3410         * configure.in (ALL_LINGUAS): Add tr.
3411         * configure: Regenerate.
3413 2001-12-17  Jason Thorpe  <thorpej@wasabisystems.com>
3415         * Makefile.am: Add rules for eelf64alpha_nbsd.
3416         * Makefile.in: Regenerate.
3417         * configure.tgt (alpha*-*-netbsd*): Set
3418         targ_emul to elf64alpha_nbsd.
3419         * emulparams/elf64alpha_nbsd.sh: Added.
3421 2001-12-17  Alan Modra  <amodra@bigpond.net.au>
3423         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Adjust
3424         section_tail when fiddling with section list.
3425         (gld${EMULATION_NAME}_list_options): Ensure sentences aren't
3426         broken into separate strings to make translation easier.
3427         * emultempl/mmo.em (mmo_place_orphan): Adjust section_tail when
3428         fiddling with section list.
3429         * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
3431 2001-12-16  Hans-Peter Nilsson  <hp@bitrange.com>
3433         * scripttempl/mmo.sc: Add .debug_ranges to listed sections.
3435 2001-12-15  Alan Modra  <amodra@bigpond.net.au>
3437         * ldmain.c (main): Initialise link_info.eh_frame_hdr.
3439 2001-12-13  Jakub Jelinek  <jakub@redhat.com>
3441         * emultempl/elf32.em (finish): Supply output_bfd
3442         to bfd_elf*_discard_info.
3443         (OPTION_EH_FRAME_HDR): Define.
3444         (longopts): Add --eh-frame-hdr.
3445         (parse_args): Handle it.
3446         (list_options): Add --eh-frame-hdr to help.
3447         * emultempl/hppaelf.em (finish): Supply output_bfd
3448         to bfd_elf*_discard_info.
3449         * scripttempl/elf.sc (.eh_frame_hdr): Add.
3451 2001-12-13  Alan Modra  <amodra@bigpond.net.au>
3453         * lexsup.c (parse_args): Don't pass shortopts to second call to
3454         getopt functions.  Restore optind rather than decrementing before
3455         second call.  Remove errind as it now duplicates last_optind.
3457 2001-12-11  Christopher Faylor  <cgf@redhat.com>
3459         * emultempl/pe.em (gld_${EMULATION_NAME}_list_options): Fix typo.
3461 2001-12-07  Geoffrey Keating  <geoffk@redhat.com>
3462             Richard Henderson  <rth@redhat.com>
3464         * Makefile.am: Add support for xstormy16.
3465         * configure.tgt: Add support for xstormy16.
3466         * Makefile.in: Regenerate.
3467         * emulparams/elf32xstormy16.sh: New file.
3468         * scripttempl/xstormy16.sc: New file.
3470 2001-10-01  Christopher Faylor <cgf@cygnus.com>
3472         * Makefile.in (LIB_PATH): Make configurable.
3473         (GENSCRIPTS): Set LIB_PATH in environment.
3474         * configure.in: Substitute LIB_PATH.
3475         * configure: Regenerate.
3476         * configure.tgt (*cygwin): Set LIB_PATH for cross build.
3477         * configure.host (*cygwin): Add /usr/lib/w32api to NATIVE_LIB_DIRS.
3479 2001-12-07  Nick Clifton  <nickc@cambridge.redhat.com>
3481         * lexsup.c (ld_options): Insert 'PROGRAM' into the text string
3482         describing the -N option so that it is easier to translate into
3483         foreign languages.
3485 2001-12-05  Nick Clifton  <nickc@cambridge.redhat.com>
3487         * emultempl/pe.em (..._list_options): Replace multiple fprintf
3488         statements describing a single option with a single, newline
3489         escaped fprintf.  This allows better translation into other
3490         languages.
3492         * ldmain.c (add_archive_element): Combine multiple strings
3493         into a single string to permit better translation into other
3494         languages.
3496 2001-12-05  Tom Rix  <trix@redhat.com>
3498         * Makefile.am: Remove eaixppc64.
3499         * Makefile.in: Regenerate.
3501 2001-12-04  Tom Rix  <trix@redhat.com>
3503         * emultempl/aix.em (choose_target): Change default target to
3504         OUTPUT_FORMAT for ppcmacos.  Add braces to remove compiler
3505         warning.
3506         (gld*_read_file): Fix typo.
3507         (change_symbol_mode): Add prototype.
3508         (is_syscall): Same.
3510         * emulparams/aixppc.sh (SYSCALL_MASK, SYMBOL_MODE_MASK): Delete.
3511         * emulparams/aixrs6.sh : Same.
3512         * emulparams/ppcmacos.sh : Same.
3513         * emulparams/aixppc64.sh : Delete file.
3514         * emultempl/aix.em : Formatting changes.
3516 2001-12-04  Hans-Peter Nilsson  <hp@axis.com>
3518         * emulparams/criself.sh (NO_SMALL_DATA): Set, to yes.
3519         (OTHER_BSS_END_SYMBOLS): Don't refer to .sbss when setting
3520         __Sbss.
3521         (OTHER_END_SYMBOLS): Fix formatting.
3522         * emulparams/crislinux.sh (NO_SMALL_DATA): Set, to yes.
3523         (OTHER_END_SYMBOLS): Fix formatting.
3525 2001-12-04  Alan Modra  <amodra@bigpond.net.au>
3527         * ldexp.c (exp_print_token): Correct "table" entry for RSHIFT.
3529 2001-12-02  Tom Rix  <trix@redhat.com>
3531         * configure.tgt : Remove eaixppc64 emulations.
3532         * Makefile.in : Remove eaixppc64.c
3533         * ldemul.c (ldemul_choose_target): New parameters argc, argv.
3534         (ldemul_default_target): Same.
3535         * emultempl/gld960.em (gld960_choose_target): Same.
3536         * emultempl/gld960c.em (gld960_choose_target): Same.
3537         * scripttempl/aix.sc: Remove OUTPUT_FORMAT.
3538         * emultempl/aix.em (is_syscall): syscall_mask now a variable.
3539         * emultempl/aix.em (gld*_read_file): symbol_mode_mask now a variable.
3540         * emultempl/aix.em (gld*_parse_args): Handle -b32 -b64 emulation.
3541         * emultempl/aix.em (choose_target): New function.  Handle emulation of
3542         -b32 and -b64.
3544 2001-11-27  H.J. Lu <hjl@gnu.org>
3546         * emulparams/elf_i386.sh (NO_SMALL_DATA): Set to yes.
3547         * emulparams/elf_i386_be.sh (NO_SMALL_DATA): Likewise.
3548         * emulparams/elf_i386_chaos.sh (NO_SMALL_DATA): Likewise.
3549         * emulparams/elf_i386_ldso.sh (NO_SMALL_DATA): Likewise.
3550         * emulparams/elf_x86_64.sh (NO_SMALL_DATA): Likewise.
3551         * emulparams/m68kelf.sh (NO_SMALL_DATA): Likewise.
3552         * emulparams/elf32_sparc.sh (NO_SMALL_DATA): Likewise.
3553         * emulparams/elf64_sparc.sh (NO_SMALL_DATA): Likewise.
3555         * scripttempl/elf.sc (SBSS): New. Define if ${NO_SMALL_DATA}
3556         is not empty.
3557         (SDATA): Likewise.
3558         (REL_SDATA): Likewise.
3559         (REL_SBSS): Likewise.
3560         (REL_SDATA2): Likewise.
3561         (REL_SBSS2): Likewise.
3562         (SBSS2): Define if ${NO_SMALL_DATA} is not empty.
3563         (SDATA2): Likewise.
3565 2001-11-25  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
3567         * scripttempl/elfm68hc11.sc (CTOR, DTOR): Put constructor and
3568         destructor in rom.
3569         * scripttempl/elfm68hc12.sc (CTOR, DTOR): Likewise.
3571 2001-11-22  H.J. Lu  <hjl@gnu.org>
3573         * Makefile.in: Regenerated with automake based on automake
3574         1.4-8 in RedHat 7.1.
3576 2001-11-22  Alan Modra  <amodra@bigpond.net.au>
3578         * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Define.
3579         (config.status): Delete rule.
3580         Add extra dependencies to cover sourced emulparams files.
3581         * Makefile.in: Regenerate.
3583         * scripttempl/elf.sc: Order <section>, <section>.* and
3584         corresponding linkonce sections as seen in input files.
3585         Formatting fixes.  Zero vma of all sections if not relocating.
3586         (STACK): Define and insert if STACK_ADDR defined.
3587         (OTHER_RELOCATING_SECTIONS): Delete.
3588         (OTHER_END_SYMBOLS): Define.
3589         (OTHER_READONLY_SECTIONS): Always insert, not just when relocating.
3590         (OTHER_READWRITE_SECTIONS): Likewise.
3591         (OTHER_GOT_SECTIONS): Likewise.
3592         (OTHER_SDATA_SECTIONS): Likewise.
3593         (OTHER_BSS_SECTIONS): Likewise.
3594         * scripttempl/elfi370.sc (OTHER_READONLY_SECTIONS): Likewise.
3595         (OTHER_READWRITE_SECTIONS): Likewise.
3596         * scripttempl/nw.sc (OTHER_READONLY_SECTIONS): Likewise.
3597         (OTHER_READWRITE_SECTIONS): Likewise.
3599         * emulparams/armelf.sh (OTHER_RELOCATING_SECTIONS): Delete.
3600         (STACK_ADDR): Define.
3601         * emulparams/armelf_oabi.sh: As for armelf.sh.
3602         * emulparams/elf32mcore.sh: As for armelf.sh.
3603         * emulparams/h8300elf.sh: As for armelf.sh.
3604         * emulparams/mn10200.sh: As for armelf.sh.
3605         * emulparams/shelf.sh: As for armelf.sh.
3607         * emulparams/elf32fr30.sh (OTHER_RELOCATING_SECTIONS): Delete.
3608         (OTHER_END_SYMBOLS): Define.
3609         * emulparams/m32relf.sh: As for elf32fr30.sh.
3610         * emulparams/h8300helf.sh: As for elf32fr30.sh.
3611         * emulparams/h8300self.sh: As for elf32fr30.sh.
3613         * emulparams/criself.sh (OTHER_READONLY_SECTIONS): Protect symbol
3614         defines with RELOCATING test.
3615         (OTHER_SDATA_SECTIONS): Likewise.
3616         (OTHER_RELOCATING_SECTIONS): Delete, replacing with..
3617         (OTHER_END_SYMBOLS): ..this.
3618         * emulparams/crislinux.sh: As for criself.sh.
3620         * emulparams/elf32bmipn32.sh (OTHER_SDATA_SECTIONS): Zero vma
3621         if not relocating.
3622         (OTHER_RELOCATING_SECTIONS): Delete, replacing with..
3623         (OTHER_SECTIONS): ..this.  Zero vma if not relocating.  Order
3624         normal and linkonce sections as seen in input files.
3625         * emulparams/elf32bmip.sh (DATA_ADDR): Don't define if EMBEDDED.
3626         (TEXT_DYNAMIC): Likewise.
3627         (INITIAL_READONLY_SECTIONS): Zero vma if not relocating.
3628         (OTHER_SDATA_SECTIONS): Likewise.
3629         * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
3630         * emulparams/shlelf_linux.sh (OTHER_READWRITE_SECTIONS): Likewise.
3631         * emulparams/elf64alpha.sh (OTHER_READONLY_SECTIONS): Likewise.
3632         * emulparams/hppalinux.sh (OTHER_READONLY_SECTIONS): Likewise.
3633         * emulparams/elf64_aix.sh (OTHER_GOT_SECTIONS): Likewise.
3634         (OTHER_PLT_RELOC_SECTIONS): Likewise.
3635         (OTHER_READONLY_SECTIONS): Likewise.  Order normal and linkonce
3636         sections as seen in input files.
3637         * emulparams/elf64_ia64.sh: As for emulparams/elf64_aix.sh.
3638         * emulparams/hppa64linux.sh (OTHER_READONLY_SECTIONS): Zero vma
3639         if not relocating.
3640         (OTHER_READWRITE_SECTIONS, OTHER_BSS_SECTIONS): Likewise.
3641         (OTHER_BSS_END_SYMBOLS): Merge from elf64hppa.sh.
3642         * emulparams/elf64mmix.sh (OTHER_RELOCATING_SECTIONS): Delete.
3643         (OTHER_SECTIONS): Instead, use this..
3644         (OTHER_END_SYMBOLS): ..and this.
3646         * emulparams/elf32b4300.sh: Source elf32bmip.sh, remove duplicates.
3647         * emulparams/elf32bsmip.sh: Likewise.
3648         * emulparams/elf32btsmip.sh: Likewise.
3649         * emulparams/elf32ebmip.sh: Likewise.
3650         * emulparams/elf32lmip.sh: Likewise.
3651         * emulparams/elf32elmip.sh: Source elf32lmip.sh, remove duplicates.
3652         * emulparams/elf32lsmip.sh: Likewise.
3653         * emulparams/elf32ltsmip.sh: Source elf32btsmip.sh, remove duplicates.
3654         * emulparams/elf32l4300.sh: Source elf32b4300.sh, remove duplicates.
3655         * emulparams/elf64bmip.sh: Source elf32bmipn32.sh, remove duplicates.
3656         * emulparams/elf64btsmip.sh: Likewise.
3657         * emulparams/elf64ltsmip.sh: Source elf64btsmip.sh, remove duplicates.
3658         * emulparams/elf32lppc.sh: Source elf32ppc.sh, remove duplicates.
3659         * emulparams/elf32ppclinux.sh: Likewise.
3660         * emulparams/elf32ppcsim.sh: Likewise.
3661         * emulparams/elf32lppcsim.sh: Source elf32lppc.sh, remove duplicates.
3662         * emulparams/elf64hppa.sh: Source hppa64linux.sh, remove duplicates.
3663         * emulparams/h8300helf.sh: Source h8300elf.sh, remove duplicates.
3664         * emulparams/h8300self.sh: Likewise.
3665         * emulparams/mn10300.sh: Source mn10200.sh, remove duplicates.
3666         * emulparams/sh.sh: Comment.
3667         * emulparams/shl.sh: Source sh.sh, remove duplicates.
3668         * emulparams/shlelf.sh: Source shelf.sh, remove duplicates.
3669         * emulparams/shelf_linux.sh: Source shlelf_linux.sh, remove duplicates.
3671 2001-11-21  David Heine <dlheine@tensilica.com>
3672             Alan Modra  <amodra@bigpond.net.au>
3674         * ldlang.c (map_input_to_output_sections): Replace "break"
3675         accidentally removed with 2001-08-03 change.
3676         (lang_gc_sections_1): Likewise.
3678 2001-11-21  Alan Modra  <amodra@bigpond.net.au>
3680         * ldlang.c (walk_wild_section): Move sec == NULL case out of loop.
3682 2001-11-20  Angela Marie Thomas <angela@redhat.com>
3684         * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Use NULL instead
3685         of false when calling lang_size_sections.
3686         * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
3688 2001-11-15  Alan Modra  <amodra@bigpond.net.au>
3690         * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Only emit this
3691         function when LDEMUL_FINISH isn't set to the same name.  Don't
3692         call ${LDEMUL_FINISH}.
3693         (ld_${EMULATION_NAME}_emulation): Call $LDEMUL_FINISH if defined.
3694         * emultempl/armelf.em (arm_elf_finish): Call
3695         gld${EMULATION_NAME}_finish.
3696         * emultempl/hppaelf.em (hppaelf_finish): Rename to
3697         gld${EMULATION_NAME}_finish.  Call bfd_elf32_discard_info and
3698         hppaelf_layout_sections_again if necessary.
3699         (need_laying_out): New var.
3700         (hppaelf_layaout_sections_again): Rename to
3701         hppaelf_layout_sections_again.  Clear need_laying_out.
3702         (PARSE_AND_LIST_OPTIONS): Format text.
3704 2001-11-14  H.J. Lu  <hjl@gnu.org>
3706         * emultempl/armelf.em (arm_elf_finish): Renamed from
3707         gld${EMULATION_NAME}_finish.
3708         (LDEMUL_FINISH): Set to arm_elf_finish.
3710 2001-11-14  Daniel Jacobowitz  <drow@mvista.com>
3712         * emultempl/elf32.em (gld${EMULATION_NAME}_finish): New.
3713         (struct ld_emulation_xfer_struct): Use it.
3715 2001-11-13  Ross Alexander <ross.alexander@uk.neceur.com>
3717         * emulparams/elf64hppa.sh (OTHER_BSS_END_SYMBOLS): Add
3718         additional symbols referenced by newer crt0.o files from HP.
3720 2001-11-12  Anthony Green  <green@redhat.com>
3722         * emulparams/armelf.sh (DATA_START_SYMBOLS): New symbol.
3724 2001-11-12  Alfred M. Szmidt  <ams@kemisten.nu>
3726         * Makefile.am (GENSCRIPTS): Quote ${exec_prefix}.
3727         * Makefile.in: Regenerate.
3729 2001-11-02  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
3731         * ld.texinfo: Use @command for commands, @option for options.
3732         * Makefile.am (POD2MAN): Use 'GNU Development Tools' for
3733         the page man title.
3734         * Makefile.in: Rebuild.
3736 2001-11-04  Chris Demetriou  <cgd@broadcom.com>
3738         * configure.tgt (mips*el-*-netbsd*, mips*-*-netbsd*):
3739         Add support for targets.
3741 2001-11-02  Nick Clifton  <nickc@cambridge.redhat.com>
3743         * configure.in (ALL_LINGUAS): Add "fr" and "sv"
3744         * configure: Regernate.
3745         * po/fr.po: New file.
3746         * po/sv.po: New file.
3748 2001-11-01  NIIBE Yutaka  <gniibe@m17n.org>
3750         * configure.tgt (sh-*-linux): Set targ_emul, targ_extra_emuls
3751         as little endian default and to support big endian.
3753 2001-11-01  Chris Demetriou  <cgd@broadcom.com>
3755         * ld.texinfo (Options): Document new option, -nostdlib.
3756         * lexsup.c (OPTION_NOSTDLIB): New definition.
3757         (ld_options): Add entry for "nostdlib".
3758         (parse_args): Handle OPTIONS_NOSTDLIB.
3759         * ldfile.c (ldfile_add_library_path): Don't add directories
3760         to the search path if they weren't specified on the command line
3761         and -nostdlib was specified.
3762         * ld.h (ld_config_type): New member only_cmd_line_lib_dirs.
3764 2001-10-31  Nick Clifton  <nickc@cambridge.redhat.com>
3766         * lexsup.c (parse_args): Prevent infinite parsing loop when
3767         "-rpath.a" is specified on the command line.
3768         Replace calls to fprintf with calls to einfo.
3770 2001-10-31  John Marshall  <jmarshall@acm.org>
3772         * ld.texinfo: A historical requirement that MEMORY and SECTIONS
3773         appear only once across all the linker scripts involved in a link
3774         invocation no longer applies.  Make the documentation reflect
3775         that.
3777 2001-10-31  NIIBE Yutaka  <gniibe@m17n.org>
3779         * configure.tgt: Supports sh3/sh4/sh3eb/sh4eb-unknown-linux-gnu
3780         targets.
3781         (sh-*-linux*): Added targ_extra_libpath.
3783 2001-10-31  David Heine  <dlheine@tensilica.com>
3785         * ldlang.c (lang_size_sections): Keep a valid output_offset field
3786         for padding statements.
3788 2001-10-30  Hans-Peter Nilsson  <hp@bitrange.com>
3790         * configure.tgt (mmix-*-*): New target.
3791         * Makefile.am (ALL_EMULATIONS): Add eelf64mmix.o and emmo.o.
3792         Add dependencies to match.
3793         * emulparams/mmo.sh, emulparams/elf64mmix.sh, emultempl/mmo.em,
3794         emultempl/mmix-elfnmmo.em, emultempl/mmixelf.em,
3795         scripttempl/mmo.sc: New files.
3796         * gen-doc.texi: @set MMIX.
3797         * ld.texinfo: Ditto.
3798         [MMIX] Add MMIX node.
3799         * Makefile.in: Regenerate.
3801 2001-10-29  Kazu Hirata  <kazu@hxi.com>
3803         * ldlang.c: Fix a comment typo.
3805 2001-10-23  Alan Modra  <amodra@bigpond.net.au>
3807         * configure.host: Move alpha*-*-linux-gnu* entry to generic
3808         entries, and match *-*-linux*.
3810 2001-10-20  Alan Modra  <amodra@bigpond.net.au>
3812         * ldgram.y (mri_script_command): Surround processing of INCLUDE
3813         with ldlex_script, ldlex_popstate.
3814         (ifile_p1): Likewise.
3815         * ldlex.l (EOF): Don't BEGIN(SCRIPT).  Restore lineno from the
3816         correct slot.
3817         (lex_push_file): Save current lineno to lineno_stack.  Set lineno
3818         to 1.  Don't BEGIN(SCRIPT).
3819         (lex_redirect): Similarly.
3820         * ldmain.c (main): Set yydebug non-zero if YYDEBUG.
3822 2001-10-20  Nick Clifton  <nickc@cambridge.redhat.com>
3824         * scripttempl/armcoff.sc: Define __EH_FRAME_BEGIN__ and
3825         __EH_FRAME_END__ and accept eh frames into data section.
3826         Add ctor and dtor sections.
3828 2001-10-19  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
3830         * pe-dll.c (autofilter_objectlist): Add gcrt0.o.
3831         (auto-export): Fix indentation.
3833 2001-10-18  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
3835         * pe-dll.c (autofilter_objectlist): Add startup objects
3836         for profiling.
3837         (auto-export): Constify char * p.
3838         Extract file basename and use strcmp rather than ststr
3839         for object lookup.
3841 2001-10-18  Chris Demetriou  <cgd@broadcom.com>
3843         * ldmain.c (get_emulation): Improve comment about the handling
3844         of -mipsN options.
3846 2001-10-17  Alan Modra  <amodra@bigpond.net.au>
3848         * po/POTFILES.in: Regenerate.
3850 2001-10-16  Vassili Karpov  <malc@pulsesoft.com>
3852         * emultempl/elf32.em (gld*_list_options): Remove extra '\t' from
3853         -z nocopyreloc and -z nocombreloc usage strings.
3855 2001-10-12  Vassili Karpov  <malc@pulsesoft.com>
3857         * emultempl/elf32.em (gld*_list_options): Include -z nocopyreloc
3858         in usage.
3860 2001-10-11  Aleksey Romanov <aromanov@ennovatenetworks.com>
3862         * scripttempl/armaout.sc: Place .bss section after end of aligned
3863         data section to match behaviour of aout code in constructrion of
3864         header.
3866 2001-10-11  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
3868         * pe-dll.c (autofilter_entry_type autofilter_liblist: Add
3869         startup files for mingw32 dlls to list.
3871 2001-10-10  Chris Demetriou  <cgd@broadcom.com>
3873         * emultempl/elf32.em: Fix shell 'if' usage for portability.
3875 2001-10-08  Aldy Hernandez  <aldyh@redhat.com>
3877         * configure.tgt (targ): Add arm9e-*-elf.
3879 2001-10-05  H.J. Lu  <hjl@gnu.org>
3881         * genscripts.sh: Fix a typo in the last change.
3883 2001-10-05  Jakub Jelinek  <jakub@redhat.com>
3885         * emultempl/elf32.em (gld_*_list_options): Include -z combreloc and
3886         -z nocombreloc in usage.
3888 2001-10-03  Jim Blandy  <jimb@redhat.com>
3890         * genscripts.sh: Include a comment at the top of each generated
3891         script, explaining its purpose.
3893 2001-10-03  Vassili Karpov  <malc@pulsesoft.com>
3895         * emultempl/elf32.em (parse_args): Handle -z nocopyreloc.
3896         * NEWS: Mention -z nocopyreloc.
3897         * ld.texinfo (Options): Describe nocopyreloc.
3899 2001-10-03  Alan Modra  <amodra@bigpond.net.au>
3901         * configure: Regenerate.
3903 2001-10-02  Alan Modra  <amodra@bigpond.net.au>
3905         * ldver.h (ld_program_version): Remove declaration.
3906         * lexsup.c (parse_args): Move printing of copyright message..
3907         * ldver.c (ldversion): .. to here.
3908         Use BFD_VERSION_STRING in place of BFD_VERSION.
3909         (ld_program_version): Remove.
3910         * Makefile.am (Makefile): Depend on bfd/configure.in.
3911         Run "make dep-am".
3912         * Makefile.in: Regenerate.
3914 2001-09-30  Hans-Peter Nilsson  <hp@bitrange.com>
3916         * Makefile.am: Update dependencies with "make dep-am".
3917         * Makefile.in: Regenerate.
3919 2001-09-29  John Reiser  <jreiser@BitWagon.com>
3921         * ldlang.c (lang_common): Conditionally inhibit Common allocation.
3922         * lexsup.c: Add --no-define-common commandline option.
3923         * ldgram.y: Add INHIBIT_COMMON_ALLOCATION script command.
3924         * ldlex.l: Likewise.
3925         * ld.h: Add command_line.inhibit_common_definition.
3926         * ldmain.c (main): Initialize.
3927         * ld.texinfo: Document.
3929 2001-09-29  Alan Modra  <amodra@bigpond.net.au>
3931         * ldlang.c (section_already_linked): Remove assignment to kept_section.
3933 2001-09-26  Alan Modra  <amodra@bigpond.net.au>
3935         * ldmisc.c (USE_STDARG): Remove.
3936         (info_msg): Define using VPARAMS, VA_OPEN, VA_FIXEDARG, VA_CLOSE.
3937         (einfo): Likewise.
3938         (minfo): Likewise.
3939         (lfinfo): Likewise.
3941         * ldmisc.h: Remove #ifdef ANSI_PROTOTYPES and non-ansi
3942         declarations.  Update copyright.
3944 2001-09-24  Charles Wilson  <cwilson@ece.gatech.edu>
3946         * pe-dll.c: Remove obsoleted declaration of
3947         pe_get_data_import_dll_name.
3948         (pe_create_import_fixup): Fix thinko.
3950         * ld.texinfo(enable-auto-import): Clarify the explanation.
3952 2001-09-24  Nick Clifton  <nickc@cambridge.redhat.com>
3954         * pe-dll.c (pe_create_import_fixup): Revert previous patch.
3955         * emultemp/pe.em (pe_data_import_dll): Move definition outside of
3956         DLL_SUPPORT controlled code.
3958 2001-09-24  Charles Wilson  <cwilson@ece.gatech.edu>
3960         * emultempl/pe.em(pe_data_import_dll): Make static.
3961         (pe_get_data_import_dll_name): New accessor function.
3962         * pe-dll.c(pe_create_import_fixup): call
3963         pe_get_data_import_dll_name() from pe.em, instead of
3964         directly accessing pe_data_import_dll variable from pe.em.
3966 2001-09-18  Bruno Haible  <haible@clisp.cons.org>
3968         * deffilep.y: Include "safe-ctype.h" instead of <ctype.h>.
3969         (def_file_add_directive): Use ISSPACE instead of isspace.
3970         (def_lex): Use ISDIGIT/ISXDIGIT/ISALPHA/ISALNUM instead of
3971         isdigit/isxdigit/isalpha/isalnum.
3972         * emultempl/aix.em: Include "safe-ctype.h" instead of <ctype.h>.
3973         (gld${EMULATION_NAME}_read_file): Use ISSPACE instead of isspace.
3974         * emultempl/elf32.em: Include "safe-ctype.h" instead of <ctype.h>.
3975         (gld${EMULATION_NAME}_place_orphan): Use ISALNUM instead of
3976         isalnum.
3977         * emultempl/gld960c.em: Include "safe-ctype.h" instead of <ctype.h>.
3978         (gld960_set_output_arch): Use ISUPPER/TOLOWER instead of
3979         isupper/tolower.
3980         * emultempl/sunos.em: Include "safe-ctype.h" instead of <ctype.h>.
3981         (gld${EMULATION_NAME}_search_dir): Use ISDIGIT instead of isdigit.
3982         * ldctor.c: Include "safe-ctype.h" instead of <ctype.h>.
3983         (ctor_prio): Use ISDIGIT instead of isdigit.
3984         * ldfile.c: Include "safe-ctype.h" instead of <ctype.h>.
3985         (ldfile_open_file_search): Use ISALPHA instead of isalpha.
3986         (ldfile_add_arch): Use ISUPPER/TOLOWER instead of
3987         isupper/tolower.
3988         * ldlang.c: Include "safe-ctype.h" instead of <ctype.h>.
3989         (stricpy): Use TOLOWER instead of isupper/tolower.
3990         (lang_leave_overlay_section): Use ISALNUM instead of isalnum.
3991         * ldlex.l: Include "safe-ctype.h" instead of <ctype.h>.
3992         (lex_warn_invalid): Use ISPRINT instead of isprint.
3993         * ldmain.c: Include "safe-ctype.h" instead of <ctype.h>.
3994         (main): For gettext, also set the LC_CTYPE locate facet.
3995         (add_keepsyms_file): Use ISSPACE instead of isspace.
3996         * lexsup.c: Include "safe-ctype.h" instead of <ctype.h>.
3997         (is_num, parse_args): Use ISDIGIT instead of isdigit.
3998         * mpw-elfmips.c: Include "safe-ctype.h" instead of <ctype.h>.
3999         (gldelf32ebmip_place_orphan): Use ISALNUM instead of isalnum.
4000         * mpw-eppcmac.c: Include "safe-ctype.h" instead of <ctype.h>.
4001         (gldppcmacos_read_file): Use ISSPACE instead of isspace.
4002         * pe-dll.c: Include "safe-ctype.h" instead of <ctype.h>.
4003         (quoteput): Use ISSPACE instead of isspace.
4004         (pe_dll_generate_implib, pe_process_import_defs): Use ISALNUM
4005         instead of isalnum.
4007 2001-09-18  Alan Modra  <amodra@bigpond.net.au>
4009         * deffilep.y (def_stash_module): Constify "name" param.
4011         * pe-dll.c: Replace CONST with const throughout.
4012         (quick_symbol): Constify "n1", "n2", "n3" params.
4013         (make_singleton_name_thunk): Constify "import" param.  Make
4014         "buffer_len" a size_t.
4015         (make_import_fixup_entry): Constify "name", "fixup_name",
4016         "dll_symname" params.
4017         (pe_get16): Cast args of bfd_seek.  Replace bfd_read with bfd_bread.
4018         (pe_get32): Likewise.
4019         (pe_implied_import_dll): Likewise.
4021         * emultempl/beos.em (sort_by_file_name): Constify "ra", "rb".
4022         (sort_by_section_name): Likewise.
4024         * emultempl/pe.em: Move defines for arm_epoc_pe before bfd.h included.
4025         (make_import_fixup): Cast printf arg, rel->address to long rather
4026         than int.
4027         (gld_${EMULATION_NAME}_after_open): Don't compare NULL against int.
4029 2001-09-15  Alan Modra  <amodra@bigpond.net.au>
4031         * ldmain.c (main): Rename BufferSize to ld_bufsz because HPUX
4032         defines BufferSize.  Increase buffer size by one.
4034 2001-09-14  Ralf Habacker <Ralf.Habacker@freenet.de>
4036         * pe-dll.c (pe_walk_relocs_of_symbol): Fix memory leak.
4038 2001-09-14  Kevin Lo <kevlo@openbsd.org>
4040         * configure.tgt: Add arm-openbsd target.
4042 2001-09-12  H.J. Lu  <hjl@gnu.org>
4044         * Makefile.am (ALL_EMULATIONS): Move eelf64ppc.o and
4045         eelf64lppc.o to ...
4046         (ALL_64_EMULATIONS): Here.
4047         * Makefile.in: Regenerated.
4049 2001-09-12  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
4051         * emultempl/pe.em(make_import_fixup): change signature to
4052         take asection as well as arelec; we need this for proper
4053         error reporting.  Only call pe_create_import_fixup() if
4054         there is no attempt to add a constant addend to the reloc;
4055         otherwise, report error condition.
4056         * pe-dll.c(pe_walk_relocs_of_symbol): change signature,
4057         since final argument is a pointer to make_import_fixup().
4058         Change call to cb() to match make_import_fixup() signature.
4059         (make_import_fixup_mark): make buffer_len unsigned.
4060         * pe-dll.h: change signature of pe_walk_relocs_of_symbol.
4062 2001-09-12  Charles Wilson  <cwilson@ece.gatech.edu>
4064         * ld.texinfo: add verbose documentation for auto-import
4065         direct-addressing workaround, to compliment the terse
4066         error message.
4068 2001-09-12  Andrew MacLeod  <amacleod@redhat.com>
4070         * scripttempl/v850.sc: Add gcc_except_table sections.
4072 2001-09-11  Jeffrey A Law  (law@cygnus.com)
4074         * emulparams/h8300helf.sh: Move stack to a much higher memory address.
4075         * emulparams/h8300self.sh: Similarly.
4077 2001-09-05 Danny Smith <dannysmith@users.souceforge.net>
4079         * ld.texinfo (Options, --stack): Correct default value for stack
4080         reserve.
4082 2001-09-05  Tom Rix <trix@redhat.com>
4084         * emultempl/aix.em : Handle import file XMC_XO and syscall symbols.
4086 2001-09-03  Andreas Jaeger  <aj@suse.de>
4088         * emultempl/beos.em: Declare prototypes for comparions functions,
4089         adjust definitions.
4091 2001-09-02  Andreas Jaeger  <aj@suse.de>
4093         * emultempl/aix.em: Add missing prototype.
4094         * emultempl/lnk960.em: Likewise.
4095         * emultempl/vanilla.em: Likewise.
4096         * emultempl/armcoff.em: Likewise.
4097         * emultempl/armelf_oabi.em: Likewise.
4098         * emultempl/beos.em: Likewise.
4099         * emultempl/gld960c.em: Likewise.
4100         * emultempl/gld960.em: Likewise.
4102         * emulparams/elf64alpha.sh (PARSE_AND_LIST_PROLOGUE): Add parameter
4103         for prototype declaration.
4105 2001-08-31  Eric Christopher  <echristo@redhat.com>
4106             Jason Eckhardt  <jle@redhat.com>
4108         * ldmain.c (get_emulation): Add support for -mips32 and -mips64.
4110 2001-08-31  Andreas Jaeger  <aj@suse.de>
4112         * emultempl/pe.em: Add missing prototypes.
4113         (gld_${EMULATION_NAME}_after_open): Remove extra args to
4114         pe_find_data_imports.
4115         (pr_sym): Add unused attribute.
4117 2001-08-29  Joel Sherrill <joel@OARcorp.com>
4119         * configure.tgt (i[3456]86-*-rtems*, m68*-*-rtems*): Change
4120         default from coff to elf.
4122 2001-08-29  Jeff Law <law@redhat.com>
4124         * emulparams/h8300helf.sh: Resync with h8300elf.sh.  Update
4125         ARCH specification.
4126         * emulparams/h8300self.sh: Similarly.
4128 2001-08-28  J"orn Rennecke <amylaar@redhat.com>
4130         * Makefile.am (ALL_EMULATIONS): Add eh8300elf.o, eh8300elf.o and
4131         eh8300self.o .
4132         (eh8300elf.c, eh8300helf.c, eh8300self.c): New targets.
4133         * configure.tgt (h8300-*-elf*): New case.
4134         * emulparams/h8300elf.sh, emulparams/h8300helf.sh: New files.
4135         * emulparams/h8300self.sh: New file.
4136         * Makefile.in: Regenerated.
4138 2001-08-28  Nick Clifton  <nickc@cambridge.redhat.com>
4140         * ldmain.c (main): Rename BSIZE to BufferSize to avoid collision
4141         with macro name.
4143 2001-08-27  Linus Nordberg  <linus@swox.com>
4144             Alan Modra  <amodra@bigpond.net.au>
4146         * Makefile.am (ALL_EMULATIONS): Add eelf64ppc.o and eelf64lppc.o.
4147         (eelf64ppc.c, eelf64lppc.c): Add make targets.
4148         Run "make dep-am"
4149         * Makefile.in: Regenerate.
4150         * configure.tgt: Add powerpc64 support.  Move pdp11, pjl, pj
4151         entries to correct alphabetical position.
4152         * emulparams/elf64ppc.sh: New.
4153         * emulparams/elf64lppc.sh: New.
4155 2001-08-27  Nick Clifton  <nickc@cambridge.redhat.com>
4157         * ldmain.c (main): Declare BSIZE as static.
4159 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
4161         * emultempl/elf32.em (place_orphan): Place orphan .rel* sections
4162         into .rel.dyn resp. .rela.dyn if combreloc.
4163         (get_script): If .x linker script is equal to .xn, only put it
4164         once into the binary.
4165         Add .xc and .xsc scripts.
4166         (parse_args): Handle -z combreloc and -z nocombreloc.
4167         * scripttempl/elf.sc (.rela.sbss): Fix a typo.
4168         For .xc and .xsc scripts put all .rel* or .rela* input sections
4169         but .rel*.plt and PLT-like sections into .rel.dyn resp. .rela.dyn.
4170         * genscripts.sh (GENERATE_COMBRELOC_SCRIPT): Set if SCRIPT_NAME
4171         is elf.
4172         Strip trailing whitespace from script.
4173         Generate .xc and .xsc scripts if requested.
4174         * ldmain.c (main): Initialize link_info.combreloc and
4175         link_info.spare_dynamic_tags.
4176         * lexsup.c (OPTION_SPARE_DYNAMIC_TAGS): Define.
4177         (ld_options): Add --spare-dynamic-tags option.
4178         (parse_args): Likewise.
4179         * ld.texinfo: Document -z combreloc and -z nocombreloc.
4180         * ldint.texinfo: Document .xc and .xsc linker scripts.
4181         * NEWS: Add notes about -z combreloc and SHF_MERGE.
4183 2001-08-22  H.J. Lu  <hjl@gnu.org>
4185         * emulparams/elf32fr30.sh: Add a newline.
4187 2001-08-21  Andreas Jaeger  <aj@suse.de>
4189         * deffilep.y: Add missing prototypes.
4190         * pe-dll.c: Likewise.
4192 2001-08-20  Alan Modra  <amodra@bigpond.net.au>
4194         * ldlang.c (insert_pad): Fix typos in last patch.
4196         * ldlang.c: When traversing lang_statement_union_type lists,
4197         consistently use "header.next" rather than "next".
4198         * mpw-eppcmac.c: Likewise.
4199         * emultempl/beos.em: Likewise.
4200         * emultempl/hppaelf.em: Likewise.
4201         * emultempl/pe.em: Likewise.
4202         * ldlang.h (union lang_statement_union): Remove "next" field.
4204         * ldlang.c (insert_pad): Use offsetof macro.
4205         (lang_size_sections): Always neuter padding statements.
4206         * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Delete.
4208         * pe-dll.c (pe_dll_fill_sections): Correct type of "relax" param
4209         passed to lang_size_sections.
4210         (pe_exe_fill_sections): Likewise.
4211         * emultempl/pe.em (output_prev_sec_find): Copied from elf32.em.
4212         (gld_${EMULATION_NAME}_place_orphan): Merge from elf32.em.
4214 2001-08-18  Alan Modra  <amodra@bigpond.net.au>
4216         * emultempl/aix.em: Formatting fixes.
4218 2001-08-18  Alan Modra  <amodra@bigpond.net.au>
4220         * ldlang.c (insert_pad): Make use of an existing pad statement if
4221         available.  Move code calculating alignment, adjusting section
4222         alignment power, and adjusting dot to ..
4223         (size_input_section): .. here.  Remove unused relax param.
4224         (lang_size_sections): Change boolean `relax' param to boolean *.
4225         Adjust call to size_input_section.  Make use of insert_pad to
4226         place pad after the assignment statement.  If relaxing, zap
4227         padding statements.
4228         (reset_memory_regions): Reset output_bfd section sizes too.
4229         (relax_again): Move to..
4230         (lang_process): ..here.  Adjust call to lang_size_sections, and
4231         remove duplicated code.
4232         * ldlang.h (lang_size_sections): Change `relax' param to boolean *.
4234 2001-08-17  Alan Modra  <amodra@bigpond.net.au>
4236         * ld.texinfo: Document that fill values now use the four least
4237         significant bytes.
4238         * emulparams/elf32fr30.sh (NOP): Update.
4239         * emulparams/elf32mcore.sh: Likewise.
4240         * emulparams/elf64_s390.sh: Likewise.
4241         * emulparams/elf_i386.sh: Likewise.
4242         * emulparams/elf_i386_be.sh: Likewise.
4243         * emulparams/elf_i386_chaos.sh: Likewise.
4244         * emulparams/elf_i386_ldso.sh: Likewise.
4245         * emulparams/elf_s390.sh: Likewise.
4246         * emulparams/elf_x86_64.sh: Likewise.
4247         * emulparams/i386moss.sh: Likewise.
4248         * emulparams/i386nw.sh: Likewise.
4249         * emulparams/m68kelf.sh: Likewise.
4250         * scripttempl/elf.sc: Update NOP comment.
4251         * scripttempl/elfi370.sc: Likewise.
4252         * scripttempl/elfm68hc11.sc: Likewise.
4253         * scripttempl/elfm68hc12.sc: Likewise.
4254         * scripttempl/nw.sc: Likewise.
4256 2001-08-15  Tom Rix <trix@redhat.com>
4258         * ldgram.y (saved_script_handle): Initialize to NULL.
4259         * ldmain.c (main): Change check on saved_script_handle.
4261 2001-08-14  Alan Modra  <amodra@bigpond.net.au>
4263         * emultempl/elf32.em: Formatting fixes.
4264         (output_prev_sec_find): Test for bfd_ind_section too;  do so by
4265         looking at sec->owner.
4266         (output_rel_find): Move function inside LDEMUL_PLACE_ORPHAN test.
4267         (gld${EMULATION_NAME}_place_orphan): Add a few comments.  Remove
4268         unused code, and reorganize orphan section placement code.
4270         * ldlang.c (wild_doit): Rename to lang_add_section.
4271         * ldlang.h: Here too.
4272         * mpw-elfmips.c: And here.
4273         * emultempl/beos.em: And here.
4274         * emultempl/elf32.em: And here.
4275         * emultempl/hppaelf.em: And here.
4276         * emultempl/pe.em: And here.
4278 2001-08-13  Richard Henderson  <rth@redhat.com>
4280         * emultempl/needrelax.em: New file.
4281         * emulparams/elf64_ia64.sh (EXTRA_EM_FILE): Reference it.
4282         * Makefile.am (eelf64_ia64.c): Depend on it.
4283         * Makefile.in: Rebuild.
4285 2001-08-13  Alan Modra  <amodra@bigpond.net.au>
4287         * emultempl/elf32.em: For SEC_EXCLUDE sections, ensure that
4288         output_section is set non-NULL.
4290         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Return
4291         `true' for SEC_EXCLUDE sections so that the generic code doesn't
4292         needlessly create an output_section_statement.  Treat a correctly
4293         named output_section_statement with NULL bfd_section as compatible.
4295 2001-08-13  Hans-Peter Nilsson  <hp@bitrange.com>
4297         * emultempl/generic.em: Support EXTRA_EM_FILE.
4298         (ld_${EMULATION_NAME}_emulation): Support emulation parameters
4299         LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
4300         LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
4301         LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
4302         LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
4303         LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
4304         LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
4305         LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
4306         LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
4307         LDEMUL_FIND_POTENTIAL_LIBRARIES.
4309 2001-08-12  Richard Henderson  <rth@redhat.com>
4311         * scripttempl/elf.sc, scripttempl/elfd30v.sc,
4312         scripttempl/elfm68hc11.sc, scripttempl/elfm68hc12.sc,
4313         scripttempl/v850.sc: Keep .jcr data.
4315 2001-08-12  H.J. Lu  <hjl@gnu.org>
4316             Andrew Haley  <aph@cambridge.redhat.com>
4317             Nick Clifton  <nickc@redhat.com>
4319         * ldgram.y (had_script): Change name to saved_script_handle.
4320         Change type to file handle.
4321         * ld.h (had_script): Rename and retype.
4322         * ldfile.c (ldfile_open_command_file): Save the file handle
4323         used in saved_script_handle.
4324         * lexsup.c (parse_args): Do not allow -c option to alter
4325         saved_script_handle.
4326         * ldmain.c (main): Print out the linker script used if
4327         --verbose is given.  Check saved_script_handle to obtain the
4328         external linker script used, or if NULL, dump the builtin
4329         script.
4330         * ld.texinfo: Document that --verbose now dumps the linker
4331         script used, regardless of whether it was an internal or an
4332         external script.
4334 2001-08-10  Andreas Jaeger  <aj@suse.de>
4336         * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
4337         to build warnings.
4338         * configure: Regenerate.
4340 2001-08-09  Alan Modra  <amodra@bigpond.net.au>
4342         * emultempl/elf32.em (output_prev_sec_find): Add missing prototype.
4344         * scripttempl/elf.sc: Move non-text .dynamic section before
4345         .plt/.got/.sdata* group.
4346         (OTHER_GOT_SECTIONS): Move to immediately after .got.
4347         (OTHER_SDATA_SECTIONS): Add.
4348         * emulparams/criself.sh: Use OTHER_SDATA_SECTIONS rather than
4349         OTHER_GOT_SECTIONS.
4350         * emulparams/crislinux.sh: Likewise.
4351         * emulparams/elf32b4300.sh: Likewise.
4352         * emulparams/elf32bmip.sh: Likewise.
4353         * emulparams/elf32bmipn32.sh: Likewise.
4354         * emulparams/elf32bsmip.sh: Likewise.
4355         * emulparams/elf32btsmip.sh: Likewise.
4356         * emulparams/elf32ebmip.sh: Likewise.
4357         * emulparams/elf32elmip.sh: Likewise.
4358         * emulparams/elf32l4300.sh: Likewise.
4359         * emulparams/elf32lmip.sh: Likewise.
4360         * emulparams/elf32lsmip.sh: Likewise.
4361         * emulparams/elf32ltsmip.sh: Likewise.
4362         * emulparams/elf64bmip.sh: Likewise.
4363         * emulparams/elf64btsmip.sh: Likewise.
4364         * emulparams/elf64ltsmip.sh: Likewise.
4366 2001-08-08  Alan Modra  <amodra@bigpond.net.au>
4368         * genscripts.sh: Source the emulparams script before each output
4369         script is generated so that variables like `RELOCATING' may affect
4370         variables defined in the emulparams script.
4372 2001-08-04  Alan Modra  <amodra@bigpond.net.au>
4374         * emultempl/aix.em: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this
4375         order.
4377         * emultempl/beos.em (sort_sections): Modify for 2001-08-03 change,
4378         ie. iterate over wild_statement.section_list.
4379         (gld${EMULATION_NAME}_place_orphan): Likewise.
4381 2001-08-03  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
4383         * scripttempl/elfm68hc12.sc (FINISH_CODE, FINISH_RELOC): New to handle
4384         .fini[0-4] sections used by _exit
4385         (CTOR, DTOR): Export ctor/dtor symbols; move them to ROM.
4386         (*.text,*.data,*.bss): Take into account .text.*, .data.*, .bss.*.
4387         * scripttempl/elfm68hc11.sc: Likewise.
4389 2001-08-03  H.J. Lu  <hjl@gnu.org>
4391         * emultempl/beos.em (init): Add the missing initialization.
4393 2001-08-03  Alan Modra  <amodra@bigpond.net.au>
4395         * ld.texinfo (Input Section Basics): Clarify ordering of output
4396         sections.
4397         * ldlang.c (callback_t): Add wildcard_list param.
4398         (walk_wild_section): Remove "section" param.  Rewrite for
4399         lang_wild_statement_type change.  Remove unique_section_p test.
4400         (walk_wild_file): Remove "section" param.
4401         (walk_wild): Remove "section" and "file" params.
4402         (lang_gc_wild): Likewise.
4403         (wild): Likewise.  Modify for lang_wild_statement_type change.
4404         (wild_sort): Likewise.  Add "sec" param.
4405         (gc_section_callback): Likewise.
4406         (output_section_callback): Likewise.  Do unique_section_p test.
4407         (map_input_to_output_sections): Modify call to wild.
4408         (lang_gc_sections_1): Likewise.
4409         (print_wild_statement): Modify for lang_wild_statement_type
4410         change.
4411         (lang_add_wild): Replace filename, filenames_sorted param with
4412         filespec.  Replace section_name, sections_sorted,
4413         exclude_filename_list with section_list.
4414         * ldlang.h (lang_add_wild): Here too.
4415         (lang_wild_statement_type): Replace section_name, sections_sorted,
4416         and exclude_filename_list with section_list.
4417         * ldgram.y (current_file): Delete.
4418         (%union): Add wildcard_list.
4419         (file_NAME_list): Set type to wildcard_list.  Build a linked list
4420         rather than calling lang_add_wild for each entry.
4421         (input_section_spec_no_keep): Call lang_add_wild here instead.
4422         * ld.h (struct wildcard_list): Declare.
4423         * mri.c (mri_draw_tree): Modify to suit new lang_add_wild.
4425 2001-08-02  Charles Wilson  <cwilson@ece.gatech.edu>
4427         * ldmain.c (main): initialize link_info.pei386_auto_import
4428         * pe-dll.c: new tables for auto-export filtering
4429         (auto_export): change API, pass abfd for contextual filtering.
4430         Loop thru tables of excluded symbols instead of comparing
4431         "by hand".
4433 2001-08-02  Paul Sokolovsky  <paul.sokolovsky@technologist.com>
4435         * pe-dll.c: new variable pe_dll_enable_extra_debug. New
4436         static variable current_sec (static struct sec *). Add
4437         forward declaration for add_bfd_to_link.
4438         (process_def_file): Don't export undefined symbols. Do not
4439         export symbols starting with  "_imp__".  Call auto_export()
4440         with new API.
4441         (pe_walk_relocs_of_symbol): New function.
4442         (generate_reloc): add optional extra debugging
4443         (pe_dll_generate_def_file): eliminate extraneous initial blank
4444         line in output
4445         (make_one): enlarge symtab to make room for __nm__ symbols
4446         (DATA auto-import support).
4447         (make_singleton_name_thunk): New function.
4448         (make_import_fixup_mark): New function.
4449         (make_import_fixup_entry): New function.
4450         (pe_create_import_fixup): New function.
4451         (add_bfd_to_link): Specify that 'name' argument is a CONST
4452         char *.
4453         * pe-dll.h: declare new variable pe_dll_extra_pe_debug;
4454         declare new functions pe_walk_relocs_of_symbol and
4455         pe_create_import_fixup.
4456         * emultempl/pe.em: add new options --enable-auto-import,
4457         --disable-auto-import, and --enable-extra-pe-debug.
4458         (make_import_fixup): New function.
4459         (pe_find_data_imports): New function.
4460         (pr_sym): New function.
4461         (gld_${EMULATION_NAME}_after_open): Add optional extra pe
4462         debugging. Call pe_find_data_imports.  Mark .idata as DATA, not
4463         CODE.
4465 2001-08-02  Charles Wilson  <cwilson@ece.gatech.edu>
4467         * ld.texinfo: add additional documentation for
4468         --export-all-symbols.  Document --out-implib,
4469         --enable-auto-image-base, --disable-auto-image-base,
4470         --dll-search-prefix, --enable-auto-import, and
4471         --disable-auto-import.
4472         * ldint.texinfo: Add detailed documentation on auto-import
4473         implementation.
4475 2001-07-30  Nick Clifton  <nickc@cambridge.redhat.com>
4477         * ld.texinfo (Simple Assignments): Fix computation in SECTIONS
4478         example.
4480 2001-07-24  Alan Modra  <amodra@bigpond.net.au>
4482         * Makefile.am: Update dependencies with "make dep-am".
4483         * Makefile.in: Regenerate
4485 2001-07-23  Alan Modra  <amodra@bigpond.net.au>
4487         * ldcref.c (check_section_sym_xref): New function.
4488         (check_nocrossrefs): Call it.
4489         (check_nocrossref): Interate over h->refs here instead of..
4490         (check_refs): ..here.  Pass in the symbol name, section, and bfd
4491         rather than hash_entry pointers.
4492         (struct check_refs_info): Keep symbol name rather than hash entry.
4493         Remove "same".
4494         (check_reloc_refs): Tweak for above changes in check_refs_info.
4495         Only report references to section syms when symname is NULL to
4496         prevent duplicate messages for the same reloc.
4498 2001-07-19  Nick Clifton  <nickc@cambridge.redhat.com>
4500         * ldexp.c (exp_print_tree): Use stderr if config.map_file is not
4501         available.  Do not print NULL trees.
4502         (exp_print_token): Print unknown tokens with values > 126 as
4503         decimal values not ASCII characters.
4505         * ldlang.c (lang_leave_overlay): If a region is specified assign
4506         it to all sections inside the overlay unless they have been
4507         assigned to the own, non-default, memory region.
4509         * README: Add header for consistency with other README files.
4511 2001-07-14  H.J. Lu  <hjl@gnu.org>
4513         * emultempl/elf32.em (output_prev_sec_find): Never return
4514         bfd_abs_section_ptr, bfd_com_section_ptr nor
4515         bfd_und_section_ptr.
4517 2001-07-14  Nick Clifton  <nickc@cambridge.redhat.com>
4519         * Makefile.am (em32relf.c): Change dependency from generic.em to
4520         elf32.em.
4521         * Makefile.in: Regenerate.
4523 2001-07-14  matthew green  <mrg@eterna.com.au>
4525         * configure.tgt (i386-*-netbsdelf*): New target.
4526         (i386-*-netbsd*): Set targ_extra_emuls to `elf_i386'
4528 2001-07-13  Jakub Jelinek  <jakub@redhat.com>
4530         * emultempl/elf32.em (output_prev_sec_find): New.
4531         (place_orphan): Use it.
4533 2001-07-11  H.J. Lu  <hjl@gnu.org>
4535         * ldmain.c (main): Fix typos in the last change.
4537 2001-07-11  Jakub Jelinek  <jakub@redhat.com>
4539         * ldmain.c (main): Disallow -F and -f without -shared.
4541 2001-07-11  Nick Clifton  <nickc@cambridge.redhat.com>
4543         * emultempl/pe.em (after_open): Check for the output_bfd not
4544         having any coff_data structure allocated to it.
4546 2001-07-09  David O'Brien  <obrien@FreeBSD.org>
4548         * emultempl/elf32.em: Do not assuming that contents of the buffer
4549         returned from basename function will remain unchanged accross other
4550         function calls.
4552 2001-07-03  H.J. Lu  <hjl@gnu.org>
4554         * scripttempl/elf.sc (DYNAMIC_PAD): Revert the change made on
4555         2001-07-03. It creates dynamic entries even for static binaries.
4557 2001-07-03  Jakub Jelinek  <jakub@redhat.com>
4559         * scripttempl/elf.sc (DYNAMIC_PAD): New variable.
4560         (DYNAMIC): Use it to reserve few dynamic entries for
4561         post-linking tools.
4563 2001-06-27  Alan Modra  <amodra@bigpond.net.au>
4565         * emulparams/hppa64linux.sh: New file.
4566         * configure.tgt: hppa*64*-*-linux* uses hppa64linux.sh
4567         * Makefile.am (ALL_64_EMULATIONS): Add ehppa64linux.o
4568         (ehppa64linux.c): Add rule to make it.
4569         Run "make dep-am".
4570         * Makefile.in: Regenerate.
4572 2001-06-21  Hans-Peter Nilsson  <hp@axis.com>
4574         * ld.texinfo (Options, -r): Mention restrictions when using
4575         different object formats.
4577 2001-06-19  Hans-Peter Nilsson  <hp@axis.com>
4579         * ldlang.c (lang_check): Emit fatal error if relocatable link
4580         between different object flavours with relocations in input.
4582 2001-06-19  H.J. Lu  <hjl@gnu.org>
4584         * ld.texinfo (-E, --export-dynamic): Mention --version-script.
4585         (--version-script): Mention the language support.
4587 2001-06-19  H.J. Lu <hjl@gnu.org>
4589         * ldlang.c (lang_check): Revert the change mode on 2001-06-15.
4591 2001-06-18  H.J. Lu <hjl@gnu.org>
4593         * Makefile.am (ld.1): Remove the prefix `$(srcdir)/'.
4594         (diststuff): Add $(MANS).
4595         * Makefile.in: Regenerated.
4597         * ld.1: Removed.
4599 2001-06-18  Hans-Peter Nilsson  <hp@axis.com>
4601         * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
4602         Update for API change in bfd_elf${ELFSIZE}_size_dynamic_sections.
4603         * mpw-elfmips.c (gldelf32ebmip_before_allocation): Ditto.
4604         * ld.h (args_type): Remove member export_dynamic.  All users
4605         changed to use struct bfd_link_info member.
4607         * Makefile.am (ecriself.c, ed10velf.c, ei386moss.c): Depend on
4608         $(srcdir)/emultempl/elf32.em, not $(srcdir)/emultempl/generic.em.
4609         * Makefile.in: Regenerate.
4611 2001-06-18  H.J. Lu  <hjl@gnu.org>
4613         * ldlang.c (init_os): Add the newline to the einfo call.
4614         (lang_check): Likewise.
4615         (lang_do_version_exports_section): Likewise.
4617 2001-06-15  H.J. Lu  <hjl@gnu.org>
4619         * lexsup.c (parse_args); Save optind to report unrecognized
4620         option.
4622 2001-06-15  Hans-Peter Nilsson  <hp@axis.com>
4624         * ldlang.c (lang_check): Emit fatal error if relocatable link
4625         between different object flavours.
4627         * lexsup.c (parse_args) <case OPTION_EXPORT_DYNAMIC, case 'E'>:
4628         Set new link_info member export_dynamic.
4629         * ldmain.c (main): Initialize new link_info member export_dynamic.
4631 2001-06-12  Nick Clifton  <nickc@cambridge.redhat.com>
4633         * ldlang.c (walk_wild): Only call walk_wild_file if
4634         lookup_name returns something.
4635         (lookup_name): If load_symbols fails, return NULL.
4636         (load_symbols): Change to a boolean function.
4637         (open_input_bfds): If load_symbols fails then do not make the
4638         executable.
4640 2001-06-08  Alan Modra  <amodra@bigpond.net.au>
4642         * ldlang.c (record_bfd_errors): Remove.
4644         * emultempl/aix.em: Fix copyright dates.
4646 2001-06-07  Andreas Jaeger  <aj@suse.de>
4648         * elf_x86_64.sh (NONPAGED_TEXT_START_ADDR): Increase.
4649         (TEXT_START_ADDR): Likewise.
4651 2001-06-06  Martin Schwidefsky <schwidefsky@de.ibm.com>
4653         * configure.host: Set HOSTING_CRT0/HOSTING_LIBS correctly for s/390.
4655 2001-06-05  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
4657         * emultempl/pe.em (init): Reduce default stack reserve to 0x200000.
4659 2001-05-31  H.J. Lu  <hjl@gnu.org>
4661         * ldlang.c (open_input_bfds): Don't change the bfd error
4662         handler whilst loading symbols.
4664 2001-05-28  Nick Clifton  <nickc@cambridge.redhat.com>
4666         * configure.tgt: Remove i370-mvs architecture, it is not currently
4667         supported.
4669 2001-05-25  H.J. Lu  <hjl@gnu.org>
4671         * emulparams/ppcmacos.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
4672         like emulparams/aixppc.sh.
4674 2001-05-25  H.J. Lu  <hjl@gnu.org>
4676         * emultempl/beos.em (gld${EMULATION_NAME}_before_parse): Move
4677         setting of output_filename after bfd_scan_arch.
4678         * emultempl/pe.em: Likewise.
4680 2001-05-25  H.J. Lu  <hjl@gnu.org>
4682         * emulparams/aixrs6.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
4683         like emulparams/aixppc.sh.
4685         * emultempl/aix.em (sc): Use ${srcdir}/emultempl/ostring.sed
4686         instead of ${srcdir}/emultempl/stringify.sed.
4688 2001-05-25  Timothy Wall  <twall@oculustech.com>
4690         * emulparams/elf64_aix.sh: Change settings to match IBM linker
4691         output.
4693 2001-05-25  Alan Modra  <amodra@one.net.au>
4695         * configure.host: Replace linuxoldld with linux*oldld.
4696         * configure.tgt: Likewise.
4698 2001-05-24  H.J. Lu  <hjl@gnu.org>
4700         * emultempl/stringify.sed: Removed again.
4702 2001-05-24  H.J. Lu  <hjl@gnu.org>
4704         * emultempl/aix.em (OUTPUT_ARCH): Defined.
4705         (gld${EMULATION_NAME}_before_parse): Initialize
4706         ldfile_output_architecture, ldfile_output_machine and
4707         ldfile_output_machine_name from ${OUTPUT_ARCH} if possible.
4708         * emultempl/beos.em: Likewise.
4709         * emultempl/elf32.em: Likewise.
4710         * emultempl/linux.em: Likewise.
4711         * emultempl/mipsecoff.em: Likewise.
4712         * emultempl/pe.em: Likewise.
4713         * emultempl/sunos.em: Likewise.
4715 2001-05-24 Tom Rix <trix@redhat.com>
4717         * emultempl/aix.em : (gld${EMULATION_NAME}_read_file)
4718         udate import file format.
4719         (change_symbol_mode) New, same
4720         (is_syscall) New, same
4721         * emulparams/aixppc.sh : add SYSCALL_MASK and SYMBOL_MODE_MASK
4722         * emulparams/aixppc64.sh : same
4723         * emulparams/aixrs6.sh : same
4724         * emulparams/ppcmacos.sh : same
4725         * emultempl/aix.em : use strtoull to parse options
4726         * Makefile.am : add eaixppc64 emulation for xcoff64
4727         * Makefile.in : same
4728         * configure.tgt : same
4730         * scripttempl/aix.sc : default text section offset to 0x10000000
4731         default data section offset to 0x20000000
4732         add .sv3264 and .sv64 pseudo sections
4733         loader and debug sections use the currect section offset.
4735         * emultempl/aix.em : Add xcoff64 support
4736         Add -binitfini support
4737         (gld${EMULATION_NAME}_before_parse) -binitfini
4738         (gld${EMULATION_NAME}_parse_args) same
4739         (gld${EMULATION_NAME}_before_allocation) format change for special
4740         sections
4742         * emulparams/aixppc64.sh : New file for xcoff64 support
4744 2001-05-23  Alexandre Oliva  <aoliva@redhat.com>
4746         * emultempl/elf32.em (ELF_INTERPRETER_SET_DEFAULT): Use this new
4747         variable to avoid non-portable shell construct.
4749 2001-05-23  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4751         * ldmain.c (get_emulation): Add -mips5 command line argument.
4753 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
4755         * emulparams/elf_i386_ldso.sh: New, copied from elf_i386.sh.
4756         (ELF_INTERPRETER_NAME): Define it.
4757         * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Use
4758         it.
4759         * configure.tgt (targ_emul, targ_extra_emuls)
4760         [i[3456]86-*-solaris2*, i[3456]86-*-solaris*]: Use elf_i386_ldso
4761         as primary, elf_i386 as extra.
4762         * Makefile.am (ALL_EMULATIONS): Added eelf_i386_ldso.o.
4763         (eelf_i386_ldso.c): New rule.
4764         * Makefile.in: Rebuilt.
4766 2001-05-22  Nick Clifton  <nickc@redhat.com>
4768         * lexsup.c (ld_options): Allow -I to be an alias for
4769         --dynamic-linker.  This is for Solaris compatability.
4770         * ld.texinfo: Document that -I can be used.
4771         * ld.1: Regenerate.
4773 2001-05-16  Alan Modra  <amodra@one.net.au>
4775         * ldlang.c (wild_doit): Use linker_has_input to reliably determine
4776         whether an input section is the first one assigned to an output
4777         section.
4778         Assorted formatting fixes.
4780 2001-05-14  DJ Delorie  <dj@delorie.com>
4782         * Makefile.am (ld.dvi): Search bfd/doc for texinfo files.
4783         * Makefile.in: Ditto.
4785 2001-05-11  Jakub Jelinek  <jakub@redhat.com>
4787         * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Put
4788         .gnu.linkonce.ia64unw{,i} sections into corresponding .IA_64.unwind*
4789         output sections.
4790         * emulparams/elf64_aix.sh (OTHER_READONLY_SECTIONS): Likewise.
4792 2001-05-11  Jakub Jelinek  <jakub@redhat.com>
4794         * ldlang.c (lang_process): Call bfd_merge_sections.
4796 2001-05-07  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4798         * ldgram.y: Fix typo.
4800 2001-05-03  H.J. Lu  <hjl@gnu.org>
4802         * emultempl/elf32.em: Include "libiberty.h".
4803         (gld${EMULATION_NAME}_vercheck): Call basename () to get the
4804         basename of the bfd filename.
4805         (gld${EMULATION_NAME}_stat_needed): Likewise.
4806         (gld${EMULATION_NAME}_try_needed): Likewise.
4807         (gld${EMULATION_NAME}_open_dynamic_archive): Likewise.
4809 2001-05-02  H.J. Lu  <hjl@gnu.org>
4811         * emultempl/pe.em: Include <ctype.h>.
4813 2001-05-02  Johan Rydberg  <jrydberg@opencores.org>
4815         * emulparams/elf32openrisc.sh: New file.
4817         * Makefile.am: Add OpenRISC target.
4818         * Makefile.in: Regenerated.
4820         * configure.tgt: Add openrisc-*-* mapping.
4822 2001-05-02  Nick Clifton  <nickc@redhat.com>
4824         * emultempl/aix.em: Replace buystring with xstrdup.
4825         * emultempl/beos.em: Replace buystring with xstrdup.
4827 2001-05-02  H.J. Lu  <hjl@gnu.org>
4829         * ldfile.c: Include "libiberty.h".
4830         * ldlex.l: Likewise.
4832         * ldmisc.c (buystring): Removed.
4833         * ldmisc.h: Likewise.
4835         * ldfile.c: Replace buystring with xstrdup.
4836         * ldlang.c: Likewise.
4837         * ldlex.l: Likewise.
4838         * ldmain.c: Likewise.
4839         * ldmisc.c: Likewise.
4840         * lexsup.c: Likewise.
4841         * mpw-eppcmac.c: Likewise.
4843 2001-04-30  Andreas Jaeger  <aj@suse.de>
4845         * emulparms/elf_x86_64.sh (MAXPAGESIZE): Fix value.
4847 2001-04-28  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
4849         * ldlang.c (load_symbols): Give emulation a chance
4850         to process unrecognized file before fatal error is
4851         reported, not after.
4853 2001-04-27  Sean McNeil <sean@mcneil.com>
4855         * configure.tgt: Add arm-vxworks target.
4856         * scripttempl/armcoff.sc: Support .text or .data as a section name
4857         prefix.
4858         Define _etext.
4860 2001-04-13  J.T. Conklin  <jtc@redback.com>
4862         * ld.texinfo: Document --fatal-warnings.
4863         * ld.1: Regenerate.
4865         * ldmisc.c (vfinfo): Set flag to inhibit making executable if
4866         warnings have been turned into errors.
4867         * lexsup.c (OPTION_WARN_FATAL): Define.
4868         (ld_options): Entry for --fatal-warnings.
4869         (parse_args): Handle OPTION_WARN_FATAL.
4870         * ld.h (ld_config_type): Add fatal_warnings field.
4872 2001-04-13  Jakub Jelinek  <jakub@redhat.com>
4874         * ldmain.c (main): Default to discard_sec_merge.
4875         * lexsup.c (OPTION_DISCARD_NONE): Define.
4876         (ld_options): Add --discard-none.
4877         (parse_args): Handle OPTION_DISCARD_NONE.
4878         * ldlang.c (wild_doit): SEC_MERGE should be set in the output
4879         section only if SEC_MERGE and SEC_STRINGS flags and entsize of
4880         all its input sections match.
4882 2001-04-05  Steven J. Hill  <sjhill@cotw.com>
4884         * Makefile.am (ALL_EMULATIONS): Add eelf32ltsmip.o.
4885         (ALL_64_EMULATIONS): Add eelf64btsmip.o and eelf64ltsmip.o.
4886         (eelf32ltsmip.c): New target.
4887         (eelf64btsmip.c): Likewise.
4888         (eelf64ltsmip.c): Likewise.
4889         * Makefile.in: Regenerated.
4891         * configure.tgt (mips*el-*-linux-gnu): Uses traditional MIPS
4892         target.
4893         (mips*-*-linux-gnu*): Likewise.
4895         * emulparams/elf32ltsmip.sh: New. Traditional little endian
4896         MIPS taget.
4897         * emulparams/elf64btsmip.sh: New. Traditional 64bit big endian
4898         target.
4899         * emulparams/elf64ltsmip.sh: New. Traditional 64bit little
4900         endian target.
4902 2001-04-05  Hans-Peter Nilsson  <hp@axis.com>
4904         * emulparams/criself.sh (EXECUTABLE_SYMBOLS): Cannot provide
4905         correct value of __Stext here.
4906         (TEXT_START_SYMBOLS): Define; always define __Stext, to start of
4907         .startup section.
4909         * emulparams/crislinux.sh: Remove FIXME.
4911 2001-04-02  Alan Modra  <alan@linuxcare.com.au>
4913         * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 64k.
4914         (TEXT_START_ADDR, TARGET_PAGE_SIZE): Likewise.
4916 2001-03-27  Hans-Peter Nilsson  <hp@axis.com>
4918         * configure.tgt (cris-*-*): Change default emulation to criself.
4919         (cris-*-*aout*): New rule.
4921 2001-03-27  Matthew Wilcox  <willy@ldl.fc.hp.com>
4923         * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 0x4000.
4924         (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
4926 2001-03-26  Andreas Jaeger  <aj@suse.de>
4928         * ld.texinfo (Overview): Fix syntax in texi code.
4930 2001-03-25  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
4932         * ld.texinfo: Put @c man indications to generate the ld man page.
4933         When generating man, define all the variables.  Define SEEALSO
4934         and SYNOPSIS.  Re-organize some lines to avoid the cross references.
4935         * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variables.
4936         (ld.1): Generate from ld.texinfo.
4937         * Makefile.in: Regenerate.
4939 2001-03-23  Mark Elbrecht <snowball3@bigfoot.com>
4941         * scripttempl/i386go32.sc: Support the GCC flags '-ffunction-sections'
4942         and '-fdata-sections'. Set the VMA of STABS sections to zero.
4944 2001-03-17  Ulrich Drepper  <drepper@redhat.com>
4946         * emultmpl/elf32.em (gld${EMULATION_NAME}_search_needed): If NAME
4947         is an absolute path look only for this file and not along the path.
4949 2001-03-17  Ulrich Drepper  <drepper@redhat.com>
4951         * emultempl/elf32.em (OPTION_GROUP): New macro.
4952         Add new option Bgroup to longopts.
4953         (gld*_parse_args): Handle GROUP_OPTION and recognize -z defs.
4954         (gld*_list_options): Add -Bgroup and -z defs.
4955         * ld.1: Document -Bgroup and -z defs.
4956         * ld.texinfo: Likewise.
4958 2001-03-07  Michael Meissner  <meissner@redhat.com>
4960         * scripttempl/elfd10v.sc (.rodata,.rodata1,.data1,.sdata): Deal
4961         with sections created by -fdata-sections.
4962         (.dynbss,.bss): Ditto.
4964 2001-03-05  Alan Modra  <alan@linuxcare.com.au>
4966         * emultempl/m68kelf.em (m68k_elf_after_allocation): Call
4967         after_allocation_default, not gld..._before_allocation.
4969 2001-02-27  Alan Modra  <alan@linuxcare.com.au>
4971         * configure.in (BFD_VERSION): New.
4972         (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
4973         * configure: Regenerate.
4974         * Makefile.am: Run "make dep-am"
4975         * Makefile.in: Regenerate.
4977 2001-02-26  Timothy Wall  <twall@cygnus.com>
4979         * emulparams/elf64_aix.sh: Add additional read-only sections;
4980         uncomment lines which are now required.
4982 2001-02-26  H.J. Lu  <hjl@gnu.org>
4984         * ldlang.c (open_input_bfds): Set the bfd error handler so
4985         that problems can be caught whilst loading symbols.
4986         (record_bfd_errors): New function: Report BFD errors and mark
4987         the executable output as being invalid.
4989 2001-02-22  Timothy Wall  <twall@cygnus.com>
4991         * configure.host: Add configuration for ia64-*-aix*.
4992         * Makefile.am (ALL_64_EMULATIONS): Add emulation for ia64-*-aix*.
4993         Add dependencies for eelf64_aix.c.
4994         * Makefile.in: Regenerate.
4995         * configure.tgt: Add ia64-*-aix* mapping.
4996         * emulparams/elf64_aix.sh: Add settings for elf64 on aix5.
4998 2001-02-20  H.J. Lu  <hjl@gnu.org>
5000         * ldfile.c (ldfile_open_file): Set entry->search_dirs_flag to
5001         false if we found the file.
5003 2001-02-18  David O'Brien  <obrien@FreeBSD.org>
5005         * configure.tgt: Add FreeBSD/Alpha, FreeBSD/x86-64, FreeBSD/ia64,
5006         FreeBSD/PowerPC, FreeBSD/arm, and FreeBSD/sparc64 entries.
5008 2001-02-18  lars brinkhoff  <lars@nocrew.org>
5010         * Makefile.am: Add PDP-11 target.
5011         * configure.tgt: Likewise.
5012         * emulparams/pdp11.sh: New file.
5014 2001-02-17  David O'Brien  <obrien@FreeBSD.org>
5016         * configure.host: Add a generic FreeBSD configuration entry such that
5017         all [modern] FreeBSD systems on all platforms will look the same.
5019 2001-02-14  H.J. Lu  <hjl@gnu.org>
5021         * configure.tgt: Remove mention of earmelf_linux26.
5023 2001-02-13  Richard Henderson  <rth@redhat.com>
5025         * emulparams/elf64_ia64.sh (OTHER_GOT_SYMBOLS): Remove.
5027 2001-02-13  H.J. Lu  <hjl@gnu.org>
5029         * ldexp.h (node_type): Add etree_provided.
5030         * ldexp.c (exp_fold_tree): Handle etree_provided. Set the node
5031         type to etree_provided if defined by PROVIDE. Allow updating
5032         for etree_provided.
5033         (exp_print_tree): Handle etree_provided.
5034         * mpw-elfmips.c (gldelf32ebmip_find_exp_assignment): Handle
5035         etree_provided.
5037 2001-02-09  David Mosberger  <davidm@hpl.hp.com>
5039         * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add
5040         .IA_64.unwind.* pattern to unwind table section and
5041         .IA_64.unwind_info* pattern to unwind info section.
5043 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5045         * Makefile.am: Add linux target for S/390.
5046         * Makefile.in: Likewise.
5047         * configure.host: Likewise.
5048         * configure.tgt: Likewise.
5049         * emulparams/elf64_s390.sh: New file.
5050         * emulparams/elf_s390.sh: New file.
5052 2001-02-09  Jakub Jelinek  <jakub@redhat.com>
5054         * configure.tgt (sparc64-*-linux-gnu*): Add elf32_sparc into
5055         targ_extra_libpath.
5056         (sparc-*-linux-gnu*): Add elf64_sparc into targ_extra_libpath.
5058 2001-02-06  Philip Blundell  <philb@gnu.org>
5060         * Makefile.am: Remove mention of earmelf_linux26.
5061         * Makefile.in: Regenerate.
5063 2001-02-04  Philip Blundell  <philb@gnu.org>
5065         * emulparams/armelf_linux.sh (TEXT_START_ADDR): Set to 0x8000.
5066         * emulparams/armelf_linux26.sh: Delete.
5067         * configure.tgt: Remove mention of armelf_linux26 emulation.
5069 2001-02-01  Nick Clifton  <nickc@redhat.com>
5071         * ld.1: Replace occurances of -oformat with --oformat.
5073 2001-01-25  Jim Driftmyer <jdrift@stny.rr.com>
5075         * ldlang.c (lang_leave_overlay): Don't set lma_region when
5076         load_base is specified.
5078 2001-01-24  Hans-Peter Nilsson  <hp@axis.com>
5080         * emultempl/elf32.em: Correct spelling in comments and listed
5081         options.
5083 2001-01-23  Alan Modra  <alan@linuxcare.com.au>
5085         * ldlang.c (lang_leave_overlay): Only set lma_region from the
5086         default for the first section of a group of overlay sections.
5088 2001-01-22  Alan Modra  <alan@linuxcare.com.au>
5090         * Makefile.am (GENSCRIPTS): Pass exec_prefix.
5091         * Makefile.in: Regenerate.
5092         * genscripts.sh: Use exec_prefix parameter to specify tool lib.
5093         Check for null tool_dir.
5095 2001-01-16  Jim Wilson  <wilson@redhat.com>
5097         * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add IA_64.unwind
5098         and IA_64.unwind.info.
5100 2001-01-16  H.J. Lu  <hjl@gnu.org>
5102         * ldlang.c (lang_check): Merge the private data only if the
5103         input file has contents.
5105 2001-01-14  Alan Modra  <alan@linuxcare.com.au>
5107         * emulparams/hppalinux.sh (OUTPUT_FORMAT): Set to elf32-hppa-linux.
5109         * emultempl/hppaelf.em (hppaelf_after_parse): New function,
5110         enabling search for libmilli.  On a relocatable link, make .text
5111         sections unique.
5112         (LDEMUL_AFTER_PARSE): Define.
5113         (hppaelf_finish): Correct spelling of relocatable in comments.
5115         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
5116         rummage through the script for sections on the unique list.
5117         Correct length of strncmp for ".note".
5118         (gld${EMULATION_NAME}_check_needed): Rearrange function.
5120         * ldlang.c (unique_section_list): New var.
5121         (unique_section_p): New function.
5122         (walk_wild_section): Don't match sections on unique_section_list.
5123         (lang_add_unique): New function.
5124         Correct spelling of relocatable in comments.
5126         * ldlang.h (struct unique_sections): Declare.
5127         (unique_section_list): Declare.
5128         (unique_section_p): Declare.
5129         (lang_add_unique): Declare.
5131         * lexsup.c (ld_options): Allow --unique to take an optional arg.
5132         (parse_args [OPTION_UNIQUE]): Call lang_add_unique.
5134         * ld.texinfo (--unique): Update.
5136 2001-01-13  Nick Clifton  <nickc@redhat.com>
5138         * lexsup.c (parse_args): Remove spurious white space.
5140 2001-01-12  Nick Clifton  <nickc@redhat.com>
5142         * lexsup.c (parse_args): Update copyright date.
5144 2001-01-12  Philip Blundell  <pb@futuretv.com>
5146         * configure.host: Set HOSTING_LIBS appropriately for ix86-cygwin.
5148 2001-01-10  Kazu Hirata  <kazu@hxi.com>
5150         * scripttempl/h8300.sc: Fix formatting.  Fix a comment typo.
5151         * scripttempl/h8300h.sc: Fix formatting.
5152         * scripttempl/h8300s.sc: Likewise.
5153         * scripttempl/h8500.sc: Likewise.
5154         * scripttempl/h8500b.sc: Likewise.
5155         * scripttempl/h8500c.sc: Likewise.
5156         * scripttempl/h8500m.sc: Likewise.
5157         * scripttempl/h8500s.sc: Likewise.
5159 2000-01-07  David O'Brien  <obrien@BSDi.com>
5161         * emultempl/elf32.em: Only perform Linux ld hints processing when
5162         targeting Linux.
5164 2001-01-07  Philip Blundell  <philb@gnu.org>
5166         * ld.texinfo (Bug Reporting): Update email address for reports.
5168 2000-12-31  Nick Clifton  <nickc@redhat.com>
5170         * lexsup.c (parse_args): Set opterr to 0 and detect unparsed long
5171         options by checking for a return value of '?' not -1.
5173 2000-12-28  Nick Clifton  <nickc@redhat.com>
5175         * lexsup.c (struct ld_option): Add new enum value:
5176         EXACTLY_TWO_DASHES.
5177         (ld_options[]): Change -omagic, -output and -oformat options
5178         to be EXACTLY_TWO_DASHES.
5179         (OUTPUT_COUNT): Use ARRAY_SIZE.
5180         (parse_args): Change parameter 'argc' to unsigned.
5181         Place EXACTLY_TWO_DASHES options into new really_longopts
5182         array.
5183         If getopt_long_only fails, try calling getopt_long using the
5184         really_longopts array.
5185         (help): Print a double dash for both EXACTLY_TWO_DASHES and
5186         TWO_DASHES options.
5188         * ldlex.h: Fix prototype of parse_args.
5190         * ld.texinfo: Document that long options starting with 'o'
5191         must be preceeded by two dashes.  Change example of a single
5192         dashed long option from -oformat to -trace-symbol.
5194 2000-12-26  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
5196         * emultempl/pe.em (OPTION_NO_DEFAULT_EXCLUDES): Define.
5197         (longopts[]): New --no-default-excludes option.
5198         (gld_${EMULATION_NAME}_list_options): Document.
5199         (gld_${EMULATION_NAME}_parse_args): Handle.
5201 2000-12-13  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
5203         * ldlang.c (new_stat): Revert the last beautification with "innocent"
5204         whitespace, it breaks the K&R C preprocessor.
5206 2000-12-11  DJ Delorie  <dj@redhat.com>
5208         * ld.texinfo: Add notes about --whole-archive and gcc.
5210 2000-11-18  Fred Fish  <fnf@be.com>
5212         * lexsup.c (OPTION_ALLOW_SHLIB_UNDEFINED): Define.
5213         (ld_options): Entry for --allow-shlib-undefined.
5214         (parse_args): Handle OPTION_ALLOW_SHLIB_UNDEFINED.
5215         * ldmain.c (main): Initialize link_info.allow_shlib_undefined
5216         to false.
5217         * ld.texinfo: Document new command line switch.
5219 2000-12-12  Geoffrey Keating  <geoffk@redhat.com>
5221         * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS):
5222         .fixup is actually read/write.
5223         * emulparams/elf32lppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
5224         * emulparams/elf32ppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
5225         * emulparams/elf32lppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
5227 2000-12-11  Jan Hubicka  <jh@suse.cz>
5229         * NEWS: Add note about x86_64 architecture.
5231 2000-12-06  Mark Elbrecht  <snowball3@bigfoot.com>
5233         * scripttempl/i386go32.sc: Use PROVIDE with _etext, _edata, _end.
5234         Set DWARF2 sections to a VMA of zero.
5236 2000-12-01  Joel Sherrill  <joel@OARcorp.com>
5238         * configure.tgt (arm-*-rtems*, a29k-*rtems*, h8300-*-rtems*):
5239         New targets.
5240         (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
5241         (sparc*-*-rtems*): Switched from a.out to ELF.
5243 2000-11-30  Jan Hubicka  <jh@suse.cz>
5245         * Makefile.am (ALL_EMULATIONS): Add eelf_x86_64.o
5246         (eelf_x86_64.c): New.
5247         * Makefile.in: Regenerate.
5248         * configure.tgt: Add support for x86_64-*-linux-gnu*.
5249         * emulparams/elf_x86_64.sh: New.
5251 2000-11-30  Hans-Peter Nilsson  <hp@axis.com>
5253         * emulparams/crislinux.sh (ENTRY): Change back to _start.
5254         (TEXT_START_SYMBOLS): Remove conditional setting of __start.
5256         * scripttempl/crisaout.sc: Change all RELOCATING not related to
5257         merging non-a.out sections into CONSTRUCTING.
5259 2000-11-28  Nick Clifton  <nickc@redhat.com>
5261         * ld.1 (COPYING): Mention that the GNU Free Documentation
5262         License is present in the sources, but not the output, and
5263         also available from the GNU website.
5264         (GNU Free Documentation License): Comment out this section.
5266 2000-11-28  David O'Brien  <obrien@dragon.nuxi.com>
5268         * emulparams/elf64alpha.sh (ENTRY): Remove leading underscore as ELF
5269         does not use them.
5271 2000-11-25  David O'Brien  <obrien@FreeBSD.org>
5273         * ld.1: Remove old date so it does not give the impression the manpage
5274         is way out of date.
5276 2000-11-24  Nick Clifton  <nickc@redhat.com>
5278         * configure.tgt (xscale-coff): Add target.
5279         (xscale-elf): Add target.
5281 2000-11-24  Fred Fish  <fnf@be.com>
5283         * ldmain.c (main): Remove redundant init of config.make_executable
5284         to true.
5286 2000-11-15  Richard Henderson  <rth@redhat.com>
5288         * emulparams/elf64alpha.sh (MAXPAGESIZE): Typo -- 64k, not 1M.
5290 2000-11-14  Kazu Hirata  <kazu@hxi.com>
5292         * scripttempl/h8300.sc: Fix formatting.
5293         * scripttempl/h8300h.sc: Likewise.
5294         * scripttempl/h8300s.sc: Likewise.
5296 2000-11-14  Denis Chertykov  <denisc@overta.ru>
5298         * scripttempl/elf32avr.sc: Fix bug in .eeprom segment.
5300 2000-11-09  Philip Blundell  <pb@futuretv.com>
5302         * emultempl/pe.em: Define ___start_SECNAME and ___stop_SECNAME
5303         around orphan sections whose names can be represented in C.
5305 2000-11-07  Jim Wilson  <wilson@redhat.com>
5307         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): New local
5308         hold_sdata.  If SEC_SMALL_DATA set, set place to hold_sdata.
5310 2000-11-06  Nick Clifton  <nickc@redhat.com>
5312         * ld.texinfo: Add GNU Free Documentation License.
5313         * ldint.texinfo: Add GNU Free Documentation License.
5314         * ld.1: Add GNU Free Documentation License.
5316 2000-11-05  Alan Modra  <alan@linuxcare.com.au>
5318         * ldlex.l (yy_create_string_buffer): Init yy_is_our_buffer,
5319         yy_is_interactive, yy_at_bol, and yy_fill_buffer.
5321         * Makefile.am (DISTCLEANFILES): Add stringify.sed.
5322         Move 2000-11-02 Makefile.in changes to this file.
5323         * Makefile.in: Regenerate.
5325 2000-11-03  Nick Clifton  <nickc@redhat.com>
5327         * scripttempl/h8300.sc: Use ${CONSTRUCTING...} to enclose
5328         constructors and destructors.
5329         * scripttempl/h8300h.sc: Ditto.
5330         * scripttempl/h8300s.sc: Ditto.
5331         * scripttempl/h8500.sc: Ditto.
5332         * scripttempl/h8500b.sc: Ditto.
5333         * scripttempl/h8500c.sc: Ditto.
5334         * scripttempl/h8500m.sc: Ditto.
5335         * scripttempl/h8500s.sc: Ditto.
5336         * scripttempl/v850.sc: Ditto.
5337         * scripttempl/w65.sc: Ditto.
5338         * scripttempl/z8000.sc: Ditto.
5340 2000-11-02  Per Lundberg  <plundis@chaosdev.org>
5342         * Makefile.in (e_i386_chaos.c): New rule.
5343         (ALL_EMULATIONS): Added e_i386_chaos.o.
5344         * emulparams/elf_i386_chaos.sh: New file.
5345         * configure.tgt: Recognise i[3456]86-chaosdev-storm-chaos.
5347 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
5349         * emulparams/elf64_sparc.sh (TEXT_START_ADDR,
5350         NONPAGED_TEXT_START_ADDR): Set to 4GB for Solaris targets.
5351         Fix sed invocation, so that it coped with '/' in Solaris 64bit
5352         library path suffix.
5353         Based on patch by Andrew Macleod <amacleod@cygnus.com>.
5355 2000-10-18  Hans-Peter Nilsson  <hp@axis.com>
5357         * scripttempl/crisaout.sc (.text, .data): Pad, with ALIGN (32),
5358         for consecutive sections.
5360 2000-10-17  Chandrakala Chavva  <cchavva@redhat.com>
5362         * lexsup.c: New option OPTION_TARGET_HELP. Prints all target specific
5363         options.
5364         * ld.texinfo: Added notes about this new option.
5366 2000-10-16  Nick Clifton  <nickc@redhat.com>
5368         * emultempl/pe.em (_after_open): Add tests of return values from
5369         bfd functions.  Emit appropriate error messages if necessary.
5371 2000-10-13  Nick Clifton  <nickc@redhat.com>
5373         * emultempl/pe.em (_after_open): Delete 'is2' and 'nsyms'
5374         local variables - they are not used, but leave in the call to
5375         bfd_canonicalize_symtab.
5376         (_open_dynamic_archive): Add #ifdef DLL_SUPPORT around use of
5377         pe_dll_search_prefix.
5379 2000-10-12  Charles Wilson  <cwilson@ece.gatech.edu>
5381         * emultempl/pe.em (pe_dll_search_prefix): New variable,
5382         (longopts): New --dll-search-prefix option.
5383         (gld_${EMULATION_NAME}_list_options): Document.
5384         (gld_${EMULATION_NAME}_parse_args): Handle.
5385         (gld_${EMULATION_NAME}_open_dynamic_archive): When linking
5386         dynamically, search for a dll named '<prefix><basename>.dll'
5387         in preference to 'lib<basename>.dll' if --dll-search-prefix
5388         is specified.
5390 2000-10-12  Alan Modra  <alan@linuxcare.com.au>
5392         * ldlang.c (section_already_linked): Set kept_section instead of
5393         sec->comdat->sec.
5395 2000-10-10  Kazu Hirata  <kazu@hxi.com>
5397         * deffile.h: Fix formatting.
5398         * lexsup.c: Likewise.
5399         * mri.c: Likewise.
5401 2000-10-09  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
5403         * pe-dll.c (make_one): Do not generate code thunk for DATA
5404         exports.
5405         (process_def_file): deduce DATA flag for auto-export sumbols.
5407 2000-10-09  Kazu Hirata  <kazu@hxi.com>
5409         * ld.h: Fix formatting.
5410         * ldcref.c: Likewise.
5411         * ldctor.h: Likewise.
5412         * ldemul.c: Likewise.
5413         * ldemul.h: Likewise.
5414         * ldexp.c: Likewise.
5415         * ldexp.h: Likewise.
5416         * ldfile.c: Likewise.
5417         * ldfile.h: Likewise.
5418         * ldlang.c: Likewise.
5419         * ldlang.h: Likewise.
5420         * ldmain.c: Likewise.
5421         * pe-dll.c: Likewise.
5423         * pe-dll.c: Revert some formatting fixes.
5425 2000-10-08  Kazu Hirata  <kazu@hxi.com>
5427         * pe-dll.c: Fix formatting.
5429 2000-10-05  Kazu Hirata  <kazu@hxi.com>
5431         * ldlang.c: Fix formatting.
5433 2000-10-03  DJ Delorie  <dj@redhat.com>
5435         * pe-dll.c (fill_edata): initialize entire block
5436         (make_one): fill in correct section.
5438 2000-10-03  Kazu Hirata  <kazu@hxi.com>
5440         * ldexp.c: Fix formatting.
5442 2000-10-02  DJ Delorie  <dj@redhat.com>
5444         * emultempl/pe.em (gld_*_after_open): detect case where there two
5445         import libraries for same dll; rename one to ensure proper link
5446         order.
5448         * pe-dll.c (process_def_file): compare ordinals to -1, not 0; fix
5449         typo
5450         (generate_edata): fix typo
5452 2000-09-29  Hans-Peter Nilsson  <hp@axis.com>
5454         * scripttempl/crisaout.sc (ENTRY): Now __start.
5455         (.text): Add default setting for __start.
5456         Remove CONSTRUCTORS handling.
5457         (/DISCARD/): Add .gnu.warning.*.
5458         * emulparams/crislinux.sh (ENTRY): Now __start.
5459         (TEXT_START_SYMBOLS): New; provide __Stext and __start default.
5460         * emulparams/criself.sh (OUTPUT_FORMAT): Now elf32-us-cris.
5461         (ENTRY): Now __start.
5462         (INITIAL_READONLY_SECTIONS): Add KEEP for .startup.
5463         (EXECUTABLE_SYMBOLS): Add default setting for __start.
5465 2000-09-29  Kazu Hirata  <kazu@hxi.com>
5467         * deffile.h: Fix formatting.
5468         * ld.h: Likewise.
5469         * ldcref.c: Likewise.
5470         * ldctor.c: Likewise.
5471         * ldctor.h: Likewise.
5472         * ldemul.c: Likewise.
5473         * ldemul.h: Likewise.
5474         * ldexp.c: Likewise.
5475         * ldexp.h: Likewise.
5476         * ldfile.c: Likewise.
5477         * ldfile.h: Likewise.
5478         * ldlang.c: Likewise.
5479         * ldlang.h: Likewise.
5480         * lexsup.c: Likewise.
5481         * mri.c: Likewise.
5482         * pe-dll.c: Likewise.
5484 2000-09-28  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
5486         * pe-dll.c (process_def_file): Uninitialized data wasn't
5487         exported with --export-all-symbols switch.
5489 2000-09-28  DJ Delorie  <dj@redhat.com>
5491         * pe-dll.c (fill_edata): rearrange the data so that ordinals and
5492         noname work properly.
5494 2000-09-28  Alan Modra  <alan@linuxcare.com.au>
5496         * ld.texinfo (HPPA ELF32): New section.
5498         * emultempl/hppaelf.em (group_size): New.
5499         (hppaelf_finish): Pass group_size to elf32_hppa_size_stubs.
5500         (PARSE_AND_LIST_PROLOGUE): Add OPTION_STUBGROUP_SIZE.
5501         (PARSE_AND_LIST_LONGOPTS): Add --stub-group-size.  Duplicate
5502         options to prevent abbreviations matching.
5503         (PARSE_AND_LIST_OPTIONS): Describe the above.  Reformat.
5504         (PARSE_AND_LIST_ARGS_CASES): Handle it.
5506 2000-09-21  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
5508         * emultempl/m68kelf.em: Conditionalise the embedded relocs feature
5509         on the m68*-*-elf target.  Make it support COFF input objects.
5511 2000-09-21  Kazu Hirata  <kazu@hxi.com>
5513         * ldmain.c: Fix formatting.
5514         * ldmisc.c: Likewise.
5515         * ldver.c: Likewise.
5516         * ldwrite.c: Likewise.
5518 2000-09-21  Alan Modra  <alan@linuxcare.com.au>
5520         * ldwrite.c (clone_section): Silence gcc warnings.
5522 2000-09-20  Alan Modra  <alan@linuxcare.com.au>
5524         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Handle
5525         out of memory failure.
5527         * ldwrite.c (ldwrite): Remove unnecessary einfo arg.
5528         (clone_section): Handle out of memory failures.  Rename var to
5529         avoid c++ reserved word.
5531 2000-09-18  Alan Modra  <alan@linuxcare.com.au>
5533         * emultempl/hppaelf.em (hppaelf_add_stub_section): Rename
5534         stub_name param to stub_sec_name.
5535         (hppaelf_finish): Modify call to elf32_hppa_size_stubs.
5537 2000-09-10  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
5539         * emultempl/m68kelf.em: New file.
5540         * emulparams/m68kelf.sh (EXTRA_EM_FILE): Use it.
5541         * Makefile.am (em68kelf.c): Add dependency on m68kelf.em.
5542         * Makefile.in: Regenerate.
5544 2000-09-15  Alan Modra  <alan@linuxcare.com.au>
5546         * emulparams/hppalinux.sh (DATA_START_SYMBOLS): Provide $global$
5547         only as needed.
5549 2000-09-13  Nick Clifton  <nickc@redhat.com>
5551         * ldmain.c (multiple_definition): Disable relaxation if
5552         multiple symbol definitions are encountered - otherwise the
5553         linker could abort with an assertion failure.
5555 2000-09-10  Nick Clifton  <nickc@redhat.com>
5557         * mri.c: Fix formatting.
5559 2000-09-07  H.J. Lu  <hjl@gnu.org>
5561         * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
5562         * configure: Rebuild.
5564 2000-09-07  H.J. Lu  <hjl@gnu.org>
5566         * Makefile.am (lexsup.o): Also depend on $(INCDIR)/demangle.h.
5567         * Makefile.in: Rebuild.
5569 2000-09-07  Alan Modra  <alan@linuxcare.com.au>
5571         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Fix
5572         broken list handling.  Create __start_SECNAME and __stop_SECNAME
5573         when no place-holder.  Add some comments.  Test both SEC_CODE and
5574         SEC_READONLY for hold_text to prevent .rodata orphan poisoning.
5575         Handle case where no output section statement created.
5577 2000-09-07  Niibe Yutaka  <gniibe@m17n.org>, Kaz Kojima  <kkojima@rr.iij4u.or.jp>, Alexandre Oliva  <aoliva@redhat.com>
5579         * configure.tgt (sh-*-linux*): Added.
5580         * Makefile.am: Added eshelf_linux and eshlelf_linux.
5581         * Makefile.in: Rebuilt.
5582         * emulparams/shelf_linux.sh: New file.
5583         * emulparams/shlelf_linux.sh: New file.
5585 2000-09-06  Alan Modra  <alan@linuxcare.com.au>
5587         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
5588         try shuffling sections when the orphan happens to be the place
5589         holder.  Keep count of unique section names generated so we speed
5590         the search for a new name.
5592 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
5594         * configure: Rebuilt with new libtool.m4.
5596 2000-09-05  Nick Clifton  <nickc@redhat.com>
5598         * Makefile.in: Regenerate.
5599         * aclocal.m4: Regenerate.
5600         * configure: Regenerate.
5601         * config.in: Regenerate.
5602         * po/ld.pot: Regenerate.
5604         * ldint.texinfo: Remove CVS revision marker - it foils local
5605         comparisons.
5607         * emultempl/ticoff.em: Remove extraneous comma.
5609 2000-09-05  Alan Modra  <alan@linuxcare.com.au>
5611         * emultempl/hppaelf.em (hppaelf_add_stub_section): Add SEC_RELOC
5612         to stub section flags.
5613         (hppa_for_each_input_file_wrapper): New.
5614         (hppa_lang_for_each_input_file): New.
5615         (lang_for_each_input_file): Define to call above.
5616         (multi_subspace): New.
5617         (hppaelf_finish): Pass multi_subspace to elf32_hppa_size_stubs.
5618         (PARSE_AND_LIST_PROLOGUE): Define.
5619         (PARSE_AND_LIST_LONGOPTS): Define.
5620         (PARSE_AND_LIST_OPTIONS): Define.
5621         (PARSE_AND_LIST_ARGS_CASES): Define.
5622         (hppaelf_finish): Call elf32_hppa_set_gp.
5623         (hppaelf_set_output_arch): Remove.
5624         (LDEMUL_SET_OUTPUT_ARCH): Remove.
5626         * emulparams/hppalinux.sh (ELFSIZE): Define.
5627         (MACHINE): Define.
5628         (OTHER_READONLY_SECTIONS): Define.
5629         (DATA_PLT): Define.
5630         (GENERATE_SHLIB_SCRIPT): Define.
5632         * ldlang.c: Add missing prototypes, and tidy others.  Change CONST
5633         to const throughout.  Change `void *' to `PTR' throughout.
5634         (lang_memory_default): Function is local to file, add `static'.
5636         * Makefile.am (ehppaelf.c): Depend on emultempl/elf32.em.
5637         (ehppalinux.c): Likewise.
5638         (earmelf.c): Likewise.
5639         (earmelf_linux.c): Likewise.
5640         (earmelf_linux26.c): Likewise.
5641         * Makefile.in: Regenerate.
5643         * ld.h (ld_config_type): Add unique_orphan_sections.
5644         * lexsup.c (OPTION_UNIQUE): Define.
5645         (ld_options): Add "--unique".
5646         (parse_args): Handle it.
5647         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
5648         search for an existing output section if unique_orphan_sections is
5649         set.  Make use of bfd_get_unique_section_name rather than
5650         duplicating code here.
5651         * ld.texinfo: Describe --unique.
5653         * lexsup.c (ld_options): Make split-by-reloc arg optional. Add
5654         optional arg to split-by-file.
5655         (parse_args): Handle them.
5656         * ld.texinfo: Update description of these options.
5657         * ldwrite.c (clone_section): Pass in the section name.  Replace
5658         local code with bfd_get_unique_section_name.
5659         (split_sections): Tidy code and comments.  Use a list traversal
5660         more appropriate to the list construction.  Handle cooked section
5661         sizes.  Split when split_by_reloc reached rather than exceeded.
5662         Track section size and split when split_by_file reached.  Fix
5663         link_order_tail (even though it's not used).
5664         (ldwrite): Modify condition for calling split_sections to suit
5665         changed split_by_reloc and split_by_file.
5666         * ldmain.c (main): Init config.split_by_reloc and
5667         config.split_by_file to -1.
5668         * ld.h (ld_config_type): Change split_by_reloc to unsigned.
5669         Change split_by_file to bfd_size_type.
5671 2000-09-02  Nick Clifton  <nickc@redhat.com>
5673         * configure.in: Increase version number to 2.10.91.
5674         * NEWS: Mention new ability to support removal of duplicate DWARF2
5675         debug information.
5676         * configure: Regenerate.
5677         * aclocal.m4: Regenerate.
5678         * config.in: Regenerate.
5680 2000-09-02  Daniel Berlin <dberlin@redhat.com>
5682         * scripttempl/elf.sc: Add .gnu.linkonce.wi.* to .debug_info
5683         sections.
5684         * scripttempl/elf32avr.sc: Ditto.
5685         * scripttempl/elfd10v.sc: Ditto.
5686         * scripttempl/elfd30v.sc: Ditto.
5687         * scripttempl/elfi370.sc: Ditto.
5688         * scripttempl/elfm68hc11.sc: Ditto.
5689         * scripttempl/elfm68hc12.sc: Ditto.
5690         * scripttempl/elfi386beos.sc: Ditto.
5691         * scripttempl/v850.sc: Ditto.
5693 2000-08-31  Alexandre Oliva  <aoliva@redhat.com>
5695         * acinclude.m4: Include libtool and gettext macros from the
5696         top level.
5697         * aclocal.m4, configure: Rebuilt.
5699 2000-08-25  Nick Clifton  <nickc@redhat.com>
5701         * ldlang.c (open_output): When choosing the target for a
5702         particular endianness, do nothing if the target is not
5703         supported.
5705 2000-08-25  H.J. Lu  <hjl@gnu.org>
5707         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Don't
5708         check -rpath nor LD_RUN_PATH for cross link.
5709         * ld.texinfo: Document the change.
5711 2000-08-24  Hans-Peter Nilsson  <hp@axis.com>
5713         * NEWS: Mention support for CRIS.
5715 2000-08-23  H.J. Lu  <hjl@gnu.org>
5717         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Get
5718         the current runpath list from bfd_elf_get_runpath_list ()
5719         before search.
5721 2000-08-22  H.J. Lu  <hjl@gnu.org>
5723         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Search
5724         the DT_RPATH/DT_RUNPATH entries for DT_NEEDED after
5725         LD_LIBRARY_PATH for native linker. Display the needed DSO if
5726         trace_file_tries is non-zero.
5727         (gld${EMULATION_NAME}_try_needed): Report the needed DSO found
5728         if trace_file_tries is non-zero.
5730         * ld.texinfo: Document the usage of DT_RPATH/DT_RUNPATH.
5731         * NEWS: Mention it.
5733 2000-08-14  Jason Eckhardt  <jle@cygnus.com>
5735         * NEWS: Mention i860 support.
5737 2000-08-14  Andreas Schwab  <schwab@suse.de>
5739         * scripttempl/elf.sc: Fix last change to use correct comment
5740         syntax.
5742 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
5744         * scripttempl/elf.sc: Add a comment giving the correspondence
5745         between sections, per-datum sections, and linkonce sections.  Make
5746         the comment true even for .bss, .sdata, .sdata2, .sbss, and
5747         .sbss2.
5749 2000-08-10  Jason Eckhardt  <jle@cygnus.com>
5751         * emulparams/elf32_i860.sh: New file.
5752         * configure.tgt: Recognize new target i860-stardent-{sysv4*|elf*}.
5753         * Makefile.am (ALL_EMULATIONS): Add eelf32_i860.o.
5754         (eelf32_i860.c): New rule.
5755         * Makefile.in: Regenerate.
5757 2000-08-10  Nick Clifton  <nickc@cygnus.com>
5759         * emulparams/mipspe.sh (ENTRY): Add definition.
5761 2000-08-08  Peter Jeremy  <peter.jeremy@alcatel.com.au>
5763         * emultempl/elf32.em (_after_close): Refer to -rpath not --rpath
5764         in error message.
5766 2000-08-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
5768         * scripttempl/elfm68hc11.sc: Define __bss_size symbol to indicate
5769         the final size of .bss section.
5770         * scripttempl/elfm68hc12.sc: Likewise.
5772 2000-08-04  Alan Modra  <alan@linuxcare.com.au>
5774         * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Rename to
5775         gld${EMULATION_NAME}_parse_args for consistency.  Combine
5776         lastoptind and prevoptind vars, and keep track of last optind.
5777         (gld_${EMULATION_NAME}_list_options): Rename to
5778         gld${EMULATION_NAME}_list_options.
5780 2000-08-03  Rodney Brown  <RodneyBrown@pmsc.com>
5782         * configure.tgt: Select targ_emul=elf_i386 for Unixware 7
5783         (i586-sco-sysv5uw7.1.0).
5785 2000-07-27  H.J. Lu  <hjl@gnu.org>
5787         * emulparams/elf64alpha.sh (PARSE_AND_LIST_ARGS): Removed.
5788         (PARSE_AND_LIST_PROLOGUE): New.
5789         (PARSE_AND_LIST_LONGOPTS): Likewise.
5790         (PARSE_AND_LIST_OPTIONS): Likewise.
5791         (PARSE_AND_LIST_ARGS_CASES): Likewise.
5792         (PARSE_AND_LIST_EPILOGUE): Likewise.
5794 2000-07-28  Alan Modra  <alan@linuxcare.com.au>
5796         * emultempl/armelf.em: Elide functions common to elf32.em,
5797         ie. most of the file.
5798         (arm_elf_after_open): New.  Do arm specific things then call
5799         gld${EMULATION_NAME}_after_open.
5800         (arm_elf_before_allocation): New.  Call
5801         gld${EMULATION_NAME}_before_allocation then do arm specifics.
5802         (PARSE_AND_LIST_PROLOGUE): Define.
5803         (PARSE_AND_LIST_SHORTOPTS): Define.
5804         (PARSE_AND_LIST_LONGOPTS): Define.
5805         (PARSE_AND_LIST_OPTIONS): Define.
5806         (PARSE_AND_LIST_ARGS_CASES): Define.
5807         (LDEMUL_AFTER_OPEN): Define.
5808         (LDEMUL_BEFORE_ALLOCATION): Define.
5809         (LDEMUL_BEFORE_PARSE): Define.
5810         (LDEMUL_FINISH): Define.
5812         * emultempl/hppaelf.em: Similarly zap most of this file.
5813         (hppaelf_add_stub_section): Prototype.
5814         (hppaelf_layaout_sections_again): Prototype.
5815         (hook_in_stub): Prototype.
5816         (LDEMUL_SET_OUTPUT_ARCH): Define.
5817         (LDEMUL_FINISH): Define.
5818         (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
5820         * emulparams/armelf.sh (TEMPLATE_NAME): Use elf32.
5821         (EXTRA_EM_FILE): New.
5822         * emulparams/armelf_linux.sh: Likewise.
5823         * emulparams/armelf_linux26.sh: Likewise.
5824         * emulparams/hppalinux.sh: Likewise.
5825         * emulparams/hppaelf.sh: Likewise.
5826         (NOP): Define.
5828         * emultempl/elf32.em: Fix formatting.
5829         (EXTRA_EM_FILE): Source it.
5830         (LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
5831         LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
5832         LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
5833         LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
5834         LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
5835         LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
5836         LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
5837         LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
5838         LDEMUL_FIND_POTENTIAL_LIBRARIES): New shell vars.  Add code to
5839         allow functions in this file to be overridden.
5840         (PARSE_AND_LIST_SHORTOPTS): Handle it.
5842         * emultempl/m68kcoff.em: Include ldfile.h before ldemul.h.
5844         * emultempl/elf32.em: Reorganize file.
5846 2000-07-27  Ivan Kokshaysky  <ink@jurassic.park.msu.ru>
5848         * emulparams/elf64alpha.sh: Implement "-taso" emulation
5849         specific option to fit 64-bit executable in the lower
5850         31-bit address range.  This is done by changing start
5851         address of .interp (the very first section of executable)
5852         and then setting EF_ALPHA_32BIT elf header flag.
5854 2000-07-21  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
5856         * emultempl/m68kcoff.em: New file.
5857         * emulparams/m68kcoff.sh (TEMPLATE_NAME): Use m68kcoff template.
5858         * Makefile.am (em68kcoff.c): Depend on m68kcoff.em rather than
5859         generic.em.
5860         * Makefile.in: Regenerate.
5862 2000-07-20  H.J. Lu  <hjl@gnu.org>
5864         * emultempl/elf32.em (longopts): Duplicate "disable-new-dtags"
5865         and "disable-new-dtags" to stop getopt from treating -d/-e as
5866         abbreviations for these options.
5868 2000-07-20  H.J. Lu  <hjl@gnu.org>
5870         * ld.texinfo: Add documentation for --disable-new-dtags and
5871         --enable-new-dtags.
5873         * ldmain.c (main): Initialize link_info.new_dtags to false.
5875         * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Add
5876         --disable-new-dtags and --enable-new-dtags.
5877         (gld_${EMULATION_NAME}_list_options): Likewise.
5879 2000-07-05  Kenneth Block  <krblock@computer.org>
5881         * lexsup.c: Add optional style to demangle switch
5882         * ld.texinfo: Document optional style to demangle switch.
5884 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
5886         * Makefile.am (ALL_EMULATIONS): Add ecrisaout.o, ecriself.o,
5887         ecrislinux.o.
5888         (ecrisaout.c, ecriself.c, ecrislinux.c): New rules.
5889         Regenerate dependencies.
5890         * Makefile.in: Rebuild.
5891         * configure.tgt (cris-*-*): New target.
5892         * emulparams/crisaout.sh, emulparams/criself.sh,
5893         emulparams/crislinux.sh, scripttempl/crisaout.sc: New files.
5894         * po/POTFILES.in, po/ld.pot: Regenerate.
5896 2000-07-20  H.J. Lu  <hjl@gnu.org>
5898         * emultempl/elf32.em (gld_${EMULATION_NAME}_list_options):
5899         Print out ignored -z options.
5901 2000-07-19  H.J. Lu  <hjl@gnu.org>
5903         * emulparams/elf32mcore.sh (PARSE_AND_LIST_ARGS): Removed.
5904         (PARSE_AND_LIST_PROLOGUE): New.
5905         (PARSE_AND_LIST_LONGOPTS): Likewise.
5906         (PARSE_AND_LIST_OPTIONS): Likewise.
5907         (PARSE_AND_LIST_ARGS_CASES): Likewise.
5909         * ldmain.c (main): Clear link_info.flags and link_info.flags_1.
5911         * lexsup.c (ld_options): Comment out 'z'.
5912         (parse_args): Likewise.
5914         * emultempl/elf32.em: Include "elf/common.h".
5915         (gld_${EMULATION_NAME}_parse_args): Defined. Handle some -z
5916         options.
5917         (gld_${EMULATION_NAME}_list_options): Likewise.
5919         * ld.texinfo: Add documentation for the recognized -z options.
5921 2000-07-19  H.J. Lu  <hjl@gnu.org>
5923         * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Call
5924         bfd_elf_set_dt_needed_soname ().
5926 2000-07-18  DJ Delorie  <dj@cygnus.com>
5928         * pe-dll.c (pe_dll_id_target): check object target name also
5930 2000-07-18  Hans-Peter Nilsson  <hp@axis.com>
5932         * scripttempl/elf.sc (.init): Only do ${INIT_START} and
5933         ${INIT_END} if relocating.
5934         (.fini): Likewise ${FINI_START} and ${FINI_END}.
5936 2000-07-16  Charles Wilson  <cwilson@ece.gatech.edu>
5938         * emultempl/pe.em (gld_*_open_dynamic_archive): New search
5939         order for dynamic library '-lfoo' on pei386: libfoo.dll.a,
5940         foo.dll.a, libfoo.a, libfoo.dll, foo.dll. This fixes compatibility
5941         errors introduced by the old dynamic lib search order.
5943 2000-07-17  DJ Delorie  <dj@cygnus.com>
5945         * pe-dll.c (process_def_file): auto-export data items also
5946         (pe_process_import_defs): also see if _imp_ form needed
5948 2000-07-12  Charles Wilson  <cwilson@ece.gatech.edu>
5950         * pe-dll.c (make_one): fix a typo in the __imp_ name decoration
5951         for dll import libraries
5953 2000-07-12  Mark Elbrecht  <snowball3@bigfoot.com>
5955         * scripttempl/i386go32.sc: Support the g++ attribute init_priority in
5956         gcc 2.95.2 and later.
5958 2000-07-11  Kazu Hirata  <kazu@hxi.com>
5960         * ldfile.c (ldfile_try_open_bfd): Output '\n' after an error
5961         message.
5963 2000-07-10  Alan Modra  <alan@linuxcare.com.au>
5965         * ldemul.h (struct lang_input_statement_struct): Remove forward
5966         declaration.
5967         (struct search_dirs): Likewise.
5968         * ldfile.h (struct lang_input_statement_struct): Likewise.
5969         Protect file from multiple inclusion.
5970         * ldlang.h (LANG_FOR_EACH_INPUT_STATEMENT): Move file_chain
5971         declaration from macro to file scope.
5973         * ldemul.c: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this order.
5974         * ldgram.y: Likewise here.
5975         * ldlang.c: And here.
5976         * ldmain.c: And here.
5977         * mpw-elfmips.c: And here.
5978         * mpw-eppcmac.c: And here.
5979         * emultempl/aix.em: And here.
5980         * emultempl/armcoff.em: And here.
5981         * emultempl/armelf.em: And here.
5982         * emultempl/armelf_oabi.em: And here.
5983         * emultempl/beos.em: And here.
5984         * emultempl/elf32.em: And here.
5985         * emultempl/hppaelf.em: And here.
5986         * emultempl/linux.em: And here.
5987         * emultempl/lnk960.em: And here.
5988         * emultempl/pe.em: And here.
5989         * emultempl/sunos.em: And here.
5990         * mpw-esh.c: And here. Include ldexp.h and ldlang.h too.
5991         * mpw-idtmips.c: Ditto.
5992         * emultempl/generic.em: Ditto.
5993         * emultempl/gld960.em: Ditto.
5994         * emultempl/gld960c.em: Ditto.
5995         * emultempl/mipsecoff.em: Ditto.
5996         * emultempl/ticoff.em: Ditto.
5997         * emultempl/vanilla.em: Ditto.
5999         * pe-dll.c: Include ldfile.h
6000         * ldver.c: Include ldexp.h, ldlang.h, ldfile.h
6002         * mpw-elfmips.c: (gldelf32ebmip_before_allocation): Add missing
6003         arguments to bfd_elf32_size_dynamic_sections call.
6004         (gldelf32ebmip_place_orphan): Add missing arguments to
6005         lang_leave_output_section_statement call.
6007 2000-07-10  H.J. Lu  <hjl@gnu.org>
6009         * emultempl/pe.em (pe_enable_stdcall_fixup): Protect with
6010         DLL_SUPPORT.
6011         (strhash): Likewise.
6012         (compute_dll_image_base): Likewise.
6013         (pe_undef_found_sym): Likewise.
6014         (pe_undef_cdecl_match): Likewise.
6015         (gld_${EMULATION_NAME}_open_dynamic_archive): Mark the
6016         argument "arch" with ATTRIBUTE_UNUSED.
6018 2000-07-10  Alan Modra  <alan@linuxcare.com.au>
6020         * configure.tgt: Remove extraneous hppa*-*-linux-gnu*.
6022         From  Ryan Bradetich  <rbradetich@uswest.net>
6023         * ldwrite.c (SSIZE): Remove to cure macro redefinition warning.
6025 2000-07-09  Alan Modra  <alan@linuxcare.com.au>
6027         Changes to create multiple linker stubs, positioned immediately
6028         before the section where they are required.
6029         * emultempl/hppaelf.em: Include elf32-hppa.h.
6030         (stub_sec, file_chain): Delete.
6031         (hppaelf_create_output_section_statements): Don't make a stub
6032         section here.
6033         (hook_stub_info): New struct.
6034         (hook_in_stub): New function.
6035         (hppaelf_add_stub_section): New function.
6036         (hppaelf_finish): Do nothing for relocateable links.  Modify the
6037         call to elf32_hppa_size_stubs.  Move code for updating section
6038         layout from here...
6039         (hppaelf_layaout_sections_again): ..to here, a new function.
6041         * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Fix
6042         broken list handling.  Pass in a pointer to the list.
6043         (hppaelf_finish): Update call to hppaelf_delete_padding_statements
6044         for above changes.
6045         (hppaelf_before_parse): Prototype.
6046         (hppaelf_set_output_arch): Prototype.
6047         (hppaelf_create_output_section_statements): Prototype.
6048         (hppaelf_delete_padding_statements): Prototype.
6049         (hppaelf_finish): Prototype.
6051         Merge from elf32.em
6052         * emultempl/hppaelf.em: Include ctype.h.
6053         (struct orphan_save): New.
6054         (gld${EMULATION_NAME}_place_orphan): New.
6055         (output_rel_find): New.
6056         (hppaelf_get_script): Update from elf32.em.
6057         (ld_hppaelf_emulation): Rename to ld_${EMULATION_NAME}_emulation.
6058         Change emulation_name field to "${EMULATION_NAME}".  Add
6059         gld${EMULATION_NAME}_place_orphan.
6061         * Makefile.am (ALL_EMULATIONS): Reinstate ehppaelf.o,  add
6062         ehppalinux.o, sort it.  Regenerate dependencies.
6063         (ehppalinux.c): Depend on hppaelf.em
6064         * Makefile.in: Regenerate.
6066         * configure.tgt: targ_emul=hppalinux for hppa*linux
6068         * emulparams/hppalinux.sh: New.
6069         * emulparams/hppaelf.sh (TARGET_PAGE_SIZE): Write in hex.
6071 2000-07-08  Alan Modra  <alan@linuxcare.com.au>
6073         * lexsup.c (parse_args): Copy section name.
6075 2000-07-07  Charles Wilson  <cwilson@ece.gatech.edu>
6077         * emultempl/pe.em: institute the following search order for
6078         dynamic libraries on pei386: libfoo.dll.a, foo.dll.a (import
6079         libs), libfoo.dll, foo.dll (link direct to dll).  Fall back to
6080         static lib (libfoo.a) if none of the above are found.
6082 2000-07-07  Mumit Khan  <khan@xraylith.wisc.edu>
6084         * emultempl/pe.em (pe_enable_auto_image_base): New variable.
6085         (longopts): New --{enable,disable}-auto-image-base options.
6086         (gld_${EMULATION_NAME}_list_options): Document.
6087         (gld_${EMULATION_NAME}_parse): Handle.
6088         (strhash): New static function.
6089         (compute_dll_image_base): New static function.
6090         (gld_${EMULATION_NAME}_set_symbols): Use.
6092 2000-07-05  DJ Delorie  <dj@redhat.com>
6094         * MAINTAINERS: new
6096 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
6098         * configure.tgt: Add traditional mips (mips*-*-sysv4*) target.
6099         * emulparams/elf32btsmip.sh: New file.
6100         * Makefile.am: Add traditional mips target.
6101         * Makefile.in: Rebuild.
6103 2000-07-01  H.J. Lu  <hjl@gnu.org>
6105         * Makefile.am (EXTRA_ld_new_SOURCES): Set to deffilep.y for
6106         automake to use YLWRAP.
6107         * Makefile.in: Rebuild.
6109 2000-07-01  Alan Modra  <alan@linuxcare.com.au>
6111         * Makefile.am (DEP): Fix 2000-06-22.  grep after running dep.sed
6112         (CLEANFILES): Add DEPA.
6113         * Makefile.in: Regenerate.
6115 2000-06-30  Timothy Wall  <twall@ppc>
6117         * scripttempl/tic54xcoff.sc: PAGE N is not implemented, so encode
6118         the page in the upper octet of the address.
6120 2000-06-26  Marek Michalkiewicz  <marekm@linux.org.pl>
6122         * emulparams/avrmega161.sh (ARCH): Change to avr:5.
6124 2000-06-24  Alan Modra  <alan@linuxcare.com.au>
6126         * NEWS: arm-elf does --gc-sections too.
6128 2000-06-22  Alan Modra  <alan@linuxcare.com.au>
6130         * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
6131         find one.
6132         * Makefile.in: Regenerate.
6134 2000-06-21  H.J. Lu  <hjl@gnu.org>
6136         * Makefile.am: Rebuild dependency.
6137         * Makefile.in: Rebuild.
6139 2000-06-20  H.J. Lu  <hjl@gnu.org>
6141         * Makefile.am: Rebuild dependency.
6142         * Makefile.in: Rebuild.
6144 2000-06-20  Timothy Wall  <twall@cygnus.com>
6146         * scripttempl/tic54xcoff.sc: New.
6147         * ldlang.c (wild_doit): Propagate SEC_BLOCK flag.
6148         * gen-doc.texi: Add flag for TI COFF.
6149         * ld.texinfo: Add documentation for TI COFF handling switches.
6150         * emultempl/ticoff.em: New. TI COFF handling.
6151         * configure.tgt: Add tic54x target.
6152         * Makefile.am: Add tic54x target.
6153         * Makefile.in: Ditto.
6155 2000-06-20  Alan Modra  <alan@linuxcare.com.au>
6157         * ldmain.c (set_scripts_dir): Correct pointer comparison when
6158         checking for backslashes.
6160 2000-06-19  Alan Modra  <alan@linuxcare.com.au>
6162         * NEWS: Move entries not in 2.10 above "Changes in version 2.10".
6164 2000-06-18  Alan Modra  <alan@linuxcare.com.au>
6166         * NEWS: Update list of targets supporting --gc-sections.
6168         * scripttempl/elf.sc: KEEP .eh_frame contents.
6169         * scripttempl/elfd30v.sc: Same here.
6171 2000-06-18  Stephane Carrez  <stcarrez@worldnet.fr>
6173         * Makefile.am (ALL_EMULATIONS): Added new emulation for m68hc12
6174         and m68hc11 (elf).
6175         * Makefile.in: Rebuild.
6176         * configure.tgt: Recognize m68hc12 and m68hc11.
6177         * scripttempl/elfm68hc12.sc: New file.
6178         * emulparams/m68hc12elfb: New emulation.
6179         * emulparams/m68hc12elf: New emulation.
6180         * emulparams/m68hc11elfb.sh: New file.  User configurable emulation
6181         (includes a memory.x script to define the ROM and RAM banks).
6182         * scripttempl/elfm68hc11.sc, emulparams/m68hc11elf.sh:
6183         New configuration files for support of Motorola 68hc11
6185 2000-06-15  Alan Modra  <alan@linuxcare.com.au>
6187         * ldmain.c (main): Only change SEC_READONLY for final link.
6189 2000-06-13  H.J. Lu  <hjl@gnu.org>
6191         * configure: Regenerate.
6193 2000-06-08  David O'Brien  <obrien@FreeBSD.org>
6195         * configure.in (VERSION): Update to show this is the CVS mainline.
6197 2000-06-07  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
6199         * emultempl/mipsecoff.em (gld{EMULATION_NAME}_after_open): Require all
6200         input objects to be ECOFF.
6201         (check_sections): einfo takes %B, not %P, to print a BFD name.
6203 2000-06-05  Michael Matz <matz@ifh.de>
6205         * ldgram.y (vers_defns): Handle 'extern "C++" { ... }' in
6206         version scripts.
6208         * ldlex.l (V_IDENTIFIER): Accept `::' in symbols.
6210 2000-05-23  Marek Michalkiewicz  <marekm@linux.org.pl>
6212         * emulparams/avr1200.sh (STACK): Define as 0.
6213         * emulparams/avr23xx.sh (STACK): Define as last internal SRAM address.
6214         * emulparams/avr4433.sh (STACK): Likewise.
6215         * emulparams/avr44x4.sh (STACK): Likewise.
6216         * emulparams/avr85xx.sh (STACK): Likewise.
6217         * emulparams/avrmega103.sh (STACK): Likewise.
6218         * emulparams/avrmega161.sh (STACK): Likewise.
6219         * emulparams/avrmega603.sh (STACK): Likewise.
6220         * scripttempl/elf32avr.sc (__data_start): Define for gcrt1.
6221         (__stack): Define from ${STACK} for main().
6223 2000-05-26  Alan Modra  <alan@linuxcare.com.au>
6225         * Makefile.am: Update dependencies with "make dep-am"
6226         * Makefile.in: Regenerate.
6228 2000-05-26  Eli Zaretskii  <eliz@is.elta.co.il>
6230         * ldmain.c: Include filenames.h.
6231         (set_scripts_dir): Support backslashes in program name.
6233 2000-05-22  Igor Shevlyakov  <igor@windriver.com>
6235         * ldmain.c (main): When deciding if ".text" section should be
6236         read-only, don't forget to reset SEC_READONLY because it
6237         could be already set.
6239 2000-05-22  Thomas de Lellis  <tdel@windriver.com>
6241         * ld.1: Add documentation for new command line option:
6242         --section-start <sectionname>=<sectionorg>
6243         This is a generic version of -Ttext etc. which accepts
6244         any section name as a parameter instead of just text/data/
6245         bss.
6246         * ld.texinfo: More docs.
6247         * NEWS: More docs.
6248         * lexsup.c: (parse_args): Recognize new command line option.
6249         (ld_options): Add new option.
6251 2000-05-18  H.J. Lu  <hjl@gnu.org>
6253         * lexsup.c (parse_args): `i' == `r', not `q'.
6255 2000-05-18  Jeffrey A Law  (law@cygnus.com)
6257         * configure.tgt (hppa*64*-*-*): Enable PA64 target.
6259 2000-05-17 S. Bharadwaj Yadavalli  <sby@scrugs.lkg.dec.com>
6260               Rick Gorton          <gorton@scrugs.lkg.dec.com>
6262         Add support for '-q' == '--emit-relocs' switch.
6263         * ldmain.c (main): Default to false.
6264         * lexsup.c (parse_args): Turn on emitrelocations flag if set.
6265         * NEWS: Describe the emitrelocations switch.
6266         * ld.texinfo: Describe the emitrelocations switch.
6268 2000-05-16  Charles Wilson <cwilson@ece.gatech.edu>
6270         * emultempl/pe.em (_open_dynamic_archive): New function: Search
6271         the library path for "foo.dll" and "libfoo.dll" dynamic libraries
6272         before searching for 'libfoo.a' in response to a '-Bdynamic -lfoo'
6273         link options.
6275 2000-05-15  David O'Brien  <obrien@FreeBSD.org>
6277         * lexsup.c (parse_args): Update the year in the copyright notice.
6279 2000-05-13  Alan Modra  <alan@linuxcare.com.au>
6281         * ld.h (gettext, dgettext, dcgettext, textdomain, bindtextdomain):
6282         Replace defines with those from intl/libgettext.h to quieten gcc
6283         warnings.
6285 2000-05-10  H.J. Lu  <hjl@gnu.org>
6287         * ldlang.c (open_input_bfds): Don't load the same file within
6288         a group again if the whole archive has been loaded already.
6290 2000-05-03  Alan Modra  <alan@linuxcare.com.au>
6292         From Ulf Carlsson <ulfc@engr.sgi.com> and Andreas Jaeger <aj@suse.de>
6293         * lexsup.c (set_section_start): Use bfd_scan_vma rather than
6294         strtoul.
6296 2000-05-01  Jim Wilson  <wilson@cygnus.com>
6298         * configure.host (ia64-*-linux-gnu*): Change gcc to ${CC}.
6300         * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
6301         host "ia64-*-linux-gnu*".
6303 2000-04-29  Andreas Jaeger  <aj@suse.de>
6305         * ld.h: Correctly check GCC version.
6307 2000-04-25  Jeffrey A Law  (law@cygnus.com)
6309         * Makefile.am: Add PA64 support.  Add missing dependencies for
6310         PA32 elf support.
6311         * Makefile.in: Rebuilt.
6312         * configure.tgt: Add PA64 support (currently disabled).
6314 2000-04-25  Alan Modra  <alan@linuxcare.com.au>
6316         * emultempl/elf32.em (gld${EMULATION_NAME}_place_section): Delete.
6317         (output_rel_find): New function.
6318         (hold_section, hold_use): Delete.
6319         (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
6320         hold_interp): Make local to place_orphan.
6321         (gld${EMULATION_NAME}_place_orphan): Use lang_output_section_find
6322         rather than place_section to find possible previous use of orphan.
6323         Similarly find the place-holder output sections.  Use returned
6324         value from lang_enter_output_section_statement rather than calling
6325         lang_output_section_statement_lookup.
6326         * emultempl/armelf.em: Same here.
6327         * emultempl/pe.em: Similar to above, but no need for output_rel_find.
6329         * ldlang.c (lang_enter_output_section_statement): Return output
6330         section statement.
6331         * ldlang.h (lang_enter_output_section_statement): Change
6332         declaration too.
6334         * ldlang.h (lang_output_section_statement): Export it.
6335         * ldlang.c (lang_output_section_statement): Ditto.
6337 2000-04-24  Nick Clifton  <nickc@cygnus.com>
6339         * ld.texinfo (Output Section Data): Add note that section data
6340         commands cannot appear outside of section directives.
6342 2000-04-2  Matthew Green  <mrg@cygnus.com>
6344         * configure.tgt: Add NetBSD/sparc ELF, and NetBSD/sparc64 support.
6346 2000-04-21  Richard Henderson  <rth@cygnus.com>
6347             David Mosberger  <davidm@hpl.hp.com>
6349         * Makefile.am (ALL_64_EMULATIONS): Add eelf64_ia64.o.
6350         (eelf64_ia64.c): New rule.
6351         * Makefile.in: Rebuild.
6352         * configure.tgt (ia64-*-elf*, ia64-*-linux*): New targets.
6353         * emulparams/elf64_ia64.sh: New file.
6355 2000-04-21  Richard Henderson  <rth@cygnus.com>
6357         * scripttempl/elfd30v.sc: Place .gcc_except_table.
6359 2000-04-19  Alan Modra  <alan@linuxcare.com.au>
6361         * dep-in.sed: Match space at start of file name, not at end.
6363 2000-04-18  H.J. Lu  <hjl@gnu.org>
6365         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Call
6366         lang_leave_output_section_statement () after calling
6367         lang_enter_output_section_statement ().
6368         * emultempl/armelf.em: Likewise.
6370 2000-04-18  Alan Modra  <alan@linuxcare.com.au>
6372         * emultempl/elf32.em (struct orphan_save): Add section field.
6373         (gld${EMULATION_NAME}_place_orphan): Use above to keep sections in
6374         better order, and place first orphan section as we did before the
6375         2000-04-12 patch.  Ignore ~SEC_ALLOC sections when choosing place.
6376         Don't call make_bfd_section here, let wild_doit do the job for us.
6377         Don't build a statement list when we'll only throw it away.
6378         * emultempl/armelf.em: Ditto.
6379         * emultempl/pe.em: Similarly.
6381 2000-04-14  Geoff Keating  <geoffk@cygnus.com>
6383         * scripttempl/elfppc.sc: Remove.
6384         * emulparams/elf32ppc.sh: Use elf.sc.
6385         * emulparams/elf32lppc.sh: Use elf.sc.
6386         * emulparams/elf32ppclinux.sh: Use elf.sc.
6387         * emulparams/elf32ppcsim.sh: New file.
6388         * emulparams/elf32lppcsim.sh: New file.
6389         * Makefile.am: Update dependencies.  Add elf32ppcsim ad elf32lppcsim.
6390         (ALL_EMULATIONS): Add elf32ppcsim ad elf32lppcsim.
6391         * Makefile.in: Regenerate.
6392         * configure.tgt (powerpc-*): Add elf32ppcsim and elf32lppcsim.
6394 2000-04-14  Alan Modra  <alan@linuxcare.com.au>
6396         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Process
6397         ~SEC_ALLOC sections too.  Init start address of debug sections.
6398         * emultempl/armelf.em (gld${EMULATION_NAME}_place_orphan): Ditto.
6399         * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Ditto.
6400         Also set all relocateable section start addresses.
6402 2000-04-13  Geoff Keating  <geoffk@cygnus.com>
6404         * scripttempl/elf.sc: Add support for .sbss2 and .sdata2 sections.
6405         Add new BSS_PLT variable for when .plt need not be contained in
6406         the file.  Move _etext so that it is also after .fini, and provide
6407         both etext and _etext with a leading underscore.  Mark the start
6408         and end of .sbss.
6410 2000-04-12  Alan Modra  <alan@linuxcare.com.au>
6412         * emultempl/elf32.em (struct orphan_save): New.
6413         (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
6414         hold_interp): Make them struct orphan_save.
6415         (gld${EMULATION_NAME}_place_section): Modify for new hold_*.
6416         (gld${EMULATION_NAME}_place_orphan): Add new orphan sections to
6417         the end of the relevant section list.  Also add associated section
6418         statements to the end of any previous orphan statements.
6419         * emultempl/armelf.em: Similarly.
6420         * emultempl/pe.em: Similarly.
6422 2000-04-11  Alan Modra  <alan@linuxcare.com.au>
6424         * ld.texinfo (Simple Example): Remove extraneous paragraph.
6426 2000-04-07  Andrew Cagney  <cagney@b1.cygnus.com>
6428         * configure.in (WARN_CFLAGS): Set to -W -Wall by default.  Add
6429         --enable-build-warnings option.
6430         * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
6431         * Makefile.in, configure: Re-generate.
6433 2000-04-04  Alan Modra  <alan@linuxcare.com.au>
6435         * po/ld.pot: Regenerate.
6437         * lexsup.c (help): Restore translated part of bug string.
6439         * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
6440         (DEP): Quote when passing vars to sub-make.  Add warning message
6441         to end.
6442         (DEP1): Rewrite for "gcc -MM".
6443         (CLEANFILES): Add DEP2.
6444         Update dependencies.
6445         * Makefile.in: Regenerate.
6447 2000-04-03  Alan Modra  <alan@linuxcare.com.au>
6449         * ld.h: #include "bin-bugs.h"
6450         * lexsup.c (help): Use REPORT_BUGS_TO.
6452 2000-03-27  Denis Chertykov  <denisc@overta.ru>
6454         * configure.tgt (avr-*-*): New target support.
6455         * Makefile.am: Likewise.
6456         * scripttempl/elf32avr.sc: New script file.
6457         * emulparams/avr1200.sh: New file.
6458         * emulparams/avr23xx.sh: New file.
6459         * emulparams/avr4433.sh New file.
6460         * emulparams/avr44x4.sh New file.
6461         * emulparams/avr85xx.sh New file.
6462         * emulparams/avrmega103.sh New file.
6463         * emulparams/avrmega161.sh New file.
6464         * emulparams/avrmega603.sh New file.
6465         * Makefile.in: Regenerate.
6467 2000-03-09  Andreas Jaeger  <aj@suse.de>
6469         * Makefile.am (check-DEJAGNU): Also unset LANG.
6470         * Makefile.in: Rebuild.
6472 2000-03-06  Ian Lance Taylor  <ian@zembu.com>
6474         * ldfile.c (ldfile_try_open_bfd): Don't crash if we see an empty
6475         archive.
6477 2000-03-02  H.J. Lu  <hjl@gnu.org>
6479         * emulparams/elf32mcore.sh: Include "getopt.h".
6481 2000-03-01  Ian Lance Taylor  <ian@zembu.com>
6483         * configure.tgt: Remove *-*-aout, *-*-coff, and *-*-netware.
6485 2000-03-01  H.J. Lu  <hjl@gnu.org>
6487         * emulparams/mipspe.sh: Add SUBSYSTEM and INITIAL_SYMBOL_CHAR.
6488         * emulparams/shpe.sh: Likewise.
6490 2000-03-01  Nick Clifton  <nickc@cygnus.com>
6492         * pe-dll.c: Remove unused variables and add ATTRIBUTE_UNUSED
6493         to unused parameters.
6495         * emultempl/pe.em: Add "#ifdef DLL_SUPPORT" around static
6496         functions only used by DLL code.
6497         (_place_orphan): Initialise 'dollar'.
6499 2000-03-01  H.J. Lu  <hjl@gnu.org>
6501         * ldmain.c (undefined_symbol): Take one more arg, fatal, to
6502         indicate if the undefined symbol is a fatal error or not.
6503         Don't delete the output file if "fatal" is false.
6505 2000-02-29  H.J. Lu  <hjl@gnu.org>
6507         * Makefile.am (check-DEJAGNU): Also pass LIBS="$(LIBS)".
6508         Set LC_COLLATE and LC_ALL to null and export them. It is for
6509         sort which expects the C locale.
6510         Add $(LIBS) to all $(HOSTING_LIBS).
6511         * Makefile.in: Rebuild.
6513 2000-02-29  Alan Modra  <alan@spri.levels.unisa.edu.au>
6515         * emultempl/{aix.em, armcoff.em, armelf.em, armelf_oabi.em,
6516         beos.em, elf32.em, generic.em, gld960.em, gld960c.em, hppaelf.em,
6517         linux.em, lnk960.em, mipsecoff.em, sunos.em, vanilla.em}
6518         (ld_emulation_xfer_struct): Add missing NULL initialiser for
6519         find_potential_libraries.
6521 2000-02-28  Jim Blandy  <jimb@redhat.com>
6523         * ldgram.y (exclude_name_list): Don't require a comma to separate
6524         list entries; the lexer considers commas to be valid part of a
6525         filename, so in something like `foo, bar' the comma is considered
6526         part of the first filename, `foo,'.
6527         * ld.texinfo: Update section on EXCLUDE_FILE lists.
6529 2000-02-27  Loren J. Rittle  <ljrittle@acm.org>
6531         * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
6532         host "i[3456]86-*-freebsdelf*".
6534 2000-02-27  Mark Elbrecht  <snowball3@bigfoot.com>
6536         * scripttempl/i386go32.sc: Move misplaced semicolons.
6538 2000-02-25  Ian Lance Taylor  <ian@zembu.com>
6540         * Makefile.am (ALL_EMULATIONS): Remove ehppaelf.o.
6541         (ALL_64_EMULATIONS): Remove eelf64hppa.o.
6542         (eelf64hppa.c, ehppaelf.c): Remove targets.
6543         * Makefile.in: Rebuild.
6545 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
6547         * configure.tgt (targ_extra_ofiles): Enable elf64_sparc on
6548         GNU/Linux/sparc, but keep the default as 32.
6550         * configure.tgt: Enable elf64_sparc on Solaris7+/sparc.  And make
6551         it default if sparcv9 or sparc64.
6553 2000-02-24  Nick Clifton  <nickc@cygnus.com>
6555         * Makefile.am: Add rules to build emipspe.o and earmpe.o.
6556         * Makefile.in: Regenerate.
6557         * configure.tgt: Add targets for arm-wince, sh-pe and mips-pe.
6559         * ldemul.h (ld_emulation_xfer_struct): Add new field:
6560         find_potential_libraries.
6561         * ldemul.c (ldemul_find_potential_libraries): New function.
6563         * ldfile.c (ldfile_open_file_search): Allow function to be
6564         exported.
6565         (ldfile_open_file): Call ldemul_find_potential_libraries.
6566         * ldfile.h: Add prototype for ldfile_open_file_search.
6568         * pe-dll.c: Add support for ARM, MIPS and SH targets.
6570         * emulparams/mipspe.sh: New file.  Parameters for mips-pe target.
6571         * emulparams/shpe.sh: New file.  Parameters for sh-pe target.
6573         * emultempl/pe.em: Add support for ARM, MIPS and SH DLLs.
6574         (gld_X_find_potential_libraries): New function.  Search for
6575         libraries called "*.lib".
6577         * scripttempl/pe.sc: Add .pdata section.
6579 2000-02-23  Richard Henderson  <rth@cygnus.com>
6581         * scripttempl/elfd10v.sc: Remove dynamic linking hooks.
6582         Add and use memory regions.
6584 2000-02-23  Linas Vepstas (linas@linas.org)
6586         * emulparams/elf32i370.sh, scripttempl/elfi370.sc: New.
6588         * Makefile.am: Add support for Linux/IBM 370.
6589         * configure.tgt: Likewise.
6591         * Makefile.in: Regenerate.
6593 2000-02-21  Alan Modra  <alan@spri.levels.unisa.edu.au>
6595         * ldlang.c (print_input_section, print_data_statement,
6596         print_reloc_statement, print_padding_statement, insert_pad,
6597         size_input_section, lang_check_section_addresses,
6598         lang_size_sections, lang_do_assignments, lang_set_startof,
6599         lang_one_common): Change `opb' to unsigned.
6600         (lang_do_assignments): Also change `size' to unsigned.
6602 2000-02-16  Richard Henderson  <rth@cygnus.com>
6604         * scripttempl/elf.sc: Place OTHER_PLT_RELOC_SECTION.
6606 2000-02-16  Timothy Wall  <twall@cygnus.com>
6608         * mri.c (mri_draw_tree): Add default LMA region argument to call
6609         to lang_leave_output_section_statement.
6610         * ldlang.h: Update prototypes with LMA region arguments.
6611         * ldlang.c (lang_size_sections): Encapsulate region bounds
6612         checking in os_check_region call.
6613         (os_check_region): New function.
6614         (lang_output_section_statement_lookup): Initialize lma_region.
6615         (lang_leave_output_section_statement): Add LMA region argument.
6616         (lang_leave_overlay): Ditto.
6617         * ldgram.y: Handle LMA region syntax.
6618         * ld.texinfo (Output Section Description): Describe LMA region usage.
6619         * emultempl/armelf.em (gld$place_orphan): Add default value for
6620         lma region in call to lang_leave_output_section_statement.
6621         * emultempl/elf32.em (gld$place_orphan): Add default value for
6622         lma region in call to lang_leave_output_section_statement.
6623         * emultempl/pe.em (gld$place_orphan): Add default value for
6624         lma region in call to lang_leave_output_section_statement.
6627 2000-02-04  Timothy Wall  <twall@redhat.com>
6629         * ldlang.c (lang_check_section_addresses): Use bytes instead of
6630         octets when calculating section end addresses.
6632 2000-02-04  Timothy Wall  <twall@redhat.com>
6634         * ldlang.c (lang_size_sections): Fix typo in ALIGN_N invocation.
6636 2000-02-03  Timothy Wall <twall@redhat.com>
6638         * ldexp.c (fold_name): Make SIZEOF operator return byte count, not
6639         octet count.
6640         * ldlang.c (print_input_section, print_data_statement,
6641         print_reloc_statement, print_padding_statement): Print target
6642         address values and section sizes as bytes, not octets.
6643         (insert_pad) Calculate padding size in octets, and adjust "dot"
6644         by bytes.
6645         (size_input_section) Always adjust "dot" by bytes, not octets.
6646         (lang_check_section_addresses, lang_do_assignments) Adjust
6647         "dot" by bytes, not octets.  Use the larger of the directive size
6648         or octets_per_byte for the number of octets actually allocated in
6649         the output section.
6650         (lang_set_startof) Make sure STARTOF returns a target address.
6651         (lang_one_common) Record size changes in octets.
6652         (lang_abs_symbol_at_end_of) Section end symbol's value is
6653         recorded in target bytes.
6654         * ld.texinfo: Updated description of BYTE, SHORT, LONG, etc.
6655         to be clear about behavior when an octet is smaller than one byte.
6657 2000-01-27  Alan Modra  <alan@spri.levels.unisa.edu.au>
6659         * ldcref.c (output_cref): Don't pass message strings to printf
6660         as format arg.
6661         Update copyright.
6663         * ldmisc.c (vfinfo): Same here.
6664         Update copyright.
6666 2000-01-23  Alan Modra  <alan@spri.levels.unisa.edu.au>
6668         * emultempl/{armcoff.em,armelf.em,armelf_oabi.em,beos.em,
6669         generic.em,gld960.em,gld960c.em,hppaelf.em,linux.em,lnk960.em,
6670         mipsecoff.em,sunos.em,vanilla.em} (ld_emulation_xfer_struct):
6671         Add missing NULL initialisers, and comments.
6673 2000-01-21  Nick Clifton  <nickc@cygnus.com>
6675         * ldlang.c (lang_size_sections): Fix typo in comment.
6677 2000-01-18  H.J. Lu  <hjl@gnu.org>
6679         * ldlang.c (lang_size_sections): Also update the current
6680         address of a region if the SEC_NEVER_LOAD bit is not set.
6682 2000-01-10  Philip Blundell  <pb@futuretv.com>
6684         * configure.tgt (arm*-*-conix*): New target.
6686 2000-01-07  Nick Clifton  <nickc@cygnus.com>
6688         * ld.texinfo (Options): Remind users to preceed linker command
6689         line switches with -Wl, (or whatever is appropriate) if it is
6690         being invoked by a comnpiler driver program.
6691         Fix description of the behaviour of the -n command line switch.
6693 2000-01-05  Catherine Moore  <clm@cygnus.com>
6695         * ld.h (wildcard_spec): Change exclude_name to exclude_name_list.
6696         (name_list): New.
6697         * ld.texinfo (EXCLUDE_FILE): Update documentation.
6698         * ldgram.y (wildcard_spec): Support a list of excluded_files.
6699         (exclude_name_list): New.
6700         ldlang.c (walk_wild_section): Support list of excluded files.
6701         (print_wild_statement): Likewise.
6702         (lang_add_wild): Likewise.
6703         * ldlang.h (lang_wild_statement_type): Likewise.
6704         * scripttempl/elf.sc (OTHER_EXCLUDE_FILES): Support.
6706 2000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
6708         * pe-dll.c (pe_dll_warn_dup_exports): New variable.
6709         (process_def_file): Use.
6710         (pe_dll_compat_implib): New variable.
6711         (make_one): Use.
6713         * pe-dll.h: Add exports of pe_dll_warn_dup_exports and
6714         pe_dll_compat_implib.
6716         * emultempl/pe.em (longopts): Add warn-duplicate-exports and
6717         compat-implib options.
6718         (gld_${EMULATION_NAME}_list_options): List new options.
6719         (gld_${EMULATION_NAME}_parse_args): Handle.
6721         * pe-dll.c (pe_dll_generate_implib): Use the correct name for output
6722         dll.
6724         * deffilep.y (opt_name): Allow "." in name.
6726 For older changes see ChangeLog-9899
6728 Local Variables:
6729 mode: change-log
6730 left-margin: 8
6731 fill-column: 74
6732 version-control: never
6733 End: