* ld-srec/srec.exp (run_srec_test): Pass --traditional-format to ld.
[binutils.git] / ld / ChangeLog
blob660f20547549175bfb61024cfb2e99cc8124ae95
1 2003-01-17  Andreas Jaeger  <aj@suse.de>
3         * emultempl/elf32.em (gld${EMULATION_NAME}_add_sysroot): Do not
4         skip ':'.
6 2003-01-16  Alan Modra  <amodra@bigpond.net.au>
8         * Makefile.in: Regenerate.
10 2002-01-14  Charles Wilson  <cwilson@ece.gatech.edu>
12         * ld/ld.texinfo (node WIN32): Some clarifications
13         and formatting fixups.
15 2003-01-09  Chris Demetriou  <cgd@broadcom.com>
17         * ldmain.c (get_emulation): Sort -mipsNN checks in the usual
18         order, and handle (ignore) -mips32r2.
20 2003-01-09  Daniel Jacobowitz  <drow@mvista.com>
22         * ldmain.c (main): Make sure ld_sysroot is initialized.
24 2003-01-06  Daniel Jacobowitz  <drow@mvista.com>
26         * Makefile.am (eelf32iq10.c): Fix tab/whitespace mixup.
28         * Makefile.am (ldmain.o): Add @TARGET_SYSTEM_ROOT_DEFINE@.
29         (GENSCRIPTS): Add @use_sysroot@.
30         * Makefile.in: Regenerated.
31         * configure.host: Move setting of NATIVE_LIB_DIRS to...
32         * configure.tgt: ... here.  Use ${target} instead of ${host}
33         for NATIVE_LIB_DIRS.
34         * configure.in: Add --with-sysroot.
35         * configure: Regenerated.
36         * genscripts.sh: Accept use_sysroot option.  Set new variables
37         NATIVE and USE_LIBPATH.  Prepend "=" to directory names if
38         $use_sysroot.  Don't search $tool_lib if $use_sysroot.
39         * ldfile.c (ldfile_add_library_path): Handle leading '='.
40         * ldmain.c (TARGET_SYSTEM_ROOT): Define if not defined.
41         (ld_sysroot): New variable.
42         (main): Initialize ld_sysroot.
43         * ldmain.h (ld_sysroot): New extern.
44         * emultempl/elf32.em: Use NATIVE and USE_LIBPATH instead of
45         searching $EMULATION_LIBPATH.
46         (gld${EMULATION_NAME}_add_sysroot): New function.
47         (gld${EMULATION_NAME}_check_ld_so_conf): Use it.  Honor ld_sysroot.
48         (gld${EMULATION_NAME}_after_open): Likewise.  Only search
49         environment variables if $NATIVE.
50         * ld.texinfo (Options): Mention "=" prefix in the description of -L.
51         * NEWS: Mention --with-sysroot.
53         * emulparams/elf32bmipn32-defs.sh: Set NATIVE and LIBPATH_SUFFIX
54         instead of setting LIB_PATH.
55         * emulparams/elf32ppc.sh: Likewise.
56         * emulparams/elf64_s390.sh: Likewise.
57         * emulparams/elf64_sparc.sh: Likewise.
58         * emulparams/elf64ppc.sh: Likewise.
59         * emulparams/elf_x86_64.sh: Likewise.
61         * emulparams/elf64_aix.sh: Add "=" prefixes to LIB_PATH.
62         * emulparams/elf64hppa.sh: Add "=" prefixes to LIB_PATH.
64 2003-01-03  Charles Wilson  <cwilson@ece.gatech.edu>
66         * ld/pe-dll.c (autofilter_symbollist): Add cygwin_crt0.
68 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
70         * Makefile.am (ldmain.o): Pass BINDIR.
71         * Makefile.in: Regenerated.
72         * ldmain.c (set_scripts_dir): Use make_relative_prefix for the first
73         search path.
75 2003-01-02  Ben Elliston  <bje@redhat.com>
77         * Makefile.am (ALL_EMULATIONS): Add eelf32iq2000.o.
78         (eelf32iq2000.c): New target.
79         * Makefile.in: Regenerate.
80         * configure.tgt: Handle iq2000-*-elf.
81         * emulparams/elf32iq10.sh: New file.
82         * emulparams/elf32iq2000.sh: New file.
83         * scripttempl/iq2000.sc: New file.
85 2003-01-02 Charles Wilson <cwilson@ece.gatech.edu>
87         * pe-dll.c (autofilter_symbollist): Add do_pseudo_reloc
88         and _pei386_runtime_relocator to the exclude list.
90 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
92         * ldfile.c: Fix comment typos.
93         * ldlang.c: Likewise.
94         * mri.c: Likewise.
95         * pe-dll.c: Likewise.
97 2003-01-01  Daniel Jacobowitz  <drow@mvista.com>
99         Suggested by Manfred Hollstein <manfred.h@gmx.net>:
100         * Makefile.am (ld.1): Depend on configdoc.texi
101         and ldver.texi.
102         * Makefile.in: Regenerated.
104 2002-12-24  Dmitry Diky  <diwil@mail.ru>
106         * Makefile.am: Add msp430 target.
107         * configure.tgt: Likewise.
108         * Makefile.in: Regenerate.
109         * emulparams/msp430x???.sh: New files.  Linker script parameters
110         for various msp430 configurations.
111         * gen-doc.texi: Enable msp430 documenation.
112         * ld.texinfo: Document msp430 sections.
113         * scripttempl/elf32msp430.sc: New file. Linker script for msp430.
114         * scripttempl/elf32msp430_3.sc: New file.  Linker script for msp430.
116 2002-12-30  Ralf Habacker  <Ralf.Habacker@freenet.de>
117             Charles Wilson  <cwilson@ece.gatech.edu>
119         * ld/config.in (HAVE_REALPATH): New entry.
120         (HAVE_SYS_STAT_H, HAVE_SYS_TYPES_H): Removed: obsolete.
122 2002-12-30  Ralf Habacker  <ralf.habacker@freenet.de>
124         * ld.texinfo: New win32 topics: 'symbol aliasing' and 'export dll
125         symbols'.
127 2002-12-23  Alan Modra  <amodra@bigpond.net.au>
129         * ldmain.c (main): Init "strip_discarded".
130         * lexsup.c (OPTION_STRIP_DISCARDED): Define.
131         (OPTION_NO_STRIP_DISCARDED): Define.
132         (ld_options): Add "strip-discarded" and "no-strip-discarded".
133         (parse_args): Handle them.
135 2002-12-23  Nick Clifton  <nickc@redhat.com>
137         * ld.h (struct args_type): Add new field
138         'accept_unknown_input_architecture'.
139         * ldmain.c (main): Initialise 'accept_unknown_input_architecture'
140         to false.
141         * ldlang.c (lang_check): Pass accept_unknown_input_architecture to
142         bfd_arch_get_compatible.
143         * ldfile.c (ldfile_try_open_bfd): Likewise.
144         * lexsup.c (ld_options): Add new command line switch
145         --accept-unknown-input-architecture and its inverse.
146         (parse_args): Handle --accept-unknown-input-architecture.
147         * ld.texinfo: Document new linker option.
148         * NEWS: Mention new linker option.
150 2002-12-20  Alan Modra  <amodra@bigpond.net.au>
152         * ldmain.c (main): Re-order link_info initialization.  Init all
153         fields.
155 2002-12-19  Charles Wilson  <cwilson@ece.gatech.edu>
157         * ld.texinfo: Clarify and extend the documentation
158         in the Machine Dependent, WIN32 section.
160 2002-12-18  Ralf Habacker  <ralf.habacker@freenet.de>
162         * ld.texinfo: Add win32 machine depending section.
163         * gen-doc.texi: Enable win32 machine depending section.
165         * configure.host: Add win32 library search path.
167 2002-12-17  Ralf Habacker  <ralf.habacker@freenet.de>
169         * ld/emultempl/pe.em (pe_find_data_imports): Don't search for data
170         import when auto-import is disabled.
172 2002-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
174         * emultempl/pe.em (..._recognized_file): Use LD_PATHMAX+1 to
175         account for trailing '\0'.
177 2002-12-17  Nick Clifton  <nickc@redhat.com>
179         * emultempl/pe.em (longopts): Duplicate entry for --compact-implib
180         so that it is not confused with -c.
182 2002-12-13  Ralf Habacker  <Ralf.Habacker@freenet.de>
183             Charles Wilson  <cwilson@ece.gatech.edu>
185         * configure.in: Add check for realpath function.
186         * configure: Regenerate.
187         * config.in: Regenerate.
188         * aclocal.m4: Regenerate.
189         * deffile.h: Add .data field to def_file_import
190         structure.
191         * pe-dll.c (pe_proces_import_defs): Use .data field of
192         def_file_import structure to initialize flag_data field of
193         def_file_export structure.
194         (pe_implied_import_dll): New variables exp_funcbase and
195         [data|bss]_[start|end].  Use DLL's internal name to set dll_name,
196         not filename (which may be a symlink).  Scan the sections and
197         initialize [data|bss]_[start|end].  When scanning the export
198         table, skip _nm_ symbols, and mark any symbols whose rva indicates
199         that it is in the .bss or .data sections as data.
200         * sysdep.h: Include limits.h and sys/param.h, and define
201         LD_PATHMAX as appropriate.  Also define REALPATH as realpath if it
202         exists, NULL otherwise.
203         * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Call
204         pe_process_import_defs before pe_find_data_imports, so that
205         auto-import will check the virtual implib as well as "real"
206         implibs.
207         (gld_${EMULATION_NAME}_recognized_file): Use REALPATH to follow
208         symlinks to their target; check that the target's extension is
209         .dll before calling pe_implied_import_dll(), not the filename
210         itself (which may be a symlink).
212 2002-12-10  Alan Modra  <amodra@bigpond.net.au>
214         * emultempl/elf32.em (struct orphan_save): Add os_tail field.
215         (gld${EMULATION_NAME}_place_orphan): Re-order output_section_statement
216         list too.
218 2002-12-08  Alan Modra  <amodra@bigpond.net.au>
220         * ldlang.h: Formatting.
222 2002-12-07  Alan Modra  <amodra@bigpond.net.au>
224         * ldlang.c (init_os): Ensure sections mentioned in load_base
225         are initialized.
227 2002-12-05  Alan Modra  <amodra@bigpond.net.au>
229         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Set
230         load_base for orphans that follow a section with load_base set.
232 2002-12-01  H.J. Lu <hjl@gnu.org>
234         * ld.texinfo: Remove the extra `;' in sample version script.
236 2002-11-30  Alan Modra  <amodra@bigpond.net.au>
238         * configure.host: Correct dynamic-linker for powerpc64 hosts.
240         * Makefile.am (eelf32ppcwindiss.c): Correct dependencies.
241         * Makefile.in: Regenerate.
243         * ld.h, ldcref.c, ldctor.c, ldctor.h, ldemul.c, ldemul.h, ldexp.c,
244         ldexp.h, ldfile.c, ldfile.h, ldgram.y, ldlang.c, ldlang.h, ldmain.c,
245         ldmain.h, ldmisc.c, ldwrite.c, lexsup.c, mri.c, pe-dll.c, pe-dll.h,
246         emulparams/elf32b4300.sh, emultempl/aix.em, emultempl/armcoff.em,
247         emultempl/armelf.em, emultempl/armelf_oabi.em, emultempl/beos.em,
248         emultempl/elf32.em, emultempl/generic.em, emultempl/gld960.em,
249         emultempl/gld960c.em, emultempl/hppaelf.em, emultempl/linux.em,
250         emultempl/lnk960.em, emultempl/m68kcoff.em, emultempl/mipsecoff.em,
251         emultempl/mmix-elfnmmo.em, emultempl/mmixelf.em, emultempl/mmo.em,
252         emultempl/needrelax.em, emultempl/pe.em, emultempl/ppc64elf.em,
253         emultempl/sh64elf.em, emultempl/sunos.em, emultempl/ticoff.em: Replace
254         boolean with bfd_boolean, true with TRUE, false with FALSE.  Simplify
255         comparisons of bfd_boolean vars with TRUE/FALSE.  Formatting.
257 2002-11-27  David O'Brien  <obrien@FreeBSD.org>
259         * configure.host: Fix generic FreeBSD configuration entry.
261 2002-11-27  H.J. Lu <hjl@gnu.org>
263         * ld.texinfo: Add the missing `;' to sample version scripts.
265 2002-11-20  Alan Modra  <amodra@bigpond.net.au>
267         * emulparams/elf64ppc.sh (SEGMENT_SIZE): Don't define.
269 2002-11-14  Egor Duda  <deo@logos-m.ru>
271         * ldmain.c (main): Make runtime relocs disabled by default. Remove
272         assignment which has no effect.
273         * pe-dll.h (pe_create_import_fixup): Change prototype.
274         * pe-dll.c (make_runtime_pseudo_reloc): New function.
275         (pe_create_runtime_relocator_reference): Ditto.
276         (pe_create_import_fixup): Handle relocations with non-zero addends.
277         * emultempl/pe.em: Add options --enable-runtime-pseudo-reloc and
278         --disable-runtime-pseudo-reloc.
279         (make_import_fixup): Handle relocations with non-zero addends. Create
280         an external reference to _pei386_runtime_relocator symbol if at least
281         one pseudo reloc was created.
282         * ld.texinfo: Document --enable-runtime-pseudo-reloc and
283         --disable-runtime-pseudo-reloc options.
285 2002-11-12  Earl Chew <earl_chew@agilent.com>
287         * ldlang.c (lang_add_section): Discard debugging sections that have
288         been marked SEC_EXCLUDE.
290 2002-11-12  Nick Clifton  <nickc@redhat.com>
292         * configure.in (ALL_LINGUAS): Add da.
293         * configure: Regenerate.
294         * po/da.po: New Danish translation.
296 2002-11-12  Alan Modra  <amodra@bigpond.net.au>
298         * emultempl/ppc64elf.em (ppc_before_allocation): New function.
299         (LDEMUL_BEFORE_ALLOCATION): Define.
300         (gld${EMULATION_NAME}_finish): Run discard_info for relocatable
301         linking.
302         * emultemp/hppaelf.em ((gld${EMULATION_NAME}_finish): Likewise.
304 2002-11-11  Christopher Faylor  <cgf@redhat.com>
306         * configure.tgt (LIB_PATH): Default to searching w32api directory under
307         cygwin.
309 2002-11-11  Charles Wilson  <cwilson@ece.gatech.edu>
311         * pe-dll.c (autofilter_liblist): add libmingwex and libgcj to the list
312         of restricted auto-export libs.
314 2002-11-11  Charles Wilson  <cwilson@ece.gatech.edu>
316         * pe-dll.c (autofilter_liblist): Generalize library names to catch more
317         creative library naming instances like, e.g., libstdc++-2.a.
319 2002-11-06  Alexandre Oliva  <aoliva@redhat.com>
321         * emulparams/elf32btsmipn32.sh (TEXT_DYNAMIC): Define.
322         * emulparams/elf64btsmip.sh (TEXT_DYNAMIC): Likewise.
324 2002-11-07  Danny Smith  <dannysmith@users.sourceforge.net>
326         * deffilep.y (def_lex): Handle '@' as first character of an ID.
327         * pe-dll.c (auto-export): Filter on "_imp_" prefix, not "_imp__".
328         (make_one): Don't prefix decorated fastcall symbols with '_'.
329         (pe_process_import_defs): Likewise.
330         * emultempl/pe.em (pe_fixup_stdcalls): Don't fixup fastcall
331         symbols to cdecl names or vise-versa.
333 2002-10-13  Eric Kohl  <ekohl@rz-online.de>
335         * pe-dll.c (process_def_file): Handle fastcall symbols when
336         generating undecorated aliases.  Don't prefix decorated fastcall
337         symbols with '_'.
338         (fill_exported_offsets): Don't prefix decorated fastcall symbols
339         with '_'.
341 2002-10-29  Daniel Jacobowitz  <drow@mvista.com>
343         * emultempl/aix.em: Use include <> for generated headers.
344         * emultempl/beos.em: Likewise.
345         * emultempl/elf32.em: Likewise.
346         * emultempl/pe.em: Likewise.
347         * ldctor.c: Likewise.
348         * ldexp.c: Likewise.
349         * ldfile.c: Likewise.
350         * ldlang.c: Likewise.
351         * ldlex.c: Likewise.
352         * ldlex.l: Likewise.
353         * ldmain.c: Likewise.
354         * ldmisc.c: Likewise.
355         * ldwrite.c: Likewise.
356         * lexsup.c: Likewise.
357         * mri.c: Likewise.
358         * pe-dll.c: Likewise.
360 2002-10-23  Jakub Jelinek  <jakub@redhat.com>
362         * emultempl/elf32.em (place_orphan): Don't put non-allocated .rel*
363         sections into .rel{,a}.dyn.
365 2002-10-23  Nick Clifton  <nickc@redhat.com>
367         * lexsup.c (OPTION_NO_OMAGIC): Define.
368         (ld_options): Add "no-omagic" option.
369         (parse_args): Parse --no-omagic.
370         * ld.texinfo: Document --no-omagic.
371         * NEWS: Mention new option.
373 2002-10-21  Danny Smith  <dannysmith@users.sourceforeg.net>
375         * scripttempl/pe.sc (__RUNTIME_PSEUDO_RELOC_LIST__,
376         __RUNTIME_PSEUDO_RELOC_LIST_END__): Add only when relocating.
378 2002-10-22  Alexandre Oliva  <aoliva@redhat.com>
380         * emulparams/elf32bmipn32-defs.sh: Set ELFSIZE according to
381         emulation name.  Set LIB_PATH only for native tools, and
382         search the ABI-specific versions of NATIVE_LIB_DIRS before the
383         .../lib variants, not instead of them.  Mostly copied from...
384         * emulparams/elf32ppc.sh: ... here.  Fixed typo.
385         * emulparams/elf64bmip-defs.sh: Backed out.
386         * emulparams/elf64bmip.sh: Import elf32bmipn32-defs.sh again.
387         * emulparams/elf64btsmip.sh: Likewise.
388         (DATA_ADDR, NONPAGED_TEXT_START_ADDR, SHLIB_TEXT_START_ADDR,
389         TEXT_DYNAMIC): Removed.
391 2002-10-17  Alexandre Oliva  <aoliva@redhat.com>
393         * emulparams/elf32bmipn32-defs.sh (LIB_PATH): Set to /usr/lib32.
394         (GENERATE_SHLIB_SCRIPT): Set to yes.
395         (EXECUTABLE_SYMBOLS, WRITABLE_RODATA): Moved to...
396         * emulparams/elf32bmipn32.sh: here.
397         (GENERATE_SHLIB_SCRIPT): Deleted as redundant.
398         * emulparams/elf32btsmipn32.sh: Delete redundant unsets.
399         * emulparams/elf64bmip-defs.sh: New file.  Extend
400         elf32bmipn32-defs.sh by overiding ELFSIZE and LIB_PATH.
401         * emulparams/elf64bmip.sh: Bring in definitions from
402         elf64bmip-defs.sh.
403         (ELFSIZE, GENERATE_SHLIB_SCRIPT, LIB_PATH): Delete redundant
404         settings.
405         (WRITABLE_RODATA): Moved from elf32bmipn32-defs.sh.
406         * emulparams/elf64btsmip.sh: Bring in definitions from
407         elf64bmip-defs.sh.
408         (ELFSIZE, GENERATE_SHLIB_SCRIPT): Delete, redundant.
409         (EXECUTABLE_SYMBOLS, WRITABLE_RODATA): Delete redundant unsets.
411 2002-10-16  Jakub Jelinek  <jakub@redhat.com>
413         * configure.tgt (s390x-*-linux*): Add elf_s390 emulation.
414         (s390-*-linux*): Add elf64_s390 emulation if want64.
415         * emulparams/elf64_sparc.sh (LIB_PATH): Update to match 2002-05-22
416         genscript.sh changes.
417         * emulparams/elf_x86_64.sh (LIB_PATH): Likewise.
418         * emulparams/elf64_s390.sh (LIB_PATH): Set up native 64 bit dirs.
420 2002-10-15  Alan Modra  <amodra@bigpond.net.au>
422         * ldlang.c (load_symbols): Revert last change.
424 2002-10-14  Alan Modra  <amodra@bigpond.net.au>
426         * ldlang.c (load_symbols): Don't call bfd_link_add_symbols when
427         just_syms_flag.
428         (lang_reasonable_defaults): Don't compare against false.
429         (size_input_section): Likewise.
430         (lang_size_sections_1): Likewise.
431         (lang_do_assignments): Likewise.
432         (lang_add_output): Likewise.
434         * Makefile.am: Run "make dep-am".
435         * Makefile.in: Regenerate.
436         * ldver.c: #include "bfdver.h".
438 2002-10-13  Stephane Carrez  <stcarrez@nerim.fr>
440         * scripttempl/elfm68hc11.sc: Use KEEP for .vectors, .installN,
441         .finiN section.
442         * scripttempl/elfm68hc12.sc: Likewise.
444 2002-10-11  Alan Modra  <amodra@bigpond.net.au>
446         * pe-dll.c (make_import_fixup_mark): Avoid type-punned pointer.
448         * ldgram.y (memory_spec): Provide empty action.
449         (section <NAME>): Likewise.
451 2002-10-10  Jakub Jelinek  <jakub@redhat.com>
453         * ldfile.c (ldfile_try_open_bfd): When searching skip linker scripts if
454         they have OUTPUT_FORMAT not matching actual output format.
455         * ldlang.c (lang_get_output_target): New function.
456         (open_output): Use it.
457         * ldlang.h (lang_get_output_target): New prototype.
459 2002-10-10  Alan Modra  <amodra@bigpond.net.au>
461         * emultempl/elf32.em (output_rel_find): Prefer .rel script sections
462         when orphan is .rel, .rela when orphan is .rela.
463         (gld${EMULATION_NAME}_place_orphan): Handle combreloc .rel* case
464         first.  Remove outsecname var.
466 2002-10-09  Richard Shann <richard.shann@superh.com>
467             Stephen Clarke <stephen.clarke@superh.com>
469         * Makefile.am: Add eshelf32_linux.o and
470         eshlelf32_linux.o, new emulations for sh64 Linux.
471         * Makefile.in: Regenerate.
472         * configure.tgt: Add sh64eb-*-linux* and sh64-*-linux* emulations.
473         * emulparams/shelf32_linux.sh: New file.
474         * emulparams/shlelf32_linux.sh: New file.
476 2002-10-08  H.J. Lu <hjl@gnu.org>
478         * ldlang.c (lang_file_exist): Removed.
479         (new_afile): Revert the last change.
480         * ldlang.h (lang_file_exist): Removed.
481         * lexsup.c (parse_args): Revert the last change.
483 2002-10-07  Ralf Habacker  <Ralf.Habacker@freenet.de>
485         * pe-dll.cc (autofilter_symbolprefixlist): Don't re-export
486         auto-import symbols.
487         (make_one): Create _nm_<symbol> for data only.
489 2002-10-05  Elias Athanasopoulos  <eathan@otenet.gr>
491         * ldlang.c (lang_file_exist): New function.
492         (new_afile): Abort if the filename to be added matches the linker
493         output filename.
494         * ldlang.h: Add prototype for lang_file_exist.
495         * lexsup.c (parse_args): Abort if the output filename matches
496         one of the input filenames.
498 2002-10-02  Alan Modra  <amodra@bigpond.net.au>
500         * emulparams/elf64ppc.sh (MAXPAGESIZE): Set to 0x10000.
502 2002-09-30  Alan Modra  <amodra@bigpond.net.au>
504         * scripttempl/elfd30v.sc: Order reloc sections placing .plt last.
505         * scripttempl/elfm68hc11.sc: Likewise.
506         * scripttempl/elfm68hc12.sc: Likewise.
508         * emultempl/elf32.em (output_rel_find): Always place orphan loadable
509         reloc sections just before .rel.plt/.rela.plt.
510         (gld${EMULATION_NAME}_place_orphan <.rel>): Remove combreloc code.
511         Only put loadable reloc sections in hold_rel.
513 2002-09-29  H.J. Lu <hjl@gnu.org>
515         * emulparams/elf32ppc.sh (OTHER_GOT_RELOC_SECTIONS): New.
517 2002-09-25  Daniel Jacobowitz  <drow@mvista.com>
519         From "Anita Kulkarni" <AnitaK@kpit.com>
520         * scripttempl/sh.sc: Handle .eh_frame* and .gcc_exc*
521         sections.
523 2002-09-25  Alan Modra  <amodra@bigpond.net.au>
525         * genscripts.sh (SEGMENT_SIZE): Use MAXPAGESIZE before
526         TARGET_PAGE_SIZE.
527         * scripttempl/elf.sc (DATA_SEGMENT_ALIGN): Incorporate
528         SEGMENT_SIZE alignment.
529         * emulparams/elf64ppc.sh (DATA_ADDR): Delete.
530         (SEGMENT_SIZE): Define.
532         * ldexp.c (fold_unary): New.  Split out from exp_fold_tree.
533         (fold_binary): Correct abs - non-abs case.
534         (fold_trinary): New.  Split out from exp_fold_tree.
536 2002-09-24  Alan Modra  <amodra@bigpond.net.au>
538         * emulparams/elf64ppc.sh (DATA_ADDR): Define.
539         * emulparams/elf64_aix.sh (DATA_ADDR): Don't use a fixed address
540         for start of .data, instead align up to 256M boundary.
541         * scripttempl/aix.sc: Likewise.
543 2002-09-22  Mark Elbrecht  <snowball3@softhome.net>
545         * scripttempl/i386go32.sc: Handle bss unique sections.
547 2002-09-21  Alan Modra  <amodra@bigpond.net.au>
549         * ldmisc.c (vfinfo <%C,%D,%G>): Always output bfd, section and offset.
551 2002-09-17  Stan Cox  <scox@redhat.com>
553         * emulparams/elf32bmipn32-defs.sh: New file.
554         * emulparams/elf32bmipn32.sh: Use elf32bmipn32-defs.sh.
555         * emulparams/elf32btsmipn32.sh: Likewise.
556         * emulparams/elf64bmip.sh: Likewise.
557         * emulparams/elf64btsmip.sh: Likewise.
559 2002-09-16  Bruno Haible  <bruno@clisp.org>
561         * emulparams/elf_i386_fbsd.sh: Set OUTPUT_FORMAT to
562         elf32-i386-freebsd.
563         * emulparams/elf64alpha_fbsd.sh: Set OUTPUT_FORMAT to
564         elf64-alpha-freebsd.
566 2002-09-11  Nick Clifton  <nickc@redhat.com>
568         * NEWS: New TI port supports both C4x and C3x series of DSPs.
570         * po/tr.po: Updated Turkish translation.
572 2002-09-06  Jeffrey A Law  (law@redhat.com)
574         * configure.tgt (h8300-*-hms*, h8500-*-hms*): Restore.
576 2002-09-02  Nick Clifton  <nickc@redhat.com>
578         * scripttempl/v850.sc: Add EXTERN references to __ctbpm __gp and
579         __ep.
580         * emulparams/v850.sh (TEMPLATE_NAME): Define.
582 2002-08-30  Nick Clifton  <nickc@redhat.com>
584         * scripttempl/elfd10v.sc (MEMORY): Remove UNIFIED, it is not
585         used.  Change INSN to start at 0x01000000 and extend for
586         256K (ignoring holes).  Start the STACK on a word aligned
587         boundary.
588         (.rodata): Start it at the READONLY_START_ADDR.
590 2002-08-30  Alan Modra  <amodra@bigpond.net.au>
592         * emulparams/elf32ppc.sh (ARCH): Set to "powerpc:common".
594 2002-08-28  Svein E. Seldal  <Svein.Seldal@solidas.com>
596         * Makefile.am: Add etic4xcoff.o in ALL_EMULATIONS list and
597         added makefile targets for this file.
598         * Makefile.in: Regenerate.
599         * configure.tgt: Added tic4x-coff and c4x-coff emulations.
600         * NEWS: Mention new port.
602 2002-08-28  Michael Hayes <m.hayes@elec.canterbury.ac.nz>
604         * emulparams/tic3xcoff.sh: New file.
605         * emulparams/tic4xcoff.sh: New file.
606         * scripttempl/tic3xcoff.sc: New file.
607         * scripttempl/tic4xcoff.sc: New file.
609 2002-08-28  Alan Modra  <amodra@bigpond.net.au>
611         * emultempl/aix.em (gld${EMULATION_NAME}_parse_args): Replace strtoll,
612         strtoul and strtoull with bfd_scan_vma.
613         (gld${EMULATION_NAME}_read_file): Likewise.
615 2002-08-28  Alan Modra  <amodra@bigpond.net.au>
617         * configure.tgt: Remove h8[35]00-*-hms*.  Add h8500-*-rtems*.
619 2002-08-27  Egor Duda  <deo@logos-m.ru>
621         * scripttempl/pe.sc: Handle .rdata_runtime_pseudo_reloc sections.
622         Add symbols for application to access them.
624 2002-08-27  Nick Clifton  <nickc@redhat.com>
626         * emultempl/armelf.em:  Revert this patch, it is not needed.
628         2002-08-22  Adam Nemet  <anemet@lnxw.com>
630 2002-08-20 Dan Kegel <dank@kegel.com>
632         * configure.in: added --with-lib-path argument to ld's configure
633         to set LIB_PATH.
634         * ld/NEWS: Document new switch.
635         * ld/README: Mention new switch.
636         * configure: Regenerate.
637         * Makefile.in: Regenerate.
639         Based on this patch:
640         2001-04-25  Christopher Faylor <cgf@cygnus.com>
642         * Makefile.in (LIB_PATH): Make configurable.
643         (GENSCRIPTS): Set LIB_PATH in environment.
644         * configure.in: Substitute LIB_PATH.
646 2002-08-22  Adam Nemet  <anemet@lnxw.com>
648         * emultempl/armelf.em: Include elf-bfd.h and elf/arm.h.
649         (arm_elf_finish): Set the last bit of DT_INIT and DT_FINI
650         depending on the type of the function.
651         (arm_elf_convert_thumb_symbol_to_address): New function.
653 2002-08-22  Graeme Peterson  <gp@qnx.com>
655         * Makefile.am: Add esh{l}elf_nto.o files.
656         * Makefile.in: Regenerate.
657         * configure.tgt: Add support for sh-**-nto* targets.
658         * emulparams/shelf_nto.sh: New file.
659         * emulparams/shlelf_nto.sh: New file.
661 2002-08-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
663         * ldlang.c (offsetof): Define if not defined.
665 2002-08-14  H.J. Lu <hjl@gnu.org>
667         * configure.tgt: Always enable 64bit emulations for 32bit
668         Linux/mips.
670 2002-08-13  Alan Modra  <amodra@bigpond.net.au>
672         * emulparams/elf32_dlx.sh (TARGET_PAGE_SIZE): Set to 1.
673         (MAXPAGESIZE): Set to 1.
675         * ld.h (ALIGN_N): Delete.
676         * ldexp.h (align_n): Declare.
677         * ldexp.c (align_n): New function.
678         (fold_binary): Use align_n instead of ALIGN_N.
679         (exp_fold_tree): Likewise.
680         * ldlang.c (lang_size_sections_1): Likewise.
681         (lang_one_common): Likewise.
682         * ld.texinfo (ALIGN): Remove power of 2 restriction.
684 2002-07-31  Graeme Peterson  <gp@qnx.com>
686         * configure.tgt: Add support for powerpc{le}-*-nto* targets.
687         * Makefile.am: Add eelf32{l}ppcnto.o files.
688         * Makefile.in: Regenerate.
689         * emulparams/elf32lppcnto.sh: New file.
690         * emulparams/elf32ppcnto.sh: New file.
692 2002-08-07  H.J. Lu <hjl@gnu.org>
694         * ld.texinfo: Document --no-undefined-version.
696         * ldlang.c (lang_new_vers_pattern): Set the `symver' and
697         `script.' fields to 0.
699         * ldmain.c (main): Initialize the allow_undefined_version to
700         true.
702         * lexsup.c (OPTION_NO_UNDEFINED_VERSION): New.
703         (ld_options): Add --no-undefined-version.
704         (parse_args): Support OPTION_NO_UNDEFINED_VERSION.
706 2002-08-07  Nick Clifton  <nickc@redhat.com>
708         * emultempl/armelf.em (arm_elf_before_allocation): Only search for
709         an interworking bfd if there are input bfds. (107501)
711 2002-08-06  Alan Modra  <amodra@bigpond.net.au>
713         * emultempl/aix.em (gld*_before_parse): Set default arch.  Reverts
714         2002-05-10 change.
716 2002-08-01  Nick Clifton  <nickc@redhat.com>
718         * emulparams/armelf.sh: Revert previous delta.
719         * scripttempl/elf.sc: Revert previous delta.
721 2002-07-31  H.J. Lu <hjl@gnu.org>
723         * configure.tgt (powerpc*-*-linux*): Enable elf64ppc for
724         --enable-64-bit-bfd.
726 2002-07-31  H.J. Lu <hjl@gnu.org>
728         * configure.tgt: Enable x86-64 emulation for Linux/i386 if
729         64bit BFD is selected.
731 2002-07-31  H.J. Lu <hjl@gnu.org>
733         * configure.tgt: Enable 64bit emulations for 32bit Linux/mips
734         if 64bit BFD is selected.
736 2002-07-31  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
738         * emultempl/netbsd.em (LDEMUL_BEFORE_PARSE): New file to custom set
739         link_info.common_skip_ar_aymbols.
740         * emulparams/ns32knbsd.sh (EXTRA_EM_FILE): Refer to extra file.
742         * ldmain.c (main): Initialize new field
743         link_info.common_skip_ar_aymbols.
745 2002-07-31  Adam Nemet  <anemet@lnxw.com>
747         * emulparams/armelf.sh (OTHER_PLT_SECTIONS): New variable.  Set it
748         to .plt.thumb.
749         * scripttempl/elf.sc: Comment it.  Use the same way as ${PLT} is
750         used.
752 2002-07-31  Nick Clifton  <nickc@redhat.com>
754         * NEWS: Retroactively add entry for Lars Brinkhoff's contribution
755         of the PDP-11 and 2.11BSD a.out support.
757 2002-07-31  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
759         * Makefile.am (eelf32btsmipn32.o, eelf32ltsmipn32.o): New emulations
760         for n32 ABI support.
761         * Makefile.in: Regenerate.
762         * configure.tgt (mips64*el-*-linux-gnu*,mips64*-*-linux-gnu*): Add
763         n32 ABI emulations for these 64 bit targets.
764         * emulparams/elf32bmipn32.sh: Expand comment.
765         * emulparams/elf32btsmipn32.sh: New file, for traditional big endian
766         n32 ABI.
767         * emulparams/elf32ltsmipn32.sh: Likewise for little endian.
769 2002-07-30  Graeme Peterson  <gp@qnx.com>
771         * configure.tgt: Add support for arm-*-nto target.
772         * Makefile.am: Add earmnto.o file.
773         * Makefile.in: Regenerate.
774         * NEWS: Mention port of ARM support to QNX.
775         * emulparams/armnto.sh: New file.
777 2002-07-30  Jakub Jelinek  <jakub@redhat.com>
779         * ldlang.c (lang_add_section): Don't turn .tbss into normal sections
780         for relocatable link.
781         (lang_size_sections_1): Don't make .tbss zero size for relocatable
782         link.
784 2002-07-26  Bernd Schmidt  <bernds@redhat.com>
786         * emulparams/elf32frv.sh (OTHER_RELOCATING_SECTIONS): Delete.
787         (STACK_ADDR): New.
789 2002-07-25  Nick Clifton  <nickc@redhat.com>
791         * po/sv.po: Updated Swedish translation.
792         * po/es.po: Updated Spanish translation.
793         * po/fr.po: Updated French translation.
795 2002-07-24  Nick Clifton  <nickc@redhat.com>
797         * po/sv.po: Updated Swedish translation.
798         * po/es.po: Updated Spanish translation.
800 2002-07-23  Nick Clifton  <nickc@redhat.com>
802         * po/fr.po: Updated French translation.
804 2002-07-20  Alan Modra  <amodra@bigpond.net.au>
806         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
807         bomb on /DISCARD/ input section.
808         * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
809         * emultempl/mmo.em (mmo_place_orphan): Likewise.
811 2002-07-19  Hans-Peter Nilsson  <hp@bitrange.com>
813         * emultempl/mmo.em (mmo_place_orphan): Handle case of no .text
814         output section.
816 2002-07-16  Denis Chertykov  <denisc@overta.ru>
817             Nick Clifton  <nickc@redhat.com>
818             Frank Ch. Eigler  <fche@redhat.com>
819             John Healy  <jhealy@redhat.com>
821         * configure.tgt: Add support for ip2k-elf.
822         * Makefile.am: Add support for ip2k-elf.
823         * Makefile.in: Regenerate.
824         * emulparams/elf32ip2k.sh: New file.
825         * scripttempl/ip2k.sc: New file
826         * NEWS: Mention support for new port.
828 2002-07-16  Nick Clifton  <nickc@cambridge.redhat.com>
830         * NEWS: Add 'Changes in 2.13'.
832 2002-07-14  H.J. Lu <hjl@gnu.org>
834         * ld.texinfo: Document a .symver takes precedence over a
835         version script.
837 2002-07-12  Alan Modra  <amodra@bigpond.net.au>
839         * emulparams/elf64ppc.sh (ARCH): Set to powerpc:common64.
840         (COMMONPAGESIZE): Define.
842 2002-07-09  Alan Modra  <amodra@bigpond.net.au>
844         * emulparams/hppanbsd.sh: Remark that hppaobsd.sh references this file.
846 2002-07-09  Federico G. Schwindt <fgsch@olimpo.com.br>
848         * configure.tgt: Add support for alpha-*-openbsd*, hppa-*-openbsd*,
849         powerpc-*-openbsd* and sparc64-*-openbsd*.
850         * Makefile.am (ALL_EMULATIONS): Add ehppaobsd.o.
851         * Makefile.in: Regenerate.
852         * emulparams/hppaobsd.sh: New file.
854 2002-07-05  Alan Modra  <amodra@bigpond.net.au>
856         * ldlang.c (print_wild_statement): Fix output formatting.
858 2002-07-04  Alan Modra  <amodra@bigpond.net.au>
860         * ldlang.c: (strip_excluded_output_sections): New function.
861         (lang_process): Call it.
862         (lang_size_sections_1): Revert 2002-06-10 change.
864 2002-07-03  Alan Modra  <amodra@bigpond.net.au>
866         * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
867         Run "make dep-am".
868         * Makefile.in: Regenerate.
870 2002-07-02  Alan Modra  <amodra@bigpond.net.au>
872         * ldfile.c (ldfile_try_open_bfd): Formatting.
874         * ldmisc.c (demangle): Move so that it doesn't intrude between
875         vfinfo comment and body.  Add comment.
877 2002-07-01  John David Anglin  <dave@hiauly1.hia.nrc.ca>
879         * emulparams/vax.sh (OUTPUT_FORMAT): Use a.out-vax-bsd format.
881 2002-07-01  Alan Modra  <amodra@bigpond.net.au>
883         * ldlang.h (entry_sym): Make it a struct bfd_sym_chain.
884         * ldlang.c (entry_sym): Likewise.
885         (ldlang_undef_chain_list_type): Likewise.
886         (lang_finish): Adjust references to entry_symbol.
887         (lang_add_entry): Likewise.
888         (lang_gc_sections): Use link_info.gc_sym_list.
889         (lang_process): Set link_info.gc_sym_list.
890         * ldlex.l: Include bfdlink.h.
891         * ldmain.c (main): Init link_info.gc_sym_list.
892         * emultempl/aix.em: Adjust references to entry_symbol.
893         * emultempl/armcoff.em: Likewise.
894         * emultempl/armelf.em: Likewise.
895         * emultempl/pe.em: Likewise.
896         * emultempl/ppc64elf.em (ppc_after_open): New function.
897         (LDEMUL_AFTER_OPEN): Define.
898         * emulparams/elf64ppc.sh: KEEP .opd sections.
900 2002-06-29  Stephane Carrez  <stcarrez@nerim.fr>
902         * emulparams/m68hc12elfb.sh (EEPROM_MEMORY): Define.
903         * emulparams/m68hc11elfb.sh (EEPROM_MEMORY): Define.
904         * emulparams/m68hc11elf.sh (EEPROM_SIZE): Define.
905         (EEPROM_START_ADDR): Define.
906         (EEPROM_MEMORY): Define.
907         * emulparams/m68hc12elf.sh: Likewise.
908         * scripttempl/elfm68hc11.sc: Handle .eeprom section; handle .softregs
909         section to put soft registers in .page0.
910         * scripttempl/elfm68hc12.sc: Likewise but put soft registers in bss.
912 2002-06-26  John David Anglin  <dave@hiauly1.hia.nrc.ca>
914         * emulparams/hppa64linux.sh (OTHER_GOT_RELOC_SECTIONS): Add rela.opd
915         section.  Add ${RELOCATING-0}.
917 2002-06-26  J"orn Rennecke <joern.rennecke@superh.com>
919         * emulparams/shelf.sh (STACK_ADDR): Don't define.
920         (OTHER_SECTIONS): Define.
921         * emulparams/shelf_nbsd.sh ((STACK_ADDR): Don't undef.
922         (OTHER_SECTIONS): Undef.
924 2002-06-26  Alan Modra  <amodra@bigpond.net.au>
926         * ldmisc.c (demangle): Restore dots stripped from sym name.
928 2002-06-25  H.J. Lu <hjl@gnu.org>
930         * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
931         * Makefile.in: Regenerated.
933 2002-06-20  Nick Clifton  <nickc@cambridge.redhat.com>
935         * ld.texinfo (Bug Reporting): Update text to suggest a limit on
936         the size of attached object files, to allow make the object files
937         available via FTP or HTTP and to mention that the mail will be
938         sent to a mailing list.
940 2002-06-20  Nathanael Nerode  <neroden@twcny.rr.com>
942         * ld/configure.host (romp): Drop support.
944 2002-06-18  Chris Demetriou  <cgd@broadcom.com>
946         * emultempl/mipself.em (mips_elf${ELFSIZE}_check_sections): Check
947         section flags for SEC_DATA, rather than for SEC_CODE being unset.
949 2002-06-18  Chris Demetriou  <cgd@broadcom.com>
951         * emultempl/mipself.em (mips_elf${ELFSIZE}_check_sections): Fix
952         format specifier used to print BFD name.
954 2002-06-18  Dave Brolley  <brolley@redhat.com>
956         From Catherine Moore, Michael Meissner, Jim Blandy:
957         * emulparams/elf32frv.sh: New file.
958         * configure.tgt: Support frv-*-*.
959         * Makefile.am (ALL_EMULATIONS): Add eelf32frv.o.
960         (eelf32frv.c): New target.
962 2002-06-17  Tom Rix  <trix@redhat.com>
964         * emultempl/elf32.em: gld*_get_script:  Check for
965         GENERATE_COMBRELOC_SCRIPT.
966         * scripttempl/elfd10v.sc : Fix STACK and INSN.
967         * emulparams/d10velf.sh : Fix TEXT_START_ADDR.
969 2002-06-13  J"orn Rennecke <joern.rennecke@superh.com>
971         * configure.tgt: Add support for sh[1234]*le*-*-elf, sh[1234]*-*-elf.
973 2002-06-12  H.J. Lu <hjl@gnu.org>
975         * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Return
976         false if xvec doesn't match.
978 2002-06-10  Richard Sandiford  <rsandifo@redhat.com>
980         * ldlang.c (lang_size_sections_1): Skip removed output sections.
982 2002-06-08  Alan Modra  <amodra@bigpond.net.au>
984         * ldexp.c: Replace CONST with const.
985         * ldfile.c: Likewise.
986         * ldfile.h: Likewise.
987         * ldlex.l: Likewise.
988         * mri.c: Likewise.
989         * pe-dll.h: Likewise.
991 2002-06-07  Alan Modra  <amodra@bigpond.net.au>
993         * emultempl/ppc64elf.em (new_vers_pattern): Warning fix.
995 2002-06-07  Charles Wilson  <cwilson@ece.gatech.edu>
997         * ld/ldmain.c (main): initialize link_info.pei386_auto_import
998         to -1 == implicit enable.
999         * ld/emultempl/pe.em (gld_${EMULATION_NAME}_before_parse):
1000         initialize link_info.pei386_auto_import to -1 == implicit
1001         enable.
1002         (gld_${EMULATION_NAME}_parse_args): When processing
1003         --enable-auto-import and --disable-auto-import options, use
1004         '1' and '0' instead of 'true' and 'false'.
1005         (pe_find_data_imports): Only issue message about auto-import
1006         when the feature is implicitly enabled.  Downgrade message to
1007         informational instead of warning.
1009 2002-06-07  Alan Modra  <amodra@bigpond.net.au>
1011         * scripttempl/elf.sc (.tbss): Fix mismatched parentheses/braces.
1013 2002-06-06  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1015         * configure.host (hppa*64*-*-hpux11*): Define NATIVE_LIB_DIRS,
1016         HOSTING_CRT0 and HOSTING_LIBS.
1018 2002-06-05  J"orn Rennecke <joern.rennecke@superh.com>
1020         * configure.tgt (shle*-*-elf*, sh64le-*-elf*): New configurations.
1022 2002-06-05  Jason Thorpe  <thorpej@wasabisystems.com>
1024         * emulparams/ns32knbsd.sh (EXECUTABLE_SYMBOLS): Set _DYNAMIC to 0.
1025         (NONPAGED_TEXT_START_ADDR): Set to 0x1000.
1027 2002-06-05  Alan Modra  <amodra@bigpond.net.au>
1029         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Place
1030         SEC_EXCLUDE sections when doing a relocatable link.
1032 2002-06-04  Jason Thorpe  <thorpej@wasabisystems.com>
1034         * Makefile.am (ALL_EMULATIONS): Add eshelf32_nbsd.o,
1035         eshlelf32_nbsd.o, eshelf64_nbsd.o, and eshlelf64_nbsd.o.
1036         (eshelf32_nbsd.c, eshelf64_nbsd.c, eshlelf32_nbsd.c)
1037         (eshlelf64_nbsd.c): New rules.
1038         * Makefile.in: Regenerate.
1039         * configure.tgt (sh5le-*-netbsd*, sh5-*-netbsd*, sh64le-*-netbsd*)
1040         (sh64-*-netbsd*): New targets.
1041         * emulparams/shelf32_nbsd.sh: New file.
1042         * emulparams/shelf64_nbsd.sh: New file.
1043         * emulparams/shlelf32_nbsd.sh: New file.
1044         * emulparams/shlelf64_nbsd.sh: New file.
1046 2002-06-04  Alan Modra  <amodra@bigpond.net.au>
1048         * ldlang.c (section_already_linked): Call bfd_discard_group.  Typo fix.
1050 2002-06-02  Marek Michalkiewicz  <marekm@amelek.gda.pl>
1052         * scripttempl/avr.sc: Changes to support current GCC and avr-libc,
1053         C++ constructors/destructors, loosely based on the m68hc11 port.
1055 2002-05-31  Alan Modra  <amodra@bigpond.net.au>
1057         * Makefile.in: Regenerate.
1058         * aclocal.m4: Regenerate.
1059         * config.in: Regenerate.
1060         * configure: Regenerate.
1062 2002-05-31  Graeme Peterson  <gp@qnx.com>
1064         * Makefile.am (ALL_EMULATIONS): Add ei386nto.o.
1065         (ei386nto.c): Add rule.
1066         * Makefile.in: Regenerate.
1067         * configure.tgt: Add i[3456]86-*-nto-qnx*.
1068         * emulparams/i386nto.sh: New file.
1070 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
1072         * NEWS: Add entry for VAX ELF support.
1074 2002-05-29  Matt Thomas  <matt@3am-software.com>
1075             Jason Thorpe  <thorpej@wasabisystems.com>
1077         * Makefile.am (ALL_EMULATIONS): Add eelf32vax.o and evaxnbsd.o.
1078         (eelf32vax.c)
1079         (evaxnbsd.c): New rules.
1080         * Makefile.in: Regenerate.
1081         * configure.tgt (vax-*-netbsdelf*)
1082         (vax-*-netbsdaout*)
1083         (vax-*-netbsd*): New targets.
1084         * emulparams/elf32vax.sh: New file.
1085         * emulparams/vaxnbsd.sh: New file.
1087 2002-05-29  Adam Nemet  <anemet@lnxw.com>
1089         * emultempl/armelf.em (arm_elf_after_open): Don't determine
1090         bfd_for_interwork, instead add glue sections to each input bfd.
1091         (bfd_for_interwork): New global.
1092         (arm_elf_set_bfd_for_interworking): New function.
1093         (arm_elf_before_allocation): Use it.
1095 2002-05-28  Kuang Hwa Lin <kuang@sbcglobal.net>
1097         * Makefile.am: Add DLX make target.
1098         * configure.tgt: Add DLX configuration.
1099         * Makefile.in: Regenerate.
1100         * emulparams/elf32_dlx.sh: New file
1101         * scripttempl/dlx.sc: New file
1103 2002-05-27  Per Lundberg  <per@caleb.dnsalias.org>
1105         * Makefile.am (eelf_i386_chaos): Use elf_chaos.sc script.
1106         * Makefile.in: Regenerate.
1107         * emulparams/elf_chaos.sh: Use elf_chaos script.
1108         * scripttempl/elf_chaos.sc: New file.
1110 2002-05-27  Richard Sandiford  <rsandifo@redhat.com>
1112         * ldlang.c (lang_size_sections_1): Move check for conflicting load
1113         addresses and regions from here...
1114         (lang_get_regions): ...to this new function.
1115         (lang_leave_output_section_statement): Use lang_get_regions.
1116         (lang_leave_overlay): Likewise.
1117         * mri.c (mri_draw_tree): Pass null as last argument to
1118         lang_leave_output_section_statement.
1119         * emultempl/elf32.em (gld*_place_orphan): Likewise.
1120         * emultempl/mmo.em (mmo_place_orphan): Likewise.
1121         * emultempl/pe.em (gld*_place_orphan): Likewise.
1123 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
1125         * configure.tgt: Use ns32k-*-netbsd* instead of ns32k-pc532-netbsd*.
1127 2002-05-25  Kazu Hirata  <kazu@cs.umass.edu>
1129         * ldemul.c: Fix formatting.
1130         * ldfile.c: Likewise.
1131         * pe-dll.c: Likewise.
1132         * pe-dll.h: Likewise.
1134 2002-05-25  Alan Modra  <amodra@bigpond.net.au>
1136         * ldlang.c (lang_process): Formatting, grammar.
1138         * ldlex.l: Use #include "" instead of <> for local header files.
1140 2002-05-24  TAMURA Kent <kent@netbsd.org>
1142         * configure.tgt: Add a target for i386-netbsdpe.
1144 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
1146         * scripttempl/elf.sc: Add .rel{,a}.t{bss,data}, .tdata and .tbss.
1147         * ldlang.c (lang_add_section): Set SEC_THREAD_LOCAL for
1148         output section if necessary.  Handle .tbss.
1149         (lang_size_sections): Clear _raw_size for .tbss section
1150         (it allocates space in PT_TLS segment only).
1151         * ldwrite.c (build_link_order): Build link order for .tbss too.
1153 2002-05-23  Alan Modra  <amodra@bigpond.net.au>
1155         * configure.in: Correct spelling of AC_PREREQ.
1157 2002-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
1159         * pe-dll.c (autofilter_liblist): Add more system libs excluded by
1160         default.
1161         (autofilter_objlist): Add crtbegin.o, crtend.o.
1163 2002-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
1165         * emultempl/pe.em (OPTION_EXCLUDE_LIBS): Add new define.
1166         (longopts): Add new option --exclude-libs.
1167         (gld_${EMULATION_NAME}_list_options): Give quick help about it.
1168         (gld_${EMULATION_NAME}_parse_args): Use it.
1169         * pe-dll.h (pe_dll_add_excludes): Add second param to prototype.
1170         * pe-dll.c (exclude_list_struct): Add field type to distinguish symbols
1171         from whole archives.
1172         (pe_dll_add_excludes): Set excludes->type.
1173         (auto_export): Add new variable libname and set to archive basename if
1174         abfd.  Use it when filtering default and user-specified libarary
1175         excludes.  Let string "ALL" mean all libs when filtering user-specified
1176         libs.
1177         * ld.texinfo: Document --exclude-libs.
1179 2002-05-22  Alan Modra  <amodra@bigpond.net.au>
1181         * ldemul.c (ldemul_new_vers_pattern): New function.
1182         * ldemul.h (ldemul_new_vers_pattern): Declare.
1183         (struct ld_emulation_xfer_struct): Add new_vers_pattern.
1184         * ldlang.c (lang_new_vers_pattern): Call ldemul_new_vers_pattern.
1185         * emultempl/ppc64elf.em (dotsyms): New static var.
1186         (gld${EMULATION_NAME}_new_vers_pattern): New function.
1187         (LDEMUL_NEW_VERS_PATTERN): Define.
1188         (PARSE_AND_LIST_PROLOGUE): Add OPTION_DOTSYMS, OPTION_NO_DOTSYMS.
1189         (PARSE_AND_LIST_LONGOPTS): Likewise.
1190         (PARSE_AND_LIST_ARGS_CASES): Handle them.
1191         * emultempl/aix.em (ld_${EMULATION_NAME}_emulation): Update
1192         initialiser.
1193         * emultempl/armcoff.em: Likewise.
1194         * emultempl/armelf_oabi.em: Likewise.
1195         * emultempl/beos.em: Likewise.
1196         * emultempl/elf32.em: Likewise.
1197         * emultempl/generic.em: Likewise.
1198         * emultempl/gld960.em: Likewise.
1199         * emultempl/gld960c.em: Likewise.
1200         * emultempl/linux.em: Likewise.
1201         * emultempl/lnk960.em: Likewise.
1202         * emultempl/m68kcoff.em: Likewise.
1203         * emultempl/mipsecoff.em: Likewise.
1204         * emultempl/pe.em: Likewise.
1205         * emultempl/sunos.em: Likewise.
1206         * emultempl/ticoff.em: Likewise.
1207         * emultempl/vanilla.em: Likewise.
1209 2002-05-22  Alan Modra  <amodra@bigpond.net.au>
1211         * genscripts.sh (LIB_PATH): For native targets, concatenate $libdir
1212         and $NATIVE_LIB_DIRS.  Add $tool_lib before other libs.
1213         (LIB_SEARCH_DIRS): No need to use "tr".
1214         (COMPILE_IN): Only set for native targets.
1215         * configure.host (NATIVE_LIB_DIRS): Specify all native search dirs
1216         here, rather than adding lib:/usr/lib:/usr/local/lib in genscripts.sh.
1217         * configure.tgt (powerpc*): Set tdir_*.
1218         (powerpcle*): Correct targ_extra_emuls.
1219         * emulparams/elf32ppc.sh (LIB_PATH): Set up native 64 bit dirs.
1220         * emulparams/elf64ppc.sh (LIB_PATH): Likewise.
1222 2002-05-22  Alan Modra  <amodra@bigpond.net.au>
1224         * emultempl/pe.em (set_pe_subsystem): Don't set "cmdline" when
1225         calling lang_add_entry.
1227 2002-05-21  H.J. Lu  (hjl@gnu.org)
1229         * emultempl/elf32.em (gld${EMULATION_NAME}_parse_args): Handle
1230         "-z muldefs".
1231         (gld${EMULATION_NAME}_list_options): Add "-z muldefs".
1233         * ld.texinfo: Updated for --allow-multiple-definition and
1234         "-z muldefs".
1236         * ldmain.c (main): Initialize the allow_multiple_definition
1237         field to false.
1239         * lexsup.c (OPTION_ALLOW_MULTIPLE_DEFINITION): New.
1240         (ld_options): Add --allow-multiple-definition.
1241         (parse_args): Support OPTION_ALLOW_MULTIPLE_DEFINITION.
1243 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
1245         * Makefile.am (ALL_EMULATIONS): Add earmelfb_nbsd.o.
1246         (earmelfb_nbsd.c): New rule.
1247         * Makefile.in: Regenerate.
1248         * configure.tgt (armeb-*-netbsdelf*): New target.
1249         (arm-*-netbsdelf*): Add armelfb_nbsd to targ_extra_emuls.
1250         (arm-*-netbsd*): Likewise.
1251         * emulparams/armelfb_nbsd.sh: New file.
1253 2002-05-18  Tom Rix  <trix@redhat.com>
1255         * emultempl/aix.em (gld*_parse_args): Add -bnortl and -bnortllib
1256         support.
1258 2002-05-17  Marek Michalkiewicz  <marekm@amelek.gda.pl>
1260         * Makefile.am: Add new emulations avr1, avr2, avr3, avr4, avr5.
1261         * Makefile.in: Regenerate.
1262         * configure.tgt (avr-*-*): Add avr[1-5] to targ_extra_emuls.
1264 2002-05-16  Marek Michalkiewicz  <marekm@amelek.gda.pl>
1266         * emulparams/avr1.sh: New file.
1267         * emulparams/avr2.sh: New file.
1268         * emulparams/avr3.sh: New file.
1269         * emulparams/avr4.sh: New file.
1270         * emulparams/avr5.sh: New file.
1271         * scripttempl/avr.sc: New file.
1273 2002-05-15  Alan Modra  <amodra@bigpond.net.au>
1275         * ldlang.c (section_already_linked): Call bfd_link_just_syms.
1276         (lang_place_orphans): Abort if just_syms_flag.
1278 2002-05-10  Tom Rix  <trix@redhat.com>
1280         * emultempl/aix.em: (gld*_set_output_arch): New function. Use
1281         architecture and machine information in the output bfd.
1282         (gld*_before_parse): Remove old arch and machine code.
1283         (choose_target): Rename to gld*_choose_target.
1284         (rtld): Change type to int.
1285         * ldfile.c (ldfile_try_open_bfd): Disable compatiblity check for
1286         objects in XCOFF archives.
1287         * ldfile.h: Update copyright date.
1289 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
1291         * ldmain.c (main): Enable -z combreloc by default.
1293 2002-05-07  Federico G. Schwindt <fgsch@olimpo.com.br>
1295         * Makefile.am: Honour DESTDIR.
1296         * Makefile.in: Regenerate.
1298 2002-05-07  Richard Sandiford  <rsandifo@redhat.com>
1300         * ldlang.h (lang_output_section_statement_type): Add update_dot_tree.
1301         (lang_enter_overlay): Remove the last two parameters.
1302         (lang_leave_overlay): Take them here instead.
1303         * ldgram.y (memspec_at_opt): Set $$ to null if no region is given.
1304         (section): Pass LMA and crossref flag to lang_leave_overlay rather
1305         than lang_enter_overlay.
1306         * ldlang.c (lang_memory_region_lookup): Return null for null names.
1307         (lang_output_section_statement_lookup): Initialize update_dot_tree.
1308         (lang_size_sections_1): Evaluate it.
1309         (lang_leave_output_section_statement): Rework LMA lookup.
1310         (overlay_lma, overlay_nocrossrefs): Remove.
1311         (lang_enter_overlay): Remove LMA and crossref arguments.
1312         (lang_enter_overlay_section): Don't set the LMA here.
1313         (lang_leave_overlay): Take LMA and crossref arguments.  Move the '.'
1314         assignment to the last section's update_dot_tree.  Unconditionally
1315         use the load and run-time regions specified in the OVERLAY statement.
1316         Likewise the first section's LMA.  Only set the other sections' LMAs
1317         when no load region is given.
1319 2002-05-06  Nick Clifton <nickc@redhat.com>
1321         * po/sv.po: New translation.
1323 2002-05-04  Alan Modra  <amodra@bigpond.net.au>
1325         * emultempl/hppaelf.em (build_section_lists): New function.
1326         (gld${EMULATION_NAME}_finish): Call elf32_hppa_setup_section_lists
1327         and build_section_lists.
1329 2002-05-03  Kazu Hirata  <kazu@cs.umass.edu>
1331         * ld.h: Fix formatting.
1332         * ldexp.c: Likewise.
1333         * ldfile.c: Likewise.
1334         * ldlang.c: Likewise.
1335         * ldmain.c: Likewise.
1336         * lexsup.c: Likewise.
1337         * pe-dll.c: Likewise.
1339 2002-05-02  Alan Modra  <amodra@bigpond.net.au>
1341         * emultempl/ppc64elf.em (gld${EMULATION_NAME}_after_allocation):
1342         Adjust for ppc64_elf_set_toc change.  #include libbfd.h.
1343         (build_section_lists): Do output_section tests here.
1345 2002-04-30  Tom Rix  <trix@redhat.com>
1347         * emultempl/aix.em : (gld*_parse_arge): Formatting changes.
1349 2002-05-01  Alan Modra  <amodra@bigpond.net.au>
1351         Long branch stubs, multiple stub sections.
1352         * emultempl/ppc64elf.em: Include ldctor.h.
1353         (stub_file): New var.
1354         (group_size): New var.
1355         (ppc_create_output_section_statements): New function.
1356         (struct hook_stub_info): New.
1357         (hook_in_stub): New function.
1358         (ppc_add_stub_section): New function.
1359         (ppc_layout_sections_again): New function.
1360         (build_section_lists): New function.
1361         (gld${EMULATION_NAME}_finish): Rewrite.
1362         (real_func): New var.
1363         (ppc_for_each_input_file_wrapper): New function.
1364         (ppc_lang_for_each_input_file): New function.
1365         (lang_for_each_input_file): Define.
1366         (PARSE_AND_LIST_PROLOGUE): Define.
1367         (PARSE_AND_LIST_LONGOPTS): Define.
1368         (PARSE_AND_LIST_OPTIONS): Define.
1369         (PARSE_AND_LIST_ARGS_CASES): Define.
1370         (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
1372 2002-04-30  Tom Rix  <trix@redhat.com>
1374         * emultempl/aix.em (gld*_parse_arge, gld*_before_allocation): Add
1375         -blibpath, -bnolibpath support.
1377 2002-04-30  Mark Mitchell  <mark@codesourcery.com>
1379         * Makefile.am (ALL_EMULATIONS): Add elf32ppcwindiss.o.
1380         (eelf32ppcwindiss.c): New target.
1381         * Makefile.in: Regenerated.
1382         * configure.tgt: Add support for powerpc-*-windiss.
1383         * emulparams/elf32ppcwindiss.sh: New file.
1385 2002-04-30  Richard Sandiford  <rsandifo@redhat.com>
1387         * ldlang.c (print_assignment): Update print_dot for assignments to ".".
1388         * ldexp.c (exp_print_token): Add "infix_p" argument.
1389         (exp_print_tree): Update accordingly.
1391 2002-04-28  Alan Modra  <amodra@bigpond.net.au>
1393         * Makefile.am (mpw): New maintainer mode rule to make mpw-*.c files.
1394         * Makefile.in: Regenerate.
1395         * mpw-elfmips.c: Delete.
1396         * mpw-eppcmac.c: Delete.
1397         * mpw-esh.c: Delete.
1398         * mpw-idtmips.c: Delete.
1400 2002-04-17  J"orn Rennecke <joern.rennecke@superh.com>
1402         * emulparams/shelf32.sh (MACHINE): Now sh5.
1404 2002-04-17  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1406         * ldgram.y: Fix syntax warning.
1408 2002-04-11  Nick Clifton  <nickc@cambridge.redhat.com>
1410         * emultempl/armelf.em (PARSE_AND_LIST_SHORTOPTS): Add 'n' in order
1411         to prevent "-n" from being taken as an abbreviation for
1412         "--no-pipeline-knowledge".
1414 2002-04-08  Alan Modra  <amodra@bigpond.net.au>
1416         * ldlang.c (lang_size_sections_1): Don't complain about
1417         SEC_NEVER_LOAD sections having no memory region specified.
1419         * ld.texinfo (Format Commands <OUTPUT_FORMAT>): Typo fix.
1421 2002-04-07  matthew green  <mrg@redhat.com>
1423         * ld/configure.host (*-*-netbsd*): Add support for NetBSD/ELF.
1425 2002-04-04  Alan Modra  <amodra@bigpond.net.au>
1427         * dep-in.sed: Cope with absolute paths.
1428         * Makefile.am (dep.sed): Subst TOPDIR and BFDDIR.
1429         Run "make dep-am".
1430         * Makefile.in: Regenerate.
1432 2002-04-04  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1434         * emulparams/elf64btsmip.sh: n64 replaces .reginfo with .MIPS.options.
1436 2002-04-03  Jakub Jelinek  <jakub@redhat.com>
1438         * ldexp.c (fold_binary) [DATA_SEGMENT_ALIGN]: If common page size
1439         is smaller than maximum, round dot up to common page boundary.
1441 2002-03-28  Alan Modra  <amodra@bigpond.net.au>
1443         * configure.host: Set up for generic hosts first, then tweak as
1444         necessary in more specific targets.
1445         (HOSTING_LIBS): Include libgcc_eh.a if found.
1447 2002-03-23  Andreas Jaeger  <aj@suse.de>
1449         * emulparams/elf_x86_64.sh (COMMONPAGESIZE): Set it.
1451 2002-03-21  Alan Modra  <amodra@bigpond.net.au>
1453         * Makefile.am: Run "make dep-am".
1454         * Makefile.in: Regenerate.
1456 2002-03-21  Albert Chin-A-Young  <china@thewrittenword.com>
1458         * genscripts.sh (LIB_SEARCH_DIRS): Quote path.
1460 2002-03-20  Alan Modra  <amodra@bigpond.net.au>
1462         * ldlang.c (ldlang_add_undef): If the output bfd has been opened,
1463         add the symbol to the linker hash table immediately.
1464         (lang_place_undefineds): Split symbol creation out..
1465         (insert_undefined): ..to here.
1467 2002-03-18  David O'Brien  <obrien@FreeBSD.org>
1469         * emultempl/elf32.em: Use lbasename vs. basename to fix problem where
1470         the contents of the buffer returned from basename function will are
1471         getting overwritten while still being used.
1473 2002-03-18  Jan Hubicka  <jh@suse.cz>
1474             Andreas Jaeger  <aj@suse.de>
1475             Andreas Schwab  <schwab@suse.de>
1477         * configure.tgt (x86_64-*-linux-gnu*): Configure i386 as native.
1478         * elf_x86_64.sh (ARCH): Set to i386:x86-64
1479         set libraries to default to lib64 paths.
1481 2002-03-18  Tom Rix  <trix@redhat.com>
1483         * Makefile.am : Add eaix5ppc and eaix5rs6, AIX 5 support.
1484         * configure.tgt : Same.
1485         * emulparms/aix5ppc.sh : New file. For eaix5ppc.
1486         * emulparms/aix5rs6.sh : New file. For eaix5rs6.
1487         * emulparms/aixppc.sh : OUPUT_FORMAT_32BIT and OUTPUT_FORMAT_64BIT
1488         emulation parameters for better -b32, -b64 support.
1489         * emulparms/aixrs6.sh : Same.
1490         * emulparms/ppcmacos.sh : Same.
1491         * emultempl/aix.em (choose_target) : Use new emulation parameters
1492         OUTPUT_FORMAT_32BIT and OUTPUT_FORMAT_64BIT.
1493         * Makefile.in : Regenerate.
1495 2002-03-18  Nick Clifton  <nickc@cambridge.redhat.com>
1497         * po/fr.po: Updated version.
1499 2002-03-18  Alan Modra  <amodra@bigpond.net.au>
1501         * ldmain.c (main): Move .text readonly flag fudges from here..
1502         * ldlang.c (lang_process): ..to here.
1504 2002-03-14  Alan Modra  <amodra@bigpond.net.au>
1506         * ldlang.c (lang_check): Remove the word size check added in last
1507         change.  Treat emitrelocations case as for relocatable links.
1509 2002-03-13  Nick Clifton  <nickc@cambridge.redhat.com>
1511         * po/fr.po: Updated version.
1513 2002-03-13  Alan Modra  <amodra@bigpond.net.au>
1515         * ldlang.c (lang_check): Do relocatable link checks first, so that
1516         warn_mismatch can't override.  Check compatible and word size too.
1518 2002-03-07  Daniel Jacobowitz  <drow@mvista.com>
1520         * ld.texinfo: Wrap @menu in @ifnottex, not @ifinfo.
1522 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
1524         * scripttempl/elf.sc: Only use DATA_SEGMENT_END() together with
1525         DATA_SEGMENT_ALIGN.
1527 2002-03-04  H.J. Lu <hjl@gnu.org>
1529         * scripttempl/elf.sc: Put .preinit_array, .init_array and
1530         .fini_array in the data segment.
1532 2002-03-04  Alan Modra  <amodra@bigpond.net.au>
1534         * scripttempl/elf.sc: Correct syntax errors in 2002-03-01 commit.
1536 2002-03-01  David Mosberger  <davidm@hpl.hp.com>
1538         * scripttempl/elf.sc (SECTIONS): Add entries for .preinit_array,
1539         .init_array, and .fini_array.
1541 2002-02-20  Andreas Schwab  <schwab@suse.de>
1543         * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Don't fold
1544         .IA64_unwind* in a relocatable link.
1546 2002-02-20  Nick Clifton  <nickc@cambridge.redhat.com>
1548         * NEWS: Mark 2.12 branch.
1550 2002-02-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1552         * emulparams/elf64_s390.sh (ARCH): Change to "s390:64-bit".
1553         * emulparams/elf_s390.sh (ARCH): Change to "s390:31-bit".
1555 2002-02-18  Tom Rix  <trix@redhat.com>
1557         * emultempl/aix.em (gld*_parse_args): Add -brtl support.
1558         (gld*_before_allocation): Same.
1559         (gld*_create_output_section_statements): Generate
1560         __rtinit if run time linking.  Add librtl.a to the link.
1561         (gld*_read_file): Clean.
1563 2002-02-18  Alan Modra  <amodra@bigpond.net.au>
1565         * emulparams/elf64ppc.sh (OTHER_TEXT_SECTIONS): Define.
1567 2002-02-18  David O'Brien  <obrien@FreeBSD.org>
1569         * Makefile.am: Add new files earmelf_fbsd, eelf32ppc_fbsd,
1570         eelf_i386_fbsd, eelf64_ia64_fbsd, eelf_x86_64_fbsd, eelf64_sparc_fbsd,
1571         and eelf64alpha_fbsd.
1572         * Makefile.in: Regenerate.
1573         * configure.tgt(sparc64-*-freebsd, ia64-*-freebsd, i[3456]86-*-freebsd,
1574         x86_64-*-freebsd, arm-*-freebsd, alpha*-*-freebsd, powerpc-*-freebsd):
1575         use a FreeBSD-specific emulation rather than the psABI one.
1576         * emulparams/elf_fbsd.sh (ELF_INTERPRETER_NAME): Set appropriate value
1577         for all FreeBSD ELF systems.
1578         * emulparams/armelf_fbsd.sh: Bridge elf_fbsd.sh and the "native" psABI
1579         emulation.
1580         * emulparams/elf32ppc_fbsd.sh: Likewise.
1581         * emulparams/elf64_ia64_fbsd.sh: Likewise.
1582         * emulparams/elf64_sparc_fbsd.sh: Likewise.
1583         * emulparams/elf64alpha_fbsd.sh: Likewise.
1584         * emulparams/elf_i386_fbsd.sh: Likewise.
1585         * emulparams/elf_x86_64_fbsd.sh: Likewise.
1587 2002-02-18  Nick Clifton  <nickc@cambridge.redhat.com>
1589         * po/tr.po: Updated version.
1591 2002-02-18  Alan Modra  <amodra@bigpond.net.au>
1593         * ld.texinfo (Output Section Fill): Fix amateur texinfo.
1594         (FILL): Likewise.
1596 2002-02-17  Hans-Peter Nilsson  <hp@bitrange.com>
1598         * emultempl/mmo.em (mmo_after_open): Don't call
1599         _bfd_mmix_check_all_relocs when producing ELF output.
1601 2002-02-15  Richard Henderson  <rth@redhat.com>
1603         * emulparams/elf64alpha.sh (NOP): Adjust for big-endian
1604         definition.  Emit a unop+nop pair.
1606 2002-02-15  Hans-Peter Nilsson  <hp@bitrange.com>
1608         * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Also check
1609         for presence of .MMIX.reg_contents.linker_allocated before early
1610         exit.
1612         * NEWS: Mention support for MMIX.
1614 2002-02-15  Alan Modra  <amodra@bigpond.net.au>
1616         Support arbitrary length fill patterns.
1617         * ld.texinfo (Output Section Fill): Describe fill expressions.
1618         (FILL): Refer to the above.
1619         * ldexp.h (etree_value_type): Add "str" field.
1620         (union etree_union): Add "str" to "value" struct.
1621         (exp_bigintop): Declare.
1622         (exp_get_fill): Declare.
1623         * ldexp.c: Include "safe-ctype.h".
1624         (exp_intop): Set value.str to NULL.
1625         (exp_bigintop): New function.
1626         (new_rel): Pass in "str", and set new.str from it.
1627         (new_rel_from_section): Set new.str to NULL.
1628         (fold_name): Adjust calls to new_rel.
1629         (exp_fold_tree): Likewise.
1630         (exp_get_fill): New function.
1631         * ldgram.y (struct big_int bigint, fill_type *fill): New.
1632         (INT): Returns a "bigint".  Adjust all code handling INTs.
1633         (fill_opt): Returns a "fill".
1634         (fill_exp): Split out of fill_opt, use for FILL.
1635         * ldlang.h (struct _fill_type): New.
1636         (fill_type): Move typedef to ldexp.h.
1637         (lang_output_section_statement_type): "fill" is now a pointer.
1638         (lang_fill_statement_type): Likewise.
1639         (lang_padding_statement_type): Likewise.
1640         (lang_add_fill): Now takes a "fill_type *" param.
1641         (lang_leave_output_section_statement): Likewise.
1642         (lang_do_assignments): Likewise.
1643         (lang_size_sections): Likewise.
1644         (lang_leave_overlay_section): Likewise.
1645         (lang_leave_overlay): Likewise.
1646         * ldlang.c: Include ldgram.h after ldexp.h.
1647         (lang_output_section_statement_lookup): Adjust for fill_type change.
1648         (print_fill_statement): Likewise.
1649         (print_padding_statement): Likewise.
1650         (insert_pad): Now takes a "fill_type *" arg.
1651         (size_input_section): Likewise.
1652         (lang_size_sections_1): Likewise.
1653         (lang_size_sections): Likewise.
1654         (lang_do_assignments): Likewise.
1655         (lang_add_fill): Likewise.
1656         (lang_leave_output_section_statement): Likewise.
1657         (lang_leave_overlay_section): Likewise.
1658         (lang_leave_overlay): Likewise.
1659         Adjust all callers of the above function.
1660         * ldlex.l: Include ldgram.h after ldexp.h.  Allow hex numbers
1661         starting with "0X" as well as "0x".  Return bigint.str for hex
1662         numbers starting with "0x" or "0X", zero bigint.str otherwise.
1663         Always use base 16 for numbers starting with "$".
1664         * ldmain.c: Include ldgram.h after ldexp.h.
1665         * ldwrite.c (build_link_order): Use bfd_data_link_order in place
1666         of bfd_fill_link_order.
1667         * pe-dll.c: Adjust lang_do_assignments calls.
1668         * emultempl/elf32.em: Likewise.
1669         * emultempl/hppaelf.em: Likewise.
1670         * emultempl/ppc64elf.em: Likewise.
1671         * emultempl/beos.em: Include ldgram.h after ldexp.h, adjust
1672         lang_add_assignment call.
1673         * emultempl/pe.em: Likewise.
1675 2002-02-14  Phil Edwards  <pme@gcc.gnu.org>
1677         * ld.texinfo (VERSION scripts):  Symbol names are globbing patterns.
1678         * ldgram.y (lang_new_vers_regex):  Rename to lang_new_vers_pattern;
1679         the pattern in question is not a regexp.
1680         * ldlang.c:  Likewise.
1681         * ldlang.h:  Likewise.
1682         * ldlex.l (V_IDENTIFIER):  Allow '[', ']', '-', '!', and '^' also.
1684 2002-02-12  Jakub Jelinek  <jakub@redhat.com>
1686         * ldlex.l (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): New tokens.
1687         * ldgram.y (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): New tokens.
1688         (exp): Add DATA_SEGMENT_ALIGN (exp, exp) and DATA_SEGMENT_END (exp).
1689         * ldexp.c (exp_data_seg): New variable.
1690         (exp_print_token): Handle DATA_SEGMENT_ALIGN and DATA_SEGMENT_END.
1691         (fold_binary): Handle DATA_SEGMENT_ALIGN.
1692         (exp_fold_tree): Handle DATA_SEGMENT_END.
1693         Pass allocation_done when recursing instead of hardcoding
1694         lang_allocating_phase_enum.
1695         * ldexp.h (exp_data_seg): New.
1696         * ldlang.c (lang_size_sections_1): Renamed from lang_size_sections.
1697         (lang_size_sections): New.
1698         * ld.texinfo (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): Document.
1699         * scripttempl/elf.sc: Use DATA_SEGMENT_ALIGN and DATA_SEGMENT_END
1700         if COMMONPAGESIZE is defined.
1701         * emulparams/elf_i386.sh (COMMONPAGESIZE): Set to 4K.
1702         * emulparams/elf32_sparc.sh (COMMONPAGESIZE): Set to 8K.
1703         * emulparams/elf64_sparc.sh (COMMONPAGESIZE): Set to 8K.
1704         * emulparams/elf64alpha.sh (COMMONPAGESIZE): Set to 8K.
1705         * emulparams/elf64_ia64.sh (COMMONPAGESIZE): Set to 16K for shared
1706         libraries only.
1708 2002-02-11  Alan Modra  <amodra@bigpond.net.au>
1710         * Makefile.in: Regenerate.
1712 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
1714         * lexsup.c: Remove strtoul declaration.
1716 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
1718         * ldmain.c: Add prototype for main ().
1719         * lexsup.c: Guard declaration of strtoul with HAVE_STDLIB_H.
1720         * emultempl/lnk960.em (lnk960_choose_target): Function should
1721         take two arguments.
1723 2002-02-10  Alan Modra  <amodra@bigpond.net.au>
1725         * ldlang.c (entry_section): New initialised variable.
1726         (lang_finish): Use it.
1727         * ldlang.h (entry_section): Declare.
1728         * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Set
1729         entry_section to ".opd".
1731 2002-02-09  Chris Demetriou  <cgd@broadcom.com>
1733         * ld.texinfo (Options): Add back in -nostdlib documentation,
1734         which had been inadvertently removed.
1736 2002-02-09  Hans-Peter Nilsson  <hp@bitrange.com>
1738         * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Adjust
1739         register section vma to a sane value after emitting error.  Make
1740         fatal conditions cause program exit when emitting message.
1742 2002-02-08  Ivan Guzvinec <ivang@opencores.org>
1744         * configure.tgt: Add or32-*-rtems target.
1746 2002-02-08  Alexandre Oliva  <aoliva@redhat.com>
1748         Contribute sh64-elf.
1749         2002-01-24  Alexandre Oliva  <aoliva@redhat.com>
1750         * emulparams/shelf32.sh (STACK_ADDR): Define as formerly defined
1751         in OTHER_RELOCATABLE_SECTIONS.
1752         2002-01-18  Alexandre Oliva  <aoliva@redhat.com>
1753         * emulparams/shelf32.sh (STACK_ADDR): Define.
1754         (OTHER_RELOCATABLE_SECTIONS): Renamed to...
1755         (OTHER_SECTIONS): this.  Removed stack settings.
1756         * emulparams/shelf64.sh (OTHER_RELOCATABLE_SECTIONS): Do not set.
1757         (OTHER_SECTIONS): Reset after sourcing shelf32.sh.
1758         2001-03-12  DJ Delorie  <dj@redhat.com>
1759         * emultempl/sh64elf.em (sh64_elf_$_before_allocation): Disable
1760         relaxing if any shmedia or mixed sections are found.
1761         2001-03-07  DJ Delorie  <dj@redhat.com>
1762         * emultempl/sh64elf.em (sh64_elf_before_allocation): Pass f to
1763         einfo.  Gracefully decline to output to non-elf formats.
1764         2001-03-06  Hans-Peter Nilsson  <hpn@redhat.com>
1765         * emulparams/shelf64.sh (OTHER_RELOCATING_SECTIONS) <.stack>:
1766         Default to _end aligned to next multiple of 0x40000, plus 0x40000.
1767         * emulparams/shelf32.sh: Ditto.
1768         2001-01-14  Hans-Peter Nilsson  <hpn@cygnus.com>
1769         * emulparams/shelf32.sh (OTHER_RELOCATING_SECTIONS): Tweak
1770         comment.
1771         2001-01-10  Ben Elliston  <bje@redhat.com>
1772         * emulparams/shelf32.sh (OTHER_RELOCATING_SECTIONS): Avoid
1773         non-portable shell constructs. From Hans-Peter Nilsson.
1774         2001-01-09  Hans-Peter Nilsson  <hpn@cygnus.com>
1775         * emulparams/shelf64.sh (EXTRA_EM_FILE): Define empty.
1776         * Makefile.am (eshelf64.c, eshlelf64.c, eshlelf32.c): Adjust
1777         dependencies to the shell script include chain.
1778         * Makefile.in: Regenerate.
1779         2001-01-06  Hans-Peter Nilsson  <hpn@cygnus.com>
1780         * emultempl/sh64elf.em: Update and tweak comments.
1781         (sh64_elf_${EMULATION_NAME}_after_allocation): Always allocate and
1782         make a .cranges section SEC_IN_MEMORY.
1783         2000-12-30  Hans-Peter Nilsson  <hpn@cygnus.com>
1784         * emultempl/sh64elf.em
1785         (sh64_elf_${EMULATION_NAME}_before_allocation): Don't stop when
1786         .cranges section found to be necessary; continue and set stored
1787         section contents flags for sections with non-mixed contents.
1788         Use a struct sh64_section_data container and sh64_elf_section_data
1789         to store contents-type flags.
1790         Remove unused update of "isec".
1791         (sh64_elf_${EMULATION_NAME}_after_allocation): Only process
1792         sections marked SHF_SH5_ISA32_MIXED.  Use sh64_elf_section_data to
1793         access contents-type flags.  Assert that the associated container
1794         is initialized.  Use that container, not elf_gp_size, to hold size
1795         of linker-generated cranges contents.
1796         2000-12-18  Hans-Peter Nilsson  <hpn@cygnus.com>
1797         * emultempl/sh64elf.em
1798         (sh64_elf_${EMULATION_NAME}_before_allocation): Exit early if
1799         there's already a .cranges section.  When section flag difference
1800         is found, don't NULL-check cranges a second time.  Tweak comments.
1801         (sh64_elf_${EMULATION_NAME}_after_allocation): Use size after
1802         merging, not max size, as size of ld-generated .cranges contents.
1803         Don't set ELF section flags in output section.  When checking for
1804         needed .cranges descriptors, don't use a variable; compare
1805         incoming ELF section flags directly to SHF_SH5_ISA32_MIXED.  Tweak
1806         comments.
1807         2000-12-18  Hans-Peter Nilsson  <hpn@cygnus.com>
1808         * emultempl/sh64elf.em: New file.
1809         * Makefile.am (eshelf32.c, eshlelf32.c): Adjust dependencies.
1810         * Makefile.in: Regenerate.
1811         * emulparams/shelf32.sh (OUTPUT_FORMAT): Only set if not set.
1812         (OTHER_RELOCATING_SECTIONS): Ditto.
1813         (EXTRA_EM_FILE): New, set to sh64elf if not set.
1814         * emulparams/shlelf32.sh: Stub out all settings except
1815         OUTPUT_FORMAT.  Source shelf32.sh.
1816         * emulparams/shelf64.sh: Similar, but also keep ELF_SIZE and
1817         OTHER_RELOCATING_SECTIONS.
1818         (OTHER_RELOCATING_SECTIONS): Remove .cranges.
1819         * emulparams/shlelf64.sh: Stub out all settings except
1820         OUTPUT_FORMAT.  Source shelf64.sh.
1821         2000-12-15  Hans-Peter Nilsson  <hpn@cygnus.com>
1822         * emulparams/shelf64.sh (OTHER_RELOCATING_SECTIONS): Include
1823         .cranges section.
1824         (DATA_START_SYMBOLS): Define, provide ___data.
1825         (OTHER_READONLY_SYMBOLS): Define, provide ___rodata and align to 8
1826         for consecutive .data section.
1827         (OTHER_GOT_SECTIONS): Define, align to 8 for consecutive .bss
1828         section after .data section.
1829         * emulparams/shlelf64.sh: Ditto.
1830         * emulparams/shelf32.sh: Ditto.
1831         (ALIGNMENT): Define to 8.
1832         * emulparams/shelf32.sh: Ditto.
1833         2000-12-12  Hans-Peter Nilsson  <hpn@cygnus.com>
1834         * configure.tgt (sh64-*-elf*): Assign targ_extra_libpath to get
1835         built-in linker scripts.
1836         2000-11-30  Hans-Peter Nilsson  <hpn@cygnus.com>
1837         * emulparams/shlelf64.sh: New.
1838         * emulparams/shelf64.sh: New.
1839         * configure.tgt (sh64-*-elf*): Add shelf64 and shlelf64 to
1840         targ_extra_emuls.
1841         * Makefile.am: Add support for shlelf64 and shelf64.
1842         * Makefile.in: Regenerate.
1843         2000-11-29  Hans-Peter Nilsson  <hpn@cygnus.com>
1844         * configure.tgt (sh64-*-elf*): Add shelf as default.
1845         Add shlelf to targ_extra_emuls.
1846         2000-11-24  Hans-Peter Nilsson  <hpn@cygnus.com>
1847         * emulparams/shelf32.sh: New file.
1848         * emulparams/shlelf32.sh: New file.
1849         * Makefile.am: Add support for shlelf32 and shelf32.
1850         * configure.tgt: Map sh64-*-elf* to shlelf32 and shelf32.
1851         * Makefile.in: Regenerate.
1853 2002-02-05  Hans-Peter Nilsson  <hp@axis.com>
1855         * ldlang.c (lang_reset_memory_regions): Rename from
1856         reset_memory_regions.  Change all callers.  Make public.
1857         * ldlang.h (lang_reset_memory_regions): Prototype.
1858         * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Call
1859         lang_reset_memory_regions before lang_size_sections.
1860         * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
1861         * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Likewise.
1863 2002-02-04  Hans-Peter Nilsson  <hp@bitrange.com>
1865         * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Use signed
1866         arithmetic when checking for too many global registers.
1868 2002-02-02  Jason Thorpe  <thorpej@wasabisystems.com>
1870         * Makefile.am (ALL_EMULATIONS): Add ehppanbsd.o.
1871         (ehppanbsd.c): New rule.
1872         * Makefile.in: Regenerate.
1873         * configure.tgt (hppa*-*-netbsd*): New target.
1874         * emulparams/hppalinux.sh: Add comment to check other files
1875         that source this file it is modified, and list which
1876         files that do.
1877         * emulparams/hppanbsd.sh: New file.
1879 2002-02-01  Geoffrey Keating  <geoffk@redhat.com>
1881         * scripttempl/xstormy16.sc: Don't allocate extra space for the
1882         stack.
1884 2002-02-01  Hans-Peter Nilsson  <hp@bitrange.com>
1886         Support on-demand global register allocation from
1887         R_MMIX_BASE_PLUS_OFFSET relocs.
1888         * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Rename from
1889         mmix_set_reg_section_vma.  Call
1890         _bfd_mmix_finalize_linker_allocated_gregs.
1891         (mmix_before_allocation): New function.
1892         (LDEMUL_AFTER_ALLOCATION): Set to mmix_after_allocation.
1893         (LDEMUL_BEFORE_ALLOCATION): Define to mmix_before_allocation.
1894         * scripttempl/mmo.sc (.text): Mark .init, .fini as KEEP.
1895         (.MMIX.reg_contents): Add .MMIX.reg_contents.linker_allocated
1896         before .MMIX.reg_contents.
1897         * emultempl/mmo.em (gldmmo_before_allocation): Define to default.
1898         (mmo_after_open): New function.
1899         (LDEMUL_AFTER_OPEN): Define to mmo_after_open.
1900         * emulparams/elf64mmix.sh (OTHER_SECTIONS): Tweak formatting.  Add
1901         .MMIX.reg_contents.linker_allocated before .MMIX.reg_contents.
1903 2002-01-31  Ivan Guzvinec  <ivang@opencores.org>
1905         * emulparams/or32.sh: New file.
1906         * emulparams/or32elf.sh: New file.
1907         * scripttempl/or32.sc: New file.
1908         * configure.tgt : Add support for or32.
1909         * configure: Regenerate
1910         * Makefile.am: Add support for or32.
1911         * Makefile.in: Regenerate.
1912         * NEWS: Mention support for or32.
1913         * po/ld.pot: Regenerate.
1915 2002-01-29  Chris Demetriou  <cgd@broadcom.com>
1916             Mitch Lichtenberg  <mpl@broadcom.com>
1918         * emulparams/elf32bmip.sh (EXTRA_EM_FILE): Define to be mipself.
1919         * emultempl/mipself.em: New file to handle MIPS ELF embedded
1920         reloc creation (ld --embedded-relocs).
1922 2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
1924         * configure: Regenerated.
1926 2002-01-26  Hans-Peter Nilsson  <hp@bitrange.com>
1928         * Makefile.am (install): Depend on install-info.
1929         * Makefile.in: Regenerate.
1931 2002-01-26  Christian Rose  <menthos@menthos.com>
1933         * ldmain.c (main): Use full sentences to ease translation.
1935 2002-01-26  Nick Clifton  <nickc@cambridge.redhat.com>
1937         * po/fr.po: Updated version.
1939 2002-01-25  Nick Clifton  <nickc@cambridge.redhat.com>
1941         * po/es.po: Updated version.
1943 2002-01-25  Andreas Jaeger  <aj@suse.de>
1945         * ldlex.l (yy_input): Correct error check.
1947 2002-01-25  Alan Modra  <amodra@bigpond.net.au>
1949         * ldmisc.c (demangle): Put back dots when string not demangled.
1951 2002-01-22  Richard Henderson  <rth@redhat.com>
1953         * emulparams/elf64alpha.sh (NOP): Use unop.
1955 2002-01-21  Andreas Jaeger  <aj@suse.de>
1957         * ldlex.l: Use fread instead of read.
1959 2002-01-21  Jason Thorpe  <thorpej@wasabisystems.com>
1961         * configure.tgt (ia64-*-netbsd*): New target.
1963 2002-01-21  H.J. Lu <hjl@gnu.org>
1965         * emulparams/elf32btsmip.sh (SHLIB_TEXT_START_ADDR): Change to
1966         0.
1967         * emulparams/elf64btsmip.sh (SHLIB_TEXT_START_ADDR): Likewise.
1969 2002-01-18  Andreas Jaeger  <aj@suse.de>
1971         * ldver.c (ldversion): Update year.
1973 2002-01-17  Nick Clifton  <nickc@cambridge.redhat.com>
1975         * po/ld.pot: Regenerate.
1977 2002-01-16  Alan Modra  <amodra@bigpond.net.au>
1979         * Makefile.am (eelf64ppc.c, eelf64lppc.c): Depend on ppc64elf.em.
1980         * Makefile.in: Regenerate.
1981         * emulparams/elf64ppc.sh (EXTRA_EM_FILE): Define.
1982         * emultempl/ppc64elf.em: New file.
1984 2002-01-15  DJ Delorie  <dj@redhat.com>
1986         * scripttempl/pe.sc: Add support for constructor priorities.
1988 2002-01-07  Marek Michalkiewicz  <marekm@amelek.gda.pl>
1990         * emulparams/avr1200.sh (DATA_START): Define as 0x60.
1991         * emulparams/avr23xx.sh: Likewise.
1992         * emulparams/avr4433.sh: Likewise.
1993         * emulparams/avr44x4.sh: Likewise.
1994         * emulparams/avr85xx.sh: Likewise.
1995         * emulparams/avrmega103.sh: Likewise.
1996         * emulparams/avrmega161.sh: Likewise.
1997         * emulparams/avrmega603.sh: Likewise.
1998         * scripttempl/elf32avr.sc: Use DATA_START instead of 0x60.
2000 2002-01-08  Alexandre Oliva  <aoliva@redhat.com>
2002         * ldlang.c (walk_wild_section): Exclude object file if enclosing
2003         archive is excluded.
2005 2002-01-07  Jason Thorpe  <thorpej@wasabisystems.com>
2007         * Makefile.am (ALL_EMULATIONS): Add eshelf_nbsd.o and eshlelf_nbsd.o.
2008         (eshelf_nbsd.c): New rule.
2009         (eshlelf_nbsd.c): New rule.
2010         * Makefile.in: Regenerate.
2011         * configure.tgt (sh*le-*-netbsdelf*): New target.
2012         (sh*-*-netbsdelf*): New target.
2013         * emulparams/shelf.sh: Document that shelf_nbsd.sh sources this file.
2014         * ld/emulparams/shelf_nbsd.sh: New emulation.
2015         * ld/emulparams/shlelf_nbsd.sh: New emulation.
2017 2002-01-07  Nick Clifton  <nickc@cambridge.redhat.com>
2019         * po/es.po: New file: Spanish translation.
2020         * configure.in (ALL_LINGUAS): Add es.
2021         * configure: Regenerate.
2023 2002-01-06  John Marshall  <jmarshall@acm.org>
2025         * ld.texinfo: Note that --emit-relocs is currently only
2026         implemented for ELF.
2028 2002-01-05  Alan Modra  <amodra@bigpond.net.au>
2030         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Make use
2031         of bfd_section_list_remove and bfd_section_list_insert macros.
2032         * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
2033         * emultempl/mmo.em (mmo_place_orphan): Likewise.
2035 2002-01-04  Jason Thorpe  <thorpej@wasabisystems.com>
2037         * configure.tgt (x86_64-*-netbsd*): New target.
2039 2001-12-21  Tom Rix  <trix@redhat.com>
2041         (gld*_create_output_section_statements): New function.
2042         For -binitfini support.
2043         * emultempl/aix.em (gld*_before_parse): Fix comment.
2044         * emultempl/aix.em (gld*_parse_args): Fix comment.
2046 2001-12-20  Jason Thorpe  <thorpej@wasabisystems.com>
2048         * configure.tgt (mips*-dec-netbsd*): Delete alias for
2049         mips*el-*-netbsd*.
2050         (sparc64-*-netbsd*): Add elf32_sparc to targ_extra_emuls.
2052         * configure.tgt (arm-*-netbsdelf*): Add target.
2053         (arm-*-netbsd*): Add armelf and armelf_nbsd to targ_extra_emuls.
2054         * emulparams/armelf_nbsd.sh: Added.
2055         * Makefile.am: Add rules for earmelf_nbsd.
2056         * Makefile.in: Regenerate.
2058 2001-12-19  Andreas Jaeger  <aj@suse.de>,
2059             Susanne Oberhauser <froh@suse.de>
2061         * configure.host: Add rules for x86_64-*linux-gnu.  Change
2062         s390x-linux entry to use gcc to report configuration, replace gcc
2063         with $CC in s390-linux
2065 2001-12-19  Andreas Jaeger  <aj@suse.de>
2067         * ld.texinfo (VERSION): Fix markup.
2069 2001-12-18  matthew green  <mrg@eterna.com.au>
2071         * Makefile.am (ALL_EMULATIONS): Add m68kelfnbsd.o.
2072         (m68kelfnbsd.c): New rule.
2073         * Makefile.in: Regenerate.
2074         * configure.tgt (m68*-hp-netbsd*): Renamed to ..
2075         (m68*-*-netbsd*4k*): .. this.
2076         (m68*-*-netbsdelf*): New target.
2077         (m68*-*-netbsd*): Also include ELF support.
2078         (m68*-*-netbsdaout*): New alias for m68*-*-netbsd*.
2079         * emulparams/m68kelfnbsd.sh: New emulation.
2081 2001-12-18  Jakub Jelinek  <jakub@redhat.com>
2083         * ldgram.y (vers_node): Support anonymous version tags.
2084         * ldlang.c (lang_register_vers_node): Ensure anonymous version
2085         tag is not defined together with non-anonymous versions.
2086         * ld.texinfo: Document it.
2088 2001-12-18  Nick Clifton  <nickc@cambridge.redhat.com>
2090         * po/tr.po: New file: Turkish translation.
2091         * configure.in (ALL_LINGUAS): Add tr.
2092         * configure: Regenerate.
2094 2001-12-17  Jason Thorpe  <thorpej@wasabisystems.com>
2096         * Makefile.am: Add rules for eelf64alpha_nbsd.
2097         * Makefile.in: Regenerate.
2098         * configure.tgt (alpha*-*-netbsd*): Set
2099         targ_emul to elf64alpha_nbsd.
2100         * emulparams/elf64alpha_nbsd.sh: Added.
2102 2001-12-17  Alan Modra  <amodra@bigpond.net.au>
2104         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Adjust
2105         section_tail when fiddling with section list.
2106         (gld${EMULATION_NAME}_list_options): Ensure sentences aren't
2107         broken into separate strings to make translation easier.
2108         * emultempl/mmo.em (mmo_place_orphan): Adjust section_tail when
2109         fiddling with section list.
2110         * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
2112 2001-12-16  Hans-Peter Nilsson  <hp@bitrange.com>
2114         * scripttempl/mmo.sc: Add .debug_ranges to listed sections.
2116 2001-12-15  Alan Modra  <amodra@bigpond.net.au>
2118         * ldmain.c (main): Initialise link_info.eh_frame_hdr.
2120 2001-12-13  Jakub Jelinek  <jakub@redhat.com>
2122         * emultempl/elf32.em (finish): Supply output_bfd
2123         to bfd_elf*_discard_info.
2124         (OPTION_EH_FRAME_HDR): Define.
2125         (longopts): Add --eh-frame-hdr.
2126         (parse_args): Handle it.
2127         (list_options): Add --eh-frame-hdr to help.
2128         * emultempl/hppaelf.em (finish): Supply output_bfd
2129         to bfd_elf*_discard_info.
2130         * scripttempl/elf.sc (.eh_frame_hdr): Add.
2132 2001-12-13  Alan Modra  <amodra@bigpond.net.au>
2134         * lexsup.c (parse_args): Don't pass shortopts to second call to
2135         getopt functions.  Restore optind rather than decrementing before
2136         second call.  Remove errind as it now duplicates last_optind.
2138 2001-12-11  Christopher Faylor  <cgf@redhat.com>
2140         * emultempl/pe.em (gld_${EMULATION_NAME}_list_options): Fix typo.
2142 2001-12-07  Geoffrey Keating  <geoffk@redhat.com>
2143             Richard Henderson  <rth@redhat.com>
2145         * Makefile.am: Add support for xstormy16.
2146         * configure.tgt: Add support for xstormy16.
2147         * Makefile.in: Regenerate.
2148         * emulparams/elf32xstormy16.sh: New file.
2149         * scripttempl/xstormy16.sc: New file.
2151 2001-10-01  Christopher Faylor <cgf@cygnus.com>
2153         * Makefile.in (LIB_PATH): Make configurable.
2154         (GENSCRIPTS): Set LIB_PATH in environment.
2155         * configure.in: Substitute LIB_PATH.
2156         * configure: Regenerate.
2157         * configure.tgt (*cygwin): Set LIB_PATH for cross build.
2158         * configure.host (*cygwin): Add /usr/lib/w32api to NATIVE_LIB_DIRS.
2160 2001-12-07  Nick Clifton  <nickc@cambridge.redhat.com>
2162         * lexsup.c (ld_options): Insert 'PROGRAM' into the text string
2163         describing the -N option so that it is easier to translate into
2164         foreign languages.
2166 2001-12-05  Nick Clifton  <nickc@cambridge.redhat.com>
2168         * emultempl/pe.em (..._list_options): Replace multiple fprintf
2169         statements describing a single option with a single, newline
2170         escaped fprintf.  This allows better translation into other
2171         languages.
2173         * ldmain.c (add_archive_element): Combine multiple strings
2174         into a single string to permit better translation into other
2175         languages.
2177 2001-12-05  Tom Rix  <trix@redhat.com>
2179         * Makefile.am: Remove eaixppc64.
2180         * Makefile.in: Regenerate.
2182 2001-12-04  Tom Rix  <trix@redhat.com>
2184         * emultempl/aix.em (choose_target): Change default target to
2185         OUTPUT_FORMAT for ppcmacos.  Add braces to remove compiler
2186         warning.
2187         (gld*_read_file):  Fix typo.
2188         (change_symbol_mode): Add prototype.
2189         (is_syscall): Same.
2191         * emulparams/aixppc.sh (SYSCALL_MASK, SYMBOL_MODE_MASK): Delete.
2192         * emulparams/aixrs6.sh : Same.
2193         * emulparams/ppcmacos.sh : Same.
2194         * emulparams/aixppc64.sh : Delete file.
2195         * emultempl/aix.em : Formatting changes.
2197 2001-12-04  Hans-Peter Nilsson  <hp@axis.com>
2199         * emulparams/criself.sh (NO_SMALL_DATA): Set, to yes.
2200         (OTHER_BSS_END_SYMBOLS): Don't refer to .sbss when setting
2201         __Sbss.
2202         (OTHER_END_SYMBOLS): Fix formatting.
2203         * emulparams/crislinux.sh (NO_SMALL_DATA): Set, to yes.
2204         (OTHER_END_SYMBOLS): Fix formatting.
2206 2001-12-04  Alan Modra  <amodra@bigpond.net.au>
2208         * ldexp.c (exp_print_token): Correct "table" entry for RSHIFT.
2210 2001-12-02  Tom Rix  <trix@redhat.com>
2212         * configure.tgt : Remove eaixppc64 emulations.
2213         * Makefile.in : Remove eaixppc64.c
2214         * ldemul.c (ldemul_choose_target): New parameters argc, argv.
2215         (ldemul_default_target): Same.
2216         * emultempl/gld960.em (gld960_choose_target):  Same.
2217         * emultempl/gld960c.em (gld960_choose_target):  Same.
2218         * scripttempl/aix.sc: Remove OUTPUT_FORMAT.
2219         * emultempl/aix.em (is_syscall): syscall_mask now a variable.
2220         * emultempl/aix.em (gld*_read_file): symbol_mode_mask now a variable.
2221         * emultempl/aix.em (gld*_parse_args): Handle -b32 -b64 emulation.
2222         * emultempl/aix.em (choose_target): New function.  Handle emulation of
2223         -b32 and -b64.
2225 2001-11-27  H.J. Lu <hjl@gnu.org>
2227         * emulparams/elf_i386.sh (NO_SMALL_DATA): Set to yes.
2228         * emulparams/elf_i386_be.sh (NO_SMALL_DATA): Likewise.
2229         * emulparams/elf_i386_chaos.sh (NO_SMALL_DATA): Likewise.
2230         * emulparams/elf_i386_ldso.sh (NO_SMALL_DATA): Likewise.
2231         * emulparams/elf_x86_64.sh (NO_SMALL_DATA): Likewise.
2232         * emulparams/m68kelf.sh (NO_SMALL_DATA): Likewise.
2233         * emulparams/elf32_sparc.sh (NO_SMALL_DATA): Likewise.
2234         * emulparams/elf64_sparc.sh (NO_SMALL_DATA): Likewise.
2236         * scripttempl/elf.sc (SBSS): New. Define if ${NO_SMALL_DATA}
2237         is not empty.
2238         (SDATA): Likewise.
2239         (REL_SDATA): Likewise.
2240         (REL_SBSS): Likewise.
2241         (REL_SDATA2): Likewise.
2242         (REL_SBSS2): Likewise.
2243         (SBSS2): Define if ${NO_SMALL_DATA} is not empty.
2244         (SDATA2): Likewise.
2246 2001-11-25  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
2248         * scripttempl/elfm68hc11.sc (CTOR, DTOR): Put constructor and
2249         destructor in rom.
2250         * scripttempl/elfm68hc12.sc (CTOR, DTOR): Likewise.
2252 2001-11-22  H.J. Lu  <hjl@gnu.org>
2254         * Makefile.in: Regenerated with automake based on automake
2255         1.4-8 in RedHat 7.1.
2257 2001-11-22  Alan Modra  <amodra@bigpond.net.au>
2259         * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Define.
2260         (config.status): Delete rule.
2261         Add extra dependencies to cover sourced emulparams files.
2262         * Makefile.in: Regenerate.
2264         * scripttempl/elf.sc: Order <section>, <section>.* and
2265         corresponding linkonce sections as seen in input files.
2266         Formatting fixes.  Zero vma of all sections if not relocating.
2267         (STACK): Define and insert if STACK_ADDR defined.
2268         (OTHER_RELOCATING_SECTIONS): Delete.
2269         (OTHER_END_SYMBOLS): Define.
2270         (OTHER_READONLY_SECTIONS): Always insert, not just when relocating.
2271         (OTHER_READWRITE_SECTIONS): Likewise.
2272         (OTHER_GOT_SECTIONS): Likewise.
2273         (OTHER_SDATA_SECTIONS): Likewise.
2274         (OTHER_BSS_SECTIONS): Likewise.
2275         * scripttempl/elfi370.sc (OTHER_READONLY_SECTIONS): Likewise.
2276         (OTHER_READWRITE_SECTIONS): Likewise.
2277         * scripttempl/nw.sc (OTHER_READONLY_SECTIONS): Likewise.
2278         (OTHER_READWRITE_SECTIONS): Likewise
2280         * emulparams/armelf.sh (OTHER_RELOCATING_SECTIONS): Delete.
2281         (STACK_ADDR): Define.
2282         * emulparams/armelf_oabi.sh: As for armelf.sh.
2283         * emulparams/elf32mcore.sh: As for armelf.sh.
2284         * emulparams/h8300elf.sh: As for armelf.sh.
2285         * emulparams/mn10200.sh: As for armelf.sh.
2286         * emulparams/shelf.sh: As for armelf.sh.
2288         * emulparams/elf32fr30.sh (OTHER_RELOCATING_SECTIONS): Delete.
2289         (OTHER_END_SYMBOLS): Define.
2290         * emulparams/m32relf.sh: As for elf32fr30.sh.
2291         * emulparams/h8300helf.sh: As for elf32fr30.sh.
2292         * emulparams/h8300self.sh: As for elf32fr30.sh.
2294         * emulparams/criself.sh (OTHER_READONLY_SECTIONS): Protect symbol
2295         defines with RELOCATING test.
2296         (OTHER_SDATA_SECTIONS): Likewise.
2297         (OTHER_RELOCATING_SECTIONS): Delete, replacing with..
2298         (OTHER_END_SYMBOLS): ..this.
2299         * emulparams/crislinux.sh: As for criself.sh.
2301         * emulparams/elf32bmipn32.sh (OTHER_SDATA_SECTIONS): Zero vma
2302         if not relocating.
2303         (OTHER_RELOCATING_SECTIONS): Delete, replacing with..
2304         (OTHER_SECTIONS): ..this.  Zero vma if not relocating.  Order
2305         normal and linkonce sections as seen in input files.
2306         * emulparams/elf32bmip.sh (DATA_ADDR): Don't define if EMBEDDED.
2307         (TEXT_DYNAMIC): Likewise.
2308         (INITIAL_READONLY_SECTIONS): Zero vma if not relocating.
2309         (OTHER_SDATA_SECTIONS): Likewise.
2310         * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
2311         * emulparams/shlelf_linux.sh (OTHER_READWRITE_SECTIONS): Likewise.
2312         * emulparams/elf64alpha.sh (OTHER_READONLY_SECTIONS): Likewise.
2313         * emulparams/hppalinux.sh (OTHER_READONLY_SECTIONS): Likewise.
2314         * emulparams/elf64_aix.sh (OTHER_GOT_SECTIONS): Likewise.
2315         (OTHER_PLT_RELOC_SECTIONS): Likewise.
2316         (OTHER_READONLY_SECTIONS): Likewise.  Order normal and linkonce
2317         sections as seen in input files.
2318         * emulparams/elf64_ia64.sh: As for emulparams/elf64_aix.sh.
2319         * emulparams/hppa64linux.sh (OTHER_READONLY_SECTIONS): Zero vma
2320         if not relocating.
2321         (OTHER_READWRITE_SECTIONS, OTHER_BSS_SECTIONS): Likewise.
2322         (OTHER_BSS_END_SYMBOLS): Merge from elf64hppa.sh.
2323         * emulparams/elf64mmix.sh (OTHER_RELOCATING_SECTIONS): Delete.
2324         (OTHER_SECTIONS): Instead, use this..
2325         (OTHER_END_SYMBOLS): ..and this.
2327         * emulparams/elf32b4300.sh: Source elf32bmip.sh, remove duplicates.
2328         * emulparams/elf32bsmip.sh: Likewise.
2329         * emulparams/elf32btsmip.sh: Likewise.
2330         * emulparams/elf32ebmip.sh: Likewise.
2331         * emulparams/elf32lmip.sh: Likewise.
2332         * emulparams/elf32elmip.sh: Source elf32lmip.sh, remove duplicates.
2333         * emulparams/elf32lsmip.sh: Likewise.
2334         * emulparams/elf32ltsmip.sh: Source elf32btsmip.sh, remove duplicates.
2335         * emulparams/elf32l4300.sh: Source elf32b4300.sh, remove duplicates.
2336         * emulparams/elf64bmip.sh: Source elf32bmipn32.sh, remove duplicates.
2337         * emulparams/elf64btsmip.sh: Likewise.
2338         * emulparams/elf64ltsmip.sh: Source elf64btsmip.sh, remove duplicates.
2339         * emulparams/elf32lppc.sh: Source elf32ppc.sh, remove duplicates.
2340         * emulparams/elf32ppclinux.sh: Likewise.
2341         * emulparams/elf32ppcsim.sh: Likewise.
2342         * emulparams/elf32lppcsim.sh: Source elf32lppc.sh, remove duplicates.
2343         * emulparams/elf64hppa.sh: Source hppa64linux.sh, remove duplicates.
2344         * emulparams/h8300helf.sh: Source h8300elf.sh, remove duplicates.
2345         * emulparams/h8300self.sh: Likewise.
2346         * emulparams/mn10300.sh: Source mn10200.sh, remove duplicates.
2347         * emulparams/sh.sh: Comment.
2348         * emulparams/shl.sh: Source sh.sh, remove duplicates.
2349         * emulparams/shlelf.sh: Source shelf.sh, remove duplicates.
2350         * emulparams/shelf_linux.sh: Source shlelf_linux.sh, remove duplicates.
2352 2001-11-21  David Heine <dlheine@tensilica.com>
2353             Alan Modra  <amodra@bigpond.net.au>
2355         * ldlang.c (map_input_to_output_sections): Replace "break"
2356         accidentally removed with 2001-08-03 change.
2357         (lang_gc_sections_1): Likewise.
2359 2001-11-21  Alan Modra  <amodra@bigpond.net.au>
2361         * ldlang.c (walk_wild_section): Move sec == NULL case out of loop.
2363 2001-11-20  Angela Marie Thomas <angela@redhat.com>
2365         * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Use NULL instead
2366         of false when calling lang_size_sections.
2367         * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
2369 2001-11-15  Alan Modra  <amodra@bigpond.net.au>
2371         * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Only emit this
2372         function when LDEMUL_FINISH isn't set to the same name.  Don't
2373         call ${LDEMUL_FINISH}.
2374         (ld_${EMULATION_NAME}_emulation): Call $LDEMUL_FINISH if defined.
2375         * emultempl/armelf.em (arm_elf_finish): Call
2376         gld${EMULATION_NAME}_finish.
2377         * emultempl/hppaelf.em (hppaelf_finish): Rename to
2378         gld${EMULATION_NAME}_finish.  Call bfd_elf32_discard_info and
2379         hppaelf_layout_sections_again if necessary.
2380         (need_laying_out): New var.
2381         (hppaelf_layaout_sections_again): Rename to
2382         hppaelf_layout_sections_again.  Clear need_laying_out.
2383         (PARSE_AND_LIST_OPTIONS): Format text.
2385 2001-11-14  H.J. Lu  <hjl@gnu.org>
2387         * emultempl/armelf.em (arm_elf_finish): Renamed from
2388         gld${EMULATION_NAME}_finish.
2389         (LDEMUL_FINISH): Set to arm_elf_finish.
2391 2001-11-14  Daniel Jacobowitz  <drow@mvista.com>
2393         * emultempl/elf32.em (gld${EMULATION_NAME}_finish): New.
2394         (struct ld_emulation_xfer_struct): Use it.
2396 2001-11-13  Ross Alexander <ross.alexander@uk.neceur.com>
2398         * emulparams/elf64hppa.sh (OTHER_BSS_END_SYMBOLS): Add
2399         additional symbols referenced by newer crt0.o files from HP.
2401 2001-11-12  Anthony Green  <green@redhat.com>
2403         * emulparams/armelf.sh (DATA_START_SYMBOLS): New symbol.
2405 2001-11-12  Alfred M. Szmidt  <ams@kemisten.nu>
2407         * Makefile.am (GENSCRIPTS): Quote ${exec_prefix}.
2408         * Makefile.in: Regenerate.
2410 2001-11-02  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
2412         * ld.texinfo: Use @command for commands, @option for options.
2413         * Makefile.am (POD2MAN): Use 'GNU Development Tools' for
2414         the page man title.
2415         * Makefile.in: Rebuild.
2417 2001-11-04  Chris Demetriou  <cgd@broadcom.com>
2419         * configure.tgt (mips*el-*-netbsd*, mips*-*-netbsd*):
2420         Add support for targets.
2422 2001-11-02  Nick Clifton  <nickc@cambridge.redhat.com>
2424         * configure.in (ALL_LINGUAS): Add "fr" and "sv"
2425         * configure: Regernate.
2426         * po/fr.po: New file.
2427         * po/sv.po: New file.
2429 2001-11-01  NIIBE Yutaka  <gniibe@m17n.org>
2431         * configure.tgt (sh-*-linux): Set targ_emul, targ_extra_emuls
2432         as little endian default and to support big endian.
2434 2001-11-01  Chris Demetriou  <cgd@broadcom.com>
2436         * ld.texinfo (Options): Document new option, -nostdlib.
2437         * lexsup.c (OPTION_NOSTDLIB): New definition.
2438         (ld_options): Add entry for "nostdlib".
2439         (parse_args): Handle OPTIONS_NOSTDLIB.
2440         * ldfile.c (ldfile_add_library_path): Don't add directories
2441         to the search path if they weren't specified on the command line
2442         and -nostdlib was specified.
2443         * ld.h (ld_config_type): New member only_cmd_line_lib_dirs.
2445 2001-10-31  Nick Clifton  <nickc@cambridge.redhat.com>
2447         * lexsup.c (parse_args): Prevent infinite parsing loop when
2448         "-rpath.a" is specified on the command line.
2449         Replace calls to fprintf with calls to einfo.
2451 2001-10-31  John Marshall  <jmarshall@acm.org>
2453         * ld.texinfo: A historical requirement that MEMORY and SECTIONS
2454         appear only once across all the linker scripts involved in a link
2455         invocation no longer applies.  Make the documentation reflect
2456         that.
2458 2001-10-31  NIIBE Yutaka  <gniibe@m17n.org>
2460         * configure.tgt: Supports sh3/sh4/sh3eb/sh4eb-unknown-linux-gnu
2461         targets.
2462         (sh-*-linux*): Added targ_extra_libpath.
2464 2001-10-31  David Heine  <dlheine@tensilica.com>
2466         * ldlang.c (lang_size_sections): Keep a valid output_offset field
2467         for padding statements.
2469 2001-10-30  Hans-Peter Nilsson  <hp@bitrange.com>
2471         * configure.tgt (mmix-*-*): New target.
2472         * Makefile.am (ALL_EMULATIONS): Add eelf64mmix.o and emmo.o.
2473         Add dependencies to match.
2474         * emulparams/mmo.sh, emulparams/elf64mmix.sh, emultempl/mmo.em,
2475         emultempl/mmix-elfnmmo.em, emultempl/mmixelf.em,
2476         scripttempl/mmo.sc: New files.
2477         * gen-doc.texi: @set MMIX.
2478         * ld.texinfo: Ditto.
2479         [MMIX] Add MMIX node.
2480         * Makefile.in: Regenerate.
2482 2001-10-29  Kazu Hirata  <kazu@hxi.com>
2484         * ldlang.c: Fix a comment typo.
2486 2001-10-23  Alan Modra  <amodra@bigpond.net.au>
2488         * configure.host: Move alpha*-*-linux-gnu* entry to generic
2489         entries, and match *-*-linux*.
2491 2001-10-20  Alan Modra  <amodra@bigpond.net.au>
2493         * ldgram.y (mri_script_command): Surround processing of INCLUDE
2494         with ldlex_script, ldlex_popstate.
2495         (ifile_p1): Likewise.
2496         * ldlex.l (EOF): Don't BEGIN(SCRIPT).  Restore lineno from the
2497         correct slot.
2498         (lex_push_file): Save current lineno to lineno_stack.  Set lineno
2499         to 1.  Don't BEGIN(SCRIPT).
2500         (lex_redirect): Similarly.
2501         * ldmain.c (main): Set yydebug non-zero if YYDEBUG.
2503 2001-10-20  Nick Clifton  <nickc@cambridge.redhat.com>
2505         * scripttempl/armcoff.sc: Define __EH_FRAME_BEGIN__ and
2506         __EH_FRAME_END__ and accept eh frames into data section.
2507         Add ctor and dtor sections.
2509 2001-10-19  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
2511         * pe-dll.c (autofilter_objectlist): Add gcrt0.o.
2512         (auto-export): Fix indentation.
2514 2001-10-18  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
2516         * pe-dll.c (autofilter_objectlist):  Add startup objects
2517         for profiling.
2518         (auto-export): Constify char * p.
2519         Extract file basename and use strcmp rather than ststr
2520         for object lookup.
2522 2001-10-18  Chris Demetriou  <cgd@broadcom.com>
2524         * ldmain.c (get_emulation): Improve comment about the handling
2525         of -mipsN options.
2527 2001-10-17  Alan Modra  <amodra@bigpond.net.au>
2529         * po/POTFILES.in: Regenerate.
2531 2001-10-16  Vassili Karpov  <malc@pulsesoft.com>
2533         * emultempl/elf32.em (gld*_list_options): Remove extra '\t' from
2534         -z nocopyreloc and -z nocombreloc usage strings.
2536 2001-10-12  Vassili Karpov  <malc@pulsesoft.com>
2538         * emultempl/elf32.em (gld*_list_options): Include -z nocopyreloc
2539         in usage.
2541 2001-10-11  Aleksey Romanov <aromanov@ennovatenetworks.com>
2543         * scripttempl/armaout.sc: Place .bss section after end of aligned
2544         data section to match behaviour of aout code in constructrion of
2545         header.
2547 2001-10-11  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
2549         * pe-dll.c (autofilter_entry_type autofilter_liblist: Add
2550         startup files for mingw32 dlls to list.
2552 2001-10-10  Chris Demetriou  <cgd@broadcom.com>
2554         * emultempl/elf32.em: Fix shell 'if' usage for portability.
2556 2001-10-08  Aldy Hernandez  <aldyh@redhat.com>
2558         * configure.tgt (targ): Add arm9e-*-elf.
2560 2001-10-05  H.J. Lu  <hjl@gnu.org>
2562         * genscripts.sh: Fix a typo in the last change.
2564 2001-10-05  Jakub Jelinek  <jakub@redhat.com>
2566         * emultempl/elf32.em (gld_*_list_options): Include -z combreloc and
2567         -z nocombreloc in usage.
2569 2001-10-03  Jim Blandy  <jimb@redhat.com>
2571         * genscripts.sh: Include a comment at the top of each generated
2572         script, explaining its purpose.
2574 2001-10-03  Vassili Karpov  <malc@pulsesoft.com>
2576         * emultempl/elf32.em (parse_args): Handle -z nocopyreloc.
2577         * NEWS: Mention -z nocopyreloc.
2578         * ld.texinfo (Options): Describe nocopyreloc.
2580 2001-10-03  Alan Modra  <amodra@bigpond.net.au>
2582         * configure: Regenerate.
2584 2001-10-02  Alan Modra  <amodra@bigpond.net.au>
2586         * ldver.h (ld_program_version): Remove declaration.
2587         * lexsup.c (parse_args): Move printing of copyright message..
2588         * ldver.c (ldversion): .. to here.
2589         Use BFD_VERSION_STRING in place of BFD_VERSION.
2590         (ld_program_version): Remove.
2591         * Makefile.am (Makefile): Depend on bfd/configure.in.
2592         Run "make dep-am".
2593         * Makefile.in: Regenerate.
2595 2001-09-30  Hans-Peter Nilsson  <hp@bitrange.com>
2597         * Makefile.am: Update dependencies with "make dep-am".
2598         * Makefile.in: Regenerate.
2600 2001-09-29  John Reiser  <jreiser@BitWagon.com>
2602         * ldlang.c (lang_common): Conditionally inhibit Common allocation.
2603         * lexsup.c: Add --no-define-common commandline option.
2604         * ldgram.y: Add INHIBIT_COMMON_ALLOCATION script command.
2605         * ldlex.l: Likewise.
2606         * ld.h: Add command_line.inhibit_common_definition.
2607         * ldmain.c (main): Initialize.
2608         * ld.texinfo: Document.
2610 2001-09-29  Alan Modra  <amodra@bigpond.net.au>
2612         * ldlang.c (section_already_linked): Remove assignment to kept_section.
2614 2001-09-26  Alan Modra  <amodra@bigpond.net.au>
2616         * ldmisc.c (USE_STDARG): Remove.
2617         (info_msg): Define using VPARAMS, VA_OPEN, VA_FIXEDARG, VA_CLOSE.
2618         (einfo): Likewise.
2619         (minfo): Likewise.
2620         (lfinfo): Likewise.
2622         * ldmisc.h: Remove #ifdef ANSI_PROTOTYPES and non-ansi
2623         declarations.  Update copyright.
2625 2001-09-24  Charles Wilson  <cwilson@ece.gatech.edu>
2627         * pe-dll.c: Remove obsoleted declaration of
2628         pe_get_data_import_dll_name.
2629         (pe_create_import_fixup): Fix thinko.
2631         * ld.texinfo(enable-auto-import): Clarify the explanation.
2633 2001-09-24  Nick Clifton  <nickc@cambridge.redhat.com>
2635         * pe-dll.c (pe_create_import_fixup): Revert previous patch.
2636         * emultemp/pe.em (pe_data_import_dll): Move definition outside of
2637         DLL_SUPPORT controlled code.
2639 2001-09-24  Charles Wilson  <cwilson@ece.gatech.edu>
2641         * emultempl/pe.em(pe_data_import_dll): Make static.
2642         (pe_get_data_import_dll_name): New accessor function.
2643         * pe-dll.c(pe_create_import_fixup): call
2644         pe_get_data_import_dll_name() from pe.em, instead of
2645         directly accessing pe_data_import_dll variable from pe.em.
2647 2001-09-18  Bruno Haible  <haible@clisp.cons.org>
2649         * deffilep.y: Include "safe-ctype.h" instead of <ctype.h>.
2650         (def_file_add_directive): Use ISSPACE instead of isspace.
2651         (def_lex): Use ISDIGIT/ISXDIGIT/ISALPHA/ISALNUM instead of
2652         isdigit/isxdigit/isalpha/isalnum.
2653         * emultempl/aix.em: Include "safe-ctype.h" instead of <ctype.h>.
2654         (gld${EMULATION_NAME}_read_file): Use ISSPACE instead of isspace.
2655         * emultempl/elf32.em: Include "safe-ctype.h" instead of <ctype.h>.
2656         (gld${EMULATION_NAME}_place_orphan): Use ISALNUM instead of
2657         isalnum.
2658         * emultempl/gld960c.em: Include "safe-ctype.h" instead of <ctype.h>.
2659         (gld960_set_output_arch): Use ISUPPER/TOLOWER instead of
2660         isupper/tolower.
2661         * emultempl/sunos.em: Include "safe-ctype.h" instead of <ctype.h>.
2662         (gld${EMULATION_NAME}_search_dir): Use ISDIGIT instead of isdigit.
2663         * ldctor.c: Include "safe-ctype.h" instead of <ctype.h>.
2664         (ctor_prio): Use ISDIGIT instead of isdigit.
2665         * ldfile.c: Include "safe-ctype.h" instead of <ctype.h>.
2666         (ldfile_open_file_search): Use ISALPHA instead of isalpha.
2667         (ldfile_add_arch): Use ISUPPER/TOLOWER instead of
2668         isupper/tolower.
2669         * ldlang.c: Include "safe-ctype.h" instead of <ctype.h>.
2670         (stricpy): Use TOLOWER instead of isupper/tolower.
2671         (lang_leave_overlay_section): Use ISALNUM instead of isalnum.
2672         * ldlex.l: Include "safe-ctype.h" instead of <ctype.h>.
2673         (lex_warn_invalid): Use ISPRINT instead of isprint.
2674         * ldmain.c: Include "safe-ctype.h" instead of <ctype.h>.
2675         (main): For gettext, also set the LC_CTYPE locate facet.
2676         (add_keepsyms_file): Use ISSPACE instead of isspace.
2677         * lexsup.c: Include "safe-ctype.h" instead of <ctype.h>.
2678         (is_num, parse_args): Use ISDIGIT instead of isdigit.
2679         * mpw-elfmips.c: Include "safe-ctype.h" instead of <ctype.h>.
2680         (gldelf32ebmip_place_orphan): Use ISALNUM instead of isalnum.
2681         * mpw-eppcmac.c: Include "safe-ctype.h" instead of <ctype.h>.
2682         (gldppcmacos_read_file): Use ISSPACE instead of isspace.
2683         * pe-dll.c: Include "safe-ctype.h" instead of <ctype.h>.
2684         (quoteput): Use ISSPACE instead of isspace.
2685         (pe_dll_generate_implib, pe_process_import_defs): Use ISALNUM
2686         instead of isalnum.
2688 2001-09-18  Alan Modra  <amodra@bigpond.net.au>
2690         * deffilep.y (def_stash_module): Constify "name" param.
2692         * pe-dll.c: Replace CONST with const throughout.
2693         (quick_symbol): Constify "n1", "n2", "n3" params.
2694         (make_singleton_name_thunk): Constify "import" param.  Make
2695         "buffer_len" a size_t.
2696         (make_import_fixup_entry): Constify "name", "fixup_name",
2697         "dll_symname" params.
2698         (pe_get16): Cast args of bfd_seek.  Replace bfd_read with bfd_bread.
2699         (pe_get32): Likewise.
2700         (pe_implied_import_dll): Likewise.
2702         * emultempl/beos.em (sort_by_file_name): Constify "ra", "rb".
2703         (sort_by_section_name): Likewise.
2705         * emultempl/pe.em: Move defines for arm_epoc_pe before bfd.h included.
2706         (make_import_fixup): Cast printf arg, rel->address to long rather
2707         than int.
2708         (gld_${EMULATION_NAME}_after_open): Don't compare NULL against int.
2710 2001-09-15  Alan Modra  <amodra@bigpond.net.au>
2712         * ldmain.c (main): Rename BufferSize to ld_bufsz because HPUX
2713         defines BufferSize.  Increase buffer size by one.
2715 2001-09-14  Ralf Habacker <Ralf.Habacker@freenet.de>
2717         * pe-dll.c (pe_walk_relocs_of_symbol): Fix memory leak.
2719 2001-09-14  Kevin Lo <kevlo@openbsd.org>
2721         * configure.tgt: Add arm-openbsd target.
2723 2001-09-12  H.J. Lu  <hjl@gnu.org>
2725         * Makefile.am (ALL_EMULATIONS): Move eelf64ppc.o and
2726         eelf64lppc.o to ...
2727         (ALL_64_EMULATIONS): Here.
2728         * Makefile.in: Regenerated.
2730 2001-09-12  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
2732         * emultempl/pe.em(make_import_fixup): change signature to
2733         take asection as well as arelec; we need this for proper
2734         error reporting.  Only call pe_create_import_fixup() if
2735         there is no attempt to add a constant addend to the reloc;
2736         otherwise, report error condition.
2737         * pe-dll.c(pe_walk_relocs_of_symbol): change signature,
2738         since final argument is a pointer to make_import_fixup().
2739         Change call to cb() to match make_import_fixup() signature.
2740         (make_import_fixup_mark): make buffer_len unsigned.
2741         * pe-dll.h: change signature of pe_walk_relocs_of_symbol.
2743 2001-09-12  Charles Wilson  <cwilson@ece.gatech.edu>
2745         * ld.texinfo: add verbose documentation for auto-import
2746         direct-addressing workaround, to compliment the terse
2747         error message.
2749 2001-09-12  Andrew MacLeod  <amacleod@redhat.com>
2751         * scripttempl/v850.sc: Add gcc_except_table sections.
2753 2001-09-11  Jeffrey A Law  (law@cygnus.com)
2755         * emulparams/h8300helf.sh: Move stack to a much higher memory address.
2756         * emulparams/h8300self.sh: Similarly.
2758 2001-09-05 Danny Smith <dannysmith@users.souceforge.net>
2760         * ld.texinfo (Options, --stack): Correct default value for stack
2761         reserve.
2763 2001-09-05  Tom Rix <trix@redhat.com>
2765         * emultempl/aix.em : Handle import file XMC_XO and syscall symbols.
2767 2001-09-03  Andreas Jaeger  <aj@suse.de>
2769         * emultempl/beos.em: Declare prototypes for comparions functions,
2770         adjust definitions.
2772 2001-09-02  Andreas Jaeger  <aj@suse.de>
2774         * emultempl/aix.em: Add missing prototype.
2775         * emultempl/lnk960.em: Likewise.
2776         * emultempl/vanilla.em: Likewise.
2777         * emultempl/armcoff.em: Likewise.
2778         * emultempl/armelf_oabi.em: Likewise.
2779         * emultempl/beos.em: Likewise.
2780         * emultempl/gld960c.em: Likewise.
2781         * emultempl/gld960.em: Likewise.
2783         * emulparams/elf64alpha.sh (PARSE_AND_LIST_PROLOGUE): Add parameter
2784         for prototype declaration.
2786 2001-08-31  Eric Christopher  <echristo@redhat.com>
2787             Jason Eckhardt  <jle@redhat.com>
2789         * ldmain.c (get_emulation): Add support for -mips32 and -mips64.
2791 2001-08-31  Andreas Jaeger  <aj@suse.de>
2793         * emultempl/pe.em: Add missing prototypes.
2794         (gld_${EMULATION_NAME}_after_open): Remove extra args to
2795         pe_find_data_imports.
2796         (pr_sym): Add unused attribute.
2798 2001-08-29  Joel Sherrill <joel@OARcorp.com>
2800         * configure.tgt (i[3456]86-*-rtems*, m68*-*-rtems*): Change
2801         default from coff to elf.
2803 2001-08-29  Jeff Law <law@redhat.com>
2805         * emulparams/h8300helf.sh: Resync with h8300elf.sh.  Update
2806         ARCH specification.
2807         * emulparams/h8300self.sh: Similarly.
2809 2001-08-28  J"orn Rennecke <amylaar@redhat.com>
2811         * Makefile.am (ALL_EMULATIONS): Add eh8300elf.o, eh8300elf.o and
2812         eh8300self.o .
2813         (eh8300elf.c, eh8300helf.c, eh8300self.c): New targets.
2814         * configure.tgt (h8300-*-elf*): New case.
2815         * emulparams/h8300elf.sh, emulparams/h8300helf.sh: New files.
2816         * emulparams/h8300self.sh: New file.
2817         * Makefile.in: Regenerated.
2819 2001-08-28  Nick Clifton  <nickc@cambridge.redhat.com>
2821         * ldmain.c (main): Rename BSIZE to BufferSize to avoid collision
2822         with macro name.
2824 2001-08-27  Linus Nordberg  <linus@swox.com>
2825             Alan Modra  <amodra@bigpond.net.au>
2827         * Makefile.am (ALL_EMULATIONS): Add eelf64ppc.o and eelf64lppc.o.
2828         (eelf64ppc.c, eelf64lppc.c): Add make targets.
2829         Run "make dep-am"
2830         * Makefile.in: Regenerate.
2831         * configure.tgt: Add powerpc64 support.  Move pdp11, pjl, pj
2832         entries to correct alphabetical position.
2833         * emulparams/elf64ppc.sh: New.
2834         * emulparams/elf64lppc.sh: New.
2836 2001-08-27  Nick Clifton  <nickc@cambridge.redhat.com>
2838         * ldmain.c (main): Declare BSIZE as static.
2840 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
2842         * emultempl/elf32.em (place_orphan): Place orphan .rel* sections
2843         into .rel.dyn resp. .rela.dyn if combreloc.
2844         (get_script): If .x linker script is equal to .xn, only put it
2845         once into the binary.
2846         Add .xc and .xsc scripts.
2847         (parse_args): Handle -z combreloc and -z nocombreloc.
2848         * scripttempl/elf.sc (.rela.sbss): Fix a typo.
2849         For .xc and .xsc scripts put all .rel* or .rela* input sections
2850         but .rel*.plt and PLT-like sections into .rel.dyn resp. .rela.dyn.
2851         * genscripts.sh (GENERATE_COMBRELOC_SCRIPT): Set if SCRIPT_NAME
2852         is elf.
2853         Strip trailing whitespace from script.
2854         Generate .xc and .xsc scripts if requested.
2855         * ldmain.c (main): Initialize link_info.combreloc and
2856         link_info.spare_dynamic_tags.
2857         * lexsup.c (OPTION_SPARE_DYNAMIC_TAGS): Define.
2858         (ld_options): Add --spare-dynamic-tags option.
2859         (parse_args): Likewise.
2860         * ld.texinfo: Document -z combreloc and -z nocombreloc.
2861         * ldint.texinfo: Document .xc and .xsc linker scripts.
2862         * NEWS: Add notes about -z combreloc and SHF_MERGE.
2864 2001-08-22  H.J. Lu  <hjl@gnu.org>
2866         * emulparams/elf32fr30.sh: Add a newline.
2868 2001-08-21  Andreas Jaeger  <aj@suse.de>
2870         * deffilep.y: Add missing prototypes.
2871         * pe-dll.c: Likewise.
2873 2001-08-20  Alan Modra  <amodra@bigpond.net.au>
2875         * ldlang.c (insert_pad): Fix typos in last patch.
2877         * ldlang.c: When traversing lang_statement_union_type lists,
2878         consistently use "header.next" rather than "next".
2879         * mpw-eppcmac.c: Likewise.
2880         * emultempl/beos.em: Likewise.
2881         * emultempl/hppaelf.em: Likewise.
2882         * emultempl/pe.em: Likewise.
2883         * ldlang.h (union lang_statement_union): Remove "next" field.
2885         * ldlang.c (insert_pad): Use offsetof macro.
2886         (lang_size_sections): Always neuter padding statements.
2887         * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Delete.
2889         * pe-dll.c (pe_dll_fill_sections): Correct type of "relax" param
2890         passed to lang_size_sections.
2891         (pe_exe_fill_sections): Likewise.
2892         * emultempl/pe.em (output_prev_sec_find): Copied from elf32.em.
2893         (gld_${EMULATION_NAME}_place_orphan): Merge from elf32.em.
2895 2001-08-18  Alan Modra  <amodra@bigpond.net.au>
2897         * emultempl/aix.em: Formatting fixes.
2899 2001-08-18  Alan Modra  <amodra@bigpond.net.au>
2901         * ldlang.c (insert_pad): Make use of an existing pad statement if
2902         available.  Move code calculating alignment, adjusting section
2903         alignment power, and adjusting dot to ..
2904         (size_input_section): .. here.  Remove unused relax param.
2905         (lang_size_sections): Change boolean `relax' param to boolean *.
2906         Adjust call to size_input_section.  Make use of insert_pad to
2907         place pad after the assignment statement.  If relaxing, zap
2908         padding statements.
2909         (reset_memory_regions): Reset output_bfd section sizes too.
2910         (relax_again): Move to..
2911         (lang_process): ..here.  Adjust call to lang_size_sections, and
2912         remove duplicated code.
2913         * ldlang.h (lang_size_sections): Change `relax' param to boolean *.
2915 2001-08-17  Alan Modra  <amodra@bigpond.net.au>
2917         * ld.texinfo: Document that fill values now use the four least
2918         significant bytes.
2919         * emulparams/elf32fr30.sh (NOP): Update.
2920         * emulparams/elf32mcore.sh: Likewise.
2921         * emulparams/elf64_s390.sh: Likewise.
2922         * emulparams/elf_i386.sh: Likewise.
2923         * emulparams/elf_i386_be.sh: Likewise.
2924         * emulparams/elf_i386_chaos.sh: Likewise.
2925         * emulparams/elf_i386_ldso.sh: Likewise.
2926         * emulparams/elf_s390.sh: Likewise.
2927         * emulparams/elf_x86_64.sh: Likewise.
2928         * emulparams/i386moss.sh: Likewise.
2929         * emulparams/i386nw.sh: Likewise.
2930         * emulparams/m68kelf.sh: Likewise.
2931         * scripttempl/elf.sc: Update NOP comment.
2932         * scripttempl/elfi370.sc: Likewise.
2933         * scripttempl/elfm68hc11.sc: Likewise.
2934         * scripttempl/elfm68hc12.sc: Likewise.
2935         * scripttempl/nw.sc: Likewise.
2937 2001-08-15  Tom Rix <trix@redhat.com>
2939         * ldgram.y (saved_script_handle): Initialize to NULL.
2940         * ldmain.c (main): Change check on saved_script_handle.
2942 2001-08-14  Alan Modra  <amodra@bigpond.net.au>
2944         * emultempl/elf32.em: Formatting fixes.
2945         (output_prev_sec_find): Test for bfd_ind_section too;  do so by
2946         looking at sec->owner.
2947         (output_rel_find): Move function inside LDEMUL_PLACE_ORPHAN test.
2948         (gld${EMULATION_NAME}_place_orphan): Add a few comments.  Remove
2949         unused code, and reorganize orphan section placement code.
2951         * ldlang.c (wild_doit): Rename to lang_add_section.
2952         * ldlang.h: Here too.
2953         * mpw-elfmips.c: And here.
2954         * emultempl/beos.em: And here.
2955         * emultempl/elf32.em: And here.
2956         * emultempl/hppaelf.em: And here.
2957         * emultempl/pe.em: And here.
2959 2001-08-13  Richard Henderson  <rth@redhat.com>
2961         * emultempl/needrelax.em: New file.
2962         * emulparams/elf64_ia64.sh (EXTRA_EM_FILE): Reference it.
2963         * Makefile.am (eelf64_ia64.c): Depend on it.
2964         * Makefile.in: Rebuild.
2966 2001-08-13  Alan Modra  <amodra@bigpond.net.au>
2968         * emultempl/elf32.em: For SEC_EXCLUDE sections, ensure that
2969         output_section is set non-NULL.
2971         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Return
2972         `true' for SEC_EXCLUDE sections so that the generic code doesn't
2973         needlessly create an output_section_statement.  Treat a correctly
2974         named output_section_statement with NULL bfd_section as compatible.
2976 2001-08-13  Hans-Peter Nilsson  <hp@bitrange.com>
2978         * emultempl/generic.em: Support EXTRA_EM_FILE.
2979         (ld_${EMULATION_NAME}_emulation): Support emulation parameters
2980         LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
2981         LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
2982         LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
2983         LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
2984         LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
2985         LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
2986         LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
2987         LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
2988         LDEMUL_FIND_POTENTIAL_LIBRARIES.
2990 2001-08-12  Richard Henderson  <rth@redhat.com>
2992         * scripttempl/elf.sc, scripttempl/elfd30v.sc,
2993         scripttempl/elfm68hc11.sc, scripttempl/elfm68hc12.sc,
2994         scripttempl/v850.sc: Keep .jcr data.
2996 2001-08-12  H.J. Lu  <hjl@gnu.org>
2997             Andrew Haley  <aph@cambridge.redhat.com>
2998             Nick Clifton  <nickc@redhat.com>
3000         * ldgram.y (had_script): Change name to saved_script_handle.
3001         Change type to file handle.
3002         * ld.h (had_script): Rename and retype.
3003         * ldfile.c (ldfile_open_command_file): Save the file handle
3004         used in saved_script_handle.
3005         * lexsup.c (parse_args): Do not allow -c option to alter
3006         saved_script_handle.
3007         * ldmain.c (main): Print out the linker script used if
3008         --verbose is given.  Check saved_script_handle to obtain the
3009         external linker script used, or if NULL, dump the builtin
3010         script.
3011         * ld.texinfo: Document that --verbose now dumps the linker
3012         script used, regardless of whether it was an internal or an
3013         external script.
3015 2001-08-10  Andreas Jaeger  <aj@suse.de>
3017         * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
3018         to build warnings.
3019         * configure: Regenerate.
3021 2001-08-09  Alan Modra  <amodra@bigpond.net.au>
3023         * emultempl/elf32.em (output_prev_sec_find): Add missing prototype.
3025         * scripttempl/elf.sc: Move non-text .dynamic section before
3026         .plt/.got/.sdata* group.
3027         (OTHER_GOT_SECTIONS): Move to immediately after .got.
3028         (OTHER_SDATA_SECTIONS): Add.
3029         * emulparams/criself.sh: Use OTHER_SDATA_SECTIONS rather than
3030         OTHER_GOT_SECTIONS.
3031         * emulparams/crislinux.sh: Likewise.
3032         * emulparams/elf32b4300.sh: Likewise.
3033         * emulparams/elf32bmip.sh: Likewise.
3034         * emulparams/elf32bmipn32.sh: Likewise.
3035         * emulparams/elf32bsmip.sh: Likewise.
3036         * emulparams/elf32btsmip.sh: Likewise.
3037         * emulparams/elf32ebmip.sh: Likewise.
3038         * emulparams/elf32elmip.sh: Likewise.
3039         * emulparams/elf32l4300.sh: Likewise.
3040         * emulparams/elf32lmip.sh: Likewise.
3041         * emulparams/elf32lsmip.sh: Likewise.
3042         * emulparams/elf32ltsmip.sh: Likewise.
3043         * emulparams/elf64bmip.sh: Likewise.
3044         * emulparams/elf64btsmip.sh: Likewise.
3045         * emulparams/elf64ltsmip.sh: Likewise.
3047 2001-08-08  Alan Modra  <amodra@bigpond.net.au>
3049         * genscripts.sh: Source the emulparams script before each output
3050         script is generated so that variables like `RELOCATING' may affect
3051         variables defined in the emulparams script.
3053 2001-08-04  Alan Modra  <amodra@bigpond.net.au>
3055         * emultempl/aix.em: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this
3056         order.
3058         * emultempl/beos.em (sort_sections): Modify for 2001-08-03 change,
3059         ie. iterate over wild_statement.section_list.
3060         (gld${EMULATION_NAME}_place_orphan): Likewise.
3062 2001-08-03  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
3064         * scripttempl/elfm68hc12.sc (FINISH_CODE, FINISH_RELOC): New to handle
3065         .fini[0-4] sections used by _exit
3066         (CTOR, DTOR): Export ctor/dtor symbols; move them to ROM.
3067         (*.text,*.data,*.bss): Take into account .text.*, .data.*, .bss.*.
3068         * scripttempl/elfm68hc11.sc: Likewise.
3070 2001-08-03  H.J. Lu  <hjl@gnu.org>
3072         * emultempl/beos.em (init): Add the missing initialization.
3074 2001-08-03  Alan Modra  <amodra@bigpond.net.au>
3076         * ld.texinfo (Input Section Basics): Clarify ordering of output
3077         sections.
3078         * ldlang.c (callback_t): Add wildcard_list param.
3079         (walk_wild_section): Remove "section" param.  Rewrite for
3080         lang_wild_statement_type change.  Remove unique_section_p test.
3081         (walk_wild_file): Remove "section" param.
3082         (walk_wild): Remove "section" and "file" params.
3083         (lang_gc_wild): Likewise.
3084         (wild): Likewise.  Modify for lang_wild_statement_type change.
3085         (wild_sort): Likewise.  Add "sec" param.
3086         (gc_section_callback): Likewise.
3087         (output_section_callback): Likewise.  Do unique_section_p test.
3088         (map_input_to_output_sections): Modify call to wild.
3089         (lang_gc_sections_1): Likewise.
3090         (print_wild_statement): Modify for lang_wild_statement_type
3091         change.
3092         (lang_add_wild): Replace filename, filenames_sorted param with
3093         filespec.  Replace section_name, sections_sorted,
3094         exclude_filename_list with section_list.
3095         * ldlang.h (lang_add_wild): Here too.
3096         (lang_wild_statement_type): Replace section_name, sections_sorted,
3097         and exclude_filename_list with section_list.
3098         * ldgram.y (current_file): Delete.
3099         (%union): Add wildcard_list.
3100         (file_NAME_list): Set type to wildcard_list.  Build a linked list
3101         rather than calling lang_add_wild for each entry.
3102         (input_section_spec_no_keep): Call lang_add_wild here instead.
3103         * ld.h (struct wildcard_list): Declare.
3104         * mri.c (mri_draw_tree): Modify to suit new lang_add_wild.
3106 2001-08-02  Charles Wilson  <cwilson@ece.gatech.edu>
3108         * ldmain.c (main): initialize link_info.pei386_auto_import
3109         * pe-dll.c: new tables for auto-export filtering
3110         (auto_export): change API, pass abfd for contextual filtering.
3111         Loop thru tables of excluded symbols instead of comparing
3112         "by hand".
3114 2001-08-02  Paul Sokolovsky  <paul.sokolovsky@technologist.com>
3116         * pe-dll.c: new variable pe_dll_enable_extra_debug. New
3117         static variable current_sec (static struct sec *). Add
3118         forward declaration for add_bfd_to_link.
3119         (process_def_file): Don't export undefined symbols. Do not
3120         export symbols starting with  "_imp__".  Call auto_export()
3121         with new API.
3122         (pe_walk_relocs_of_symbol): New function.
3123         (generate_reloc): add optional extra debugging
3124         (pe_dll_generate_def_file): eliminate extraneous initial blank
3125         line in output
3126         (make_one): enlarge symtab to make room for __nm__ symbols
3127         (DATA auto-import support).
3128         (make_singleton_name_thunk): New function.
3129         (make_import_fixup_mark): New function.
3130         (make_import_fixup_entry): New function.
3131         (pe_create_import_fixup): New function.
3132         (add_bfd_to_link): Specify that 'name' argument is a CONST
3133         char *.
3134         * pe-dll.h: declare new variable pe_dll_extra_pe_debug;
3135         declare new functions pe_walk_relocs_of_symbol and
3136         pe_create_import_fixup.
3137         * emultempl/pe.em: add new options --enable-auto-import,
3138         --disable-auto-import, and --enable-extra-pe-debug.
3139         (make_import_fixup): New function.
3140         (pe_find_data_imports): New function.
3141         (pr_sym): New function.
3142         (gld_${EMULATION_NAME}_after_open): Add optional extra pe
3143         debugging. Call pe_find_data_imports.  Mark .idata as DATA, not
3144         CODE.
3146 2001-08-02  Charles Wilson  <cwilson@ece.gatech.edu>
3148         * ld.texinfo: add additional documentation for
3149         --export-all-symbols.  Document --out-implib,
3150         --enable-auto-image-base, --disable-auto-image-base,
3151         --dll-search-prefix, --enable-auto-import, and
3152         --disable-auto-import.
3153         * ldint.texinfo: Add detailed documentation on auto-import
3154         implementation.
3156 2001-07-30  Nick Clifton  <nickc@cambridge.redhat.com>
3158         * ld.texinfo (Simple Assignments): Fix computation in SECTIONS
3159         example.
3161 2001-07-24  Alan Modra  <amodra@bigpond.net.au>
3163         * Makefile.am: Update dependencies with "make dep-am".
3164         * Makefile.in: Regenerate
3166 2001-07-23  Alan Modra  <amodra@bigpond.net.au>
3168         * ldcref.c (check_section_sym_xref): New function.
3169         (check_nocrossrefs): Call it.
3170         (check_nocrossref): Interate over h->refs here instead of..
3171         (check_refs): ..here.  Pass in the symbol name, section, and bfd
3172         rather than hash_entry pointers.
3173         (struct check_refs_info): Keep symbol name rather than hash entry.
3174         Remove "same".
3175         (check_reloc_refs): Tweak for above changes in check_refs_info.
3176         Only report references to section syms when symname is NULL to
3177         prevent duplicate messages for the same reloc.
3179 2001-07-19  Nick Clifton  <nickc@cambridge.redhat.com>
3181         * ldexp.c (exp_print_tree): Use stderr if config.map_file is not
3182         available.  Do not print NULL trees.
3183         (exp_print_token): Print unknown tokens with values > 126 as
3184         decimal values not ASCII characters.
3186         * ldlang.c (lang_leave_overlay): If a region is specified assign
3187         it to all sections inside the overlay unless they have been
3188         assigned to the own, non-default, memory region.
3190         * README: Add header for consistency with other README files.
3192 2001-07-14  H.J. Lu  <hjl@gnu.org>
3194         * emultempl/elf32.em (output_prev_sec_find): Never return
3195         bfd_abs_section_ptr, bfd_com_section_ptr nor
3196         bfd_und_section_ptr.
3198 2001-07-14  Nick Clifton  <nickc@cambridge.redhat.com>
3200         * Makefile.am (em32relf.c): Change dependency from generic.em to
3201         elf32.em.
3202         * Makefile.in: Regenerate.
3204 2001-07-14  matthew green  <mrg@eterna.com.au>
3206         * configure.tgt (i386-*-netbsdelf*): New target.
3207         (i386-*-netbsd*): Set targ_extra_emuls to `elf_i386'
3209 2001-07-13  Jakub Jelinek  <jakub@redhat.com>
3211         * emultempl/elf32.em (output_prev_sec_find): New.
3212         (place_orphan): Use it.
3214 2001-07-11  H.J. Lu  <hjl@gnu.org>
3216         * ldmain.c (main): Fix typos in the last change.
3218 2001-07-11  Jakub Jelinek  <jakub@redhat.com>
3220         * ldmain.c (main): Disallow -F and -f without -shared.
3222 2001-07-11  Nick Clifton  <nickc@cambridge.redhat.com>
3224         * emultempl/pe.em (after_open): Check for the output_bfd not
3225         having any coff_data structure allocated to it.
3227 2001-07-09  David O'Brien  <obrien@FreeBSD.org>
3229         * emultempl/elf32.em: Do not assuming that contents of the buffer
3230         returned from basename function will remain unchanged accross other
3231         function calls.
3233 2001-07-03  H.J. Lu  <hjl@gnu.org>
3235         * scripttempl/elf.sc (DYNAMIC_PAD): Revert the change made on
3236         2001-07-03. It creates dynamic entries even for static binaries.
3238 2001-07-03  Jakub Jelinek  <jakub@redhat.com>
3240         * scripttempl/elf.sc (DYNAMIC_PAD): New variable.
3241         (DYNAMIC): Use it to reserve few dynamic entries for
3242         post-linking tools.
3244 2001-06-27  Alan Modra  <amodra@bigpond.net.au>
3246         * emulparams/hppa64linux.sh: New file.
3247         * configure.tgt: hppa*64*-*-linux* uses hppa64linux.sh
3248         * Makefile.am (ALL_64_EMULATIONS): Add ehppa64linux.o
3249         (ehppa64linux.c): Add rule to make it.
3250         Run "make dep-am".
3251         * Makefile.in: Regenerate.
3253 2001-06-21  Hans-Peter Nilsson  <hp@axis.com>
3255         * ld.texinfo (Options, -r): Mention restrictions when using
3256         different object formats.
3258 2001-06-19  Hans-Peter Nilsson  <hp@axis.com>
3260         * ldlang.c (lang_check): Emit fatal error if relocatable link
3261         between different object flavours with relocations in input.
3263 2001-06-19  H.J. Lu  <hjl@gnu.org>
3265         * ld.texinfo (-E, --export-dynamic): Mention --version-script.
3266         (--version-script): Mention the language support.
3268 2001-06-19  H.J. Lu <hjl@gnu.org>
3270         * ldlang.c (lang_check): Revert the change mode on 2001-06-15.
3272 2001-06-18  H.J. Lu <hjl@gnu.org>
3274         * Makefile.am (ld.1): Remove the prefix `$(srcdir)/'.
3275         (diststuff): Add $(MANS).
3276         * Makefile.in: Regenerated.
3278         * ld.1: Removed.
3280 2001-06-18  Hans-Peter Nilsson  <hp@axis.com>
3282         * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
3283         Update for API change in bfd_elf${ELFSIZE}_size_dynamic_sections.
3284         * mpw-elfmips.c (gldelf32ebmip_before_allocation): Ditto.
3285         * ld.h (args_type): Remove member export_dynamic.  All users
3286         changed to use struct bfd_link_info member.
3288         * Makefile.am (ecriself.c, ed10velf.c, ei386moss.c): Depend on
3289         $(srcdir)/emultempl/elf32.em, not $(srcdir)/emultempl/generic.em.
3290         * Makefile.in: Regenerate.
3292 2001-06-18  H.J. Lu  <hjl@gnu.org>
3294         * ldlang.c (init_os): Add the newline to the einfo call.
3295         (lang_check): Likewise.
3296         (lang_do_version_exports_section): Likewise.
3298 2001-06-15  H.J. Lu  <hjl@gnu.org>
3300         * lexsup.c (parse_args); Save optind to report unrecognized
3301         option.
3303 2001-06-15  Hans-Peter Nilsson  <hp@axis.com>
3305         * ldlang.c (lang_check): Emit fatal error if relocatable link
3306         between different object flavours.
3308         * lexsup.c (parse_args) <case OPTION_EXPORT_DYNAMIC, case 'E'>:
3309         Set new link_info member export_dynamic.
3310         * ldmain.c (main): Initialize new link_info member export_dynamic.
3312 2001-06-12  Nick Clifton  <nickc@cambridge.redhat.com>
3314         * ldlang.c (walk_wild): Only call walk_wild_file if
3315         lookup_name returns something.
3316         (lookup_name): If load_symbols fails, return NULL.
3317         (load_symbols): Change to a boolean function.
3318         (open_input_bfds): If load_symbols fails then do not make the
3319         executable.
3321 2001-06-08  Alan Modra  <amodra@bigpond.net.au>
3323         * ldlang.c (record_bfd_errors): Remove.
3325         * emultempl/aix.em: Fix copyright dates.
3327 2001-06-07  Andreas Jaeger  <aj@suse.de>
3329         * elf_x86_64.sh (NONPAGED_TEXT_START_ADDR): Increase.
3330         (TEXT_START_ADDR): Likewise.
3332 2001-06-06  Martin Schwidefsky <schwidefsky@de.ibm.com>
3334         * configure.host: Set HOSTING_CRT0/HOSTING_LIBS correctly for s/390.
3336 2001-06-05  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
3338         * emultempl/pe.em (init): Reduce default stack reserve to 0x200000.
3340 2001-05-31  H.J. Lu  <hjl@gnu.org>
3342         * ldlang.c (open_input_bfds): Don't change the bfd error
3343         handler whilst loading symbols.
3345 2001-05-28  Nick Clifton  <nickc@cambridge.redhat.com>
3347         * configure.tgt: Remove i370-mvs architecture, it is not currently
3348         supported.
3350 2001-05-25  H.J. Lu  <hjl@gnu.org>
3352         * emulparams/ppcmacos.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
3353         like emulparams/aixppc.sh.
3355 2001-05-25  H.J. Lu  <hjl@gnu.org>
3357         * emultempl/beos.em (gld${EMULATION_NAME}_before_parse): Move
3358         setting of output_filename after bfd_scan_arch.
3359         * emultempl/pe.em: Likewise.
3361 2001-05-25  H.J. Lu  <hjl@gnu.org>
3363         * emulparams/aixrs6.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
3364         like emulparams/aixppc.sh.
3366         * emultempl/aix.em (sc): Use ${srcdir}/emultempl/ostring.sed
3367         instead of ${srcdir}/emultempl/stringify.sed.
3369 2001-05-25  Timothy Wall  <twall@oculustech.com>
3371         * emulparams/elf64_aix.sh: Change settings to match IBM linker
3372         output.
3374 2001-05-25  Alan Modra  <amodra@one.net.au>
3376         * configure.host: Replace linuxoldld with linux*oldld.
3377         * configure.tgt: Likewise.
3379 2001-05-24  H.J. Lu  <hjl@gnu.org>
3381         * emultempl/stringify.sed: Removed again.
3383 2001-05-24  H.J. Lu  <hjl@gnu.org>
3385         * emultempl/aix.em (OUTPUT_ARCH): Defined.
3386         (gld${EMULATION_NAME}_before_parse): Initialize
3387         ldfile_output_architecture, ldfile_output_machine and
3388         ldfile_output_machine_name from ${OUTPUT_ARCH} if possible.
3389         * emultempl/beos.em: Likewise.
3390         * emultempl/elf32.em: Likewise.
3391         * emultempl/linux.em: Likewise.
3392         * emultempl/mipsecoff.em: Likewise.
3393         * emultempl/pe.em: Likewise.
3394         * emultempl/sunos.em: Likewise.
3396 2001-05-24 Tom Rix <trix@redhat.com>
3398         * emultempl/aix.em : (gld${EMULATION_NAME}_read_file)
3399         udate import file format.
3400         (change_symbol_mode) New, same
3401         (is_syscall) New, same
3402         * emulparams/aixppc.sh : add SYSCALL_MASK and SYMBOL_MODE_MASK
3403         * emulparams/aixppc64.sh : same
3404         * emulparams/aixrs6.sh : same
3405         * emulparams/ppcmacos.sh : same
3406         * emultempl/aix.em : use strtoull to parse options
3407         * Makefile.am : add eaixppc64 emulation for xcoff64
3408         * Makefile.in : same
3409         * configure.tgt : same
3411         * scripttempl/aix.sc : default text section offset to 0x10000000
3412         default data section offset to 0x20000000
3413         add .sv3264 and .sv64 pseudo sections
3414         loader and debug sections use the currect section offset.
3416         * emultempl/aix.em : Add xcoff64 support
3417         Add -binitfini support
3418         (gld${EMULATION_NAME}_before_parse) -binitfini
3419         (gld${EMULATION_NAME}_parse_args) same
3420         (gld${EMULATION_NAME}_before_allocation) format change for special
3421         sections
3423         * emulparams/aixppc64.sh : New file for xcoff64 support
3425 2001-05-23  Alexandre Oliva  <aoliva@redhat.com>
3427         * emultempl/elf32.em (ELF_INTERPRETER_SET_DEFAULT): Use this new
3428         variable to avoid non-portable shell construct.
3430 2001-05-23  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3432         * ldmain.c (get_emulation): Add -mips5 command line argument.
3434 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
3436         * emulparams/elf_i386_ldso.sh: New, copied from elf_i386.sh.
3437         (ELF_INTERPRETER_NAME): Define it.
3438         * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Use
3439         it.
3440         * configure.tgt (targ_emul, targ_extra_emuls)
3441         [i[3456]86-*-solaris2*, i[3456]86-*-solaris*]: Use elf_i386_ldso
3442         as primary, elf_i386 as extra.
3443         * Makefile.am (ALL_EMULATIONS): Added eelf_i386_ldso.o.
3444         (eelf_i386_ldso.c): New rule.
3445         * Makefile.in: Rebuilt.
3447 2001-05-22  Nick Clifton  <nickc@redhat.com>
3449         * lexsup.c (ld_options):  Allow -I to be an alias for
3450         --dynamic-linker.  This is for Solaris compatability.
3451         * ld.texinfo: Document that -I can be used.
3452         * ld.1: Regenerate.
3454 2001-05-16  Alan Modra  <amodra@one.net.au>
3456         * ldlang.c (wild_doit): Use linker_has_input to reliably determine
3457         whether an input section is the first one assigned to an output
3458         section.
3459         Assorted formatting fixes.
3461 2001-05-14  DJ Delorie  <dj@delorie.com>
3463         * Makefile.am (ld.dvi): Search bfd/doc for texinfo files.
3464         * Makefile.in: Ditto.
3466 2001-05-11  Jakub Jelinek  <jakub@redhat.com>
3468         * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Put
3469         .gnu.linkonce.ia64unw{,i} sections into corresponding .IA_64.unwind*
3470         output sections.
3471         * emulparams/elf64_aix.sh (OTHER_READONLY_SECTIONS): Likewise.
3473 2001-05-11  Jakub Jelinek  <jakub@redhat.com>
3475         * ldlang.c (lang_process): Call bfd_merge_sections.
3477 2001-05-07  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3479         * ldgram.y: Fix typo.
3481 2001-05-03  H.J. Lu  <hjl@gnu.org>
3483         * emultempl/elf32.em: Include "libiberty.h".
3484         (gld${EMULATION_NAME}_vercheck): Call basename () to get the
3485         basename of the bfd filename.
3486         (gld${EMULATION_NAME}_stat_needed): Likewise.
3487         (gld${EMULATION_NAME}_try_needed): Likewise.
3488         (gld${EMULATION_NAME}_open_dynamic_archive): Likewise.
3490 2001-05-02  H.J. Lu  <hjl@gnu.org>
3492         * emultempl/pe.em: Include <ctype.h>.
3494 2001-05-02  Johan Rydberg  <jrydberg@opencores.org>
3496         * emulparams/elf32openrisc.sh: New file.
3498         * Makefile.am: Add OpenRISC target.
3499         * Makefile.in: Regenerated.
3501         * configure.tgt: Add openrisc-*-* mapping.
3503 2001-05-02  Nick Clifton  <nickc@redhat.com>
3505         * emultempl/aix.em: Replace buystring with xstrdup.
3506         * emultempl/beos.em: Replace buystring with xstrdup.
3508 2001-05-02  H.J. Lu  <hjl@gnu.org>
3510         * ldfile.c: Include "libiberty.h".
3511         * ldlex.l: Likewise.
3513         * ldmisc.c (buystring): Removed.
3514         * ldmisc.h: Likewise.
3516         * ldfile.c: Replace buystring with xstrdup.
3517         * ldlang.c: Likewise.
3518         * ldlex.l: Likewise.
3519         * ldmain.c: Likewise.
3520         * ldmisc.c: Likewise.
3521         * lexsup.c: Likewise.
3522         * mpw-eppcmac.c: Likewise.
3524 2001-04-30  Andreas Jaeger  <aj@suse.de>
3526         * emulparms/elf_x86_64.sh (MAXPAGESIZE): Fix value.
3528 2001-04-28  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
3530         * ldlang.c (load_symbols): Give emulation a chance
3531         to process unrecognized file before fatal error is
3532         reported, not after.
3534 2001-04-27  Sean McNeil <sean@mcneil.com>
3536         * configure.tgt: Add arm-vxworks target.
3537         * scripttempl/armcoff.sc: Support .text or .data as a section name
3538         prefix.
3539         Define _etext.
3541 2001-04-13  J.T. Conklin  <jtc@redback.com>
3543         * ld.texinfo: Document --fatal-warnings.
3544         * ld.1: Regenerate.
3546         * ldmisc.c (vfinfo): Set flag to inhibit making executable if
3547         warnings have been turned into errors.
3548         * lexsup.c (OPTION_WARN_FATAL): Define.
3549         (ld_options): Entry for --fatal-warnings.
3550         (parse_args): Handle OPTION_WARN_FATAL.
3551         * ld.h (ld_config_type): Add fatal_warnings field.
3553 2001-04-13  Jakub Jelinek  <jakub@redhat.com>
3555         * ldmain.c (main): Default to discard_sec_merge.
3556         * lexsup.c (OPTION_DISCARD_NONE): Define.
3557         (ld_options): Add --discard-none.
3558         (parse_args): Handle OPTION_DISCARD_NONE.
3559         * ldlang.c (wild_doit): SEC_MERGE should be set in the output
3560         section only if SEC_MERGE and SEC_STRINGS flags and entsize of
3561         all its input sections match.
3563 2001-04-05  Steven J. Hill  <sjhill@cotw.com>
3565         * Makefile.am (ALL_EMULATIONS): Add eelf32ltsmip.o.
3566         (ALL_64_EMULATIONS): Add eelf64btsmip.o and eelf64ltsmip.o.
3567         (eelf32ltsmip.c): New target.
3568         (eelf64btsmip.c): Likewise.
3569         (eelf64ltsmip.c): Likewise.
3570         * Makefile.in: Regenerated.
3572         * configure.tgt (mips*el-*-linux-gnu): Uses traditional MIPS
3573         target.
3574         (mips*-*-linux-gnu*): Likewise.
3576         * emulparams/elf32ltsmip.sh: New. Traditional little endian
3577         MIPS taget.
3578         * emulparams/elf64btsmip.sh: New. Traditional 64bit big endian
3579         target.
3580         * emulparams/elf64ltsmip.sh: New. Traditional 64bit little
3581         endian target.
3583 2001-04-05  Hans-Peter Nilsson  <hp@axis.com>
3585         * emulparams/criself.sh (EXECUTABLE_SYMBOLS): Cannot provide
3586         correct value of __Stext here.
3587         (TEXT_START_SYMBOLS): Define; always define __Stext, to start of
3588         .startup section.
3590         * emulparams/crislinux.sh: Remove FIXME.
3592 2001-04-02  Alan Modra  <alan@linuxcare.com.au>
3594         * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 64k.
3595         (TEXT_START_ADDR, TARGET_PAGE_SIZE): Likewise.
3597 2001-03-27  Hans-Peter Nilsson  <hp@axis.com>
3599         * configure.tgt (cris-*-*): Change default emulation to criself.
3600         (cris-*-*aout*): New rule.
3602 2001-03-27  Matthew Wilcox  <willy@ldl.fc.hp.com>
3604         * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 0x4000.
3605         (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
3607 2001-03-26  Andreas Jaeger  <aj@suse.de>
3609         * ld.texinfo (Overview): Fix syntax in texi code.
3611 2001-03-25  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
3613         * ld.texinfo: Put @c man indications to generate the ld man page.
3614         When generating man, define all the variables.  Define SEEALSO
3615         and SYNOPSIS.  Re-organize some lines to avoid the cross references.
3616         * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variables.
3617         (ld.1): Generate from ld.texinfo.
3618         * Makefile.in: Regenerate.
3620 2001-03-23  Mark Elbrecht <snowball3@bigfoot.com>
3622         * scripttempl/i386go32.sc: Support the GCC flags '-ffunction-sections'
3623         and '-fdata-sections'. Set the VMA of STABS sections to zero.
3625 2001-03-17  Ulrich Drepper  <drepper@redhat.com>
3627         * emultmpl/elf32.em (gld${EMULATION_NAME}_search_needed): If NAME
3628         is an absolute path look only for this file and not along the path.
3630 2001-03-17  Ulrich Drepper  <drepper@redhat.com>
3632         * emultempl/elf32.em (OPTION_GROUP): New macro.
3633         Add new option Bgroup to longopts.
3634         (gld*_parse_args): Handle GROUP_OPTION and recognize -z defs.
3635         (gld*_list_options): Add -Bgroup and -z defs.
3636         * ld.1: Document -Bgroup and -z defs.
3637         * ld.texinfo: Likewise.
3639 2001-03-07  Michael Meissner  <meissner@redhat.com>
3641         * scripttempl/elfd10v.sc (.rodata,.rodata1,.data1,.sdata): Deal
3642         with sections created by -fdata-sections.
3643         (.dynbss,.bss): Ditto.
3645 2001-03-05  Alan Modra  <alan@linuxcare.com.au>
3647         * emultempl/m68kelf.em (m68k_elf_after_allocation): Call
3648         after_allocation_default, not gld..._before_allocation.
3650 2001-02-27  Alan Modra  <alan@linuxcare.com.au>
3652         * configure.in (BFD_VERSION): New.
3653         (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
3654         * configure: Regenerate.
3655         * Makefile.am: Run "make dep-am"
3656         * Makefile.in: Regenerate.
3658 2001-02-26  Timothy Wall  <twall@cygnus.com>
3660         * emulparams/elf64_aix.sh: Add additional read-only sections;
3661         uncomment lines which are now required.
3663 2001-02-26  H.J. Lu  <hjl@gnu.org>
3665         * ldlang.c (open_input_bfds): Set the bfd error handler so
3666         that problems can be caught whilst loading symbols.
3667         (record_bfd_errors): New function: Report BFD errors and mark
3668         the executable output as being invalid.
3670 2001-02-22  Timothy Wall  <twall@cygnus.com>
3672         * configure.host: Add configuration for ia64-*-aix*.
3673         * Makefile.am (ALL_64_EMULATIONS): Add emulation for ia64-*-aix*.
3674         Add dependencies for eelf64_aix.c.
3675         * Makefile.in: Regenerate.
3676         * configure.tgt: Add ia64-*-aix* mapping.
3677         * emulparams/elf64_aix.sh: Add settings for elf64 on aix5.
3679 2001-02-20  H.J. Lu  <hjl@gnu.org>
3681         * ldfile.c (ldfile_open_file): Set entry->search_dirs_flag to
3682         false if we found the file.
3684 2001-02-18  David O'Brien  <obrien@FreeBSD.org>
3686         * configure.tgt: Add FreeBSD/Alpha, FreeBSD/x86-64, FreeBSD/ia64,
3687         FreeBSD/PowerPC, FreeBSD/arm, and FreeBSD/sparc64 entries.
3689 2001-02-18  lars brinkhoff  <lars@nocrew.org>
3691         * Makefile.am: Add PDP-11 target.
3692         * configure.tgt: Likewise.
3693         * emulparams/pdp11.sh: New file.
3695 2001-02-17  David O'Brien  <obrien@FreeBSD.org>
3697         * configure.host: Add a generic FreeBSD configuration entry such that
3698         all [modern] FreeBSD systems on all platforms will look the same.
3700 2001-02-14  H.J. Lu  <hjl@gnu.org>
3702         * configure.tgt: Remove mention of earmelf_linux26.
3704 2001-02-13  Richard Henderson  <rth@redhat.com>
3706         * emulparams/elf64_ia64.sh (OTHER_GOT_SYMBOLS): Remove.
3708 2001-02-13  H.J. Lu  <hjl@gnu.org>
3710         * ldexp.h (node_type): Add etree_provided.
3711         * ldexp.c (exp_fold_tree): Handle etree_provided. Set the node
3712         type to etree_provided if defined by PROVIDE. Allow updating
3713         for etree_provided.
3714         (exp_print_tree): Handle etree_provided.
3715         * mpw-elfmips.c (gldelf32ebmip_find_exp_assignment): Handle
3716         etree_provided.
3718 2001-02-09  David Mosberger  <davidm@hpl.hp.com>
3720         * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add
3721         .IA_64.unwind.* pattern to unwind table section and
3722         .IA_64.unwind_info* pattern to unwind info section.
3724 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3726         * Makefile.am: Add linux target for S/390.
3727         * Makefile.in: Likewise.
3728         * configure.host: Likewise.
3729         * configure.tgt: Likewise.
3730         * emulparams/elf64_s390.sh: New file.
3731         * emulparams/elf_s390.sh: New file.
3733 2001-02-09  Jakub Jelinek  <jakub@redhat.com>
3735         * configure.tgt (sparc64-*-linux-gnu*): Add elf32_sparc into
3736         targ_extra_libpath.
3737         (sparc-*-linux-gnu*): Add elf64_sparc into targ_extra_libpath.
3739 2001-02-06  Philip Blundell  <philb@gnu.org>
3741         * Makefile.am: Remove mention of earmelf_linux26.
3742         * Makefile.in: Regenerate.
3744 2001-02-04  Philip Blundell  <philb@gnu.org>
3746         * emulparams/armelf_linux.sh (TEXT_START_ADDR): Set to 0x8000.
3747         * emulparams/armelf_linux26.sh: Delete.
3748         * configure.tgt: Remove mention of armelf_linux26 emulation.
3750 2001-02-01  Nick Clifton  <nickc@redhat.com>
3752         * ld.1: Replace occurances of -oformat with --oformat.
3754 2001-01-25  Jim Driftmyer <jdrift@stny.rr.com>
3756         * ldlang.c (lang_leave_overlay): Don't set lma_region when
3757         load_base is specified.
3759 2001-01-24  Hans-Peter Nilsson  <hp@axis.com>
3761         * emultempl/elf32.em: Correct spelling in comments and listed
3762         options.
3764 2001-01-23  Alan Modra  <alan@linuxcare.com.au>
3766         * ldlang.c (lang_leave_overlay): Only set lma_region from the
3767         default for the first section of a group of overlay sections.
3769 2001-01-22  Alan Modra  <alan@linuxcare.com.au>
3771         * Makefile.am (GENSCRIPTS): Pass exec_prefix.
3772         * Makefile.in: Regenerate.
3773         * genscripts.sh: Use exec_prefix parameter to specify tool lib.
3774         Check for null tool_dir.
3776 2001-01-16  Jim Wilson  <wilson@redhat.com>
3778         * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add IA_64.unwind
3779         and IA_64.unwind.info.
3781 2001-01-16  H.J. Lu  <hjl@gnu.org>
3783         * ldlang.c (lang_check): Merge the private data only if the
3784         input file has contents.
3786 2001-01-14  Alan Modra  <alan@linuxcare.com.au>
3788         * emulparams/hppalinux.sh (OUTPUT_FORMAT): Set to elf32-hppa-linux.
3790         * emultempl/hppaelf.em (hppaelf_after_parse): New function,
3791         enabling search for libmilli.  On a relocatable link, make .text
3792         sections unique.
3793         (LDEMUL_AFTER_PARSE): Define.
3794         (hppaelf_finish): Correct spelling of relocatable in comments.
3796         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
3797         rummage through the script for sections on the unique list.
3798         Correct length of strncmp for ".note".
3799         (gld${EMULATION_NAME}_check_needed): Rearrange function.
3801         * ldlang.c (unique_section_list): New var.
3802         (unique_section_p): New function.
3803         (walk_wild_section): Don't match sections on unique_section_list.
3804         (lang_add_unique): New function.
3805         Correct spelling of relocatable in comments.
3807         * ldlang.h (struct unique_sections): Declare.
3808         (unique_section_list): Declare.
3809         (unique_section_p): Declare.
3810         (lang_add_unique): Declare.
3812         * lexsup.c (ld_options): Allow --unique to take an optional arg.
3813         (parse_args [OPTION_UNIQUE]): Call lang_add_unique.
3815         * ld.texinfo (--unique): Update.
3817 2001-01-13  Nick Clifton  <nickc@redhat.com>
3819         * lexsup.c (parse_args): Remove spurious white space.
3821 2001-01-12  Nick Clifton  <nickc@redhat.com>
3823         * lexsup.c (parse_args): Update copyright date.
3825 2001-01-12  Philip Blundell  <pb@futuretv.com>
3827         * configure.host: Set HOSTING_LIBS appropriately for ix86-cygwin.
3829 2001-01-10  Kazu Hirata  <kazu@hxi.com>
3831         * scripttempl/h8300.sc: Fix formatting.  Fix a comment typo.
3832         * scripttempl/h8300h.sc: Fix formatting.
3833         * scripttempl/h8300s.sc: Likewise.
3834         * scripttempl/h8500.sc: Likewise.
3835         * scripttempl/h8500b.sc: Likewise.
3836         * scripttempl/h8500c.sc: Likewise.
3837         * scripttempl/h8500m.sc: Likewise.
3838         * scripttempl/h8500s.sc: Likewise.
3840 2000-01-07  David O'Brien  <obrien@BSDi.com>
3842         * emultempl/elf32.em: Only perform Linux ld hints processing when
3843         targeting Linux.
3845 2001-01-07  Philip Blundell  <philb@gnu.org>
3847         * ld.texinfo (Bug Reporting): Update email address for reports.
3849 2000-12-31  Nick Clifton  <nickc@redhat.com>
3851         * lexsup.c (parse_args): Set opterr to 0 and detect unparsed long
3852         options by checking for a return value of '?' not -1.
3854 2000-12-28  Nick Clifton  <nickc@redhat.com>
3856         * lexsup.c (struct ld_option): Add new enum value:
3857         EXACTLY_TWO_DASHES.
3858         (ld_options[]): Change -omagic, -output and -oformat options
3859         to be EXACTLY_TWO_DASHES.
3860         (OUTPUT_COUNT): Use ARRAY_SIZE.
3861         (parse_args): Change parameter 'argc' to unsigned.
3862         Place EXACTLY_TWO_DASHES options into new really_longopts
3863         array.
3864         If getopt_long_only fails, try calling getopt_long using the
3865         really_longopts array.
3866         (help): Print a double dash for both EXACTLY_TWO_DASHES and
3867         TWO_DASHES options.
3869         * ldlex.h: Fix prototype of parse_args.
3871         * ld.texinfo: Document that long options starting with 'o'
3872         must be preceeded by two dashes.  Change example of a single
3873         dashed long option from -oformat to -trace-symbol.
3875 2000-12-26  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
3877         * emultempl/pe.em (OPTION_NO_DEFAULT_EXCLUDES): Define.
3878         (longopts[]): New --no-default-excludes option.
3879         (gld_${EMULATION_NAME}_list_options): Document.
3880         (gld_${EMULATION_NAME}_parse_args): Handle.
3882 2000-12-13  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
3884         * ldlang.c (new_stat): Revert the last beautification with "innocent"
3885         whitespace, it breaks the K&R C preprocessor.
3887 2000-12-11  DJ Delorie  <dj@redhat.com>
3889         * ld.texinfo: Add notes about --whole-archive and gcc.
3891 2000-11-18  Fred Fish  <fnf@be.com>
3893         * lexsup.c (OPTION_ALLOW_SHLIB_UNDEFINED): Define.
3894         (ld_options): Entry for --allow-shlib-undefined.
3895         (parse_args): Handle OPTION_ALLOW_SHLIB_UNDEFINED.
3896         * ldmain.c (main): Initialize link_info.allow_shlib_undefined
3897         to false.
3898         * ld.texinfo: Document new command line switch.
3900 2000-12-12  Geoffrey Keating  <geoffk@redhat.com>
3902         * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS):
3903         .fixup is actually read/write.
3904         * emulparams/elf32lppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
3905         * emulparams/elf32ppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
3906         * emulparams/elf32lppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
3908 2000-12-11  Jan Hubicka  <jh@suse.cz>
3910         * NEWS: Add note about x86_64 architecture.
3912 2000-12-06  Mark Elbrecht  <snowball3@bigfoot.com>
3914         * scripttempl/i386go32.sc: Use PROVIDE with _etext, _edata, _end.
3915         Set DWARF2 sections to a VMA of zero.
3917 2000-12-01  Joel Sherrill  <joel@OARcorp.com>
3919         * configure.tgt (arm-*-rtems*, a29k-*rtems*, h8300-*-rtems*):
3920         New targets.
3921         (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
3922         (sparc*-*-rtems*): Switched from a.out to ELF.
3924 2000-11-30  Jan Hubicka  <jh@suse.cz>
3926         * Makefile.am (ALL_EMULATIONS): Add eelf_x86_64.o
3927         (eelf_x86_64.c): New.
3928         * Makefile.in: Regenerate.
3929         * configure.tgt: Add support for x86_64-*-linux-gnu*.
3930         * emulparams/elf_x86_64.sh: New.
3932 2000-11-30  Hans-Peter Nilsson  <hp@axis.com>
3934         * emulparams/crislinux.sh (ENTRY): Change back to _start.
3935         (TEXT_START_SYMBOLS): Remove conditional setting of __start.
3937         * scripttempl/crisaout.sc: Change all RELOCATING not related to
3938         merging non-a.out sections into CONSTRUCTING.
3940 2000-11-28  Nick Clifton  <nickc@redhat.com>
3942         * ld.1 (COPYING): Mention that the GNU Free Documentation
3943         License is present in the sources, but not the output, and
3944         also available from the GNU website.
3945         (GNU Free Documentation License): Comment out this section.
3947 2000-11-28  David O'Brien  <obrien@dragon.nuxi.com>
3949         * emulparams/elf64alpha.sh (ENTRY): Remove leading underscore as ELF
3950         does not use them.
3952 2000-11-25  David O'Brien  <obrien@FreeBSD.org>
3954         * ld.1: Remove old date so it does not give the impression the manpage
3955         is way out of date.
3957 2000-11-24  Nick Clifton  <nickc@redhat.com>
3959         * configure.tgt (xscale-coff): Add target.
3960         (xscale-elf): Add target.
3962 2000-11-24  Fred Fish  <fnf@be.com>
3964         * ldmain.c (main): Remove redundant init of config.make_executable
3965         to true.
3967 2000-11-15  Richard Henderson  <rth@redhat.com>
3969         * emulparams/elf64alpha.sh (MAXPAGESIZE): Typo -- 64k, not 1M.
3971 2000-11-14  Kazu Hirata  <kazu@hxi.com>
3973         * scripttempl/h8300.sc: Fix formatting.
3974         * scripttempl/h8300h.sc: Likewise.
3975         * scripttempl/h8300s.sc: Likewise.
3977 2000-11-14  Denis Chertykov  <denisc@overta.ru>
3979         * scripttempl/elf32avr.sc: Fix bug in .eeprom segment.
3981 2000-11-09  Philip Blundell  <pb@futuretv.com>
3983         * emultempl/pe.em: Define ___start_SECNAME and ___stop_SECNAME
3984         around orphan sections whose names can be represented in C.
3986 2000-11-07  Jim Wilson  <wilson@redhat.com>
3988         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): New local
3989         hold_sdata.  If SEC_SMALL_DATA set, set place to hold_sdata.
3991 2000-11-06  Nick Clifton  <nickc@redhat.com>
3993         * ld.texinfo: Add GNU Free Documentation License.
3994         * ldint.texinfo: Add GNU Free Documentation License.
3995         * ld.1: Add GNU Free Documentation License.
3997 2000-11-05  Alan Modra  <alan@linuxcare.com.au>
3999         * ldlex.l (yy_create_string_buffer): Init yy_is_our_buffer,
4000         yy_is_interactive, yy_at_bol, and yy_fill_buffer.
4002         * Makefile.am (DISTCLEANFILES): Add stringify.sed.
4003         Move 2000-11-02 Makefile.in changes to this file.
4004         * Makefile.in: Regenerate.
4006 2000-11-03  Nick Clifton  <nickc@redhat.com>
4008         * scripttempl/h8300.sc: Use ${CONSTRUCTING...} to enclose
4009         constructors and destructors.
4010         * scripttempl/h8300h.sc: Ditto.
4011         * scripttempl/h8300s.sc: Ditto.
4012         * scripttempl/h8500.sc: Ditto.
4013         * scripttempl/h8500b.sc: Ditto.
4014         * scripttempl/h8500c.sc: Ditto.
4015         * scripttempl/h8500m.sc: Ditto.
4016         * scripttempl/h8500s.sc: Ditto.
4017         * scripttempl/v850.sc: Ditto.
4018         * scripttempl/w65.sc: Ditto.
4019         * scripttempl/z8000.sc: Ditto.
4021 2000-11-02  Per Lundberg  <plundis@chaosdev.org>
4023         * Makefile.in (e_i386_chaos.c): New rule.
4024         (ALL_EMULATIONS): Added e_i386_chaos.o.
4025         * emulparams/elf_i386_chaos.sh: New file.
4026         * configure.tgt: Recognise i[3456]86-chaosdev-storm-chaos.
4028 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
4030         * emulparams/elf64_sparc.sh (TEXT_START_ADDR,
4031         NONPAGED_TEXT_START_ADDR): Set to 4GB for Solaris targets.
4032         Fix sed invocation, so that it coped with '/' in Solaris 64bit
4033         library path suffix.
4034         Based on patch by Andrew Macleod <amacleod@cygnus.com>.
4036 2000-10-18  Hans-Peter Nilsson  <hp@axis.com>
4038         * scripttempl/crisaout.sc (.text, .data): Pad, with ALIGN (32),
4039         for consecutive sections.
4041 2000-10-17  Chandrakala Chavva  <cchavva@redhat.com>
4043         * lexsup.c: New option OPTION_TARGET_HELP. Prints all target specific
4044         options.
4045         * ld.texinfo: Added notes about this new option.
4047 2000-10-16  Nick Clifton  <nickc@redhat.com>
4049         * emultempl/pe.em (_after_open): Add tests of return values from
4050         bfd functions.  Emit appropriate error messages if necessary.
4052 2000-10-13  Nick Clifton  <nickc@redhat.com>
4054         * emultempl/pe.em (_after_open): Delete 'is2' and 'nsyms'
4055         local variables - they are not used, but leave in the call to
4056         bfd_canonicalize_symtab.
4057         (_open_dynamic_archive): Add #ifdef DLL_SUPPORT around use of
4058         pe_dll_search_prefix.
4060 2000-10-12  Charles Wilson  <cwilson@ece.gatech.edu>
4062         * emultempl/pe.em (pe_dll_search_prefix): New variable,
4063         (longopts): New --dll-search-prefix option.
4064         (gld_${EMULATION_NAME}_list_options): Document.
4065         (gld_${EMULATION_NAME}_parse_args): Handle.
4066         (gld_${EMULATION_NAME}_open_dynamic_archive): When linking
4067         dynamically, search for a dll named '<prefix><basename>.dll'
4068         in preference to 'lib<basename>.dll' if --dll-search-prefix
4069         is specified.
4071 2000-10-12  Alan Modra  <alan@linuxcare.com.au>
4073         * ldlang.c (section_already_linked): Set kept_section instead of
4074         sec->comdat->sec.
4076 2000-10-10  Kazu Hirata  <kazu@hxi.com>
4078         * deffile.h: Fix formatting.
4079         * lexsup.c: Likewise.
4080         * mri.c: Likewise.
4082 2000-10-09  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
4084         * pe-dll.c (make_one): Do not generate code thunk for DATA
4085         exports.
4086         (process_def_file): deduce DATA flag for auto-export sumbols.
4088 2000-10-09  Kazu Hirata  <kazu@hxi.com>
4090         * ld.h: Fix formatting.
4091         * ldcref.c: Likewise.
4092         * ldctor.h: Likewise.
4093         * ldemul.c: Likewise.
4094         * ldemul.h: Likewise.
4095         * ldexp.c: Likewise.
4096         * ldexp.h: Likewise.
4097         * ldfile.c: Likewise.
4098         * ldfile.h: Likewise.
4099         * ldlang.c: Likewise.
4100         * ldlang.h: Likewise.
4101         * ldmain.c: Likewise.
4102         * pe-dll.c: Likewise.
4104         * pe-dll.c: Revert some formatting fixes.
4106 2000-10-08  Kazu Hirata  <kazu@hxi.com>
4108         * pe-dll.c: Fix formatting.
4110 2000-10-05  Kazu Hirata  <kazu@hxi.com>
4112         * ldlang.c: Fix formatting.
4114 2000-10-03  DJ Delorie  <dj@redhat.com>
4116         * pe-dll.c (fill_edata): initialize entire block
4117         (make_one): fill in correct section.
4119 2000-10-03  Kazu Hirata  <kazu@hxi.com>
4121         * ldexp.c: Fix formatting.
4123 2000-10-02  DJ Delorie  <dj@redhat.com>
4125         * emultempl/pe.em (gld_*_after_open): detect case where there two
4126         import libraries for same dll; rename one to ensure proper link
4127         order.
4129         * pe-dll.c (process_def_file): compare ordinals to -1, not 0; fix
4130         typo
4131         (generate_edata): fix typo
4133 2000-09-29  Hans-Peter Nilsson  <hp@axis.com>
4135         * scripttempl/crisaout.sc (ENTRY): Now __start.
4136         (.text): Add default setting for __start.
4137         Remove CONSTRUCTORS handling.
4138         (/DISCARD/): Add .gnu.warning.*.
4139         * emulparams/crislinux.sh (ENTRY): Now __start.
4140         (TEXT_START_SYMBOLS): New; provide __Stext and __start default.
4141         * emulparams/criself.sh (OUTPUT_FORMAT): Now elf32-us-cris.
4142         (ENTRY): Now __start.
4143         (INITIAL_READONLY_SECTIONS): Add KEEP for .startup.
4144         (EXECUTABLE_SYMBOLS): Add default setting for __start.
4146 2000-09-29  Kazu Hirata  <kazu@hxi.com>
4148         * deffile.h: Fix formatting.
4149         * ld.h: Likewise.
4150         * ldcref.c: Likewise.
4151         * ldctor.c: Likewise.
4152         * ldctor.h: Likewise.
4153         * ldemul.c: Likewise.
4154         * ldemul.h: Likewise.
4155         * ldexp.c: Likewise.
4156         * ldexp.h: Likewise.
4157         * ldfile.c: Likewise.
4158         * ldfile.h: Likewise.
4159         * ldlang.c: Likewise.
4160         * ldlang.h: Likewise.
4161         * lexsup.c: Likewise.
4162         * mri.c: Likewise.
4163         * pe-dll.c: Likewise.
4165 2000-09-28  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
4167         * pe-dll.c (process_def_file): Uninitialized data wasn't
4168         exported with --export-all-symbols switch.
4170 2000-09-28  DJ Delorie  <dj@redhat.com>
4172         * pe-dll.c (fill_edata): rearrange the data so that ordinals and
4173         noname work properly.
4175 2000-09-28  Alan Modra  <alan@linuxcare.com.au>
4177         * ld.texinfo (HPPA ELF32): New section.
4179         * emultempl/hppaelf.em (group_size): New.
4180         (hppaelf_finish): Pass group_size to elf32_hppa_size_stubs.
4181         (PARSE_AND_LIST_PROLOGUE): Add OPTION_STUBGROUP_SIZE.
4182         (PARSE_AND_LIST_LONGOPTS): Add --stub-group-size.  Duplicate
4183         options to prevent abbreviations matching.
4184         (PARSE_AND_LIST_OPTIONS): Describe the above.  Reformat.
4185         (PARSE_AND_LIST_ARGS_CASES): Handle it.
4187 2000-09-21  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
4189         * emultempl/m68kelf.em: Conditionalise the embedded relocs feature
4190         on the m68*-*-elf target.  Make it support COFF input objects.
4192 2000-09-21  Kazu Hirata  <kazu@hxi.com>
4194         * ldmain.c: Fix formatting.
4195         * ldmisc.c: Likewise.
4196         * ldver.c: Likewise.
4197         * ldwrite.c: Likewise.
4199 2000-09-21  Alan Modra  <alan@linuxcare.com.au>
4201         * ldwrite.c (clone_section): Silence gcc warnings.
4203 2000-09-20  Alan Modra  <alan@linuxcare.com.au>
4205         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Handle
4206         out of memory failure.
4208         * ldwrite.c (ldwrite): Remove unnecessary einfo arg.
4209         (clone_section): Handle out of memory failures.  Rename var to
4210         avoid c++ reserved word.
4212 2000-09-18  Alan Modra  <alan@linuxcare.com.au>
4214         * emultempl/hppaelf.em (hppaelf_add_stub_section): Rename
4215         stub_name param to stub_sec_name.
4216         (hppaelf_finish): Modify call to elf32_hppa_size_stubs.
4218 2000-09-10  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
4220         * emultempl/m68kelf.em: New file.
4221         * emulparams/m68kelf.sh (EXTRA_EM_FILE): Use it.
4222         * Makefile.am (em68kelf.c): Add dependency on m68kelf.em.
4223         * Makefile.in: Regenerate.
4225 2000-09-15  Alan Modra  <alan@linuxcare.com.au>
4227         * emulparams/hppalinux.sh (DATA_START_SYMBOLS): Provide $global$
4228         only as needed.
4230 2000-09-13  Nick Clifton  <nickc@redhat.com>
4232         * ldmain.c (multiple_definition): Disable relaxation if
4233         multiple symbol definitions are encountered - otherwise the
4234         linker could abort with an assertion failure.
4236 2000-09-10  Nick Clifton  <nickc@redhat.com>
4238         * mri.c: Fix formatting.
4240 2000-09-07  H.J. Lu  <hjl@gnu.org>
4242         * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
4243         * configure: Rebuild.
4245 2000-09-07  H.J. Lu  <hjl@gnu.org>
4247         * Makefile.am (lexsup.o): Also depend on $(INCDIR)/demangle.h.
4248         * Makefile.in: Rebuild.
4250 2000-09-07  Alan Modra  <alan@linuxcare.com.au>
4252         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Fix
4253         broken list handling.  Create __start_SECNAME and __stop_SECNAME
4254         when no place-holder.  Add some comments.  Test both SEC_CODE and
4255         SEC_READONLY for hold_text to prevent .rodata orphan poisoning.
4256         Handle case where no output section statement created.
4258 2000-09-07  Niibe Yutaka  <gniibe@m17n.org>, Kaz Kojima  <kkojima@rr.iij4u.or.jp>, Alexandre Oliva  <aoliva@redhat.com>
4260         * configure.tgt (sh-*-linux*): Added.
4261         * Makefile.am: Added eshelf_linux and eshlelf_linux.
4262         * Makefile.in: Rebuilt.
4263         * emulparams/shelf_linux.sh: New file.
4264         * emulparams/shlelf_linux.sh: New file.
4266 2000-09-06  Alan Modra  <alan@linuxcare.com.au>
4268         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
4269         try shuffling sections when the orphan happens to be the place
4270         holder.  Keep count of unique section names generated so we speed
4271         the search for a new name.
4273 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
4275         * configure: Rebuilt with new libtool.m4.
4277 2000-09-05  Nick Clifton  <nickc@redhat.com>
4279         * Makefile.in: Regenerate.
4280         * aclocal.m4: Regenerate.
4281         * configure: Regenerate.
4282         * config.in: Regenerate.
4283         * po/ld.pot: Regenerate.
4285         * ldint.texinfo: Remove CVS revision marker - it foils local
4286         comparisons.
4288         * emultempl/ticoff.em: Remove extraneous comma.
4290 2000-09-05  Alan Modra  <alan@linuxcare.com.au>
4292         * emultempl/hppaelf.em (hppaelf_add_stub_section): Add SEC_RELOC
4293         to stub section flags.
4294         (hppa_for_each_input_file_wrapper): New.
4295         (hppa_lang_for_each_input_file): New.
4296         (lang_for_each_input_file): Define to call above.
4297         (multi_subspace): New.
4298         (hppaelf_finish): Pass multi_subspace to elf32_hppa_size_stubs.
4299         (PARSE_AND_LIST_PROLOGUE): Define.
4300         (PARSE_AND_LIST_LONGOPTS): Define.
4301         (PARSE_AND_LIST_OPTIONS): Define.
4302         (PARSE_AND_LIST_ARGS_CASES): Define.
4303         (hppaelf_finish): Call elf32_hppa_set_gp.
4304         (hppaelf_set_output_arch): Remove.
4305         (LDEMUL_SET_OUTPUT_ARCH): Remove.
4307         * emulparams/hppalinux.sh (ELFSIZE): Define.
4308         (MACHINE): Define.
4309         (OTHER_READONLY_SECTIONS): Define.
4310         (DATA_PLT): Define.
4311         (GENERATE_SHLIB_SCRIPT): Define.
4313         * ldlang.c: Add missing prototypes, and tidy others.  Change CONST
4314         to const throughout.  Change `void *' to `PTR' throughout.
4315         (lang_memory_default): Function is local to file, add `static'.
4317         * Makefile.am (ehppaelf.c): Depend on emultempl/elf32.em.
4318         (ehppalinux.c): Likewise.
4319         (earmelf.c): Likewise.
4320         (earmelf_linux.c): Likewise.
4321         (earmelf_linux26.c): Likewise.
4322         * Makefile.in: Regenerate.
4324         * ld.h (ld_config_type): Add unique_orphan_sections.
4325         * lexsup.c (OPTION_UNIQUE): Define.
4326         (ld_options): Add "--unique".
4327         (parse_args): Handle it.
4328         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
4329         search for an existing output section if unique_orphan_sections is
4330         set.  Make use of bfd_get_unique_section_name rather than
4331         duplicating code here.
4332         * ld.texinfo: Describe --unique.
4334         * lexsup.c (ld_options): Make split-by-reloc arg optional. Add
4335         optional arg to split-by-file.
4336         (parse_args): Handle them.
4337         * ld.texinfo: Update description of these options.
4338         * ldwrite.c (clone_section): Pass in the section name.  Replace
4339         local code with bfd_get_unique_section_name.
4340         (split_sections): Tidy code and comments.  Use a list traversal
4341         more appropriate to the list construction.  Handle cooked section
4342         sizes.  Split when split_by_reloc reached rather than exceeded.
4343         Track section size and split when split_by_file reached.  Fix
4344         link_order_tail (even though it's not used).
4345         (ldwrite): Modify condition for calling split_sections to suit
4346         changed split_by_reloc and split_by_file.
4347         * ldmain.c (main): Init config.split_by_reloc and
4348         config.split_by_file to -1.
4349         * ld.h (ld_config_type): Change split_by_reloc to unsigned.
4350         Change split_by_file to bfd_size_type.
4352 2000-09-02  Nick Clifton  <nickc@redhat.com>
4354         * configure.in: Increase version number to 2.10.91.
4355         * NEWS: Mention new ability to support removal of duplicate DWARF2
4356         debug information.
4357         * configure: Regenerate.
4358         * aclocal.m4: Regenerate.
4359         * config.in: Regenerate.
4361 2000-09-02  Daniel Berlin <dberlin@redhat.com>
4363         * scripttempl/elf.sc: Add .gnu.linkonce.wi.* to .debug_info
4364         sections.
4365         * scripttempl/elf32avr.sc: Ditto.
4366         * scripttempl/elfd10v.sc: Ditto.
4367         * scripttempl/elfd30v.sc: Ditto.
4368         * scripttempl/elfi370.sc: Ditto.
4369         * scripttempl/elfm68hc11.sc: Ditto.
4370         * scripttempl/elfm68hc12.sc: Ditto.
4371         * scripttempl/elfi386beos.sc: Ditto.
4372         * scripttempl/v850.sc: Ditto.
4374 2000-08-31  Alexandre Oliva  <aoliva@redhat.com>
4376         * acinclude.m4: Include libtool and gettext macros from the
4377         top level.
4378         * aclocal.m4, configure: Rebuilt.
4380 2000-08-25  Nick Clifton  <nickc@redhat.com>
4382         * ldlang.c (open_output): When choosing the target for a
4383         particular endianness, do nothing if the target is not
4384         supported.
4386 2000-08-25  H.J. Lu  <hjl@gnu.org>
4388         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Don't
4389         check -rpath nor LD_RUN_PATH for cross link.
4390         * ld.texinfo: Document the change.
4392 2000-08-24  Hans-Peter Nilsson  <hp@axis.com>
4394         * NEWS: Mention support for CRIS.
4396 2000-08-23  H.J. Lu  <hjl@gnu.org>
4398         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Get
4399         the current runpath list from bfd_elf_get_runpath_list ()
4400         before search.
4402 2000-08-22  H.J. Lu  <hjl@gnu.org>
4404         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Search
4405         the DT_RPATH/DT_RUNPATH entries for DT_NEEDED after
4406         LD_LIBRARY_PATH for native linker. Display the needed DSO if
4407         trace_file_tries is non-zero.
4408         (gld${EMULATION_NAME}_try_needed): Report the needed DSO found
4409         if trace_file_tries is non-zero.
4411         * ld.texinfo: Document the usage of DT_RPATH/DT_RUNPATH.
4412         * NEWS: Mention it.
4414 2000-08-14  Jason Eckhardt  <jle@cygnus.com>
4416         * NEWS: Mention i860 support.
4418 2000-08-14  Andreas Schwab  <schwab@suse.de>
4420         * scripttempl/elf.sc: Fix last change to use correct comment
4421         syntax.
4423 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
4425         * scripttempl/elf.sc: Add a comment giving the correspondence
4426         between sections, per-datum sections, and linkonce sections.  Make
4427         the comment true even for .bss, .sdata, .sdata2, .sbss, and
4428         .sbss2.
4430 2000-08-10  Jason Eckhardt  <jle@cygnus.com>
4432         * emulparams/elf32_i860.sh: New file.
4433         * configure.tgt: Recognize new target i860-stardent-{sysv4*|elf*}.
4434         * Makefile.am (ALL_EMULATIONS): Add eelf32_i860.o.
4435         (eelf32_i860.c): New rule.
4436         * Makefile.in: Regenerate.
4438 2000-08-10  Nick Clifton  <nickc@cygnus.com>
4440         * emulparams/mipspe.sh (ENTRY): Add definition.
4442 2000-08-08  Peter Jeremy  <peter.jeremy@alcatel.com.au>
4444         * emultempl/elf32.em (_after_close): Refer to -rpath not --rpath
4445         in error message.
4447 2000-08-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
4449         * scripttempl/elfm68hc11.sc: Define __bss_size symbol to indicate
4450         the final size of .bss section.
4451         * scripttempl/elfm68hc12.sc: Likewise.
4453 2000-08-04  Alan Modra  <alan@linuxcare.com.au>
4455         * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Rename to
4456         gld${EMULATION_NAME}_parse_args for consistency.  Combine
4457         lastoptind and prevoptind vars, and keep track of last optind.
4458         (gld_${EMULATION_NAME}_list_options): Rename to
4459         gld${EMULATION_NAME}_list_options.
4461 2000-08-03  Rodney Brown  <RodneyBrown@pmsc.com>
4463         * configure.tgt: Select targ_emul=elf_i386 for Unixware 7
4464         (i586-sco-sysv5uw7.1.0).
4466 2000-07-27  H.J. Lu  <hjl@gnu.org>
4468         * emulparams/elf64alpha.sh (PARSE_AND_LIST_ARGS): Removed.
4469         (PARSE_AND_LIST_PROLOGUE): New.
4470         (PARSE_AND_LIST_LONGOPTS): Likewise.
4471         (PARSE_AND_LIST_OPTIONS): Likewise.
4472         (PARSE_AND_LIST_ARGS_CASES): Likewise.
4473         (PARSE_AND_LIST_EPILOGUE): Likewise.
4475 2000-07-28  Alan Modra  <alan@linuxcare.com.au>
4477         * emultempl/armelf.em: Elide functions common to elf32.em,
4478         ie. most of the file.
4479         (arm_elf_after_open): New.  Do arm specific things then call
4480         gld${EMULATION_NAME}_after_open.
4481         (arm_elf_before_allocation): New.  Call
4482         gld${EMULATION_NAME}_before_allocation then do arm specifics.
4483         (PARSE_AND_LIST_PROLOGUE): Define.
4484         (PARSE_AND_LIST_SHORTOPTS): Define.
4485         (PARSE_AND_LIST_LONGOPTS): Define.
4486         (PARSE_AND_LIST_OPTIONS): Define.
4487         (PARSE_AND_LIST_ARGS_CASES): Define.
4488         (LDEMUL_AFTER_OPEN): Define.
4489         (LDEMUL_BEFORE_ALLOCATION): Define.
4490         (LDEMUL_BEFORE_PARSE): Define.
4491         (LDEMUL_FINISH): Define.
4493         * emultempl/hppaelf.em: Similarly zap most of this file.
4494         (hppaelf_add_stub_section): Prototype.
4495         (hppaelf_layaout_sections_again): Prototype.
4496         (hook_in_stub): Prototype.
4497         (LDEMUL_SET_OUTPUT_ARCH): Define.
4498         (LDEMUL_FINISH): Define.
4499         (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
4501         * emulparams/armelf.sh (TEMPLATE_NAME): Use elf32.
4502         (EXTRA_EM_FILE): New.
4503         * emulparams/armelf_linux.sh: Likewise.
4504         * emulparams/armelf_linux26.sh: Likewise.
4505         * emulparams/hppalinux.sh: Likewise.
4506         * emulparams/hppaelf.sh: Likewise.
4507         (NOP): Define.
4509         * emultempl/elf32.em: Fix formatting.
4510         (EXTRA_EM_FILE): Source it.
4511         (LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
4512         LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
4513         LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
4514         LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
4515         LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
4516         LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
4517         LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
4518         LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
4519         LDEMUL_FIND_POTENTIAL_LIBRARIES): New shell vars.  Add code to
4520         allow functions in this file to be overridden.
4521         (PARSE_AND_LIST_SHORTOPTS): Handle it.
4523         * emultempl/m68kcoff.em: Include ldfile.h before ldemul.h.
4525         * emultempl/elf32.em: Reorganize file.
4527 2000-07-27  Ivan Kokshaysky  <ink@jurassic.park.msu.ru>
4529         * emulparams/elf64alpha.sh: Implement "-taso" emulation
4530         specific option to fit 64-bit executable in the lower
4531         31-bit address range.  This is done by changing start
4532         address of .interp (the very first section of executable)
4533         and then setting EF_ALPHA_32BIT elf header flag.
4535 2000-07-21  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
4537         * emultempl/m68kcoff.em: New file.
4538         * emulparams/m68kcoff.sh (TEMPLATE_NAME): Use m68kcoff template.
4539         * Makefile.am (em68kcoff.c): Depend on m68kcoff.em rather than
4540         generic.em.
4541         * Makefile.in: Regenerate.
4543 2000-07-20  H.J. Lu  <hjl@gnu.org>
4545         * emultempl/elf32.em (longopts): Duplicate "disable-new-dtags"
4546         and "disable-new-dtags" to stop getopt from treating -d/-e as
4547         abbreviations for these options.
4549 2000-07-20  H.J. Lu  <hjl@gnu.org>
4551         * ld.texinfo: Add documentation for --disable-new-dtags and
4552         --enable-new-dtags.
4554         * ldmain.c (main): Initialize link_info.new_dtags to false.
4556         * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Add
4557         --disable-new-dtags and --enable-new-dtags.
4558         (gld_${EMULATION_NAME}_list_options): Likewise.
4560 2000-07-05  Kenneth Block  <krblock@computer.org>
4562         * lexsup.c: Add optional style to demangle switch
4563         * ld.texinfo: Document optional style to demangle switch.
4565 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
4567         * Makefile.am (ALL_EMULATIONS): Add ecrisaout.o, ecriself.o,
4568         ecrislinux.o.
4569         (ecrisaout.c, ecriself.c, ecrislinux.c): New rules.
4570         Regenerate dependencies.
4571         * Makefile.in: Rebuild.
4572         * configure.tgt (cris-*-*): New target.
4573         * emulparams/crisaout.sh, emulparams/criself.sh,
4574         emulparams/crislinux.sh, scripttempl/crisaout.sc: New files.
4575         * po/POTFILES.in, po/ld.pot: Regenerate.
4577 2000-07-20  H.J. Lu  <hjl@gnu.org>
4579         * emultempl/elf32.em (gld_${EMULATION_NAME}_list_options):
4580         Print out ignored -z options.
4582 2000-07-19  H.J. Lu  <hjl@gnu.org>
4584         * emulparams/elf32mcore.sh (PARSE_AND_LIST_ARGS): Removed.
4585         (PARSE_AND_LIST_PROLOGUE): New.
4586         (PARSE_AND_LIST_LONGOPTS): Likewise.
4587         (PARSE_AND_LIST_OPTIONS): Likewise.
4588         (PARSE_AND_LIST_ARGS_CASES): Likewise.
4590         * ldmain.c (main): Clear link_info.flags and link_info.flags_1.
4592         * lexsup.c (ld_options): Comment out 'z'.
4593         (parse_args): Likewise.
4595         * emultempl/elf32.em: Include "elf/common.h".
4596         (gld_${EMULATION_NAME}_parse_args): Defined. Handle some -z
4597         options.
4598         (gld_${EMULATION_NAME}_list_options): Likewise.
4600         * ld.texinfo: Add documentation for the recognized -z options.
4602 2000-07-19  H.J. Lu  <hjl@gnu.org>
4604         * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Call
4605         bfd_elf_set_dt_needed_soname ().
4607 2000-07-18  DJ Delorie  <dj@cygnus.com>
4609         * pe-dll.c (pe_dll_id_target): check object target name also
4611 2000-07-18  Hans-Peter Nilsson  <hp@axis.com>
4613         * scripttempl/elf.sc (.init): Only do ${INIT_START} and
4614         ${INIT_END} if relocating.
4615         (.fini): Likewise ${FINI_START} and ${FINI_END}.
4617 2000-07-16  Charles Wilson  <cwilson@ece.gatech.edu>
4619         * emultempl/pe.em (gld_*_open_dynamic_archive): New search
4620         order for dynamic library '-lfoo' on pei386: libfoo.dll.a,
4621         foo.dll.a, libfoo.a, libfoo.dll, foo.dll. This fixes compatibility
4622         errors introduced by the old dynamic lib search order.
4624 2000-07-17  DJ Delorie  <dj@cygnus.com>
4626         * pe-dll.c (process_def_file): auto-export data items also
4627         (pe_process_import_defs): also see if _imp_ form needed
4629 2000-07-12  Charles Wilson  <cwilson@ece.gatech.edu>
4631         * pe-dll.c (make_one): fix a typo in the __imp_ name decoration
4632         for dll import libraries
4634 2000-07-12  Mark Elbrecht  <snowball3@bigfoot.com>
4636         * scripttempl/i386go32.sc: Support the g++ attribute init_priority in
4637         gcc 2.95.2 and later.
4639 2000-07-11  Kazu Hirata  <kazu@hxi.com>
4641         * ldfile.c (ldfile_try_open_bfd): Output '\n' after an error
4642         message.
4644 2000-07-10  Alan Modra  <alan@linuxcare.com.au>
4646         * ldemul.h (struct lang_input_statement_struct): Remove forward
4647         declaration.
4648         (struct search_dirs): Likewise.
4649         * ldfile.h (struct lang_input_statement_struct): Likewise.
4650         Protect file from multiple inclusion.
4651         * ldlang.h (LANG_FOR_EACH_INPUT_STATEMENT): Move file_chain
4652         declaration from macro to file scope.
4654         * ldemul.c: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this order.
4655         * ldgram.y: Likewise here.
4656         * ldlang.c: And here.
4657         * ldmain.c: And here.
4658         * mpw-elfmips.c: And here.
4659         * mpw-eppcmac.c: And here.
4660         * emultempl/aix.em: And here.
4661         * emultempl/armcoff.em: And here.
4662         * emultempl/armelf.em: And here.
4663         * emultempl/armelf_oabi.em: And here.
4664         * emultempl/beos.em: And here.
4665         * emultempl/elf32.em: And here.
4666         * emultempl/hppaelf.em: And here.
4667         * emultempl/linux.em: And here.
4668         * emultempl/lnk960.em: And here.
4669         * emultempl/pe.em: And here.
4670         * emultempl/sunos.em: And here.
4671         * mpw-esh.c: And here. Include ldexp.h and ldlang.h too.
4672         * mpw-idtmips.c: Ditto.
4673         * emultempl/generic.em: Ditto.
4674         * emultempl/gld960.em: Ditto.
4675         * emultempl/gld960c.em: Ditto.
4676         * emultempl/mipsecoff.em: Ditto.
4677         * emultempl/ticoff.em: Ditto.
4678         * emultempl/vanilla.em: Ditto.
4680         * pe-dll.c: Include ldfile.h
4681         * ldver.c: Include ldexp.h, ldlang.h, ldfile.h
4683         * mpw-elfmips.c: (gldelf32ebmip_before_allocation): Add missing
4684         arguments to bfd_elf32_size_dynamic_sections call.
4685         (gldelf32ebmip_place_orphan): Add missing arguments to
4686         lang_leave_output_section_statement call.
4688 2000-07-10  H.J. Lu  <hjl@gnu.org>
4690         * emultempl/pe.em (pe_enable_stdcall_fixup): Protect with
4691         DLL_SUPPORT.
4692         (strhash): Likewise.
4693         (compute_dll_image_base): Likewise.
4694         (pe_undef_found_sym): Likewise.
4695         (pe_undef_cdecl_match): Likewise.
4696         (gld_${EMULATION_NAME}_open_dynamic_archive): Mark the
4697         argument "arch" with ATTRIBUTE_UNUSED.
4699 2000-07-10  Alan Modra  <alan@linuxcare.com.au>
4701         * configure.tgt: Remove extraneous hppa*-*-linux-gnu*.
4703         From  Ryan Bradetich  <rbradetich@uswest.net>
4704         * ldwrite.c (SSIZE): Remove to cure macro redefinition warning.
4706 2000-07-09  Alan Modra  <alan@linuxcare.com.au>
4708         Changes to create multiple linker stubs, positioned immediately
4709         before the section where they are required.
4710         * emultempl/hppaelf.em: Include elf32-hppa.h.
4711         (stub_sec, file_chain): Delete.
4712         (hppaelf_create_output_section_statements): Don't make a stub
4713         section here.
4714         (hook_stub_info): New struct.
4715         (hook_in_stub): New function.
4716         (hppaelf_add_stub_section): New function.
4717         (hppaelf_finish): Do nothing for relocateable links.  Modify the
4718         call to elf32_hppa_size_stubs.  Move code for updating section
4719         layout from here...
4720         (hppaelf_layaout_sections_again): ..to here, a new function.
4722         * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Fix
4723         broken list handling.  Pass in a pointer to the list.
4724         (hppaelf_finish): Update call to hppaelf_delete_padding_statements
4725         for above changes.
4726         (hppaelf_before_parse): Prototype.
4727         (hppaelf_set_output_arch): Prototype.
4728         (hppaelf_create_output_section_statements): Prototype.
4729         (hppaelf_delete_padding_statements): Prototype.
4730         (hppaelf_finish): Prototype.
4732         Merge from elf32.em
4733         * emultempl/hppaelf.em: Include ctype.h.
4734         (struct orphan_save): New.
4735         (gld${EMULATION_NAME}_place_orphan): New.
4736         (output_rel_find): New.
4737         (hppaelf_get_script): Update from elf32.em.
4738         (ld_hppaelf_emulation): Rename to ld_${EMULATION_NAME}_emulation.
4739         Change emulation_name field to "${EMULATION_NAME}".  Add
4740         gld${EMULATION_NAME}_place_orphan.
4742         * Makefile.am (ALL_EMULATIONS): Reinstate ehppaelf.o,  add
4743         ehppalinux.o, sort it.  Regenerate dependencies.
4744         (ehppalinux.c): Depend on hppaelf.em
4745         * Makefile.in: Regenerate.
4747         * configure.tgt: targ_emul=hppalinux for hppa*linux
4749         * emulparams/hppalinux.sh: New.
4750         * emulparams/hppaelf.sh (TARGET_PAGE_SIZE): Write in hex.
4752 2000-07-08  Alan Modra  <alan@linuxcare.com.au>
4754         * lexsup.c (parse_args): Copy section name.
4756 2000-07-07  Charles Wilson  <cwilson@ece.gatech.edu>
4758         * emultempl/pe.em: institute the following search order for
4759         dynamic libraries on pei386: libfoo.dll.a, foo.dll.a (import
4760         libs), libfoo.dll, foo.dll (link direct to dll).  Fall back to
4761         static lib (libfoo.a) if none of the above are found.
4763 2000-07-07  Mumit Khan  <khan@xraylith.wisc.edu>
4765         * emultempl/pe.em (pe_enable_auto_image_base): New variable.
4766         (longopts): New --{enable,disable}-auto-image-base options.
4767         (gld_${EMULATION_NAME}_list_options): Document.
4768         (gld_${EMULATION_NAME}_parse): Handle.
4769         (strhash): New static function.
4770         (compute_dll_image_base): New static function.
4771         (gld_${EMULATION_NAME}_set_symbols): Use.
4773 2000-07-05  DJ Delorie  <dj@redhat.com>
4775         * MAINTAINERS: new
4777 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
4779         * configure.tgt: Add traditional mips (mips*-*-sysv4*) target.
4780         * emulparams/elf32btsmip.sh: New file.
4781         * Makefile.am: Add traditional mips target.
4782         * Makefile.in: Rebuild.
4784 2000-07-01  H.J. Lu  <hjl@gnu.org>
4786         * Makefile.am (EXTRA_ld_new_SOURCES): Set to deffilep.y for
4787         automake to use YLWRAP.
4788         * Makefile.in: Rebuild.
4790 2000-07-01  Alan Modra  <alan@linuxcare.com.au>
4792         * Makefile.am (DEP): Fix 2000-06-22.  grep after running dep.sed
4793         (CLEANFILES): Add DEPA.
4794         * Makefile.in: Regenerate.
4796 2000-06-30  Timothy Wall  <twall@ppc>
4798         * scripttempl/tic54xcoff.sc: PAGE N is not implemented, so encode
4799         the page in the upper octet of the address.
4801 2000-06-26  Marek Michalkiewicz  <marekm@linux.org.pl>
4803         * emulparams/avrmega161.sh (ARCH): Change to avr:5.
4805 2000-06-24  Alan Modra  <alan@linuxcare.com.au>
4807         * NEWS: arm-elf does --gc-sections too.
4809 2000-06-22  Alan Modra  <alan@linuxcare.com.au>
4811         * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
4812         find one.
4813         * Makefile.in: Regenerate.
4815 2000-06-21  H.J. Lu  <hjl@gnu.org>
4817         * Makefile.am: Rebuild dependency.
4818         * Makefile.in: Rebuild.
4820 2000-06-20  H.J. Lu  <hjl@gnu.org>
4822         * Makefile.am: Rebuild dependency.
4823         * Makefile.in: Rebuild.
4825 2000-06-20  Timothy Wall  <twall@cygnus.com>
4827         * scripttempl/tic54xcoff.sc: New.
4828         * ldlang.c (wild_doit): Propagate SEC_BLOCK flag.
4829         * gen-doc.texi: Add flag for TI COFF.
4830         * ld.texinfo: Add documentation for TI COFF handling switches.
4831         * emultempl/ticoff.em: New. TI COFF handling.
4832         * configure.tgt: Add tic54x target.
4833         * Makefile.am: Add tic54x target.
4834         * Makefile.in: Ditto.
4836 2000-06-20  Alan Modra  <alan@linuxcare.com.au>
4838         * ldmain.c (set_scripts_dir): Correct pointer comparison when
4839         checking for backslashes.
4841 2000-06-19  Alan Modra  <alan@linuxcare.com.au>
4843         * NEWS: Move entries not in 2.10 above "Changes in version 2.10".
4845 2000-06-18  Alan Modra  <alan@linuxcare.com.au>
4847         * NEWS: Update list of targets supporting --gc-sections.
4849         * scripttempl/elf.sc: KEEP .eh_frame contents.
4850         * scripttempl/elfd30v.sc: Same here.
4852 2000-06-18  Stephane Carrez  <stcarrez@worldnet.fr>
4854         * Makefile.am (ALL_EMULATIONS): Added new emulation for m68hc12
4855         and m68hc11 (elf).
4856         * Makefile.in: Rebuild.
4857         * configure.tgt: Recognize m68hc12 and m68hc11.
4858         * scripttempl/elfm68hc12.sc: New file.
4859         * emulparams/m68hc12elfb: New emulation.
4860         * emulparams/m68hc12elf: New emulation.
4861         * emulparams/m68hc11elfb.sh: New file.  User configurable emulation
4862         (includes a memory.x script to define the ROM and RAM banks).
4863         * scripttempl/elfm68hc11.sc, emulparams/m68hc11elf.sh:
4864         New configuration files for support of Motorola 68hc11
4866 2000-06-15  Alan Modra  <alan@linuxcare.com.au>
4868         * ldmain.c (main): Only change SEC_READONLY for final link.
4870 2000-06-13  H.J. Lu  <hjl@gnu.org>
4872         * configure: Regenerate.
4874 2000-06-08  David O'Brien  <obrien@FreeBSD.org>
4876         * configure.in (VERSION): Update to show this is the CVS mainline.
4878 2000-06-07  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
4880         * emultempl/mipsecoff.em (gld{EMULATION_NAME}_after_open): Require all
4881         input objects to be ECOFF.
4882         (check_sections): einfo takes %B, not %P, to print a BFD name.
4884 2000-06-05  Michael Matz <matz@ifh.de>
4886         * ldgram.y (vers_defns): Handle 'extern "C++" { ... }' in
4887         version scripts.
4889         * ldlex.l (V_IDENTIFIER): Accept `::' in symbols.
4891 2000-05-23  Marek Michalkiewicz  <marekm@linux.org.pl>
4893         * emulparams/avr1200.sh (STACK): Define as 0.
4894         * emulparams/avr23xx.sh (STACK): Define as last internal SRAM address.
4895         * emulparams/avr4433.sh (STACK): Likewise.
4896         * emulparams/avr44x4.sh (STACK): Likewise.
4897         * emulparams/avr85xx.sh (STACK): Likewise.
4898         * emulparams/avrmega103.sh (STACK): Likewise.
4899         * emulparams/avrmega161.sh (STACK): Likewise.
4900         * emulparams/avrmega603.sh (STACK): Likewise.
4901         * scripttempl/elf32avr.sc (__data_start): Define for gcrt1.
4902         (__stack): Define from ${STACK} for main().
4904 2000-05-26  Alan Modra  <alan@linuxcare.com.au>
4906         * Makefile.am: Update dependencies with "make dep-am"
4907         * Makefile.in: Regenerate.
4909 2000-05-26  Eli Zaretskii  <eliz@is.elta.co.il>
4911         * ldmain.c: Include filenames.h.
4912         (set_scripts_dir): Support backslashes in program name.
4914 2000-05-22  Igor Shevlyakov  <igor@windriver.com>
4916         * ldmain.c (main): When deciding if ".text" section should be
4917         read-only, don't forget to reset SEC_READONLY because it
4918         could be already set.
4920 2000-05-22  Thomas de Lellis  <tdel@windriver.com>
4922         * ld.1: Add documentation for new command line option:
4923                 --section-start <sectionname>=<sectionorg>
4924         This is a generic version of -Ttext etc. which accepts
4925         any section name as a parameter instead of just text/data/
4926         bss.
4927         * ld.texinfo: More docs.
4928         * NEWS: More docs.
4929         * lexsup.c: (parse_args): Recognize new command line option.
4930         (ld_options): Add new option.
4932 2000-05-18  H.J. Lu  <hjl@gnu.org>
4934         * lexsup.c (parse_args): `i' == `r', not `q'.
4936 2000-05-18  Jeffrey A Law  (law@cygnus.com)
4938         * configure.tgt (hppa*64*-*-*): Enable PA64 target.
4940 2000-05-17 S. Bharadwaj Yadavalli  <sby@scrugs.lkg.dec.com>
4941               Rick Gorton          <gorton@scrugs.lkg.dec.com>
4943         Add support for '-q' == '--emit-relocs' switch.
4944         * ldmain.c (main): Default to false.
4945         * lexsup.c (parse_args): Turn on emitrelocations flag if set.
4946         * NEWS: Describe the emitrelocations switch.
4947         * ld.texinfo: Describe the emitrelocations switch.
4949 2000-05-16  Charles Wilson <cwilson@ece.gatech.edu>
4951         * emultempl/pe.em (_open_dynamic_archive): New function: Search
4952         the library path for "foo.dll" and "libfoo.dll" dynamic libraries
4953         before searching for 'libfoo.a' in response to a '-Bdynamic -lfoo'
4954         link options.
4956 2000-05-15  David O'Brien  <obrien@FreeBSD.org>
4958         * lexsup.c (parse_args): Update the year in the copyright notice.
4960 2000-05-13  Alan Modra  <alan@linuxcare.com.au>
4962         * ld.h (gettext, dgettext, dcgettext, textdomain, bindtextdomain):
4963         Replace defines with those from intl/libgettext.h to quieten gcc
4964         warnings.
4966 2000-05-10  H.J. Lu  <hjl@gnu.org>
4968         * ldlang.c (open_input_bfds): Don't load the same file within
4969         a group again if the whole archive has been loaded already.
4971 2000-05-03  Alan Modra  <alan@linuxcare.com.au>
4973         From Ulf Carlsson <ulfc@engr.sgi.com> and Andreas Jaeger <aj@suse.de>
4974         * lexsup.c (set_section_start): Use bfd_scan_vma rather than
4975         strtoul.
4977 2000-05-01  Jim Wilson  <wilson@cygnus.com>
4979         * configure.host (ia64-*-linux-gnu*): Change gcc to ${CC}.
4981         * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
4982         host "ia64-*-linux-gnu*".
4984 2000-04-29  Andreas Jaeger  <aj@suse.de>
4986         * ld.h: Correctly check GCC version.
4988 2000-04-25  Jeffrey A Law  (law@cygnus.com)
4990         * Makefile.am: Add PA64 support.  Add missing dependencies for
4991         PA32 elf support.
4992         * Makefile.in: Rebuilt.
4993         * configure.tgt: Add PA64 support (currently disabled).
4995 2000-04-25  Alan Modra  <alan@linuxcare.com.au>
4997         * emultempl/elf32.em (gld${EMULATION_NAME}_place_section): Delete.
4998         (output_rel_find): New function.
4999         (hold_section, hold_use): Delete.
5000         (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
5001         hold_interp): Make local to place_orphan.
5002         (gld${EMULATION_NAME}_place_orphan): Use lang_output_section_find
5003         rather than place_section to find possible previous use of orphan.
5004         Similarly find the place-holder output sections.  Use returned
5005         value from lang_enter_output_section_statement rather than calling
5006         lang_output_section_statement_lookup.
5007         * emultempl/armelf.em: Same here.
5008         * emultempl/pe.em: Similar to above, but no need for output_rel_find.
5010         * ldlang.c (lang_enter_output_section_statement): Return output
5011         section statement.
5012         * ldlang.h (lang_enter_output_section_statement): Change
5013         declaration too.
5015         * ldlang.h (lang_output_section_statement): Export it.
5016         * ldlang.c (lang_output_section_statement): Ditto.
5018 2000-04-24  Nick Clifton  <nickc@cygnus.com>
5020         * ld.texinfo (Output Section Data): Add note that section data
5021         commands cannot appear outside of section directives.
5023 2000-04-2  Matthew Green  <mrg@cygnus.com>
5025         * configure.tgt: Add NetBSD/sparc ELF, and NetBSD/sparc64 support.
5027 2000-04-21  Richard Henderson  <rth@cygnus.com>
5028             David Mosberger  <davidm@hpl.hp.com>
5030         * Makefile.am (ALL_64_EMULATIONS): Add eelf64_ia64.o.
5031         (eelf64_ia64.c): New rule.
5032         * Makefile.in: Rebuild.
5033         * configure.tgt (ia64-*-elf*, ia64-*-linux*): New targets.
5034         * emulparams/elf64_ia64.sh: New file.
5036 2000-04-21  Richard Henderson  <rth@cygnus.com>
5038         * scripttempl/elfd30v.sc: Place .gcc_except_table.
5040 2000-04-19  Alan Modra  <alan@linuxcare.com.au>
5042         * dep-in.sed: Match space at start of file name, not at end.
5044 2000-04-18  H.J. Lu  <hjl@gnu.org>
5046         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Call
5047         lang_leave_output_section_statement () after calling
5048         lang_enter_output_section_statement ().
5049         * emultempl/armelf.em: Likewise.
5051 2000-04-18  Alan Modra  <alan@linuxcare.com.au>
5053         * emultempl/elf32.em (struct orphan_save): Add section field.
5054         (gld${EMULATION_NAME}_place_orphan): Use above to keep sections in
5055         better order, and place first orphan section as we did before the
5056         2000-04-12 patch.  Ignore ~SEC_ALLOC sections when choosing place.
5057         Don't call make_bfd_section here, let wild_doit do the job for us.
5058         Don't build a statement list when we'll only throw it away.
5059         * emultempl/armelf.em: Ditto.
5060         * emultempl/pe.em: Similarly.
5062 2000-04-14  Geoff Keating  <geoffk@cygnus.com>
5064         * scripttempl/elfppc.sc: Remove.
5065         * emulparams/elf32ppc.sh: Use elf.sc.
5066         * emulparams/elf32lppc.sh: Use elf.sc.
5067         * emulparams/elf32ppclinux.sh: Use elf.sc.
5068         * emulparams/elf32ppcsim.sh: New file.
5069         * emulparams/elf32lppcsim.sh: New file.
5070         * Makefile.am: Update dependencies.  Add elf32ppcsim ad elf32lppcsim.
5071         (ALL_EMULATIONS): Add elf32ppcsim ad elf32lppcsim.
5072         * Makefile.in: Regenerate.
5073         * configure.tgt (powerpc-*): Add elf32ppcsim and elf32lppcsim.
5075 2000-04-14  Alan Modra  <alan@linuxcare.com.au>
5077         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Process
5078         ~SEC_ALLOC sections too.  Init start address of debug sections.
5079         * emultempl/armelf.em (gld${EMULATION_NAME}_place_orphan): Ditto.
5080         * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Ditto.
5081         Also set all relocateable section start addresses.
5083 2000-04-13  Geoff Keating  <geoffk@cygnus.com>
5085         * scripttempl/elf.sc: Add support for .sbss2 and .sdata2 sections.
5086         Add new BSS_PLT variable for when .plt need not be contained in
5087         the file.  Move _etext so that it is also after .fini, and provide
5088         both etext and _etext with a leading underscore.  Mark the start
5089         and end of .sbss.
5091 2000-04-12  Alan Modra  <alan@linuxcare.com.au>
5093         * emultempl/elf32.em (struct orphan_save): New.
5094         (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
5095         hold_interp): Make them struct orphan_save.
5096         (gld${EMULATION_NAME}_place_section): Modify for new hold_*.
5097         (gld${EMULATION_NAME}_place_orphan): Add new orphan sections to
5098         the end of the relevant section list.  Also add associated section
5099         statements to the end of any previous orphan statements.
5100         * emultempl/armelf.em: Similarly.
5101         * emultempl/pe.em: Similarly.
5103 2000-04-11  Alan Modra  <alan@linuxcare.com.au>
5105         * ld.texinfo (Simple Example): Remove extraneous paragraph.
5107 2000-04-07  Andrew Cagney  <cagney@b1.cygnus.com>
5109         * configure.in (WARN_CFLAGS): Set to -W -Wall by default.  Add
5110         --enable-build-warnings option.
5111         * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
5112         * Makefile.in, configure: Re-generate.
5114 2000-04-04  Alan Modra  <alan@linuxcare.com.au>
5116         * po/ld.pot: Regenerate.
5118         * lexsup.c (help): Restore translated part of bug string.
5120         * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
5121         (DEP): Quote when passing vars to sub-make.  Add warning message
5122         to end.
5123         (DEP1): Rewrite for "gcc -MM".
5124         (CLEANFILES): Add DEP2.
5125         Update dependencies.
5126         * Makefile.in: Regenerate.
5128 2000-04-03  Alan Modra  <alan@linuxcare.com.au>
5130         * ld.h: #include "bin-bugs.h"
5131         * lexsup.c (help): Use REPORT_BUGS_TO.
5133 2000-03-27  Denis Chertykov  <denisc@overta.ru>
5135         * configure.tgt (avr-*-*): New target support.
5136         * Makefile.am: Likewise.
5137         * scripttempl/elf32avr.sc: New script file.
5138         * emulparams/avr1200.sh: New file.
5139         * emulparams/avr23xx.sh: New file.
5140         * emulparams/avr4433.sh New file.
5141         * emulparams/avr44x4.sh New file.
5142         * emulparams/avr85xx.sh New file.
5143         * emulparams/avrmega103.sh New file.
5144         * emulparams/avrmega161.sh New file.
5145         * emulparams/avrmega603.sh New file.
5146         * Makefile.in: Regenerate.
5148 2000-03-09  Andreas Jaeger  <aj@suse.de>
5150         * Makefile.am (check-DEJAGNU): Also unset LANG.
5151         * Makefile.in: Rebuild.
5153 2000-03-06  Ian Lance Taylor  <ian@zembu.com>
5155         * ldfile.c (ldfile_try_open_bfd): Don't crash if we see an empty
5156         archive.
5158 2000-03-02  H.J. Lu  <hjl@gnu.org>
5160         * emulparams/elf32mcore.sh: Include "getopt.h".
5162 2000-03-01  Ian Lance Taylor  <ian@zembu.com>
5164         * configure.tgt: Remove *-*-aout, *-*-coff, and *-*-netware.
5166 2000-03-01  H.J. Lu  <hjl@gnu.org>
5168         * emulparams/mipspe.sh: Add SUBSYSTEM and INITIAL_SYMBOL_CHAR.
5169         * emulparams/shpe.sh: Likewise.
5171 2000-03-01  Nick Clifton  <nickc@cygnus.com>
5173         * pe-dll.c: Remove unused variables and add ATTRIBUTE_UNUSED
5174         to unused parameters.
5176         * emultempl/pe.em: Add "#ifdef DLL_SUPPORT" around static
5177         functions only used by DLL code.
5178         (_place_orphan): Initialise 'dollar'.
5180 2000-03-01  H.J. Lu  <hjl@gnu.org>
5182         * ldmain.c (undefined_symbol): Take one more arg, fatal, to
5183         indicate if the undefined symbol is a fatal error or not.
5184         Don't delete the output file if "fatal" is false.
5186 2000-02-29  H.J. Lu  <hjl@gnu.org>
5188         * Makefile.am (check-DEJAGNU): Also pass LIBS="$(LIBS)".
5189         Set LC_COLLATE and LC_ALL to null and export them. It is for
5190         sort which expects the C locale.
5191         Add $(LIBS) to all $(HOSTING_LIBS).
5192         * Makefile.in: Rebuild.
5194 2000-02-29  Alan Modra  <alan@spri.levels.unisa.edu.au>
5196         * emultempl/{aix.em, armcoff.em, armelf.em, armelf_oabi.em,
5197         beos.em, elf32.em, generic.em, gld960.em, gld960c.em, hppaelf.em,
5198         linux.em, lnk960.em, mipsecoff.em, sunos.em, vanilla.em}
5199         (ld_emulation_xfer_struct): Add missing NULL initialiser for
5200         find_potential_libraries.
5202 2000-02-28  Jim Blandy  <jimb@redhat.com>
5204         * ldgram.y (exclude_name_list): Don't require a comma to separate
5205         list entries; the lexer considers commas to be valid part of a
5206         filename, so in something like `foo, bar' the comma is considered
5207         part of the first filename, `foo,'.
5208         * ld.texinfo: Update section on EXCLUDE_FILE lists.
5210 2000-02-27  Loren J. Rittle  <ljrittle@acm.org>
5212         * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
5213         host "i[3456]86-*-freebsdelf*".
5215 2000-02-27  Mark Elbrecht  <snowball3@bigfoot.com>
5217         * scripttempl/i386go32.sc: Move misplaced semicolons.
5219 2000-02-25  Ian Lance Taylor  <ian@zembu.com>
5221         * Makefile.am (ALL_EMULATIONS): Remove ehppaelf.o.
5222         (ALL_64_EMULATIONS): Remove eelf64hppa.o.
5223         (eelf64hppa.c, ehppaelf.c): Remove targets.
5224         * Makefile.in: Rebuild.
5226 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5228         * configure.tgt (targ_extra_ofiles): Enable elf64_sparc on
5229         GNU/Linux/sparc, but keep the default as 32.
5231         * configure.tgt: Enable elf64_sparc on Solaris7+/sparc.  And make
5232         it default if sparcv9 or sparc64.
5234 2000-02-24  Nick Clifton  <nickc@cygnus.com>
5236         * Makefile.am: Add rules to build emipspe.o and earmpe.o.
5237         * Makefile.in: Regenerate.
5238         * configure.tgt: Add targets for arm-wince, sh-pe and mips-pe.
5240         * ldemul.h (ld_emulation_xfer_struct): Add new field:
5241         find_potential_libraries.
5242         * ldemul.c (ldemul_find_potential_libraries): New function.
5244         * ldfile.c (ldfile_open_file_search): Allow function to be
5245         exported.
5246         (ldfile_open_file): Call ldemul_find_potential_libraries.
5247         * ldfile.h: Add prototype for ldfile_open_file_search.
5249         * pe-dll.c: Add support for ARM, MIPS and SH targets.
5251         * emulparams/mipspe.sh: New file.  Parameters for mips-pe target.
5252         * emulparams/shpe.sh: New file.  Parameters for sh-pe target.
5254         * emultempl/pe.em: Add support for ARM, MIPS and SH DLLs.
5255         (gld_X_find_potential_libraries): New function.  Search for
5256         libraries called "*.lib".
5258         * scripttempl/pe.sc: Add .pdata section.
5260 2000-02-23  Richard Henderson  <rth@cygnus.com>
5262         * scripttempl/elfd10v.sc: Remove dynamic linking hooks.
5263         Add and use memory regions.
5265 2000-02-23  Linas Vepstas (linas@linas.org)
5267         * emulparams/elf32i370.sh, scripttempl/elfi370.sc: New.
5269         * Makefile.am: Add support for Linux/IBM 370.
5270         * configure.tgt: Likewise.
5272         * Makefile.in: Regenerate.
5274 2000-02-21  Alan Modra  <alan@spri.levels.unisa.edu.au>
5276         * ldlang.c (print_input_section, print_data_statement,
5277         print_reloc_statement, print_padding_statement, insert_pad,
5278         size_input_section, lang_check_section_addresses,
5279         lang_size_sections, lang_do_assignments, lang_set_startof,
5280         lang_one_common): Change `opb' to unsigned.
5281         (lang_do_assignments): Also change `size' to unsigned.
5283 2000-02-16  Richard Henderson  <rth@cygnus.com>
5285         * scripttempl/elf.sc: Place OTHER_PLT_RELOC_SECTION.
5287 2000-02-16  Timothy Wall  <twall@cygnus.com>
5289         * mri.c (mri_draw_tree): Add default LMA region argument to call
5290         to lang_leave_output_section_statement.
5291         * ldlang.h: Update prototypes with LMA region arguments.
5292         * ldlang.c (lang_size_sections): Encapsulate region bounds
5293         checking in os_check_region call.
5294         (os_check_region): New function.
5295         (lang_output_section_statement_lookup): Initialize lma_region.
5296         (lang_leave_output_section_statement): Add LMA region argument.
5297         (lang_leave_overlay): Ditto.
5298         * ldgram.y: Handle LMA region syntax.
5299         * ld.texinfo (Output Section Description): Describe LMA region usage.
5300         * emultempl/armelf.em (gld$place_orphan): Add default value for
5301         lma region in call to lang_leave_output_section_statement.
5302         * emultempl/elf32.em (gld$place_orphan): Add default value for
5303         lma region in call to lang_leave_output_section_statement.
5304         * emultempl/pe.em (gld$place_orphan): Add default value for
5305         lma region in call to lang_leave_output_section_statement.
5308 2000-02-04  Timothy Wall  <twall@redhat.com>
5310         * ldlang.c (lang_check_section_addresses): Use bytes instead of
5311         octets when calculating section end addresses.
5313 2000-02-04  Timothy Wall  <twall@redhat.com>
5315         * ldlang.c (lang_size_sections): Fix typo in ALIGN_N invocation.
5317 2000-02-03  Timothy Wall <twall@redhat.com>
5319         * ldexp.c (fold_name): Make SIZEOF operator return byte count, not
5320         octet count.
5321         * ldlang.c (print_input_section, print_data_statement,
5322         print_reloc_statement, print_padding_statement): Print target
5323         address values and section sizes as bytes, not octets.
5324         (insert_pad) Calculate padding size in octets, and adjust "dot"
5325         by bytes.
5326         (size_input_section) Always adjust "dot" by bytes, not octets.
5327         (lang_check_section_addresses, lang_do_assignments) Adjust
5328         "dot" by bytes, not octets.  Use the larger of the directive size
5329         or octets_per_byte for the number of octets actually allocated in
5330         the output section.
5331         (lang_set_startof) Make sure STARTOF returns a target address.
5332         (lang_one_common) Record size changes in octets.
5333         (lang_abs_symbol_at_end_of) Section end symbol's value is
5334         recorded in target bytes.
5335         * ld.texinfo: Updated description of BYTE, SHORT, LONG, etc.
5336         to be clear about behavior when an octet is smaller than one byte.
5338 2000-01-27  Alan Modra  <alan@spri.levels.unisa.edu.au>
5340         * ldcref.c (output_cref): Don't pass message strings to printf
5341         as format arg.
5342         Update copyright.
5344         * ldmisc.c (vfinfo): Same here.
5345         Update copyright.
5347 2000-01-23  Alan Modra  <alan@spri.levels.unisa.edu.au>
5349         * emultempl/{armcoff.em,armelf.em,armelf_oabi.em,beos.em,
5350         generic.em,gld960.em,gld960c.em,hppaelf.em,linux.em,lnk960.em,
5351         mipsecoff.em,sunos.em,vanilla.em} (ld_emulation_xfer_struct):
5352         Add missing NULL initialisers, and comments.
5354 2000-01-21  Nick Clifton  <nickc@cygnus.com>
5356         * ldlang.c (lang_size_sections): Fix typo in comment.
5358 2000-01-18  H.J. Lu  <hjl@gnu.org>
5360         * ldlang.c (lang_size_sections): Also update the current
5361         address of a region if the SEC_NEVER_LOAD bit is not set.
5363 2000-01-10  Philip Blundell  <pb@futuretv.com>
5365         * configure.tgt (arm*-*-conix*): New target.
5367 2000-01-07  Nick Clifton  <nickc@cygnus.com>
5369         * ld.texinfo (Options): Remind users to preceed linker command
5370         line switches with -Wl, (or whatever is appropriate) if it is
5371         being invoked by a comnpiler driver program.
5372         Fix description of the behaviour of the -n command line switch.
5374 2000-01-05  Catherine Moore  <clm@cygnus.com>
5376         * ld.h (wildcard_spec):  Change exclude_name to exclude_name_list.
5377         (name_list): New.
5378         * ld.texinfo (EXCLUDE_FILE): Update documentation.
5379         * ldgram.y (wildcard_spec): Support a list of excluded_files.
5380         (exclude_name_list): New.
5381         ldlang.c (walk_wild_section): Support list of excluded files.
5382         (print_wild_statement): Likewise.
5383         (lang_add_wild): Likewise.
5384         * ldlang.h (lang_wild_statement_type): Likewise.
5385         * scripttempl/elf.sc (OTHER_EXCLUDE_FILES): Support.
5387 2000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
5389         * pe-dll.c (pe_dll_warn_dup_exports): New variable.
5390         (process_def_file): Use.
5391         (pe_dll_compat_implib): New variable.
5392         (make_one): Use.
5394         * pe-dll.h: Add exports of pe_dll_warn_dup_exports and
5395         pe_dll_compat_implib.
5397         * emultempl/pe.em (longopts): Add warn-duplicate-exports and
5398         compat-implib options.
5399         (gld_${EMULATION_NAME}_list_options): List new options.
5400         (gld_${EMULATION_NAME}_parse_args): Handle.
5402         * pe-dll.c (pe_dll_generate_implib): Use the correct name for output
5403         dll.
5405         * deffilep.y (opt_name): Allow "." in name.
5407 For older changes see ChangeLog-9899
5409 Local Variables:
5410 mode: change-log
5411 left-margin: 8
5412 fill-column: 74
5413 version-control: never
5414 End: