bfd/
[binutils.git] / ld / ChangeLog
blobbf844d1e3b0cd05d4f14c0c4028a4e4d5d9240b5
1 2003-12-04  H.J. Lu  <hongjiu.lu@intel.com>
3         * emultempl/ia64elf.em (gld${EMULATION_NAME}_after_parse): Set
4         link_info.need_relax_finalize to TRUE.
6         * ldlang.c (lang_process): Use link_info.need_relax_finalize
7         instead of link_info.relax_finalizing.
8         * ldmain.c (main): Likewise.
9         
10 2003-12-04  Dmitry Semyonov  <Dmitry.Semyonov@oktet.ru>
12         * armpe.sh (RELOCATEABLE_OUTPUT_FORMAT): Define.
14 2003-12-04  Alan Modra  <amodra@bigpond.net.au>
16         * ldlang.c (lang_do_assignments): Function return is void.
17         * ldlang.h (lang_do_assignments): Ditto.
18         * emultempl/netbsd.em (gld${EMULATION_NAME}_before_parse): Declare.
19         * Makefile.am (ens32knbsd.c): Depend on netbsd.em.
20         * Makefile.in: Regenerate.
22 2003-12-03  Dave Airlie  <airlied@linux.ie>
24         * configure.tgt: Add vax-linux-gnu target.
26 2003-12-03  Dmitry Diky  <diwil@mail.ru>
27         
28         * scripttempl/elf32msp430.sc (HEAP_SECTION_MSP430): New section for
29         forthcoming devices.
30         (_etext): provide this defenition for all scripts.
32 2003-12-02  Kazu Hirata  <kazu@cs.umass.edu>
34         * emultempl/beos.em: Remove ARGSUSED.
36 2003-12-03  Alan Modra  <amodra@bigpond.net.au>
38         * emultempl/pe.em (pe_fixup_stdcalls): Update for renamed
39         bfd_link_hash_entry field "next" -> "und_next".
40         (pe_find_data_imports): Likewise.
41         (gld_${EMULATION_NAME}_after_open): Likewise.
42         * emultempl/sunos.em (before_allocation): Likewise.
44 2003-12-02  Nick Clifton  <nickc@redhat.com>
46         * ld.texinfo (Options): --ignore-all is no longer the default
47         behaviour for shared libraries and dynamic executables.
49 2003-12-02  Alan Modra  <amodra@bigpond.net.au>
51         * Makefile.am: Run "make dep-am".
52         * Makefile.in: Regenerate.
54 2003-12-02  Alan Modra  <amodra@bigpond.net.au>
56         * ldmain.c (main): Remove mpc860c0 code.
57         * lexsup.c (enum option_values): Delete OPTION_MPC860C0.
58         (ld_options): Delete mpc860c0 entry.
59         (parse_args): Likewise.
61 2003-12-01  Alan Modra  <amodra@bigpond.net.au>
63         * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Test
64         hash table type rather than testing creator flavour.
65         * emultempl/hppaelf.em (hppaelf_create_output_section_statements):
66         Only create stub_file bfd if hash table creator is as expected.
67         (gld${EMULATION_NAME}_finish): Test stub_file.
69 2003-11-28  Marcel Moolenaar  <marcel@xcllnt.net>
71         * emulparams/elf64_ia64_fbsd.sh (TEXT_START_ADDR): Define.
72         (DATA_ADDR): Unset.
74 2003-11-18  James E Wilson  <wilson@specifixinc.com>
76         * ldlang.c (lang_process): Move lang_reset_memory_regions call after
77         lang_do_assignments call.
79         * emulparams/elf64_ia64.sh (OTHER_PLT_RELOC_SECTIONS): Include
80         .rela.opd if -pie.
82 2003-11-10  Jonathan Wilson <jonwil@tpgi.com.au>
84         * scripttempl/pe.sc: Add support for TLS sections.
86 2003-11-09  Alan Modra  <amodra@bigpond.net.au>
88         * configure.host (HOSTING_LIBS): Group libgcc and libc with
89         --start-group, --end-group pair.
90         (*-*-netbsd*, am33_2.0-*-linux*): Use the default HOSTING_LIBS.
91         (am33_2.0-*-linux*): Edit default HOSTING_CRT0.
92         (arm*-*-linux-gnu*): Remove extraneous '*' in sed expression.
93         (hppa*64*-*-linux*, hppa*-*-linux*): Remove target specific case.
95 2003-11-07  Jonathan R. Grant  <jg-binutils@jguk.org>
97         * ldfile.c (ldfile_open_file): Use "No such file" error message.
99 2003-11-06  Bruno Rohee  <bruno@rohee.com>
101         * ls.texinfo: Fix "the the" typo.
103 2003-11-05  Alan Modra  <amodra@bigpond.net.au>
105         * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Only do
106         pe_dll_extra_pe_debug stuff when DLL_SUPPORT defined.
107         (pr_sym): Move inside #ifdef DLL_SUPPORT.
109         * emultempl/ppc64elf.em (gld${EMULATION_NAME}_new_vers_pattern): Zap
110         unused variable.
112         * emulparams/elf32_i860.sh (TEXT_START_ADDR): Define.
114 2003-11-04  Alan Modra  <amodra@bigpond.net.au>
116         * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Call
117         _bfd_elf_tls_setup.
119 2003-10-31  Nick Clifton  <nickc@redhat.com>
121         * ldlang.c (lookup_name): When looking for a previously loaded
122         file compare the local_sym_name not the filename, as the
123         filename might have been transformed via the search directory
124         path lookup.
125         If the sought-for file has not been found in the input file
126         chain then create a new node with the search_dirs_flag set so
127         that the entire set of directory paths will be scanned for it.
129 2003-10-30  Andrew Cagney  <cagney@redhat.com>
131         * emultempl/pe.em, pe-dll.c: Replace "struct symbol_cache_entry"
132         with "struct bfd_symbol".
134 2003-10-30 Phil Edwards <phil@codesourcery.com>
136         * Makefile.am (ALL_EMULATIONS): Add elf32mipswindiss.o.
137         (eelf32mipswindiss.c): New target.
138         * Makefile.in:  Regenerated.
139         * emulparams/elf32mipswindiss.sh:  New file.
140         * configure.tgt (i[3-7]86-*-vxworks*, arm-*-vxworks, sh-*-vxworks,
141         mips*-*-vxworks*):  Use ELF now.
142         (mips*-*-windiss):  New stanza, use elf32mipswindiss.
144 2003-10-27  Stephane Carrez  <stcarrez@nerim.fr>
146         * scripttempl/elfm68hc12.sc: Define eeprom memory region.
148 2003-10-25  Kazu Hirata  <kazu@cs.umass.edu>
150         * ChangeLog-9197: Fix typos.
151         * NEWS: Likewise.
152         * ld.texinfo: Likewise.
153         * ldlang.c: Fix comment typos.
155 2003-10-24  H.J. Lu  <hongjiu.lu@intel.com>
157         * ldlang.c (lang_vers_match): Fix a typo.
159 2003-10-24  H.J. Lu  <hongjiu.lu@intel.com>
161         * ldlang.c (lang_vers_match): Check demangled symbols.
163 2003-10-24  H.J. Lu  <hongjiu.lu@intel.com>
165         * ldlang.c (lang_vers_match): Check "symbol" instead of
166         "wildcard" and "pattern". Fix a typo.
167         (lang_finalize_version_expr_head): Likewise.
168         (lang_register_vers_node): Likewise.
169         (realsymbol): New function.
170         (lang_new_vers_pattern): Set "symbol" and remove "wildcard".
172         * ldlex.l (V_IDENTIFIER): Allow '\\'.
174 2003-10-24  Nick Clifton  <nickc@redhat.com>
176         * emultempl/m68hc1xelf.em (before_allocation): Add missing second
177         parameter to lang_memory_region_lookup.
179 2003-10-22  Jakub Jelinek  <jakub@redhat.com>
181         * ldlang.c: Include hashtab.h.
182         (lang_vers_match_lang_c, lang_vers_match_lang_cplusplus,
183         lang_vers_match_lang_java): Remove.
184         (lang_vers_match): New function.
185         (lang_new_vers_pattern): Initialize wildcard and mask
186         fields, don't initialize match.
187         (lang_new_vers_node): Use xcalloc.  Adjust for globals and
188         locals field type changes.  Set match field.
189         (version_expr_head_hash, version_expr_head_eq): New functions.
190         (lang_finalize_version_expr_head): New function.
191         (lang_register_vers_node): Call lang_finalize_version_expr_head.
192         Search in hash table if not wildcard when looking for duplicates.
193         * emultempl/ppc64elf.em (new_vers_pattern): Don't bother with
194         duplicate checking.  Initialize all fields of dot_entry from entry
195         with the exception of pattern and next.
197 2003-10-21  Nick Clifton  <nickc@redhat.com>
199         * ldlang.c (lang_memory_region_lookup): Add second parameter -
200         create - which is true if the region is being created.  Issue
201         appropriate warning messages for finding and not finding
202         already created regions.
203         (lang_memory_default): Use DEFAULT_MEMORY_REGION.
204         (lang_leave_overlay_section): Likewise.
205         (lang_size_sections_1): Likewise.
206         Pass second parameter to lang_memory_region_lookup.
207         (lang_get_regions): Likewise.
208         * ldlang.h (DEFAULT_MEMORY_REGION): Define.
209         Update prototype for lang_memory_region_lookup.
210         * ldgram.y: Pass second parameter to lang_memory_region_lookup.
211         Use DEFAULT_MEMORY_REGION instead of "*default".
213 2003-10-20  Andrew Cagney  <cagney@redhat.com>
215         * pe-dll.c: Replace "struct sec" with "struct bfd_section".
217 2003-10-19  Marek Michalkiewicz  <marekm@amelek.gda.pl>
219         * Makefile.am: Remove old (before GCC 3.3) emulations for AVR
220         target: avr1200, avr23xx, avr4433, avr44x4, avr85xx, avrmega103,
221         avrmega161, avrmega603.  Default to avr2.
222         * Makefile.in: Regenerate.
223         * configure.tgt: Likewise.
224         * emulparams/avr1200.sh: Remove.
225         * emulparams/avr23xx.sh: Remove.
226         * emulparams/avr4433.sh: Remove.
227         * emulparams/avr44x4.sh: Remove.
228         * emulparams/avr85xx.sh: Remove.
229         * emulparams/avrmega103.sh: Remove.
230         * emulparams/avrmega161.sh: Remove.
231         * emulparams/avrmega603.sh: Remove.
232         * scripttempl/elf32avr.sc: Remove.
234 2003-10-19  Andreas Schwab  <schwab@suse.de>
236         * emultempl/ticoff.em (gld_${EMULATION_NAME}_list_options): Add
237         newline to message.
239         * deffilep.y: Remove commas from %token lines.
241 2003-10-18  Hans-Peter Nilsson  <hp@bitrange.com>
243         * emultempl/mmix-elfnmmo.em (mmix_before_allocation): Force linker
244         relaxation always; don't exclude relocatable linking.  Adjust for
245         _bfd_mmix_prepare_linker_allocated_gregs renamed to
246         _bfd_mmix_before_linker_allocation.
247         (mmix_after_allocation): Adjust for
248         _bfd_mmix_finalize_linker_allocated_gregs renamed to
249         _bfd_mmix_after_linker_allocation.
250         * scripttempl/mmo.sc: Use ADDR (.text), not . - SIZEOF (.text).
252         * ldlang.c (lang_size_sections): Last, set _cooked_size for output
253         sections.
255 2003-10-16  Alan Modra  <amodra@bigpond.net.au>
257         * Makefile.am (GENSCRIPTS_EXTRA, GEN_EXTRA_DEPENDS): Remove.  Use
258         GENSCRIPTS and GEN_DEPENDS in place of these.
259         * Makefile.in: Regenerate.
260         * genscripts_extra.sh: Delete.  Merge extra functionality to..
261         * genscripts.sh: ..here.
263         * emulparams/gld960.sh (TEXT_START_ADDR, TARGET_PAGE_SIZE): Define.
264         * emulparams/gld960coff.sh (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
265         * emulparams/lnk960.sh (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
266         * emulparams/m88kbcs.sh (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
267         * emulparams/vanilla.sh (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
269 2003-10-16  Alan Modra  <amodra@bigpond.net.au>
271         * emultempl/ia64elf.em (gld${EMULATION_NAME}_after_parse): Don't
272         use $EMULATION_NAME to call bfd function.
274 2003-10-14  Danny Smith  <dannysmith@users.sourceforge.net>
276         * pe-dll.c (pe_implied_import_dll): Also scan .rdata sections
277         to identify data symbols.
279 2003-10-13  Richard Sandiford  <rsandifo@redhat.com>
281         * emulparams/elf32bmipn32-defs.sh (INITIAL_READONLY_SECTIONS): Move
282         definition from elf64btsmip.sh.
283         (TEXT_DYNAMIC): Likewise elf32btsmipn32.sh.
284         * emulparams/elf32btsmipn32.sh (TEXT_DYNAMIC): Remove.
285         * emulparams/elf64btsmip.sh (INITIAL_READONLY_SECTIONS): Remove.
286         * emulparams/elf64bmip.sh (SHLIB_TEXT_START_ADDR): Define.
287         (EXECUTABLE_SYMBOLS): Set __elf_header correctly for shared objects.
288         Define __program_header_table in terms of __elf_header.
290 2003-10-10  H.J. Lu  <hongjiu.lu@intel.com>
292         * Makefile.am (eelf64_ia64.c): Also depend on
293         $(srcdir)/emultempl/ia64elf.em.
294         * Makefile.in: Regenerated.
296         * emulparams/elf64_ia64.sh (EXTRA_EM_FILE): Set to ia64elf.
298         * emultempl/ia64elf.em: New.
300 2003-10-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
302         * emulparams/shelf32_nbsd.sh (OTHER_SECTIONS): Redefine.
304 2003-10-11  Hans-Peter Nilsson  <hp@bitrange.com>
306         * ld.texinfo (Builtin Functions) <DEFINED>: Say that only symbols
307         defined before the statement using DEFINED yield 1.
308         * ldexp.c (fold_name) <case DEFINED>: In lang_first_phase_enum,
309         call lang_track_definedness on symbol.  In subsequent phases, use
310         lang_symbol_definition_iteration and lang_statement_iteration to
311         check whether the symbol was defined before the current statement.
312         (exp_fold_tree) <case etree_assign et al>: Call
313         lang_update_definedness before updating symbol type when setting
314         symbol.
315         * ldlang.c (lang_definedness_table): New variable.
316         (lang_definedness_newfunc, lang_track_definedness)
317         (lang_symbol_definition_iteration, lang_update_definedness): New
318         functions.
319         (lang_init): Initialize lang_definedness_table and
320         lang_statement_iteration.
321         (lang_finish): Destroy bfd_hash_table_free.
322         (lang_size_sections): Increment lang_statement_iteration.
323         (lang_do_assignments_1): New function with former
324         lang_do_assignments contents.  Change recursive calls to call this
325         function.
326         (lang_do_assignments): Evacuate contents.  Increment
327         lang_statement_iteration, then just call lang_do_assignments_1.
328         * ldlang.h (struct lang_definedness_hash_entry)
329         (lang_statement_iteration, lang_track_definedness)
330         (lang_symbol_definition_iteration, lang_update_definedness):
331         Declare.
333 2003-10-09  H.J. Lu  <hongjiu.lu@intel.com>
335         * scripttempl/elf.sc (__executable_start): Provide.
337 2003-10-09  Daniel Jacobowitz  <drow@mvista.com>
339         * emulparams/armelf.sh: Define NO_SMALL_DATA.
340         * emulparams/armelf_linux.sh, emulparams/armelf_oabi.sh,
341         emulparams/armnto.sh: Likewise.
343 2003-10-08  Alexandre Oliva  <aoliva@redhat.com>
345         * ldlang.c (lang_size_sections_1): Use IGNORE_SECTION to tell
346         whether to skip test for no memory region.
348 2003-10-08  Nick Clifton  <nickc@redhat.com>
350         * lexsup.c (parse_args: OPTION_CALL_SHARED): Revise comment
351         describing defaults.  Change default to report unresolved symbols
352         in object files as well.
354 2003-10-08  Hans-Peter Nilsson  <hp@bitrange.com>
356         * ldexp.c (fold_name) <case DEFINED>: Set section of result to
357         abs_output_section.
359 2003-10-07  Bob Wilson  <bob.wilson@acm.org>
361         * emulparams/elf32xtensa.sh (OTHER_READONLY_SECTIONS,
362         OTHER_READWRITE_SECTIONS, OTHER_SECTIONS): Set section addresses to
363         zero for relocatable links.
365 2003-10-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
367         * configure.host (HOSTING_LIBS): Define for hppa*-*-linux*.
369 2003-10-07  Nathan Sidwell  <nathan@codesourcery.com>
371         * ldwrite.c (unsplittable_name): New.
372         (clone_section): Strip existing numeric suffix. Only truncate names
373         for coff targets.
374         (split_sections): Use unsplittable_name.
376 2003-10-06  Nick Clifton  <nickc@redhat.com>
378         * lexsup.c (parse_args): Report unresolved symbols in shared
379         libraries when creating a dynamic executable.  This is a
380         restoration of the default behaviour for previous versions of
381         the linker.
383 2003-10-06  Matt Thomas <matt@3am-software.com>
385         * emulparams/hppanbsd.sh: Remove OUTPUT_FORMAT.
386         * emulparams/hppaobsd.sh: Add OUTPUT_FORMAT="elf32-hppa".
388 2003-10-06  Robert Millan  <robertmh@gnu.org>
390         * configure.tgt: Match GNU/KNetBSD with new knetbsd*-gnu triplet.
392 2003-10-02  Ivan Warren <ivan@vmfacility.fr>
394         * pe-dll.c (make_one): Correct sym def order & pick right sym for
395         .idata$7 reloc.
397 2003-09-30  Chris Demetriou  <cgd@broadcom.com>
399         * NEWS: Add an indication of the cutoff for 2.14.
401 2003-09-30  Chris Demetriou  <cgd@broadcom.com>
403         * ldmain.c (get_emulation): Ignore "-mips64r2".
405 2003-09-03  Robert Millan  <robertmh@gnu.org>
407         * configure.host: Match GNU/KFreeBSD with new kfreebsd*-gnu
408         triplet.
409         * configure.tgt: Likewise.
411 2003-08-29  Jafa  <jafa@silicondust.com>
413         * emulparams/elf32ip2k.sh (TEMPLATE_NAME): Define.
415 2003-08-21  Nick Clifton  <nickc@redhat.com>
417         * po/tr.po: Updated Turkish translation.
419 2003-08-20  Nick Clifton  <nickc@redhat.com>
421         * ldmain.c: Initialise the new fields in bfd_link_info to
422         NOT_YET_SET.
423         * lexsup.c (enum option_values): New enum.  Use this to
424         replace the handed coded values for the long switch options.
425         (ld_options): Add 'unresolved-symbols',
426         'warn-unresolved-symbols' and 'error-unresolved-symbols'.
427         (parse_args): Handle the new switches.  Set the values of
428         unresolved_symbols_in_objects and
429         unresolved_symbols_in_shared_libs appropriately.  If they were
430         not initialised by the command line, install default values.
431         * emultempl/elf32.em (handle_option): Update OPTION_GROUP and
432         -z defs to use the new fields in bfd_link_info.
433         * ld.texinfo: Document the new switches.
434         * NEWS: Mention this feature.
436 2003-08-15 Dmitry Diky <diwil@mail.ru>
438         * Makefile.am (GENSCRIPTS_EXTRA): New script definition which
439         calls genscripts_extra.sh.
440         Rearrange all msp430 depends using this script.
441         * Makefile.in: Regenerate.
442         * genscripts_extra.sh: New file: Similar to genscripts.sh, except
443         that the script to be run to generate the emulations can be passed
444         as an optional parameter instead of being computed from the
445         emulation name.
446         * emulparams/msp430all.sh: New file: Combine all msp430 subdevice
447         definitions into one file.
448         * emulparams/msp430x*.sh: Removed.
450 2003-08-15  Nick Clifton  <nickc@redhat.com>
452         * ld.texinfo (Options): Put keywords for the -z option into a
453         table.  Add more text describing what the -z now option does.
455 2003-08-14  Alan Modra  <amodra@bigpond.net.au>
457         * dep-in.sed: Remove libintl.h.
458         * Makefile.am (POTFILES.in): Unset LC_COLLATE.
459         * Makefile.in: Regenerate.
461 2003-08-13  Alan Modra  <amodra@bigpond.net.au>
463         * genscripts.sh (libpath.exp): Only generate for first emulation.
464         (LIB_PATH): Correct order of paths.  Don't add $tool_lib when
465         already present or when LIB_PATH is set to ":".
467 2003-08-12  Ian Lance Taylor  <ian@airs.com>
469         * ldmain.c (undefined_symbol): Change parameter name from `fatal'
470         to `error'.  If only a warning, put warning in the reported
471         string.  Consistently set failure flag when not a warning.
473 2003-08-08 Dmitry Diky <diwil@mail.ru>
475         * Makefile.am: Add xW42 and xE42 parts. Sort MPU list according to
476         gcc order.
477         * Makefile.in: Regenerate.
478         * configure.tgt: Add extra emulations.
479         * emulparams/msp430xE423.sh: New file.
480         * emulparams/msp430xE427.sh: New file.
481         * emulparams/msp430xW425.sh: New file.
482         * emulparams/msp430xE425.sh: New file.
483         * emulparams/msp430xW423.sh: New file.
484         * emulparams/msp430xW427.sh: New file.
486 2003-08-07  Danny Smith  <dannysmith@users.sourceforge.net>
488         * emultempl/pe.em (gld_${EMULATION_NAME}_before_parse):
489         Change second (cmdline) arg to lang_add_entry to FALSE.
490         (set_pe_subsystem): Change second arg to lang_add_entry to TRUE.
492 2003-08-05  Christian Groessler  <chris@groessler.org>
493             Jason Eckhardt  <jle@rice.edu>
495         * configure.tgt: Recognize new target i860-*-coff.
496         * Makefile.am (ALL_EMULATIONS): Add ecoff_i860.o.
497         (ecoff_i860.c): New rule.
498         * emulparams/coff_i860.sh: New file.
499         * scripttempl/i860coff.sc: New file.
500         * Makefile.in: Regenerate.
502 2003-08-04  Nick Clifton  <nickc@redhat.com>
504         * emultempl/elf32.em (before_allocation): Prepend "warning: "
505         to messages produced for .gnu.warning.SYMBOL sections.
507 2003-08-04  Alan Modra  <amodra@bigpond.net.au>
509         * emultempl/elf32.em (output_rel_find): Add "isdyn" param.  Put
510         .rel.dyn before other reloc sections.  Don't stop looking for reloc
511         sections on finding one that isn't allocated.  Match .rel even when
512         placing .rela and vice versa, when setting last_rel and
513         last_rel_alloc for the first time.  If no reloc sections in script,
514         prefer allocated section over non-alloc.
515         (gld${EMULATION_NAME}_place_orphan): Handle orphan .rel.dyn.
517 2003-07-29  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
519         * emulparams/shelf.sh (OTHER_SECTIONS): Don't include .stack
520         section for shared library.
521         * emulparams/shelf32.sh (OTHER_SECTIONS): Likewise.
522         * emulparams/shelf64.sh (OTHER_SECTIONS): Likewise.
524 2003-07-29  Stephane Carrez  <stcarrez@nerim.fr>
526         * scripttempl/elfm68hc12.sc: Add gcc_except_table.
527         * scripttempl/elfm68hc11.sc: Likewise.
529 2003-07-28  Alan Modra  <amodra@bigpond.net.au>
531         * emulparams/elf64ppc.sh (GOT): Fix for shell brace matching.
533         * emulparams/elf64ppc.sh (GOT): Don't merge .toc into .got for ld -r.
535 2003-07-27  Alan Modra  <amodra@bigpond.net.au>
537         * ld.texinfo: Typo fixes.  Document SUBALIGN.
538         * ldgram.y (opt_subalign): Add.
539         * ldlex.l (SUBALIGN): Recognize.
540         * ldlang.c (overlay_subalign): New var.
541         (lang_enter_overlay): Add subalign param.
542         (lang_enter_overlay_section): Pass overlay_subalign to
543         lang_enter_output_section_statement.
544         * ldlang.h (lang_enter_overlay): Update.
546 2003-07-24  Nick Clifton  <nickc@redhat.com>
548         * po/fr.po: Updated French translation.
550 2003-07-23  Stephane Carrez  <stcarrez@nerim.fr>
552         * scripttempl/elfm68hc11.sc: Keep ctor/dtor sections; Take into
553         account .tramp sections;
554         * scripttempl/elfm68hc12.sc: Likewise.
556 2003-07-17  Charles Wilson  <cwilson@ece.gatech.edu>
558         * ld/pe-dll.c: Add libcygwin to autofilter_liblist[]
560 2003-07-17  Nick Clifton  <nickc@redhat.com>
562         * po/es.po: New Spanish translation.
564 2003-07-11  Alan Modra  <amodra@bigpond.net.au>
566         * po/ld.pot: Regenerate.
568 2003-07-10  Bob Wilson  <bob.wilson@acm.org>
570         * emulparams/elf32xtensa.sh (OTHER_READONLY_SECTIONS): Replace .xt.lit
571         with new .got.loc section.
572         (OTHER_READWRITE_SECTIONS): Do not combine linkonce sections for
573         non-relocating links.
574         (OTHER_SECTIONS): Add .xt.lit here.  Change it to keep linkonce
575         sections separate for non-relocating links; likewise for .xt.insn.
577 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
579         2001-08-22  Alexandre Oliva  <aoliva@redhat.com>
580         * emulparams/elf32am33lin.sh: Adjust to match kernel parameters.
581         2001-05-09  Alexandre Oliva  <aoliva@redhat.com>
582         * configure.host (am33_2.0-*-linux*): Added.
583         * configure.tgt (am33_2.0-*-linux*): Likewise.
584         * emulparams/elf32am33lin.sh: New.
585         * Makefile.am (eelf32am33lin.c): New rule.
586         * Makefile.in: Rebuilt.
588 2003-07-09  Alexandre Oliva  <aoliva@redhat.com>
590         2001-04-17  Alexandre Oliva  <aoliva@redhat.com>
591         * emulparams/mn10300.sh (TEMPLATE_NAME): Define.
592         (GENERATE_SHLIB_SCRIPT): Likewise.
594 2003-07-10  Alan Modra  <amodra@bigpond.net.au>
596         * emulparams/elf64ppc.sh (OTHER_GOT_SECTIONS): Don't define.
597         (GOT): Define.
598         * emultempl/ppc64elf.em (stub_added): New static var.
599         (ppc_create_output_section_statements): Call ppc64_elf_init_stub_bfd.
600         (ppc_add_stub_section): Set stub_added.
601         (gld${EMULATION_NAME}_finish): Look for .got rather than .toc.  Adjust
602         ppc64_elf_size_stubs call and test for stubs.
603         * scripttempl/elf.sc (GOT): Define and use.
605 2003-07-08  J"orn Rennecke <joern.rennecke@superh.com>
607         * emultempl/sh64elf.em (sh64_elf_${EMULATION_NAME}_after_allocation):
608         Allow second call from ldemul_finish.
610 2003-07-04  J"orn Rennecke <joern.rennecke@superh.com>
612         * emulparams/shelf32.sh (STACK_ADDR): Don't define.
613         (OTHER_SECTIONS): Include .stack.
614         * emulparams/shelf64.sh (OTHER_SECTIONS): Likewise.
616 2003-07-02  Jakub Jelinek  <jakub@redhat.com>
618         * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Don't include
619         .opd if -pie.
620         (OTHER_READWRITE_SECTIONS): Include .opd if -pie.
621         * scripttempl/elf.sc: Use SHLIB_DATA_ADDR instead of DATA_ADDR
622         if -pie.
624 2003-06-28  Alan Modra  <amodra@bigpond.net.au>
626         * ld.h: Convert to C90, remove unnecessary prototypes and casts.
627         Replace PTR with void *.  Formatting.
628         * ldcref.c: Likewise.
629         * ldctor.c: Likewise.
630         * ldctor.h: Likewise.
631         * ldemul.h: Likewise.
632         * ldexp.c: Likewise.
633         * ldexp.h: Likewise.
634         * ldfile.c: Likewise.
635         * ldfile.h: Likewise.
636         * ldlang.c: Likewise.
637         * ldlang.h: Likewise.
638         * ldlex.h: Likewise.
639         * ldlex.l: Likewise.
640         * ldmain.c: Likewise.
641         * ldmain.h: Likewise.
642         * ldmisc.c: Likewise.
643         * ldmisc.h: Likewise.
644         * ldver.h: Likewise.
645         * ldwrite.c: Likewise.
646         * ldwrite.h: Likewise.
647         * lexsup.c: Likewise.
648         * mri.c: Likewise.
649         * mri.h: Likewise.
650         * pe-dll.c: Likewise.
651         * pe-dll.h: Likewise.
652         * deffilep.y: Likewise.
653         * deffile.h: Likewise.  Don't include ansidecl.h.
654         * emulparams/elf32mcore.sh: Remove unnecessary cast.
655         * emultempl/m68kcoff.em: Likewise.
656         * emultempl/m68kelf.em: Likewise.
657         * emultempl/ticoff.em: Remove lang_add_output_format declaration.
658         * sysdep.h: Don't include ansidecl.h.
659         * Makefile.am: Run "make dep-am".
660         * Makefile.in: Regenerate.
662 2003-06-27  Nick Clifton  <nickc@redhat.com>
664         * deffilep.y (def_file_add_directive): Cope with NUL seperated
665         directives.  Fix reporting of unparseable directives.
666         (def_error): Check for a NULL def_filename.
668 2003-06-27  Alan Modra  <amodra@bigpond.net.au>
670         * emultempl/aix.em: Convert to C90, remove unnecessary prototypes
671         and casts.  Replace PTR with void *.  Formatting.
672         * emultempl/alphaelf.em: Likewise.
673         * emultempl/armcoff.em: Likewise.
674         * emultempl/armelf.em: Likewise.
675         * emultempl/armelf_oabi.em: Likewise.
676         * emultempl/beos.em: Likewise.
677         * emultempl/elf32.em: Likewise.
678         * emultempl/generic.em: Likewise.
679         * emultempl/gld960.em: Likewise.
680         * emultempl/gld960c.em: Likewise.
681         * emultempl/hppaelf.em: Likewise.
682         * emultempl/linux.em: Likewise.
683         * emultempl/lnk960.em: Likewise.
684         * emultempl/m68hc1xelf.em: Likewise.
685         * emultempl/m68kcoff.em: Likewise.
686         * emultempl/m68kelf.em: Likewise.
687         * emultempl/mipsecoff.em: Likewise.
688         * emultempl/mipself.em: Likewise.
689         * emultempl/mmix-elfnmmo.em: Likewise.
690         * emultempl/mmixelf.em: Likewise.
691         * emultempl/mmo.em: Likewise.
692         * emultempl/needrelax.em: Likewise.
693         * emultempl/netbsd.em: Likewise.
694         * emultempl/pe.em: Likewise.
695         * emultempl/sh64elf.em: Likewise.
696         * emultempl/sunos.em: Likewise.
697         * emultempl/ticoff.em: Likewise.
698         * emultempl/vanilla.em: Likewise.
699         * emultempl/xtensaelf.em: Likewise.
700         * Makefile.am: Correct dependencies.
701         * Makefile.in: Regenerate.
703 2003-06-25  Alan Modra  <amodra@bigpond.net.au>
705         * ld.texinfo: Correct spelling of "relocatable".
706         * ldctor.c: Likewise.
707         * ldexp.c: Likewise.
708         * ldfile.c: Likewise.
709         * ldint.texinfo: Likewise.
710         * ldlang.c: Likewise.
711         * ldmain.c: Likewise.
712         * ldwrite.c: Likewise.
713         * lexsup.c: Likewise.
714         * emultempl/aix.em: Likewise.
715         * emultempl/alphaelf.em: Likewise.
716         * emultempl/armcoff.em: Likewise.
717         * emultempl/armelf_oabi.em: Likewise.
718         * emultempl/beos.em: Likewise.
719         * emultempl/elf32.em: Likewise.
720         * emultempl/generic.em: Likewise.
721         * emultempl/gld960.em: Likewise.
722         * emultempl/gld960c.em: Likewise.
723         * emultempl/hppaelf.em: Likewise.
724         * emultempl/linux.em: Likewise.
725         * emultempl/lnk960.em: Likewise.
726         * emultempl/m68hc1xelf.em: Likewise.
727         * emultempl/m68kcoff.em: Likewise.
728         * emultempl/m68kelf.em: Likewise.
729         * emultempl/mipsecoff.em: Likewise.
730         * emultempl/mipself.em: Likewise.
731         * emultempl/mmix-elfnmmo.em: Likewise.
732         * emultempl/mmo.em: Likewise.
733         * emultempl/needrelax.em: Likewise.
734         * emultempl/pe.em: Likewise.
735         * emultempl/ppc64elf.em: Likewise.
736         * emultempl/sh64elf.em: Likewise.
737         * emultempl/sunos.em: Likewise.
738         * emultempl/ticoff.em: Likewise.
739         * emultempl/xtensaelf.em: Likewise.
741 2003-06-24  Alan Modra  <amodra@bigpond.net.au>
743         * emultempl/ppc32elf.em: Convert to C90.
745 2003-06-20  Alan Modra  <amodra@bigpond.net.au>
747         * emultempl/ppc64elf.em: Convert to C90 function definitions, remove
748         unnecessary prototypes and casts.
750 2003-06-19  Alan Modra  <amodra@bigpond.net.au>
752         * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Dump out
753         statistics from ppc64_elf_build_stubs.
755 2003-06-19  Alan Modra  <amodra@bigpond.net.au>
757         * emultempl/ppc64elf.em (build_section_lists): Check return status
758         from ppc64_elf_next_input_section.
760 2003-06-17  H.J. Lu <hongjiu.lu@intel.com>
762         * ldlang.c (section_already_linked): Put back assignment of
763         kept_section.
765 2003-06-17  Rainer Keuchel  <rkeuchel@allgeier.com>
767         * pe-dll.c (generate_reloc): Catch and ignore an ARM_26D
768         reloc.
770 2003-06-17  Loren James Rittle  <rittle@latour.rsch.comm.mot.com>
772         * configure.host (*-*-freebsd*): Add known path for ld-elf.so.1
773         if not produced by gcc.
775 2003-06-16  Hans-Peter Nilsson  <hp@axis.com>
777         * configure.tgt: Add specific case for cris-*-linux-gnu*
778         with crislinux emulation only.
780 2003-06-13  Robert Millan  <zeratul2@wanadoo.es>
782         * configure.tgt: Add i386-netbsd-gnu target.
784 2003-06-12  Richard Sandiford  <rsandifo@redhat.com>
786         * configure.tgt (mips*-sgi-irix6*): Add the o32 and n64 emulations
787         to $targ_extra_libpath.
789 2003-06-11  H.J. Lu <hongjiu.lu@intel.com>
791         * po/Make-in (DESTDIR): New.
792         (install-data-yes): Support $(DESTDIR).
793         (uninstall): Likewise.
795 2003-06-10  Doug Evans  <dje@sebabeach.org>
797         * Makefile.am (ALL_EMULATIONS): Add em32relf.o.
798         * Makefile.in: Regenerate.
800 2003-06-10  Richard Sandiford  <rsandifo@redhat.com>
802         * configure.tgt (h8300*): Add h8300sxn emulations.
803         * Makefile.am (ALL_EMULATIONS): Add eh8300sxn.o and eh8300sxnelf.o.
804         (eh8300sxn.c, eh8300sxnelf.c): New rules.
805         * Makefile.in: Regenerate.
806         * emulparams/h8300sxnelf.sh, emulparams/h8300sxn.sh: New files.
807         * scripttempl/h8300sxn.sc: New file.
809 2003-06-10  Alan Modra  <amodra@bigpond.net.au>
811         * emulparams/elf64ppc.sh (EXECUTABLE_SYMBOLS, OTHER_BSS_END_SYMBOLS,
812         CTOR_START, CTOR_END, DTOR_START, DTOR_END): Don't define.
814 2003-06-08  Alan Modra  <amodra@bigpond.net.au>
816         * emultempl/ppc64elf.em (emit_stub_syms, toc_section): New vars.
817         (build_toc_list): New function.
818         (gld${EMULATION_NAME}_finish): Call build_toc_list and
819         ppc64_elf_reinit_toc.  Adjust ppc64_elf_build_stubs call.
820         (OPTION_STUBSYMS): Define.
821         (PARSE_AND_LIST_LONGOPTS): Add emit-stub-syms.
822         (PARSE_AND_LIST_OPTIONS): Document.
823         (PARSE_AND_LIST_ARGS_CASES): Handle.
825 2003-06-05  Roland McGrath  <roland@redhat.com>
827         * emultempl/elf32.em (gld${EMULATION_NAME}_list_options): Remove
828         extra \t in -z noexecstack line.
830 2003-05-23  Jakub Jelinek  <jakub@redhat.com>
832         * ldgram.y (phdr_type): Grok PT_GNU_STACK.
833         * emultempl/elf32.em (gld${EMULATION_NAME}_handle_option): Add
834         -z execstack and -z noexecstack.
835         (gld${EMULATION_NAME}_list_options): Likewise.
836         * scripttempl/elf.sc: If not -r, discard .note.GNU-stack section.
838 2003-06-03  Michael Snyder  <msnyder@redhat.com>
839         and Bernd Schmidt   <bernds@redhat.com>
840         and Alexandre Oliva <aoliva@redhat.com>
842         * Makefile.am: Add new emulations for h8300sx.
843         * Makefile.in: Regenerate.
844         * configure.tgt: Add new emulations.
845         * emulparams/h8300sx.sh: New emulation.
846         * emulparams/h8300sxelf.sh: Ditto.
847         * scripttempl/h8300sx.sc: Ditto.
849 2003-06-03  H.J. Lu <hongjiu.lu@intel.com>
851         * ldmisc.c: Include "bfdlink.h".
852         (error_handler): Handle LD_DEFINITION_IN_DISCARDED_SECTION
853         and -LD_DEFINITION_IN_DISCARDED_SECTION.
855         * Makefile.am: Rebuild dependency.
856         * Makefile.in: Regenerated.
858 2003-06-03  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
860         * emulparams/shlelf_linux.sh (GENERATE_PIE_SCRIPT): Set to yes.
861         * emulparams/shlelf32_linux.sh (GENERATE_PIE_SCRIPT): Likewize.
863 2003-06-02  Fabrizio Gennari  <fabrizio.ge@tiscalinet.it>
865         * pe-dll.c (fill_edata): Scan table pe_dll->exports, which is
866         sorted alphabetically, instead of exported_symbols, which is
867         sorted by ordinal.
869 2003-05-30  Ulrich Drepper  <drepper@redhat.com>
870             Jakub Jelinek  <jakub@redhat.com>
872         * lexsup.c (OPTION_PIE): Define.
873         (ld_options): Add -pie and --pic-executable options.
874         (parse_args): Handle OPTION_PIE.
875         * ldmain.c (main): Initialize link_info.pie and
876         link_info.executable.
877         * genscripts.sh: Generate PIE scripts.
878         * ld.texinfo: Document -pie and --pic-executable options.
879         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open):
880         (gld${EMULATION_NAME}_place_orphan): Likewise.
881         (gld${EMULATION_NAME}_get_script): Include PIE scripts.
882         * scripttempl/elf.sc: In PIE scripts set . the same way as in
883         shared scripts.
884         * emulparams/elf_i386.sh (GENERATE_PIE_SCRIPT): Set to yes.
885         * emulparams/elf64_ia64.sh (GENERATE_PIE_SCRIPT): Likewise.
886         * emulparams/elf32ppc.sh (GENERATE_PIE_SCRIPT): Likewise.
887         * emulparams/elf64ppc.sh (GENERATE_PIE_SCRIPT): Likewise.
888         * emulparams/elf_x86_64.sh (GENERATE_PIE_SCRIPT): Likewise.
889         * emulparams/elf_s390.sh (GENERATE_PIE_SCRIPT): Likewise.
890         * emulparams/elf32_sparc.sh (GENERATE_PIE_SCRIPT): Likewise.
891         * emulparams/elf64_sparc.sh (GENERATE_PIE_SCRIPT): Likewise.
892         * emulparams/elf64alpha.sh (GENERATE_PIE_SCRIPT): Likewise.
893         * emulparams/elf64_s390.sh (GENERATE_PIE_SCRIPT): Likewise.
894         * emulparams/elf_i386.sh (GENERATE_PIE_SCRIPT): Likewise.
896 2003-05-30  H.J. Lu <hongjiu.lu@intel.com>
898         * genscripts.sh: Create tmpdir/libpath.exp.
900 2003-05-30  Nick Clifton  <nickc@redhat.com>
902         * emultempl/armelf.em (arm_elf_before_allocation): Replace ASSERT
903         with a test for a NULL bfd_for_interworking.
905 2003-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
907         * configure.host (*-*-netbsd*): Set HOSTING_CRT0 and HOSTING_LIBS
908         correctly for more recent versions of NetBSD.
909         (alpha*-*-netbsd*): Remove.
910         (i[3-7]86-*-netbsd*): Remove.
912 2003-05-29  Nick Clifton  <nickc@redhat.com>
914         * emultempl/pe.em: Include "safe-ctype.h" instead of <ctype.h>.
916 2003-05-26  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
918         * emulparams/elf64btsmip.sh: Set TEXT_START_ADDR to 0x120000000 to
919         trap on pointer crops.
921 2003-05-21  Marcus Comstedt  <marcus@mc.pp.se>
923         * configure.tgt: Check for a target triplet of shl-...-netbsdelf
924         as well as shle-...-netbsdelf.
926 2003-05-16  Kelley Cook  <kelleycook@wideopenwest.com>
928         * configure.host: Accept i[3-7]86 variants.
929         * configure.tgt: Likewise.
931 2003-05-15  H.J. Lu <hongjiu.lu@intel.com>
933         * emulparams/elf64_ia64.sh: Don't set COMMONPAGESIZE for now.
935 2003-05-09  Daniel Jacobowitz  <drow@mvista.com>
937         * Makefile.am (ALL_EMULATIONS): Add earmelfb.o and earmelfb_linux.o.
938         (earmelfb.c, earmelfb_linux.c): New rules.
939         * Makefile.in: Regenerated.
940         * emulparams/armelfb.sh, emulparams/armelfb_linux.sh: New files.
941         * configure.tgt: Add armeb-elf and arm*b-*-linux-gnu.
943 2003-05-09  Nick Clifton  <nickc@redhat.com>
945         * ldlang.c (lang_size_sections_1): Default to generating a
946         fatal error message if a loadable section is not allocated
947         to a memory region when regions are defined.
949 2003-05-09  Alan Modra  <amodra@bigpond.net.au>
951         * Makefile.am (em68hc11elf.c): Correct dependencies.
952         (em68hc11elfb.c, em68hc12elf.c, em68hc12elfb.c): Likewise.
953         * Makefile.in: Regenerate.
954         * emultempl/elf32.em (find_exp_assignment): Adjust for changed
955         bfd_elf_record_link_assignment name.
957 2003-05-07  Alexandre Oliva  <aoliva@redhat.com>
959         * ldmain.h (overflow_cutoff_limit): Declare.
960         * ldmain.c (overflow_cutoff_limit): Define, initialized to 10.
961         (reloc_overflow): Limit error messages based on it.
962         * lexsup.c (parse_args) <OPTION_VERBOSE>: Set cutoff to
963         unlimited.
965 2003-05-05  Alan Modra  <amodra@bigpond.net.au>
967         * ldlex.l: Accept C style comments in version scripts.
969 2003-04-28  H.J. Lu <hjl@gnu.org>
971         * ldlang.c (lang_process): Add the relax finalize pass.
973         * ldmain.c (main): Initialize link_info.relax_finalizing to
974         FALSE.
976 2003-04-24  Roland McGrath  <roland@redhat.com>
978         * ldgram.y (phdr_type): Grok PT_TLS and PT_GNU_EH_FRAME names.
979         If a name string is unknown, give an error rather than crashing later.
981 2003-04-23 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
983         * Makefile.am (ALL_EMULATIONS): Add eh8300hn.o, eh8300sn.o,
984         eh8300hnelf.o, eh8300snelf.o and respective rules.
985         * Makefile.in: Regenerate.
986         * configure.tgt: Add h8300hn, h8300sn, h8300hnelf, h8300snelf
987         * emulparams/h8300hn.sh: New
988         * emulparams/h8300sn.sh: New
989         * emulparams/h8300hnelf.sh: New
990         * emulparams/h8300snelf.sh: New
991         * scripttempl/h8300hn.sc: new
992         * scripttempl/h8300sn.sc: new
994 2003-04-23  H.J. Lu <hjl@gnu.org>
996         * ldmain.c (link_callbacks): Initialize error_handler.
998         * ldmisc.c (error_handler): New function.
1000         * ldmisc.h (error_handler): New prototype.
1002 2003-04-21  Stephane Carrez  <stcarrez@nerim.fr>
1004         * emulparams/m68hc11elf.sh: Use m68hc1xelf.em extra.
1005         * emulparams/m68hc11elfb.sh: Likewise.
1006         * emulparams/m68hc12elf.sh: Likewise.
1007         * emulparams/m68hc12elfb.sh: Likewise.
1009 2003-04-19  Stephane Carrez  <stcarrez@nerim.fr>
1011         * emultempl/m68hc1xelf.em: New file to generate far trampolines on
1012         68HC11 and 68HC12.
1013         (LDEMUL_BEFORE_ALLOCATION): Override to gather the trampolines to
1014         generate.
1015         (LDEMUL_FINISH): Override to generate the trampolines after gc and
1016         linker relaxation.
1017         (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Override to create the
1018         stub file for trampolines.
1019         (PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_LONGOPTS): New options
1020         --no-trampoline and --bank-window to control the memory bank window.
1022 2003-04-18  H.J. Lu <hjl@gnu.org>
1024         * ldfile.c (ldfile_add_library_path): Remove the unused
1025         variable.
1027 2003-04-18  Andrew Haley  <aph@cambridge.redhat.com>
1029         * scripttempl/xstormy16.sc (__data, __rdata): New.
1031 2003-04-16  Nick Clifton  <nickc@redhat.com>
1033         * scripttempl/xstormy16.sc: Add .jcr section mapping.
1035 2003-04-15  H.J. Lu <hjl@gnu.org>
1037         From Debian by Jack Howarth <howarth@nitro.med.uc.edu>:
1039         * ldlex.l: Use YY_CURRENT_BUFFER instead of yy_current_buffer.
1041 2003-04-15  Rohit Kumar Srivastava <rohits@kpitcummins.com>
1043         * h8-doc.texi: Replace occurrances of 'Hitachi' with 'Renesas'.
1044         * ld.texinfo: Likewise.
1046 2003-04-14  Alan Modra  <amodra@bigpond.net.au>
1048         From Prashanth Tamraparni <prashanth_t@in.ibm.com>
1049         * scripttempl/elf.sc (CTOR): Handle crtbeginS.o, crtendS.o and
1050         other variants of crtbegin.o, crtend.o.
1051         (DTOR): Likewise.
1052         * scripttempl/crisaout.sc (ctors, dtors): Likewise.
1053         * scripttempl/elf_chaos.sc (CTOR, DTOR): Likewise.
1054         * scripttempl/elfd10v.sc (CTOR, DTOR): Likewise.
1055         * scripttempl/elfd30v.sc (CTOR, DTOR): Likewise.
1056         * scripttempl/elfxtensa.sc (CTOR, DTOR): Likewise.
1057         * scripttempl/iq2000.sc (CTOR, DTOR): Likewise.
1058         * scripttempl/mmo.sc (ctors, dtors): Likewise.
1059         * scripttempl/xstormy16.sc (CTOR, DTOR): Likewise.
1061 2003-04-09   Dmitry Diky  <diwil@mail.ru>
1063         * scripttempl/elf32msp430.sc: Add initX, finiX, ctors, dtors
1064         sections to respect C++  constructor/destructor. Add ctors/dtors
1065         start/stop definitions.
1066         * scripttempl/elf32msp430_3.sc: Likewise.
1068 2003-04-06  Nick Clifton  <nickc@redhat.com>
1070         * ld.texinfo (Options): Add a reminder of the target specific
1071         nature to the description of the i386 PE specific options, for
1072         readers who have not read all the way through the manual.
1074 2003-04-04  Svein E. Seldal  <Svein.Seldal@solidas.com>
1076         * configure.tgt: Fixed bug in list of targ_extra_emuls.
1077         * emulparams/tic3xcoff.sh (SCRIPT_NAME): Namespace
1078         cleanup. Replace s/c4x/tic4x and s/c3x/tic3x/
1079         * emulparams/tic3xcoff_onchip.sh: Ditto
1080         * emulparams/tic4xcoff.sh: Ditto
1081         * scripttempl/tic4xcoff.sc: Ditto
1083 2003-04-03  Nick Clifton  <nickc@redhat.com>
1085         * NEWS: Mention support for Xtensa architecture.
1087 2003-04-02  Nick Clifton  <nickc@redhat.com>
1089         * pe-dll.c (pe_detail_list): arm-pe targets use underscores.
1091 2003-04-01  Danny Smith <dannysmith@users.sourceforge.net>
1093         * emultempl/pe.em (gld_${EMULATION_NAME}_after_open):
1094         Don't call pe_dll_build_section() if link_info.relocateable.
1095         (gld_${EMULATION_NAME}_finish): Don't call pe_dll_fill_sections()
1096         if link_info.relocateable.
1098 2003-04-01  Fabrizio Gennari  <fabrizio.ge@tiscalinet.it>
1100         * pe-dll.c (process_def_file): Don't create an export
1101         section if there are no exports and we're building an exe
1102         (pe_dll_build_sections): Ditto
1103         (pe_dll_fill_sections): Conditionalize setting
1104         abfd->dll true on info->shared
1105         * emultempl/pe.em (gld_${EMULATION_NAME}_after_open):
1106         If i386pe or armpe, call pe_dll_build_section()
1107         for both exe's and dll's, not just dll's.
1108         (gld_${EMULATION_NAME}_finish): For all targets except
1109         shpe and mipspe, call pe_dll_fill_sections() for both
1110         exe's and dll's, not just dll's.
1112 2003-04-02  Bob Wilson  <bob.wilson@acm.org>
1114         * emulparams/xtensa-config.sh: Remove comment indicating that this is
1115         a generated file.
1117 2003-04-01  Bob Wilson  <bob.wilson@acm.org>
1119         * Makefile.am (ALL_EMULATIONS): Add eelf32xtensa.o.
1120         (eelf32xtensa.c): New target.
1121         * Makefile.in: Regenerate.
1122         * configure.tgt: Handle xtensa-*-*.
1123         * gen-doc.texi: Set XTENSA variable.
1124         * ld.texinfo: Set XTENSA variable.  Add new Xtensa node.
1125         * emulparams/elf32xtensa.sh: New file.
1126         * emulparams/xtensa-config.sh: Likewise.
1127         * emultempl/xtensaelf.em: Likewise.
1128         * scripttempl/elfxtensa.sc: Likewise.
1130 2003-04-01  Jakub Jelinek  <jakub@redhat.com>
1132         * configure.tgt (powerpc*-*-linux*): Add elf32ppc to ppc64
1133         targ_extra_libpath.  Add elf64ppc to ppc targ_extra_libpath
1134         if --enable-64-bit-bfd.
1136 2003-04-01  Nick Clifton  <nickc@redhat.com>
1138         * emulparams/armelf.sh (OTHER_READONLY_SECTIONS): Change name of
1139         note section.
1140         * emulparams/armelf_linux.sh (OTHER_READONLY_SECTIONS): Change
1141         name of note section.
1143 2003-03-31  Alexandre Oliva  <aoliva@redhat.com>
1145         * ld.texinfo (-Tbss, -Tdata, -Ttext): Document in terms of
1146         --section-start.
1148 2003-03-31  David Heine  <dlheine@suif.stanford.edu>
1150         * ldfile.c (ldfile_add_library_path): Always allocate space for
1151         the filename.
1152         * ldlang.c (lang_register_vers_node): Free the node if it cannot
1153         be used.
1154         * ldmain.c (set_scripts_dir): Always free the constructed
1155         directory name.
1156         (add_keepsyms_file): Fix memory leak.
1157         * ldmisc.c (vfinfo): Likewise.
1158         * lexsup.c (parse_args): Likewise.
1160 2003-03-25  Stan Cox   <scox@redhat.com>
1161             Nick Clifton  <nickc@redhat.com>
1163         Contribute support for Intel's iWMMXt chip - an ARM variant:
1165         * emulparams/armelf.sh (OTHER_READONLY_SECTIONS): Define.
1166         * emulparams/armelf_linux.sh (OTHER_READONLY_SECTIONS): Define.
1167         * scripttempl/armcoff.sc (.data): Ensure 8 byte alignment.
1168         (.bss): Likewise.
1170 2003-03-25  Alexandre Oliva  <aoliva@redhat.com>
1172         * ldmain.h (ld_canon_sysroot, ld_canon_sysroot_len): Declare.
1173         * ldmain.c (ld_canon_sysroot, ld_canon_sysroot_len): Define.
1174         (main): Initialize them.
1175         * ldfile.c: Include pathnames.h.
1176         (is_sysrooted_pathname): New.
1177         (ldfile_add_library_path): Use it.
1178         (ldfile_open_file_search): Likewise.  Use IS_ABSOLUTE_PATH.  Don't
1179         search_dirs if given an absolute pathname.
1180         (ldfile_open_file): Issue error message for sysrooted
1181         absolute pathnames.
1182         * Makefile.am: Updated dependencies.
1183         * Makefile.in: Rebuild.
1185 2003-03-24  Daniel Néri  <dne@mayonnaise.net>
1187         * ld.texinfo: Rename all occurances of C54X to TIC54X.
1189 2003-03-19  Andreas Schwab  <schwab@suse.de>
1191         * ldfile.c (ldfile_try_open_bfd): Pop lexer start condition after
1192         eof.
1194 2003-03-18  Danny Smith  <dannysmith@users.sourceforge.net>
1196         * deffilep.y (opt_base): If no number given, set to default
1197         (-1), not 0.
1199 2003-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
1201         * deffilep.y (def_import): Use default extension of "dll"
1202         if no extension provided in parsed IMPORT definition.
1204         * deffilep.y (def_lex): Revert 2003-03-12 change.
1205         (dot_name): New id type and rule.
1206         (expline): Use instead of ID.
1207         (opt_equal_name): Likewise.
1209 2003-03-12  Danny Smith  <dannysmith@users.sourceforge.net>
1211         * deffilep.y (def_lex): Accept '.' as valid non-lead char.
1213 2003-03-07  Christopher Faylor  <cgf@redhat.com>
1215         * configure.tgt: Add NATIVE_LIB_DIRS for cygwin target back after
1216         apparent accidental removal on 2003-01-06.
1218 2003-03-04  Dmitry Diky  <diwil@mail.ru>
1220         * Makefile.am: Add new devices x1122 x1132 emulation
1221         * configure.tgt: Likewise.
1222         * Makefile.in: Regenerate.
1223         * emulparams/msp430x1122.sh: New file.
1224         * emulparams/msp430x1132.sh: New file.
1226 2003-03-03  Alexandre Oliva  <aoliva@redhat.com>
1228         * ldmain.c (set_scripts_dir): Look for relative to TOOLBINDIR as
1229         well.
1231         * ldfile.h (struct search_dirs): Added sysrooted field.
1232         * ldlang.h (struct lang_input_statement_struct): Likewise.
1233         * ldfile.c (ldfile_add_library_path): Mark sysrooted paths.
1234         (ldfile_open_file_search): Look for sysrooted filename starting
1235         with / in ld_sysroot instead of in the current directory.  Clear
1236         sysrooted flag if it's found in the current directory.  Set it
1237         from the search directory's sysrooted flag where it is found
1238         otherwise.
1239         * ldlang.c (ldlang_sysrooted_script): New static variable.
1240         (new_afile): Mark search_file_enums as sysrooted if
1241         ldlang_sysrooted_script.
1242         (load_symbols): Set ldlang_sysrooted_script according to the
1243         script's sysrooted field while processing it.
1244         * ld.texinfo: Document INPUT behavior in sysroot.
1246 2003-03-02  Danny Smith  <dannysmith@users.sourceforge.net>
1248         * scripttempl/pe.sc: Use PROVIDE with etext, end, _end,
1250 2003-03-03  Alan Modra  <amodra@bigpond.net.au>
1252         * emulparams/elf64alpha.sh (EXTRA_EM_FILE): Define.
1253         (PARSE_AND_LIST_PROLOGUE, PARSE_AND_LIST_LONGOPTS,
1254         PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES,
1255         PARSE_AND_LIST_EPILOGUE): Don't define.
1256         * emultempl/alphaelf.em: New file.
1258 2003-03-01  Alan Modra  <amodra@bigpond.net.au>
1260         * ldemul.c: Include getopt.h.
1261         * emultempl/elf32.em: Include getopt.h earlier.
1262         * emultempl/ticoff.em: Likewise.
1264 2003-02-28  Alan Modra  <amodra@bigpond.net.au>
1266         * emultempl/elf32.em (gld${EMULATION_NAME}_get_script): Add combreloc
1267         support when scripts read from files.
1269 2003-02-28  Alan Modra  <amodra@bigpond.net.au>
1271         * ldemul.c (ldemul_parse_args): Return FALSE by default.
1272         * ldemul.h (struct ld_emulation_xfer_struct): Update parse_args
1273         comment.
1275         * ldemul.c (ldemul_add_options, ldemul_handle_option): New functions.
1276         (ldemul_parse_args): Return bfd_boolean.  Formatting.
1277         * ldemul.h (ldemul_add_options, ldemul_handle_option): Declare.
1278         (ldemul_parse_args): Adjust.
1279         (struct ld_emulation_xfer_struct): Add add_options and handle_option.
1280         Return bfd_boolean from parse_args.
1281         * lexsup.c (parse_args): Malloc shortopts, longopts and
1282         really_longopts.  Call ldemul_add_options and ldemul_handle_option.
1283         * emultempl/aix.em (gld${EMULATION_NAME}_add_options): Split out from
1284         gld${EMULATION_NAME}_parse_args.
1285         (gld${EMULATION_NAME}_handle_option): Likewise.
1286         (ld_${EMULATION_NAME}_emulation): Adjust initializer.
1287         * emultempl/armcoff.em: As for aix.em, but remove parse_args.
1288         * emultempl/beos.em: Likewise.
1289         * emultempl/pe.em: Likewise.
1290         * emultempl/ticoff.em: Likewise.
1291         * emultempl/elf32.em: Likewise.  Don't duplicate long options either.
1292         (gld${EMULATION_NAME}_add_sysroot): Prototype.
1293         * emultempl/armelf.em (PARSE_AND_LIST_LONGOPTS): Don't duplicate
1294         options.
1295         * emultempl/hppaelf.em (PARSE_AND_LIST_LONGOPTS): Likewise.
1296         * emultempl/ppc32elf.em (PARSE_AND_LIST_LONGOPTS): Likewise.
1297         * emultempl/ppc64elf.em (PARSE_AND_LIST_LONGOPTS): Likewise.
1298         * emultempl/armelf_oabi.em (ld_${EMULATION_NAME}_emulation): Adjust
1299         initializer.
1300         * emultempl/generic.em: Likewise.
1301         * emultempl/gld960.em: Likewise.
1302         * emultempl/gld960c.em: Likewise.
1303         * emultempl/linux.em: Likewise.
1304         * emultempl/lnk960.em: Likewise.
1305         * emultempl/m68kcoff.em: Likewise.
1306         * emultempl/mipsecoff.em: Likewise.
1307         * emultempl/sunos.em: Likewise.
1308         * emultempl/vanilla.em: Likewise.
1309         * emultempl/netbsd.em (gldnetbsd_before_parse): Prototype.
1311 2003-02-25  Alexandre Oliva  <aoliva@redhat.com>
1313         * emultempl/elf32.em (gld${EMULATION_NAME}_add_sysroot): Fix
1314         memory allocation error.
1316         * Makefile.am (ldmain.o): Define TOOLBINDIR.
1317         * Makefile.in: Rebuilt.
1318         * ldmain.c (ld_sysroot): Try to set from TOOLBINDIR too.
1320 2003-02-21  Bob Wilson  <bob.wilson@acm.org>
1322         * ldlang.c (lang_size_sections_1): Add CHECK_REGIONS argument and only
1323         call os_region_check when it is set.
1324         (lang_size_sections): Add CHECK_REGIONS argument and pass it through to
1325         lang_size_sections_1.
1326         (lang_process): Change lang_size_sections calls to set CHECK_REGIONS
1327         only for the last call, not on every relaxation iteration.
1328         * ldlang.h (lang_size_sections): Update prototype.
1329         * pe-dll.c (pe_dll_fill_sections): Set CHECK_REGIONS argument in calls
1330         to lang_size_sections.
1331         (pe_exe_fill_sections): Likewise.
1332         * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Likewise.
1333         * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
1334         * emultempl/ppc64elf.em (ppc_before_allocation): Likewise.
1335         (ppc_layout_sections_again): Likewise.
1337 2003-02-21  Bob Wilson  <bob.wilson@acm.org>
1339         * gen-doc.texi: Set ARM and HPPA variables.
1340         * ld.texinfo: Fix typos and obvious texinfo mistakes.  Make section
1341         title capitalization more consistent.  Add missing menu entries for
1342         machine-specific sections and conditionalize them consistently.
1343         Conditionalize text that is irrelevant when SingleFormat is set.
1344         Add @group divisions to improve page breaks in long examples.
1345         Use @iftex/@ifnottex instead of @iftex/@ifinfo so that HTML output
1346         is correct.  Remove "FIXME" comment about not using
1347         @raisesections/@lowersections.  Use @raisesections/@lowersections
1348         consistently for machine-specific sections.  Change to be more polite
1349         about poor bug reports.  Replace FDL appendix with include of fdl.texi.
1350         Move WIN32 node to match its order in the menus.
1351         * fdl.texi: New file.
1353 2003-02-20  Alexandre Oliva  <aoliva@redhat.com>
1355         * configure.in (TARGET_SYSTEM_ROOT): Set default to
1356         ${exec_prefix}/${target_alias}/sys-root.  Match explicit
1357         '${exec_prefix}' (in addition to the expansion thereof) as
1358         relocatable.
1359         * configure: Rebuilt.
1361 2003-02-20  Phil Edwards  <pme@gcc.gnu.org>
1363         * ldgram.y (vers_defns): Also recurse with 'EXTERN NAME' patterns.
1365 2003-02-20  Harri Porten  <porten@kde.org>
1367         * ldgram.y (vers_defns): Allow optional trailing semicolon in
1368         EXTERN NAME block;
1370 2003-02-18  Alan Modra  <amodra@bigpond.net.au>
1372         * emultempl/ppc32elf.em: New file.
1373         * emulparams/elf32ppc.sh (EXTRA_EM_FILE): Define.
1374         * Makefile.am (eelf32lppc.c): Depend on emultempl/ppc32elf.em.
1375         (eelf32lppcnto.c): Likewise.
1376         (eelf32lppcsim.c): Likewise.
1377         (eelf32ppcnto.c): Likewise.
1378         (eelf32ppc.c): Likewise.
1379         (eelf32ppc_fbsd.c): Likewise.
1380         (eelf32ppcsim.c): Likewise.
1381         (eelf32ppclinux.c): Likewise.
1382         * Makefile.in: Regenerate.
1384 2003-02-18  Alan Modra  <amodra@bigpond.net.au>
1386         * ld.texinfo: Remove spaces between @samp and opening brace.
1388 2003-02-18  Alan Modra  <amodra@bigpond.net.au>
1390         * emultempl/ppc64elf.em (ppc_create_output_section_statements): Check
1391         hash creator.
1392         (ppc_before_allocation): Don't do optimizations if wrong hash table.
1393         (gld${EMULATION_NAME}_finish): Ditto.
1395 2003-02-17  Nick Clifton  <nickc@redhat.com>
1397         * ldmain.c (main) Default allow_shlib_undefined to true.
1398         * lexsup.c (ld_options): Add --no-allow-shlib-undefined.
1399         (parse_args): Parse the new switch.
1400         * ld.texinfo: Document new switch and default behaviour of
1401         allowing undefined symbols in shared libraries.
1403 2003-02-11 Dmitry Diky  <diwil@mail.ru>
1405         * scripttempl/elf32msp430.sc: Add new data anchors definitions.
1406         * scripttempl/elf32msp430_3.sc: Likewise.
1408 2003-02-11  Uwe Stieber  <uwe@wwws.de>
1410         * configure.tgt: Add support for kaOS as cross build target
1411         system.
1413 2003-02-10  John Daivid Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1415         * hppaelf.em (group_size): Change default back to 1.
1417 2003-02-09  Alan Modra  <amodra@bigpond.net.au>
1419         * emultempl/ppc64elf.em: Add "no-tls-optimize" option and support code.
1421 2003-02-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1423         * hppaelf.em (group_size): Change default to -1.
1425 2003-02-07  Nick Clifton  <nickc@redhat.com>
1427         * emultempl/armelf.em (PARSE_AND_LIST_SHORTOPTS): Remove 'n' short
1428         opt.
1429         (PARSE_AND_LIST_LONGOPTS): Add duplicate entry for
1430         no-pipeline-knowledge.  This will prevent the getopt package from
1431         thinking that there are any shorter abbreviations for
1432         --no-pipeline-knowledge.
1434 2003-02-07  Jakub Jelinek  <jakub@redhat.com>
1436         * genscripts.sh (LIB_PATH): Don't append LIBPATH_SUFFIX to paths
1437         which already have it.  Avoid duplicates.
1439 2003-02-06  Jakub Jelinek  <jakub@redhat.com>
1441         * emulparams/elf64_s390.sh (LIBPATH_SUFFIX): Set to 64.
1442         * emulparams/elf_x86_64.sh (LIBPATH_SUFFIX): Likewise.
1443         * emulparams/elf64_sparc.sh (LIBPATH_SUFFIX): Set instead of suffix.
1445 2003-02-05  Alan Modra  <amodra@bigpond.net.au>
1447         * emultempl/ppc64elf.em (ppc_before_allocation): Size sections then
1448         call ppc64_elf_tls_optimize.
1450 2003-02-03  Daniel Jacobowitz  <drow@mvista.com>
1452         * emultempl/elf32.em: Move gld${EMULATION_NAME}_add_sysroot
1453         outside of GNU/Linux conditional.
1455 2003-01-28  Ralf Habacker  <ralf.habacker@freenet.de>
1457         * deffilep.y (def_get_module): New function: locate an already
1458         added module.
1459         * deffile.h (def_get_module): New prototype.
1460         * pe-dll.c (pe_implied_import_dll): Add code to prevent importing
1461         a dll multiple times.
1463 2003-01-23  Alan Modra  <amodra@bigpond.net.au>
1465         * emultempl/sh64elf.em: Include elf32-sh64.h.
1466         (sh64_elf_${EMULATION_NAME}_before_allocation): Adjust for changed
1467         sh64_elf_section_data.
1468         (sh64_elf_${EMULATION_NAME}_after_allocation): Likewise.
1470 2003-01-23  Wu Yongwei  <adah@netstd.com>
1472         * ld.texinfo: Remove an extra "i" in --dll-search-prefix.
1473         * emultempl/pe.em (gld_${EMULATION_NAME}_list_options): Move a
1474         cross-80th-column-margin "an" to the next line.
1476 2003-01-21  Nick Clifton  <nickc@redhat.com>
1478         * emulparams/tic3xcoff-onchip.sh: Rename to ...z
1479         * emulparams/tic3xcoff_onchip.sh: ...this.
1480         * Makefile.am (etic3xcoff_onchip.c): Fix name of generated C file.
1481         * Makefile.in: Regenerate.
1483 2003-01-21  Fabio Alemagna  <falemagn@aros.org>
1485         * configure.tgt: Handle i[3456]86-*-aros*
1487 2003-01-19  Svein E. Seldal  <Svein.Seldal@solidas.com>
1489         * Makefile.am: Added etic3xcoff.o and etic4xcoff_onchip.o
1490         * Makefile.in: Regenerate
1491         * configure.tgt: Added extra target emulations
1492         * emulparams/tic3xcoff.sh: Remove old settings
1493         * emulparams/tic4xcoff.sh: Ditto
1494         * emulparams/tic3xcoff-onchip.sh: Added new
1495         * scripttempl/tic4xcoff.sc: Revise and combine both c3x and c4x
1496         * scripttempl/tic3xcoff.sc: Remove
1498 2003-01-17  Andreas Jaeger  <aj@suse.de>
1500         * emultempl/elf32.em (gld${EMULATION_NAME}_add_sysroot): Do not
1501         skip ':'.
1503 2003-01-16  Alan Modra  <amodra@bigpond.net.au>
1505         * Makefile.in: Regenerate.
1507 2002-01-14  Charles Wilson  <cwilson@ece.gatech.edu>
1509         * ld.texinfo (node WIN32): Some clarifications
1510         and formatting fixups.
1512 2003-01-09  Chris Demetriou  <cgd@broadcom.com>
1514         * ldmain.c (get_emulation): Sort -mipsNN checks in the usual
1515         order, and handle (ignore) -mips32r2.
1517 2003-01-09  Daniel Jacobowitz  <drow@mvista.com>
1519         * ldmain.c (main): Make sure ld_sysroot is initialized.
1521 2003-01-06  Daniel Jacobowitz  <drow@mvista.com>
1523         * Makefile.am (eelf32iq10.c): Fix tab/whitespace mixup.
1525         * Makefile.am (ldmain.o): Add @TARGET_SYSTEM_ROOT_DEFINE@.
1526         (GENSCRIPTS): Add @use_sysroot@.
1527         * Makefile.in: Regenerated.
1528         * configure.host: Move setting of NATIVE_LIB_DIRS to...
1529         * configure.tgt: ... here.  Use ${target} instead of ${host}
1530         for NATIVE_LIB_DIRS.
1531         * configure.in: Add --with-sysroot.
1532         * configure: Regenerated.
1533         * genscripts.sh: Accept use_sysroot option.  Set new variables
1534         NATIVE and USE_LIBPATH.  Prepend "=" to directory names if
1535         $use_sysroot.  Don't search $tool_lib if $use_sysroot.
1536         * ldfile.c (ldfile_add_library_path): Handle leading '='.
1537         * ldmain.c (TARGET_SYSTEM_ROOT): Define if not defined.
1538         (ld_sysroot): New variable.
1539         (main): Initialize ld_sysroot.
1540         * ldmain.h (ld_sysroot): New extern.
1541         * emultempl/elf32.em: Use NATIVE and USE_LIBPATH instead of
1542         searching $EMULATION_LIBPATH.
1543         (gld${EMULATION_NAME}_add_sysroot): New function.
1544         (gld${EMULATION_NAME}_check_ld_so_conf): Use it.  Honor ld_sysroot.
1545         (gld${EMULATION_NAME}_after_open): Likewise.  Only search
1546         environment variables if $NATIVE.
1547         * ld.texinfo (Options): Mention "=" prefix in the description of -L.
1548         * NEWS: Mention --with-sysroot.
1550         * emulparams/elf32bmipn32-defs.sh: Set NATIVE and LIBPATH_SUFFIX
1551         instead of setting LIB_PATH.
1552         * emulparams/elf32ppc.sh: Likewise.
1553         * emulparams/elf64_s390.sh: Likewise.
1554         * emulparams/elf64_sparc.sh: Likewise.
1555         * emulparams/elf64ppc.sh: Likewise.
1556         * emulparams/elf_x86_64.sh: Likewise.
1558         * emulparams/elf64_aix.sh: Add "=" prefixes to LIB_PATH.
1559         * emulparams/elf64hppa.sh: Add "=" prefixes to LIB_PATH.
1561 2003-01-03  Charles Wilson  <cwilson@ece.gatech.edu>
1563         * pe-dll.c (autofilter_symbollist): Add cygwin_crt0.
1565 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
1567         * Makefile.am (ldmain.o): Pass BINDIR.
1568         * Makefile.in: Regenerated.
1569         * ldmain.c (set_scripts_dir): Use make_relative_prefix for the first
1570         search path.
1572 2003-01-02  Ben Elliston  <bje@redhat.com>
1574         * Makefile.am (ALL_EMULATIONS): Add eelf32iq2000.o.
1575         (eelf32iq2000.c): New target.
1576         * Makefile.in: Regenerate.
1577         * configure.tgt: Handle iq2000-*-elf.
1578         * emulparams/elf32iq10.sh: New file.
1579         * emulparams/elf32iq2000.sh: New file.
1580         * scripttempl/iq2000.sc: New file.
1582 2003-01-02 Charles Wilson <cwilson@ece.gatech.edu>
1584         * pe-dll.c (autofilter_symbollist): Add do_pseudo_reloc
1585         and _pei386_runtime_relocator to the exclude list.
1587 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
1589         * ldfile.c: Fix comment typos.
1590         * ldlang.c: Likewise.
1591         * mri.c: Likewise.
1592         * pe-dll.c: Likewise.
1594 2003-01-01  Daniel Jacobowitz  <drow@mvista.com>
1596         Suggested by Manfred Hollstein <manfred.h@gmx.net>:
1597         * Makefile.am (ld.1): Depend on configdoc.texi
1598         and ldver.texi.
1599         * Makefile.in: Regenerated.
1601 2002-12-24  Dmitry Diky  <diwil@mail.ru>
1603         * Makefile.am: Add msp430 target.
1604         * configure.tgt: Likewise.
1605         * Makefile.in: Regenerate.
1606         * emulparams/msp430x???.sh: New files.  Linker script parameters
1607         for various msp430 configurations.
1608         * gen-doc.texi: Enable msp430 documenation.
1609         * ld.texinfo: Document msp430 sections.
1610         * scripttempl/elf32msp430.sc: New file.  Linker script for msp430.
1611         * scripttempl/elf32msp430_3.sc: New file.  Linker script for msp430.
1613 2002-12-30  Ralf Habacker  <Ralf.Habacker@freenet.de>
1614             Charles Wilson  <cwilson@ece.gatech.edu>
1616         * config.in (HAVE_REALPATH): New entry.
1617         (HAVE_SYS_STAT_H, HAVE_SYS_TYPES_H): Removed: obsolete.
1619 2002-12-30  Ralf Habacker  <ralf.habacker@freenet.de>
1621         * ld.texinfo: New win32 topics: 'symbol aliasing' and 'export dll
1622         symbols'.
1624 2002-12-23  Alan Modra  <amodra@bigpond.net.au>
1626         * ldmain.c (main): Init "strip_discarded".
1627         * lexsup.c (OPTION_STRIP_DISCARDED): Define.
1628         (OPTION_NO_STRIP_DISCARDED): Define.
1629         (ld_options): Add "strip-discarded" and "no-strip-discarded".
1630         (parse_args): Handle them.
1632 2002-12-23  Nick Clifton  <nickc@redhat.com>
1634         * ld.h (struct args_type): Add new field
1635         'accept_unknown_input_architecture'.
1636         * ldmain.c (main): Initialise 'accept_unknown_input_architecture'
1637         to false.
1638         * ldlang.c (lang_check): Pass accept_unknown_input_architecture to
1639         bfd_arch_get_compatible.
1640         * ldfile.c (ldfile_try_open_bfd): Likewise.
1641         * lexsup.c (ld_options): Add new command line switch
1642         --accept-unknown-input-architecture and its inverse.
1643         (parse_args): Handle --accept-unknown-input-architecture.
1644         * ld.texinfo: Document new linker option.
1645         * NEWS: Mention new linker option.
1647 2002-12-20  Alan Modra  <amodra@bigpond.net.au>
1649         * ldmain.c (main): Re-order link_info initialization.  Init all
1650         fields.
1652 2002-12-19  Charles Wilson  <cwilson@ece.gatech.edu>
1654         * ld.texinfo: Clarify and extend the documentation
1655         in the Machine Dependent, WIN32 section.
1657 2002-12-18  Ralf Habacker  <ralf.habacker@freenet.de>
1659         * ld.texinfo: Add win32 machine depending section.
1660         * gen-doc.texi: Enable win32 machine depending section.
1662         * configure.host: Add win32 library search path.
1664 2002-12-17  Ralf Habacker  <ralf.habacker@freenet.de>
1666         * emultempl/pe.em (pe_find_data_imports): Don't search for data
1667         import when auto-import is disabled.
1669 2002-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
1671         * emultempl/pe.em (..._recognized_file): Use LD_PATHMAX+1 to
1672         account for trailing '\0'.
1674 2002-12-17  Nick Clifton  <nickc@redhat.com>
1676         * emultempl/pe.em (longopts): Duplicate entry for --compact-implib
1677         so that it is not confused with -c.
1679 2002-12-13  Ralf Habacker  <Ralf.Habacker@freenet.de>
1680             Charles Wilson  <cwilson@ece.gatech.edu>
1682         * configure.in: Add check for realpath function.
1683         * configure: Regenerate.
1684         * config.in: Regenerate.
1685         * aclocal.m4: Regenerate.
1686         * deffile.h: Add .data field to def_file_import
1687         structure.
1688         * pe-dll.c (pe_proces_import_defs): Use .data field of
1689         def_file_import structure to initialize flag_data field of
1690         def_file_export structure.
1691         (pe_implied_import_dll): New variables exp_funcbase and
1692         [data|bss]_[start|end].  Use DLL's internal name to set dll_name,
1693         not filename (which may be a symlink).  Scan the sections and
1694         initialize [data|bss]_[start|end].  When scanning the export
1695         table, skip _nm_ symbols, and mark any symbols whose rva indicates
1696         that it is in the .bss or .data sections as data.
1697         * sysdep.h: Include limits.h and sys/param.h, and define
1698         LD_PATHMAX as appropriate.  Also define REALPATH as realpath if it
1699         exists, NULL otherwise.
1700         * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Call
1701         pe_process_import_defs before pe_find_data_imports, so that
1702         auto-import will check the virtual implib as well as "real"
1703         implibs.
1704         (gld_${EMULATION_NAME}_recognized_file): Use REALPATH to follow
1705         symlinks to their target; check that the target's extension is
1706         .dll before calling pe_implied_import_dll(), not the filename
1707         itself (which may be a symlink).
1709 2002-12-10  Alan Modra  <amodra@bigpond.net.au>
1711         * emultempl/elf32.em (struct orphan_save): Add os_tail field.
1712         (gld${EMULATION_NAME}_place_orphan): Re-order output_section_statement
1713         list too.
1715 2002-12-08  Alan Modra  <amodra@bigpond.net.au>
1717         * ldlang.h: Formatting.
1719 2002-12-07  Alan Modra  <amodra@bigpond.net.au>
1721         * ldlang.c (init_os): Ensure sections mentioned in load_base
1722         are initialized.
1724 2002-12-05  Alan Modra  <amodra@bigpond.net.au>
1726         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Set
1727         load_base for orphans that follow a section with load_base set.
1729 2002-12-01  H.J. Lu <hjl@gnu.org>
1731         * ld.texinfo: Remove the extra `;' in sample version script.
1733 2002-11-30  Alan Modra  <amodra@bigpond.net.au>
1735         * configure.host: Correct dynamic-linker for powerpc64 hosts.
1737         * Makefile.am (eelf32ppcwindiss.c): Correct dependencies.
1738         * Makefile.in: Regenerate.
1740         * ld.h, ldcref.c, ldctor.c, ldctor.h, ldemul.c, ldemul.h, ldexp.c,
1741         ldexp.h, ldfile.c, ldfile.h, ldgram.y, ldlang.c, ldlang.h, ldmain.c,
1742         ldmain.h, ldmisc.c, ldwrite.c, lexsup.c, mri.c, pe-dll.c, pe-dll.h,
1743         emulparams/elf32b4300.sh, emultempl/aix.em, emultempl/armcoff.em,
1744         emultempl/armelf.em, emultempl/armelf_oabi.em, emultempl/beos.em,
1745         emultempl/elf32.em, emultempl/generic.em, emultempl/gld960.em,
1746         emultempl/gld960c.em, emultempl/hppaelf.em, emultempl/linux.em,
1747         emultempl/lnk960.em, emultempl/m68kcoff.em, emultempl/mipsecoff.em,
1748         emultempl/mmix-elfnmmo.em, emultempl/mmixelf.em, emultempl/mmo.em,
1749         emultempl/needrelax.em, emultempl/pe.em, emultempl/ppc64elf.em,
1750         emultempl/sh64elf.em, emultempl/sunos.em, emultempl/ticoff.em: Replace
1751         boolean with bfd_boolean, true with TRUE, false with FALSE.  Simplify
1752         comparisons of bfd_boolean vars with TRUE/FALSE.  Formatting.
1754 2002-11-27  David O'Brien  <obrien@FreeBSD.org>
1756         * configure.host: Fix generic FreeBSD configuration entry.
1758 2002-11-27  H.J. Lu <hjl@gnu.org>
1760         * ld.texinfo: Add the missing `;' to sample version scripts.
1762 2002-11-20  Alan Modra  <amodra@bigpond.net.au>
1764         * emulparams/elf64ppc.sh (SEGMENT_SIZE): Don't define.
1766 2002-11-14  Egor Duda  <deo@logos-m.ru>
1768         * ldmain.c (main): Make runtime relocs disabled by default. Remove
1769         assignment which has no effect.
1770         * pe-dll.h (pe_create_import_fixup): Change prototype.
1771         * pe-dll.c (make_runtime_pseudo_reloc): New function.
1772         (pe_create_runtime_relocator_reference): Ditto.
1773         (pe_create_import_fixup): Handle relocations with non-zero addends.
1774         * emultempl/pe.em: Add options --enable-runtime-pseudo-reloc and
1775         --disable-runtime-pseudo-reloc.
1776         (make_import_fixup): Handle relocations with non-zero addends. Create
1777         an external reference to _pei386_runtime_relocator symbol if at least
1778         one pseudo reloc was created.
1779         * ld.texinfo: Document --enable-runtime-pseudo-reloc and
1780         --disable-runtime-pseudo-reloc options.
1782 2002-11-12  Earl Chew <earl_chew@agilent.com>
1784         * ldlang.c (lang_add_section): Discard debugging sections that have
1785         been marked SEC_EXCLUDE.
1787 2002-11-12  Nick Clifton  <nickc@redhat.com>
1789         * configure.in (ALL_LINGUAS): Add da.
1790         * configure: Regenerate.
1791         * po/da.po: New Danish translation.
1793 2002-11-12  Alan Modra  <amodra@bigpond.net.au>
1795         * emultempl/ppc64elf.em (ppc_before_allocation): New function.
1796         (LDEMUL_BEFORE_ALLOCATION): Define.
1797         (gld${EMULATION_NAME}_finish): Run discard_info for relocatable
1798         linking.
1799         * emultemp/hppaelf.em ((gld${EMULATION_NAME}_finish): Likewise.
1801 2002-11-11  Christopher Faylor  <cgf@redhat.com>
1803         * configure.tgt (LIB_PATH): Default to searching w32api directory under
1804         cygwin.
1806 2002-11-11  Charles Wilson  <cwilson@ece.gatech.edu>
1808         * pe-dll.c (autofilter_liblist): add libmingwex and libgcj to the list
1809         of restricted auto-export libs.
1811 2002-11-11  Charles Wilson  <cwilson@ece.gatech.edu>
1813         * pe-dll.c (autofilter_liblist): Generalize library names to catch more
1814         creative library naming instances like, e.g., libstdc++-2.a.
1816 2002-11-06  Alexandre Oliva  <aoliva@redhat.com>
1818         * emulparams/elf32btsmipn32.sh (TEXT_DYNAMIC): Define.
1819         * emulparams/elf64btsmip.sh (TEXT_DYNAMIC): Likewise.
1821 2002-11-07  Danny Smith  <dannysmith@users.sourceforge.net>
1823         * deffilep.y (def_lex): Handle '@' as first character of an ID.
1824         * pe-dll.c (auto-export): Filter on "_imp_" prefix, not "_imp__".
1825         (make_one): Don't prefix decorated fastcall symbols with '_'.
1826         (pe_process_import_defs): Likewise.
1827         * emultempl/pe.em (pe_fixup_stdcalls): Don't fixup fastcall
1828         symbols to cdecl names or vise-versa.
1830 2002-10-13  Eric Kohl  <ekohl@rz-online.de>
1832         * pe-dll.c (process_def_file): Handle fastcall symbols when
1833         generating undecorated aliases.  Don't prefix decorated fastcall
1834         symbols with '_'.
1835         (fill_exported_offsets): Don't prefix decorated fastcall symbols
1836         with '_'.
1838 2002-10-29  Daniel Jacobowitz  <drow@mvista.com>
1840         * emultempl/aix.em: Use include <> for generated headers.
1841         * emultempl/beos.em: Likewise.
1842         * emultempl/elf32.em: Likewise.
1843         * emultempl/pe.em: Likewise.
1844         * ldctor.c: Likewise.
1845         * ldexp.c: Likewise.
1846         * ldfile.c: Likewise.
1847         * ldlang.c: Likewise.
1848         * ldlex.c: Likewise.
1849         * ldlex.l: Likewise.
1850         * ldmain.c: Likewise.
1851         * ldmisc.c: Likewise.
1852         * ldwrite.c: Likewise.
1853         * lexsup.c: Likewise.
1854         * mri.c: Likewise.
1855         * pe-dll.c: Likewise.
1857 2002-10-23  Jakub Jelinek  <jakub@redhat.com>
1859         * emultempl/elf32.em (place_orphan): Don't put non-allocated .rel*
1860         sections into .rel{,a}.dyn.
1862 2002-10-23  Nick Clifton  <nickc@redhat.com>
1864         * lexsup.c (OPTION_NO_OMAGIC): Define.
1865         (ld_options): Add "no-omagic" option.
1866         (parse_args): Parse --no-omagic.
1867         * ld.texinfo: Document --no-omagic.
1868         * NEWS: Mention new option.
1870 2002-10-21  Danny Smith  <dannysmith@users.sourceforeg.net>
1872         * scripttempl/pe.sc (__RUNTIME_PSEUDO_RELOC_LIST__,
1873         __RUNTIME_PSEUDO_RELOC_LIST_END__): Add only when relocating.
1875 2002-10-22  Alexandre Oliva  <aoliva@redhat.com>
1877         * emulparams/elf32bmipn32-defs.sh: Set ELFSIZE according to
1878         emulation name.  Set LIB_PATH only for native tools, and
1879         search the ABI-specific versions of NATIVE_LIB_DIRS before the
1880         .../lib variants, not instead of them.  Mostly copied from...
1881         * emulparams/elf32ppc.sh: ... here.  Fixed typo.
1882         * emulparams/elf64bmip-defs.sh: Backed out.
1883         * emulparams/elf64bmip.sh: Import elf32bmipn32-defs.sh again.
1884         * emulparams/elf64btsmip.sh: Likewise.
1885         (DATA_ADDR, NONPAGED_TEXT_START_ADDR, SHLIB_TEXT_START_ADDR,
1886         TEXT_DYNAMIC): Removed.
1888 2002-10-17  Alexandre Oliva  <aoliva@redhat.com>
1890         * emulparams/elf32bmipn32-defs.sh (LIB_PATH): Set to /usr/lib32.
1891         (GENERATE_SHLIB_SCRIPT): Set to yes.
1892         (EXECUTABLE_SYMBOLS, WRITABLE_RODATA): Moved to...
1893         * emulparams/elf32bmipn32.sh: here.
1894         (GENERATE_SHLIB_SCRIPT): Deleted as redundant.
1895         * emulparams/elf32btsmipn32.sh: Delete redundant unsets.
1896         * emulparams/elf64bmip-defs.sh: New file.  Extend
1897         elf32bmipn32-defs.sh by overiding ELFSIZE and LIB_PATH.
1898         * emulparams/elf64bmip.sh: Bring in definitions from
1899         elf64bmip-defs.sh.
1900         (ELFSIZE, GENERATE_SHLIB_SCRIPT, LIB_PATH): Delete redundant
1901         settings.
1902         (WRITABLE_RODATA): Moved from elf32bmipn32-defs.sh.
1903         * emulparams/elf64btsmip.sh: Bring in definitions from
1904         elf64bmip-defs.sh.
1905         (ELFSIZE, GENERATE_SHLIB_SCRIPT): Delete, redundant.
1906         (EXECUTABLE_SYMBOLS, WRITABLE_RODATA): Delete redundant unsets.
1908 2002-10-16  Jakub Jelinek  <jakub@redhat.com>
1910         * configure.tgt (s390x-*-linux*): Add elf_s390 emulation.
1911         (s390-*-linux*): Add elf64_s390 emulation if want64.
1912         * emulparams/elf64_sparc.sh (LIB_PATH): Update to match 2002-05-22
1913         genscript.sh changes.
1914         * emulparams/elf_x86_64.sh (LIB_PATH): Likewise.
1915         * emulparams/elf64_s390.sh (LIB_PATH): Set up native 64 bit dirs.
1917 2002-10-15  Alan Modra  <amodra@bigpond.net.au>
1919         * ldlang.c (load_symbols): Revert last change.
1921 2002-10-14  Alan Modra  <amodra@bigpond.net.au>
1923         * ldlang.c (load_symbols): Don't call bfd_link_add_symbols when
1924         just_syms_flag.
1925         (lang_reasonable_defaults): Don't compare against false.
1926         (size_input_section): Likewise.
1927         (lang_size_sections_1): Likewise.
1928         (lang_do_assignments): Likewise.
1929         (lang_add_output): Likewise.
1931         * Makefile.am: Run "make dep-am".
1932         * Makefile.in: Regenerate.
1933         * ldver.c: #include "bfdver.h".
1935 2002-10-13  Stephane Carrez  <stcarrez@nerim.fr>
1937         * scripttempl/elfm68hc11.sc: Use KEEP for .vectors, .installN,
1938         .finiN section.
1939         * scripttempl/elfm68hc12.sc: Likewise.
1941 2002-10-11  Alan Modra  <amodra@bigpond.net.au>
1943         * pe-dll.c (make_import_fixup_mark): Avoid type-punned pointer.
1945         * ldgram.y (memory_spec): Provide empty action.
1946         (section <NAME>): Likewise.
1948 2002-10-10  Jakub Jelinek  <jakub@redhat.com>
1950         * ldfile.c (ldfile_try_open_bfd): When searching skip linker scripts if
1951         they have OUTPUT_FORMAT not matching actual output format.
1952         * ldlang.c (lang_get_output_target): New function.
1953         (open_output): Use it.
1954         * ldlang.h (lang_get_output_target): New prototype.
1956 2002-10-10  Alan Modra  <amodra@bigpond.net.au>
1958         * emultempl/elf32.em (output_rel_find): Prefer .rel script sections
1959         when orphan is .rel, .rela when orphan is .rela.
1960         (gld${EMULATION_NAME}_place_orphan): Handle combreloc .rel* case
1961         first.  Remove outsecname var.
1963 2002-10-09  Richard Shann <richard.shann@superh.com>
1964             Stephen Clarke <stephen.clarke@superh.com>
1966         * Makefile.am: Add eshelf32_linux.o and
1967         eshlelf32_linux.o, new emulations for sh64 Linux.
1968         * Makefile.in: Regenerate.
1969         * configure.tgt: Add sh64eb-*-linux* and sh64-*-linux* emulations.
1970         * emulparams/shelf32_linux.sh: New file.
1971         * emulparams/shlelf32_linux.sh: New file.
1973 2002-10-08  H.J. Lu <hjl@gnu.org>
1975         * ldlang.c (lang_file_exist): Removed.
1976         (new_afile): Revert the last change.
1977         * ldlang.h (lang_file_exist): Removed.
1978         * lexsup.c (parse_args): Revert the last change.
1980 2002-10-07  Ralf Habacker  <Ralf.Habacker@freenet.de>
1982         * pe-dll.cc (autofilter_symbolprefixlist): Don't re-export
1983         auto-import symbols.
1984         (make_one): Create _nm_<symbol> for data only.
1986 2002-10-05  Elias Athanasopoulos  <eathan@otenet.gr>
1988         * ldlang.c (lang_file_exist): New function.
1989         (new_afile): Abort if the filename to be added matches the linker
1990         output filename.
1991         * ldlang.h: Add prototype for lang_file_exist.
1992         * lexsup.c (parse_args): Abort if the output filename matches
1993         one of the input filenames.
1995 2002-10-02  Alan Modra  <amodra@bigpond.net.au>
1997         * emulparams/elf64ppc.sh (MAXPAGESIZE): Set to 0x10000.
1999 2002-09-30  Alan Modra  <amodra@bigpond.net.au>
2001         * scripttempl/elfd30v.sc: Order reloc sections placing .plt last.
2002         * scripttempl/elfm68hc11.sc: Likewise.
2003         * scripttempl/elfm68hc12.sc: Likewise.
2005         * emultempl/elf32.em (output_rel_find): Always place orphan loadable
2006         reloc sections just before .rel.plt/.rela.plt.
2007         (gld${EMULATION_NAME}_place_orphan <.rel>): Remove combreloc code.
2008         Only put loadable reloc sections in hold_rel.
2010 2002-09-29  H.J. Lu <hjl@gnu.org>
2012         * emulparams/elf32ppc.sh (OTHER_GOT_RELOC_SECTIONS): New.
2014 2002-09-25  Daniel Jacobowitz  <drow@mvista.com>
2016         From "Anita Kulkarni" <AnitaK@kpit.com>
2017         * scripttempl/sh.sc: Handle .eh_frame* and .gcc_exc*
2018         sections.
2020 2002-09-25  Alan Modra  <amodra@bigpond.net.au>
2022         * genscripts.sh (SEGMENT_SIZE): Use MAXPAGESIZE before
2023         TARGET_PAGE_SIZE.
2024         * scripttempl/elf.sc (DATA_SEGMENT_ALIGN): Incorporate
2025         SEGMENT_SIZE alignment.
2026         * emulparams/elf64ppc.sh (DATA_ADDR): Delete.
2027         (SEGMENT_SIZE): Define.
2029         * ldexp.c (fold_unary): New.  Split out from exp_fold_tree.
2030         (fold_binary): Correct abs - non-abs case.
2031         (fold_trinary): New.  Split out from exp_fold_tree.
2033 2002-09-24  Alan Modra  <amodra@bigpond.net.au>
2035         * emulparams/elf64ppc.sh (DATA_ADDR): Define.
2036         * emulparams/elf64_aix.sh (DATA_ADDR): Don't use a fixed address
2037         for start of .data, instead align up to 256M boundary.
2038         * scripttempl/aix.sc: Likewise.
2040 2002-09-22  Mark Elbrecht  <snowball3@softhome.net>
2042         * scripttempl/i386go32.sc: Handle bss unique sections.
2044 2002-09-21  Alan Modra  <amodra@bigpond.net.au>
2046         * ldmisc.c (vfinfo <%C,%D,%G>): Always output bfd, section and offset.
2048 2002-09-17  Stan Cox  <scox@redhat.com>
2050         * emulparams/elf32bmipn32-defs.sh: New file.
2051         * emulparams/elf32bmipn32.sh: Use elf32bmipn32-defs.sh.
2052         * emulparams/elf32btsmipn32.sh: Likewise.
2053         * emulparams/elf64bmip.sh: Likewise.
2054         * emulparams/elf64btsmip.sh: Likewise.
2056 2002-09-16  Bruno Haible  <bruno@clisp.org>
2058         * emulparams/elf_i386_fbsd.sh: Set OUTPUT_FORMAT to
2059         elf32-i386-freebsd.
2060         * emulparams/elf64alpha_fbsd.sh: Set OUTPUT_FORMAT to
2061         elf64-alpha-freebsd.
2063 2002-09-11  Nick Clifton  <nickc@redhat.com>
2065         * NEWS: New TI port supports both C4x and C3x series of DSPs.
2067         * po/tr.po: Updated Turkish translation.
2069 2002-09-06  Jeffrey A Law  (law@redhat.com)
2071         * configure.tgt (h8300-*-hms*, h8500-*-hms*): Restore.
2073 2002-09-02  Nick Clifton  <nickc@redhat.com>
2075         * scripttempl/v850.sc: Add EXTERN references to __ctbpm __gp and
2076         __ep.
2077         * emulparams/v850.sh (TEMPLATE_NAME): Define.
2079 2002-08-30  Nick Clifton  <nickc@redhat.com>
2081         * scripttempl/elfd10v.sc (MEMORY): Remove UNIFIED, it is not
2082         used.  Change INSN to start at 0x01000000 and extend for
2083         256K (ignoring holes).  Start the STACK on a word aligned
2084         boundary.
2085         (.rodata): Start it at the READONLY_START_ADDR.
2087 2002-08-30  Alan Modra  <amodra@bigpond.net.au>
2089         * emulparams/elf32ppc.sh (ARCH): Set to "powerpc:common".
2091 2002-08-28  Svein E. Seldal  <Svein.Seldal@solidas.com>
2093         * Makefile.am: Add etic4xcoff.o in ALL_EMULATIONS list and
2094         added makefile targets for this file.
2095         * Makefile.in: Regenerate.
2096         * configure.tgt: Added tic4x-coff and c4x-coff emulations.
2097         * NEWS: Mention new port.
2099 2002-08-28  Michael Hayes <m.hayes@elec.canterbury.ac.nz>
2101         * emulparams/tic3xcoff.sh: New file.
2102         * emulparams/tic4xcoff.sh: New file.
2103         * scripttempl/tic3xcoff.sc: New file.
2104         * scripttempl/tic4xcoff.sc: New file.
2106 2002-08-28  Alan Modra  <amodra@bigpond.net.au>
2108         * emultempl/aix.em (gld${EMULATION_NAME}_parse_args): Replace strtoll,
2109         strtoul and strtoull with bfd_scan_vma.
2110         (gld${EMULATION_NAME}_read_file): Likewise.
2112 2002-08-28  Alan Modra  <amodra@bigpond.net.au>
2114         * configure.tgt: Remove h8[35]00-*-hms*.  Add h8500-*-rtems*.
2116 2002-08-27  Egor Duda  <deo@logos-m.ru>
2118         * scripttempl/pe.sc: Handle .rdata_runtime_pseudo_reloc sections.
2119         Add symbols for application to access them.
2121 2002-08-27  Nick Clifton  <nickc@redhat.com>
2123         * emultempl/armelf.em: Revert this patch, it is not needed.
2125         2002-08-22  Adam Nemet  <anemet@lnxw.com>
2127 2002-08-20 Dan Kegel <dank@kegel.com>
2129         * configure.in: added --with-lib-path argument to ld's configure
2130         to set LIB_PATH.
2131         * NEWS: Document new switch.
2132         * README: Mention new switch.
2133         * configure: Regenerate.
2134         * Makefile.in: Regenerate.
2136         Based on this patch:
2137         2001-04-25  Christopher Faylor <cgf@cygnus.com>
2139         * Makefile.in (LIB_PATH): Make configurable.
2140         (GENSCRIPTS): Set LIB_PATH in environment.
2141         * configure.in: Substitute LIB_PATH.
2143 2002-08-22  Adam Nemet  <anemet@lnxw.com>
2145         * emultempl/armelf.em: Include elf-bfd.h and elf/arm.h.
2146         (arm_elf_finish): Set the last bit of DT_INIT and DT_FINI
2147         depending on the type of the function.
2148         (arm_elf_convert_thumb_symbol_to_address): New function.
2150 2002-08-22  Graeme Peterson  <gp@qnx.com>
2152         * Makefile.am: Add esh{l}elf_nto.o files.
2153         * Makefile.in: Regenerate.
2154         * configure.tgt: Add support for sh-**-nto* targets.
2155         * emulparams/shelf_nto.sh: New file.
2156         * emulparams/shlelf_nto.sh: New file.
2158 2002-08-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2160         * ldlang.c (offsetof): Define if not defined.
2162 2002-08-14  H.J. Lu <hjl@gnu.org>
2164         * configure.tgt: Always enable 64bit emulations for 32bit
2165         Linux/mips.
2167 2002-08-13  Alan Modra  <amodra@bigpond.net.au>
2169         * emulparams/elf32_dlx.sh (TARGET_PAGE_SIZE): Set to 1.
2170         (MAXPAGESIZE): Set to 1.
2172         * ld.h (ALIGN_N): Delete.
2173         * ldexp.h (align_n): Declare.
2174         * ldexp.c (align_n): New function.
2175         (fold_binary): Use align_n instead of ALIGN_N.
2176         (exp_fold_tree): Likewise.
2177         * ldlang.c (lang_size_sections_1): Likewise.
2178         (lang_one_common): Likewise.
2179         * ld.texinfo (ALIGN): Remove power of 2 restriction.
2181 2002-07-31  Graeme Peterson  <gp@qnx.com>
2183         * configure.tgt: Add support for powerpc{le}-*-nto* targets.
2184         * Makefile.am: Add eelf32{l}ppcnto.o files.
2185         * Makefile.in: Regenerate.
2186         * emulparams/elf32lppcnto.sh: New file.
2187         * emulparams/elf32ppcnto.sh: New file.
2189 2002-08-07  H.J. Lu <hjl@gnu.org>
2191         * ld.texinfo: Document --no-undefined-version.
2193         * ldlang.c (lang_new_vers_pattern): Set the `symver' and
2194         `script.' fields to 0.
2196         * ldmain.c (main): Initialize the allow_undefined_version to
2197         true.
2199         * lexsup.c (OPTION_NO_UNDEFINED_VERSION): New.
2200         (ld_options): Add --no-undefined-version.
2201         (parse_args): Support OPTION_NO_UNDEFINED_VERSION.
2203 2002-08-07  Nick Clifton  <nickc@redhat.com>
2205         * emultempl/armelf.em (arm_elf_before_allocation): Only search for
2206         an interworking bfd if there are input bfds. (107501)
2208 2002-08-06  Alan Modra  <amodra@bigpond.net.au>
2210         * emultempl/aix.em (gld*_before_parse): Set default arch.  Reverts
2211         2002-05-10 change.
2213 2002-08-01  Nick Clifton  <nickc@redhat.com>
2215         * emulparams/armelf.sh: Revert previous delta.
2216         * scripttempl/elf.sc: Revert previous delta.
2218 2002-07-31  H.J. Lu <hjl@gnu.org>
2220         * configure.tgt (powerpc*-*-linux*): Enable elf64ppc for
2221         --enable-64-bit-bfd.
2223 2002-07-31  H.J. Lu <hjl@gnu.org>
2225         * configure.tgt: Enable x86-64 emulation for Linux/i386 if
2226         64bit BFD is selected.
2228 2002-07-31  H.J. Lu <hjl@gnu.org>
2230         * configure.tgt: Enable 64bit emulations for 32bit Linux/mips
2231         if 64bit BFD is selected.
2233 2002-07-31  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
2235         * emultempl/netbsd.em (LDEMUL_BEFORE_PARSE): New file to custom set
2236         link_info.common_skip_ar_aymbols.
2237         * emulparams/ns32knbsd.sh (EXTRA_EM_FILE): Refer to extra file.
2239         * ldmain.c (main): Initialize new field
2240         link_info.common_skip_ar_aymbols.
2242 2002-07-31  Adam Nemet  <anemet@lnxw.com>
2244         * emulparams/armelf.sh (OTHER_PLT_SECTIONS): New variable.  Set it
2245         to .plt.thumb.
2246         * scripttempl/elf.sc: Comment it.  Use the same way as ${PLT} is
2247         used.
2249 2002-07-31  Nick Clifton  <nickc@redhat.com>
2251         * NEWS: Retroactively add entry for Lars Brinkhoff's contribution
2252         of the PDP-11 and 2.11BSD a.out support.
2254 2002-07-31  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2256         * Makefile.am (eelf32btsmipn32.o, eelf32ltsmipn32.o): New emulations
2257         for n32 ABI support.
2258         * Makefile.in: Regenerate.
2259         * configure.tgt (mips64*el-*-linux-gnu*,mips64*-*-linux-gnu*): Add
2260         n32 ABI emulations for these 64 bit targets.
2261         * emulparams/elf32bmipn32.sh: Expand comment.
2262         * emulparams/elf32btsmipn32.sh: New file, for traditional big endian
2263         n32 ABI.
2264         * emulparams/elf32ltsmipn32.sh: Likewise for little endian.
2266 2002-07-30  Graeme Peterson  <gp@qnx.com>
2268         * configure.tgt: Add support for arm-*-nto target.
2269         * Makefile.am: Add earmnto.o file.
2270         * Makefile.in: Regenerate.
2271         * NEWS: Mention port of ARM support to QNX.
2272         * emulparams/armnto.sh: New file.
2274 2002-07-30  Jakub Jelinek  <jakub@redhat.com>
2276         * ldlang.c (lang_add_section): Don't turn .tbss into normal sections
2277         for relocatable link.
2278         (lang_size_sections_1): Don't make .tbss zero size for relocatable
2279         link.
2281 2002-07-26  Bernd Schmidt  <bernds@redhat.com>
2283         * emulparams/elf32frv.sh (OTHER_RELOCATING_SECTIONS): Delete.
2284         (STACK_ADDR): New.
2286 2002-07-25  Nick Clifton  <nickc@redhat.com>
2288         * po/sv.po: Updated Swedish translation.
2289         * po/es.po: Updated Spanish translation.
2290         * po/fr.po: Updated French translation.
2292 2002-07-24  Nick Clifton  <nickc@redhat.com>
2294         * po/sv.po: Updated Swedish translation.
2295         * po/es.po: Updated Spanish translation.
2297 2002-07-23  Nick Clifton  <nickc@redhat.com>
2299         * po/fr.po: Updated French translation.
2301 2002-07-20  Alan Modra  <amodra@bigpond.net.au>
2303         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
2304         bomb on /DISCARD/ input section.
2305         * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
2306         * emultempl/mmo.em (mmo_place_orphan): Likewise.
2308 2002-07-19  Hans-Peter Nilsson  <hp@bitrange.com>
2310         * emultempl/mmo.em (mmo_place_orphan): Handle case of no .text
2311         output section.
2313 2002-07-16  Denis Chertykov  <denisc@overta.ru>
2314             Nick Clifton  <nickc@redhat.com>
2315             Frank Ch. Eigler  <fche@redhat.com>
2316             John Healy  <jhealy@redhat.com>
2318         * configure.tgt: Add support for ip2k-elf.
2319         * Makefile.am: Add support for ip2k-elf.
2320         * Makefile.in: Regenerate.
2321         * emulparams/elf32ip2k.sh: New file.
2322         * scripttempl/ip2k.sc: New file
2323         * NEWS: Mention support for new port.
2325 2002-07-16  Nick Clifton  <nickc@cambridge.redhat.com>
2327         * NEWS: Add 'Changes in 2.13'.
2329 2002-07-14  H.J. Lu <hjl@gnu.org>
2331         * ld.texinfo: Document a .symver takes precedence over a
2332         version script.
2334 2002-07-12  Alan Modra  <amodra@bigpond.net.au>
2336         * emulparams/elf64ppc.sh (ARCH): Set to powerpc:common64.
2337         (COMMONPAGESIZE): Define.
2339 2002-07-09  Alan Modra  <amodra@bigpond.net.au>
2341         * emulparams/hppanbsd.sh: Remark that hppaobsd.sh references this file.
2343 2002-07-09  Federico G. Schwindt <fgsch@olimpo.com.br>
2345         * configure.tgt: Add support for alpha-*-openbsd*, hppa-*-openbsd*,
2346         powerpc-*-openbsd* and sparc64-*-openbsd*.
2347         * Makefile.am (ALL_EMULATIONS): Add ehppaobsd.o.
2348         * Makefile.in: Regenerate.
2349         * emulparams/hppaobsd.sh: New file.
2351 2002-07-05  Alan Modra  <amodra@bigpond.net.au>
2353         * ldlang.c (print_wild_statement): Fix output formatting.
2355 2002-07-04  Alan Modra  <amodra@bigpond.net.au>
2357         * ldlang.c: (strip_excluded_output_sections): New function.
2358         (lang_process): Call it.
2359         (lang_size_sections_1): Revert 2002-06-10 change.
2361 2002-07-03  Alan Modra  <amodra@bigpond.net.au>
2363         * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
2364         Run "make dep-am".
2365         * Makefile.in: Regenerate.
2367 2002-07-02  Alan Modra  <amodra@bigpond.net.au>
2369         * ldfile.c (ldfile_try_open_bfd): Formatting.
2371         * ldmisc.c (demangle): Move so that it doesn't intrude between
2372         vfinfo comment and body.  Add comment.
2374 2002-07-01  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2376         * emulparams/vax.sh (OUTPUT_FORMAT): Use a.out-vax-bsd format.
2378 2002-07-01  Alan Modra  <amodra@bigpond.net.au>
2380         * ldlang.h (entry_sym): Make it a struct bfd_sym_chain.
2381         * ldlang.c (entry_sym): Likewise.
2382         (ldlang_undef_chain_list_type): Likewise.
2383         (lang_finish): Adjust references to entry_symbol.
2384         (lang_add_entry): Likewise.
2385         (lang_gc_sections): Use link_info.gc_sym_list.
2386         (lang_process): Set link_info.gc_sym_list.
2387         * ldlex.l: Include bfdlink.h.
2388         * ldmain.c (main): Init link_info.gc_sym_list.
2389         * emultempl/aix.em: Adjust references to entry_symbol.
2390         * emultempl/armcoff.em: Likewise.
2391         * emultempl/armelf.em: Likewise.
2392         * emultempl/pe.em: Likewise.
2393         * emultempl/ppc64elf.em (ppc_after_open): New function.
2394         (LDEMUL_AFTER_OPEN): Define.
2395         * emulparams/elf64ppc.sh: KEEP .opd sections.
2397 2002-06-29  Stephane Carrez  <stcarrez@nerim.fr>
2399         * emulparams/m68hc12elfb.sh (EEPROM_MEMORY): Define.
2400         * emulparams/m68hc11elfb.sh (EEPROM_MEMORY): Define.
2401         * emulparams/m68hc11elf.sh (EEPROM_SIZE): Define.
2402         (EEPROM_START_ADDR): Define.
2403         (EEPROM_MEMORY): Define.
2404         * emulparams/m68hc12elf.sh: Likewise.
2405         * scripttempl/elfm68hc11.sc: Handle .eeprom section; handle .softregs
2406         section to put soft registers in .page0.
2407         * scripttempl/elfm68hc12.sc: Likewise but put soft registers in bss.
2409 2002-06-26  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2411         * emulparams/hppa64linux.sh (OTHER_GOT_RELOC_SECTIONS): Add rela.opd
2412         section.  Add ${RELOCATING-0}.
2414 2002-06-26  J"orn Rennecke <joern.rennecke@superh.com>
2416         * emulparams/shelf.sh (STACK_ADDR): Don't define.
2417         (OTHER_SECTIONS): Define.
2418         * emulparams/shelf_nbsd.sh ((STACK_ADDR): Don't undef.
2419         (OTHER_SECTIONS): Undef.
2421 2002-06-26  Alan Modra  <amodra@bigpond.net.au>
2423         * ldmisc.c (demangle): Restore dots stripped from sym name.
2425 2002-06-25  H.J. Lu <hjl@gnu.org>
2427         * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
2428         * Makefile.in: Regenerated.
2430 2002-06-20  Nick Clifton  <nickc@cambridge.redhat.com>
2432         * ld.texinfo (Bug Reporting): Update text to suggest a limit on
2433         the size of attached object files, to allow make the object files
2434         available via FTP or HTTP and to mention that the mail will be
2435         sent to a mailing list.
2437 2002-06-20  Nathanael Nerode  <neroden@twcny.rr.com>
2439         * configure.host (romp): Drop support.
2441 2002-06-18  Chris Demetriou  <cgd@broadcom.com>
2443         * emultempl/mipself.em (mips_elf${ELFSIZE}_check_sections): Check
2444         section flags for SEC_DATA, rather than for SEC_CODE being unset.
2446 2002-06-18  Chris Demetriou  <cgd@broadcom.com>
2448         * emultempl/mipself.em (mips_elf${ELFSIZE}_check_sections): Fix
2449         format specifier used to print BFD name.
2451 2002-06-18  Dave Brolley  <brolley@redhat.com>
2453         From Catherine Moore, Michael Meissner, Jim Blandy:
2454         * emulparams/elf32frv.sh: New file.
2455         * configure.tgt: Support frv-*-*.
2456         * Makefile.am (ALL_EMULATIONS): Add eelf32frv.o.
2457         (eelf32frv.c): New target.
2459 2002-06-17  Tom Rix  <trix@redhat.com>
2461         * emultempl/elf32.em: gld*_get_script: Check for
2462         GENERATE_COMBRELOC_SCRIPT.
2463         * scripttempl/elfd10v.sc : Fix STACK and INSN.
2464         * emulparams/d10velf.sh : Fix TEXT_START_ADDR.
2466 2002-06-13  J"orn Rennecke <joern.rennecke@superh.com>
2468         * configure.tgt: Add support for sh[1234]*le*-*-elf, sh[1234]*-*-elf.
2470 2002-06-12  H.J. Lu <hjl@gnu.org>
2472         * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Return
2473         false if xvec doesn't match.
2475 2002-06-10  Richard Sandiford  <rsandifo@redhat.com>
2477         * ldlang.c (lang_size_sections_1): Skip removed output sections.
2479 2002-06-08  Alan Modra  <amodra@bigpond.net.au>
2481         * ldexp.c: Replace CONST with const.
2482         * ldfile.c: Likewise.
2483         * ldfile.h: Likewise.
2484         * ldlex.l: Likewise.
2485         * mri.c: Likewise.
2486         * pe-dll.h: Likewise.
2488 2002-06-07  Alan Modra  <amodra@bigpond.net.au>
2490         * emultempl/ppc64elf.em (new_vers_pattern): Warning fix.
2492 2002-06-07  Charles Wilson  <cwilson@ece.gatech.edu>
2494         * ldmain.c (main): initialize link_info.pei386_auto_import
2495         to -1 == implicit enable.
2496         * emultempl/pe.em (gld_${EMULATION_NAME}_before_parse):
2497         initialize link_info.pei386_auto_import to -1 == implicit
2498         enable.
2499         (gld_${EMULATION_NAME}_parse_args): When processing
2500         --enable-auto-import and --disable-auto-import options, use
2501         '1' and '0' instead of 'true' and 'false'.
2502         (pe_find_data_imports): Only issue message about auto-import
2503         when the feature is implicitly enabled.  Downgrade message to
2504         informational instead of warning.
2506 2002-06-07  Alan Modra  <amodra@bigpond.net.au>
2508         * scripttempl/elf.sc (.tbss): Fix mismatched parentheses/braces.
2510 2002-06-06  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2512         * configure.host (hppa*64*-*-hpux11*): Define NATIVE_LIB_DIRS,
2513         HOSTING_CRT0 and HOSTING_LIBS.
2515 2002-06-05  J"orn Rennecke <joern.rennecke@superh.com>
2517         * configure.tgt (shle*-*-elf*, sh64le-*-elf*): New configurations.
2519 2002-06-05  Jason Thorpe  <thorpej@wasabisystems.com>
2521         * emulparams/ns32knbsd.sh (EXECUTABLE_SYMBOLS): Set _DYNAMIC to 0.
2522         (NONPAGED_TEXT_START_ADDR): Set to 0x1000.
2524 2002-06-05  Alan Modra  <amodra@bigpond.net.au>
2526         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Place
2527         SEC_EXCLUDE sections when doing a relocatable link.
2529 2002-06-04  Jason Thorpe  <thorpej@wasabisystems.com>
2531         * Makefile.am (ALL_EMULATIONS): Add eshelf32_nbsd.o,
2532         eshlelf32_nbsd.o, eshelf64_nbsd.o, and eshlelf64_nbsd.o.
2533         (eshelf32_nbsd.c, eshelf64_nbsd.c, eshlelf32_nbsd.c)
2534         (eshlelf64_nbsd.c): New rules.
2535         * Makefile.in: Regenerate.
2536         * configure.tgt (sh5le-*-netbsd*, sh5-*-netbsd*, sh64le-*-netbsd*)
2537         (sh64-*-netbsd*): New targets.
2538         * emulparams/shelf32_nbsd.sh: New file.
2539         * emulparams/shelf64_nbsd.sh: New file.
2540         * emulparams/shlelf32_nbsd.sh: New file.
2541         * emulparams/shlelf64_nbsd.sh: New file.
2543 2002-06-04  Alan Modra  <amodra@bigpond.net.au>
2545         * ldlang.c (section_already_linked): Call bfd_discard_group.  Typo fix.
2547 2002-06-02  Marek Michalkiewicz  <marekm@amelek.gda.pl>
2549         * scripttempl/avr.sc: Changes to support current GCC and avr-libc,
2550         C++ constructors/destructors, loosely based on the m68hc11 port.
2552 2002-05-31  Alan Modra  <amodra@bigpond.net.au>
2554         * Makefile.in: Regenerate.
2555         * aclocal.m4: Regenerate.
2556         * config.in: Regenerate.
2557         * configure: Regenerate.
2559 2002-05-31  Graeme Peterson  <gp@qnx.com>
2561         * Makefile.am (ALL_EMULATIONS): Add ei386nto.o.
2562         (ei386nto.c): Add rule.
2563         * Makefile.in: Regenerate.
2564         * configure.tgt: Add i[3456]86-*-nto-qnx*.
2565         * emulparams/i386nto.sh: New file.
2567 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
2569         * NEWS: Add entry for VAX ELF support.
2571 2002-05-29  Matt Thomas  <matt@3am-software.com>
2572             Jason Thorpe  <thorpej@wasabisystems.com>
2574         * Makefile.am (ALL_EMULATIONS): Add eelf32vax.o and evaxnbsd.o.
2575         (eelf32vax.c)
2576         (evaxnbsd.c): New rules.
2577         * Makefile.in: Regenerate.
2578         * configure.tgt (vax-*-netbsdelf*)
2579         (vax-*-netbsdaout*)
2580         (vax-*-netbsd*): New targets.
2581         * emulparams/elf32vax.sh: New file.
2582         * emulparams/vaxnbsd.sh: New file.
2584 2002-05-29  Adam Nemet  <anemet@lnxw.com>
2586         * emultempl/armelf.em (arm_elf_after_open): Don't determine
2587         bfd_for_interwork, instead add glue sections to each input bfd.
2588         (bfd_for_interwork): New global.
2589         (arm_elf_set_bfd_for_interworking): New function.
2590         (arm_elf_before_allocation): Use it.
2592 2002-05-28  Kuang Hwa Lin <kuang@sbcglobal.net>
2594         * Makefile.am: Add DLX make target.
2595         * configure.tgt: Add DLX configuration.
2596         * Makefile.in: Regenerate.
2597         * emulparams/elf32_dlx.sh: New file
2598         * scripttempl/dlx.sc: New file
2600 2002-05-27  Per Lundberg  <per@caleb.dnsalias.org>
2602         * Makefile.am (eelf_i386_chaos): Use elf_chaos.sc script.
2603         * Makefile.in: Regenerate.
2604         * emulparams/elf_chaos.sh: Use elf_chaos script.
2605         * scripttempl/elf_chaos.sc: New file.
2607 2002-05-27  Richard Sandiford  <rsandifo@redhat.com>
2609         * ldlang.c (lang_size_sections_1): Move check for conflicting load
2610         addresses and regions from here...
2611         (lang_get_regions): ...to this new function.
2612         (lang_leave_output_section_statement): Use lang_get_regions.
2613         (lang_leave_overlay): Likewise.
2614         * mri.c (mri_draw_tree): Pass null as last argument to
2615         lang_leave_output_section_statement.
2616         * emultempl/elf32.em (gld*_place_orphan): Likewise.
2617         * emultempl/mmo.em (mmo_place_orphan): Likewise.
2618         * emultempl/pe.em (gld*_place_orphan): Likewise.
2620 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
2622         * configure.tgt: Use ns32k-*-netbsd* instead of ns32k-pc532-netbsd*.
2624 2002-05-25  Kazu Hirata  <kazu@cs.umass.edu>
2626         * ldemul.c: Fix formatting.
2627         * ldfile.c: Likewise.
2628         * pe-dll.c: Likewise.
2629         * pe-dll.h: Likewise.
2631 2002-05-25  Alan Modra  <amodra@bigpond.net.au>
2633         * ldlang.c (lang_process): Formatting, grammar.
2635         * ldlex.l: Use #include "" instead of <> for local header files.
2637 2002-05-24  TAMURA Kent <kent@netbsd.org>
2639         * configure.tgt: Add a target for i386-netbsdpe.
2641 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
2643         * scripttempl/elf.sc: Add .rel{,a}.t{bss,data}, .tdata and .tbss.
2644         * ldlang.c (lang_add_section): Set SEC_THREAD_LOCAL for
2645         output section if necessary.  Handle .tbss.
2646         (lang_size_sections): Clear _raw_size for .tbss section
2647         (it allocates space in PT_TLS segment only).
2648         * ldwrite.c (build_link_order): Build link order for .tbss too.
2650 2002-05-23  Alan Modra  <amodra@bigpond.net.au>
2652         * configure.in: Correct spelling of AC_PREREQ.
2654 2002-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
2656         * pe-dll.c (autofilter_liblist): Add more system libs excluded by
2657         default.
2658         (autofilter_objlist): Add crtbegin.o, crtend.o.
2660 2002-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
2662         * emultempl/pe.em (OPTION_EXCLUDE_LIBS): Add new define.
2663         (longopts): Add new option --exclude-libs.
2664         (gld_${EMULATION_NAME}_list_options): Give quick help about it.
2665         (gld_${EMULATION_NAME}_parse_args): Use it.
2666         * pe-dll.h (pe_dll_add_excludes): Add second param to prototype.
2667         * pe-dll.c (exclude_list_struct): Add field type to distinguish symbols
2668         from whole archives.
2669         (pe_dll_add_excludes): Set excludes->type.
2670         (auto_export): Add new variable libname and set to archive basename if
2671         abfd.  Use it when filtering default and user-specified libarary
2672         excludes.  Let string "ALL" mean all libs when filtering user-specified
2673         libs.
2674         * ld.texinfo: Document --exclude-libs.
2676 2002-05-22  Alan Modra  <amodra@bigpond.net.au>
2678         * ldemul.c (ldemul_new_vers_pattern): New function.
2679         * ldemul.h (ldemul_new_vers_pattern): Declare.
2680         (struct ld_emulation_xfer_struct): Add new_vers_pattern.
2681         * ldlang.c (lang_new_vers_pattern): Call ldemul_new_vers_pattern.
2682         * emultempl/ppc64elf.em (dotsyms): New static var.
2683         (gld${EMULATION_NAME}_new_vers_pattern): New function.
2684         (LDEMUL_NEW_VERS_PATTERN): Define.
2685         (PARSE_AND_LIST_PROLOGUE): Add OPTION_DOTSYMS, OPTION_NO_DOTSYMS.
2686         (PARSE_AND_LIST_LONGOPTS): Likewise.
2687         (PARSE_AND_LIST_ARGS_CASES): Handle them.
2688         * emultempl/aix.em (ld_${EMULATION_NAME}_emulation): Update
2689         initialiser.
2690         * emultempl/armcoff.em: Likewise.
2691         * emultempl/armelf_oabi.em: Likewise.
2692         * emultempl/beos.em: Likewise.
2693         * emultempl/elf32.em: Likewise.
2694         * emultempl/generic.em: Likewise.
2695         * emultempl/gld960.em: Likewise.
2696         * emultempl/gld960c.em: Likewise.
2697         * emultempl/linux.em: Likewise.
2698         * emultempl/lnk960.em: Likewise.
2699         * emultempl/m68kcoff.em: Likewise.
2700         * emultempl/mipsecoff.em: Likewise.
2701         * emultempl/pe.em: Likewise.
2702         * emultempl/sunos.em: Likewise.
2703         * emultempl/ticoff.em: Likewise.
2704         * emultempl/vanilla.em: Likewise.
2706 2002-05-22  Alan Modra  <amodra@bigpond.net.au>
2708         * genscripts.sh (LIB_PATH): For native targets, concatenate $libdir
2709         and $NATIVE_LIB_DIRS.  Add $tool_lib before other libs.
2710         (LIB_SEARCH_DIRS): No need to use "tr".
2711         (COMPILE_IN): Only set for native targets.
2712         * configure.host (NATIVE_LIB_DIRS): Specify all native search dirs
2713         here, rather than adding lib:/usr/lib:/usr/local/lib in genscripts.sh.
2714         * configure.tgt (powerpc*): Set tdir_*.
2715         (powerpcle*): Correct targ_extra_emuls.
2716         * emulparams/elf32ppc.sh (LIB_PATH): Set up native 64 bit dirs.
2717         * emulparams/elf64ppc.sh (LIB_PATH): Likewise.
2719 2002-05-22  Alan Modra  <amodra@bigpond.net.au>
2721         * emultempl/pe.em (set_pe_subsystem): Don't set "cmdline" when
2722         calling lang_add_entry.
2724 2002-05-21  H.J. Lu  (hjl@gnu.org)
2726         * emultempl/elf32.em (gld${EMULATION_NAME}_parse_args): Handle
2727         "-z muldefs".
2728         (gld${EMULATION_NAME}_list_options): Add "-z muldefs".
2730         * ld.texinfo: Updated for --allow-multiple-definition and
2731         "-z muldefs".
2733         * ldmain.c (main): Initialize the allow_multiple_definition
2734         field to false.
2736         * lexsup.c (OPTION_ALLOW_MULTIPLE_DEFINITION): New.
2737         (ld_options): Add --allow-multiple-definition.
2738         (parse_args): Support OPTION_ALLOW_MULTIPLE_DEFINITION.
2740 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
2742         * Makefile.am (ALL_EMULATIONS): Add earmelfb_nbsd.o.
2743         (earmelfb_nbsd.c): New rule.
2744         * Makefile.in: Regenerate.
2745         * configure.tgt (armeb-*-netbsdelf*): New target.
2746         (arm-*-netbsdelf*): Add armelfb_nbsd to targ_extra_emuls.
2747         (arm-*-netbsd*): Likewise.
2748         * emulparams/armelfb_nbsd.sh: New file.
2750 2002-05-18  Tom Rix  <trix@redhat.com>
2752         * emultempl/aix.em (gld*_parse_args): Add -bnortl and -bnortllib
2753         support.
2755 2002-05-17  Marek Michalkiewicz  <marekm@amelek.gda.pl>
2757         * Makefile.am: Add new emulations avr1, avr2, avr3, avr4, avr5.
2758         * Makefile.in: Regenerate.
2759         * configure.tgt (avr-*-*): Add avr[1-5] to targ_extra_emuls.
2761 2002-05-16  Marek Michalkiewicz  <marekm@amelek.gda.pl>
2763         * emulparams/avr1.sh: New file.
2764         * emulparams/avr2.sh: New file.
2765         * emulparams/avr3.sh: New file.
2766         * emulparams/avr4.sh: New file.
2767         * emulparams/avr5.sh: New file.
2768         * scripttempl/avr.sc: New file.
2770 2002-05-15  Alan Modra  <amodra@bigpond.net.au>
2772         * ldlang.c (section_already_linked): Call bfd_link_just_syms.
2773         (lang_place_orphans): Abort if just_syms_flag.
2775 2002-05-10  Tom Rix  <trix@redhat.com>
2777         * emultempl/aix.em: (gld*_set_output_arch): New function. Use
2778         architecture and machine information in the output bfd.
2779         (gld*_before_parse): Remove old arch and machine code.
2780         (choose_target): Rename to gld*_choose_target.
2781         (rtld): Change type to int.
2782         * ldfile.c (ldfile_try_open_bfd): Disable compatiblity check for
2783         objects in XCOFF archives.
2784         * ldfile.h: Update copyright date.
2786 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
2788         * ldmain.c (main): Enable -z combreloc by default.
2790 2002-05-07  Federico G. Schwindt <fgsch@olimpo.com.br>
2792         * Makefile.am: Honour DESTDIR.
2793         * Makefile.in: Regenerate.
2795 2002-05-07  Richard Sandiford  <rsandifo@redhat.com>
2797         * ldlang.h (lang_output_section_statement_type): Add update_dot_tree.
2798         (lang_enter_overlay): Remove the last two parameters.
2799         (lang_leave_overlay): Take them here instead.
2800         * ldgram.y (memspec_at_opt): Set $$ to null if no region is given.
2801         (section): Pass LMA and crossref flag to lang_leave_overlay rather
2802         than lang_enter_overlay.
2803         * ldlang.c (lang_memory_region_lookup): Return null for null names.
2804         (lang_output_section_statement_lookup): Initialize update_dot_tree.
2805         (lang_size_sections_1): Evaluate it.
2806         (lang_leave_output_section_statement): Rework LMA lookup.
2807         (overlay_lma, overlay_nocrossrefs): Remove.
2808         (lang_enter_overlay): Remove LMA and crossref arguments.
2809         (lang_enter_overlay_section): Don't set the LMA here.
2810         (lang_leave_overlay): Take LMA and crossref arguments.  Move the '.'
2811         assignment to the last section's update_dot_tree.  Unconditionally
2812         use the load and run-time regions specified in the OVERLAY statement.
2813         Likewise the first section's LMA.  Only set the other sections' LMAs
2814         when no load region is given.
2816 2002-05-06  Nick Clifton <nickc@redhat.com>
2818         * po/sv.po: New translation.
2820 2002-05-04  Alan Modra  <amodra@bigpond.net.au>
2822         * emultempl/hppaelf.em (build_section_lists): New function.
2823         (gld${EMULATION_NAME}_finish): Call elf32_hppa_setup_section_lists
2824         and build_section_lists.
2826 2002-05-03  Kazu Hirata  <kazu@cs.umass.edu>
2828         * ld.h: Fix formatting.
2829         * ldexp.c: Likewise.
2830         * ldfile.c: Likewise.
2831         * ldlang.c: Likewise.
2832         * ldmain.c: Likewise.
2833         * lexsup.c: Likewise.
2834         * pe-dll.c: Likewise.
2836 2002-05-02  Alan Modra  <amodra@bigpond.net.au>
2838         * emultempl/ppc64elf.em (gld${EMULATION_NAME}_after_allocation):
2839         Adjust for ppc64_elf_set_toc change.  #include libbfd.h.
2840         (build_section_lists): Do output_section tests here.
2842 2002-04-30  Tom Rix  <trix@redhat.com>
2844         * emultempl/aix.em : (gld*_parse_arge): Formatting changes.
2846 2002-05-01  Alan Modra  <amodra@bigpond.net.au>
2848         Long branch stubs, multiple stub sections.
2849         * emultempl/ppc64elf.em: Include ldctor.h.
2850         (stub_file): New var.
2851         (group_size): New var.
2852         (ppc_create_output_section_statements): New function.
2853         (struct hook_stub_info): New.
2854         (hook_in_stub): New function.
2855         (ppc_add_stub_section): New function.
2856         (ppc_layout_sections_again): New function.
2857         (build_section_lists): New function.
2858         (gld${EMULATION_NAME}_finish): Rewrite.
2859         (real_func): New var.
2860         (ppc_for_each_input_file_wrapper): New function.
2861         (ppc_lang_for_each_input_file): New function.
2862         (lang_for_each_input_file): Define.
2863         (PARSE_AND_LIST_PROLOGUE): Define.
2864         (PARSE_AND_LIST_LONGOPTS): Define.
2865         (PARSE_AND_LIST_OPTIONS): Define.
2866         (PARSE_AND_LIST_ARGS_CASES): Define.
2867         (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
2869 2002-04-30  Tom Rix  <trix@redhat.com>
2871         * emultempl/aix.em (gld*_parse_arge, gld*_before_allocation): Add
2872         -blibpath, -bnolibpath support.
2874 2002-04-30  Mark Mitchell  <mark@codesourcery.com>
2876         * Makefile.am (ALL_EMULATIONS): Add elf32ppcwindiss.o.
2877         (eelf32ppcwindiss.c): New target.
2878         * Makefile.in: Regenerated.
2879         * configure.tgt: Add support for powerpc-*-windiss.
2880         * emulparams/elf32ppcwindiss.sh: New file.
2882 2002-04-30  Richard Sandiford  <rsandifo@redhat.com>
2884         * ldlang.c (print_assignment): Update print_dot for assignments to ".".
2885         * ldexp.c (exp_print_token): Add "infix_p" argument.
2886         (exp_print_tree): Update accordingly.
2888 2002-04-28  Alan Modra  <amodra@bigpond.net.au>
2890         * Makefile.am (mpw): New maintainer mode rule to make mpw-*.c files.
2891         * Makefile.in: Regenerate.
2892         * mpw-elfmips.c: Delete.
2893         * mpw-eppcmac.c: Delete.
2894         * mpw-esh.c: Delete.
2895         * mpw-idtmips.c: Delete.
2897 2002-04-17  J"orn Rennecke <joern.rennecke@superh.com>
2899         * emulparams/shelf32.sh (MACHINE): Now sh5.
2901 2002-04-17  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2903         * ldgram.y: Fix syntax warning.
2905 2002-04-11  Nick Clifton  <nickc@cambridge.redhat.com>
2907         * emultempl/armelf.em (PARSE_AND_LIST_SHORTOPTS): Add 'n' in order
2908         to prevent "-n" from being taken as an abbreviation for
2909         "--no-pipeline-knowledge".
2911 2002-04-08  Alan Modra  <amodra@bigpond.net.au>
2913         * ldlang.c (lang_size_sections_1): Don't complain about
2914         SEC_NEVER_LOAD sections having no memory region specified.
2916         * ld.texinfo (Format Commands <OUTPUT_FORMAT>): Typo fix.
2918 2002-04-07  matthew green  <mrg@redhat.com>
2920         * configure.host (*-*-netbsd*): Add support for NetBSD/ELF.
2922 2002-04-04  Alan Modra  <amodra@bigpond.net.au>
2924         * dep-in.sed: Cope with absolute paths.
2925         * Makefile.am (dep.sed): Subst TOPDIR and BFDDIR.
2926         Run "make dep-am".
2927         * Makefile.in: Regenerate.
2929 2002-04-04  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2931         * emulparams/elf64btsmip.sh: n64 replaces .reginfo with .MIPS.options.
2933 2002-04-03  Jakub Jelinek  <jakub@redhat.com>
2935         * ldexp.c (fold_binary) [DATA_SEGMENT_ALIGN]: If common page size
2936         is smaller than maximum, round dot up to common page boundary.
2938 2002-03-28  Alan Modra  <amodra@bigpond.net.au>
2940         * configure.host: Set up for generic hosts first, then tweak as
2941         necessary in more specific targets.
2942         (HOSTING_LIBS): Include libgcc_eh.a if found.
2944 2002-03-23  Andreas Jaeger  <aj@suse.de>
2946         * emulparams/elf_x86_64.sh (COMMONPAGESIZE): Set it.
2948 2002-03-21  Alan Modra  <amodra@bigpond.net.au>
2950         * Makefile.am: Run "make dep-am".
2951         * Makefile.in: Regenerate.
2953 2002-03-21  Albert Chin-A-Young  <china@thewrittenword.com>
2955         * genscripts.sh (LIB_SEARCH_DIRS): Quote path.
2957 2002-03-20  Alan Modra  <amodra@bigpond.net.au>
2959         * ldlang.c (ldlang_add_undef): If the output bfd has been opened,
2960         add the symbol to the linker hash table immediately.
2961         (lang_place_undefineds): Split symbol creation out..
2962         (insert_undefined): ..to here.
2964 2002-03-18  David O'Brien  <obrien@FreeBSD.org>
2966         * emultempl/elf32.em: Use lbasename vs. basename to fix problem where
2967         the contents of the buffer returned from basename function will are
2968         getting overwritten while still being used.
2970 2002-03-18  Jan Hubicka  <jh@suse.cz>
2971             Andreas Jaeger  <aj@suse.de>
2972             Andreas Schwab  <schwab@suse.de>
2974         * configure.tgt (x86_64-*-linux-gnu*): Configure i386 as native.
2975         * elf_x86_64.sh (ARCH): Set to i386:x86-64
2976         set libraries to default to lib64 paths.
2978 2002-03-18  Tom Rix  <trix@redhat.com>
2980         * Makefile.am : Add eaix5ppc and eaix5rs6, AIX 5 support.
2981         * configure.tgt : Same.
2982         * emulparms/aix5ppc.sh : New file. For eaix5ppc.
2983         * emulparms/aix5rs6.sh : New file. For eaix5rs6.
2984         * emulparms/aixppc.sh : OUPUT_FORMAT_32BIT and OUTPUT_FORMAT_64BIT
2985         emulation parameters for better -b32, -b64 support.
2986         * emulparms/aixrs6.sh : Same.
2987         * emulparms/ppcmacos.sh : Same.
2988         * emultempl/aix.em (choose_target) : Use new emulation parameters
2989         OUTPUT_FORMAT_32BIT and OUTPUT_FORMAT_64BIT.
2990         * Makefile.in : Regenerate.
2992 2002-03-18  Nick Clifton  <nickc@cambridge.redhat.com>
2994         * po/fr.po: Updated version.
2996 2002-03-18  Alan Modra  <amodra@bigpond.net.au>
2998         * ldmain.c (main): Move .text readonly flag fudges from here..
2999         * ldlang.c (lang_process): ..to here.
3001 2002-03-14  Alan Modra  <amodra@bigpond.net.au>
3003         * ldlang.c (lang_check): Remove the word size check added in last
3004         change.  Treat emitrelocations case as for relocatable links.
3006 2002-03-13  Nick Clifton  <nickc@cambridge.redhat.com>
3008         * po/fr.po: Updated version.
3010 2002-03-13  Alan Modra  <amodra@bigpond.net.au>
3012         * ldlang.c (lang_check): Do relocatable link checks first, so that
3013         warn_mismatch can't override.  Check compatible and word size too.
3015 2002-03-07  Daniel Jacobowitz  <drow@mvista.com>
3017         * ld.texinfo: Wrap @menu in @ifnottex, not @ifinfo.
3019 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
3021         * scripttempl/elf.sc: Only use DATA_SEGMENT_END() together with
3022         DATA_SEGMENT_ALIGN.
3024 2002-03-04  H.J. Lu <hjl@gnu.org>
3026         * scripttempl/elf.sc: Put .preinit_array, .init_array and
3027         .fini_array in the data segment.
3029 2002-03-04  Alan Modra  <amodra@bigpond.net.au>
3031         * scripttempl/elf.sc: Correct syntax errors in 2002-03-01 commit.
3033 2002-03-01  David Mosberger  <davidm@hpl.hp.com>
3035         * scripttempl/elf.sc (SECTIONS): Add entries for .preinit_array,
3036         .init_array, and .fini_array.
3038 2002-02-20  Andreas Schwab  <schwab@suse.de>
3040         * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Don't fold
3041         .IA64_unwind* in a relocatable link.
3043 2002-02-20  Nick Clifton  <nickc@cambridge.redhat.com>
3045         * NEWS: Mark 2.12 branch.
3047 2002-02-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3049         * emulparams/elf64_s390.sh (ARCH): Change to "s390:64-bit".
3050         * emulparams/elf_s390.sh (ARCH): Change to "s390:31-bit".
3052 2002-02-18  Tom Rix  <trix@redhat.com>
3054         * emultempl/aix.em (gld*_parse_args): Add -brtl support.
3055         (gld*_before_allocation): Same.
3056         (gld*_create_output_section_statements): Generate
3057         __rtinit if run time linking.  Add librtl.a to the link.
3058         (gld*_read_file): Clean.
3060 2002-02-18  Alan Modra  <amodra@bigpond.net.au>
3062         * emulparams/elf64ppc.sh (OTHER_TEXT_SECTIONS): Define.
3064 2002-02-18  David O'Brien  <obrien@FreeBSD.org>
3066         * Makefile.am: Add new files earmelf_fbsd, eelf32ppc_fbsd,
3067         eelf_i386_fbsd, eelf64_ia64_fbsd, eelf_x86_64_fbsd, eelf64_sparc_fbsd,
3068         and eelf64alpha_fbsd.
3069         * Makefile.in: Regenerate.
3070         * configure.tgt(sparc64-*-freebsd, ia64-*-freebsd, i[3456]86-*-freebsd,
3071         x86_64-*-freebsd, arm-*-freebsd, alpha*-*-freebsd, powerpc-*-freebsd):
3072         use a FreeBSD-specific emulation rather than the psABI one.
3073         * emulparams/elf_fbsd.sh (ELF_INTERPRETER_NAME): Set appropriate value
3074         for all FreeBSD ELF systems.
3075         * emulparams/armelf_fbsd.sh: Bridge elf_fbsd.sh and the "native" psABI
3076         emulation.
3077         * emulparams/elf32ppc_fbsd.sh: Likewise.
3078         * emulparams/elf64_ia64_fbsd.sh: Likewise.
3079         * emulparams/elf64_sparc_fbsd.sh: Likewise.
3080         * emulparams/elf64alpha_fbsd.sh: Likewise.
3081         * emulparams/elf_i386_fbsd.sh: Likewise.
3082         * emulparams/elf_x86_64_fbsd.sh: Likewise.
3084 2002-02-18  Nick Clifton  <nickc@cambridge.redhat.com>
3086         * po/tr.po: Updated version.
3088 2002-02-18  Alan Modra  <amodra@bigpond.net.au>
3090         * ld.texinfo (Output Section Fill): Fix amateur texinfo.
3091         (FILL): Likewise.
3093 2002-02-17  Hans-Peter Nilsson  <hp@bitrange.com>
3095         * emultempl/mmo.em (mmo_after_open): Don't call
3096         _bfd_mmix_check_all_relocs when producing ELF output.
3098 2002-02-15  Richard Henderson  <rth@redhat.com>
3100         * emulparams/elf64alpha.sh (NOP): Adjust for big-endian
3101         definition.  Emit a unop+nop pair.
3103 2002-02-15  Hans-Peter Nilsson  <hp@bitrange.com>
3105         * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Also check
3106         for presence of .MMIX.reg_contents.linker_allocated before early
3107         exit.
3109         * NEWS: Mention support for MMIX.
3111 2002-02-15  Alan Modra  <amodra@bigpond.net.au>
3113         Support arbitrary length fill patterns.
3114         * ld.texinfo (Output Section Fill): Describe fill expressions.
3115         (FILL): Refer to the above.
3116         * ldexp.h (etree_value_type): Add "str" field.
3117         (union etree_union): Add "str" to "value" struct.
3118         (exp_bigintop): Declare.
3119         (exp_get_fill): Declare.
3120         * ldexp.c: Include "safe-ctype.h".
3121         (exp_intop): Set value.str to NULL.
3122         (exp_bigintop): New function.
3123         (new_rel): Pass in "str", and set new.str from it.
3124         (new_rel_from_section): Set new.str to NULL.
3125         (fold_name): Adjust calls to new_rel.
3126         (exp_fold_tree): Likewise.
3127         (exp_get_fill): New function.
3128         * ldgram.y (struct big_int bigint, fill_type *fill): New.
3129         (INT): Returns a "bigint".  Adjust all code handling INTs.
3130         (fill_opt): Returns a "fill".
3131         (fill_exp): Split out of fill_opt, use for FILL.
3132         * ldlang.h (struct _fill_type): New.
3133         (fill_type): Move typedef to ldexp.h.
3134         (lang_output_section_statement_type): "fill" is now a pointer.
3135         (lang_fill_statement_type): Likewise.
3136         (lang_padding_statement_type): Likewise.
3137         (lang_add_fill): Now takes a "fill_type *" param.
3138         (lang_leave_output_section_statement): Likewise.
3139         (lang_do_assignments): Likewise.
3140         (lang_size_sections): Likewise.
3141         (lang_leave_overlay_section): Likewise.
3142         (lang_leave_overlay): Likewise.
3143         * ldlang.c: Include ldgram.h after ldexp.h.
3144         (lang_output_section_statement_lookup): Adjust for fill_type change.
3145         (print_fill_statement): Likewise.
3146         (print_padding_statement): Likewise.
3147         (insert_pad): Now takes a "fill_type *" arg.
3148         (size_input_section): Likewise.
3149         (lang_size_sections_1): Likewise.
3150         (lang_size_sections): Likewise.
3151         (lang_do_assignments): Likewise.
3152         (lang_add_fill): Likewise.
3153         (lang_leave_output_section_statement): Likewise.
3154         (lang_leave_overlay_section): Likewise.
3155         (lang_leave_overlay): Likewise.
3156         Adjust all callers of the above function.
3157         * ldlex.l: Include ldgram.h after ldexp.h.  Allow hex numbers
3158         starting with "0X" as well as "0x".  Return bigint.str for hex
3159         numbers starting with "0x" or "0X", zero bigint.str otherwise.
3160         Always use base 16 for numbers starting with "$".
3161         * ldmain.c: Include ldgram.h after ldexp.h.
3162         * ldwrite.c (build_link_order): Use bfd_data_link_order in place
3163         of bfd_fill_link_order.
3164         * pe-dll.c: Adjust lang_do_assignments calls.
3165         * emultempl/elf32.em: Likewise.
3166         * emultempl/hppaelf.em: Likewise.
3167         * emultempl/ppc64elf.em: Likewise.
3168         * emultempl/beos.em: Include ldgram.h after ldexp.h, adjust
3169         lang_add_assignment call.
3170         * emultempl/pe.em: Likewise.
3172 2002-02-14  Phil Edwards  <pme@gcc.gnu.org>
3174         * ld.texinfo (VERSION scripts): Symbol names are globbing patterns.
3175         * ldgram.y (lang_new_vers_regex): Rename to lang_new_vers_pattern;
3176         the pattern in question is not a regexp.
3177         * ldlang.c: Likewise.
3178         * ldlang.h: Likewise.
3179         * ldlex.l (V_IDENTIFIER): Allow '[', ']', '-', '!', and '^' also.
3181 2002-02-12  Jakub Jelinek  <jakub@redhat.com>
3183         * ldlex.l (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): New tokens.
3184         * ldgram.y (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): New tokens.
3185         (exp): Add DATA_SEGMENT_ALIGN (exp, exp) and DATA_SEGMENT_END (exp).
3186         * ldexp.c (exp_data_seg): New variable.
3187         (exp_print_token): Handle DATA_SEGMENT_ALIGN and DATA_SEGMENT_END.
3188         (fold_binary): Handle DATA_SEGMENT_ALIGN.
3189         (exp_fold_tree): Handle DATA_SEGMENT_END.
3190         Pass allocation_done when recursing instead of hardcoding
3191         lang_allocating_phase_enum.
3192         * ldexp.h (exp_data_seg): New.
3193         * ldlang.c (lang_size_sections_1): Renamed from lang_size_sections.
3194         (lang_size_sections): New.
3195         * ld.texinfo (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): Document.
3196         * scripttempl/elf.sc: Use DATA_SEGMENT_ALIGN and DATA_SEGMENT_END
3197         if COMMONPAGESIZE is defined.
3198         * emulparams/elf_i386.sh (COMMONPAGESIZE): Set to 4K.
3199         * emulparams/elf32_sparc.sh (COMMONPAGESIZE): Set to 8K.
3200         * emulparams/elf64_sparc.sh (COMMONPAGESIZE): Set to 8K.
3201         * emulparams/elf64alpha.sh (COMMONPAGESIZE): Set to 8K.
3202         * emulparams/elf64_ia64.sh (COMMONPAGESIZE): Set to 16K for shared
3203         libraries only.
3205 2002-02-11  Alan Modra  <amodra@bigpond.net.au>
3207         * Makefile.in: Regenerate.
3209 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
3211         * lexsup.c: Remove strtoul declaration.
3213 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
3215         * ldmain.c: Add prototype for main ().
3216         * lexsup.c: Guard declaration of strtoul with HAVE_STDLIB_H.
3217         * emultempl/lnk960.em (lnk960_choose_target): Function should
3218         take two arguments.
3220 2002-02-10  Alan Modra  <amodra@bigpond.net.au>
3222         * ldlang.c (entry_section): New initialised variable.
3223         (lang_finish): Use it.
3224         * ldlang.h (entry_section): Declare.
3225         * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Set
3226         entry_section to ".opd".
3228 2002-02-09  Chris Demetriou  <cgd@broadcom.com>
3230         * ld.texinfo (Options): Add back in -nostdlib documentation,
3231         which had been inadvertently removed.
3233 2002-02-09  Hans-Peter Nilsson  <hp@bitrange.com>
3235         * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Adjust
3236         register section vma to a sane value after emitting error.  Make
3237         fatal conditions cause program exit when emitting message.
3239 2002-02-08  Ivan Guzvinec <ivang@opencores.org>
3241         * configure.tgt: Add or32-*-rtems target.
3243 2002-02-08  Alexandre Oliva  <aoliva@redhat.com>
3245         Contribute sh64-elf.
3246         2002-01-24  Alexandre Oliva  <aoliva@redhat.com>
3247         * emulparams/shelf32.sh (STACK_ADDR): Define as formerly defined
3248         in OTHER_RELOCATABLE_SECTIONS.
3249         2002-01-18  Alexandre Oliva  <aoliva@redhat.com>
3250         * emulparams/shelf32.sh (STACK_ADDR): Define.
3251         (OTHER_RELOCATABLE_SECTIONS): Renamed to...
3252         (OTHER_SECTIONS): this.  Removed stack settings.
3253         * emulparams/shelf64.sh (OTHER_RELOCATABLE_SECTIONS): Do not set.
3254         (OTHER_SECTIONS): Reset after sourcing shelf32.sh.
3255         2001-03-12  DJ Delorie  <dj@redhat.com>
3256         * emultempl/sh64elf.em (sh64_elf_$_before_allocation): Disable
3257         relaxing if any shmedia or mixed sections are found.
3258         2001-03-07  DJ Delorie  <dj@redhat.com>
3259         * emultempl/sh64elf.em (sh64_elf_before_allocation): Pass f to
3260         einfo.  Gracefully decline to output to non-elf formats.
3261         2001-03-06  Hans-Peter Nilsson  <hpn@redhat.com>
3262         * emulparams/shelf64.sh (OTHER_RELOCATING_SECTIONS) <.stack>:
3263         Default to _end aligned to next multiple of 0x40000, plus 0x40000.
3264         * emulparams/shelf32.sh: Ditto.
3265         2001-01-14  Hans-Peter Nilsson  <hpn@cygnus.com>
3266         * emulparams/shelf32.sh (OTHER_RELOCATING_SECTIONS): Tweak
3267         comment.
3268         2001-01-10  Ben Elliston  <bje@redhat.com>
3269         * emulparams/shelf32.sh (OTHER_RELOCATING_SECTIONS): Avoid
3270         non-portable shell constructs. From Hans-Peter Nilsson.
3271         2001-01-09  Hans-Peter Nilsson  <hpn@cygnus.com>
3272         * emulparams/shelf64.sh (EXTRA_EM_FILE): Define empty.
3273         * Makefile.am (eshelf64.c, eshlelf64.c, eshlelf32.c): Adjust
3274         dependencies to the shell script include chain.
3275         * Makefile.in: Regenerate.
3276         2001-01-06  Hans-Peter Nilsson  <hpn@cygnus.com>
3277         * emultempl/sh64elf.em: Update and tweak comments.
3278         (sh64_elf_${EMULATION_NAME}_after_allocation): Always allocate and
3279         make a .cranges section SEC_IN_MEMORY.
3280         2000-12-30  Hans-Peter Nilsson  <hpn@cygnus.com>
3281         * emultempl/sh64elf.em
3282         (sh64_elf_${EMULATION_NAME}_before_allocation): Don't stop when
3283         .cranges section found to be necessary; continue and set stored
3284         section contents flags for sections with non-mixed contents.
3285         Use a struct sh64_section_data container and sh64_elf_section_data
3286         to store contents-type flags.
3287         Remove unused update of "isec".
3288         (sh64_elf_${EMULATION_NAME}_after_allocation): Only process
3289         sections marked SHF_SH5_ISA32_MIXED.  Use sh64_elf_section_data to
3290         access contents-type flags.  Assert that the associated container
3291         is initialized.  Use that container, not elf_gp_size, to hold size
3292         of linker-generated cranges contents.
3293         2000-12-18  Hans-Peter Nilsson  <hpn@cygnus.com>
3294         * emultempl/sh64elf.em
3295         (sh64_elf_${EMULATION_NAME}_before_allocation): Exit early if
3296         there's already a .cranges section.  When section flag difference
3297         is found, don't NULL-check cranges a second time.  Tweak comments.
3298         (sh64_elf_${EMULATION_NAME}_after_allocation): Use size after
3299         merging, not max size, as size of ld-generated .cranges contents.
3300         Don't set ELF section flags in output section.  When checking for
3301         needed .cranges descriptors, don't use a variable; compare
3302         incoming ELF section flags directly to SHF_SH5_ISA32_MIXED.  Tweak
3303         comments.
3304         2000-12-18  Hans-Peter Nilsson  <hpn@cygnus.com>
3305         * emultempl/sh64elf.em: New file.
3306         * Makefile.am (eshelf32.c, eshlelf32.c): Adjust dependencies.
3307         * Makefile.in: Regenerate.
3308         * emulparams/shelf32.sh (OUTPUT_FORMAT): Only set if not set.
3309         (OTHER_RELOCATING_SECTIONS): Ditto.
3310         (EXTRA_EM_FILE): New, set to sh64elf if not set.
3311         * emulparams/shlelf32.sh: Stub out all settings except
3312         OUTPUT_FORMAT.  Source shelf32.sh.
3313         * emulparams/shelf64.sh: Similar, but also keep ELF_SIZE and
3314         OTHER_RELOCATING_SECTIONS.
3315         (OTHER_RELOCATING_SECTIONS): Remove .cranges.
3316         * emulparams/shlelf64.sh: Stub out all settings except
3317         OUTPUT_FORMAT.  Source shelf64.sh.
3318         2000-12-15  Hans-Peter Nilsson  <hpn@cygnus.com>
3319         * emulparams/shelf64.sh (OTHER_RELOCATING_SECTIONS): Include
3320         .cranges section.
3321         (DATA_START_SYMBOLS): Define, provide ___data.
3322         (OTHER_READONLY_SYMBOLS): Define, provide ___rodata and align to 8
3323         for consecutive .data section.
3324         (OTHER_GOT_SECTIONS): Define, align to 8 for consecutive .bss
3325         section after .data section.
3326         * emulparams/shlelf64.sh: Ditto.
3327         * emulparams/shelf32.sh: Ditto.
3328         (ALIGNMENT): Define to 8.
3329         * emulparams/shelf32.sh: Ditto.
3330         2000-12-12  Hans-Peter Nilsson  <hpn@cygnus.com>
3331         * configure.tgt (sh64-*-elf*): Assign targ_extra_libpath to get
3332         built-in linker scripts.
3333         2000-11-30  Hans-Peter Nilsson  <hpn@cygnus.com>
3334         * emulparams/shlelf64.sh: New.
3335         * emulparams/shelf64.sh: New.
3336         * configure.tgt (sh64-*-elf*): Add shelf64 and shlelf64 to
3337         targ_extra_emuls.
3338         * Makefile.am: Add support for shlelf64 and shelf64.
3339         * Makefile.in: Regenerate.
3340         2000-11-29  Hans-Peter Nilsson  <hpn@cygnus.com>
3341         * configure.tgt (sh64-*-elf*): Add shelf as default.
3342         Add shlelf to targ_extra_emuls.
3343         2000-11-24  Hans-Peter Nilsson  <hpn@cygnus.com>
3344         * emulparams/shelf32.sh: New file.
3345         * emulparams/shlelf32.sh: New file.
3346         * Makefile.am: Add support for shlelf32 and shelf32.
3347         * configure.tgt: Map sh64-*-elf* to shlelf32 and shelf32.
3348         * Makefile.in: Regenerate.
3350 2002-02-05  Hans-Peter Nilsson  <hp@axis.com>
3352         * ldlang.c (lang_reset_memory_regions): Rename from
3353         reset_memory_regions.  Change all callers.  Make public.
3354         * ldlang.h (lang_reset_memory_regions): Prototype.
3355         * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Call
3356         lang_reset_memory_regions before lang_size_sections.
3357         * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
3358         * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Likewise.
3360 2002-02-04  Hans-Peter Nilsson  <hp@bitrange.com>
3362         * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Use signed
3363         arithmetic when checking for too many global registers.
3365 2002-02-02  Jason Thorpe  <thorpej@wasabisystems.com>
3367         * Makefile.am (ALL_EMULATIONS): Add ehppanbsd.o.
3368         (ehppanbsd.c): New rule.
3369         * Makefile.in: Regenerate.
3370         * configure.tgt (hppa*-*-netbsd*): New target.
3371         * emulparams/hppalinux.sh: Add comment to check other files
3372         that source this file it is modified, and list which
3373         files that do.
3374         * emulparams/hppanbsd.sh: New file.
3376 2002-02-01  Geoffrey Keating  <geoffk@redhat.com>
3378         * scripttempl/xstormy16.sc: Don't allocate extra space for the
3379         stack.
3381 2002-02-01  Hans-Peter Nilsson  <hp@bitrange.com>
3383         Support on-demand global register allocation from
3384         R_MMIX_BASE_PLUS_OFFSET relocs.
3385         * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Rename from
3386         mmix_set_reg_section_vma.  Call
3387         _bfd_mmix_finalize_linker_allocated_gregs.
3388         (mmix_before_allocation): New function.
3389         (LDEMUL_AFTER_ALLOCATION): Set to mmix_after_allocation.
3390         (LDEMUL_BEFORE_ALLOCATION): Define to mmix_before_allocation.
3391         * scripttempl/mmo.sc (.text): Mark .init, .fini as KEEP.
3392         (.MMIX.reg_contents): Add .MMIX.reg_contents.linker_allocated
3393         before .MMIX.reg_contents.
3394         * emultempl/mmo.em (gldmmo_before_allocation): Define to default.
3395         (mmo_after_open): New function.
3396         (LDEMUL_AFTER_OPEN): Define to mmo_after_open.
3397         * emulparams/elf64mmix.sh (OTHER_SECTIONS): Tweak formatting.  Add
3398         .MMIX.reg_contents.linker_allocated before .MMIX.reg_contents.
3400 2002-01-31  Ivan Guzvinec  <ivang@opencores.org>
3402         * emulparams/or32.sh: New file.
3403         * emulparams/or32elf.sh: New file.
3404         * scripttempl/or32.sc: New file.
3405         * configure.tgt : Add support for or32.
3406         * configure: Regenerate
3407         * Makefile.am: Add support for or32.
3408         * Makefile.in: Regenerate.
3409         * NEWS: Mention support for or32.
3410         * po/ld.pot: Regenerate.
3412 2002-01-29  Chris Demetriou  <cgd@broadcom.com>
3413             Mitch Lichtenberg  <mpl@broadcom.com>
3415         * emulparams/elf32bmip.sh (EXTRA_EM_FILE): Define to be mipself.
3416         * emultempl/mipself.em: New file to handle MIPS ELF embedded
3417         reloc creation (ld --embedded-relocs).
3419 2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
3421         * configure: Regenerated.
3423 2002-01-26  Hans-Peter Nilsson  <hp@bitrange.com>
3425         * Makefile.am (install): Depend on install-info.
3426         * Makefile.in: Regenerate.
3428 2002-01-26  Christian Rose  <menthos@menthos.com>
3430         * ldmain.c (main): Use full sentences to ease translation.
3432 2002-01-26  Nick Clifton  <nickc@cambridge.redhat.com>
3434         * po/fr.po: Updated version.
3436 2002-01-25  Nick Clifton  <nickc@cambridge.redhat.com>
3438         * po/es.po: Updated version.
3440 2002-01-25  Andreas Jaeger  <aj@suse.de>
3442         * ldlex.l (yy_input): Correct error check.
3444 2002-01-25  Alan Modra  <amodra@bigpond.net.au>
3446         * ldmisc.c (demangle): Put back dots when string not demangled.
3448 2002-01-22  Richard Henderson  <rth@redhat.com>
3450         * emulparams/elf64alpha.sh (NOP): Use unop.
3452 2002-01-21  Andreas Jaeger  <aj@suse.de>
3454         * ldlex.l: Use fread instead of read.
3456 2002-01-21  Jason Thorpe  <thorpej@wasabisystems.com>
3458         * configure.tgt (ia64-*-netbsd*): New target.
3460 2002-01-21  H.J. Lu <hjl@gnu.org>
3462         * emulparams/elf32btsmip.sh (SHLIB_TEXT_START_ADDR): Change to
3463         0.
3464         * emulparams/elf64btsmip.sh (SHLIB_TEXT_START_ADDR): Likewise.
3466 2002-01-18  Andreas Jaeger  <aj@suse.de>
3468         * ldver.c (ldversion): Update year.
3470 2002-01-17  Nick Clifton  <nickc@cambridge.redhat.com>
3472         * po/ld.pot: Regenerate.
3474 2002-01-16  Alan Modra  <amodra@bigpond.net.au>
3476         * Makefile.am (eelf64ppc.c, eelf64lppc.c): Depend on ppc64elf.em.
3477         * Makefile.in: Regenerate.
3478         * emulparams/elf64ppc.sh (EXTRA_EM_FILE): Define.
3479         * emultempl/ppc64elf.em: New file.
3481 2002-01-15  DJ Delorie  <dj@redhat.com>
3483         * scripttempl/pe.sc: Add support for constructor priorities.
3485 2002-01-07  Marek Michalkiewicz  <marekm@amelek.gda.pl>
3487         * emulparams/avr1200.sh (DATA_START): Define as 0x60.
3488         * emulparams/avr23xx.sh: Likewise.
3489         * emulparams/avr4433.sh: Likewise.
3490         * emulparams/avr44x4.sh: Likewise.
3491         * emulparams/avr85xx.sh: Likewise.
3492         * emulparams/avrmega103.sh: Likewise.
3493         * emulparams/avrmega161.sh: Likewise.
3494         * emulparams/avrmega603.sh: Likewise.
3495         * scripttempl/elf32avr.sc: Use DATA_START instead of 0x60.
3497 2002-01-08  Alexandre Oliva  <aoliva@redhat.com>
3499         * ldlang.c (walk_wild_section): Exclude object file if enclosing
3500         archive is excluded.
3502 2002-01-07  Jason Thorpe  <thorpej@wasabisystems.com>
3504         * Makefile.am (ALL_EMULATIONS): Add eshelf_nbsd.o and eshlelf_nbsd.o.
3505         (eshelf_nbsd.c): New rule.
3506         (eshlelf_nbsd.c): New rule.
3507         * Makefile.in: Regenerate.
3508         * configure.tgt (sh*le-*-netbsdelf*): New target.
3509         (sh*-*-netbsdelf*): New target.
3510         * emulparams/shelf.sh: Document that shelf_nbsd.sh sources this file.
3511         * emulparams/shelf_nbsd.sh: New emulation.
3512         * emulparams/shlelf_nbsd.sh: New emulation.
3514 2002-01-07  Nick Clifton  <nickc@cambridge.redhat.com>
3516         * po/es.po: New file: Spanish translation.
3517         * configure.in (ALL_LINGUAS): Add es.
3518         * configure: Regenerate.
3520 2002-01-06  John Marshall  <jmarshall@acm.org>
3522         * ld.texinfo: Note that --emit-relocs is currently only
3523         implemented for ELF.
3525 2002-01-05  Alan Modra  <amodra@bigpond.net.au>
3527         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Make use
3528         of bfd_section_list_remove and bfd_section_list_insert macros.
3529         * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
3530         * emultempl/mmo.em (mmo_place_orphan): Likewise.
3532 2002-01-04  Jason Thorpe  <thorpej@wasabisystems.com>
3534         * configure.tgt (x86_64-*-netbsd*): New target.
3536 2001-12-21  Tom Rix  <trix@redhat.com>
3538         (gld*_create_output_section_statements): New function.
3539         For -binitfini support.
3540         * emultempl/aix.em (gld*_before_parse): Fix comment.
3541         * emultempl/aix.em (gld*_parse_args): Fix comment.
3543 2001-12-20  Jason Thorpe  <thorpej@wasabisystems.com>
3545         * configure.tgt (mips*-dec-netbsd*): Delete alias for
3546         mips*el-*-netbsd*.
3547         (sparc64-*-netbsd*): Add elf32_sparc to targ_extra_emuls.
3549         * configure.tgt (arm-*-netbsdelf*): Add target.
3550         (arm-*-netbsd*): Add armelf and armelf_nbsd to targ_extra_emuls.
3551         * emulparams/armelf_nbsd.sh: Added.
3552         * Makefile.am: Add rules for earmelf_nbsd.
3553         * Makefile.in: Regenerate.
3555 2001-12-19  Andreas Jaeger  <aj@suse.de>,
3556             Susanne Oberhauser <froh@suse.de>
3558         * configure.host: Add rules for x86_64-*linux-gnu.  Change
3559         s390x-linux entry to use gcc to report configuration, replace gcc
3560         with $CC in s390-linux
3562 2001-12-19  Andreas Jaeger  <aj@suse.de>
3564         * ld.texinfo (VERSION): Fix markup.
3566 2001-12-18  matthew green  <mrg@eterna.com.au>
3568         * Makefile.am (ALL_EMULATIONS): Add m68kelfnbsd.o.
3569         (m68kelfnbsd.c): New rule.
3570         * Makefile.in: Regenerate.
3571         * configure.tgt (m68*-hp-netbsd*): Renamed to ..
3572         (m68*-*-netbsd*4k*): .. this.
3573         (m68*-*-netbsdelf*): New target.
3574         (m68*-*-netbsd*): Also include ELF support.
3575         (m68*-*-netbsdaout*): New alias for m68*-*-netbsd*.
3576         * emulparams/m68kelfnbsd.sh: New emulation.
3578 2001-12-18  Jakub Jelinek  <jakub@redhat.com>
3580         * ldgram.y (vers_node): Support anonymous version tags.
3581         * ldlang.c (lang_register_vers_node): Ensure anonymous version
3582         tag is not defined together with non-anonymous versions.
3583         * ld.texinfo: Document it.
3585 2001-12-18  Nick Clifton  <nickc@cambridge.redhat.com>
3587         * po/tr.po: New file: Turkish translation.
3588         * configure.in (ALL_LINGUAS): Add tr.
3589         * configure: Regenerate.
3591 2001-12-17  Jason Thorpe  <thorpej@wasabisystems.com>
3593         * Makefile.am: Add rules for eelf64alpha_nbsd.
3594         * Makefile.in: Regenerate.
3595         * configure.tgt (alpha*-*-netbsd*): Set
3596         targ_emul to elf64alpha_nbsd.
3597         * emulparams/elf64alpha_nbsd.sh: Added.
3599 2001-12-17  Alan Modra  <amodra@bigpond.net.au>
3601         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Adjust
3602         section_tail when fiddling with section list.
3603         (gld${EMULATION_NAME}_list_options): Ensure sentences aren't
3604         broken into separate strings to make translation easier.
3605         * emultempl/mmo.em (mmo_place_orphan): Adjust section_tail when
3606         fiddling with section list.
3607         * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
3609 2001-12-16  Hans-Peter Nilsson  <hp@bitrange.com>
3611         * scripttempl/mmo.sc: Add .debug_ranges to listed sections.
3613 2001-12-15  Alan Modra  <amodra@bigpond.net.au>
3615         * ldmain.c (main): Initialise link_info.eh_frame_hdr.
3617 2001-12-13  Jakub Jelinek  <jakub@redhat.com>
3619         * emultempl/elf32.em (finish): Supply output_bfd
3620         to bfd_elf*_discard_info.
3621         (OPTION_EH_FRAME_HDR): Define.
3622         (longopts): Add --eh-frame-hdr.
3623         (parse_args): Handle it.
3624         (list_options): Add --eh-frame-hdr to help.
3625         * emultempl/hppaelf.em (finish): Supply output_bfd
3626         to bfd_elf*_discard_info.
3627         * scripttempl/elf.sc (.eh_frame_hdr): Add.
3629 2001-12-13  Alan Modra  <amodra@bigpond.net.au>
3631         * lexsup.c (parse_args): Don't pass shortopts to second call to
3632         getopt functions.  Restore optind rather than decrementing before
3633         second call.  Remove errind as it now duplicates last_optind.
3635 2001-12-11  Christopher Faylor  <cgf@redhat.com>
3637         * emultempl/pe.em (gld_${EMULATION_NAME}_list_options): Fix typo.
3639 2001-12-07  Geoffrey Keating  <geoffk@redhat.com>
3640             Richard Henderson  <rth@redhat.com>
3642         * Makefile.am: Add support for xstormy16.
3643         * configure.tgt: Add support for xstormy16.
3644         * Makefile.in: Regenerate.
3645         * emulparams/elf32xstormy16.sh: New file.
3646         * scripttempl/xstormy16.sc: New file.
3648 2001-10-01  Christopher Faylor <cgf@cygnus.com>
3650         * Makefile.in (LIB_PATH): Make configurable.
3651         (GENSCRIPTS): Set LIB_PATH in environment.
3652         * configure.in: Substitute LIB_PATH.
3653         * configure: Regenerate.
3654         * configure.tgt (*cygwin): Set LIB_PATH for cross build.
3655         * configure.host (*cygwin): Add /usr/lib/w32api to NATIVE_LIB_DIRS.
3657 2001-12-07  Nick Clifton  <nickc@cambridge.redhat.com>
3659         * lexsup.c (ld_options): Insert 'PROGRAM' into the text string
3660         describing the -N option so that it is easier to translate into
3661         foreign languages.
3663 2001-12-05  Nick Clifton  <nickc@cambridge.redhat.com>
3665         * emultempl/pe.em (..._list_options): Replace multiple fprintf
3666         statements describing a single option with a single, newline
3667         escaped fprintf.  This allows better translation into other
3668         languages.
3670         * ldmain.c (add_archive_element): Combine multiple strings
3671         into a single string to permit better translation into other
3672         languages.
3674 2001-12-05  Tom Rix  <trix@redhat.com>
3676         * Makefile.am: Remove eaixppc64.
3677         * Makefile.in: Regenerate.
3679 2001-12-04  Tom Rix  <trix@redhat.com>
3681         * emultempl/aix.em (choose_target): Change default target to
3682         OUTPUT_FORMAT for ppcmacos.  Add braces to remove compiler
3683         warning.
3684         (gld*_read_file): Fix typo.
3685         (change_symbol_mode): Add prototype.
3686         (is_syscall): Same.
3688         * emulparams/aixppc.sh (SYSCALL_MASK, SYMBOL_MODE_MASK): Delete.
3689         * emulparams/aixrs6.sh : Same.
3690         * emulparams/ppcmacos.sh : Same.
3691         * emulparams/aixppc64.sh : Delete file.
3692         * emultempl/aix.em : Formatting changes.
3694 2001-12-04  Hans-Peter Nilsson  <hp@axis.com>
3696         * emulparams/criself.sh (NO_SMALL_DATA): Set, to yes.
3697         (OTHER_BSS_END_SYMBOLS): Don't refer to .sbss when setting
3698         __Sbss.
3699         (OTHER_END_SYMBOLS): Fix formatting.
3700         * emulparams/crislinux.sh (NO_SMALL_DATA): Set, to yes.
3701         (OTHER_END_SYMBOLS): Fix formatting.
3703 2001-12-04  Alan Modra  <amodra@bigpond.net.au>
3705         * ldexp.c (exp_print_token): Correct "table" entry for RSHIFT.
3707 2001-12-02  Tom Rix  <trix@redhat.com>
3709         * configure.tgt : Remove eaixppc64 emulations.
3710         * Makefile.in : Remove eaixppc64.c
3711         * ldemul.c (ldemul_choose_target): New parameters argc, argv.
3712         (ldemul_default_target): Same.
3713         * emultempl/gld960.em (gld960_choose_target): Same.
3714         * emultempl/gld960c.em (gld960_choose_target): Same.
3715         * scripttempl/aix.sc: Remove OUTPUT_FORMAT.
3716         * emultempl/aix.em (is_syscall): syscall_mask now a variable.
3717         * emultempl/aix.em (gld*_read_file): symbol_mode_mask now a variable.
3718         * emultempl/aix.em (gld*_parse_args): Handle -b32 -b64 emulation.
3719         * emultempl/aix.em (choose_target): New function.  Handle emulation of
3720         -b32 and -b64.
3722 2001-11-27  H.J. Lu <hjl@gnu.org>
3724         * emulparams/elf_i386.sh (NO_SMALL_DATA): Set to yes.
3725         * emulparams/elf_i386_be.sh (NO_SMALL_DATA): Likewise.
3726         * emulparams/elf_i386_chaos.sh (NO_SMALL_DATA): Likewise.
3727         * emulparams/elf_i386_ldso.sh (NO_SMALL_DATA): Likewise.
3728         * emulparams/elf_x86_64.sh (NO_SMALL_DATA): Likewise.
3729         * emulparams/m68kelf.sh (NO_SMALL_DATA): Likewise.
3730         * emulparams/elf32_sparc.sh (NO_SMALL_DATA): Likewise.
3731         * emulparams/elf64_sparc.sh (NO_SMALL_DATA): Likewise.
3733         * scripttempl/elf.sc (SBSS): New. Define if ${NO_SMALL_DATA}
3734         is not empty.
3735         (SDATA): Likewise.
3736         (REL_SDATA): Likewise.
3737         (REL_SBSS): Likewise.
3738         (REL_SDATA2): Likewise.
3739         (REL_SBSS2): Likewise.
3740         (SBSS2): Define if ${NO_SMALL_DATA} is not empty.
3741         (SDATA2): Likewise.
3743 2001-11-25  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
3745         * scripttempl/elfm68hc11.sc (CTOR, DTOR): Put constructor and
3746         destructor in rom.
3747         * scripttempl/elfm68hc12.sc (CTOR, DTOR): Likewise.
3749 2001-11-22  H.J. Lu  <hjl@gnu.org>
3751         * Makefile.in: Regenerated with automake based on automake
3752         1.4-8 in RedHat 7.1.
3754 2001-11-22  Alan Modra  <amodra@bigpond.net.au>
3756         * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Define.
3757         (config.status): Delete rule.
3758         Add extra dependencies to cover sourced emulparams files.
3759         * Makefile.in: Regenerate.
3761         * scripttempl/elf.sc: Order <section>, <section>.* and
3762         corresponding linkonce sections as seen in input files.
3763         Formatting fixes.  Zero vma of all sections if not relocating.
3764         (STACK): Define and insert if STACK_ADDR defined.
3765         (OTHER_RELOCATING_SECTIONS): Delete.
3766         (OTHER_END_SYMBOLS): Define.
3767         (OTHER_READONLY_SECTIONS): Always insert, not just when relocating.
3768         (OTHER_READWRITE_SECTIONS): Likewise.
3769         (OTHER_GOT_SECTIONS): Likewise.
3770         (OTHER_SDATA_SECTIONS): Likewise.
3771         (OTHER_BSS_SECTIONS): Likewise.
3772         * scripttempl/elfi370.sc (OTHER_READONLY_SECTIONS): Likewise.
3773         (OTHER_READWRITE_SECTIONS): Likewise.
3774         * scripttempl/nw.sc (OTHER_READONLY_SECTIONS): Likewise.
3775         (OTHER_READWRITE_SECTIONS): Likewise.
3777         * emulparams/armelf.sh (OTHER_RELOCATING_SECTIONS): Delete.
3778         (STACK_ADDR): Define.
3779         * emulparams/armelf_oabi.sh: As for armelf.sh.
3780         * emulparams/elf32mcore.sh: As for armelf.sh.
3781         * emulparams/h8300elf.sh: As for armelf.sh.
3782         * emulparams/mn10200.sh: As for armelf.sh.
3783         * emulparams/shelf.sh: As for armelf.sh.
3785         * emulparams/elf32fr30.sh (OTHER_RELOCATING_SECTIONS): Delete.
3786         (OTHER_END_SYMBOLS): Define.
3787         * emulparams/m32relf.sh: As for elf32fr30.sh.
3788         * emulparams/h8300helf.sh: As for elf32fr30.sh.
3789         * emulparams/h8300self.sh: As for elf32fr30.sh.
3791         * emulparams/criself.sh (OTHER_READONLY_SECTIONS): Protect symbol
3792         defines with RELOCATING test.
3793         (OTHER_SDATA_SECTIONS): Likewise.
3794         (OTHER_RELOCATING_SECTIONS): Delete, replacing with..
3795         (OTHER_END_SYMBOLS): ..this.
3796         * emulparams/crislinux.sh: As for criself.sh.
3798         * emulparams/elf32bmipn32.sh (OTHER_SDATA_SECTIONS): Zero vma
3799         if not relocating.
3800         (OTHER_RELOCATING_SECTIONS): Delete, replacing with..
3801         (OTHER_SECTIONS): ..this.  Zero vma if not relocating.  Order
3802         normal and linkonce sections as seen in input files.
3803         * emulparams/elf32bmip.sh (DATA_ADDR): Don't define if EMBEDDED.
3804         (TEXT_DYNAMIC): Likewise.
3805         (INITIAL_READONLY_SECTIONS): Zero vma if not relocating.
3806         (OTHER_SDATA_SECTIONS): Likewise.
3807         * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
3808         * emulparams/shlelf_linux.sh (OTHER_READWRITE_SECTIONS): Likewise.
3809         * emulparams/elf64alpha.sh (OTHER_READONLY_SECTIONS): Likewise.
3810         * emulparams/hppalinux.sh (OTHER_READONLY_SECTIONS): Likewise.
3811         * emulparams/elf64_aix.sh (OTHER_GOT_SECTIONS): Likewise.
3812         (OTHER_PLT_RELOC_SECTIONS): Likewise.
3813         (OTHER_READONLY_SECTIONS): Likewise.  Order normal and linkonce
3814         sections as seen in input files.
3815         * emulparams/elf64_ia64.sh: As for emulparams/elf64_aix.sh.
3816         * emulparams/hppa64linux.sh (OTHER_READONLY_SECTIONS): Zero vma
3817         if not relocating.
3818         (OTHER_READWRITE_SECTIONS, OTHER_BSS_SECTIONS): Likewise.
3819         (OTHER_BSS_END_SYMBOLS): Merge from elf64hppa.sh.
3820         * emulparams/elf64mmix.sh (OTHER_RELOCATING_SECTIONS): Delete.
3821         (OTHER_SECTIONS): Instead, use this..
3822         (OTHER_END_SYMBOLS): ..and this.
3824         * emulparams/elf32b4300.sh: Source elf32bmip.sh, remove duplicates.
3825         * emulparams/elf32bsmip.sh: Likewise.
3826         * emulparams/elf32btsmip.sh: Likewise.
3827         * emulparams/elf32ebmip.sh: Likewise.
3828         * emulparams/elf32lmip.sh: Likewise.
3829         * emulparams/elf32elmip.sh: Source elf32lmip.sh, remove duplicates.
3830         * emulparams/elf32lsmip.sh: Likewise.
3831         * emulparams/elf32ltsmip.sh: Source elf32btsmip.sh, remove duplicates.
3832         * emulparams/elf32l4300.sh: Source elf32b4300.sh, remove duplicates.
3833         * emulparams/elf64bmip.sh: Source elf32bmipn32.sh, remove duplicates.
3834         * emulparams/elf64btsmip.sh: Likewise.
3835         * emulparams/elf64ltsmip.sh: Source elf64btsmip.sh, remove duplicates.
3836         * emulparams/elf32lppc.sh: Source elf32ppc.sh, remove duplicates.
3837         * emulparams/elf32ppclinux.sh: Likewise.
3838         * emulparams/elf32ppcsim.sh: Likewise.
3839         * emulparams/elf32lppcsim.sh: Source elf32lppc.sh, remove duplicates.
3840         * emulparams/elf64hppa.sh: Source hppa64linux.sh, remove duplicates.
3841         * emulparams/h8300helf.sh: Source h8300elf.sh, remove duplicates.
3842         * emulparams/h8300self.sh: Likewise.
3843         * emulparams/mn10300.sh: Source mn10200.sh, remove duplicates.
3844         * emulparams/sh.sh: Comment.
3845         * emulparams/shl.sh: Source sh.sh, remove duplicates.
3846         * emulparams/shlelf.sh: Source shelf.sh, remove duplicates.
3847         * emulparams/shelf_linux.sh: Source shlelf_linux.sh, remove duplicates.
3849 2001-11-21  David Heine <dlheine@tensilica.com>
3850             Alan Modra  <amodra@bigpond.net.au>
3852         * ldlang.c (map_input_to_output_sections): Replace "break"
3853         accidentally removed with 2001-08-03 change.
3854         (lang_gc_sections_1): Likewise.
3856 2001-11-21  Alan Modra  <amodra@bigpond.net.au>
3858         * ldlang.c (walk_wild_section): Move sec == NULL case out of loop.
3860 2001-11-20  Angela Marie Thomas <angela@redhat.com>
3862         * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Use NULL instead
3863         of false when calling lang_size_sections.
3864         * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
3866 2001-11-15  Alan Modra  <amodra@bigpond.net.au>
3868         * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Only emit this
3869         function when LDEMUL_FINISH isn't set to the same name.  Don't
3870         call ${LDEMUL_FINISH}.
3871         (ld_${EMULATION_NAME}_emulation): Call $LDEMUL_FINISH if defined.
3872         * emultempl/armelf.em (arm_elf_finish): Call
3873         gld${EMULATION_NAME}_finish.
3874         * emultempl/hppaelf.em (hppaelf_finish): Rename to
3875         gld${EMULATION_NAME}_finish.  Call bfd_elf32_discard_info and
3876         hppaelf_layout_sections_again if necessary.
3877         (need_laying_out): New var.
3878         (hppaelf_layaout_sections_again): Rename to
3879         hppaelf_layout_sections_again.  Clear need_laying_out.
3880         (PARSE_AND_LIST_OPTIONS): Format text.
3882 2001-11-14  H.J. Lu  <hjl@gnu.org>
3884         * emultempl/armelf.em (arm_elf_finish): Renamed from
3885         gld${EMULATION_NAME}_finish.
3886         (LDEMUL_FINISH): Set to arm_elf_finish.
3888 2001-11-14  Daniel Jacobowitz  <drow@mvista.com>
3890         * emultempl/elf32.em (gld${EMULATION_NAME}_finish): New.
3891         (struct ld_emulation_xfer_struct): Use it.
3893 2001-11-13  Ross Alexander <ross.alexander@uk.neceur.com>
3895         * emulparams/elf64hppa.sh (OTHER_BSS_END_SYMBOLS): Add
3896         additional symbols referenced by newer crt0.o files from HP.
3898 2001-11-12  Anthony Green  <green@redhat.com>
3900         * emulparams/armelf.sh (DATA_START_SYMBOLS): New symbol.
3902 2001-11-12  Alfred M. Szmidt  <ams@kemisten.nu>
3904         * Makefile.am (GENSCRIPTS): Quote ${exec_prefix}.
3905         * Makefile.in: Regenerate.
3907 2001-11-02  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
3909         * ld.texinfo: Use @command for commands, @option for options.
3910         * Makefile.am (POD2MAN): Use 'GNU Development Tools' for
3911         the page man title.
3912         * Makefile.in: Rebuild.
3914 2001-11-04  Chris Demetriou  <cgd@broadcom.com>
3916         * configure.tgt (mips*el-*-netbsd*, mips*-*-netbsd*):
3917         Add support for targets.
3919 2001-11-02  Nick Clifton  <nickc@cambridge.redhat.com>
3921         * configure.in (ALL_LINGUAS): Add "fr" and "sv"
3922         * configure: Regernate.
3923         * po/fr.po: New file.
3924         * po/sv.po: New file.
3926 2001-11-01  NIIBE Yutaka  <gniibe@m17n.org>
3928         * configure.tgt (sh-*-linux): Set targ_emul, targ_extra_emuls
3929         as little endian default and to support big endian.
3931 2001-11-01  Chris Demetriou  <cgd@broadcom.com>
3933         * ld.texinfo (Options): Document new option, -nostdlib.
3934         * lexsup.c (OPTION_NOSTDLIB): New definition.
3935         (ld_options): Add entry for "nostdlib".
3936         (parse_args): Handle OPTIONS_NOSTDLIB.
3937         * ldfile.c (ldfile_add_library_path): Don't add directories
3938         to the search path if they weren't specified on the command line
3939         and -nostdlib was specified.
3940         * ld.h (ld_config_type): New member only_cmd_line_lib_dirs.
3942 2001-10-31  Nick Clifton  <nickc@cambridge.redhat.com>
3944         * lexsup.c (parse_args): Prevent infinite parsing loop when
3945         "-rpath.a" is specified on the command line.
3946         Replace calls to fprintf with calls to einfo.
3948 2001-10-31  John Marshall  <jmarshall@acm.org>
3950         * ld.texinfo: A historical requirement that MEMORY and SECTIONS
3951         appear only once across all the linker scripts involved in a link
3952         invocation no longer applies.  Make the documentation reflect
3953         that.
3955 2001-10-31  NIIBE Yutaka  <gniibe@m17n.org>
3957         * configure.tgt: Supports sh3/sh4/sh3eb/sh4eb-unknown-linux-gnu
3958         targets.
3959         (sh-*-linux*): Added targ_extra_libpath.
3961 2001-10-31  David Heine  <dlheine@tensilica.com>
3963         * ldlang.c (lang_size_sections): Keep a valid output_offset field
3964         for padding statements.
3966 2001-10-30  Hans-Peter Nilsson  <hp@bitrange.com>
3968         * configure.tgt (mmix-*-*): New target.
3969         * Makefile.am (ALL_EMULATIONS): Add eelf64mmix.o and emmo.o.
3970         Add dependencies to match.
3971         * emulparams/mmo.sh, emulparams/elf64mmix.sh, emultempl/mmo.em,
3972         emultempl/mmix-elfnmmo.em, emultempl/mmixelf.em,
3973         scripttempl/mmo.sc: New files.
3974         * gen-doc.texi: @set MMIX.
3975         * ld.texinfo: Ditto.
3976         [MMIX] Add MMIX node.
3977         * Makefile.in: Regenerate.
3979 2001-10-29  Kazu Hirata  <kazu@hxi.com>
3981         * ldlang.c: Fix a comment typo.
3983 2001-10-23  Alan Modra  <amodra@bigpond.net.au>
3985         * configure.host: Move alpha*-*-linux-gnu* entry to generic
3986         entries, and match *-*-linux*.
3988 2001-10-20  Alan Modra  <amodra@bigpond.net.au>
3990         * ldgram.y (mri_script_command): Surround processing of INCLUDE
3991         with ldlex_script, ldlex_popstate.
3992         (ifile_p1): Likewise.
3993         * ldlex.l (EOF): Don't BEGIN(SCRIPT).  Restore lineno from the
3994         correct slot.
3995         (lex_push_file): Save current lineno to lineno_stack.  Set lineno
3996         to 1.  Don't BEGIN(SCRIPT).
3997         (lex_redirect): Similarly.
3998         * ldmain.c (main): Set yydebug non-zero if YYDEBUG.
4000 2001-10-20  Nick Clifton  <nickc@cambridge.redhat.com>
4002         * scripttempl/armcoff.sc: Define __EH_FRAME_BEGIN__ and
4003         __EH_FRAME_END__ and accept eh frames into data section.
4004         Add ctor and dtor sections.
4006 2001-10-19  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
4008         * pe-dll.c (autofilter_objectlist): Add gcrt0.o.
4009         (auto-export): Fix indentation.
4011 2001-10-18  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
4013         * pe-dll.c (autofilter_objectlist): Add startup objects
4014         for profiling.
4015         (auto-export): Constify char * p.
4016         Extract file basename and use strcmp rather than ststr
4017         for object lookup.
4019 2001-10-18  Chris Demetriou  <cgd@broadcom.com>
4021         * ldmain.c (get_emulation): Improve comment about the handling
4022         of -mipsN options.
4024 2001-10-17  Alan Modra  <amodra@bigpond.net.au>
4026         * po/POTFILES.in: Regenerate.
4028 2001-10-16  Vassili Karpov  <malc@pulsesoft.com>
4030         * emultempl/elf32.em (gld*_list_options): Remove extra '\t' from
4031         -z nocopyreloc and -z nocombreloc usage strings.
4033 2001-10-12  Vassili Karpov  <malc@pulsesoft.com>
4035         * emultempl/elf32.em (gld*_list_options): Include -z nocopyreloc
4036         in usage.
4038 2001-10-11  Aleksey Romanov <aromanov@ennovatenetworks.com>
4040         * scripttempl/armaout.sc: Place .bss section after end of aligned
4041         data section to match behaviour of aout code in constructrion of
4042         header.
4044 2001-10-11  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
4046         * pe-dll.c (autofilter_entry_type autofilter_liblist: Add
4047         startup files for mingw32 dlls to list.
4049 2001-10-10  Chris Demetriou  <cgd@broadcom.com>
4051         * emultempl/elf32.em: Fix shell 'if' usage for portability.
4053 2001-10-08  Aldy Hernandez  <aldyh@redhat.com>
4055         * configure.tgt (targ): Add arm9e-*-elf.
4057 2001-10-05  H.J. Lu  <hjl@gnu.org>
4059         * genscripts.sh: Fix a typo in the last change.
4061 2001-10-05  Jakub Jelinek  <jakub@redhat.com>
4063         * emultempl/elf32.em (gld_*_list_options): Include -z combreloc and
4064         -z nocombreloc in usage.
4066 2001-10-03  Jim Blandy  <jimb@redhat.com>
4068         * genscripts.sh: Include a comment at the top of each generated
4069         script, explaining its purpose.
4071 2001-10-03  Vassili Karpov  <malc@pulsesoft.com>
4073         * emultempl/elf32.em (parse_args): Handle -z nocopyreloc.
4074         * NEWS: Mention -z nocopyreloc.
4075         * ld.texinfo (Options): Describe nocopyreloc.
4077 2001-10-03  Alan Modra  <amodra@bigpond.net.au>
4079         * configure: Regenerate.
4081 2001-10-02  Alan Modra  <amodra@bigpond.net.au>
4083         * ldver.h (ld_program_version): Remove declaration.
4084         * lexsup.c (parse_args): Move printing of copyright message..
4085         * ldver.c (ldversion): .. to here.
4086         Use BFD_VERSION_STRING in place of BFD_VERSION.
4087         (ld_program_version): Remove.
4088         * Makefile.am (Makefile): Depend on bfd/configure.in.
4089         Run "make dep-am".
4090         * Makefile.in: Regenerate.
4092 2001-09-30  Hans-Peter Nilsson  <hp@bitrange.com>
4094         * Makefile.am: Update dependencies with "make dep-am".
4095         * Makefile.in: Regenerate.
4097 2001-09-29  John Reiser  <jreiser@BitWagon.com>
4099         * ldlang.c (lang_common): Conditionally inhibit Common allocation.
4100         * lexsup.c: Add --no-define-common commandline option.
4101         * ldgram.y: Add INHIBIT_COMMON_ALLOCATION script command.
4102         * ldlex.l: Likewise.
4103         * ld.h: Add command_line.inhibit_common_definition.
4104         * ldmain.c (main): Initialize.
4105         * ld.texinfo: Document.
4107 2001-09-29  Alan Modra  <amodra@bigpond.net.au>
4109         * ldlang.c (section_already_linked): Remove assignment to kept_section.
4111 2001-09-26  Alan Modra  <amodra@bigpond.net.au>
4113         * ldmisc.c (USE_STDARG): Remove.
4114         (info_msg): Define using VPARAMS, VA_OPEN, VA_FIXEDARG, VA_CLOSE.
4115         (einfo): Likewise.
4116         (minfo): Likewise.
4117         (lfinfo): Likewise.
4119         * ldmisc.h: Remove #ifdef ANSI_PROTOTYPES and non-ansi
4120         declarations.  Update copyright.
4122 2001-09-24  Charles Wilson  <cwilson@ece.gatech.edu>
4124         * pe-dll.c: Remove obsoleted declaration of
4125         pe_get_data_import_dll_name.
4126         (pe_create_import_fixup): Fix thinko.
4128         * ld.texinfo(enable-auto-import): Clarify the explanation.
4130 2001-09-24  Nick Clifton  <nickc@cambridge.redhat.com>
4132         * pe-dll.c (pe_create_import_fixup): Revert previous patch.
4133         * emultemp/pe.em (pe_data_import_dll): Move definition outside of
4134         DLL_SUPPORT controlled code.
4136 2001-09-24  Charles Wilson  <cwilson@ece.gatech.edu>
4138         * emultempl/pe.em(pe_data_import_dll): Make static.
4139         (pe_get_data_import_dll_name): New accessor function.
4140         * pe-dll.c(pe_create_import_fixup): call
4141         pe_get_data_import_dll_name() from pe.em, instead of
4142         directly accessing pe_data_import_dll variable from pe.em.
4144 2001-09-18  Bruno Haible  <haible@clisp.cons.org>
4146         * deffilep.y: Include "safe-ctype.h" instead of <ctype.h>.
4147         (def_file_add_directive): Use ISSPACE instead of isspace.
4148         (def_lex): Use ISDIGIT/ISXDIGIT/ISALPHA/ISALNUM instead of
4149         isdigit/isxdigit/isalpha/isalnum.
4150         * emultempl/aix.em: Include "safe-ctype.h" instead of <ctype.h>.
4151         (gld${EMULATION_NAME}_read_file): Use ISSPACE instead of isspace.
4152         * emultempl/elf32.em: Include "safe-ctype.h" instead of <ctype.h>.
4153         (gld${EMULATION_NAME}_place_orphan): Use ISALNUM instead of
4154         isalnum.
4155         * emultempl/gld960c.em: Include "safe-ctype.h" instead of <ctype.h>.
4156         (gld960_set_output_arch): Use ISUPPER/TOLOWER instead of
4157         isupper/tolower.
4158         * emultempl/sunos.em: Include "safe-ctype.h" instead of <ctype.h>.
4159         (gld${EMULATION_NAME}_search_dir): Use ISDIGIT instead of isdigit.
4160         * ldctor.c: Include "safe-ctype.h" instead of <ctype.h>.
4161         (ctor_prio): Use ISDIGIT instead of isdigit.
4162         * ldfile.c: Include "safe-ctype.h" instead of <ctype.h>.
4163         (ldfile_open_file_search): Use ISALPHA instead of isalpha.
4164         (ldfile_add_arch): Use ISUPPER/TOLOWER instead of
4165         isupper/tolower.
4166         * ldlang.c: Include "safe-ctype.h" instead of <ctype.h>.
4167         (stricpy): Use TOLOWER instead of isupper/tolower.
4168         (lang_leave_overlay_section): Use ISALNUM instead of isalnum.
4169         * ldlex.l: Include "safe-ctype.h" instead of <ctype.h>.
4170         (lex_warn_invalid): Use ISPRINT instead of isprint.
4171         * ldmain.c: Include "safe-ctype.h" instead of <ctype.h>.
4172         (main): For gettext, also set the LC_CTYPE locate facet.
4173         (add_keepsyms_file): Use ISSPACE instead of isspace.
4174         * lexsup.c: Include "safe-ctype.h" instead of <ctype.h>.
4175         (is_num, parse_args): Use ISDIGIT instead of isdigit.
4176         * mpw-elfmips.c: Include "safe-ctype.h" instead of <ctype.h>.
4177         (gldelf32ebmip_place_orphan): Use ISALNUM instead of isalnum.
4178         * mpw-eppcmac.c: Include "safe-ctype.h" instead of <ctype.h>.
4179         (gldppcmacos_read_file): Use ISSPACE instead of isspace.
4180         * pe-dll.c: Include "safe-ctype.h" instead of <ctype.h>.
4181         (quoteput): Use ISSPACE instead of isspace.
4182         (pe_dll_generate_implib, pe_process_import_defs): Use ISALNUM
4183         instead of isalnum.
4185 2001-09-18  Alan Modra  <amodra@bigpond.net.au>
4187         * deffilep.y (def_stash_module): Constify "name" param.
4189         * pe-dll.c: Replace CONST with const throughout.
4190         (quick_symbol): Constify "n1", "n2", "n3" params.
4191         (make_singleton_name_thunk): Constify "import" param.  Make
4192         "buffer_len" a size_t.
4193         (make_import_fixup_entry): Constify "name", "fixup_name",
4194         "dll_symname" params.
4195         (pe_get16): Cast args of bfd_seek.  Replace bfd_read with bfd_bread.
4196         (pe_get32): Likewise.
4197         (pe_implied_import_dll): Likewise.
4199         * emultempl/beos.em (sort_by_file_name): Constify "ra", "rb".
4200         (sort_by_section_name): Likewise.
4202         * emultempl/pe.em: Move defines for arm_epoc_pe before bfd.h included.
4203         (make_import_fixup): Cast printf arg, rel->address to long rather
4204         than int.
4205         (gld_${EMULATION_NAME}_after_open): Don't compare NULL against int.
4207 2001-09-15  Alan Modra  <amodra@bigpond.net.au>
4209         * ldmain.c (main): Rename BufferSize to ld_bufsz because HPUX
4210         defines BufferSize.  Increase buffer size by one.
4212 2001-09-14  Ralf Habacker <Ralf.Habacker@freenet.de>
4214         * pe-dll.c (pe_walk_relocs_of_symbol): Fix memory leak.
4216 2001-09-14  Kevin Lo <kevlo@openbsd.org>
4218         * configure.tgt: Add arm-openbsd target.
4220 2001-09-12  H.J. Lu  <hjl@gnu.org>
4222         * Makefile.am (ALL_EMULATIONS): Move eelf64ppc.o and
4223         eelf64lppc.o to ...
4224         (ALL_64_EMULATIONS): Here.
4225         * Makefile.in: Regenerated.
4227 2001-09-12  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
4229         * emultempl/pe.em(make_import_fixup): change signature to
4230         take asection as well as arelec; we need this for proper
4231         error reporting.  Only call pe_create_import_fixup() if
4232         there is no attempt to add a constant addend to the reloc;
4233         otherwise, report error condition.
4234         * pe-dll.c(pe_walk_relocs_of_symbol): change signature,
4235         since final argument is a pointer to make_import_fixup().
4236         Change call to cb() to match make_import_fixup() signature.
4237         (make_import_fixup_mark): make buffer_len unsigned.
4238         * pe-dll.h: change signature of pe_walk_relocs_of_symbol.
4240 2001-09-12  Charles Wilson  <cwilson@ece.gatech.edu>
4242         * ld.texinfo: add verbose documentation for auto-import
4243         direct-addressing workaround, to compliment the terse
4244         error message.
4246 2001-09-12  Andrew MacLeod  <amacleod@redhat.com>
4248         * scripttempl/v850.sc: Add gcc_except_table sections.
4250 2001-09-11  Jeffrey A Law  (law@cygnus.com)
4252         * emulparams/h8300helf.sh: Move stack to a much higher memory address.
4253         * emulparams/h8300self.sh: Similarly.
4255 2001-09-05 Danny Smith <dannysmith@users.souceforge.net>
4257         * ld.texinfo (Options, --stack): Correct default value for stack
4258         reserve.
4260 2001-09-05  Tom Rix <trix@redhat.com>
4262         * emultempl/aix.em : Handle import file XMC_XO and syscall symbols.
4264 2001-09-03  Andreas Jaeger  <aj@suse.de>
4266         * emultempl/beos.em: Declare prototypes for comparions functions,
4267         adjust definitions.
4269 2001-09-02  Andreas Jaeger  <aj@suse.de>
4271         * emultempl/aix.em: Add missing prototype.
4272         * emultempl/lnk960.em: Likewise.
4273         * emultempl/vanilla.em: Likewise.
4274         * emultempl/armcoff.em: Likewise.
4275         * emultempl/armelf_oabi.em: Likewise.
4276         * emultempl/beos.em: Likewise.
4277         * emultempl/gld960c.em: Likewise.
4278         * emultempl/gld960.em: Likewise.
4280         * emulparams/elf64alpha.sh (PARSE_AND_LIST_PROLOGUE): Add parameter
4281         for prototype declaration.
4283 2001-08-31  Eric Christopher  <echristo@redhat.com>
4284             Jason Eckhardt  <jle@redhat.com>
4286         * ldmain.c (get_emulation): Add support for -mips32 and -mips64.
4288 2001-08-31  Andreas Jaeger  <aj@suse.de>
4290         * emultempl/pe.em: Add missing prototypes.
4291         (gld_${EMULATION_NAME}_after_open): Remove extra args to
4292         pe_find_data_imports.
4293         (pr_sym): Add unused attribute.
4295 2001-08-29  Joel Sherrill <joel@OARcorp.com>
4297         * configure.tgt (i[3456]86-*-rtems*, m68*-*-rtems*): Change
4298         default from coff to elf.
4300 2001-08-29  Jeff Law <law@redhat.com>
4302         * emulparams/h8300helf.sh: Resync with h8300elf.sh.  Update
4303         ARCH specification.
4304         * emulparams/h8300self.sh: Similarly.
4306 2001-08-28  J"orn Rennecke <amylaar@redhat.com>
4308         * Makefile.am (ALL_EMULATIONS): Add eh8300elf.o, eh8300elf.o and
4309         eh8300self.o .
4310         (eh8300elf.c, eh8300helf.c, eh8300self.c): New targets.
4311         * configure.tgt (h8300-*-elf*): New case.
4312         * emulparams/h8300elf.sh, emulparams/h8300helf.sh: New files.
4313         * emulparams/h8300self.sh: New file.
4314         * Makefile.in: Regenerated.
4316 2001-08-28  Nick Clifton  <nickc@cambridge.redhat.com>
4318         * ldmain.c (main): Rename BSIZE to BufferSize to avoid collision
4319         with macro name.
4321 2001-08-27  Linus Nordberg  <linus@swox.com>
4322             Alan Modra  <amodra@bigpond.net.au>
4324         * Makefile.am (ALL_EMULATIONS): Add eelf64ppc.o and eelf64lppc.o.
4325         (eelf64ppc.c, eelf64lppc.c): Add make targets.
4326         Run "make dep-am"
4327         * Makefile.in: Regenerate.
4328         * configure.tgt: Add powerpc64 support.  Move pdp11, pjl, pj
4329         entries to correct alphabetical position.
4330         * emulparams/elf64ppc.sh: New.
4331         * emulparams/elf64lppc.sh: New.
4333 2001-08-27  Nick Clifton  <nickc@cambridge.redhat.com>
4335         * ldmain.c (main): Declare BSIZE as static.
4337 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
4339         * emultempl/elf32.em (place_orphan): Place orphan .rel* sections
4340         into .rel.dyn resp. .rela.dyn if combreloc.
4341         (get_script): If .x linker script is equal to .xn, only put it
4342         once into the binary.
4343         Add .xc and .xsc scripts.
4344         (parse_args): Handle -z combreloc and -z nocombreloc.
4345         * scripttempl/elf.sc (.rela.sbss): Fix a typo.
4346         For .xc and .xsc scripts put all .rel* or .rela* input sections
4347         but .rel*.plt and PLT-like sections into .rel.dyn resp. .rela.dyn.
4348         * genscripts.sh (GENERATE_COMBRELOC_SCRIPT): Set if SCRIPT_NAME
4349         is elf.
4350         Strip trailing whitespace from script.
4351         Generate .xc and .xsc scripts if requested.
4352         * ldmain.c (main): Initialize link_info.combreloc and
4353         link_info.spare_dynamic_tags.
4354         * lexsup.c (OPTION_SPARE_DYNAMIC_TAGS): Define.
4355         (ld_options): Add --spare-dynamic-tags option.
4356         (parse_args): Likewise.
4357         * ld.texinfo: Document -z combreloc and -z nocombreloc.
4358         * ldint.texinfo: Document .xc and .xsc linker scripts.
4359         * NEWS: Add notes about -z combreloc and SHF_MERGE.
4361 2001-08-22  H.J. Lu  <hjl@gnu.org>
4363         * emulparams/elf32fr30.sh: Add a newline.
4365 2001-08-21  Andreas Jaeger  <aj@suse.de>
4367         * deffilep.y: Add missing prototypes.
4368         * pe-dll.c: Likewise.
4370 2001-08-20  Alan Modra  <amodra@bigpond.net.au>
4372         * ldlang.c (insert_pad): Fix typos in last patch.
4374         * ldlang.c: When traversing lang_statement_union_type lists,
4375         consistently use "header.next" rather than "next".
4376         * mpw-eppcmac.c: Likewise.
4377         * emultempl/beos.em: Likewise.
4378         * emultempl/hppaelf.em: Likewise.
4379         * emultempl/pe.em: Likewise.
4380         * ldlang.h (union lang_statement_union): Remove "next" field.
4382         * ldlang.c (insert_pad): Use offsetof macro.
4383         (lang_size_sections): Always neuter padding statements.
4384         * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Delete.
4386         * pe-dll.c (pe_dll_fill_sections): Correct type of "relax" param
4387         passed to lang_size_sections.
4388         (pe_exe_fill_sections): Likewise.
4389         * emultempl/pe.em (output_prev_sec_find): Copied from elf32.em.
4390         (gld_${EMULATION_NAME}_place_orphan): Merge from elf32.em.
4392 2001-08-18  Alan Modra  <amodra@bigpond.net.au>
4394         * emultempl/aix.em: Formatting fixes.
4396 2001-08-18  Alan Modra  <amodra@bigpond.net.au>
4398         * ldlang.c (insert_pad): Make use of an existing pad statement if
4399         available.  Move code calculating alignment, adjusting section
4400         alignment power, and adjusting dot to ..
4401         (size_input_section): .. here.  Remove unused relax param.
4402         (lang_size_sections): Change boolean `relax' param to boolean *.
4403         Adjust call to size_input_section.  Make use of insert_pad to
4404         place pad after the assignment statement.  If relaxing, zap
4405         padding statements.
4406         (reset_memory_regions): Reset output_bfd section sizes too.
4407         (relax_again): Move to..
4408         (lang_process): ..here.  Adjust call to lang_size_sections, and
4409         remove duplicated code.
4410         * ldlang.h (lang_size_sections): Change `relax' param to boolean *.
4412 2001-08-17  Alan Modra  <amodra@bigpond.net.au>
4414         * ld.texinfo: Document that fill values now use the four least
4415         significant bytes.
4416         * emulparams/elf32fr30.sh (NOP): Update.
4417         * emulparams/elf32mcore.sh: Likewise.
4418         * emulparams/elf64_s390.sh: Likewise.
4419         * emulparams/elf_i386.sh: Likewise.
4420         * emulparams/elf_i386_be.sh: Likewise.
4421         * emulparams/elf_i386_chaos.sh: Likewise.
4422         * emulparams/elf_i386_ldso.sh: Likewise.
4423         * emulparams/elf_s390.sh: Likewise.
4424         * emulparams/elf_x86_64.sh: Likewise.
4425         * emulparams/i386moss.sh: Likewise.
4426         * emulparams/i386nw.sh: Likewise.
4427         * emulparams/m68kelf.sh: Likewise.
4428         * scripttempl/elf.sc: Update NOP comment.
4429         * scripttempl/elfi370.sc: Likewise.
4430         * scripttempl/elfm68hc11.sc: Likewise.
4431         * scripttempl/elfm68hc12.sc: Likewise.
4432         * scripttempl/nw.sc: Likewise.
4434 2001-08-15  Tom Rix <trix@redhat.com>
4436         * ldgram.y (saved_script_handle): Initialize to NULL.
4437         * ldmain.c (main): Change check on saved_script_handle.
4439 2001-08-14  Alan Modra  <amodra@bigpond.net.au>
4441         * emultempl/elf32.em: Formatting fixes.
4442         (output_prev_sec_find): Test for bfd_ind_section too;  do so by
4443         looking at sec->owner.
4444         (output_rel_find): Move function inside LDEMUL_PLACE_ORPHAN test.
4445         (gld${EMULATION_NAME}_place_orphan): Add a few comments.  Remove
4446         unused code, and reorganize orphan section placement code.
4448         * ldlang.c (wild_doit): Rename to lang_add_section.
4449         * ldlang.h: Here too.
4450         * mpw-elfmips.c: And here.
4451         * emultempl/beos.em: And here.
4452         * emultempl/elf32.em: And here.
4453         * emultempl/hppaelf.em: And here.
4454         * emultempl/pe.em: And here.
4456 2001-08-13  Richard Henderson  <rth@redhat.com>
4458         * emultempl/needrelax.em: New file.
4459         * emulparams/elf64_ia64.sh (EXTRA_EM_FILE): Reference it.
4460         * Makefile.am (eelf64_ia64.c): Depend on it.
4461         * Makefile.in: Rebuild.
4463 2001-08-13  Alan Modra  <amodra@bigpond.net.au>
4465         * emultempl/elf32.em: For SEC_EXCLUDE sections, ensure that
4466         output_section is set non-NULL.
4468         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Return
4469         `true' for SEC_EXCLUDE sections so that the generic code doesn't
4470         needlessly create an output_section_statement.  Treat a correctly
4471         named output_section_statement with NULL bfd_section as compatible.
4473 2001-08-13  Hans-Peter Nilsson  <hp@bitrange.com>
4475         * emultempl/generic.em: Support EXTRA_EM_FILE.
4476         (ld_${EMULATION_NAME}_emulation): Support emulation parameters
4477         LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
4478         LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
4479         LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
4480         LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
4481         LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
4482         LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
4483         LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
4484         LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
4485         LDEMUL_FIND_POTENTIAL_LIBRARIES.
4487 2001-08-12  Richard Henderson  <rth@redhat.com>
4489         * scripttempl/elf.sc, scripttempl/elfd30v.sc,
4490         scripttempl/elfm68hc11.sc, scripttempl/elfm68hc12.sc,
4491         scripttempl/v850.sc: Keep .jcr data.
4493 2001-08-12  H.J. Lu  <hjl@gnu.org>
4494             Andrew Haley  <aph@cambridge.redhat.com>
4495             Nick Clifton  <nickc@redhat.com>
4497         * ldgram.y (had_script): Change name to saved_script_handle.
4498         Change type to file handle.
4499         * ld.h (had_script): Rename and retype.
4500         * ldfile.c (ldfile_open_command_file): Save the file handle
4501         used in saved_script_handle.
4502         * lexsup.c (parse_args): Do not allow -c option to alter
4503         saved_script_handle.
4504         * ldmain.c (main): Print out the linker script used if
4505         --verbose is given.  Check saved_script_handle to obtain the
4506         external linker script used, or if NULL, dump the builtin
4507         script.
4508         * ld.texinfo: Document that --verbose now dumps the linker
4509         script used, regardless of whether it was an internal or an
4510         external script.
4512 2001-08-10  Andreas Jaeger  <aj@suse.de>
4514         * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
4515         to build warnings.
4516         * configure: Regenerate.
4518 2001-08-09  Alan Modra  <amodra@bigpond.net.au>
4520         * emultempl/elf32.em (output_prev_sec_find): Add missing prototype.
4522         * scripttempl/elf.sc: Move non-text .dynamic section before
4523         .plt/.got/.sdata* group.
4524         (OTHER_GOT_SECTIONS): Move to immediately after .got.
4525         (OTHER_SDATA_SECTIONS): Add.
4526         * emulparams/criself.sh: Use OTHER_SDATA_SECTIONS rather than
4527         OTHER_GOT_SECTIONS.
4528         * emulparams/crislinux.sh: Likewise.
4529         * emulparams/elf32b4300.sh: Likewise.
4530         * emulparams/elf32bmip.sh: Likewise.
4531         * emulparams/elf32bmipn32.sh: Likewise.
4532         * emulparams/elf32bsmip.sh: Likewise.
4533         * emulparams/elf32btsmip.sh: Likewise.
4534         * emulparams/elf32ebmip.sh: Likewise.
4535         * emulparams/elf32elmip.sh: Likewise.
4536         * emulparams/elf32l4300.sh: Likewise.
4537         * emulparams/elf32lmip.sh: Likewise.
4538         * emulparams/elf32lsmip.sh: Likewise.
4539         * emulparams/elf32ltsmip.sh: Likewise.
4540         * emulparams/elf64bmip.sh: Likewise.
4541         * emulparams/elf64btsmip.sh: Likewise.
4542         * emulparams/elf64ltsmip.sh: Likewise.
4544 2001-08-08  Alan Modra  <amodra@bigpond.net.au>
4546         * genscripts.sh: Source the emulparams script before each output
4547         script is generated so that variables like `RELOCATING' may affect
4548         variables defined in the emulparams script.
4550 2001-08-04  Alan Modra  <amodra@bigpond.net.au>
4552         * emultempl/aix.em: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this
4553         order.
4555         * emultempl/beos.em (sort_sections): Modify for 2001-08-03 change,
4556         ie. iterate over wild_statement.section_list.
4557         (gld${EMULATION_NAME}_place_orphan): Likewise.
4559 2001-08-03  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
4561         * scripttempl/elfm68hc12.sc (FINISH_CODE, FINISH_RELOC): New to handle
4562         .fini[0-4] sections used by _exit
4563         (CTOR, DTOR): Export ctor/dtor symbols; move them to ROM.
4564         (*.text,*.data,*.bss): Take into account .text.*, .data.*, .bss.*.
4565         * scripttempl/elfm68hc11.sc: Likewise.
4567 2001-08-03  H.J. Lu  <hjl@gnu.org>
4569         * emultempl/beos.em (init): Add the missing initialization.
4571 2001-08-03  Alan Modra  <amodra@bigpond.net.au>
4573         * ld.texinfo (Input Section Basics): Clarify ordering of output
4574         sections.
4575         * ldlang.c (callback_t): Add wildcard_list param.
4576         (walk_wild_section): Remove "section" param.  Rewrite for
4577         lang_wild_statement_type change.  Remove unique_section_p test.
4578         (walk_wild_file): Remove "section" param.
4579         (walk_wild): Remove "section" and "file" params.
4580         (lang_gc_wild): Likewise.
4581         (wild): Likewise.  Modify for lang_wild_statement_type change.
4582         (wild_sort): Likewise.  Add "sec" param.
4583         (gc_section_callback): Likewise.
4584         (output_section_callback): Likewise.  Do unique_section_p test.
4585         (map_input_to_output_sections): Modify call to wild.
4586         (lang_gc_sections_1): Likewise.
4587         (print_wild_statement): Modify for lang_wild_statement_type
4588         change.
4589         (lang_add_wild): Replace filename, filenames_sorted param with
4590         filespec.  Replace section_name, sections_sorted,
4591         exclude_filename_list with section_list.
4592         * ldlang.h (lang_add_wild): Here too.
4593         (lang_wild_statement_type): Replace section_name, sections_sorted,
4594         and exclude_filename_list with section_list.
4595         * ldgram.y (current_file): Delete.
4596         (%union): Add wildcard_list.
4597         (file_NAME_list): Set type to wildcard_list.  Build a linked list
4598         rather than calling lang_add_wild for each entry.
4599         (input_section_spec_no_keep): Call lang_add_wild here instead.
4600         * ld.h (struct wildcard_list): Declare.
4601         * mri.c (mri_draw_tree): Modify to suit new lang_add_wild.
4603 2001-08-02  Charles Wilson  <cwilson@ece.gatech.edu>
4605         * ldmain.c (main): initialize link_info.pei386_auto_import
4606         * pe-dll.c: new tables for auto-export filtering
4607         (auto_export): change API, pass abfd for contextual filtering.
4608         Loop thru tables of excluded symbols instead of comparing
4609         "by hand".
4611 2001-08-02  Paul Sokolovsky  <paul.sokolovsky@technologist.com>
4613         * pe-dll.c: new variable pe_dll_enable_extra_debug. New
4614         static variable current_sec (static struct sec *). Add
4615         forward declaration for add_bfd_to_link.
4616         (process_def_file): Don't export undefined symbols. Do not
4617         export symbols starting with  "_imp__".  Call auto_export()
4618         with new API.
4619         (pe_walk_relocs_of_symbol): New function.
4620         (generate_reloc): add optional extra debugging
4621         (pe_dll_generate_def_file): eliminate extraneous initial blank
4622         line in output
4623         (make_one): enlarge symtab to make room for __nm__ symbols
4624         (DATA auto-import support).
4625         (make_singleton_name_thunk): New function.
4626         (make_import_fixup_mark): New function.
4627         (make_import_fixup_entry): New function.
4628         (pe_create_import_fixup): New function.
4629         (add_bfd_to_link): Specify that 'name' argument is a CONST
4630         char *.
4631         * pe-dll.h: declare new variable pe_dll_extra_pe_debug;
4632         declare new functions pe_walk_relocs_of_symbol and
4633         pe_create_import_fixup.
4634         * emultempl/pe.em: add new options --enable-auto-import,
4635         --disable-auto-import, and --enable-extra-pe-debug.
4636         (make_import_fixup): New function.
4637         (pe_find_data_imports): New function.
4638         (pr_sym): New function.
4639         (gld_${EMULATION_NAME}_after_open): Add optional extra pe
4640         debugging. Call pe_find_data_imports.  Mark .idata as DATA, not
4641         CODE.
4643 2001-08-02  Charles Wilson  <cwilson@ece.gatech.edu>
4645         * ld.texinfo: add additional documentation for
4646         --export-all-symbols.  Document --out-implib,
4647         --enable-auto-image-base, --disable-auto-image-base,
4648         --dll-search-prefix, --enable-auto-import, and
4649         --disable-auto-import.
4650         * ldint.texinfo: Add detailed documentation on auto-import
4651         implementation.
4653 2001-07-30  Nick Clifton  <nickc@cambridge.redhat.com>
4655         * ld.texinfo (Simple Assignments): Fix computation in SECTIONS
4656         example.
4658 2001-07-24  Alan Modra  <amodra@bigpond.net.au>
4660         * Makefile.am: Update dependencies with "make dep-am".
4661         * Makefile.in: Regenerate
4663 2001-07-23  Alan Modra  <amodra@bigpond.net.au>
4665         * ldcref.c (check_section_sym_xref): New function.
4666         (check_nocrossrefs): Call it.
4667         (check_nocrossref): Interate over h->refs here instead of..
4668         (check_refs): ..here.  Pass in the symbol name, section, and bfd
4669         rather than hash_entry pointers.
4670         (struct check_refs_info): Keep symbol name rather than hash entry.
4671         Remove "same".
4672         (check_reloc_refs): Tweak for above changes in check_refs_info.
4673         Only report references to section syms when symname is NULL to
4674         prevent duplicate messages for the same reloc.
4676 2001-07-19  Nick Clifton  <nickc@cambridge.redhat.com>
4678         * ldexp.c (exp_print_tree): Use stderr if config.map_file is not
4679         available.  Do not print NULL trees.
4680         (exp_print_token): Print unknown tokens with values > 126 as
4681         decimal values not ASCII characters.
4683         * ldlang.c (lang_leave_overlay): If a region is specified assign
4684         it to all sections inside the overlay unless they have been
4685         assigned to the own, non-default, memory region.
4687         * README: Add header for consistency with other README files.
4689 2001-07-14  H.J. Lu  <hjl@gnu.org>
4691         * emultempl/elf32.em (output_prev_sec_find): Never return
4692         bfd_abs_section_ptr, bfd_com_section_ptr nor
4693         bfd_und_section_ptr.
4695 2001-07-14  Nick Clifton  <nickc@cambridge.redhat.com>
4697         * Makefile.am (em32relf.c): Change dependency from generic.em to
4698         elf32.em.
4699         * Makefile.in: Regenerate.
4701 2001-07-14  matthew green  <mrg@eterna.com.au>
4703         * configure.tgt (i386-*-netbsdelf*): New target.
4704         (i386-*-netbsd*): Set targ_extra_emuls to `elf_i386'
4706 2001-07-13  Jakub Jelinek  <jakub@redhat.com>
4708         * emultempl/elf32.em (output_prev_sec_find): New.
4709         (place_orphan): Use it.
4711 2001-07-11  H.J. Lu  <hjl@gnu.org>
4713         * ldmain.c (main): Fix typos in the last change.
4715 2001-07-11  Jakub Jelinek  <jakub@redhat.com>
4717         * ldmain.c (main): Disallow -F and -f without -shared.
4719 2001-07-11  Nick Clifton  <nickc@cambridge.redhat.com>
4721         * emultempl/pe.em (after_open): Check for the output_bfd not
4722         having any coff_data structure allocated to it.
4724 2001-07-09  David O'Brien  <obrien@FreeBSD.org>
4726         * emultempl/elf32.em: Do not assuming that contents of the buffer
4727         returned from basename function will remain unchanged accross other
4728         function calls.
4730 2001-07-03  H.J. Lu  <hjl@gnu.org>
4732         * scripttempl/elf.sc (DYNAMIC_PAD): Revert the change made on
4733         2001-07-03. It creates dynamic entries even for static binaries.
4735 2001-07-03  Jakub Jelinek  <jakub@redhat.com>
4737         * scripttempl/elf.sc (DYNAMIC_PAD): New variable.
4738         (DYNAMIC): Use it to reserve few dynamic entries for
4739         post-linking tools.
4741 2001-06-27  Alan Modra  <amodra@bigpond.net.au>
4743         * emulparams/hppa64linux.sh: New file.
4744         * configure.tgt: hppa*64*-*-linux* uses hppa64linux.sh
4745         * Makefile.am (ALL_64_EMULATIONS): Add ehppa64linux.o
4746         (ehppa64linux.c): Add rule to make it.
4747         Run "make dep-am".
4748         * Makefile.in: Regenerate.
4750 2001-06-21  Hans-Peter Nilsson  <hp@axis.com>
4752         * ld.texinfo (Options, -r): Mention restrictions when using
4753         different object formats.
4755 2001-06-19  Hans-Peter Nilsson  <hp@axis.com>
4757         * ldlang.c (lang_check): Emit fatal error if relocatable link
4758         between different object flavours with relocations in input.
4760 2001-06-19  H.J. Lu  <hjl@gnu.org>
4762         * ld.texinfo (-E, --export-dynamic): Mention --version-script.
4763         (--version-script): Mention the language support.
4765 2001-06-19  H.J. Lu <hjl@gnu.org>
4767         * ldlang.c (lang_check): Revert the change mode on 2001-06-15.
4769 2001-06-18  H.J. Lu <hjl@gnu.org>
4771         * Makefile.am (ld.1): Remove the prefix `$(srcdir)/'.
4772         (diststuff): Add $(MANS).
4773         * Makefile.in: Regenerated.
4775         * ld.1: Removed.
4777 2001-06-18  Hans-Peter Nilsson  <hp@axis.com>
4779         * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
4780         Update for API change in bfd_elf${ELFSIZE}_size_dynamic_sections.
4781         * mpw-elfmips.c (gldelf32ebmip_before_allocation): Ditto.
4782         * ld.h (args_type): Remove member export_dynamic.  All users
4783         changed to use struct bfd_link_info member.
4785         * Makefile.am (ecriself.c, ed10velf.c, ei386moss.c): Depend on
4786         $(srcdir)/emultempl/elf32.em, not $(srcdir)/emultempl/generic.em.
4787         * Makefile.in: Regenerate.
4789 2001-06-18  H.J. Lu  <hjl@gnu.org>
4791         * ldlang.c (init_os): Add the newline to the einfo call.
4792         (lang_check): Likewise.
4793         (lang_do_version_exports_section): Likewise.
4795 2001-06-15  H.J. Lu  <hjl@gnu.org>
4797         * lexsup.c (parse_args); Save optind to report unrecognized
4798         option.
4800 2001-06-15  Hans-Peter Nilsson  <hp@axis.com>
4802         * ldlang.c (lang_check): Emit fatal error if relocatable link
4803         between different object flavours.
4805         * lexsup.c (parse_args) <case OPTION_EXPORT_DYNAMIC, case 'E'>:
4806         Set new link_info member export_dynamic.
4807         * ldmain.c (main): Initialize new link_info member export_dynamic.
4809 2001-06-12  Nick Clifton  <nickc@cambridge.redhat.com>
4811         * ldlang.c (walk_wild): Only call walk_wild_file if
4812         lookup_name returns something.
4813         (lookup_name): If load_symbols fails, return NULL.
4814         (load_symbols): Change to a boolean function.
4815         (open_input_bfds): If load_symbols fails then do not make the
4816         executable.
4818 2001-06-08  Alan Modra  <amodra@bigpond.net.au>
4820         * ldlang.c (record_bfd_errors): Remove.
4822         * emultempl/aix.em: Fix copyright dates.
4824 2001-06-07  Andreas Jaeger  <aj@suse.de>
4826         * elf_x86_64.sh (NONPAGED_TEXT_START_ADDR): Increase.
4827         (TEXT_START_ADDR): Likewise.
4829 2001-06-06  Martin Schwidefsky <schwidefsky@de.ibm.com>
4831         * configure.host: Set HOSTING_CRT0/HOSTING_LIBS correctly for s/390.
4833 2001-06-05  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
4835         * emultempl/pe.em (init): Reduce default stack reserve to 0x200000.
4837 2001-05-31  H.J. Lu  <hjl@gnu.org>
4839         * ldlang.c (open_input_bfds): Don't change the bfd error
4840         handler whilst loading symbols.
4842 2001-05-28  Nick Clifton  <nickc@cambridge.redhat.com>
4844         * configure.tgt: Remove i370-mvs architecture, it is not currently
4845         supported.
4847 2001-05-25  H.J. Lu  <hjl@gnu.org>
4849         * emulparams/ppcmacos.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
4850         like emulparams/aixppc.sh.
4852 2001-05-25  H.J. Lu  <hjl@gnu.org>
4854         * emultempl/beos.em (gld${EMULATION_NAME}_before_parse): Move
4855         setting of output_filename after bfd_scan_arch.
4856         * emultempl/pe.em: Likewise.
4858 2001-05-25  H.J. Lu  <hjl@gnu.org>
4860         * emulparams/aixrs6.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
4861         like emulparams/aixppc.sh.
4863         * emultempl/aix.em (sc): Use ${srcdir}/emultempl/ostring.sed
4864         instead of ${srcdir}/emultempl/stringify.sed.
4866 2001-05-25  Timothy Wall  <twall@oculustech.com>
4868         * emulparams/elf64_aix.sh: Change settings to match IBM linker
4869         output.
4871 2001-05-25  Alan Modra  <amodra@one.net.au>
4873         * configure.host: Replace linuxoldld with linux*oldld.
4874         * configure.tgt: Likewise.
4876 2001-05-24  H.J. Lu  <hjl@gnu.org>
4878         * emultempl/stringify.sed: Removed again.
4880 2001-05-24  H.J. Lu  <hjl@gnu.org>
4882         * emultempl/aix.em (OUTPUT_ARCH): Defined.
4883         (gld${EMULATION_NAME}_before_parse): Initialize
4884         ldfile_output_architecture, ldfile_output_machine and
4885         ldfile_output_machine_name from ${OUTPUT_ARCH} if possible.
4886         * emultempl/beos.em: Likewise.
4887         * emultempl/elf32.em: Likewise.
4888         * emultempl/linux.em: Likewise.
4889         * emultempl/mipsecoff.em: Likewise.
4890         * emultempl/pe.em: Likewise.
4891         * emultempl/sunos.em: Likewise.
4893 2001-05-24 Tom Rix <trix@redhat.com>
4895         * emultempl/aix.em : (gld${EMULATION_NAME}_read_file)
4896         udate import file format.
4897         (change_symbol_mode) New, same
4898         (is_syscall) New, same
4899         * emulparams/aixppc.sh : add SYSCALL_MASK and SYMBOL_MODE_MASK
4900         * emulparams/aixppc64.sh : same
4901         * emulparams/aixrs6.sh : same
4902         * emulparams/ppcmacos.sh : same
4903         * emultempl/aix.em : use strtoull to parse options
4904         * Makefile.am : add eaixppc64 emulation for xcoff64
4905         * Makefile.in : same
4906         * configure.tgt : same
4908         * scripttempl/aix.sc : default text section offset to 0x10000000
4909         default data section offset to 0x20000000
4910         add .sv3264 and .sv64 pseudo sections
4911         loader and debug sections use the currect section offset.
4913         * emultempl/aix.em : Add xcoff64 support
4914         Add -binitfini support
4915         (gld${EMULATION_NAME}_before_parse) -binitfini
4916         (gld${EMULATION_NAME}_parse_args) same
4917         (gld${EMULATION_NAME}_before_allocation) format change for special
4918         sections
4920         * emulparams/aixppc64.sh : New file for xcoff64 support
4922 2001-05-23  Alexandre Oliva  <aoliva@redhat.com>
4924         * emultempl/elf32.em (ELF_INTERPRETER_SET_DEFAULT): Use this new
4925         variable to avoid non-portable shell construct.
4927 2001-05-23  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4929         * ldmain.c (get_emulation): Add -mips5 command line argument.
4931 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
4933         * emulparams/elf_i386_ldso.sh: New, copied from elf_i386.sh.
4934         (ELF_INTERPRETER_NAME): Define it.
4935         * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Use
4936         it.
4937         * configure.tgt (targ_emul, targ_extra_emuls)
4938         [i[3456]86-*-solaris2*, i[3456]86-*-solaris*]: Use elf_i386_ldso
4939         as primary, elf_i386 as extra.
4940         * Makefile.am (ALL_EMULATIONS): Added eelf_i386_ldso.o.
4941         (eelf_i386_ldso.c): New rule.
4942         * Makefile.in: Rebuilt.
4944 2001-05-22  Nick Clifton  <nickc@redhat.com>
4946         * lexsup.c (ld_options): Allow -I to be an alias for
4947         --dynamic-linker.  This is for Solaris compatability.
4948         * ld.texinfo: Document that -I can be used.
4949         * ld.1: Regenerate.
4951 2001-05-16  Alan Modra  <amodra@one.net.au>
4953         * ldlang.c (wild_doit): Use linker_has_input to reliably determine
4954         whether an input section is the first one assigned to an output
4955         section.
4956         Assorted formatting fixes.
4958 2001-05-14  DJ Delorie  <dj@delorie.com>
4960         * Makefile.am (ld.dvi): Search bfd/doc for texinfo files.
4961         * Makefile.in: Ditto.
4963 2001-05-11  Jakub Jelinek  <jakub@redhat.com>
4965         * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Put
4966         .gnu.linkonce.ia64unw{,i} sections into corresponding .IA_64.unwind*
4967         output sections.
4968         * emulparams/elf64_aix.sh (OTHER_READONLY_SECTIONS): Likewise.
4970 2001-05-11  Jakub Jelinek  <jakub@redhat.com>
4972         * ldlang.c (lang_process): Call bfd_merge_sections.
4974 2001-05-07  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4976         * ldgram.y: Fix typo.
4978 2001-05-03  H.J. Lu  <hjl@gnu.org>
4980         * emultempl/elf32.em: Include "libiberty.h".
4981         (gld${EMULATION_NAME}_vercheck): Call basename () to get the
4982         basename of the bfd filename.
4983         (gld${EMULATION_NAME}_stat_needed): Likewise.
4984         (gld${EMULATION_NAME}_try_needed): Likewise.
4985         (gld${EMULATION_NAME}_open_dynamic_archive): Likewise.
4987 2001-05-02  H.J. Lu  <hjl@gnu.org>
4989         * emultempl/pe.em: Include <ctype.h>.
4991 2001-05-02  Johan Rydberg  <jrydberg@opencores.org>
4993         * emulparams/elf32openrisc.sh: New file.
4995         * Makefile.am: Add OpenRISC target.
4996         * Makefile.in: Regenerated.
4998         * configure.tgt: Add openrisc-*-* mapping.
5000 2001-05-02  Nick Clifton  <nickc@redhat.com>
5002         * emultempl/aix.em: Replace buystring with xstrdup.
5003         * emultempl/beos.em: Replace buystring with xstrdup.
5005 2001-05-02  H.J. Lu  <hjl@gnu.org>
5007         * ldfile.c: Include "libiberty.h".
5008         * ldlex.l: Likewise.
5010         * ldmisc.c (buystring): Removed.
5011         * ldmisc.h: Likewise.
5013         * ldfile.c: Replace buystring with xstrdup.
5014         * ldlang.c: Likewise.
5015         * ldlex.l: Likewise.
5016         * ldmain.c: Likewise.
5017         * ldmisc.c: Likewise.
5018         * lexsup.c: Likewise.
5019         * mpw-eppcmac.c: Likewise.
5021 2001-04-30  Andreas Jaeger  <aj@suse.de>
5023         * emulparms/elf_x86_64.sh (MAXPAGESIZE): Fix value.
5025 2001-04-28  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
5027         * ldlang.c (load_symbols): Give emulation a chance
5028         to process unrecognized file before fatal error is
5029         reported, not after.
5031 2001-04-27  Sean McNeil <sean@mcneil.com>
5033         * configure.tgt: Add arm-vxworks target.
5034         * scripttempl/armcoff.sc: Support .text or .data as a section name
5035         prefix.
5036         Define _etext.
5038 2001-04-13  J.T. Conklin  <jtc@redback.com>
5040         * ld.texinfo: Document --fatal-warnings.
5041         * ld.1: Regenerate.
5043         * ldmisc.c (vfinfo): Set flag to inhibit making executable if
5044         warnings have been turned into errors.
5045         * lexsup.c (OPTION_WARN_FATAL): Define.
5046         (ld_options): Entry for --fatal-warnings.
5047         (parse_args): Handle OPTION_WARN_FATAL.
5048         * ld.h (ld_config_type): Add fatal_warnings field.
5050 2001-04-13  Jakub Jelinek  <jakub@redhat.com>
5052         * ldmain.c (main): Default to discard_sec_merge.
5053         * lexsup.c (OPTION_DISCARD_NONE): Define.
5054         (ld_options): Add --discard-none.
5055         (parse_args): Handle OPTION_DISCARD_NONE.
5056         * ldlang.c (wild_doit): SEC_MERGE should be set in the output
5057         section only if SEC_MERGE and SEC_STRINGS flags and entsize of
5058         all its input sections match.
5060 2001-04-05  Steven J. Hill  <sjhill@cotw.com>
5062         * Makefile.am (ALL_EMULATIONS): Add eelf32ltsmip.o.
5063         (ALL_64_EMULATIONS): Add eelf64btsmip.o and eelf64ltsmip.o.
5064         (eelf32ltsmip.c): New target.
5065         (eelf64btsmip.c): Likewise.
5066         (eelf64ltsmip.c): Likewise.
5067         * Makefile.in: Regenerated.
5069         * configure.tgt (mips*el-*-linux-gnu): Uses traditional MIPS
5070         target.
5071         (mips*-*-linux-gnu*): Likewise.
5073         * emulparams/elf32ltsmip.sh: New. Traditional little endian
5074         MIPS taget.
5075         * emulparams/elf64btsmip.sh: New. Traditional 64bit big endian
5076         target.
5077         * emulparams/elf64ltsmip.sh: New. Traditional 64bit little
5078         endian target.
5080 2001-04-05  Hans-Peter Nilsson  <hp@axis.com>
5082         * emulparams/criself.sh (EXECUTABLE_SYMBOLS): Cannot provide
5083         correct value of __Stext here.
5084         (TEXT_START_SYMBOLS): Define; always define __Stext, to start of
5085         .startup section.
5087         * emulparams/crislinux.sh: Remove FIXME.
5089 2001-04-02  Alan Modra  <alan@linuxcare.com.au>
5091         * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 64k.
5092         (TEXT_START_ADDR, TARGET_PAGE_SIZE): Likewise.
5094 2001-03-27  Hans-Peter Nilsson  <hp@axis.com>
5096         * configure.tgt (cris-*-*): Change default emulation to criself.
5097         (cris-*-*aout*): New rule.
5099 2001-03-27  Matthew Wilcox  <willy@ldl.fc.hp.com>
5101         * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 0x4000.
5102         (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
5104 2001-03-26  Andreas Jaeger  <aj@suse.de>
5106         * ld.texinfo (Overview): Fix syntax in texi code.
5108 2001-03-25  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
5110         * ld.texinfo: Put @c man indications to generate the ld man page.
5111         When generating man, define all the variables.  Define SEEALSO
5112         and SYNOPSIS.  Re-organize some lines to avoid the cross references.
5113         * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variables.
5114         (ld.1): Generate from ld.texinfo.
5115         * Makefile.in: Regenerate.
5117 2001-03-23  Mark Elbrecht <snowball3@bigfoot.com>
5119         * scripttempl/i386go32.sc: Support the GCC flags '-ffunction-sections'
5120         and '-fdata-sections'. Set the VMA of STABS sections to zero.
5122 2001-03-17  Ulrich Drepper  <drepper@redhat.com>
5124         * emultmpl/elf32.em (gld${EMULATION_NAME}_search_needed): If NAME
5125         is an absolute path look only for this file and not along the path.
5127 2001-03-17  Ulrich Drepper  <drepper@redhat.com>
5129         * emultempl/elf32.em (OPTION_GROUP): New macro.
5130         Add new option Bgroup to longopts.
5131         (gld*_parse_args): Handle GROUP_OPTION and recognize -z defs.
5132         (gld*_list_options): Add -Bgroup and -z defs.
5133         * ld.1: Document -Bgroup and -z defs.
5134         * ld.texinfo: Likewise.
5136 2001-03-07  Michael Meissner  <meissner@redhat.com>
5138         * scripttempl/elfd10v.sc (.rodata,.rodata1,.data1,.sdata): Deal
5139         with sections created by -fdata-sections.
5140         (.dynbss,.bss): Ditto.
5142 2001-03-05  Alan Modra  <alan@linuxcare.com.au>
5144         * emultempl/m68kelf.em (m68k_elf_after_allocation): Call
5145         after_allocation_default, not gld..._before_allocation.
5147 2001-02-27  Alan Modra  <alan@linuxcare.com.au>
5149         * configure.in (BFD_VERSION): New.
5150         (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
5151         * configure: Regenerate.
5152         * Makefile.am: Run "make dep-am"
5153         * Makefile.in: Regenerate.
5155 2001-02-26  Timothy Wall  <twall@cygnus.com>
5157         * emulparams/elf64_aix.sh: Add additional read-only sections;
5158         uncomment lines which are now required.
5160 2001-02-26  H.J. Lu  <hjl@gnu.org>
5162         * ldlang.c (open_input_bfds): Set the bfd error handler so
5163         that problems can be caught whilst loading symbols.
5164         (record_bfd_errors): New function: Report BFD errors and mark
5165         the executable output as being invalid.
5167 2001-02-22  Timothy Wall  <twall@cygnus.com>
5169         * configure.host: Add configuration for ia64-*-aix*.
5170         * Makefile.am (ALL_64_EMULATIONS): Add emulation for ia64-*-aix*.
5171         Add dependencies for eelf64_aix.c.
5172         * Makefile.in: Regenerate.
5173         * configure.tgt: Add ia64-*-aix* mapping.
5174         * emulparams/elf64_aix.sh: Add settings for elf64 on aix5.
5176 2001-02-20  H.J. Lu  <hjl@gnu.org>
5178         * ldfile.c (ldfile_open_file): Set entry->search_dirs_flag to
5179         false if we found the file.
5181 2001-02-18  David O'Brien  <obrien@FreeBSD.org>
5183         * configure.tgt: Add FreeBSD/Alpha, FreeBSD/x86-64, FreeBSD/ia64,
5184         FreeBSD/PowerPC, FreeBSD/arm, and FreeBSD/sparc64 entries.
5186 2001-02-18  lars brinkhoff  <lars@nocrew.org>
5188         * Makefile.am: Add PDP-11 target.
5189         * configure.tgt: Likewise.
5190         * emulparams/pdp11.sh: New file.
5192 2001-02-17  David O'Brien  <obrien@FreeBSD.org>
5194         * configure.host: Add a generic FreeBSD configuration entry such that
5195         all [modern] FreeBSD systems on all platforms will look the same.
5197 2001-02-14  H.J. Lu  <hjl@gnu.org>
5199         * configure.tgt: Remove mention of earmelf_linux26.
5201 2001-02-13  Richard Henderson  <rth@redhat.com>
5203         * emulparams/elf64_ia64.sh (OTHER_GOT_SYMBOLS): Remove.
5205 2001-02-13  H.J. Lu  <hjl@gnu.org>
5207         * ldexp.h (node_type): Add etree_provided.
5208         * ldexp.c (exp_fold_tree): Handle etree_provided. Set the node
5209         type to etree_provided if defined by PROVIDE. Allow updating
5210         for etree_provided.
5211         (exp_print_tree): Handle etree_provided.
5212         * mpw-elfmips.c (gldelf32ebmip_find_exp_assignment): Handle
5213         etree_provided.
5215 2001-02-09  David Mosberger  <davidm@hpl.hp.com>
5217         * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add
5218         .IA_64.unwind.* pattern to unwind table section and
5219         .IA_64.unwind_info* pattern to unwind info section.
5221 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5223         * Makefile.am: Add linux target for S/390.
5224         * Makefile.in: Likewise.
5225         * configure.host: Likewise.
5226         * configure.tgt: Likewise.
5227         * emulparams/elf64_s390.sh: New file.
5228         * emulparams/elf_s390.sh: New file.
5230 2001-02-09  Jakub Jelinek  <jakub@redhat.com>
5232         * configure.tgt (sparc64-*-linux-gnu*): Add elf32_sparc into
5233         targ_extra_libpath.
5234         (sparc-*-linux-gnu*): Add elf64_sparc into targ_extra_libpath.
5236 2001-02-06  Philip Blundell  <philb@gnu.org>
5238         * Makefile.am: Remove mention of earmelf_linux26.
5239         * Makefile.in: Regenerate.
5241 2001-02-04  Philip Blundell  <philb@gnu.org>
5243         * emulparams/armelf_linux.sh (TEXT_START_ADDR): Set to 0x8000.
5244         * emulparams/armelf_linux26.sh: Delete.
5245         * configure.tgt: Remove mention of armelf_linux26 emulation.
5247 2001-02-01  Nick Clifton  <nickc@redhat.com>
5249         * ld.1: Replace occurances of -oformat with --oformat.
5251 2001-01-25  Jim Driftmyer <jdrift@stny.rr.com>
5253         * ldlang.c (lang_leave_overlay): Don't set lma_region when
5254         load_base is specified.
5256 2001-01-24  Hans-Peter Nilsson  <hp@axis.com>
5258         * emultempl/elf32.em: Correct spelling in comments and listed
5259         options.
5261 2001-01-23  Alan Modra  <alan@linuxcare.com.au>
5263         * ldlang.c (lang_leave_overlay): Only set lma_region from the
5264         default for the first section of a group of overlay sections.
5266 2001-01-22  Alan Modra  <alan@linuxcare.com.au>
5268         * Makefile.am (GENSCRIPTS): Pass exec_prefix.
5269         * Makefile.in: Regenerate.
5270         * genscripts.sh: Use exec_prefix parameter to specify tool lib.
5271         Check for null tool_dir.
5273 2001-01-16  Jim Wilson  <wilson@redhat.com>
5275         * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add IA_64.unwind
5276         and IA_64.unwind.info.
5278 2001-01-16  H.J. Lu  <hjl@gnu.org>
5280         * ldlang.c (lang_check): Merge the private data only if the
5281         input file has contents.
5283 2001-01-14  Alan Modra  <alan@linuxcare.com.au>
5285         * emulparams/hppalinux.sh (OUTPUT_FORMAT): Set to elf32-hppa-linux.
5287         * emultempl/hppaelf.em (hppaelf_after_parse): New function,
5288         enabling search for libmilli.  On a relocatable link, make .text
5289         sections unique.
5290         (LDEMUL_AFTER_PARSE): Define.
5291         (hppaelf_finish): Correct spelling of relocatable in comments.
5293         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
5294         rummage through the script for sections on the unique list.
5295         Correct length of strncmp for ".note".
5296         (gld${EMULATION_NAME}_check_needed): Rearrange function.
5298         * ldlang.c (unique_section_list): New var.
5299         (unique_section_p): New function.
5300         (walk_wild_section): Don't match sections on unique_section_list.
5301         (lang_add_unique): New function.
5302         Correct spelling of relocatable in comments.
5304         * ldlang.h (struct unique_sections): Declare.
5305         (unique_section_list): Declare.
5306         (unique_section_p): Declare.
5307         (lang_add_unique): Declare.
5309         * lexsup.c (ld_options): Allow --unique to take an optional arg.
5310         (parse_args [OPTION_UNIQUE]): Call lang_add_unique.
5312         * ld.texinfo (--unique): Update.
5314 2001-01-13  Nick Clifton  <nickc@redhat.com>
5316         * lexsup.c (parse_args): Remove spurious white space.
5318 2001-01-12  Nick Clifton  <nickc@redhat.com>
5320         * lexsup.c (parse_args): Update copyright date.
5322 2001-01-12  Philip Blundell  <pb@futuretv.com>
5324         * configure.host: Set HOSTING_LIBS appropriately for ix86-cygwin.
5326 2001-01-10  Kazu Hirata  <kazu@hxi.com>
5328         * scripttempl/h8300.sc: Fix formatting.  Fix a comment typo.
5329         * scripttempl/h8300h.sc: Fix formatting.
5330         * scripttempl/h8300s.sc: Likewise.
5331         * scripttempl/h8500.sc: Likewise.
5332         * scripttempl/h8500b.sc: Likewise.
5333         * scripttempl/h8500c.sc: Likewise.
5334         * scripttempl/h8500m.sc: Likewise.
5335         * scripttempl/h8500s.sc: Likewise.
5337 2000-01-07  David O'Brien  <obrien@BSDi.com>
5339         * emultempl/elf32.em: Only perform Linux ld hints processing when
5340         targeting Linux.
5342 2001-01-07  Philip Blundell  <philb@gnu.org>
5344         * ld.texinfo (Bug Reporting): Update email address for reports.
5346 2000-12-31  Nick Clifton  <nickc@redhat.com>
5348         * lexsup.c (parse_args): Set opterr to 0 and detect unparsed long
5349         options by checking for a return value of '?' not -1.
5351 2000-12-28  Nick Clifton  <nickc@redhat.com>
5353         * lexsup.c (struct ld_option): Add new enum value:
5354         EXACTLY_TWO_DASHES.
5355         (ld_options[]): Change -omagic, -output and -oformat options
5356         to be EXACTLY_TWO_DASHES.
5357         (OUTPUT_COUNT): Use ARRAY_SIZE.
5358         (parse_args): Change parameter 'argc' to unsigned.
5359         Place EXACTLY_TWO_DASHES options into new really_longopts
5360         array.
5361         If getopt_long_only fails, try calling getopt_long using the
5362         really_longopts array.
5363         (help): Print a double dash for both EXACTLY_TWO_DASHES and
5364         TWO_DASHES options.
5366         * ldlex.h: Fix prototype of parse_args.
5368         * ld.texinfo: Document that long options starting with 'o'
5369         must be preceeded by two dashes.  Change example of a single
5370         dashed long option from -oformat to -trace-symbol.
5372 2000-12-26  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
5374         * emultempl/pe.em (OPTION_NO_DEFAULT_EXCLUDES): Define.
5375         (longopts[]): New --no-default-excludes option.
5376         (gld_${EMULATION_NAME}_list_options): Document.
5377         (gld_${EMULATION_NAME}_parse_args): Handle.
5379 2000-12-13  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
5381         * ldlang.c (new_stat): Revert the last beautification with "innocent"
5382         whitespace, it breaks the K&R C preprocessor.
5384 2000-12-11  DJ Delorie  <dj@redhat.com>
5386         * ld.texinfo: Add notes about --whole-archive and gcc.
5388 2000-11-18  Fred Fish  <fnf@be.com>
5390         * lexsup.c (OPTION_ALLOW_SHLIB_UNDEFINED): Define.
5391         (ld_options): Entry for --allow-shlib-undefined.
5392         (parse_args): Handle OPTION_ALLOW_SHLIB_UNDEFINED.
5393         * ldmain.c (main): Initialize link_info.allow_shlib_undefined
5394         to false.
5395         * ld.texinfo: Document new command line switch.
5397 2000-12-12  Geoffrey Keating  <geoffk@redhat.com>
5399         * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS):
5400         .fixup is actually read/write.
5401         * emulparams/elf32lppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
5402         * emulparams/elf32ppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
5403         * emulparams/elf32lppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
5405 2000-12-11  Jan Hubicka  <jh@suse.cz>
5407         * NEWS: Add note about x86_64 architecture.
5409 2000-12-06  Mark Elbrecht  <snowball3@bigfoot.com>
5411         * scripttempl/i386go32.sc: Use PROVIDE with _etext, _edata, _end.
5412         Set DWARF2 sections to a VMA of zero.
5414 2000-12-01  Joel Sherrill  <joel@OARcorp.com>
5416         * configure.tgt (arm-*-rtems*, a29k-*rtems*, h8300-*-rtems*):
5417         New targets.
5418         (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
5419         (sparc*-*-rtems*): Switched from a.out to ELF.
5421 2000-11-30  Jan Hubicka  <jh@suse.cz>
5423         * Makefile.am (ALL_EMULATIONS): Add eelf_x86_64.o
5424         (eelf_x86_64.c): New.
5425         * Makefile.in: Regenerate.
5426         * configure.tgt: Add support for x86_64-*-linux-gnu*.
5427         * emulparams/elf_x86_64.sh: New.
5429 2000-11-30  Hans-Peter Nilsson  <hp@axis.com>
5431         * emulparams/crislinux.sh (ENTRY): Change back to _start.
5432         (TEXT_START_SYMBOLS): Remove conditional setting of __start.
5434         * scripttempl/crisaout.sc: Change all RELOCATING not related to
5435         merging non-a.out sections into CONSTRUCTING.
5437 2000-11-28  Nick Clifton  <nickc@redhat.com>
5439         * ld.1 (COPYING): Mention that the GNU Free Documentation
5440         License is present in the sources, but not the output, and
5441         also available from the GNU website.
5442         (GNU Free Documentation License): Comment out this section.
5444 2000-11-28  David O'Brien  <obrien@dragon.nuxi.com>
5446         * emulparams/elf64alpha.sh (ENTRY): Remove leading underscore as ELF
5447         does not use them.
5449 2000-11-25  David O'Brien  <obrien@FreeBSD.org>
5451         * ld.1: Remove old date so it does not give the impression the manpage
5452         is way out of date.
5454 2000-11-24  Nick Clifton  <nickc@redhat.com>
5456         * configure.tgt (xscale-coff): Add target.
5457         (xscale-elf): Add target.
5459 2000-11-24  Fred Fish  <fnf@be.com>
5461         * ldmain.c (main): Remove redundant init of config.make_executable
5462         to true.
5464 2000-11-15  Richard Henderson  <rth@redhat.com>
5466         * emulparams/elf64alpha.sh (MAXPAGESIZE): Typo -- 64k, not 1M.
5468 2000-11-14  Kazu Hirata  <kazu@hxi.com>
5470         * scripttempl/h8300.sc: Fix formatting.
5471         * scripttempl/h8300h.sc: Likewise.
5472         * scripttempl/h8300s.sc: Likewise.
5474 2000-11-14  Denis Chertykov  <denisc@overta.ru>
5476         * scripttempl/elf32avr.sc: Fix bug in .eeprom segment.
5478 2000-11-09  Philip Blundell  <pb@futuretv.com>
5480         * emultempl/pe.em: Define ___start_SECNAME and ___stop_SECNAME
5481         around orphan sections whose names can be represented in C.
5483 2000-11-07  Jim Wilson  <wilson@redhat.com>
5485         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): New local
5486         hold_sdata.  If SEC_SMALL_DATA set, set place to hold_sdata.
5488 2000-11-06  Nick Clifton  <nickc@redhat.com>
5490         * ld.texinfo: Add GNU Free Documentation License.
5491         * ldint.texinfo: Add GNU Free Documentation License.
5492         * ld.1: Add GNU Free Documentation License.
5494 2000-11-05  Alan Modra  <alan@linuxcare.com.au>
5496         * ldlex.l (yy_create_string_buffer): Init yy_is_our_buffer,
5497         yy_is_interactive, yy_at_bol, and yy_fill_buffer.
5499         * Makefile.am (DISTCLEANFILES): Add stringify.sed.
5500         Move 2000-11-02 Makefile.in changes to this file.
5501         * Makefile.in: Regenerate.
5503 2000-11-03  Nick Clifton  <nickc@redhat.com>
5505         * scripttempl/h8300.sc: Use ${CONSTRUCTING...} to enclose
5506         constructors and destructors.
5507         * scripttempl/h8300h.sc: Ditto.
5508         * scripttempl/h8300s.sc: Ditto.
5509         * scripttempl/h8500.sc: Ditto.
5510         * scripttempl/h8500b.sc: Ditto.
5511         * scripttempl/h8500c.sc: Ditto.
5512         * scripttempl/h8500m.sc: Ditto.
5513         * scripttempl/h8500s.sc: Ditto.
5514         * scripttempl/v850.sc: Ditto.
5515         * scripttempl/w65.sc: Ditto.
5516         * scripttempl/z8000.sc: Ditto.
5518 2000-11-02  Per Lundberg  <plundis@chaosdev.org>
5520         * Makefile.in (e_i386_chaos.c): New rule.
5521         (ALL_EMULATIONS): Added e_i386_chaos.o.
5522         * emulparams/elf_i386_chaos.sh: New file.
5523         * configure.tgt: Recognise i[3456]86-chaosdev-storm-chaos.
5525 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
5527         * emulparams/elf64_sparc.sh (TEXT_START_ADDR,
5528         NONPAGED_TEXT_START_ADDR): Set to 4GB for Solaris targets.
5529         Fix sed invocation, so that it coped with '/' in Solaris 64bit
5530         library path suffix.
5531         Based on patch by Andrew Macleod <amacleod@cygnus.com>.
5533 2000-10-18  Hans-Peter Nilsson  <hp@axis.com>
5535         * scripttempl/crisaout.sc (.text, .data): Pad, with ALIGN (32),
5536         for consecutive sections.
5538 2000-10-17  Chandrakala Chavva  <cchavva@redhat.com>
5540         * lexsup.c: New option OPTION_TARGET_HELP. Prints all target specific
5541         options.
5542         * ld.texinfo: Added notes about this new option.
5544 2000-10-16  Nick Clifton  <nickc@redhat.com>
5546         * emultempl/pe.em (_after_open): Add tests of return values from
5547         bfd functions.  Emit appropriate error messages if necessary.
5549 2000-10-13  Nick Clifton  <nickc@redhat.com>
5551         * emultempl/pe.em (_after_open): Delete 'is2' and 'nsyms'
5552         local variables - they are not used, but leave in the call to
5553         bfd_canonicalize_symtab.
5554         (_open_dynamic_archive): Add #ifdef DLL_SUPPORT around use of
5555         pe_dll_search_prefix.
5557 2000-10-12  Charles Wilson  <cwilson@ece.gatech.edu>
5559         * emultempl/pe.em (pe_dll_search_prefix): New variable,
5560         (longopts): New --dll-search-prefix option.
5561         (gld_${EMULATION_NAME}_list_options): Document.
5562         (gld_${EMULATION_NAME}_parse_args): Handle.
5563         (gld_${EMULATION_NAME}_open_dynamic_archive): When linking
5564         dynamically, search for a dll named '<prefix><basename>.dll'
5565         in preference to 'lib<basename>.dll' if --dll-search-prefix
5566         is specified.
5568 2000-10-12  Alan Modra  <alan@linuxcare.com.au>
5570         * ldlang.c (section_already_linked): Set kept_section instead of
5571         sec->comdat->sec.
5573 2000-10-10  Kazu Hirata  <kazu@hxi.com>
5575         * deffile.h: Fix formatting.
5576         * lexsup.c: Likewise.
5577         * mri.c: Likewise.
5579 2000-10-09  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
5581         * pe-dll.c (make_one): Do not generate code thunk for DATA
5582         exports.
5583         (process_def_file): deduce DATA flag for auto-export sumbols.
5585 2000-10-09  Kazu Hirata  <kazu@hxi.com>
5587         * ld.h: Fix formatting.
5588         * ldcref.c: Likewise.
5589         * ldctor.h: Likewise.
5590         * ldemul.c: Likewise.
5591         * ldemul.h: Likewise.
5592         * ldexp.c: Likewise.
5593         * ldexp.h: Likewise.
5594         * ldfile.c: Likewise.
5595         * ldfile.h: Likewise.
5596         * ldlang.c: Likewise.
5597         * ldlang.h: Likewise.
5598         * ldmain.c: Likewise.
5599         * pe-dll.c: Likewise.
5601         * pe-dll.c: Revert some formatting fixes.
5603 2000-10-08  Kazu Hirata  <kazu@hxi.com>
5605         * pe-dll.c: Fix formatting.
5607 2000-10-05  Kazu Hirata  <kazu@hxi.com>
5609         * ldlang.c: Fix formatting.
5611 2000-10-03  DJ Delorie  <dj@redhat.com>
5613         * pe-dll.c (fill_edata): initialize entire block
5614         (make_one): fill in correct section.
5616 2000-10-03  Kazu Hirata  <kazu@hxi.com>
5618         * ldexp.c: Fix formatting.
5620 2000-10-02  DJ Delorie  <dj@redhat.com>
5622         * emultempl/pe.em (gld_*_after_open): detect case where there two
5623         import libraries for same dll; rename one to ensure proper link
5624         order.
5626         * pe-dll.c (process_def_file): compare ordinals to -1, not 0; fix
5627         typo
5628         (generate_edata): fix typo
5630 2000-09-29  Hans-Peter Nilsson  <hp@axis.com>
5632         * scripttempl/crisaout.sc (ENTRY): Now __start.
5633         (.text): Add default setting for __start.
5634         Remove CONSTRUCTORS handling.
5635         (/DISCARD/): Add .gnu.warning.*.
5636         * emulparams/crislinux.sh (ENTRY): Now __start.
5637         (TEXT_START_SYMBOLS): New; provide __Stext and __start default.
5638         * emulparams/criself.sh (OUTPUT_FORMAT): Now elf32-us-cris.
5639         (ENTRY): Now __start.
5640         (INITIAL_READONLY_SECTIONS): Add KEEP for .startup.
5641         (EXECUTABLE_SYMBOLS): Add default setting for __start.
5643 2000-09-29  Kazu Hirata  <kazu@hxi.com>
5645         * deffile.h: Fix formatting.
5646         * ld.h: Likewise.
5647         * ldcref.c: Likewise.
5648         * ldctor.c: Likewise.
5649         * ldctor.h: Likewise.
5650         * ldemul.c: Likewise.
5651         * ldemul.h: Likewise.
5652         * ldexp.c: Likewise.
5653         * ldexp.h: Likewise.
5654         * ldfile.c: Likewise.
5655         * ldfile.h: Likewise.
5656         * ldlang.c: Likewise.
5657         * ldlang.h: Likewise.
5658         * lexsup.c: Likewise.
5659         * mri.c: Likewise.
5660         * pe-dll.c: Likewise.
5662 2000-09-28  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
5664         * pe-dll.c (process_def_file): Uninitialized data wasn't
5665         exported with --export-all-symbols switch.
5667 2000-09-28  DJ Delorie  <dj@redhat.com>
5669         * pe-dll.c (fill_edata): rearrange the data so that ordinals and
5670         noname work properly.
5672 2000-09-28  Alan Modra  <alan@linuxcare.com.au>
5674         * ld.texinfo (HPPA ELF32): New section.
5676         * emultempl/hppaelf.em (group_size): New.
5677         (hppaelf_finish): Pass group_size to elf32_hppa_size_stubs.
5678         (PARSE_AND_LIST_PROLOGUE): Add OPTION_STUBGROUP_SIZE.
5679         (PARSE_AND_LIST_LONGOPTS): Add --stub-group-size.  Duplicate
5680         options to prevent abbreviations matching.
5681         (PARSE_AND_LIST_OPTIONS): Describe the above.  Reformat.
5682         (PARSE_AND_LIST_ARGS_CASES): Handle it.
5684 2000-09-21  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
5686         * emultempl/m68kelf.em: Conditionalise the embedded relocs feature
5687         on the m68*-*-elf target.  Make it support COFF input objects.
5689 2000-09-21  Kazu Hirata  <kazu@hxi.com>
5691         * ldmain.c: Fix formatting.
5692         * ldmisc.c: Likewise.
5693         * ldver.c: Likewise.
5694         * ldwrite.c: Likewise.
5696 2000-09-21  Alan Modra  <alan@linuxcare.com.au>
5698         * ldwrite.c (clone_section): Silence gcc warnings.
5700 2000-09-20  Alan Modra  <alan@linuxcare.com.au>
5702         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Handle
5703         out of memory failure.
5705         * ldwrite.c (ldwrite): Remove unnecessary einfo arg.
5706         (clone_section): Handle out of memory failures.  Rename var to
5707         avoid c++ reserved word.
5709 2000-09-18  Alan Modra  <alan@linuxcare.com.au>
5711         * emultempl/hppaelf.em (hppaelf_add_stub_section): Rename
5712         stub_name param to stub_sec_name.
5713         (hppaelf_finish): Modify call to elf32_hppa_size_stubs.
5715 2000-09-10  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
5717         * emultempl/m68kelf.em: New file.
5718         * emulparams/m68kelf.sh (EXTRA_EM_FILE): Use it.
5719         * Makefile.am (em68kelf.c): Add dependency on m68kelf.em.
5720         * Makefile.in: Regenerate.
5722 2000-09-15  Alan Modra  <alan@linuxcare.com.au>
5724         * emulparams/hppalinux.sh (DATA_START_SYMBOLS): Provide $global$
5725         only as needed.
5727 2000-09-13  Nick Clifton  <nickc@redhat.com>
5729         * ldmain.c (multiple_definition): Disable relaxation if
5730         multiple symbol definitions are encountered - otherwise the
5731         linker could abort with an assertion failure.
5733 2000-09-10  Nick Clifton  <nickc@redhat.com>
5735         * mri.c: Fix formatting.
5737 2000-09-07  H.J. Lu  <hjl@gnu.org>
5739         * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
5740         * configure: Rebuild.
5742 2000-09-07  H.J. Lu  <hjl@gnu.org>
5744         * Makefile.am (lexsup.o): Also depend on $(INCDIR)/demangle.h.
5745         * Makefile.in: Rebuild.
5747 2000-09-07  Alan Modra  <alan@linuxcare.com.au>
5749         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Fix
5750         broken list handling.  Create __start_SECNAME and __stop_SECNAME
5751         when no place-holder.  Add some comments.  Test both SEC_CODE and
5752         SEC_READONLY for hold_text to prevent .rodata orphan poisoning.
5753         Handle case where no output section statement created.
5755 2000-09-07  Niibe Yutaka  <gniibe@m17n.org>, Kaz Kojima  <kkojima@rr.iij4u.or.jp>, Alexandre Oliva  <aoliva@redhat.com>
5757         * configure.tgt (sh-*-linux*): Added.
5758         * Makefile.am: Added eshelf_linux and eshlelf_linux.
5759         * Makefile.in: Rebuilt.
5760         * emulparams/shelf_linux.sh: New file.
5761         * emulparams/shlelf_linux.sh: New file.
5763 2000-09-06  Alan Modra  <alan@linuxcare.com.au>
5765         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
5766         try shuffling sections when the orphan happens to be the place
5767         holder.  Keep count of unique section names generated so we speed
5768         the search for a new name.
5770 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
5772         * configure: Rebuilt with new libtool.m4.
5774 2000-09-05  Nick Clifton  <nickc@redhat.com>
5776         * Makefile.in: Regenerate.
5777         * aclocal.m4: Regenerate.
5778         * configure: Regenerate.
5779         * config.in: Regenerate.
5780         * po/ld.pot: Regenerate.
5782         * ldint.texinfo: Remove CVS revision marker - it foils local
5783         comparisons.
5785         * emultempl/ticoff.em: Remove extraneous comma.
5787 2000-09-05  Alan Modra  <alan@linuxcare.com.au>
5789         * emultempl/hppaelf.em (hppaelf_add_stub_section): Add SEC_RELOC
5790         to stub section flags.
5791         (hppa_for_each_input_file_wrapper): New.
5792         (hppa_lang_for_each_input_file): New.
5793         (lang_for_each_input_file): Define to call above.
5794         (multi_subspace): New.
5795         (hppaelf_finish): Pass multi_subspace to elf32_hppa_size_stubs.
5796         (PARSE_AND_LIST_PROLOGUE): Define.
5797         (PARSE_AND_LIST_LONGOPTS): Define.
5798         (PARSE_AND_LIST_OPTIONS): Define.
5799         (PARSE_AND_LIST_ARGS_CASES): Define.
5800         (hppaelf_finish): Call elf32_hppa_set_gp.
5801         (hppaelf_set_output_arch): Remove.
5802         (LDEMUL_SET_OUTPUT_ARCH): Remove.
5804         * emulparams/hppalinux.sh (ELFSIZE): Define.
5805         (MACHINE): Define.
5806         (OTHER_READONLY_SECTIONS): Define.
5807         (DATA_PLT): Define.
5808         (GENERATE_SHLIB_SCRIPT): Define.
5810         * ldlang.c: Add missing prototypes, and tidy others.  Change CONST
5811         to const throughout.  Change `void *' to `PTR' throughout.
5812         (lang_memory_default): Function is local to file, add `static'.
5814         * Makefile.am (ehppaelf.c): Depend on emultempl/elf32.em.
5815         (ehppalinux.c): Likewise.
5816         (earmelf.c): Likewise.
5817         (earmelf_linux.c): Likewise.
5818         (earmelf_linux26.c): Likewise.
5819         * Makefile.in: Regenerate.
5821         * ld.h (ld_config_type): Add unique_orphan_sections.
5822         * lexsup.c (OPTION_UNIQUE): Define.
5823         (ld_options): Add "--unique".
5824         (parse_args): Handle it.
5825         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
5826         search for an existing output section if unique_orphan_sections is
5827         set.  Make use of bfd_get_unique_section_name rather than
5828         duplicating code here.
5829         * ld.texinfo: Describe --unique.
5831         * lexsup.c (ld_options): Make split-by-reloc arg optional. Add
5832         optional arg to split-by-file.
5833         (parse_args): Handle them.
5834         * ld.texinfo: Update description of these options.
5835         * ldwrite.c (clone_section): Pass in the section name.  Replace
5836         local code with bfd_get_unique_section_name.
5837         (split_sections): Tidy code and comments.  Use a list traversal
5838         more appropriate to the list construction.  Handle cooked section
5839         sizes.  Split when split_by_reloc reached rather than exceeded.
5840         Track section size and split when split_by_file reached.  Fix
5841         link_order_tail (even though it's not used).
5842         (ldwrite): Modify condition for calling split_sections to suit
5843         changed split_by_reloc and split_by_file.
5844         * ldmain.c (main): Init config.split_by_reloc and
5845         config.split_by_file to -1.
5846         * ld.h (ld_config_type): Change split_by_reloc to unsigned.
5847         Change split_by_file to bfd_size_type.
5849 2000-09-02  Nick Clifton  <nickc@redhat.com>
5851         * configure.in: Increase version number to 2.10.91.
5852         * NEWS: Mention new ability to support removal of duplicate DWARF2
5853         debug information.
5854         * configure: Regenerate.
5855         * aclocal.m4: Regenerate.
5856         * config.in: Regenerate.
5858 2000-09-02  Daniel Berlin <dberlin@redhat.com>
5860         * scripttempl/elf.sc: Add .gnu.linkonce.wi.* to .debug_info
5861         sections.
5862         * scripttempl/elf32avr.sc: Ditto.
5863         * scripttempl/elfd10v.sc: Ditto.
5864         * scripttempl/elfd30v.sc: Ditto.
5865         * scripttempl/elfi370.sc: Ditto.
5866         * scripttempl/elfm68hc11.sc: Ditto.
5867         * scripttempl/elfm68hc12.sc: Ditto.
5868         * scripttempl/elfi386beos.sc: Ditto.
5869         * scripttempl/v850.sc: Ditto.
5871 2000-08-31  Alexandre Oliva  <aoliva@redhat.com>
5873         * acinclude.m4: Include libtool and gettext macros from the
5874         top level.
5875         * aclocal.m4, configure: Rebuilt.
5877 2000-08-25  Nick Clifton  <nickc@redhat.com>
5879         * ldlang.c (open_output): When choosing the target for a
5880         particular endianness, do nothing if the target is not
5881         supported.
5883 2000-08-25  H.J. Lu  <hjl@gnu.org>
5885         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Don't
5886         check -rpath nor LD_RUN_PATH for cross link.
5887         * ld.texinfo: Document the change.
5889 2000-08-24  Hans-Peter Nilsson  <hp@axis.com>
5891         * NEWS: Mention support for CRIS.
5893 2000-08-23  H.J. Lu  <hjl@gnu.org>
5895         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Get
5896         the current runpath list from bfd_elf_get_runpath_list ()
5897         before search.
5899 2000-08-22  H.J. Lu  <hjl@gnu.org>
5901         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Search
5902         the DT_RPATH/DT_RUNPATH entries for DT_NEEDED after
5903         LD_LIBRARY_PATH for native linker. Display the needed DSO if
5904         trace_file_tries is non-zero.
5905         (gld${EMULATION_NAME}_try_needed): Report the needed DSO found
5906         if trace_file_tries is non-zero.
5908         * ld.texinfo: Document the usage of DT_RPATH/DT_RUNPATH.
5909         * NEWS: Mention it.
5911 2000-08-14  Jason Eckhardt  <jle@cygnus.com>
5913         * NEWS: Mention i860 support.
5915 2000-08-14  Andreas Schwab  <schwab@suse.de>
5917         * scripttempl/elf.sc: Fix last change to use correct comment
5918         syntax.
5920 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
5922         * scripttempl/elf.sc: Add a comment giving the correspondence
5923         between sections, per-datum sections, and linkonce sections.  Make
5924         the comment true even for .bss, .sdata, .sdata2, .sbss, and
5925         .sbss2.
5927 2000-08-10  Jason Eckhardt  <jle@cygnus.com>
5929         * emulparams/elf32_i860.sh: New file.
5930         * configure.tgt: Recognize new target i860-stardent-{sysv4*|elf*}.
5931         * Makefile.am (ALL_EMULATIONS): Add eelf32_i860.o.
5932         (eelf32_i860.c): New rule.
5933         * Makefile.in: Regenerate.
5935 2000-08-10  Nick Clifton  <nickc@cygnus.com>
5937         * emulparams/mipspe.sh (ENTRY): Add definition.
5939 2000-08-08  Peter Jeremy  <peter.jeremy@alcatel.com.au>
5941         * emultempl/elf32.em (_after_close): Refer to -rpath not --rpath
5942         in error message.
5944 2000-08-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
5946         * scripttempl/elfm68hc11.sc: Define __bss_size symbol to indicate
5947         the final size of .bss section.
5948         * scripttempl/elfm68hc12.sc: Likewise.
5950 2000-08-04  Alan Modra  <alan@linuxcare.com.au>
5952         * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Rename to
5953         gld${EMULATION_NAME}_parse_args for consistency.  Combine
5954         lastoptind and prevoptind vars, and keep track of last optind.
5955         (gld_${EMULATION_NAME}_list_options): Rename to
5956         gld${EMULATION_NAME}_list_options.
5958 2000-08-03  Rodney Brown  <RodneyBrown@pmsc.com>
5960         * configure.tgt: Select targ_emul=elf_i386 for Unixware 7
5961         (i586-sco-sysv5uw7.1.0).
5963 2000-07-27  H.J. Lu  <hjl@gnu.org>
5965         * emulparams/elf64alpha.sh (PARSE_AND_LIST_ARGS): Removed.
5966         (PARSE_AND_LIST_PROLOGUE): New.
5967         (PARSE_AND_LIST_LONGOPTS): Likewise.
5968         (PARSE_AND_LIST_OPTIONS): Likewise.
5969         (PARSE_AND_LIST_ARGS_CASES): Likewise.
5970         (PARSE_AND_LIST_EPILOGUE): Likewise.
5972 2000-07-28  Alan Modra  <alan@linuxcare.com.au>
5974         * emultempl/armelf.em: Elide functions common to elf32.em,
5975         ie. most of the file.
5976         (arm_elf_after_open): New.  Do arm specific things then call
5977         gld${EMULATION_NAME}_after_open.
5978         (arm_elf_before_allocation): New.  Call
5979         gld${EMULATION_NAME}_before_allocation then do arm specifics.
5980         (PARSE_AND_LIST_PROLOGUE): Define.
5981         (PARSE_AND_LIST_SHORTOPTS): Define.
5982         (PARSE_AND_LIST_LONGOPTS): Define.
5983         (PARSE_AND_LIST_OPTIONS): Define.
5984         (PARSE_AND_LIST_ARGS_CASES): Define.
5985         (LDEMUL_AFTER_OPEN): Define.
5986         (LDEMUL_BEFORE_ALLOCATION): Define.
5987         (LDEMUL_BEFORE_PARSE): Define.
5988         (LDEMUL_FINISH): Define.
5990         * emultempl/hppaelf.em: Similarly zap most of this file.
5991         (hppaelf_add_stub_section): Prototype.
5992         (hppaelf_layaout_sections_again): Prototype.
5993         (hook_in_stub): Prototype.
5994         (LDEMUL_SET_OUTPUT_ARCH): Define.
5995         (LDEMUL_FINISH): Define.
5996         (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
5998         * emulparams/armelf.sh (TEMPLATE_NAME): Use elf32.
5999         (EXTRA_EM_FILE): New.
6000         * emulparams/armelf_linux.sh: Likewise.
6001         * emulparams/armelf_linux26.sh: Likewise.
6002         * emulparams/hppalinux.sh: Likewise.
6003         * emulparams/hppaelf.sh: Likewise.
6004         (NOP): Define.
6006         * emultempl/elf32.em: Fix formatting.
6007         (EXTRA_EM_FILE): Source it.
6008         (LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
6009         LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
6010         LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
6011         LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
6012         LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
6013         LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
6014         LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
6015         LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
6016         LDEMUL_FIND_POTENTIAL_LIBRARIES): New shell vars.  Add code to
6017         allow functions in this file to be overridden.
6018         (PARSE_AND_LIST_SHORTOPTS): Handle it.
6020         * emultempl/m68kcoff.em: Include ldfile.h before ldemul.h.
6022         * emultempl/elf32.em: Reorganize file.
6024 2000-07-27  Ivan Kokshaysky  <ink@jurassic.park.msu.ru>
6026         * emulparams/elf64alpha.sh: Implement "-taso" emulation
6027         specific option to fit 64-bit executable in the lower
6028         31-bit address range.  This is done by changing start
6029         address of .interp (the very first section of executable)
6030         and then setting EF_ALPHA_32BIT elf header flag.
6032 2000-07-21  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
6034         * emultempl/m68kcoff.em: New file.
6035         * emulparams/m68kcoff.sh (TEMPLATE_NAME): Use m68kcoff template.
6036         * Makefile.am (em68kcoff.c): Depend on m68kcoff.em rather than
6037         generic.em.
6038         * Makefile.in: Regenerate.
6040 2000-07-20  H.J. Lu  <hjl@gnu.org>
6042         * emultempl/elf32.em (longopts): Duplicate "disable-new-dtags"
6043         and "disable-new-dtags" to stop getopt from treating -d/-e as
6044         abbreviations for these options.
6046 2000-07-20  H.J. Lu  <hjl@gnu.org>
6048         * ld.texinfo: Add documentation for --disable-new-dtags and
6049         --enable-new-dtags.
6051         * ldmain.c (main): Initialize link_info.new_dtags to false.
6053         * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Add
6054         --disable-new-dtags and --enable-new-dtags.
6055         (gld_${EMULATION_NAME}_list_options): Likewise.
6057 2000-07-05  Kenneth Block  <krblock@computer.org>
6059         * lexsup.c: Add optional style to demangle switch
6060         * ld.texinfo: Document optional style to demangle switch.
6062 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
6064         * Makefile.am (ALL_EMULATIONS): Add ecrisaout.o, ecriself.o,
6065         ecrislinux.o.
6066         (ecrisaout.c, ecriself.c, ecrislinux.c): New rules.
6067         Regenerate dependencies.
6068         * Makefile.in: Rebuild.
6069         * configure.tgt (cris-*-*): New target.
6070         * emulparams/crisaout.sh, emulparams/criself.sh,
6071         emulparams/crislinux.sh, scripttempl/crisaout.sc: New files.
6072         * po/POTFILES.in, po/ld.pot: Regenerate.
6074 2000-07-20  H.J. Lu  <hjl@gnu.org>
6076         * emultempl/elf32.em (gld_${EMULATION_NAME}_list_options):
6077         Print out ignored -z options.
6079 2000-07-19  H.J. Lu  <hjl@gnu.org>
6081         * emulparams/elf32mcore.sh (PARSE_AND_LIST_ARGS): Removed.
6082         (PARSE_AND_LIST_PROLOGUE): New.
6083         (PARSE_AND_LIST_LONGOPTS): Likewise.
6084         (PARSE_AND_LIST_OPTIONS): Likewise.
6085         (PARSE_AND_LIST_ARGS_CASES): Likewise.
6087         * ldmain.c (main): Clear link_info.flags and link_info.flags_1.
6089         * lexsup.c (ld_options): Comment out 'z'.
6090         (parse_args): Likewise.
6092         * emultempl/elf32.em: Include "elf/common.h".
6093         (gld_${EMULATION_NAME}_parse_args): Defined. Handle some -z
6094         options.
6095         (gld_${EMULATION_NAME}_list_options): Likewise.
6097         * ld.texinfo: Add documentation for the recognized -z options.
6099 2000-07-19  H.J. Lu  <hjl@gnu.org>
6101         * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Call
6102         bfd_elf_set_dt_needed_soname ().
6104 2000-07-18  DJ Delorie  <dj@cygnus.com>
6106         * pe-dll.c (pe_dll_id_target): check object target name also
6108 2000-07-18  Hans-Peter Nilsson  <hp@axis.com>
6110         * scripttempl/elf.sc (.init): Only do ${INIT_START} and
6111         ${INIT_END} if relocating.
6112         (.fini): Likewise ${FINI_START} and ${FINI_END}.
6114 2000-07-16  Charles Wilson  <cwilson@ece.gatech.edu>
6116         * emultempl/pe.em (gld_*_open_dynamic_archive): New search
6117         order for dynamic library '-lfoo' on pei386: libfoo.dll.a,
6118         foo.dll.a, libfoo.a, libfoo.dll, foo.dll. This fixes compatibility
6119         errors introduced by the old dynamic lib search order.
6121 2000-07-17  DJ Delorie  <dj@cygnus.com>
6123         * pe-dll.c (process_def_file): auto-export data items also
6124         (pe_process_import_defs): also see if _imp_ form needed
6126 2000-07-12  Charles Wilson  <cwilson@ece.gatech.edu>
6128         * pe-dll.c (make_one): fix a typo in the __imp_ name decoration
6129         for dll import libraries
6131 2000-07-12  Mark Elbrecht  <snowball3@bigfoot.com>
6133         * scripttempl/i386go32.sc: Support the g++ attribute init_priority in
6134         gcc 2.95.2 and later.
6136 2000-07-11  Kazu Hirata  <kazu@hxi.com>
6138         * ldfile.c (ldfile_try_open_bfd): Output '\n' after an error
6139         message.
6141 2000-07-10  Alan Modra  <alan@linuxcare.com.au>
6143         * ldemul.h (struct lang_input_statement_struct): Remove forward
6144         declaration.
6145         (struct search_dirs): Likewise.
6146         * ldfile.h (struct lang_input_statement_struct): Likewise.
6147         Protect file from multiple inclusion.
6148         * ldlang.h (LANG_FOR_EACH_INPUT_STATEMENT): Move file_chain
6149         declaration from macro to file scope.
6151         * ldemul.c: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this order.
6152         * ldgram.y: Likewise here.
6153         * ldlang.c: And here.
6154         * ldmain.c: And here.
6155         * mpw-elfmips.c: And here.
6156         * mpw-eppcmac.c: And here.
6157         * emultempl/aix.em: And here.
6158         * emultempl/armcoff.em: And here.
6159         * emultempl/armelf.em: And here.
6160         * emultempl/armelf_oabi.em: And here.
6161         * emultempl/beos.em: And here.
6162         * emultempl/elf32.em: And here.
6163         * emultempl/hppaelf.em: And here.
6164         * emultempl/linux.em: And here.
6165         * emultempl/lnk960.em: And here.
6166         * emultempl/pe.em: And here.
6167         * emultempl/sunos.em: And here.
6168         * mpw-esh.c: And here. Include ldexp.h and ldlang.h too.
6169         * mpw-idtmips.c: Ditto.
6170         * emultempl/generic.em: Ditto.
6171         * emultempl/gld960.em: Ditto.
6172         * emultempl/gld960c.em: Ditto.
6173         * emultempl/mipsecoff.em: Ditto.
6174         * emultempl/ticoff.em: Ditto.
6175         * emultempl/vanilla.em: Ditto.
6177         * pe-dll.c: Include ldfile.h
6178         * ldver.c: Include ldexp.h, ldlang.h, ldfile.h
6180         * mpw-elfmips.c: (gldelf32ebmip_before_allocation): Add missing
6181         arguments to bfd_elf32_size_dynamic_sections call.
6182         (gldelf32ebmip_place_orphan): Add missing arguments to
6183         lang_leave_output_section_statement call.
6185 2000-07-10  H.J. Lu  <hjl@gnu.org>
6187         * emultempl/pe.em (pe_enable_stdcall_fixup): Protect with
6188         DLL_SUPPORT.
6189         (strhash): Likewise.
6190         (compute_dll_image_base): Likewise.
6191         (pe_undef_found_sym): Likewise.
6192         (pe_undef_cdecl_match): Likewise.
6193         (gld_${EMULATION_NAME}_open_dynamic_archive): Mark the
6194         argument "arch" with ATTRIBUTE_UNUSED.
6196 2000-07-10  Alan Modra  <alan@linuxcare.com.au>
6198         * configure.tgt: Remove extraneous hppa*-*-linux-gnu*.
6200         From  Ryan Bradetich  <rbradetich@uswest.net>
6201         * ldwrite.c (SSIZE): Remove to cure macro redefinition warning.
6203 2000-07-09  Alan Modra  <alan@linuxcare.com.au>
6205         Changes to create multiple linker stubs, positioned immediately
6206         before the section where they are required.
6207         * emultempl/hppaelf.em: Include elf32-hppa.h.
6208         (stub_sec, file_chain): Delete.
6209         (hppaelf_create_output_section_statements): Don't make a stub
6210         section here.
6211         (hook_stub_info): New struct.
6212         (hook_in_stub): New function.
6213         (hppaelf_add_stub_section): New function.
6214         (hppaelf_finish): Do nothing for relocateable links.  Modify the
6215         call to elf32_hppa_size_stubs.  Move code for updating section
6216         layout from here...
6217         (hppaelf_layaout_sections_again): ..to here, a new function.
6219         * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Fix
6220         broken list handling.  Pass in a pointer to the list.
6221         (hppaelf_finish): Update call to hppaelf_delete_padding_statements
6222         for above changes.
6223         (hppaelf_before_parse): Prototype.
6224         (hppaelf_set_output_arch): Prototype.
6225         (hppaelf_create_output_section_statements): Prototype.
6226         (hppaelf_delete_padding_statements): Prototype.
6227         (hppaelf_finish): Prototype.
6229         Merge from elf32.em
6230         * emultempl/hppaelf.em: Include ctype.h.
6231         (struct orphan_save): New.
6232         (gld${EMULATION_NAME}_place_orphan): New.
6233         (output_rel_find): New.
6234         (hppaelf_get_script): Update from elf32.em.
6235         (ld_hppaelf_emulation): Rename to ld_${EMULATION_NAME}_emulation.
6236         Change emulation_name field to "${EMULATION_NAME}".  Add
6237         gld${EMULATION_NAME}_place_orphan.
6239         * Makefile.am (ALL_EMULATIONS): Reinstate ehppaelf.o,  add
6240         ehppalinux.o, sort it.  Regenerate dependencies.
6241         (ehppalinux.c): Depend on hppaelf.em
6242         * Makefile.in: Regenerate.
6244         * configure.tgt: targ_emul=hppalinux for hppa*linux
6246         * emulparams/hppalinux.sh: New.
6247         * emulparams/hppaelf.sh (TARGET_PAGE_SIZE): Write in hex.
6249 2000-07-08  Alan Modra  <alan@linuxcare.com.au>
6251         * lexsup.c (parse_args): Copy section name.
6253 2000-07-07  Charles Wilson  <cwilson@ece.gatech.edu>
6255         * emultempl/pe.em: institute the following search order for
6256         dynamic libraries on pei386: libfoo.dll.a, foo.dll.a (import
6257         libs), libfoo.dll, foo.dll (link direct to dll).  Fall back to
6258         static lib (libfoo.a) if none of the above are found.
6260 2000-07-07  Mumit Khan  <khan@xraylith.wisc.edu>
6262         * emultempl/pe.em (pe_enable_auto_image_base): New variable.
6263         (longopts): New --{enable,disable}-auto-image-base options.
6264         (gld_${EMULATION_NAME}_list_options): Document.
6265         (gld_${EMULATION_NAME}_parse): Handle.
6266         (strhash): New static function.
6267         (compute_dll_image_base): New static function.
6268         (gld_${EMULATION_NAME}_set_symbols): Use.
6270 2000-07-05  DJ Delorie  <dj@redhat.com>
6272         * MAINTAINERS: new
6274 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
6276         * configure.tgt: Add traditional mips (mips*-*-sysv4*) target.
6277         * emulparams/elf32btsmip.sh: New file.
6278         * Makefile.am: Add traditional mips target.
6279         * Makefile.in: Rebuild.
6281 2000-07-01  H.J. Lu  <hjl@gnu.org>
6283         * Makefile.am (EXTRA_ld_new_SOURCES): Set to deffilep.y for
6284         automake to use YLWRAP.
6285         * Makefile.in: Rebuild.
6287 2000-07-01  Alan Modra  <alan@linuxcare.com.au>
6289         * Makefile.am (DEP): Fix 2000-06-22.  grep after running dep.sed
6290         (CLEANFILES): Add DEPA.
6291         * Makefile.in: Regenerate.
6293 2000-06-30  Timothy Wall  <twall@ppc>
6295         * scripttempl/tic54xcoff.sc: PAGE N is not implemented, so encode
6296         the page in the upper octet of the address.
6298 2000-06-26  Marek Michalkiewicz  <marekm@linux.org.pl>
6300         * emulparams/avrmega161.sh (ARCH): Change to avr:5.
6302 2000-06-24  Alan Modra  <alan@linuxcare.com.au>
6304         * NEWS: arm-elf does --gc-sections too.
6306 2000-06-22  Alan Modra  <alan@linuxcare.com.au>
6308         * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
6309         find one.
6310         * Makefile.in: Regenerate.
6312 2000-06-21  H.J. Lu  <hjl@gnu.org>
6314         * Makefile.am: Rebuild dependency.
6315         * Makefile.in: Rebuild.
6317 2000-06-20  H.J. Lu  <hjl@gnu.org>
6319         * Makefile.am: Rebuild dependency.
6320         * Makefile.in: Rebuild.
6322 2000-06-20  Timothy Wall  <twall@cygnus.com>
6324         * scripttempl/tic54xcoff.sc: New.
6325         * ldlang.c (wild_doit): Propagate SEC_BLOCK flag.
6326         * gen-doc.texi: Add flag for TI COFF.
6327         * ld.texinfo: Add documentation for TI COFF handling switches.
6328         * emultempl/ticoff.em: New. TI COFF handling.
6329         * configure.tgt: Add tic54x target.
6330         * Makefile.am: Add tic54x target.
6331         * Makefile.in: Ditto.
6333 2000-06-20  Alan Modra  <alan@linuxcare.com.au>
6335         * ldmain.c (set_scripts_dir): Correct pointer comparison when
6336         checking for backslashes.
6338 2000-06-19  Alan Modra  <alan@linuxcare.com.au>
6340         * NEWS: Move entries not in 2.10 above "Changes in version 2.10".
6342 2000-06-18  Alan Modra  <alan@linuxcare.com.au>
6344         * NEWS: Update list of targets supporting --gc-sections.
6346         * scripttempl/elf.sc: KEEP .eh_frame contents.
6347         * scripttempl/elfd30v.sc: Same here.
6349 2000-06-18  Stephane Carrez  <stcarrez@worldnet.fr>
6351         * Makefile.am (ALL_EMULATIONS): Added new emulation for m68hc12
6352         and m68hc11 (elf).
6353         * Makefile.in: Rebuild.
6354         * configure.tgt: Recognize m68hc12 and m68hc11.
6355         * scripttempl/elfm68hc12.sc: New file.
6356         * emulparams/m68hc12elfb: New emulation.
6357         * emulparams/m68hc12elf: New emulation.
6358         * emulparams/m68hc11elfb.sh: New file.  User configurable emulation
6359         (includes a memory.x script to define the ROM and RAM banks).
6360         * scripttempl/elfm68hc11.sc, emulparams/m68hc11elf.sh:
6361         New configuration files for support of Motorola 68hc11
6363 2000-06-15  Alan Modra  <alan@linuxcare.com.au>
6365         * ldmain.c (main): Only change SEC_READONLY for final link.
6367 2000-06-13  H.J. Lu  <hjl@gnu.org>
6369         * configure: Regenerate.
6371 2000-06-08  David O'Brien  <obrien@FreeBSD.org>
6373         * configure.in (VERSION): Update to show this is the CVS mainline.
6375 2000-06-07  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
6377         * emultempl/mipsecoff.em (gld{EMULATION_NAME}_after_open): Require all
6378         input objects to be ECOFF.
6379         (check_sections): einfo takes %B, not %P, to print a BFD name.
6381 2000-06-05  Michael Matz <matz@ifh.de>
6383         * ldgram.y (vers_defns): Handle 'extern "C++" { ... }' in
6384         version scripts.
6386         * ldlex.l (V_IDENTIFIER): Accept `::' in symbols.
6388 2000-05-23  Marek Michalkiewicz  <marekm@linux.org.pl>
6390         * emulparams/avr1200.sh (STACK): Define as 0.
6391         * emulparams/avr23xx.sh (STACK): Define as last internal SRAM address.
6392         * emulparams/avr4433.sh (STACK): Likewise.
6393         * emulparams/avr44x4.sh (STACK): Likewise.
6394         * emulparams/avr85xx.sh (STACK): Likewise.
6395         * emulparams/avrmega103.sh (STACK): Likewise.
6396         * emulparams/avrmega161.sh (STACK): Likewise.
6397         * emulparams/avrmega603.sh (STACK): Likewise.
6398         * scripttempl/elf32avr.sc (__data_start): Define for gcrt1.
6399         (__stack): Define from ${STACK} for main().
6401 2000-05-26  Alan Modra  <alan@linuxcare.com.au>
6403         * Makefile.am: Update dependencies with "make dep-am"
6404         * Makefile.in: Regenerate.
6406 2000-05-26  Eli Zaretskii  <eliz@is.elta.co.il>
6408         * ldmain.c: Include filenames.h.
6409         (set_scripts_dir): Support backslashes in program name.
6411 2000-05-22  Igor Shevlyakov  <igor@windriver.com>
6413         * ldmain.c (main): When deciding if ".text" section should be
6414         read-only, don't forget to reset SEC_READONLY because it
6415         could be already set.
6417 2000-05-22  Thomas de Lellis  <tdel@windriver.com>
6419         * ld.1: Add documentation for new command line option:
6420         --section-start <sectionname>=<sectionorg>
6421         This is a generic version of -Ttext etc. which accepts
6422         any section name as a parameter instead of just text/data/
6423         bss.
6424         * ld.texinfo: More docs.
6425         * NEWS: More docs.
6426         * lexsup.c: (parse_args): Recognize new command line option.
6427         (ld_options): Add new option.
6429 2000-05-18  H.J. Lu  <hjl@gnu.org>
6431         * lexsup.c (parse_args): `i' == `r', not `q'.
6433 2000-05-18  Jeffrey A Law  (law@cygnus.com)
6435         * configure.tgt (hppa*64*-*-*): Enable PA64 target.
6437 2000-05-17 S. Bharadwaj Yadavalli  <sby@scrugs.lkg.dec.com>
6438               Rick Gorton          <gorton@scrugs.lkg.dec.com>
6440         Add support for '-q' == '--emit-relocs' switch.
6441         * ldmain.c (main): Default to false.
6442         * lexsup.c (parse_args): Turn on emitrelocations flag if set.
6443         * NEWS: Describe the emitrelocations switch.
6444         * ld.texinfo: Describe the emitrelocations switch.
6446 2000-05-16  Charles Wilson <cwilson@ece.gatech.edu>
6448         * emultempl/pe.em (_open_dynamic_archive): New function: Search
6449         the library path for "foo.dll" and "libfoo.dll" dynamic libraries
6450         before searching for 'libfoo.a' in response to a '-Bdynamic -lfoo'
6451         link options.
6453 2000-05-15  David O'Brien  <obrien@FreeBSD.org>
6455         * lexsup.c (parse_args): Update the year in the copyright notice.
6457 2000-05-13  Alan Modra  <alan@linuxcare.com.au>
6459         * ld.h (gettext, dgettext, dcgettext, textdomain, bindtextdomain):
6460         Replace defines with those from intl/libgettext.h to quieten gcc
6461         warnings.
6463 2000-05-10  H.J. Lu  <hjl@gnu.org>
6465         * ldlang.c (open_input_bfds): Don't load the same file within
6466         a group again if the whole archive has been loaded already.
6468 2000-05-03  Alan Modra  <alan@linuxcare.com.au>
6470         From Ulf Carlsson <ulfc@engr.sgi.com> and Andreas Jaeger <aj@suse.de>
6471         * lexsup.c (set_section_start): Use bfd_scan_vma rather than
6472         strtoul.
6474 2000-05-01  Jim Wilson  <wilson@cygnus.com>
6476         * configure.host (ia64-*-linux-gnu*): Change gcc to ${CC}.
6478         * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
6479         host "ia64-*-linux-gnu*".
6481 2000-04-29  Andreas Jaeger  <aj@suse.de>
6483         * ld.h: Correctly check GCC version.
6485 2000-04-25  Jeffrey A Law  (law@cygnus.com)
6487         * Makefile.am: Add PA64 support.  Add missing dependencies for
6488         PA32 elf support.
6489         * Makefile.in: Rebuilt.
6490         * configure.tgt: Add PA64 support (currently disabled).
6492 2000-04-25  Alan Modra  <alan@linuxcare.com.au>
6494         * emultempl/elf32.em (gld${EMULATION_NAME}_place_section): Delete.
6495         (output_rel_find): New function.
6496         (hold_section, hold_use): Delete.
6497         (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
6498         hold_interp): Make local to place_orphan.
6499         (gld${EMULATION_NAME}_place_orphan): Use lang_output_section_find
6500         rather than place_section to find possible previous use of orphan.
6501         Similarly find the place-holder output sections.  Use returned
6502         value from lang_enter_output_section_statement rather than calling
6503         lang_output_section_statement_lookup.
6504         * emultempl/armelf.em: Same here.
6505         * emultempl/pe.em: Similar to above, but no need for output_rel_find.
6507         * ldlang.c (lang_enter_output_section_statement): Return output
6508         section statement.
6509         * ldlang.h (lang_enter_output_section_statement): Change
6510         declaration too.
6512         * ldlang.h (lang_output_section_statement): Export it.
6513         * ldlang.c (lang_output_section_statement): Ditto.
6515 2000-04-24  Nick Clifton  <nickc@cygnus.com>
6517         * ld.texinfo (Output Section Data): Add note that section data
6518         commands cannot appear outside of section directives.
6520 2000-04-2  Matthew Green  <mrg@cygnus.com>
6522         * configure.tgt: Add NetBSD/sparc ELF, and NetBSD/sparc64 support.
6524 2000-04-21  Richard Henderson  <rth@cygnus.com>
6525             David Mosberger  <davidm@hpl.hp.com>
6527         * Makefile.am (ALL_64_EMULATIONS): Add eelf64_ia64.o.
6528         (eelf64_ia64.c): New rule.
6529         * Makefile.in: Rebuild.
6530         * configure.tgt (ia64-*-elf*, ia64-*-linux*): New targets.
6531         * emulparams/elf64_ia64.sh: New file.
6533 2000-04-21  Richard Henderson  <rth@cygnus.com>
6535         * scripttempl/elfd30v.sc: Place .gcc_except_table.
6537 2000-04-19  Alan Modra  <alan@linuxcare.com.au>
6539         * dep-in.sed: Match space at start of file name, not at end.
6541 2000-04-18  H.J. Lu  <hjl@gnu.org>
6543         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Call
6544         lang_leave_output_section_statement () after calling
6545         lang_enter_output_section_statement ().
6546         * emultempl/armelf.em: Likewise.
6548 2000-04-18  Alan Modra  <alan@linuxcare.com.au>
6550         * emultempl/elf32.em (struct orphan_save): Add section field.
6551         (gld${EMULATION_NAME}_place_orphan): Use above to keep sections in
6552         better order, and place first orphan section as we did before the
6553         2000-04-12 patch.  Ignore ~SEC_ALLOC sections when choosing place.
6554         Don't call make_bfd_section here, let wild_doit do the job for us.
6555         Don't build a statement list when we'll only throw it away.
6556         * emultempl/armelf.em: Ditto.
6557         * emultempl/pe.em: Similarly.
6559 2000-04-14  Geoff Keating  <geoffk@cygnus.com>
6561         * scripttempl/elfppc.sc: Remove.
6562         * emulparams/elf32ppc.sh: Use elf.sc.
6563         * emulparams/elf32lppc.sh: Use elf.sc.
6564         * emulparams/elf32ppclinux.sh: Use elf.sc.
6565         * emulparams/elf32ppcsim.sh: New file.
6566         * emulparams/elf32lppcsim.sh: New file.
6567         * Makefile.am: Update dependencies.  Add elf32ppcsim ad elf32lppcsim.
6568         (ALL_EMULATIONS): Add elf32ppcsim ad elf32lppcsim.
6569         * Makefile.in: Regenerate.
6570         * configure.tgt (powerpc-*): Add elf32ppcsim and elf32lppcsim.
6572 2000-04-14  Alan Modra  <alan@linuxcare.com.au>
6574         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Process
6575         ~SEC_ALLOC sections too.  Init start address of debug sections.
6576         * emultempl/armelf.em (gld${EMULATION_NAME}_place_orphan): Ditto.
6577         * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Ditto.
6578         Also set all relocateable section start addresses.
6580 2000-04-13  Geoff Keating  <geoffk@cygnus.com>
6582         * scripttempl/elf.sc: Add support for .sbss2 and .sdata2 sections.
6583         Add new BSS_PLT variable for when .plt need not be contained in
6584         the file.  Move _etext so that it is also after .fini, and provide
6585         both etext and _etext with a leading underscore.  Mark the start
6586         and end of .sbss.
6588 2000-04-12  Alan Modra  <alan@linuxcare.com.au>
6590         * emultempl/elf32.em (struct orphan_save): New.
6591         (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
6592         hold_interp): Make them struct orphan_save.
6593         (gld${EMULATION_NAME}_place_section): Modify for new hold_*.
6594         (gld${EMULATION_NAME}_place_orphan): Add new orphan sections to
6595         the end of the relevant section list.  Also add associated section
6596         statements to the end of any previous orphan statements.
6597         * emultempl/armelf.em: Similarly.
6598         * emultempl/pe.em: Similarly.
6600 2000-04-11  Alan Modra  <alan@linuxcare.com.au>
6602         * ld.texinfo (Simple Example): Remove extraneous paragraph.
6604 2000-04-07  Andrew Cagney  <cagney@b1.cygnus.com>
6606         * configure.in (WARN_CFLAGS): Set to -W -Wall by default.  Add
6607         --enable-build-warnings option.
6608         * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
6609         * Makefile.in, configure: Re-generate.
6611 2000-04-04  Alan Modra  <alan@linuxcare.com.au>
6613         * po/ld.pot: Regenerate.
6615         * lexsup.c (help): Restore translated part of bug string.
6617         * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
6618         (DEP): Quote when passing vars to sub-make.  Add warning message
6619         to end.
6620         (DEP1): Rewrite for "gcc -MM".
6621         (CLEANFILES): Add DEP2.
6622         Update dependencies.
6623         * Makefile.in: Regenerate.
6625 2000-04-03  Alan Modra  <alan@linuxcare.com.au>
6627         * ld.h: #include "bin-bugs.h"
6628         * lexsup.c (help): Use REPORT_BUGS_TO.
6630 2000-03-27  Denis Chertykov  <denisc@overta.ru>
6632         * configure.tgt (avr-*-*): New target support.
6633         * Makefile.am: Likewise.
6634         * scripttempl/elf32avr.sc: New script file.
6635         * emulparams/avr1200.sh: New file.
6636         * emulparams/avr23xx.sh: New file.
6637         * emulparams/avr4433.sh New file.
6638         * emulparams/avr44x4.sh New file.
6639         * emulparams/avr85xx.sh New file.
6640         * emulparams/avrmega103.sh New file.
6641         * emulparams/avrmega161.sh New file.
6642         * emulparams/avrmega603.sh New file.
6643         * Makefile.in: Regenerate.
6645 2000-03-09  Andreas Jaeger  <aj@suse.de>
6647         * Makefile.am (check-DEJAGNU): Also unset LANG.
6648         * Makefile.in: Rebuild.
6650 2000-03-06  Ian Lance Taylor  <ian@zembu.com>
6652         * ldfile.c (ldfile_try_open_bfd): Don't crash if we see an empty
6653         archive.
6655 2000-03-02  H.J. Lu  <hjl@gnu.org>
6657         * emulparams/elf32mcore.sh: Include "getopt.h".
6659 2000-03-01  Ian Lance Taylor  <ian@zembu.com>
6661         * configure.tgt: Remove *-*-aout, *-*-coff, and *-*-netware.
6663 2000-03-01  H.J. Lu  <hjl@gnu.org>
6665         * emulparams/mipspe.sh: Add SUBSYSTEM and INITIAL_SYMBOL_CHAR.
6666         * emulparams/shpe.sh: Likewise.
6668 2000-03-01  Nick Clifton  <nickc@cygnus.com>
6670         * pe-dll.c: Remove unused variables and add ATTRIBUTE_UNUSED
6671         to unused parameters.
6673         * emultempl/pe.em: Add "#ifdef DLL_SUPPORT" around static
6674         functions only used by DLL code.
6675         (_place_orphan): Initialise 'dollar'.
6677 2000-03-01  H.J. Lu  <hjl@gnu.org>
6679         * ldmain.c (undefined_symbol): Take one more arg, fatal, to
6680         indicate if the undefined symbol is a fatal error or not.
6681         Don't delete the output file if "fatal" is false.
6683 2000-02-29  H.J. Lu  <hjl@gnu.org>
6685         * Makefile.am (check-DEJAGNU): Also pass LIBS="$(LIBS)".
6686         Set LC_COLLATE and LC_ALL to null and export them. It is for
6687         sort which expects the C locale.
6688         Add $(LIBS) to all $(HOSTING_LIBS).
6689         * Makefile.in: Rebuild.
6691 2000-02-29  Alan Modra  <alan@spri.levels.unisa.edu.au>
6693         * emultempl/{aix.em, armcoff.em, armelf.em, armelf_oabi.em,
6694         beos.em, elf32.em, generic.em, gld960.em, gld960c.em, hppaelf.em,
6695         linux.em, lnk960.em, mipsecoff.em, sunos.em, vanilla.em}
6696         (ld_emulation_xfer_struct): Add missing NULL initialiser for
6697         find_potential_libraries.
6699 2000-02-28  Jim Blandy  <jimb@redhat.com>
6701         * ldgram.y (exclude_name_list): Don't require a comma to separate
6702         list entries; the lexer considers commas to be valid part of a
6703         filename, so in something like `foo, bar' the comma is considered
6704         part of the first filename, `foo,'.
6705         * ld.texinfo: Update section on EXCLUDE_FILE lists.
6707 2000-02-27  Loren J. Rittle  <ljrittle@acm.org>
6709         * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
6710         host "i[3456]86-*-freebsdelf*".
6712 2000-02-27  Mark Elbrecht  <snowball3@bigfoot.com>
6714         * scripttempl/i386go32.sc: Move misplaced semicolons.
6716 2000-02-25  Ian Lance Taylor  <ian@zembu.com>
6718         * Makefile.am (ALL_EMULATIONS): Remove ehppaelf.o.
6719         (ALL_64_EMULATIONS): Remove eelf64hppa.o.
6720         (eelf64hppa.c, ehppaelf.c): Remove targets.
6721         * Makefile.in: Rebuild.
6723 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
6725         * configure.tgt (targ_extra_ofiles): Enable elf64_sparc on
6726         GNU/Linux/sparc, but keep the default as 32.
6728         * configure.tgt: Enable elf64_sparc on Solaris7+/sparc.  And make
6729         it default if sparcv9 or sparc64.
6731 2000-02-24  Nick Clifton  <nickc@cygnus.com>
6733         * Makefile.am: Add rules to build emipspe.o and earmpe.o.
6734         * Makefile.in: Regenerate.
6735         * configure.tgt: Add targets for arm-wince, sh-pe and mips-pe.
6737         * ldemul.h (ld_emulation_xfer_struct): Add new field:
6738         find_potential_libraries.
6739         * ldemul.c (ldemul_find_potential_libraries): New function.
6741         * ldfile.c (ldfile_open_file_search): Allow function to be
6742         exported.
6743         (ldfile_open_file): Call ldemul_find_potential_libraries.
6744         * ldfile.h: Add prototype for ldfile_open_file_search.
6746         * pe-dll.c: Add support for ARM, MIPS and SH targets.
6748         * emulparams/mipspe.sh: New file.  Parameters for mips-pe target.
6749         * emulparams/shpe.sh: New file.  Parameters for sh-pe target.
6751         * emultempl/pe.em: Add support for ARM, MIPS and SH DLLs.
6752         (gld_X_find_potential_libraries): New function.  Search for
6753         libraries called "*.lib".
6755         * scripttempl/pe.sc: Add .pdata section.
6757 2000-02-23  Richard Henderson  <rth@cygnus.com>
6759         * scripttempl/elfd10v.sc: Remove dynamic linking hooks.
6760         Add and use memory regions.
6762 2000-02-23  Linas Vepstas (linas@linas.org)
6764         * emulparams/elf32i370.sh, scripttempl/elfi370.sc: New.
6766         * Makefile.am: Add support for Linux/IBM 370.
6767         * configure.tgt: Likewise.
6769         * Makefile.in: Regenerate.
6771 2000-02-21  Alan Modra  <alan@spri.levels.unisa.edu.au>
6773         * ldlang.c (print_input_section, print_data_statement,
6774         print_reloc_statement, print_padding_statement, insert_pad,
6775         size_input_section, lang_check_section_addresses,
6776         lang_size_sections, lang_do_assignments, lang_set_startof,
6777         lang_one_common): Change `opb' to unsigned.
6778         (lang_do_assignments): Also change `size' to unsigned.
6780 2000-02-16  Richard Henderson  <rth@cygnus.com>
6782         * scripttempl/elf.sc: Place OTHER_PLT_RELOC_SECTION.
6784 2000-02-16  Timothy Wall  <twall@cygnus.com>
6786         * mri.c (mri_draw_tree): Add default LMA region argument to call
6787         to lang_leave_output_section_statement.
6788         * ldlang.h: Update prototypes with LMA region arguments.
6789         * ldlang.c (lang_size_sections): Encapsulate region bounds
6790         checking in os_check_region call.
6791         (os_check_region): New function.
6792         (lang_output_section_statement_lookup): Initialize lma_region.
6793         (lang_leave_output_section_statement): Add LMA region argument.
6794         (lang_leave_overlay): Ditto.
6795         * ldgram.y: Handle LMA region syntax.
6796         * ld.texinfo (Output Section Description): Describe LMA region usage.
6797         * emultempl/armelf.em (gld$place_orphan): Add default value for
6798         lma region in call to lang_leave_output_section_statement.
6799         * emultempl/elf32.em (gld$place_orphan): Add default value for
6800         lma region in call to lang_leave_output_section_statement.
6801         * emultempl/pe.em (gld$place_orphan): Add default value for
6802         lma region in call to lang_leave_output_section_statement.
6805 2000-02-04  Timothy Wall  <twall@redhat.com>
6807         * ldlang.c (lang_check_section_addresses): Use bytes instead of
6808         octets when calculating section end addresses.
6810 2000-02-04  Timothy Wall  <twall@redhat.com>
6812         * ldlang.c (lang_size_sections): Fix typo in ALIGN_N invocation.
6814 2000-02-03  Timothy Wall <twall@redhat.com>
6816         * ldexp.c (fold_name): Make SIZEOF operator return byte count, not
6817         octet count.
6818         * ldlang.c (print_input_section, print_data_statement,
6819         print_reloc_statement, print_padding_statement): Print target
6820         address values and section sizes as bytes, not octets.
6821         (insert_pad) Calculate padding size in octets, and adjust "dot"
6822         by bytes.
6823         (size_input_section) Always adjust "dot" by bytes, not octets.
6824         (lang_check_section_addresses, lang_do_assignments) Adjust
6825         "dot" by bytes, not octets.  Use the larger of the directive size
6826         or octets_per_byte for the number of octets actually allocated in
6827         the output section.
6828         (lang_set_startof) Make sure STARTOF returns a target address.
6829         (lang_one_common) Record size changes in octets.
6830         (lang_abs_symbol_at_end_of) Section end symbol's value is
6831         recorded in target bytes.
6832         * ld.texinfo: Updated description of BYTE, SHORT, LONG, etc.
6833         to be clear about behavior when an octet is smaller than one byte.
6835 2000-01-27  Alan Modra  <alan@spri.levels.unisa.edu.au>
6837         * ldcref.c (output_cref): Don't pass message strings to printf
6838         as format arg.
6839         Update copyright.
6841         * ldmisc.c (vfinfo): Same here.
6842         Update copyright.
6844 2000-01-23  Alan Modra  <alan@spri.levels.unisa.edu.au>
6846         * emultempl/{armcoff.em,armelf.em,armelf_oabi.em,beos.em,
6847         generic.em,gld960.em,gld960c.em,hppaelf.em,linux.em,lnk960.em,
6848         mipsecoff.em,sunos.em,vanilla.em} (ld_emulation_xfer_struct):
6849         Add missing NULL initialisers, and comments.
6851 2000-01-21  Nick Clifton  <nickc@cygnus.com>
6853         * ldlang.c (lang_size_sections): Fix typo in comment.
6855 2000-01-18  H.J. Lu  <hjl@gnu.org>
6857         * ldlang.c (lang_size_sections): Also update the current
6858         address of a region if the SEC_NEVER_LOAD bit is not set.
6860 2000-01-10  Philip Blundell  <pb@futuretv.com>
6862         * configure.tgt (arm*-*-conix*): New target.
6864 2000-01-07  Nick Clifton  <nickc@cygnus.com>
6866         * ld.texinfo (Options): Remind users to preceed linker command
6867         line switches with -Wl, (or whatever is appropriate) if it is
6868         being invoked by a comnpiler driver program.
6869         Fix description of the behaviour of the -n command line switch.
6871 2000-01-05  Catherine Moore  <clm@cygnus.com>
6873         * ld.h (wildcard_spec): Change exclude_name to exclude_name_list.
6874         (name_list): New.
6875         * ld.texinfo (EXCLUDE_FILE): Update documentation.
6876         * ldgram.y (wildcard_spec): Support a list of excluded_files.
6877         (exclude_name_list): New.
6878         ldlang.c (walk_wild_section): Support list of excluded files.
6879         (print_wild_statement): Likewise.
6880         (lang_add_wild): Likewise.
6881         * ldlang.h (lang_wild_statement_type): Likewise.
6882         * scripttempl/elf.sc (OTHER_EXCLUDE_FILES): Support.
6884 2000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
6886         * pe-dll.c (pe_dll_warn_dup_exports): New variable.
6887         (process_def_file): Use.
6888         (pe_dll_compat_implib): New variable.
6889         (make_one): Use.
6891         * pe-dll.h: Add exports of pe_dll_warn_dup_exports and
6892         pe_dll_compat_implib.
6894         * emultempl/pe.em (longopts): Add warn-duplicate-exports and
6895         compat-implib options.
6896         (gld_${EMULATION_NAME}_list_options): List new options.
6897         (gld_${EMULATION_NAME}_parse_args): Handle.
6899         * pe-dll.c (pe_dll_generate_implib): Use the correct name for output
6900         dll.
6902         * deffilep.y (opt_name): Allow "." in name.
6904 For older changes see ChangeLog-9899
6906 Local Variables:
6907 mode: change-log
6908 left-margin: 8
6909 fill-column: 74
6910 version-control: never
6911 End: