* Makefile.tpl: Fix stupid pasto.
[binutils.git] / ld / ChangeLog
blob3151bf0e453cf1899b20c8d9ee737bd5a0e20291
1 2003-06-10  Richard Sandiford  <rsandifo@redhat.com>
3         * configure.tgt (h8300*): Add h8300sxn emulations.
4         * Makefile.am (ALL_EMULATIONS): Add eh8300sxn.o and eh8300sxnelf.o.
5         (eh8300sxn.c, eh8300sxnelf.c): New rules.
6         * Makefile.in: Regenerate.
7         * emulparams/h8300sxnelf.sh, emulparams/h8300sxn.sh: New files.
8         * scripttempl/h8300sxn.sc: New file.
10 2003-06-10  Alan Modra  <amodra@bigpond.net.au>
12         * emulparams/elf64ppc.sh (EXECUTABLE_SYMBOLS, OTHER_BSS_END_SYMBOLS,
13         CTOR_START, CTOR_END, DTOR_START, DTOR_END): Don't define.
15 2003-06-08  Alan Modra  <amodra@bigpond.net.au>
17         * emultempl/ppc64elf.em (emit_stub_syms, toc_section): New vars.
18         (build_toc_list): New function.
19         (gld${EMULATION_NAME}_finish): Call build_toc_list and
20         ppc64_elf_reinit_toc.  Adjust ppc64_elf_build_stubs call.
21         (OPTION_STUBSYMS): Define.
22         (PARSE_AND_LIST_LONGOPTS): Add emit-stub-syms.
23         (PARSE_AND_LIST_OPTIONS): Document.
24         (PARSE_AND_LIST_ARGS_CASES): Handle.
26 2003-06-05  Roland McGrath  <roland@redhat.com>
28         * emultempl/elf32.em (gld${EMULATION_NAME}_list_options): Remove
29         extra \t in -z noexecstack line.
31 2003-05-23  Jakub Jelinek  <jakub@redhat.com>
33         * ldgram.y (phdr_type): Grok PT_GNU_STACK.
34         * emultempl/elf32.em (gld${EMULATION_NAME}_handle_option): Add
35         -z execstack and -z noexecstack.
36         (gld${EMULATION_NAME}_list_options): Likewise.
37         * scripttempl/elf.sc: If not -r, discard .note.GNU-stack section.
39 2003-06-03  Michael Snyder  <msnyder@redhat.com>
40         and Bernd Schmidt   <bernds@redhat.com>
41         and Alexandre Oliva <aoliva@redhat.com>
43         * Makefile.am: Add new emulations for h8300sx.
44         * Makefile.in: Regenerate.
45         * configure.tgt: Add new emulations.
46         * emulparams/h8300sx.sh: New emulation.
47         * emulparams/h8300sxelf.sh: Ditto.
48         * scripttempl/h8300sx.sc: Ditto.
50 2003-06-03  H.J. Lu <hongjiu.lu@intel.com>
52         * ldmisc.c: Include "bfdlink.h".
53         (error_handler): Handle LD_DEFINITION_IN_DISCARDED_SECTION
54         and -LD_DEFINITION_IN_DISCARDED_SECTION.
56         * Makefile.am: Rebuild dependency.
57         * Makefile.in: Regenerated.
59 2003-06-03  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
61         * emulparams/shlelf_linux.sh (GENERATE_PIE_SCRIPT): Set to yes.
62         * emulparams/shlelf32_linux.sh (GENERATE_PIE_SCRIPT): Likewize.
64 2003-06-02  Fabrizio Gennari  <fabrizio.ge@tiscalinet.it>
66         * pe-dll.c (fill_edata): Scan table pe_dll->exports, which is
67         sorted alphabetically, instead of exported_symbols, which is
68         sorted by ordinal.
70 2003-05-30  Ulrich Drepper  <drepper@redhat.com>
71             Jakub Jelinek  <jakub@redhat.com>
73         * lexsup.c (OPTION_PIE): Define.
74         (ld_options): Add -pie and --pic-executable options.
75         (parse_args): Handle OPTION_PIE.
76         * ldmain.c (main): Initialize link_info.pie and
77         link_info.executable.
78         * genscripts.sh: Generate PIE scripts.
79         * ld.texinfo: Document -pie and --pic-executable options.
80         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open):
81         (gld${EMULATION_NAME}_place_orphan): Likewise.
82         (gld${EMULATION_NAME}_get_script): Include PIE scripts.
83         * scripttempl/elf.sc: In PIE scripts set . the same way as in
84         shared scripts.
85         * emulparams/elf_i386.sh (GENERATE_PIE_SCRIPT): Set to yes.
86         * emulparams/elf64_ia64.sh (GENERATE_PIE_SCRIPT): Likewise.
87         * emulparams/elf32ppc.sh (GENERATE_PIE_SCRIPT): Likewise.
88         * emulparams/elf64ppc.sh (GENERATE_PIE_SCRIPT): Likewise.
89         * emulparams/elf_x86_64.sh (GENERATE_PIE_SCRIPT): Likewise.
90         * emulparams/elf_s390.sh (GENERATE_PIE_SCRIPT): Likewise.
91         * emulparams/elf32_sparc.sh (GENERATE_PIE_SCRIPT): Likewise.
92         * emulparams/elf64_sparc.sh (GENERATE_PIE_SCRIPT): Likewise.
93         * emulparams/elf64alpha.sh (GENERATE_PIE_SCRIPT): Likewise.
94         * emulparams/elf64_s390.sh (GENERATE_PIE_SCRIPT): Likewise.
95         * emulparams/elf_i386.sh (GENERATE_PIE_SCRIPT): Likewise.
97 2003-05-30  H.J. Lu <hongjiu.lu@intel.com>
99         * genscripts.sh: Create tmpdir/libpath.exp.
101 2003-05-30  Nick Clifton  <nickc@redhat.com>
103         * emultempl/armelf.em (arm_elf_before_allocation): Replace ASSERT
104         with a test for a NULL bfd_for_interworking.
106 2003-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
108         * configure.host (*-*-netbsd*): Set HOSTING_CRT0 and HOSTING_LIBS
109         correctly for more recent versions of NetBSD.
110         (alpha*-*-netbsd*): Remove.
111         (i[3-7]86-*-netbsd*): Remove.
113 2003-05-29  Nick Clifton  <nickc@redhat.com>
115         * emultempl/pe.em: Include "safe-ctype.h" instead of <ctype.h>.
117 2003-05-26  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
119         * emulparams/elf64btsmip.sh: Set TEXT_START_ADDR to 0x120000000 to
120         trap on pointer crops.
122 2003-05-21  Marcus Comstedt  <marcus@mc.pp.se>
124         * configure.tgt: Check for a target triplet of shl-...-netbsdelf
125         as well as shle-...-netbsdelf.
127 2003-05-16  Kelley Cook  <kelleycook@wideopenwest.com>
129         * configure.host: Accept i[3-7]86 variants.
130         * configure.tgt: Likewise.
132 2003-05-15  H.J. Lu <hongjiu.lu@intel.com>
134         * emulparams/elf64_ia64.sh: Don't set COMMONPAGESIZE for now.
136 2003-05-09  Daniel Jacobowitz  <drow@mvista.com>
138         * Makefile.am (ALL_EMULATIONS): Add earmelfb.o and earmelfb_linux.o.
139         (earmelfb.c, earmelfb_linux.c): New rules.
140         * Makefile.in: Regenerated.
141         * emulparams/armelfb.sh, emulparams/armelfb_linux.sh: New files.
142         * configure.tgt: Add armeb-elf and arm*b-*-linux-gnu.
144 2003-05-09  Nick Clifton  <nickc@redhat.com>
146         * ldlang.c (lang_size_sections_1): Default to generating a
147         fatal error message if a loadable section is not allocated
148         to a memory region when regions are defined.
150 2003-05-09  Alan Modra  <amodra@bigpond.net.au>
152         * Makefile.am (em68hc11elf.c): Correct dependencies.
153         (em68hc11elfb.c, em68hc12elf.c, em68hc12elfb.c): Likewise.
154         * Makefile.in: Regenerate.
155         * emultempl/elf32.em (find_exp_assignment): Adjust for changed
156         bfd_elf_record_link_assignment name.
158 2003-05-07  Alexandre Oliva  <aoliva@redhat.com>
160         * ldmain.h (overflow_cutoff_limit): Declare.
161         * ldmain.c (overflow_cutoff_limit): Define, initialized to 10.
162         (reloc_overflow): Limit error messages based on it.
163         * lexsup.c (parse_args) <OPTION_VERBOSE>: Set cutoff to
164         unlimited.
166 2003-05-05  Alan Modra  <amodra@bigpond.net.au>
168         * ldlex.l: Accept C style comments in version scripts.
170 2003-04-28  H.J. Lu <hjl@gnu.org>
172         * ldlang.c (lang_process): Add the relax finalize pass.
174         * ldmain.c (main): Initialize link_info.relax_finalizing to
175         FALSE.
177 2003-04-24  Roland McGrath  <roland@redhat.com>
179         * ldgram.y (phdr_type): Grok PT_TLS and PT_GNU_EH_FRAME names.
180         If a name string is unknown, give an error rather than crashing later.
182 2003-04-23 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
184         * Makefile.am (ALL_EMULATIONS): Add eh8300hn.o, eh8300sn.o,
185         eh8300hnelf.o, eh8300snelf.o and respective rules.
186         * Makefile.in: Regenerate.
187         * configure.tgt: Add h8300hn, h8300sn, h8300hnelf, h8300snelf
188         * emulparams/h8300hn.sh: New
189         * emulparams/h8300sn.sh: New
190         * emulparams/h8300hnelf.sh: New
191         * emulparams/h8300snelf.sh: New
192         * scripttempl/h8300hn.sc: new
193         * scripttempl/h8300sn.sc: new
195 2003-04-23  H.J. Lu <hjl@gnu.org>
197         * ldmain.c (link_callbacks): Initialize error_handler.
199         * ldmisc.c (error_handler): New function.
201         * ldmisc.h (error_handler): New prototype.
203 2003-04-21  Stephane Carrez  <stcarrez@nerim.fr>
205         * emulparams/m68hc11elf.sh: Use m68hc1xelf.em extra.
206         * emulparams/m68hc11elfb.sh: Likewise.
207         * emulparams/m68hc12elf.sh: Likewise.
208         * emulparams/m68hc12elfb.sh: Likewise.
210 2003-04-19  Stephane Carrez  <stcarrez@nerim.fr>
212         * emultempl/m68hc1xelf.em: New file to generate far trampolines on
213         68HC11 and 68HC12.
214         (LDEMUL_BEFORE_ALLOCATION): Override to gather the trampolines to
215         generate.
216         (LDEMUL_FINISH): Override to generate the trampolines after gc and
217         linker relaxation.
218         (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Override to create the
219         stub file for trampolines.
220         (PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_LONGOPTS): New options
221         --no-trampoline and --bank-window to control the memory bank window.
223 2003-04-18  H.J. Lu <hjl@gnu.org>
225         * ldfile.c (ldfile_add_library_path): Remove the unused
226         variable.
228 2003-04-18  Andrew Haley  <aph@cambridge.redhat.com>
230         * scripttempl/xstormy16.sc (__data, __rdata): New.
232 2003-04-16  Nick Clifton  <nickc@redhat.com>
234         * scripttempl/xstormy16.sc: Add .jcr section mapping.
236 2003-04-15  H.J. Lu <hjl@gnu.org>
238         From Debian by Jack Howarth <howarth@nitro.med.uc.edu>:
240         * ldlex.l: Use YY_CURRENT_BUFFER instead of yy_current_buffer.
242 2003-04-15  Rohit Kumar Srivastava <rohits@kpitcummins.com>
244         * h8-doc.texi: Replace occurrances of 'Hitachi' with 'Renesas'.
245         * ld.texinfo: Likewise.
247 2003-04-14  Alan Modra  <amodra@bigpond.net.au>
249         From Prashanth Tamraparni <prashanth_t@in.ibm.com>
250         * scripttempl/elf.sc (CTOR): Handle crtbeginS.o, crtendS.o and
251         other variants of crtbegin.o, crtend.o.
252         (DTOR): Likewise.
253         * scripttempl/crisaout.sc (ctors, dtors): Likewise.
254         * scripttempl/elf_chaos.sc (CTOR, DTOR): Likewise.
255         * scripttempl/elfd10v.sc (CTOR, DTOR): Likewise.
256         * scripttempl/elfd30v.sc (CTOR, DTOR): Likewise.
257         * scripttempl/elfxtensa.sc (CTOR, DTOR): Likewise.
258         * scripttempl/iq2000.sc (CTOR, DTOR): Likewise.
259         * scripttempl/mmo.sc (ctors, dtors): Likewise.
260         * scripttempl/xstormy16.sc (CTOR, DTOR): Likewise.
262 2003-04-09   Dmitry Diky  <diwil@mail.ru>
264         * scripttempl/elf32msp430.sc: Add initX, finiX, ctors, dtors
265         sections to respect C++  constructor/destructor. Add ctors/dtors
266         start/stop definitions.
267         * scripttempl/elf32msp430_3.sc: Likewise.
269 2003-04-06  Nick Clifton  <nickc@redhat.com>
271         * ld.texinfo (Options): Add a reminder of the target specific
272         nature to the description of the i386 PE specific options, for
273         readers who have not read all the way through the manual.
275 2003-04-04  Svein E. Seldal  <Svein.Seldal@solidas.com>
277         * configure.tgt: Fixed bug in list of targ_extra_emuls.
278         * emulparams/tic3xcoff.sh (SCRIPT_NAME): Namespace
279         cleanup. Replace s/c4x/tic4x and s/c3x/tic3x/
280         * emulparams/tic3xcoff_onchip.sh: Ditto
281         * emulparams/tic4xcoff.sh: Ditto
282         * scripttempl/tic4xcoff.sc: Ditto
284 2003-04-03  Nick Clifton  <nickc@redhat.com>
286         * NEWS: Mention support for Xtensa architecture.
288 2003-04-02  Nick Clifton  <nickc@redhat.com>
290         * pe-dll.c (pe_detail_list): arm-pe targets use underscores.
292 2003-04-01  Danny Smith <dannysmith@users.sourceforge.net>
294         * emultempl/pe.em (gld_${EMULATION_NAME}_after_open):
295         Don't call pe_dll_build_section() if link_info.relocateable.
296         (gld_${EMULATION_NAME}_finish): Don't call pe_dll_fill_sections()
297         if link_info.relocateable.
299 2003-04-01  Fabrizio Gennari  <fabrizio.ge@tiscalinet.it>
301         * pe-dll.c (process_def_file): Don't create an export
302         section if there are no exports and we're building an exe
303         (pe_dll_build_sections): Ditto
304         (pe_dll_fill_sections): Conditionalize setting
305         abfd->dll true on info->shared
306         * emultempl/pe.em (gld_${EMULATION_NAME}_after_open):
307         If i386pe or armpe, call pe_dll_build_section()
308         for both exe's and dll's, not just dll's.
309         (gld_${EMULATION_NAME}_finish): For all targets except
310         shpe and mipspe, call pe_dll_fill_sections() for both
311         exe's and dll's, not just dll's.
313 2003-04-02  Bob Wilson  <bob.wilson@acm.org>
315         * emulparams/xtensa-config.sh: Remove comment indicating that this is
316         a generated file.
318 2003-04-01  Bob Wilson  <bob.wilson@acm.org>
320         * Makefile.am (ALL_EMULATIONS): Add eelf32xtensa.o.
321         (eelf32xtensa.c): New target.
322         * Makefile.in: Regenerate.
323         * configure.tgt: Handle xtensa-*-*.
324         * gen-doc.texi: Set XTENSA variable.
325         * ld.texinfo: Set XTENSA variable.  Add new Xtensa node.
326         * emulparams/elf32xtensa.sh: New file.
327         * emulparams/xtensa-config.sh: Likewise.
328         * emultempl/xtensaelf.em: Likewise.
329         * scripttempl/elfxtensa.sc: Likewise.
331 2003-04-01  Jakub Jelinek  <jakub@redhat.com>
333         * configure.tgt (powerpc*-*-linux*): Add elf32ppc to ppc64
334         targ_extra_libpath.  Add elf64ppc to ppc targ_extra_libpath
335         if --enable-64-bit-bfd.
337 2003-04-01  Nick Clifton  <nickc@redhat.com>
339         * emulparams/armelf.sh (OTHER_READONLY_SECTIONS): Change name of
340         note section.
341         * emulparams/armelf_linux.sh (OTHER_READONLY_SECTIONS): Change
342         name of note section.
344 2003-03-31  Alexandre Oliva  <aoliva@redhat.com>
346         * ld.texinfo (-Tbss, -Tdata, -Ttext): Document in terms of
347         --section-start.
349 2003-03-31  David Heine  <dlheine@suif.stanford.edu>
351         * ldfile.c (ldfile_add_library_path): Always allocate space for
352         the filename.
353         * ldlang.c (lang_register_vers_node): Free the node if it cannot
354         be used.
355         * ldmain.c (set_scripts_dir): Always free the constructed
356         directory name.
357         (add_keepsyms_file): Fix memory leak.
358         * ldmisc.c (vfinfo): Likewise.
359         * lexsup.c (parse_args): Likewise.
361 2003-03-25  Stan Cox   <scox@redhat.com>
362             Nick Clifton  <nickc@redhat.com>
364         Contribute support for Intel's iWMMXt chip - an ARM variant:
366         * emulparams/armelf.sh (OTHER_READONLY_SECTIONS): Define.
367         * emulparams/armelf_linux.sh (OTHER_READONLY_SECTIONS): Define.
368         * scripttempl/armcoff.sc (.data): Ensure 8 byte alignment.
369         (.bss): Likewise.
371 2003-03-25  Alexandre Oliva  <aoliva@redhat.com>
373         * ldmain.h (ld_canon_sysroot, ld_canon_sysroot_len): Declare.
374         * ldmain.c (ld_canon_sysroot, ld_canon_sysroot_len): Define.
375         (main): Initialize them.
376         * ldfile.c: Include pathnames.h.
377         (is_sysrooted_pathname): New.
378         (ldfile_add_library_path): Use it.
379         (ldfile_open_file_search): Likewise.  Use IS_ABSOLUTE_PATH.  Don't
380         search_dirs if given an absolute pathname.
381         (ldfile_open_file): Issue error message for sysrooted
382         absolute pathnames.
383         * Makefile.am: Updated dependencies.
384         * Makefile.in: Rebuild.
386 2003-03-24  Daniel Néri  <dne@mayonnaise.net>
388         * ld.texinfo: Rename all occurances of C54X to TIC54X.
390 2003-03-19  Andreas Schwab  <schwab@suse.de>
392         * ldfile.c (ldfile_try_open_bfd): Pop lexer start condition after
393         eof.
395 2003-03-18  Danny Smith  <dannysmith@users.sourceforge.net>
397         * defilep.y (opt_base): If no number given, set to default
398         (-1), not 0.
400 2003-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
402         * deffilep.y (def_import):  Use default extension of "dll"
403         if no extension provided in parsed IMPORT definition.
405         * deffilep.y (def_lex): Revert 2003-03-12 change.
406         (dot_name): New id type and rule.
407         (expline): Use instead of ID.
408         (opt_equal_name): Likewise.
410 2003-03-12  Danny Smith  <dannysmith@users.sourceforge.net>
412         * deffilep.y (def_lex): Accept '.' as valid non-lead char.
414 2003-03-07  Christopher Faylor  <cgf@redhat.com>
416         * configure.tgt: Add NATIVE_LIB_DIRS for cygwin target back after
417         apparent accidental removal on 2003-01-06.
419 2003-03-04  Dmitry Diky  <diwil@mail.ru>
421         * Makefile.am: Add new devices x1122 x1132 emulation
422         * configure.tgt: Likewise.
423         * Makefile.in: Regenerate.
424         * emulparams/msp430x1122.sh: New file.
425         * emulparams/msp430x1132.sh: New file.
427 2003-03-03  Alexandre Oliva  <aoliva@redhat.com>
429         * ldmain.c (set_scripts_dir): Look for relative to TOOLBINDIR as
430         well.
432         * ldfile.h (struct search_dirs): Added sysrooted field.
433         * ldlang.h (struct lang_input_statement_struct): Likewise.
434         * ldfile.c (ldfile_add_library_path): Mark sysrooted paths.
435         (ldfile_open_file_search): Look for sysrooted filename starting
436         with / in ld_sysroot instead of in the current directory.  Clear
437         sysrooted flag if it's found in the current directory.  Set it
438         from the search directory's sysrooted flag where it is found
439         otherwise.
440         * ldlang.c (ldlang_sysrooted_script): New static variable.
441         (new_afile): Mark search_file_enums as sysrooted if
442         ldlang_sysrooted_script.
443         (load_symbols): Set ldlang_sysrooted_script according to the
444         script's sysrooted field while processing it.
445         * ld.texinfo: Document INPUT behavior in sysroot.
447 2003-03-02  Danny Smith  <dannysmith@users.sourceforge.net>
449         * scripttempl/pe.sc: Use PROVIDE with etext, end, _end,
451 2003-03-03  Alan Modra  <amodra@bigpond.net.au>
453         * emulparams/elf64alpha.sh (EXTRA_EM_FILE): Define.
454         (PARSE_AND_LIST_PROLOGUE, PARSE_AND_LIST_LONGOPTS,
455         PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES,
456         PARSE_AND_LIST_EPILOGUE): Don't define.
457         * emultempl/alphaelf.em: New file.
459 2003-03-01  Alan Modra  <amodra@bigpond.net.au>
461         * ldemul.c: Include getopt.h.
462         * emultempl/elf32.em: Include getopt.h earlier.
463         * emultempl/ticoff.em: Likewise.
465 2003-02-28  Alan Modra  <amodra@bigpond.net.au>
467         * emultempl/elf32.em (gld${EMULATION_NAME}_get_script): Add combreloc
468         support when scripts read from files.
470 2003-02-28  Alan Modra  <amodra@bigpond.net.au>
472         * ldemul.c (ldemul_parse_args): Return FALSE by default.
473         * ldemul.h (struct ld_emulation_xfer_struct): Update parse_args
474         comment.
476         * ldemul.c (ldemul_add_options, ldemul_handle_option): New functions.
477         (ldemul_parse_args): Return bfd_boolean.  Formatting.
478         * ldemul.h (ldemul_add_options, ldemul_handle_option): Declare.
479         (ldemul_parse_args): Adjust.
480         (struct ld_emulation_xfer_struct): Add add_options and handle_option.
481         Return bfd_boolean from parse_args.
482         * lexsup.c (parse_args): Malloc shortopts, longopts and
483         really_longopts.  Call ldemul_add_options and ldemul_handle_option.
484         * emultempl/aix.em (gld${EMULATION_NAME}_add_options): Split out from
485         gld${EMULATION_NAME}_parse_args.
486         (gld${EMULATION_NAME}_handle_option): Likewise.
487         (ld_${EMULATION_NAME}_emulation): Adjust initializer.
488         * emultempl/armcoff.em: As for aix.em, but remove parse_args.
489         * emultempl/beos.em: Likewise.
490         * emultempl/pe.em: Likewise.
491         * emultempl/ticoff.em: Likewise.
492         * emultempl/elf32.em: Likewise.  Don't duplicate long options either.
493         (gld${EMULATION_NAME}_add_sysroot): Prototype.
494         * emultempl/armelf.em (PARSE_AND_LIST_LONGOPTS): Don't duplicate
495         options.
496         * emultempl/hppaelf.em (PARSE_AND_LIST_LONGOPTS): Likewise.
497         * emultempl/ppc32elf.em (PARSE_AND_LIST_LONGOPTS): Likewise.
498         * emultempl/ppc64elf.em (PARSE_AND_LIST_LONGOPTS): Likewise.
499         * emultempl/armelf_oabi.em (ld_${EMULATION_NAME}_emulation): Adjust
500         initializer.
501         * emultempl/generic.em: Likewise.
502         * emultempl/gld960.em: Likewise.
503         * emultempl/gld960c.em: Likewise.
504         * emultempl/linux.em: Likewise.
505         * emultempl/lnk960.em: Likewise.
506         * emultempl/m68kcoff.em: Likewise.
507         * emultempl/mipsecoff.em: Likewise.
508         * emultempl/sunos.em: Likewise.
509         * emultempl/vanilla.em: Likewise.
510         * emultempl/netbsd.em (gldnetbsd_before_parse): Prototype.
512 2003-02-25  Alexandre Oliva  <aoliva@redhat.com>
514         * emultempl/elf32.em (gld${EMULATION_NAME}_add_sysroot): Fix
515         memory allocation error.
517         * Makefile.am (ldmain.o): Define TOOLBINDIR.
518         * Makefile.in: Rebuilt.
519         * ldmain.c (ld_sysroot): Try to set from TOOLBINDIR too.
521 2003-02-21  Bob Wilson  <bob.wilson@acm.org>
523         * ldlang.c (lang_size_sections_1): Add CHECK_REGIONS argument and only
524         call os_region_check when it is set.
525         (lang_size_sections): Add CHECK_REGIONS argument and pass it through to
526         lang_size_sections_1.
527         (lang_process): Change lang_size_sections calls to set CHECK_REGIONS
528         only for the last call, not on every relaxation iteration.
529         * ldlang.h (lang_size_sections): Update prototype.
530         * pe-dll.c (pe_dll_fill_sections): Set CHECK_REGIONS argument in calls
531         to lang_size_sections.
532         (pe_exe_fill_sections): Likewise.
533         * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Likewise.
534         * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
535         * emultempl/ppc64elf.em (ppc_before_allocation): Likewise.
536         (ppc_layout_sections_again): Likewise.
538 2003-02-21  Bob Wilson  <bob.wilson@acm.org>
540         * gen-doc.texi: Set ARM and HPPA variables.
541         * ld.texinfo: Fix typos and obvious texinfo mistakes.  Make section
542         title capitalization more consistent.  Add missing menu entries for
543         machine-specific sections and conditionalize them consistently.
544         Conditionalize text that is irrelevant when SingleFormat is set.
545         Add @group divisions to improve page breaks in long examples.
546         Use @iftex/@ifnottex instead of @iftex/@ifinfo so that HTML output
547         is correct.  Remove "FIXME" comment about not using
548         @raisesections/@lowersections.  Use @raisesections/@lowersections
549         consistently for machine-specific sections.  Change to be more polite
550         about poor bug reports.  Replace FDL appendix with include of fdl.texi.
551         Move WIN32 node to match its order in the menus.
552         * fdl.texi: New file.
554 2003-02-20  Alexandre Oliva  <aoliva@redhat.com>
556         * configure.in (TARGET_SYSTEM_ROOT): Set default to
557         ${exec_prefix}/${target_alias}/sys-root.  Match explicit
558         '${exec_prefix}' (in addition to the expansion thereof) as
559         relocatable.
560         * configure: Rebuilt.
562 2003-02-20  Phil Edwards  <pme@gcc.gnu.org>
564         * ldgram.y (vers_defns): Also recurse with 'EXTERN NAME' patterns.
566 2003-02-20  Harri Porten  <porten@kde.org>
568         * ldgram.y (vers_defns): Allow optional trailing semicolon in
569         EXTERN NAME block;
571 2003-02-18  Alan Modra  <amodra@bigpond.net.au>
573         * emultempl/ppc32elf.em: New file.
574         * emulparams/elf32ppc.sh (EXTRA_EM_FILE): Define.
575         * Makefile.am (eelf32lppc.c): Depend on emultempl/ppc32elf.em.
576         (eelf32lppcnto.c): Likewise.
577         (eelf32lppcsim.c): Likewise.
578         (eelf32ppcnto.c): Likewise.
579         (eelf32ppc.c): Likewise.
580         (eelf32ppc_fbsd.c): Likewise.
581         (eelf32ppcsim.c): Likewise.
582         (eelf32ppclinux.c): Likewise.
583         * Makefile.in: Regenerate.
585 2003-02-18  Alan Modra  <amodra@bigpond.net.au>
587         * ld.texinfo: Remove spaces between @samp and opening brace.
589 2003-02-18  Alan Modra  <amodra@bigpond.net.au>
591         * emultempl/ppc64elf.em (ppc_create_output_section_statements): Check
592         hash creator.
593         (ppc_before_allocation): Don't do optimizations if wrong hash table.
594         (gld${EMULATION_NAME}_finish): Ditto.
596 2003-02-17  Nick Clifton  <nickc@redhat.com>
598         * ldmain.c (main) Default allow_shlib_undefined to true.
599         * lexsup.c (ld_options): Add --no-allow-shlib-undefined.
600         (parse_args): Parse the new switch.
601         * ld.texinfo: Document new switch and default behaviour of
602         allowing undefined symbols in shared libraries.
604 2003-02-11 Dmitry Diky  <diwil@mail.ru>
606         * scripttempl/elf32msp430.sc: Add new data anchors definitions.
607         * scripttempl/elf32msp430_3.sc: Likewise.
609 2003-02-11  Uwe Stieber  <uwe@wwws.de>
611         * configure.tgt: Add support for kaOS as cross build target
612         system.
614 2003-02-10  John Daivid Anglin  <dave.anglin@nrc-cnrc.gc.ca>
616         * hppaelf.em (group_size): Change default back to 1.
618 2003-02-09  Alan Modra  <amodra@bigpond.net.au>
620         * emultempl/ppc64elf.em: Add "no-tls-optimize" option and support code.
622 2003-02-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
624         * hppaelf.em (group_size): Change default to -1.
626 2003-02-07  Nick Clifton  <nickc@redhat.com>
628         * emultempl/armelf.em (PARSE_AND_LIST_SHORTOPTS): Remove 'n' short
629         opt.
630         (PARSE_AND_LIST_LONGOPTS): Add duplicate entry for
631         no-pipeline-knowledge.  This will prevent the getopt package from
632         thinking that there are any shorter abbreviations for
633         --no-pipeline-knowledge.
635 2003-02-07  Jakub Jelinek  <jakub@redhat.com>
637         * genscripts.sh (LIB_PATH): Don't append LIBPATH_SUFFIX to paths
638         which already have it.  Avoid duplicates.
640 2003-02-06  Jakub Jelinek  <jakub@redhat.com>
642         * emulparams/elf64_s390.sh (LIBPATH_SUFFIX): Set to 64.
643         * emulparams/elf_x86_64.sh (LIBPATH_SUFFIX): Likewise.
644         * emulparams/elf64_sparc.sh (LIBPATH_SUFFIX): Set instead of suffix.
646 2003-02-05  Alan Modra  <amodra@bigpond.net.au>
648         * emultempl/ppc64elf.em (ppc_before_allocation): Size sections then
649         call ppc64_elf_tls_optimize.
651 2003-02-03  Daniel Jacobowitz  <drow@mvista.com>
653         * emultempl/elf32.em: Move gld${EMULATION_NAME}_add_sysroot
654         outside of GNU/Linux conditional.
656 2003-01-28  Ralf Habacker  <ralf.habacker@freenet.de>
658         * deffilep.y (def_get_module): New function: locate an already
659         added module.
660         * deffile.h (def_get_module): New prototype.
661         * pe-dll.c (pe_implied_import_dll): Add code to prevent importing
662         a dll multiple times.
664 2003-01-23  Alan Modra  <amodra@bigpond.net.au>
666         * emultempl/sh64elf.em: Include elf32-sh64.h.
667         (sh64_elf_${EMULATION_NAME}_before_allocation): Adjust for changed
668         sh64_elf_section_data.
669         (sh64_elf_${EMULATION_NAME}_after_allocation): Likewise.
671 2003-01-23  Wu Yongwei  <adah@netstd.com>
673         * ld.texinfo: Remove an extra "i" in --dll-search-prefix.
674         * emultempl/pe.em (gld_${EMULATION_NAME}_list_options): Move a
675         cross-80th-column-margin "an" to the next line.
677 2003-01-21  Nick Clifton  <nickc@redhat.com>
679         * emulparams/tic3xcoff-onchip.sh: Rename to ...z
680         * emulparams/tic3xcoff_onchip.sh: ...this.
681         * Makefile.am (etic3xcoff_onchip.c): Fix name of generated C file.
682         * Makefile.in: Regenerate.
684 2003-01-21  Fabio Alemagna  <falemagn@aros.org>
686         * configure.tgt: Handle i[3456]86-*-aros*
688 2003-01-19  Svein E. Seldal  <Svein.Seldal@solidas.com>
690         * Makefile.am: Added etic3xcoff.o and etic4xcoff_onchip.o
691         * Makefile.in: Regenerate
692         * configure.tgt: Added extra target emulations
693         * emulparams/tic3xcoff.sh: Remove old settings
694         * emulparams/tic4xcoff.sh: Ditto
695         * emulparams/tic3xcoff-onchip.sh: Added new
696         * scripttempl/tic4xcoff.sc: Revise and combine both c3x and c4x
697         * scripttempl/tic3xcoff.sc: Remove
699 2003-01-17  Andreas Jaeger  <aj@suse.de>
701         * emultempl/elf32.em (gld${EMULATION_NAME}_add_sysroot): Do not
702         skip ':'.
704 2003-01-16  Alan Modra  <amodra@bigpond.net.au>
706         * Makefile.in: Regenerate.
708 2002-01-14  Charles Wilson  <cwilson@ece.gatech.edu>
710         * ld/ld.texinfo (node WIN32): Some clarifications
711         and formatting fixups.
713 2003-01-09  Chris Demetriou  <cgd@broadcom.com>
715         * ldmain.c (get_emulation): Sort -mipsNN checks in the usual
716         order, and handle (ignore) -mips32r2.
718 2003-01-09  Daniel Jacobowitz  <drow@mvista.com>
720         * ldmain.c (main): Make sure ld_sysroot is initialized.
722 2003-01-06  Daniel Jacobowitz  <drow@mvista.com>
724         * Makefile.am (eelf32iq10.c): Fix tab/whitespace mixup.
726         * Makefile.am (ldmain.o): Add @TARGET_SYSTEM_ROOT_DEFINE@.
727         (GENSCRIPTS): Add @use_sysroot@.
728         * Makefile.in: Regenerated.
729         * configure.host: Move setting of NATIVE_LIB_DIRS to...
730         * configure.tgt: ... here.  Use ${target} instead of ${host}
731         for NATIVE_LIB_DIRS.
732         * configure.in: Add --with-sysroot.
733         * configure: Regenerated.
734         * genscripts.sh: Accept use_sysroot option.  Set new variables
735         NATIVE and USE_LIBPATH.  Prepend "=" to directory names if
736         $use_sysroot.  Don't search $tool_lib if $use_sysroot.
737         * ldfile.c (ldfile_add_library_path): Handle leading '='.
738         * ldmain.c (TARGET_SYSTEM_ROOT): Define if not defined.
739         (ld_sysroot): New variable.
740         (main): Initialize ld_sysroot.
741         * ldmain.h (ld_sysroot): New extern.
742         * emultempl/elf32.em: Use NATIVE and USE_LIBPATH instead of
743         searching $EMULATION_LIBPATH.
744         (gld${EMULATION_NAME}_add_sysroot): New function.
745         (gld${EMULATION_NAME}_check_ld_so_conf): Use it.  Honor ld_sysroot.
746         (gld${EMULATION_NAME}_after_open): Likewise.  Only search
747         environment variables if $NATIVE.
748         * ld.texinfo (Options): Mention "=" prefix in the description of -L.
749         * NEWS: Mention --with-sysroot.
751         * emulparams/elf32bmipn32-defs.sh: Set NATIVE and LIBPATH_SUFFIX
752         instead of setting LIB_PATH.
753         * emulparams/elf32ppc.sh: Likewise.
754         * emulparams/elf64_s390.sh: Likewise.
755         * emulparams/elf64_sparc.sh: Likewise.
756         * emulparams/elf64ppc.sh: Likewise.
757         * emulparams/elf_x86_64.sh: Likewise.
759         * emulparams/elf64_aix.sh: Add "=" prefixes to LIB_PATH.
760         * emulparams/elf64hppa.sh: Add "=" prefixes to LIB_PATH.
762 2003-01-03  Charles Wilson  <cwilson@ece.gatech.edu>
764         * ld/pe-dll.c (autofilter_symbollist): Add cygwin_crt0.
766 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
768         * Makefile.am (ldmain.o): Pass BINDIR.
769         * Makefile.in: Regenerated.
770         * ldmain.c (set_scripts_dir): Use make_relative_prefix for the first
771         search path.
773 2003-01-02  Ben Elliston  <bje@redhat.com>
775         * Makefile.am (ALL_EMULATIONS): Add eelf32iq2000.o.
776         (eelf32iq2000.c): New target.
777         * Makefile.in: Regenerate.
778         * configure.tgt: Handle iq2000-*-elf.
779         * emulparams/elf32iq10.sh: New file.
780         * emulparams/elf32iq2000.sh: New file.
781         * scripttempl/iq2000.sc: New file.
783 2003-01-02 Charles Wilson <cwilson@ece.gatech.edu>
785         * pe-dll.c (autofilter_symbollist): Add do_pseudo_reloc
786         and _pei386_runtime_relocator to the exclude list.
788 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
790         * ldfile.c: Fix comment typos.
791         * ldlang.c: Likewise.
792         * mri.c: Likewise.
793         * pe-dll.c: Likewise.
795 2003-01-01  Daniel Jacobowitz  <drow@mvista.com>
797         Suggested by Manfred Hollstein <manfred.h@gmx.net>:
798         * Makefile.am (ld.1): Depend on configdoc.texi
799         and ldver.texi.
800         * Makefile.in: Regenerated.
802 2002-12-24  Dmitry Diky  <diwil@mail.ru>
804         * Makefile.am: Add msp430 target.
805         * configure.tgt: Likewise.
806         * Makefile.in: Regenerate.
807         * emulparams/msp430x???.sh: New files.  Linker script parameters
808         for various msp430 configurations.
809         * gen-doc.texi: Enable msp430 documenation.
810         * ld.texinfo: Document msp430 sections.
811         * scripttempl/elf32msp430.sc: New file.  Linker script for msp430.
812         * scripttempl/elf32msp430_3.sc: New file.  Linker script for msp430.
814 2002-12-30  Ralf Habacker  <Ralf.Habacker@freenet.de>
815             Charles Wilson  <cwilson@ece.gatech.edu>
817         * ld/config.in (HAVE_REALPATH): New entry.
818         (HAVE_SYS_STAT_H, HAVE_SYS_TYPES_H): Removed: obsolete.
820 2002-12-30  Ralf Habacker  <ralf.habacker@freenet.de>
822         * ld.texinfo: New win32 topics: 'symbol aliasing' and 'export dll
823         symbols'.
825 2002-12-23  Alan Modra  <amodra@bigpond.net.au>
827         * ldmain.c (main): Init "strip_discarded".
828         * lexsup.c (OPTION_STRIP_DISCARDED): Define.
829         (OPTION_NO_STRIP_DISCARDED): Define.
830         (ld_options): Add "strip-discarded" and "no-strip-discarded".
831         (parse_args): Handle them.
833 2002-12-23  Nick Clifton  <nickc@redhat.com>
835         * ld.h (struct args_type): Add new field
836         'accept_unknown_input_architecture'.
837         * ldmain.c (main): Initialise 'accept_unknown_input_architecture'
838         to false.
839         * ldlang.c (lang_check): Pass accept_unknown_input_architecture to
840         bfd_arch_get_compatible.
841         * ldfile.c (ldfile_try_open_bfd): Likewise.
842         * lexsup.c (ld_options): Add new command line switch
843         --accept-unknown-input-architecture and its inverse.
844         (parse_args): Handle --accept-unknown-input-architecture.
845         * ld.texinfo: Document new linker option.
846         * NEWS: Mention new linker option.
848 2002-12-20  Alan Modra  <amodra@bigpond.net.au>
850         * ldmain.c (main): Re-order link_info initialization.  Init all
851         fields.
853 2002-12-19  Charles Wilson  <cwilson@ece.gatech.edu>
855         * ld.texinfo: Clarify and extend the documentation
856         in the Machine Dependent, WIN32 section.
858 2002-12-18  Ralf Habacker  <ralf.habacker@freenet.de>
860         * ld.texinfo: Add win32 machine depending section.
861         * gen-doc.texi: Enable win32 machine depending section.
863         * configure.host: Add win32 library search path.
865 2002-12-17  Ralf Habacker  <ralf.habacker@freenet.de>
867         * ld/emultempl/pe.em (pe_find_data_imports): Don't search for data
868         import when auto-import is disabled.
870 2002-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
872         * emultempl/pe.em (..._recognized_file): Use LD_PATHMAX+1 to
873         account for trailing '\0'.
875 2002-12-17  Nick Clifton  <nickc@redhat.com>
877         * emultempl/pe.em (longopts): Duplicate entry for --compact-implib
878         so that it is not confused with -c.
880 2002-12-13  Ralf Habacker  <Ralf.Habacker@freenet.de>
881             Charles Wilson  <cwilson@ece.gatech.edu>
883         * configure.in: Add check for realpath function.
884         * configure: Regenerate.
885         * config.in: Regenerate.
886         * aclocal.m4: Regenerate.
887         * deffile.h: Add .data field to def_file_import
888         structure.
889         * pe-dll.c (pe_proces_import_defs): Use .data field of
890         def_file_import structure to initialize flag_data field of
891         def_file_export structure.
892         (pe_implied_import_dll): New variables exp_funcbase and
893         [data|bss]_[start|end].  Use DLL's internal name to set dll_name,
894         not filename (which may be a symlink).  Scan the sections and
895         initialize [data|bss]_[start|end].  When scanning the export
896         table, skip _nm_ symbols, and mark any symbols whose rva indicates
897         that it is in the .bss or .data sections as data.
898         * sysdep.h: Include limits.h and sys/param.h, and define
899         LD_PATHMAX as appropriate.  Also define REALPATH as realpath if it
900         exists, NULL otherwise.
901         * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Call
902         pe_process_import_defs before pe_find_data_imports, so that
903         auto-import will check the virtual implib as well as "real"
904         implibs.
905         (gld_${EMULATION_NAME}_recognized_file): Use REALPATH to follow
906         symlinks to their target; check that the target's extension is
907         .dll before calling pe_implied_import_dll(), not the filename
908         itself (which may be a symlink).
910 2002-12-10  Alan Modra  <amodra@bigpond.net.au>
912         * emultempl/elf32.em (struct orphan_save): Add os_tail field.
913         (gld${EMULATION_NAME}_place_orphan): Re-order output_section_statement
914         list too.
916 2002-12-08  Alan Modra  <amodra@bigpond.net.au>
918         * ldlang.h: Formatting.
920 2002-12-07  Alan Modra  <amodra@bigpond.net.au>
922         * ldlang.c (init_os): Ensure sections mentioned in load_base
923         are initialized.
925 2002-12-05  Alan Modra  <amodra@bigpond.net.au>
927         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Set
928         load_base for orphans that follow a section with load_base set.
930 2002-12-01  H.J. Lu <hjl@gnu.org>
932         * ld.texinfo: Remove the extra `;' in sample version script.
934 2002-11-30  Alan Modra  <amodra@bigpond.net.au>
936         * configure.host: Correct dynamic-linker for powerpc64 hosts.
938         * Makefile.am (eelf32ppcwindiss.c): Correct dependencies.
939         * Makefile.in: Regenerate.
941         * ld.h, ldcref.c, ldctor.c, ldctor.h, ldemul.c, ldemul.h, ldexp.c,
942         ldexp.h, ldfile.c, ldfile.h, ldgram.y, ldlang.c, ldlang.h, ldmain.c,
943         ldmain.h, ldmisc.c, ldwrite.c, lexsup.c, mri.c, pe-dll.c, pe-dll.h,
944         emulparams/elf32b4300.sh, emultempl/aix.em, emultempl/armcoff.em,
945         emultempl/armelf.em, emultempl/armelf_oabi.em, emultempl/beos.em,
946         emultempl/elf32.em, emultempl/generic.em, emultempl/gld960.em,
947         emultempl/gld960c.em, emultempl/hppaelf.em, emultempl/linux.em,
948         emultempl/lnk960.em, emultempl/m68kcoff.em, emultempl/mipsecoff.em,
949         emultempl/mmix-elfnmmo.em, emultempl/mmixelf.em, emultempl/mmo.em,
950         emultempl/needrelax.em, emultempl/pe.em, emultempl/ppc64elf.em,
951         emultempl/sh64elf.em, emultempl/sunos.em, emultempl/ticoff.em: Replace
952         boolean with bfd_boolean, true with TRUE, false with FALSE.  Simplify
953         comparisons of bfd_boolean vars with TRUE/FALSE.  Formatting.
955 2002-11-27  David O'Brien  <obrien@FreeBSD.org>
957         * configure.host: Fix generic FreeBSD configuration entry.
959 2002-11-27  H.J. Lu <hjl@gnu.org>
961         * ld.texinfo: Add the missing `;' to sample version scripts.
963 2002-11-20  Alan Modra  <amodra@bigpond.net.au>
965         * emulparams/elf64ppc.sh (SEGMENT_SIZE): Don't define.
967 2002-11-14  Egor Duda  <deo@logos-m.ru>
969         * ldmain.c (main): Make runtime relocs disabled by default. Remove
970         assignment which has no effect.
971         * pe-dll.h (pe_create_import_fixup): Change prototype.
972         * pe-dll.c (make_runtime_pseudo_reloc): New function.
973         (pe_create_runtime_relocator_reference): Ditto.
974         (pe_create_import_fixup): Handle relocations with non-zero addends.
975         * emultempl/pe.em: Add options --enable-runtime-pseudo-reloc and
976         --disable-runtime-pseudo-reloc.
977         (make_import_fixup): Handle relocations with non-zero addends. Create
978         an external reference to _pei386_runtime_relocator symbol if at least
979         one pseudo reloc was created.
980         * ld.texinfo: Document --enable-runtime-pseudo-reloc and
981         --disable-runtime-pseudo-reloc options.
983 2002-11-12  Earl Chew <earl_chew@agilent.com>
985         * ldlang.c (lang_add_section): Discard debugging sections that have
986         been marked SEC_EXCLUDE.
988 2002-11-12  Nick Clifton  <nickc@redhat.com>
990         * configure.in (ALL_LINGUAS): Add da.
991         * configure: Regenerate.
992         * po/da.po: New Danish translation.
994 2002-11-12  Alan Modra  <amodra@bigpond.net.au>
996         * emultempl/ppc64elf.em (ppc_before_allocation): New function.
997         (LDEMUL_BEFORE_ALLOCATION): Define.
998         (gld${EMULATION_NAME}_finish): Run discard_info for relocatable
999         linking.
1000         * emultemp/hppaelf.em ((gld${EMULATION_NAME}_finish): Likewise.
1002 2002-11-11  Christopher Faylor  <cgf@redhat.com>
1004         * configure.tgt (LIB_PATH): Default to searching w32api directory under
1005         cygwin.
1007 2002-11-11  Charles Wilson  <cwilson@ece.gatech.edu>
1009         * pe-dll.c (autofilter_liblist): add libmingwex and libgcj to the list
1010         of restricted auto-export libs.
1012 2002-11-11  Charles Wilson  <cwilson@ece.gatech.edu>
1014         * pe-dll.c (autofilter_liblist): Generalize library names to catch more
1015         creative library naming instances like, e.g., libstdc++-2.a.
1017 2002-11-06  Alexandre Oliva  <aoliva@redhat.com>
1019         * emulparams/elf32btsmipn32.sh (TEXT_DYNAMIC): Define.
1020         * emulparams/elf64btsmip.sh (TEXT_DYNAMIC): Likewise.
1022 2002-11-07  Danny Smith  <dannysmith@users.sourceforge.net>
1024         * deffilep.y (def_lex): Handle '@' as first character of an ID.
1025         * pe-dll.c (auto-export): Filter on "_imp_" prefix, not "_imp__".
1026         (make_one): Don't prefix decorated fastcall symbols with '_'.
1027         (pe_process_import_defs): Likewise.
1028         * emultempl/pe.em (pe_fixup_stdcalls): Don't fixup fastcall
1029         symbols to cdecl names or vise-versa.
1031 2002-10-13  Eric Kohl  <ekohl@rz-online.de>
1033         * pe-dll.c (process_def_file): Handle fastcall symbols when
1034         generating undecorated aliases.  Don't prefix decorated fastcall
1035         symbols with '_'.
1036         (fill_exported_offsets): Don't prefix decorated fastcall symbols
1037         with '_'.
1039 2002-10-29  Daniel Jacobowitz  <drow@mvista.com>
1041         * emultempl/aix.em: Use include <> for generated headers.
1042         * emultempl/beos.em: Likewise.
1043         * emultempl/elf32.em: Likewise.
1044         * emultempl/pe.em: Likewise.
1045         * ldctor.c: Likewise.
1046         * ldexp.c: Likewise.
1047         * ldfile.c: Likewise.
1048         * ldlang.c: Likewise.
1049         * ldlex.c: Likewise.
1050         * ldlex.l: Likewise.
1051         * ldmain.c: Likewise.
1052         * ldmisc.c: Likewise.
1053         * ldwrite.c: Likewise.
1054         * lexsup.c: Likewise.
1055         * mri.c: Likewise.
1056         * pe-dll.c: Likewise.
1058 2002-10-23  Jakub Jelinek  <jakub@redhat.com>
1060         * emultempl/elf32.em (place_orphan): Don't put non-allocated .rel*
1061         sections into .rel{,a}.dyn.
1063 2002-10-23  Nick Clifton  <nickc@redhat.com>
1065         * lexsup.c (OPTION_NO_OMAGIC): Define.
1066         (ld_options): Add "no-omagic" option.
1067         (parse_args): Parse --no-omagic.
1068         * ld.texinfo: Document --no-omagic.
1069         * NEWS: Mention new option.
1071 2002-10-21  Danny Smith  <dannysmith@users.sourceforeg.net>
1073         * scripttempl/pe.sc (__RUNTIME_PSEUDO_RELOC_LIST__,
1074         __RUNTIME_PSEUDO_RELOC_LIST_END__): Add only when relocating.
1076 2002-10-22  Alexandre Oliva  <aoliva@redhat.com>
1078         * emulparams/elf32bmipn32-defs.sh: Set ELFSIZE according to
1079         emulation name.  Set LIB_PATH only for native tools, and
1080         search the ABI-specific versions of NATIVE_LIB_DIRS before the
1081         .../lib variants, not instead of them.  Mostly copied from...
1082         * emulparams/elf32ppc.sh: ... here.  Fixed typo.
1083         * emulparams/elf64bmip-defs.sh: Backed out.
1084         * emulparams/elf64bmip.sh: Import elf32bmipn32-defs.sh again.
1085         * emulparams/elf64btsmip.sh: Likewise.
1086         (DATA_ADDR, NONPAGED_TEXT_START_ADDR, SHLIB_TEXT_START_ADDR,
1087         TEXT_DYNAMIC): Removed.
1089 2002-10-17  Alexandre Oliva  <aoliva@redhat.com>
1091         * emulparams/elf32bmipn32-defs.sh (LIB_PATH): Set to /usr/lib32.
1092         (GENERATE_SHLIB_SCRIPT): Set to yes.
1093         (EXECUTABLE_SYMBOLS, WRITABLE_RODATA): Moved to...
1094         * emulparams/elf32bmipn32.sh: here.
1095         (GENERATE_SHLIB_SCRIPT): Deleted as redundant.
1096         * emulparams/elf32btsmipn32.sh: Delete redundant unsets.
1097         * emulparams/elf64bmip-defs.sh: New file.  Extend
1098         elf32bmipn32-defs.sh by overiding ELFSIZE and LIB_PATH.
1099         * emulparams/elf64bmip.sh: Bring in definitions from
1100         elf64bmip-defs.sh.
1101         (ELFSIZE, GENERATE_SHLIB_SCRIPT, LIB_PATH): Delete redundant
1102         settings.
1103         (WRITABLE_RODATA): Moved from elf32bmipn32-defs.sh.
1104         * emulparams/elf64btsmip.sh: Bring in definitions from
1105         elf64bmip-defs.sh.
1106         (ELFSIZE, GENERATE_SHLIB_SCRIPT): Delete, redundant.
1107         (EXECUTABLE_SYMBOLS, WRITABLE_RODATA): Delete redundant unsets.
1109 2002-10-16  Jakub Jelinek  <jakub@redhat.com>
1111         * configure.tgt (s390x-*-linux*): Add elf_s390 emulation.
1112         (s390-*-linux*): Add elf64_s390 emulation if want64.
1113         * emulparams/elf64_sparc.sh (LIB_PATH): Update to match 2002-05-22
1114         genscript.sh changes.
1115         * emulparams/elf_x86_64.sh (LIB_PATH): Likewise.
1116         * emulparams/elf64_s390.sh (LIB_PATH): Set up native 64 bit dirs.
1118 2002-10-15  Alan Modra  <amodra@bigpond.net.au>
1120         * ldlang.c (load_symbols): Revert last change.
1122 2002-10-14  Alan Modra  <amodra@bigpond.net.au>
1124         * ldlang.c (load_symbols): Don't call bfd_link_add_symbols when
1125         just_syms_flag.
1126         (lang_reasonable_defaults): Don't compare against false.
1127         (size_input_section): Likewise.
1128         (lang_size_sections_1): Likewise.
1129         (lang_do_assignments): Likewise.
1130         (lang_add_output): Likewise.
1132         * Makefile.am: Run "make dep-am".
1133         * Makefile.in: Regenerate.
1134         * ldver.c: #include "bfdver.h".
1136 2002-10-13  Stephane Carrez  <stcarrez@nerim.fr>
1138         * scripttempl/elfm68hc11.sc: Use KEEP for .vectors, .installN,
1139         .finiN section.
1140         * scripttempl/elfm68hc12.sc: Likewise.
1142 2002-10-11  Alan Modra  <amodra@bigpond.net.au>
1144         * pe-dll.c (make_import_fixup_mark): Avoid type-punned pointer.
1146         * ldgram.y (memory_spec): Provide empty action.
1147         (section <NAME>): Likewise.
1149 2002-10-10  Jakub Jelinek  <jakub@redhat.com>
1151         * ldfile.c (ldfile_try_open_bfd): When searching skip linker scripts if
1152         they have OUTPUT_FORMAT not matching actual output format.
1153         * ldlang.c (lang_get_output_target): New function.
1154         (open_output): Use it.
1155         * ldlang.h (lang_get_output_target): New prototype.
1157 2002-10-10  Alan Modra  <amodra@bigpond.net.au>
1159         * emultempl/elf32.em (output_rel_find): Prefer .rel script sections
1160         when orphan is .rel, .rela when orphan is .rela.
1161         (gld${EMULATION_NAME}_place_orphan): Handle combreloc .rel* case
1162         first.  Remove outsecname var.
1164 2002-10-09  Richard Shann <richard.shann@superh.com>
1165             Stephen Clarke <stephen.clarke@superh.com>
1167         * Makefile.am: Add eshelf32_linux.o and
1168         eshlelf32_linux.o, new emulations for sh64 Linux.
1169         * Makefile.in: Regenerate.
1170         * configure.tgt: Add sh64eb-*-linux* and sh64-*-linux* emulations.
1171         * emulparams/shelf32_linux.sh: New file.
1172         * emulparams/shlelf32_linux.sh: New file.
1174 2002-10-08  H.J. Lu <hjl@gnu.org>
1176         * ldlang.c (lang_file_exist): Removed.
1177         (new_afile): Revert the last change.
1178         * ldlang.h (lang_file_exist): Removed.
1179         * lexsup.c (parse_args): Revert the last change.
1181 2002-10-07  Ralf Habacker  <Ralf.Habacker@freenet.de>
1183         * pe-dll.cc (autofilter_symbolprefixlist): Don't re-export
1184         auto-import symbols.
1185         (make_one): Create _nm_<symbol> for data only.
1187 2002-10-05  Elias Athanasopoulos  <eathan@otenet.gr>
1189         * ldlang.c (lang_file_exist): New function.
1190         (new_afile): Abort if the filename to be added matches the linker
1191         output filename.
1192         * ldlang.h: Add prototype for lang_file_exist.
1193         * lexsup.c (parse_args): Abort if the output filename matches
1194         one of the input filenames.
1196 2002-10-02  Alan Modra  <amodra@bigpond.net.au>
1198         * emulparams/elf64ppc.sh (MAXPAGESIZE): Set to 0x10000.
1200 2002-09-30  Alan Modra  <amodra@bigpond.net.au>
1202         * scripttempl/elfd30v.sc: Order reloc sections placing .plt last.
1203         * scripttempl/elfm68hc11.sc: Likewise.
1204         * scripttempl/elfm68hc12.sc: Likewise.
1206         * emultempl/elf32.em (output_rel_find): Always place orphan loadable
1207         reloc sections just before .rel.plt/.rela.plt.
1208         (gld${EMULATION_NAME}_place_orphan <.rel>): Remove combreloc code.
1209         Only put loadable reloc sections in hold_rel.
1211 2002-09-29  H.J. Lu <hjl@gnu.org>
1213         * emulparams/elf32ppc.sh (OTHER_GOT_RELOC_SECTIONS): New.
1215 2002-09-25  Daniel Jacobowitz  <drow@mvista.com>
1217         From "Anita Kulkarni" <AnitaK@kpit.com>
1218         * scripttempl/sh.sc: Handle .eh_frame* and .gcc_exc*
1219         sections.
1221 2002-09-25  Alan Modra  <amodra@bigpond.net.au>
1223         * genscripts.sh (SEGMENT_SIZE): Use MAXPAGESIZE before
1224         TARGET_PAGE_SIZE.
1225         * scripttempl/elf.sc (DATA_SEGMENT_ALIGN): Incorporate
1226         SEGMENT_SIZE alignment.
1227         * emulparams/elf64ppc.sh (DATA_ADDR): Delete.
1228         (SEGMENT_SIZE): Define.
1230         * ldexp.c (fold_unary): New.  Split out from exp_fold_tree.
1231         (fold_binary): Correct abs - non-abs case.
1232         (fold_trinary): New.  Split out from exp_fold_tree.
1234 2002-09-24  Alan Modra  <amodra@bigpond.net.au>
1236         * emulparams/elf64ppc.sh (DATA_ADDR): Define.
1237         * emulparams/elf64_aix.sh (DATA_ADDR): Don't use a fixed address
1238         for start of .data, instead align up to 256M boundary.
1239         * scripttempl/aix.sc: Likewise.
1241 2002-09-22  Mark Elbrecht  <snowball3@softhome.net>
1243         * scripttempl/i386go32.sc: Handle bss unique sections.
1245 2002-09-21  Alan Modra  <amodra@bigpond.net.au>
1247         * ldmisc.c (vfinfo <%C,%D,%G>): Always output bfd, section and offset.
1249 2002-09-17  Stan Cox  <scox@redhat.com>
1251         * emulparams/elf32bmipn32-defs.sh: New file.
1252         * emulparams/elf32bmipn32.sh: Use elf32bmipn32-defs.sh.
1253         * emulparams/elf32btsmipn32.sh: Likewise.
1254         * emulparams/elf64bmip.sh: Likewise.
1255         * emulparams/elf64btsmip.sh: Likewise.
1257 2002-09-16  Bruno Haible  <bruno@clisp.org>
1259         * emulparams/elf_i386_fbsd.sh: Set OUTPUT_FORMAT to
1260         elf32-i386-freebsd.
1261         * emulparams/elf64alpha_fbsd.sh: Set OUTPUT_FORMAT to
1262         elf64-alpha-freebsd.
1264 2002-09-11  Nick Clifton  <nickc@redhat.com>
1266         * NEWS: New TI port supports both C4x and C3x series of DSPs.
1268         * po/tr.po: Updated Turkish translation.
1270 2002-09-06  Jeffrey A Law  (law@redhat.com)
1272         * configure.tgt (h8300-*-hms*, h8500-*-hms*): Restore.
1274 2002-09-02  Nick Clifton  <nickc@redhat.com>
1276         * scripttempl/v850.sc: Add EXTERN references to __ctbpm __gp and
1277         __ep.
1278         * emulparams/v850.sh (TEMPLATE_NAME): Define.
1280 2002-08-30  Nick Clifton  <nickc@redhat.com>
1282         * scripttempl/elfd10v.sc (MEMORY): Remove UNIFIED, it is not
1283         used.  Change INSN to start at 0x01000000 and extend for
1284         256K (ignoring holes).  Start the STACK on a word aligned
1285         boundary.
1286         (.rodata): Start it at the READONLY_START_ADDR.
1288 2002-08-30  Alan Modra  <amodra@bigpond.net.au>
1290         * emulparams/elf32ppc.sh (ARCH): Set to "powerpc:common".
1292 2002-08-28  Svein E. Seldal  <Svein.Seldal@solidas.com>
1294         * Makefile.am: Add etic4xcoff.o in ALL_EMULATIONS list and
1295         added makefile targets for this file.
1296         * Makefile.in: Regenerate.
1297         * configure.tgt: Added tic4x-coff and c4x-coff emulations.
1298         * NEWS: Mention new port.
1300 2002-08-28  Michael Hayes <m.hayes@elec.canterbury.ac.nz>
1302         * emulparams/tic3xcoff.sh: New file.
1303         * emulparams/tic4xcoff.sh: New file.
1304         * scripttempl/tic3xcoff.sc: New file.
1305         * scripttempl/tic4xcoff.sc: New file.
1307 2002-08-28  Alan Modra  <amodra@bigpond.net.au>
1309         * emultempl/aix.em (gld${EMULATION_NAME}_parse_args): Replace strtoll,
1310         strtoul and strtoull with bfd_scan_vma.
1311         (gld${EMULATION_NAME}_read_file): Likewise.
1313 2002-08-28  Alan Modra  <amodra@bigpond.net.au>
1315         * configure.tgt: Remove h8[35]00-*-hms*.  Add h8500-*-rtems*.
1317 2002-08-27  Egor Duda  <deo@logos-m.ru>
1319         * scripttempl/pe.sc: Handle .rdata_runtime_pseudo_reloc sections.
1320         Add symbols for application to access them.
1322 2002-08-27  Nick Clifton  <nickc@redhat.com>
1324         * emultempl/armelf.em:  Revert this patch, it is not needed.
1326         2002-08-22  Adam Nemet  <anemet@lnxw.com>
1328 2002-08-20 Dan Kegel <dank@kegel.com>
1330         * configure.in: added --with-lib-path argument to ld's configure
1331         to set LIB_PATH.
1332         * ld/NEWS: Document new switch.
1333         * ld/README: Mention new switch.
1334         * configure: Regenerate.
1335         * Makefile.in: Regenerate.
1337         Based on this patch:
1338         2001-04-25  Christopher Faylor <cgf@cygnus.com>
1340         * Makefile.in (LIB_PATH): Make configurable.
1341         (GENSCRIPTS): Set LIB_PATH in environment.
1342         * configure.in: Substitute LIB_PATH.
1344 2002-08-22  Adam Nemet  <anemet@lnxw.com>
1346         * emultempl/armelf.em: Include elf-bfd.h and elf/arm.h.
1347         (arm_elf_finish): Set the last bit of DT_INIT and DT_FINI
1348         depending on the type of the function.
1349         (arm_elf_convert_thumb_symbol_to_address): New function.
1351 2002-08-22  Graeme Peterson  <gp@qnx.com>
1353         * Makefile.am: Add esh{l}elf_nto.o files.
1354         * Makefile.in: Regenerate.
1355         * configure.tgt: Add support for sh-**-nto* targets.
1356         * emulparams/shelf_nto.sh: New file.
1357         * emulparams/shlelf_nto.sh: New file.
1359 2002-08-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1361         * ldlang.c (offsetof): Define if not defined.
1363 2002-08-14  H.J. Lu <hjl@gnu.org>
1365         * configure.tgt: Always enable 64bit emulations for 32bit
1366         Linux/mips.
1368 2002-08-13  Alan Modra  <amodra@bigpond.net.au>
1370         * emulparams/elf32_dlx.sh (TARGET_PAGE_SIZE): Set to 1.
1371         (MAXPAGESIZE): Set to 1.
1373         * ld.h (ALIGN_N): Delete.
1374         * ldexp.h (align_n): Declare.
1375         * ldexp.c (align_n): New function.
1376         (fold_binary): Use align_n instead of ALIGN_N.
1377         (exp_fold_tree): Likewise.
1378         * ldlang.c (lang_size_sections_1): Likewise.
1379         (lang_one_common): Likewise.
1380         * ld.texinfo (ALIGN): Remove power of 2 restriction.
1382 2002-07-31  Graeme Peterson  <gp@qnx.com>
1384         * configure.tgt: Add support for powerpc{le}-*-nto* targets.
1385         * Makefile.am: Add eelf32{l}ppcnto.o files.
1386         * Makefile.in: Regenerate.
1387         * emulparams/elf32lppcnto.sh: New file.
1388         * emulparams/elf32ppcnto.sh: New file.
1390 2002-08-07  H.J. Lu <hjl@gnu.org>
1392         * ld.texinfo: Document --no-undefined-version.
1394         * ldlang.c (lang_new_vers_pattern): Set the `symver' and
1395         `script.' fields to 0.
1397         * ldmain.c (main): Initialize the allow_undefined_version to
1398         true.
1400         * lexsup.c (OPTION_NO_UNDEFINED_VERSION): New.
1401         (ld_options): Add --no-undefined-version.
1402         (parse_args): Support OPTION_NO_UNDEFINED_VERSION.
1404 2002-08-07  Nick Clifton  <nickc@redhat.com>
1406         * emultempl/armelf.em (arm_elf_before_allocation): Only search for
1407         an interworking bfd if there are input bfds. (107501)
1409 2002-08-06  Alan Modra  <amodra@bigpond.net.au>
1411         * emultempl/aix.em (gld*_before_parse): Set default arch.  Reverts
1412         2002-05-10 change.
1414 2002-08-01  Nick Clifton  <nickc@redhat.com>
1416         * emulparams/armelf.sh: Revert previous delta.
1417         * scripttempl/elf.sc: Revert previous delta.
1419 2002-07-31  H.J. Lu <hjl@gnu.org>
1421         * configure.tgt (powerpc*-*-linux*): Enable elf64ppc for
1422         --enable-64-bit-bfd.
1424 2002-07-31  H.J. Lu <hjl@gnu.org>
1426         * configure.tgt: Enable x86-64 emulation for Linux/i386 if
1427         64bit BFD is selected.
1429 2002-07-31  H.J. Lu <hjl@gnu.org>
1431         * configure.tgt: Enable 64bit emulations for 32bit Linux/mips
1432         if 64bit BFD is selected.
1434 2002-07-31  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
1436         * emultempl/netbsd.em (LDEMUL_BEFORE_PARSE): New file to custom set
1437         link_info.common_skip_ar_aymbols.
1438         * emulparams/ns32knbsd.sh (EXTRA_EM_FILE): Refer to extra file.
1440         * ldmain.c (main): Initialize new field
1441         link_info.common_skip_ar_aymbols.
1443 2002-07-31  Adam Nemet  <anemet@lnxw.com>
1445         * emulparams/armelf.sh (OTHER_PLT_SECTIONS): New variable.  Set it
1446         to .plt.thumb.
1447         * scripttempl/elf.sc: Comment it.  Use the same way as ${PLT} is
1448         used.
1450 2002-07-31  Nick Clifton  <nickc@redhat.com>
1452         * NEWS: Retroactively add entry for Lars Brinkhoff's contribution
1453         of the PDP-11 and 2.11BSD a.out support.
1455 2002-07-31  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1457         * Makefile.am (eelf32btsmipn32.o, eelf32ltsmipn32.o): New emulations
1458         for n32 ABI support.
1459         * Makefile.in: Regenerate.
1460         * configure.tgt (mips64*el-*-linux-gnu*,mips64*-*-linux-gnu*): Add
1461         n32 ABI emulations for these 64 bit targets.
1462         * emulparams/elf32bmipn32.sh: Expand comment.
1463         * emulparams/elf32btsmipn32.sh: New file, for traditional big endian
1464         n32 ABI.
1465         * emulparams/elf32ltsmipn32.sh: Likewise for little endian.
1467 2002-07-30  Graeme Peterson  <gp@qnx.com>
1469         * configure.tgt: Add support for arm-*-nto target.
1470         * Makefile.am: Add earmnto.o file.
1471         * Makefile.in: Regenerate.
1472         * NEWS: Mention port of ARM support to QNX.
1473         * emulparams/armnto.sh: New file.
1475 2002-07-30  Jakub Jelinek  <jakub@redhat.com>
1477         * ldlang.c (lang_add_section): Don't turn .tbss into normal sections
1478         for relocatable link.
1479         (lang_size_sections_1): Don't make .tbss zero size for relocatable
1480         link.
1482 2002-07-26  Bernd Schmidt  <bernds@redhat.com>
1484         * emulparams/elf32frv.sh (OTHER_RELOCATING_SECTIONS): Delete.
1485         (STACK_ADDR): New.
1487 2002-07-25  Nick Clifton  <nickc@redhat.com>
1489         * po/sv.po: Updated Swedish translation.
1490         * po/es.po: Updated Spanish translation.
1491         * po/fr.po: Updated French translation.
1493 2002-07-24  Nick Clifton  <nickc@redhat.com>
1495         * po/sv.po: Updated Swedish translation.
1496         * po/es.po: Updated Spanish translation.
1498 2002-07-23  Nick Clifton  <nickc@redhat.com>
1500         * po/fr.po: Updated French translation.
1502 2002-07-20  Alan Modra  <amodra@bigpond.net.au>
1504         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
1505         bomb on /DISCARD/ input section.
1506         * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
1507         * emultempl/mmo.em (mmo_place_orphan): Likewise.
1509 2002-07-19  Hans-Peter Nilsson  <hp@bitrange.com>
1511         * emultempl/mmo.em (mmo_place_orphan): Handle case of no .text
1512         output section.
1514 2002-07-16  Denis Chertykov  <denisc@overta.ru>
1515             Nick Clifton  <nickc@redhat.com>
1516             Frank Ch. Eigler  <fche@redhat.com>
1517             John Healy  <jhealy@redhat.com>
1519         * configure.tgt: Add support for ip2k-elf.
1520         * Makefile.am: Add support for ip2k-elf.
1521         * Makefile.in: Regenerate.
1522         * emulparams/elf32ip2k.sh: New file.
1523         * scripttempl/ip2k.sc: New file
1524         * NEWS: Mention support for new port.
1526 2002-07-16  Nick Clifton  <nickc@cambridge.redhat.com>
1528         * NEWS: Add 'Changes in 2.13'.
1530 2002-07-14  H.J. Lu <hjl@gnu.org>
1532         * ld.texinfo: Document a .symver takes precedence over a
1533         version script.
1535 2002-07-12  Alan Modra  <amodra@bigpond.net.au>
1537         * emulparams/elf64ppc.sh (ARCH): Set to powerpc:common64.
1538         (COMMONPAGESIZE): Define.
1540 2002-07-09  Alan Modra  <amodra@bigpond.net.au>
1542         * emulparams/hppanbsd.sh: Remark that hppaobsd.sh references this file.
1544 2002-07-09  Federico G. Schwindt <fgsch@olimpo.com.br>
1546         * configure.tgt: Add support for alpha-*-openbsd*, hppa-*-openbsd*,
1547         powerpc-*-openbsd* and sparc64-*-openbsd*.
1548         * Makefile.am (ALL_EMULATIONS): Add ehppaobsd.o.
1549         * Makefile.in: Regenerate.
1550         * emulparams/hppaobsd.sh: New file.
1552 2002-07-05  Alan Modra  <amodra@bigpond.net.au>
1554         * ldlang.c (print_wild_statement): Fix output formatting.
1556 2002-07-04  Alan Modra  <amodra@bigpond.net.au>
1558         * ldlang.c: (strip_excluded_output_sections): New function.
1559         (lang_process): Call it.
1560         (lang_size_sections_1): Revert 2002-06-10 change.
1562 2002-07-03  Alan Modra  <amodra@bigpond.net.au>
1564         * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
1565         Run "make dep-am".
1566         * Makefile.in: Regenerate.
1568 2002-07-02  Alan Modra  <amodra@bigpond.net.au>
1570         * ldfile.c (ldfile_try_open_bfd): Formatting.
1572         * ldmisc.c (demangle): Move so that it doesn't intrude between
1573         vfinfo comment and body.  Add comment.
1575 2002-07-01  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1577         * emulparams/vax.sh (OUTPUT_FORMAT): Use a.out-vax-bsd format.
1579 2002-07-01  Alan Modra  <amodra@bigpond.net.au>
1581         * ldlang.h (entry_sym): Make it a struct bfd_sym_chain.
1582         * ldlang.c (entry_sym): Likewise.
1583         (ldlang_undef_chain_list_type): Likewise.
1584         (lang_finish): Adjust references to entry_symbol.
1585         (lang_add_entry): Likewise.
1586         (lang_gc_sections): Use link_info.gc_sym_list.
1587         (lang_process): Set link_info.gc_sym_list.
1588         * ldlex.l: Include bfdlink.h.
1589         * ldmain.c (main): Init link_info.gc_sym_list.
1590         * emultempl/aix.em: Adjust references to entry_symbol.
1591         * emultempl/armcoff.em: Likewise.
1592         * emultempl/armelf.em: Likewise.
1593         * emultempl/pe.em: Likewise.
1594         * emultempl/ppc64elf.em (ppc_after_open): New function.
1595         (LDEMUL_AFTER_OPEN): Define.
1596         * emulparams/elf64ppc.sh: KEEP .opd sections.
1598 2002-06-29  Stephane Carrez  <stcarrez@nerim.fr>
1600         * emulparams/m68hc12elfb.sh (EEPROM_MEMORY): Define.
1601         * emulparams/m68hc11elfb.sh (EEPROM_MEMORY): Define.
1602         * emulparams/m68hc11elf.sh (EEPROM_SIZE): Define.
1603         (EEPROM_START_ADDR): Define.
1604         (EEPROM_MEMORY): Define.
1605         * emulparams/m68hc12elf.sh: Likewise.
1606         * scripttempl/elfm68hc11.sc: Handle .eeprom section; handle .softregs
1607         section to put soft registers in .page0.
1608         * scripttempl/elfm68hc12.sc: Likewise but put soft registers in bss.
1610 2002-06-26  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1612         * emulparams/hppa64linux.sh (OTHER_GOT_RELOC_SECTIONS): Add rela.opd
1613         section.  Add ${RELOCATING-0}.
1615 2002-06-26  J"orn Rennecke <joern.rennecke@superh.com>
1617         * emulparams/shelf.sh (STACK_ADDR): Don't define.
1618         (OTHER_SECTIONS): Define.
1619         * emulparams/shelf_nbsd.sh ((STACK_ADDR): Don't undef.
1620         (OTHER_SECTIONS): Undef.
1622 2002-06-26  Alan Modra  <amodra@bigpond.net.au>
1624         * ldmisc.c (demangle): Restore dots stripped from sym name.
1626 2002-06-25  H.J. Lu <hjl@gnu.org>
1628         * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
1629         * Makefile.in: Regenerated.
1631 2002-06-20  Nick Clifton  <nickc@cambridge.redhat.com>
1633         * ld.texinfo (Bug Reporting): Update text to suggest a limit on
1634         the size of attached object files, to allow make the object files
1635         available via FTP or HTTP and to mention that the mail will be
1636         sent to a mailing list.
1638 2002-06-20  Nathanael Nerode  <neroden@twcny.rr.com>
1640         * ld/configure.host (romp): Drop support.
1642 2002-06-18  Chris Demetriou  <cgd@broadcom.com>
1644         * emultempl/mipself.em (mips_elf${ELFSIZE}_check_sections): Check
1645         section flags for SEC_DATA, rather than for SEC_CODE being unset.
1647 2002-06-18  Chris Demetriou  <cgd@broadcom.com>
1649         * emultempl/mipself.em (mips_elf${ELFSIZE}_check_sections): Fix
1650         format specifier used to print BFD name.
1652 2002-06-18  Dave Brolley  <brolley@redhat.com>
1654         From Catherine Moore, Michael Meissner, Jim Blandy:
1655         * emulparams/elf32frv.sh: New file.
1656         * configure.tgt: Support frv-*-*.
1657         * Makefile.am (ALL_EMULATIONS): Add eelf32frv.o.
1658         (eelf32frv.c): New target.
1660 2002-06-17  Tom Rix  <trix@redhat.com>
1662         * emultempl/elf32.em: gld*_get_script:  Check for
1663         GENERATE_COMBRELOC_SCRIPT.
1664         * scripttempl/elfd10v.sc : Fix STACK and INSN.
1665         * emulparams/d10velf.sh : Fix TEXT_START_ADDR.
1667 2002-06-13  J"orn Rennecke <joern.rennecke@superh.com>
1669         * configure.tgt: Add support for sh[1234]*le*-*-elf, sh[1234]*-*-elf.
1671 2002-06-12  H.J. Lu <hjl@gnu.org>
1673         * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Return
1674         false if xvec doesn't match.
1676 2002-06-10  Richard Sandiford  <rsandifo@redhat.com>
1678         * ldlang.c (lang_size_sections_1): Skip removed output sections.
1680 2002-06-08  Alan Modra  <amodra@bigpond.net.au>
1682         * ldexp.c: Replace CONST with const.
1683         * ldfile.c: Likewise.
1684         * ldfile.h: Likewise.
1685         * ldlex.l: Likewise.
1686         * mri.c: Likewise.
1687         * pe-dll.h: Likewise.
1689 2002-06-07  Alan Modra  <amodra@bigpond.net.au>
1691         * emultempl/ppc64elf.em (new_vers_pattern): Warning fix.
1693 2002-06-07  Charles Wilson  <cwilson@ece.gatech.edu>
1695         * ld/ldmain.c (main): initialize link_info.pei386_auto_import
1696         to -1 == implicit enable.
1697         * ld/emultempl/pe.em (gld_${EMULATION_NAME}_before_parse):
1698         initialize link_info.pei386_auto_import to -1 == implicit
1699         enable.
1700         (gld_${EMULATION_NAME}_parse_args): When processing
1701         --enable-auto-import and --disable-auto-import options, use
1702         '1' and '0' instead of 'true' and 'false'.
1703         (pe_find_data_imports): Only issue message about auto-import
1704         when the feature is implicitly enabled.  Downgrade message to
1705         informational instead of warning.
1707 2002-06-07  Alan Modra  <amodra@bigpond.net.au>
1709         * scripttempl/elf.sc (.tbss): Fix mismatched parentheses/braces.
1711 2002-06-06  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1713         * configure.host (hppa*64*-*-hpux11*): Define NATIVE_LIB_DIRS,
1714         HOSTING_CRT0 and HOSTING_LIBS.
1716 2002-06-05  J"orn Rennecke <joern.rennecke@superh.com>
1718         * configure.tgt (shle*-*-elf*, sh64le-*-elf*): New configurations.
1720 2002-06-05  Jason Thorpe  <thorpej@wasabisystems.com>
1722         * emulparams/ns32knbsd.sh (EXECUTABLE_SYMBOLS): Set _DYNAMIC to 0.
1723         (NONPAGED_TEXT_START_ADDR): Set to 0x1000.
1725 2002-06-05  Alan Modra  <amodra@bigpond.net.au>
1727         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Place
1728         SEC_EXCLUDE sections when doing a relocatable link.
1730 2002-06-04  Jason Thorpe  <thorpej@wasabisystems.com>
1732         * Makefile.am (ALL_EMULATIONS): Add eshelf32_nbsd.o,
1733         eshlelf32_nbsd.o, eshelf64_nbsd.o, and eshlelf64_nbsd.o.
1734         (eshelf32_nbsd.c, eshelf64_nbsd.c, eshlelf32_nbsd.c)
1735         (eshlelf64_nbsd.c): New rules.
1736         * Makefile.in: Regenerate.
1737         * configure.tgt (sh5le-*-netbsd*, sh5-*-netbsd*, sh64le-*-netbsd*)
1738         (sh64-*-netbsd*): New targets.
1739         * emulparams/shelf32_nbsd.sh: New file.
1740         * emulparams/shelf64_nbsd.sh: New file.
1741         * emulparams/shlelf32_nbsd.sh: New file.
1742         * emulparams/shlelf64_nbsd.sh: New file.
1744 2002-06-04  Alan Modra  <amodra@bigpond.net.au>
1746         * ldlang.c (section_already_linked): Call bfd_discard_group.  Typo fix.
1748 2002-06-02  Marek Michalkiewicz  <marekm@amelek.gda.pl>
1750         * scripttempl/avr.sc: Changes to support current GCC and avr-libc,
1751         C++ constructors/destructors, loosely based on the m68hc11 port.
1753 2002-05-31  Alan Modra  <amodra@bigpond.net.au>
1755         * Makefile.in: Regenerate.
1756         * aclocal.m4: Regenerate.
1757         * config.in: Regenerate.
1758         * configure: Regenerate.
1760 2002-05-31  Graeme Peterson  <gp@qnx.com>
1762         * Makefile.am (ALL_EMULATIONS): Add ei386nto.o.
1763         (ei386nto.c): Add rule.
1764         * Makefile.in: Regenerate.
1765         * configure.tgt: Add i[3456]86-*-nto-qnx*.
1766         * emulparams/i386nto.sh: New file.
1768 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
1770         * NEWS: Add entry for VAX ELF support.
1772 2002-05-29  Matt Thomas  <matt@3am-software.com>
1773             Jason Thorpe  <thorpej@wasabisystems.com>
1775         * Makefile.am (ALL_EMULATIONS): Add eelf32vax.o and evaxnbsd.o.
1776         (eelf32vax.c)
1777         (evaxnbsd.c): New rules.
1778         * Makefile.in: Regenerate.
1779         * configure.tgt (vax-*-netbsdelf*)
1780         (vax-*-netbsdaout*)
1781         (vax-*-netbsd*): New targets.
1782         * emulparams/elf32vax.sh: New file.
1783         * emulparams/vaxnbsd.sh: New file.
1785 2002-05-29  Adam Nemet  <anemet@lnxw.com>
1787         * emultempl/armelf.em (arm_elf_after_open): Don't determine
1788         bfd_for_interwork, instead add glue sections to each input bfd.
1789         (bfd_for_interwork): New global.
1790         (arm_elf_set_bfd_for_interworking): New function.
1791         (arm_elf_before_allocation): Use it.
1793 2002-05-28  Kuang Hwa Lin <kuang@sbcglobal.net>
1795         * Makefile.am: Add DLX make target.
1796         * configure.tgt: Add DLX configuration.
1797         * Makefile.in: Regenerate.
1798         * emulparams/elf32_dlx.sh: New file
1799         * scripttempl/dlx.sc: New file
1801 2002-05-27  Per Lundberg  <per@caleb.dnsalias.org>
1803         * Makefile.am (eelf_i386_chaos): Use elf_chaos.sc script.
1804         * Makefile.in: Regenerate.
1805         * emulparams/elf_chaos.sh: Use elf_chaos script.
1806         * scripttempl/elf_chaos.sc: New file.
1808 2002-05-27  Richard Sandiford  <rsandifo@redhat.com>
1810         * ldlang.c (lang_size_sections_1): Move check for conflicting load
1811         addresses and regions from here...
1812         (lang_get_regions): ...to this new function.
1813         (lang_leave_output_section_statement): Use lang_get_regions.
1814         (lang_leave_overlay): Likewise.
1815         * mri.c (mri_draw_tree): Pass null as last argument to
1816         lang_leave_output_section_statement.
1817         * emultempl/elf32.em (gld*_place_orphan): Likewise.
1818         * emultempl/mmo.em (mmo_place_orphan): Likewise.
1819         * emultempl/pe.em (gld*_place_orphan): Likewise.
1821 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
1823         * configure.tgt: Use ns32k-*-netbsd* instead of ns32k-pc532-netbsd*.
1825 2002-05-25  Kazu Hirata  <kazu@cs.umass.edu>
1827         * ldemul.c: Fix formatting.
1828         * ldfile.c: Likewise.
1829         * pe-dll.c: Likewise.
1830         * pe-dll.h: Likewise.
1832 2002-05-25  Alan Modra  <amodra@bigpond.net.au>
1834         * ldlang.c (lang_process): Formatting, grammar.
1836         * ldlex.l: Use #include "" instead of <> for local header files.
1838 2002-05-24  TAMURA Kent <kent@netbsd.org>
1840         * configure.tgt: Add a target for i386-netbsdpe.
1842 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
1844         * scripttempl/elf.sc: Add .rel{,a}.t{bss,data}, .tdata and .tbss.
1845         * ldlang.c (lang_add_section): Set SEC_THREAD_LOCAL for
1846         output section if necessary.  Handle .tbss.
1847         (lang_size_sections): Clear _raw_size for .tbss section
1848         (it allocates space in PT_TLS segment only).
1849         * ldwrite.c (build_link_order): Build link order for .tbss too.
1851 2002-05-23  Alan Modra  <amodra@bigpond.net.au>
1853         * configure.in: Correct spelling of AC_PREREQ.
1855 2002-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
1857         * pe-dll.c (autofilter_liblist): Add more system libs excluded by
1858         default.
1859         (autofilter_objlist): Add crtbegin.o, crtend.o.
1861 2002-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
1863         * emultempl/pe.em (OPTION_EXCLUDE_LIBS): Add new define.
1864         (longopts): Add new option --exclude-libs.
1865         (gld_${EMULATION_NAME}_list_options): Give quick help about it.
1866         (gld_${EMULATION_NAME}_parse_args): Use it.
1867         * pe-dll.h (pe_dll_add_excludes): Add second param to prototype.
1868         * pe-dll.c (exclude_list_struct): Add field type to distinguish symbols
1869         from whole archives.
1870         (pe_dll_add_excludes): Set excludes->type.
1871         (auto_export): Add new variable libname and set to archive basename if
1872         abfd.  Use it when filtering default and user-specified libarary
1873         excludes.  Let string "ALL" mean all libs when filtering user-specified
1874         libs.
1875         * ld.texinfo: Document --exclude-libs.
1877 2002-05-22  Alan Modra  <amodra@bigpond.net.au>
1879         * ldemul.c (ldemul_new_vers_pattern): New function.
1880         * ldemul.h (ldemul_new_vers_pattern): Declare.
1881         (struct ld_emulation_xfer_struct): Add new_vers_pattern.
1882         * ldlang.c (lang_new_vers_pattern): Call ldemul_new_vers_pattern.
1883         * emultempl/ppc64elf.em (dotsyms): New static var.
1884         (gld${EMULATION_NAME}_new_vers_pattern): New function.
1885         (LDEMUL_NEW_VERS_PATTERN): Define.
1886         (PARSE_AND_LIST_PROLOGUE): Add OPTION_DOTSYMS, OPTION_NO_DOTSYMS.
1887         (PARSE_AND_LIST_LONGOPTS): Likewise.
1888         (PARSE_AND_LIST_ARGS_CASES): Handle them.
1889         * emultempl/aix.em (ld_${EMULATION_NAME}_emulation): Update
1890         initialiser.
1891         * emultempl/armcoff.em: Likewise.
1892         * emultempl/armelf_oabi.em: Likewise.
1893         * emultempl/beos.em: Likewise.
1894         * emultempl/elf32.em: Likewise.
1895         * emultempl/generic.em: Likewise.
1896         * emultempl/gld960.em: Likewise.
1897         * emultempl/gld960c.em: Likewise.
1898         * emultempl/linux.em: Likewise.
1899         * emultempl/lnk960.em: Likewise.
1900         * emultempl/m68kcoff.em: Likewise.
1901         * emultempl/mipsecoff.em: Likewise.
1902         * emultempl/pe.em: Likewise.
1903         * emultempl/sunos.em: Likewise.
1904         * emultempl/ticoff.em: Likewise.
1905         * emultempl/vanilla.em: Likewise.
1907 2002-05-22  Alan Modra  <amodra@bigpond.net.au>
1909         * genscripts.sh (LIB_PATH): For native targets, concatenate $libdir
1910         and $NATIVE_LIB_DIRS.  Add $tool_lib before other libs.
1911         (LIB_SEARCH_DIRS): No need to use "tr".
1912         (COMPILE_IN): Only set for native targets.
1913         * configure.host (NATIVE_LIB_DIRS): Specify all native search dirs
1914         here, rather than adding lib:/usr/lib:/usr/local/lib in genscripts.sh.
1915         * configure.tgt (powerpc*): Set tdir_*.
1916         (powerpcle*): Correct targ_extra_emuls.
1917         * emulparams/elf32ppc.sh (LIB_PATH): Set up native 64 bit dirs.
1918         * emulparams/elf64ppc.sh (LIB_PATH): Likewise.
1920 2002-05-22  Alan Modra  <amodra@bigpond.net.au>
1922         * emultempl/pe.em (set_pe_subsystem): Don't set "cmdline" when
1923         calling lang_add_entry.
1925 2002-05-21  H.J. Lu  (hjl@gnu.org)
1927         * emultempl/elf32.em (gld${EMULATION_NAME}_parse_args): Handle
1928         "-z muldefs".
1929         (gld${EMULATION_NAME}_list_options): Add "-z muldefs".
1931         * ld.texinfo: Updated for --allow-multiple-definition and
1932         "-z muldefs".
1934         * ldmain.c (main): Initialize the allow_multiple_definition
1935         field to false.
1937         * lexsup.c (OPTION_ALLOW_MULTIPLE_DEFINITION): New.
1938         (ld_options): Add --allow-multiple-definition.
1939         (parse_args): Support OPTION_ALLOW_MULTIPLE_DEFINITION.
1941 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
1943         * Makefile.am (ALL_EMULATIONS): Add earmelfb_nbsd.o.
1944         (earmelfb_nbsd.c): New rule.
1945         * Makefile.in: Regenerate.
1946         * configure.tgt (armeb-*-netbsdelf*): New target.
1947         (arm-*-netbsdelf*): Add armelfb_nbsd to targ_extra_emuls.
1948         (arm-*-netbsd*): Likewise.
1949         * emulparams/armelfb_nbsd.sh: New file.
1951 2002-05-18  Tom Rix  <trix@redhat.com>
1953         * emultempl/aix.em (gld*_parse_args): Add -bnortl and -bnortllib
1954         support.
1956 2002-05-17  Marek Michalkiewicz  <marekm@amelek.gda.pl>
1958         * Makefile.am: Add new emulations avr1, avr2, avr3, avr4, avr5.
1959         * Makefile.in: Regenerate.
1960         * configure.tgt (avr-*-*): Add avr[1-5] to targ_extra_emuls.
1962 2002-05-16  Marek Michalkiewicz  <marekm@amelek.gda.pl>
1964         * emulparams/avr1.sh: New file.
1965         * emulparams/avr2.sh: New file.
1966         * emulparams/avr3.sh: New file.
1967         * emulparams/avr4.sh: New file.
1968         * emulparams/avr5.sh: New file.
1969         * scripttempl/avr.sc: New file.
1971 2002-05-15  Alan Modra  <amodra@bigpond.net.au>
1973         * ldlang.c (section_already_linked): Call bfd_link_just_syms.
1974         (lang_place_orphans): Abort if just_syms_flag.
1976 2002-05-10  Tom Rix  <trix@redhat.com>
1978         * emultempl/aix.em: (gld*_set_output_arch): New function. Use
1979         architecture and machine information in the output bfd.
1980         (gld*_before_parse): Remove old arch and machine code.
1981         (choose_target): Rename to gld*_choose_target.
1982         (rtld): Change type to int.
1983         * ldfile.c (ldfile_try_open_bfd): Disable compatiblity check for
1984         objects in XCOFF archives.
1985         * ldfile.h: Update copyright date.
1987 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
1989         * ldmain.c (main): Enable -z combreloc by default.
1991 2002-05-07  Federico G. Schwindt <fgsch@olimpo.com.br>
1993         * Makefile.am: Honour DESTDIR.
1994         * Makefile.in: Regenerate.
1996 2002-05-07  Richard Sandiford  <rsandifo@redhat.com>
1998         * ldlang.h (lang_output_section_statement_type): Add update_dot_tree.
1999         (lang_enter_overlay): Remove the last two parameters.
2000         (lang_leave_overlay): Take them here instead.
2001         * ldgram.y (memspec_at_opt): Set $$ to null if no region is given.
2002         (section): Pass LMA and crossref flag to lang_leave_overlay rather
2003         than lang_enter_overlay.
2004         * ldlang.c (lang_memory_region_lookup): Return null for null names.
2005         (lang_output_section_statement_lookup): Initialize update_dot_tree.
2006         (lang_size_sections_1): Evaluate it.
2007         (lang_leave_output_section_statement): Rework LMA lookup.
2008         (overlay_lma, overlay_nocrossrefs): Remove.
2009         (lang_enter_overlay): Remove LMA and crossref arguments.
2010         (lang_enter_overlay_section): Don't set the LMA here.
2011         (lang_leave_overlay): Take LMA and crossref arguments.  Move the '.'
2012         assignment to the last section's update_dot_tree.  Unconditionally
2013         use the load and run-time regions specified in the OVERLAY statement.
2014         Likewise the first section's LMA.  Only set the other sections' LMAs
2015         when no load region is given.
2017 2002-05-06  Nick Clifton <nickc@redhat.com>
2019         * po/sv.po: New translation.
2021 2002-05-04  Alan Modra  <amodra@bigpond.net.au>
2023         * emultempl/hppaelf.em (build_section_lists): New function.
2024         (gld${EMULATION_NAME}_finish): Call elf32_hppa_setup_section_lists
2025         and build_section_lists.
2027 2002-05-03  Kazu Hirata  <kazu@cs.umass.edu>
2029         * ld.h: Fix formatting.
2030         * ldexp.c: Likewise.
2031         * ldfile.c: Likewise.
2032         * ldlang.c: Likewise.
2033         * ldmain.c: Likewise.
2034         * lexsup.c: Likewise.
2035         * pe-dll.c: Likewise.
2037 2002-05-02  Alan Modra  <amodra@bigpond.net.au>
2039         * emultempl/ppc64elf.em (gld${EMULATION_NAME}_after_allocation):
2040         Adjust for ppc64_elf_set_toc change.  #include libbfd.h.
2041         (build_section_lists): Do output_section tests here.
2043 2002-04-30  Tom Rix  <trix@redhat.com>
2045         * emultempl/aix.em : (gld*_parse_arge): Formatting changes.
2047 2002-05-01  Alan Modra  <amodra@bigpond.net.au>
2049         Long branch stubs, multiple stub sections.
2050         * emultempl/ppc64elf.em: Include ldctor.h.
2051         (stub_file): New var.
2052         (group_size): New var.
2053         (ppc_create_output_section_statements): New function.
2054         (struct hook_stub_info): New.
2055         (hook_in_stub): New function.
2056         (ppc_add_stub_section): New function.
2057         (ppc_layout_sections_again): New function.
2058         (build_section_lists): New function.
2059         (gld${EMULATION_NAME}_finish): Rewrite.
2060         (real_func): New var.
2061         (ppc_for_each_input_file_wrapper): New function.
2062         (ppc_lang_for_each_input_file): New function.
2063         (lang_for_each_input_file): Define.
2064         (PARSE_AND_LIST_PROLOGUE): Define.
2065         (PARSE_AND_LIST_LONGOPTS): Define.
2066         (PARSE_AND_LIST_OPTIONS): Define.
2067         (PARSE_AND_LIST_ARGS_CASES): Define.
2068         (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
2070 2002-04-30  Tom Rix  <trix@redhat.com>
2072         * emultempl/aix.em (gld*_parse_arge, gld*_before_allocation): Add
2073         -blibpath, -bnolibpath support.
2075 2002-04-30  Mark Mitchell  <mark@codesourcery.com>
2077         * Makefile.am (ALL_EMULATIONS): Add elf32ppcwindiss.o.
2078         (eelf32ppcwindiss.c): New target.
2079         * Makefile.in: Regenerated.
2080         * configure.tgt: Add support for powerpc-*-windiss.
2081         * emulparams/elf32ppcwindiss.sh: New file.
2083 2002-04-30  Richard Sandiford  <rsandifo@redhat.com>
2085         * ldlang.c (print_assignment): Update print_dot for assignments to ".".
2086         * ldexp.c (exp_print_token): Add "infix_p" argument.
2087         (exp_print_tree): Update accordingly.
2089 2002-04-28  Alan Modra  <amodra@bigpond.net.au>
2091         * Makefile.am (mpw): New maintainer mode rule to make mpw-*.c files.
2092         * Makefile.in: Regenerate.
2093         * mpw-elfmips.c: Delete.
2094         * mpw-eppcmac.c: Delete.
2095         * mpw-esh.c: Delete.
2096         * mpw-idtmips.c: Delete.
2098 2002-04-17  J"orn Rennecke <joern.rennecke@superh.com>
2100         * emulparams/shelf32.sh (MACHINE): Now sh5.
2102 2002-04-17  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2104         * ldgram.y: Fix syntax warning.
2106 2002-04-11  Nick Clifton  <nickc@cambridge.redhat.com>
2108         * emultempl/armelf.em (PARSE_AND_LIST_SHORTOPTS): Add 'n' in order
2109         to prevent "-n" from being taken as an abbreviation for
2110         "--no-pipeline-knowledge".
2112 2002-04-08  Alan Modra  <amodra@bigpond.net.au>
2114         * ldlang.c (lang_size_sections_1): Don't complain about
2115         SEC_NEVER_LOAD sections having no memory region specified.
2117         * ld.texinfo (Format Commands <OUTPUT_FORMAT>): Typo fix.
2119 2002-04-07  matthew green  <mrg@redhat.com>
2121         * ld/configure.host (*-*-netbsd*): Add support for NetBSD/ELF.
2123 2002-04-04  Alan Modra  <amodra@bigpond.net.au>
2125         * dep-in.sed: Cope with absolute paths.
2126         * Makefile.am (dep.sed): Subst TOPDIR and BFDDIR.
2127         Run "make dep-am".
2128         * Makefile.in: Regenerate.
2130 2002-04-04  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2132         * emulparams/elf64btsmip.sh: n64 replaces .reginfo with .MIPS.options.
2134 2002-04-03  Jakub Jelinek  <jakub@redhat.com>
2136         * ldexp.c (fold_binary) [DATA_SEGMENT_ALIGN]: If common page size
2137         is smaller than maximum, round dot up to common page boundary.
2139 2002-03-28  Alan Modra  <amodra@bigpond.net.au>
2141         * configure.host: Set up for generic hosts first, then tweak as
2142         necessary in more specific targets.
2143         (HOSTING_LIBS): Include libgcc_eh.a if found.
2145 2002-03-23  Andreas Jaeger  <aj@suse.de>
2147         * emulparams/elf_x86_64.sh (COMMONPAGESIZE): Set it.
2149 2002-03-21  Alan Modra  <amodra@bigpond.net.au>
2151         * Makefile.am: Run "make dep-am".
2152         * Makefile.in: Regenerate.
2154 2002-03-21  Albert Chin-A-Young  <china@thewrittenword.com>
2156         * genscripts.sh (LIB_SEARCH_DIRS): Quote path.
2158 2002-03-20  Alan Modra  <amodra@bigpond.net.au>
2160         * ldlang.c (ldlang_add_undef): If the output bfd has been opened,
2161         add the symbol to the linker hash table immediately.
2162         (lang_place_undefineds): Split symbol creation out..
2163         (insert_undefined): ..to here.
2165 2002-03-18  David O'Brien  <obrien@FreeBSD.org>
2167         * emultempl/elf32.em: Use lbasename vs. basename to fix problem where
2168         the contents of the buffer returned from basename function will are
2169         getting overwritten while still being used.
2171 2002-03-18  Jan Hubicka  <jh@suse.cz>
2172             Andreas Jaeger  <aj@suse.de>
2173             Andreas Schwab  <schwab@suse.de>
2175         * configure.tgt (x86_64-*-linux-gnu*): Configure i386 as native.
2176         * elf_x86_64.sh (ARCH): Set to i386:x86-64
2177         set libraries to default to lib64 paths.
2179 2002-03-18  Tom Rix  <trix@redhat.com>
2181         * Makefile.am : Add eaix5ppc and eaix5rs6, AIX 5 support.
2182         * configure.tgt : Same.
2183         * emulparms/aix5ppc.sh : New file. For eaix5ppc.
2184         * emulparms/aix5rs6.sh : New file. For eaix5rs6.
2185         * emulparms/aixppc.sh : OUPUT_FORMAT_32BIT and OUTPUT_FORMAT_64BIT
2186         emulation parameters for better -b32, -b64 support.
2187         * emulparms/aixrs6.sh : Same.
2188         * emulparms/ppcmacos.sh : Same.
2189         * emultempl/aix.em (choose_target) : Use new emulation parameters
2190         OUTPUT_FORMAT_32BIT and OUTPUT_FORMAT_64BIT.
2191         * Makefile.in : Regenerate.
2193 2002-03-18  Nick Clifton  <nickc@cambridge.redhat.com>
2195         * po/fr.po: Updated version.
2197 2002-03-18  Alan Modra  <amodra@bigpond.net.au>
2199         * ldmain.c (main): Move .text readonly flag fudges from here..
2200         * ldlang.c (lang_process): ..to here.
2202 2002-03-14  Alan Modra  <amodra@bigpond.net.au>
2204         * ldlang.c (lang_check): Remove the word size check added in last
2205         change.  Treat emitrelocations case as for relocatable links.
2207 2002-03-13  Nick Clifton  <nickc@cambridge.redhat.com>
2209         * po/fr.po: Updated version.
2211 2002-03-13  Alan Modra  <amodra@bigpond.net.au>
2213         * ldlang.c (lang_check): Do relocatable link checks first, so that
2214         warn_mismatch can't override.  Check compatible and word size too.
2216 2002-03-07  Daniel Jacobowitz  <drow@mvista.com>
2218         * ld.texinfo: Wrap @menu in @ifnottex, not @ifinfo.
2220 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
2222         * scripttempl/elf.sc: Only use DATA_SEGMENT_END() together with
2223         DATA_SEGMENT_ALIGN.
2225 2002-03-04  H.J. Lu <hjl@gnu.org>
2227         * scripttempl/elf.sc: Put .preinit_array, .init_array and
2228         .fini_array in the data segment.
2230 2002-03-04  Alan Modra  <amodra@bigpond.net.au>
2232         * scripttempl/elf.sc: Correct syntax errors in 2002-03-01 commit.
2234 2002-03-01  David Mosberger  <davidm@hpl.hp.com>
2236         * scripttempl/elf.sc (SECTIONS): Add entries for .preinit_array,
2237         .init_array, and .fini_array.
2239 2002-02-20  Andreas Schwab  <schwab@suse.de>
2241         * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Don't fold
2242         .IA64_unwind* in a relocatable link.
2244 2002-02-20  Nick Clifton  <nickc@cambridge.redhat.com>
2246         * NEWS: Mark 2.12 branch.
2248 2002-02-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2250         * emulparams/elf64_s390.sh (ARCH): Change to "s390:64-bit".
2251         * emulparams/elf_s390.sh (ARCH): Change to "s390:31-bit".
2253 2002-02-18  Tom Rix  <trix@redhat.com>
2255         * emultempl/aix.em (gld*_parse_args): Add -brtl support.
2256         (gld*_before_allocation): Same.
2257         (gld*_create_output_section_statements): Generate
2258         __rtinit if run time linking.  Add librtl.a to the link.
2259         (gld*_read_file): Clean.
2261 2002-02-18  Alan Modra  <amodra@bigpond.net.au>
2263         * emulparams/elf64ppc.sh (OTHER_TEXT_SECTIONS): Define.
2265 2002-02-18  David O'Brien  <obrien@FreeBSD.org>
2267         * Makefile.am: Add new files earmelf_fbsd, eelf32ppc_fbsd,
2268         eelf_i386_fbsd, eelf64_ia64_fbsd, eelf_x86_64_fbsd, eelf64_sparc_fbsd,
2269         and eelf64alpha_fbsd.
2270         * Makefile.in: Regenerate.
2271         * configure.tgt(sparc64-*-freebsd, ia64-*-freebsd, i[3456]86-*-freebsd,
2272         x86_64-*-freebsd, arm-*-freebsd, alpha*-*-freebsd, powerpc-*-freebsd):
2273         use a FreeBSD-specific emulation rather than the psABI one.
2274         * emulparams/elf_fbsd.sh (ELF_INTERPRETER_NAME): Set appropriate value
2275         for all FreeBSD ELF systems.
2276         * emulparams/armelf_fbsd.sh: Bridge elf_fbsd.sh and the "native" psABI
2277         emulation.
2278         * emulparams/elf32ppc_fbsd.sh: Likewise.
2279         * emulparams/elf64_ia64_fbsd.sh: Likewise.
2280         * emulparams/elf64_sparc_fbsd.sh: Likewise.
2281         * emulparams/elf64alpha_fbsd.sh: Likewise.
2282         * emulparams/elf_i386_fbsd.sh: Likewise.
2283         * emulparams/elf_x86_64_fbsd.sh: Likewise.
2285 2002-02-18  Nick Clifton  <nickc@cambridge.redhat.com>
2287         * po/tr.po: Updated version.
2289 2002-02-18  Alan Modra  <amodra@bigpond.net.au>
2291         * ld.texinfo (Output Section Fill): Fix amateur texinfo.
2292         (FILL): Likewise.
2294 2002-02-17  Hans-Peter Nilsson  <hp@bitrange.com>
2296         * emultempl/mmo.em (mmo_after_open): Don't call
2297         _bfd_mmix_check_all_relocs when producing ELF output.
2299 2002-02-15  Richard Henderson  <rth@redhat.com>
2301         * emulparams/elf64alpha.sh (NOP): Adjust for big-endian
2302         definition.  Emit a unop+nop pair.
2304 2002-02-15  Hans-Peter Nilsson  <hp@bitrange.com>
2306         * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Also check
2307         for presence of .MMIX.reg_contents.linker_allocated before early
2308         exit.
2310         * NEWS: Mention support for MMIX.
2312 2002-02-15  Alan Modra  <amodra@bigpond.net.au>
2314         Support arbitrary length fill patterns.
2315         * ld.texinfo (Output Section Fill): Describe fill expressions.
2316         (FILL): Refer to the above.
2317         * ldexp.h (etree_value_type): Add "str" field.
2318         (union etree_union): Add "str" to "value" struct.
2319         (exp_bigintop): Declare.
2320         (exp_get_fill): Declare.
2321         * ldexp.c: Include "safe-ctype.h".
2322         (exp_intop): Set value.str to NULL.
2323         (exp_bigintop): New function.
2324         (new_rel): Pass in "str", and set new.str from it.
2325         (new_rel_from_section): Set new.str to NULL.
2326         (fold_name): Adjust calls to new_rel.
2327         (exp_fold_tree): Likewise.
2328         (exp_get_fill): New function.
2329         * ldgram.y (struct big_int bigint, fill_type *fill): New.
2330         (INT): Returns a "bigint".  Adjust all code handling INTs.
2331         (fill_opt): Returns a "fill".
2332         (fill_exp): Split out of fill_opt, use for FILL.
2333         * ldlang.h (struct _fill_type): New.
2334         (fill_type): Move typedef to ldexp.h.
2335         (lang_output_section_statement_type): "fill" is now a pointer.
2336         (lang_fill_statement_type): Likewise.
2337         (lang_padding_statement_type): Likewise.
2338         (lang_add_fill): Now takes a "fill_type *" param.
2339         (lang_leave_output_section_statement): Likewise.
2340         (lang_do_assignments): Likewise.
2341         (lang_size_sections): Likewise.
2342         (lang_leave_overlay_section): Likewise.
2343         (lang_leave_overlay): Likewise.
2344         * ldlang.c: Include ldgram.h after ldexp.h.
2345         (lang_output_section_statement_lookup): Adjust for fill_type change.
2346         (print_fill_statement): Likewise.
2347         (print_padding_statement): Likewise.
2348         (insert_pad): Now takes a "fill_type *" arg.
2349         (size_input_section): Likewise.
2350         (lang_size_sections_1): Likewise.
2351         (lang_size_sections): Likewise.
2352         (lang_do_assignments): Likewise.
2353         (lang_add_fill): Likewise.
2354         (lang_leave_output_section_statement): Likewise.
2355         (lang_leave_overlay_section): Likewise.
2356         (lang_leave_overlay): Likewise.
2357         Adjust all callers of the above function.
2358         * ldlex.l: Include ldgram.h after ldexp.h.  Allow hex numbers
2359         starting with "0X" as well as "0x".  Return bigint.str for hex
2360         numbers starting with "0x" or "0X", zero bigint.str otherwise.
2361         Always use base 16 for numbers starting with "$".
2362         * ldmain.c: Include ldgram.h after ldexp.h.
2363         * ldwrite.c (build_link_order): Use bfd_data_link_order in place
2364         of bfd_fill_link_order.
2365         * pe-dll.c: Adjust lang_do_assignments calls.
2366         * emultempl/elf32.em: Likewise.
2367         * emultempl/hppaelf.em: Likewise.
2368         * emultempl/ppc64elf.em: Likewise.
2369         * emultempl/beos.em: Include ldgram.h after ldexp.h, adjust
2370         lang_add_assignment call.
2371         * emultempl/pe.em: Likewise.
2373 2002-02-14  Phil Edwards  <pme@gcc.gnu.org>
2375         * ld.texinfo (VERSION scripts):  Symbol names are globbing patterns.
2376         * ldgram.y (lang_new_vers_regex):  Rename to lang_new_vers_pattern;
2377         the pattern in question is not a regexp.
2378         * ldlang.c:  Likewise.
2379         * ldlang.h:  Likewise.
2380         * ldlex.l (V_IDENTIFIER):  Allow '[', ']', '-', '!', and '^' also.
2382 2002-02-12  Jakub Jelinek  <jakub@redhat.com>
2384         * ldlex.l (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): New tokens.
2385         * ldgram.y (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): New tokens.
2386         (exp): Add DATA_SEGMENT_ALIGN (exp, exp) and DATA_SEGMENT_END (exp).
2387         * ldexp.c (exp_data_seg): New variable.
2388         (exp_print_token): Handle DATA_SEGMENT_ALIGN and DATA_SEGMENT_END.
2389         (fold_binary): Handle DATA_SEGMENT_ALIGN.
2390         (exp_fold_tree): Handle DATA_SEGMENT_END.
2391         Pass allocation_done when recursing instead of hardcoding
2392         lang_allocating_phase_enum.
2393         * ldexp.h (exp_data_seg): New.
2394         * ldlang.c (lang_size_sections_1): Renamed from lang_size_sections.
2395         (lang_size_sections): New.
2396         * ld.texinfo (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): Document.
2397         * scripttempl/elf.sc: Use DATA_SEGMENT_ALIGN and DATA_SEGMENT_END
2398         if COMMONPAGESIZE is defined.
2399         * emulparams/elf_i386.sh (COMMONPAGESIZE): Set to 4K.
2400         * emulparams/elf32_sparc.sh (COMMONPAGESIZE): Set to 8K.
2401         * emulparams/elf64_sparc.sh (COMMONPAGESIZE): Set to 8K.
2402         * emulparams/elf64alpha.sh (COMMONPAGESIZE): Set to 8K.
2403         * emulparams/elf64_ia64.sh (COMMONPAGESIZE): Set to 16K for shared
2404         libraries only.
2406 2002-02-11  Alan Modra  <amodra@bigpond.net.au>
2408         * Makefile.in: Regenerate.
2410 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
2412         * lexsup.c: Remove strtoul declaration.
2414 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
2416         * ldmain.c: Add prototype for main ().
2417         * lexsup.c: Guard declaration of strtoul with HAVE_STDLIB_H.
2418         * emultempl/lnk960.em (lnk960_choose_target): Function should
2419         take two arguments.
2421 2002-02-10  Alan Modra  <amodra@bigpond.net.au>
2423         * ldlang.c (entry_section): New initialised variable.
2424         (lang_finish): Use it.
2425         * ldlang.h (entry_section): Declare.
2426         * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Set
2427         entry_section to ".opd".
2429 2002-02-09  Chris Demetriou  <cgd@broadcom.com>
2431         * ld.texinfo (Options): Add back in -nostdlib documentation,
2432         which had been inadvertently removed.
2434 2002-02-09  Hans-Peter Nilsson  <hp@bitrange.com>
2436         * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Adjust
2437         register section vma to a sane value after emitting error.  Make
2438         fatal conditions cause program exit when emitting message.
2440 2002-02-08  Ivan Guzvinec <ivang@opencores.org>
2442         * configure.tgt: Add or32-*-rtems target.
2444 2002-02-08  Alexandre Oliva  <aoliva@redhat.com>
2446         Contribute sh64-elf.
2447         2002-01-24  Alexandre Oliva  <aoliva@redhat.com>
2448         * emulparams/shelf32.sh (STACK_ADDR): Define as formerly defined
2449         in OTHER_RELOCATABLE_SECTIONS.
2450         2002-01-18  Alexandre Oliva  <aoliva@redhat.com>
2451         * emulparams/shelf32.sh (STACK_ADDR): Define.
2452         (OTHER_RELOCATABLE_SECTIONS): Renamed to...
2453         (OTHER_SECTIONS): this.  Removed stack settings.
2454         * emulparams/shelf64.sh (OTHER_RELOCATABLE_SECTIONS): Do not set.
2455         (OTHER_SECTIONS): Reset after sourcing shelf32.sh.
2456         2001-03-12  DJ Delorie  <dj@redhat.com>
2457         * emultempl/sh64elf.em (sh64_elf_$_before_allocation): Disable
2458         relaxing if any shmedia or mixed sections are found.
2459         2001-03-07  DJ Delorie  <dj@redhat.com>
2460         * emultempl/sh64elf.em (sh64_elf_before_allocation): Pass f to
2461         einfo.  Gracefully decline to output to non-elf formats.
2462         2001-03-06  Hans-Peter Nilsson  <hpn@redhat.com>
2463         * emulparams/shelf64.sh (OTHER_RELOCATING_SECTIONS) <.stack>:
2464         Default to _end aligned to next multiple of 0x40000, plus 0x40000.
2465         * emulparams/shelf32.sh: Ditto.
2466         2001-01-14  Hans-Peter Nilsson  <hpn@cygnus.com>
2467         * emulparams/shelf32.sh (OTHER_RELOCATING_SECTIONS): Tweak
2468         comment.
2469         2001-01-10  Ben Elliston  <bje@redhat.com>
2470         * emulparams/shelf32.sh (OTHER_RELOCATING_SECTIONS): Avoid
2471         non-portable shell constructs. From Hans-Peter Nilsson.
2472         2001-01-09  Hans-Peter Nilsson  <hpn@cygnus.com>
2473         * emulparams/shelf64.sh (EXTRA_EM_FILE): Define empty.
2474         * Makefile.am (eshelf64.c, eshlelf64.c, eshlelf32.c): Adjust
2475         dependencies to the shell script include chain.
2476         * Makefile.in: Regenerate.
2477         2001-01-06  Hans-Peter Nilsson  <hpn@cygnus.com>
2478         * emultempl/sh64elf.em: Update and tweak comments.
2479         (sh64_elf_${EMULATION_NAME}_after_allocation): Always allocate and
2480         make a .cranges section SEC_IN_MEMORY.
2481         2000-12-30  Hans-Peter Nilsson  <hpn@cygnus.com>
2482         * emultempl/sh64elf.em
2483         (sh64_elf_${EMULATION_NAME}_before_allocation): Don't stop when
2484         .cranges section found to be necessary; continue and set stored
2485         section contents flags for sections with non-mixed contents.
2486         Use a struct sh64_section_data container and sh64_elf_section_data
2487         to store contents-type flags.
2488         Remove unused update of "isec".
2489         (sh64_elf_${EMULATION_NAME}_after_allocation): Only process
2490         sections marked SHF_SH5_ISA32_MIXED.  Use sh64_elf_section_data to
2491         access contents-type flags.  Assert that the associated container
2492         is initialized.  Use that container, not elf_gp_size, to hold size
2493         of linker-generated cranges contents.
2494         2000-12-18  Hans-Peter Nilsson  <hpn@cygnus.com>
2495         * emultempl/sh64elf.em
2496         (sh64_elf_${EMULATION_NAME}_before_allocation): Exit early if
2497         there's already a .cranges section.  When section flag difference
2498         is found, don't NULL-check cranges a second time.  Tweak comments.
2499         (sh64_elf_${EMULATION_NAME}_after_allocation): Use size after
2500         merging, not max size, as size of ld-generated .cranges contents.
2501         Don't set ELF section flags in output section.  When checking for
2502         needed .cranges descriptors, don't use a variable; compare
2503         incoming ELF section flags directly to SHF_SH5_ISA32_MIXED.  Tweak
2504         comments.
2505         2000-12-18  Hans-Peter Nilsson  <hpn@cygnus.com>
2506         * emultempl/sh64elf.em: New file.
2507         * Makefile.am (eshelf32.c, eshlelf32.c): Adjust dependencies.
2508         * Makefile.in: Regenerate.
2509         * emulparams/shelf32.sh (OUTPUT_FORMAT): Only set if not set.
2510         (OTHER_RELOCATING_SECTIONS): Ditto.
2511         (EXTRA_EM_FILE): New, set to sh64elf if not set.
2512         * emulparams/shlelf32.sh: Stub out all settings except
2513         OUTPUT_FORMAT.  Source shelf32.sh.
2514         * emulparams/shelf64.sh: Similar, but also keep ELF_SIZE and
2515         OTHER_RELOCATING_SECTIONS.
2516         (OTHER_RELOCATING_SECTIONS): Remove .cranges.
2517         * emulparams/shlelf64.sh: Stub out all settings except
2518         OUTPUT_FORMAT.  Source shelf64.sh.
2519         2000-12-15  Hans-Peter Nilsson  <hpn@cygnus.com>
2520         * emulparams/shelf64.sh (OTHER_RELOCATING_SECTIONS): Include
2521         .cranges section.
2522         (DATA_START_SYMBOLS): Define, provide ___data.
2523         (OTHER_READONLY_SYMBOLS): Define, provide ___rodata and align to 8
2524         for consecutive .data section.
2525         (OTHER_GOT_SECTIONS): Define, align to 8 for consecutive .bss
2526         section after .data section.
2527         * emulparams/shlelf64.sh: Ditto.
2528         * emulparams/shelf32.sh: Ditto.
2529         (ALIGNMENT): Define to 8.
2530         * emulparams/shelf32.sh: Ditto.
2531         2000-12-12  Hans-Peter Nilsson  <hpn@cygnus.com>
2532         * configure.tgt (sh64-*-elf*): Assign targ_extra_libpath to get
2533         built-in linker scripts.
2534         2000-11-30  Hans-Peter Nilsson  <hpn@cygnus.com>
2535         * emulparams/shlelf64.sh: New.
2536         * emulparams/shelf64.sh: New.
2537         * configure.tgt (sh64-*-elf*): Add shelf64 and shlelf64 to
2538         targ_extra_emuls.
2539         * Makefile.am: Add support for shlelf64 and shelf64.
2540         * Makefile.in: Regenerate.
2541         2000-11-29  Hans-Peter Nilsson  <hpn@cygnus.com>
2542         * configure.tgt (sh64-*-elf*): Add shelf as default.
2543         Add shlelf to targ_extra_emuls.
2544         2000-11-24  Hans-Peter Nilsson  <hpn@cygnus.com>
2545         * emulparams/shelf32.sh: New file.
2546         * emulparams/shlelf32.sh: New file.
2547         * Makefile.am: Add support for shlelf32 and shelf32.
2548         * configure.tgt: Map sh64-*-elf* to shlelf32 and shelf32.
2549         * Makefile.in: Regenerate.
2551 2002-02-05  Hans-Peter Nilsson  <hp@axis.com>
2553         * ldlang.c (lang_reset_memory_regions): Rename from
2554         reset_memory_regions.  Change all callers.  Make public.
2555         * ldlang.h (lang_reset_memory_regions): Prototype.
2556         * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Call
2557         lang_reset_memory_regions before lang_size_sections.
2558         * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
2559         * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Likewise.
2561 2002-02-04  Hans-Peter Nilsson  <hp@bitrange.com>
2563         * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Use signed
2564         arithmetic when checking for too many global registers.
2566 2002-02-02  Jason Thorpe  <thorpej@wasabisystems.com>
2568         * Makefile.am (ALL_EMULATIONS): Add ehppanbsd.o.
2569         (ehppanbsd.c): New rule.
2570         * Makefile.in: Regenerate.
2571         * configure.tgt (hppa*-*-netbsd*): New target.
2572         * emulparams/hppalinux.sh: Add comment to check other files
2573         that source this file it is modified, and list which
2574         files that do.
2575         * emulparams/hppanbsd.sh: New file.
2577 2002-02-01  Geoffrey Keating  <geoffk@redhat.com>
2579         * scripttempl/xstormy16.sc: Don't allocate extra space for the
2580         stack.
2582 2002-02-01  Hans-Peter Nilsson  <hp@bitrange.com>
2584         Support on-demand global register allocation from
2585         R_MMIX_BASE_PLUS_OFFSET relocs.
2586         * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Rename from
2587         mmix_set_reg_section_vma.  Call
2588         _bfd_mmix_finalize_linker_allocated_gregs.
2589         (mmix_before_allocation): New function.
2590         (LDEMUL_AFTER_ALLOCATION): Set to mmix_after_allocation.
2591         (LDEMUL_BEFORE_ALLOCATION): Define to mmix_before_allocation.
2592         * scripttempl/mmo.sc (.text): Mark .init, .fini as KEEP.
2593         (.MMIX.reg_contents): Add .MMIX.reg_contents.linker_allocated
2594         before .MMIX.reg_contents.
2595         * emultempl/mmo.em (gldmmo_before_allocation): Define to default.
2596         (mmo_after_open): New function.
2597         (LDEMUL_AFTER_OPEN): Define to mmo_after_open.
2598         * emulparams/elf64mmix.sh (OTHER_SECTIONS): Tweak formatting.  Add
2599         .MMIX.reg_contents.linker_allocated before .MMIX.reg_contents.
2601 2002-01-31  Ivan Guzvinec  <ivang@opencores.org>
2603         * emulparams/or32.sh: New file.
2604         * emulparams/or32elf.sh: New file.
2605         * scripttempl/or32.sc: New file.
2606         * configure.tgt : Add support for or32.
2607         * configure: Regenerate
2608         * Makefile.am: Add support for or32.
2609         * Makefile.in: Regenerate.
2610         * NEWS: Mention support for or32.
2611         * po/ld.pot: Regenerate.
2613 2002-01-29  Chris Demetriou  <cgd@broadcom.com>
2614             Mitch Lichtenberg  <mpl@broadcom.com>
2616         * emulparams/elf32bmip.sh (EXTRA_EM_FILE): Define to be mipself.
2617         * emultempl/mipself.em: New file to handle MIPS ELF embedded
2618         reloc creation (ld --embedded-relocs).
2620 2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
2622         * configure: Regenerated.
2624 2002-01-26  Hans-Peter Nilsson  <hp@bitrange.com>
2626         * Makefile.am (install): Depend on install-info.
2627         * Makefile.in: Regenerate.
2629 2002-01-26  Christian Rose  <menthos@menthos.com>
2631         * ldmain.c (main): Use full sentences to ease translation.
2633 2002-01-26  Nick Clifton  <nickc@cambridge.redhat.com>
2635         * po/fr.po: Updated version.
2637 2002-01-25  Nick Clifton  <nickc@cambridge.redhat.com>
2639         * po/es.po: Updated version.
2641 2002-01-25  Andreas Jaeger  <aj@suse.de>
2643         * ldlex.l (yy_input): Correct error check.
2645 2002-01-25  Alan Modra  <amodra@bigpond.net.au>
2647         * ldmisc.c (demangle): Put back dots when string not demangled.
2649 2002-01-22  Richard Henderson  <rth@redhat.com>
2651         * emulparams/elf64alpha.sh (NOP): Use unop.
2653 2002-01-21  Andreas Jaeger  <aj@suse.de>
2655         * ldlex.l: Use fread instead of read.
2657 2002-01-21  Jason Thorpe  <thorpej@wasabisystems.com>
2659         * configure.tgt (ia64-*-netbsd*): New target.
2661 2002-01-21  H.J. Lu <hjl@gnu.org>
2663         * emulparams/elf32btsmip.sh (SHLIB_TEXT_START_ADDR): Change to
2664         0.
2665         * emulparams/elf64btsmip.sh (SHLIB_TEXT_START_ADDR): Likewise.
2667 2002-01-18  Andreas Jaeger  <aj@suse.de>
2669         * ldver.c (ldversion): Update year.
2671 2002-01-17  Nick Clifton  <nickc@cambridge.redhat.com>
2673         * po/ld.pot: Regenerate.
2675 2002-01-16  Alan Modra  <amodra@bigpond.net.au>
2677         * Makefile.am (eelf64ppc.c, eelf64lppc.c): Depend on ppc64elf.em.
2678         * Makefile.in: Regenerate.
2679         * emulparams/elf64ppc.sh (EXTRA_EM_FILE): Define.
2680         * emultempl/ppc64elf.em: New file.
2682 2002-01-15  DJ Delorie  <dj@redhat.com>
2684         * scripttempl/pe.sc: Add support for constructor priorities.
2686 2002-01-07  Marek Michalkiewicz  <marekm@amelek.gda.pl>
2688         * emulparams/avr1200.sh (DATA_START): Define as 0x60.
2689         * emulparams/avr23xx.sh: Likewise.
2690         * emulparams/avr4433.sh: Likewise.
2691         * emulparams/avr44x4.sh: Likewise.
2692         * emulparams/avr85xx.sh: Likewise.
2693         * emulparams/avrmega103.sh: Likewise.
2694         * emulparams/avrmega161.sh: Likewise.
2695         * emulparams/avrmega603.sh: Likewise.
2696         * scripttempl/elf32avr.sc: Use DATA_START instead of 0x60.
2698 2002-01-08  Alexandre Oliva  <aoliva@redhat.com>
2700         * ldlang.c (walk_wild_section): Exclude object file if enclosing
2701         archive is excluded.
2703 2002-01-07  Jason Thorpe  <thorpej@wasabisystems.com>
2705         * Makefile.am (ALL_EMULATIONS): Add eshelf_nbsd.o and eshlelf_nbsd.o.
2706         (eshelf_nbsd.c): New rule.
2707         (eshlelf_nbsd.c): New rule.
2708         * Makefile.in: Regenerate.
2709         * configure.tgt (sh*le-*-netbsdelf*): New target.
2710         (sh*-*-netbsdelf*): New target.
2711         * emulparams/shelf.sh: Document that shelf_nbsd.sh sources this file.
2712         * ld/emulparams/shelf_nbsd.sh: New emulation.
2713         * ld/emulparams/shlelf_nbsd.sh: New emulation.
2715 2002-01-07  Nick Clifton  <nickc@cambridge.redhat.com>
2717         * po/es.po: New file: Spanish translation.
2718         * configure.in (ALL_LINGUAS): Add es.
2719         * configure: Regenerate.
2721 2002-01-06  John Marshall  <jmarshall@acm.org>
2723         * ld.texinfo: Note that --emit-relocs is currently only
2724         implemented for ELF.
2726 2002-01-05  Alan Modra  <amodra@bigpond.net.au>
2728         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Make use
2729         of bfd_section_list_remove and bfd_section_list_insert macros.
2730         * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
2731         * emultempl/mmo.em (mmo_place_orphan): Likewise.
2733 2002-01-04  Jason Thorpe  <thorpej@wasabisystems.com>
2735         * configure.tgt (x86_64-*-netbsd*): New target.
2737 2001-12-21  Tom Rix  <trix@redhat.com>
2739         (gld*_create_output_section_statements): New function.
2740         For -binitfini support.
2741         * emultempl/aix.em (gld*_before_parse): Fix comment.
2742         * emultempl/aix.em (gld*_parse_args): Fix comment.
2744 2001-12-20  Jason Thorpe  <thorpej@wasabisystems.com>
2746         * configure.tgt (mips*-dec-netbsd*): Delete alias for
2747         mips*el-*-netbsd*.
2748         (sparc64-*-netbsd*): Add elf32_sparc to targ_extra_emuls.
2750         * configure.tgt (arm-*-netbsdelf*): Add target.
2751         (arm-*-netbsd*): Add armelf and armelf_nbsd to targ_extra_emuls.
2752         * emulparams/armelf_nbsd.sh: Added.
2753         * Makefile.am: Add rules for earmelf_nbsd.
2754         * Makefile.in: Regenerate.
2756 2001-12-19  Andreas Jaeger  <aj@suse.de>,
2757             Susanne Oberhauser <froh@suse.de>
2759         * configure.host: Add rules for x86_64-*linux-gnu.  Change
2760         s390x-linux entry to use gcc to report configuration, replace gcc
2761         with $CC in s390-linux
2763 2001-12-19  Andreas Jaeger  <aj@suse.de>
2765         * ld.texinfo (VERSION): Fix markup.
2767 2001-12-18  matthew green  <mrg@eterna.com.au>
2769         * Makefile.am (ALL_EMULATIONS): Add m68kelfnbsd.o.
2770         (m68kelfnbsd.c): New rule.
2771         * Makefile.in: Regenerate.
2772         * configure.tgt (m68*-hp-netbsd*): Renamed to ..
2773         (m68*-*-netbsd*4k*): .. this.
2774         (m68*-*-netbsdelf*): New target.
2775         (m68*-*-netbsd*): Also include ELF support.
2776         (m68*-*-netbsdaout*): New alias for m68*-*-netbsd*.
2777         * emulparams/m68kelfnbsd.sh: New emulation.
2779 2001-12-18  Jakub Jelinek  <jakub@redhat.com>
2781         * ldgram.y (vers_node): Support anonymous version tags.
2782         * ldlang.c (lang_register_vers_node): Ensure anonymous version
2783         tag is not defined together with non-anonymous versions.
2784         * ld.texinfo: Document it.
2786 2001-12-18  Nick Clifton  <nickc@cambridge.redhat.com>
2788         * po/tr.po: New file: Turkish translation.
2789         * configure.in (ALL_LINGUAS): Add tr.
2790         * configure: Regenerate.
2792 2001-12-17  Jason Thorpe  <thorpej@wasabisystems.com>
2794         * Makefile.am: Add rules for eelf64alpha_nbsd.
2795         * Makefile.in: Regenerate.
2796         * configure.tgt (alpha*-*-netbsd*): Set
2797         targ_emul to elf64alpha_nbsd.
2798         * emulparams/elf64alpha_nbsd.sh: Added.
2800 2001-12-17  Alan Modra  <amodra@bigpond.net.au>
2802         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Adjust
2803         section_tail when fiddling with section list.
2804         (gld${EMULATION_NAME}_list_options): Ensure sentences aren't
2805         broken into separate strings to make translation easier.
2806         * emultempl/mmo.em (mmo_place_orphan): Adjust section_tail when
2807         fiddling with section list.
2808         * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
2810 2001-12-16  Hans-Peter Nilsson  <hp@bitrange.com>
2812         * scripttempl/mmo.sc: Add .debug_ranges to listed sections.
2814 2001-12-15  Alan Modra  <amodra@bigpond.net.au>
2816         * ldmain.c (main): Initialise link_info.eh_frame_hdr.
2818 2001-12-13  Jakub Jelinek  <jakub@redhat.com>
2820         * emultempl/elf32.em (finish): Supply output_bfd
2821         to bfd_elf*_discard_info.
2822         (OPTION_EH_FRAME_HDR): Define.
2823         (longopts): Add --eh-frame-hdr.
2824         (parse_args): Handle it.
2825         (list_options): Add --eh-frame-hdr to help.
2826         * emultempl/hppaelf.em (finish): Supply output_bfd
2827         to bfd_elf*_discard_info.
2828         * scripttempl/elf.sc (.eh_frame_hdr): Add.
2830 2001-12-13  Alan Modra  <amodra@bigpond.net.au>
2832         * lexsup.c (parse_args): Don't pass shortopts to second call to
2833         getopt functions.  Restore optind rather than decrementing before
2834         second call.  Remove errind as it now duplicates last_optind.
2836 2001-12-11  Christopher Faylor  <cgf@redhat.com>
2838         * emultempl/pe.em (gld_${EMULATION_NAME}_list_options): Fix typo.
2840 2001-12-07  Geoffrey Keating  <geoffk@redhat.com>
2841             Richard Henderson  <rth@redhat.com>
2843         * Makefile.am: Add support for xstormy16.
2844         * configure.tgt: Add support for xstormy16.
2845         * Makefile.in: Regenerate.
2846         * emulparams/elf32xstormy16.sh: New file.
2847         * scripttempl/xstormy16.sc: New file.
2849 2001-10-01  Christopher Faylor <cgf@cygnus.com>
2851         * Makefile.in (LIB_PATH): Make configurable.
2852         (GENSCRIPTS): Set LIB_PATH in environment.
2853         * configure.in: Substitute LIB_PATH.
2854         * configure: Regenerate.
2855         * configure.tgt (*cygwin): Set LIB_PATH for cross build.
2856         * configure.host (*cygwin): Add /usr/lib/w32api to NATIVE_LIB_DIRS.
2858 2001-12-07  Nick Clifton  <nickc@cambridge.redhat.com>
2860         * lexsup.c (ld_options): Insert 'PROGRAM' into the text string
2861         describing the -N option so that it is easier to translate into
2862         foreign languages.
2864 2001-12-05  Nick Clifton  <nickc@cambridge.redhat.com>
2866         * emultempl/pe.em (..._list_options): Replace multiple fprintf
2867         statements describing a single option with a single, newline
2868         escaped fprintf.  This allows better translation into other
2869         languages.
2871         * ldmain.c (add_archive_element): Combine multiple strings
2872         into a single string to permit better translation into other
2873         languages.
2875 2001-12-05  Tom Rix  <trix@redhat.com>
2877         * Makefile.am: Remove eaixppc64.
2878         * Makefile.in: Regenerate.
2880 2001-12-04  Tom Rix  <trix@redhat.com>
2882         * emultempl/aix.em (choose_target): Change default target to
2883         OUTPUT_FORMAT for ppcmacos.  Add braces to remove compiler
2884         warning.
2885         (gld*_read_file):  Fix typo.
2886         (change_symbol_mode): Add prototype.
2887         (is_syscall): Same.
2889         * emulparams/aixppc.sh (SYSCALL_MASK, SYMBOL_MODE_MASK): Delete.
2890         * emulparams/aixrs6.sh : Same.
2891         * emulparams/ppcmacos.sh : Same.
2892         * emulparams/aixppc64.sh : Delete file.
2893         * emultempl/aix.em : Formatting changes.
2895 2001-12-04  Hans-Peter Nilsson  <hp@axis.com>
2897         * emulparams/criself.sh (NO_SMALL_DATA): Set, to yes.
2898         (OTHER_BSS_END_SYMBOLS): Don't refer to .sbss when setting
2899         __Sbss.
2900         (OTHER_END_SYMBOLS): Fix formatting.
2901         * emulparams/crislinux.sh (NO_SMALL_DATA): Set, to yes.
2902         (OTHER_END_SYMBOLS): Fix formatting.
2904 2001-12-04  Alan Modra  <amodra@bigpond.net.au>
2906         * ldexp.c (exp_print_token): Correct "table" entry for RSHIFT.
2908 2001-12-02  Tom Rix  <trix@redhat.com>
2910         * configure.tgt : Remove eaixppc64 emulations.
2911         * Makefile.in : Remove eaixppc64.c
2912         * ldemul.c (ldemul_choose_target): New parameters argc, argv.
2913         (ldemul_default_target): Same.
2914         * emultempl/gld960.em (gld960_choose_target):  Same.
2915         * emultempl/gld960c.em (gld960_choose_target):  Same.
2916         * scripttempl/aix.sc: Remove OUTPUT_FORMAT.
2917         * emultempl/aix.em (is_syscall): syscall_mask now a variable.
2918         * emultempl/aix.em (gld*_read_file): symbol_mode_mask now a variable.
2919         * emultempl/aix.em (gld*_parse_args): Handle -b32 -b64 emulation.
2920         * emultempl/aix.em (choose_target): New function.  Handle emulation of
2921         -b32 and -b64.
2923 2001-11-27  H.J. Lu <hjl@gnu.org>
2925         * emulparams/elf_i386.sh (NO_SMALL_DATA): Set to yes.
2926         * emulparams/elf_i386_be.sh (NO_SMALL_DATA): Likewise.
2927         * emulparams/elf_i386_chaos.sh (NO_SMALL_DATA): Likewise.
2928         * emulparams/elf_i386_ldso.sh (NO_SMALL_DATA): Likewise.
2929         * emulparams/elf_x86_64.sh (NO_SMALL_DATA): Likewise.
2930         * emulparams/m68kelf.sh (NO_SMALL_DATA): Likewise.
2931         * emulparams/elf32_sparc.sh (NO_SMALL_DATA): Likewise.
2932         * emulparams/elf64_sparc.sh (NO_SMALL_DATA): Likewise.
2934         * scripttempl/elf.sc (SBSS): New. Define if ${NO_SMALL_DATA}
2935         is not empty.
2936         (SDATA): Likewise.
2937         (REL_SDATA): Likewise.
2938         (REL_SBSS): Likewise.
2939         (REL_SDATA2): Likewise.
2940         (REL_SBSS2): Likewise.
2941         (SBSS2): Define if ${NO_SMALL_DATA} is not empty.
2942         (SDATA2): Likewise.
2944 2001-11-25  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
2946         * scripttempl/elfm68hc11.sc (CTOR, DTOR): Put constructor and
2947         destructor in rom.
2948         * scripttempl/elfm68hc12.sc (CTOR, DTOR): Likewise.
2950 2001-11-22  H.J. Lu  <hjl@gnu.org>
2952         * Makefile.in: Regenerated with automake based on automake
2953         1.4-8 in RedHat 7.1.
2955 2001-11-22  Alan Modra  <amodra@bigpond.net.au>
2957         * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Define.
2958         (config.status): Delete rule.
2959         Add extra dependencies to cover sourced emulparams files.
2960         * Makefile.in: Regenerate.
2962         * scripttempl/elf.sc: Order <section>, <section>.* and
2963         corresponding linkonce sections as seen in input files.
2964         Formatting fixes.  Zero vma of all sections if not relocating.
2965         (STACK): Define and insert if STACK_ADDR defined.
2966         (OTHER_RELOCATING_SECTIONS): Delete.
2967         (OTHER_END_SYMBOLS): Define.
2968         (OTHER_READONLY_SECTIONS): Always insert, not just when relocating.
2969         (OTHER_READWRITE_SECTIONS): Likewise.
2970         (OTHER_GOT_SECTIONS): Likewise.
2971         (OTHER_SDATA_SECTIONS): Likewise.
2972         (OTHER_BSS_SECTIONS): Likewise.
2973         * scripttempl/elfi370.sc (OTHER_READONLY_SECTIONS): Likewise.
2974         (OTHER_READWRITE_SECTIONS): Likewise.
2975         * scripttempl/nw.sc (OTHER_READONLY_SECTIONS): Likewise.
2976         (OTHER_READWRITE_SECTIONS): Likewise
2978         * emulparams/armelf.sh (OTHER_RELOCATING_SECTIONS): Delete.
2979         (STACK_ADDR): Define.
2980         * emulparams/armelf_oabi.sh: As for armelf.sh.
2981         * emulparams/elf32mcore.sh: As for armelf.sh.
2982         * emulparams/h8300elf.sh: As for armelf.sh.
2983         * emulparams/mn10200.sh: As for armelf.sh.
2984         * emulparams/shelf.sh: As for armelf.sh.
2986         * emulparams/elf32fr30.sh (OTHER_RELOCATING_SECTIONS): Delete.
2987         (OTHER_END_SYMBOLS): Define.
2988         * emulparams/m32relf.sh: As for elf32fr30.sh.
2989         * emulparams/h8300helf.sh: As for elf32fr30.sh.
2990         * emulparams/h8300self.sh: As for elf32fr30.sh.
2992         * emulparams/criself.sh (OTHER_READONLY_SECTIONS): Protect symbol
2993         defines with RELOCATING test.
2994         (OTHER_SDATA_SECTIONS): Likewise.
2995         (OTHER_RELOCATING_SECTIONS): Delete, replacing with..
2996         (OTHER_END_SYMBOLS): ..this.
2997         * emulparams/crislinux.sh: As for criself.sh.
2999         * emulparams/elf32bmipn32.sh (OTHER_SDATA_SECTIONS): Zero vma
3000         if not relocating.
3001         (OTHER_RELOCATING_SECTIONS): Delete, replacing with..
3002         (OTHER_SECTIONS): ..this.  Zero vma if not relocating.  Order
3003         normal and linkonce sections as seen in input files.
3004         * emulparams/elf32bmip.sh (DATA_ADDR): Don't define if EMBEDDED.
3005         (TEXT_DYNAMIC): Likewise.
3006         (INITIAL_READONLY_SECTIONS): Zero vma if not relocating.
3007         (OTHER_SDATA_SECTIONS): Likewise.
3008         * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
3009         * emulparams/shlelf_linux.sh (OTHER_READWRITE_SECTIONS): Likewise.
3010         * emulparams/elf64alpha.sh (OTHER_READONLY_SECTIONS): Likewise.
3011         * emulparams/hppalinux.sh (OTHER_READONLY_SECTIONS): Likewise.
3012         * emulparams/elf64_aix.sh (OTHER_GOT_SECTIONS): Likewise.
3013         (OTHER_PLT_RELOC_SECTIONS): Likewise.
3014         (OTHER_READONLY_SECTIONS): Likewise.  Order normal and linkonce
3015         sections as seen in input files.
3016         * emulparams/elf64_ia64.sh: As for emulparams/elf64_aix.sh.
3017         * emulparams/hppa64linux.sh (OTHER_READONLY_SECTIONS): Zero vma
3018         if not relocating.
3019         (OTHER_READWRITE_SECTIONS, OTHER_BSS_SECTIONS): Likewise.
3020         (OTHER_BSS_END_SYMBOLS): Merge from elf64hppa.sh.
3021         * emulparams/elf64mmix.sh (OTHER_RELOCATING_SECTIONS): Delete.
3022         (OTHER_SECTIONS): Instead, use this..
3023         (OTHER_END_SYMBOLS): ..and this.
3025         * emulparams/elf32b4300.sh: Source elf32bmip.sh, remove duplicates.
3026         * emulparams/elf32bsmip.sh: Likewise.
3027         * emulparams/elf32btsmip.sh: Likewise.
3028         * emulparams/elf32ebmip.sh: Likewise.
3029         * emulparams/elf32lmip.sh: Likewise.
3030         * emulparams/elf32elmip.sh: Source elf32lmip.sh, remove duplicates.
3031         * emulparams/elf32lsmip.sh: Likewise.
3032         * emulparams/elf32ltsmip.sh: Source elf32btsmip.sh, remove duplicates.
3033         * emulparams/elf32l4300.sh: Source elf32b4300.sh, remove duplicates.
3034         * emulparams/elf64bmip.sh: Source elf32bmipn32.sh, remove duplicates.
3035         * emulparams/elf64btsmip.sh: Likewise.
3036         * emulparams/elf64ltsmip.sh: Source elf64btsmip.sh, remove duplicates.
3037         * emulparams/elf32lppc.sh: Source elf32ppc.sh, remove duplicates.
3038         * emulparams/elf32ppclinux.sh: Likewise.
3039         * emulparams/elf32ppcsim.sh: Likewise.
3040         * emulparams/elf32lppcsim.sh: Source elf32lppc.sh, remove duplicates.
3041         * emulparams/elf64hppa.sh: Source hppa64linux.sh, remove duplicates.
3042         * emulparams/h8300helf.sh: Source h8300elf.sh, remove duplicates.
3043         * emulparams/h8300self.sh: Likewise.
3044         * emulparams/mn10300.sh: Source mn10200.sh, remove duplicates.
3045         * emulparams/sh.sh: Comment.
3046         * emulparams/shl.sh: Source sh.sh, remove duplicates.
3047         * emulparams/shlelf.sh: Source shelf.sh, remove duplicates.
3048         * emulparams/shelf_linux.sh: Source shlelf_linux.sh, remove duplicates.
3050 2001-11-21  David Heine <dlheine@tensilica.com>
3051             Alan Modra  <amodra@bigpond.net.au>
3053         * ldlang.c (map_input_to_output_sections): Replace "break"
3054         accidentally removed with 2001-08-03 change.
3055         (lang_gc_sections_1): Likewise.
3057 2001-11-21  Alan Modra  <amodra@bigpond.net.au>
3059         * ldlang.c (walk_wild_section): Move sec == NULL case out of loop.
3061 2001-11-20  Angela Marie Thomas <angela@redhat.com>
3063         * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Use NULL instead
3064         of false when calling lang_size_sections.
3065         * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
3067 2001-11-15  Alan Modra  <amodra@bigpond.net.au>
3069         * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Only emit this
3070         function when LDEMUL_FINISH isn't set to the same name.  Don't
3071         call ${LDEMUL_FINISH}.
3072         (ld_${EMULATION_NAME}_emulation): Call $LDEMUL_FINISH if defined.
3073         * emultempl/armelf.em (arm_elf_finish): Call
3074         gld${EMULATION_NAME}_finish.
3075         * emultempl/hppaelf.em (hppaelf_finish): Rename to
3076         gld${EMULATION_NAME}_finish.  Call bfd_elf32_discard_info and
3077         hppaelf_layout_sections_again if necessary.
3078         (need_laying_out): New var.
3079         (hppaelf_layaout_sections_again): Rename to
3080         hppaelf_layout_sections_again.  Clear need_laying_out.
3081         (PARSE_AND_LIST_OPTIONS): Format text.
3083 2001-11-14  H.J. Lu  <hjl@gnu.org>
3085         * emultempl/armelf.em (arm_elf_finish): Renamed from
3086         gld${EMULATION_NAME}_finish.
3087         (LDEMUL_FINISH): Set to arm_elf_finish.
3089 2001-11-14  Daniel Jacobowitz  <drow@mvista.com>
3091         * emultempl/elf32.em (gld${EMULATION_NAME}_finish): New.
3092         (struct ld_emulation_xfer_struct): Use it.
3094 2001-11-13  Ross Alexander <ross.alexander@uk.neceur.com>
3096         * emulparams/elf64hppa.sh (OTHER_BSS_END_SYMBOLS): Add
3097         additional symbols referenced by newer crt0.o files from HP.
3099 2001-11-12  Anthony Green  <green@redhat.com>
3101         * emulparams/armelf.sh (DATA_START_SYMBOLS): New symbol.
3103 2001-11-12  Alfred M. Szmidt  <ams@kemisten.nu>
3105         * Makefile.am (GENSCRIPTS): Quote ${exec_prefix}.
3106         * Makefile.in: Regenerate.
3108 2001-11-02  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
3110         * ld.texinfo: Use @command for commands, @option for options.
3111         * Makefile.am (POD2MAN): Use 'GNU Development Tools' for
3112         the page man title.
3113         * Makefile.in: Rebuild.
3115 2001-11-04  Chris Demetriou  <cgd@broadcom.com>
3117         * configure.tgt (mips*el-*-netbsd*, mips*-*-netbsd*):
3118         Add support for targets.
3120 2001-11-02  Nick Clifton  <nickc@cambridge.redhat.com>
3122         * configure.in (ALL_LINGUAS): Add "fr" and "sv"
3123         * configure: Regernate.
3124         * po/fr.po: New file.
3125         * po/sv.po: New file.
3127 2001-11-01  NIIBE Yutaka  <gniibe@m17n.org>
3129         * configure.tgt (sh-*-linux): Set targ_emul, targ_extra_emuls
3130         as little endian default and to support big endian.
3132 2001-11-01  Chris Demetriou  <cgd@broadcom.com>
3134         * ld.texinfo (Options): Document new option, -nostdlib.
3135         * lexsup.c (OPTION_NOSTDLIB): New definition.
3136         (ld_options): Add entry for "nostdlib".
3137         (parse_args): Handle OPTIONS_NOSTDLIB.
3138         * ldfile.c (ldfile_add_library_path): Don't add directories
3139         to the search path if they weren't specified on the command line
3140         and -nostdlib was specified.
3141         * ld.h (ld_config_type): New member only_cmd_line_lib_dirs.
3143 2001-10-31  Nick Clifton  <nickc@cambridge.redhat.com>
3145         * lexsup.c (parse_args): Prevent infinite parsing loop when
3146         "-rpath.a" is specified on the command line.
3147         Replace calls to fprintf with calls to einfo.
3149 2001-10-31  John Marshall  <jmarshall@acm.org>
3151         * ld.texinfo: A historical requirement that MEMORY and SECTIONS
3152         appear only once across all the linker scripts involved in a link
3153         invocation no longer applies.  Make the documentation reflect
3154         that.
3156 2001-10-31  NIIBE Yutaka  <gniibe@m17n.org>
3158         * configure.tgt: Supports sh3/sh4/sh3eb/sh4eb-unknown-linux-gnu
3159         targets.
3160         (sh-*-linux*): Added targ_extra_libpath.
3162 2001-10-31  David Heine  <dlheine@tensilica.com>
3164         * ldlang.c (lang_size_sections): Keep a valid output_offset field
3165         for padding statements.
3167 2001-10-30  Hans-Peter Nilsson  <hp@bitrange.com>
3169         * configure.tgt (mmix-*-*): New target.
3170         * Makefile.am (ALL_EMULATIONS): Add eelf64mmix.o and emmo.o.
3171         Add dependencies to match.
3172         * emulparams/mmo.sh, emulparams/elf64mmix.sh, emultempl/mmo.em,
3173         emultempl/mmix-elfnmmo.em, emultempl/mmixelf.em,
3174         scripttempl/mmo.sc: New files.
3175         * gen-doc.texi: @set MMIX.
3176         * ld.texinfo: Ditto.
3177         [MMIX] Add MMIX node.
3178         * Makefile.in: Regenerate.
3180 2001-10-29  Kazu Hirata  <kazu@hxi.com>
3182         * ldlang.c: Fix a comment typo.
3184 2001-10-23  Alan Modra  <amodra@bigpond.net.au>
3186         * configure.host: Move alpha*-*-linux-gnu* entry to generic
3187         entries, and match *-*-linux*.
3189 2001-10-20  Alan Modra  <amodra@bigpond.net.au>
3191         * ldgram.y (mri_script_command): Surround processing of INCLUDE
3192         with ldlex_script, ldlex_popstate.
3193         (ifile_p1): Likewise.
3194         * ldlex.l (EOF): Don't BEGIN(SCRIPT).  Restore lineno from the
3195         correct slot.
3196         (lex_push_file): Save current lineno to lineno_stack.  Set lineno
3197         to 1.  Don't BEGIN(SCRIPT).
3198         (lex_redirect): Similarly.
3199         * ldmain.c (main): Set yydebug non-zero if YYDEBUG.
3201 2001-10-20  Nick Clifton  <nickc@cambridge.redhat.com>
3203         * scripttempl/armcoff.sc: Define __EH_FRAME_BEGIN__ and
3204         __EH_FRAME_END__ and accept eh frames into data section.
3205         Add ctor and dtor sections.
3207 2001-10-19  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
3209         * pe-dll.c (autofilter_objectlist): Add gcrt0.o.
3210         (auto-export): Fix indentation.
3212 2001-10-18  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
3214         * pe-dll.c (autofilter_objectlist):  Add startup objects
3215         for profiling.
3216         (auto-export): Constify char * p.
3217         Extract file basename and use strcmp rather than ststr
3218         for object lookup.
3220 2001-10-18  Chris Demetriou  <cgd@broadcom.com>
3222         * ldmain.c (get_emulation): Improve comment about the handling
3223         of -mipsN options.
3225 2001-10-17  Alan Modra  <amodra@bigpond.net.au>
3227         * po/POTFILES.in: Regenerate.
3229 2001-10-16  Vassili Karpov  <malc@pulsesoft.com>
3231         * emultempl/elf32.em (gld*_list_options): Remove extra '\t' from
3232         -z nocopyreloc and -z nocombreloc usage strings.
3234 2001-10-12  Vassili Karpov  <malc@pulsesoft.com>
3236         * emultempl/elf32.em (gld*_list_options): Include -z nocopyreloc
3237         in usage.
3239 2001-10-11  Aleksey Romanov <aromanov@ennovatenetworks.com>
3241         * scripttempl/armaout.sc: Place .bss section after end of aligned
3242         data section to match behaviour of aout code in constructrion of
3243         header.
3245 2001-10-11  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
3247         * pe-dll.c (autofilter_entry_type autofilter_liblist: Add
3248         startup files for mingw32 dlls to list.
3250 2001-10-10  Chris Demetriou  <cgd@broadcom.com>
3252         * emultempl/elf32.em: Fix shell 'if' usage for portability.
3254 2001-10-08  Aldy Hernandez  <aldyh@redhat.com>
3256         * configure.tgt (targ): Add arm9e-*-elf.
3258 2001-10-05  H.J. Lu  <hjl@gnu.org>
3260         * genscripts.sh: Fix a typo in the last change.
3262 2001-10-05  Jakub Jelinek  <jakub@redhat.com>
3264         * emultempl/elf32.em (gld_*_list_options): Include -z combreloc and
3265         -z nocombreloc in usage.
3267 2001-10-03  Jim Blandy  <jimb@redhat.com>
3269         * genscripts.sh: Include a comment at the top of each generated
3270         script, explaining its purpose.
3272 2001-10-03  Vassili Karpov  <malc@pulsesoft.com>
3274         * emultempl/elf32.em (parse_args): Handle -z nocopyreloc.
3275         * NEWS: Mention -z nocopyreloc.
3276         * ld.texinfo (Options): Describe nocopyreloc.
3278 2001-10-03  Alan Modra  <amodra@bigpond.net.au>
3280         * configure: Regenerate.
3282 2001-10-02  Alan Modra  <amodra@bigpond.net.au>
3284         * ldver.h (ld_program_version): Remove declaration.
3285         * lexsup.c (parse_args): Move printing of copyright message..
3286         * ldver.c (ldversion): .. to here.
3287         Use BFD_VERSION_STRING in place of BFD_VERSION.
3288         (ld_program_version): Remove.
3289         * Makefile.am (Makefile): Depend on bfd/configure.in.
3290         Run "make dep-am".
3291         * Makefile.in: Regenerate.
3293 2001-09-30  Hans-Peter Nilsson  <hp@bitrange.com>
3295         * Makefile.am: Update dependencies with "make dep-am".
3296         * Makefile.in: Regenerate.
3298 2001-09-29  John Reiser  <jreiser@BitWagon.com>
3300         * ldlang.c (lang_common): Conditionally inhibit Common allocation.
3301         * lexsup.c: Add --no-define-common commandline option.
3302         * ldgram.y: Add INHIBIT_COMMON_ALLOCATION script command.
3303         * ldlex.l: Likewise.
3304         * ld.h: Add command_line.inhibit_common_definition.
3305         * ldmain.c (main): Initialize.
3306         * ld.texinfo: Document.
3308 2001-09-29  Alan Modra  <amodra@bigpond.net.au>
3310         * ldlang.c (section_already_linked): Remove assignment to kept_section.
3312 2001-09-26  Alan Modra  <amodra@bigpond.net.au>
3314         * ldmisc.c (USE_STDARG): Remove.
3315         (info_msg): Define using VPARAMS, VA_OPEN, VA_FIXEDARG, VA_CLOSE.
3316         (einfo): Likewise.
3317         (minfo): Likewise.
3318         (lfinfo): Likewise.
3320         * ldmisc.h: Remove #ifdef ANSI_PROTOTYPES and non-ansi
3321         declarations.  Update copyright.
3323 2001-09-24  Charles Wilson  <cwilson@ece.gatech.edu>
3325         * pe-dll.c: Remove obsoleted declaration of
3326         pe_get_data_import_dll_name.
3327         (pe_create_import_fixup): Fix thinko.
3329         * ld.texinfo(enable-auto-import): Clarify the explanation.
3331 2001-09-24  Nick Clifton  <nickc@cambridge.redhat.com>
3333         * pe-dll.c (pe_create_import_fixup): Revert previous patch.
3334         * emultemp/pe.em (pe_data_import_dll): Move definition outside of
3335         DLL_SUPPORT controlled code.
3337 2001-09-24  Charles Wilson  <cwilson@ece.gatech.edu>
3339         * emultempl/pe.em(pe_data_import_dll): Make static.
3340         (pe_get_data_import_dll_name): New accessor function.
3341         * pe-dll.c(pe_create_import_fixup): call
3342         pe_get_data_import_dll_name() from pe.em, instead of
3343         directly accessing pe_data_import_dll variable from pe.em.
3345 2001-09-18  Bruno Haible  <haible@clisp.cons.org>
3347         * deffilep.y: Include "safe-ctype.h" instead of <ctype.h>.
3348         (def_file_add_directive): Use ISSPACE instead of isspace.
3349         (def_lex): Use ISDIGIT/ISXDIGIT/ISALPHA/ISALNUM instead of
3350         isdigit/isxdigit/isalpha/isalnum.
3351         * emultempl/aix.em: Include "safe-ctype.h" instead of <ctype.h>.
3352         (gld${EMULATION_NAME}_read_file): Use ISSPACE instead of isspace.
3353         * emultempl/elf32.em: Include "safe-ctype.h" instead of <ctype.h>.
3354         (gld${EMULATION_NAME}_place_orphan): Use ISALNUM instead of
3355         isalnum.
3356         * emultempl/gld960c.em: Include "safe-ctype.h" instead of <ctype.h>.
3357         (gld960_set_output_arch): Use ISUPPER/TOLOWER instead of
3358         isupper/tolower.
3359         * emultempl/sunos.em: Include "safe-ctype.h" instead of <ctype.h>.
3360         (gld${EMULATION_NAME}_search_dir): Use ISDIGIT instead of isdigit.
3361         * ldctor.c: Include "safe-ctype.h" instead of <ctype.h>.
3362         (ctor_prio): Use ISDIGIT instead of isdigit.
3363         * ldfile.c: Include "safe-ctype.h" instead of <ctype.h>.
3364         (ldfile_open_file_search): Use ISALPHA instead of isalpha.
3365         (ldfile_add_arch): Use ISUPPER/TOLOWER instead of
3366         isupper/tolower.
3367         * ldlang.c: Include "safe-ctype.h" instead of <ctype.h>.
3368         (stricpy): Use TOLOWER instead of isupper/tolower.
3369         (lang_leave_overlay_section): Use ISALNUM instead of isalnum.
3370         * ldlex.l: Include "safe-ctype.h" instead of <ctype.h>.
3371         (lex_warn_invalid): Use ISPRINT instead of isprint.
3372         * ldmain.c: Include "safe-ctype.h" instead of <ctype.h>.
3373         (main): For gettext, also set the LC_CTYPE locate facet.
3374         (add_keepsyms_file): Use ISSPACE instead of isspace.
3375         * lexsup.c: Include "safe-ctype.h" instead of <ctype.h>.
3376         (is_num, parse_args): Use ISDIGIT instead of isdigit.
3377         * mpw-elfmips.c: Include "safe-ctype.h" instead of <ctype.h>.
3378         (gldelf32ebmip_place_orphan): Use ISALNUM instead of isalnum.
3379         * mpw-eppcmac.c: Include "safe-ctype.h" instead of <ctype.h>.
3380         (gldppcmacos_read_file): Use ISSPACE instead of isspace.
3381         * pe-dll.c: Include "safe-ctype.h" instead of <ctype.h>.
3382         (quoteput): Use ISSPACE instead of isspace.
3383         (pe_dll_generate_implib, pe_process_import_defs): Use ISALNUM
3384         instead of isalnum.
3386 2001-09-18  Alan Modra  <amodra@bigpond.net.au>
3388         * deffilep.y (def_stash_module): Constify "name" param.
3390         * pe-dll.c: Replace CONST with const throughout.
3391         (quick_symbol): Constify "n1", "n2", "n3" params.
3392         (make_singleton_name_thunk): Constify "import" param.  Make
3393         "buffer_len" a size_t.
3394         (make_import_fixup_entry): Constify "name", "fixup_name",
3395         "dll_symname" params.
3396         (pe_get16): Cast args of bfd_seek.  Replace bfd_read with bfd_bread.
3397         (pe_get32): Likewise.
3398         (pe_implied_import_dll): Likewise.
3400         * emultempl/beos.em (sort_by_file_name): Constify "ra", "rb".
3401         (sort_by_section_name): Likewise.
3403         * emultempl/pe.em: Move defines for arm_epoc_pe before bfd.h included.
3404         (make_import_fixup): Cast printf arg, rel->address to long rather
3405         than int.
3406         (gld_${EMULATION_NAME}_after_open): Don't compare NULL against int.
3408 2001-09-15  Alan Modra  <amodra@bigpond.net.au>
3410         * ldmain.c (main): Rename BufferSize to ld_bufsz because HPUX
3411         defines BufferSize.  Increase buffer size by one.
3413 2001-09-14  Ralf Habacker <Ralf.Habacker@freenet.de>
3415         * pe-dll.c (pe_walk_relocs_of_symbol): Fix memory leak.
3417 2001-09-14  Kevin Lo <kevlo@openbsd.org>
3419         * configure.tgt: Add arm-openbsd target.
3421 2001-09-12  H.J. Lu  <hjl@gnu.org>
3423         * Makefile.am (ALL_EMULATIONS): Move eelf64ppc.o and
3424         eelf64lppc.o to ...
3425         (ALL_64_EMULATIONS): Here.
3426         * Makefile.in: Regenerated.
3428 2001-09-12  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
3430         * emultempl/pe.em(make_import_fixup): change signature to
3431         take asection as well as arelec; we need this for proper
3432         error reporting.  Only call pe_create_import_fixup() if
3433         there is no attempt to add a constant addend to the reloc;
3434         otherwise, report error condition.
3435         * pe-dll.c(pe_walk_relocs_of_symbol): change signature,
3436         since final argument is a pointer to make_import_fixup().
3437         Change call to cb() to match make_import_fixup() signature.
3438         (make_import_fixup_mark): make buffer_len unsigned.
3439         * pe-dll.h: change signature of pe_walk_relocs_of_symbol.
3441 2001-09-12  Charles Wilson  <cwilson@ece.gatech.edu>
3443         * ld.texinfo: add verbose documentation for auto-import
3444         direct-addressing workaround, to compliment the terse
3445         error message.
3447 2001-09-12  Andrew MacLeod  <amacleod@redhat.com>
3449         * scripttempl/v850.sc: Add gcc_except_table sections.
3451 2001-09-11  Jeffrey A Law  (law@cygnus.com)
3453         * emulparams/h8300helf.sh: Move stack to a much higher memory address.
3454         * emulparams/h8300self.sh: Similarly.
3456 2001-09-05 Danny Smith <dannysmith@users.souceforge.net>
3458         * ld.texinfo (Options, --stack): Correct default value for stack
3459         reserve.
3461 2001-09-05  Tom Rix <trix@redhat.com>
3463         * emultempl/aix.em : Handle import file XMC_XO and syscall symbols.
3465 2001-09-03  Andreas Jaeger  <aj@suse.de>
3467         * emultempl/beos.em: Declare prototypes for comparions functions,
3468         adjust definitions.
3470 2001-09-02  Andreas Jaeger  <aj@suse.de>
3472         * emultempl/aix.em: Add missing prototype.
3473         * emultempl/lnk960.em: Likewise.
3474         * emultempl/vanilla.em: Likewise.
3475         * emultempl/armcoff.em: Likewise.
3476         * emultempl/armelf_oabi.em: Likewise.
3477         * emultempl/beos.em: Likewise.
3478         * emultempl/gld960c.em: Likewise.
3479         * emultempl/gld960.em: Likewise.
3481         * emulparams/elf64alpha.sh (PARSE_AND_LIST_PROLOGUE): Add parameter
3482         for prototype declaration.
3484 2001-08-31  Eric Christopher  <echristo@redhat.com>
3485             Jason Eckhardt  <jle@redhat.com>
3487         * ldmain.c (get_emulation): Add support for -mips32 and -mips64.
3489 2001-08-31  Andreas Jaeger  <aj@suse.de>
3491         * emultempl/pe.em: Add missing prototypes.
3492         (gld_${EMULATION_NAME}_after_open): Remove extra args to
3493         pe_find_data_imports.
3494         (pr_sym): Add unused attribute.
3496 2001-08-29  Joel Sherrill <joel@OARcorp.com>
3498         * configure.tgt (i[3456]86-*-rtems*, m68*-*-rtems*): Change
3499         default from coff to elf.
3501 2001-08-29  Jeff Law <law@redhat.com>
3503         * emulparams/h8300helf.sh: Resync with h8300elf.sh.  Update
3504         ARCH specification.
3505         * emulparams/h8300self.sh: Similarly.
3507 2001-08-28  J"orn Rennecke <amylaar@redhat.com>
3509         * Makefile.am (ALL_EMULATIONS): Add eh8300elf.o, eh8300elf.o and
3510         eh8300self.o .
3511         (eh8300elf.c, eh8300helf.c, eh8300self.c): New targets.
3512         * configure.tgt (h8300-*-elf*): New case.
3513         * emulparams/h8300elf.sh, emulparams/h8300helf.sh: New files.
3514         * emulparams/h8300self.sh: New file.
3515         * Makefile.in: Regenerated.
3517 2001-08-28  Nick Clifton  <nickc@cambridge.redhat.com>
3519         * ldmain.c (main): Rename BSIZE to BufferSize to avoid collision
3520         with macro name.
3522 2001-08-27  Linus Nordberg  <linus@swox.com>
3523             Alan Modra  <amodra@bigpond.net.au>
3525         * Makefile.am (ALL_EMULATIONS): Add eelf64ppc.o and eelf64lppc.o.
3526         (eelf64ppc.c, eelf64lppc.c): Add make targets.
3527         Run "make dep-am"
3528         * Makefile.in: Regenerate.
3529         * configure.tgt: Add powerpc64 support.  Move pdp11, pjl, pj
3530         entries to correct alphabetical position.
3531         * emulparams/elf64ppc.sh: New.
3532         * emulparams/elf64lppc.sh: New.
3534 2001-08-27  Nick Clifton  <nickc@cambridge.redhat.com>
3536         * ldmain.c (main): Declare BSIZE as static.
3538 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
3540         * emultempl/elf32.em (place_orphan): Place orphan .rel* sections
3541         into .rel.dyn resp. .rela.dyn if combreloc.
3542         (get_script): If .x linker script is equal to .xn, only put it
3543         once into the binary.
3544         Add .xc and .xsc scripts.
3545         (parse_args): Handle -z combreloc and -z nocombreloc.
3546         * scripttempl/elf.sc (.rela.sbss): Fix a typo.
3547         For .xc and .xsc scripts put all .rel* or .rela* input sections
3548         but .rel*.plt and PLT-like sections into .rel.dyn resp. .rela.dyn.
3549         * genscripts.sh (GENERATE_COMBRELOC_SCRIPT): Set if SCRIPT_NAME
3550         is elf.
3551         Strip trailing whitespace from script.
3552         Generate .xc and .xsc scripts if requested.
3553         * ldmain.c (main): Initialize link_info.combreloc and
3554         link_info.spare_dynamic_tags.
3555         * lexsup.c (OPTION_SPARE_DYNAMIC_TAGS): Define.
3556         (ld_options): Add --spare-dynamic-tags option.
3557         (parse_args): Likewise.
3558         * ld.texinfo: Document -z combreloc and -z nocombreloc.
3559         * ldint.texinfo: Document .xc and .xsc linker scripts.
3560         * NEWS: Add notes about -z combreloc and SHF_MERGE.
3562 2001-08-22  H.J. Lu  <hjl@gnu.org>
3564         * emulparams/elf32fr30.sh: Add a newline.
3566 2001-08-21  Andreas Jaeger  <aj@suse.de>
3568         * deffilep.y: Add missing prototypes.
3569         * pe-dll.c: Likewise.
3571 2001-08-20  Alan Modra  <amodra@bigpond.net.au>
3573         * ldlang.c (insert_pad): Fix typos in last patch.
3575         * ldlang.c: When traversing lang_statement_union_type lists,
3576         consistently use "header.next" rather than "next".
3577         * mpw-eppcmac.c: Likewise.
3578         * emultempl/beos.em: Likewise.
3579         * emultempl/hppaelf.em: Likewise.
3580         * emultempl/pe.em: Likewise.
3581         * ldlang.h (union lang_statement_union): Remove "next" field.
3583         * ldlang.c (insert_pad): Use offsetof macro.
3584         (lang_size_sections): Always neuter padding statements.
3585         * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Delete.
3587         * pe-dll.c (pe_dll_fill_sections): Correct type of "relax" param
3588         passed to lang_size_sections.
3589         (pe_exe_fill_sections): Likewise.
3590         * emultempl/pe.em (output_prev_sec_find): Copied from elf32.em.
3591         (gld_${EMULATION_NAME}_place_orphan): Merge from elf32.em.
3593 2001-08-18  Alan Modra  <amodra@bigpond.net.au>
3595         * emultempl/aix.em: Formatting fixes.
3597 2001-08-18  Alan Modra  <amodra@bigpond.net.au>
3599         * ldlang.c (insert_pad): Make use of an existing pad statement if
3600         available.  Move code calculating alignment, adjusting section
3601         alignment power, and adjusting dot to ..
3602         (size_input_section): .. here.  Remove unused relax param.
3603         (lang_size_sections): Change boolean `relax' param to boolean *.
3604         Adjust call to size_input_section.  Make use of insert_pad to
3605         place pad after the assignment statement.  If relaxing, zap
3606         padding statements.
3607         (reset_memory_regions): Reset output_bfd section sizes too.
3608         (relax_again): Move to..
3609         (lang_process): ..here.  Adjust call to lang_size_sections, and
3610         remove duplicated code.
3611         * ldlang.h (lang_size_sections): Change `relax' param to boolean *.
3613 2001-08-17  Alan Modra  <amodra@bigpond.net.au>
3615         * ld.texinfo: Document that fill values now use the four least
3616         significant bytes.
3617         * emulparams/elf32fr30.sh (NOP): Update.
3618         * emulparams/elf32mcore.sh: Likewise.
3619         * emulparams/elf64_s390.sh: Likewise.
3620         * emulparams/elf_i386.sh: Likewise.
3621         * emulparams/elf_i386_be.sh: Likewise.
3622         * emulparams/elf_i386_chaos.sh: Likewise.
3623         * emulparams/elf_i386_ldso.sh: Likewise.
3624         * emulparams/elf_s390.sh: Likewise.
3625         * emulparams/elf_x86_64.sh: Likewise.
3626         * emulparams/i386moss.sh: Likewise.
3627         * emulparams/i386nw.sh: Likewise.
3628         * emulparams/m68kelf.sh: Likewise.
3629         * scripttempl/elf.sc: Update NOP comment.
3630         * scripttempl/elfi370.sc: Likewise.
3631         * scripttempl/elfm68hc11.sc: Likewise.
3632         * scripttempl/elfm68hc12.sc: Likewise.
3633         * scripttempl/nw.sc: Likewise.
3635 2001-08-15  Tom Rix <trix@redhat.com>
3637         * ldgram.y (saved_script_handle): Initialize to NULL.
3638         * ldmain.c (main): Change check on saved_script_handle.
3640 2001-08-14  Alan Modra  <amodra@bigpond.net.au>
3642         * emultempl/elf32.em: Formatting fixes.
3643         (output_prev_sec_find): Test for bfd_ind_section too;  do so by
3644         looking at sec->owner.
3645         (output_rel_find): Move function inside LDEMUL_PLACE_ORPHAN test.
3646         (gld${EMULATION_NAME}_place_orphan): Add a few comments.  Remove
3647         unused code, and reorganize orphan section placement code.
3649         * ldlang.c (wild_doit): Rename to lang_add_section.
3650         * ldlang.h: Here too.
3651         * mpw-elfmips.c: And here.
3652         * emultempl/beos.em: And here.
3653         * emultempl/elf32.em: And here.
3654         * emultempl/hppaelf.em: And here.
3655         * emultempl/pe.em: And here.
3657 2001-08-13  Richard Henderson  <rth@redhat.com>
3659         * emultempl/needrelax.em: New file.
3660         * emulparams/elf64_ia64.sh (EXTRA_EM_FILE): Reference it.
3661         * Makefile.am (eelf64_ia64.c): Depend on it.
3662         * Makefile.in: Rebuild.
3664 2001-08-13  Alan Modra  <amodra@bigpond.net.au>
3666         * emultempl/elf32.em: For SEC_EXCLUDE sections, ensure that
3667         output_section is set non-NULL.
3669         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Return
3670         `true' for SEC_EXCLUDE sections so that the generic code doesn't
3671         needlessly create an output_section_statement.  Treat a correctly
3672         named output_section_statement with NULL bfd_section as compatible.
3674 2001-08-13  Hans-Peter Nilsson  <hp@bitrange.com>
3676         * emultempl/generic.em: Support EXTRA_EM_FILE.
3677         (ld_${EMULATION_NAME}_emulation): Support emulation parameters
3678         LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
3679         LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
3680         LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
3681         LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
3682         LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
3683         LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
3684         LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
3685         LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
3686         LDEMUL_FIND_POTENTIAL_LIBRARIES.
3688 2001-08-12  Richard Henderson  <rth@redhat.com>
3690         * scripttempl/elf.sc, scripttempl/elfd30v.sc,
3691         scripttempl/elfm68hc11.sc, scripttempl/elfm68hc12.sc,
3692         scripttempl/v850.sc: Keep .jcr data.
3694 2001-08-12  H.J. Lu  <hjl@gnu.org>
3695             Andrew Haley  <aph@cambridge.redhat.com>
3696             Nick Clifton  <nickc@redhat.com>
3698         * ldgram.y (had_script): Change name to saved_script_handle.
3699         Change type to file handle.
3700         * ld.h (had_script): Rename and retype.
3701         * ldfile.c (ldfile_open_command_file): Save the file handle
3702         used in saved_script_handle.
3703         * lexsup.c (parse_args): Do not allow -c option to alter
3704         saved_script_handle.
3705         * ldmain.c (main): Print out the linker script used if
3706         --verbose is given.  Check saved_script_handle to obtain the
3707         external linker script used, or if NULL, dump the builtin
3708         script.
3709         * ld.texinfo: Document that --verbose now dumps the linker
3710         script used, regardless of whether it was an internal or an
3711         external script.
3713 2001-08-10  Andreas Jaeger  <aj@suse.de>
3715         * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
3716         to build warnings.
3717         * configure: Regenerate.
3719 2001-08-09  Alan Modra  <amodra@bigpond.net.au>
3721         * emultempl/elf32.em (output_prev_sec_find): Add missing prototype.
3723         * scripttempl/elf.sc: Move non-text .dynamic section before
3724         .plt/.got/.sdata* group.
3725         (OTHER_GOT_SECTIONS): Move to immediately after .got.
3726         (OTHER_SDATA_SECTIONS): Add.
3727         * emulparams/criself.sh: Use OTHER_SDATA_SECTIONS rather than
3728         OTHER_GOT_SECTIONS.
3729         * emulparams/crislinux.sh: Likewise.
3730         * emulparams/elf32b4300.sh: Likewise.
3731         * emulparams/elf32bmip.sh: Likewise.
3732         * emulparams/elf32bmipn32.sh: Likewise.
3733         * emulparams/elf32bsmip.sh: Likewise.
3734         * emulparams/elf32btsmip.sh: Likewise.
3735         * emulparams/elf32ebmip.sh: Likewise.
3736         * emulparams/elf32elmip.sh: Likewise.
3737         * emulparams/elf32l4300.sh: Likewise.
3738         * emulparams/elf32lmip.sh: Likewise.
3739         * emulparams/elf32lsmip.sh: Likewise.
3740         * emulparams/elf32ltsmip.sh: Likewise.
3741         * emulparams/elf64bmip.sh: Likewise.
3742         * emulparams/elf64btsmip.sh: Likewise.
3743         * emulparams/elf64ltsmip.sh: Likewise.
3745 2001-08-08  Alan Modra  <amodra@bigpond.net.au>
3747         * genscripts.sh: Source the emulparams script before each output
3748         script is generated so that variables like `RELOCATING' may affect
3749         variables defined in the emulparams script.
3751 2001-08-04  Alan Modra  <amodra@bigpond.net.au>
3753         * emultempl/aix.em: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this
3754         order.
3756         * emultempl/beos.em (sort_sections): Modify for 2001-08-03 change,
3757         ie. iterate over wild_statement.section_list.
3758         (gld${EMULATION_NAME}_place_orphan): Likewise.
3760 2001-08-03  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
3762         * scripttempl/elfm68hc12.sc (FINISH_CODE, FINISH_RELOC): New to handle
3763         .fini[0-4] sections used by _exit
3764         (CTOR, DTOR): Export ctor/dtor symbols; move them to ROM.
3765         (*.text,*.data,*.bss): Take into account .text.*, .data.*, .bss.*.
3766         * scripttempl/elfm68hc11.sc: Likewise.
3768 2001-08-03  H.J. Lu  <hjl@gnu.org>
3770         * emultempl/beos.em (init): Add the missing initialization.
3772 2001-08-03  Alan Modra  <amodra@bigpond.net.au>
3774         * ld.texinfo (Input Section Basics): Clarify ordering of output
3775         sections.
3776         * ldlang.c (callback_t): Add wildcard_list param.
3777         (walk_wild_section): Remove "section" param.  Rewrite for
3778         lang_wild_statement_type change.  Remove unique_section_p test.
3779         (walk_wild_file): Remove "section" param.
3780         (walk_wild): Remove "section" and "file" params.
3781         (lang_gc_wild): Likewise.
3782         (wild): Likewise.  Modify for lang_wild_statement_type change.
3783         (wild_sort): Likewise.  Add "sec" param.
3784         (gc_section_callback): Likewise.
3785         (output_section_callback): Likewise.  Do unique_section_p test.
3786         (map_input_to_output_sections): Modify call to wild.
3787         (lang_gc_sections_1): Likewise.
3788         (print_wild_statement): Modify for lang_wild_statement_type
3789         change.
3790         (lang_add_wild): Replace filename, filenames_sorted param with
3791         filespec.  Replace section_name, sections_sorted,
3792         exclude_filename_list with section_list.
3793         * ldlang.h (lang_add_wild): Here too.
3794         (lang_wild_statement_type): Replace section_name, sections_sorted,
3795         and exclude_filename_list with section_list.
3796         * ldgram.y (current_file): Delete.
3797         (%union): Add wildcard_list.
3798         (file_NAME_list): Set type to wildcard_list.  Build a linked list
3799         rather than calling lang_add_wild for each entry.
3800         (input_section_spec_no_keep): Call lang_add_wild here instead.
3801         * ld.h (struct wildcard_list): Declare.
3802         * mri.c (mri_draw_tree): Modify to suit new lang_add_wild.
3804 2001-08-02  Charles Wilson  <cwilson@ece.gatech.edu>
3806         * ldmain.c (main): initialize link_info.pei386_auto_import
3807         * pe-dll.c: new tables for auto-export filtering
3808         (auto_export): change API, pass abfd for contextual filtering.
3809         Loop thru tables of excluded symbols instead of comparing
3810         "by hand".
3812 2001-08-02  Paul Sokolovsky  <paul.sokolovsky@technologist.com>
3814         * pe-dll.c: new variable pe_dll_enable_extra_debug. New
3815         static variable current_sec (static struct sec *). Add
3816         forward declaration for add_bfd_to_link.
3817         (process_def_file): Don't export undefined symbols. Do not
3818         export symbols starting with  "_imp__".  Call auto_export()
3819         with new API.
3820         (pe_walk_relocs_of_symbol): New function.
3821         (generate_reloc): add optional extra debugging
3822         (pe_dll_generate_def_file): eliminate extraneous initial blank
3823         line in output
3824         (make_one): enlarge symtab to make room for __nm__ symbols
3825         (DATA auto-import support).
3826         (make_singleton_name_thunk): New function.
3827         (make_import_fixup_mark): New function.
3828         (make_import_fixup_entry): New function.
3829         (pe_create_import_fixup): New function.
3830         (add_bfd_to_link): Specify that 'name' argument is a CONST
3831         char *.
3832         * pe-dll.h: declare new variable pe_dll_extra_pe_debug;
3833         declare new functions pe_walk_relocs_of_symbol and
3834         pe_create_import_fixup.
3835         * emultempl/pe.em: add new options --enable-auto-import,
3836         --disable-auto-import, and --enable-extra-pe-debug.
3837         (make_import_fixup): New function.
3838         (pe_find_data_imports): New function.
3839         (pr_sym): New function.
3840         (gld_${EMULATION_NAME}_after_open): Add optional extra pe
3841         debugging. Call pe_find_data_imports.  Mark .idata as DATA, not
3842         CODE.
3844 2001-08-02  Charles Wilson  <cwilson@ece.gatech.edu>
3846         * ld.texinfo: add additional documentation for
3847         --export-all-symbols.  Document --out-implib,
3848         --enable-auto-image-base, --disable-auto-image-base,
3849         --dll-search-prefix, --enable-auto-import, and
3850         --disable-auto-import.
3851         * ldint.texinfo: Add detailed documentation on auto-import
3852         implementation.
3854 2001-07-30  Nick Clifton  <nickc@cambridge.redhat.com>
3856         * ld.texinfo (Simple Assignments): Fix computation in SECTIONS
3857         example.
3859 2001-07-24  Alan Modra  <amodra@bigpond.net.au>
3861         * Makefile.am: Update dependencies with "make dep-am".
3862         * Makefile.in: Regenerate
3864 2001-07-23  Alan Modra  <amodra@bigpond.net.au>
3866         * ldcref.c (check_section_sym_xref): New function.
3867         (check_nocrossrefs): Call it.
3868         (check_nocrossref): Interate over h->refs here instead of..
3869         (check_refs): ..here.  Pass in the symbol name, section, and bfd
3870         rather than hash_entry pointers.
3871         (struct check_refs_info): Keep symbol name rather than hash entry.
3872         Remove "same".
3873         (check_reloc_refs): Tweak for above changes in check_refs_info.
3874         Only report references to section syms when symname is NULL to
3875         prevent duplicate messages for the same reloc.
3877 2001-07-19  Nick Clifton  <nickc@cambridge.redhat.com>
3879         * ldexp.c (exp_print_tree): Use stderr if config.map_file is not
3880         available.  Do not print NULL trees.
3881         (exp_print_token): Print unknown tokens with values > 126 as
3882         decimal values not ASCII characters.
3884         * ldlang.c (lang_leave_overlay): If a region is specified assign
3885         it to all sections inside the overlay unless they have been
3886         assigned to the own, non-default, memory region.
3888         * README: Add header for consistency with other README files.
3890 2001-07-14  H.J. Lu  <hjl@gnu.org>
3892         * emultempl/elf32.em (output_prev_sec_find): Never return
3893         bfd_abs_section_ptr, bfd_com_section_ptr nor
3894         bfd_und_section_ptr.
3896 2001-07-14  Nick Clifton  <nickc@cambridge.redhat.com>
3898         * Makefile.am (em32relf.c): Change dependency from generic.em to
3899         elf32.em.
3900         * Makefile.in: Regenerate.
3902 2001-07-14  matthew green  <mrg@eterna.com.au>
3904         * configure.tgt (i386-*-netbsdelf*): New target.
3905         (i386-*-netbsd*): Set targ_extra_emuls to `elf_i386'
3907 2001-07-13  Jakub Jelinek  <jakub@redhat.com>
3909         * emultempl/elf32.em (output_prev_sec_find): New.
3910         (place_orphan): Use it.
3912 2001-07-11  H.J. Lu  <hjl@gnu.org>
3914         * ldmain.c (main): Fix typos in the last change.
3916 2001-07-11  Jakub Jelinek  <jakub@redhat.com>
3918         * ldmain.c (main): Disallow -F and -f without -shared.
3920 2001-07-11  Nick Clifton  <nickc@cambridge.redhat.com>
3922         * emultempl/pe.em (after_open): Check for the output_bfd not
3923         having any coff_data structure allocated to it.
3925 2001-07-09  David O'Brien  <obrien@FreeBSD.org>
3927         * emultempl/elf32.em: Do not assuming that contents of the buffer
3928         returned from basename function will remain unchanged accross other
3929         function calls.
3931 2001-07-03  H.J. Lu  <hjl@gnu.org>
3933         * scripttempl/elf.sc (DYNAMIC_PAD): Revert the change made on
3934         2001-07-03. It creates dynamic entries even for static binaries.
3936 2001-07-03  Jakub Jelinek  <jakub@redhat.com>
3938         * scripttempl/elf.sc (DYNAMIC_PAD): New variable.
3939         (DYNAMIC): Use it to reserve few dynamic entries for
3940         post-linking tools.
3942 2001-06-27  Alan Modra  <amodra@bigpond.net.au>
3944         * emulparams/hppa64linux.sh: New file.
3945         * configure.tgt: hppa*64*-*-linux* uses hppa64linux.sh
3946         * Makefile.am (ALL_64_EMULATIONS): Add ehppa64linux.o
3947         (ehppa64linux.c): Add rule to make it.
3948         Run "make dep-am".
3949         * Makefile.in: Regenerate.
3951 2001-06-21  Hans-Peter Nilsson  <hp@axis.com>
3953         * ld.texinfo (Options, -r): Mention restrictions when using
3954         different object formats.
3956 2001-06-19  Hans-Peter Nilsson  <hp@axis.com>
3958         * ldlang.c (lang_check): Emit fatal error if relocatable link
3959         between different object flavours with relocations in input.
3961 2001-06-19  H.J. Lu  <hjl@gnu.org>
3963         * ld.texinfo (-E, --export-dynamic): Mention --version-script.
3964         (--version-script): Mention the language support.
3966 2001-06-19  H.J. Lu <hjl@gnu.org>
3968         * ldlang.c (lang_check): Revert the change mode on 2001-06-15.
3970 2001-06-18  H.J. Lu <hjl@gnu.org>
3972         * Makefile.am (ld.1): Remove the prefix `$(srcdir)/'.
3973         (diststuff): Add $(MANS).
3974         * Makefile.in: Regenerated.
3976         * ld.1: Removed.
3978 2001-06-18  Hans-Peter Nilsson  <hp@axis.com>
3980         * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
3981         Update for API change in bfd_elf${ELFSIZE}_size_dynamic_sections.
3982         * mpw-elfmips.c (gldelf32ebmip_before_allocation): Ditto.
3983         * ld.h (args_type): Remove member export_dynamic.  All users
3984         changed to use struct bfd_link_info member.
3986         * Makefile.am (ecriself.c, ed10velf.c, ei386moss.c): Depend on
3987         $(srcdir)/emultempl/elf32.em, not $(srcdir)/emultempl/generic.em.
3988         * Makefile.in: Regenerate.
3990 2001-06-18  H.J. Lu  <hjl@gnu.org>
3992         * ldlang.c (init_os): Add the newline to the einfo call.
3993         (lang_check): Likewise.
3994         (lang_do_version_exports_section): Likewise.
3996 2001-06-15  H.J. Lu  <hjl@gnu.org>
3998         * lexsup.c (parse_args); Save optind to report unrecognized
3999         option.
4001 2001-06-15  Hans-Peter Nilsson  <hp@axis.com>
4003         * ldlang.c (lang_check): Emit fatal error if relocatable link
4004         between different object flavours.
4006         * lexsup.c (parse_args) <case OPTION_EXPORT_DYNAMIC, case 'E'>:
4007         Set new link_info member export_dynamic.
4008         * ldmain.c (main): Initialize new link_info member export_dynamic.
4010 2001-06-12  Nick Clifton  <nickc@cambridge.redhat.com>
4012         * ldlang.c (walk_wild): Only call walk_wild_file if
4013         lookup_name returns something.
4014         (lookup_name): If load_symbols fails, return NULL.
4015         (load_symbols): Change to a boolean function.
4016         (open_input_bfds): If load_symbols fails then do not make the
4017         executable.
4019 2001-06-08  Alan Modra  <amodra@bigpond.net.au>
4021         * ldlang.c (record_bfd_errors): Remove.
4023         * emultempl/aix.em: Fix copyright dates.
4025 2001-06-07  Andreas Jaeger  <aj@suse.de>
4027         * elf_x86_64.sh (NONPAGED_TEXT_START_ADDR): Increase.
4028         (TEXT_START_ADDR): Likewise.
4030 2001-06-06  Martin Schwidefsky <schwidefsky@de.ibm.com>
4032         * configure.host: Set HOSTING_CRT0/HOSTING_LIBS correctly for s/390.
4034 2001-06-05  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
4036         * emultempl/pe.em (init): Reduce default stack reserve to 0x200000.
4038 2001-05-31  H.J. Lu  <hjl@gnu.org>
4040         * ldlang.c (open_input_bfds): Don't change the bfd error
4041         handler whilst loading symbols.
4043 2001-05-28  Nick Clifton  <nickc@cambridge.redhat.com>
4045         * configure.tgt: Remove i370-mvs architecture, it is not currently
4046         supported.
4048 2001-05-25  H.J. Lu  <hjl@gnu.org>
4050         * emulparams/ppcmacos.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
4051         like emulparams/aixppc.sh.
4053 2001-05-25  H.J. Lu  <hjl@gnu.org>
4055         * emultempl/beos.em (gld${EMULATION_NAME}_before_parse): Move
4056         setting of output_filename after bfd_scan_arch.
4057         * emultempl/pe.em: Likewise.
4059 2001-05-25  H.J. Lu  <hjl@gnu.org>
4061         * emulparams/aixrs6.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
4062         like emulparams/aixppc.sh.
4064         * emultempl/aix.em (sc): Use ${srcdir}/emultempl/ostring.sed
4065         instead of ${srcdir}/emultempl/stringify.sed.
4067 2001-05-25  Timothy Wall  <twall@oculustech.com>
4069         * emulparams/elf64_aix.sh: Change settings to match IBM linker
4070         output.
4072 2001-05-25  Alan Modra  <amodra@one.net.au>
4074         * configure.host: Replace linuxoldld with linux*oldld.
4075         * configure.tgt: Likewise.
4077 2001-05-24  H.J. Lu  <hjl@gnu.org>
4079         * emultempl/stringify.sed: Removed again.
4081 2001-05-24  H.J. Lu  <hjl@gnu.org>
4083         * emultempl/aix.em (OUTPUT_ARCH): Defined.
4084         (gld${EMULATION_NAME}_before_parse): Initialize
4085         ldfile_output_architecture, ldfile_output_machine and
4086         ldfile_output_machine_name from ${OUTPUT_ARCH} if possible.
4087         * emultempl/beos.em: Likewise.
4088         * emultempl/elf32.em: Likewise.
4089         * emultempl/linux.em: Likewise.
4090         * emultempl/mipsecoff.em: Likewise.
4091         * emultempl/pe.em: Likewise.
4092         * emultempl/sunos.em: Likewise.
4094 2001-05-24 Tom Rix <trix@redhat.com>
4096         * emultempl/aix.em : (gld${EMULATION_NAME}_read_file)
4097         udate import file format.
4098         (change_symbol_mode) New, same
4099         (is_syscall) New, same
4100         * emulparams/aixppc.sh : add SYSCALL_MASK and SYMBOL_MODE_MASK
4101         * emulparams/aixppc64.sh : same
4102         * emulparams/aixrs6.sh : same
4103         * emulparams/ppcmacos.sh : same
4104         * emultempl/aix.em : use strtoull to parse options
4105         * Makefile.am : add eaixppc64 emulation for xcoff64
4106         * Makefile.in : same
4107         * configure.tgt : same
4109         * scripttempl/aix.sc : default text section offset to 0x10000000
4110         default data section offset to 0x20000000
4111         add .sv3264 and .sv64 pseudo sections
4112         loader and debug sections use the currect section offset.
4114         * emultempl/aix.em : Add xcoff64 support
4115         Add -binitfini support
4116         (gld${EMULATION_NAME}_before_parse) -binitfini
4117         (gld${EMULATION_NAME}_parse_args) same
4118         (gld${EMULATION_NAME}_before_allocation) format change for special
4119         sections
4121         * emulparams/aixppc64.sh : New file for xcoff64 support
4123 2001-05-23  Alexandre Oliva  <aoliva@redhat.com>
4125         * emultempl/elf32.em (ELF_INTERPRETER_SET_DEFAULT): Use this new
4126         variable to avoid non-portable shell construct.
4128 2001-05-23  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4130         * ldmain.c (get_emulation): Add -mips5 command line argument.
4132 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
4134         * emulparams/elf_i386_ldso.sh: New, copied from elf_i386.sh.
4135         (ELF_INTERPRETER_NAME): Define it.
4136         * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Use
4137         it.
4138         * configure.tgt (targ_emul, targ_extra_emuls)
4139         [i[3456]86-*-solaris2*, i[3456]86-*-solaris*]: Use elf_i386_ldso
4140         as primary, elf_i386 as extra.
4141         * Makefile.am (ALL_EMULATIONS): Added eelf_i386_ldso.o.
4142         (eelf_i386_ldso.c): New rule.
4143         * Makefile.in: Rebuilt.
4145 2001-05-22  Nick Clifton  <nickc@redhat.com>
4147         * lexsup.c (ld_options):  Allow -I to be an alias for
4148         --dynamic-linker.  This is for Solaris compatability.
4149         * ld.texinfo: Document that -I can be used.
4150         * ld.1: Regenerate.
4152 2001-05-16  Alan Modra  <amodra@one.net.au>
4154         * ldlang.c (wild_doit): Use linker_has_input to reliably determine
4155         whether an input section is the first one assigned to an output
4156         section.
4157         Assorted formatting fixes.
4159 2001-05-14  DJ Delorie  <dj@delorie.com>
4161         * Makefile.am (ld.dvi): Search bfd/doc for texinfo files.
4162         * Makefile.in: Ditto.
4164 2001-05-11  Jakub Jelinek  <jakub@redhat.com>
4166         * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Put
4167         .gnu.linkonce.ia64unw{,i} sections into corresponding .IA_64.unwind*
4168         output sections.
4169         * emulparams/elf64_aix.sh (OTHER_READONLY_SECTIONS): Likewise.
4171 2001-05-11  Jakub Jelinek  <jakub@redhat.com>
4173         * ldlang.c (lang_process): Call bfd_merge_sections.
4175 2001-05-07  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4177         * ldgram.y: Fix typo.
4179 2001-05-03  H.J. Lu  <hjl@gnu.org>
4181         * emultempl/elf32.em: Include "libiberty.h".
4182         (gld${EMULATION_NAME}_vercheck): Call basename () to get the
4183         basename of the bfd filename.
4184         (gld${EMULATION_NAME}_stat_needed): Likewise.
4185         (gld${EMULATION_NAME}_try_needed): Likewise.
4186         (gld${EMULATION_NAME}_open_dynamic_archive): Likewise.
4188 2001-05-02  H.J. Lu  <hjl@gnu.org>
4190         * emultempl/pe.em: Include <ctype.h>.
4192 2001-05-02  Johan Rydberg  <jrydberg@opencores.org>
4194         * emulparams/elf32openrisc.sh: New file.
4196         * Makefile.am: Add OpenRISC target.
4197         * Makefile.in: Regenerated.
4199         * configure.tgt: Add openrisc-*-* mapping.
4201 2001-05-02  Nick Clifton  <nickc@redhat.com>
4203         * emultempl/aix.em: Replace buystring with xstrdup.
4204         * emultempl/beos.em: Replace buystring with xstrdup.
4206 2001-05-02  H.J. Lu  <hjl@gnu.org>
4208         * ldfile.c: Include "libiberty.h".
4209         * ldlex.l: Likewise.
4211         * ldmisc.c (buystring): Removed.
4212         * ldmisc.h: Likewise.
4214         * ldfile.c: Replace buystring with xstrdup.
4215         * ldlang.c: Likewise.
4216         * ldlex.l: Likewise.
4217         * ldmain.c: Likewise.
4218         * ldmisc.c: Likewise.
4219         * lexsup.c: Likewise.
4220         * mpw-eppcmac.c: Likewise.
4222 2001-04-30  Andreas Jaeger  <aj@suse.de>
4224         * emulparms/elf_x86_64.sh (MAXPAGESIZE): Fix value.
4226 2001-04-28  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
4228         * ldlang.c (load_symbols): Give emulation a chance
4229         to process unrecognized file before fatal error is
4230         reported, not after.
4232 2001-04-27  Sean McNeil <sean@mcneil.com>
4234         * configure.tgt: Add arm-vxworks target.
4235         * scripttempl/armcoff.sc: Support .text or .data as a section name
4236         prefix.
4237         Define _etext.
4239 2001-04-13  J.T. Conklin  <jtc@redback.com>
4241         * ld.texinfo: Document --fatal-warnings.
4242         * ld.1: Regenerate.
4244         * ldmisc.c (vfinfo): Set flag to inhibit making executable if
4245         warnings have been turned into errors.
4246         * lexsup.c (OPTION_WARN_FATAL): Define.
4247         (ld_options): Entry for --fatal-warnings.
4248         (parse_args): Handle OPTION_WARN_FATAL.
4249         * ld.h (ld_config_type): Add fatal_warnings field.
4251 2001-04-13  Jakub Jelinek  <jakub@redhat.com>
4253         * ldmain.c (main): Default to discard_sec_merge.
4254         * lexsup.c (OPTION_DISCARD_NONE): Define.
4255         (ld_options): Add --discard-none.
4256         (parse_args): Handle OPTION_DISCARD_NONE.
4257         * ldlang.c (wild_doit): SEC_MERGE should be set in the output
4258         section only if SEC_MERGE and SEC_STRINGS flags and entsize of
4259         all its input sections match.
4261 2001-04-05  Steven J. Hill  <sjhill@cotw.com>
4263         * Makefile.am (ALL_EMULATIONS): Add eelf32ltsmip.o.
4264         (ALL_64_EMULATIONS): Add eelf64btsmip.o and eelf64ltsmip.o.
4265         (eelf32ltsmip.c): New target.
4266         (eelf64btsmip.c): Likewise.
4267         (eelf64ltsmip.c): Likewise.
4268         * Makefile.in: Regenerated.
4270         * configure.tgt (mips*el-*-linux-gnu): Uses traditional MIPS
4271         target.
4272         (mips*-*-linux-gnu*): Likewise.
4274         * emulparams/elf32ltsmip.sh: New. Traditional little endian
4275         MIPS taget.
4276         * emulparams/elf64btsmip.sh: New. Traditional 64bit big endian
4277         target.
4278         * emulparams/elf64ltsmip.sh: New. Traditional 64bit little
4279         endian target.
4281 2001-04-05  Hans-Peter Nilsson  <hp@axis.com>
4283         * emulparams/criself.sh (EXECUTABLE_SYMBOLS): Cannot provide
4284         correct value of __Stext here.
4285         (TEXT_START_SYMBOLS): Define; always define __Stext, to start of
4286         .startup section.
4288         * emulparams/crislinux.sh: Remove FIXME.
4290 2001-04-02  Alan Modra  <alan@linuxcare.com.au>
4292         * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 64k.
4293         (TEXT_START_ADDR, TARGET_PAGE_SIZE): Likewise.
4295 2001-03-27  Hans-Peter Nilsson  <hp@axis.com>
4297         * configure.tgt (cris-*-*): Change default emulation to criself.
4298         (cris-*-*aout*): New rule.
4300 2001-03-27  Matthew Wilcox  <willy@ldl.fc.hp.com>
4302         * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 0x4000.
4303         (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
4305 2001-03-26  Andreas Jaeger  <aj@suse.de>
4307         * ld.texinfo (Overview): Fix syntax in texi code.
4309 2001-03-25  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
4311         * ld.texinfo: Put @c man indications to generate the ld man page.
4312         When generating man, define all the variables.  Define SEEALSO
4313         and SYNOPSIS.  Re-organize some lines to avoid the cross references.
4314         * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variables.
4315         (ld.1): Generate from ld.texinfo.
4316         * Makefile.in: Regenerate.
4318 2001-03-23  Mark Elbrecht <snowball3@bigfoot.com>
4320         * scripttempl/i386go32.sc: Support the GCC flags '-ffunction-sections'
4321         and '-fdata-sections'. Set the VMA of STABS sections to zero.
4323 2001-03-17  Ulrich Drepper  <drepper@redhat.com>
4325         * emultmpl/elf32.em (gld${EMULATION_NAME}_search_needed): If NAME
4326         is an absolute path look only for this file and not along the path.
4328 2001-03-17  Ulrich Drepper  <drepper@redhat.com>
4330         * emultempl/elf32.em (OPTION_GROUP): New macro.
4331         Add new option Bgroup to longopts.
4332         (gld*_parse_args): Handle GROUP_OPTION and recognize -z defs.
4333         (gld*_list_options): Add -Bgroup and -z defs.
4334         * ld.1: Document -Bgroup and -z defs.
4335         * ld.texinfo: Likewise.
4337 2001-03-07  Michael Meissner  <meissner@redhat.com>
4339         * scripttempl/elfd10v.sc (.rodata,.rodata1,.data1,.sdata): Deal
4340         with sections created by -fdata-sections.
4341         (.dynbss,.bss): Ditto.
4343 2001-03-05  Alan Modra  <alan@linuxcare.com.au>
4345         * emultempl/m68kelf.em (m68k_elf_after_allocation): Call
4346         after_allocation_default, not gld..._before_allocation.
4348 2001-02-27  Alan Modra  <alan@linuxcare.com.au>
4350         * configure.in (BFD_VERSION): New.
4351         (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
4352         * configure: Regenerate.
4353         * Makefile.am: Run "make dep-am"
4354         * Makefile.in: Regenerate.
4356 2001-02-26  Timothy Wall  <twall@cygnus.com>
4358         * emulparams/elf64_aix.sh: Add additional read-only sections;
4359         uncomment lines which are now required.
4361 2001-02-26  H.J. Lu  <hjl@gnu.org>
4363         * ldlang.c (open_input_bfds): Set the bfd error handler so
4364         that problems can be caught whilst loading symbols.
4365         (record_bfd_errors): New function: Report BFD errors and mark
4366         the executable output as being invalid.
4368 2001-02-22  Timothy Wall  <twall@cygnus.com>
4370         * configure.host: Add configuration for ia64-*-aix*.
4371         * Makefile.am (ALL_64_EMULATIONS): Add emulation for ia64-*-aix*.
4372         Add dependencies for eelf64_aix.c.
4373         * Makefile.in: Regenerate.
4374         * configure.tgt: Add ia64-*-aix* mapping.
4375         * emulparams/elf64_aix.sh: Add settings for elf64 on aix5.
4377 2001-02-20  H.J. Lu  <hjl@gnu.org>
4379         * ldfile.c (ldfile_open_file): Set entry->search_dirs_flag to
4380         false if we found the file.
4382 2001-02-18  David O'Brien  <obrien@FreeBSD.org>
4384         * configure.tgt: Add FreeBSD/Alpha, FreeBSD/x86-64, FreeBSD/ia64,
4385         FreeBSD/PowerPC, FreeBSD/arm, and FreeBSD/sparc64 entries.
4387 2001-02-18  lars brinkhoff  <lars@nocrew.org>
4389         * Makefile.am: Add PDP-11 target.
4390         * configure.tgt: Likewise.
4391         * emulparams/pdp11.sh: New file.
4393 2001-02-17  David O'Brien  <obrien@FreeBSD.org>
4395         * configure.host: Add a generic FreeBSD configuration entry such that
4396         all [modern] FreeBSD systems on all platforms will look the same.
4398 2001-02-14  H.J. Lu  <hjl@gnu.org>
4400         * configure.tgt: Remove mention of earmelf_linux26.
4402 2001-02-13  Richard Henderson  <rth@redhat.com>
4404         * emulparams/elf64_ia64.sh (OTHER_GOT_SYMBOLS): Remove.
4406 2001-02-13  H.J. Lu  <hjl@gnu.org>
4408         * ldexp.h (node_type): Add etree_provided.
4409         * ldexp.c (exp_fold_tree): Handle etree_provided. Set the node
4410         type to etree_provided if defined by PROVIDE. Allow updating
4411         for etree_provided.
4412         (exp_print_tree): Handle etree_provided.
4413         * mpw-elfmips.c (gldelf32ebmip_find_exp_assignment): Handle
4414         etree_provided.
4416 2001-02-09  David Mosberger  <davidm@hpl.hp.com>
4418         * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add
4419         .IA_64.unwind.* pattern to unwind table section and
4420         .IA_64.unwind_info* pattern to unwind info section.
4422 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4424         * Makefile.am: Add linux target for S/390.
4425         * Makefile.in: Likewise.
4426         * configure.host: Likewise.
4427         * configure.tgt: Likewise.
4428         * emulparams/elf64_s390.sh: New file.
4429         * emulparams/elf_s390.sh: New file.
4431 2001-02-09  Jakub Jelinek  <jakub@redhat.com>
4433         * configure.tgt (sparc64-*-linux-gnu*): Add elf32_sparc into
4434         targ_extra_libpath.
4435         (sparc-*-linux-gnu*): Add elf64_sparc into targ_extra_libpath.
4437 2001-02-06  Philip Blundell  <philb@gnu.org>
4439         * Makefile.am: Remove mention of earmelf_linux26.
4440         * Makefile.in: Regenerate.
4442 2001-02-04  Philip Blundell  <philb@gnu.org>
4444         * emulparams/armelf_linux.sh (TEXT_START_ADDR): Set to 0x8000.
4445         * emulparams/armelf_linux26.sh: Delete.
4446         * configure.tgt: Remove mention of armelf_linux26 emulation.
4448 2001-02-01  Nick Clifton  <nickc@redhat.com>
4450         * ld.1: Replace occurances of -oformat with --oformat.
4452 2001-01-25  Jim Driftmyer <jdrift@stny.rr.com>
4454         * ldlang.c (lang_leave_overlay): Don't set lma_region when
4455         load_base is specified.
4457 2001-01-24  Hans-Peter Nilsson  <hp@axis.com>
4459         * emultempl/elf32.em: Correct spelling in comments and listed
4460         options.
4462 2001-01-23  Alan Modra  <alan@linuxcare.com.au>
4464         * ldlang.c (lang_leave_overlay): Only set lma_region from the
4465         default for the first section of a group of overlay sections.
4467 2001-01-22  Alan Modra  <alan@linuxcare.com.au>
4469         * Makefile.am (GENSCRIPTS): Pass exec_prefix.
4470         * Makefile.in: Regenerate.
4471         * genscripts.sh: Use exec_prefix parameter to specify tool lib.
4472         Check for null tool_dir.
4474 2001-01-16  Jim Wilson  <wilson@redhat.com>
4476         * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add IA_64.unwind
4477         and IA_64.unwind.info.
4479 2001-01-16  H.J. Lu  <hjl@gnu.org>
4481         * ldlang.c (lang_check): Merge the private data only if the
4482         input file has contents.
4484 2001-01-14  Alan Modra  <alan@linuxcare.com.au>
4486         * emulparams/hppalinux.sh (OUTPUT_FORMAT): Set to elf32-hppa-linux.
4488         * emultempl/hppaelf.em (hppaelf_after_parse): New function,
4489         enabling search for libmilli.  On a relocatable link, make .text
4490         sections unique.
4491         (LDEMUL_AFTER_PARSE): Define.
4492         (hppaelf_finish): Correct spelling of relocatable in comments.
4494         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
4495         rummage through the script for sections on the unique list.
4496         Correct length of strncmp for ".note".
4497         (gld${EMULATION_NAME}_check_needed): Rearrange function.
4499         * ldlang.c (unique_section_list): New var.
4500         (unique_section_p): New function.
4501         (walk_wild_section): Don't match sections on unique_section_list.
4502         (lang_add_unique): New function.
4503         Correct spelling of relocatable in comments.
4505         * ldlang.h (struct unique_sections): Declare.
4506         (unique_section_list): Declare.
4507         (unique_section_p): Declare.
4508         (lang_add_unique): Declare.
4510         * lexsup.c (ld_options): Allow --unique to take an optional arg.
4511         (parse_args [OPTION_UNIQUE]): Call lang_add_unique.
4513         * ld.texinfo (--unique): Update.
4515 2001-01-13  Nick Clifton  <nickc@redhat.com>
4517         * lexsup.c (parse_args): Remove spurious white space.
4519 2001-01-12  Nick Clifton  <nickc@redhat.com>
4521         * lexsup.c (parse_args): Update copyright date.
4523 2001-01-12  Philip Blundell  <pb@futuretv.com>
4525         * configure.host: Set HOSTING_LIBS appropriately for ix86-cygwin.
4527 2001-01-10  Kazu Hirata  <kazu@hxi.com>
4529         * scripttempl/h8300.sc: Fix formatting.  Fix a comment typo.
4530         * scripttempl/h8300h.sc: Fix formatting.
4531         * scripttempl/h8300s.sc: Likewise.
4532         * scripttempl/h8500.sc: Likewise.
4533         * scripttempl/h8500b.sc: Likewise.
4534         * scripttempl/h8500c.sc: Likewise.
4535         * scripttempl/h8500m.sc: Likewise.
4536         * scripttempl/h8500s.sc: Likewise.
4538 2000-01-07  David O'Brien  <obrien@BSDi.com>
4540         * emultempl/elf32.em: Only perform Linux ld hints processing when
4541         targeting Linux.
4543 2001-01-07  Philip Blundell  <philb@gnu.org>
4545         * ld.texinfo (Bug Reporting): Update email address for reports.
4547 2000-12-31  Nick Clifton  <nickc@redhat.com>
4549         * lexsup.c (parse_args): Set opterr to 0 and detect unparsed long
4550         options by checking for a return value of '?' not -1.
4552 2000-12-28  Nick Clifton  <nickc@redhat.com>
4554         * lexsup.c (struct ld_option): Add new enum value:
4555         EXACTLY_TWO_DASHES.
4556         (ld_options[]): Change -omagic, -output and -oformat options
4557         to be EXACTLY_TWO_DASHES.
4558         (OUTPUT_COUNT): Use ARRAY_SIZE.
4559         (parse_args): Change parameter 'argc' to unsigned.
4560         Place EXACTLY_TWO_DASHES options into new really_longopts
4561         array.
4562         If getopt_long_only fails, try calling getopt_long using the
4563         really_longopts array.
4564         (help): Print a double dash for both EXACTLY_TWO_DASHES and
4565         TWO_DASHES options.
4567         * ldlex.h: Fix prototype of parse_args.
4569         * ld.texinfo: Document that long options starting with 'o'
4570         must be preceeded by two dashes.  Change example of a single
4571         dashed long option from -oformat to -trace-symbol.
4573 2000-12-26  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
4575         * emultempl/pe.em (OPTION_NO_DEFAULT_EXCLUDES): Define.
4576         (longopts[]): New --no-default-excludes option.
4577         (gld_${EMULATION_NAME}_list_options): Document.
4578         (gld_${EMULATION_NAME}_parse_args): Handle.
4580 2000-12-13  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
4582         * ldlang.c (new_stat): Revert the last beautification with "innocent"
4583         whitespace, it breaks the K&R C preprocessor.
4585 2000-12-11  DJ Delorie  <dj@redhat.com>
4587         * ld.texinfo: Add notes about --whole-archive and gcc.
4589 2000-11-18  Fred Fish  <fnf@be.com>
4591         * lexsup.c (OPTION_ALLOW_SHLIB_UNDEFINED): Define.
4592         (ld_options): Entry for --allow-shlib-undefined.
4593         (parse_args): Handle OPTION_ALLOW_SHLIB_UNDEFINED.
4594         * ldmain.c (main): Initialize link_info.allow_shlib_undefined
4595         to false.
4596         * ld.texinfo: Document new command line switch.
4598 2000-12-12  Geoffrey Keating  <geoffk@redhat.com>
4600         * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS):
4601         .fixup is actually read/write.
4602         * emulparams/elf32lppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
4603         * emulparams/elf32ppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
4604         * emulparams/elf32lppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
4606 2000-12-11  Jan Hubicka  <jh@suse.cz>
4608         * NEWS: Add note about x86_64 architecture.
4610 2000-12-06  Mark Elbrecht  <snowball3@bigfoot.com>
4612         * scripttempl/i386go32.sc: Use PROVIDE with _etext, _edata, _end.
4613         Set DWARF2 sections to a VMA of zero.
4615 2000-12-01  Joel Sherrill  <joel@OARcorp.com>
4617         * configure.tgt (arm-*-rtems*, a29k-*rtems*, h8300-*-rtems*):
4618         New targets.
4619         (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
4620         (sparc*-*-rtems*): Switched from a.out to ELF.
4622 2000-11-30  Jan Hubicka  <jh@suse.cz>
4624         * Makefile.am (ALL_EMULATIONS): Add eelf_x86_64.o
4625         (eelf_x86_64.c): New.
4626         * Makefile.in: Regenerate.
4627         * configure.tgt: Add support for x86_64-*-linux-gnu*.
4628         * emulparams/elf_x86_64.sh: New.
4630 2000-11-30  Hans-Peter Nilsson  <hp@axis.com>
4632         * emulparams/crislinux.sh (ENTRY): Change back to _start.
4633         (TEXT_START_SYMBOLS): Remove conditional setting of __start.
4635         * scripttempl/crisaout.sc: Change all RELOCATING not related to
4636         merging non-a.out sections into CONSTRUCTING.
4638 2000-11-28  Nick Clifton  <nickc@redhat.com>
4640         * ld.1 (COPYING): Mention that the GNU Free Documentation
4641         License is present in the sources, but not the output, and
4642         also available from the GNU website.
4643         (GNU Free Documentation License): Comment out this section.
4645 2000-11-28  David O'Brien  <obrien@dragon.nuxi.com>
4647         * emulparams/elf64alpha.sh (ENTRY): Remove leading underscore as ELF
4648         does not use them.
4650 2000-11-25  David O'Brien  <obrien@FreeBSD.org>
4652         * ld.1: Remove old date so it does not give the impression the manpage
4653         is way out of date.
4655 2000-11-24  Nick Clifton  <nickc@redhat.com>
4657         * configure.tgt (xscale-coff): Add target.
4658         (xscale-elf): Add target.
4660 2000-11-24  Fred Fish  <fnf@be.com>
4662         * ldmain.c (main): Remove redundant init of config.make_executable
4663         to true.
4665 2000-11-15  Richard Henderson  <rth@redhat.com>
4667         * emulparams/elf64alpha.sh (MAXPAGESIZE): Typo -- 64k, not 1M.
4669 2000-11-14  Kazu Hirata  <kazu@hxi.com>
4671         * scripttempl/h8300.sc: Fix formatting.
4672         * scripttempl/h8300h.sc: Likewise.
4673         * scripttempl/h8300s.sc: Likewise.
4675 2000-11-14  Denis Chertykov  <denisc@overta.ru>
4677         * scripttempl/elf32avr.sc: Fix bug in .eeprom segment.
4679 2000-11-09  Philip Blundell  <pb@futuretv.com>
4681         * emultempl/pe.em: Define ___start_SECNAME and ___stop_SECNAME
4682         around orphan sections whose names can be represented in C.
4684 2000-11-07  Jim Wilson  <wilson@redhat.com>
4686         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): New local
4687         hold_sdata.  If SEC_SMALL_DATA set, set place to hold_sdata.
4689 2000-11-06  Nick Clifton  <nickc@redhat.com>
4691         * ld.texinfo: Add GNU Free Documentation License.
4692         * ldint.texinfo: Add GNU Free Documentation License.
4693         * ld.1: Add GNU Free Documentation License.
4695 2000-11-05  Alan Modra  <alan@linuxcare.com.au>
4697         * ldlex.l (yy_create_string_buffer): Init yy_is_our_buffer,
4698         yy_is_interactive, yy_at_bol, and yy_fill_buffer.
4700         * Makefile.am (DISTCLEANFILES): Add stringify.sed.
4701         Move 2000-11-02 Makefile.in changes to this file.
4702         * Makefile.in: Regenerate.
4704 2000-11-03  Nick Clifton  <nickc@redhat.com>
4706         * scripttempl/h8300.sc: Use ${CONSTRUCTING...} to enclose
4707         constructors and destructors.
4708         * scripttempl/h8300h.sc: Ditto.
4709         * scripttempl/h8300s.sc: Ditto.
4710         * scripttempl/h8500.sc: Ditto.
4711         * scripttempl/h8500b.sc: Ditto.
4712         * scripttempl/h8500c.sc: Ditto.
4713         * scripttempl/h8500m.sc: Ditto.
4714         * scripttempl/h8500s.sc: Ditto.
4715         * scripttempl/v850.sc: Ditto.
4716         * scripttempl/w65.sc: Ditto.
4717         * scripttempl/z8000.sc: Ditto.
4719 2000-11-02  Per Lundberg  <plundis@chaosdev.org>
4721         * Makefile.in (e_i386_chaos.c): New rule.
4722         (ALL_EMULATIONS): Added e_i386_chaos.o.
4723         * emulparams/elf_i386_chaos.sh: New file.
4724         * configure.tgt: Recognise i[3456]86-chaosdev-storm-chaos.
4726 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
4728         * emulparams/elf64_sparc.sh (TEXT_START_ADDR,
4729         NONPAGED_TEXT_START_ADDR): Set to 4GB for Solaris targets.
4730         Fix sed invocation, so that it coped with '/' in Solaris 64bit
4731         library path suffix.
4732         Based on patch by Andrew Macleod <amacleod@cygnus.com>.
4734 2000-10-18  Hans-Peter Nilsson  <hp@axis.com>
4736         * scripttempl/crisaout.sc (.text, .data): Pad, with ALIGN (32),
4737         for consecutive sections.
4739 2000-10-17  Chandrakala Chavva  <cchavva@redhat.com>
4741         * lexsup.c: New option OPTION_TARGET_HELP. Prints all target specific
4742         options.
4743         * ld.texinfo: Added notes about this new option.
4745 2000-10-16  Nick Clifton  <nickc@redhat.com>
4747         * emultempl/pe.em (_after_open): Add tests of return values from
4748         bfd functions.  Emit appropriate error messages if necessary.
4750 2000-10-13  Nick Clifton  <nickc@redhat.com>
4752         * emultempl/pe.em (_after_open): Delete 'is2' and 'nsyms'
4753         local variables - they are not used, but leave in the call to
4754         bfd_canonicalize_symtab.
4755         (_open_dynamic_archive): Add #ifdef DLL_SUPPORT around use of
4756         pe_dll_search_prefix.
4758 2000-10-12  Charles Wilson  <cwilson@ece.gatech.edu>
4760         * emultempl/pe.em (pe_dll_search_prefix): New variable,
4761         (longopts): New --dll-search-prefix option.
4762         (gld_${EMULATION_NAME}_list_options): Document.
4763         (gld_${EMULATION_NAME}_parse_args): Handle.
4764         (gld_${EMULATION_NAME}_open_dynamic_archive): When linking
4765         dynamically, search for a dll named '<prefix><basename>.dll'
4766         in preference to 'lib<basename>.dll' if --dll-search-prefix
4767         is specified.
4769 2000-10-12  Alan Modra  <alan@linuxcare.com.au>
4771         * ldlang.c (section_already_linked): Set kept_section instead of
4772         sec->comdat->sec.
4774 2000-10-10  Kazu Hirata  <kazu@hxi.com>
4776         * deffile.h: Fix formatting.
4777         * lexsup.c: Likewise.
4778         * mri.c: Likewise.
4780 2000-10-09  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
4782         * pe-dll.c (make_one): Do not generate code thunk for DATA
4783         exports.
4784         (process_def_file): deduce DATA flag for auto-export sumbols.
4786 2000-10-09  Kazu Hirata  <kazu@hxi.com>
4788         * ld.h: Fix formatting.
4789         * ldcref.c: Likewise.
4790         * ldctor.h: Likewise.
4791         * ldemul.c: Likewise.
4792         * ldemul.h: Likewise.
4793         * ldexp.c: Likewise.
4794         * ldexp.h: Likewise.
4795         * ldfile.c: Likewise.
4796         * ldfile.h: Likewise.
4797         * ldlang.c: Likewise.
4798         * ldlang.h: Likewise.
4799         * ldmain.c: Likewise.
4800         * pe-dll.c: Likewise.
4802         * pe-dll.c: Revert some formatting fixes.
4804 2000-10-08  Kazu Hirata  <kazu@hxi.com>
4806         * pe-dll.c: Fix formatting.
4808 2000-10-05  Kazu Hirata  <kazu@hxi.com>
4810         * ldlang.c: Fix formatting.
4812 2000-10-03  DJ Delorie  <dj@redhat.com>
4814         * pe-dll.c (fill_edata): initialize entire block
4815         (make_one): fill in correct section.
4817 2000-10-03  Kazu Hirata  <kazu@hxi.com>
4819         * ldexp.c: Fix formatting.
4821 2000-10-02  DJ Delorie  <dj@redhat.com>
4823         * emultempl/pe.em (gld_*_after_open): detect case where there two
4824         import libraries for same dll; rename one to ensure proper link
4825         order.
4827         * pe-dll.c (process_def_file): compare ordinals to -1, not 0; fix
4828         typo
4829         (generate_edata): fix typo
4831 2000-09-29  Hans-Peter Nilsson  <hp@axis.com>
4833         * scripttempl/crisaout.sc (ENTRY): Now __start.
4834         (.text): Add default setting for __start.
4835         Remove CONSTRUCTORS handling.
4836         (/DISCARD/): Add .gnu.warning.*.
4837         * emulparams/crislinux.sh (ENTRY): Now __start.
4838         (TEXT_START_SYMBOLS): New; provide __Stext and __start default.
4839         * emulparams/criself.sh (OUTPUT_FORMAT): Now elf32-us-cris.
4840         (ENTRY): Now __start.
4841         (INITIAL_READONLY_SECTIONS): Add KEEP for .startup.
4842         (EXECUTABLE_SYMBOLS): Add default setting for __start.
4844 2000-09-29  Kazu Hirata  <kazu@hxi.com>
4846         * deffile.h: Fix formatting.
4847         * ld.h: Likewise.
4848         * ldcref.c: Likewise.
4849         * ldctor.c: Likewise.
4850         * ldctor.h: Likewise.
4851         * ldemul.c: Likewise.
4852         * ldemul.h: Likewise.
4853         * ldexp.c: Likewise.
4854         * ldexp.h: Likewise.
4855         * ldfile.c: Likewise.
4856         * ldfile.h: Likewise.
4857         * ldlang.c: Likewise.
4858         * ldlang.h: Likewise.
4859         * lexsup.c: Likewise.
4860         * mri.c: Likewise.
4861         * pe-dll.c: Likewise.
4863 2000-09-28  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
4865         * pe-dll.c (process_def_file): Uninitialized data wasn't
4866         exported with --export-all-symbols switch.
4868 2000-09-28  DJ Delorie  <dj@redhat.com>
4870         * pe-dll.c (fill_edata): rearrange the data so that ordinals and
4871         noname work properly.
4873 2000-09-28  Alan Modra  <alan@linuxcare.com.au>
4875         * ld.texinfo (HPPA ELF32): New section.
4877         * emultempl/hppaelf.em (group_size): New.
4878         (hppaelf_finish): Pass group_size to elf32_hppa_size_stubs.
4879         (PARSE_AND_LIST_PROLOGUE): Add OPTION_STUBGROUP_SIZE.
4880         (PARSE_AND_LIST_LONGOPTS): Add --stub-group-size.  Duplicate
4881         options to prevent abbreviations matching.
4882         (PARSE_AND_LIST_OPTIONS): Describe the above.  Reformat.
4883         (PARSE_AND_LIST_ARGS_CASES): Handle it.
4885 2000-09-21  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
4887         * emultempl/m68kelf.em: Conditionalise the embedded relocs feature
4888         on the m68*-*-elf target.  Make it support COFF input objects.
4890 2000-09-21  Kazu Hirata  <kazu@hxi.com>
4892         * ldmain.c: Fix formatting.
4893         * ldmisc.c: Likewise.
4894         * ldver.c: Likewise.
4895         * ldwrite.c: Likewise.
4897 2000-09-21  Alan Modra  <alan@linuxcare.com.au>
4899         * ldwrite.c (clone_section): Silence gcc warnings.
4901 2000-09-20  Alan Modra  <alan@linuxcare.com.au>
4903         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Handle
4904         out of memory failure.
4906         * ldwrite.c (ldwrite): Remove unnecessary einfo arg.
4907         (clone_section): Handle out of memory failures.  Rename var to
4908         avoid c++ reserved word.
4910 2000-09-18  Alan Modra  <alan@linuxcare.com.au>
4912         * emultempl/hppaelf.em (hppaelf_add_stub_section): Rename
4913         stub_name param to stub_sec_name.
4914         (hppaelf_finish): Modify call to elf32_hppa_size_stubs.
4916 2000-09-10  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
4918         * emultempl/m68kelf.em: New file.
4919         * emulparams/m68kelf.sh (EXTRA_EM_FILE): Use it.
4920         * Makefile.am (em68kelf.c): Add dependency on m68kelf.em.
4921         * Makefile.in: Regenerate.
4923 2000-09-15  Alan Modra  <alan@linuxcare.com.au>
4925         * emulparams/hppalinux.sh (DATA_START_SYMBOLS): Provide $global$
4926         only as needed.
4928 2000-09-13  Nick Clifton  <nickc@redhat.com>
4930         * ldmain.c (multiple_definition): Disable relaxation if
4931         multiple symbol definitions are encountered - otherwise the
4932         linker could abort with an assertion failure.
4934 2000-09-10  Nick Clifton  <nickc@redhat.com>
4936         * mri.c: Fix formatting.
4938 2000-09-07  H.J. Lu  <hjl@gnu.org>
4940         * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
4941         * configure: Rebuild.
4943 2000-09-07  H.J. Lu  <hjl@gnu.org>
4945         * Makefile.am (lexsup.o): Also depend on $(INCDIR)/demangle.h.
4946         * Makefile.in: Rebuild.
4948 2000-09-07  Alan Modra  <alan@linuxcare.com.au>
4950         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Fix
4951         broken list handling.  Create __start_SECNAME and __stop_SECNAME
4952         when no place-holder.  Add some comments.  Test both SEC_CODE and
4953         SEC_READONLY for hold_text to prevent .rodata orphan poisoning.
4954         Handle case where no output section statement created.
4956 2000-09-07  Niibe Yutaka  <gniibe@m17n.org>, Kaz Kojima  <kkojima@rr.iij4u.or.jp>, Alexandre Oliva  <aoliva@redhat.com>
4958         * configure.tgt (sh-*-linux*): Added.
4959         * Makefile.am: Added eshelf_linux and eshlelf_linux.
4960         * Makefile.in: Rebuilt.
4961         * emulparams/shelf_linux.sh: New file.
4962         * emulparams/shlelf_linux.sh: New file.
4964 2000-09-06  Alan Modra  <alan@linuxcare.com.au>
4966         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
4967         try shuffling sections when the orphan happens to be the place
4968         holder.  Keep count of unique section names generated so we speed
4969         the search for a new name.
4971 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
4973         * configure: Rebuilt with new libtool.m4.
4975 2000-09-05  Nick Clifton  <nickc@redhat.com>
4977         * Makefile.in: Regenerate.
4978         * aclocal.m4: Regenerate.
4979         * configure: Regenerate.
4980         * config.in: Regenerate.
4981         * po/ld.pot: Regenerate.
4983         * ldint.texinfo: Remove CVS revision marker - it foils local
4984         comparisons.
4986         * emultempl/ticoff.em: Remove extraneous comma.
4988 2000-09-05  Alan Modra  <alan@linuxcare.com.au>
4990         * emultempl/hppaelf.em (hppaelf_add_stub_section): Add SEC_RELOC
4991         to stub section flags.
4992         (hppa_for_each_input_file_wrapper): New.
4993         (hppa_lang_for_each_input_file): New.
4994         (lang_for_each_input_file): Define to call above.
4995         (multi_subspace): New.
4996         (hppaelf_finish): Pass multi_subspace to elf32_hppa_size_stubs.
4997         (PARSE_AND_LIST_PROLOGUE): Define.
4998         (PARSE_AND_LIST_LONGOPTS): Define.
4999         (PARSE_AND_LIST_OPTIONS): Define.
5000         (PARSE_AND_LIST_ARGS_CASES): Define.
5001         (hppaelf_finish): Call elf32_hppa_set_gp.
5002         (hppaelf_set_output_arch): Remove.
5003         (LDEMUL_SET_OUTPUT_ARCH): Remove.
5005         * emulparams/hppalinux.sh (ELFSIZE): Define.
5006         (MACHINE): Define.
5007         (OTHER_READONLY_SECTIONS): Define.
5008         (DATA_PLT): Define.
5009         (GENERATE_SHLIB_SCRIPT): Define.
5011         * ldlang.c: Add missing prototypes, and tidy others.  Change CONST
5012         to const throughout.  Change `void *' to `PTR' throughout.
5013         (lang_memory_default): Function is local to file, add `static'.
5015         * Makefile.am (ehppaelf.c): Depend on emultempl/elf32.em.
5016         (ehppalinux.c): Likewise.
5017         (earmelf.c): Likewise.
5018         (earmelf_linux.c): Likewise.
5019         (earmelf_linux26.c): Likewise.
5020         * Makefile.in: Regenerate.
5022         * ld.h (ld_config_type): Add unique_orphan_sections.
5023         * lexsup.c (OPTION_UNIQUE): Define.
5024         (ld_options): Add "--unique".
5025         (parse_args): Handle it.
5026         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
5027         search for an existing output section if unique_orphan_sections is
5028         set.  Make use of bfd_get_unique_section_name rather than
5029         duplicating code here.
5030         * ld.texinfo: Describe --unique.
5032         * lexsup.c (ld_options): Make split-by-reloc arg optional. Add
5033         optional arg to split-by-file.
5034         (parse_args): Handle them.
5035         * ld.texinfo: Update description of these options.
5036         * ldwrite.c (clone_section): Pass in the section name.  Replace
5037         local code with bfd_get_unique_section_name.
5038         (split_sections): Tidy code and comments.  Use a list traversal
5039         more appropriate to the list construction.  Handle cooked section
5040         sizes.  Split when split_by_reloc reached rather than exceeded.
5041         Track section size and split when split_by_file reached.  Fix
5042         link_order_tail (even though it's not used).
5043         (ldwrite): Modify condition for calling split_sections to suit
5044         changed split_by_reloc and split_by_file.
5045         * ldmain.c (main): Init config.split_by_reloc and
5046         config.split_by_file to -1.
5047         * ld.h (ld_config_type): Change split_by_reloc to unsigned.
5048         Change split_by_file to bfd_size_type.
5050 2000-09-02  Nick Clifton  <nickc@redhat.com>
5052         * configure.in: Increase version number to 2.10.91.
5053         * NEWS: Mention new ability to support removal of duplicate DWARF2
5054         debug information.
5055         * configure: Regenerate.
5056         * aclocal.m4: Regenerate.
5057         * config.in: Regenerate.
5059 2000-09-02  Daniel Berlin <dberlin@redhat.com>
5061         * scripttempl/elf.sc: Add .gnu.linkonce.wi.* to .debug_info
5062         sections.
5063         * scripttempl/elf32avr.sc: Ditto.
5064         * scripttempl/elfd10v.sc: Ditto.
5065         * scripttempl/elfd30v.sc: Ditto.
5066         * scripttempl/elfi370.sc: Ditto.
5067         * scripttempl/elfm68hc11.sc: Ditto.
5068         * scripttempl/elfm68hc12.sc: Ditto.
5069         * scripttempl/elfi386beos.sc: Ditto.
5070         * scripttempl/v850.sc: Ditto.
5072 2000-08-31  Alexandre Oliva  <aoliva@redhat.com>
5074         * acinclude.m4: Include libtool and gettext macros from the
5075         top level.
5076         * aclocal.m4, configure: Rebuilt.
5078 2000-08-25  Nick Clifton  <nickc@redhat.com>
5080         * ldlang.c (open_output): When choosing the target for a
5081         particular endianness, do nothing if the target is not
5082         supported.
5084 2000-08-25  H.J. Lu  <hjl@gnu.org>
5086         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Don't
5087         check -rpath nor LD_RUN_PATH for cross link.
5088         * ld.texinfo: Document the change.
5090 2000-08-24  Hans-Peter Nilsson  <hp@axis.com>
5092         * NEWS: Mention support for CRIS.
5094 2000-08-23  H.J. Lu  <hjl@gnu.org>
5096         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Get
5097         the current runpath list from bfd_elf_get_runpath_list ()
5098         before search.
5100 2000-08-22  H.J. Lu  <hjl@gnu.org>
5102         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Search
5103         the DT_RPATH/DT_RUNPATH entries for DT_NEEDED after
5104         LD_LIBRARY_PATH for native linker. Display the needed DSO if
5105         trace_file_tries is non-zero.
5106         (gld${EMULATION_NAME}_try_needed): Report the needed DSO found
5107         if trace_file_tries is non-zero.
5109         * ld.texinfo: Document the usage of DT_RPATH/DT_RUNPATH.
5110         * NEWS: Mention it.
5112 2000-08-14  Jason Eckhardt  <jle@cygnus.com>
5114         * NEWS: Mention i860 support.
5116 2000-08-14  Andreas Schwab  <schwab@suse.de>
5118         * scripttempl/elf.sc: Fix last change to use correct comment
5119         syntax.
5121 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
5123         * scripttempl/elf.sc: Add a comment giving the correspondence
5124         between sections, per-datum sections, and linkonce sections.  Make
5125         the comment true even for .bss, .sdata, .sdata2, .sbss, and
5126         .sbss2.
5128 2000-08-10  Jason Eckhardt  <jle@cygnus.com>
5130         * emulparams/elf32_i860.sh: New file.
5131         * configure.tgt: Recognize new target i860-stardent-{sysv4*|elf*}.
5132         * Makefile.am (ALL_EMULATIONS): Add eelf32_i860.o.
5133         (eelf32_i860.c): New rule.
5134         * Makefile.in: Regenerate.
5136 2000-08-10  Nick Clifton  <nickc@cygnus.com>
5138         * emulparams/mipspe.sh (ENTRY): Add definition.
5140 2000-08-08  Peter Jeremy  <peter.jeremy@alcatel.com.au>
5142         * emultempl/elf32.em (_after_close): Refer to -rpath not --rpath
5143         in error message.
5145 2000-08-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
5147         * scripttempl/elfm68hc11.sc: Define __bss_size symbol to indicate
5148         the final size of .bss section.
5149         * scripttempl/elfm68hc12.sc: Likewise.
5151 2000-08-04  Alan Modra  <alan@linuxcare.com.au>
5153         * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Rename to
5154         gld${EMULATION_NAME}_parse_args for consistency.  Combine
5155         lastoptind and prevoptind vars, and keep track of last optind.
5156         (gld_${EMULATION_NAME}_list_options): Rename to
5157         gld${EMULATION_NAME}_list_options.
5159 2000-08-03  Rodney Brown  <RodneyBrown@pmsc.com>
5161         * configure.tgt: Select targ_emul=elf_i386 for Unixware 7
5162         (i586-sco-sysv5uw7.1.0).
5164 2000-07-27  H.J. Lu  <hjl@gnu.org>
5166         * emulparams/elf64alpha.sh (PARSE_AND_LIST_ARGS): Removed.
5167         (PARSE_AND_LIST_PROLOGUE): New.
5168         (PARSE_AND_LIST_LONGOPTS): Likewise.
5169         (PARSE_AND_LIST_OPTIONS): Likewise.
5170         (PARSE_AND_LIST_ARGS_CASES): Likewise.
5171         (PARSE_AND_LIST_EPILOGUE): Likewise.
5173 2000-07-28  Alan Modra  <alan@linuxcare.com.au>
5175         * emultempl/armelf.em: Elide functions common to elf32.em,
5176         ie. most of the file.
5177         (arm_elf_after_open): New.  Do arm specific things then call
5178         gld${EMULATION_NAME}_after_open.
5179         (arm_elf_before_allocation): New.  Call
5180         gld${EMULATION_NAME}_before_allocation then do arm specifics.
5181         (PARSE_AND_LIST_PROLOGUE): Define.
5182         (PARSE_AND_LIST_SHORTOPTS): Define.
5183         (PARSE_AND_LIST_LONGOPTS): Define.
5184         (PARSE_AND_LIST_OPTIONS): Define.
5185         (PARSE_AND_LIST_ARGS_CASES): Define.
5186         (LDEMUL_AFTER_OPEN): Define.
5187         (LDEMUL_BEFORE_ALLOCATION): Define.
5188         (LDEMUL_BEFORE_PARSE): Define.
5189         (LDEMUL_FINISH): Define.
5191         * emultempl/hppaelf.em: Similarly zap most of this file.
5192         (hppaelf_add_stub_section): Prototype.
5193         (hppaelf_layaout_sections_again): Prototype.
5194         (hook_in_stub): Prototype.
5195         (LDEMUL_SET_OUTPUT_ARCH): Define.
5196         (LDEMUL_FINISH): Define.
5197         (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
5199         * emulparams/armelf.sh (TEMPLATE_NAME): Use elf32.
5200         (EXTRA_EM_FILE): New.
5201         * emulparams/armelf_linux.sh: Likewise.
5202         * emulparams/armelf_linux26.sh: Likewise.
5203         * emulparams/hppalinux.sh: Likewise.
5204         * emulparams/hppaelf.sh: Likewise.
5205         (NOP): Define.
5207         * emultempl/elf32.em: Fix formatting.
5208         (EXTRA_EM_FILE): Source it.
5209         (LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
5210         LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
5211         LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
5212         LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
5213         LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
5214         LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
5215         LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
5216         LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
5217         LDEMUL_FIND_POTENTIAL_LIBRARIES): New shell vars.  Add code to
5218         allow functions in this file to be overridden.
5219         (PARSE_AND_LIST_SHORTOPTS): Handle it.
5221         * emultempl/m68kcoff.em: Include ldfile.h before ldemul.h.
5223         * emultempl/elf32.em: Reorganize file.
5225 2000-07-27  Ivan Kokshaysky  <ink@jurassic.park.msu.ru>
5227         * emulparams/elf64alpha.sh: Implement "-taso" emulation
5228         specific option to fit 64-bit executable in the lower
5229         31-bit address range.  This is done by changing start
5230         address of .interp (the very first section of executable)
5231         and then setting EF_ALPHA_32BIT elf header flag.
5233 2000-07-21  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
5235         * emultempl/m68kcoff.em: New file.
5236         * emulparams/m68kcoff.sh (TEMPLATE_NAME): Use m68kcoff template.
5237         * Makefile.am (em68kcoff.c): Depend on m68kcoff.em rather than
5238         generic.em.
5239         * Makefile.in: Regenerate.
5241 2000-07-20  H.J. Lu  <hjl@gnu.org>
5243         * emultempl/elf32.em (longopts): Duplicate "disable-new-dtags"
5244         and "disable-new-dtags" to stop getopt from treating -d/-e as
5245         abbreviations for these options.
5247 2000-07-20  H.J. Lu  <hjl@gnu.org>
5249         * ld.texinfo: Add documentation for --disable-new-dtags and
5250         --enable-new-dtags.
5252         * ldmain.c (main): Initialize link_info.new_dtags to false.
5254         * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Add
5255         --disable-new-dtags and --enable-new-dtags.
5256         (gld_${EMULATION_NAME}_list_options): Likewise.
5258 2000-07-05  Kenneth Block  <krblock@computer.org>
5260         * lexsup.c: Add optional style to demangle switch
5261         * ld.texinfo: Document optional style to demangle switch.
5263 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
5265         * Makefile.am (ALL_EMULATIONS): Add ecrisaout.o, ecriself.o,
5266         ecrislinux.o.
5267         (ecrisaout.c, ecriself.c, ecrislinux.c): New rules.
5268         Regenerate dependencies.
5269         * Makefile.in: Rebuild.
5270         * configure.tgt (cris-*-*): New target.
5271         * emulparams/crisaout.sh, emulparams/criself.sh,
5272         emulparams/crislinux.sh, scripttempl/crisaout.sc: New files.
5273         * po/POTFILES.in, po/ld.pot: Regenerate.
5275 2000-07-20  H.J. Lu  <hjl@gnu.org>
5277         * emultempl/elf32.em (gld_${EMULATION_NAME}_list_options):
5278         Print out ignored -z options.
5280 2000-07-19  H.J. Lu  <hjl@gnu.org>
5282         * emulparams/elf32mcore.sh (PARSE_AND_LIST_ARGS): Removed.
5283         (PARSE_AND_LIST_PROLOGUE): New.
5284         (PARSE_AND_LIST_LONGOPTS): Likewise.
5285         (PARSE_AND_LIST_OPTIONS): Likewise.
5286         (PARSE_AND_LIST_ARGS_CASES): Likewise.
5288         * ldmain.c (main): Clear link_info.flags and link_info.flags_1.
5290         * lexsup.c (ld_options): Comment out 'z'.
5291         (parse_args): Likewise.
5293         * emultempl/elf32.em: Include "elf/common.h".
5294         (gld_${EMULATION_NAME}_parse_args): Defined. Handle some -z
5295         options.
5296         (gld_${EMULATION_NAME}_list_options): Likewise.
5298         * ld.texinfo: Add documentation for the recognized -z options.
5300 2000-07-19  H.J. Lu  <hjl@gnu.org>
5302         * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Call
5303         bfd_elf_set_dt_needed_soname ().
5305 2000-07-18  DJ Delorie  <dj@cygnus.com>
5307         * pe-dll.c (pe_dll_id_target): check object target name also
5309 2000-07-18  Hans-Peter Nilsson  <hp@axis.com>
5311         * scripttempl/elf.sc (.init): Only do ${INIT_START} and
5312         ${INIT_END} if relocating.
5313         (.fini): Likewise ${FINI_START} and ${FINI_END}.
5315 2000-07-16  Charles Wilson  <cwilson@ece.gatech.edu>
5317         * emultempl/pe.em (gld_*_open_dynamic_archive): New search
5318         order for dynamic library '-lfoo' on pei386: libfoo.dll.a,
5319         foo.dll.a, libfoo.a, libfoo.dll, foo.dll. This fixes compatibility
5320         errors introduced by the old dynamic lib search order.
5322 2000-07-17  DJ Delorie  <dj@cygnus.com>
5324         * pe-dll.c (process_def_file): auto-export data items also
5325         (pe_process_import_defs): also see if _imp_ form needed
5327 2000-07-12  Charles Wilson  <cwilson@ece.gatech.edu>
5329         * pe-dll.c (make_one): fix a typo in the __imp_ name decoration
5330         for dll import libraries
5332 2000-07-12  Mark Elbrecht  <snowball3@bigfoot.com>
5334         * scripttempl/i386go32.sc: Support the g++ attribute init_priority in
5335         gcc 2.95.2 and later.
5337 2000-07-11  Kazu Hirata  <kazu@hxi.com>
5339         * ldfile.c (ldfile_try_open_bfd): Output '\n' after an error
5340         message.
5342 2000-07-10  Alan Modra  <alan@linuxcare.com.au>
5344         * ldemul.h (struct lang_input_statement_struct): Remove forward
5345         declaration.
5346         (struct search_dirs): Likewise.
5347         * ldfile.h (struct lang_input_statement_struct): Likewise.
5348         Protect file from multiple inclusion.
5349         * ldlang.h (LANG_FOR_EACH_INPUT_STATEMENT): Move file_chain
5350         declaration from macro to file scope.
5352         * ldemul.c: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this order.
5353         * ldgram.y: Likewise here.
5354         * ldlang.c: And here.
5355         * ldmain.c: And here.
5356         * mpw-elfmips.c: And here.
5357         * mpw-eppcmac.c: And here.
5358         * emultempl/aix.em: And here.
5359         * emultempl/armcoff.em: And here.
5360         * emultempl/armelf.em: And here.
5361         * emultempl/armelf_oabi.em: And here.
5362         * emultempl/beos.em: And here.
5363         * emultempl/elf32.em: And here.
5364         * emultempl/hppaelf.em: And here.
5365         * emultempl/linux.em: And here.
5366         * emultempl/lnk960.em: And here.
5367         * emultempl/pe.em: And here.
5368         * emultempl/sunos.em: And here.
5369         * mpw-esh.c: And here. Include ldexp.h and ldlang.h too.
5370         * mpw-idtmips.c: Ditto.
5371         * emultempl/generic.em: Ditto.
5372         * emultempl/gld960.em: Ditto.
5373         * emultempl/gld960c.em: Ditto.
5374         * emultempl/mipsecoff.em: Ditto.
5375         * emultempl/ticoff.em: Ditto.
5376         * emultempl/vanilla.em: Ditto.
5378         * pe-dll.c: Include ldfile.h
5379         * ldver.c: Include ldexp.h, ldlang.h, ldfile.h
5381         * mpw-elfmips.c: (gldelf32ebmip_before_allocation): Add missing
5382         arguments to bfd_elf32_size_dynamic_sections call.
5383         (gldelf32ebmip_place_orphan): Add missing arguments to
5384         lang_leave_output_section_statement call.
5386 2000-07-10  H.J. Lu  <hjl@gnu.org>
5388         * emultempl/pe.em (pe_enable_stdcall_fixup): Protect with
5389         DLL_SUPPORT.
5390         (strhash): Likewise.
5391         (compute_dll_image_base): Likewise.
5392         (pe_undef_found_sym): Likewise.
5393         (pe_undef_cdecl_match): Likewise.
5394         (gld_${EMULATION_NAME}_open_dynamic_archive): Mark the
5395         argument "arch" with ATTRIBUTE_UNUSED.
5397 2000-07-10  Alan Modra  <alan@linuxcare.com.au>
5399         * configure.tgt: Remove extraneous hppa*-*-linux-gnu*.
5401         From  Ryan Bradetich  <rbradetich@uswest.net>
5402         * ldwrite.c (SSIZE): Remove to cure macro redefinition warning.
5404 2000-07-09  Alan Modra  <alan@linuxcare.com.au>
5406         Changes to create multiple linker stubs, positioned immediately
5407         before the section where they are required.
5408         * emultempl/hppaelf.em: Include elf32-hppa.h.
5409         (stub_sec, file_chain): Delete.
5410         (hppaelf_create_output_section_statements): Don't make a stub
5411         section here.
5412         (hook_stub_info): New struct.
5413         (hook_in_stub): New function.
5414         (hppaelf_add_stub_section): New function.
5415         (hppaelf_finish): Do nothing for relocateable links.  Modify the
5416         call to elf32_hppa_size_stubs.  Move code for updating section
5417         layout from here...
5418         (hppaelf_layaout_sections_again): ..to here, a new function.
5420         * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Fix
5421         broken list handling.  Pass in a pointer to the list.
5422         (hppaelf_finish): Update call to hppaelf_delete_padding_statements
5423         for above changes.
5424         (hppaelf_before_parse): Prototype.
5425         (hppaelf_set_output_arch): Prototype.
5426         (hppaelf_create_output_section_statements): Prototype.
5427         (hppaelf_delete_padding_statements): Prototype.
5428         (hppaelf_finish): Prototype.
5430         Merge from elf32.em
5431         * emultempl/hppaelf.em: Include ctype.h.
5432         (struct orphan_save): New.
5433         (gld${EMULATION_NAME}_place_orphan): New.
5434         (output_rel_find): New.
5435         (hppaelf_get_script): Update from elf32.em.
5436         (ld_hppaelf_emulation): Rename to ld_${EMULATION_NAME}_emulation.
5437         Change emulation_name field to "${EMULATION_NAME}".  Add
5438         gld${EMULATION_NAME}_place_orphan.
5440         * Makefile.am (ALL_EMULATIONS): Reinstate ehppaelf.o,  add
5441         ehppalinux.o, sort it.  Regenerate dependencies.
5442         (ehppalinux.c): Depend on hppaelf.em
5443         * Makefile.in: Regenerate.
5445         * configure.tgt: targ_emul=hppalinux for hppa*linux
5447         * emulparams/hppalinux.sh: New.
5448         * emulparams/hppaelf.sh (TARGET_PAGE_SIZE): Write in hex.
5450 2000-07-08  Alan Modra  <alan@linuxcare.com.au>
5452         * lexsup.c (parse_args): Copy section name.
5454 2000-07-07  Charles Wilson  <cwilson@ece.gatech.edu>
5456         * emultempl/pe.em: institute the following search order for
5457         dynamic libraries on pei386: libfoo.dll.a, foo.dll.a (import
5458         libs), libfoo.dll, foo.dll (link direct to dll).  Fall back to
5459         static lib (libfoo.a) if none of the above are found.
5461 2000-07-07  Mumit Khan  <khan@xraylith.wisc.edu>
5463         * emultempl/pe.em (pe_enable_auto_image_base): New variable.
5464         (longopts): New --{enable,disable}-auto-image-base options.
5465         (gld_${EMULATION_NAME}_list_options): Document.
5466         (gld_${EMULATION_NAME}_parse): Handle.
5467         (strhash): New static function.
5468         (compute_dll_image_base): New static function.
5469         (gld_${EMULATION_NAME}_set_symbols): Use.
5471 2000-07-05  DJ Delorie  <dj@redhat.com>
5473         * MAINTAINERS: new
5475 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
5477         * configure.tgt: Add traditional mips (mips*-*-sysv4*) target.
5478         * emulparams/elf32btsmip.sh: New file.
5479         * Makefile.am: Add traditional mips target.
5480         * Makefile.in: Rebuild.
5482 2000-07-01  H.J. Lu  <hjl@gnu.org>
5484         * Makefile.am (EXTRA_ld_new_SOURCES): Set to deffilep.y for
5485         automake to use YLWRAP.
5486         * Makefile.in: Rebuild.
5488 2000-07-01  Alan Modra  <alan@linuxcare.com.au>
5490         * Makefile.am (DEP): Fix 2000-06-22.  grep after running dep.sed
5491         (CLEANFILES): Add DEPA.
5492         * Makefile.in: Regenerate.
5494 2000-06-30  Timothy Wall  <twall@ppc>
5496         * scripttempl/tic54xcoff.sc: PAGE N is not implemented, so encode
5497         the page in the upper octet of the address.
5499 2000-06-26  Marek Michalkiewicz  <marekm@linux.org.pl>
5501         * emulparams/avrmega161.sh (ARCH): Change to avr:5.
5503 2000-06-24  Alan Modra  <alan@linuxcare.com.au>
5505         * NEWS: arm-elf does --gc-sections too.
5507 2000-06-22  Alan Modra  <alan@linuxcare.com.au>
5509         * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
5510         find one.
5511         * Makefile.in: Regenerate.
5513 2000-06-21  H.J. Lu  <hjl@gnu.org>
5515         * Makefile.am: Rebuild dependency.
5516         * Makefile.in: Rebuild.
5518 2000-06-20  H.J. Lu  <hjl@gnu.org>
5520         * Makefile.am: Rebuild dependency.
5521         * Makefile.in: Rebuild.
5523 2000-06-20  Timothy Wall  <twall@cygnus.com>
5525         * scripttempl/tic54xcoff.sc: New.
5526         * ldlang.c (wild_doit): Propagate SEC_BLOCK flag.
5527         * gen-doc.texi: Add flag for TI COFF.
5528         * ld.texinfo: Add documentation for TI COFF handling switches.
5529         * emultempl/ticoff.em: New. TI COFF handling.
5530         * configure.tgt: Add tic54x target.
5531         * Makefile.am: Add tic54x target.
5532         * Makefile.in: Ditto.
5534 2000-06-20  Alan Modra  <alan@linuxcare.com.au>
5536         * ldmain.c (set_scripts_dir): Correct pointer comparison when
5537         checking for backslashes.
5539 2000-06-19  Alan Modra  <alan@linuxcare.com.au>
5541         * NEWS: Move entries not in 2.10 above "Changes in version 2.10".
5543 2000-06-18  Alan Modra  <alan@linuxcare.com.au>
5545         * NEWS: Update list of targets supporting --gc-sections.
5547         * scripttempl/elf.sc: KEEP .eh_frame contents.
5548         * scripttempl/elfd30v.sc: Same here.
5550 2000-06-18  Stephane Carrez  <stcarrez@worldnet.fr>
5552         * Makefile.am (ALL_EMULATIONS): Added new emulation for m68hc12
5553         and m68hc11 (elf).
5554         * Makefile.in: Rebuild.
5555         * configure.tgt: Recognize m68hc12 and m68hc11.
5556         * scripttempl/elfm68hc12.sc: New file.
5557         * emulparams/m68hc12elfb: New emulation.
5558         * emulparams/m68hc12elf: New emulation.
5559         * emulparams/m68hc11elfb.sh: New file.  User configurable emulation
5560         (includes a memory.x script to define the ROM and RAM banks).
5561         * scripttempl/elfm68hc11.sc, emulparams/m68hc11elf.sh:
5562         New configuration files for support of Motorola 68hc11
5564 2000-06-15  Alan Modra  <alan@linuxcare.com.au>
5566         * ldmain.c (main): Only change SEC_READONLY for final link.
5568 2000-06-13  H.J. Lu  <hjl@gnu.org>
5570         * configure: Regenerate.
5572 2000-06-08  David O'Brien  <obrien@FreeBSD.org>
5574         * configure.in (VERSION): Update to show this is the CVS mainline.
5576 2000-06-07  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
5578         * emultempl/mipsecoff.em (gld{EMULATION_NAME}_after_open): Require all
5579         input objects to be ECOFF.
5580         (check_sections): einfo takes %B, not %P, to print a BFD name.
5582 2000-06-05  Michael Matz <matz@ifh.de>
5584         * ldgram.y (vers_defns): Handle 'extern "C++" { ... }' in
5585         version scripts.
5587         * ldlex.l (V_IDENTIFIER): Accept `::' in symbols.
5589 2000-05-23  Marek Michalkiewicz  <marekm@linux.org.pl>
5591         * emulparams/avr1200.sh (STACK): Define as 0.
5592         * emulparams/avr23xx.sh (STACK): Define as last internal SRAM address.
5593         * emulparams/avr4433.sh (STACK): Likewise.
5594         * emulparams/avr44x4.sh (STACK): Likewise.
5595         * emulparams/avr85xx.sh (STACK): Likewise.
5596         * emulparams/avrmega103.sh (STACK): Likewise.
5597         * emulparams/avrmega161.sh (STACK): Likewise.
5598         * emulparams/avrmega603.sh (STACK): Likewise.
5599         * scripttempl/elf32avr.sc (__data_start): Define for gcrt1.
5600         (__stack): Define from ${STACK} for main().
5602 2000-05-26  Alan Modra  <alan@linuxcare.com.au>
5604         * Makefile.am: Update dependencies with "make dep-am"
5605         * Makefile.in: Regenerate.
5607 2000-05-26  Eli Zaretskii  <eliz@is.elta.co.il>
5609         * ldmain.c: Include filenames.h.
5610         (set_scripts_dir): Support backslashes in program name.
5612 2000-05-22  Igor Shevlyakov  <igor@windriver.com>
5614         * ldmain.c (main): When deciding if ".text" section should be
5615         read-only, don't forget to reset SEC_READONLY because it
5616         could be already set.
5618 2000-05-22  Thomas de Lellis  <tdel@windriver.com>
5620         * ld.1: Add documentation for new command line option:
5621                 --section-start <sectionname>=<sectionorg>
5622         This is a generic version of -Ttext etc. which accepts
5623         any section name as a parameter instead of just text/data/
5624         bss.
5625         * ld.texinfo: More docs.
5626         * NEWS: More docs.
5627         * lexsup.c: (parse_args): Recognize new command line option.
5628         (ld_options): Add new option.
5630 2000-05-18  H.J. Lu  <hjl@gnu.org>
5632         * lexsup.c (parse_args): `i' == `r', not `q'.
5634 2000-05-18  Jeffrey A Law  (law@cygnus.com)
5636         * configure.tgt (hppa*64*-*-*): Enable PA64 target.
5638 2000-05-17 S. Bharadwaj Yadavalli  <sby@scrugs.lkg.dec.com>
5639               Rick Gorton          <gorton@scrugs.lkg.dec.com>
5641         Add support for '-q' == '--emit-relocs' switch.
5642         * ldmain.c (main): Default to false.
5643         * lexsup.c (parse_args): Turn on emitrelocations flag if set.
5644         * NEWS: Describe the emitrelocations switch.
5645         * ld.texinfo: Describe the emitrelocations switch.
5647 2000-05-16  Charles Wilson <cwilson@ece.gatech.edu>
5649         * emultempl/pe.em (_open_dynamic_archive): New function: Search
5650         the library path for "foo.dll" and "libfoo.dll" dynamic libraries
5651         before searching for 'libfoo.a' in response to a '-Bdynamic -lfoo'
5652         link options.
5654 2000-05-15  David O'Brien  <obrien@FreeBSD.org>
5656         * lexsup.c (parse_args): Update the year in the copyright notice.
5658 2000-05-13  Alan Modra  <alan@linuxcare.com.au>
5660         * ld.h (gettext, dgettext, dcgettext, textdomain, bindtextdomain):
5661         Replace defines with those from intl/libgettext.h to quieten gcc
5662         warnings.
5664 2000-05-10  H.J. Lu  <hjl@gnu.org>
5666         * ldlang.c (open_input_bfds): Don't load the same file within
5667         a group again if the whole archive has been loaded already.
5669 2000-05-03  Alan Modra  <alan@linuxcare.com.au>
5671         From Ulf Carlsson <ulfc@engr.sgi.com> and Andreas Jaeger <aj@suse.de>
5672         * lexsup.c (set_section_start): Use bfd_scan_vma rather than
5673         strtoul.
5675 2000-05-01  Jim Wilson  <wilson@cygnus.com>
5677         * configure.host (ia64-*-linux-gnu*): Change gcc to ${CC}.
5679         * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
5680         host "ia64-*-linux-gnu*".
5682 2000-04-29  Andreas Jaeger  <aj@suse.de>
5684         * ld.h: Correctly check GCC version.
5686 2000-04-25  Jeffrey A Law  (law@cygnus.com)
5688         * Makefile.am: Add PA64 support.  Add missing dependencies for
5689         PA32 elf support.
5690         * Makefile.in: Rebuilt.
5691         * configure.tgt: Add PA64 support (currently disabled).
5693 2000-04-25  Alan Modra  <alan@linuxcare.com.au>
5695         * emultempl/elf32.em (gld${EMULATION_NAME}_place_section): Delete.
5696         (output_rel_find): New function.
5697         (hold_section, hold_use): Delete.
5698         (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
5699         hold_interp): Make local to place_orphan.
5700         (gld${EMULATION_NAME}_place_orphan): Use lang_output_section_find
5701         rather than place_section to find possible previous use of orphan.
5702         Similarly find the place-holder output sections.  Use returned
5703         value from lang_enter_output_section_statement rather than calling
5704         lang_output_section_statement_lookup.
5705         * emultempl/armelf.em: Same here.
5706         * emultempl/pe.em: Similar to above, but no need for output_rel_find.
5708         * ldlang.c (lang_enter_output_section_statement): Return output
5709         section statement.
5710         * ldlang.h (lang_enter_output_section_statement): Change
5711         declaration too.
5713         * ldlang.h (lang_output_section_statement): Export it.
5714         * ldlang.c (lang_output_section_statement): Ditto.
5716 2000-04-24  Nick Clifton  <nickc@cygnus.com>
5718         * ld.texinfo (Output Section Data): Add note that section data
5719         commands cannot appear outside of section directives.
5721 2000-04-2  Matthew Green  <mrg@cygnus.com>
5723         * configure.tgt: Add NetBSD/sparc ELF, and NetBSD/sparc64 support.
5725 2000-04-21  Richard Henderson  <rth@cygnus.com>
5726             David Mosberger  <davidm@hpl.hp.com>
5728         * Makefile.am (ALL_64_EMULATIONS): Add eelf64_ia64.o.
5729         (eelf64_ia64.c): New rule.
5730         * Makefile.in: Rebuild.
5731         * configure.tgt (ia64-*-elf*, ia64-*-linux*): New targets.
5732         * emulparams/elf64_ia64.sh: New file.
5734 2000-04-21  Richard Henderson  <rth@cygnus.com>
5736         * scripttempl/elfd30v.sc: Place .gcc_except_table.
5738 2000-04-19  Alan Modra  <alan@linuxcare.com.au>
5740         * dep-in.sed: Match space at start of file name, not at end.
5742 2000-04-18  H.J. Lu  <hjl@gnu.org>
5744         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Call
5745         lang_leave_output_section_statement () after calling
5746         lang_enter_output_section_statement ().
5747         * emultempl/armelf.em: Likewise.
5749 2000-04-18  Alan Modra  <alan@linuxcare.com.au>
5751         * emultempl/elf32.em (struct orphan_save): Add section field.
5752         (gld${EMULATION_NAME}_place_orphan): Use above to keep sections in
5753         better order, and place first orphan section as we did before the
5754         2000-04-12 patch.  Ignore ~SEC_ALLOC sections when choosing place.
5755         Don't call make_bfd_section here, let wild_doit do the job for us.
5756         Don't build a statement list when we'll only throw it away.
5757         * emultempl/armelf.em: Ditto.
5758         * emultempl/pe.em: Similarly.
5760 2000-04-14  Geoff Keating  <geoffk@cygnus.com>
5762         * scripttempl/elfppc.sc: Remove.
5763         * emulparams/elf32ppc.sh: Use elf.sc.
5764         * emulparams/elf32lppc.sh: Use elf.sc.
5765         * emulparams/elf32ppclinux.sh: Use elf.sc.
5766         * emulparams/elf32ppcsim.sh: New file.
5767         * emulparams/elf32lppcsim.sh: New file.
5768         * Makefile.am: Update dependencies.  Add elf32ppcsim ad elf32lppcsim.
5769         (ALL_EMULATIONS): Add elf32ppcsim ad elf32lppcsim.
5770         * Makefile.in: Regenerate.
5771         * configure.tgt (powerpc-*): Add elf32ppcsim and elf32lppcsim.
5773 2000-04-14  Alan Modra  <alan@linuxcare.com.au>
5775         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Process
5776         ~SEC_ALLOC sections too.  Init start address of debug sections.
5777         * emultempl/armelf.em (gld${EMULATION_NAME}_place_orphan): Ditto.
5778         * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Ditto.
5779         Also set all relocateable section start addresses.
5781 2000-04-13  Geoff Keating  <geoffk@cygnus.com>
5783         * scripttempl/elf.sc: Add support for .sbss2 and .sdata2 sections.
5784         Add new BSS_PLT variable for when .plt need not be contained in
5785         the file.  Move _etext so that it is also after .fini, and provide
5786         both etext and _etext with a leading underscore.  Mark the start
5787         and end of .sbss.
5789 2000-04-12  Alan Modra  <alan@linuxcare.com.au>
5791         * emultempl/elf32.em (struct orphan_save): New.
5792         (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
5793         hold_interp): Make them struct orphan_save.
5794         (gld${EMULATION_NAME}_place_section): Modify for new hold_*.
5795         (gld${EMULATION_NAME}_place_orphan): Add new orphan sections to
5796         the end of the relevant section list.  Also add associated section
5797         statements to the end of any previous orphan statements.
5798         * emultempl/armelf.em: Similarly.
5799         * emultempl/pe.em: Similarly.
5801 2000-04-11  Alan Modra  <alan@linuxcare.com.au>
5803         * ld.texinfo (Simple Example): Remove extraneous paragraph.
5805 2000-04-07  Andrew Cagney  <cagney@b1.cygnus.com>
5807         * configure.in (WARN_CFLAGS): Set to -W -Wall by default.  Add
5808         --enable-build-warnings option.
5809         * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
5810         * Makefile.in, configure: Re-generate.
5812 2000-04-04  Alan Modra  <alan@linuxcare.com.au>
5814         * po/ld.pot: Regenerate.
5816         * lexsup.c (help): Restore translated part of bug string.
5818         * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
5819         (DEP): Quote when passing vars to sub-make.  Add warning message
5820         to end.
5821         (DEP1): Rewrite for "gcc -MM".
5822         (CLEANFILES): Add DEP2.
5823         Update dependencies.
5824         * Makefile.in: Regenerate.
5826 2000-04-03  Alan Modra  <alan@linuxcare.com.au>
5828         * ld.h: #include "bin-bugs.h"
5829         * lexsup.c (help): Use REPORT_BUGS_TO.
5831 2000-03-27  Denis Chertykov  <denisc@overta.ru>
5833         * configure.tgt (avr-*-*): New target support.
5834         * Makefile.am: Likewise.
5835         * scripttempl/elf32avr.sc: New script file.
5836         * emulparams/avr1200.sh: New file.
5837         * emulparams/avr23xx.sh: New file.
5838         * emulparams/avr4433.sh New file.
5839         * emulparams/avr44x4.sh New file.
5840         * emulparams/avr85xx.sh New file.
5841         * emulparams/avrmega103.sh New file.
5842         * emulparams/avrmega161.sh New file.
5843         * emulparams/avrmega603.sh New file.
5844         * Makefile.in: Regenerate.
5846 2000-03-09  Andreas Jaeger  <aj@suse.de>
5848         * Makefile.am (check-DEJAGNU): Also unset LANG.
5849         * Makefile.in: Rebuild.
5851 2000-03-06  Ian Lance Taylor  <ian@zembu.com>
5853         * ldfile.c (ldfile_try_open_bfd): Don't crash if we see an empty
5854         archive.
5856 2000-03-02  H.J. Lu  <hjl@gnu.org>
5858         * emulparams/elf32mcore.sh: Include "getopt.h".
5860 2000-03-01  Ian Lance Taylor  <ian@zembu.com>
5862         * configure.tgt: Remove *-*-aout, *-*-coff, and *-*-netware.
5864 2000-03-01  H.J. Lu  <hjl@gnu.org>
5866         * emulparams/mipspe.sh: Add SUBSYSTEM and INITIAL_SYMBOL_CHAR.
5867         * emulparams/shpe.sh: Likewise.
5869 2000-03-01  Nick Clifton  <nickc@cygnus.com>
5871         * pe-dll.c: Remove unused variables and add ATTRIBUTE_UNUSED
5872         to unused parameters.
5874         * emultempl/pe.em: Add "#ifdef DLL_SUPPORT" around static
5875         functions only used by DLL code.
5876         (_place_orphan): Initialise 'dollar'.
5878 2000-03-01  H.J. Lu  <hjl@gnu.org>
5880         * ldmain.c (undefined_symbol): Take one more arg, fatal, to
5881         indicate if the undefined symbol is a fatal error or not.
5882         Don't delete the output file if "fatal" is false.
5884 2000-02-29  H.J. Lu  <hjl@gnu.org>
5886         * Makefile.am (check-DEJAGNU): Also pass LIBS="$(LIBS)".
5887         Set LC_COLLATE and LC_ALL to null and export them. It is for
5888         sort which expects the C locale.
5889         Add $(LIBS) to all $(HOSTING_LIBS).
5890         * Makefile.in: Rebuild.
5892 2000-02-29  Alan Modra  <alan@spri.levels.unisa.edu.au>
5894         * emultempl/{aix.em, armcoff.em, armelf.em, armelf_oabi.em,
5895         beos.em, elf32.em, generic.em, gld960.em, gld960c.em, hppaelf.em,
5896         linux.em, lnk960.em, mipsecoff.em, sunos.em, vanilla.em}
5897         (ld_emulation_xfer_struct): Add missing NULL initialiser for
5898         find_potential_libraries.
5900 2000-02-28  Jim Blandy  <jimb@redhat.com>
5902         * ldgram.y (exclude_name_list): Don't require a comma to separate
5903         list entries; the lexer considers commas to be valid part of a
5904         filename, so in something like `foo, bar' the comma is considered
5905         part of the first filename, `foo,'.
5906         * ld.texinfo: Update section on EXCLUDE_FILE lists.
5908 2000-02-27  Loren J. Rittle  <ljrittle@acm.org>
5910         * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
5911         host "i[3456]86-*-freebsdelf*".
5913 2000-02-27  Mark Elbrecht  <snowball3@bigfoot.com>
5915         * scripttempl/i386go32.sc: Move misplaced semicolons.
5917 2000-02-25  Ian Lance Taylor  <ian@zembu.com>
5919         * Makefile.am (ALL_EMULATIONS): Remove ehppaelf.o.
5920         (ALL_64_EMULATIONS): Remove eelf64hppa.o.
5921         (eelf64hppa.c, ehppaelf.c): Remove targets.
5922         * Makefile.in: Rebuild.
5924 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5926         * configure.tgt (targ_extra_ofiles): Enable elf64_sparc on
5927         GNU/Linux/sparc, but keep the default as 32.
5929         * configure.tgt: Enable elf64_sparc on Solaris7+/sparc.  And make
5930         it default if sparcv9 or sparc64.
5932 2000-02-24  Nick Clifton  <nickc@cygnus.com>
5934         * Makefile.am: Add rules to build emipspe.o and earmpe.o.
5935         * Makefile.in: Regenerate.
5936         * configure.tgt: Add targets for arm-wince, sh-pe and mips-pe.
5938         * ldemul.h (ld_emulation_xfer_struct): Add new field:
5939         find_potential_libraries.
5940         * ldemul.c (ldemul_find_potential_libraries): New function.
5942         * ldfile.c (ldfile_open_file_search): Allow function to be
5943         exported.
5944         (ldfile_open_file): Call ldemul_find_potential_libraries.
5945         * ldfile.h: Add prototype for ldfile_open_file_search.
5947         * pe-dll.c: Add support for ARM, MIPS and SH targets.
5949         * emulparams/mipspe.sh: New file.  Parameters for mips-pe target.
5950         * emulparams/shpe.sh: New file.  Parameters for sh-pe target.
5952         * emultempl/pe.em: Add support for ARM, MIPS and SH DLLs.
5953         (gld_X_find_potential_libraries): New function.  Search for
5954         libraries called "*.lib".
5956         * scripttempl/pe.sc: Add .pdata section.
5958 2000-02-23  Richard Henderson  <rth@cygnus.com>
5960         * scripttempl/elfd10v.sc: Remove dynamic linking hooks.
5961         Add and use memory regions.
5963 2000-02-23  Linas Vepstas (linas@linas.org)
5965         * emulparams/elf32i370.sh, scripttempl/elfi370.sc: New.
5967         * Makefile.am: Add support for Linux/IBM 370.
5968         * configure.tgt: Likewise.
5970         * Makefile.in: Regenerate.
5972 2000-02-21  Alan Modra  <alan@spri.levels.unisa.edu.au>
5974         * ldlang.c (print_input_section, print_data_statement,
5975         print_reloc_statement, print_padding_statement, insert_pad,
5976         size_input_section, lang_check_section_addresses,
5977         lang_size_sections, lang_do_assignments, lang_set_startof,
5978         lang_one_common): Change `opb' to unsigned.
5979         (lang_do_assignments): Also change `size' to unsigned.
5981 2000-02-16  Richard Henderson  <rth@cygnus.com>
5983         * scripttempl/elf.sc: Place OTHER_PLT_RELOC_SECTION.
5985 2000-02-16  Timothy Wall  <twall@cygnus.com>
5987         * mri.c (mri_draw_tree): Add default LMA region argument to call
5988         to lang_leave_output_section_statement.
5989         * ldlang.h: Update prototypes with LMA region arguments.
5990         * ldlang.c (lang_size_sections): Encapsulate region bounds
5991         checking in os_check_region call.
5992         (os_check_region): New function.
5993         (lang_output_section_statement_lookup): Initialize lma_region.
5994         (lang_leave_output_section_statement): Add LMA region argument.
5995         (lang_leave_overlay): Ditto.
5996         * ldgram.y: Handle LMA region syntax.
5997         * ld.texinfo (Output Section Description): Describe LMA region usage.
5998         * emultempl/armelf.em (gld$place_orphan): Add default value for
5999         lma region in call to lang_leave_output_section_statement.
6000         * emultempl/elf32.em (gld$place_orphan): Add default value for
6001         lma region in call to lang_leave_output_section_statement.
6002         * emultempl/pe.em (gld$place_orphan): Add default value for
6003         lma region in call to lang_leave_output_section_statement.
6006 2000-02-04  Timothy Wall  <twall@redhat.com>
6008         * ldlang.c (lang_check_section_addresses): Use bytes instead of
6009         octets when calculating section end addresses.
6011 2000-02-04  Timothy Wall  <twall@redhat.com>
6013         * ldlang.c (lang_size_sections): Fix typo in ALIGN_N invocation.
6015 2000-02-03  Timothy Wall <twall@redhat.com>
6017         * ldexp.c (fold_name): Make SIZEOF operator return byte count, not
6018         octet count.
6019         * ldlang.c (print_input_section, print_data_statement,
6020         print_reloc_statement, print_padding_statement): Print target
6021         address values and section sizes as bytes, not octets.
6022         (insert_pad) Calculate padding size in octets, and adjust "dot"
6023         by bytes.
6024         (size_input_section) Always adjust "dot" by bytes, not octets.
6025         (lang_check_section_addresses, lang_do_assignments) Adjust
6026         "dot" by bytes, not octets.  Use the larger of the directive size
6027         or octets_per_byte for the number of octets actually allocated in
6028         the output section.
6029         (lang_set_startof) Make sure STARTOF returns a target address.
6030         (lang_one_common) Record size changes in octets.
6031         (lang_abs_symbol_at_end_of) Section end symbol's value is
6032         recorded in target bytes.
6033         * ld.texinfo: Updated description of BYTE, SHORT, LONG, etc.
6034         to be clear about behavior when an octet is smaller than one byte.
6036 2000-01-27  Alan Modra  <alan@spri.levels.unisa.edu.au>
6038         * ldcref.c (output_cref): Don't pass message strings to printf
6039         as format arg.
6040         Update copyright.
6042         * ldmisc.c (vfinfo): Same here.
6043         Update copyright.
6045 2000-01-23  Alan Modra  <alan@spri.levels.unisa.edu.au>
6047         * emultempl/{armcoff.em,armelf.em,armelf_oabi.em,beos.em,
6048         generic.em,gld960.em,gld960c.em,hppaelf.em,linux.em,lnk960.em,
6049         mipsecoff.em,sunos.em,vanilla.em} (ld_emulation_xfer_struct):
6050         Add missing NULL initialisers, and comments.
6052 2000-01-21  Nick Clifton  <nickc@cygnus.com>
6054         * ldlang.c (lang_size_sections): Fix typo in comment.
6056 2000-01-18  H.J. Lu  <hjl@gnu.org>
6058         * ldlang.c (lang_size_sections): Also update the current
6059         address of a region if the SEC_NEVER_LOAD bit is not set.
6061 2000-01-10  Philip Blundell  <pb@futuretv.com>
6063         * configure.tgt (arm*-*-conix*): New target.
6065 2000-01-07  Nick Clifton  <nickc@cygnus.com>
6067         * ld.texinfo (Options): Remind users to preceed linker command
6068         line switches with -Wl, (or whatever is appropriate) if it is
6069         being invoked by a comnpiler driver program.
6070         Fix description of the behaviour of the -n command line switch.
6072 2000-01-05  Catherine Moore  <clm@cygnus.com>
6074         * ld.h (wildcard_spec):  Change exclude_name to exclude_name_list.
6075         (name_list): New.
6076         * ld.texinfo (EXCLUDE_FILE): Update documentation.
6077         * ldgram.y (wildcard_spec): Support a list of excluded_files.
6078         (exclude_name_list): New.
6079         ldlang.c (walk_wild_section): Support list of excluded files.
6080         (print_wild_statement): Likewise.
6081         (lang_add_wild): Likewise.
6082         * ldlang.h (lang_wild_statement_type): Likewise.
6083         * scripttempl/elf.sc (OTHER_EXCLUDE_FILES): Support.
6085 2000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
6087         * pe-dll.c (pe_dll_warn_dup_exports): New variable.
6088         (process_def_file): Use.
6089         (pe_dll_compat_implib): New variable.
6090         (make_one): Use.
6092         * pe-dll.h: Add exports of pe_dll_warn_dup_exports and
6093         pe_dll_compat_implib.
6095         * emultempl/pe.em (longopts): Add warn-duplicate-exports and
6096         compat-implib options.
6097         (gld_${EMULATION_NAME}_list_options): List new options.
6098         (gld_${EMULATION_NAME}_parse_args): Handle.
6100         * pe-dll.c (pe_dll_generate_implib): Use the correct name for output
6101         dll.
6103         * deffilep.y (opt_name): Allow "." in name.
6105 For older changes see ChangeLog-9899
6107 Local Variables:
6108 mode: change-log
6109 left-margin: 8
6110 fill-column: 74
6111 version-control: never
6112 End: