* configure.tgt: Add specific case for cris-*-linux-gnu*
[binutils.git] / ld / ChangeLog
blobf765b4f4dc0d26ed7b9862a2bdf803375ee5e44c
1 2003-06-16  Hans-Peter Nilsson  <hp@axis.com>
3         * configure.tgt: Add specific case for cris-*-linux-gnu*
4         with crislinux emulation only.
6 2003-06-13  Robert Millan  <zeratul2@wanadoo.es>
8         * configure.tgt: Add i386-netbsd-gnu target.
10 2003-06-12  Richard Sandiford  <rsandifo@redhat.com>
12         * configure.tgt (mips*-sgi-irix6*): Add the o32 and n64 emulations
13         to $targ_extra_libpath.
15 2003-06-11  H.J. Lu <hongjiu.lu@intel.com>
17         * po/Make-in (DESTDIR): New.
18         (install-data-yes): Support $(DESTDIR).
19         (uninstall): Likewise.
21 2003-06-10  Doug Evans  <dje@sebabeach.org>
23         * Makefile.am (ALL_EMULATIONS): Add em32relf.o.
24         * Makefile.in: Regenerate.
26 2003-06-10  Richard Sandiford  <rsandifo@redhat.com>
28         * configure.tgt (h8300*): Add h8300sxn emulations.
29         * Makefile.am (ALL_EMULATIONS): Add eh8300sxn.o and eh8300sxnelf.o.
30         (eh8300sxn.c, eh8300sxnelf.c): New rules.
31         * Makefile.in: Regenerate.
32         * emulparams/h8300sxnelf.sh, emulparams/h8300sxn.sh: New files.
33         * scripttempl/h8300sxn.sc: New file.
35 2003-06-10  Alan Modra  <amodra@bigpond.net.au>
37         * emulparams/elf64ppc.sh (EXECUTABLE_SYMBOLS, OTHER_BSS_END_SYMBOLS,
38         CTOR_START, CTOR_END, DTOR_START, DTOR_END): Don't define.
40 2003-06-08  Alan Modra  <amodra@bigpond.net.au>
42         * emultempl/ppc64elf.em (emit_stub_syms, toc_section): New vars.
43         (build_toc_list): New function.
44         (gld${EMULATION_NAME}_finish): Call build_toc_list and
45         ppc64_elf_reinit_toc.  Adjust ppc64_elf_build_stubs call.
46         (OPTION_STUBSYMS): Define.
47         (PARSE_AND_LIST_LONGOPTS): Add emit-stub-syms.
48         (PARSE_AND_LIST_OPTIONS): Document.
49         (PARSE_AND_LIST_ARGS_CASES): Handle.
51 2003-06-05  Roland McGrath  <roland@redhat.com>
53         * emultempl/elf32.em (gld${EMULATION_NAME}_list_options): Remove
54         extra \t in -z noexecstack line.
56 2003-05-23  Jakub Jelinek  <jakub@redhat.com>
58         * ldgram.y (phdr_type): Grok PT_GNU_STACK.
59         * emultempl/elf32.em (gld${EMULATION_NAME}_handle_option): Add
60         -z execstack and -z noexecstack.
61         (gld${EMULATION_NAME}_list_options): Likewise.
62         * scripttempl/elf.sc: If not -r, discard .note.GNU-stack section.
64 2003-06-03  Michael Snyder  <msnyder@redhat.com>
65         and Bernd Schmidt   <bernds@redhat.com>
66         and Alexandre Oliva <aoliva@redhat.com>
68         * Makefile.am: Add new emulations for h8300sx.
69         * Makefile.in: Regenerate.
70         * configure.tgt: Add new emulations.
71         * emulparams/h8300sx.sh: New emulation.
72         * emulparams/h8300sxelf.sh: Ditto.
73         * scripttempl/h8300sx.sc: Ditto.
75 2003-06-03  H.J. Lu <hongjiu.lu@intel.com>
77         * ldmisc.c: Include "bfdlink.h".
78         (error_handler): Handle LD_DEFINITION_IN_DISCARDED_SECTION
79         and -LD_DEFINITION_IN_DISCARDED_SECTION.
81         * Makefile.am: Rebuild dependency.
82         * Makefile.in: Regenerated.
84 2003-06-03  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
86         * emulparams/shlelf_linux.sh (GENERATE_PIE_SCRIPT): Set to yes.
87         * emulparams/shlelf32_linux.sh (GENERATE_PIE_SCRIPT): Likewize.
89 2003-06-02  Fabrizio Gennari  <fabrizio.ge@tiscalinet.it>
91         * pe-dll.c (fill_edata): Scan table pe_dll->exports, which is
92         sorted alphabetically, instead of exported_symbols, which is
93         sorted by ordinal.
95 2003-05-30  Ulrich Drepper  <drepper@redhat.com>
96             Jakub Jelinek  <jakub@redhat.com>
98         * lexsup.c (OPTION_PIE): Define.
99         (ld_options): Add -pie and --pic-executable options.
100         (parse_args): Handle OPTION_PIE.
101         * ldmain.c (main): Initialize link_info.pie and
102         link_info.executable.
103         * genscripts.sh: Generate PIE scripts.
104         * ld.texinfo: Document -pie and --pic-executable options.
105         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open):
106         (gld${EMULATION_NAME}_place_orphan): Likewise.
107         (gld${EMULATION_NAME}_get_script): Include PIE scripts.
108         * scripttempl/elf.sc: In PIE scripts set . the same way as in
109         shared scripts.
110         * emulparams/elf_i386.sh (GENERATE_PIE_SCRIPT): Set to yes.
111         * emulparams/elf64_ia64.sh (GENERATE_PIE_SCRIPT): Likewise.
112         * emulparams/elf32ppc.sh (GENERATE_PIE_SCRIPT): Likewise.
113         * emulparams/elf64ppc.sh (GENERATE_PIE_SCRIPT): Likewise.
114         * emulparams/elf_x86_64.sh (GENERATE_PIE_SCRIPT): Likewise.
115         * emulparams/elf_s390.sh (GENERATE_PIE_SCRIPT): Likewise.
116         * emulparams/elf32_sparc.sh (GENERATE_PIE_SCRIPT): Likewise.
117         * emulparams/elf64_sparc.sh (GENERATE_PIE_SCRIPT): Likewise.
118         * emulparams/elf64alpha.sh (GENERATE_PIE_SCRIPT): Likewise.
119         * emulparams/elf64_s390.sh (GENERATE_PIE_SCRIPT): Likewise.
120         * emulparams/elf_i386.sh (GENERATE_PIE_SCRIPT): Likewise.
122 2003-05-30  H.J. Lu <hongjiu.lu@intel.com>
124         * genscripts.sh: Create tmpdir/libpath.exp.
126 2003-05-30  Nick Clifton  <nickc@redhat.com>
128         * emultempl/armelf.em (arm_elf_before_allocation): Replace ASSERT
129         with a test for a NULL bfd_for_interworking.
131 2003-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
133         * configure.host (*-*-netbsd*): Set HOSTING_CRT0 and HOSTING_LIBS
134         correctly for more recent versions of NetBSD.
135         (alpha*-*-netbsd*): Remove.
136         (i[3-7]86-*-netbsd*): Remove.
138 2003-05-29  Nick Clifton  <nickc@redhat.com>
140         * emultempl/pe.em: Include "safe-ctype.h" instead of <ctype.h>.
142 2003-05-26  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
144         * emulparams/elf64btsmip.sh: Set TEXT_START_ADDR to 0x120000000 to
145         trap on pointer crops.
147 2003-05-21  Marcus Comstedt  <marcus@mc.pp.se>
149         * configure.tgt: Check for a target triplet of shl-...-netbsdelf
150         as well as shle-...-netbsdelf.
152 2003-05-16  Kelley Cook  <kelleycook@wideopenwest.com>
154         * configure.host: Accept i[3-7]86 variants.
155         * configure.tgt: Likewise.
157 2003-05-15  H.J. Lu <hongjiu.lu@intel.com>
159         * emulparams/elf64_ia64.sh: Don't set COMMONPAGESIZE for now.
161 2003-05-09  Daniel Jacobowitz  <drow@mvista.com>
163         * Makefile.am (ALL_EMULATIONS): Add earmelfb.o and earmelfb_linux.o.
164         (earmelfb.c, earmelfb_linux.c): New rules.
165         * Makefile.in: Regenerated.
166         * emulparams/armelfb.sh, emulparams/armelfb_linux.sh: New files.
167         * configure.tgt: Add armeb-elf and arm*b-*-linux-gnu.
169 2003-05-09  Nick Clifton  <nickc@redhat.com>
171         * ldlang.c (lang_size_sections_1): Default to generating a
172         fatal error message if a loadable section is not allocated
173         to a memory region when regions are defined.
175 2003-05-09  Alan Modra  <amodra@bigpond.net.au>
177         * Makefile.am (em68hc11elf.c): Correct dependencies.
178         (em68hc11elfb.c, em68hc12elf.c, em68hc12elfb.c): Likewise.
179         * Makefile.in: Regenerate.
180         * emultempl/elf32.em (find_exp_assignment): Adjust for changed
181         bfd_elf_record_link_assignment name.
183 2003-05-07  Alexandre Oliva  <aoliva@redhat.com>
185         * ldmain.h (overflow_cutoff_limit): Declare.
186         * ldmain.c (overflow_cutoff_limit): Define, initialized to 10.
187         (reloc_overflow): Limit error messages based on it.
188         * lexsup.c (parse_args) <OPTION_VERBOSE>: Set cutoff to
189         unlimited.
191 2003-05-05  Alan Modra  <amodra@bigpond.net.au>
193         * ldlex.l: Accept C style comments in version scripts.
195 2003-04-28  H.J. Lu <hjl@gnu.org>
197         * ldlang.c (lang_process): Add the relax finalize pass.
199         * ldmain.c (main): Initialize link_info.relax_finalizing to
200         FALSE.
202 2003-04-24  Roland McGrath  <roland@redhat.com>
204         * ldgram.y (phdr_type): Grok PT_TLS and PT_GNU_EH_FRAME names.
205         If a name string is unknown, give an error rather than crashing later.
207 2003-04-23 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
209         * Makefile.am (ALL_EMULATIONS): Add eh8300hn.o, eh8300sn.o,
210         eh8300hnelf.o, eh8300snelf.o and respective rules.
211         * Makefile.in: Regenerate.
212         * configure.tgt: Add h8300hn, h8300sn, h8300hnelf, h8300snelf
213         * emulparams/h8300hn.sh: New
214         * emulparams/h8300sn.sh: New
215         * emulparams/h8300hnelf.sh: New
216         * emulparams/h8300snelf.sh: New
217         * scripttempl/h8300hn.sc: new
218         * scripttempl/h8300sn.sc: new
220 2003-04-23  H.J. Lu <hjl@gnu.org>
222         * ldmain.c (link_callbacks): Initialize error_handler.
224         * ldmisc.c (error_handler): New function.
226         * ldmisc.h (error_handler): New prototype.
228 2003-04-21  Stephane Carrez  <stcarrez@nerim.fr>
230         * emulparams/m68hc11elf.sh: Use m68hc1xelf.em extra.
231         * emulparams/m68hc11elfb.sh: Likewise.
232         * emulparams/m68hc12elf.sh: Likewise.
233         * emulparams/m68hc12elfb.sh: Likewise.
235 2003-04-19  Stephane Carrez  <stcarrez@nerim.fr>
237         * emultempl/m68hc1xelf.em: New file to generate far trampolines on
238         68HC11 and 68HC12.
239         (LDEMUL_BEFORE_ALLOCATION): Override to gather the trampolines to
240         generate.
241         (LDEMUL_FINISH): Override to generate the trampolines after gc and
242         linker relaxation.
243         (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Override to create the
244         stub file for trampolines.
245         (PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_LONGOPTS): New options
246         --no-trampoline and --bank-window to control the memory bank window.
248 2003-04-18  H.J. Lu <hjl@gnu.org>
250         * ldfile.c (ldfile_add_library_path): Remove the unused
251         variable.
253 2003-04-18  Andrew Haley  <aph@cambridge.redhat.com>
255         * scripttempl/xstormy16.sc (__data, __rdata): New.
257 2003-04-16  Nick Clifton  <nickc@redhat.com>
259         * scripttempl/xstormy16.sc: Add .jcr section mapping.
261 2003-04-15  H.J. Lu <hjl@gnu.org>
263         From Debian by Jack Howarth <howarth@nitro.med.uc.edu>:
265         * ldlex.l: Use YY_CURRENT_BUFFER instead of yy_current_buffer.
267 2003-04-15  Rohit Kumar Srivastava <rohits@kpitcummins.com>
269         * h8-doc.texi: Replace occurrances of 'Hitachi' with 'Renesas'.
270         * ld.texinfo: Likewise.
272 2003-04-14  Alan Modra  <amodra@bigpond.net.au>
274         From Prashanth Tamraparni <prashanth_t@in.ibm.com>
275         * scripttempl/elf.sc (CTOR): Handle crtbeginS.o, crtendS.o and
276         other variants of crtbegin.o, crtend.o.
277         (DTOR): Likewise.
278         * scripttempl/crisaout.sc (ctors, dtors): Likewise.
279         * scripttempl/elf_chaos.sc (CTOR, DTOR): Likewise.
280         * scripttempl/elfd10v.sc (CTOR, DTOR): Likewise.
281         * scripttempl/elfd30v.sc (CTOR, DTOR): Likewise.
282         * scripttempl/elfxtensa.sc (CTOR, DTOR): Likewise.
283         * scripttempl/iq2000.sc (CTOR, DTOR): Likewise.
284         * scripttempl/mmo.sc (ctors, dtors): Likewise.
285         * scripttempl/xstormy16.sc (CTOR, DTOR): Likewise.
287 2003-04-09   Dmitry Diky  <diwil@mail.ru>
289         * scripttempl/elf32msp430.sc: Add initX, finiX, ctors, dtors
290         sections to respect C++  constructor/destructor. Add ctors/dtors
291         start/stop definitions.
292         * scripttempl/elf32msp430_3.sc: Likewise.
294 2003-04-06  Nick Clifton  <nickc@redhat.com>
296         * ld.texinfo (Options): Add a reminder of the target specific
297         nature to the description of the i386 PE specific options, for
298         readers who have not read all the way through the manual.
300 2003-04-04  Svein E. Seldal  <Svein.Seldal@solidas.com>
302         * configure.tgt: Fixed bug in list of targ_extra_emuls.
303         * emulparams/tic3xcoff.sh (SCRIPT_NAME): Namespace
304         cleanup. Replace s/c4x/tic4x and s/c3x/tic3x/
305         * emulparams/tic3xcoff_onchip.sh: Ditto
306         * emulparams/tic4xcoff.sh: Ditto
307         * scripttempl/tic4xcoff.sc: Ditto
309 2003-04-03  Nick Clifton  <nickc@redhat.com>
311         * NEWS: Mention support for Xtensa architecture.
313 2003-04-02  Nick Clifton  <nickc@redhat.com>
315         * pe-dll.c (pe_detail_list): arm-pe targets use underscores.
317 2003-04-01  Danny Smith <dannysmith@users.sourceforge.net>
319         * emultempl/pe.em (gld_${EMULATION_NAME}_after_open):
320         Don't call pe_dll_build_section() if link_info.relocateable.
321         (gld_${EMULATION_NAME}_finish): Don't call pe_dll_fill_sections()
322         if link_info.relocateable.
324 2003-04-01  Fabrizio Gennari  <fabrizio.ge@tiscalinet.it>
326         * pe-dll.c (process_def_file): Don't create an export
327         section if there are no exports and we're building an exe
328         (pe_dll_build_sections): Ditto
329         (pe_dll_fill_sections): Conditionalize setting
330         abfd->dll true on info->shared
331         * emultempl/pe.em (gld_${EMULATION_NAME}_after_open):
332         If i386pe or armpe, call pe_dll_build_section()
333         for both exe's and dll's, not just dll's.
334         (gld_${EMULATION_NAME}_finish): For all targets except
335         shpe and mipspe, call pe_dll_fill_sections() for both
336         exe's and dll's, not just dll's.
338 2003-04-02  Bob Wilson  <bob.wilson@acm.org>
340         * emulparams/xtensa-config.sh: Remove comment indicating that this is
341         a generated file.
343 2003-04-01  Bob Wilson  <bob.wilson@acm.org>
345         * Makefile.am (ALL_EMULATIONS): Add eelf32xtensa.o.
346         (eelf32xtensa.c): New target.
347         * Makefile.in: Regenerate.
348         * configure.tgt: Handle xtensa-*-*.
349         * gen-doc.texi: Set XTENSA variable.
350         * ld.texinfo: Set XTENSA variable.  Add new Xtensa node.
351         * emulparams/elf32xtensa.sh: New file.
352         * emulparams/xtensa-config.sh: Likewise.
353         * emultempl/xtensaelf.em: Likewise.
354         * scripttempl/elfxtensa.sc: Likewise.
356 2003-04-01  Jakub Jelinek  <jakub@redhat.com>
358         * configure.tgt (powerpc*-*-linux*): Add elf32ppc to ppc64
359         targ_extra_libpath.  Add elf64ppc to ppc targ_extra_libpath
360         if --enable-64-bit-bfd.
362 2003-04-01  Nick Clifton  <nickc@redhat.com>
364         * emulparams/armelf.sh (OTHER_READONLY_SECTIONS): Change name of
365         note section.
366         * emulparams/armelf_linux.sh (OTHER_READONLY_SECTIONS): Change
367         name of note section.
369 2003-03-31  Alexandre Oliva  <aoliva@redhat.com>
371         * ld.texinfo (-Tbss, -Tdata, -Ttext): Document in terms of
372         --section-start.
374 2003-03-31  David Heine  <dlheine@suif.stanford.edu>
376         * ldfile.c (ldfile_add_library_path): Always allocate space for
377         the filename.
378         * ldlang.c (lang_register_vers_node): Free the node if it cannot
379         be used.
380         * ldmain.c (set_scripts_dir): Always free the constructed
381         directory name.
382         (add_keepsyms_file): Fix memory leak.
383         * ldmisc.c (vfinfo): Likewise.
384         * lexsup.c (parse_args): Likewise.
386 2003-03-25  Stan Cox   <scox@redhat.com>
387             Nick Clifton  <nickc@redhat.com>
389         Contribute support for Intel's iWMMXt chip - an ARM variant:
391         * emulparams/armelf.sh (OTHER_READONLY_SECTIONS): Define.
392         * emulparams/armelf_linux.sh (OTHER_READONLY_SECTIONS): Define.
393         * scripttempl/armcoff.sc (.data): Ensure 8 byte alignment.
394         (.bss): Likewise.
396 2003-03-25  Alexandre Oliva  <aoliva@redhat.com>
398         * ldmain.h (ld_canon_sysroot, ld_canon_sysroot_len): Declare.
399         * ldmain.c (ld_canon_sysroot, ld_canon_sysroot_len): Define.
400         (main): Initialize them.
401         * ldfile.c: Include pathnames.h.
402         (is_sysrooted_pathname): New.
403         (ldfile_add_library_path): Use it.
404         (ldfile_open_file_search): Likewise.  Use IS_ABSOLUTE_PATH.  Don't
405         search_dirs if given an absolute pathname.
406         (ldfile_open_file): Issue error message for sysrooted
407         absolute pathnames.
408         * Makefile.am: Updated dependencies.
409         * Makefile.in: Rebuild.
411 2003-03-24  Daniel Néri  <dne@mayonnaise.net>
413         * ld.texinfo: Rename all occurances of C54X to TIC54X.
415 2003-03-19  Andreas Schwab  <schwab@suse.de>
417         * ldfile.c (ldfile_try_open_bfd): Pop lexer start condition after
418         eof.
420 2003-03-18  Danny Smith  <dannysmith@users.sourceforge.net>
422         * defilep.y (opt_base): If no number given, set to default
423         (-1), not 0.
425 2003-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
427         * deffilep.y (def_import):  Use default extension of "dll"
428         if no extension provided in parsed IMPORT definition.
430         * deffilep.y (def_lex): Revert 2003-03-12 change.
431         (dot_name): New id type and rule.
432         (expline): Use instead of ID.
433         (opt_equal_name): Likewise.
435 2003-03-12  Danny Smith  <dannysmith@users.sourceforge.net>
437         * deffilep.y (def_lex): Accept '.' as valid non-lead char.
439 2003-03-07  Christopher Faylor  <cgf@redhat.com>
441         * configure.tgt: Add NATIVE_LIB_DIRS for cygwin target back after
442         apparent accidental removal on 2003-01-06.
444 2003-03-04  Dmitry Diky  <diwil@mail.ru>
446         * Makefile.am: Add new devices x1122 x1132 emulation
447         * configure.tgt: Likewise.
448         * Makefile.in: Regenerate.
449         * emulparams/msp430x1122.sh: New file.
450         * emulparams/msp430x1132.sh: New file.
452 2003-03-03  Alexandre Oliva  <aoliva@redhat.com>
454         * ldmain.c (set_scripts_dir): Look for relative to TOOLBINDIR as
455         well.
457         * ldfile.h (struct search_dirs): Added sysrooted field.
458         * ldlang.h (struct lang_input_statement_struct): Likewise.
459         * ldfile.c (ldfile_add_library_path): Mark sysrooted paths.
460         (ldfile_open_file_search): Look for sysrooted filename starting
461         with / in ld_sysroot instead of in the current directory.  Clear
462         sysrooted flag if it's found in the current directory.  Set it
463         from the search directory's sysrooted flag where it is found
464         otherwise.
465         * ldlang.c (ldlang_sysrooted_script): New static variable.
466         (new_afile): Mark search_file_enums as sysrooted if
467         ldlang_sysrooted_script.
468         (load_symbols): Set ldlang_sysrooted_script according to the
469         script's sysrooted field while processing it.
470         * ld.texinfo: Document INPUT behavior in sysroot.
472 2003-03-02  Danny Smith  <dannysmith@users.sourceforge.net>
474         * scripttempl/pe.sc: Use PROVIDE with etext, end, _end,
476 2003-03-03  Alan Modra  <amodra@bigpond.net.au>
478         * emulparams/elf64alpha.sh (EXTRA_EM_FILE): Define.
479         (PARSE_AND_LIST_PROLOGUE, PARSE_AND_LIST_LONGOPTS,
480         PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES,
481         PARSE_AND_LIST_EPILOGUE): Don't define.
482         * emultempl/alphaelf.em: New file.
484 2003-03-01  Alan Modra  <amodra@bigpond.net.au>
486         * ldemul.c: Include getopt.h.
487         * emultempl/elf32.em: Include getopt.h earlier.
488         * emultempl/ticoff.em: Likewise.
490 2003-02-28  Alan Modra  <amodra@bigpond.net.au>
492         * emultempl/elf32.em (gld${EMULATION_NAME}_get_script): Add combreloc
493         support when scripts read from files.
495 2003-02-28  Alan Modra  <amodra@bigpond.net.au>
497         * ldemul.c (ldemul_parse_args): Return FALSE by default.
498         * ldemul.h (struct ld_emulation_xfer_struct): Update parse_args
499         comment.
501         * ldemul.c (ldemul_add_options, ldemul_handle_option): New functions.
502         (ldemul_parse_args): Return bfd_boolean.  Formatting.
503         * ldemul.h (ldemul_add_options, ldemul_handle_option): Declare.
504         (ldemul_parse_args): Adjust.
505         (struct ld_emulation_xfer_struct): Add add_options and handle_option.
506         Return bfd_boolean from parse_args.
507         * lexsup.c (parse_args): Malloc shortopts, longopts and
508         really_longopts.  Call ldemul_add_options and ldemul_handle_option.
509         * emultempl/aix.em (gld${EMULATION_NAME}_add_options): Split out from
510         gld${EMULATION_NAME}_parse_args.
511         (gld${EMULATION_NAME}_handle_option): Likewise.
512         (ld_${EMULATION_NAME}_emulation): Adjust initializer.
513         * emultempl/armcoff.em: As for aix.em, but remove parse_args.
514         * emultempl/beos.em: Likewise.
515         * emultempl/pe.em: Likewise.
516         * emultempl/ticoff.em: Likewise.
517         * emultempl/elf32.em: Likewise.  Don't duplicate long options either.
518         (gld${EMULATION_NAME}_add_sysroot): Prototype.
519         * emultempl/armelf.em (PARSE_AND_LIST_LONGOPTS): Don't duplicate
520         options.
521         * emultempl/hppaelf.em (PARSE_AND_LIST_LONGOPTS): Likewise.
522         * emultempl/ppc32elf.em (PARSE_AND_LIST_LONGOPTS): Likewise.
523         * emultempl/ppc64elf.em (PARSE_AND_LIST_LONGOPTS): Likewise.
524         * emultempl/armelf_oabi.em (ld_${EMULATION_NAME}_emulation): Adjust
525         initializer.
526         * emultempl/generic.em: Likewise.
527         * emultempl/gld960.em: Likewise.
528         * emultempl/gld960c.em: Likewise.
529         * emultempl/linux.em: Likewise.
530         * emultempl/lnk960.em: Likewise.
531         * emultempl/m68kcoff.em: Likewise.
532         * emultempl/mipsecoff.em: Likewise.
533         * emultempl/sunos.em: Likewise.
534         * emultempl/vanilla.em: Likewise.
535         * emultempl/netbsd.em (gldnetbsd_before_parse): Prototype.
537 2003-02-25  Alexandre Oliva  <aoliva@redhat.com>
539         * emultempl/elf32.em (gld${EMULATION_NAME}_add_sysroot): Fix
540         memory allocation error.
542         * Makefile.am (ldmain.o): Define TOOLBINDIR.
543         * Makefile.in: Rebuilt.
544         * ldmain.c (ld_sysroot): Try to set from TOOLBINDIR too.
546 2003-02-21  Bob Wilson  <bob.wilson@acm.org>
548         * ldlang.c (lang_size_sections_1): Add CHECK_REGIONS argument and only
549         call os_region_check when it is set.
550         (lang_size_sections): Add CHECK_REGIONS argument and pass it through to
551         lang_size_sections_1.
552         (lang_process): Change lang_size_sections calls to set CHECK_REGIONS
553         only for the last call, not on every relaxation iteration.
554         * ldlang.h (lang_size_sections): Update prototype.
555         * pe-dll.c (pe_dll_fill_sections): Set CHECK_REGIONS argument in calls
556         to lang_size_sections.
557         (pe_exe_fill_sections): Likewise.
558         * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Likewise.
559         * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
560         * emultempl/ppc64elf.em (ppc_before_allocation): Likewise.
561         (ppc_layout_sections_again): Likewise.
563 2003-02-21  Bob Wilson  <bob.wilson@acm.org>
565         * gen-doc.texi: Set ARM and HPPA variables.
566         * ld.texinfo: Fix typos and obvious texinfo mistakes.  Make section
567         title capitalization more consistent.  Add missing menu entries for
568         machine-specific sections and conditionalize them consistently.
569         Conditionalize text that is irrelevant when SingleFormat is set.
570         Add @group divisions to improve page breaks in long examples.
571         Use @iftex/@ifnottex instead of @iftex/@ifinfo so that HTML output
572         is correct.  Remove "FIXME" comment about not using
573         @raisesections/@lowersections.  Use @raisesections/@lowersections
574         consistently for machine-specific sections.  Change to be more polite
575         about poor bug reports.  Replace FDL appendix with include of fdl.texi.
576         Move WIN32 node to match its order in the menus.
577         * fdl.texi: New file.
579 2003-02-20  Alexandre Oliva  <aoliva@redhat.com>
581         * configure.in (TARGET_SYSTEM_ROOT): Set default to
582         ${exec_prefix}/${target_alias}/sys-root.  Match explicit
583         '${exec_prefix}' (in addition to the expansion thereof) as
584         relocatable.
585         * configure: Rebuilt.
587 2003-02-20  Phil Edwards  <pme@gcc.gnu.org>
589         * ldgram.y (vers_defns): Also recurse with 'EXTERN NAME' patterns.
591 2003-02-20  Harri Porten  <porten@kde.org>
593         * ldgram.y (vers_defns): Allow optional trailing semicolon in
594         EXTERN NAME block;
596 2003-02-18  Alan Modra  <amodra@bigpond.net.au>
598         * emultempl/ppc32elf.em: New file.
599         * emulparams/elf32ppc.sh (EXTRA_EM_FILE): Define.
600         * Makefile.am (eelf32lppc.c): Depend on emultempl/ppc32elf.em.
601         (eelf32lppcnto.c): Likewise.
602         (eelf32lppcsim.c): Likewise.
603         (eelf32ppcnto.c): Likewise.
604         (eelf32ppc.c): Likewise.
605         (eelf32ppc_fbsd.c): Likewise.
606         (eelf32ppcsim.c): Likewise.
607         (eelf32ppclinux.c): Likewise.
608         * Makefile.in: Regenerate.
610 2003-02-18  Alan Modra  <amodra@bigpond.net.au>
612         * ld.texinfo: Remove spaces between @samp and opening brace.
614 2003-02-18  Alan Modra  <amodra@bigpond.net.au>
616         * emultempl/ppc64elf.em (ppc_create_output_section_statements): Check
617         hash creator.
618         (ppc_before_allocation): Don't do optimizations if wrong hash table.
619         (gld${EMULATION_NAME}_finish): Ditto.
621 2003-02-17  Nick Clifton  <nickc@redhat.com>
623         * ldmain.c (main) Default allow_shlib_undefined to true.
624         * lexsup.c (ld_options): Add --no-allow-shlib-undefined.
625         (parse_args): Parse the new switch.
626         * ld.texinfo: Document new switch and default behaviour of
627         allowing undefined symbols in shared libraries.
629 2003-02-11 Dmitry Diky  <diwil@mail.ru>
631         * scripttempl/elf32msp430.sc: Add new data anchors definitions.
632         * scripttempl/elf32msp430_3.sc: Likewise.
634 2003-02-11  Uwe Stieber  <uwe@wwws.de>
636         * configure.tgt: Add support for kaOS as cross build target
637         system.
639 2003-02-10  John Daivid Anglin  <dave.anglin@nrc-cnrc.gc.ca>
641         * hppaelf.em (group_size): Change default back to 1.
643 2003-02-09  Alan Modra  <amodra@bigpond.net.au>
645         * emultempl/ppc64elf.em: Add "no-tls-optimize" option and support code.
647 2003-02-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
649         * hppaelf.em (group_size): Change default to -1.
651 2003-02-07  Nick Clifton  <nickc@redhat.com>
653         * emultempl/armelf.em (PARSE_AND_LIST_SHORTOPTS): Remove 'n' short
654         opt.
655         (PARSE_AND_LIST_LONGOPTS): Add duplicate entry for
656         no-pipeline-knowledge.  This will prevent the getopt package from
657         thinking that there are any shorter abbreviations for
658         --no-pipeline-knowledge.
660 2003-02-07  Jakub Jelinek  <jakub@redhat.com>
662         * genscripts.sh (LIB_PATH): Don't append LIBPATH_SUFFIX to paths
663         which already have it.  Avoid duplicates.
665 2003-02-06  Jakub Jelinek  <jakub@redhat.com>
667         * emulparams/elf64_s390.sh (LIBPATH_SUFFIX): Set to 64.
668         * emulparams/elf_x86_64.sh (LIBPATH_SUFFIX): Likewise.
669         * emulparams/elf64_sparc.sh (LIBPATH_SUFFIX): Set instead of suffix.
671 2003-02-05  Alan Modra  <amodra@bigpond.net.au>
673         * emultempl/ppc64elf.em (ppc_before_allocation): Size sections then
674         call ppc64_elf_tls_optimize.
676 2003-02-03  Daniel Jacobowitz  <drow@mvista.com>
678         * emultempl/elf32.em: Move gld${EMULATION_NAME}_add_sysroot
679         outside of GNU/Linux conditional.
681 2003-01-28  Ralf Habacker  <ralf.habacker@freenet.de>
683         * deffilep.y (def_get_module): New function: locate an already
684         added module.
685         * deffile.h (def_get_module): New prototype.
686         * pe-dll.c (pe_implied_import_dll): Add code to prevent importing
687         a dll multiple times.
689 2003-01-23  Alan Modra  <amodra@bigpond.net.au>
691         * emultempl/sh64elf.em: Include elf32-sh64.h.
692         (sh64_elf_${EMULATION_NAME}_before_allocation): Adjust for changed
693         sh64_elf_section_data.
694         (sh64_elf_${EMULATION_NAME}_after_allocation): Likewise.
696 2003-01-23  Wu Yongwei  <adah@netstd.com>
698         * ld.texinfo: Remove an extra "i" in --dll-search-prefix.
699         * emultempl/pe.em (gld_${EMULATION_NAME}_list_options): Move a
700         cross-80th-column-margin "an" to the next line.
702 2003-01-21  Nick Clifton  <nickc@redhat.com>
704         * emulparams/tic3xcoff-onchip.sh: Rename to ...z
705         * emulparams/tic3xcoff_onchip.sh: ...this.
706         * Makefile.am (etic3xcoff_onchip.c): Fix name of generated C file.
707         * Makefile.in: Regenerate.
709 2003-01-21  Fabio Alemagna  <falemagn@aros.org>
711         * configure.tgt: Handle i[3456]86-*-aros*
713 2003-01-19  Svein E. Seldal  <Svein.Seldal@solidas.com>
715         * Makefile.am: Added etic3xcoff.o and etic4xcoff_onchip.o
716         * Makefile.in: Regenerate
717         * configure.tgt: Added extra target emulations
718         * emulparams/tic3xcoff.sh: Remove old settings
719         * emulparams/tic4xcoff.sh: Ditto
720         * emulparams/tic3xcoff-onchip.sh: Added new
721         * scripttempl/tic4xcoff.sc: Revise and combine both c3x and c4x
722         * scripttempl/tic3xcoff.sc: Remove
724 2003-01-17  Andreas Jaeger  <aj@suse.de>
726         * emultempl/elf32.em (gld${EMULATION_NAME}_add_sysroot): Do not
727         skip ':'.
729 2003-01-16  Alan Modra  <amodra@bigpond.net.au>
731         * Makefile.in: Regenerate.
733 2002-01-14  Charles Wilson  <cwilson@ece.gatech.edu>
735         * ld/ld.texinfo (node WIN32): Some clarifications
736         and formatting fixups.
738 2003-01-09  Chris Demetriou  <cgd@broadcom.com>
740         * ldmain.c (get_emulation): Sort -mipsNN checks in the usual
741         order, and handle (ignore) -mips32r2.
743 2003-01-09  Daniel Jacobowitz  <drow@mvista.com>
745         * ldmain.c (main): Make sure ld_sysroot is initialized.
747 2003-01-06  Daniel Jacobowitz  <drow@mvista.com>
749         * Makefile.am (eelf32iq10.c): Fix tab/whitespace mixup.
751         * Makefile.am (ldmain.o): Add @TARGET_SYSTEM_ROOT_DEFINE@.
752         (GENSCRIPTS): Add @use_sysroot@.
753         * Makefile.in: Regenerated.
754         * configure.host: Move setting of NATIVE_LIB_DIRS to...
755         * configure.tgt: ... here.  Use ${target} instead of ${host}
756         for NATIVE_LIB_DIRS.
757         * configure.in: Add --with-sysroot.
758         * configure: Regenerated.
759         * genscripts.sh: Accept use_sysroot option.  Set new variables
760         NATIVE and USE_LIBPATH.  Prepend "=" to directory names if
761         $use_sysroot.  Don't search $tool_lib if $use_sysroot.
762         * ldfile.c (ldfile_add_library_path): Handle leading '='.
763         * ldmain.c (TARGET_SYSTEM_ROOT): Define if not defined.
764         (ld_sysroot): New variable.
765         (main): Initialize ld_sysroot.
766         * ldmain.h (ld_sysroot): New extern.
767         * emultempl/elf32.em: Use NATIVE and USE_LIBPATH instead of
768         searching $EMULATION_LIBPATH.
769         (gld${EMULATION_NAME}_add_sysroot): New function.
770         (gld${EMULATION_NAME}_check_ld_so_conf): Use it.  Honor ld_sysroot.
771         (gld${EMULATION_NAME}_after_open): Likewise.  Only search
772         environment variables if $NATIVE.
773         * ld.texinfo (Options): Mention "=" prefix in the description of -L.
774         * NEWS: Mention --with-sysroot.
776         * emulparams/elf32bmipn32-defs.sh: Set NATIVE and LIBPATH_SUFFIX
777         instead of setting LIB_PATH.
778         * emulparams/elf32ppc.sh: Likewise.
779         * emulparams/elf64_s390.sh: Likewise.
780         * emulparams/elf64_sparc.sh: Likewise.
781         * emulparams/elf64ppc.sh: Likewise.
782         * emulparams/elf_x86_64.sh: Likewise.
784         * emulparams/elf64_aix.sh: Add "=" prefixes to LIB_PATH.
785         * emulparams/elf64hppa.sh: Add "=" prefixes to LIB_PATH.
787 2003-01-03  Charles Wilson  <cwilson@ece.gatech.edu>
789         * ld/pe-dll.c (autofilter_symbollist): Add cygwin_crt0.
791 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
793         * Makefile.am (ldmain.o): Pass BINDIR.
794         * Makefile.in: Regenerated.
795         * ldmain.c (set_scripts_dir): Use make_relative_prefix for the first
796         search path.
798 2003-01-02  Ben Elliston  <bje@redhat.com>
800         * Makefile.am (ALL_EMULATIONS): Add eelf32iq2000.o.
801         (eelf32iq2000.c): New target.
802         * Makefile.in: Regenerate.
803         * configure.tgt: Handle iq2000-*-elf.
804         * emulparams/elf32iq10.sh: New file.
805         * emulparams/elf32iq2000.sh: New file.
806         * scripttempl/iq2000.sc: New file.
808 2003-01-02 Charles Wilson <cwilson@ece.gatech.edu>
810         * pe-dll.c (autofilter_symbollist): Add do_pseudo_reloc
811         and _pei386_runtime_relocator to the exclude list.
813 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
815         * ldfile.c: Fix comment typos.
816         * ldlang.c: Likewise.
817         * mri.c: Likewise.
818         * pe-dll.c: Likewise.
820 2003-01-01  Daniel Jacobowitz  <drow@mvista.com>
822         Suggested by Manfred Hollstein <manfred.h@gmx.net>:
823         * Makefile.am (ld.1): Depend on configdoc.texi
824         and ldver.texi.
825         * Makefile.in: Regenerated.
827 2002-12-24  Dmitry Diky  <diwil@mail.ru>
829         * Makefile.am: Add msp430 target.
830         * configure.tgt: Likewise.
831         * Makefile.in: Regenerate.
832         * emulparams/msp430x???.sh: New files.  Linker script parameters
833         for various msp430 configurations.
834         * gen-doc.texi: Enable msp430 documenation.
835         * ld.texinfo: Document msp430 sections.
836         * scripttempl/elf32msp430.sc: New file.  Linker script for msp430.
837         * scripttempl/elf32msp430_3.sc: New file.  Linker script for msp430.
839 2002-12-30  Ralf Habacker  <Ralf.Habacker@freenet.de>
840             Charles Wilson  <cwilson@ece.gatech.edu>
842         * ld/config.in (HAVE_REALPATH): New entry.
843         (HAVE_SYS_STAT_H, HAVE_SYS_TYPES_H): Removed: obsolete.
845 2002-12-30  Ralf Habacker  <ralf.habacker@freenet.de>
847         * ld.texinfo: New win32 topics: 'symbol aliasing' and 'export dll
848         symbols'.
850 2002-12-23  Alan Modra  <amodra@bigpond.net.au>
852         * ldmain.c (main): Init "strip_discarded".
853         * lexsup.c (OPTION_STRIP_DISCARDED): Define.
854         (OPTION_NO_STRIP_DISCARDED): Define.
855         (ld_options): Add "strip-discarded" and "no-strip-discarded".
856         (parse_args): Handle them.
858 2002-12-23  Nick Clifton  <nickc@redhat.com>
860         * ld.h (struct args_type): Add new field
861         'accept_unknown_input_architecture'.
862         * ldmain.c (main): Initialise 'accept_unknown_input_architecture'
863         to false.
864         * ldlang.c (lang_check): Pass accept_unknown_input_architecture to
865         bfd_arch_get_compatible.
866         * ldfile.c (ldfile_try_open_bfd): Likewise.
867         * lexsup.c (ld_options): Add new command line switch
868         --accept-unknown-input-architecture and its inverse.
869         (parse_args): Handle --accept-unknown-input-architecture.
870         * ld.texinfo: Document new linker option.
871         * NEWS: Mention new linker option.
873 2002-12-20  Alan Modra  <amodra@bigpond.net.au>
875         * ldmain.c (main): Re-order link_info initialization.  Init all
876         fields.
878 2002-12-19  Charles Wilson  <cwilson@ece.gatech.edu>
880         * ld.texinfo: Clarify and extend the documentation
881         in the Machine Dependent, WIN32 section.
883 2002-12-18  Ralf Habacker  <ralf.habacker@freenet.de>
885         * ld.texinfo: Add win32 machine depending section.
886         * gen-doc.texi: Enable win32 machine depending section.
888         * configure.host: Add win32 library search path.
890 2002-12-17  Ralf Habacker  <ralf.habacker@freenet.de>
892         * ld/emultempl/pe.em (pe_find_data_imports): Don't search for data
893         import when auto-import is disabled.
895 2002-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
897         * emultempl/pe.em (..._recognized_file): Use LD_PATHMAX+1 to
898         account for trailing '\0'.
900 2002-12-17  Nick Clifton  <nickc@redhat.com>
902         * emultempl/pe.em (longopts): Duplicate entry for --compact-implib
903         so that it is not confused with -c.
905 2002-12-13  Ralf Habacker  <Ralf.Habacker@freenet.de>
906             Charles Wilson  <cwilson@ece.gatech.edu>
908         * configure.in: Add check for realpath function.
909         * configure: Regenerate.
910         * config.in: Regenerate.
911         * aclocal.m4: Regenerate.
912         * deffile.h: Add .data field to def_file_import
913         structure.
914         * pe-dll.c (pe_proces_import_defs): Use .data field of
915         def_file_import structure to initialize flag_data field of
916         def_file_export structure.
917         (pe_implied_import_dll): New variables exp_funcbase and
918         [data|bss]_[start|end].  Use DLL's internal name to set dll_name,
919         not filename (which may be a symlink).  Scan the sections and
920         initialize [data|bss]_[start|end].  When scanning the export
921         table, skip _nm_ symbols, and mark any symbols whose rva indicates
922         that it is in the .bss or .data sections as data.
923         * sysdep.h: Include limits.h and sys/param.h, and define
924         LD_PATHMAX as appropriate.  Also define REALPATH as realpath if it
925         exists, NULL otherwise.
926         * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Call
927         pe_process_import_defs before pe_find_data_imports, so that
928         auto-import will check the virtual implib as well as "real"
929         implibs.
930         (gld_${EMULATION_NAME}_recognized_file): Use REALPATH to follow
931         symlinks to their target; check that the target's extension is
932         .dll before calling pe_implied_import_dll(), not the filename
933         itself (which may be a symlink).
935 2002-12-10  Alan Modra  <amodra@bigpond.net.au>
937         * emultempl/elf32.em (struct orphan_save): Add os_tail field.
938         (gld${EMULATION_NAME}_place_orphan): Re-order output_section_statement
939         list too.
941 2002-12-08  Alan Modra  <amodra@bigpond.net.au>
943         * ldlang.h: Formatting.
945 2002-12-07  Alan Modra  <amodra@bigpond.net.au>
947         * ldlang.c (init_os): Ensure sections mentioned in load_base
948         are initialized.
950 2002-12-05  Alan Modra  <amodra@bigpond.net.au>
952         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Set
953         load_base for orphans that follow a section with load_base set.
955 2002-12-01  H.J. Lu <hjl@gnu.org>
957         * ld.texinfo: Remove the extra `;' in sample version script.
959 2002-11-30  Alan Modra  <amodra@bigpond.net.au>
961         * configure.host: Correct dynamic-linker for powerpc64 hosts.
963         * Makefile.am (eelf32ppcwindiss.c): Correct dependencies.
964         * Makefile.in: Regenerate.
966         * ld.h, ldcref.c, ldctor.c, ldctor.h, ldemul.c, ldemul.h, ldexp.c,
967         ldexp.h, ldfile.c, ldfile.h, ldgram.y, ldlang.c, ldlang.h, ldmain.c,
968         ldmain.h, ldmisc.c, ldwrite.c, lexsup.c, mri.c, pe-dll.c, pe-dll.h,
969         emulparams/elf32b4300.sh, emultempl/aix.em, emultempl/armcoff.em,
970         emultempl/armelf.em, emultempl/armelf_oabi.em, emultempl/beos.em,
971         emultempl/elf32.em, emultempl/generic.em, emultempl/gld960.em,
972         emultempl/gld960c.em, emultempl/hppaelf.em, emultempl/linux.em,
973         emultempl/lnk960.em, emultempl/m68kcoff.em, emultempl/mipsecoff.em,
974         emultempl/mmix-elfnmmo.em, emultempl/mmixelf.em, emultempl/mmo.em,
975         emultempl/needrelax.em, emultempl/pe.em, emultempl/ppc64elf.em,
976         emultempl/sh64elf.em, emultempl/sunos.em, emultempl/ticoff.em: Replace
977         boolean with bfd_boolean, true with TRUE, false with FALSE.  Simplify
978         comparisons of bfd_boolean vars with TRUE/FALSE.  Formatting.
980 2002-11-27  David O'Brien  <obrien@FreeBSD.org>
982         * configure.host: Fix generic FreeBSD configuration entry.
984 2002-11-27  H.J. Lu <hjl@gnu.org>
986         * ld.texinfo: Add the missing `;' to sample version scripts.
988 2002-11-20  Alan Modra  <amodra@bigpond.net.au>
990         * emulparams/elf64ppc.sh (SEGMENT_SIZE): Don't define.
992 2002-11-14  Egor Duda  <deo@logos-m.ru>
994         * ldmain.c (main): Make runtime relocs disabled by default. Remove
995         assignment which has no effect.
996         * pe-dll.h (pe_create_import_fixup): Change prototype.
997         * pe-dll.c (make_runtime_pseudo_reloc): New function.
998         (pe_create_runtime_relocator_reference): Ditto.
999         (pe_create_import_fixup): Handle relocations with non-zero addends.
1000         * emultempl/pe.em: Add options --enable-runtime-pseudo-reloc and
1001         --disable-runtime-pseudo-reloc.
1002         (make_import_fixup): Handle relocations with non-zero addends. Create
1003         an external reference to _pei386_runtime_relocator symbol if at least
1004         one pseudo reloc was created.
1005         * ld.texinfo: Document --enable-runtime-pseudo-reloc and
1006         --disable-runtime-pseudo-reloc options.
1008 2002-11-12  Earl Chew <earl_chew@agilent.com>
1010         * ldlang.c (lang_add_section): Discard debugging sections that have
1011         been marked SEC_EXCLUDE.
1013 2002-11-12  Nick Clifton  <nickc@redhat.com>
1015         * configure.in (ALL_LINGUAS): Add da.
1016         * configure: Regenerate.
1017         * po/da.po: New Danish translation.
1019 2002-11-12  Alan Modra  <amodra@bigpond.net.au>
1021         * emultempl/ppc64elf.em (ppc_before_allocation): New function.
1022         (LDEMUL_BEFORE_ALLOCATION): Define.
1023         (gld${EMULATION_NAME}_finish): Run discard_info for relocatable
1024         linking.
1025         * emultemp/hppaelf.em ((gld${EMULATION_NAME}_finish): Likewise.
1027 2002-11-11  Christopher Faylor  <cgf@redhat.com>
1029         * configure.tgt (LIB_PATH): Default to searching w32api directory under
1030         cygwin.
1032 2002-11-11  Charles Wilson  <cwilson@ece.gatech.edu>
1034         * pe-dll.c (autofilter_liblist): add libmingwex and libgcj to the list
1035         of restricted auto-export libs.
1037 2002-11-11  Charles Wilson  <cwilson@ece.gatech.edu>
1039         * pe-dll.c (autofilter_liblist): Generalize library names to catch more
1040         creative library naming instances like, e.g., libstdc++-2.a.
1042 2002-11-06  Alexandre Oliva  <aoliva@redhat.com>
1044         * emulparams/elf32btsmipn32.sh (TEXT_DYNAMIC): Define.
1045         * emulparams/elf64btsmip.sh (TEXT_DYNAMIC): Likewise.
1047 2002-11-07  Danny Smith  <dannysmith@users.sourceforge.net>
1049         * deffilep.y (def_lex): Handle '@' as first character of an ID.
1050         * pe-dll.c (auto-export): Filter on "_imp_" prefix, not "_imp__".
1051         (make_one): Don't prefix decorated fastcall symbols with '_'.
1052         (pe_process_import_defs): Likewise.
1053         * emultempl/pe.em (pe_fixup_stdcalls): Don't fixup fastcall
1054         symbols to cdecl names or vise-versa.
1056 2002-10-13  Eric Kohl  <ekohl@rz-online.de>
1058         * pe-dll.c (process_def_file): Handle fastcall symbols when
1059         generating undecorated aliases.  Don't prefix decorated fastcall
1060         symbols with '_'.
1061         (fill_exported_offsets): Don't prefix decorated fastcall symbols
1062         with '_'.
1064 2002-10-29  Daniel Jacobowitz  <drow@mvista.com>
1066         * emultempl/aix.em: Use include <> for generated headers.
1067         * emultempl/beos.em: Likewise.
1068         * emultempl/elf32.em: Likewise.
1069         * emultempl/pe.em: Likewise.
1070         * ldctor.c: Likewise.
1071         * ldexp.c: Likewise.
1072         * ldfile.c: Likewise.
1073         * ldlang.c: Likewise.
1074         * ldlex.c: Likewise.
1075         * ldlex.l: Likewise.
1076         * ldmain.c: Likewise.
1077         * ldmisc.c: Likewise.
1078         * ldwrite.c: Likewise.
1079         * lexsup.c: Likewise.
1080         * mri.c: Likewise.
1081         * pe-dll.c: Likewise.
1083 2002-10-23  Jakub Jelinek  <jakub@redhat.com>
1085         * emultempl/elf32.em (place_orphan): Don't put non-allocated .rel*
1086         sections into .rel{,a}.dyn.
1088 2002-10-23  Nick Clifton  <nickc@redhat.com>
1090         * lexsup.c (OPTION_NO_OMAGIC): Define.
1091         (ld_options): Add "no-omagic" option.
1092         (parse_args): Parse --no-omagic.
1093         * ld.texinfo: Document --no-omagic.
1094         * NEWS: Mention new option.
1096 2002-10-21  Danny Smith  <dannysmith@users.sourceforeg.net>
1098         * scripttempl/pe.sc (__RUNTIME_PSEUDO_RELOC_LIST__,
1099         __RUNTIME_PSEUDO_RELOC_LIST_END__): Add only when relocating.
1101 2002-10-22  Alexandre Oliva  <aoliva@redhat.com>
1103         * emulparams/elf32bmipn32-defs.sh: Set ELFSIZE according to
1104         emulation name.  Set LIB_PATH only for native tools, and
1105         search the ABI-specific versions of NATIVE_LIB_DIRS before the
1106         .../lib variants, not instead of them.  Mostly copied from...
1107         * emulparams/elf32ppc.sh: ... here.  Fixed typo.
1108         * emulparams/elf64bmip-defs.sh: Backed out.
1109         * emulparams/elf64bmip.sh: Import elf32bmipn32-defs.sh again.
1110         * emulparams/elf64btsmip.sh: Likewise.
1111         (DATA_ADDR, NONPAGED_TEXT_START_ADDR, SHLIB_TEXT_START_ADDR,
1112         TEXT_DYNAMIC): Removed.
1114 2002-10-17  Alexandre Oliva  <aoliva@redhat.com>
1116         * emulparams/elf32bmipn32-defs.sh (LIB_PATH): Set to /usr/lib32.
1117         (GENERATE_SHLIB_SCRIPT): Set to yes.
1118         (EXECUTABLE_SYMBOLS, WRITABLE_RODATA): Moved to...
1119         * emulparams/elf32bmipn32.sh: here.
1120         (GENERATE_SHLIB_SCRIPT): Deleted as redundant.
1121         * emulparams/elf32btsmipn32.sh: Delete redundant unsets.
1122         * emulparams/elf64bmip-defs.sh: New file.  Extend
1123         elf32bmipn32-defs.sh by overiding ELFSIZE and LIB_PATH.
1124         * emulparams/elf64bmip.sh: Bring in definitions from
1125         elf64bmip-defs.sh.
1126         (ELFSIZE, GENERATE_SHLIB_SCRIPT, LIB_PATH): Delete redundant
1127         settings.
1128         (WRITABLE_RODATA): Moved from elf32bmipn32-defs.sh.
1129         * emulparams/elf64btsmip.sh: Bring in definitions from
1130         elf64bmip-defs.sh.
1131         (ELFSIZE, GENERATE_SHLIB_SCRIPT): Delete, redundant.
1132         (EXECUTABLE_SYMBOLS, WRITABLE_RODATA): Delete redundant unsets.
1134 2002-10-16  Jakub Jelinek  <jakub@redhat.com>
1136         * configure.tgt (s390x-*-linux*): Add elf_s390 emulation.
1137         (s390-*-linux*): Add elf64_s390 emulation if want64.
1138         * emulparams/elf64_sparc.sh (LIB_PATH): Update to match 2002-05-22
1139         genscript.sh changes.
1140         * emulparams/elf_x86_64.sh (LIB_PATH): Likewise.
1141         * emulparams/elf64_s390.sh (LIB_PATH): Set up native 64 bit dirs.
1143 2002-10-15  Alan Modra  <amodra@bigpond.net.au>
1145         * ldlang.c (load_symbols): Revert last change.
1147 2002-10-14  Alan Modra  <amodra@bigpond.net.au>
1149         * ldlang.c (load_symbols): Don't call bfd_link_add_symbols when
1150         just_syms_flag.
1151         (lang_reasonable_defaults): Don't compare against false.
1152         (size_input_section): Likewise.
1153         (lang_size_sections_1): Likewise.
1154         (lang_do_assignments): Likewise.
1155         (lang_add_output): Likewise.
1157         * Makefile.am: Run "make dep-am".
1158         * Makefile.in: Regenerate.
1159         * ldver.c: #include "bfdver.h".
1161 2002-10-13  Stephane Carrez  <stcarrez@nerim.fr>
1163         * scripttempl/elfm68hc11.sc: Use KEEP for .vectors, .installN,
1164         .finiN section.
1165         * scripttempl/elfm68hc12.sc: Likewise.
1167 2002-10-11  Alan Modra  <amodra@bigpond.net.au>
1169         * pe-dll.c (make_import_fixup_mark): Avoid type-punned pointer.
1171         * ldgram.y (memory_spec): Provide empty action.
1172         (section <NAME>): Likewise.
1174 2002-10-10  Jakub Jelinek  <jakub@redhat.com>
1176         * ldfile.c (ldfile_try_open_bfd): When searching skip linker scripts if
1177         they have OUTPUT_FORMAT not matching actual output format.
1178         * ldlang.c (lang_get_output_target): New function.
1179         (open_output): Use it.
1180         * ldlang.h (lang_get_output_target): New prototype.
1182 2002-10-10  Alan Modra  <amodra@bigpond.net.au>
1184         * emultempl/elf32.em (output_rel_find): Prefer .rel script sections
1185         when orphan is .rel, .rela when orphan is .rela.
1186         (gld${EMULATION_NAME}_place_orphan): Handle combreloc .rel* case
1187         first.  Remove outsecname var.
1189 2002-10-09  Richard Shann <richard.shann@superh.com>
1190             Stephen Clarke <stephen.clarke@superh.com>
1192         * Makefile.am: Add eshelf32_linux.o and
1193         eshlelf32_linux.o, new emulations for sh64 Linux.
1194         * Makefile.in: Regenerate.
1195         * configure.tgt: Add sh64eb-*-linux* and sh64-*-linux* emulations.
1196         * emulparams/shelf32_linux.sh: New file.
1197         * emulparams/shlelf32_linux.sh: New file.
1199 2002-10-08  H.J. Lu <hjl@gnu.org>
1201         * ldlang.c (lang_file_exist): Removed.
1202         (new_afile): Revert the last change.
1203         * ldlang.h (lang_file_exist): Removed.
1204         * lexsup.c (parse_args): Revert the last change.
1206 2002-10-07  Ralf Habacker  <Ralf.Habacker@freenet.de>
1208         * pe-dll.cc (autofilter_symbolprefixlist): Don't re-export
1209         auto-import symbols.
1210         (make_one): Create _nm_<symbol> for data only.
1212 2002-10-05  Elias Athanasopoulos  <eathan@otenet.gr>
1214         * ldlang.c (lang_file_exist): New function.
1215         (new_afile): Abort if the filename to be added matches the linker
1216         output filename.
1217         * ldlang.h: Add prototype for lang_file_exist.
1218         * lexsup.c (parse_args): Abort if the output filename matches
1219         one of the input filenames.
1221 2002-10-02  Alan Modra  <amodra@bigpond.net.au>
1223         * emulparams/elf64ppc.sh (MAXPAGESIZE): Set to 0x10000.
1225 2002-09-30  Alan Modra  <amodra@bigpond.net.au>
1227         * scripttempl/elfd30v.sc: Order reloc sections placing .plt last.
1228         * scripttempl/elfm68hc11.sc: Likewise.
1229         * scripttempl/elfm68hc12.sc: Likewise.
1231         * emultempl/elf32.em (output_rel_find): Always place orphan loadable
1232         reloc sections just before .rel.plt/.rela.plt.
1233         (gld${EMULATION_NAME}_place_orphan <.rel>): Remove combreloc code.
1234         Only put loadable reloc sections in hold_rel.
1236 2002-09-29  H.J. Lu <hjl@gnu.org>
1238         * emulparams/elf32ppc.sh (OTHER_GOT_RELOC_SECTIONS): New.
1240 2002-09-25  Daniel Jacobowitz  <drow@mvista.com>
1242         From "Anita Kulkarni" <AnitaK@kpit.com>
1243         * scripttempl/sh.sc: Handle .eh_frame* and .gcc_exc*
1244         sections.
1246 2002-09-25  Alan Modra  <amodra@bigpond.net.au>
1248         * genscripts.sh (SEGMENT_SIZE): Use MAXPAGESIZE before
1249         TARGET_PAGE_SIZE.
1250         * scripttempl/elf.sc (DATA_SEGMENT_ALIGN): Incorporate
1251         SEGMENT_SIZE alignment.
1252         * emulparams/elf64ppc.sh (DATA_ADDR): Delete.
1253         (SEGMENT_SIZE): Define.
1255         * ldexp.c (fold_unary): New.  Split out from exp_fold_tree.
1256         (fold_binary): Correct abs - non-abs case.
1257         (fold_trinary): New.  Split out from exp_fold_tree.
1259 2002-09-24  Alan Modra  <amodra@bigpond.net.au>
1261         * emulparams/elf64ppc.sh (DATA_ADDR): Define.
1262         * emulparams/elf64_aix.sh (DATA_ADDR): Don't use a fixed address
1263         for start of .data, instead align up to 256M boundary.
1264         * scripttempl/aix.sc: Likewise.
1266 2002-09-22  Mark Elbrecht  <snowball3@softhome.net>
1268         * scripttempl/i386go32.sc: Handle bss unique sections.
1270 2002-09-21  Alan Modra  <amodra@bigpond.net.au>
1272         * ldmisc.c (vfinfo <%C,%D,%G>): Always output bfd, section and offset.
1274 2002-09-17  Stan Cox  <scox@redhat.com>
1276         * emulparams/elf32bmipn32-defs.sh: New file.
1277         * emulparams/elf32bmipn32.sh: Use elf32bmipn32-defs.sh.
1278         * emulparams/elf32btsmipn32.sh: Likewise.
1279         * emulparams/elf64bmip.sh: Likewise.
1280         * emulparams/elf64btsmip.sh: Likewise.
1282 2002-09-16  Bruno Haible  <bruno@clisp.org>
1284         * emulparams/elf_i386_fbsd.sh: Set OUTPUT_FORMAT to
1285         elf32-i386-freebsd.
1286         * emulparams/elf64alpha_fbsd.sh: Set OUTPUT_FORMAT to
1287         elf64-alpha-freebsd.
1289 2002-09-11  Nick Clifton  <nickc@redhat.com>
1291         * NEWS: New TI port supports both C4x and C3x series of DSPs.
1293         * po/tr.po: Updated Turkish translation.
1295 2002-09-06  Jeffrey A Law  (law@redhat.com)
1297         * configure.tgt (h8300-*-hms*, h8500-*-hms*): Restore.
1299 2002-09-02  Nick Clifton  <nickc@redhat.com>
1301         * scripttempl/v850.sc: Add EXTERN references to __ctbpm __gp and
1302         __ep.
1303         * emulparams/v850.sh (TEMPLATE_NAME): Define.
1305 2002-08-30  Nick Clifton  <nickc@redhat.com>
1307         * scripttempl/elfd10v.sc (MEMORY): Remove UNIFIED, it is not
1308         used.  Change INSN to start at 0x01000000 and extend for
1309         256K (ignoring holes).  Start the STACK on a word aligned
1310         boundary.
1311         (.rodata): Start it at the READONLY_START_ADDR.
1313 2002-08-30  Alan Modra  <amodra@bigpond.net.au>
1315         * emulparams/elf32ppc.sh (ARCH): Set to "powerpc:common".
1317 2002-08-28  Svein E. Seldal  <Svein.Seldal@solidas.com>
1319         * Makefile.am: Add etic4xcoff.o in ALL_EMULATIONS list and
1320         added makefile targets for this file.
1321         * Makefile.in: Regenerate.
1322         * configure.tgt: Added tic4x-coff and c4x-coff emulations.
1323         * NEWS: Mention new port.
1325 2002-08-28  Michael Hayes <m.hayes@elec.canterbury.ac.nz>
1327         * emulparams/tic3xcoff.sh: New file.
1328         * emulparams/tic4xcoff.sh: New file.
1329         * scripttempl/tic3xcoff.sc: New file.
1330         * scripttempl/tic4xcoff.sc: New file.
1332 2002-08-28  Alan Modra  <amodra@bigpond.net.au>
1334         * emultempl/aix.em (gld${EMULATION_NAME}_parse_args): Replace strtoll,
1335         strtoul and strtoull with bfd_scan_vma.
1336         (gld${EMULATION_NAME}_read_file): Likewise.
1338 2002-08-28  Alan Modra  <amodra@bigpond.net.au>
1340         * configure.tgt: Remove h8[35]00-*-hms*.  Add h8500-*-rtems*.
1342 2002-08-27  Egor Duda  <deo@logos-m.ru>
1344         * scripttempl/pe.sc: Handle .rdata_runtime_pseudo_reloc sections.
1345         Add symbols for application to access them.
1347 2002-08-27  Nick Clifton  <nickc@redhat.com>
1349         * emultempl/armelf.em:  Revert this patch, it is not needed.
1351         2002-08-22  Adam Nemet  <anemet@lnxw.com>
1353 2002-08-20 Dan Kegel <dank@kegel.com>
1355         * configure.in: added --with-lib-path argument to ld's configure
1356         to set LIB_PATH.
1357         * ld/NEWS: Document new switch.
1358         * ld/README: Mention new switch.
1359         * configure: Regenerate.
1360         * Makefile.in: Regenerate.
1362         Based on this patch:
1363         2001-04-25  Christopher Faylor <cgf@cygnus.com>
1365         * Makefile.in (LIB_PATH): Make configurable.
1366         (GENSCRIPTS): Set LIB_PATH in environment.
1367         * configure.in: Substitute LIB_PATH.
1369 2002-08-22  Adam Nemet  <anemet@lnxw.com>
1371         * emultempl/armelf.em: Include elf-bfd.h and elf/arm.h.
1372         (arm_elf_finish): Set the last bit of DT_INIT and DT_FINI
1373         depending on the type of the function.
1374         (arm_elf_convert_thumb_symbol_to_address): New function.
1376 2002-08-22  Graeme Peterson  <gp@qnx.com>
1378         * Makefile.am: Add esh{l}elf_nto.o files.
1379         * Makefile.in: Regenerate.
1380         * configure.tgt: Add support for sh-**-nto* targets.
1381         * emulparams/shelf_nto.sh: New file.
1382         * emulparams/shlelf_nto.sh: New file.
1384 2002-08-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1386         * ldlang.c (offsetof): Define if not defined.
1388 2002-08-14  H.J. Lu <hjl@gnu.org>
1390         * configure.tgt: Always enable 64bit emulations for 32bit
1391         Linux/mips.
1393 2002-08-13  Alan Modra  <amodra@bigpond.net.au>
1395         * emulparams/elf32_dlx.sh (TARGET_PAGE_SIZE): Set to 1.
1396         (MAXPAGESIZE): Set to 1.
1398         * ld.h (ALIGN_N): Delete.
1399         * ldexp.h (align_n): Declare.
1400         * ldexp.c (align_n): New function.
1401         (fold_binary): Use align_n instead of ALIGN_N.
1402         (exp_fold_tree): Likewise.
1403         * ldlang.c (lang_size_sections_1): Likewise.
1404         (lang_one_common): Likewise.
1405         * ld.texinfo (ALIGN): Remove power of 2 restriction.
1407 2002-07-31  Graeme Peterson  <gp@qnx.com>
1409         * configure.tgt: Add support for powerpc{le}-*-nto* targets.
1410         * Makefile.am: Add eelf32{l}ppcnto.o files.
1411         * Makefile.in: Regenerate.
1412         * emulparams/elf32lppcnto.sh: New file.
1413         * emulparams/elf32ppcnto.sh: New file.
1415 2002-08-07  H.J. Lu <hjl@gnu.org>
1417         * ld.texinfo: Document --no-undefined-version.
1419         * ldlang.c (lang_new_vers_pattern): Set the `symver' and
1420         `script.' fields to 0.
1422         * ldmain.c (main): Initialize the allow_undefined_version to
1423         true.
1425         * lexsup.c (OPTION_NO_UNDEFINED_VERSION): New.
1426         (ld_options): Add --no-undefined-version.
1427         (parse_args): Support OPTION_NO_UNDEFINED_VERSION.
1429 2002-08-07  Nick Clifton  <nickc@redhat.com>
1431         * emultempl/armelf.em (arm_elf_before_allocation): Only search for
1432         an interworking bfd if there are input bfds. (107501)
1434 2002-08-06  Alan Modra  <amodra@bigpond.net.au>
1436         * emultempl/aix.em (gld*_before_parse): Set default arch.  Reverts
1437         2002-05-10 change.
1439 2002-08-01  Nick Clifton  <nickc@redhat.com>
1441         * emulparams/armelf.sh: Revert previous delta.
1442         * scripttempl/elf.sc: Revert previous delta.
1444 2002-07-31  H.J. Lu <hjl@gnu.org>
1446         * configure.tgt (powerpc*-*-linux*): Enable elf64ppc for
1447         --enable-64-bit-bfd.
1449 2002-07-31  H.J. Lu <hjl@gnu.org>
1451         * configure.tgt: Enable x86-64 emulation for Linux/i386 if
1452         64bit BFD is selected.
1454 2002-07-31  H.J. Lu <hjl@gnu.org>
1456         * configure.tgt: Enable 64bit emulations for 32bit Linux/mips
1457         if 64bit BFD is selected.
1459 2002-07-31  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
1461         * emultempl/netbsd.em (LDEMUL_BEFORE_PARSE): New file to custom set
1462         link_info.common_skip_ar_aymbols.
1463         * emulparams/ns32knbsd.sh (EXTRA_EM_FILE): Refer to extra file.
1465         * ldmain.c (main): Initialize new field
1466         link_info.common_skip_ar_aymbols.
1468 2002-07-31  Adam Nemet  <anemet@lnxw.com>
1470         * emulparams/armelf.sh (OTHER_PLT_SECTIONS): New variable.  Set it
1471         to .plt.thumb.
1472         * scripttempl/elf.sc: Comment it.  Use the same way as ${PLT} is
1473         used.
1475 2002-07-31  Nick Clifton  <nickc@redhat.com>
1477         * NEWS: Retroactively add entry for Lars Brinkhoff's contribution
1478         of the PDP-11 and 2.11BSD a.out support.
1480 2002-07-31  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1482         * Makefile.am (eelf32btsmipn32.o, eelf32ltsmipn32.o): New emulations
1483         for n32 ABI support.
1484         * Makefile.in: Regenerate.
1485         * configure.tgt (mips64*el-*-linux-gnu*,mips64*-*-linux-gnu*): Add
1486         n32 ABI emulations for these 64 bit targets.
1487         * emulparams/elf32bmipn32.sh: Expand comment.
1488         * emulparams/elf32btsmipn32.sh: New file, for traditional big endian
1489         n32 ABI.
1490         * emulparams/elf32ltsmipn32.sh: Likewise for little endian.
1492 2002-07-30  Graeme Peterson  <gp@qnx.com>
1494         * configure.tgt: Add support for arm-*-nto target.
1495         * Makefile.am: Add earmnto.o file.
1496         * Makefile.in: Regenerate.
1497         * NEWS: Mention port of ARM support to QNX.
1498         * emulparams/armnto.sh: New file.
1500 2002-07-30  Jakub Jelinek  <jakub@redhat.com>
1502         * ldlang.c (lang_add_section): Don't turn .tbss into normal sections
1503         for relocatable link.
1504         (lang_size_sections_1): Don't make .tbss zero size for relocatable
1505         link.
1507 2002-07-26  Bernd Schmidt  <bernds@redhat.com>
1509         * emulparams/elf32frv.sh (OTHER_RELOCATING_SECTIONS): Delete.
1510         (STACK_ADDR): New.
1512 2002-07-25  Nick Clifton  <nickc@redhat.com>
1514         * po/sv.po: Updated Swedish translation.
1515         * po/es.po: Updated Spanish translation.
1516         * po/fr.po: Updated French translation.
1518 2002-07-24  Nick Clifton  <nickc@redhat.com>
1520         * po/sv.po: Updated Swedish translation.
1521         * po/es.po: Updated Spanish translation.
1523 2002-07-23  Nick Clifton  <nickc@redhat.com>
1525         * po/fr.po: Updated French translation.
1527 2002-07-20  Alan Modra  <amodra@bigpond.net.au>
1529         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
1530         bomb on /DISCARD/ input section.
1531         * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
1532         * emultempl/mmo.em (mmo_place_orphan): Likewise.
1534 2002-07-19  Hans-Peter Nilsson  <hp@bitrange.com>
1536         * emultempl/mmo.em (mmo_place_orphan): Handle case of no .text
1537         output section.
1539 2002-07-16  Denis Chertykov  <denisc@overta.ru>
1540             Nick Clifton  <nickc@redhat.com>
1541             Frank Ch. Eigler  <fche@redhat.com>
1542             John Healy  <jhealy@redhat.com>
1544         * configure.tgt: Add support for ip2k-elf.
1545         * Makefile.am: Add support for ip2k-elf.
1546         * Makefile.in: Regenerate.
1547         * emulparams/elf32ip2k.sh: New file.
1548         * scripttempl/ip2k.sc: New file
1549         * NEWS: Mention support for new port.
1551 2002-07-16  Nick Clifton  <nickc@cambridge.redhat.com>
1553         * NEWS: Add 'Changes in 2.13'.
1555 2002-07-14  H.J. Lu <hjl@gnu.org>
1557         * ld.texinfo: Document a .symver takes precedence over a
1558         version script.
1560 2002-07-12  Alan Modra  <amodra@bigpond.net.au>
1562         * emulparams/elf64ppc.sh (ARCH): Set to powerpc:common64.
1563         (COMMONPAGESIZE): Define.
1565 2002-07-09  Alan Modra  <amodra@bigpond.net.au>
1567         * emulparams/hppanbsd.sh: Remark that hppaobsd.sh references this file.
1569 2002-07-09  Federico G. Schwindt <fgsch@olimpo.com.br>
1571         * configure.tgt: Add support for alpha-*-openbsd*, hppa-*-openbsd*,
1572         powerpc-*-openbsd* and sparc64-*-openbsd*.
1573         * Makefile.am (ALL_EMULATIONS): Add ehppaobsd.o.
1574         * Makefile.in: Regenerate.
1575         * emulparams/hppaobsd.sh: New file.
1577 2002-07-05  Alan Modra  <amodra@bigpond.net.au>
1579         * ldlang.c (print_wild_statement): Fix output formatting.
1581 2002-07-04  Alan Modra  <amodra@bigpond.net.au>
1583         * ldlang.c: (strip_excluded_output_sections): New function.
1584         (lang_process): Call it.
1585         (lang_size_sections_1): Revert 2002-06-10 change.
1587 2002-07-03  Alan Modra  <amodra@bigpond.net.au>
1589         * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
1590         Run "make dep-am".
1591         * Makefile.in: Regenerate.
1593 2002-07-02  Alan Modra  <amodra@bigpond.net.au>
1595         * ldfile.c (ldfile_try_open_bfd): Formatting.
1597         * ldmisc.c (demangle): Move so that it doesn't intrude between
1598         vfinfo comment and body.  Add comment.
1600 2002-07-01  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1602         * emulparams/vax.sh (OUTPUT_FORMAT): Use a.out-vax-bsd format.
1604 2002-07-01  Alan Modra  <amodra@bigpond.net.au>
1606         * ldlang.h (entry_sym): Make it a struct bfd_sym_chain.
1607         * ldlang.c (entry_sym): Likewise.
1608         (ldlang_undef_chain_list_type): Likewise.
1609         (lang_finish): Adjust references to entry_symbol.
1610         (lang_add_entry): Likewise.
1611         (lang_gc_sections): Use link_info.gc_sym_list.
1612         (lang_process): Set link_info.gc_sym_list.
1613         * ldlex.l: Include bfdlink.h.
1614         * ldmain.c (main): Init link_info.gc_sym_list.
1615         * emultempl/aix.em: Adjust references to entry_symbol.
1616         * emultempl/armcoff.em: Likewise.
1617         * emultempl/armelf.em: Likewise.
1618         * emultempl/pe.em: Likewise.
1619         * emultempl/ppc64elf.em (ppc_after_open): New function.
1620         (LDEMUL_AFTER_OPEN): Define.
1621         * emulparams/elf64ppc.sh: KEEP .opd sections.
1623 2002-06-29  Stephane Carrez  <stcarrez@nerim.fr>
1625         * emulparams/m68hc12elfb.sh (EEPROM_MEMORY): Define.
1626         * emulparams/m68hc11elfb.sh (EEPROM_MEMORY): Define.
1627         * emulparams/m68hc11elf.sh (EEPROM_SIZE): Define.
1628         (EEPROM_START_ADDR): Define.
1629         (EEPROM_MEMORY): Define.
1630         * emulparams/m68hc12elf.sh: Likewise.
1631         * scripttempl/elfm68hc11.sc: Handle .eeprom section; handle .softregs
1632         section to put soft registers in .page0.
1633         * scripttempl/elfm68hc12.sc: Likewise but put soft registers in bss.
1635 2002-06-26  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1637         * emulparams/hppa64linux.sh (OTHER_GOT_RELOC_SECTIONS): Add rela.opd
1638         section.  Add ${RELOCATING-0}.
1640 2002-06-26  J"orn Rennecke <joern.rennecke@superh.com>
1642         * emulparams/shelf.sh (STACK_ADDR): Don't define.
1643         (OTHER_SECTIONS): Define.
1644         * emulparams/shelf_nbsd.sh ((STACK_ADDR): Don't undef.
1645         (OTHER_SECTIONS): Undef.
1647 2002-06-26  Alan Modra  <amodra@bigpond.net.au>
1649         * ldmisc.c (demangle): Restore dots stripped from sym name.
1651 2002-06-25  H.J. Lu <hjl@gnu.org>
1653         * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
1654         * Makefile.in: Regenerated.
1656 2002-06-20  Nick Clifton  <nickc@cambridge.redhat.com>
1658         * ld.texinfo (Bug Reporting): Update text to suggest a limit on
1659         the size of attached object files, to allow make the object files
1660         available via FTP or HTTP and to mention that the mail will be
1661         sent to a mailing list.
1663 2002-06-20  Nathanael Nerode  <neroden@twcny.rr.com>
1665         * ld/configure.host (romp): Drop support.
1667 2002-06-18  Chris Demetriou  <cgd@broadcom.com>
1669         * emultempl/mipself.em (mips_elf${ELFSIZE}_check_sections): Check
1670         section flags for SEC_DATA, rather than for SEC_CODE being unset.
1672 2002-06-18  Chris Demetriou  <cgd@broadcom.com>
1674         * emultempl/mipself.em (mips_elf${ELFSIZE}_check_sections): Fix
1675         format specifier used to print BFD name.
1677 2002-06-18  Dave Brolley  <brolley@redhat.com>
1679         From Catherine Moore, Michael Meissner, Jim Blandy:
1680         * emulparams/elf32frv.sh: New file.
1681         * configure.tgt: Support frv-*-*.
1682         * Makefile.am (ALL_EMULATIONS): Add eelf32frv.o.
1683         (eelf32frv.c): New target.
1685 2002-06-17  Tom Rix  <trix@redhat.com>
1687         * emultempl/elf32.em: gld*_get_script:  Check for
1688         GENERATE_COMBRELOC_SCRIPT.
1689         * scripttempl/elfd10v.sc : Fix STACK and INSN.
1690         * emulparams/d10velf.sh : Fix TEXT_START_ADDR.
1692 2002-06-13  J"orn Rennecke <joern.rennecke@superh.com>
1694         * configure.tgt: Add support for sh[1234]*le*-*-elf, sh[1234]*-*-elf.
1696 2002-06-12  H.J. Lu <hjl@gnu.org>
1698         * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Return
1699         false if xvec doesn't match.
1701 2002-06-10  Richard Sandiford  <rsandifo@redhat.com>
1703         * ldlang.c (lang_size_sections_1): Skip removed output sections.
1705 2002-06-08  Alan Modra  <amodra@bigpond.net.au>
1707         * ldexp.c: Replace CONST with const.
1708         * ldfile.c: Likewise.
1709         * ldfile.h: Likewise.
1710         * ldlex.l: Likewise.
1711         * mri.c: Likewise.
1712         * pe-dll.h: Likewise.
1714 2002-06-07  Alan Modra  <amodra@bigpond.net.au>
1716         * emultempl/ppc64elf.em (new_vers_pattern): Warning fix.
1718 2002-06-07  Charles Wilson  <cwilson@ece.gatech.edu>
1720         * ld/ldmain.c (main): initialize link_info.pei386_auto_import
1721         to -1 == implicit enable.
1722         * ld/emultempl/pe.em (gld_${EMULATION_NAME}_before_parse):
1723         initialize link_info.pei386_auto_import to -1 == implicit
1724         enable.
1725         (gld_${EMULATION_NAME}_parse_args): When processing
1726         --enable-auto-import and --disable-auto-import options, use
1727         '1' and '0' instead of 'true' and 'false'.
1728         (pe_find_data_imports): Only issue message about auto-import
1729         when the feature is implicitly enabled.  Downgrade message to
1730         informational instead of warning.
1732 2002-06-07  Alan Modra  <amodra@bigpond.net.au>
1734         * scripttempl/elf.sc (.tbss): Fix mismatched parentheses/braces.
1736 2002-06-06  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1738         * configure.host (hppa*64*-*-hpux11*): Define NATIVE_LIB_DIRS,
1739         HOSTING_CRT0 and HOSTING_LIBS.
1741 2002-06-05  J"orn Rennecke <joern.rennecke@superh.com>
1743         * configure.tgt (shle*-*-elf*, sh64le-*-elf*): New configurations.
1745 2002-06-05  Jason Thorpe  <thorpej@wasabisystems.com>
1747         * emulparams/ns32knbsd.sh (EXECUTABLE_SYMBOLS): Set _DYNAMIC to 0.
1748         (NONPAGED_TEXT_START_ADDR): Set to 0x1000.
1750 2002-06-05  Alan Modra  <amodra@bigpond.net.au>
1752         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Place
1753         SEC_EXCLUDE sections when doing a relocatable link.
1755 2002-06-04  Jason Thorpe  <thorpej@wasabisystems.com>
1757         * Makefile.am (ALL_EMULATIONS): Add eshelf32_nbsd.o,
1758         eshlelf32_nbsd.o, eshelf64_nbsd.o, and eshlelf64_nbsd.o.
1759         (eshelf32_nbsd.c, eshelf64_nbsd.c, eshlelf32_nbsd.c)
1760         (eshlelf64_nbsd.c): New rules.
1761         * Makefile.in: Regenerate.
1762         * configure.tgt (sh5le-*-netbsd*, sh5-*-netbsd*, sh64le-*-netbsd*)
1763         (sh64-*-netbsd*): New targets.
1764         * emulparams/shelf32_nbsd.sh: New file.
1765         * emulparams/shelf64_nbsd.sh: New file.
1766         * emulparams/shlelf32_nbsd.sh: New file.
1767         * emulparams/shlelf64_nbsd.sh: New file.
1769 2002-06-04  Alan Modra  <amodra@bigpond.net.au>
1771         * ldlang.c (section_already_linked): Call bfd_discard_group.  Typo fix.
1773 2002-06-02  Marek Michalkiewicz  <marekm@amelek.gda.pl>
1775         * scripttempl/avr.sc: Changes to support current GCC and avr-libc,
1776         C++ constructors/destructors, loosely based on the m68hc11 port.
1778 2002-05-31  Alan Modra  <amodra@bigpond.net.au>
1780         * Makefile.in: Regenerate.
1781         * aclocal.m4: Regenerate.
1782         * config.in: Regenerate.
1783         * configure: Regenerate.
1785 2002-05-31  Graeme Peterson  <gp@qnx.com>
1787         * Makefile.am (ALL_EMULATIONS): Add ei386nto.o.
1788         (ei386nto.c): Add rule.
1789         * Makefile.in: Regenerate.
1790         * configure.tgt: Add i[3456]86-*-nto-qnx*.
1791         * emulparams/i386nto.sh: New file.
1793 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
1795         * NEWS: Add entry for VAX ELF support.
1797 2002-05-29  Matt Thomas  <matt@3am-software.com>
1798             Jason Thorpe  <thorpej@wasabisystems.com>
1800         * Makefile.am (ALL_EMULATIONS): Add eelf32vax.o and evaxnbsd.o.
1801         (eelf32vax.c)
1802         (evaxnbsd.c): New rules.
1803         * Makefile.in: Regenerate.
1804         * configure.tgt (vax-*-netbsdelf*)
1805         (vax-*-netbsdaout*)
1806         (vax-*-netbsd*): New targets.
1807         * emulparams/elf32vax.sh: New file.
1808         * emulparams/vaxnbsd.sh: New file.
1810 2002-05-29  Adam Nemet  <anemet@lnxw.com>
1812         * emultempl/armelf.em (arm_elf_after_open): Don't determine
1813         bfd_for_interwork, instead add glue sections to each input bfd.
1814         (bfd_for_interwork): New global.
1815         (arm_elf_set_bfd_for_interworking): New function.
1816         (arm_elf_before_allocation): Use it.
1818 2002-05-28  Kuang Hwa Lin <kuang@sbcglobal.net>
1820         * Makefile.am: Add DLX make target.
1821         * configure.tgt: Add DLX configuration.
1822         * Makefile.in: Regenerate.
1823         * emulparams/elf32_dlx.sh: New file
1824         * scripttempl/dlx.sc: New file
1826 2002-05-27  Per Lundberg  <per@caleb.dnsalias.org>
1828         * Makefile.am (eelf_i386_chaos): Use elf_chaos.sc script.
1829         * Makefile.in: Regenerate.
1830         * emulparams/elf_chaos.sh: Use elf_chaos script.
1831         * scripttempl/elf_chaos.sc: New file.
1833 2002-05-27  Richard Sandiford  <rsandifo@redhat.com>
1835         * ldlang.c (lang_size_sections_1): Move check for conflicting load
1836         addresses and regions from here...
1837         (lang_get_regions): ...to this new function.
1838         (lang_leave_output_section_statement): Use lang_get_regions.
1839         (lang_leave_overlay): Likewise.
1840         * mri.c (mri_draw_tree): Pass null as last argument to
1841         lang_leave_output_section_statement.
1842         * emultempl/elf32.em (gld*_place_orphan): Likewise.
1843         * emultempl/mmo.em (mmo_place_orphan): Likewise.
1844         * emultempl/pe.em (gld*_place_orphan): Likewise.
1846 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
1848         * configure.tgt: Use ns32k-*-netbsd* instead of ns32k-pc532-netbsd*.
1850 2002-05-25  Kazu Hirata  <kazu@cs.umass.edu>
1852         * ldemul.c: Fix formatting.
1853         * ldfile.c: Likewise.
1854         * pe-dll.c: Likewise.
1855         * pe-dll.h: Likewise.
1857 2002-05-25  Alan Modra  <amodra@bigpond.net.au>
1859         * ldlang.c (lang_process): Formatting, grammar.
1861         * ldlex.l: Use #include "" instead of <> for local header files.
1863 2002-05-24  TAMURA Kent <kent@netbsd.org>
1865         * configure.tgt: Add a target for i386-netbsdpe.
1867 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
1869         * scripttempl/elf.sc: Add .rel{,a}.t{bss,data}, .tdata and .tbss.
1870         * ldlang.c (lang_add_section): Set SEC_THREAD_LOCAL for
1871         output section if necessary.  Handle .tbss.
1872         (lang_size_sections): Clear _raw_size for .tbss section
1873         (it allocates space in PT_TLS segment only).
1874         * ldwrite.c (build_link_order): Build link order for .tbss too.
1876 2002-05-23  Alan Modra  <amodra@bigpond.net.au>
1878         * configure.in: Correct spelling of AC_PREREQ.
1880 2002-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
1882         * pe-dll.c (autofilter_liblist): Add more system libs excluded by
1883         default.
1884         (autofilter_objlist): Add crtbegin.o, crtend.o.
1886 2002-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
1888         * emultempl/pe.em (OPTION_EXCLUDE_LIBS): Add new define.
1889         (longopts): Add new option --exclude-libs.
1890         (gld_${EMULATION_NAME}_list_options): Give quick help about it.
1891         (gld_${EMULATION_NAME}_parse_args): Use it.
1892         * pe-dll.h (pe_dll_add_excludes): Add second param to prototype.
1893         * pe-dll.c (exclude_list_struct): Add field type to distinguish symbols
1894         from whole archives.
1895         (pe_dll_add_excludes): Set excludes->type.
1896         (auto_export): Add new variable libname and set to archive basename if
1897         abfd.  Use it when filtering default and user-specified libarary
1898         excludes.  Let string "ALL" mean all libs when filtering user-specified
1899         libs.
1900         * ld.texinfo: Document --exclude-libs.
1902 2002-05-22  Alan Modra  <amodra@bigpond.net.au>
1904         * ldemul.c (ldemul_new_vers_pattern): New function.
1905         * ldemul.h (ldemul_new_vers_pattern): Declare.
1906         (struct ld_emulation_xfer_struct): Add new_vers_pattern.
1907         * ldlang.c (lang_new_vers_pattern): Call ldemul_new_vers_pattern.
1908         * emultempl/ppc64elf.em (dotsyms): New static var.
1909         (gld${EMULATION_NAME}_new_vers_pattern): New function.
1910         (LDEMUL_NEW_VERS_PATTERN): Define.
1911         (PARSE_AND_LIST_PROLOGUE): Add OPTION_DOTSYMS, OPTION_NO_DOTSYMS.
1912         (PARSE_AND_LIST_LONGOPTS): Likewise.
1913         (PARSE_AND_LIST_ARGS_CASES): Handle them.
1914         * emultempl/aix.em (ld_${EMULATION_NAME}_emulation): Update
1915         initialiser.
1916         * emultempl/armcoff.em: Likewise.
1917         * emultempl/armelf_oabi.em: Likewise.
1918         * emultempl/beos.em: Likewise.
1919         * emultempl/elf32.em: Likewise.
1920         * emultempl/generic.em: Likewise.
1921         * emultempl/gld960.em: Likewise.
1922         * emultempl/gld960c.em: Likewise.
1923         * emultempl/linux.em: Likewise.
1924         * emultempl/lnk960.em: Likewise.
1925         * emultempl/m68kcoff.em: Likewise.
1926         * emultempl/mipsecoff.em: Likewise.
1927         * emultempl/pe.em: Likewise.
1928         * emultempl/sunos.em: Likewise.
1929         * emultempl/ticoff.em: Likewise.
1930         * emultempl/vanilla.em: Likewise.
1932 2002-05-22  Alan Modra  <amodra@bigpond.net.au>
1934         * genscripts.sh (LIB_PATH): For native targets, concatenate $libdir
1935         and $NATIVE_LIB_DIRS.  Add $tool_lib before other libs.
1936         (LIB_SEARCH_DIRS): No need to use "tr".
1937         (COMPILE_IN): Only set for native targets.
1938         * configure.host (NATIVE_LIB_DIRS): Specify all native search dirs
1939         here, rather than adding lib:/usr/lib:/usr/local/lib in genscripts.sh.
1940         * configure.tgt (powerpc*): Set tdir_*.
1941         (powerpcle*): Correct targ_extra_emuls.
1942         * emulparams/elf32ppc.sh (LIB_PATH): Set up native 64 bit dirs.
1943         * emulparams/elf64ppc.sh (LIB_PATH): Likewise.
1945 2002-05-22  Alan Modra  <amodra@bigpond.net.au>
1947         * emultempl/pe.em (set_pe_subsystem): Don't set "cmdline" when
1948         calling lang_add_entry.
1950 2002-05-21  H.J. Lu  (hjl@gnu.org)
1952         * emultempl/elf32.em (gld${EMULATION_NAME}_parse_args): Handle
1953         "-z muldefs".
1954         (gld${EMULATION_NAME}_list_options): Add "-z muldefs".
1956         * ld.texinfo: Updated for --allow-multiple-definition and
1957         "-z muldefs".
1959         * ldmain.c (main): Initialize the allow_multiple_definition
1960         field to false.
1962         * lexsup.c (OPTION_ALLOW_MULTIPLE_DEFINITION): New.
1963         (ld_options): Add --allow-multiple-definition.
1964         (parse_args): Support OPTION_ALLOW_MULTIPLE_DEFINITION.
1966 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
1968         * Makefile.am (ALL_EMULATIONS): Add earmelfb_nbsd.o.
1969         (earmelfb_nbsd.c): New rule.
1970         * Makefile.in: Regenerate.
1971         * configure.tgt (armeb-*-netbsdelf*): New target.
1972         (arm-*-netbsdelf*): Add armelfb_nbsd to targ_extra_emuls.
1973         (arm-*-netbsd*): Likewise.
1974         * emulparams/armelfb_nbsd.sh: New file.
1976 2002-05-18  Tom Rix  <trix@redhat.com>
1978         * emultempl/aix.em (gld*_parse_args): Add -bnortl and -bnortllib
1979         support.
1981 2002-05-17  Marek Michalkiewicz  <marekm@amelek.gda.pl>
1983         * Makefile.am: Add new emulations avr1, avr2, avr3, avr4, avr5.
1984         * Makefile.in: Regenerate.
1985         * configure.tgt (avr-*-*): Add avr[1-5] to targ_extra_emuls.
1987 2002-05-16  Marek Michalkiewicz  <marekm@amelek.gda.pl>
1989         * emulparams/avr1.sh: New file.
1990         * emulparams/avr2.sh: New file.
1991         * emulparams/avr3.sh: New file.
1992         * emulparams/avr4.sh: New file.
1993         * emulparams/avr5.sh: New file.
1994         * scripttempl/avr.sc: New file.
1996 2002-05-15  Alan Modra  <amodra@bigpond.net.au>
1998         * ldlang.c (section_already_linked): Call bfd_link_just_syms.
1999         (lang_place_orphans): Abort if just_syms_flag.
2001 2002-05-10  Tom Rix  <trix@redhat.com>
2003         * emultempl/aix.em: (gld*_set_output_arch): New function. Use
2004         architecture and machine information in the output bfd.
2005         (gld*_before_parse): Remove old arch and machine code.
2006         (choose_target): Rename to gld*_choose_target.
2007         (rtld): Change type to int.
2008         * ldfile.c (ldfile_try_open_bfd): Disable compatiblity check for
2009         objects in XCOFF archives.
2010         * ldfile.h: Update copyright date.
2012 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
2014         * ldmain.c (main): Enable -z combreloc by default.
2016 2002-05-07  Federico G. Schwindt <fgsch@olimpo.com.br>
2018         * Makefile.am: Honour DESTDIR.
2019         * Makefile.in: Regenerate.
2021 2002-05-07  Richard Sandiford  <rsandifo@redhat.com>
2023         * ldlang.h (lang_output_section_statement_type): Add update_dot_tree.
2024         (lang_enter_overlay): Remove the last two parameters.
2025         (lang_leave_overlay): Take them here instead.
2026         * ldgram.y (memspec_at_opt): Set $$ to null if no region is given.
2027         (section): Pass LMA and crossref flag to lang_leave_overlay rather
2028         than lang_enter_overlay.
2029         * ldlang.c (lang_memory_region_lookup): Return null for null names.
2030         (lang_output_section_statement_lookup): Initialize update_dot_tree.
2031         (lang_size_sections_1): Evaluate it.
2032         (lang_leave_output_section_statement): Rework LMA lookup.
2033         (overlay_lma, overlay_nocrossrefs): Remove.
2034         (lang_enter_overlay): Remove LMA and crossref arguments.
2035         (lang_enter_overlay_section): Don't set the LMA here.
2036         (lang_leave_overlay): Take LMA and crossref arguments.  Move the '.'
2037         assignment to the last section's update_dot_tree.  Unconditionally
2038         use the load and run-time regions specified in the OVERLAY statement.
2039         Likewise the first section's LMA.  Only set the other sections' LMAs
2040         when no load region is given.
2042 2002-05-06  Nick Clifton <nickc@redhat.com>
2044         * po/sv.po: New translation.
2046 2002-05-04  Alan Modra  <amodra@bigpond.net.au>
2048         * emultempl/hppaelf.em (build_section_lists): New function.
2049         (gld${EMULATION_NAME}_finish): Call elf32_hppa_setup_section_lists
2050         and build_section_lists.
2052 2002-05-03  Kazu Hirata  <kazu@cs.umass.edu>
2054         * ld.h: Fix formatting.
2055         * ldexp.c: Likewise.
2056         * ldfile.c: Likewise.
2057         * ldlang.c: Likewise.
2058         * ldmain.c: Likewise.
2059         * lexsup.c: Likewise.
2060         * pe-dll.c: Likewise.
2062 2002-05-02  Alan Modra  <amodra@bigpond.net.au>
2064         * emultempl/ppc64elf.em (gld${EMULATION_NAME}_after_allocation):
2065         Adjust for ppc64_elf_set_toc change.  #include libbfd.h.
2066         (build_section_lists): Do output_section tests here.
2068 2002-04-30  Tom Rix  <trix@redhat.com>
2070         * emultempl/aix.em : (gld*_parse_arge): Formatting changes.
2072 2002-05-01  Alan Modra  <amodra@bigpond.net.au>
2074         Long branch stubs, multiple stub sections.
2075         * emultempl/ppc64elf.em: Include ldctor.h.
2076         (stub_file): New var.
2077         (group_size): New var.
2078         (ppc_create_output_section_statements): New function.
2079         (struct hook_stub_info): New.
2080         (hook_in_stub): New function.
2081         (ppc_add_stub_section): New function.
2082         (ppc_layout_sections_again): New function.
2083         (build_section_lists): New function.
2084         (gld${EMULATION_NAME}_finish): Rewrite.
2085         (real_func): New var.
2086         (ppc_for_each_input_file_wrapper): New function.
2087         (ppc_lang_for_each_input_file): New function.
2088         (lang_for_each_input_file): Define.
2089         (PARSE_AND_LIST_PROLOGUE): Define.
2090         (PARSE_AND_LIST_LONGOPTS): Define.
2091         (PARSE_AND_LIST_OPTIONS): Define.
2092         (PARSE_AND_LIST_ARGS_CASES): Define.
2093         (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
2095 2002-04-30  Tom Rix  <trix@redhat.com>
2097         * emultempl/aix.em (gld*_parse_arge, gld*_before_allocation): Add
2098         -blibpath, -bnolibpath support.
2100 2002-04-30  Mark Mitchell  <mark@codesourcery.com>
2102         * Makefile.am (ALL_EMULATIONS): Add elf32ppcwindiss.o.
2103         (eelf32ppcwindiss.c): New target.
2104         * Makefile.in: Regenerated.
2105         * configure.tgt: Add support for powerpc-*-windiss.
2106         * emulparams/elf32ppcwindiss.sh: New file.
2108 2002-04-30  Richard Sandiford  <rsandifo@redhat.com>
2110         * ldlang.c (print_assignment): Update print_dot for assignments to ".".
2111         * ldexp.c (exp_print_token): Add "infix_p" argument.
2112         (exp_print_tree): Update accordingly.
2114 2002-04-28  Alan Modra  <amodra@bigpond.net.au>
2116         * Makefile.am (mpw): New maintainer mode rule to make mpw-*.c files.
2117         * Makefile.in: Regenerate.
2118         * mpw-elfmips.c: Delete.
2119         * mpw-eppcmac.c: Delete.
2120         * mpw-esh.c: Delete.
2121         * mpw-idtmips.c: Delete.
2123 2002-04-17  J"orn Rennecke <joern.rennecke@superh.com>
2125         * emulparams/shelf32.sh (MACHINE): Now sh5.
2127 2002-04-17  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2129         * ldgram.y: Fix syntax warning.
2131 2002-04-11  Nick Clifton  <nickc@cambridge.redhat.com>
2133         * emultempl/armelf.em (PARSE_AND_LIST_SHORTOPTS): Add 'n' in order
2134         to prevent "-n" from being taken as an abbreviation for
2135         "--no-pipeline-knowledge".
2137 2002-04-08  Alan Modra  <amodra@bigpond.net.au>
2139         * ldlang.c (lang_size_sections_1): Don't complain about
2140         SEC_NEVER_LOAD sections having no memory region specified.
2142         * ld.texinfo (Format Commands <OUTPUT_FORMAT>): Typo fix.
2144 2002-04-07  matthew green  <mrg@redhat.com>
2146         * ld/configure.host (*-*-netbsd*): Add support for NetBSD/ELF.
2148 2002-04-04  Alan Modra  <amodra@bigpond.net.au>
2150         * dep-in.sed: Cope with absolute paths.
2151         * Makefile.am (dep.sed): Subst TOPDIR and BFDDIR.
2152         Run "make dep-am".
2153         * Makefile.in: Regenerate.
2155 2002-04-04  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2157         * emulparams/elf64btsmip.sh: n64 replaces .reginfo with .MIPS.options.
2159 2002-04-03  Jakub Jelinek  <jakub@redhat.com>
2161         * ldexp.c (fold_binary) [DATA_SEGMENT_ALIGN]: If common page size
2162         is smaller than maximum, round dot up to common page boundary.
2164 2002-03-28  Alan Modra  <amodra@bigpond.net.au>
2166         * configure.host: Set up for generic hosts first, then tweak as
2167         necessary in more specific targets.
2168         (HOSTING_LIBS): Include libgcc_eh.a if found.
2170 2002-03-23  Andreas Jaeger  <aj@suse.de>
2172         * emulparams/elf_x86_64.sh (COMMONPAGESIZE): Set it.
2174 2002-03-21  Alan Modra  <amodra@bigpond.net.au>
2176         * Makefile.am: Run "make dep-am".
2177         * Makefile.in: Regenerate.
2179 2002-03-21  Albert Chin-A-Young  <china@thewrittenword.com>
2181         * genscripts.sh (LIB_SEARCH_DIRS): Quote path.
2183 2002-03-20  Alan Modra  <amodra@bigpond.net.au>
2185         * ldlang.c (ldlang_add_undef): If the output bfd has been opened,
2186         add the symbol to the linker hash table immediately.
2187         (lang_place_undefineds): Split symbol creation out..
2188         (insert_undefined): ..to here.
2190 2002-03-18  David O'Brien  <obrien@FreeBSD.org>
2192         * emultempl/elf32.em: Use lbasename vs. basename to fix problem where
2193         the contents of the buffer returned from basename function will are
2194         getting overwritten while still being used.
2196 2002-03-18  Jan Hubicka  <jh@suse.cz>
2197             Andreas Jaeger  <aj@suse.de>
2198             Andreas Schwab  <schwab@suse.de>
2200         * configure.tgt (x86_64-*-linux-gnu*): Configure i386 as native.
2201         * elf_x86_64.sh (ARCH): Set to i386:x86-64
2202         set libraries to default to lib64 paths.
2204 2002-03-18  Tom Rix  <trix@redhat.com>
2206         * Makefile.am : Add eaix5ppc and eaix5rs6, AIX 5 support.
2207         * configure.tgt : Same.
2208         * emulparms/aix5ppc.sh : New file. For eaix5ppc.
2209         * emulparms/aix5rs6.sh : New file. For eaix5rs6.
2210         * emulparms/aixppc.sh : OUPUT_FORMAT_32BIT and OUTPUT_FORMAT_64BIT
2211         emulation parameters for better -b32, -b64 support.
2212         * emulparms/aixrs6.sh : Same.
2213         * emulparms/ppcmacos.sh : Same.
2214         * emultempl/aix.em (choose_target) : Use new emulation parameters
2215         OUTPUT_FORMAT_32BIT and OUTPUT_FORMAT_64BIT.
2216         * Makefile.in : Regenerate.
2218 2002-03-18  Nick Clifton  <nickc@cambridge.redhat.com>
2220         * po/fr.po: Updated version.
2222 2002-03-18  Alan Modra  <amodra@bigpond.net.au>
2224         * ldmain.c (main): Move .text readonly flag fudges from here..
2225         * ldlang.c (lang_process): ..to here.
2227 2002-03-14  Alan Modra  <amodra@bigpond.net.au>
2229         * ldlang.c (lang_check): Remove the word size check added in last
2230         change.  Treat emitrelocations case as for relocatable links.
2232 2002-03-13  Nick Clifton  <nickc@cambridge.redhat.com>
2234         * po/fr.po: Updated version.
2236 2002-03-13  Alan Modra  <amodra@bigpond.net.au>
2238         * ldlang.c (lang_check): Do relocatable link checks first, so that
2239         warn_mismatch can't override.  Check compatible and word size too.
2241 2002-03-07  Daniel Jacobowitz  <drow@mvista.com>
2243         * ld.texinfo: Wrap @menu in @ifnottex, not @ifinfo.
2245 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
2247         * scripttempl/elf.sc: Only use DATA_SEGMENT_END() together with
2248         DATA_SEGMENT_ALIGN.
2250 2002-03-04  H.J. Lu <hjl@gnu.org>
2252         * scripttempl/elf.sc: Put .preinit_array, .init_array and
2253         .fini_array in the data segment.
2255 2002-03-04  Alan Modra  <amodra@bigpond.net.au>
2257         * scripttempl/elf.sc: Correct syntax errors in 2002-03-01 commit.
2259 2002-03-01  David Mosberger  <davidm@hpl.hp.com>
2261         * scripttempl/elf.sc (SECTIONS): Add entries for .preinit_array,
2262         .init_array, and .fini_array.
2264 2002-02-20  Andreas Schwab  <schwab@suse.de>
2266         * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Don't fold
2267         .IA64_unwind* in a relocatable link.
2269 2002-02-20  Nick Clifton  <nickc@cambridge.redhat.com>
2271         * NEWS: Mark 2.12 branch.
2273 2002-02-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2275         * emulparams/elf64_s390.sh (ARCH): Change to "s390:64-bit".
2276         * emulparams/elf_s390.sh (ARCH): Change to "s390:31-bit".
2278 2002-02-18  Tom Rix  <trix@redhat.com>
2280         * emultempl/aix.em (gld*_parse_args): Add -brtl support.
2281         (gld*_before_allocation): Same.
2282         (gld*_create_output_section_statements): Generate
2283         __rtinit if run time linking.  Add librtl.a to the link.
2284         (gld*_read_file): Clean.
2286 2002-02-18  Alan Modra  <amodra@bigpond.net.au>
2288         * emulparams/elf64ppc.sh (OTHER_TEXT_SECTIONS): Define.
2290 2002-02-18  David O'Brien  <obrien@FreeBSD.org>
2292         * Makefile.am: Add new files earmelf_fbsd, eelf32ppc_fbsd,
2293         eelf_i386_fbsd, eelf64_ia64_fbsd, eelf_x86_64_fbsd, eelf64_sparc_fbsd,
2294         and eelf64alpha_fbsd.
2295         * Makefile.in: Regenerate.
2296         * configure.tgt(sparc64-*-freebsd, ia64-*-freebsd, i[3456]86-*-freebsd,
2297         x86_64-*-freebsd, arm-*-freebsd, alpha*-*-freebsd, powerpc-*-freebsd):
2298         use a FreeBSD-specific emulation rather than the psABI one.
2299         * emulparams/elf_fbsd.sh (ELF_INTERPRETER_NAME): Set appropriate value
2300         for all FreeBSD ELF systems.
2301         * emulparams/armelf_fbsd.sh: Bridge elf_fbsd.sh and the "native" psABI
2302         emulation.
2303         * emulparams/elf32ppc_fbsd.sh: Likewise.
2304         * emulparams/elf64_ia64_fbsd.sh: Likewise.
2305         * emulparams/elf64_sparc_fbsd.sh: Likewise.
2306         * emulparams/elf64alpha_fbsd.sh: Likewise.
2307         * emulparams/elf_i386_fbsd.sh: Likewise.
2308         * emulparams/elf_x86_64_fbsd.sh: Likewise.
2310 2002-02-18  Nick Clifton  <nickc@cambridge.redhat.com>
2312         * po/tr.po: Updated version.
2314 2002-02-18  Alan Modra  <amodra@bigpond.net.au>
2316         * ld.texinfo (Output Section Fill): Fix amateur texinfo.
2317         (FILL): Likewise.
2319 2002-02-17  Hans-Peter Nilsson  <hp@bitrange.com>
2321         * emultempl/mmo.em (mmo_after_open): Don't call
2322         _bfd_mmix_check_all_relocs when producing ELF output.
2324 2002-02-15  Richard Henderson  <rth@redhat.com>
2326         * emulparams/elf64alpha.sh (NOP): Adjust for big-endian
2327         definition.  Emit a unop+nop pair.
2329 2002-02-15  Hans-Peter Nilsson  <hp@bitrange.com>
2331         * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Also check
2332         for presence of .MMIX.reg_contents.linker_allocated before early
2333         exit.
2335         * NEWS: Mention support for MMIX.
2337 2002-02-15  Alan Modra  <amodra@bigpond.net.au>
2339         Support arbitrary length fill patterns.
2340         * ld.texinfo (Output Section Fill): Describe fill expressions.
2341         (FILL): Refer to the above.
2342         * ldexp.h (etree_value_type): Add "str" field.
2343         (union etree_union): Add "str" to "value" struct.
2344         (exp_bigintop): Declare.
2345         (exp_get_fill): Declare.
2346         * ldexp.c: Include "safe-ctype.h".
2347         (exp_intop): Set value.str to NULL.
2348         (exp_bigintop): New function.
2349         (new_rel): Pass in "str", and set new.str from it.
2350         (new_rel_from_section): Set new.str to NULL.
2351         (fold_name): Adjust calls to new_rel.
2352         (exp_fold_tree): Likewise.
2353         (exp_get_fill): New function.
2354         * ldgram.y (struct big_int bigint, fill_type *fill): New.
2355         (INT): Returns a "bigint".  Adjust all code handling INTs.
2356         (fill_opt): Returns a "fill".
2357         (fill_exp): Split out of fill_opt, use for FILL.
2358         * ldlang.h (struct _fill_type): New.
2359         (fill_type): Move typedef to ldexp.h.
2360         (lang_output_section_statement_type): "fill" is now a pointer.
2361         (lang_fill_statement_type): Likewise.
2362         (lang_padding_statement_type): Likewise.
2363         (lang_add_fill): Now takes a "fill_type *" param.
2364         (lang_leave_output_section_statement): Likewise.
2365         (lang_do_assignments): Likewise.
2366         (lang_size_sections): Likewise.
2367         (lang_leave_overlay_section): Likewise.
2368         (lang_leave_overlay): Likewise.
2369         * ldlang.c: Include ldgram.h after ldexp.h.
2370         (lang_output_section_statement_lookup): Adjust for fill_type change.
2371         (print_fill_statement): Likewise.
2372         (print_padding_statement): Likewise.
2373         (insert_pad): Now takes a "fill_type *" arg.
2374         (size_input_section): Likewise.
2375         (lang_size_sections_1): Likewise.
2376         (lang_size_sections): Likewise.
2377         (lang_do_assignments): Likewise.
2378         (lang_add_fill): Likewise.
2379         (lang_leave_output_section_statement): Likewise.
2380         (lang_leave_overlay_section): Likewise.
2381         (lang_leave_overlay): Likewise.
2382         Adjust all callers of the above function.
2383         * ldlex.l: Include ldgram.h after ldexp.h.  Allow hex numbers
2384         starting with "0X" as well as "0x".  Return bigint.str for hex
2385         numbers starting with "0x" or "0X", zero bigint.str otherwise.
2386         Always use base 16 for numbers starting with "$".
2387         * ldmain.c: Include ldgram.h after ldexp.h.
2388         * ldwrite.c (build_link_order): Use bfd_data_link_order in place
2389         of bfd_fill_link_order.
2390         * pe-dll.c: Adjust lang_do_assignments calls.
2391         * emultempl/elf32.em: Likewise.
2392         * emultempl/hppaelf.em: Likewise.
2393         * emultempl/ppc64elf.em: Likewise.
2394         * emultempl/beos.em: Include ldgram.h after ldexp.h, adjust
2395         lang_add_assignment call.
2396         * emultempl/pe.em: Likewise.
2398 2002-02-14  Phil Edwards  <pme@gcc.gnu.org>
2400         * ld.texinfo (VERSION scripts):  Symbol names are globbing patterns.
2401         * ldgram.y (lang_new_vers_regex):  Rename to lang_new_vers_pattern;
2402         the pattern in question is not a regexp.
2403         * ldlang.c:  Likewise.
2404         * ldlang.h:  Likewise.
2405         * ldlex.l (V_IDENTIFIER):  Allow '[', ']', '-', '!', and '^' also.
2407 2002-02-12  Jakub Jelinek  <jakub@redhat.com>
2409         * ldlex.l (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): New tokens.
2410         * ldgram.y (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): New tokens.
2411         (exp): Add DATA_SEGMENT_ALIGN (exp, exp) and DATA_SEGMENT_END (exp).
2412         * ldexp.c (exp_data_seg): New variable.
2413         (exp_print_token): Handle DATA_SEGMENT_ALIGN and DATA_SEGMENT_END.
2414         (fold_binary): Handle DATA_SEGMENT_ALIGN.
2415         (exp_fold_tree): Handle DATA_SEGMENT_END.
2416         Pass allocation_done when recursing instead of hardcoding
2417         lang_allocating_phase_enum.
2418         * ldexp.h (exp_data_seg): New.
2419         * ldlang.c (lang_size_sections_1): Renamed from lang_size_sections.
2420         (lang_size_sections): New.
2421         * ld.texinfo (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): Document.
2422         * scripttempl/elf.sc: Use DATA_SEGMENT_ALIGN and DATA_SEGMENT_END
2423         if COMMONPAGESIZE is defined.
2424         * emulparams/elf_i386.sh (COMMONPAGESIZE): Set to 4K.
2425         * emulparams/elf32_sparc.sh (COMMONPAGESIZE): Set to 8K.
2426         * emulparams/elf64_sparc.sh (COMMONPAGESIZE): Set to 8K.
2427         * emulparams/elf64alpha.sh (COMMONPAGESIZE): Set to 8K.
2428         * emulparams/elf64_ia64.sh (COMMONPAGESIZE): Set to 16K for shared
2429         libraries only.
2431 2002-02-11  Alan Modra  <amodra@bigpond.net.au>
2433         * Makefile.in: Regenerate.
2435 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
2437         * lexsup.c: Remove strtoul declaration.
2439 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
2441         * ldmain.c: Add prototype for main ().
2442         * lexsup.c: Guard declaration of strtoul with HAVE_STDLIB_H.
2443         * emultempl/lnk960.em (lnk960_choose_target): Function should
2444         take two arguments.
2446 2002-02-10  Alan Modra  <amodra@bigpond.net.au>
2448         * ldlang.c (entry_section): New initialised variable.
2449         (lang_finish): Use it.
2450         * ldlang.h (entry_section): Declare.
2451         * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Set
2452         entry_section to ".opd".
2454 2002-02-09  Chris Demetriou  <cgd@broadcom.com>
2456         * ld.texinfo (Options): Add back in -nostdlib documentation,
2457         which had been inadvertently removed.
2459 2002-02-09  Hans-Peter Nilsson  <hp@bitrange.com>
2461         * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Adjust
2462         register section vma to a sane value after emitting error.  Make
2463         fatal conditions cause program exit when emitting message.
2465 2002-02-08  Ivan Guzvinec <ivang@opencores.org>
2467         * configure.tgt: Add or32-*-rtems target.
2469 2002-02-08  Alexandre Oliva  <aoliva@redhat.com>
2471         Contribute sh64-elf.
2472         2002-01-24  Alexandre Oliva  <aoliva@redhat.com>
2473         * emulparams/shelf32.sh (STACK_ADDR): Define as formerly defined
2474         in OTHER_RELOCATABLE_SECTIONS.
2475         2002-01-18  Alexandre Oliva  <aoliva@redhat.com>
2476         * emulparams/shelf32.sh (STACK_ADDR): Define.
2477         (OTHER_RELOCATABLE_SECTIONS): Renamed to...
2478         (OTHER_SECTIONS): this.  Removed stack settings.
2479         * emulparams/shelf64.sh (OTHER_RELOCATABLE_SECTIONS): Do not set.
2480         (OTHER_SECTIONS): Reset after sourcing shelf32.sh.
2481         2001-03-12  DJ Delorie  <dj@redhat.com>
2482         * emultempl/sh64elf.em (sh64_elf_$_before_allocation): Disable
2483         relaxing if any shmedia or mixed sections are found.
2484         2001-03-07  DJ Delorie  <dj@redhat.com>
2485         * emultempl/sh64elf.em (sh64_elf_before_allocation): Pass f to
2486         einfo.  Gracefully decline to output to non-elf formats.
2487         2001-03-06  Hans-Peter Nilsson  <hpn@redhat.com>
2488         * emulparams/shelf64.sh (OTHER_RELOCATING_SECTIONS) <.stack>:
2489         Default to _end aligned to next multiple of 0x40000, plus 0x40000.
2490         * emulparams/shelf32.sh: Ditto.
2491         2001-01-14  Hans-Peter Nilsson  <hpn@cygnus.com>
2492         * emulparams/shelf32.sh (OTHER_RELOCATING_SECTIONS): Tweak
2493         comment.
2494         2001-01-10  Ben Elliston  <bje@redhat.com>
2495         * emulparams/shelf32.sh (OTHER_RELOCATING_SECTIONS): Avoid
2496         non-portable shell constructs. From Hans-Peter Nilsson.
2497         2001-01-09  Hans-Peter Nilsson  <hpn@cygnus.com>
2498         * emulparams/shelf64.sh (EXTRA_EM_FILE): Define empty.
2499         * Makefile.am (eshelf64.c, eshlelf64.c, eshlelf32.c): Adjust
2500         dependencies to the shell script include chain.
2501         * Makefile.in: Regenerate.
2502         2001-01-06  Hans-Peter Nilsson  <hpn@cygnus.com>
2503         * emultempl/sh64elf.em: Update and tweak comments.
2504         (sh64_elf_${EMULATION_NAME}_after_allocation): Always allocate and
2505         make a .cranges section SEC_IN_MEMORY.
2506         2000-12-30  Hans-Peter Nilsson  <hpn@cygnus.com>
2507         * emultempl/sh64elf.em
2508         (sh64_elf_${EMULATION_NAME}_before_allocation): Don't stop when
2509         .cranges section found to be necessary; continue and set stored
2510         section contents flags for sections with non-mixed contents.
2511         Use a struct sh64_section_data container and sh64_elf_section_data
2512         to store contents-type flags.
2513         Remove unused update of "isec".
2514         (sh64_elf_${EMULATION_NAME}_after_allocation): Only process
2515         sections marked SHF_SH5_ISA32_MIXED.  Use sh64_elf_section_data to
2516         access contents-type flags.  Assert that the associated container
2517         is initialized.  Use that container, not elf_gp_size, to hold size
2518         of linker-generated cranges contents.
2519         2000-12-18  Hans-Peter Nilsson  <hpn@cygnus.com>
2520         * emultempl/sh64elf.em
2521         (sh64_elf_${EMULATION_NAME}_before_allocation): Exit early if
2522         there's already a .cranges section.  When section flag difference
2523         is found, don't NULL-check cranges a second time.  Tweak comments.
2524         (sh64_elf_${EMULATION_NAME}_after_allocation): Use size after
2525         merging, not max size, as size of ld-generated .cranges contents.
2526         Don't set ELF section flags in output section.  When checking for
2527         needed .cranges descriptors, don't use a variable; compare
2528         incoming ELF section flags directly to SHF_SH5_ISA32_MIXED.  Tweak
2529         comments.
2530         2000-12-18  Hans-Peter Nilsson  <hpn@cygnus.com>
2531         * emultempl/sh64elf.em: New file.
2532         * Makefile.am (eshelf32.c, eshlelf32.c): Adjust dependencies.
2533         * Makefile.in: Regenerate.
2534         * emulparams/shelf32.sh (OUTPUT_FORMAT): Only set if not set.
2535         (OTHER_RELOCATING_SECTIONS): Ditto.
2536         (EXTRA_EM_FILE): New, set to sh64elf if not set.
2537         * emulparams/shlelf32.sh: Stub out all settings except
2538         OUTPUT_FORMAT.  Source shelf32.sh.
2539         * emulparams/shelf64.sh: Similar, but also keep ELF_SIZE and
2540         OTHER_RELOCATING_SECTIONS.
2541         (OTHER_RELOCATING_SECTIONS): Remove .cranges.
2542         * emulparams/shlelf64.sh: Stub out all settings except
2543         OUTPUT_FORMAT.  Source shelf64.sh.
2544         2000-12-15  Hans-Peter Nilsson  <hpn@cygnus.com>
2545         * emulparams/shelf64.sh (OTHER_RELOCATING_SECTIONS): Include
2546         .cranges section.
2547         (DATA_START_SYMBOLS): Define, provide ___data.
2548         (OTHER_READONLY_SYMBOLS): Define, provide ___rodata and align to 8
2549         for consecutive .data section.
2550         (OTHER_GOT_SECTIONS): Define, align to 8 for consecutive .bss
2551         section after .data section.
2552         * emulparams/shlelf64.sh: Ditto.
2553         * emulparams/shelf32.sh: Ditto.
2554         (ALIGNMENT): Define to 8.
2555         * emulparams/shelf32.sh: Ditto.
2556         2000-12-12  Hans-Peter Nilsson  <hpn@cygnus.com>
2557         * configure.tgt (sh64-*-elf*): Assign targ_extra_libpath to get
2558         built-in linker scripts.
2559         2000-11-30  Hans-Peter Nilsson  <hpn@cygnus.com>
2560         * emulparams/shlelf64.sh: New.
2561         * emulparams/shelf64.sh: New.
2562         * configure.tgt (sh64-*-elf*): Add shelf64 and shlelf64 to
2563         targ_extra_emuls.
2564         * Makefile.am: Add support for shlelf64 and shelf64.
2565         * Makefile.in: Regenerate.
2566         2000-11-29  Hans-Peter Nilsson  <hpn@cygnus.com>
2567         * configure.tgt (sh64-*-elf*): Add shelf as default.
2568         Add shlelf to targ_extra_emuls.
2569         2000-11-24  Hans-Peter Nilsson  <hpn@cygnus.com>
2570         * emulparams/shelf32.sh: New file.
2571         * emulparams/shlelf32.sh: New file.
2572         * Makefile.am: Add support for shlelf32 and shelf32.
2573         * configure.tgt: Map sh64-*-elf* to shlelf32 and shelf32.
2574         * Makefile.in: Regenerate.
2576 2002-02-05  Hans-Peter Nilsson  <hp@axis.com>
2578         * ldlang.c (lang_reset_memory_regions): Rename from
2579         reset_memory_regions.  Change all callers.  Make public.
2580         * ldlang.h (lang_reset_memory_regions): Prototype.
2581         * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Call
2582         lang_reset_memory_regions before lang_size_sections.
2583         * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
2584         * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Likewise.
2586 2002-02-04  Hans-Peter Nilsson  <hp@bitrange.com>
2588         * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Use signed
2589         arithmetic when checking for too many global registers.
2591 2002-02-02  Jason Thorpe  <thorpej@wasabisystems.com>
2593         * Makefile.am (ALL_EMULATIONS): Add ehppanbsd.o.
2594         (ehppanbsd.c): New rule.
2595         * Makefile.in: Regenerate.
2596         * configure.tgt (hppa*-*-netbsd*): New target.
2597         * emulparams/hppalinux.sh: Add comment to check other files
2598         that source this file it is modified, and list which
2599         files that do.
2600         * emulparams/hppanbsd.sh: New file.
2602 2002-02-01  Geoffrey Keating  <geoffk@redhat.com>
2604         * scripttempl/xstormy16.sc: Don't allocate extra space for the
2605         stack.
2607 2002-02-01  Hans-Peter Nilsson  <hp@bitrange.com>
2609         Support on-demand global register allocation from
2610         R_MMIX_BASE_PLUS_OFFSET relocs.
2611         * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Rename from
2612         mmix_set_reg_section_vma.  Call
2613         _bfd_mmix_finalize_linker_allocated_gregs.
2614         (mmix_before_allocation): New function.
2615         (LDEMUL_AFTER_ALLOCATION): Set to mmix_after_allocation.
2616         (LDEMUL_BEFORE_ALLOCATION): Define to mmix_before_allocation.
2617         * scripttempl/mmo.sc (.text): Mark .init, .fini as KEEP.
2618         (.MMIX.reg_contents): Add .MMIX.reg_contents.linker_allocated
2619         before .MMIX.reg_contents.
2620         * emultempl/mmo.em (gldmmo_before_allocation): Define to default.
2621         (mmo_after_open): New function.
2622         (LDEMUL_AFTER_OPEN): Define to mmo_after_open.
2623         * emulparams/elf64mmix.sh (OTHER_SECTIONS): Tweak formatting.  Add
2624         .MMIX.reg_contents.linker_allocated before .MMIX.reg_contents.
2626 2002-01-31  Ivan Guzvinec  <ivang@opencores.org>
2628         * emulparams/or32.sh: New file.
2629         * emulparams/or32elf.sh: New file.
2630         * scripttempl/or32.sc: New file.
2631         * configure.tgt : Add support for or32.
2632         * configure: Regenerate
2633         * Makefile.am: Add support for or32.
2634         * Makefile.in: Regenerate.
2635         * NEWS: Mention support for or32.
2636         * po/ld.pot: Regenerate.
2638 2002-01-29  Chris Demetriou  <cgd@broadcom.com>
2639             Mitch Lichtenberg  <mpl@broadcom.com>
2641         * emulparams/elf32bmip.sh (EXTRA_EM_FILE): Define to be mipself.
2642         * emultempl/mipself.em: New file to handle MIPS ELF embedded
2643         reloc creation (ld --embedded-relocs).
2645 2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
2647         * configure: Regenerated.
2649 2002-01-26  Hans-Peter Nilsson  <hp@bitrange.com>
2651         * Makefile.am (install): Depend on install-info.
2652         * Makefile.in: Regenerate.
2654 2002-01-26  Christian Rose  <menthos@menthos.com>
2656         * ldmain.c (main): Use full sentences to ease translation.
2658 2002-01-26  Nick Clifton  <nickc@cambridge.redhat.com>
2660         * po/fr.po: Updated version.
2662 2002-01-25  Nick Clifton  <nickc@cambridge.redhat.com>
2664         * po/es.po: Updated version.
2666 2002-01-25  Andreas Jaeger  <aj@suse.de>
2668         * ldlex.l (yy_input): Correct error check.
2670 2002-01-25  Alan Modra  <amodra@bigpond.net.au>
2672         * ldmisc.c (demangle): Put back dots when string not demangled.
2674 2002-01-22  Richard Henderson  <rth@redhat.com>
2676         * emulparams/elf64alpha.sh (NOP): Use unop.
2678 2002-01-21  Andreas Jaeger  <aj@suse.de>
2680         * ldlex.l: Use fread instead of read.
2682 2002-01-21  Jason Thorpe  <thorpej@wasabisystems.com>
2684         * configure.tgt (ia64-*-netbsd*): New target.
2686 2002-01-21  H.J. Lu <hjl@gnu.org>
2688         * emulparams/elf32btsmip.sh (SHLIB_TEXT_START_ADDR): Change to
2689         0.
2690         * emulparams/elf64btsmip.sh (SHLIB_TEXT_START_ADDR): Likewise.
2692 2002-01-18  Andreas Jaeger  <aj@suse.de>
2694         * ldver.c (ldversion): Update year.
2696 2002-01-17  Nick Clifton  <nickc@cambridge.redhat.com>
2698         * po/ld.pot: Regenerate.
2700 2002-01-16  Alan Modra  <amodra@bigpond.net.au>
2702         * Makefile.am (eelf64ppc.c, eelf64lppc.c): Depend on ppc64elf.em.
2703         * Makefile.in: Regenerate.
2704         * emulparams/elf64ppc.sh (EXTRA_EM_FILE): Define.
2705         * emultempl/ppc64elf.em: New file.
2707 2002-01-15  DJ Delorie  <dj@redhat.com>
2709         * scripttempl/pe.sc: Add support for constructor priorities.
2711 2002-01-07  Marek Michalkiewicz  <marekm@amelek.gda.pl>
2713         * emulparams/avr1200.sh (DATA_START): Define as 0x60.
2714         * emulparams/avr23xx.sh: Likewise.
2715         * emulparams/avr4433.sh: Likewise.
2716         * emulparams/avr44x4.sh: Likewise.
2717         * emulparams/avr85xx.sh: Likewise.
2718         * emulparams/avrmega103.sh: Likewise.
2719         * emulparams/avrmega161.sh: Likewise.
2720         * emulparams/avrmega603.sh: Likewise.
2721         * scripttempl/elf32avr.sc: Use DATA_START instead of 0x60.
2723 2002-01-08  Alexandre Oliva  <aoliva@redhat.com>
2725         * ldlang.c (walk_wild_section): Exclude object file if enclosing
2726         archive is excluded.
2728 2002-01-07  Jason Thorpe  <thorpej@wasabisystems.com>
2730         * Makefile.am (ALL_EMULATIONS): Add eshelf_nbsd.o and eshlelf_nbsd.o.
2731         (eshelf_nbsd.c): New rule.
2732         (eshlelf_nbsd.c): New rule.
2733         * Makefile.in: Regenerate.
2734         * configure.tgt (sh*le-*-netbsdelf*): New target.
2735         (sh*-*-netbsdelf*): New target.
2736         * emulparams/shelf.sh: Document that shelf_nbsd.sh sources this file.
2737         * ld/emulparams/shelf_nbsd.sh: New emulation.
2738         * ld/emulparams/shlelf_nbsd.sh: New emulation.
2740 2002-01-07  Nick Clifton  <nickc@cambridge.redhat.com>
2742         * po/es.po: New file: Spanish translation.
2743         * configure.in (ALL_LINGUAS): Add es.
2744         * configure: Regenerate.
2746 2002-01-06  John Marshall  <jmarshall@acm.org>
2748         * ld.texinfo: Note that --emit-relocs is currently only
2749         implemented for ELF.
2751 2002-01-05  Alan Modra  <amodra@bigpond.net.au>
2753         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Make use
2754         of bfd_section_list_remove and bfd_section_list_insert macros.
2755         * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
2756         * emultempl/mmo.em (mmo_place_orphan): Likewise.
2758 2002-01-04  Jason Thorpe  <thorpej@wasabisystems.com>
2760         * configure.tgt (x86_64-*-netbsd*): New target.
2762 2001-12-21  Tom Rix  <trix@redhat.com>
2764         (gld*_create_output_section_statements): New function.
2765         For -binitfini support.
2766         * emultempl/aix.em (gld*_before_parse): Fix comment.
2767         * emultempl/aix.em (gld*_parse_args): Fix comment.
2769 2001-12-20  Jason Thorpe  <thorpej@wasabisystems.com>
2771         * configure.tgt (mips*-dec-netbsd*): Delete alias for
2772         mips*el-*-netbsd*.
2773         (sparc64-*-netbsd*): Add elf32_sparc to targ_extra_emuls.
2775         * configure.tgt (arm-*-netbsdelf*): Add target.
2776         (arm-*-netbsd*): Add armelf and armelf_nbsd to targ_extra_emuls.
2777         * emulparams/armelf_nbsd.sh: Added.
2778         * Makefile.am: Add rules for earmelf_nbsd.
2779         * Makefile.in: Regenerate.
2781 2001-12-19  Andreas Jaeger  <aj@suse.de>,
2782             Susanne Oberhauser <froh@suse.de>
2784         * configure.host: Add rules for x86_64-*linux-gnu.  Change
2785         s390x-linux entry to use gcc to report configuration, replace gcc
2786         with $CC in s390-linux
2788 2001-12-19  Andreas Jaeger  <aj@suse.de>
2790         * ld.texinfo (VERSION): Fix markup.
2792 2001-12-18  matthew green  <mrg@eterna.com.au>
2794         * Makefile.am (ALL_EMULATIONS): Add m68kelfnbsd.o.
2795         (m68kelfnbsd.c): New rule.
2796         * Makefile.in: Regenerate.
2797         * configure.tgt (m68*-hp-netbsd*): Renamed to ..
2798         (m68*-*-netbsd*4k*): .. this.
2799         (m68*-*-netbsdelf*): New target.
2800         (m68*-*-netbsd*): Also include ELF support.
2801         (m68*-*-netbsdaout*): New alias for m68*-*-netbsd*.
2802         * emulparams/m68kelfnbsd.sh: New emulation.
2804 2001-12-18  Jakub Jelinek  <jakub@redhat.com>
2806         * ldgram.y (vers_node): Support anonymous version tags.
2807         * ldlang.c (lang_register_vers_node): Ensure anonymous version
2808         tag is not defined together with non-anonymous versions.
2809         * ld.texinfo: Document it.
2811 2001-12-18  Nick Clifton  <nickc@cambridge.redhat.com>
2813         * po/tr.po: New file: Turkish translation.
2814         * configure.in (ALL_LINGUAS): Add tr.
2815         * configure: Regenerate.
2817 2001-12-17  Jason Thorpe  <thorpej@wasabisystems.com>
2819         * Makefile.am: Add rules for eelf64alpha_nbsd.
2820         * Makefile.in: Regenerate.
2821         * configure.tgt (alpha*-*-netbsd*): Set
2822         targ_emul to elf64alpha_nbsd.
2823         * emulparams/elf64alpha_nbsd.sh: Added.
2825 2001-12-17  Alan Modra  <amodra@bigpond.net.au>
2827         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Adjust
2828         section_tail when fiddling with section list.
2829         (gld${EMULATION_NAME}_list_options): Ensure sentences aren't
2830         broken into separate strings to make translation easier.
2831         * emultempl/mmo.em (mmo_place_orphan): Adjust section_tail when
2832         fiddling with section list.
2833         * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
2835 2001-12-16  Hans-Peter Nilsson  <hp@bitrange.com>
2837         * scripttempl/mmo.sc: Add .debug_ranges to listed sections.
2839 2001-12-15  Alan Modra  <amodra@bigpond.net.au>
2841         * ldmain.c (main): Initialise link_info.eh_frame_hdr.
2843 2001-12-13  Jakub Jelinek  <jakub@redhat.com>
2845         * emultempl/elf32.em (finish): Supply output_bfd
2846         to bfd_elf*_discard_info.
2847         (OPTION_EH_FRAME_HDR): Define.
2848         (longopts): Add --eh-frame-hdr.
2849         (parse_args): Handle it.
2850         (list_options): Add --eh-frame-hdr to help.
2851         * emultempl/hppaelf.em (finish): Supply output_bfd
2852         to bfd_elf*_discard_info.
2853         * scripttempl/elf.sc (.eh_frame_hdr): Add.
2855 2001-12-13  Alan Modra  <amodra@bigpond.net.au>
2857         * lexsup.c (parse_args): Don't pass shortopts to second call to
2858         getopt functions.  Restore optind rather than decrementing before
2859         second call.  Remove errind as it now duplicates last_optind.
2861 2001-12-11  Christopher Faylor  <cgf@redhat.com>
2863         * emultempl/pe.em (gld_${EMULATION_NAME}_list_options): Fix typo.
2865 2001-12-07  Geoffrey Keating  <geoffk@redhat.com>
2866             Richard Henderson  <rth@redhat.com>
2868         * Makefile.am: Add support for xstormy16.
2869         * configure.tgt: Add support for xstormy16.
2870         * Makefile.in: Regenerate.
2871         * emulparams/elf32xstormy16.sh: New file.
2872         * scripttempl/xstormy16.sc: New file.
2874 2001-10-01  Christopher Faylor <cgf@cygnus.com>
2876         * Makefile.in (LIB_PATH): Make configurable.
2877         (GENSCRIPTS): Set LIB_PATH in environment.
2878         * configure.in: Substitute LIB_PATH.
2879         * configure: Regenerate.
2880         * configure.tgt (*cygwin): Set LIB_PATH for cross build.
2881         * configure.host (*cygwin): Add /usr/lib/w32api to NATIVE_LIB_DIRS.
2883 2001-12-07  Nick Clifton  <nickc@cambridge.redhat.com>
2885         * lexsup.c (ld_options): Insert 'PROGRAM' into the text string
2886         describing the -N option so that it is easier to translate into
2887         foreign languages.
2889 2001-12-05  Nick Clifton  <nickc@cambridge.redhat.com>
2891         * emultempl/pe.em (..._list_options): Replace multiple fprintf
2892         statements describing a single option with a single, newline
2893         escaped fprintf.  This allows better translation into other
2894         languages.
2896         * ldmain.c (add_archive_element): Combine multiple strings
2897         into a single string to permit better translation into other
2898         languages.
2900 2001-12-05  Tom Rix  <trix@redhat.com>
2902         * Makefile.am: Remove eaixppc64.
2903         * Makefile.in: Regenerate.
2905 2001-12-04  Tom Rix  <trix@redhat.com>
2907         * emultempl/aix.em (choose_target): Change default target to
2908         OUTPUT_FORMAT for ppcmacos.  Add braces to remove compiler
2909         warning.
2910         (gld*_read_file):  Fix typo.
2911         (change_symbol_mode): Add prototype.
2912         (is_syscall): Same.
2914         * emulparams/aixppc.sh (SYSCALL_MASK, SYMBOL_MODE_MASK): Delete.
2915         * emulparams/aixrs6.sh : Same.
2916         * emulparams/ppcmacos.sh : Same.
2917         * emulparams/aixppc64.sh : Delete file.
2918         * emultempl/aix.em : Formatting changes.
2920 2001-12-04  Hans-Peter Nilsson  <hp@axis.com>
2922         * emulparams/criself.sh (NO_SMALL_DATA): Set, to yes.
2923         (OTHER_BSS_END_SYMBOLS): Don't refer to .sbss when setting
2924         __Sbss.
2925         (OTHER_END_SYMBOLS): Fix formatting.
2926         * emulparams/crislinux.sh (NO_SMALL_DATA): Set, to yes.
2927         (OTHER_END_SYMBOLS): Fix formatting.
2929 2001-12-04  Alan Modra  <amodra@bigpond.net.au>
2931         * ldexp.c (exp_print_token): Correct "table" entry for RSHIFT.
2933 2001-12-02  Tom Rix  <trix@redhat.com>
2935         * configure.tgt : Remove eaixppc64 emulations.
2936         * Makefile.in : Remove eaixppc64.c
2937         * ldemul.c (ldemul_choose_target): New parameters argc, argv.
2938         (ldemul_default_target): Same.
2939         * emultempl/gld960.em (gld960_choose_target):  Same.
2940         * emultempl/gld960c.em (gld960_choose_target):  Same.
2941         * scripttempl/aix.sc: Remove OUTPUT_FORMAT.
2942         * emultempl/aix.em (is_syscall): syscall_mask now a variable.
2943         * emultempl/aix.em (gld*_read_file): symbol_mode_mask now a variable.
2944         * emultempl/aix.em (gld*_parse_args): Handle -b32 -b64 emulation.
2945         * emultempl/aix.em (choose_target): New function.  Handle emulation of
2946         -b32 and -b64.
2948 2001-11-27  H.J. Lu <hjl@gnu.org>
2950         * emulparams/elf_i386.sh (NO_SMALL_DATA): Set to yes.
2951         * emulparams/elf_i386_be.sh (NO_SMALL_DATA): Likewise.
2952         * emulparams/elf_i386_chaos.sh (NO_SMALL_DATA): Likewise.
2953         * emulparams/elf_i386_ldso.sh (NO_SMALL_DATA): Likewise.
2954         * emulparams/elf_x86_64.sh (NO_SMALL_DATA): Likewise.
2955         * emulparams/m68kelf.sh (NO_SMALL_DATA): Likewise.
2956         * emulparams/elf32_sparc.sh (NO_SMALL_DATA): Likewise.
2957         * emulparams/elf64_sparc.sh (NO_SMALL_DATA): Likewise.
2959         * scripttempl/elf.sc (SBSS): New. Define if ${NO_SMALL_DATA}
2960         is not empty.
2961         (SDATA): Likewise.
2962         (REL_SDATA): Likewise.
2963         (REL_SBSS): Likewise.
2964         (REL_SDATA2): Likewise.
2965         (REL_SBSS2): Likewise.
2966         (SBSS2): Define if ${NO_SMALL_DATA} is not empty.
2967         (SDATA2): Likewise.
2969 2001-11-25  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
2971         * scripttempl/elfm68hc11.sc (CTOR, DTOR): Put constructor and
2972         destructor in rom.
2973         * scripttempl/elfm68hc12.sc (CTOR, DTOR): Likewise.
2975 2001-11-22  H.J. Lu  <hjl@gnu.org>
2977         * Makefile.in: Regenerated with automake based on automake
2978         1.4-8 in RedHat 7.1.
2980 2001-11-22  Alan Modra  <amodra@bigpond.net.au>
2982         * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Define.
2983         (config.status): Delete rule.
2984         Add extra dependencies to cover sourced emulparams files.
2985         * Makefile.in: Regenerate.
2987         * scripttempl/elf.sc: Order <section>, <section>.* and
2988         corresponding linkonce sections as seen in input files.
2989         Formatting fixes.  Zero vma of all sections if not relocating.
2990         (STACK): Define and insert if STACK_ADDR defined.
2991         (OTHER_RELOCATING_SECTIONS): Delete.
2992         (OTHER_END_SYMBOLS): Define.
2993         (OTHER_READONLY_SECTIONS): Always insert, not just when relocating.
2994         (OTHER_READWRITE_SECTIONS): Likewise.
2995         (OTHER_GOT_SECTIONS): Likewise.
2996         (OTHER_SDATA_SECTIONS): Likewise.
2997         (OTHER_BSS_SECTIONS): Likewise.
2998         * scripttempl/elfi370.sc (OTHER_READONLY_SECTIONS): Likewise.
2999         (OTHER_READWRITE_SECTIONS): Likewise.
3000         * scripttempl/nw.sc (OTHER_READONLY_SECTIONS): Likewise.
3001         (OTHER_READWRITE_SECTIONS): Likewise
3003         * emulparams/armelf.sh (OTHER_RELOCATING_SECTIONS): Delete.
3004         (STACK_ADDR): Define.
3005         * emulparams/armelf_oabi.sh: As for armelf.sh.
3006         * emulparams/elf32mcore.sh: As for armelf.sh.
3007         * emulparams/h8300elf.sh: As for armelf.sh.
3008         * emulparams/mn10200.sh: As for armelf.sh.
3009         * emulparams/shelf.sh: As for armelf.sh.
3011         * emulparams/elf32fr30.sh (OTHER_RELOCATING_SECTIONS): Delete.
3012         (OTHER_END_SYMBOLS): Define.
3013         * emulparams/m32relf.sh: As for elf32fr30.sh.
3014         * emulparams/h8300helf.sh: As for elf32fr30.sh.
3015         * emulparams/h8300self.sh: As for elf32fr30.sh.
3017         * emulparams/criself.sh (OTHER_READONLY_SECTIONS): Protect symbol
3018         defines with RELOCATING test.
3019         (OTHER_SDATA_SECTIONS): Likewise.
3020         (OTHER_RELOCATING_SECTIONS): Delete, replacing with..
3021         (OTHER_END_SYMBOLS): ..this.
3022         * emulparams/crislinux.sh: As for criself.sh.
3024         * emulparams/elf32bmipn32.sh (OTHER_SDATA_SECTIONS): Zero vma
3025         if not relocating.
3026         (OTHER_RELOCATING_SECTIONS): Delete, replacing with..
3027         (OTHER_SECTIONS): ..this.  Zero vma if not relocating.  Order
3028         normal and linkonce sections as seen in input files.
3029         * emulparams/elf32bmip.sh (DATA_ADDR): Don't define if EMBEDDED.
3030         (TEXT_DYNAMIC): Likewise.
3031         (INITIAL_READONLY_SECTIONS): Zero vma if not relocating.
3032         (OTHER_SDATA_SECTIONS): Likewise.
3033         * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
3034         * emulparams/shlelf_linux.sh (OTHER_READWRITE_SECTIONS): Likewise.
3035         * emulparams/elf64alpha.sh (OTHER_READONLY_SECTIONS): Likewise.
3036         * emulparams/hppalinux.sh (OTHER_READONLY_SECTIONS): Likewise.
3037         * emulparams/elf64_aix.sh (OTHER_GOT_SECTIONS): Likewise.
3038         (OTHER_PLT_RELOC_SECTIONS): Likewise.
3039         (OTHER_READONLY_SECTIONS): Likewise.  Order normal and linkonce
3040         sections as seen in input files.
3041         * emulparams/elf64_ia64.sh: As for emulparams/elf64_aix.sh.
3042         * emulparams/hppa64linux.sh (OTHER_READONLY_SECTIONS): Zero vma
3043         if not relocating.
3044         (OTHER_READWRITE_SECTIONS, OTHER_BSS_SECTIONS): Likewise.
3045         (OTHER_BSS_END_SYMBOLS): Merge from elf64hppa.sh.
3046         * emulparams/elf64mmix.sh (OTHER_RELOCATING_SECTIONS): Delete.
3047         (OTHER_SECTIONS): Instead, use this..
3048         (OTHER_END_SYMBOLS): ..and this.
3050         * emulparams/elf32b4300.sh: Source elf32bmip.sh, remove duplicates.
3051         * emulparams/elf32bsmip.sh: Likewise.
3052         * emulparams/elf32btsmip.sh: Likewise.
3053         * emulparams/elf32ebmip.sh: Likewise.
3054         * emulparams/elf32lmip.sh: Likewise.
3055         * emulparams/elf32elmip.sh: Source elf32lmip.sh, remove duplicates.
3056         * emulparams/elf32lsmip.sh: Likewise.
3057         * emulparams/elf32ltsmip.sh: Source elf32btsmip.sh, remove duplicates.
3058         * emulparams/elf32l4300.sh: Source elf32b4300.sh, remove duplicates.
3059         * emulparams/elf64bmip.sh: Source elf32bmipn32.sh, remove duplicates.
3060         * emulparams/elf64btsmip.sh: Likewise.
3061         * emulparams/elf64ltsmip.sh: Source elf64btsmip.sh, remove duplicates.
3062         * emulparams/elf32lppc.sh: Source elf32ppc.sh, remove duplicates.
3063         * emulparams/elf32ppclinux.sh: Likewise.
3064         * emulparams/elf32ppcsim.sh: Likewise.
3065         * emulparams/elf32lppcsim.sh: Source elf32lppc.sh, remove duplicates.
3066         * emulparams/elf64hppa.sh: Source hppa64linux.sh, remove duplicates.
3067         * emulparams/h8300helf.sh: Source h8300elf.sh, remove duplicates.
3068         * emulparams/h8300self.sh: Likewise.
3069         * emulparams/mn10300.sh: Source mn10200.sh, remove duplicates.
3070         * emulparams/sh.sh: Comment.
3071         * emulparams/shl.sh: Source sh.sh, remove duplicates.
3072         * emulparams/shlelf.sh: Source shelf.sh, remove duplicates.
3073         * emulparams/shelf_linux.sh: Source shlelf_linux.sh, remove duplicates.
3075 2001-11-21  David Heine <dlheine@tensilica.com>
3076             Alan Modra  <amodra@bigpond.net.au>
3078         * ldlang.c (map_input_to_output_sections): Replace "break"
3079         accidentally removed with 2001-08-03 change.
3080         (lang_gc_sections_1): Likewise.
3082 2001-11-21  Alan Modra  <amodra@bigpond.net.au>
3084         * ldlang.c (walk_wild_section): Move sec == NULL case out of loop.
3086 2001-11-20  Angela Marie Thomas <angela@redhat.com>
3088         * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Use NULL instead
3089         of false when calling lang_size_sections.
3090         * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
3092 2001-11-15  Alan Modra  <amodra@bigpond.net.au>
3094         * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Only emit this
3095         function when LDEMUL_FINISH isn't set to the same name.  Don't
3096         call ${LDEMUL_FINISH}.
3097         (ld_${EMULATION_NAME}_emulation): Call $LDEMUL_FINISH if defined.
3098         * emultempl/armelf.em (arm_elf_finish): Call
3099         gld${EMULATION_NAME}_finish.
3100         * emultempl/hppaelf.em (hppaelf_finish): Rename to
3101         gld${EMULATION_NAME}_finish.  Call bfd_elf32_discard_info and
3102         hppaelf_layout_sections_again if necessary.
3103         (need_laying_out): New var.
3104         (hppaelf_layaout_sections_again): Rename to
3105         hppaelf_layout_sections_again.  Clear need_laying_out.
3106         (PARSE_AND_LIST_OPTIONS): Format text.
3108 2001-11-14  H.J. Lu  <hjl@gnu.org>
3110         * emultempl/armelf.em (arm_elf_finish): Renamed from
3111         gld${EMULATION_NAME}_finish.
3112         (LDEMUL_FINISH): Set to arm_elf_finish.
3114 2001-11-14  Daniel Jacobowitz  <drow@mvista.com>
3116         * emultempl/elf32.em (gld${EMULATION_NAME}_finish): New.
3117         (struct ld_emulation_xfer_struct): Use it.
3119 2001-11-13  Ross Alexander <ross.alexander@uk.neceur.com>
3121         * emulparams/elf64hppa.sh (OTHER_BSS_END_SYMBOLS): Add
3122         additional symbols referenced by newer crt0.o files from HP.
3124 2001-11-12  Anthony Green  <green@redhat.com>
3126         * emulparams/armelf.sh (DATA_START_SYMBOLS): New symbol.
3128 2001-11-12  Alfred M. Szmidt  <ams@kemisten.nu>
3130         * Makefile.am (GENSCRIPTS): Quote ${exec_prefix}.
3131         * Makefile.in: Regenerate.
3133 2001-11-02  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
3135         * ld.texinfo: Use @command for commands, @option for options.
3136         * Makefile.am (POD2MAN): Use 'GNU Development Tools' for
3137         the page man title.
3138         * Makefile.in: Rebuild.
3140 2001-11-04  Chris Demetriou  <cgd@broadcom.com>
3142         * configure.tgt (mips*el-*-netbsd*, mips*-*-netbsd*):
3143         Add support for targets.
3145 2001-11-02  Nick Clifton  <nickc@cambridge.redhat.com>
3147         * configure.in (ALL_LINGUAS): Add "fr" and "sv"
3148         * configure: Regernate.
3149         * po/fr.po: New file.
3150         * po/sv.po: New file.
3152 2001-11-01  NIIBE Yutaka  <gniibe@m17n.org>
3154         * configure.tgt (sh-*-linux): Set targ_emul, targ_extra_emuls
3155         as little endian default and to support big endian.
3157 2001-11-01  Chris Demetriou  <cgd@broadcom.com>
3159         * ld.texinfo (Options): Document new option, -nostdlib.
3160         * lexsup.c (OPTION_NOSTDLIB): New definition.
3161         (ld_options): Add entry for "nostdlib".
3162         (parse_args): Handle OPTIONS_NOSTDLIB.
3163         * ldfile.c (ldfile_add_library_path): Don't add directories
3164         to the search path if they weren't specified on the command line
3165         and -nostdlib was specified.
3166         * ld.h (ld_config_type): New member only_cmd_line_lib_dirs.
3168 2001-10-31  Nick Clifton  <nickc@cambridge.redhat.com>
3170         * lexsup.c (parse_args): Prevent infinite parsing loop when
3171         "-rpath.a" is specified on the command line.
3172         Replace calls to fprintf with calls to einfo.
3174 2001-10-31  John Marshall  <jmarshall@acm.org>
3176         * ld.texinfo: A historical requirement that MEMORY and SECTIONS
3177         appear only once across all the linker scripts involved in a link
3178         invocation no longer applies.  Make the documentation reflect
3179         that.
3181 2001-10-31  NIIBE Yutaka  <gniibe@m17n.org>
3183         * configure.tgt: Supports sh3/sh4/sh3eb/sh4eb-unknown-linux-gnu
3184         targets.
3185         (sh-*-linux*): Added targ_extra_libpath.
3187 2001-10-31  David Heine  <dlheine@tensilica.com>
3189         * ldlang.c (lang_size_sections): Keep a valid output_offset field
3190         for padding statements.
3192 2001-10-30  Hans-Peter Nilsson  <hp@bitrange.com>
3194         * configure.tgt (mmix-*-*): New target.
3195         * Makefile.am (ALL_EMULATIONS): Add eelf64mmix.o and emmo.o.
3196         Add dependencies to match.
3197         * emulparams/mmo.sh, emulparams/elf64mmix.sh, emultempl/mmo.em,
3198         emultempl/mmix-elfnmmo.em, emultempl/mmixelf.em,
3199         scripttempl/mmo.sc: New files.
3200         * gen-doc.texi: @set MMIX.
3201         * ld.texinfo: Ditto.
3202         [MMIX] Add MMIX node.
3203         * Makefile.in: Regenerate.
3205 2001-10-29  Kazu Hirata  <kazu@hxi.com>
3207         * ldlang.c: Fix a comment typo.
3209 2001-10-23  Alan Modra  <amodra@bigpond.net.au>
3211         * configure.host: Move alpha*-*-linux-gnu* entry to generic
3212         entries, and match *-*-linux*.
3214 2001-10-20  Alan Modra  <amodra@bigpond.net.au>
3216         * ldgram.y (mri_script_command): Surround processing of INCLUDE
3217         with ldlex_script, ldlex_popstate.
3218         (ifile_p1): Likewise.
3219         * ldlex.l (EOF): Don't BEGIN(SCRIPT).  Restore lineno from the
3220         correct slot.
3221         (lex_push_file): Save current lineno to lineno_stack.  Set lineno
3222         to 1.  Don't BEGIN(SCRIPT).
3223         (lex_redirect): Similarly.
3224         * ldmain.c (main): Set yydebug non-zero if YYDEBUG.
3226 2001-10-20  Nick Clifton  <nickc@cambridge.redhat.com>
3228         * scripttempl/armcoff.sc: Define __EH_FRAME_BEGIN__ and
3229         __EH_FRAME_END__ and accept eh frames into data section.
3230         Add ctor and dtor sections.
3232 2001-10-19  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
3234         * pe-dll.c (autofilter_objectlist): Add gcrt0.o.
3235         (auto-export): Fix indentation.
3237 2001-10-18  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
3239         * pe-dll.c (autofilter_objectlist):  Add startup objects
3240         for profiling.
3241         (auto-export): Constify char * p.
3242         Extract file basename and use strcmp rather than ststr
3243         for object lookup.
3245 2001-10-18  Chris Demetriou  <cgd@broadcom.com>
3247         * ldmain.c (get_emulation): Improve comment about the handling
3248         of -mipsN options.
3250 2001-10-17  Alan Modra  <amodra@bigpond.net.au>
3252         * po/POTFILES.in: Regenerate.
3254 2001-10-16  Vassili Karpov  <malc@pulsesoft.com>
3256         * emultempl/elf32.em (gld*_list_options): Remove extra '\t' from
3257         -z nocopyreloc and -z nocombreloc usage strings.
3259 2001-10-12  Vassili Karpov  <malc@pulsesoft.com>
3261         * emultempl/elf32.em (gld*_list_options): Include -z nocopyreloc
3262         in usage.
3264 2001-10-11  Aleksey Romanov <aromanov@ennovatenetworks.com>
3266         * scripttempl/armaout.sc: Place .bss section after end of aligned
3267         data section to match behaviour of aout code in constructrion of
3268         header.
3270 2001-10-11  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
3272         * pe-dll.c (autofilter_entry_type autofilter_liblist: Add
3273         startup files for mingw32 dlls to list.
3275 2001-10-10  Chris Demetriou  <cgd@broadcom.com>
3277         * emultempl/elf32.em: Fix shell 'if' usage for portability.
3279 2001-10-08  Aldy Hernandez  <aldyh@redhat.com>
3281         * configure.tgt (targ): Add arm9e-*-elf.
3283 2001-10-05  H.J. Lu  <hjl@gnu.org>
3285         * genscripts.sh: Fix a typo in the last change.
3287 2001-10-05  Jakub Jelinek  <jakub@redhat.com>
3289         * emultempl/elf32.em (gld_*_list_options): Include -z combreloc and
3290         -z nocombreloc in usage.
3292 2001-10-03  Jim Blandy  <jimb@redhat.com>
3294         * genscripts.sh: Include a comment at the top of each generated
3295         script, explaining its purpose.
3297 2001-10-03  Vassili Karpov  <malc@pulsesoft.com>
3299         * emultempl/elf32.em (parse_args): Handle -z nocopyreloc.
3300         * NEWS: Mention -z nocopyreloc.
3301         * ld.texinfo (Options): Describe nocopyreloc.
3303 2001-10-03  Alan Modra  <amodra@bigpond.net.au>
3305         * configure: Regenerate.
3307 2001-10-02  Alan Modra  <amodra@bigpond.net.au>
3309         * ldver.h (ld_program_version): Remove declaration.
3310         * lexsup.c (parse_args): Move printing of copyright message..
3311         * ldver.c (ldversion): .. to here.
3312         Use BFD_VERSION_STRING in place of BFD_VERSION.
3313         (ld_program_version): Remove.
3314         * Makefile.am (Makefile): Depend on bfd/configure.in.
3315         Run "make dep-am".
3316         * Makefile.in: Regenerate.
3318 2001-09-30  Hans-Peter Nilsson  <hp@bitrange.com>
3320         * Makefile.am: Update dependencies with "make dep-am".
3321         * Makefile.in: Regenerate.
3323 2001-09-29  John Reiser  <jreiser@BitWagon.com>
3325         * ldlang.c (lang_common): Conditionally inhibit Common allocation.
3326         * lexsup.c: Add --no-define-common commandline option.
3327         * ldgram.y: Add INHIBIT_COMMON_ALLOCATION script command.
3328         * ldlex.l: Likewise.
3329         * ld.h: Add command_line.inhibit_common_definition.
3330         * ldmain.c (main): Initialize.
3331         * ld.texinfo: Document.
3333 2001-09-29  Alan Modra  <amodra@bigpond.net.au>
3335         * ldlang.c (section_already_linked): Remove assignment to kept_section.
3337 2001-09-26  Alan Modra  <amodra@bigpond.net.au>
3339         * ldmisc.c (USE_STDARG): Remove.
3340         (info_msg): Define using VPARAMS, VA_OPEN, VA_FIXEDARG, VA_CLOSE.
3341         (einfo): Likewise.
3342         (minfo): Likewise.
3343         (lfinfo): Likewise.
3345         * ldmisc.h: Remove #ifdef ANSI_PROTOTYPES and non-ansi
3346         declarations.  Update copyright.
3348 2001-09-24  Charles Wilson  <cwilson@ece.gatech.edu>
3350         * pe-dll.c: Remove obsoleted declaration of
3351         pe_get_data_import_dll_name.
3352         (pe_create_import_fixup): Fix thinko.
3354         * ld.texinfo(enable-auto-import): Clarify the explanation.
3356 2001-09-24  Nick Clifton  <nickc@cambridge.redhat.com>
3358         * pe-dll.c (pe_create_import_fixup): Revert previous patch.
3359         * emultemp/pe.em (pe_data_import_dll): Move definition outside of
3360         DLL_SUPPORT controlled code.
3362 2001-09-24  Charles Wilson  <cwilson@ece.gatech.edu>
3364         * emultempl/pe.em(pe_data_import_dll): Make static.
3365         (pe_get_data_import_dll_name): New accessor function.
3366         * pe-dll.c(pe_create_import_fixup): call
3367         pe_get_data_import_dll_name() from pe.em, instead of
3368         directly accessing pe_data_import_dll variable from pe.em.
3370 2001-09-18  Bruno Haible  <haible@clisp.cons.org>
3372         * deffilep.y: Include "safe-ctype.h" instead of <ctype.h>.
3373         (def_file_add_directive): Use ISSPACE instead of isspace.
3374         (def_lex): Use ISDIGIT/ISXDIGIT/ISALPHA/ISALNUM instead of
3375         isdigit/isxdigit/isalpha/isalnum.
3376         * emultempl/aix.em: Include "safe-ctype.h" instead of <ctype.h>.
3377         (gld${EMULATION_NAME}_read_file): Use ISSPACE instead of isspace.
3378         * emultempl/elf32.em: Include "safe-ctype.h" instead of <ctype.h>.
3379         (gld${EMULATION_NAME}_place_orphan): Use ISALNUM instead of
3380         isalnum.
3381         * emultempl/gld960c.em: Include "safe-ctype.h" instead of <ctype.h>.
3382         (gld960_set_output_arch): Use ISUPPER/TOLOWER instead of
3383         isupper/tolower.
3384         * emultempl/sunos.em: Include "safe-ctype.h" instead of <ctype.h>.
3385         (gld${EMULATION_NAME}_search_dir): Use ISDIGIT instead of isdigit.
3386         * ldctor.c: Include "safe-ctype.h" instead of <ctype.h>.
3387         (ctor_prio): Use ISDIGIT instead of isdigit.
3388         * ldfile.c: Include "safe-ctype.h" instead of <ctype.h>.
3389         (ldfile_open_file_search): Use ISALPHA instead of isalpha.
3390         (ldfile_add_arch): Use ISUPPER/TOLOWER instead of
3391         isupper/tolower.
3392         * ldlang.c: Include "safe-ctype.h" instead of <ctype.h>.
3393         (stricpy): Use TOLOWER instead of isupper/tolower.
3394         (lang_leave_overlay_section): Use ISALNUM instead of isalnum.
3395         * ldlex.l: Include "safe-ctype.h" instead of <ctype.h>.
3396         (lex_warn_invalid): Use ISPRINT instead of isprint.
3397         * ldmain.c: Include "safe-ctype.h" instead of <ctype.h>.
3398         (main): For gettext, also set the LC_CTYPE locate facet.
3399         (add_keepsyms_file): Use ISSPACE instead of isspace.
3400         * lexsup.c: Include "safe-ctype.h" instead of <ctype.h>.
3401         (is_num, parse_args): Use ISDIGIT instead of isdigit.
3402         * mpw-elfmips.c: Include "safe-ctype.h" instead of <ctype.h>.
3403         (gldelf32ebmip_place_orphan): Use ISALNUM instead of isalnum.
3404         * mpw-eppcmac.c: Include "safe-ctype.h" instead of <ctype.h>.
3405         (gldppcmacos_read_file): Use ISSPACE instead of isspace.
3406         * pe-dll.c: Include "safe-ctype.h" instead of <ctype.h>.
3407         (quoteput): Use ISSPACE instead of isspace.
3408         (pe_dll_generate_implib, pe_process_import_defs): Use ISALNUM
3409         instead of isalnum.
3411 2001-09-18  Alan Modra  <amodra@bigpond.net.au>
3413         * deffilep.y (def_stash_module): Constify "name" param.
3415         * pe-dll.c: Replace CONST with const throughout.
3416         (quick_symbol): Constify "n1", "n2", "n3" params.
3417         (make_singleton_name_thunk): Constify "import" param.  Make
3418         "buffer_len" a size_t.
3419         (make_import_fixup_entry): Constify "name", "fixup_name",
3420         "dll_symname" params.
3421         (pe_get16): Cast args of bfd_seek.  Replace bfd_read with bfd_bread.
3422         (pe_get32): Likewise.
3423         (pe_implied_import_dll): Likewise.
3425         * emultempl/beos.em (sort_by_file_name): Constify "ra", "rb".
3426         (sort_by_section_name): Likewise.
3428         * emultempl/pe.em: Move defines for arm_epoc_pe before bfd.h included.
3429         (make_import_fixup): Cast printf arg, rel->address to long rather
3430         than int.
3431         (gld_${EMULATION_NAME}_after_open): Don't compare NULL against int.
3433 2001-09-15  Alan Modra  <amodra@bigpond.net.au>
3435         * ldmain.c (main): Rename BufferSize to ld_bufsz because HPUX
3436         defines BufferSize.  Increase buffer size by one.
3438 2001-09-14  Ralf Habacker <Ralf.Habacker@freenet.de>
3440         * pe-dll.c (pe_walk_relocs_of_symbol): Fix memory leak.
3442 2001-09-14  Kevin Lo <kevlo@openbsd.org>
3444         * configure.tgt: Add arm-openbsd target.
3446 2001-09-12  H.J. Lu  <hjl@gnu.org>
3448         * Makefile.am (ALL_EMULATIONS): Move eelf64ppc.o and
3449         eelf64lppc.o to ...
3450         (ALL_64_EMULATIONS): Here.
3451         * Makefile.in: Regenerated.
3453 2001-09-12  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
3455         * emultempl/pe.em(make_import_fixup): change signature to
3456         take asection as well as arelec; we need this for proper
3457         error reporting.  Only call pe_create_import_fixup() if
3458         there is no attempt to add a constant addend to the reloc;
3459         otherwise, report error condition.
3460         * pe-dll.c(pe_walk_relocs_of_symbol): change signature,
3461         since final argument is a pointer to make_import_fixup().
3462         Change call to cb() to match make_import_fixup() signature.
3463         (make_import_fixup_mark): make buffer_len unsigned.
3464         * pe-dll.h: change signature of pe_walk_relocs_of_symbol.
3466 2001-09-12  Charles Wilson  <cwilson@ece.gatech.edu>
3468         * ld.texinfo: add verbose documentation for auto-import
3469         direct-addressing workaround, to compliment the terse
3470         error message.
3472 2001-09-12  Andrew MacLeod  <amacleod@redhat.com>
3474         * scripttempl/v850.sc: Add gcc_except_table sections.
3476 2001-09-11  Jeffrey A Law  (law@cygnus.com)
3478         * emulparams/h8300helf.sh: Move stack to a much higher memory address.
3479         * emulparams/h8300self.sh: Similarly.
3481 2001-09-05 Danny Smith <dannysmith@users.souceforge.net>
3483         * ld.texinfo (Options, --stack): Correct default value for stack
3484         reserve.
3486 2001-09-05  Tom Rix <trix@redhat.com>
3488         * emultempl/aix.em : Handle import file XMC_XO and syscall symbols.
3490 2001-09-03  Andreas Jaeger  <aj@suse.de>
3492         * emultempl/beos.em: Declare prototypes for comparions functions,
3493         adjust definitions.
3495 2001-09-02  Andreas Jaeger  <aj@suse.de>
3497         * emultempl/aix.em: Add missing prototype.
3498         * emultempl/lnk960.em: Likewise.
3499         * emultempl/vanilla.em: Likewise.
3500         * emultempl/armcoff.em: Likewise.
3501         * emultempl/armelf_oabi.em: Likewise.
3502         * emultempl/beos.em: Likewise.
3503         * emultempl/gld960c.em: Likewise.
3504         * emultempl/gld960.em: Likewise.
3506         * emulparams/elf64alpha.sh (PARSE_AND_LIST_PROLOGUE): Add parameter
3507         for prototype declaration.
3509 2001-08-31  Eric Christopher  <echristo@redhat.com>
3510             Jason Eckhardt  <jle@redhat.com>
3512         * ldmain.c (get_emulation): Add support for -mips32 and -mips64.
3514 2001-08-31  Andreas Jaeger  <aj@suse.de>
3516         * emultempl/pe.em: Add missing prototypes.
3517         (gld_${EMULATION_NAME}_after_open): Remove extra args to
3518         pe_find_data_imports.
3519         (pr_sym): Add unused attribute.
3521 2001-08-29  Joel Sherrill <joel@OARcorp.com>
3523         * configure.tgt (i[3456]86-*-rtems*, m68*-*-rtems*): Change
3524         default from coff to elf.
3526 2001-08-29  Jeff Law <law@redhat.com>
3528         * emulparams/h8300helf.sh: Resync with h8300elf.sh.  Update
3529         ARCH specification.
3530         * emulparams/h8300self.sh: Similarly.
3532 2001-08-28  J"orn Rennecke <amylaar@redhat.com>
3534         * Makefile.am (ALL_EMULATIONS): Add eh8300elf.o, eh8300elf.o and
3535         eh8300self.o .
3536         (eh8300elf.c, eh8300helf.c, eh8300self.c): New targets.
3537         * configure.tgt (h8300-*-elf*): New case.
3538         * emulparams/h8300elf.sh, emulparams/h8300helf.sh: New files.
3539         * emulparams/h8300self.sh: New file.
3540         * Makefile.in: Regenerated.
3542 2001-08-28  Nick Clifton  <nickc@cambridge.redhat.com>
3544         * ldmain.c (main): Rename BSIZE to BufferSize to avoid collision
3545         with macro name.
3547 2001-08-27  Linus Nordberg  <linus@swox.com>
3548             Alan Modra  <amodra@bigpond.net.au>
3550         * Makefile.am (ALL_EMULATIONS): Add eelf64ppc.o and eelf64lppc.o.
3551         (eelf64ppc.c, eelf64lppc.c): Add make targets.
3552         Run "make dep-am"
3553         * Makefile.in: Regenerate.
3554         * configure.tgt: Add powerpc64 support.  Move pdp11, pjl, pj
3555         entries to correct alphabetical position.
3556         * emulparams/elf64ppc.sh: New.
3557         * emulparams/elf64lppc.sh: New.
3559 2001-08-27  Nick Clifton  <nickc@cambridge.redhat.com>
3561         * ldmain.c (main): Declare BSIZE as static.
3563 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
3565         * emultempl/elf32.em (place_orphan): Place orphan .rel* sections
3566         into .rel.dyn resp. .rela.dyn if combreloc.
3567         (get_script): If .x linker script is equal to .xn, only put it
3568         once into the binary.
3569         Add .xc and .xsc scripts.
3570         (parse_args): Handle -z combreloc and -z nocombreloc.
3571         * scripttempl/elf.sc (.rela.sbss): Fix a typo.
3572         For .xc and .xsc scripts put all .rel* or .rela* input sections
3573         but .rel*.plt and PLT-like sections into .rel.dyn resp. .rela.dyn.
3574         * genscripts.sh (GENERATE_COMBRELOC_SCRIPT): Set if SCRIPT_NAME
3575         is elf.
3576         Strip trailing whitespace from script.
3577         Generate .xc and .xsc scripts if requested.
3578         * ldmain.c (main): Initialize link_info.combreloc and
3579         link_info.spare_dynamic_tags.
3580         * lexsup.c (OPTION_SPARE_DYNAMIC_TAGS): Define.
3581         (ld_options): Add --spare-dynamic-tags option.
3582         (parse_args): Likewise.
3583         * ld.texinfo: Document -z combreloc and -z nocombreloc.
3584         * ldint.texinfo: Document .xc and .xsc linker scripts.
3585         * NEWS: Add notes about -z combreloc and SHF_MERGE.
3587 2001-08-22  H.J. Lu  <hjl@gnu.org>
3589         * emulparams/elf32fr30.sh: Add a newline.
3591 2001-08-21  Andreas Jaeger  <aj@suse.de>
3593         * deffilep.y: Add missing prototypes.
3594         * pe-dll.c: Likewise.
3596 2001-08-20  Alan Modra  <amodra@bigpond.net.au>
3598         * ldlang.c (insert_pad): Fix typos in last patch.
3600         * ldlang.c: When traversing lang_statement_union_type lists,
3601         consistently use "header.next" rather than "next".
3602         * mpw-eppcmac.c: Likewise.
3603         * emultempl/beos.em: Likewise.
3604         * emultempl/hppaelf.em: Likewise.
3605         * emultempl/pe.em: Likewise.
3606         * ldlang.h (union lang_statement_union): Remove "next" field.
3608         * ldlang.c (insert_pad): Use offsetof macro.
3609         (lang_size_sections): Always neuter padding statements.
3610         * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Delete.
3612         * pe-dll.c (pe_dll_fill_sections): Correct type of "relax" param
3613         passed to lang_size_sections.
3614         (pe_exe_fill_sections): Likewise.
3615         * emultempl/pe.em (output_prev_sec_find): Copied from elf32.em.
3616         (gld_${EMULATION_NAME}_place_orphan): Merge from elf32.em.
3618 2001-08-18  Alan Modra  <amodra@bigpond.net.au>
3620         * emultempl/aix.em: Formatting fixes.
3622 2001-08-18  Alan Modra  <amodra@bigpond.net.au>
3624         * ldlang.c (insert_pad): Make use of an existing pad statement if
3625         available.  Move code calculating alignment, adjusting section
3626         alignment power, and adjusting dot to ..
3627         (size_input_section): .. here.  Remove unused relax param.
3628         (lang_size_sections): Change boolean `relax' param to boolean *.
3629         Adjust call to size_input_section.  Make use of insert_pad to
3630         place pad after the assignment statement.  If relaxing, zap
3631         padding statements.
3632         (reset_memory_regions): Reset output_bfd section sizes too.
3633         (relax_again): Move to..
3634         (lang_process): ..here.  Adjust call to lang_size_sections, and
3635         remove duplicated code.
3636         * ldlang.h (lang_size_sections): Change `relax' param to boolean *.
3638 2001-08-17  Alan Modra  <amodra@bigpond.net.au>
3640         * ld.texinfo: Document that fill values now use the four least
3641         significant bytes.
3642         * emulparams/elf32fr30.sh (NOP): Update.
3643         * emulparams/elf32mcore.sh: Likewise.
3644         * emulparams/elf64_s390.sh: Likewise.
3645         * emulparams/elf_i386.sh: Likewise.
3646         * emulparams/elf_i386_be.sh: Likewise.
3647         * emulparams/elf_i386_chaos.sh: Likewise.
3648         * emulparams/elf_i386_ldso.sh: Likewise.
3649         * emulparams/elf_s390.sh: Likewise.
3650         * emulparams/elf_x86_64.sh: Likewise.
3651         * emulparams/i386moss.sh: Likewise.
3652         * emulparams/i386nw.sh: Likewise.
3653         * emulparams/m68kelf.sh: Likewise.
3654         * scripttempl/elf.sc: Update NOP comment.
3655         * scripttempl/elfi370.sc: Likewise.
3656         * scripttempl/elfm68hc11.sc: Likewise.
3657         * scripttempl/elfm68hc12.sc: Likewise.
3658         * scripttempl/nw.sc: Likewise.
3660 2001-08-15  Tom Rix <trix@redhat.com>
3662         * ldgram.y (saved_script_handle): Initialize to NULL.
3663         * ldmain.c (main): Change check on saved_script_handle.
3665 2001-08-14  Alan Modra  <amodra@bigpond.net.au>
3667         * emultempl/elf32.em: Formatting fixes.
3668         (output_prev_sec_find): Test for bfd_ind_section too;  do so by
3669         looking at sec->owner.
3670         (output_rel_find): Move function inside LDEMUL_PLACE_ORPHAN test.
3671         (gld${EMULATION_NAME}_place_orphan): Add a few comments.  Remove
3672         unused code, and reorganize orphan section placement code.
3674         * ldlang.c (wild_doit): Rename to lang_add_section.
3675         * ldlang.h: Here too.
3676         * mpw-elfmips.c: And here.
3677         * emultempl/beos.em: And here.
3678         * emultempl/elf32.em: And here.
3679         * emultempl/hppaelf.em: And here.
3680         * emultempl/pe.em: And here.
3682 2001-08-13  Richard Henderson  <rth@redhat.com>
3684         * emultempl/needrelax.em: New file.
3685         * emulparams/elf64_ia64.sh (EXTRA_EM_FILE): Reference it.
3686         * Makefile.am (eelf64_ia64.c): Depend on it.
3687         * Makefile.in: Rebuild.
3689 2001-08-13  Alan Modra  <amodra@bigpond.net.au>
3691         * emultempl/elf32.em: For SEC_EXCLUDE sections, ensure that
3692         output_section is set non-NULL.
3694         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Return
3695         `true' for SEC_EXCLUDE sections so that the generic code doesn't
3696         needlessly create an output_section_statement.  Treat a correctly
3697         named output_section_statement with NULL bfd_section as compatible.
3699 2001-08-13  Hans-Peter Nilsson  <hp@bitrange.com>
3701         * emultempl/generic.em: Support EXTRA_EM_FILE.
3702         (ld_${EMULATION_NAME}_emulation): Support emulation parameters
3703         LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
3704         LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
3705         LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
3706         LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
3707         LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
3708         LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
3709         LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
3710         LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
3711         LDEMUL_FIND_POTENTIAL_LIBRARIES.
3713 2001-08-12  Richard Henderson  <rth@redhat.com>
3715         * scripttempl/elf.sc, scripttempl/elfd30v.sc,
3716         scripttempl/elfm68hc11.sc, scripttempl/elfm68hc12.sc,
3717         scripttempl/v850.sc: Keep .jcr data.
3719 2001-08-12  H.J. Lu  <hjl@gnu.org>
3720             Andrew Haley  <aph@cambridge.redhat.com>
3721             Nick Clifton  <nickc@redhat.com>
3723         * ldgram.y (had_script): Change name to saved_script_handle.
3724         Change type to file handle.
3725         * ld.h (had_script): Rename and retype.
3726         * ldfile.c (ldfile_open_command_file): Save the file handle
3727         used in saved_script_handle.
3728         * lexsup.c (parse_args): Do not allow -c option to alter
3729         saved_script_handle.
3730         * ldmain.c (main): Print out the linker script used if
3731         --verbose is given.  Check saved_script_handle to obtain the
3732         external linker script used, or if NULL, dump the builtin
3733         script.
3734         * ld.texinfo: Document that --verbose now dumps the linker
3735         script used, regardless of whether it was an internal or an
3736         external script.
3738 2001-08-10  Andreas Jaeger  <aj@suse.de>
3740         * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
3741         to build warnings.
3742         * configure: Regenerate.
3744 2001-08-09  Alan Modra  <amodra@bigpond.net.au>
3746         * emultempl/elf32.em (output_prev_sec_find): Add missing prototype.
3748         * scripttempl/elf.sc: Move non-text .dynamic section before
3749         .plt/.got/.sdata* group.
3750         (OTHER_GOT_SECTIONS): Move to immediately after .got.
3751         (OTHER_SDATA_SECTIONS): Add.
3752         * emulparams/criself.sh: Use OTHER_SDATA_SECTIONS rather than
3753         OTHER_GOT_SECTIONS.
3754         * emulparams/crislinux.sh: Likewise.
3755         * emulparams/elf32b4300.sh: Likewise.
3756         * emulparams/elf32bmip.sh: Likewise.
3757         * emulparams/elf32bmipn32.sh: Likewise.
3758         * emulparams/elf32bsmip.sh: Likewise.
3759         * emulparams/elf32btsmip.sh: Likewise.
3760         * emulparams/elf32ebmip.sh: Likewise.
3761         * emulparams/elf32elmip.sh: Likewise.
3762         * emulparams/elf32l4300.sh: Likewise.
3763         * emulparams/elf32lmip.sh: Likewise.
3764         * emulparams/elf32lsmip.sh: Likewise.
3765         * emulparams/elf32ltsmip.sh: Likewise.
3766         * emulparams/elf64bmip.sh: Likewise.
3767         * emulparams/elf64btsmip.sh: Likewise.
3768         * emulparams/elf64ltsmip.sh: Likewise.
3770 2001-08-08  Alan Modra  <amodra@bigpond.net.au>
3772         * genscripts.sh: Source the emulparams script before each output
3773         script is generated so that variables like `RELOCATING' may affect
3774         variables defined in the emulparams script.
3776 2001-08-04  Alan Modra  <amodra@bigpond.net.au>
3778         * emultempl/aix.em: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this
3779         order.
3781         * emultempl/beos.em (sort_sections): Modify for 2001-08-03 change,
3782         ie. iterate over wild_statement.section_list.
3783         (gld${EMULATION_NAME}_place_orphan): Likewise.
3785 2001-08-03  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
3787         * scripttempl/elfm68hc12.sc (FINISH_CODE, FINISH_RELOC): New to handle
3788         .fini[0-4] sections used by _exit
3789         (CTOR, DTOR): Export ctor/dtor symbols; move them to ROM.
3790         (*.text,*.data,*.bss): Take into account .text.*, .data.*, .bss.*.
3791         * scripttempl/elfm68hc11.sc: Likewise.
3793 2001-08-03  H.J. Lu  <hjl@gnu.org>
3795         * emultempl/beos.em (init): Add the missing initialization.
3797 2001-08-03  Alan Modra  <amodra@bigpond.net.au>
3799         * ld.texinfo (Input Section Basics): Clarify ordering of output
3800         sections.
3801         * ldlang.c (callback_t): Add wildcard_list param.
3802         (walk_wild_section): Remove "section" param.  Rewrite for
3803         lang_wild_statement_type change.  Remove unique_section_p test.
3804         (walk_wild_file): Remove "section" param.
3805         (walk_wild): Remove "section" and "file" params.
3806         (lang_gc_wild): Likewise.
3807         (wild): Likewise.  Modify for lang_wild_statement_type change.
3808         (wild_sort): Likewise.  Add "sec" param.
3809         (gc_section_callback): Likewise.
3810         (output_section_callback): Likewise.  Do unique_section_p test.
3811         (map_input_to_output_sections): Modify call to wild.
3812         (lang_gc_sections_1): Likewise.
3813         (print_wild_statement): Modify for lang_wild_statement_type
3814         change.
3815         (lang_add_wild): Replace filename, filenames_sorted param with
3816         filespec.  Replace section_name, sections_sorted,
3817         exclude_filename_list with section_list.
3818         * ldlang.h (lang_add_wild): Here too.
3819         (lang_wild_statement_type): Replace section_name, sections_sorted,
3820         and exclude_filename_list with section_list.
3821         * ldgram.y (current_file): Delete.
3822         (%union): Add wildcard_list.
3823         (file_NAME_list): Set type to wildcard_list.  Build a linked list
3824         rather than calling lang_add_wild for each entry.
3825         (input_section_spec_no_keep): Call lang_add_wild here instead.
3826         * ld.h (struct wildcard_list): Declare.
3827         * mri.c (mri_draw_tree): Modify to suit new lang_add_wild.
3829 2001-08-02  Charles Wilson  <cwilson@ece.gatech.edu>
3831         * ldmain.c (main): initialize link_info.pei386_auto_import
3832         * pe-dll.c: new tables for auto-export filtering
3833         (auto_export): change API, pass abfd for contextual filtering.
3834         Loop thru tables of excluded symbols instead of comparing
3835         "by hand".
3837 2001-08-02  Paul Sokolovsky  <paul.sokolovsky@technologist.com>
3839         * pe-dll.c: new variable pe_dll_enable_extra_debug. New
3840         static variable current_sec (static struct sec *). Add
3841         forward declaration for add_bfd_to_link.
3842         (process_def_file): Don't export undefined symbols. Do not
3843         export symbols starting with  "_imp__".  Call auto_export()
3844         with new API.
3845         (pe_walk_relocs_of_symbol): New function.
3846         (generate_reloc): add optional extra debugging
3847         (pe_dll_generate_def_file): eliminate extraneous initial blank
3848         line in output
3849         (make_one): enlarge symtab to make room for __nm__ symbols
3850         (DATA auto-import support).
3851         (make_singleton_name_thunk): New function.
3852         (make_import_fixup_mark): New function.
3853         (make_import_fixup_entry): New function.
3854         (pe_create_import_fixup): New function.
3855         (add_bfd_to_link): Specify that 'name' argument is a CONST
3856         char *.
3857         * pe-dll.h: declare new variable pe_dll_extra_pe_debug;
3858         declare new functions pe_walk_relocs_of_symbol and
3859         pe_create_import_fixup.
3860         * emultempl/pe.em: add new options --enable-auto-import,
3861         --disable-auto-import, and --enable-extra-pe-debug.
3862         (make_import_fixup): New function.
3863         (pe_find_data_imports): New function.
3864         (pr_sym): New function.
3865         (gld_${EMULATION_NAME}_after_open): Add optional extra pe
3866         debugging. Call pe_find_data_imports.  Mark .idata as DATA, not
3867         CODE.
3869 2001-08-02  Charles Wilson  <cwilson@ece.gatech.edu>
3871         * ld.texinfo: add additional documentation for
3872         --export-all-symbols.  Document --out-implib,
3873         --enable-auto-image-base, --disable-auto-image-base,
3874         --dll-search-prefix, --enable-auto-import, and
3875         --disable-auto-import.
3876         * ldint.texinfo: Add detailed documentation on auto-import
3877         implementation.
3879 2001-07-30  Nick Clifton  <nickc@cambridge.redhat.com>
3881         * ld.texinfo (Simple Assignments): Fix computation in SECTIONS
3882         example.
3884 2001-07-24  Alan Modra  <amodra@bigpond.net.au>
3886         * Makefile.am: Update dependencies with "make dep-am".
3887         * Makefile.in: Regenerate
3889 2001-07-23  Alan Modra  <amodra@bigpond.net.au>
3891         * ldcref.c (check_section_sym_xref): New function.
3892         (check_nocrossrefs): Call it.
3893         (check_nocrossref): Interate over h->refs here instead of..
3894         (check_refs): ..here.  Pass in the symbol name, section, and bfd
3895         rather than hash_entry pointers.
3896         (struct check_refs_info): Keep symbol name rather than hash entry.
3897         Remove "same".
3898         (check_reloc_refs): Tweak for above changes in check_refs_info.
3899         Only report references to section syms when symname is NULL to
3900         prevent duplicate messages for the same reloc.
3902 2001-07-19  Nick Clifton  <nickc@cambridge.redhat.com>
3904         * ldexp.c (exp_print_tree): Use stderr if config.map_file is not
3905         available.  Do not print NULL trees.
3906         (exp_print_token): Print unknown tokens with values > 126 as
3907         decimal values not ASCII characters.
3909         * ldlang.c (lang_leave_overlay): If a region is specified assign
3910         it to all sections inside the overlay unless they have been
3911         assigned to the own, non-default, memory region.
3913         * README: Add header for consistency with other README files.
3915 2001-07-14  H.J. Lu  <hjl@gnu.org>
3917         * emultempl/elf32.em (output_prev_sec_find): Never return
3918         bfd_abs_section_ptr, bfd_com_section_ptr nor
3919         bfd_und_section_ptr.
3921 2001-07-14  Nick Clifton  <nickc@cambridge.redhat.com>
3923         * Makefile.am (em32relf.c): Change dependency from generic.em to
3924         elf32.em.
3925         * Makefile.in: Regenerate.
3927 2001-07-14  matthew green  <mrg@eterna.com.au>
3929         * configure.tgt (i386-*-netbsdelf*): New target.
3930         (i386-*-netbsd*): Set targ_extra_emuls to `elf_i386'
3932 2001-07-13  Jakub Jelinek  <jakub@redhat.com>
3934         * emultempl/elf32.em (output_prev_sec_find): New.
3935         (place_orphan): Use it.
3937 2001-07-11  H.J. Lu  <hjl@gnu.org>
3939         * ldmain.c (main): Fix typos in the last change.
3941 2001-07-11  Jakub Jelinek  <jakub@redhat.com>
3943         * ldmain.c (main): Disallow -F and -f without -shared.
3945 2001-07-11  Nick Clifton  <nickc@cambridge.redhat.com>
3947         * emultempl/pe.em (after_open): Check for the output_bfd not
3948         having any coff_data structure allocated to it.
3950 2001-07-09  David O'Brien  <obrien@FreeBSD.org>
3952         * emultempl/elf32.em: Do not assuming that contents of the buffer
3953         returned from basename function will remain unchanged accross other
3954         function calls.
3956 2001-07-03  H.J. Lu  <hjl@gnu.org>
3958         * scripttempl/elf.sc (DYNAMIC_PAD): Revert the change made on
3959         2001-07-03. It creates dynamic entries even for static binaries.
3961 2001-07-03  Jakub Jelinek  <jakub@redhat.com>
3963         * scripttempl/elf.sc (DYNAMIC_PAD): New variable.
3964         (DYNAMIC): Use it to reserve few dynamic entries for
3965         post-linking tools.
3967 2001-06-27  Alan Modra  <amodra@bigpond.net.au>
3969         * emulparams/hppa64linux.sh: New file.
3970         * configure.tgt: hppa*64*-*-linux* uses hppa64linux.sh
3971         * Makefile.am (ALL_64_EMULATIONS): Add ehppa64linux.o
3972         (ehppa64linux.c): Add rule to make it.
3973         Run "make dep-am".
3974         * Makefile.in: Regenerate.
3976 2001-06-21  Hans-Peter Nilsson  <hp@axis.com>
3978         * ld.texinfo (Options, -r): Mention restrictions when using
3979         different object formats.
3981 2001-06-19  Hans-Peter Nilsson  <hp@axis.com>
3983         * ldlang.c (lang_check): Emit fatal error if relocatable link
3984         between different object flavours with relocations in input.
3986 2001-06-19  H.J. Lu  <hjl@gnu.org>
3988         * ld.texinfo (-E, --export-dynamic): Mention --version-script.
3989         (--version-script): Mention the language support.
3991 2001-06-19  H.J. Lu <hjl@gnu.org>
3993         * ldlang.c (lang_check): Revert the change mode on 2001-06-15.
3995 2001-06-18  H.J. Lu <hjl@gnu.org>
3997         * Makefile.am (ld.1): Remove the prefix `$(srcdir)/'.
3998         (diststuff): Add $(MANS).
3999         * Makefile.in: Regenerated.
4001         * ld.1: Removed.
4003 2001-06-18  Hans-Peter Nilsson  <hp@axis.com>
4005         * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
4006         Update for API change in bfd_elf${ELFSIZE}_size_dynamic_sections.
4007         * mpw-elfmips.c (gldelf32ebmip_before_allocation): Ditto.
4008         * ld.h (args_type): Remove member export_dynamic.  All users
4009         changed to use struct bfd_link_info member.
4011         * Makefile.am (ecriself.c, ed10velf.c, ei386moss.c): Depend on
4012         $(srcdir)/emultempl/elf32.em, not $(srcdir)/emultempl/generic.em.
4013         * Makefile.in: Regenerate.
4015 2001-06-18  H.J. Lu  <hjl@gnu.org>
4017         * ldlang.c (init_os): Add the newline to the einfo call.
4018         (lang_check): Likewise.
4019         (lang_do_version_exports_section): Likewise.
4021 2001-06-15  H.J. Lu  <hjl@gnu.org>
4023         * lexsup.c (parse_args); Save optind to report unrecognized
4024         option.
4026 2001-06-15  Hans-Peter Nilsson  <hp@axis.com>
4028         * ldlang.c (lang_check): Emit fatal error if relocatable link
4029         between different object flavours.
4031         * lexsup.c (parse_args) <case OPTION_EXPORT_DYNAMIC, case 'E'>:
4032         Set new link_info member export_dynamic.
4033         * ldmain.c (main): Initialize new link_info member export_dynamic.
4035 2001-06-12  Nick Clifton  <nickc@cambridge.redhat.com>
4037         * ldlang.c (walk_wild): Only call walk_wild_file if
4038         lookup_name returns something.
4039         (lookup_name): If load_symbols fails, return NULL.
4040         (load_symbols): Change to a boolean function.
4041         (open_input_bfds): If load_symbols fails then do not make the
4042         executable.
4044 2001-06-08  Alan Modra  <amodra@bigpond.net.au>
4046         * ldlang.c (record_bfd_errors): Remove.
4048         * emultempl/aix.em: Fix copyright dates.
4050 2001-06-07  Andreas Jaeger  <aj@suse.de>
4052         * elf_x86_64.sh (NONPAGED_TEXT_START_ADDR): Increase.
4053         (TEXT_START_ADDR): Likewise.
4055 2001-06-06  Martin Schwidefsky <schwidefsky@de.ibm.com>
4057         * configure.host: Set HOSTING_CRT0/HOSTING_LIBS correctly for s/390.
4059 2001-06-05  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
4061         * emultempl/pe.em (init): Reduce default stack reserve to 0x200000.
4063 2001-05-31  H.J. Lu  <hjl@gnu.org>
4065         * ldlang.c (open_input_bfds): Don't change the bfd error
4066         handler whilst loading symbols.
4068 2001-05-28  Nick Clifton  <nickc@cambridge.redhat.com>
4070         * configure.tgt: Remove i370-mvs architecture, it is not currently
4071         supported.
4073 2001-05-25  H.J. Lu  <hjl@gnu.org>
4075         * emulparams/ppcmacos.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
4076         like emulparams/aixppc.sh.
4078 2001-05-25  H.J. Lu  <hjl@gnu.org>
4080         * emultempl/beos.em (gld${EMULATION_NAME}_before_parse): Move
4081         setting of output_filename after bfd_scan_arch.
4082         * emultempl/pe.em: Likewise.
4084 2001-05-25  H.J. Lu  <hjl@gnu.org>
4086         * emulparams/aixrs6.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
4087         like emulparams/aixppc.sh.
4089         * emultempl/aix.em (sc): Use ${srcdir}/emultempl/ostring.sed
4090         instead of ${srcdir}/emultempl/stringify.sed.
4092 2001-05-25  Timothy Wall  <twall@oculustech.com>
4094         * emulparams/elf64_aix.sh: Change settings to match IBM linker
4095         output.
4097 2001-05-25  Alan Modra  <amodra@one.net.au>
4099         * configure.host: Replace linuxoldld with linux*oldld.
4100         * configure.tgt: Likewise.
4102 2001-05-24  H.J. Lu  <hjl@gnu.org>
4104         * emultempl/stringify.sed: Removed again.
4106 2001-05-24  H.J. Lu  <hjl@gnu.org>
4108         * emultempl/aix.em (OUTPUT_ARCH): Defined.
4109         (gld${EMULATION_NAME}_before_parse): Initialize
4110         ldfile_output_architecture, ldfile_output_machine and
4111         ldfile_output_machine_name from ${OUTPUT_ARCH} if possible.
4112         * emultempl/beos.em: Likewise.
4113         * emultempl/elf32.em: Likewise.
4114         * emultempl/linux.em: Likewise.
4115         * emultempl/mipsecoff.em: Likewise.
4116         * emultempl/pe.em: Likewise.
4117         * emultempl/sunos.em: Likewise.
4119 2001-05-24 Tom Rix <trix@redhat.com>
4121         * emultempl/aix.em : (gld${EMULATION_NAME}_read_file)
4122         udate import file format.
4123         (change_symbol_mode) New, same
4124         (is_syscall) New, same
4125         * emulparams/aixppc.sh : add SYSCALL_MASK and SYMBOL_MODE_MASK
4126         * emulparams/aixppc64.sh : same
4127         * emulparams/aixrs6.sh : same
4128         * emulparams/ppcmacos.sh : same
4129         * emultempl/aix.em : use strtoull to parse options
4130         * Makefile.am : add eaixppc64 emulation for xcoff64
4131         * Makefile.in : same
4132         * configure.tgt : same
4134         * scripttempl/aix.sc : default text section offset to 0x10000000
4135         default data section offset to 0x20000000
4136         add .sv3264 and .sv64 pseudo sections
4137         loader and debug sections use the currect section offset.
4139         * emultempl/aix.em : Add xcoff64 support
4140         Add -binitfini support
4141         (gld${EMULATION_NAME}_before_parse) -binitfini
4142         (gld${EMULATION_NAME}_parse_args) same
4143         (gld${EMULATION_NAME}_before_allocation) format change for special
4144         sections
4146         * emulparams/aixppc64.sh : New file for xcoff64 support
4148 2001-05-23  Alexandre Oliva  <aoliva@redhat.com>
4150         * emultempl/elf32.em (ELF_INTERPRETER_SET_DEFAULT): Use this new
4151         variable to avoid non-portable shell construct.
4153 2001-05-23  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4155         * ldmain.c (get_emulation): Add -mips5 command line argument.
4157 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
4159         * emulparams/elf_i386_ldso.sh: New, copied from elf_i386.sh.
4160         (ELF_INTERPRETER_NAME): Define it.
4161         * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Use
4162         it.
4163         * configure.tgt (targ_emul, targ_extra_emuls)
4164         [i[3456]86-*-solaris2*, i[3456]86-*-solaris*]: Use elf_i386_ldso
4165         as primary, elf_i386 as extra.
4166         * Makefile.am (ALL_EMULATIONS): Added eelf_i386_ldso.o.
4167         (eelf_i386_ldso.c): New rule.
4168         * Makefile.in: Rebuilt.
4170 2001-05-22  Nick Clifton  <nickc@redhat.com>
4172         * lexsup.c (ld_options):  Allow -I to be an alias for
4173         --dynamic-linker.  This is for Solaris compatability.
4174         * ld.texinfo: Document that -I can be used.
4175         * ld.1: Regenerate.
4177 2001-05-16  Alan Modra  <amodra@one.net.au>
4179         * ldlang.c (wild_doit): Use linker_has_input to reliably determine
4180         whether an input section is the first one assigned to an output
4181         section.
4182         Assorted formatting fixes.
4184 2001-05-14  DJ Delorie  <dj@delorie.com>
4186         * Makefile.am (ld.dvi): Search bfd/doc for texinfo files.
4187         * Makefile.in: Ditto.
4189 2001-05-11  Jakub Jelinek  <jakub@redhat.com>
4191         * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Put
4192         .gnu.linkonce.ia64unw{,i} sections into corresponding .IA_64.unwind*
4193         output sections.
4194         * emulparams/elf64_aix.sh (OTHER_READONLY_SECTIONS): Likewise.
4196 2001-05-11  Jakub Jelinek  <jakub@redhat.com>
4198         * ldlang.c (lang_process): Call bfd_merge_sections.
4200 2001-05-07  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4202         * ldgram.y: Fix typo.
4204 2001-05-03  H.J. Lu  <hjl@gnu.org>
4206         * emultempl/elf32.em: Include "libiberty.h".
4207         (gld${EMULATION_NAME}_vercheck): Call basename () to get the
4208         basename of the bfd filename.
4209         (gld${EMULATION_NAME}_stat_needed): Likewise.
4210         (gld${EMULATION_NAME}_try_needed): Likewise.
4211         (gld${EMULATION_NAME}_open_dynamic_archive): Likewise.
4213 2001-05-02  H.J. Lu  <hjl@gnu.org>
4215         * emultempl/pe.em: Include <ctype.h>.
4217 2001-05-02  Johan Rydberg  <jrydberg@opencores.org>
4219         * emulparams/elf32openrisc.sh: New file.
4221         * Makefile.am: Add OpenRISC target.
4222         * Makefile.in: Regenerated.
4224         * configure.tgt: Add openrisc-*-* mapping.
4226 2001-05-02  Nick Clifton  <nickc@redhat.com>
4228         * emultempl/aix.em: Replace buystring with xstrdup.
4229         * emultempl/beos.em: Replace buystring with xstrdup.
4231 2001-05-02  H.J. Lu  <hjl@gnu.org>
4233         * ldfile.c: Include "libiberty.h".
4234         * ldlex.l: Likewise.
4236         * ldmisc.c (buystring): Removed.
4237         * ldmisc.h: Likewise.
4239         * ldfile.c: Replace buystring with xstrdup.
4240         * ldlang.c: Likewise.
4241         * ldlex.l: Likewise.
4242         * ldmain.c: Likewise.
4243         * ldmisc.c: Likewise.
4244         * lexsup.c: Likewise.
4245         * mpw-eppcmac.c: Likewise.
4247 2001-04-30  Andreas Jaeger  <aj@suse.de>
4249         * emulparms/elf_x86_64.sh (MAXPAGESIZE): Fix value.
4251 2001-04-28  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
4253         * ldlang.c (load_symbols): Give emulation a chance
4254         to process unrecognized file before fatal error is
4255         reported, not after.
4257 2001-04-27  Sean McNeil <sean@mcneil.com>
4259         * configure.tgt: Add arm-vxworks target.
4260         * scripttempl/armcoff.sc: Support .text or .data as a section name
4261         prefix.
4262         Define _etext.
4264 2001-04-13  J.T. Conklin  <jtc@redback.com>
4266         * ld.texinfo: Document --fatal-warnings.
4267         * ld.1: Regenerate.
4269         * ldmisc.c (vfinfo): Set flag to inhibit making executable if
4270         warnings have been turned into errors.
4271         * lexsup.c (OPTION_WARN_FATAL): Define.
4272         (ld_options): Entry for --fatal-warnings.
4273         (parse_args): Handle OPTION_WARN_FATAL.
4274         * ld.h (ld_config_type): Add fatal_warnings field.
4276 2001-04-13  Jakub Jelinek  <jakub@redhat.com>
4278         * ldmain.c (main): Default to discard_sec_merge.
4279         * lexsup.c (OPTION_DISCARD_NONE): Define.
4280         (ld_options): Add --discard-none.
4281         (parse_args): Handle OPTION_DISCARD_NONE.
4282         * ldlang.c (wild_doit): SEC_MERGE should be set in the output
4283         section only if SEC_MERGE and SEC_STRINGS flags and entsize of
4284         all its input sections match.
4286 2001-04-05  Steven J. Hill  <sjhill@cotw.com>
4288         * Makefile.am (ALL_EMULATIONS): Add eelf32ltsmip.o.
4289         (ALL_64_EMULATIONS): Add eelf64btsmip.o and eelf64ltsmip.o.
4290         (eelf32ltsmip.c): New target.
4291         (eelf64btsmip.c): Likewise.
4292         (eelf64ltsmip.c): Likewise.
4293         * Makefile.in: Regenerated.
4295         * configure.tgt (mips*el-*-linux-gnu): Uses traditional MIPS
4296         target.
4297         (mips*-*-linux-gnu*): Likewise.
4299         * emulparams/elf32ltsmip.sh: New. Traditional little endian
4300         MIPS taget.
4301         * emulparams/elf64btsmip.sh: New. Traditional 64bit big endian
4302         target.
4303         * emulparams/elf64ltsmip.sh: New. Traditional 64bit little
4304         endian target.
4306 2001-04-05  Hans-Peter Nilsson  <hp@axis.com>
4308         * emulparams/criself.sh (EXECUTABLE_SYMBOLS): Cannot provide
4309         correct value of __Stext here.
4310         (TEXT_START_SYMBOLS): Define; always define __Stext, to start of
4311         .startup section.
4313         * emulparams/crislinux.sh: Remove FIXME.
4315 2001-04-02  Alan Modra  <alan@linuxcare.com.au>
4317         * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 64k.
4318         (TEXT_START_ADDR, TARGET_PAGE_SIZE): Likewise.
4320 2001-03-27  Hans-Peter Nilsson  <hp@axis.com>
4322         * configure.tgt (cris-*-*): Change default emulation to criself.
4323         (cris-*-*aout*): New rule.
4325 2001-03-27  Matthew Wilcox  <willy@ldl.fc.hp.com>
4327         * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 0x4000.
4328         (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
4330 2001-03-26  Andreas Jaeger  <aj@suse.de>
4332         * ld.texinfo (Overview): Fix syntax in texi code.
4334 2001-03-25  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
4336         * ld.texinfo: Put @c man indications to generate the ld man page.
4337         When generating man, define all the variables.  Define SEEALSO
4338         and SYNOPSIS.  Re-organize some lines to avoid the cross references.
4339         * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variables.
4340         (ld.1): Generate from ld.texinfo.
4341         * Makefile.in: Regenerate.
4343 2001-03-23  Mark Elbrecht <snowball3@bigfoot.com>
4345         * scripttempl/i386go32.sc: Support the GCC flags '-ffunction-sections'
4346         and '-fdata-sections'. Set the VMA of STABS sections to zero.
4348 2001-03-17  Ulrich Drepper  <drepper@redhat.com>
4350         * emultmpl/elf32.em (gld${EMULATION_NAME}_search_needed): If NAME
4351         is an absolute path look only for this file and not along the path.
4353 2001-03-17  Ulrich Drepper  <drepper@redhat.com>
4355         * emultempl/elf32.em (OPTION_GROUP): New macro.
4356         Add new option Bgroup to longopts.
4357         (gld*_parse_args): Handle GROUP_OPTION and recognize -z defs.
4358         (gld*_list_options): Add -Bgroup and -z defs.
4359         * ld.1: Document -Bgroup and -z defs.
4360         * ld.texinfo: Likewise.
4362 2001-03-07  Michael Meissner  <meissner@redhat.com>
4364         * scripttempl/elfd10v.sc (.rodata,.rodata1,.data1,.sdata): Deal
4365         with sections created by -fdata-sections.
4366         (.dynbss,.bss): Ditto.
4368 2001-03-05  Alan Modra  <alan@linuxcare.com.au>
4370         * emultempl/m68kelf.em (m68k_elf_after_allocation): Call
4371         after_allocation_default, not gld..._before_allocation.
4373 2001-02-27  Alan Modra  <alan@linuxcare.com.au>
4375         * configure.in (BFD_VERSION): New.
4376         (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
4377         * configure: Regenerate.
4378         * Makefile.am: Run "make dep-am"
4379         * Makefile.in: Regenerate.
4381 2001-02-26  Timothy Wall  <twall@cygnus.com>
4383         * emulparams/elf64_aix.sh: Add additional read-only sections;
4384         uncomment lines which are now required.
4386 2001-02-26  H.J. Lu  <hjl@gnu.org>
4388         * ldlang.c (open_input_bfds): Set the bfd error handler so
4389         that problems can be caught whilst loading symbols.
4390         (record_bfd_errors): New function: Report BFD errors and mark
4391         the executable output as being invalid.
4393 2001-02-22  Timothy Wall  <twall@cygnus.com>
4395         * configure.host: Add configuration for ia64-*-aix*.
4396         * Makefile.am (ALL_64_EMULATIONS): Add emulation for ia64-*-aix*.
4397         Add dependencies for eelf64_aix.c.
4398         * Makefile.in: Regenerate.
4399         * configure.tgt: Add ia64-*-aix* mapping.
4400         * emulparams/elf64_aix.sh: Add settings for elf64 on aix5.
4402 2001-02-20  H.J. Lu  <hjl@gnu.org>
4404         * ldfile.c (ldfile_open_file): Set entry->search_dirs_flag to
4405         false if we found the file.
4407 2001-02-18  David O'Brien  <obrien@FreeBSD.org>
4409         * configure.tgt: Add FreeBSD/Alpha, FreeBSD/x86-64, FreeBSD/ia64,
4410         FreeBSD/PowerPC, FreeBSD/arm, and FreeBSD/sparc64 entries.
4412 2001-02-18  lars brinkhoff  <lars@nocrew.org>
4414         * Makefile.am: Add PDP-11 target.
4415         * configure.tgt: Likewise.
4416         * emulparams/pdp11.sh: New file.
4418 2001-02-17  David O'Brien  <obrien@FreeBSD.org>
4420         * configure.host: Add a generic FreeBSD configuration entry such that
4421         all [modern] FreeBSD systems on all platforms will look the same.
4423 2001-02-14  H.J. Lu  <hjl@gnu.org>
4425         * configure.tgt: Remove mention of earmelf_linux26.
4427 2001-02-13  Richard Henderson  <rth@redhat.com>
4429         * emulparams/elf64_ia64.sh (OTHER_GOT_SYMBOLS): Remove.
4431 2001-02-13  H.J. Lu  <hjl@gnu.org>
4433         * ldexp.h (node_type): Add etree_provided.
4434         * ldexp.c (exp_fold_tree): Handle etree_provided. Set the node
4435         type to etree_provided if defined by PROVIDE. Allow updating
4436         for etree_provided.
4437         (exp_print_tree): Handle etree_provided.
4438         * mpw-elfmips.c (gldelf32ebmip_find_exp_assignment): Handle
4439         etree_provided.
4441 2001-02-09  David Mosberger  <davidm@hpl.hp.com>
4443         * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add
4444         .IA_64.unwind.* pattern to unwind table section and
4445         .IA_64.unwind_info* pattern to unwind info section.
4447 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4449         * Makefile.am: Add linux target for S/390.
4450         * Makefile.in: Likewise.
4451         * configure.host: Likewise.
4452         * configure.tgt: Likewise.
4453         * emulparams/elf64_s390.sh: New file.
4454         * emulparams/elf_s390.sh: New file.
4456 2001-02-09  Jakub Jelinek  <jakub@redhat.com>
4458         * configure.tgt (sparc64-*-linux-gnu*): Add elf32_sparc into
4459         targ_extra_libpath.
4460         (sparc-*-linux-gnu*): Add elf64_sparc into targ_extra_libpath.
4462 2001-02-06  Philip Blundell  <philb@gnu.org>
4464         * Makefile.am: Remove mention of earmelf_linux26.
4465         * Makefile.in: Regenerate.
4467 2001-02-04  Philip Blundell  <philb@gnu.org>
4469         * emulparams/armelf_linux.sh (TEXT_START_ADDR): Set to 0x8000.
4470         * emulparams/armelf_linux26.sh: Delete.
4471         * configure.tgt: Remove mention of armelf_linux26 emulation.
4473 2001-02-01  Nick Clifton  <nickc@redhat.com>
4475         * ld.1: Replace occurances of -oformat with --oformat.
4477 2001-01-25  Jim Driftmyer <jdrift@stny.rr.com>
4479         * ldlang.c (lang_leave_overlay): Don't set lma_region when
4480         load_base is specified.
4482 2001-01-24  Hans-Peter Nilsson  <hp@axis.com>
4484         * emultempl/elf32.em: Correct spelling in comments and listed
4485         options.
4487 2001-01-23  Alan Modra  <alan@linuxcare.com.au>
4489         * ldlang.c (lang_leave_overlay): Only set lma_region from the
4490         default for the first section of a group of overlay sections.
4492 2001-01-22  Alan Modra  <alan@linuxcare.com.au>
4494         * Makefile.am (GENSCRIPTS): Pass exec_prefix.
4495         * Makefile.in: Regenerate.
4496         * genscripts.sh: Use exec_prefix parameter to specify tool lib.
4497         Check for null tool_dir.
4499 2001-01-16  Jim Wilson  <wilson@redhat.com>
4501         * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add IA_64.unwind
4502         and IA_64.unwind.info.
4504 2001-01-16  H.J. Lu  <hjl@gnu.org>
4506         * ldlang.c (lang_check): Merge the private data only if the
4507         input file has contents.
4509 2001-01-14  Alan Modra  <alan@linuxcare.com.au>
4511         * emulparams/hppalinux.sh (OUTPUT_FORMAT): Set to elf32-hppa-linux.
4513         * emultempl/hppaelf.em (hppaelf_after_parse): New function,
4514         enabling search for libmilli.  On a relocatable link, make .text
4515         sections unique.
4516         (LDEMUL_AFTER_PARSE): Define.
4517         (hppaelf_finish): Correct spelling of relocatable in comments.
4519         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
4520         rummage through the script for sections on the unique list.
4521         Correct length of strncmp for ".note".
4522         (gld${EMULATION_NAME}_check_needed): Rearrange function.
4524         * ldlang.c (unique_section_list): New var.
4525         (unique_section_p): New function.
4526         (walk_wild_section): Don't match sections on unique_section_list.
4527         (lang_add_unique): New function.
4528         Correct spelling of relocatable in comments.
4530         * ldlang.h (struct unique_sections): Declare.
4531         (unique_section_list): Declare.
4532         (unique_section_p): Declare.
4533         (lang_add_unique): Declare.
4535         * lexsup.c (ld_options): Allow --unique to take an optional arg.
4536         (parse_args [OPTION_UNIQUE]): Call lang_add_unique.
4538         * ld.texinfo (--unique): Update.
4540 2001-01-13  Nick Clifton  <nickc@redhat.com>
4542         * lexsup.c (parse_args): Remove spurious white space.
4544 2001-01-12  Nick Clifton  <nickc@redhat.com>
4546         * lexsup.c (parse_args): Update copyright date.
4548 2001-01-12  Philip Blundell  <pb@futuretv.com>
4550         * configure.host: Set HOSTING_LIBS appropriately for ix86-cygwin.
4552 2001-01-10  Kazu Hirata  <kazu@hxi.com>
4554         * scripttempl/h8300.sc: Fix formatting.  Fix a comment typo.
4555         * scripttempl/h8300h.sc: Fix formatting.
4556         * scripttempl/h8300s.sc: Likewise.
4557         * scripttempl/h8500.sc: Likewise.
4558         * scripttempl/h8500b.sc: Likewise.
4559         * scripttempl/h8500c.sc: Likewise.
4560         * scripttempl/h8500m.sc: Likewise.
4561         * scripttempl/h8500s.sc: Likewise.
4563 2000-01-07  David O'Brien  <obrien@BSDi.com>
4565         * emultempl/elf32.em: Only perform Linux ld hints processing when
4566         targeting Linux.
4568 2001-01-07  Philip Blundell  <philb@gnu.org>
4570         * ld.texinfo (Bug Reporting): Update email address for reports.
4572 2000-12-31  Nick Clifton  <nickc@redhat.com>
4574         * lexsup.c (parse_args): Set opterr to 0 and detect unparsed long
4575         options by checking for a return value of '?' not -1.
4577 2000-12-28  Nick Clifton  <nickc@redhat.com>
4579         * lexsup.c (struct ld_option): Add new enum value:
4580         EXACTLY_TWO_DASHES.
4581         (ld_options[]): Change -omagic, -output and -oformat options
4582         to be EXACTLY_TWO_DASHES.
4583         (OUTPUT_COUNT): Use ARRAY_SIZE.
4584         (parse_args): Change parameter 'argc' to unsigned.
4585         Place EXACTLY_TWO_DASHES options into new really_longopts
4586         array.
4587         If getopt_long_only fails, try calling getopt_long using the
4588         really_longopts array.
4589         (help): Print a double dash for both EXACTLY_TWO_DASHES and
4590         TWO_DASHES options.
4592         * ldlex.h: Fix prototype of parse_args.
4594         * ld.texinfo: Document that long options starting with 'o'
4595         must be preceeded by two dashes.  Change example of a single
4596         dashed long option from -oformat to -trace-symbol.
4598 2000-12-26  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
4600         * emultempl/pe.em (OPTION_NO_DEFAULT_EXCLUDES): Define.
4601         (longopts[]): New --no-default-excludes option.
4602         (gld_${EMULATION_NAME}_list_options): Document.
4603         (gld_${EMULATION_NAME}_parse_args): Handle.
4605 2000-12-13  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
4607         * ldlang.c (new_stat): Revert the last beautification with "innocent"
4608         whitespace, it breaks the K&R C preprocessor.
4610 2000-12-11  DJ Delorie  <dj@redhat.com>
4612         * ld.texinfo: Add notes about --whole-archive and gcc.
4614 2000-11-18  Fred Fish  <fnf@be.com>
4616         * lexsup.c (OPTION_ALLOW_SHLIB_UNDEFINED): Define.
4617         (ld_options): Entry for --allow-shlib-undefined.
4618         (parse_args): Handle OPTION_ALLOW_SHLIB_UNDEFINED.
4619         * ldmain.c (main): Initialize link_info.allow_shlib_undefined
4620         to false.
4621         * ld.texinfo: Document new command line switch.
4623 2000-12-12  Geoffrey Keating  <geoffk@redhat.com>
4625         * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS):
4626         .fixup is actually read/write.
4627         * emulparams/elf32lppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
4628         * emulparams/elf32ppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
4629         * emulparams/elf32lppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
4631 2000-12-11  Jan Hubicka  <jh@suse.cz>
4633         * NEWS: Add note about x86_64 architecture.
4635 2000-12-06  Mark Elbrecht  <snowball3@bigfoot.com>
4637         * scripttempl/i386go32.sc: Use PROVIDE with _etext, _edata, _end.
4638         Set DWARF2 sections to a VMA of zero.
4640 2000-12-01  Joel Sherrill  <joel@OARcorp.com>
4642         * configure.tgt (arm-*-rtems*, a29k-*rtems*, h8300-*-rtems*):
4643         New targets.
4644         (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
4645         (sparc*-*-rtems*): Switched from a.out to ELF.
4647 2000-11-30  Jan Hubicka  <jh@suse.cz>
4649         * Makefile.am (ALL_EMULATIONS): Add eelf_x86_64.o
4650         (eelf_x86_64.c): New.
4651         * Makefile.in: Regenerate.
4652         * configure.tgt: Add support for x86_64-*-linux-gnu*.
4653         * emulparams/elf_x86_64.sh: New.
4655 2000-11-30  Hans-Peter Nilsson  <hp@axis.com>
4657         * emulparams/crislinux.sh (ENTRY): Change back to _start.
4658         (TEXT_START_SYMBOLS): Remove conditional setting of __start.
4660         * scripttempl/crisaout.sc: Change all RELOCATING not related to
4661         merging non-a.out sections into CONSTRUCTING.
4663 2000-11-28  Nick Clifton  <nickc@redhat.com>
4665         * ld.1 (COPYING): Mention that the GNU Free Documentation
4666         License is present in the sources, but not the output, and
4667         also available from the GNU website.
4668         (GNU Free Documentation License): Comment out this section.
4670 2000-11-28  David O'Brien  <obrien@dragon.nuxi.com>
4672         * emulparams/elf64alpha.sh (ENTRY): Remove leading underscore as ELF
4673         does not use them.
4675 2000-11-25  David O'Brien  <obrien@FreeBSD.org>
4677         * ld.1: Remove old date so it does not give the impression the manpage
4678         is way out of date.
4680 2000-11-24  Nick Clifton  <nickc@redhat.com>
4682         * configure.tgt (xscale-coff): Add target.
4683         (xscale-elf): Add target.
4685 2000-11-24  Fred Fish  <fnf@be.com>
4687         * ldmain.c (main): Remove redundant init of config.make_executable
4688         to true.
4690 2000-11-15  Richard Henderson  <rth@redhat.com>
4692         * emulparams/elf64alpha.sh (MAXPAGESIZE): Typo -- 64k, not 1M.
4694 2000-11-14  Kazu Hirata  <kazu@hxi.com>
4696         * scripttempl/h8300.sc: Fix formatting.
4697         * scripttempl/h8300h.sc: Likewise.
4698         * scripttempl/h8300s.sc: Likewise.
4700 2000-11-14  Denis Chertykov  <denisc@overta.ru>
4702         * scripttempl/elf32avr.sc: Fix bug in .eeprom segment.
4704 2000-11-09  Philip Blundell  <pb@futuretv.com>
4706         * emultempl/pe.em: Define ___start_SECNAME and ___stop_SECNAME
4707         around orphan sections whose names can be represented in C.
4709 2000-11-07  Jim Wilson  <wilson@redhat.com>
4711         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): New local
4712         hold_sdata.  If SEC_SMALL_DATA set, set place to hold_sdata.
4714 2000-11-06  Nick Clifton  <nickc@redhat.com>
4716         * ld.texinfo: Add GNU Free Documentation License.
4717         * ldint.texinfo: Add GNU Free Documentation License.
4718         * ld.1: Add GNU Free Documentation License.
4720 2000-11-05  Alan Modra  <alan@linuxcare.com.au>
4722         * ldlex.l (yy_create_string_buffer): Init yy_is_our_buffer,
4723         yy_is_interactive, yy_at_bol, and yy_fill_buffer.
4725         * Makefile.am (DISTCLEANFILES): Add stringify.sed.
4726         Move 2000-11-02 Makefile.in changes to this file.
4727         * Makefile.in: Regenerate.
4729 2000-11-03  Nick Clifton  <nickc@redhat.com>
4731         * scripttempl/h8300.sc: Use ${CONSTRUCTING...} to enclose
4732         constructors and destructors.
4733         * scripttempl/h8300h.sc: Ditto.
4734         * scripttempl/h8300s.sc: Ditto.
4735         * scripttempl/h8500.sc: Ditto.
4736         * scripttempl/h8500b.sc: Ditto.
4737         * scripttempl/h8500c.sc: Ditto.
4738         * scripttempl/h8500m.sc: Ditto.
4739         * scripttempl/h8500s.sc: Ditto.
4740         * scripttempl/v850.sc: Ditto.
4741         * scripttempl/w65.sc: Ditto.
4742         * scripttempl/z8000.sc: Ditto.
4744 2000-11-02  Per Lundberg  <plundis@chaosdev.org>
4746         * Makefile.in (e_i386_chaos.c): New rule.
4747         (ALL_EMULATIONS): Added e_i386_chaos.o.
4748         * emulparams/elf_i386_chaos.sh: New file.
4749         * configure.tgt: Recognise i[3456]86-chaosdev-storm-chaos.
4751 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
4753         * emulparams/elf64_sparc.sh (TEXT_START_ADDR,
4754         NONPAGED_TEXT_START_ADDR): Set to 4GB for Solaris targets.
4755         Fix sed invocation, so that it coped with '/' in Solaris 64bit
4756         library path suffix.
4757         Based on patch by Andrew Macleod <amacleod@cygnus.com>.
4759 2000-10-18  Hans-Peter Nilsson  <hp@axis.com>
4761         * scripttempl/crisaout.sc (.text, .data): Pad, with ALIGN (32),
4762         for consecutive sections.
4764 2000-10-17  Chandrakala Chavva  <cchavva@redhat.com>
4766         * lexsup.c: New option OPTION_TARGET_HELP. Prints all target specific
4767         options.
4768         * ld.texinfo: Added notes about this new option.
4770 2000-10-16  Nick Clifton  <nickc@redhat.com>
4772         * emultempl/pe.em (_after_open): Add tests of return values from
4773         bfd functions.  Emit appropriate error messages if necessary.
4775 2000-10-13  Nick Clifton  <nickc@redhat.com>
4777         * emultempl/pe.em (_after_open): Delete 'is2' and 'nsyms'
4778         local variables - they are not used, but leave in the call to
4779         bfd_canonicalize_symtab.
4780         (_open_dynamic_archive): Add #ifdef DLL_SUPPORT around use of
4781         pe_dll_search_prefix.
4783 2000-10-12  Charles Wilson  <cwilson@ece.gatech.edu>
4785         * emultempl/pe.em (pe_dll_search_prefix): New variable,
4786         (longopts): New --dll-search-prefix option.
4787         (gld_${EMULATION_NAME}_list_options): Document.
4788         (gld_${EMULATION_NAME}_parse_args): Handle.
4789         (gld_${EMULATION_NAME}_open_dynamic_archive): When linking
4790         dynamically, search for a dll named '<prefix><basename>.dll'
4791         in preference to 'lib<basename>.dll' if --dll-search-prefix
4792         is specified.
4794 2000-10-12  Alan Modra  <alan@linuxcare.com.au>
4796         * ldlang.c (section_already_linked): Set kept_section instead of
4797         sec->comdat->sec.
4799 2000-10-10  Kazu Hirata  <kazu@hxi.com>
4801         * deffile.h: Fix formatting.
4802         * lexsup.c: Likewise.
4803         * mri.c: Likewise.
4805 2000-10-09  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
4807         * pe-dll.c (make_one): Do not generate code thunk for DATA
4808         exports.
4809         (process_def_file): deduce DATA flag for auto-export sumbols.
4811 2000-10-09  Kazu Hirata  <kazu@hxi.com>
4813         * ld.h: Fix formatting.
4814         * ldcref.c: Likewise.
4815         * ldctor.h: Likewise.
4816         * ldemul.c: Likewise.
4817         * ldemul.h: Likewise.
4818         * ldexp.c: Likewise.
4819         * ldexp.h: Likewise.
4820         * ldfile.c: Likewise.
4821         * ldfile.h: Likewise.
4822         * ldlang.c: Likewise.
4823         * ldlang.h: Likewise.
4824         * ldmain.c: Likewise.
4825         * pe-dll.c: Likewise.
4827         * pe-dll.c: Revert some formatting fixes.
4829 2000-10-08  Kazu Hirata  <kazu@hxi.com>
4831         * pe-dll.c: Fix formatting.
4833 2000-10-05  Kazu Hirata  <kazu@hxi.com>
4835         * ldlang.c: Fix formatting.
4837 2000-10-03  DJ Delorie  <dj@redhat.com>
4839         * pe-dll.c (fill_edata): initialize entire block
4840         (make_one): fill in correct section.
4842 2000-10-03  Kazu Hirata  <kazu@hxi.com>
4844         * ldexp.c: Fix formatting.
4846 2000-10-02  DJ Delorie  <dj@redhat.com>
4848         * emultempl/pe.em (gld_*_after_open): detect case where there two
4849         import libraries for same dll; rename one to ensure proper link
4850         order.
4852         * pe-dll.c (process_def_file): compare ordinals to -1, not 0; fix
4853         typo
4854         (generate_edata): fix typo
4856 2000-09-29  Hans-Peter Nilsson  <hp@axis.com>
4858         * scripttempl/crisaout.sc (ENTRY): Now __start.
4859         (.text): Add default setting for __start.
4860         Remove CONSTRUCTORS handling.
4861         (/DISCARD/): Add .gnu.warning.*.
4862         * emulparams/crislinux.sh (ENTRY): Now __start.
4863         (TEXT_START_SYMBOLS): New; provide __Stext and __start default.
4864         * emulparams/criself.sh (OUTPUT_FORMAT): Now elf32-us-cris.
4865         (ENTRY): Now __start.
4866         (INITIAL_READONLY_SECTIONS): Add KEEP for .startup.
4867         (EXECUTABLE_SYMBOLS): Add default setting for __start.
4869 2000-09-29  Kazu Hirata  <kazu@hxi.com>
4871         * deffile.h: Fix formatting.
4872         * ld.h: Likewise.
4873         * ldcref.c: Likewise.
4874         * ldctor.c: Likewise.
4875         * ldctor.h: Likewise.
4876         * ldemul.c: Likewise.
4877         * ldemul.h: Likewise.
4878         * ldexp.c: Likewise.
4879         * ldexp.h: Likewise.
4880         * ldfile.c: Likewise.
4881         * ldfile.h: Likewise.
4882         * ldlang.c: Likewise.
4883         * ldlang.h: Likewise.
4884         * lexsup.c: Likewise.
4885         * mri.c: Likewise.
4886         * pe-dll.c: Likewise.
4888 2000-09-28  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
4890         * pe-dll.c (process_def_file): Uninitialized data wasn't
4891         exported with --export-all-symbols switch.
4893 2000-09-28  DJ Delorie  <dj@redhat.com>
4895         * pe-dll.c (fill_edata): rearrange the data so that ordinals and
4896         noname work properly.
4898 2000-09-28  Alan Modra  <alan@linuxcare.com.au>
4900         * ld.texinfo (HPPA ELF32): New section.
4902         * emultempl/hppaelf.em (group_size): New.
4903         (hppaelf_finish): Pass group_size to elf32_hppa_size_stubs.
4904         (PARSE_AND_LIST_PROLOGUE): Add OPTION_STUBGROUP_SIZE.
4905         (PARSE_AND_LIST_LONGOPTS): Add --stub-group-size.  Duplicate
4906         options to prevent abbreviations matching.
4907         (PARSE_AND_LIST_OPTIONS): Describe the above.  Reformat.
4908         (PARSE_AND_LIST_ARGS_CASES): Handle it.
4910 2000-09-21  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
4912         * emultempl/m68kelf.em: Conditionalise the embedded relocs feature
4913         on the m68*-*-elf target.  Make it support COFF input objects.
4915 2000-09-21  Kazu Hirata  <kazu@hxi.com>
4917         * ldmain.c: Fix formatting.
4918         * ldmisc.c: Likewise.
4919         * ldver.c: Likewise.
4920         * ldwrite.c: Likewise.
4922 2000-09-21  Alan Modra  <alan@linuxcare.com.au>
4924         * ldwrite.c (clone_section): Silence gcc warnings.
4926 2000-09-20  Alan Modra  <alan@linuxcare.com.au>
4928         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Handle
4929         out of memory failure.
4931         * ldwrite.c (ldwrite): Remove unnecessary einfo arg.
4932         (clone_section): Handle out of memory failures.  Rename var to
4933         avoid c++ reserved word.
4935 2000-09-18  Alan Modra  <alan@linuxcare.com.au>
4937         * emultempl/hppaelf.em (hppaelf_add_stub_section): Rename
4938         stub_name param to stub_sec_name.
4939         (hppaelf_finish): Modify call to elf32_hppa_size_stubs.
4941 2000-09-10  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
4943         * emultempl/m68kelf.em: New file.
4944         * emulparams/m68kelf.sh (EXTRA_EM_FILE): Use it.
4945         * Makefile.am (em68kelf.c): Add dependency on m68kelf.em.
4946         * Makefile.in: Regenerate.
4948 2000-09-15  Alan Modra  <alan@linuxcare.com.au>
4950         * emulparams/hppalinux.sh (DATA_START_SYMBOLS): Provide $global$
4951         only as needed.
4953 2000-09-13  Nick Clifton  <nickc@redhat.com>
4955         * ldmain.c (multiple_definition): Disable relaxation if
4956         multiple symbol definitions are encountered - otherwise the
4957         linker could abort with an assertion failure.
4959 2000-09-10  Nick Clifton  <nickc@redhat.com>
4961         * mri.c: Fix formatting.
4963 2000-09-07  H.J. Lu  <hjl@gnu.org>
4965         * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
4966         * configure: Rebuild.
4968 2000-09-07  H.J. Lu  <hjl@gnu.org>
4970         * Makefile.am (lexsup.o): Also depend on $(INCDIR)/demangle.h.
4971         * Makefile.in: Rebuild.
4973 2000-09-07  Alan Modra  <alan@linuxcare.com.au>
4975         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Fix
4976         broken list handling.  Create __start_SECNAME and __stop_SECNAME
4977         when no place-holder.  Add some comments.  Test both SEC_CODE and
4978         SEC_READONLY for hold_text to prevent .rodata orphan poisoning.
4979         Handle case where no output section statement created.
4981 2000-09-07  Niibe Yutaka  <gniibe@m17n.org>, Kaz Kojima  <kkojima@rr.iij4u.or.jp>, Alexandre Oliva  <aoliva@redhat.com>
4983         * configure.tgt (sh-*-linux*): Added.
4984         * Makefile.am: Added eshelf_linux and eshlelf_linux.
4985         * Makefile.in: Rebuilt.
4986         * emulparams/shelf_linux.sh: New file.
4987         * emulparams/shlelf_linux.sh: New file.
4989 2000-09-06  Alan Modra  <alan@linuxcare.com.au>
4991         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
4992         try shuffling sections when the orphan happens to be the place
4993         holder.  Keep count of unique section names generated so we speed
4994         the search for a new name.
4996 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
4998         * configure: Rebuilt with new libtool.m4.
5000 2000-09-05  Nick Clifton  <nickc@redhat.com>
5002         * Makefile.in: Regenerate.
5003         * aclocal.m4: Regenerate.
5004         * configure: Regenerate.
5005         * config.in: Regenerate.
5006         * po/ld.pot: Regenerate.
5008         * ldint.texinfo: Remove CVS revision marker - it foils local
5009         comparisons.
5011         * emultempl/ticoff.em: Remove extraneous comma.
5013 2000-09-05  Alan Modra  <alan@linuxcare.com.au>
5015         * emultempl/hppaelf.em (hppaelf_add_stub_section): Add SEC_RELOC
5016         to stub section flags.
5017         (hppa_for_each_input_file_wrapper): New.
5018         (hppa_lang_for_each_input_file): New.
5019         (lang_for_each_input_file): Define to call above.
5020         (multi_subspace): New.
5021         (hppaelf_finish): Pass multi_subspace to elf32_hppa_size_stubs.
5022         (PARSE_AND_LIST_PROLOGUE): Define.
5023         (PARSE_AND_LIST_LONGOPTS): Define.
5024         (PARSE_AND_LIST_OPTIONS): Define.
5025         (PARSE_AND_LIST_ARGS_CASES): Define.
5026         (hppaelf_finish): Call elf32_hppa_set_gp.
5027         (hppaelf_set_output_arch): Remove.
5028         (LDEMUL_SET_OUTPUT_ARCH): Remove.
5030         * emulparams/hppalinux.sh (ELFSIZE): Define.
5031         (MACHINE): Define.
5032         (OTHER_READONLY_SECTIONS): Define.
5033         (DATA_PLT): Define.
5034         (GENERATE_SHLIB_SCRIPT): Define.
5036         * ldlang.c: Add missing prototypes, and tidy others.  Change CONST
5037         to const throughout.  Change `void *' to `PTR' throughout.
5038         (lang_memory_default): Function is local to file, add `static'.
5040         * Makefile.am (ehppaelf.c): Depend on emultempl/elf32.em.
5041         (ehppalinux.c): Likewise.
5042         (earmelf.c): Likewise.
5043         (earmelf_linux.c): Likewise.
5044         (earmelf_linux26.c): Likewise.
5045         * Makefile.in: Regenerate.
5047         * ld.h (ld_config_type): Add unique_orphan_sections.
5048         * lexsup.c (OPTION_UNIQUE): Define.
5049         (ld_options): Add "--unique".
5050         (parse_args): Handle it.
5051         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
5052         search for an existing output section if unique_orphan_sections is
5053         set.  Make use of bfd_get_unique_section_name rather than
5054         duplicating code here.
5055         * ld.texinfo: Describe --unique.
5057         * lexsup.c (ld_options): Make split-by-reloc arg optional. Add
5058         optional arg to split-by-file.
5059         (parse_args): Handle them.
5060         * ld.texinfo: Update description of these options.
5061         * ldwrite.c (clone_section): Pass in the section name.  Replace
5062         local code with bfd_get_unique_section_name.
5063         (split_sections): Tidy code and comments.  Use a list traversal
5064         more appropriate to the list construction.  Handle cooked section
5065         sizes.  Split when split_by_reloc reached rather than exceeded.
5066         Track section size and split when split_by_file reached.  Fix
5067         link_order_tail (even though it's not used).
5068         (ldwrite): Modify condition for calling split_sections to suit
5069         changed split_by_reloc and split_by_file.
5070         * ldmain.c (main): Init config.split_by_reloc and
5071         config.split_by_file to -1.
5072         * ld.h (ld_config_type): Change split_by_reloc to unsigned.
5073         Change split_by_file to bfd_size_type.
5075 2000-09-02  Nick Clifton  <nickc@redhat.com>
5077         * configure.in: Increase version number to 2.10.91.
5078         * NEWS: Mention new ability to support removal of duplicate DWARF2
5079         debug information.
5080         * configure: Regenerate.
5081         * aclocal.m4: Regenerate.
5082         * config.in: Regenerate.
5084 2000-09-02  Daniel Berlin <dberlin@redhat.com>
5086         * scripttempl/elf.sc: Add .gnu.linkonce.wi.* to .debug_info
5087         sections.
5088         * scripttempl/elf32avr.sc: Ditto.
5089         * scripttempl/elfd10v.sc: Ditto.
5090         * scripttempl/elfd30v.sc: Ditto.
5091         * scripttempl/elfi370.sc: Ditto.
5092         * scripttempl/elfm68hc11.sc: Ditto.
5093         * scripttempl/elfm68hc12.sc: Ditto.
5094         * scripttempl/elfi386beos.sc: Ditto.
5095         * scripttempl/v850.sc: Ditto.
5097 2000-08-31  Alexandre Oliva  <aoliva@redhat.com>
5099         * acinclude.m4: Include libtool and gettext macros from the
5100         top level.
5101         * aclocal.m4, configure: Rebuilt.
5103 2000-08-25  Nick Clifton  <nickc@redhat.com>
5105         * ldlang.c (open_output): When choosing the target for a
5106         particular endianness, do nothing if the target is not
5107         supported.
5109 2000-08-25  H.J. Lu  <hjl@gnu.org>
5111         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Don't
5112         check -rpath nor LD_RUN_PATH for cross link.
5113         * ld.texinfo: Document the change.
5115 2000-08-24  Hans-Peter Nilsson  <hp@axis.com>
5117         * NEWS: Mention support for CRIS.
5119 2000-08-23  H.J. Lu  <hjl@gnu.org>
5121         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Get
5122         the current runpath list from bfd_elf_get_runpath_list ()
5123         before search.
5125 2000-08-22  H.J. Lu  <hjl@gnu.org>
5127         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Search
5128         the DT_RPATH/DT_RUNPATH entries for DT_NEEDED after
5129         LD_LIBRARY_PATH for native linker. Display the needed DSO if
5130         trace_file_tries is non-zero.
5131         (gld${EMULATION_NAME}_try_needed): Report the needed DSO found
5132         if trace_file_tries is non-zero.
5134         * ld.texinfo: Document the usage of DT_RPATH/DT_RUNPATH.
5135         * NEWS: Mention it.
5137 2000-08-14  Jason Eckhardt  <jle@cygnus.com>
5139         * NEWS: Mention i860 support.
5141 2000-08-14  Andreas Schwab  <schwab@suse.de>
5143         * scripttempl/elf.sc: Fix last change to use correct comment
5144         syntax.
5146 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
5148         * scripttempl/elf.sc: Add a comment giving the correspondence
5149         between sections, per-datum sections, and linkonce sections.  Make
5150         the comment true even for .bss, .sdata, .sdata2, .sbss, and
5151         .sbss2.
5153 2000-08-10  Jason Eckhardt  <jle@cygnus.com>
5155         * emulparams/elf32_i860.sh: New file.
5156         * configure.tgt: Recognize new target i860-stardent-{sysv4*|elf*}.
5157         * Makefile.am (ALL_EMULATIONS): Add eelf32_i860.o.
5158         (eelf32_i860.c): New rule.
5159         * Makefile.in: Regenerate.
5161 2000-08-10  Nick Clifton  <nickc@cygnus.com>
5163         * emulparams/mipspe.sh (ENTRY): Add definition.
5165 2000-08-08  Peter Jeremy  <peter.jeremy@alcatel.com.au>
5167         * emultempl/elf32.em (_after_close): Refer to -rpath not --rpath
5168         in error message.
5170 2000-08-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
5172         * scripttempl/elfm68hc11.sc: Define __bss_size symbol to indicate
5173         the final size of .bss section.
5174         * scripttempl/elfm68hc12.sc: Likewise.
5176 2000-08-04  Alan Modra  <alan@linuxcare.com.au>
5178         * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Rename to
5179         gld${EMULATION_NAME}_parse_args for consistency.  Combine
5180         lastoptind and prevoptind vars, and keep track of last optind.
5181         (gld_${EMULATION_NAME}_list_options): Rename to
5182         gld${EMULATION_NAME}_list_options.
5184 2000-08-03  Rodney Brown  <RodneyBrown@pmsc.com>
5186         * configure.tgt: Select targ_emul=elf_i386 for Unixware 7
5187         (i586-sco-sysv5uw7.1.0).
5189 2000-07-27  H.J. Lu  <hjl@gnu.org>
5191         * emulparams/elf64alpha.sh (PARSE_AND_LIST_ARGS): Removed.
5192         (PARSE_AND_LIST_PROLOGUE): New.
5193         (PARSE_AND_LIST_LONGOPTS): Likewise.
5194         (PARSE_AND_LIST_OPTIONS): Likewise.
5195         (PARSE_AND_LIST_ARGS_CASES): Likewise.
5196         (PARSE_AND_LIST_EPILOGUE): Likewise.
5198 2000-07-28  Alan Modra  <alan@linuxcare.com.au>
5200         * emultempl/armelf.em: Elide functions common to elf32.em,
5201         ie. most of the file.
5202         (arm_elf_after_open): New.  Do arm specific things then call
5203         gld${EMULATION_NAME}_after_open.
5204         (arm_elf_before_allocation): New.  Call
5205         gld${EMULATION_NAME}_before_allocation then do arm specifics.
5206         (PARSE_AND_LIST_PROLOGUE): Define.
5207         (PARSE_AND_LIST_SHORTOPTS): Define.
5208         (PARSE_AND_LIST_LONGOPTS): Define.
5209         (PARSE_AND_LIST_OPTIONS): Define.
5210         (PARSE_AND_LIST_ARGS_CASES): Define.
5211         (LDEMUL_AFTER_OPEN): Define.
5212         (LDEMUL_BEFORE_ALLOCATION): Define.
5213         (LDEMUL_BEFORE_PARSE): Define.
5214         (LDEMUL_FINISH): Define.
5216         * emultempl/hppaelf.em: Similarly zap most of this file.
5217         (hppaelf_add_stub_section): Prototype.
5218         (hppaelf_layaout_sections_again): Prototype.
5219         (hook_in_stub): Prototype.
5220         (LDEMUL_SET_OUTPUT_ARCH): Define.
5221         (LDEMUL_FINISH): Define.
5222         (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
5224         * emulparams/armelf.sh (TEMPLATE_NAME): Use elf32.
5225         (EXTRA_EM_FILE): New.
5226         * emulparams/armelf_linux.sh: Likewise.
5227         * emulparams/armelf_linux26.sh: Likewise.
5228         * emulparams/hppalinux.sh: Likewise.
5229         * emulparams/hppaelf.sh: Likewise.
5230         (NOP): Define.
5232         * emultempl/elf32.em: Fix formatting.
5233         (EXTRA_EM_FILE): Source it.
5234         (LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
5235         LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
5236         LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
5237         LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
5238         LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
5239         LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
5240         LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
5241         LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
5242         LDEMUL_FIND_POTENTIAL_LIBRARIES): New shell vars.  Add code to
5243         allow functions in this file to be overridden.
5244         (PARSE_AND_LIST_SHORTOPTS): Handle it.
5246         * emultempl/m68kcoff.em: Include ldfile.h before ldemul.h.
5248         * emultempl/elf32.em: Reorganize file.
5250 2000-07-27  Ivan Kokshaysky  <ink@jurassic.park.msu.ru>
5252         * emulparams/elf64alpha.sh: Implement "-taso" emulation
5253         specific option to fit 64-bit executable in the lower
5254         31-bit address range.  This is done by changing start
5255         address of .interp (the very first section of executable)
5256         and then setting EF_ALPHA_32BIT elf header flag.
5258 2000-07-21  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
5260         * emultempl/m68kcoff.em: New file.
5261         * emulparams/m68kcoff.sh (TEMPLATE_NAME): Use m68kcoff template.
5262         * Makefile.am (em68kcoff.c): Depend on m68kcoff.em rather than
5263         generic.em.
5264         * Makefile.in: Regenerate.
5266 2000-07-20  H.J. Lu  <hjl@gnu.org>
5268         * emultempl/elf32.em (longopts): Duplicate "disable-new-dtags"
5269         and "disable-new-dtags" to stop getopt from treating -d/-e as
5270         abbreviations for these options.
5272 2000-07-20  H.J. Lu  <hjl@gnu.org>
5274         * ld.texinfo: Add documentation for --disable-new-dtags and
5275         --enable-new-dtags.
5277         * ldmain.c (main): Initialize link_info.new_dtags to false.
5279         * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Add
5280         --disable-new-dtags and --enable-new-dtags.
5281         (gld_${EMULATION_NAME}_list_options): Likewise.
5283 2000-07-05  Kenneth Block  <krblock@computer.org>
5285         * lexsup.c: Add optional style to demangle switch
5286         * ld.texinfo: Document optional style to demangle switch.
5288 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
5290         * Makefile.am (ALL_EMULATIONS): Add ecrisaout.o, ecriself.o,
5291         ecrislinux.o.
5292         (ecrisaout.c, ecriself.c, ecrislinux.c): New rules.
5293         Regenerate dependencies.
5294         * Makefile.in: Rebuild.
5295         * configure.tgt (cris-*-*): New target.
5296         * emulparams/crisaout.sh, emulparams/criself.sh,
5297         emulparams/crislinux.sh, scripttempl/crisaout.sc: New files.
5298         * po/POTFILES.in, po/ld.pot: Regenerate.
5300 2000-07-20  H.J. Lu  <hjl@gnu.org>
5302         * emultempl/elf32.em (gld_${EMULATION_NAME}_list_options):
5303         Print out ignored -z options.
5305 2000-07-19  H.J. Lu  <hjl@gnu.org>
5307         * emulparams/elf32mcore.sh (PARSE_AND_LIST_ARGS): Removed.
5308         (PARSE_AND_LIST_PROLOGUE): New.
5309         (PARSE_AND_LIST_LONGOPTS): Likewise.
5310         (PARSE_AND_LIST_OPTIONS): Likewise.
5311         (PARSE_AND_LIST_ARGS_CASES): Likewise.
5313         * ldmain.c (main): Clear link_info.flags and link_info.flags_1.
5315         * lexsup.c (ld_options): Comment out 'z'.
5316         (parse_args): Likewise.
5318         * emultempl/elf32.em: Include "elf/common.h".
5319         (gld_${EMULATION_NAME}_parse_args): Defined. Handle some -z
5320         options.
5321         (gld_${EMULATION_NAME}_list_options): Likewise.
5323         * ld.texinfo: Add documentation for the recognized -z options.
5325 2000-07-19  H.J. Lu  <hjl@gnu.org>
5327         * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Call
5328         bfd_elf_set_dt_needed_soname ().
5330 2000-07-18  DJ Delorie  <dj@cygnus.com>
5332         * pe-dll.c (pe_dll_id_target): check object target name also
5334 2000-07-18  Hans-Peter Nilsson  <hp@axis.com>
5336         * scripttempl/elf.sc (.init): Only do ${INIT_START} and
5337         ${INIT_END} if relocating.
5338         (.fini): Likewise ${FINI_START} and ${FINI_END}.
5340 2000-07-16  Charles Wilson  <cwilson@ece.gatech.edu>
5342         * emultempl/pe.em (gld_*_open_dynamic_archive): New search
5343         order for dynamic library '-lfoo' on pei386: libfoo.dll.a,
5344         foo.dll.a, libfoo.a, libfoo.dll, foo.dll. This fixes compatibility
5345         errors introduced by the old dynamic lib search order.
5347 2000-07-17  DJ Delorie  <dj@cygnus.com>
5349         * pe-dll.c (process_def_file): auto-export data items also
5350         (pe_process_import_defs): also see if _imp_ form needed
5352 2000-07-12  Charles Wilson  <cwilson@ece.gatech.edu>
5354         * pe-dll.c (make_one): fix a typo in the __imp_ name decoration
5355         for dll import libraries
5357 2000-07-12  Mark Elbrecht  <snowball3@bigfoot.com>
5359         * scripttempl/i386go32.sc: Support the g++ attribute init_priority in
5360         gcc 2.95.2 and later.
5362 2000-07-11  Kazu Hirata  <kazu@hxi.com>
5364         * ldfile.c (ldfile_try_open_bfd): Output '\n' after an error
5365         message.
5367 2000-07-10  Alan Modra  <alan@linuxcare.com.au>
5369         * ldemul.h (struct lang_input_statement_struct): Remove forward
5370         declaration.
5371         (struct search_dirs): Likewise.
5372         * ldfile.h (struct lang_input_statement_struct): Likewise.
5373         Protect file from multiple inclusion.
5374         * ldlang.h (LANG_FOR_EACH_INPUT_STATEMENT): Move file_chain
5375         declaration from macro to file scope.
5377         * ldemul.c: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this order.
5378         * ldgram.y: Likewise here.
5379         * ldlang.c: And here.
5380         * ldmain.c: And here.
5381         * mpw-elfmips.c: And here.
5382         * mpw-eppcmac.c: And here.
5383         * emultempl/aix.em: And here.
5384         * emultempl/armcoff.em: And here.
5385         * emultempl/armelf.em: And here.
5386         * emultempl/armelf_oabi.em: And here.
5387         * emultempl/beos.em: And here.
5388         * emultempl/elf32.em: And here.
5389         * emultempl/hppaelf.em: And here.
5390         * emultempl/linux.em: And here.
5391         * emultempl/lnk960.em: And here.
5392         * emultempl/pe.em: And here.
5393         * emultempl/sunos.em: And here.
5394         * mpw-esh.c: And here. Include ldexp.h and ldlang.h too.
5395         * mpw-idtmips.c: Ditto.
5396         * emultempl/generic.em: Ditto.
5397         * emultempl/gld960.em: Ditto.
5398         * emultempl/gld960c.em: Ditto.
5399         * emultempl/mipsecoff.em: Ditto.
5400         * emultempl/ticoff.em: Ditto.
5401         * emultempl/vanilla.em: Ditto.
5403         * pe-dll.c: Include ldfile.h
5404         * ldver.c: Include ldexp.h, ldlang.h, ldfile.h
5406         * mpw-elfmips.c: (gldelf32ebmip_before_allocation): Add missing
5407         arguments to bfd_elf32_size_dynamic_sections call.
5408         (gldelf32ebmip_place_orphan): Add missing arguments to
5409         lang_leave_output_section_statement call.
5411 2000-07-10  H.J. Lu  <hjl@gnu.org>
5413         * emultempl/pe.em (pe_enable_stdcall_fixup): Protect with
5414         DLL_SUPPORT.
5415         (strhash): Likewise.
5416         (compute_dll_image_base): Likewise.
5417         (pe_undef_found_sym): Likewise.
5418         (pe_undef_cdecl_match): Likewise.
5419         (gld_${EMULATION_NAME}_open_dynamic_archive): Mark the
5420         argument "arch" with ATTRIBUTE_UNUSED.
5422 2000-07-10  Alan Modra  <alan@linuxcare.com.au>
5424         * configure.tgt: Remove extraneous hppa*-*-linux-gnu*.
5426         From  Ryan Bradetich  <rbradetich@uswest.net>
5427         * ldwrite.c (SSIZE): Remove to cure macro redefinition warning.
5429 2000-07-09  Alan Modra  <alan@linuxcare.com.au>
5431         Changes to create multiple linker stubs, positioned immediately
5432         before the section where they are required.
5433         * emultempl/hppaelf.em: Include elf32-hppa.h.
5434         (stub_sec, file_chain): Delete.
5435         (hppaelf_create_output_section_statements): Don't make a stub
5436         section here.
5437         (hook_stub_info): New struct.
5438         (hook_in_stub): New function.
5439         (hppaelf_add_stub_section): New function.
5440         (hppaelf_finish): Do nothing for relocateable links.  Modify the
5441         call to elf32_hppa_size_stubs.  Move code for updating section
5442         layout from here...
5443         (hppaelf_layaout_sections_again): ..to here, a new function.
5445         * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Fix
5446         broken list handling.  Pass in a pointer to the list.
5447         (hppaelf_finish): Update call to hppaelf_delete_padding_statements
5448         for above changes.
5449         (hppaelf_before_parse): Prototype.
5450         (hppaelf_set_output_arch): Prototype.
5451         (hppaelf_create_output_section_statements): Prototype.
5452         (hppaelf_delete_padding_statements): Prototype.
5453         (hppaelf_finish): Prototype.
5455         Merge from elf32.em
5456         * emultempl/hppaelf.em: Include ctype.h.
5457         (struct orphan_save): New.
5458         (gld${EMULATION_NAME}_place_orphan): New.
5459         (output_rel_find): New.
5460         (hppaelf_get_script): Update from elf32.em.
5461         (ld_hppaelf_emulation): Rename to ld_${EMULATION_NAME}_emulation.
5462         Change emulation_name field to "${EMULATION_NAME}".  Add
5463         gld${EMULATION_NAME}_place_orphan.
5465         * Makefile.am (ALL_EMULATIONS): Reinstate ehppaelf.o,  add
5466         ehppalinux.o, sort it.  Regenerate dependencies.
5467         (ehppalinux.c): Depend on hppaelf.em
5468         * Makefile.in: Regenerate.
5470         * configure.tgt: targ_emul=hppalinux for hppa*linux
5472         * emulparams/hppalinux.sh: New.
5473         * emulparams/hppaelf.sh (TARGET_PAGE_SIZE): Write in hex.
5475 2000-07-08  Alan Modra  <alan@linuxcare.com.au>
5477         * lexsup.c (parse_args): Copy section name.
5479 2000-07-07  Charles Wilson  <cwilson@ece.gatech.edu>
5481         * emultempl/pe.em: institute the following search order for
5482         dynamic libraries on pei386: libfoo.dll.a, foo.dll.a (import
5483         libs), libfoo.dll, foo.dll (link direct to dll).  Fall back to
5484         static lib (libfoo.a) if none of the above are found.
5486 2000-07-07  Mumit Khan  <khan@xraylith.wisc.edu>
5488         * emultempl/pe.em (pe_enable_auto_image_base): New variable.
5489         (longopts): New --{enable,disable}-auto-image-base options.
5490         (gld_${EMULATION_NAME}_list_options): Document.
5491         (gld_${EMULATION_NAME}_parse): Handle.
5492         (strhash): New static function.
5493         (compute_dll_image_base): New static function.
5494         (gld_${EMULATION_NAME}_set_symbols): Use.
5496 2000-07-05  DJ Delorie  <dj@redhat.com>
5498         * MAINTAINERS: new
5500 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
5502         * configure.tgt: Add traditional mips (mips*-*-sysv4*) target.
5503         * emulparams/elf32btsmip.sh: New file.
5504         * Makefile.am: Add traditional mips target.
5505         * Makefile.in: Rebuild.
5507 2000-07-01  H.J. Lu  <hjl@gnu.org>
5509         * Makefile.am (EXTRA_ld_new_SOURCES): Set to deffilep.y for
5510         automake to use YLWRAP.
5511         * Makefile.in: Rebuild.
5513 2000-07-01  Alan Modra  <alan@linuxcare.com.au>
5515         * Makefile.am (DEP): Fix 2000-06-22.  grep after running dep.sed
5516         (CLEANFILES): Add DEPA.
5517         * Makefile.in: Regenerate.
5519 2000-06-30  Timothy Wall  <twall@ppc>
5521         * scripttempl/tic54xcoff.sc: PAGE N is not implemented, so encode
5522         the page in the upper octet of the address.
5524 2000-06-26  Marek Michalkiewicz  <marekm@linux.org.pl>
5526         * emulparams/avrmega161.sh (ARCH): Change to avr:5.
5528 2000-06-24  Alan Modra  <alan@linuxcare.com.au>
5530         * NEWS: arm-elf does --gc-sections too.
5532 2000-06-22  Alan Modra  <alan@linuxcare.com.au>
5534         * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
5535         find one.
5536         * Makefile.in: Regenerate.
5538 2000-06-21  H.J. Lu  <hjl@gnu.org>
5540         * Makefile.am: Rebuild dependency.
5541         * Makefile.in: Rebuild.
5543 2000-06-20  H.J. Lu  <hjl@gnu.org>
5545         * Makefile.am: Rebuild dependency.
5546         * Makefile.in: Rebuild.
5548 2000-06-20  Timothy Wall  <twall@cygnus.com>
5550         * scripttempl/tic54xcoff.sc: New.
5551         * ldlang.c (wild_doit): Propagate SEC_BLOCK flag.
5552         * gen-doc.texi: Add flag for TI COFF.
5553         * ld.texinfo: Add documentation for TI COFF handling switches.
5554         * emultempl/ticoff.em: New. TI COFF handling.
5555         * configure.tgt: Add tic54x target.
5556         * Makefile.am: Add tic54x target.
5557         * Makefile.in: Ditto.
5559 2000-06-20  Alan Modra  <alan@linuxcare.com.au>
5561         * ldmain.c (set_scripts_dir): Correct pointer comparison when
5562         checking for backslashes.
5564 2000-06-19  Alan Modra  <alan@linuxcare.com.au>
5566         * NEWS: Move entries not in 2.10 above "Changes in version 2.10".
5568 2000-06-18  Alan Modra  <alan@linuxcare.com.au>
5570         * NEWS: Update list of targets supporting --gc-sections.
5572         * scripttempl/elf.sc: KEEP .eh_frame contents.
5573         * scripttempl/elfd30v.sc: Same here.
5575 2000-06-18  Stephane Carrez  <stcarrez@worldnet.fr>
5577         * Makefile.am (ALL_EMULATIONS): Added new emulation for m68hc12
5578         and m68hc11 (elf).
5579         * Makefile.in: Rebuild.
5580         * configure.tgt: Recognize m68hc12 and m68hc11.
5581         * scripttempl/elfm68hc12.sc: New file.
5582         * emulparams/m68hc12elfb: New emulation.
5583         * emulparams/m68hc12elf: New emulation.
5584         * emulparams/m68hc11elfb.sh: New file.  User configurable emulation
5585         (includes a memory.x script to define the ROM and RAM banks).
5586         * scripttempl/elfm68hc11.sc, emulparams/m68hc11elf.sh:
5587         New configuration files for support of Motorola 68hc11
5589 2000-06-15  Alan Modra  <alan@linuxcare.com.au>
5591         * ldmain.c (main): Only change SEC_READONLY for final link.
5593 2000-06-13  H.J. Lu  <hjl@gnu.org>
5595         * configure: Regenerate.
5597 2000-06-08  David O'Brien  <obrien@FreeBSD.org>
5599         * configure.in (VERSION): Update to show this is the CVS mainline.
5601 2000-06-07  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
5603         * emultempl/mipsecoff.em (gld{EMULATION_NAME}_after_open): Require all
5604         input objects to be ECOFF.
5605         (check_sections): einfo takes %B, not %P, to print a BFD name.
5607 2000-06-05  Michael Matz <matz@ifh.de>
5609         * ldgram.y (vers_defns): Handle 'extern "C++" { ... }' in
5610         version scripts.
5612         * ldlex.l (V_IDENTIFIER): Accept `::' in symbols.
5614 2000-05-23  Marek Michalkiewicz  <marekm@linux.org.pl>
5616         * emulparams/avr1200.sh (STACK): Define as 0.
5617         * emulparams/avr23xx.sh (STACK): Define as last internal SRAM address.
5618         * emulparams/avr4433.sh (STACK): Likewise.
5619         * emulparams/avr44x4.sh (STACK): Likewise.
5620         * emulparams/avr85xx.sh (STACK): Likewise.
5621         * emulparams/avrmega103.sh (STACK): Likewise.
5622         * emulparams/avrmega161.sh (STACK): Likewise.
5623         * emulparams/avrmega603.sh (STACK): Likewise.
5624         * scripttempl/elf32avr.sc (__data_start): Define for gcrt1.
5625         (__stack): Define from ${STACK} for main().
5627 2000-05-26  Alan Modra  <alan@linuxcare.com.au>
5629         * Makefile.am: Update dependencies with "make dep-am"
5630         * Makefile.in: Regenerate.
5632 2000-05-26  Eli Zaretskii  <eliz@is.elta.co.il>
5634         * ldmain.c: Include filenames.h.
5635         (set_scripts_dir): Support backslashes in program name.
5637 2000-05-22  Igor Shevlyakov  <igor@windriver.com>
5639         * ldmain.c (main): When deciding if ".text" section should be
5640         read-only, don't forget to reset SEC_READONLY because it
5641         could be already set.
5643 2000-05-22  Thomas de Lellis  <tdel@windriver.com>
5645         * ld.1: Add documentation for new command line option:
5646                 --section-start <sectionname>=<sectionorg>
5647         This is a generic version of -Ttext etc. which accepts
5648         any section name as a parameter instead of just text/data/
5649         bss.
5650         * ld.texinfo: More docs.
5651         * NEWS: More docs.
5652         * lexsup.c: (parse_args): Recognize new command line option.
5653         (ld_options): Add new option.
5655 2000-05-18  H.J. Lu  <hjl@gnu.org>
5657         * lexsup.c (parse_args): `i' == `r', not `q'.
5659 2000-05-18  Jeffrey A Law  (law@cygnus.com)
5661         * configure.tgt (hppa*64*-*-*): Enable PA64 target.
5663 2000-05-17 S. Bharadwaj Yadavalli  <sby@scrugs.lkg.dec.com>
5664               Rick Gorton          <gorton@scrugs.lkg.dec.com>
5666         Add support for '-q' == '--emit-relocs' switch.
5667         * ldmain.c (main): Default to false.
5668         * lexsup.c (parse_args): Turn on emitrelocations flag if set.
5669         * NEWS: Describe the emitrelocations switch.
5670         * ld.texinfo: Describe the emitrelocations switch.
5672 2000-05-16  Charles Wilson <cwilson@ece.gatech.edu>
5674         * emultempl/pe.em (_open_dynamic_archive): New function: Search
5675         the library path for "foo.dll" and "libfoo.dll" dynamic libraries
5676         before searching for 'libfoo.a' in response to a '-Bdynamic -lfoo'
5677         link options.
5679 2000-05-15  David O'Brien  <obrien@FreeBSD.org>
5681         * lexsup.c (parse_args): Update the year in the copyright notice.
5683 2000-05-13  Alan Modra  <alan@linuxcare.com.au>
5685         * ld.h (gettext, dgettext, dcgettext, textdomain, bindtextdomain):
5686         Replace defines with those from intl/libgettext.h to quieten gcc
5687         warnings.
5689 2000-05-10  H.J. Lu  <hjl@gnu.org>
5691         * ldlang.c (open_input_bfds): Don't load the same file within
5692         a group again if the whole archive has been loaded already.
5694 2000-05-03  Alan Modra  <alan@linuxcare.com.au>
5696         From Ulf Carlsson <ulfc@engr.sgi.com> and Andreas Jaeger <aj@suse.de>
5697         * lexsup.c (set_section_start): Use bfd_scan_vma rather than
5698         strtoul.
5700 2000-05-01  Jim Wilson  <wilson@cygnus.com>
5702         * configure.host (ia64-*-linux-gnu*): Change gcc to ${CC}.
5704         * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
5705         host "ia64-*-linux-gnu*".
5707 2000-04-29  Andreas Jaeger  <aj@suse.de>
5709         * ld.h: Correctly check GCC version.
5711 2000-04-25  Jeffrey A Law  (law@cygnus.com)
5713         * Makefile.am: Add PA64 support.  Add missing dependencies for
5714         PA32 elf support.
5715         * Makefile.in: Rebuilt.
5716         * configure.tgt: Add PA64 support (currently disabled).
5718 2000-04-25  Alan Modra  <alan@linuxcare.com.au>
5720         * emultempl/elf32.em (gld${EMULATION_NAME}_place_section): Delete.
5721         (output_rel_find): New function.
5722         (hold_section, hold_use): Delete.
5723         (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
5724         hold_interp): Make local to place_orphan.
5725         (gld${EMULATION_NAME}_place_orphan): Use lang_output_section_find
5726         rather than place_section to find possible previous use of orphan.
5727         Similarly find the place-holder output sections.  Use returned
5728         value from lang_enter_output_section_statement rather than calling
5729         lang_output_section_statement_lookup.
5730         * emultempl/armelf.em: Same here.
5731         * emultempl/pe.em: Similar to above, but no need for output_rel_find.
5733         * ldlang.c (lang_enter_output_section_statement): Return output
5734         section statement.
5735         * ldlang.h (lang_enter_output_section_statement): Change
5736         declaration too.
5738         * ldlang.h (lang_output_section_statement): Export it.
5739         * ldlang.c (lang_output_section_statement): Ditto.
5741 2000-04-24  Nick Clifton  <nickc@cygnus.com>
5743         * ld.texinfo (Output Section Data): Add note that section data
5744         commands cannot appear outside of section directives.
5746 2000-04-2  Matthew Green  <mrg@cygnus.com>
5748         * configure.tgt: Add NetBSD/sparc ELF, and NetBSD/sparc64 support.
5750 2000-04-21  Richard Henderson  <rth@cygnus.com>
5751             David Mosberger  <davidm@hpl.hp.com>
5753         * Makefile.am (ALL_64_EMULATIONS): Add eelf64_ia64.o.
5754         (eelf64_ia64.c): New rule.
5755         * Makefile.in: Rebuild.
5756         * configure.tgt (ia64-*-elf*, ia64-*-linux*): New targets.
5757         * emulparams/elf64_ia64.sh: New file.
5759 2000-04-21  Richard Henderson  <rth@cygnus.com>
5761         * scripttempl/elfd30v.sc: Place .gcc_except_table.
5763 2000-04-19  Alan Modra  <alan@linuxcare.com.au>
5765         * dep-in.sed: Match space at start of file name, not at end.
5767 2000-04-18  H.J. Lu  <hjl@gnu.org>
5769         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Call
5770         lang_leave_output_section_statement () after calling
5771         lang_enter_output_section_statement ().
5772         * emultempl/armelf.em: Likewise.
5774 2000-04-18  Alan Modra  <alan@linuxcare.com.au>
5776         * emultempl/elf32.em (struct orphan_save): Add section field.
5777         (gld${EMULATION_NAME}_place_orphan): Use above to keep sections in
5778         better order, and place first orphan section as we did before the
5779         2000-04-12 patch.  Ignore ~SEC_ALLOC sections when choosing place.
5780         Don't call make_bfd_section here, let wild_doit do the job for us.
5781         Don't build a statement list when we'll only throw it away.
5782         * emultempl/armelf.em: Ditto.
5783         * emultempl/pe.em: Similarly.
5785 2000-04-14  Geoff Keating  <geoffk@cygnus.com>
5787         * scripttempl/elfppc.sc: Remove.
5788         * emulparams/elf32ppc.sh: Use elf.sc.
5789         * emulparams/elf32lppc.sh: Use elf.sc.
5790         * emulparams/elf32ppclinux.sh: Use elf.sc.
5791         * emulparams/elf32ppcsim.sh: New file.
5792         * emulparams/elf32lppcsim.sh: New file.
5793         * Makefile.am: Update dependencies.  Add elf32ppcsim ad elf32lppcsim.
5794         (ALL_EMULATIONS): Add elf32ppcsim ad elf32lppcsim.
5795         * Makefile.in: Regenerate.
5796         * configure.tgt (powerpc-*): Add elf32ppcsim and elf32lppcsim.
5798 2000-04-14  Alan Modra  <alan@linuxcare.com.au>
5800         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Process
5801         ~SEC_ALLOC sections too.  Init start address of debug sections.
5802         * emultempl/armelf.em (gld${EMULATION_NAME}_place_orphan): Ditto.
5803         * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Ditto.
5804         Also set all relocateable section start addresses.
5806 2000-04-13  Geoff Keating  <geoffk@cygnus.com>
5808         * scripttempl/elf.sc: Add support for .sbss2 and .sdata2 sections.
5809         Add new BSS_PLT variable for when .plt need not be contained in
5810         the file.  Move _etext so that it is also after .fini, and provide
5811         both etext and _etext with a leading underscore.  Mark the start
5812         and end of .sbss.
5814 2000-04-12  Alan Modra  <alan@linuxcare.com.au>
5816         * emultempl/elf32.em (struct orphan_save): New.
5817         (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
5818         hold_interp): Make them struct orphan_save.
5819         (gld${EMULATION_NAME}_place_section): Modify for new hold_*.
5820         (gld${EMULATION_NAME}_place_orphan): Add new orphan sections to
5821         the end of the relevant section list.  Also add associated section
5822         statements to the end of any previous orphan statements.
5823         * emultempl/armelf.em: Similarly.
5824         * emultempl/pe.em: Similarly.
5826 2000-04-11  Alan Modra  <alan@linuxcare.com.au>
5828         * ld.texinfo (Simple Example): Remove extraneous paragraph.
5830 2000-04-07  Andrew Cagney  <cagney@b1.cygnus.com>
5832         * configure.in (WARN_CFLAGS): Set to -W -Wall by default.  Add
5833         --enable-build-warnings option.
5834         * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
5835         * Makefile.in, configure: Re-generate.
5837 2000-04-04  Alan Modra  <alan@linuxcare.com.au>
5839         * po/ld.pot: Regenerate.
5841         * lexsup.c (help): Restore translated part of bug string.
5843         * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
5844         (DEP): Quote when passing vars to sub-make.  Add warning message
5845         to end.
5846         (DEP1): Rewrite for "gcc -MM".
5847         (CLEANFILES): Add DEP2.
5848         Update dependencies.
5849         * Makefile.in: Regenerate.
5851 2000-04-03  Alan Modra  <alan@linuxcare.com.au>
5853         * ld.h: #include "bin-bugs.h"
5854         * lexsup.c (help): Use REPORT_BUGS_TO.
5856 2000-03-27  Denis Chertykov  <denisc@overta.ru>
5858         * configure.tgt (avr-*-*): New target support.
5859         * Makefile.am: Likewise.
5860         * scripttempl/elf32avr.sc: New script file.
5861         * emulparams/avr1200.sh: New file.
5862         * emulparams/avr23xx.sh: New file.
5863         * emulparams/avr4433.sh New file.
5864         * emulparams/avr44x4.sh New file.
5865         * emulparams/avr85xx.sh New file.
5866         * emulparams/avrmega103.sh New file.
5867         * emulparams/avrmega161.sh New file.
5868         * emulparams/avrmega603.sh New file.
5869         * Makefile.in: Regenerate.
5871 2000-03-09  Andreas Jaeger  <aj@suse.de>
5873         * Makefile.am (check-DEJAGNU): Also unset LANG.
5874         * Makefile.in: Rebuild.
5876 2000-03-06  Ian Lance Taylor  <ian@zembu.com>
5878         * ldfile.c (ldfile_try_open_bfd): Don't crash if we see an empty
5879         archive.
5881 2000-03-02  H.J. Lu  <hjl@gnu.org>
5883         * emulparams/elf32mcore.sh: Include "getopt.h".
5885 2000-03-01  Ian Lance Taylor  <ian@zembu.com>
5887         * configure.tgt: Remove *-*-aout, *-*-coff, and *-*-netware.
5889 2000-03-01  H.J. Lu  <hjl@gnu.org>
5891         * emulparams/mipspe.sh: Add SUBSYSTEM and INITIAL_SYMBOL_CHAR.
5892         * emulparams/shpe.sh: Likewise.
5894 2000-03-01  Nick Clifton  <nickc@cygnus.com>
5896         * pe-dll.c: Remove unused variables and add ATTRIBUTE_UNUSED
5897         to unused parameters.
5899         * emultempl/pe.em: Add "#ifdef DLL_SUPPORT" around static
5900         functions only used by DLL code.
5901         (_place_orphan): Initialise 'dollar'.
5903 2000-03-01  H.J. Lu  <hjl@gnu.org>
5905         * ldmain.c (undefined_symbol): Take one more arg, fatal, to
5906         indicate if the undefined symbol is a fatal error or not.
5907         Don't delete the output file if "fatal" is false.
5909 2000-02-29  H.J. Lu  <hjl@gnu.org>
5911         * Makefile.am (check-DEJAGNU): Also pass LIBS="$(LIBS)".
5912         Set LC_COLLATE and LC_ALL to null and export them. It is for
5913         sort which expects the C locale.
5914         Add $(LIBS) to all $(HOSTING_LIBS).
5915         * Makefile.in: Rebuild.
5917 2000-02-29  Alan Modra  <alan@spri.levels.unisa.edu.au>
5919         * emultempl/{aix.em, armcoff.em, armelf.em, armelf_oabi.em,
5920         beos.em, elf32.em, generic.em, gld960.em, gld960c.em, hppaelf.em,
5921         linux.em, lnk960.em, mipsecoff.em, sunos.em, vanilla.em}
5922         (ld_emulation_xfer_struct): Add missing NULL initialiser for
5923         find_potential_libraries.
5925 2000-02-28  Jim Blandy  <jimb@redhat.com>
5927         * ldgram.y (exclude_name_list): Don't require a comma to separate
5928         list entries; the lexer considers commas to be valid part of a
5929         filename, so in something like `foo, bar' the comma is considered
5930         part of the first filename, `foo,'.
5931         * ld.texinfo: Update section on EXCLUDE_FILE lists.
5933 2000-02-27  Loren J. Rittle  <ljrittle@acm.org>
5935         * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
5936         host "i[3456]86-*-freebsdelf*".
5938 2000-02-27  Mark Elbrecht  <snowball3@bigfoot.com>
5940         * scripttempl/i386go32.sc: Move misplaced semicolons.
5942 2000-02-25  Ian Lance Taylor  <ian@zembu.com>
5944         * Makefile.am (ALL_EMULATIONS): Remove ehppaelf.o.
5945         (ALL_64_EMULATIONS): Remove eelf64hppa.o.
5946         (eelf64hppa.c, ehppaelf.c): Remove targets.
5947         * Makefile.in: Rebuild.
5949 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5951         * configure.tgt (targ_extra_ofiles): Enable elf64_sparc on
5952         GNU/Linux/sparc, but keep the default as 32.
5954         * configure.tgt: Enable elf64_sparc on Solaris7+/sparc.  And make
5955         it default if sparcv9 or sparc64.
5957 2000-02-24  Nick Clifton  <nickc@cygnus.com>
5959         * Makefile.am: Add rules to build emipspe.o and earmpe.o.
5960         * Makefile.in: Regenerate.
5961         * configure.tgt: Add targets for arm-wince, sh-pe and mips-pe.
5963         * ldemul.h (ld_emulation_xfer_struct): Add new field:
5964         find_potential_libraries.
5965         * ldemul.c (ldemul_find_potential_libraries): New function.
5967         * ldfile.c (ldfile_open_file_search): Allow function to be
5968         exported.
5969         (ldfile_open_file): Call ldemul_find_potential_libraries.
5970         * ldfile.h: Add prototype for ldfile_open_file_search.
5972         * pe-dll.c: Add support for ARM, MIPS and SH targets.
5974         * emulparams/mipspe.sh: New file.  Parameters for mips-pe target.
5975         * emulparams/shpe.sh: New file.  Parameters for sh-pe target.
5977         * emultempl/pe.em: Add support for ARM, MIPS and SH DLLs.
5978         (gld_X_find_potential_libraries): New function.  Search for
5979         libraries called "*.lib".
5981         * scripttempl/pe.sc: Add .pdata section.
5983 2000-02-23  Richard Henderson  <rth@cygnus.com>
5985         * scripttempl/elfd10v.sc: Remove dynamic linking hooks.
5986         Add and use memory regions.
5988 2000-02-23  Linas Vepstas (linas@linas.org)
5990         * emulparams/elf32i370.sh, scripttempl/elfi370.sc: New.
5992         * Makefile.am: Add support for Linux/IBM 370.
5993         * configure.tgt: Likewise.
5995         * Makefile.in: Regenerate.
5997 2000-02-21  Alan Modra  <alan@spri.levels.unisa.edu.au>
5999         * ldlang.c (print_input_section, print_data_statement,
6000         print_reloc_statement, print_padding_statement, insert_pad,
6001         size_input_section, lang_check_section_addresses,
6002         lang_size_sections, lang_do_assignments, lang_set_startof,
6003         lang_one_common): Change `opb' to unsigned.
6004         (lang_do_assignments): Also change `size' to unsigned.
6006 2000-02-16  Richard Henderson  <rth@cygnus.com>
6008         * scripttempl/elf.sc: Place OTHER_PLT_RELOC_SECTION.
6010 2000-02-16  Timothy Wall  <twall@cygnus.com>
6012         * mri.c (mri_draw_tree): Add default LMA region argument to call
6013         to lang_leave_output_section_statement.
6014         * ldlang.h: Update prototypes with LMA region arguments.
6015         * ldlang.c (lang_size_sections): Encapsulate region bounds
6016         checking in os_check_region call.
6017         (os_check_region): New function.
6018         (lang_output_section_statement_lookup): Initialize lma_region.
6019         (lang_leave_output_section_statement): Add LMA region argument.
6020         (lang_leave_overlay): Ditto.
6021         * ldgram.y: Handle LMA region syntax.
6022         * ld.texinfo (Output Section Description): Describe LMA region usage.
6023         * emultempl/armelf.em (gld$place_orphan): Add default value for
6024         lma region in call to lang_leave_output_section_statement.
6025         * emultempl/elf32.em (gld$place_orphan): Add default value for
6026         lma region in call to lang_leave_output_section_statement.
6027         * emultempl/pe.em (gld$place_orphan): Add default value for
6028         lma region in call to lang_leave_output_section_statement.
6031 2000-02-04  Timothy Wall  <twall@redhat.com>
6033         * ldlang.c (lang_check_section_addresses): Use bytes instead of
6034         octets when calculating section end addresses.
6036 2000-02-04  Timothy Wall  <twall@redhat.com>
6038         * ldlang.c (lang_size_sections): Fix typo in ALIGN_N invocation.
6040 2000-02-03  Timothy Wall <twall@redhat.com>
6042         * ldexp.c (fold_name): Make SIZEOF operator return byte count, not
6043         octet count.
6044         * ldlang.c (print_input_section, print_data_statement,
6045         print_reloc_statement, print_padding_statement): Print target
6046         address values and section sizes as bytes, not octets.
6047         (insert_pad) Calculate padding size in octets, and adjust "dot"
6048         by bytes.
6049         (size_input_section) Always adjust "dot" by bytes, not octets.
6050         (lang_check_section_addresses, lang_do_assignments) Adjust
6051         "dot" by bytes, not octets.  Use the larger of the directive size
6052         or octets_per_byte for the number of octets actually allocated in
6053         the output section.
6054         (lang_set_startof) Make sure STARTOF returns a target address.
6055         (lang_one_common) Record size changes in octets.
6056         (lang_abs_symbol_at_end_of) Section end symbol's value is
6057         recorded in target bytes.
6058         * ld.texinfo: Updated description of BYTE, SHORT, LONG, etc.
6059         to be clear about behavior when an octet is smaller than one byte.
6061 2000-01-27  Alan Modra  <alan@spri.levels.unisa.edu.au>
6063         * ldcref.c (output_cref): Don't pass message strings to printf
6064         as format arg.
6065         Update copyright.
6067         * ldmisc.c (vfinfo): Same here.
6068         Update copyright.
6070 2000-01-23  Alan Modra  <alan@spri.levels.unisa.edu.au>
6072         * emultempl/{armcoff.em,armelf.em,armelf_oabi.em,beos.em,
6073         generic.em,gld960.em,gld960c.em,hppaelf.em,linux.em,lnk960.em,
6074         mipsecoff.em,sunos.em,vanilla.em} (ld_emulation_xfer_struct):
6075         Add missing NULL initialisers, and comments.
6077 2000-01-21  Nick Clifton  <nickc@cygnus.com>
6079         * ldlang.c (lang_size_sections): Fix typo in comment.
6081 2000-01-18  H.J. Lu  <hjl@gnu.org>
6083         * ldlang.c (lang_size_sections): Also update the current
6084         address of a region if the SEC_NEVER_LOAD bit is not set.
6086 2000-01-10  Philip Blundell  <pb@futuretv.com>
6088         * configure.tgt (arm*-*-conix*): New target.
6090 2000-01-07  Nick Clifton  <nickc@cygnus.com>
6092         * ld.texinfo (Options): Remind users to preceed linker command
6093         line switches with -Wl, (or whatever is appropriate) if it is
6094         being invoked by a comnpiler driver program.
6095         Fix description of the behaviour of the -n command line switch.
6097 2000-01-05  Catherine Moore  <clm@cygnus.com>
6099         * ld.h (wildcard_spec):  Change exclude_name to exclude_name_list.
6100         (name_list): New.
6101         * ld.texinfo (EXCLUDE_FILE): Update documentation.
6102         * ldgram.y (wildcard_spec): Support a list of excluded_files.
6103         (exclude_name_list): New.
6104         ldlang.c (walk_wild_section): Support list of excluded files.
6105         (print_wild_statement): Likewise.
6106         (lang_add_wild): Likewise.
6107         * ldlang.h (lang_wild_statement_type): Likewise.
6108         * scripttempl/elf.sc (OTHER_EXCLUDE_FILES): Support.
6110 2000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
6112         * pe-dll.c (pe_dll_warn_dup_exports): New variable.
6113         (process_def_file): Use.
6114         (pe_dll_compat_implib): New variable.
6115         (make_one): Use.
6117         * pe-dll.h: Add exports of pe_dll_warn_dup_exports and
6118         pe_dll_compat_implib.
6120         * emultempl/pe.em (longopts): Add warn-duplicate-exports and
6121         compat-implib options.
6122         (gld_${EMULATION_NAME}_list_options): List new options.
6123         (gld_${EMULATION_NAME}_parse_args): Handle.
6125         * pe-dll.c (pe_dll_generate_implib): Use the correct name for output
6126         dll.
6128         * deffilep.y (opt_name): Allow "." in name.
6130 For older changes see ChangeLog-9899
6132 Local Variables:
6133 mode: change-log
6134 left-margin: 8
6135 fill-column: 74
6136 version-control: never
6137 End: