1 2003-06-24 Alan Modra <amodra@bigpond.net.au>
3 * emultempl/ppc32elf.em: Convert to C90.
5 2003-06-20 Alan Modra <amodra@bigpond.net.au>
7 * emultempl/ppc64elf.em: Convert to C90 function definitions, remove
8 unnecessary prototypes and casts.
10 2003-06-19 Alan Modra <amodra@bigpond.net.au>
12 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Dump out
13 statistics from ppc64_elf_build_stubs.
15 2003-06-19 Alan Modra <amodra@bigpond.net.au>
17 * emultempl/ppc64elf.em (build_section_lists): Check return status
18 from ppc64_elf_next_input_section.
20 2003-06-17 H.J. Lu <hongjiu.lu@intel.com>
22 * ldlang.c (section_already_linked): Put back assignment of
25 2003-06-17 Rainer Keuchel <rkeuchel@allgeier.com>
27 * pe-dll.c (generate_reloc): Catch and ignore an ARM_26D
30 2003-06-17 Loren James Rittle <rittle@latour.rsch.comm.mot.com>
32 * configure.host (*-*-freebsd*): Add known path for ld-elf.so.1
33 if not produced by gcc.
35 2003-06-16 Hans-Peter Nilsson <hp@axis.com>
37 * configure.tgt: Add specific case for cris-*-linux-gnu*
38 with crislinux emulation only.
40 2003-06-13 Robert Millan <zeratul2@wanadoo.es>
42 * configure.tgt: Add i386-netbsd-gnu target.
44 2003-06-12 Richard Sandiford <rsandifo@redhat.com>
46 * configure.tgt (mips*-sgi-irix6*): Add the o32 and n64 emulations
47 to $targ_extra_libpath.
49 2003-06-11 H.J. Lu <hongjiu.lu@intel.com>
51 * po/Make-in (DESTDIR): New.
52 (install-data-yes): Support $(DESTDIR).
53 (uninstall): Likewise.
55 2003-06-10 Doug Evans <dje@sebabeach.org>
57 * Makefile.am (ALL_EMULATIONS): Add em32relf.o.
58 * Makefile.in: Regenerate.
60 2003-06-10 Richard Sandiford <rsandifo@redhat.com>
62 * configure.tgt (h8300*): Add h8300sxn emulations.
63 * Makefile.am (ALL_EMULATIONS): Add eh8300sxn.o and eh8300sxnelf.o.
64 (eh8300sxn.c, eh8300sxnelf.c): New rules.
65 * Makefile.in: Regenerate.
66 * emulparams/h8300sxnelf.sh, emulparams/h8300sxn.sh: New files.
67 * scripttempl/h8300sxn.sc: New file.
69 2003-06-10 Alan Modra <amodra@bigpond.net.au>
71 * emulparams/elf64ppc.sh (EXECUTABLE_SYMBOLS, OTHER_BSS_END_SYMBOLS,
72 CTOR_START, CTOR_END, DTOR_START, DTOR_END): Don't define.
74 2003-06-08 Alan Modra <amodra@bigpond.net.au>
76 * emultempl/ppc64elf.em (emit_stub_syms, toc_section): New vars.
77 (build_toc_list): New function.
78 (gld${EMULATION_NAME}_finish): Call build_toc_list and
79 ppc64_elf_reinit_toc. Adjust ppc64_elf_build_stubs call.
80 (OPTION_STUBSYMS): Define.
81 (PARSE_AND_LIST_LONGOPTS): Add emit-stub-syms.
82 (PARSE_AND_LIST_OPTIONS): Document.
83 (PARSE_AND_LIST_ARGS_CASES): Handle.
85 2003-06-05 Roland McGrath <roland@redhat.com>
87 * emultempl/elf32.em (gld${EMULATION_NAME}_list_options): Remove
88 extra \t in -z noexecstack line.
90 2003-05-23 Jakub Jelinek <jakub@redhat.com>
92 * ldgram.y (phdr_type): Grok PT_GNU_STACK.
93 * emultempl/elf32.em (gld${EMULATION_NAME}_handle_option): Add
94 -z execstack and -z noexecstack.
95 (gld${EMULATION_NAME}_list_options): Likewise.
96 * scripttempl/elf.sc: If not -r, discard .note.GNU-stack section.
98 2003-06-03 Michael Snyder <msnyder@redhat.com>
99 and Bernd Schmidt <bernds@redhat.com>
100 and Alexandre Oliva <aoliva@redhat.com>
102 * Makefile.am: Add new emulations for h8300sx.
103 * Makefile.in: Regenerate.
104 * configure.tgt: Add new emulations.
105 * emulparams/h8300sx.sh: New emulation.
106 * emulparams/h8300sxelf.sh: Ditto.
107 * scripttempl/h8300sx.sc: Ditto.
109 2003-06-03 H.J. Lu <hongjiu.lu@intel.com>
111 * ldmisc.c: Include "bfdlink.h".
112 (error_handler): Handle LD_DEFINITION_IN_DISCARDED_SECTION
113 and -LD_DEFINITION_IN_DISCARDED_SECTION.
115 * Makefile.am: Rebuild dependency.
116 * Makefile.in: Regenerated.
118 2003-06-03 Kaz Kojima <kkojima@rr.iij4u.or.jp>
120 * emulparams/shlelf_linux.sh (GENERATE_PIE_SCRIPT): Set to yes.
121 * emulparams/shlelf32_linux.sh (GENERATE_PIE_SCRIPT): Likewize.
123 2003-06-02 Fabrizio Gennari <fabrizio.ge@tiscalinet.it>
125 * pe-dll.c (fill_edata): Scan table pe_dll->exports, which is
126 sorted alphabetically, instead of exported_symbols, which is
129 2003-05-30 Ulrich Drepper <drepper@redhat.com>
130 Jakub Jelinek <jakub@redhat.com>
132 * lexsup.c (OPTION_PIE): Define.
133 (ld_options): Add -pie and --pic-executable options.
134 (parse_args): Handle OPTION_PIE.
135 * ldmain.c (main): Initialize link_info.pie and
136 link_info.executable.
137 * genscripts.sh: Generate PIE scripts.
138 * ld.texinfo: Document -pie and --pic-executable options.
139 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open):
140 (gld${EMULATION_NAME}_place_orphan): Likewise.
141 (gld${EMULATION_NAME}_get_script): Include PIE scripts.
142 * scripttempl/elf.sc: In PIE scripts set . the same way as in
144 * emulparams/elf_i386.sh (GENERATE_PIE_SCRIPT): Set to yes.
145 * emulparams/elf64_ia64.sh (GENERATE_PIE_SCRIPT): Likewise.
146 * emulparams/elf32ppc.sh (GENERATE_PIE_SCRIPT): Likewise.
147 * emulparams/elf64ppc.sh (GENERATE_PIE_SCRIPT): Likewise.
148 * emulparams/elf_x86_64.sh (GENERATE_PIE_SCRIPT): Likewise.
149 * emulparams/elf_s390.sh (GENERATE_PIE_SCRIPT): Likewise.
150 * emulparams/elf32_sparc.sh (GENERATE_PIE_SCRIPT): Likewise.
151 * emulparams/elf64_sparc.sh (GENERATE_PIE_SCRIPT): Likewise.
152 * emulparams/elf64alpha.sh (GENERATE_PIE_SCRIPT): Likewise.
153 * emulparams/elf64_s390.sh (GENERATE_PIE_SCRIPT): Likewise.
154 * emulparams/elf_i386.sh (GENERATE_PIE_SCRIPT): Likewise.
156 2003-05-30 H.J. Lu <hongjiu.lu@intel.com>
158 * genscripts.sh: Create tmpdir/libpath.exp.
160 2003-05-30 Nick Clifton <nickc@redhat.com>
162 * emultempl/armelf.em (arm_elf_before_allocation): Replace ASSERT
163 with a test for a NULL bfd_for_interworking.
165 2003-05-29 Jason Thorpe <thorpej@wasabisystems.com>
167 * configure.host (*-*-netbsd*): Set HOSTING_CRT0 and HOSTING_LIBS
168 correctly for more recent versions of NetBSD.
169 (alpha*-*-netbsd*): Remove.
170 (i[3-7]86-*-netbsd*): Remove.
172 2003-05-29 Nick Clifton <nickc@redhat.com>
174 * emultempl/pe.em: Include "safe-ctype.h" instead of <ctype.h>.
176 2003-05-26 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
178 * emulparams/elf64btsmip.sh: Set TEXT_START_ADDR to 0x120000000 to
179 trap on pointer crops.
181 2003-05-21 Marcus Comstedt <marcus@mc.pp.se>
183 * configure.tgt: Check for a target triplet of shl-...-netbsdelf
184 as well as shle-...-netbsdelf.
186 2003-05-16 Kelley Cook <kelleycook@wideopenwest.com>
188 * configure.host: Accept i[3-7]86 variants.
189 * configure.tgt: Likewise.
191 2003-05-15 H.J. Lu <hongjiu.lu@intel.com>
193 * emulparams/elf64_ia64.sh: Don't set COMMONPAGESIZE for now.
195 2003-05-09 Daniel Jacobowitz <drow@mvista.com>
197 * Makefile.am (ALL_EMULATIONS): Add earmelfb.o and earmelfb_linux.o.
198 (earmelfb.c, earmelfb_linux.c): New rules.
199 * Makefile.in: Regenerated.
200 * emulparams/armelfb.sh, emulparams/armelfb_linux.sh: New files.
201 * configure.tgt: Add armeb-elf and arm*b-*-linux-gnu.
203 2003-05-09 Nick Clifton <nickc@redhat.com>
205 * ldlang.c (lang_size_sections_1): Default to generating a
206 fatal error message if a loadable section is not allocated
207 to a memory region when regions are defined.
209 2003-05-09 Alan Modra <amodra@bigpond.net.au>
211 * Makefile.am (em68hc11elf.c): Correct dependencies.
212 (em68hc11elfb.c, em68hc12elf.c, em68hc12elfb.c): Likewise.
213 * Makefile.in: Regenerate.
214 * emultempl/elf32.em (find_exp_assignment): Adjust for changed
215 bfd_elf_record_link_assignment name.
217 2003-05-07 Alexandre Oliva <aoliva@redhat.com>
219 * ldmain.h (overflow_cutoff_limit): Declare.
220 * ldmain.c (overflow_cutoff_limit): Define, initialized to 10.
221 (reloc_overflow): Limit error messages based on it.
222 * lexsup.c (parse_args) <OPTION_VERBOSE>: Set cutoff to
225 2003-05-05 Alan Modra <amodra@bigpond.net.au>
227 * ldlex.l: Accept C style comments in version scripts.
229 2003-04-28 H.J. Lu <hjl@gnu.org>
231 * ldlang.c (lang_process): Add the relax finalize pass.
233 * ldmain.c (main): Initialize link_info.relax_finalizing to
236 2003-04-24 Roland McGrath <roland@redhat.com>
238 * ldgram.y (phdr_type): Grok PT_TLS and PT_GNU_EH_FRAME names.
239 If a name string is unknown, give an error rather than crashing later.
241 2003-04-23 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
243 * Makefile.am (ALL_EMULATIONS): Add eh8300hn.o, eh8300sn.o,
244 eh8300hnelf.o, eh8300snelf.o and respective rules.
245 * Makefile.in: Regenerate.
246 * configure.tgt: Add h8300hn, h8300sn, h8300hnelf, h8300snelf
247 * emulparams/h8300hn.sh: New
248 * emulparams/h8300sn.sh: New
249 * emulparams/h8300hnelf.sh: New
250 * emulparams/h8300snelf.sh: New
251 * scripttempl/h8300hn.sc: new
252 * scripttempl/h8300sn.sc: new
254 2003-04-23 H.J. Lu <hjl@gnu.org>
256 * ldmain.c (link_callbacks): Initialize error_handler.
258 * ldmisc.c (error_handler): New function.
260 * ldmisc.h (error_handler): New prototype.
262 2003-04-21 Stephane Carrez <stcarrez@nerim.fr>
264 * emulparams/m68hc11elf.sh: Use m68hc1xelf.em extra.
265 * emulparams/m68hc11elfb.sh: Likewise.
266 * emulparams/m68hc12elf.sh: Likewise.
267 * emulparams/m68hc12elfb.sh: Likewise.
269 2003-04-19 Stephane Carrez <stcarrez@nerim.fr>
271 * emultempl/m68hc1xelf.em: New file to generate far trampolines on
273 (LDEMUL_BEFORE_ALLOCATION): Override to gather the trampolines to
275 (LDEMUL_FINISH): Override to generate the trampolines after gc and
277 (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Override to create the
278 stub file for trampolines.
279 (PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_LONGOPTS): New options
280 --no-trampoline and --bank-window to control the memory bank window.
282 2003-04-18 H.J. Lu <hjl@gnu.org>
284 * ldfile.c (ldfile_add_library_path): Remove the unused
287 2003-04-18 Andrew Haley <aph@cambridge.redhat.com>
289 * scripttempl/xstormy16.sc (__data, __rdata): New.
291 2003-04-16 Nick Clifton <nickc@redhat.com>
293 * scripttempl/xstormy16.sc: Add .jcr section mapping.
295 2003-04-15 H.J. Lu <hjl@gnu.org>
297 From Debian by Jack Howarth <howarth@nitro.med.uc.edu>:
299 * ldlex.l: Use YY_CURRENT_BUFFER instead of yy_current_buffer.
301 2003-04-15 Rohit Kumar Srivastava <rohits@kpitcummins.com>
303 * h8-doc.texi: Replace occurrances of 'Hitachi' with 'Renesas'.
304 * ld.texinfo: Likewise.
306 2003-04-14 Alan Modra <amodra@bigpond.net.au>
308 From Prashanth Tamraparni <prashanth_t@in.ibm.com>
309 * scripttempl/elf.sc (CTOR): Handle crtbeginS.o, crtendS.o and
310 other variants of crtbegin.o, crtend.o.
312 * scripttempl/crisaout.sc (ctors, dtors): Likewise.
313 * scripttempl/elf_chaos.sc (CTOR, DTOR): Likewise.
314 * scripttempl/elfd10v.sc (CTOR, DTOR): Likewise.
315 * scripttempl/elfd30v.sc (CTOR, DTOR): Likewise.
316 * scripttempl/elfxtensa.sc (CTOR, DTOR): Likewise.
317 * scripttempl/iq2000.sc (CTOR, DTOR): Likewise.
318 * scripttempl/mmo.sc (ctors, dtors): Likewise.
319 * scripttempl/xstormy16.sc (CTOR, DTOR): Likewise.
321 2003-04-09 Dmitry Diky <diwil@mail.ru>
323 * scripttempl/elf32msp430.sc: Add initX, finiX, ctors, dtors
324 sections to respect C++ constructor/destructor. Add ctors/dtors
325 start/stop definitions.
326 * scripttempl/elf32msp430_3.sc: Likewise.
328 2003-04-06 Nick Clifton <nickc@redhat.com>
330 * ld.texinfo (Options): Add a reminder of the target specific
331 nature to the description of the i386 PE specific options, for
332 readers who have not read all the way through the manual.
334 2003-04-04 Svein E. Seldal <Svein.Seldal@solidas.com>
336 * configure.tgt: Fixed bug in list of targ_extra_emuls.
337 * emulparams/tic3xcoff.sh (SCRIPT_NAME): Namespace
338 cleanup. Replace s/c4x/tic4x and s/c3x/tic3x/
339 * emulparams/tic3xcoff_onchip.sh: Ditto
340 * emulparams/tic4xcoff.sh: Ditto
341 * scripttempl/tic4xcoff.sc: Ditto
343 2003-04-03 Nick Clifton <nickc@redhat.com>
345 * NEWS: Mention support for Xtensa architecture.
347 2003-04-02 Nick Clifton <nickc@redhat.com>
349 * pe-dll.c (pe_detail_list): arm-pe targets use underscores.
351 2003-04-01 Danny Smith <dannysmith@users.sourceforge.net>
353 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open):
354 Don't call pe_dll_build_section() if link_info.relocateable.
355 (gld_${EMULATION_NAME}_finish): Don't call pe_dll_fill_sections()
356 if link_info.relocateable.
358 2003-04-01 Fabrizio Gennari <fabrizio.ge@tiscalinet.it>
360 * pe-dll.c (process_def_file): Don't create an export
361 section if there are no exports and we're building an exe
362 (pe_dll_build_sections): Ditto
363 (pe_dll_fill_sections): Conditionalize setting
364 abfd->dll true on info->shared
365 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open):
366 If i386pe or armpe, call pe_dll_build_section()
367 for both exe's and dll's, not just dll's.
368 (gld_${EMULATION_NAME}_finish): For all targets except
369 shpe and mipspe, call pe_dll_fill_sections() for both
370 exe's and dll's, not just dll's.
372 2003-04-02 Bob Wilson <bob.wilson@acm.org>
374 * emulparams/xtensa-config.sh: Remove comment indicating that this is
377 2003-04-01 Bob Wilson <bob.wilson@acm.org>
379 * Makefile.am (ALL_EMULATIONS): Add eelf32xtensa.o.
380 (eelf32xtensa.c): New target.
381 * Makefile.in: Regenerate.
382 * configure.tgt: Handle xtensa-*-*.
383 * gen-doc.texi: Set XTENSA variable.
384 * ld.texinfo: Set XTENSA variable. Add new Xtensa node.
385 * emulparams/elf32xtensa.sh: New file.
386 * emulparams/xtensa-config.sh: Likewise.
387 * emultempl/xtensaelf.em: Likewise.
388 * scripttempl/elfxtensa.sc: Likewise.
390 2003-04-01 Jakub Jelinek <jakub@redhat.com>
392 * configure.tgt (powerpc*-*-linux*): Add elf32ppc to ppc64
393 targ_extra_libpath. Add elf64ppc to ppc targ_extra_libpath
394 if --enable-64-bit-bfd.
396 2003-04-01 Nick Clifton <nickc@redhat.com>
398 * emulparams/armelf.sh (OTHER_READONLY_SECTIONS): Change name of
400 * emulparams/armelf_linux.sh (OTHER_READONLY_SECTIONS): Change
401 name of note section.
403 2003-03-31 Alexandre Oliva <aoliva@redhat.com>
405 * ld.texinfo (-Tbss, -Tdata, -Ttext): Document in terms of
408 2003-03-31 David Heine <dlheine@suif.stanford.edu>
410 * ldfile.c (ldfile_add_library_path): Always allocate space for
412 * ldlang.c (lang_register_vers_node): Free the node if it cannot
414 * ldmain.c (set_scripts_dir): Always free the constructed
416 (add_keepsyms_file): Fix memory leak.
417 * ldmisc.c (vfinfo): Likewise.
418 * lexsup.c (parse_args): Likewise.
420 2003-03-25 Stan Cox <scox@redhat.com>
421 Nick Clifton <nickc@redhat.com>
423 Contribute support for Intel's iWMMXt chip - an ARM variant:
425 * emulparams/armelf.sh (OTHER_READONLY_SECTIONS): Define.
426 * emulparams/armelf_linux.sh (OTHER_READONLY_SECTIONS): Define.
427 * scripttempl/armcoff.sc (.data): Ensure 8 byte alignment.
430 2003-03-25 Alexandre Oliva <aoliva@redhat.com>
432 * ldmain.h (ld_canon_sysroot, ld_canon_sysroot_len): Declare.
433 * ldmain.c (ld_canon_sysroot, ld_canon_sysroot_len): Define.
434 (main): Initialize them.
435 * ldfile.c: Include pathnames.h.
436 (is_sysrooted_pathname): New.
437 (ldfile_add_library_path): Use it.
438 (ldfile_open_file_search): Likewise. Use IS_ABSOLUTE_PATH. Don't
439 search_dirs if given an absolute pathname.
440 (ldfile_open_file): Issue error message for sysrooted
442 * Makefile.am: Updated dependencies.
443 * Makefile.in: Rebuild.
445 2003-03-24 Daniel Néri <dne@mayonnaise.net>
447 * ld.texinfo: Rename all occurances of C54X to TIC54X.
449 2003-03-19 Andreas Schwab <schwab@suse.de>
451 * ldfile.c (ldfile_try_open_bfd): Pop lexer start condition after
454 2003-03-18 Danny Smith <dannysmith@users.sourceforge.net>
456 * defilep.y (opt_base): If no number given, set to default
459 2003-03-13 Danny Smith <dannysmith@users.sourceforge.net>
461 * deffilep.y (def_import): Use default extension of "dll"
462 if no extension provided in parsed IMPORT definition.
464 * deffilep.y (def_lex): Revert 2003-03-12 change.
465 (dot_name): New id type and rule.
466 (expline): Use instead of ID.
467 (opt_equal_name): Likewise.
469 2003-03-12 Danny Smith <dannysmith@users.sourceforge.net>
471 * deffilep.y (def_lex): Accept '.' as valid non-lead char.
473 2003-03-07 Christopher Faylor <cgf@redhat.com>
475 * configure.tgt: Add NATIVE_LIB_DIRS for cygwin target back after
476 apparent accidental removal on 2003-01-06.
478 2003-03-04 Dmitry Diky <diwil@mail.ru>
480 * Makefile.am: Add new devices x1122 x1132 emulation
481 * configure.tgt: Likewise.
482 * Makefile.in: Regenerate.
483 * emulparams/msp430x1122.sh: New file.
484 * emulparams/msp430x1132.sh: New file.
486 2003-03-03 Alexandre Oliva <aoliva@redhat.com>
488 * ldmain.c (set_scripts_dir): Look for relative to TOOLBINDIR as
491 * ldfile.h (struct search_dirs): Added sysrooted field.
492 * ldlang.h (struct lang_input_statement_struct): Likewise.
493 * ldfile.c (ldfile_add_library_path): Mark sysrooted paths.
494 (ldfile_open_file_search): Look for sysrooted filename starting
495 with / in ld_sysroot instead of in the current directory. Clear
496 sysrooted flag if it's found in the current directory. Set it
497 from the search directory's sysrooted flag where it is found
499 * ldlang.c (ldlang_sysrooted_script): New static variable.
500 (new_afile): Mark search_file_enums as sysrooted if
501 ldlang_sysrooted_script.
502 (load_symbols): Set ldlang_sysrooted_script according to the
503 script's sysrooted field while processing it.
504 * ld.texinfo: Document INPUT behavior in sysroot.
506 2003-03-02 Danny Smith <dannysmith@users.sourceforge.net>
508 * scripttempl/pe.sc: Use PROVIDE with etext, end, _end,
510 2003-03-03 Alan Modra <amodra@bigpond.net.au>
512 * emulparams/elf64alpha.sh (EXTRA_EM_FILE): Define.
513 (PARSE_AND_LIST_PROLOGUE, PARSE_AND_LIST_LONGOPTS,
514 PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES,
515 PARSE_AND_LIST_EPILOGUE): Don't define.
516 * emultempl/alphaelf.em: New file.
518 2003-03-01 Alan Modra <amodra@bigpond.net.au>
520 * ldemul.c: Include getopt.h.
521 * emultempl/elf32.em: Include getopt.h earlier.
522 * emultempl/ticoff.em: Likewise.
524 2003-02-28 Alan Modra <amodra@bigpond.net.au>
526 * emultempl/elf32.em (gld${EMULATION_NAME}_get_script): Add combreloc
527 support when scripts read from files.
529 2003-02-28 Alan Modra <amodra@bigpond.net.au>
531 * ldemul.c (ldemul_parse_args): Return FALSE by default.
532 * ldemul.h (struct ld_emulation_xfer_struct): Update parse_args
535 * ldemul.c (ldemul_add_options, ldemul_handle_option): New functions.
536 (ldemul_parse_args): Return bfd_boolean. Formatting.
537 * ldemul.h (ldemul_add_options, ldemul_handle_option): Declare.
538 (ldemul_parse_args): Adjust.
539 (struct ld_emulation_xfer_struct): Add add_options and handle_option.
540 Return bfd_boolean from parse_args.
541 * lexsup.c (parse_args): Malloc shortopts, longopts and
542 really_longopts. Call ldemul_add_options and ldemul_handle_option.
543 * emultempl/aix.em (gld${EMULATION_NAME}_add_options): Split out from
544 gld${EMULATION_NAME}_parse_args.
545 (gld${EMULATION_NAME}_handle_option): Likewise.
546 (ld_${EMULATION_NAME}_emulation): Adjust initializer.
547 * emultempl/armcoff.em: As for aix.em, but remove parse_args.
548 * emultempl/beos.em: Likewise.
549 * emultempl/pe.em: Likewise.
550 * emultempl/ticoff.em: Likewise.
551 * emultempl/elf32.em: Likewise. Don't duplicate long options either.
552 (gld${EMULATION_NAME}_add_sysroot): Prototype.
553 * emultempl/armelf.em (PARSE_AND_LIST_LONGOPTS): Don't duplicate
555 * emultempl/hppaelf.em (PARSE_AND_LIST_LONGOPTS): Likewise.
556 * emultempl/ppc32elf.em (PARSE_AND_LIST_LONGOPTS): Likewise.
557 * emultempl/ppc64elf.em (PARSE_AND_LIST_LONGOPTS): Likewise.
558 * emultempl/armelf_oabi.em (ld_${EMULATION_NAME}_emulation): Adjust
560 * emultempl/generic.em: Likewise.
561 * emultempl/gld960.em: Likewise.
562 * emultempl/gld960c.em: Likewise.
563 * emultempl/linux.em: Likewise.
564 * emultempl/lnk960.em: Likewise.
565 * emultempl/m68kcoff.em: Likewise.
566 * emultempl/mipsecoff.em: Likewise.
567 * emultempl/sunos.em: Likewise.
568 * emultempl/vanilla.em: Likewise.
569 * emultempl/netbsd.em (gldnetbsd_before_parse): Prototype.
571 2003-02-25 Alexandre Oliva <aoliva@redhat.com>
573 * emultempl/elf32.em (gld${EMULATION_NAME}_add_sysroot): Fix
574 memory allocation error.
576 * Makefile.am (ldmain.o): Define TOOLBINDIR.
577 * Makefile.in: Rebuilt.
578 * ldmain.c (ld_sysroot): Try to set from TOOLBINDIR too.
580 2003-02-21 Bob Wilson <bob.wilson@acm.org>
582 * ldlang.c (lang_size_sections_1): Add CHECK_REGIONS argument and only
583 call os_region_check when it is set.
584 (lang_size_sections): Add CHECK_REGIONS argument and pass it through to
585 lang_size_sections_1.
586 (lang_process): Change lang_size_sections calls to set CHECK_REGIONS
587 only for the last call, not on every relaxation iteration.
588 * ldlang.h (lang_size_sections): Update prototype.
589 * pe-dll.c (pe_dll_fill_sections): Set CHECK_REGIONS argument in calls
590 to lang_size_sections.
591 (pe_exe_fill_sections): Likewise.
592 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Likewise.
593 * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
594 * emultempl/ppc64elf.em (ppc_before_allocation): Likewise.
595 (ppc_layout_sections_again): Likewise.
597 2003-02-21 Bob Wilson <bob.wilson@acm.org>
599 * gen-doc.texi: Set ARM and HPPA variables.
600 * ld.texinfo: Fix typos and obvious texinfo mistakes. Make section
601 title capitalization more consistent. Add missing menu entries for
602 machine-specific sections and conditionalize them consistently.
603 Conditionalize text that is irrelevant when SingleFormat is set.
604 Add @group divisions to improve page breaks in long examples.
605 Use @iftex/@ifnottex instead of @iftex/@ifinfo so that HTML output
606 is correct. Remove "FIXME" comment about not using
607 @raisesections/@lowersections. Use @raisesections/@lowersections
608 consistently for machine-specific sections. Change to be more polite
609 about poor bug reports. Replace FDL appendix with include of fdl.texi.
610 Move WIN32 node to match its order in the menus.
611 * fdl.texi: New file.
613 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
615 * configure.in (TARGET_SYSTEM_ROOT): Set default to
616 ${exec_prefix}/${target_alias}/sys-root. Match explicit
617 '${exec_prefix}' (in addition to the expansion thereof) as
619 * configure: Rebuilt.
621 2003-02-20 Phil Edwards <pme@gcc.gnu.org>
623 * ldgram.y (vers_defns): Also recurse with 'EXTERN NAME' patterns.
625 2003-02-20 Harri Porten <porten@kde.org>
627 * ldgram.y (vers_defns): Allow optional trailing semicolon in
630 2003-02-18 Alan Modra <amodra@bigpond.net.au>
632 * emultempl/ppc32elf.em: New file.
633 * emulparams/elf32ppc.sh (EXTRA_EM_FILE): Define.
634 * Makefile.am (eelf32lppc.c): Depend on emultempl/ppc32elf.em.
635 (eelf32lppcnto.c): Likewise.
636 (eelf32lppcsim.c): Likewise.
637 (eelf32ppcnto.c): Likewise.
638 (eelf32ppc.c): Likewise.
639 (eelf32ppc_fbsd.c): Likewise.
640 (eelf32ppcsim.c): Likewise.
641 (eelf32ppclinux.c): Likewise.
642 * Makefile.in: Regenerate.
644 2003-02-18 Alan Modra <amodra@bigpond.net.au>
646 * ld.texinfo: Remove spaces between @samp and opening brace.
648 2003-02-18 Alan Modra <amodra@bigpond.net.au>
650 * emultempl/ppc64elf.em (ppc_create_output_section_statements): Check
652 (ppc_before_allocation): Don't do optimizations if wrong hash table.
653 (gld${EMULATION_NAME}_finish): Ditto.
655 2003-02-17 Nick Clifton <nickc@redhat.com>
657 * ldmain.c (main) Default allow_shlib_undefined to true.
658 * lexsup.c (ld_options): Add --no-allow-shlib-undefined.
659 (parse_args): Parse the new switch.
660 * ld.texinfo: Document new switch and default behaviour of
661 allowing undefined symbols in shared libraries.
663 2003-02-11 Dmitry Diky <diwil@mail.ru>
665 * scripttempl/elf32msp430.sc: Add new data anchors definitions.
666 * scripttempl/elf32msp430_3.sc: Likewise.
668 2003-02-11 Uwe Stieber <uwe@wwws.de>
670 * configure.tgt: Add support for kaOS as cross build target
673 2003-02-10 John Daivid Anglin <dave.anglin@nrc-cnrc.gc.ca>
675 * hppaelf.em (group_size): Change default back to 1.
677 2003-02-09 Alan Modra <amodra@bigpond.net.au>
679 * emultempl/ppc64elf.em: Add "no-tls-optimize" option and support code.
681 2003-02-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
683 * hppaelf.em (group_size): Change default to -1.
685 2003-02-07 Nick Clifton <nickc@redhat.com>
687 * emultempl/armelf.em (PARSE_AND_LIST_SHORTOPTS): Remove 'n' short
689 (PARSE_AND_LIST_LONGOPTS): Add duplicate entry for
690 no-pipeline-knowledge. This will prevent the getopt package from
691 thinking that there are any shorter abbreviations for
692 --no-pipeline-knowledge.
694 2003-02-07 Jakub Jelinek <jakub@redhat.com>
696 * genscripts.sh (LIB_PATH): Don't append LIBPATH_SUFFIX to paths
697 which already have it. Avoid duplicates.
699 2003-02-06 Jakub Jelinek <jakub@redhat.com>
701 * emulparams/elf64_s390.sh (LIBPATH_SUFFIX): Set to 64.
702 * emulparams/elf_x86_64.sh (LIBPATH_SUFFIX): Likewise.
703 * emulparams/elf64_sparc.sh (LIBPATH_SUFFIX): Set instead of suffix.
705 2003-02-05 Alan Modra <amodra@bigpond.net.au>
707 * emultempl/ppc64elf.em (ppc_before_allocation): Size sections then
708 call ppc64_elf_tls_optimize.
710 2003-02-03 Daniel Jacobowitz <drow@mvista.com>
712 * emultempl/elf32.em: Move gld${EMULATION_NAME}_add_sysroot
713 outside of GNU/Linux conditional.
715 2003-01-28 Ralf Habacker <ralf.habacker@freenet.de>
717 * deffilep.y (def_get_module): New function: locate an already
719 * deffile.h (def_get_module): New prototype.
720 * pe-dll.c (pe_implied_import_dll): Add code to prevent importing
721 a dll multiple times.
723 2003-01-23 Alan Modra <amodra@bigpond.net.au>
725 * emultempl/sh64elf.em: Include elf32-sh64.h.
726 (sh64_elf_${EMULATION_NAME}_before_allocation): Adjust for changed
727 sh64_elf_section_data.
728 (sh64_elf_${EMULATION_NAME}_after_allocation): Likewise.
730 2003-01-23 Wu Yongwei <adah@netstd.com>
732 * ld.texinfo: Remove an extra "i" in --dll-search-prefix.
733 * emultempl/pe.em (gld_${EMULATION_NAME}_list_options): Move a
734 cross-80th-column-margin "an" to the next line.
736 2003-01-21 Nick Clifton <nickc@redhat.com>
738 * emulparams/tic3xcoff-onchip.sh: Rename to ...z
739 * emulparams/tic3xcoff_onchip.sh: ...this.
740 * Makefile.am (etic3xcoff_onchip.c): Fix name of generated C file.
741 * Makefile.in: Regenerate.
743 2003-01-21 Fabio Alemagna <falemagn@aros.org>
745 * configure.tgt: Handle i[3456]86-*-aros*
747 2003-01-19 Svein E. Seldal <Svein.Seldal@solidas.com>
749 * Makefile.am: Added etic3xcoff.o and etic4xcoff_onchip.o
750 * Makefile.in: Regenerate
751 * configure.tgt: Added extra target emulations
752 * emulparams/tic3xcoff.sh: Remove old settings
753 * emulparams/tic4xcoff.sh: Ditto
754 * emulparams/tic3xcoff-onchip.sh: Added new
755 * scripttempl/tic4xcoff.sc: Revise and combine both c3x and c4x
756 * scripttempl/tic3xcoff.sc: Remove
758 2003-01-17 Andreas Jaeger <aj@suse.de>
760 * emultempl/elf32.em (gld${EMULATION_NAME}_add_sysroot): Do not
763 2003-01-16 Alan Modra <amodra@bigpond.net.au>
765 * Makefile.in: Regenerate.
767 2002-01-14 Charles Wilson <cwilson@ece.gatech.edu>
769 * ld/ld.texinfo (node WIN32): Some clarifications
770 and formatting fixups.
772 2003-01-09 Chris Demetriou <cgd@broadcom.com>
774 * ldmain.c (get_emulation): Sort -mipsNN checks in the usual
775 order, and handle (ignore) -mips32r2.
777 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
779 * ldmain.c (main): Make sure ld_sysroot is initialized.
781 2003-01-06 Daniel Jacobowitz <drow@mvista.com>
783 * Makefile.am (eelf32iq10.c): Fix tab/whitespace mixup.
785 * Makefile.am (ldmain.o): Add @TARGET_SYSTEM_ROOT_DEFINE@.
786 (GENSCRIPTS): Add @use_sysroot@.
787 * Makefile.in: Regenerated.
788 * configure.host: Move setting of NATIVE_LIB_DIRS to...
789 * configure.tgt: ... here. Use ${target} instead of ${host}
791 * configure.in: Add --with-sysroot.
792 * configure: Regenerated.
793 * genscripts.sh: Accept use_sysroot option. Set new variables
794 NATIVE and USE_LIBPATH. Prepend "=" to directory names if
795 $use_sysroot. Don't search $tool_lib if $use_sysroot.
796 * ldfile.c (ldfile_add_library_path): Handle leading '='.
797 * ldmain.c (TARGET_SYSTEM_ROOT): Define if not defined.
798 (ld_sysroot): New variable.
799 (main): Initialize ld_sysroot.
800 * ldmain.h (ld_sysroot): New extern.
801 * emultempl/elf32.em: Use NATIVE and USE_LIBPATH instead of
802 searching $EMULATION_LIBPATH.
803 (gld${EMULATION_NAME}_add_sysroot): New function.
804 (gld${EMULATION_NAME}_check_ld_so_conf): Use it. Honor ld_sysroot.
805 (gld${EMULATION_NAME}_after_open): Likewise. Only search
806 environment variables if $NATIVE.
807 * ld.texinfo (Options): Mention "=" prefix in the description of -L.
808 * NEWS: Mention --with-sysroot.
810 * emulparams/elf32bmipn32-defs.sh: Set NATIVE and LIBPATH_SUFFIX
811 instead of setting LIB_PATH.
812 * emulparams/elf32ppc.sh: Likewise.
813 * emulparams/elf64_s390.sh: Likewise.
814 * emulparams/elf64_sparc.sh: Likewise.
815 * emulparams/elf64ppc.sh: Likewise.
816 * emulparams/elf_x86_64.sh: Likewise.
818 * emulparams/elf64_aix.sh: Add "=" prefixes to LIB_PATH.
819 * emulparams/elf64hppa.sh: Add "=" prefixes to LIB_PATH.
821 2003-01-03 Charles Wilson <cwilson@ece.gatech.edu>
823 * ld/pe-dll.c (autofilter_symbollist): Add cygwin_crt0.
825 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
827 * Makefile.am (ldmain.o): Pass BINDIR.
828 * Makefile.in: Regenerated.
829 * ldmain.c (set_scripts_dir): Use make_relative_prefix for the first
832 2003-01-02 Ben Elliston <bje@redhat.com>
834 * Makefile.am (ALL_EMULATIONS): Add eelf32iq2000.o.
835 (eelf32iq2000.c): New target.
836 * Makefile.in: Regenerate.
837 * configure.tgt: Handle iq2000-*-elf.
838 * emulparams/elf32iq10.sh: New file.
839 * emulparams/elf32iq2000.sh: New file.
840 * scripttempl/iq2000.sc: New file.
842 2003-01-02 Charles Wilson <cwilson@ece.gatech.edu>
844 * pe-dll.c (autofilter_symbollist): Add do_pseudo_reloc
845 and _pei386_runtime_relocator to the exclude list.
847 2003-01-01 Kazu Hirata <kazu@cs.umass.edu>
849 * ldfile.c: Fix comment typos.
850 * ldlang.c: Likewise.
852 * pe-dll.c: Likewise.
854 2003-01-01 Daniel Jacobowitz <drow@mvista.com>
856 Suggested by Manfred Hollstein <manfred.h@gmx.net>:
857 * Makefile.am (ld.1): Depend on configdoc.texi
859 * Makefile.in: Regenerated.
861 2002-12-24 Dmitry Diky <diwil@mail.ru>
863 * Makefile.am: Add msp430 target.
864 * configure.tgt: Likewise.
865 * Makefile.in: Regenerate.
866 * emulparams/msp430x???.sh: New files. Linker script parameters
867 for various msp430 configurations.
868 * gen-doc.texi: Enable msp430 documenation.
869 * ld.texinfo: Document msp430 sections.
870 * scripttempl/elf32msp430.sc: New file. Linker script for msp430.
871 * scripttempl/elf32msp430_3.sc: New file. Linker script for msp430.
873 2002-12-30 Ralf Habacker <Ralf.Habacker@freenet.de>
874 Charles Wilson <cwilson@ece.gatech.edu>
876 * ld/config.in (HAVE_REALPATH): New entry.
877 (HAVE_SYS_STAT_H, HAVE_SYS_TYPES_H): Removed: obsolete.
879 2002-12-30 Ralf Habacker <ralf.habacker@freenet.de>
881 * ld.texinfo: New win32 topics: 'symbol aliasing' and 'export dll
884 2002-12-23 Alan Modra <amodra@bigpond.net.au>
886 * ldmain.c (main): Init "strip_discarded".
887 * lexsup.c (OPTION_STRIP_DISCARDED): Define.
888 (OPTION_NO_STRIP_DISCARDED): Define.
889 (ld_options): Add "strip-discarded" and "no-strip-discarded".
890 (parse_args): Handle them.
892 2002-12-23 Nick Clifton <nickc@redhat.com>
894 * ld.h (struct args_type): Add new field
895 'accept_unknown_input_architecture'.
896 * ldmain.c (main): Initialise 'accept_unknown_input_architecture'
898 * ldlang.c (lang_check): Pass accept_unknown_input_architecture to
899 bfd_arch_get_compatible.
900 * ldfile.c (ldfile_try_open_bfd): Likewise.
901 * lexsup.c (ld_options): Add new command line switch
902 --accept-unknown-input-architecture and its inverse.
903 (parse_args): Handle --accept-unknown-input-architecture.
904 * ld.texinfo: Document new linker option.
905 * NEWS: Mention new linker option.
907 2002-12-20 Alan Modra <amodra@bigpond.net.au>
909 * ldmain.c (main): Re-order link_info initialization. Init all
912 2002-12-19 Charles Wilson <cwilson@ece.gatech.edu>
914 * ld.texinfo: Clarify and extend the documentation
915 in the Machine Dependent, WIN32 section.
917 2002-12-18 Ralf Habacker <ralf.habacker@freenet.de>
919 * ld.texinfo: Add win32 machine depending section.
920 * gen-doc.texi: Enable win32 machine depending section.
922 * configure.host: Add win32 library search path.
924 2002-12-17 Ralf Habacker <ralf.habacker@freenet.de>
926 * ld/emultempl/pe.em (pe_find_data_imports): Don't search for data
927 import when auto-import is disabled.
929 2002-12-17 Danny Smith <dannysmith@users.sourceforge.net>
931 * emultempl/pe.em (..._recognized_file): Use LD_PATHMAX+1 to
932 account for trailing '\0'.
934 2002-12-17 Nick Clifton <nickc@redhat.com>
936 * emultempl/pe.em (longopts): Duplicate entry for --compact-implib
937 so that it is not confused with -c.
939 2002-12-13 Ralf Habacker <Ralf.Habacker@freenet.de>
940 Charles Wilson <cwilson@ece.gatech.edu>
942 * configure.in: Add check for realpath function.
943 * configure: Regenerate.
944 * config.in: Regenerate.
945 * aclocal.m4: Regenerate.
946 * deffile.h: Add .data field to def_file_import
948 * pe-dll.c (pe_proces_import_defs): Use .data field of
949 def_file_import structure to initialize flag_data field of
950 def_file_export structure.
951 (pe_implied_import_dll): New variables exp_funcbase and
952 [data|bss]_[start|end]. Use DLL's internal name to set dll_name,
953 not filename (which may be a symlink). Scan the sections and
954 initialize [data|bss]_[start|end]. When scanning the export
955 table, skip _nm_ symbols, and mark any symbols whose rva indicates
956 that it is in the .bss or .data sections as data.
957 * sysdep.h: Include limits.h and sys/param.h, and define
958 LD_PATHMAX as appropriate. Also define REALPATH as realpath if it
959 exists, NULL otherwise.
960 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Call
961 pe_process_import_defs before pe_find_data_imports, so that
962 auto-import will check the virtual implib as well as "real"
964 (gld_${EMULATION_NAME}_recognized_file): Use REALPATH to follow
965 symlinks to their target; check that the target's extension is
966 .dll before calling pe_implied_import_dll(), not the filename
967 itself (which may be a symlink).
969 2002-12-10 Alan Modra <amodra@bigpond.net.au>
971 * emultempl/elf32.em (struct orphan_save): Add os_tail field.
972 (gld${EMULATION_NAME}_place_orphan): Re-order output_section_statement
975 2002-12-08 Alan Modra <amodra@bigpond.net.au>
977 * ldlang.h: Formatting.
979 2002-12-07 Alan Modra <amodra@bigpond.net.au>
981 * ldlang.c (init_os): Ensure sections mentioned in load_base
984 2002-12-05 Alan Modra <amodra@bigpond.net.au>
986 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Set
987 load_base for orphans that follow a section with load_base set.
989 2002-12-01 H.J. Lu <hjl@gnu.org>
991 * ld.texinfo: Remove the extra `;' in sample version script.
993 2002-11-30 Alan Modra <amodra@bigpond.net.au>
995 * configure.host: Correct dynamic-linker for powerpc64 hosts.
997 * Makefile.am (eelf32ppcwindiss.c): Correct dependencies.
998 * Makefile.in: Regenerate.
1000 * ld.h, ldcref.c, ldctor.c, ldctor.h, ldemul.c, ldemul.h, ldexp.c,
1001 ldexp.h, ldfile.c, ldfile.h, ldgram.y, ldlang.c, ldlang.h, ldmain.c,
1002 ldmain.h, ldmisc.c, ldwrite.c, lexsup.c, mri.c, pe-dll.c, pe-dll.h,
1003 emulparams/elf32b4300.sh, emultempl/aix.em, emultempl/armcoff.em,
1004 emultempl/armelf.em, emultempl/armelf_oabi.em, emultempl/beos.em,
1005 emultempl/elf32.em, emultempl/generic.em, emultempl/gld960.em,
1006 emultempl/gld960c.em, emultempl/hppaelf.em, emultempl/linux.em,
1007 emultempl/lnk960.em, emultempl/m68kcoff.em, emultempl/mipsecoff.em,
1008 emultempl/mmix-elfnmmo.em, emultempl/mmixelf.em, emultempl/mmo.em,
1009 emultempl/needrelax.em, emultempl/pe.em, emultempl/ppc64elf.em,
1010 emultempl/sh64elf.em, emultempl/sunos.em, emultempl/ticoff.em: Replace
1011 boolean with bfd_boolean, true with TRUE, false with FALSE. Simplify
1012 comparisons of bfd_boolean vars with TRUE/FALSE. Formatting.
1014 2002-11-27 David O'Brien <obrien@FreeBSD.org>
1016 * configure.host: Fix generic FreeBSD configuration entry.
1018 2002-11-27 H.J. Lu <hjl@gnu.org>
1020 * ld.texinfo: Add the missing `;' to sample version scripts.
1022 2002-11-20 Alan Modra <amodra@bigpond.net.au>
1024 * emulparams/elf64ppc.sh (SEGMENT_SIZE): Don't define.
1026 2002-11-14 Egor Duda <deo@logos-m.ru>
1028 * ldmain.c (main): Make runtime relocs disabled by default. Remove
1029 assignment which has no effect.
1030 * pe-dll.h (pe_create_import_fixup): Change prototype.
1031 * pe-dll.c (make_runtime_pseudo_reloc): New function.
1032 (pe_create_runtime_relocator_reference): Ditto.
1033 (pe_create_import_fixup): Handle relocations with non-zero addends.
1034 * emultempl/pe.em: Add options --enable-runtime-pseudo-reloc and
1035 --disable-runtime-pseudo-reloc.
1036 (make_import_fixup): Handle relocations with non-zero addends. Create
1037 an external reference to _pei386_runtime_relocator symbol if at least
1038 one pseudo reloc was created.
1039 * ld.texinfo: Document --enable-runtime-pseudo-reloc and
1040 --disable-runtime-pseudo-reloc options.
1042 2002-11-12 Earl Chew <earl_chew@agilent.com>
1044 * ldlang.c (lang_add_section): Discard debugging sections that have
1045 been marked SEC_EXCLUDE.
1047 2002-11-12 Nick Clifton <nickc@redhat.com>
1049 * configure.in (ALL_LINGUAS): Add da.
1050 * configure: Regenerate.
1051 * po/da.po: New Danish translation.
1053 2002-11-12 Alan Modra <amodra@bigpond.net.au>
1055 * emultempl/ppc64elf.em (ppc_before_allocation): New function.
1056 (LDEMUL_BEFORE_ALLOCATION): Define.
1057 (gld${EMULATION_NAME}_finish): Run discard_info for relocatable
1059 * emultemp/hppaelf.em ((gld${EMULATION_NAME}_finish): Likewise.
1061 2002-11-11 Christopher Faylor <cgf@redhat.com>
1063 * configure.tgt (LIB_PATH): Default to searching w32api directory under
1066 2002-11-11 Charles Wilson <cwilson@ece.gatech.edu>
1068 * pe-dll.c (autofilter_liblist): add libmingwex and libgcj to the list
1069 of restricted auto-export libs.
1071 2002-11-11 Charles Wilson <cwilson@ece.gatech.edu>
1073 * pe-dll.c (autofilter_liblist): Generalize library names to catch more
1074 creative library naming instances like, e.g., libstdc++-2.a.
1076 2002-11-06 Alexandre Oliva <aoliva@redhat.com>
1078 * emulparams/elf32btsmipn32.sh (TEXT_DYNAMIC): Define.
1079 * emulparams/elf64btsmip.sh (TEXT_DYNAMIC): Likewise.
1081 2002-11-07 Danny Smith <dannysmith@users.sourceforge.net>
1083 * deffilep.y (def_lex): Handle '@' as first character of an ID.
1084 * pe-dll.c (auto-export): Filter on "_imp_" prefix, not "_imp__".
1085 (make_one): Don't prefix decorated fastcall symbols with '_'.
1086 (pe_process_import_defs): Likewise.
1087 * emultempl/pe.em (pe_fixup_stdcalls): Don't fixup fastcall
1088 symbols to cdecl names or vise-versa.
1090 2002-10-13 Eric Kohl <ekohl@rz-online.de>
1092 * pe-dll.c (process_def_file): Handle fastcall symbols when
1093 generating undecorated aliases. Don't prefix decorated fastcall
1095 (fill_exported_offsets): Don't prefix decorated fastcall symbols
1098 2002-10-29 Daniel Jacobowitz <drow@mvista.com>
1100 * emultempl/aix.em: Use include <> for generated headers.
1101 * emultempl/beos.em: Likewise.
1102 * emultempl/elf32.em: Likewise.
1103 * emultempl/pe.em: Likewise.
1104 * ldctor.c: Likewise.
1105 * ldexp.c: Likewise.
1106 * ldfile.c: Likewise.
1107 * ldlang.c: Likewise.
1108 * ldlex.c: Likewise.
1109 * ldlex.l: Likewise.
1110 * ldmain.c: Likewise.
1111 * ldmisc.c: Likewise.
1112 * ldwrite.c: Likewise.
1113 * lexsup.c: Likewise.
1115 * pe-dll.c: Likewise.
1117 2002-10-23 Jakub Jelinek <jakub@redhat.com>
1119 * emultempl/elf32.em (place_orphan): Don't put non-allocated .rel*
1120 sections into .rel{,a}.dyn.
1122 2002-10-23 Nick Clifton <nickc@redhat.com>
1124 * lexsup.c (OPTION_NO_OMAGIC): Define.
1125 (ld_options): Add "no-omagic" option.
1126 (parse_args): Parse --no-omagic.
1127 * ld.texinfo: Document --no-omagic.
1128 * NEWS: Mention new option.
1130 2002-10-21 Danny Smith <dannysmith@users.sourceforeg.net>
1132 * scripttempl/pe.sc (__RUNTIME_PSEUDO_RELOC_LIST__,
1133 __RUNTIME_PSEUDO_RELOC_LIST_END__): Add only when relocating.
1135 2002-10-22 Alexandre Oliva <aoliva@redhat.com>
1137 * emulparams/elf32bmipn32-defs.sh: Set ELFSIZE according to
1138 emulation name. Set LIB_PATH only for native tools, and
1139 search the ABI-specific versions of NATIVE_LIB_DIRS before the
1140 .../lib variants, not instead of them. Mostly copied from...
1141 * emulparams/elf32ppc.sh: ... here. Fixed typo.
1142 * emulparams/elf64bmip-defs.sh: Backed out.
1143 * emulparams/elf64bmip.sh: Import elf32bmipn32-defs.sh again.
1144 * emulparams/elf64btsmip.sh: Likewise.
1145 (DATA_ADDR, NONPAGED_TEXT_START_ADDR, SHLIB_TEXT_START_ADDR,
1146 TEXT_DYNAMIC): Removed.
1148 2002-10-17 Alexandre Oliva <aoliva@redhat.com>
1150 * emulparams/elf32bmipn32-defs.sh (LIB_PATH): Set to /usr/lib32.
1151 (GENERATE_SHLIB_SCRIPT): Set to yes.
1152 (EXECUTABLE_SYMBOLS, WRITABLE_RODATA): Moved to...
1153 * emulparams/elf32bmipn32.sh: here.
1154 (GENERATE_SHLIB_SCRIPT): Deleted as redundant.
1155 * emulparams/elf32btsmipn32.sh: Delete redundant unsets.
1156 * emulparams/elf64bmip-defs.sh: New file. Extend
1157 elf32bmipn32-defs.sh by overiding ELFSIZE and LIB_PATH.
1158 * emulparams/elf64bmip.sh: Bring in definitions from
1160 (ELFSIZE, GENERATE_SHLIB_SCRIPT, LIB_PATH): Delete redundant
1162 (WRITABLE_RODATA): Moved from elf32bmipn32-defs.sh.
1163 * emulparams/elf64btsmip.sh: Bring in definitions from
1165 (ELFSIZE, GENERATE_SHLIB_SCRIPT): Delete, redundant.
1166 (EXECUTABLE_SYMBOLS, WRITABLE_RODATA): Delete redundant unsets.
1168 2002-10-16 Jakub Jelinek <jakub@redhat.com>
1170 * configure.tgt (s390x-*-linux*): Add elf_s390 emulation.
1171 (s390-*-linux*): Add elf64_s390 emulation if want64.
1172 * emulparams/elf64_sparc.sh (LIB_PATH): Update to match 2002-05-22
1173 genscript.sh changes.
1174 * emulparams/elf_x86_64.sh (LIB_PATH): Likewise.
1175 * emulparams/elf64_s390.sh (LIB_PATH): Set up native 64 bit dirs.
1177 2002-10-15 Alan Modra <amodra@bigpond.net.au>
1179 * ldlang.c (load_symbols): Revert last change.
1181 2002-10-14 Alan Modra <amodra@bigpond.net.au>
1183 * ldlang.c (load_symbols): Don't call bfd_link_add_symbols when
1185 (lang_reasonable_defaults): Don't compare against false.
1186 (size_input_section): Likewise.
1187 (lang_size_sections_1): Likewise.
1188 (lang_do_assignments): Likewise.
1189 (lang_add_output): Likewise.
1191 * Makefile.am: Run "make dep-am".
1192 * Makefile.in: Regenerate.
1193 * ldver.c: #include "bfdver.h".
1195 2002-10-13 Stephane Carrez <stcarrez@nerim.fr>
1197 * scripttempl/elfm68hc11.sc: Use KEEP for .vectors, .installN,
1199 * scripttempl/elfm68hc12.sc: Likewise.
1201 2002-10-11 Alan Modra <amodra@bigpond.net.au>
1203 * pe-dll.c (make_import_fixup_mark): Avoid type-punned pointer.
1205 * ldgram.y (memory_spec): Provide empty action.
1206 (section <NAME>): Likewise.
1208 2002-10-10 Jakub Jelinek <jakub@redhat.com>
1210 * ldfile.c (ldfile_try_open_bfd): When searching skip linker scripts if
1211 they have OUTPUT_FORMAT not matching actual output format.
1212 * ldlang.c (lang_get_output_target): New function.
1213 (open_output): Use it.
1214 * ldlang.h (lang_get_output_target): New prototype.
1216 2002-10-10 Alan Modra <amodra@bigpond.net.au>
1218 * emultempl/elf32.em (output_rel_find): Prefer .rel script sections
1219 when orphan is .rel, .rela when orphan is .rela.
1220 (gld${EMULATION_NAME}_place_orphan): Handle combreloc .rel* case
1221 first. Remove outsecname var.
1223 2002-10-09 Richard Shann <richard.shann@superh.com>
1224 Stephen Clarke <stephen.clarke@superh.com>
1226 * Makefile.am: Add eshelf32_linux.o and
1227 eshlelf32_linux.o, new emulations for sh64 Linux.
1228 * Makefile.in: Regenerate.
1229 * configure.tgt: Add sh64eb-*-linux* and sh64-*-linux* emulations.
1230 * emulparams/shelf32_linux.sh: New file.
1231 * emulparams/shlelf32_linux.sh: New file.
1233 2002-10-08 H.J. Lu <hjl@gnu.org>
1235 * ldlang.c (lang_file_exist): Removed.
1236 (new_afile): Revert the last change.
1237 * ldlang.h (lang_file_exist): Removed.
1238 * lexsup.c (parse_args): Revert the last change.
1240 2002-10-07 Ralf Habacker <Ralf.Habacker@freenet.de>
1242 * pe-dll.cc (autofilter_symbolprefixlist): Don't re-export
1243 auto-import symbols.
1244 (make_one): Create _nm_<symbol> for data only.
1246 2002-10-05 Elias Athanasopoulos <eathan@otenet.gr>
1248 * ldlang.c (lang_file_exist): New function.
1249 (new_afile): Abort if the filename to be added matches the linker
1251 * ldlang.h: Add prototype for lang_file_exist.
1252 * lexsup.c (parse_args): Abort if the output filename matches
1253 one of the input filenames.
1255 2002-10-02 Alan Modra <amodra@bigpond.net.au>
1257 * emulparams/elf64ppc.sh (MAXPAGESIZE): Set to 0x10000.
1259 2002-09-30 Alan Modra <amodra@bigpond.net.au>
1261 * scripttempl/elfd30v.sc: Order reloc sections placing .plt last.
1262 * scripttempl/elfm68hc11.sc: Likewise.
1263 * scripttempl/elfm68hc12.sc: Likewise.
1265 * emultempl/elf32.em (output_rel_find): Always place orphan loadable
1266 reloc sections just before .rel.plt/.rela.plt.
1267 (gld${EMULATION_NAME}_place_orphan <.rel>): Remove combreloc code.
1268 Only put loadable reloc sections in hold_rel.
1270 2002-09-29 H.J. Lu <hjl@gnu.org>
1272 * emulparams/elf32ppc.sh (OTHER_GOT_RELOC_SECTIONS): New.
1274 2002-09-25 Daniel Jacobowitz <drow@mvista.com>
1276 From "Anita Kulkarni" <AnitaK@kpit.com>
1277 * scripttempl/sh.sc: Handle .eh_frame* and .gcc_exc*
1280 2002-09-25 Alan Modra <amodra@bigpond.net.au>
1282 * genscripts.sh (SEGMENT_SIZE): Use MAXPAGESIZE before
1284 * scripttempl/elf.sc (DATA_SEGMENT_ALIGN): Incorporate
1285 SEGMENT_SIZE alignment.
1286 * emulparams/elf64ppc.sh (DATA_ADDR): Delete.
1287 (SEGMENT_SIZE): Define.
1289 * ldexp.c (fold_unary): New. Split out from exp_fold_tree.
1290 (fold_binary): Correct abs - non-abs case.
1291 (fold_trinary): New. Split out from exp_fold_tree.
1293 2002-09-24 Alan Modra <amodra@bigpond.net.au>
1295 * emulparams/elf64ppc.sh (DATA_ADDR): Define.
1296 * emulparams/elf64_aix.sh (DATA_ADDR): Don't use a fixed address
1297 for start of .data, instead align up to 256M boundary.
1298 * scripttempl/aix.sc: Likewise.
1300 2002-09-22 Mark Elbrecht <snowball3@softhome.net>
1302 * scripttempl/i386go32.sc: Handle bss unique sections.
1304 2002-09-21 Alan Modra <amodra@bigpond.net.au>
1306 * ldmisc.c (vfinfo <%C,%D,%G>): Always output bfd, section and offset.
1308 2002-09-17 Stan Cox <scox@redhat.com>
1310 * emulparams/elf32bmipn32-defs.sh: New file.
1311 * emulparams/elf32bmipn32.sh: Use elf32bmipn32-defs.sh.
1312 * emulparams/elf32btsmipn32.sh: Likewise.
1313 * emulparams/elf64bmip.sh: Likewise.
1314 * emulparams/elf64btsmip.sh: Likewise.
1316 2002-09-16 Bruno Haible <bruno@clisp.org>
1318 * emulparams/elf_i386_fbsd.sh: Set OUTPUT_FORMAT to
1320 * emulparams/elf64alpha_fbsd.sh: Set OUTPUT_FORMAT to
1321 elf64-alpha-freebsd.
1323 2002-09-11 Nick Clifton <nickc@redhat.com>
1325 * NEWS: New TI port supports both C4x and C3x series of DSPs.
1327 * po/tr.po: Updated Turkish translation.
1329 2002-09-06 Jeffrey A Law (law@redhat.com)
1331 * configure.tgt (h8300-*-hms*, h8500-*-hms*): Restore.
1333 2002-09-02 Nick Clifton <nickc@redhat.com>
1335 * scripttempl/v850.sc: Add EXTERN references to __ctbpm __gp and
1337 * emulparams/v850.sh (TEMPLATE_NAME): Define.
1339 2002-08-30 Nick Clifton <nickc@redhat.com>
1341 * scripttempl/elfd10v.sc (MEMORY): Remove UNIFIED, it is not
1342 used. Change INSN to start at 0x01000000 and extend for
1343 256K (ignoring holes). Start the STACK on a word aligned
1345 (.rodata): Start it at the READONLY_START_ADDR.
1347 2002-08-30 Alan Modra <amodra@bigpond.net.au>
1349 * emulparams/elf32ppc.sh (ARCH): Set to "powerpc:common".
1351 2002-08-28 Svein E. Seldal <Svein.Seldal@solidas.com>
1353 * Makefile.am: Add etic4xcoff.o in ALL_EMULATIONS list and
1354 added makefile targets for this file.
1355 * Makefile.in: Regenerate.
1356 * configure.tgt: Added tic4x-coff and c4x-coff emulations.
1357 * NEWS: Mention new port.
1359 2002-08-28 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
1361 * emulparams/tic3xcoff.sh: New file.
1362 * emulparams/tic4xcoff.sh: New file.
1363 * scripttempl/tic3xcoff.sc: New file.
1364 * scripttempl/tic4xcoff.sc: New file.
1366 2002-08-28 Alan Modra <amodra@bigpond.net.au>
1368 * emultempl/aix.em (gld${EMULATION_NAME}_parse_args): Replace strtoll,
1369 strtoul and strtoull with bfd_scan_vma.
1370 (gld${EMULATION_NAME}_read_file): Likewise.
1372 2002-08-28 Alan Modra <amodra@bigpond.net.au>
1374 * configure.tgt: Remove h8[35]00-*-hms*. Add h8500-*-rtems*.
1376 2002-08-27 Egor Duda <deo@logos-m.ru>
1378 * scripttempl/pe.sc: Handle .rdata_runtime_pseudo_reloc sections.
1379 Add symbols for application to access them.
1381 2002-08-27 Nick Clifton <nickc@redhat.com>
1383 * emultempl/armelf.em: Revert this patch, it is not needed.
1385 2002-08-22 Adam Nemet <anemet@lnxw.com>
1387 2002-08-20 Dan Kegel <dank@kegel.com>
1389 * configure.in: added --with-lib-path argument to ld's configure
1391 * ld/NEWS: Document new switch.
1392 * ld/README: Mention new switch.
1393 * configure: Regenerate.
1394 * Makefile.in: Regenerate.
1396 Based on this patch:
1397 2001-04-25 Christopher Faylor <cgf@cygnus.com>
1399 * Makefile.in (LIB_PATH): Make configurable.
1400 (GENSCRIPTS): Set LIB_PATH in environment.
1401 * configure.in: Substitute LIB_PATH.
1403 2002-08-22 Adam Nemet <anemet@lnxw.com>
1405 * emultempl/armelf.em: Include elf-bfd.h and elf/arm.h.
1406 (arm_elf_finish): Set the last bit of DT_INIT and DT_FINI
1407 depending on the type of the function.
1408 (arm_elf_convert_thumb_symbol_to_address): New function.
1410 2002-08-22 Graeme Peterson <gp@qnx.com>
1412 * Makefile.am: Add esh{l}elf_nto.o files.
1413 * Makefile.in: Regenerate.
1414 * configure.tgt: Add support for sh-**-nto* targets.
1415 * emulparams/shelf_nto.sh: New file.
1416 * emulparams/shlelf_nto.sh: New file.
1418 2002-08-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
1420 * ldlang.c (offsetof): Define if not defined.
1422 2002-08-14 H.J. Lu <hjl@gnu.org>
1424 * configure.tgt: Always enable 64bit emulations for 32bit
1427 2002-08-13 Alan Modra <amodra@bigpond.net.au>
1429 * emulparams/elf32_dlx.sh (TARGET_PAGE_SIZE): Set to 1.
1430 (MAXPAGESIZE): Set to 1.
1432 * ld.h (ALIGN_N): Delete.
1433 * ldexp.h (align_n): Declare.
1434 * ldexp.c (align_n): New function.
1435 (fold_binary): Use align_n instead of ALIGN_N.
1436 (exp_fold_tree): Likewise.
1437 * ldlang.c (lang_size_sections_1): Likewise.
1438 (lang_one_common): Likewise.
1439 * ld.texinfo (ALIGN): Remove power of 2 restriction.
1441 2002-07-31 Graeme Peterson <gp@qnx.com>
1443 * configure.tgt: Add support for powerpc{le}-*-nto* targets.
1444 * Makefile.am: Add eelf32{l}ppcnto.o files.
1445 * Makefile.in: Regenerate.
1446 * emulparams/elf32lppcnto.sh: New file.
1447 * emulparams/elf32ppcnto.sh: New file.
1449 2002-08-07 H.J. Lu <hjl@gnu.org>
1451 * ld.texinfo: Document --no-undefined-version.
1453 * ldlang.c (lang_new_vers_pattern): Set the `symver' and
1454 `script.' fields to 0.
1456 * ldmain.c (main): Initialize the allow_undefined_version to
1459 * lexsup.c (OPTION_NO_UNDEFINED_VERSION): New.
1460 (ld_options): Add --no-undefined-version.
1461 (parse_args): Support OPTION_NO_UNDEFINED_VERSION.
1463 2002-08-07 Nick Clifton <nickc@redhat.com>
1465 * emultempl/armelf.em (arm_elf_before_allocation): Only search for
1466 an interworking bfd if there are input bfds. (107501)
1468 2002-08-06 Alan Modra <amodra@bigpond.net.au>
1470 * emultempl/aix.em (gld*_before_parse): Set default arch. Reverts
1473 2002-08-01 Nick Clifton <nickc@redhat.com>
1475 * emulparams/armelf.sh: Revert previous delta.
1476 * scripttempl/elf.sc: Revert previous delta.
1478 2002-07-31 H.J. Lu <hjl@gnu.org>
1480 * configure.tgt (powerpc*-*-linux*): Enable elf64ppc for
1481 --enable-64-bit-bfd.
1483 2002-07-31 H.J. Lu <hjl@gnu.org>
1485 * configure.tgt: Enable x86-64 emulation for Linux/i386 if
1486 64bit BFD is selected.
1488 2002-07-31 H.J. Lu <hjl@gnu.org>
1490 * configure.tgt: Enable 64bit emulations for 32bit Linux/mips
1491 if 64bit BFD is selected.
1493 2002-07-31 Ian Dall <ian@sibyl.beware.dropbear.id.au>
1495 * emultempl/netbsd.em (LDEMUL_BEFORE_PARSE): New file to custom set
1496 link_info.common_skip_ar_aymbols.
1497 * emulparams/ns32knbsd.sh (EXTRA_EM_FILE): Refer to extra file.
1499 * ldmain.c (main): Initialize new field
1500 link_info.common_skip_ar_aymbols.
1502 2002-07-31 Adam Nemet <anemet@lnxw.com>
1504 * emulparams/armelf.sh (OTHER_PLT_SECTIONS): New variable. Set it
1506 * scripttempl/elf.sc: Comment it. Use the same way as ${PLT} is
1509 2002-07-31 Nick Clifton <nickc@redhat.com>
1511 * NEWS: Retroactively add entry for Lars Brinkhoff's contribution
1512 of the PDP-11 and 2.11BSD a.out support.
1514 2002-07-31 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1516 * Makefile.am (eelf32btsmipn32.o, eelf32ltsmipn32.o): New emulations
1517 for n32 ABI support.
1518 * Makefile.in: Regenerate.
1519 * configure.tgt (mips64*el-*-linux-gnu*,mips64*-*-linux-gnu*): Add
1520 n32 ABI emulations for these 64 bit targets.
1521 * emulparams/elf32bmipn32.sh: Expand comment.
1522 * emulparams/elf32btsmipn32.sh: New file, for traditional big endian
1524 * emulparams/elf32ltsmipn32.sh: Likewise for little endian.
1526 2002-07-30 Graeme Peterson <gp@qnx.com>
1528 * configure.tgt: Add support for arm-*-nto target.
1529 * Makefile.am: Add earmnto.o file.
1530 * Makefile.in: Regenerate.
1531 * NEWS: Mention port of ARM support to QNX.
1532 * emulparams/armnto.sh: New file.
1534 2002-07-30 Jakub Jelinek <jakub@redhat.com>
1536 * ldlang.c (lang_add_section): Don't turn .tbss into normal sections
1537 for relocatable link.
1538 (lang_size_sections_1): Don't make .tbss zero size for relocatable
1541 2002-07-26 Bernd Schmidt <bernds@redhat.com>
1543 * emulparams/elf32frv.sh (OTHER_RELOCATING_SECTIONS): Delete.
1546 2002-07-25 Nick Clifton <nickc@redhat.com>
1548 * po/sv.po: Updated Swedish translation.
1549 * po/es.po: Updated Spanish translation.
1550 * po/fr.po: Updated French translation.
1552 2002-07-24 Nick Clifton <nickc@redhat.com>
1554 * po/sv.po: Updated Swedish translation.
1555 * po/es.po: Updated Spanish translation.
1557 2002-07-23 Nick Clifton <nickc@redhat.com>
1559 * po/fr.po: Updated French translation.
1561 2002-07-20 Alan Modra <amodra@bigpond.net.au>
1563 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
1564 bomb on /DISCARD/ input section.
1565 * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
1566 * emultempl/mmo.em (mmo_place_orphan): Likewise.
1568 2002-07-19 Hans-Peter Nilsson <hp@bitrange.com>
1570 * emultempl/mmo.em (mmo_place_orphan): Handle case of no .text
1573 2002-07-16 Denis Chertykov <denisc@overta.ru>
1574 Nick Clifton <nickc@redhat.com>
1575 Frank Ch. Eigler <fche@redhat.com>
1576 John Healy <jhealy@redhat.com>
1578 * configure.tgt: Add support for ip2k-elf.
1579 * Makefile.am: Add support for ip2k-elf.
1580 * Makefile.in: Regenerate.
1581 * emulparams/elf32ip2k.sh: New file.
1582 * scripttempl/ip2k.sc: New file
1583 * NEWS: Mention support for new port.
1585 2002-07-16 Nick Clifton <nickc@cambridge.redhat.com>
1587 * NEWS: Add 'Changes in 2.13'.
1589 2002-07-14 H.J. Lu <hjl@gnu.org>
1591 * ld.texinfo: Document a .symver takes precedence over a
1594 2002-07-12 Alan Modra <amodra@bigpond.net.au>
1596 * emulparams/elf64ppc.sh (ARCH): Set to powerpc:common64.
1597 (COMMONPAGESIZE): Define.
1599 2002-07-09 Alan Modra <amodra@bigpond.net.au>
1601 * emulparams/hppanbsd.sh: Remark that hppaobsd.sh references this file.
1603 2002-07-09 Federico G. Schwindt <fgsch@olimpo.com.br>
1605 * configure.tgt: Add support for alpha-*-openbsd*, hppa-*-openbsd*,
1606 powerpc-*-openbsd* and sparc64-*-openbsd*.
1607 * Makefile.am (ALL_EMULATIONS): Add ehppaobsd.o.
1608 * Makefile.in: Regenerate.
1609 * emulparams/hppaobsd.sh: New file.
1611 2002-07-05 Alan Modra <amodra@bigpond.net.au>
1613 * ldlang.c (print_wild_statement): Fix output formatting.
1615 2002-07-04 Alan Modra <amodra@bigpond.net.au>
1617 * ldlang.c: (strip_excluded_output_sections): New function.
1618 (lang_process): Call it.
1619 (lang_size_sections_1): Revert 2002-06-10 change.
1621 2002-07-03 Alan Modra <amodra@bigpond.net.au>
1623 * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
1625 * Makefile.in: Regenerate.
1627 2002-07-02 Alan Modra <amodra@bigpond.net.au>
1629 * ldfile.c (ldfile_try_open_bfd): Formatting.
1631 * ldmisc.c (demangle): Move so that it doesn't intrude between
1632 vfinfo comment and body. Add comment.
1634 2002-07-01 John David Anglin <dave@hiauly1.hia.nrc.ca>
1636 * emulparams/vax.sh (OUTPUT_FORMAT): Use a.out-vax-bsd format.
1638 2002-07-01 Alan Modra <amodra@bigpond.net.au>
1640 * ldlang.h (entry_sym): Make it a struct bfd_sym_chain.
1641 * ldlang.c (entry_sym): Likewise.
1642 (ldlang_undef_chain_list_type): Likewise.
1643 (lang_finish): Adjust references to entry_symbol.
1644 (lang_add_entry): Likewise.
1645 (lang_gc_sections): Use link_info.gc_sym_list.
1646 (lang_process): Set link_info.gc_sym_list.
1647 * ldlex.l: Include bfdlink.h.
1648 * ldmain.c (main): Init link_info.gc_sym_list.
1649 * emultempl/aix.em: Adjust references to entry_symbol.
1650 * emultempl/armcoff.em: Likewise.
1651 * emultempl/armelf.em: Likewise.
1652 * emultempl/pe.em: Likewise.
1653 * emultempl/ppc64elf.em (ppc_after_open): New function.
1654 (LDEMUL_AFTER_OPEN): Define.
1655 * emulparams/elf64ppc.sh: KEEP .opd sections.
1657 2002-06-29 Stephane Carrez <stcarrez@nerim.fr>
1659 * emulparams/m68hc12elfb.sh (EEPROM_MEMORY): Define.
1660 * emulparams/m68hc11elfb.sh (EEPROM_MEMORY): Define.
1661 * emulparams/m68hc11elf.sh (EEPROM_SIZE): Define.
1662 (EEPROM_START_ADDR): Define.
1663 (EEPROM_MEMORY): Define.
1664 * emulparams/m68hc12elf.sh: Likewise.
1665 * scripttempl/elfm68hc11.sc: Handle .eeprom section; handle .softregs
1666 section to put soft registers in .page0.
1667 * scripttempl/elfm68hc12.sc: Likewise but put soft registers in bss.
1669 2002-06-26 John David Anglin <dave@hiauly1.hia.nrc.ca>
1671 * emulparams/hppa64linux.sh (OTHER_GOT_RELOC_SECTIONS): Add rela.opd
1672 section. Add ${RELOCATING-0}.
1674 2002-06-26 J"orn Rennecke <joern.rennecke@superh.com>
1676 * emulparams/shelf.sh (STACK_ADDR): Don't define.
1677 (OTHER_SECTIONS): Define.
1678 * emulparams/shelf_nbsd.sh ((STACK_ADDR): Don't undef.
1679 (OTHER_SECTIONS): Undef.
1681 2002-06-26 Alan Modra <amodra@bigpond.net.au>
1683 * ldmisc.c (demangle): Restore dots stripped from sym name.
1685 2002-06-25 H.J. Lu <hjl@gnu.org>
1687 * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
1688 * Makefile.in: Regenerated.
1690 2002-06-20 Nick Clifton <nickc@cambridge.redhat.com>
1692 * ld.texinfo (Bug Reporting): Update text to suggest a limit on
1693 the size of attached object files, to allow make the object files
1694 available via FTP or HTTP and to mention that the mail will be
1695 sent to a mailing list.
1697 2002-06-20 Nathanael Nerode <neroden@twcny.rr.com>
1699 * ld/configure.host (romp): Drop support.
1701 2002-06-18 Chris Demetriou <cgd@broadcom.com>
1703 * emultempl/mipself.em (mips_elf${ELFSIZE}_check_sections): Check
1704 section flags for SEC_DATA, rather than for SEC_CODE being unset.
1706 2002-06-18 Chris Demetriou <cgd@broadcom.com>
1708 * emultempl/mipself.em (mips_elf${ELFSIZE}_check_sections): Fix
1709 format specifier used to print BFD name.
1711 2002-06-18 Dave Brolley <brolley@redhat.com>
1713 From Catherine Moore, Michael Meissner, Jim Blandy:
1714 * emulparams/elf32frv.sh: New file.
1715 * configure.tgt: Support frv-*-*.
1716 * Makefile.am (ALL_EMULATIONS): Add eelf32frv.o.
1717 (eelf32frv.c): New target.
1719 2002-06-17 Tom Rix <trix@redhat.com>
1721 * emultempl/elf32.em: gld*_get_script: Check for
1722 GENERATE_COMBRELOC_SCRIPT.
1723 * scripttempl/elfd10v.sc : Fix STACK and INSN.
1724 * emulparams/d10velf.sh : Fix TEXT_START_ADDR.
1726 2002-06-13 J"orn Rennecke <joern.rennecke@superh.com>
1728 * configure.tgt: Add support for sh[1234]*le*-*-elf, sh[1234]*-*-elf.
1730 2002-06-12 H.J. Lu <hjl@gnu.org>
1732 * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Return
1733 false if xvec doesn't match.
1735 2002-06-10 Richard Sandiford <rsandifo@redhat.com>
1737 * ldlang.c (lang_size_sections_1): Skip removed output sections.
1739 2002-06-08 Alan Modra <amodra@bigpond.net.au>
1741 * ldexp.c: Replace CONST with const.
1742 * ldfile.c: Likewise.
1743 * ldfile.h: Likewise.
1744 * ldlex.l: Likewise.
1746 * pe-dll.h: Likewise.
1748 2002-06-07 Alan Modra <amodra@bigpond.net.au>
1750 * emultempl/ppc64elf.em (new_vers_pattern): Warning fix.
1752 2002-06-07 Charles Wilson <cwilson@ece.gatech.edu>
1754 * ld/ldmain.c (main): initialize link_info.pei386_auto_import
1755 to -1 == implicit enable.
1756 * ld/emultempl/pe.em (gld_${EMULATION_NAME}_before_parse):
1757 initialize link_info.pei386_auto_import to -1 == implicit
1759 (gld_${EMULATION_NAME}_parse_args): When processing
1760 --enable-auto-import and --disable-auto-import options, use
1761 '1' and '0' instead of 'true' and 'false'.
1762 (pe_find_data_imports): Only issue message about auto-import
1763 when the feature is implicitly enabled. Downgrade message to
1764 informational instead of warning.
1766 2002-06-07 Alan Modra <amodra@bigpond.net.au>
1768 * scripttempl/elf.sc (.tbss): Fix mismatched parentheses/braces.
1770 2002-06-06 John David Anglin <dave@hiauly1.hia.nrc.ca>
1772 * configure.host (hppa*64*-*-hpux11*): Define NATIVE_LIB_DIRS,
1773 HOSTING_CRT0 and HOSTING_LIBS.
1775 2002-06-05 J"orn Rennecke <joern.rennecke@superh.com>
1777 * configure.tgt (shle*-*-elf*, sh64le-*-elf*): New configurations.
1779 2002-06-05 Jason Thorpe <thorpej@wasabisystems.com>
1781 * emulparams/ns32knbsd.sh (EXECUTABLE_SYMBOLS): Set _DYNAMIC to 0.
1782 (NONPAGED_TEXT_START_ADDR): Set to 0x1000.
1784 2002-06-05 Alan Modra <amodra@bigpond.net.au>
1786 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Place
1787 SEC_EXCLUDE sections when doing a relocatable link.
1789 2002-06-04 Jason Thorpe <thorpej@wasabisystems.com>
1791 * Makefile.am (ALL_EMULATIONS): Add eshelf32_nbsd.o,
1792 eshlelf32_nbsd.o, eshelf64_nbsd.o, and eshlelf64_nbsd.o.
1793 (eshelf32_nbsd.c, eshelf64_nbsd.c, eshlelf32_nbsd.c)
1794 (eshlelf64_nbsd.c): New rules.
1795 * Makefile.in: Regenerate.
1796 * configure.tgt (sh5le-*-netbsd*, sh5-*-netbsd*, sh64le-*-netbsd*)
1797 (sh64-*-netbsd*): New targets.
1798 * emulparams/shelf32_nbsd.sh: New file.
1799 * emulparams/shelf64_nbsd.sh: New file.
1800 * emulparams/shlelf32_nbsd.sh: New file.
1801 * emulparams/shlelf64_nbsd.sh: New file.
1803 2002-06-04 Alan Modra <amodra@bigpond.net.au>
1805 * ldlang.c (section_already_linked): Call bfd_discard_group. Typo fix.
1807 2002-06-02 Marek Michalkiewicz <marekm@amelek.gda.pl>
1809 * scripttempl/avr.sc: Changes to support current GCC and avr-libc,
1810 C++ constructors/destructors, loosely based on the m68hc11 port.
1812 2002-05-31 Alan Modra <amodra@bigpond.net.au>
1814 * Makefile.in: Regenerate.
1815 * aclocal.m4: Regenerate.
1816 * config.in: Regenerate.
1817 * configure: Regenerate.
1819 2002-05-31 Graeme Peterson <gp@qnx.com>
1821 * Makefile.am (ALL_EMULATIONS): Add ei386nto.o.
1822 (ei386nto.c): Add rule.
1823 * Makefile.in: Regenerate.
1824 * configure.tgt: Add i[3456]86-*-nto-qnx*.
1825 * emulparams/i386nto.sh: New file.
1827 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
1829 * NEWS: Add entry for VAX ELF support.
1831 2002-05-29 Matt Thomas <matt@3am-software.com>
1832 Jason Thorpe <thorpej@wasabisystems.com>
1834 * Makefile.am (ALL_EMULATIONS): Add eelf32vax.o and evaxnbsd.o.
1836 (evaxnbsd.c): New rules.
1837 * Makefile.in: Regenerate.
1838 * configure.tgt (vax-*-netbsdelf*)
1840 (vax-*-netbsd*): New targets.
1841 * emulparams/elf32vax.sh: New file.
1842 * emulparams/vaxnbsd.sh: New file.
1844 2002-05-29 Adam Nemet <anemet@lnxw.com>
1846 * emultempl/armelf.em (arm_elf_after_open): Don't determine
1847 bfd_for_interwork, instead add glue sections to each input bfd.
1848 (bfd_for_interwork): New global.
1849 (arm_elf_set_bfd_for_interworking): New function.
1850 (arm_elf_before_allocation): Use it.
1852 2002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
1854 * Makefile.am: Add DLX make target.
1855 * configure.tgt: Add DLX configuration.
1856 * Makefile.in: Regenerate.
1857 * emulparams/elf32_dlx.sh: New file
1858 * scripttempl/dlx.sc: New file
1860 2002-05-27 Per Lundberg <per@caleb.dnsalias.org>
1862 * Makefile.am (eelf_i386_chaos): Use elf_chaos.sc script.
1863 * Makefile.in: Regenerate.
1864 * emulparams/elf_chaos.sh: Use elf_chaos script.
1865 * scripttempl/elf_chaos.sc: New file.
1867 2002-05-27 Richard Sandiford <rsandifo@redhat.com>
1869 * ldlang.c (lang_size_sections_1): Move check for conflicting load
1870 addresses and regions from here...
1871 (lang_get_regions): ...to this new function.
1872 (lang_leave_output_section_statement): Use lang_get_regions.
1873 (lang_leave_overlay): Likewise.
1874 * mri.c (mri_draw_tree): Pass null as last argument to
1875 lang_leave_output_section_statement.
1876 * emultempl/elf32.em (gld*_place_orphan): Likewise.
1877 * emultempl/mmo.em (mmo_place_orphan): Likewise.
1878 * emultempl/pe.em (gld*_place_orphan): Likewise.
1880 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
1882 * configure.tgt: Use ns32k-*-netbsd* instead of ns32k-pc532-netbsd*.
1884 2002-05-25 Kazu Hirata <kazu@cs.umass.edu>
1886 * ldemul.c: Fix formatting.
1887 * ldfile.c: Likewise.
1888 * pe-dll.c: Likewise.
1889 * pe-dll.h: Likewise.
1891 2002-05-25 Alan Modra <amodra@bigpond.net.au>
1893 * ldlang.c (lang_process): Formatting, grammar.
1895 * ldlex.l: Use #include "" instead of <> for local header files.
1897 2002-05-24 TAMURA Kent <kent@netbsd.org>
1899 * configure.tgt: Add a target for i386-netbsdpe.
1901 2002-05-23 Jakub Jelinek <jakub@redhat.com>
1903 * scripttempl/elf.sc: Add .rel{,a}.t{bss,data}, .tdata and .tbss.
1904 * ldlang.c (lang_add_section): Set SEC_THREAD_LOCAL for
1905 output section if necessary. Handle .tbss.
1906 (lang_size_sections): Clear _raw_size for .tbss section
1907 (it allocates space in PT_TLS segment only).
1908 * ldwrite.c (build_link_order): Build link order for .tbss too.
1910 2002-05-23 Alan Modra <amodra@bigpond.net.au>
1912 * configure.in: Correct spelling of AC_PREREQ.
1914 2002-05-21 Danny Smith <dannysmith@users.sourceforge.net>
1916 * pe-dll.c (autofilter_liblist): Add more system libs excluded by
1918 (autofilter_objlist): Add crtbegin.o, crtend.o.
1920 2002-05-21 Danny Smith <dannysmith@users.sourceforge.net>
1922 * emultempl/pe.em (OPTION_EXCLUDE_LIBS): Add new define.
1923 (longopts): Add new option --exclude-libs.
1924 (gld_${EMULATION_NAME}_list_options): Give quick help about it.
1925 (gld_${EMULATION_NAME}_parse_args): Use it.
1926 * pe-dll.h (pe_dll_add_excludes): Add second param to prototype.
1927 * pe-dll.c (exclude_list_struct): Add field type to distinguish symbols
1928 from whole archives.
1929 (pe_dll_add_excludes): Set excludes->type.
1930 (auto_export): Add new variable libname and set to archive basename if
1931 abfd. Use it when filtering default and user-specified libarary
1932 excludes. Let string "ALL" mean all libs when filtering user-specified
1934 * ld.texinfo: Document --exclude-libs.
1936 2002-05-22 Alan Modra <amodra@bigpond.net.au>
1938 * ldemul.c (ldemul_new_vers_pattern): New function.
1939 * ldemul.h (ldemul_new_vers_pattern): Declare.
1940 (struct ld_emulation_xfer_struct): Add new_vers_pattern.
1941 * ldlang.c (lang_new_vers_pattern): Call ldemul_new_vers_pattern.
1942 * emultempl/ppc64elf.em (dotsyms): New static var.
1943 (gld${EMULATION_NAME}_new_vers_pattern): New function.
1944 (LDEMUL_NEW_VERS_PATTERN): Define.
1945 (PARSE_AND_LIST_PROLOGUE): Add OPTION_DOTSYMS, OPTION_NO_DOTSYMS.
1946 (PARSE_AND_LIST_LONGOPTS): Likewise.
1947 (PARSE_AND_LIST_ARGS_CASES): Handle them.
1948 * emultempl/aix.em (ld_${EMULATION_NAME}_emulation): Update
1950 * emultempl/armcoff.em: Likewise.
1951 * emultempl/armelf_oabi.em: Likewise.
1952 * emultempl/beos.em: Likewise.
1953 * emultempl/elf32.em: Likewise.
1954 * emultempl/generic.em: Likewise.
1955 * emultempl/gld960.em: Likewise.
1956 * emultempl/gld960c.em: Likewise.
1957 * emultempl/linux.em: Likewise.
1958 * emultempl/lnk960.em: Likewise.
1959 * emultempl/m68kcoff.em: Likewise.
1960 * emultempl/mipsecoff.em: Likewise.
1961 * emultempl/pe.em: Likewise.
1962 * emultempl/sunos.em: Likewise.
1963 * emultempl/ticoff.em: Likewise.
1964 * emultempl/vanilla.em: Likewise.
1966 2002-05-22 Alan Modra <amodra@bigpond.net.au>
1968 * genscripts.sh (LIB_PATH): For native targets, concatenate $libdir
1969 and $NATIVE_LIB_DIRS. Add $tool_lib before other libs.
1970 (LIB_SEARCH_DIRS): No need to use "tr".
1971 (COMPILE_IN): Only set for native targets.
1972 * configure.host (NATIVE_LIB_DIRS): Specify all native search dirs
1973 here, rather than adding lib:/usr/lib:/usr/local/lib in genscripts.sh.
1974 * configure.tgt (powerpc*): Set tdir_*.
1975 (powerpcle*): Correct targ_extra_emuls.
1976 * emulparams/elf32ppc.sh (LIB_PATH): Set up native 64 bit dirs.
1977 * emulparams/elf64ppc.sh (LIB_PATH): Likewise.
1979 2002-05-22 Alan Modra <amodra@bigpond.net.au>
1981 * emultempl/pe.em (set_pe_subsystem): Don't set "cmdline" when
1982 calling lang_add_entry.
1984 2002-05-21 H.J. Lu (hjl@gnu.org)
1986 * emultempl/elf32.em (gld${EMULATION_NAME}_parse_args): Handle
1988 (gld${EMULATION_NAME}_list_options): Add "-z muldefs".
1990 * ld.texinfo: Updated for --allow-multiple-definition and
1993 * ldmain.c (main): Initialize the allow_multiple_definition
1996 * lexsup.c (OPTION_ALLOW_MULTIPLE_DEFINITION): New.
1997 (ld_options): Add --allow-multiple-definition.
1998 (parse_args): Support OPTION_ALLOW_MULTIPLE_DEFINITION.
2000 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
2002 * Makefile.am (ALL_EMULATIONS): Add earmelfb_nbsd.o.
2003 (earmelfb_nbsd.c): New rule.
2004 * Makefile.in: Regenerate.
2005 * configure.tgt (armeb-*-netbsdelf*): New target.
2006 (arm-*-netbsdelf*): Add armelfb_nbsd to targ_extra_emuls.
2007 (arm-*-netbsd*): Likewise.
2008 * emulparams/armelfb_nbsd.sh: New file.
2010 2002-05-18 Tom Rix <trix@redhat.com>
2012 * emultempl/aix.em (gld*_parse_args): Add -bnortl and -bnortllib
2015 2002-05-17 Marek Michalkiewicz <marekm@amelek.gda.pl>
2017 * Makefile.am: Add new emulations avr1, avr2, avr3, avr4, avr5.
2018 * Makefile.in: Regenerate.
2019 * configure.tgt (avr-*-*): Add avr[1-5] to targ_extra_emuls.
2021 2002-05-16 Marek Michalkiewicz <marekm@amelek.gda.pl>
2023 * emulparams/avr1.sh: New file.
2024 * emulparams/avr2.sh: New file.
2025 * emulparams/avr3.sh: New file.
2026 * emulparams/avr4.sh: New file.
2027 * emulparams/avr5.sh: New file.
2028 * scripttempl/avr.sc: New file.
2030 2002-05-15 Alan Modra <amodra@bigpond.net.au>
2032 * ldlang.c (section_already_linked): Call bfd_link_just_syms.
2033 (lang_place_orphans): Abort if just_syms_flag.
2035 2002-05-10 Tom Rix <trix@redhat.com>
2037 * emultempl/aix.em: (gld*_set_output_arch): New function. Use
2038 architecture and machine information in the output bfd.
2039 (gld*_before_parse): Remove old arch and machine code.
2040 (choose_target): Rename to gld*_choose_target.
2041 (rtld): Change type to int.
2042 * ldfile.c (ldfile_try_open_bfd): Disable compatiblity check for
2043 objects in XCOFF archives.
2044 * ldfile.h: Update copyright date.
2046 2002-05-10 Jakub Jelinek <jakub@redhat.com>
2048 * ldmain.c (main): Enable -z combreloc by default.
2050 2002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
2052 * Makefile.am: Honour DESTDIR.
2053 * Makefile.in: Regenerate.
2055 2002-05-07 Richard Sandiford <rsandifo@redhat.com>
2057 * ldlang.h (lang_output_section_statement_type): Add update_dot_tree.
2058 (lang_enter_overlay): Remove the last two parameters.
2059 (lang_leave_overlay): Take them here instead.
2060 * ldgram.y (memspec_at_opt): Set $$ to null if no region is given.
2061 (section): Pass LMA and crossref flag to lang_leave_overlay rather
2062 than lang_enter_overlay.
2063 * ldlang.c (lang_memory_region_lookup): Return null for null names.
2064 (lang_output_section_statement_lookup): Initialize update_dot_tree.
2065 (lang_size_sections_1): Evaluate it.
2066 (lang_leave_output_section_statement): Rework LMA lookup.
2067 (overlay_lma, overlay_nocrossrefs): Remove.
2068 (lang_enter_overlay): Remove LMA and crossref arguments.
2069 (lang_enter_overlay_section): Don't set the LMA here.
2070 (lang_leave_overlay): Take LMA and crossref arguments. Move the '.'
2071 assignment to the last section's update_dot_tree. Unconditionally
2072 use the load and run-time regions specified in the OVERLAY statement.
2073 Likewise the first section's LMA. Only set the other sections' LMAs
2074 when no load region is given.
2076 2002-05-06 Nick Clifton <nickc@redhat.com>
2078 * po/sv.po: New translation.
2080 2002-05-04 Alan Modra <amodra@bigpond.net.au>
2082 * emultempl/hppaelf.em (build_section_lists): New function.
2083 (gld${EMULATION_NAME}_finish): Call elf32_hppa_setup_section_lists
2084 and build_section_lists.
2086 2002-05-03 Kazu Hirata <kazu@cs.umass.edu>
2088 * ld.h: Fix formatting.
2089 * ldexp.c: Likewise.
2090 * ldfile.c: Likewise.
2091 * ldlang.c: Likewise.
2092 * ldmain.c: Likewise.
2093 * lexsup.c: Likewise.
2094 * pe-dll.c: Likewise.
2096 2002-05-02 Alan Modra <amodra@bigpond.net.au>
2098 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_after_allocation):
2099 Adjust for ppc64_elf_set_toc change. #include libbfd.h.
2100 (build_section_lists): Do output_section tests here.
2102 2002-04-30 Tom Rix <trix@redhat.com>
2104 * emultempl/aix.em : (gld*_parse_arge): Formatting changes.
2106 2002-05-01 Alan Modra <amodra@bigpond.net.au>
2108 Long branch stubs, multiple stub sections.
2109 * emultempl/ppc64elf.em: Include ldctor.h.
2110 (stub_file): New var.
2111 (group_size): New var.
2112 (ppc_create_output_section_statements): New function.
2113 (struct hook_stub_info): New.
2114 (hook_in_stub): New function.
2115 (ppc_add_stub_section): New function.
2116 (ppc_layout_sections_again): New function.
2117 (build_section_lists): New function.
2118 (gld${EMULATION_NAME}_finish): Rewrite.
2119 (real_func): New var.
2120 (ppc_for_each_input_file_wrapper): New function.
2121 (ppc_lang_for_each_input_file): New function.
2122 (lang_for_each_input_file): Define.
2123 (PARSE_AND_LIST_PROLOGUE): Define.
2124 (PARSE_AND_LIST_LONGOPTS): Define.
2125 (PARSE_AND_LIST_OPTIONS): Define.
2126 (PARSE_AND_LIST_ARGS_CASES): Define.
2127 (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
2129 2002-04-30 Tom Rix <trix@redhat.com>
2131 * emultempl/aix.em (gld*_parse_arge, gld*_before_allocation): Add
2132 -blibpath, -bnolibpath support.
2134 2002-04-30 Mark Mitchell <mark@codesourcery.com>
2136 * Makefile.am (ALL_EMULATIONS): Add elf32ppcwindiss.o.
2137 (eelf32ppcwindiss.c): New target.
2138 * Makefile.in: Regenerated.
2139 * configure.tgt: Add support for powerpc-*-windiss.
2140 * emulparams/elf32ppcwindiss.sh: New file.
2142 2002-04-30 Richard Sandiford <rsandifo@redhat.com>
2144 * ldlang.c (print_assignment): Update print_dot for assignments to ".".
2145 * ldexp.c (exp_print_token): Add "infix_p" argument.
2146 (exp_print_tree): Update accordingly.
2148 2002-04-28 Alan Modra <amodra@bigpond.net.au>
2150 * Makefile.am (mpw): New maintainer mode rule to make mpw-*.c files.
2151 * Makefile.in: Regenerate.
2152 * mpw-elfmips.c: Delete.
2153 * mpw-eppcmac.c: Delete.
2154 * mpw-esh.c: Delete.
2155 * mpw-idtmips.c: Delete.
2157 2002-04-17 J"orn Rennecke <joern.rennecke@superh.com>
2159 * emulparams/shelf32.sh (MACHINE): Now sh5.
2161 2002-04-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2163 * ldgram.y: Fix syntax warning.
2165 2002-04-11 Nick Clifton <nickc@cambridge.redhat.com>
2167 * emultempl/armelf.em (PARSE_AND_LIST_SHORTOPTS): Add 'n' in order
2168 to prevent "-n" from being taken as an abbreviation for
2169 "--no-pipeline-knowledge".
2171 2002-04-08 Alan Modra <amodra@bigpond.net.au>
2173 * ldlang.c (lang_size_sections_1): Don't complain about
2174 SEC_NEVER_LOAD sections having no memory region specified.
2176 * ld.texinfo (Format Commands <OUTPUT_FORMAT>): Typo fix.
2178 2002-04-07 matthew green <mrg@redhat.com>
2180 * ld/configure.host (*-*-netbsd*): Add support for NetBSD/ELF.
2182 2002-04-04 Alan Modra <amodra@bigpond.net.au>
2184 * dep-in.sed: Cope with absolute paths.
2185 * Makefile.am (dep.sed): Subst TOPDIR and BFDDIR.
2187 * Makefile.in: Regenerate.
2189 2002-04-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2191 * emulparams/elf64btsmip.sh: n64 replaces .reginfo with .MIPS.options.
2193 2002-04-03 Jakub Jelinek <jakub@redhat.com>
2195 * ldexp.c (fold_binary) [DATA_SEGMENT_ALIGN]: If common page size
2196 is smaller than maximum, round dot up to common page boundary.
2198 2002-03-28 Alan Modra <amodra@bigpond.net.au>
2200 * configure.host: Set up for generic hosts first, then tweak as
2201 necessary in more specific targets.
2202 (HOSTING_LIBS): Include libgcc_eh.a if found.
2204 2002-03-23 Andreas Jaeger <aj@suse.de>
2206 * emulparams/elf_x86_64.sh (COMMONPAGESIZE): Set it.
2208 2002-03-21 Alan Modra <amodra@bigpond.net.au>
2210 * Makefile.am: Run "make dep-am".
2211 * Makefile.in: Regenerate.
2213 2002-03-21 Albert Chin-A-Young <china@thewrittenword.com>
2215 * genscripts.sh (LIB_SEARCH_DIRS): Quote path.
2217 2002-03-20 Alan Modra <amodra@bigpond.net.au>
2219 * ldlang.c (ldlang_add_undef): If the output bfd has been opened,
2220 add the symbol to the linker hash table immediately.
2221 (lang_place_undefineds): Split symbol creation out..
2222 (insert_undefined): ..to here.
2224 2002-03-18 David O'Brien <obrien@FreeBSD.org>
2226 * emultempl/elf32.em: Use lbasename vs. basename to fix problem where
2227 the contents of the buffer returned from basename function will are
2228 getting overwritten while still being used.
2230 2002-03-18 Jan Hubicka <jh@suse.cz>
2231 Andreas Jaeger <aj@suse.de>
2232 Andreas Schwab <schwab@suse.de>
2234 * configure.tgt (x86_64-*-linux-gnu*): Configure i386 as native.
2235 * elf_x86_64.sh (ARCH): Set to i386:x86-64
2236 set libraries to default to lib64 paths.
2238 2002-03-18 Tom Rix <trix@redhat.com>
2240 * Makefile.am : Add eaix5ppc and eaix5rs6, AIX 5 support.
2241 * configure.tgt : Same.
2242 * emulparms/aix5ppc.sh : New file. For eaix5ppc.
2243 * emulparms/aix5rs6.sh : New file. For eaix5rs6.
2244 * emulparms/aixppc.sh : OUPUT_FORMAT_32BIT and OUTPUT_FORMAT_64BIT
2245 emulation parameters for better -b32, -b64 support.
2246 * emulparms/aixrs6.sh : Same.
2247 * emulparms/ppcmacos.sh : Same.
2248 * emultempl/aix.em (choose_target) : Use new emulation parameters
2249 OUTPUT_FORMAT_32BIT and OUTPUT_FORMAT_64BIT.
2250 * Makefile.in : Regenerate.
2252 2002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
2254 * po/fr.po: Updated version.
2256 2002-03-18 Alan Modra <amodra@bigpond.net.au>
2258 * ldmain.c (main): Move .text readonly flag fudges from here..
2259 * ldlang.c (lang_process): ..to here.
2261 2002-03-14 Alan Modra <amodra@bigpond.net.au>
2263 * ldlang.c (lang_check): Remove the word size check added in last
2264 change. Treat emitrelocations case as for relocatable links.
2266 2002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
2268 * po/fr.po: Updated version.
2270 2002-03-13 Alan Modra <amodra@bigpond.net.au>
2272 * ldlang.c (lang_check): Do relocatable link checks first, so that
2273 warn_mismatch can't override. Check compatible and word size too.
2275 2002-03-07 Daniel Jacobowitz <drow@mvista.com>
2277 * ld.texinfo: Wrap @menu in @ifnottex, not @ifinfo.
2279 2002-03-05 Jakub Jelinek <jakub@redhat.com>
2281 * scripttempl/elf.sc: Only use DATA_SEGMENT_END() together with
2284 2002-03-04 H.J. Lu <hjl@gnu.org>
2286 * scripttempl/elf.sc: Put .preinit_array, .init_array and
2287 .fini_array in the data segment.
2289 2002-03-04 Alan Modra <amodra@bigpond.net.au>
2291 * scripttempl/elf.sc: Correct syntax errors in 2002-03-01 commit.
2293 2002-03-01 David Mosberger <davidm@hpl.hp.com>
2295 * scripttempl/elf.sc (SECTIONS): Add entries for .preinit_array,
2296 .init_array, and .fini_array.
2298 2002-02-20 Andreas Schwab <schwab@suse.de>
2300 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Don't fold
2301 .IA64_unwind* in a relocatable link.
2303 2002-02-20 Nick Clifton <nickc@cambridge.redhat.com>
2305 * NEWS: Mark 2.12 branch.
2307 2002-02-19 Martin Schwidefsky <schwidefsky@de.ibm.com>
2309 * emulparams/elf64_s390.sh (ARCH): Change to "s390:64-bit".
2310 * emulparams/elf_s390.sh (ARCH): Change to "s390:31-bit".
2312 2002-02-18 Tom Rix <trix@redhat.com>
2314 * emultempl/aix.em (gld*_parse_args): Add -brtl support.
2315 (gld*_before_allocation): Same.
2316 (gld*_create_output_section_statements): Generate
2317 __rtinit if run time linking. Add librtl.a to the link.
2318 (gld*_read_file): Clean.
2320 2002-02-18 Alan Modra <amodra@bigpond.net.au>
2322 * emulparams/elf64ppc.sh (OTHER_TEXT_SECTIONS): Define.
2324 2002-02-18 David O'Brien <obrien@FreeBSD.org>
2326 * Makefile.am: Add new files earmelf_fbsd, eelf32ppc_fbsd,
2327 eelf_i386_fbsd, eelf64_ia64_fbsd, eelf_x86_64_fbsd, eelf64_sparc_fbsd,
2328 and eelf64alpha_fbsd.
2329 * Makefile.in: Regenerate.
2330 * configure.tgt(sparc64-*-freebsd, ia64-*-freebsd, i[3456]86-*-freebsd,
2331 x86_64-*-freebsd, arm-*-freebsd, alpha*-*-freebsd, powerpc-*-freebsd):
2332 use a FreeBSD-specific emulation rather than the psABI one.
2333 * emulparams/elf_fbsd.sh (ELF_INTERPRETER_NAME): Set appropriate value
2334 for all FreeBSD ELF systems.
2335 * emulparams/armelf_fbsd.sh: Bridge elf_fbsd.sh and the "native" psABI
2337 * emulparams/elf32ppc_fbsd.sh: Likewise.
2338 * emulparams/elf64_ia64_fbsd.sh: Likewise.
2339 * emulparams/elf64_sparc_fbsd.sh: Likewise.
2340 * emulparams/elf64alpha_fbsd.sh: Likewise.
2341 * emulparams/elf_i386_fbsd.sh: Likewise.
2342 * emulparams/elf_x86_64_fbsd.sh: Likewise.
2344 2002-02-18 Nick Clifton <nickc@cambridge.redhat.com>
2346 * po/tr.po: Updated version.
2348 2002-02-18 Alan Modra <amodra@bigpond.net.au>
2350 * ld.texinfo (Output Section Fill): Fix amateur texinfo.
2353 2002-02-17 Hans-Peter Nilsson <hp@bitrange.com>
2355 * emultempl/mmo.em (mmo_after_open): Don't call
2356 _bfd_mmix_check_all_relocs when producing ELF output.
2358 2002-02-15 Richard Henderson <rth@redhat.com>
2360 * emulparams/elf64alpha.sh (NOP): Adjust for big-endian
2361 definition. Emit a unop+nop pair.
2363 2002-02-15 Hans-Peter Nilsson <hp@bitrange.com>
2365 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Also check
2366 for presence of .MMIX.reg_contents.linker_allocated before early
2369 * NEWS: Mention support for MMIX.
2371 2002-02-15 Alan Modra <amodra@bigpond.net.au>
2373 Support arbitrary length fill patterns.
2374 * ld.texinfo (Output Section Fill): Describe fill expressions.
2375 (FILL): Refer to the above.
2376 * ldexp.h (etree_value_type): Add "str" field.
2377 (union etree_union): Add "str" to "value" struct.
2378 (exp_bigintop): Declare.
2379 (exp_get_fill): Declare.
2380 * ldexp.c: Include "safe-ctype.h".
2381 (exp_intop): Set value.str to NULL.
2382 (exp_bigintop): New function.
2383 (new_rel): Pass in "str", and set new.str from it.
2384 (new_rel_from_section): Set new.str to NULL.
2385 (fold_name): Adjust calls to new_rel.
2386 (exp_fold_tree): Likewise.
2387 (exp_get_fill): New function.
2388 * ldgram.y (struct big_int bigint, fill_type *fill): New.
2389 (INT): Returns a "bigint". Adjust all code handling INTs.
2390 (fill_opt): Returns a "fill".
2391 (fill_exp): Split out of fill_opt, use for FILL.
2392 * ldlang.h (struct _fill_type): New.
2393 (fill_type): Move typedef to ldexp.h.
2394 (lang_output_section_statement_type): "fill" is now a pointer.
2395 (lang_fill_statement_type): Likewise.
2396 (lang_padding_statement_type): Likewise.
2397 (lang_add_fill): Now takes a "fill_type *" param.
2398 (lang_leave_output_section_statement): Likewise.
2399 (lang_do_assignments): Likewise.
2400 (lang_size_sections): Likewise.
2401 (lang_leave_overlay_section): Likewise.
2402 (lang_leave_overlay): Likewise.
2403 * ldlang.c: Include ldgram.h after ldexp.h.
2404 (lang_output_section_statement_lookup): Adjust for fill_type change.
2405 (print_fill_statement): Likewise.
2406 (print_padding_statement): Likewise.
2407 (insert_pad): Now takes a "fill_type *" arg.
2408 (size_input_section): Likewise.
2409 (lang_size_sections_1): Likewise.
2410 (lang_size_sections): Likewise.
2411 (lang_do_assignments): Likewise.
2412 (lang_add_fill): Likewise.
2413 (lang_leave_output_section_statement): Likewise.
2414 (lang_leave_overlay_section): Likewise.
2415 (lang_leave_overlay): Likewise.
2416 Adjust all callers of the above function.
2417 * ldlex.l: Include ldgram.h after ldexp.h. Allow hex numbers
2418 starting with "0X" as well as "0x". Return bigint.str for hex
2419 numbers starting with "0x" or "0X", zero bigint.str otherwise.
2420 Always use base 16 for numbers starting with "$".
2421 * ldmain.c: Include ldgram.h after ldexp.h.
2422 * ldwrite.c (build_link_order): Use bfd_data_link_order in place
2423 of bfd_fill_link_order.
2424 * pe-dll.c: Adjust lang_do_assignments calls.
2425 * emultempl/elf32.em: Likewise.
2426 * emultempl/hppaelf.em: Likewise.
2427 * emultempl/ppc64elf.em: Likewise.
2428 * emultempl/beos.em: Include ldgram.h after ldexp.h, adjust
2429 lang_add_assignment call.
2430 * emultempl/pe.em: Likewise.
2432 2002-02-14 Phil Edwards <pme@gcc.gnu.org>
2434 * ld.texinfo (VERSION scripts): Symbol names are globbing patterns.
2435 * ldgram.y (lang_new_vers_regex): Rename to lang_new_vers_pattern;
2436 the pattern in question is not a regexp.
2437 * ldlang.c: Likewise.
2438 * ldlang.h: Likewise.
2439 * ldlex.l (V_IDENTIFIER): Allow '[', ']', '-', '!', and '^' also.
2441 2002-02-12 Jakub Jelinek <jakub@redhat.com>
2443 * ldlex.l (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): New tokens.
2444 * ldgram.y (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): New tokens.
2445 (exp): Add DATA_SEGMENT_ALIGN (exp, exp) and DATA_SEGMENT_END (exp).
2446 * ldexp.c (exp_data_seg): New variable.
2447 (exp_print_token): Handle DATA_SEGMENT_ALIGN and DATA_SEGMENT_END.
2448 (fold_binary): Handle DATA_SEGMENT_ALIGN.
2449 (exp_fold_tree): Handle DATA_SEGMENT_END.
2450 Pass allocation_done when recursing instead of hardcoding
2451 lang_allocating_phase_enum.
2452 * ldexp.h (exp_data_seg): New.
2453 * ldlang.c (lang_size_sections_1): Renamed from lang_size_sections.
2454 (lang_size_sections): New.
2455 * ld.texinfo (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): Document.
2456 * scripttempl/elf.sc: Use DATA_SEGMENT_ALIGN and DATA_SEGMENT_END
2457 if COMMONPAGESIZE is defined.
2458 * emulparams/elf_i386.sh (COMMONPAGESIZE): Set to 4K.
2459 * emulparams/elf32_sparc.sh (COMMONPAGESIZE): Set to 8K.
2460 * emulparams/elf64_sparc.sh (COMMONPAGESIZE): Set to 8K.
2461 * emulparams/elf64alpha.sh (COMMONPAGESIZE): Set to 8K.
2462 * emulparams/elf64_ia64.sh (COMMONPAGESIZE): Set to 16K for shared
2465 2002-02-11 Alan Modra <amodra@bigpond.net.au>
2467 * Makefile.in: Regenerate.
2469 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
2471 * lexsup.c: Remove strtoul declaration.
2473 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
2475 * ldmain.c: Add prototype for main ().
2476 * lexsup.c: Guard declaration of strtoul with HAVE_STDLIB_H.
2477 * emultempl/lnk960.em (lnk960_choose_target): Function should
2480 2002-02-10 Alan Modra <amodra@bigpond.net.au>
2482 * ldlang.c (entry_section): New initialised variable.
2483 (lang_finish): Use it.
2484 * ldlang.h (entry_section): Declare.
2485 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Set
2486 entry_section to ".opd".
2488 2002-02-09 Chris Demetriou <cgd@broadcom.com>
2490 * ld.texinfo (Options): Add back in -nostdlib documentation,
2491 which had been inadvertently removed.
2493 2002-02-09 Hans-Peter Nilsson <hp@bitrange.com>
2495 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Adjust
2496 register section vma to a sane value after emitting error. Make
2497 fatal conditions cause program exit when emitting message.
2499 2002-02-08 Ivan Guzvinec <ivang@opencores.org>
2501 * configure.tgt: Add or32-*-rtems target.
2503 2002-02-08 Alexandre Oliva <aoliva@redhat.com>
2505 Contribute sh64-elf.
2506 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
2507 * emulparams/shelf32.sh (STACK_ADDR): Define as formerly defined
2508 in OTHER_RELOCATABLE_SECTIONS.
2509 2002-01-18 Alexandre Oliva <aoliva@redhat.com>
2510 * emulparams/shelf32.sh (STACK_ADDR): Define.
2511 (OTHER_RELOCATABLE_SECTIONS): Renamed to...
2512 (OTHER_SECTIONS): this. Removed stack settings.
2513 * emulparams/shelf64.sh (OTHER_RELOCATABLE_SECTIONS): Do not set.
2514 (OTHER_SECTIONS): Reset after sourcing shelf32.sh.
2515 2001-03-12 DJ Delorie <dj@redhat.com>
2516 * emultempl/sh64elf.em (sh64_elf_$_before_allocation): Disable
2517 relaxing if any shmedia or mixed sections are found.
2518 2001-03-07 DJ Delorie <dj@redhat.com>
2519 * emultempl/sh64elf.em (sh64_elf_before_allocation): Pass f to
2520 einfo. Gracefully decline to output to non-elf formats.
2521 2001-03-06 Hans-Peter Nilsson <hpn@redhat.com>
2522 * emulparams/shelf64.sh (OTHER_RELOCATING_SECTIONS) <.stack>:
2523 Default to _end aligned to next multiple of 0x40000, plus 0x40000.
2524 * emulparams/shelf32.sh: Ditto.
2525 2001-01-14 Hans-Peter Nilsson <hpn@cygnus.com>
2526 * emulparams/shelf32.sh (OTHER_RELOCATING_SECTIONS): Tweak
2528 2001-01-10 Ben Elliston <bje@redhat.com>
2529 * emulparams/shelf32.sh (OTHER_RELOCATING_SECTIONS): Avoid
2530 non-portable shell constructs. From Hans-Peter Nilsson.
2531 2001-01-09 Hans-Peter Nilsson <hpn@cygnus.com>
2532 * emulparams/shelf64.sh (EXTRA_EM_FILE): Define empty.
2533 * Makefile.am (eshelf64.c, eshlelf64.c, eshlelf32.c): Adjust
2534 dependencies to the shell script include chain.
2535 * Makefile.in: Regenerate.
2536 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
2537 * emultempl/sh64elf.em: Update and tweak comments.
2538 (sh64_elf_${EMULATION_NAME}_after_allocation): Always allocate and
2539 make a .cranges section SEC_IN_MEMORY.
2540 2000-12-30 Hans-Peter Nilsson <hpn@cygnus.com>
2541 * emultempl/sh64elf.em
2542 (sh64_elf_${EMULATION_NAME}_before_allocation): Don't stop when
2543 .cranges section found to be necessary; continue and set stored
2544 section contents flags for sections with non-mixed contents.
2545 Use a struct sh64_section_data container and sh64_elf_section_data
2546 to store contents-type flags.
2547 Remove unused update of "isec".
2548 (sh64_elf_${EMULATION_NAME}_after_allocation): Only process
2549 sections marked SHF_SH5_ISA32_MIXED. Use sh64_elf_section_data to
2550 access contents-type flags. Assert that the associated container
2551 is initialized. Use that container, not elf_gp_size, to hold size
2552 of linker-generated cranges contents.
2553 2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
2554 * emultempl/sh64elf.em
2555 (sh64_elf_${EMULATION_NAME}_before_allocation): Exit early if
2556 there's already a .cranges section. When section flag difference
2557 is found, don't NULL-check cranges a second time. Tweak comments.
2558 (sh64_elf_${EMULATION_NAME}_after_allocation): Use size after
2559 merging, not max size, as size of ld-generated .cranges contents.
2560 Don't set ELF section flags in output section. When checking for
2561 needed .cranges descriptors, don't use a variable; compare
2562 incoming ELF section flags directly to SHF_SH5_ISA32_MIXED. Tweak
2564 2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
2565 * emultempl/sh64elf.em: New file.
2566 * Makefile.am (eshelf32.c, eshlelf32.c): Adjust dependencies.
2567 * Makefile.in: Regenerate.
2568 * emulparams/shelf32.sh (OUTPUT_FORMAT): Only set if not set.
2569 (OTHER_RELOCATING_SECTIONS): Ditto.
2570 (EXTRA_EM_FILE): New, set to sh64elf if not set.
2571 * emulparams/shlelf32.sh: Stub out all settings except
2572 OUTPUT_FORMAT. Source shelf32.sh.
2573 * emulparams/shelf64.sh: Similar, but also keep ELF_SIZE and
2574 OTHER_RELOCATING_SECTIONS.
2575 (OTHER_RELOCATING_SECTIONS): Remove .cranges.
2576 * emulparams/shlelf64.sh: Stub out all settings except
2577 OUTPUT_FORMAT. Source shelf64.sh.
2578 2000-12-15 Hans-Peter Nilsson <hpn@cygnus.com>
2579 * emulparams/shelf64.sh (OTHER_RELOCATING_SECTIONS): Include
2581 (DATA_START_SYMBOLS): Define, provide ___data.
2582 (OTHER_READONLY_SYMBOLS): Define, provide ___rodata and align to 8
2583 for consecutive .data section.
2584 (OTHER_GOT_SECTIONS): Define, align to 8 for consecutive .bss
2585 section after .data section.
2586 * emulparams/shlelf64.sh: Ditto.
2587 * emulparams/shelf32.sh: Ditto.
2588 (ALIGNMENT): Define to 8.
2589 * emulparams/shelf32.sh: Ditto.
2590 2000-12-12 Hans-Peter Nilsson <hpn@cygnus.com>
2591 * configure.tgt (sh64-*-elf*): Assign targ_extra_libpath to get
2592 built-in linker scripts.
2593 2000-11-30 Hans-Peter Nilsson <hpn@cygnus.com>
2594 * emulparams/shlelf64.sh: New.
2595 * emulparams/shelf64.sh: New.
2596 * configure.tgt (sh64-*-elf*): Add shelf64 and shlelf64 to
2598 * Makefile.am: Add support for shlelf64 and shelf64.
2599 * Makefile.in: Regenerate.
2600 2000-11-29 Hans-Peter Nilsson <hpn@cygnus.com>
2601 * configure.tgt (sh64-*-elf*): Add shelf as default.
2602 Add shlelf to targ_extra_emuls.
2603 2000-11-24 Hans-Peter Nilsson <hpn@cygnus.com>
2604 * emulparams/shelf32.sh: New file.
2605 * emulparams/shlelf32.sh: New file.
2606 * Makefile.am: Add support for shlelf32 and shelf32.
2607 * configure.tgt: Map sh64-*-elf* to shlelf32 and shelf32.
2608 * Makefile.in: Regenerate.
2610 2002-02-05 Hans-Peter Nilsson <hp@axis.com>
2612 * ldlang.c (lang_reset_memory_regions): Rename from
2613 reset_memory_regions. Change all callers. Make public.
2614 * ldlang.h (lang_reset_memory_regions): Prototype.
2615 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Call
2616 lang_reset_memory_regions before lang_size_sections.
2617 * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
2618 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Likewise.
2620 2002-02-04 Hans-Peter Nilsson <hp@bitrange.com>
2622 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Use signed
2623 arithmetic when checking for too many global registers.
2625 2002-02-02 Jason Thorpe <thorpej@wasabisystems.com>
2627 * Makefile.am (ALL_EMULATIONS): Add ehppanbsd.o.
2628 (ehppanbsd.c): New rule.
2629 * Makefile.in: Regenerate.
2630 * configure.tgt (hppa*-*-netbsd*): New target.
2631 * emulparams/hppalinux.sh: Add comment to check other files
2632 that source this file it is modified, and list which
2634 * emulparams/hppanbsd.sh: New file.
2636 2002-02-01 Geoffrey Keating <geoffk@redhat.com>
2638 * scripttempl/xstormy16.sc: Don't allocate extra space for the
2641 2002-02-01 Hans-Peter Nilsson <hp@bitrange.com>
2643 Support on-demand global register allocation from
2644 R_MMIX_BASE_PLUS_OFFSET relocs.
2645 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Rename from
2646 mmix_set_reg_section_vma. Call
2647 _bfd_mmix_finalize_linker_allocated_gregs.
2648 (mmix_before_allocation): New function.
2649 (LDEMUL_AFTER_ALLOCATION): Set to mmix_after_allocation.
2650 (LDEMUL_BEFORE_ALLOCATION): Define to mmix_before_allocation.
2651 * scripttempl/mmo.sc (.text): Mark .init, .fini as KEEP.
2652 (.MMIX.reg_contents): Add .MMIX.reg_contents.linker_allocated
2653 before .MMIX.reg_contents.
2654 * emultempl/mmo.em (gldmmo_before_allocation): Define to default.
2655 (mmo_after_open): New function.
2656 (LDEMUL_AFTER_OPEN): Define to mmo_after_open.
2657 * emulparams/elf64mmix.sh (OTHER_SECTIONS): Tweak formatting. Add
2658 .MMIX.reg_contents.linker_allocated before .MMIX.reg_contents.
2660 2002-01-31 Ivan Guzvinec <ivang@opencores.org>
2662 * emulparams/or32.sh: New file.
2663 * emulparams/or32elf.sh: New file.
2664 * scripttempl/or32.sc: New file.
2665 * configure.tgt : Add support for or32.
2666 * configure: Regenerate
2667 * Makefile.am: Add support for or32.
2668 * Makefile.in: Regenerate.
2669 * NEWS: Mention support for or32.
2670 * po/ld.pot: Regenerate.
2672 2002-01-29 Chris Demetriou <cgd@broadcom.com>
2673 Mitch Lichtenberg <mpl@broadcom.com>
2675 * emulparams/elf32bmip.sh (EXTRA_EM_FILE): Define to be mipself.
2676 * emultempl/mipself.em: New file to handle MIPS ELF embedded
2677 reloc creation (ld --embedded-relocs).
2679 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
2681 * configure: Regenerated.
2683 2002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
2685 * Makefile.am (install): Depend on install-info.
2686 * Makefile.in: Regenerate.
2688 2002-01-26 Christian Rose <menthos@menthos.com>
2690 * ldmain.c (main): Use full sentences to ease translation.
2692 2002-01-26 Nick Clifton <nickc@cambridge.redhat.com>
2694 * po/fr.po: Updated version.
2696 2002-01-25 Nick Clifton <nickc@cambridge.redhat.com>
2698 * po/es.po: Updated version.
2700 2002-01-25 Andreas Jaeger <aj@suse.de>
2702 * ldlex.l (yy_input): Correct error check.
2704 2002-01-25 Alan Modra <amodra@bigpond.net.au>
2706 * ldmisc.c (demangle): Put back dots when string not demangled.
2708 2002-01-22 Richard Henderson <rth@redhat.com>
2710 * emulparams/elf64alpha.sh (NOP): Use unop.
2712 2002-01-21 Andreas Jaeger <aj@suse.de>
2714 * ldlex.l: Use fread instead of read.
2716 2002-01-21 Jason Thorpe <thorpej@wasabisystems.com>
2718 * configure.tgt (ia64-*-netbsd*): New target.
2720 2002-01-21 H.J. Lu <hjl@gnu.org>
2722 * emulparams/elf32btsmip.sh (SHLIB_TEXT_START_ADDR): Change to
2724 * emulparams/elf64btsmip.sh (SHLIB_TEXT_START_ADDR): Likewise.
2726 2002-01-18 Andreas Jaeger <aj@suse.de>
2728 * ldver.c (ldversion): Update year.
2730 2002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
2732 * po/ld.pot: Regenerate.
2734 2002-01-16 Alan Modra <amodra@bigpond.net.au>
2736 * Makefile.am (eelf64ppc.c, eelf64lppc.c): Depend on ppc64elf.em.
2737 * Makefile.in: Regenerate.
2738 * emulparams/elf64ppc.sh (EXTRA_EM_FILE): Define.
2739 * emultempl/ppc64elf.em: New file.
2741 2002-01-15 DJ Delorie <dj@redhat.com>
2743 * scripttempl/pe.sc: Add support for constructor priorities.
2745 2002-01-07 Marek Michalkiewicz <marekm@amelek.gda.pl>
2747 * emulparams/avr1200.sh (DATA_START): Define as 0x60.
2748 * emulparams/avr23xx.sh: Likewise.
2749 * emulparams/avr4433.sh: Likewise.
2750 * emulparams/avr44x4.sh: Likewise.
2751 * emulparams/avr85xx.sh: Likewise.
2752 * emulparams/avrmega103.sh: Likewise.
2753 * emulparams/avrmega161.sh: Likewise.
2754 * emulparams/avrmega603.sh: Likewise.
2755 * scripttempl/elf32avr.sc: Use DATA_START instead of 0x60.
2757 2002-01-08 Alexandre Oliva <aoliva@redhat.com>
2759 * ldlang.c (walk_wild_section): Exclude object file if enclosing
2760 archive is excluded.
2762 2002-01-07 Jason Thorpe <thorpej@wasabisystems.com>
2764 * Makefile.am (ALL_EMULATIONS): Add eshelf_nbsd.o and eshlelf_nbsd.o.
2765 (eshelf_nbsd.c): New rule.
2766 (eshlelf_nbsd.c): New rule.
2767 * Makefile.in: Regenerate.
2768 * configure.tgt (sh*le-*-netbsdelf*): New target.
2769 (sh*-*-netbsdelf*): New target.
2770 * emulparams/shelf.sh: Document that shelf_nbsd.sh sources this file.
2771 * ld/emulparams/shelf_nbsd.sh: New emulation.
2772 * ld/emulparams/shlelf_nbsd.sh: New emulation.
2774 2002-01-07 Nick Clifton <nickc@cambridge.redhat.com>
2776 * po/es.po: New file: Spanish translation.
2777 * configure.in (ALL_LINGUAS): Add es.
2778 * configure: Regenerate.
2780 2002-01-06 John Marshall <jmarshall@acm.org>
2782 * ld.texinfo: Note that --emit-relocs is currently only
2783 implemented for ELF.
2785 2002-01-05 Alan Modra <amodra@bigpond.net.au>
2787 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Make use
2788 of bfd_section_list_remove and bfd_section_list_insert macros.
2789 * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
2790 * emultempl/mmo.em (mmo_place_orphan): Likewise.
2792 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
2794 * configure.tgt (x86_64-*-netbsd*): New target.
2796 2001-12-21 Tom Rix <trix@redhat.com>
2798 (gld*_create_output_section_statements): New function.
2799 For -binitfini support.
2800 * emultempl/aix.em (gld*_before_parse): Fix comment.
2801 * emultempl/aix.em (gld*_parse_args): Fix comment.
2803 2001-12-20 Jason Thorpe <thorpej@wasabisystems.com>
2805 * configure.tgt (mips*-dec-netbsd*): Delete alias for
2807 (sparc64-*-netbsd*): Add elf32_sparc to targ_extra_emuls.
2809 * configure.tgt (arm-*-netbsdelf*): Add target.
2810 (arm-*-netbsd*): Add armelf and armelf_nbsd to targ_extra_emuls.
2811 * emulparams/armelf_nbsd.sh: Added.
2812 * Makefile.am: Add rules for earmelf_nbsd.
2813 * Makefile.in: Regenerate.
2815 2001-12-19 Andreas Jaeger <aj@suse.de>,
2816 Susanne Oberhauser <froh@suse.de>
2818 * configure.host: Add rules for x86_64-*linux-gnu. Change
2819 s390x-linux entry to use gcc to report configuration, replace gcc
2820 with $CC in s390-linux
2822 2001-12-19 Andreas Jaeger <aj@suse.de>
2824 * ld.texinfo (VERSION): Fix markup.
2826 2001-12-18 matthew green <mrg@eterna.com.au>
2828 * Makefile.am (ALL_EMULATIONS): Add m68kelfnbsd.o.
2829 (m68kelfnbsd.c): New rule.
2830 * Makefile.in: Regenerate.
2831 * configure.tgt (m68*-hp-netbsd*): Renamed to ..
2832 (m68*-*-netbsd*4k*): .. this.
2833 (m68*-*-netbsdelf*): New target.
2834 (m68*-*-netbsd*): Also include ELF support.
2835 (m68*-*-netbsdaout*): New alias for m68*-*-netbsd*.
2836 * emulparams/m68kelfnbsd.sh: New emulation.
2838 2001-12-18 Jakub Jelinek <jakub@redhat.com>
2840 * ldgram.y (vers_node): Support anonymous version tags.
2841 * ldlang.c (lang_register_vers_node): Ensure anonymous version
2842 tag is not defined together with non-anonymous versions.
2843 * ld.texinfo: Document it.
2845 2001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
2847 * po/tr.po: New file: Turkish translation.
2848 * configure.in (ALL_LINGUAS): Add tr.
2849 * configure: Regenerate.
2851 2001-12-17 Jason Thorpe <thorpej@wasabisystems.com>
2853 * Makefile.am: Add rules for eelf64alpha_nbsd.
2854 * Makefile.in: Regenerate.
2855 * configure.tgt (alpha*-*-netbsd*): Set
2856 targ_emul to elf64alpha_nbsd.
2857 * emulparams/elf64alpha_nbsd.sh: Added.
2859 2001-12-17 Alan Modra <amodra@bigpond.net.au>
2861 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Adjust
2862 section_tail when fiddling with section list.
2863 (gld${EMULATION_NAME}_list_options): Ensure sentences aren't
2864 broken into separate strings to make translation easier.
2865 * emultempl/mmo.em (mmo_place_orphan): Adjust section_tail when
2866 fiddling with section list.
2867 * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
2869 2001-12-16 Hans-Peter Nilsson <hp@bitrange.com>
2871 * scripttempl/mmo.sc: Add .debug_ranges to listed sections.
2873 2001-12-15 Alan Modra <amodra@bigpond.net.au>
2875 * ldmain.c (main): Initialise link_info.eh_frame_hdr.
2877 2001-12-13 Jakub Jelinek <jakub@redhat.com>
2879 * emultempl/elf32.em (finish): Supply output_bfd
2880 to bfd_elf*_discard_info.
2881 (OPTION_EH_FRAME_HDR): Define.
2882 (longopts): Add --eh-frame-hdr.
2883 (parse_args): Handle it.
2884 (list_options): Add --eh-frame-hdr to help.
2885 * emultempl/hppaelf.em (finish): Supply output_bfd
2886 to bfd_elf*_discard_info.
2887 * scripttempl/elf.sc (.eh_frame_hdr): Add.
2889 2001-12-13 Alan Modra <amodra@bigpond.net.au>
2891 * lexsup.c (parse_args): Don't pass shortopts to second call to
2892 getopt functions. Restore optind rather than decrementing before
2893 second call. Remove errind as it now duplicates last_optind.
2895 2001-12-11 Christopher Faylor <cgf@redhat.com>
2897 * emultempl/pe.em (gld_${EMULATION_NAME}_list_options): Fix typo.
2899 2001-12-07 Geoffrey Keating <geoffk@redhat.com>
2900 Richard Henderson <rth@redhat.com>
2902 * Makefile.am: Add support for xstormy16.
2903 * configure.tgt: Add support for xstormy16.
2904 * Makefile.in: Regenerate.
2905 * emulparams/elf32xstormy16.sh: New file.
2906 * scripttempl/xstormy16.sc: New file.
2908 2001-10-01 Christopher Faylor <cgf@cygnus.com>
2910 * Makefile.in (LIB_PATH): Make configurable.
2911 (GENSCRIPTS): Set LIB_PATH in environment.
2912 * configure.in: Substitute LIB_PATH.
2913 * configure: Regenerate.
2914 * configure.tgt (*cygwin): Set LIB_PATH for cross build.
2915 * configure.host (*cygwin): Add /usr/lib/w32api to NATIVE_LIB_DIRS.
2917 2001-12-07 Nick Clifton <nickc@cambridge.redhat.com>
2919 * lexsup.c (ld_options): Insert 'PROGRAM' into the text string
2920 describing the -N option so that it is easier to translate into
2923 2001-12-05 Nick Clifton <nickc@cambridge.redhat.com>
2925 * emultempl/pe.em (..._list_options): Replace multiple fprintf
2926 statements describing a single option with a single, newline
2927 escaped fprintf. This allows better translation into other
2930 * ldmain.c (add_archive_element): Combine multiple strings
2931 into a single string to permit better translation into other
2934 2001-12-05 Tom Rix <trix@redhat.com>
2936 * Makefile.am: Remove eaixppc64.
2937 * Makefile.in: Regenerate.
2939 2001-12-04 Tom Rix <trix@redhat.com>
2941 * emultempl/aix.em (choose_target): Change default target to
2942 OUTPUT_FORMAT for ppcmacos. Add braces to remove compiler
2944 (gld*_read_file): Fix typo.
2945 (change_symbol_mode): Add prototype.
2948 * emulparams/aixppc.sh (SYSCALL_MASK, SYMBOL_MODE_MASK): Delete.
2949 * emulparams/aixrs6.sh : Same.
2950 * emulparams/ppcmacos.sh : Same.
2951 * emulparams/aixppc64.sh : Delete file.
2952 * emultempl/aix.em : Formatting changes.
2954 2001-12-04 Hans-Peter Nilsson <hp@axis.com>
2956 * emulparams/criself.sh (NO_SMALL_DATA): Set, to yes.
2957 (OTHER_BSS_END_SYMBOLS): Don't refer to .sbss when setting
2959 (OTHER_END_SYMBOLS): Fix formatting.
2960 * emulparams/crislinux.sh (NO_SMALL_DATA): Set, to yes.
2961 (OTHER_END_SYMBOLS): Fix formatting.
2963 2001-12-04 Alan Modra <amodra@bigpond.net.au>
2965 * ldexp.c (exp_print_token): Correct "table" entry for RSHIFT.
2967 2001-12-02 Tom Rix <trix@redhat.com>
2969 * configure.tgt : Remove eaixppc64 emulations.
2970 * Makefile.in : Remove eaixppc64.c
2971 * ldemul.c (ldemul_choose_target): New parameters argc, argv.
2972 (ldemul_default_target): Same.
2973 * emultempl/gld960.em (gld960_choose_target): Same.
2974 * emultempl/gld960c.em (gld960_choose_target): Same.
2975 * scripttempl/aix.sc: Remove OUTPUT_FORMAT.
2976 * emultempl/aix.em (is_syscall): syscall_mask now a variable.
2977 * emultempl/aix.em (gld*_read_file): symbol_mode_mask now a variable.
2978 * emultempl/aix.em (gld*_parse_args): Handle -b32 -b64 emulation.
2979 * emultempl/aix.em (choose_target): New function. Handle emulation of
2982 2001-11-27 H.J. Lu <hjl@gnu.org>
2984 * emulparams/elf_i386.sh (NO_SMALL_DATA): Set to yes.
2985 * emulparams/elf_i386_be.sh (NO_SMALL_DATA): Likewise.
2986 * emulparams/elf_i386_chaos.sh (NO_SMALL_DATA): Likewise.
2987 * emulparams/elf_i386_ldso.sh (NO_SMALL_DATA): Likewise.
2988 * emulparams/elf_x86_64.sh (NO_SMALL_DATA): Likewise.
2989 * emulparams/m68kelf.sh (NO_SMALL_DATA): Likewise.
2990 * emulparams/elf32_sparc.sh (NO_SMALL_DATA): Likewise.
2991 * emulparams/elf64_sparc.sh (NO_SMALL_DATA): Likewise.
2993 * scripttempl/elf.sc (SBSS): New. Define if ${NO_SMALL_DATA}
2996 (REL_SDATA): Likewise.
2997 (REL_SBSS): Likewise.
2998 (REL_SDATA2): Likewise.
2999 (REL_SBSS2): Likewise.
3000 (SBSS2): Define if ${NO_SMALL_DATA} is not empty.
3003 2001-11-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3005 * scripttempl/elfm68hc11.sc (CTOR, DTOR): Put constructor and
3007 * scripttempl/elfm68hc12.sc (CTOR, DTOR): Likewise.
3009 2001-11-22 H.J. Lu <hjl@gnu.org>
3011 * Makefile.in: Regenerated with automake based on automake
3012 1.4-8 in RedHat 7.1.
3014 2001-11-22 Alan Modra <amodra@bigpond.net.au>
3016 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Define.
3017 (config.status): Delete rule.
3018 Add extra dependencies to cover sourced emulparams files.
3019 * Makefile.in: Regenerate.
3021 * scripttempl/elf.sc: Order <section>, <section>.* and
3022 corresponding linkonce sections as seen in input files.
3023 Formatting fixes. Zero vma of all sections if not relocating.
3024 (STACK): Define and insert if STACK_ADDR defined.
3025 (OTHER_RELOCATING_SECTIONS): Delete.
3026 (OTHER_END_SYMBOLS): Define.
3027 (OTHER_READONLY_SECTIONS): Always insert, not just when relocating.
3028 (OTHER_READWRITE_SECTIONS): Likewise.
3029 (OTHER_GOT_SECTIONS): Likewise.
3030 (OTHER_SDATA_SECTIONS): Likewise.
3031 (OTHER_BSS_SECTIONS): Likewise.
3032 * scripttempl/elfi370.sc (OTHER_READONLY_SECTIONS): Likewise.
3033 (OTHER_READWRITE_SECTIONS): Likewise.
3034 * scripttempl/nw.sc (OTHER_READONLY_SECTIONS): Likewise.
3035 (OTHER_READWRITE_SECTIONS): Likewise
3037 * emulparams/armelf.sh (OTHER_RELOCATING_SECTIONS): Delete.
3038 (STACK_ADDR): Define.
3039 * emulparams/armelf_oabi.sh: As for armelf.sh.
3040 * emulparams/elf32mcore.sh: As for armelf.sh.
3041 * emulparams/h8300elf.sh: As for armelf.sh.
3042 * emulparams/mn10200.sh: As for armelf.sh.
3043 * emulparams/shelf.sh: As for armelf.sh.
3045 * emulparams/elf32fr30.sh (OTHER_RELOCATING_SECTIONS): Delete.
3046 (OTHER_END_SYMBOLS): Define.
3047 * emulparams/m32relf.sh: As for elf32fr30.sh.
3048 * emulparams/h8300helf.sh: As for elf32fr30.sh.
3049 * emulparams/h8300self.sh: As for elf32fr30.sh.
3051 * emulparams/criself.sh (OTHER_READONLY_SECTIONS): Protect symbol
3052 defines with RELOCATING test.
3053 (OTHER_SDATA_SECTIONS): Likewise.
3054 (OTHER_RELOCATING_SECTIONS): Delete, replacing with..
3055 (OTHER_END_SYMBOLS): ..this.
3056 * emulparams/crislinux.sh: As for criself.sh.
3058 * emulparams/elf32bmipn32.sh (OTHER_SDATA_SECTIONS): Zero vma
3060 (OTHER_RELOCATING_SECTIONS): Delete, replacing with..
3061 (OTHER_SECTIONS): ..this. Zero vma if not relocating. Order
3062 normal and linkonce sections as seen in input files.
3063 * emulparams/elf32bmip.sh (DATA_ADDR): Don't define if EMBEDDED.
3064 (TEXT_DYNAMIC): Likewise.
3065 (INITIAL_READONLY_SECTIONS): Zero vma if not relocating.
3066 (OTHER_SDATA_SECTIONS): Likewise.
3067 * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
3068 * emulparams/shlelf_linux.sh (OTHER_READWRITE_SECTIONS): Likewise.
3069 * emulparams/elf64alpha.sh (OTHER_READONLY_SECTIONS): Likewise.
3070 * emulparams/hppalinux.sh (OTHER_READONLY_SECTIONS): Likewise.
3071 * emulparams/elf64_aix.sh (OTHER_GOT_SECTIONS): Likewise.
3072 (OTHER_PLT_RELOC_SECTIONS): Likewise.
3073 (OTHER_READONLY_SECTIONS): Likewise. Order normal and linkonce
3074 sections as seen in input files.
3075 * emulparams/elf64_ia64.sh: As for emulparams/elf64_aix.sh.
3076 * emulparams/hppa64linux.sh (OTHER_READONLY_SECTIONS): Zero vma
3078 (OTHER_READWRITE_SECTIONS, OTHER_BSS_SECTIONS): Likewise.
3079 (OTHER_BSS_END_SYMBOLS): Merge from elf64hppa.sh.
3080 * emulparams/elf64mmix.sh (OTHER_RELOCATING_SECTIONS): Delete.
3081 (OTHER_SECTIONS): Instead, use this..
3082 (OTHER_END_SYMBOLS): ..and this.
3084 * emulparams/elf32b4300.sh: Source elf32bmip.sh, remove duplicates.
3085 * emulparams/elf32bsmip.sh: Likewise.
3086 * emulparams/elf32btsmip.sh: Likewise.
3087 * emulparams/elf32ebmip.sh: Likewise.
3088 * emulparams/elf32lmip.sh: Likewise.
3089 * emulparams/elf32elmip.sh: Source elf32lmip.sh, remove duplicates.
3090 * emulparams/elf32lsmip.sh: Likewise.
3091 * emulparams/elf32ltsmip.sh: Source elf32btsmip.sh, remove duplicates.
3092 * emulparams/elf32l4300.sh: Source elf32b4300.sh, remove duplicates.
3093 * emulparams/elf64bmip.sh: Source elf32bmipn32.sh, remove duplicates.
3094 * emulparams/elf64btsmip.sh: Likewise.
3095 * emulparams/elf64ltsmip.sh: Source elf64btsmip.sh, remove duplicates.
3096 * emulparams/elf32lppc.sh: Source elf32ppc.sh, remove duplicates.
3097 * emulparams/elf32ppclinux.sh: Likewise.
3098 * emulparams/elf32ppcsim.sh: Likewise.
3099 * emulparams/elf32lppcsim.sh: Source elf32lppc.sh, remove duplicates.
3100 * emulparams/elf64hppa.sh: Source hppa64linux.sh, remove duplicates.
3101 * emulparams/h8300helf.sh: Source h8300elf.sh, remove duplicates.
3102 * emulparams/h8300self.sh: Likewise.
3103 * emulparams/mn10300.sh: Source mn10200.sh, remove duplicates.
3104 * emulparams/sh.sh: Comment.
3105 * emulparams/shl.sh: Source sh.sh, remove duplicates.
3106 * emulparams/shlelf.sh: Source shelf.sh, remove duplicates.
3107 * emulparams/shelf_linux.sh: Source shlelf_linux.sh, remove duplicates.
3109 2001-11-21 David Heine <dlheine@tensilica.com>
3110 Alan Modra <amodra@bigpond.net.au>
3112 * ldlang.c (map_input_to_output_sections): Replace "break"
3113 accidentally removed with 2001-08-03 change.
3114 (lang_gc_sections_1): Likewise.
3116 2001-11-21 Alan Modra <amodra@bigpond.net.au>
3118 * ldlang.c (walk_wild_section): Move sec == NULL case out of loop.
3120 2001-11-20 Angela Marie Thomas <angela@redhat.com>
3122 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Use NULL instead
3123 of false when calling lang_size_sections.
3124 * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
3126 2001-11-15 Alan Modra <amodra@bigpond.net.au>
3128 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Only emit this
3129 function when LDEMUL_FINISH isn't set to the same name. Don't
3130 call ${LDEMUL_FINISH}.
3131 (ld_${EMULATION_NAME}_emulation): Call $LDEMUL_FINISH if defined.
3132 * emultempl/armelf.em (arm_elf_finish): Call
3133 gld${EMULATION_NAME}_finish.
3134 * emultempl/hppaelf.em (hppaelf_finish): Rename to
3135 gld${EMULATION_NAME}_finish. Call bfd_elf32_discard_info and
3136 hppaelf_layout_sections_again if necessary.
3137 (need_laying_out): New var.
3138 (hppaelf_layaout_sections_again): Rename to
3139 hppaelf_layout_sections_again. Clear need_laying_out.
3140 (PARSE_AND_LIST_OPTIONS): Format text.
3142 2001-11-14 H.J. Lu <hjl@gnu.org>
3144 * emultempl/armelf.em (arm_elf_finish): Renamed from
3145 gld${EMULATION_NAME}_finish.
3146 (LDEMUL_FINISH): Set to arm_elf_finish.
3148 2001-11-14 Daniel Jacobowitz <drow@mvista.com>
3150 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): New.
3151 (struct ld_emulation_xfer_struct): Use it.
3153 2001-11-13 Ross Alexander <ross.alexander@uk.neceur.com>
3155 * emulparams/elf64hppa.sh (OTHER_BSS_END_SYMBOLS): Add
3156 additional symbols referenced by newer crt0.o files from HP.
3158 2001-11-12 Anthony Green <green@redhat.com>
3160 * emulparams/armelf.sh (DATA_START_SYMBOLS): New symbol.
3162 2001-11-12 Alfred M. Szmidt <ams@kemisten.nu>
3164 * Makefile.am (GENSCRIPTS): Quote ${exec_prefix}.
3165 * Makefile.in: Regenerate.
3167 2001-11-02 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3169 * ld.texinfo: Use @command for commands, @option for options.
3170 * Makefile.am (POD2MAN): Use 'GNU Development Tools' for
3172 * Makefile.in: Rebuild.
3174 2001-11-04 Chris Demetriou <cgd@broadcom.com>
3176 * configure.tgt (mips*el-*-netbsd*, mips*-*-netbsd*):
3177 Add support for targets.
3179 2001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
3181 * configure.in (ALL_LINGUAS): Add "fr" and "sv"
3182 * configure: Regernate.
3183 * po/fr.po: New file.
3184 * po/sv.po: New file.
3186 2001-11-01 NIIBE Yutaka <gniibe@m17n.org>
3188 * configure.tgt (sh-*-linux): Set targ_emul, targ_extra_emuls
3189 as little endian default and to support big endian.
3191 2001-11-01 Chris Demetriou <cgd@broadcom.com>
3193 * ld.texinfo (Options): Document new option, -nostdlib.
3194 * lexsup.c (OPTION_NOSTDLIB): New definition.
3195 (ld_options): Add entry for "nostdlib".
3196 (parse_args): Handle OPTIONS_NOSTDLIB.
3197 * ldfile.c (ldfile_add_library_path): Don't add directories
3198 to the search path if they weren't specified on the command line
3199 and -nostdlib was specified.
3200 * ld.h (ld_config_type): New member only_cmd_line_lib_dirs.
3202 2001-10-31 Nick Clifton <nickc@cambridge.redhat.com>
3204 * lexsup.c (parse_args): Prevent infinite parsing loop when
3205 "-rpath.a" is specified on the command line.
3206 Replace calls to fprintf with calls to einfo.
3208 2001-10-31 John Marshall <jmarshall@acm.org>
3210 * ld.texinfo: A historical requirement that MEMORY and SECTIONS
3211 appear only once across all the linker scripts involved in a link
3212 invocation no longer applies. Make the documentation reflect
3215 2001-10-31 NIIBE Yutaka <gniibe@m17n.org>
3217 * configure.tgt: Supports sh3/sh4/sh3eb/sh4eb-unknown-linux-gnu
3219 (sh-*-linux*): Added targ_extra_libpath.
3221 2001-10-31 David Heine <dlheine@tensilica.com>
3223 * ldlang.c (lang_size_sections): Keep a valid output_offset field
3224 for padding statements.
3226 2001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
3228 * configure.tgt (mmix-*-*): New target.
3229 * Makefile.am (ALL_EMULATIONS): Add eelf64mmix.o and emmo.o.
3230 Add dependencies to match.
3231 * emulparams/mmo.sh, emulparams/elf64mmix.sh, emultempl/mmo.em,
3232 emultempl/mmix-elfnmmo.em, emultempl/mmixelf.em,
3233 scripttempl/mmo.sc: New files.
3234 * gen-doc.texi: @set MMIX.
3235 * ld.texinfo: Ditto.
3236 [MMIX] Add MMIX node.
3237 * Makefile.in: Regenerate.
3239 2001-10-29 Kazu Hirata <kazu@hxi.com>
3241 * ldlang.c: Fix a comment typo.
3243 2001-10-23 Alan Modra <amodra@bigpond.net.au>
3245 * configure.host: Move alpha*-*-linux-gnu* entry to generic
3246 entries, and match *-*-linux*.
3248 2001-10-20 Alan Modra <amodra@bigpond.net.au>
3250 * ldgram.y (mri_script_command): Surround processing of INCLUDE
3251 with ldlex_script, ldlex_popstate.
3252 (ifile_p1): Likewise.
3253 * ldlex.l (EOF): Don't BEGIN(SCRIPT). Restore lineno from the
3255 (lex_push_file): Save current lineno to lineno_stack. Set lineno
3256 to 1. Don't BEGIN(SCRIPT).
3257 (lex_redirect): Similarly.
3258 * ldmain.c (main): Set yydebug non-zero if YYDEBUG.
3260 2001-10-20 Nick Clifton <nickc@cambridge.redhat.com>
3262 * scripttempl/armcoff.sc: Define __EH_FRAME_BEGIN__ and
3263 __EH_FRAME_END__ and accept eh frames into data section.
3264 Add ctor and dtor sections.
3266 2001-10-19 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
3268 * pe-dll.c (autofilter_objectlist): Add gcrt0.o.
3269 (auto-export): Fix indentation.
3271 2001-10-18 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
3273 * pe-dll.c (autofilter_objectlist): Add startup objects
3275 (auto-export): Constify char * p.
3276 Extract file basename and use strcmp rather than ststr
3279 2001-10-18 Chris Demetriou <cgd@broadcom.com>
3281 * ldmain.c (get_emulation): Improve comment about the handling
3284 2001-10-17 Alan Modra <amodra@bigpond.net.au>
3286 * po/POTFILES.in: Regenerate.
3288 2001-10-16 Vassili Karpov <malc@pulsesoft.com>
3290 * emultempl/elf32.em (gld*_list_options): Remove extra '\t' from
3291 -z nocopyreloc and -z nocombreloc usage strings.
3293 2001-10-12 Vassili Karpov <malc@pulsesoft.com>
3295 * emultempl/elf32.em (gld*_list_options): Include -z nocopyreloc
3298 2001-10-11 Aleksey Romanov <aromanov@ennovatenetworks.com>
3300 * scripttempl/armaout.sc: Place .bss section after end of aligned
3301 data section to match behaviour of aout code in constructrion of
3304 2001-10-11 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
3306 * pe-dll.c (autofilter_entry_type autofilter_liblist: Add
3307 startup files for mingw32 dlls to list.
3309 2001-10-10 Chris Demetriou <cgd@broadcom.com>
3311 * emultempl/elf32.em: Fix shell 'if' usage for portability.
3313 2001-10-08 Aldy Hernandez <aldyh@redhat.com>
3315 * configure.tgt (targ): Add arm9e-*-elf.
3317 2001-10-05 H.J. Lu <hjl@gnu.org>
3319 * genscripts.sh: Fix a typo in the last change.
3321 2001-10-05 Jakub Jelinek <jakub@redhat.com>
3323 * emultempl/elf32.em (gld_*_list_options): Include -z combreloc and
3324 -z nocombreloc in usage.
3326 2001-10-03 Jim Blandy <jimb@redhat.com>
3328 * genscripts.sh: Include a comment at the top of each generated
3329 script, explaining its purpose.
3331 2001-10-03 Vassili Karpov <malc@pulsesoft.com>
3333 * emultempl/elf32.em (parse_args): Handle -z nocopyreloc.
3334 * NEWS: Mention -z nocopyreloc.
3335 * ld.texinfo (Options): Describe nocopyreloc.
3337 2001-10-03 Alan Modra <amodra@bigpond.net.au>
3339 * configure: Regenerate.
3341 2001-10-02 Alan Modra <amodra@bigpond.net.au>
3343 * ldver.h (ld_program_version): Remove declaration.
3344 * lexsup.c (parse_args): Move printing of copyright message..
3345 * ldver.c (ldversion): .. to here.
3346 Use BFD_VERSION_STRING in place of BFD_VERSION.
3347 (ld_program_version): Remove.
3348 * Makefile.am (Makefile): Depend on bfd/configure.in.
3350 * Makefile.in: Regenerate.
3352 2001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
3354 * Makefile.am: Update dependencies with "make dep-am".
3355 * Makefile.in: Regenerate.
3357 2001-09-29 John Reiser <jreiser@BitWagon.com>
3359 * ldlang.c (lang_common): Conditionally inhibit Common allocation.
3360 * lexsup.c: Add --no-define-common commandline option.
3361 * ldgram.y: Add INHIBIT_COMMON_ALLOCATION script command.
3362 * ldlex.l: Likewise.
3363 * ld.h: Add command_line.inhibit_common_definition.
3364 * ldmain.c (main): Initialize.
3365 * ld.texinfo: Document.
3367 2001-09-29 Alan Modra <amodra@bigpond.net.au>
3369 * ldlang.c (section_already_linked): Remove assignment to kept_section.
3371 2001-09-26 Alan Modra <amodra@bigpond.net.au>
3373 * ldmisc.c (USE_STDARG): Remove.
3374 (info_msg): Define using VPARAMS, VA_OPEN, VA_FIXEDARG, VA_CLOSE.
3379 * ldmisc.h: Remove #ifdef ANSI_PROTOTYPES and non-ansi
3380 declarations. Update copyright.
3382 2001-09-24 Charles Wilson <cwilson@ece.gatech.edu>
3384 * pe-dll.c: Remove obsoleted declaration of
3385 pe_get_data_import_dll_name.
3386 (pe_create_import_fixup): Fix thinko.
3388 * ld.texinfo(enable-auto-import): Clarify the explanation.
3390 2001-09-24 Nick Clifton <nickc@cambridge.redhat.com>
3392 * pe-dll.c (pe_create_import_fixup): Revert previous patch.
3393 * emultemp/pe.em (pe_data_import_dll): Move definition outside of
3394 DLL_SUPPORT controlled code.
3396 2001-09-24 Charles Wilson <cwilson@ece.gatech.edu>
3398 * emultempl/pe.em(pe_data_import_dll): Make static.
3399 (pe_get_data_import_dll_name): New accessor function.
3400 * pe-dll.c(pe_create_import_fixup): call
3401 pe_get_data_import_dll_name() from pe.em, instead of
3402 directly accessing pe_data_import_dll variable from pe.em.
3404 2001-09-18 Bruno Haible <haible@clisp.cons.org>
3406 * deffilep.y: Include "safe-ctype.h" instead of <ctype.h>.
3407 (def_file_add_directive): Use ISSPACE instead of isspace.
3408 (def_lex): Use ISDIGIT/ISXDIGIT/ISALPHA/ISALNUM instead of
3409 isdigit/isxdigit/isalpha/isalnum.
3410 * emultempl/aix.em: Include "safe-ctype.h" instead of <ctype.h>.
3411 (gld${EMULATION_NAME}_read_file): Use ISSPACE instead of isspace.
3412 * emultempl/elf32.em: Include "safe-ctype.h" instead of <ctype.h>.
3413 (gld${EMULATION_NAME}_place_orphan): Use ISALNUM instead of
3415 * emultempl/gld960c.em: Include "safe-ctype.h" instead of <ctype.h>.
3416 (gld960_set_output_arch): Use ISUPPER/TOLOWER instead of
3418 * emultempl/sunos.em: Include "safe-ctype.h" instead of <ctype.h>.
3419 (gld${EMULATION_NAME}_search_dir): Use ISDIGIT instead of isdigit.
3420 * ldctor.c: Include "safe-ctype.h" instead of <ctype.h>.
3421 (ctor_prio): Use ISDIGIT instead of isdigit.
3422 * ldfile.c: Include "safe-ctype.h" instead of <ctype.h>.
3423 (ldfile_open_file_search): Use ISALPHA instead of isalpha.
3424 (ldfile_add_arch): Use ISUPPER/TOLOWER instead of
3426 * ldlang.c: Include "safe-ctype.h" instead of <ctype.h>.
3427 (stricpy): Use TOLOWER instead of isupper/tolower.
3428 (lang_leave_overlay_section): Use ISALNUM instead of isalnum.
3429 * ldlex.l: Include "safe-ctype.h" instead of <ctype.h>.
3430 (lex_warn_invalid): Use ISPRINT instead of isprint.
3431 * ldmain.c: Include "safe-ctype.h" instead of <ctype.h>.
3432 (main): For gettext, also set the LC_CTYPE locate facet.
3433 (add_keepsyms_file): Use ISSPACE instead of isspace.
3434 * lexsup.c: Include "safe-ctype.h" instead of <ctype.h>.
3435 (is_num, parse_args): Use ISDIGIT instead of isdigit.
3436 * mpw-elfmips.c: Include "safe-ctype.h" instead of <ctype.h>.
3437 (gldelf32ebmip_place_orphan): Use ISALNUM instead of isalnum.
3438 * mpw-eppcmac.c: Include "safe-ctype.h" instead of <ctype.h>.
3439 (gldppcmacos_read_file): Use ISSPACE instead of isspace.
3440 * pe-dll.c: Include "safe-ctype.h" instead of <ctype.h>.
3441 (quoteput): Use ISSPACE instead of isspace.
3442 (pe_dll_generate_implib, pe_process_import_defs): Use ISALNUM
3445 2001-09-18 Alan Modra <amodra@bigpond.net.au>
3447 * deffilep.y (def_stash_module): Constify "name" param.
3449 * pe-dll.c: Replace CONST with const throughout.
3450 (quick_symbol): Constify "n1", "n2", "n3" params.
3451 (make_singleton_name_thunk): Constify "import" param. Make
3452 "buffer_len" a size_t.
3453 (make_import_fixup_entry): Constify "name", "fixup_name",
3454 "dll_symname" params.
3455 (pe_get16): Cast args of bfd_seek. Replace bfd_read with bfd_bread.
3456 (pe_get32): Likewise.
3457 (pe_implied_import_dll): Likewise.
3459 * emultempl/beos.em (sort_by_file_name): Constify "ra", "rb".
3460 (sort_by_section_name): Likewise.
3462 * emultempl/pe.em: Move defines for arm_epoc_pe before bfd.h included.
3463 (make_import_fixup): Cast printf arg, rel->address to long rather
3465 (gld_${EMULATION_NAME}_after_open): Don't compare NULL against int.
3467 2001-09-15 Alan Modra <amodra@bigpond.net.au>
3469 * ldmain.c (main): Rename BufferSize to ld_bufsz because HPUX
3470 defines BufferSize. Increase buffer size by one.
3472 2001-09-14 Ralf Habacker <Ralf.Habacker@freenet.de>
3474 * pe-dll.c (pe_walk_relocs_of_symbol): Fix memory leak.
3476 2001-09-14 Kevin Lo <kevlo@openbsd.org>
3478 * configure.tgt: Add arm-openbsd target.
3480 2001-09-12 H.J. Lu <hjl@gnu.org>
3482 * Makefile.am (ALL_EMULATIONS): Move eelf64ppc.o and
3484 (ALL_64_EMULATIONS): Here.
3485 * Makefile.in: Regenerated.
3487 2001-09-12 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
3489 * emultempl/pe.em(make_import_fixup): change signature to
3490 take asection as well as arelec; we need this for proper
3491 error reporting. Only call pe_create_import_fixup() if
3492 there is no attempt to add a constant addend to the reloc;
3493 otherwise, report error condition.
3494 * pe-dll.c(pe_walk_relocs_of_symbol): change signature,
3495 since final argument is a pointer to make_import_fixup().
3496 Change call to cb() to match make_import_fixup() signature.
3497 (make_import_fixup_mark): make buffer_len unsigned.
3498 * pe-dll.h: change signature of pe_walk_relocs_of_symbol.
3500 2001-09-12 Charles Wilson <cwilson@ece.gatech.edu>
3502 * ld.texinfo: add verbose documentation for auto-import
3503 direct-addressing workaround, to compliment the terse
3506 2001-09-12 Andrew MacLeod <amacleod@redhat.com>
3508 * scripttempl/v850.sc: Add gcc_except_table sections.
3510 2001-09-11 Jeffrey A Law (law@cygnus.com)
3512 * emulparams/h8300helf.sh: Move stack to a much higher memory address.
3513 * emulparams/h8300self.sh: Similarly.
3515 2001-09-05 Danny Smith <dannysmith@users.souceforge.net>
3517 * ld.texinfo (Options, --stack): Correct default value for stack
3520 2001-09-05 Tom Rix <trix@redhat.com>
3522 * emultempl/aix.em : Handle import file XMC_XO and syscall symbols.
3524 2001-09-03 Andreas Jaeger <aj@suse.de>
3526 * emultempl/beos.em: Declare prototypes for comparions functions,
3529 2001-09-02 Andreas Jaeger <aj@suse.de>
3531 * emultempl/aix.em: Add missing prototype.
3532 * emultempl/lnk960.em: Likewise.
3533 * emultempl/vanilla.em: Likewise.
3534 * emultempl/armcoff.em: Likewise.
3535 * emultempl/armelf_oabi.em: Likewise.
3536 * emultempl/beos.em: Likewise.
3537 * emultempl/gld960c.em: Likewise.
3538 * emultempl/gld960.em: Likewise.
3540 * emulparams/elf64alpha.sh (PARSE_AND_LIST_PROLOGUE): Add parameter
3541 for prototype declaration.
3543 2001-08-31 Eric Christopher <echristo@redhat.com>
3544 Jason Eckhardt <jle@redhat.com>
3546 * ldmain.c (get_emulation): Add support for -mips32 and -mips64.
3548 2001-08-31 Andreas Jaeger <aj@suse.de>
3550 * emultempl/pe.em: Add missing prototypes.
3551 (gld_${EMULATION_NAME}_after_open): Remove extra args to
3552 pe_find_data_imports.
3553 (pr_sym): Add unused attribute.
3555 2001-08-29 Joel Sherrill <joel@OARcorp.com>
3557 * configure.tgt (i[3456]86-*-rtems*, m68*-*-rtems*): Change
3558 default from coff to elf.
3560 2001-08-29 Jeff Law <law@redhat.com>
3562 * emulparams/h8300helf.sh: Resync with h8300elf.sh. Update
3564 * emulparams/h8300self.sh: Similarly.
3566 2001-08-28 J"orn Rennecke <amylaar@redhat.com>
3568 * Makefile.am (ALL_EMULATIONS): Add eh8300elf.o, eh8300elf.o and
3570 (eh8300elf.c, eh8300helf.c, eh8300self.c): New targets.
3571 * configure.tgt (h8300-*-elf*): New case.
3572 * emulparams/h8300elf.sh, emulparams/h8300helf.sh: New files.
3573 * emulparams/h8300self.sh: New file.
3574 * Makefile.in: Regenerated.
3576 2001-08-28 Nick Clifton <nickc@cambridge.redhat.com>
3578 * ldmain.c (main): Rename BSIZE to BufferSize to avoid collision
3581 2001-08-27 Linus Nordberg <linus@swox.com>
3582 Alan Modra <amodra@bigpond.net.au>
3584 * Makefile.am (ALL_EMULATIONS): Add eelf64ppc.o and eelf64lppc.o.
3585 (eelf64ppc.c, eelf64lppc.c): Add make targets.
3587 * Makefile.in: Regenerate.
3588 * configure.tgt: Add powerpc64 support. Move pdp11, pjl, pj
3589 entries to correct alphabetical position.
3590 * emulparams/elf64ppc.sh: New.
3591 * emulparams/elf64lppc.sh: New.
3593 2001-08-27 Nick Clifton <nickc@cambridge.redhat.com>
3595 * ldmain.c (main): Declare BSIZE as static.
3597 2001-08-23 Jakub Jelinek <jakub@redhat.com>
3599 * emultempl/elf32.em (place_orphan): Place orphan .rel* sections
3600 into .rel.dyn resp. .rela.dyn if combreloc.
3601 (get_script): If .x linker script is equal to .xn, only put it
3602 once into the binary.
3603 Add .xc and .xsc scripts.
3604 (parse_args): Handle -z combreloc and -z nocombreloc.
3605 * scripttempl/elf.sc (.rela.sbss): Fix a typo.
3606 For .xc and .xsc scripts put all .rel* or .rela* input sections
3607 but .rel*.plt and PLT-like sections into .rel.dyn resp. .rela.dyn.
3608 * genscripts.sh (GENERATE_COMBRELOC_SCRIPT): Set if SCRIPT_NAME
3610 Strip trailing whitespace from script.
3611 Generate .xc and .xsc scripts if requested.
3612 * ldmain.c (main): Initialize link_info.combreloc and
3613 link_info.spare_dynamic_tags.
3614 * lexsup.c (OPTION_SPARE_DYNAMIC_TAGS): Define.
3615 (ld_options): Add --spare-dynamic-tags option.
3616 (parse_args): Likewise.
3617 * ld.texinfo: Document -z combreloc and -z nocombreloc.
3618 * ldint.texinfo: Document .xc and .xsc linker scripts.
3619 * NEWS: Add notes about -z combreloc and SHF_MERGE.
3621 2001-08-22 H.J. Lu <hjl@gnu.org>
3623 * emulparams/elf32fr30.sh: Add a newline.
3625 2001-08-21 Andreas Jaeger <aj@suse.de>
3627 * deffilep.y: Add missing prototypes.
3628 * pe-dll.c: Likewise.
3630 2001-08-20 Alan Modra <amodra@bigpond.net.au>
3632 * ldlang.c (insert_pad): Fix typos in last patch.
3634 * ldlang.c: When traversing lang_statement_union_type lists,
3635 consistently use "header.next" rather than "next".
3636 * mpw-eppcmac.c: Likewise.
3637 * emultempl/beos.em: Likewise.
3638 * emultempl/hppaelf.em: Likewise.
3639 * emultempl/pe.em: Likewise.
3640 * ldlang.h (union lang_statement_union): Remove "next" field.
3642 * ldlang.c (insert_pad): Use offsetof macro.
3643 (lang_size_sections): Always neuter padding statements.
3644 * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Delete.
3646 * pe-dll.c (pe_dll_fill_sections): Correct type of "relax" param
3647 passed to lang_size_sections.
3648 (pe_exe_fill_sections): Likewise.
3649 * emultempl/pe.em (output_prev_sec_find): Copied from elf32.em.
3650 (gld_${EMULATION_NAME}_place_orphan): Merge from elf32.em.
3652 2001-08-18 Alan Modra <amodra@bigpond.net.au>
3654 * emultempl/aix.em: Formatting fixes.
3656 2001-08-18 Alan Modra <amodra@bigpond.net.au>
3658 * ldlang.c (insert_pad): Make use of an existing pad statement if
3659 available. Move code calculating alignment, adjusting section
3660 alignment power, and adjusting dot to ..
3661 (size_input_section): .. here. Remove unused relax param.
3662 (lang_size_sections): Change boolean `relax' param to boolean *.
3663 Adjust call to size_input_section. Make use of insert_pad to
3664 place pad after the assignment statement. If relaxing, zap
3666 (reset_memory_regions): Reset output_bfd section sizes too.
3667 (relax_again): Move to..
3668 (lang_process): ..here. Adjust call to lang_size_sections, and
3669 remove duplicated code.
3670 * ldlang.h (lang_size_sections): Change `relax' param to boolean *.
3672 2001-08-17 Alan Modra <amodra@bigpond.net.au>
3674 * ld.texinfo: Document that fill values now use the four least
3676 * emulparams/elf32fr30.sh (NOP): Update.
3677 * emulparams/elf32mcore.sh: Likewise.
3678 * emulparams/elf64_s390.sh: Likewise.
3679 * emulparams/elf_i386.sh: Likewise.
3680 * emulparams/elf_i386_be.sh: Likewise.
3681 * emulparams/elf_i386_chaos.sh: Likewise.
3682 * emulparams/elf_i386_ldso.sh: Likewise.
3683 * emulparams/elf_s390.sh: Likewise.
3684 * emulparams/elf_x86_64.sh: Likewise.
3685 * emulparams/i386moss.sh: Likewise.
3686 * emulparams/i386nw.sh: Likewise.
3687 * emulparams/m68kelf.sh: Likewise.
3688 * scripttempl/elf.sc: Update NOP comment.
3689 * scripttempl/elfi370.sc: Likewise.
3690 * scripttempl/elfm68hc11.sc: Likewise.
3691 * scripttempl/elfm68hc12.sc: Likewise.
3692 * scripttempl/nw.sc: Likewise.
3694 2001-08-15 Tom Rix <trix@redhat.com>
3696 * ldgram.y (saved_script_handle): Initialize to NULL.
3697 * ldmain.c (main): Change check on saved_script_handle.
3699 2001-08-14 Alan Modra <amodra@bigpond.net.au>
3701 * emultempl/elf32.em: Formatting fixes.
3702 (output_prev_sec_find): Test for bfd_ind_section too; do so by
3703 looking at sec->owner.
3704 (output_rel_find): Move function inside LDEMUL_PLACE_ORPHAN test.
3705 (gld${EMULATION_NAME}_place_orphan): Add a few comments. Remove
3706 unused code, and reorganize orphan section placement code.
3708 * ldlang.c (wild_doit): Rename to lang_add_section.
3709 * ldlang.h: Here too.
3710 * mpw-elfmips.c: And here.
3711 * emultempl/beos.em: And here.
3712 * emultempl/elf32.em: And here.
3713 * emultempl/hppaelf.em: And here.
3714 * emultempl/pe.em: And here.
3716 2001-08-13 Richard Henderson <rth@redhat.com>
3718 * emultempl/needrelax.em: New file.
3719 * emulparams/elf64_ia64.sh (EXTRA_EM_FILE): Reference it.
3720 * Makefile.am (eelf64_ia64.c): Depend on it.
3721 * Makefile.in: Rebuild.
3723 2001-08-13 Alan Modra <amodra@bigpond.net.au>
3725 * emultempl/elf32.em: For SEC_EXCLUDE sections, ensure that
3726 output_section is set non-NULL.
3728 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Return
3729 `true' for SEC_EXCLUDE sections so that the generic code doesn't
3730 needlessly create an output_section_statement. Treat a correctly
3731 named output_section_statement with NULL bfd_section as compatible.
3733 2001-08-13 Hans-Peter Nilsson <hp@bitrange.com>
3735 * emultempl/generic.em: Support EXTRA_EM_FILE.
3736 (ld_${EMULATION_NAME}_emulation): Support emulation parameters
3737 LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
3738 LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
3739 LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
3740 LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
3741 LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
3742 LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
3743 LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
3744 LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
3745 LDEMUL_FIND_POTENTIAL_LIBRARIES.
3747 2001-08-12 Richard Henderson <rth@redhat.com>
3749 * scripttempl/elf.sc, scripttempl/elfd30v.sc,
3750 scripttempl/elfm68hc11.sc, scripttempl/elfm68hc12.sc,
3751 scripttempl/v850.sc: Keep .jcr data.
3753 2001-08-12 H.J. Lu <hjl@gnu.org>
3754 Andrew Haley <aph@cambridge.redhat.com>
3755 Nick Clifton <nickc@redhat.com>
3757 * ldgram.y (had_script): Change name to saved_script_handle.
3758 Change type to file handle.
3759 * ld.h (had_script): Rename and retype.
3760 * ldfile.c (ldfile_open_command_file): Save the file handle
3761 used in saved_script_handle.
3762 * lexsup.c (parse_args): Do not allow -c option to alter
3763 saved_script_handle.
3764 * ldmain.c (main): Print out the linker script used if
3765 --verbose is given. Check saved_script_handle to obtain the
3766 external linker script used, or if NULL, dump the builtin
3768 * ld.texinfo: Document that --verbose now dumps the linker
3769 script used, regardless of whether it was an internal or an
3772 2001-08-10 Andreas Jaeger <aj@suse.de>
3774 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
3776 * configure: Regenerate.
3778 2001-08-09 Alan Modra <amodra@bigpond.net.au>
3780 * emultempl/elf32.em (output_prev_sec_find): Add missing prototype.
3782 * scripttempl/elf.sc: Move non-text .dynamic section before
3783 .plt/.got/.sdata* group.
3784 (OTHER_GOT_SECTIONS): Move to immediately after .got.
3785 (OTHER_SDATA_SECTIONS): Add.
3786 * emulparams/criself.sh: Use OTHER_SDATA_SECTIONS rather than
3788 * emulparams/crislinux.sh: Likewise.
3789 * emulparams/elf32b4300.sh: Likewise.
3790 * emulparams/elf32bmip.sh: Likewise.
3791 * emulparams/elf32bmipn32.sh: Likewise.
3792 * emulparams/elf32bsmip.sh: Likewise.
3793 * emulparams/elf32btsmip.sh: Likewise.
3794 * emulparams/elf32ebmip.sh: Likewise.
3795 * emulparams/elf32elmip.sh: Likewise.
3796 * emulparams/elf32l4300.sh: Likewise.
3797 * emulparams/elf32lmip.sh: Likewise.
3798 * emulparams/elf32lsmip.sh: Likewise.
3799 * emulparams/elf32ltsmip.sh: Likewise.
3800 * emulparams/elf64bmip.sh: Likewise.
3801 * emulparams/elf64btsmip.sh: Likewise.
3802 * emulparams/elf64ltsmip.sh: Likewise.
3804 2001-08-08 Alan Modra <amodra@bigpond.net.au>
3806 * genscripts.sh: Source the emulparams script before each output
3807 script is generated so that variables like `RELOCATING' may affect
3808 variables defined in the emulparams script.
3810 2001-08-04 Alan Modra <amodra@bigpond.net.au>
3812 * emultempl/aix.em: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this
3815 * emultempl/beos.em (sort_sections): Modify for 2001-08-03 change,
3816 ie. iterate over wild_statement.section_list.
3817 (gld${EMULATION_NAME}_place_orphan): Likewise.
3819 2001-08-03 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3821 * scripttempl/elfm68hc12.sc (FINISH_CODE, FINISH_RELOC): New to handle
3822 .fini[0-4] sections used by _exit
3823 (CTOR, DTOR): Export ctor/dtor symbols; move them to ROM.
3824 (*.text,*.data,*.bss): Take into account .text.*, .data.*, .bss.*.
3825 * scripttempl/elfm68hc11.sc: Likewise.
3827 2001-08-03 H.J. Lu <hjl@gnu.org>
3829 * emultempl/beos.em (init): Add the missing initialization.
3831 2001-08-03 Alan Modra <amodra@bigpond.net.au>
3833 * ld.texinfo (Input Section Basics): Clarify ordering of output
3835 * ldlang.c (callback_t): Add wildcard_list param.
3836 (walk_wild_section): Remove "section" param. Rewrite for
3837 lang_wild_statement_type change. Remove unique_section_p test.
3838 (walk_wild_file): Remove "section" param.
3839 (walk_wild): Remove "section" and "file" params.
3840 (lang_gc_wild): Likewise.
3841 (wild): Likewise. Modify for lang_wild_statement_type change.
3842 (wild_sort): Likewise. Add "sec" param.
3843 (gc_section_callback): Likewise.
3844 (output_section_callback): Likewise. Do unique_section_p test.
3845 (map_input_to_output_sections): Modify call to wild.
3846 (lang_gc_sections_1): Likewise.
3847 (print_wild_statement): Modify for lang_wild_statement_type
3849 (lang_add_wild): Replace filename, filenames_sorted param with
3850 filespec. Replace section_name, sections_sorted,
3851 exclude_filename_list with section_list.
3852 * ldlang.h (lang_add_wild): Here too.
3853 (lang_wild_statement_type): Replace section_name, sections_sorted,
3854 and exclude_filename_list with section_list.
3855 * ldgram.y (current_file): Delete.
3856 (%union): Add wildcard_list.
3857 (file_NAME_list): Set type to wildcard_list. Build a linked list
3858 rather than calling lang_add_wild for each entry.
3859 (input_section_spec_no_keep): Call lang_add_wild here instead.
3860 * ld.h (struct wildcard_list): Declare.
3861 * mri.c (mri_draw_tree): Modify to suit new lang_add_wild.
3863 2001-08-02 Charles Wilson <cwilson@ece.gatech.edu>
3865 * ldmain.c (main): initialize link_info.pei386_auto_import
3866 * pe-dll.c: new tables for auto-export filtering
3867 (auto_export): change API, pass abfd for contextual filtering.
3868 Loop thru tables of excluded symbols instead of comparing
3871 2001-08-02 Paul Sokolovsky <paul.sokolovsky@technologist.com>
3873 * pe-dll.c: new variable pe_dll_enable_extra_debug. New
3874 static variable current_sec (static struct sec *). Add
3875 forward declaration for add_bfd_to_link.
3876 (process_def_file): Don't export undefined symbols. Do not
3877 export symbols starting with "_imp__". Call auto_export()
3879 (pe_walk_relocs_of_symbol): New function.
3880 (generate_reloc): add optional extra debugging
3881 (pe_dll_generate_def_file): eliminate extraneous initial blank
3883 (make_one): enlarge symtab to make room for __nm__ symbols
3884 (DATA auto-import support).
3885 (make_singleton_name_thunk): New function.
3886 (make_import_fixup_mark): New function.
3887 (make_import_fixup_entry): New function.
3888 (pe_create_import_fixup): New function.
3889 (add_bfd_to_link): Specify that 'name' argument is a CONST
3891 * pe-dll.h: declare new variable pe_dll_extra_pe_debug;
3892 declare new functions pe_walk_relocs_of_symbol and
3893 pe_create_import_fixup.
3894 * emultempl/pe.em: add new options --enable-auto-import,
3895 --disable-auto-import, and --enable-extra-pe-debug.
3896 (make_import_fixup): New function.
3897 (pe_find_data_imports): New function.
3898 (pr_sym): New function.
3899 (gld_${EMULATION_NAME}_after_open): Add optional extra pe
3900 debugging. Call pe_find_data_imports. Mark .idata as DATA, not
3903 2001-08-02 Charles Wilson <cwilson@ece.gatech.edu>
3905 * ld.texinfo: add additional documentation for
3906 --export-all-symbols. Document --out-implib,
3907 --enable-auto-image-base, --disable-auto-image-base,
3908 --dll-search-prefix, --enable-auto-import, and
3909 --disable-auto-import.
3910 * ldint.texinfo: Add detailed documentation on auto-import
3913 2001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
3915 * ld.texinfo (Simple Assignments): Fix computation in SECTIONS
3918 2001-07-24 Alan Modra <amodra@bigpond.net.au>
3920 * Makefile.am: Update dependencies with "make dep-am".
3921 * Makefile.in: Regenerate
3923 2001-07-23 Alan Modra <amodra@bigpond.net.au>
3925 * ldcref.c (check_section_sym_xref): New function.
3926 (check_nocrossrefs): Call it.
3927 (check_nocrossref): Interate over h->refs here instead of..
3928 (check_refs): ..here. Pass in the symbol name, section, and bfd
3929 rather than hash_entry pointers.
3930 (struct check_refs_info): Keep symbol name rather than hash entry.
3932 (check_reloc_refs): Tweak for above changes in check_refs_info.
3933 Only report references to section syms when symname is NULL to
3934 prevent duplicate messages for the same reloc.
3936 2001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
3938 * ldexp.c (exp_print_tree): Use stderr if config.map_file is not
3939 available. Do not print NULL trees.
3940 (exp_print_token): Print unknown tokens with values > 126 as
3941 decimal values not ASCII characters.
3943 * ldlang.c (lang_leave_overlay): If a region is specified assign
3944 it to all sections inside the overlay unless they have been
3945 assigned to the own, non-default, memory region.
3947 * README: Add header for consistency with other README files.
3949 2001-07-14 H.J. Lu <hjl@gnu.org>
3951 * emultempl/elf32.em (output_prev_sec_find): Never return
3952 bfd_abs_section_ptr, bfd_com_section_ptr nor
3953 bfd_und_section_ptr.
3955 2001-07-14 Nick Clifton <nickc@cambridge.redhat.com>
3957 * Makefile.am (em32relf.c): Change dependency from generic.em to
3959 * Makefile.in: Regenerate.
3961 2001-07-14 matthew green <mrg@eterna.com.au>
3963 * configure.tgt (i386-*-netbsdelf*): New target.
3964 (i386-*-netbsd*): Set targ_extra_emuls to `elf_i386'
3966 2001-07-13 Jakub Jelinek <jakub@redhat.com>
3968 * emultempl/elf32.em (output_prev_sec_find): New.
3969 (place_orphan): Use it.
3971 2001-07-11 H.J. Lu <hjl@gnu.org>
3973 * ldmain.c (main): Fix typos in the last change.
3975 2001-07-11 Jakub Jelinek <jakub@redhat.com>
3977 * ldmain.c (main): Disallow -F and -f without -shared.
3979 2001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
3981 * emultempl/pe.em (after_open): Check for the output_bfd not
3982 having any coff_data structure allocated to it.
3984 2001-07-09 David O'Brien <obrien@FreeBSD.org>
3986 * emultempl/elf32.em: Do not assuming that contents of the buffer
3987 returned from basename function will remain unchanged accross other
3990 2001-07-03 H.J. Lu <hjl@gnu.org>
3992 * scripttempl/elf.sc (DYNAMIC_PAD): Revert the change made on
3993 2001-07-03. It creates dynamic entries even for static binaries.
3995 2001-07-03 Jakub Jelinek <jakub@redhat.com>
3997 * scripttempl/elf.sc (DYNAMIC_PAD): New variable.
3998 (DYNAMIC): Use it to reserve few dynamic entries for
4001 2001-06-27 Alan Modra <amodra@bigpond.net.au>
4003 * emulparams/hppa64linux.sh: New file.
4004 * configure.tgt: hppa*64*-*-linux* uses hppa64linux.sh
4005 * Makefile.am (ALL_64_EMULATIONS): Add ehppa64linux.o
4006 (ehppa64linux.c): Add rule to make it.
4008 * Makefile.in: Regenerate.
4010 2001-06-21 Hans-Peter Nilsson <hp@axis.com>
4012 * ld.texinfo (Options, -r): Mention restrictions when using
4013 different object formats.
4015 2001-06-19 Hans-Peter Nilsson <hp@axis.com>
4017 * ldlang.c (lang_check): Emit fatal error if relocatable link
4018 between different object flavours with relocations in input.
4020 2001-06-19 H.J. Lu <hjl@gnu.org>
4022 * ld.texinfo (-E, --export-dynamic): Mention --version-script.
4023 (--version-script): Mention the language support.
4025 2001-06-19 H.J. Lu <hjl@gnu.org>
4027 * ldlang.c (lang_check): Revert the change mode on 2001-06-15.
4029 2001-06-18 H.J. Lu <hjl@gnu.org>
4031 * Makefile.am (ld.1): Remove the prefix `$(srcdir)/'.
4032 (diststuff): Add $(MANS).
4033 * Makefile.in: Regenerated.
4037 2001-06-18 Hans-Peter Nilsson <hp@axis.com>
4039 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
4040 Update for API change in bfd_elf${ELFSIZE}_size_dynamic_sections.
4041 * mpw-elfmips.c (gldelf32ebmip_before_allocation): Ditto.
4042 * ld.h (args_type): Remove member export_dynamic. All users
4043 changed to use struct bfd_link_info member.
4045 * Makefile.am (ecriself.c, ed10velf.c, ei386moss.c): Depend on
4046 $(srcdir)/emultempl/elf32.em, not $(srcdir)/emultempl/generic.em.
4047 * Makefile.in: Regenerate.
4049 2001-06-18 H.J. Lu <hjl@gnu.org>
4051 * ldlang.c (init_os): Add the newline to the einfo call.
4052 (lang_check): Likewise.
4053 (lang_do_version_exports_section): Likewise.
4055 2001-06-15 H.J. Lu <hjl@gnu.org>
4057 * lexsup.c (parse_args); Save optind to report unrecognized
4060 2001-06-15 Hans-Peter Nilsson <hp@axis.com>
4062 * ldlang.c (lang_check): Emit fatal error if relocatable link
4063 between different object flavours.
4065 * lexsup.c (parse_args) <case OPTION_EXPORT_DYNAMIC, case 'E'>:
4066 Set new link_info member export_dynamic.
4067 * ldmain.c (main): Initialize new link_info member export_dynamic.
4069 2001-06-12 Nick Clifton <nickc@cambridge.redhat.com>
4071 * ldlang.c (walk_wild): Only call walk_wild_file if
4072 lookup_name returns something.
4073 (lookup_name): If load_symbols fails, return NULL.
4074 (load_symbols): Change to a boolean function.
4075 (open_input_bfds): If load_symbols fails then do not make the
4078 2001-06-08 Alan Modra <amodra@bigpond.net.au>
4080 * ldlang.c (record_bfd_errors): Remove.
4082 * emultempl/aix.em: Fix copyright dates.
4084 2001-06-07 Andreas Jaeger <aj@suse.de>
4086 * elf_x86_64.sh (NONPAGED_TEXT_START_ADDR): Increase.
4087 (TEXT_START_ADDR): Likewise.
4089 2001-06-06 Martin Schwidefsky <schwidefsky@de.ibm.com>
4091 * configure.host: Set HOSTING_CRT0/HOSTING_LIBS correctly for s/390.
4093 2001-06-05 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
4095 * emultempl/pe.em (init): Reduce default stack reserve to 0x200000.
4097 2001-05-31 H.J. Lu <hjl@gnu.org>
4099 * ldlang.c (open_input_bfds): Don't change the bfd error
4100 handler whilst loading symbols.
4102 2001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
4104 * configure.tgt: Remove i370-mvs architecture, it is not currently
4107 2001-05-25 H.J. Lu <hjl@gnu.org>
4109 * emulparams/ppcmacos.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
4110 like emulparams/aixppc.sh.
4112 2001-05-25 H.J. Lu <hjl@gnu.org>
4114 * emultempl/beos.em (gld${EMULATION_NAME}_before_parse): Move
4115 setting of output_filename after bfd_scan_arch.
4116 * emultempl/pe.em: Likewise.
4118 2001-05-25 H.J. Lu <hjl@gnu.org>
4120 * emulparams/aixrs6.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
4121 like emulparams/aixppc.sh.
4123 * emultempl/aix.em (sc): Use ${srcdir}/emultempl/ostring.sed
4124 instead of ${srcdir}/emultempl/stringify.sed.
4126 2001-05-25 Timothy Wall <twall@oculustech.com>
4128 * emulparams/elf64_aix.sh: Change settings to match IBM linker
4131 2001-05-25 Alan Modra <amodra@one.net.au>
4133 * configure.host: Replace linuxoldld with linux*oldld.
4134 * configure.tgt: Likewise.
4136 2001-05-24 H.J. Lu <hjl@gnu.org>
4138 * emultempl/stringify.sed: Removed again.
4140 2001-05-24 H.J. Lu <hjl@gnu.org>
4142 * emultempl/aix.em (OUTPUT_ARCH): Defined.
4143 (gld${EMULATION_NAME}_before_parse): Initialize
4144 ldfile_output_architecture, ldfile_output_machine and
4145 ldfile_output_machine_name from ${OUTPUT_ARCH} if possible.
4146 * emultempl/beos.em: Likewise.
4147 * emultempl/elf32.em: Likewise.
4148 * emultempl/linux.em: Likewise.
4149 * emultempl/mipsecoff.em: Likewise.
4150 * emultempl/pe.em: Likewise.
4151 * emultempl/sunos.em: Likewise.
4153 2001-05-24 Tom Rix <trix@redhat.com>
4155 * emultempl/aix.em : (gld${EMULATION_NAME}_read_file)
4156 udate import file format.
4157 (change_symbol_mode) New, same
4158 (is_syscall) New, same
4159 * emulparams/aixppc.sh : add SYSCALL_MASK and SYMBOL_MODE_MASK
4160 * emulparams/aixppc64.sh : same
4161 * emulparams/aixrs6.sh : same
4162 * emulparams/ppcmacos.sh : same
4163 * emultempl/aix.em : use strtoull to parse options
4164 * Makefile.am : add eaixppc64 emulation for xcoff64
4165 * Makefile.in : same
4166 * configure.tgt : same
4168 * scripttempl/aix.sc : default text section offset to 0x10000000
4169 default data section offset to 0x20000000
4170 add .sv3264 and .sv64 pseudo sections
4171 loader and debug sections use the currect section offset.
4173 * emultempl/aix.em : Add xcoff64 support
4174 Add -binitfini support
4175 (gld${EMULATION_NAME}_before_parse) -binitfini
4176 (gld${EMULATION_NAME}_parse_args) same
4177 (gld${EMULATION_NAME}_before_allocation) format change for special
4180 * emulparams/aixppc64.sh : New file for xcoff64 support
4182 2001-05-23 Alexandre Oliva <aoliva@redhat.com>
4184 * emultempl/elf32.em (ELF_INTERPRETER_SET_DEFAULT): Use this new
4185 variable to avoid non-portable shell construct.
4187 2001-05-23 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4189 * ldmain.c (get_emulation): Add -mips5 command line argument.
4191 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
4193 * emulparams/elf_i386_ldso.sh: New, copied from elf_i386.sh.
4194 (ELF_INTERPRETER_NAME): Define it.
4195 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Use
4197 * configure.tgt (targ_emul, targ_extra_emuls)
4198 [i[3456]86-*-solaris2*, i[3456]86-*-solaris*]: Use elf_i386_ldso
4199 as primary, elf_i386 as extra.
4200 * Makefile.am (ALL_EMULATIONS): Added eelf_i386_ldso.o.
4201 (eelf_i386_ldso.c): New rule.
4202 * Makefile.in: Rebuilt.
4204 2001-05-22 Nick Clifton <nickc@redhat.com>
4206 * lexsup.c (ld_options): Allow -I to be an alias for
4207 --dynamic-linker. This is for Solaris compatability.
4208 * ld.texinfo: Document that -I can be used.
4211 2001-05-16 Alan Modra <amodra@one.net.au>
4213 * ldlang.c (wild_doit): Use linker_has_input to reliably determine
4214 whether an input section is the first one assigned to an output
4216 Assorted formatting fixes.
4218 2001-05-14 DJ Delorie <dj@delorie.com>
4220 * Makefile.am (ld.dvi): Search bfd/doc for texinfo files.
4221 * Makefile.in: Ditto.
4223 2001-05-11 Jakub Jelinek <jakub@redhat.com>
4225 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Put
4226 .gnu.linkonce.ia64unw{,i} sections into corresponding .IA_64.unwind*
4228 * emulparams/elf64_aix.sh (OTHER_READONLY_SECTIONS): Likewise.
4230 2001-05-11 Jakub Jelinek <jakub@redhat.com>
4232 * ldlang.c (lang_process): Call bfd_merge_sections.
4234 2001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4236 * ldgram.y: Fix typo.
4238 2001-05-03 H.J. Lu <hjl@gnu.org>
4240 * emultempl/elf32.em: Include "libiberty.h".
4241 (gld${EMULATION_NAME}_vercheck): Call basename () to get the
4242 basename of the bfd filename.
4243 (gld${EMULATION_NAME}_stat_needed): Likewise.
4244 (gld${EMULATION_NAME}_try_needed): Likewise.
4245 (gld${EMULATION_NAME}_open_dynamic_archive): Likewise.
4247 2001-05-02 H.J. Lu <hjl@gnu.org>
4249 * emultempl/pe.em: Include <ctype.h>.
4251 2001-05-02 Johan Rydberg <jrydberg@opencores.org>
4253 * emulparams/elf32openrisc.sh: New file.
4255 * Makefile.am: Add OpenRISC target.
4256 * Makefile.in: Regenerated.
4258 * configure.tgt: Add openrisc-*-* mapping.
4260 2001-05-02 Nick Clifton <nickc@redhat.com>
4262 * emultempl/aix.em: Replace buystring with xstrdup.
4263 * emultempl/beos.em: Replace buystring with xstrdup.
4265 2001-05-02 H.J. Lu <hjl@gnu.org>
4267 * ldfile.c: Include "libiberty.h".
4268 * ldlex.l: Likewise.
4270 * ldmisc.c (buystring): Removed.
4271 * ldmisc.h: Likewise.
4273 * ldfile.c: Replace buystring with xstrdup.
4274 * ldlang.c: Likewise.
4275 * ldlex.l: Likewise.
4276 * ldmain.c: Likewise.
4277 * ldmisc.c: Likewise.
4278 * lexsup.c: Likewise.
4279 * mpw-eppcmac.c: Likewise.
4281 2001-04-30 Andreas Jaeger <aj@suse.de>
4283 * emulparms/elf_x86_64.sh (MAXPAGESIZE): Fix value.
4285 2001-04-28 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
4287 * ldlang.c (load_symbols): Give emulation a chance
4288 to process unrecognized file before fatal error is
4289 reported, not after.
4291 2001-04-27 Sean McNeil <sean@mcneil.com>
4293 * configure.tgt: Add arm-vxworks target.
4294 * scripttempl/armcoff.sc: Support .text or .data as a section name
4298 2001-04-13 J.T. Conklin <jtc@redback.com>
4300 * ld.texinfo: Document --fatal-warnings.
4303 * ldmisc.c (vfinfo): Set flag to inhibit making executable if
4304 warnings have been turned into errors.
4305 * lexsup.c (OPTION_WARN_FATAL): Define.
4306 (ld_options): Entry for --fatal-warnings.
4307 (parse_args): Handle OPTION_WARN_FATAL.
4308 * ld.h (ld_config_type): Add fatal_warnings field.
4310 2001-04-13 Jakub Jelinek <jakub@redhat.com>
4312 * ldmain.c (main): Default to discard_sec_merge.
4313 * lexsup.c (OPTION_DISCARD_NONE): Define.
4314 (ld_options): Add --discard-none.
4315 (parse_args): Handle OPTION_DISCARD_NONE.
4316 * ldlang.c (wild_doit): SEC_MERGE should be set in the output
4317 section only if SEC_MERGE and SEC_STRINGS flags and entsize of
4318 all its input sections match.
4320 2001-04-05 Steven J. Hill <sjhill@cotw.com>
4322 * Makefile.am (ALL_EMULATIONS): Add eelf32ltsmip.o.
4323 (ALL_64_EMULATIONS): Add eelf64btsmip.o and eelf64ltsmip.o.
4324 (eelf32ltsmip.c): New target.
4325 (eelf64btsmip.c): Likewise.
4326 (eelf64ltsmip.c): Likewise.
4327 * Makefile.in: Regenerated.
4329 * configure.tgt (mips*el-*-linux-gnu): Uses traditional MIPS
4331 (mips*-*-linux-gnu*): Likewise.
4333 * emulparams/elf32ltsmip.sh: New. Traditional little endian
4335 * emulparams/elf64btsmip.sh: New. Traditional 64bit big endian
4337 * emulparams/elf64ltsmip.sh: New. Traditional 64bit little
4340 2001-04-05 Hans-Peter Nilsson <hp@axis.com>
4342 * emulparams/criself.sh (EXECUTABLE_SYMBOLS): Cannot provide
4343 correct value of __Stext here.
4344 (TEXT_START_SYMBOLS): Define; always define __Stext, to start of
4347 * emulparams/crislinux.sh: Remove FIXME.
4349 2001-04-02 Alan Modra <alan@linuxcare.com.au>
4351 * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 64k.
4352 (TEXT_START_ADDR, TARGET_PAGE_SIZE): Likewise.
4354 2001-03-27 Hans-Peter Nilsson <hp@axis.com>
4356 * configure.tgt (cris-*-*): Change default emulation to criself.
4357 (cris-*-*aout*): New rule.
4359 2001-03-27 Matthew Wilcox <willy@ldl.fc.hp.com>
4361 * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 0x4000.
4362 (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
4364 2001-03-26 Andreas Jaeger <aj@suse.de>
4366 * ld.texinfo (Overview): Fix syntax in texi code.
4368 2001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
4370 * ld.texinfo: Put @c man indications to generate the ld man page.
4371 When generating man, define all the variables. Define SEEALSO
4372 and SYNOPSIS. Re-organize some lines to avoid the cross references.
4373 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variables.
4374 (ld.1): Generate from ld.texinfo.
4375 * Makefile.in: Regenerate.
4377 2001-03-23 Mark Elbrecht <snowball3@bigfoot.com>
4379 * scripttempl/i386go32.sc: Support the GCC flags '-ffunction-sections'
4380 and '-fdata-sections'. Set the VMA of STABS sections to zero.
4382 2001-03-17 Ulrich Drepper <drepper@redhat.com>
4384 * emultmpl/elf32.em (gld${EMULATION_NAME}_search_needed): If NAME
4385 is an absolute path look only for this file and not along the path.
4387 2001-03-17 Ulrich Drepper <drepper@redhat.com>
4389 * emultempl/elf32.em (OPTION_GROUP): New macro.
4390 Add new option Bgroup to longopts.
4391 (gld*_parse_args): Handle GROUP_OPTION and recognize -z defs.
4392 (gld*_list_options): Add -Bgroup and -z defs.
4393 * ld.1: Document -Bgroup and -z defs.
4394 * ld.texinfo: Likewise.
4396 2001-03-07 Michael Meissner <meissner@redhat.com>
4398 * scripttempl/elfd10v.sc (.rodata,.rodata1,.data1,.sdata): Deal
4399 with sections created by -fdata-sections.
4400 (.dynbss,.bss): Ditto.
4402 2001-03-05 Alan Modra <alan@linuxcare.com.au>
4404 * emultempl/m68kelf.em (m68k_elf_after_allocation): Call
4405 after_allocation_default, not gld..._before_allocation.
4407 2001-02-27 Alan Modra <alan@linuxcare.com.au>
4409 * configure.in (BFD_VERSION): New.
4410 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
4411 * configure: Regenerate.
4412 * Makefile.am: Run "make dep-am"
4413 * Makefile.in: Regenerate.
4415 2001-02-26 Timothy Wall <twall@cygnus.com>
4417 * emulparams/elf64_aix.sh: Add additional read-only sections;
4418 uncomment lines which are now required.
4420 2001-02-26 H.J. Lu <hjl@gnu.org>
4422 * ldlang.c (open_input_bfds): Set the bfd error handler so
4423 that problems can be caught whilst loading symbols.
4424 (record_bfd_errors): New function: Report BFD errors and mark
4425 the executable output as being invalid.
4427 2001-02-22 Timothy Wall <twall@cygnus.com>
4429 * configure.host: Add configuration for ia64-*-aix*.
4430 * Makefile.am (ALL_64_EMULATIONS): Add emulation for ia64-*-aix*.
4431 Add dependencies for eelf64_aix.c.
4432 * Makefile.in: Regenerate.
4433 * configure.tgt: Add ia64-*-aix* mapping.
4434 * emulparams/elf64_aix.sh: Add settings for elf64 on aix5.
4436 2001-02-20 H.J. Lu <hjl@gnu.org>
4438 * ldfile.c (ldfile_open_file): Set entry->search_dirs_flag to
4439 false if we found the file.
4441 2001-02-18 David O'Brien <obrien@FreeBSD.org>
4443 * configure.tgt: Add FreeBSD/Alpha, FreeBSD/x86-64, FreeBSD/ia64,
4444 FreeBSD/PowerPC, FreeBSD/arm, and FreeBSD/sparc64 entries.
4446 2001-02-18 lars brinkhoff <lars@nocrew.org>
4448 * Makefile.am: Add PDP-11 target.
4449 * configure.tgt: Likewise.
4450 * emulparams/pdp11.sh: New file.
4452 2001-02-17 David O'Brien <obrien@FreeBSD.org>
4454 * configure.host: Add a generic FreeBSD configuration entry such that
4455 all [modern] FreeBSD systems on all platforms will look the same.
4457 2001-02-14 H.J. Lu <hjl@gnu.org>
4459 * configure.tgt: Remove mention of earmelf_linux26.
4461 2001-02-13 Richard Henderson <rth@redhat.com>
4463 * emulparams/elf64_ia64.sh (OTHER_GOT_SYMBOLS): Remove.
4465 2001-02-13 H.J. Lu <hjl@gnu.org>
4467 * ldexp.h (node_type): Add etree_provided.
4468 * ldexp.c (exp_fold_tree): Handle etree_provided. Set the node
4469 type to etree_provided if defined by PROVIDE. Allow updating
4471 (exp_print_tree): Handle etree_provided.
4472 * mpw-elfmips.c (gldelf32ebmip_find_exp_assignment): Handle
4475 2001-02-09 David Mosberger <davidm@hpl.hp.com>
4477 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add
4478 .IA_64.unwind.* pattern to unwind table section and
4479 .IA_64.unwind_info* pattern to unwind info section.
4481 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
4483 * Makefile.am: Add linux target for S/390.
4484 * Makefile.in: Likewise.
4485 * configure.host: Likewise.
4486 * configure.tgt: Likewise.
4487 * emulparams/elf64_s390.sh: New file.
4488 * emulparams/elf_s390.sh: New file.
4490 2001-02-09 Jakub Jelinek <jakub@redhat.com>
4492 * configure.tgt (sparc64-*-linux-gnu*): Add elf32_sparc into
4494 (sparc-*-linux-gnu*): Add elf64_sparc into targ_extra_libpath.
4496 2001-02-06 Philip Blundell <philb@gnu.org>
4498 * Makefile.am: Remove mention of earmelf_linux26.
4499 * Makefile.in: Regenerate.
4501 2001-02-04 Philip Blundell <philb@gnu.org>
4503 * emulparams/armelf_linux.sh (TEXT_START_ADDR): Set to 0x8000.
4504 * emulparams/armelf_linux26.sh: Delete.
4505 * configure.tgt: Remove mention of armelf_linux26 emulation.
4507 2001-02-01 Nick Clifton <nickc@redhat.com>
4509 * ld.1: Replace occurances of -oformat with --oformat.
4511 2001-01-25 Jim Driftmyer <jdrift@stny.rr.com>
4513 * ldlang.c (lang_leave_overlay): Don't set lma_region when
4514 load_base is specified.
4516 2001-01-24 Hans-Peter Nilsson <hp@axis.com>
4518 * emultempl/elf32.em: Correct spelling in comments and listed
4521 2001-01-23 Alan Modra <alan@linuxcare.com.au>
4523 * ldlang.c (lang_leave_overlay): Only set lma_region from the
4524 default for the first section of a group of overlay sections.
4526 2001-01-22 Alan Modra <alan@linuxcare.com.au>
4528 * Makefile.am (GENSCRIPTS): Pass exec_prefix.
4529 * Makefile.in: Regenerate.
4530 * genscripts.sh: Use exec_prefix parameter to specify tool lib.
4531 Check for null tool_dir.
4533 2001-01-16 Jim Wilson <wilson@redhat.com>
4535 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add IA_64.unwind
4536 and IA_64.unwind.info.
4538 2001-01-16 H.J. Lu <hjl@gnu.org>
4540 * ldlang.c (lang_check): Merge the private data only if the
4541 input file has contents.
4543 2001-01-14 Alan Modra <alan@linuxcare.com.au>
4545 * emulparams/hppalinux.sh (OUTPUT_FORMAT): Set to elf32-hppa-linux.
4547 * emultempl/hppaelf.em (hppaelf_after_parse): New function,
4548 enabling search for libmilli. On a relocatable link, make .text
4550 (LDEMUL_AFTER_PARSE): Define.
4551 (hppaelf_finish): Correct spelling of relocatable in comments.
4553 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
4554 rummage through the script for sections on the unique list.
4555 Correct length of strncmp for ".note".
4556 (gld${EMULATION_NAME}_check_needed): Rearrange function.
4558 * ldlang.c (unique_section_list): New var.
4559 (unique_section_p): New function.
4560 (walk_wild_section): Don't match sections on unique_section_list.
4561 (lang_add_unique): New function.
4562 Correct spelling of relocatable in comments.
4564 * ldlang.h (struct unique_sections): Declare.
4565 (unique_section_list): Declare.
4566 (unique_section_p): Declare.
4567 (lang_add_unique): Declare.
4569 * lexsup.c (ld_options): Allow --unique to take an optional arg.
4570 (parse_args [OPTION_UNIQUE]): Call lang_add_unique.
4572 * ld.texinfo (--unique): Update.
4574 2001-01-13 Nick Clifton <nickc@redhat.com>
4576 * lexsup.c (parse_args): Remove spurious white space.
4578 2001-01-12 Nick Clifton <nickc@redhat.com>
4580 * lexsup.c (parse_args): Update copyright date.
4582 2001-01-12 Philip Blundell <pb@futuretv.com>
4584 * configure.host: Set HOSTING_LIBS appropriately for ix86-cygwin.
4586 2001-01-10 Kazu Hirata <kazu@hxi.com>
4588 * scripttempl/h8300.sc: Fix formatting. Fix a comment typo.
4589 * scripttempl/h8300h.sc: Fix formatting.
4590 * scripttempl/h8300s.sc: Likewise.
4591 * scripttempl/h8500.sc: Likewise.
4592 * scripttempl/h8500b.sc: Likewise.
4593 * scripttempl/h8500c.sc: Likewise.
4594 * scripttempl/h8500m.sc: Likewise.
4595 * scripttempl/h8500s.sc: Likewise.
4597 2000-01-07 David O'Brien <obrien@BSDi.com>
4599 * emultempl/elf32.em: Only perform Linux ld hints processing when
4602 2001-01-07 Philip Blundell <philb@gnu.org>
4604 * ld.texinfo (Bug Reporting): Update email address for reports.
4606 2000-12-31 Nick Clifton <nickc@redhat.com>
4608 * lexsup.c (parse_args): Set opterr to 0 and detect unparsed long
4609 options by checking for a return value of '?' not -1.
4611 2000-12-28 Nick Clifton <nickc@redhat.com>
4613 * lexsup.c (struct ld_option): Add new enum value:
4615 (ld_options[]): Change -omagic, -output and -oformat options
4616 to be EXACTLY_TWO_DASHES.
4617 (OUTPUT_COUNT): Use ARRAY_SIZE.
4618 (parse_args): Change parameter 'argc' to unsigned.
4619 Place EXACTLY_TWO_DASHES options into new really_longopts
4621 If getopt_long_only fails, try calling getopt_long using the
4622 really_longopts array.
4623 (help): Print a double dash for both EXACTLY_TWO_DASHES and
4626 * ldlex.h: Fix prototype of parse_args.
4628 * ld.texinfo: Document that long options starting with 'o'
4629 must be preceeded by two dashes. Change example of a single
4630 dashed long option from -oformat to -trace-symbol.
4632 2000-12-26 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
4634 * emultempl/pe.em (OPTION_NO_DEFAULT_EXCLUDES): Define.
4635 (longopts[]): New --no-default-excludes option.
4636 (gld_${EMULATION_NAME}_list_options): Document.
4637 (gld_${EMULATION_NAME}_parse_args): Handle.
4639 2000-12-13 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4641 * ldlang.c (new_stat): Revert the last beautification with "innocent"
4642 whitespace, it breaks the K&R C preprocessor.
4644 2000-12-11 DJ Delorie <dj@redhat.com>
4646 * ld.texinfo: Add notes about --whole-archive and gcc.
4648 2000-11-18 Fred Fish <fnf@be.com>
4650 * lexsup.c (OPTION_ALLOW_SHLIB_UNDEFINED): Define.
4651 (ld_options): Entry for --allow-shlib-undefined.
4652 (parse_args): Handle OPTION_ALLOW_SHLIB_UNDEFINED.
4653 * ldmain.c (main): Initialize link_info.allow_shlib_undefined
4655 * ld.texinfo: Document new command line switch.
4657 2000-12-12 Geoffrey Keating <geoffk@redhat.com>
4659 * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS):
4660 .fixup is actually read/write.
4661 * emulparams/elf32lppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
4662 * emulparams/elf32ppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
4663 * emulparams/elf32lppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
4665 2000-12-11 Jan Hubicka <jh@suse.cz>
4667 * NEWS: Add note about x86_64 architecture.
4669 2000-12-06 Mark Elbrecht <snowball3@bigfoot.com>
4671 * scripttempl/i386go32.sc: Use PROVIDE with _etext, _edata, _end.
4672 Set DWARF2 sections to a VMA of zero.
4674 2000-12-01 Joel Sherrill <joel@OARcorp.com>
4676 * configure.tgt (arm-*-rtems*, a29k-*rtems*, h8300-*-rtems*):
4678 (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
4679 (sparc*-*-rtems*): Switched from a.out to ELF.
4681 2000-11-30 Jan Hubicka <jh@suse.cz>
4683 * Makefile.am (ALL_EMULATIONS): Add eelf_x86_64.o
4684 (eelf_x86_64.c): New.
4685 * Makefile.in: Regenerate.
4686 * configure.tgt: Add support for x86_64-*-linux-gnu*.
4687 * emulparams/elf_x86_64.sh: New.
4689 2000-11-30 Hans-Peter Nilsson <hp@axis.com>
4691 * emulparams/crislinux.sh (ENTRY): Change back to _start.
4692 (TEXT_START_SYMBOLS): Remove conditional setting of __start.
4694 * scripttempl/crisaout.sc: Change all RELOCATING not related to
4695 merging non-a.out sections into CONSTRUCTING.
4697 2000-11-28 Nick Clifton <nickc@redhat.com>
4699 * ld.1 (COPYING): Mention that the GNU Free Documentation
4700 License is present in the sources, but not the output, and
4701 also available from the GNU website.
4702 (GNU Free Documentation License): Comment out this section.
4704 2000-11-28 David O'Brien <obrien@dragon.nuxi.com>
4706 * emulparams/elf64alpha.sh (ENTRY): Remove leading underscore as ELF
4709 2000-11-25 David O'Brien <obrien@FreeBSD.org>
4711 * ld.1: Remove old date so it does not give the impression the manpage
4714 2000-11-24 Nick Clifton <nickc@redhat.com>
4716 * configure.tgt (xscale-coff): Add target.
4717 (xscale-elf): Add target.
4719 2000-11-24 Fred Fish <fnf@be.com>
4721 * ldmain.c (main): Remove redundant init of config.make_executable
4724 2000-11-15 Richard Henderson <rth@redhat.com>
4726 * emulparams/elf64alpha.sh (MAXPAGESIZE): Typo -- 64k, not 1M.
4728 2000-11-14 Kazu Hirata <kazu@hxi.com>
4730 * scripttempl/h8300.sc: Fix formatting.
4731 * scripttempl/h8300h.sc: Likewise.
4732 * scripttempl/h8300s.sc: Likewise.
4734 2000-11-14 Denis Chertykov <denisc@overta.ru>
4736 * scripttempl/elf32avr.sc: Fix bug in .eeprom segment.
4738 2000-11-09 Philip Blundell <pb@futuretv.com>
4740 * emultempl/pe.em: Define ___start_SECNAME and ___stop_SECNAME
4741 around orphan sections whose names can be represented in C.
4743 2000-11-07 Jim Wilson <wilson@redhat.com>
4745 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): New local
4746 hold_sdata. If SEC_SMALL_DATA set, set place to hold_sdata.
4748 2000-11-06 Nick Clifton <nickc@redhat.com>
4750 * ld.texinfo: Add GNU Free Documentation License.
4751 * ldint.texinfo: Add GNU Free Documentation License.
4752 * ld.1: Add GNU Free Documentation License.
4754 2000-11-05 Alan Modra <alan@linuxcare.com.au>
4756 * ldlex.l (yy_create_string_buffer): Init yy_is_our_buffer,
4757 yy_is_interactive, yy_at_bol, and yy_fill_buffer.
4759 * Makefile.am (DISTCLEANFILES): Add stringify.sed.
4760 Move 2000-11-02 Makefile.in changes to this file.
4761 * Makefile.in: Regenerate.
4763 2000-11-03 Nick Clifton <nickc@redhat.com>
4765 * scripttempl/h8300.sc: Use ${CONSTRUCTING...} to enclose
4766 constructors and destructors.
4767 * scripttempl/h8300h.sc: Ditto.
4768 * scripttempl/h8300s.sc: Ditto.
4769 * scripttempl/h8500.sc: Ditto.
4770 * scripttempl/h8500b.sc: Ditto.
4771 * scripttempl/h8500c.sc: Ditto.
4772 * scripttempl/h8500m.sc: Ditto.
4773 * scripttempl/h8500s.sc: Ditto.
4774 * scripttempl/v850.sc: Ditto.
4775 * scripttempl/w65.sc: Ditto.
4776 * scripttempl/z8000.sc: Ditto.
4778 2000-11-02 Per Lundberg <plundis@chaosdev.org>
4780 * Makefile.in (e_i386_chaos.c): New rule.
4781 (ALL_EMULATIONS): Added e_i386_chaos.o.
4782 * emulparams/elf_i386_chaos.sh: New file.
4783 * configure.tgt: Recognise i[3456]86-chaosdev-storm-chaos.
4785 2000-10-20 Jakub Jelinek <jakub@redhat.com>
4787 * emulparams/elf64_sparc.sh (TEXT_START_ADDR,
4788 NONPAGED_TEXT_START_ADDR): Set to 4GB for Solaris targets.
4789 Fix sed invocation, so that it coped with '/' in Solaris 64bit
4790 library path suffix.
4791 Based on patch by Andrew Macleod <amacleod@cygnus.com>.
4793 2000-10-18 Hans-Peter Nilsson <hp@axis.com>
4795 * scripttempl/crisaout.sc (.text, .data): Pad, with ALIGN (32),
4796 for consecutive sections.
4798 2000-10-17 Chandrakala Chavva <cchavva@redhat.com>
4800 * lexsup.c: New option OPTION_TARGET_HELP. Prints all target specific
4802 * ld.texinfo: Added notes about this new option.
4804 2000-10-16 Nick Clifton <nickc@redhat.com>
4806 * emultempl/pe.em (_after_open): Add tests of return values from
4807 bfd functions. Emit appropriate error messages if necessary.
4809 2000-10-13 Nick Clifton <nickc@redhat.com>
4811 * emultempl/pe.em (_after_open): Delete 'is2' and 'nsyms'
4812 local variables - they are not used, but leave in the call to
4813 bfd_canonicalize_symtab.
4814 (_open_dynamic_archive): Add #ifdef DLL_SUPPORT around use of
4815 pe_dll_search_prefix.
4817 2000-10-12 Charles Wilson <cwilson@ece.gatech.edu>
4819 * emultempl/pe.em (pe_dll_search_prefix): New variable,
4820 (longopts): New --dll-search-prefix option.
4821 (gld_${EMULATION_NAME}_list_options): Document.
4822 (gld_${EMULATION_NAME}_parse_args): Handle.
4823 (gld_${EMULATION_NAME}_open_dynamic_archive): When linking
4824 dynamically, search for a dll named '<prefix><basename>.dll'
4825 in preference to 'lib<basename>.dll' if --dll-search-prefix
4828 2000-10-12 Alan Modra <alan@linuxcare.com.au>
4830 * ldlang.c (section_already_linked): Set kept_section instead of
4833 2000-10-10 Kazu Hirata <kazu@hxi.com>
4835 * deffile.h: Fix formatting.
4836 * lexsup.c: Likewise.
4839 2000-10-09 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
4841 * pe-dll.c (make_one): Do not generate code thunk for DATA
4843 (process_def_file): deduce DATA flag for auto-export sumbols.
4845 2000-10-09 Kazu Hirata <kazu@hxi.com>
4847 * ld.h: Fix formatting.
4848 * ldcref.c: Likewise.
4849 * ldctor.h: Likewise.
4850 * ldemul.c: Likewise.
4851 * ldemul.h: Likewise.
4852 * ldexp.c: Likewise.
4853 * ldexp.h: Likewise.
4854 * ldfile.c: Likewise.
4855 * ldfile.h: Likewise.
4856 * ldlang.c: Likewise.
4857 * ldlang.h: Likewise.
4858 * ldmain.c: Likewise.
4859 * pe-dll.c: Likewise.
4861 * pe-dll.c: Revert some formatting fixes.
4863 2000-10-08 Kazu Hirata <kazu@hxi.com>
4865 * pe-dll.c: Fix formatting.
4867 2000-10-05 Kazu Hirata <kazu@hxi.com>
4869 * ldlang.c: Fix formatting.
4871 2000-10-03 DJ Delorie <dj@redhat.com>
4873 * pe-dll.c (fill_edata): initialize entire block
4874 (make_one): fill in correct section.
4876 2000-10-03 Kazu Hirata <kazu@hxi.com>
4878 * ldexp.c: Fix formatting.
4880 2000-10-02 DJ Delorie <dj@redhat.com>
4882 * emultempl/pe.em (gld_*_after_open): detect case where there two
4883 import libraries for same dll; rename one to ensure proper link
4886 * pe-dll.c (process_def_file): compare ordinals to -1, not 0; fix
4888 (generate_edata): fix typo
4890 2000-09-29 Hans-Peter Nilsson <hp@axis.com>
4892 * scripttempl/crisaout.sc (ENTRY): Now __start.
4893 (.text): Add default setting for __start.
4894 Remove CONSTRUCTORS handling.
4895 (/DISCARD/): Add .gnu.warning.*.
4896 * emulparams/crislinux.sh (ENTRY): Now __start.
4897 (TEXT_START_SYMBOLS): New; provide __Stext and __start default.
4898 * emulparams/criself.sh (OUTPUT_FORMAT): Now elf32-us-cris.
4899 (ENTRY): Now __start.
4900 (INITIAL_READONLY_SECTIONS): Add KEEP for .startup.
4901 (EXECUTABLE_SYMBOLS): Add default setting for __start.
4903 2000-09-29 Kazu Hirata <kazu@hxi.com>
4905 * deffile.h: Fix formatting.
4907 * ldcref.c: Likewise.
4908 * ldctor.c: Likewise.
4909 * ldctor.h: Likewise.
4910 * ldemul.c: Likewise.
4911 * ldemul.h: Likewise.
4912 * ldexp.c: Likewise.
4913 * ldexp.h: Likewise.
4914 * ldfile.c: Likewise.
4915 * ldfile.h: Likewise.
4916 * ldlang.c: Likewise.
4917 * ldlang.h: Likewise.
4918 * lexsup.c: Likewise.
4920 * pe-dll.c: Likewise.
4922 2000-09-28 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
4924 * pe-dll.c (process_def_file): Uninitialized data wasn't
4925 exported with --export-all-symbols switch.
4927 2000-09-28 DJ Delorie <dj@redhat.com>
4929 * pe-dll.c (fill_edata): rearrange the data so that ordinals and
4930 noname work properly.
4932 2000-09-28 Alan Modra <alan@linuxcare.com.au>
4934 * ld.texinfo (HPPA ELF32): New section.
4936 * emultempl/hppaelf.em (group_size): New.
4937 (hppaelf_finish): Pass group_size to elf32_hppa_size_stubs.
4938 (PARSE_AND_LIST_PROLOGUE): Add OPTION_STUBGROUP_SIZE.
4939 (PARSE_AND_LIST_LONGOPTS): Add --stub-group-size. Duplicate
4940 options to prevent abbreviations matching.
4941 (PARSE_AND_LIST_OPTIONS): Describe the above. Reformat.
4942 (PARSE_AND_LIST_ARGS_CASES): Handle it.
4944 2000-09-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4946 * emultempl/m68kelf.em: Conditionalise the embedded relocs feature
4947 on the m68*-*-elf target. Make it support COFF input objects.
4949 2000-09-21 Kazu Hirata <kazu@hxi.com>
4951 * ldmain.c: Fix formatting.
4952 * ldmisc.c: Likewise.
4953 * ldver.c: Likewise.
4954 * ldwrite.c: Likewise.
4956 2000-09-21 Alan Modra <alan@linuxcare.com.au>
4958 * ldwrite.c (clone_section): Silence gcc warnings.
4960 2000-09-20 Alan Modra <alan@linuxcare.com.au>
4962 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Handle
4963 out of memory failure.
4965 * ldwrite.c (ldwrite): Remove unnecessary einfo arg.
4966 (clone_section): Handle out of memory failures. Rename var to
4967 avoid c++ reserved word.
4969 2000-09-18 Alan Modra <alan@linuxcare.com.au>
4971 * emultempl/hppaelf.em (hppaelf_add_stub_section): Rename
4972 stub_name param to stub_sec_name.
4973 (hppaelf_finish): Modify call to elf32_hppa_size_stubs.
4975 2000-09-10 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4977 * emultempl/m68kelf.em: New file.
4978 * emulparams/m68kelf.sh (EXTRA_EM_FILE): Use it.
4979 * Makefile.am (em68kelf.c): Add dependency on m68kelf.em.
4980 * Makefile.in: Regenerate.
4982 2000-09-15 Alan Modra <alan@linuxcare.com.au>
4984 * emulparams/hppalinux.sh (DATA_START_SYMBOLS): Provide $global$
4987 2000-09-13 Nick Clifton <nickc@redhat.com>
4989 * ldmain.c (multiple_definition): Disable relaxation if
4990 multiple symbol definitions are encountered - otherwise the
4991 linker could abort with an assertion failure.
4993 2000-09-10 Nick Clifton <nickc@redhat.com>
4995 * mri.c: Fix formatting.
4997 2000-09-07 H.J. Lu <hjl@gnu.org>
4999 * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
5000 * configure: Rebuild.
5002 2000-09-07 H.J. Lu <hjl@gnu.org>
5004 * Makefile.am (lexsup.o): Also depend on $(INCDIR)/demangle.h.
5005 * Makefile.in: Rebuild.
5007 2000-09-07 Alan Modra <alan@linuxcare.com.au>
5009 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Fix
5010 broken list handling. Create __start_SECNAME and __stop_SECNAME
5011 when no place-holder. Add some comments. Test both SEC_CODE and
5012 SEC_READONLY for hold_text to prevent .rodata orphan poisoning.
5013 Handle case where no output section statement created.
5015 2000-09-07 Niibe Yutaka <gniibe@m17n.org>, Kaz Kojima <kkojima@rr.iij4u.or.jp>, Alexandre Oliva <aoliva@redhat.com>
5017 * configure.tgt (sh-*-linux*): Added.
5018 * Makefile.am: Added eshelf_linux and eshlelf_linux.
5019 * Makefile.in: Rebuilt.
5020 * emulparams/shelf_linux.sh: New file.
5021 * emulparams/shlelf_linux.sh: New file.
5023 2000-09-06 Alan Modra <alan@linuxcare.com.au>
5025 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
5026 try shuffling sections when the orphan happens to be the place
5027 holder. Keep count of unique section names generated so we speed
5028 the search for a new name.
5030 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
5032 * configure: Rebuilt with new libtool.m4.
5034 2000-09-05 Nick Clifton <nickc@redhat.com>
5036 * Makefile.in: Regenerate.
5037 * aclocal.m4: Regenerate.
5038 * configure: Regenerate.
5039 * config.in: Regenerate.
5040 * po/ld.pot: Regenerate.
5042 * ldint.texinfo: Remove CVS revision marker - it foils local
5045 * emultempl/ticoff.em: Remove extraneous comma.
5047 2000-09-05 Alan Modra <alan@linuxcare.com.au>
5049 * emultempl/hppaelf.em (hppaelf_add_stub_section): Add SEC_RELOC
5050 to stub section flags.
5051 (hppa_for_each_input_file_wrapper): New.
5052 (hppa_lang_for_each_input_file): New.
5053 (lang_for_each_input_file): Define to call above.
5054 (multi_subspace): New.
5055 (hppaelf_finish): Pass multi_subspace to elf32_hppa_size_stubs.
5056 (PARSE_AND_LIST_PROLOGUE): Define.
5057 (PARSE_AND_LIST_LONGOPTS): Define.
5058 (PARSE_AND_LIST_OPTIONS): Define.
5059 (PARSE_AND_LIST_ARGS_CASES): Define.
5060 (hppaelf_finish): Call elf32_hppa_set_gp.
5061 (hppaelf_set_output_arch): Remove.
5062 (LDEMUL_SET_OUTPUT_ARCH): Remove.
5064 * emulparams/hppalinux.sh (ELFSIZE): Define.
5066 (OTHER_READONLY_SECTIONS): Define.
5068 (GENERATE_SHLIB_SCRIPT): Define.
5070 * ldlang.c: Add missing prototypes, and tidy others. Change CONST
5071 to const throughout. Change `void *' to `PTR' throughout.
5072 (lang_memory_default): Function is local to file, add `static'.
5074 * Makefile.am (ehppaelf.c): Depend on emultempl/elf32.em.
5075 (ehppalinux.c): Likewise.
5076 (earmelf.c): Likewise.
5077 (earmelf_linux.c): Likewise.
5078 (earmelf_linux26.c): Likewise.
5079 * Makefile.in: Regenerate.
5081 * ld.h (ld_config_type): Add unique_orphan_sections.
5082 * lexsup.c (OPTION_UNIQUE): Define.
5083 (ld_options): Add "--unique".
5084 (parse_args): Handle it.
5085 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
5086 search for an existing output section if unique_orphan_sections is
5087 set. Make use of bfd_get_unique_section_name rather than
5088 duplicating code here.
5089 * ld.texinfo: Describe --unique.
5091 * lexsup.c (ld_options): Make split-by-reloc arg optional. Add
5092 optional arg to split-by-file.
5093 (parse_args): Handle them.
5094 * ld.texinfo: Update description of these options.
5095 * ldwrite.c (clone_section): Pass in the section name. Replace
5096 local code with bfd_get_unique_section_name.
5097 (split_sections): Tidy code and comments. Use a list traversal
5098 more appropriate to the list construction. Handle cooked section
5099 sizes. Split when split_by_reloc reached rather than exceeded.
5100 Track section size and split when split_by_file reached. Fix
5101 link_order_tail (even though it's not used).
5102 (ldwrite): Modify condition for calling split_sections to suit
5103 changed split_by_reloc and split_by_file.
5104 * ldmain.c (main): Init config.split_by_reloc and
5105 config.split_by_file to -1.
5106 * ld.h (ld_config_type): Change split_by_reloc to unsigned.
5107 Change split_by_file to bfd_size_type.
5109 2000-09-02 Nick Clifton <nickc@redhat.com>
5111 * configure.in: Increase version number to 2.10.91.
5112 * NEWS: Mention new ability to support removal of duplicate DWARF2
5114 * configure: Regenerate.
5115 * aclocal.m4: Regenerate.
5116 * config.in: Regenerate.
5118 2000-09-02 Daniel Berlin <dberlin@redhat.com>
5120 * scripttempl/elf.sc: Add .gnu.linkonce.wi.* to .debug_info
5122 * scripttempl/elf32avr.sc: Ditto.
5123 * scripttempl/elfd10v.sc: Ditto.
5124 * scripttempl/elfd30v.sc: Ditto.
5125 * scripttempl/elfi370.sc: Ditto.
5126 * scripttempl/elfm68hc11.sc: Ditto.
5127 * scripttempl/elfm68hc12.sc: Ditto.
5128 * scripttempl/elfi386beos.sc: Ditto.
5129 * scripttempl/v850.sc: Ditto.
5131 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
5133 * acinclude.m4: Include libtool and gettext macros from the
5135 * aclocal.m4, configure: Rebuilt.
5137 2000-08-25 Nick Clifton <nickc@redhat.com>
5139 * ldlang.c (open_output): When choosing the target for a
5140 particular endianness, do nothing if the target is not
5143 2000-08-25 H.J. Lu <hjl@gnu.org>
5145 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Don't
5146 check -rpath nor LD_RUN_PATH for cross link.
5147 * ld.texinfo: Document the change.
5149 2000-08-24 Hans-Peter Nilsson <hp@axis.com>
5151 * NEWS: Mention support for CRIS.
5153 2000-08-23 H.J. Lu <hjl@gnu.org>
5155 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Get
5156 the current runpath list from bfd_elf_get_runpath_list ()
5159 2000-08-22 H.J. Lu <hjl@gnu.org>
5161 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Search
5162 the DT_RPATH/DT_RUNPATH entries for DT_NEEDED after
5163 LD_LIBRARY_PATH for native linker. Display the needed DSO if
5164 trace_file_tries is non-zero.
5165 (gld${EMULATION_NAME}_try_needed): Report the needed DSO found
5166 if trace_file_tries is non-zero.
5168 * ld.texinfo: Document the usage of DT_RPATH/DT_RUNPATH.
5171 2000-08-14 Jason Eckhardt <jle@cygnus.com>
5173 * NEWS: Mention i860 support.
5175 2000-08-14 Andreas Schwab <schwab@suse.de>
5177 * scripttempl/elf.sc: Fix last change to use correct comment
5180 2000-08-10 Geoff Keating <geoffk@cygnus.com>
5182 * scripttempl/elf.sc: Add a comment giving the correspondence
5183 between sections, per-datum sections, and linkonce sections. Make
5184 the comment true even for .bss, .sdata, .sdata2, .sbss, and
5187 2000-08-10 Jason Eckhardt <jle@cygnus.com>
5189 * emulparams/elf32_i860.sh: New file.
5190 * configure.tgt: Recognize new target i860-stardent-{sysv4*|elf*}.
5191 * Makefile.am (ALL_EMULATIONS): Add eelf32_i860.o.
5192 (eelf32_i860.c): New rule.
5193 * Makefile.in: Regenerate.
5195 2000-08-10 Nick Clifton <nickc@cygnus.com>
5197 * emulparams/mipspe.sh (ENTRY): Add definition.
5199 2000-08-08 Peter Jeremy <peter.jeremy@alcatel.com.au>
5201 * emultempl/elf32.em (_after_close): Refer to -rpath not --rpath
5204 2000-08-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
5206 * scripttempl/elfm68hc11.sc: Define __bss_size symbol to indicate
5207 the final size of .bss section.
5208 * scripttempl/elfm68hc12.sc: Likewise.
5210 2000-08-04 Alan Modra <alan@linuxcare.com.au>
5212 * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Rename to
5213 gld${EMULATION_NAME}_parse_args for consistency. Combine
5214 lastoptind and prevoptind vars, and keep track of last optind.
5215 (gld_${EMULATION_NAME}_list_options): Rename to
5216 gld${EMULATION_NAME}_list_options.
5218 2000-08-03 Rodney Brown <RodneyBrown@pmsc.com>
5220 * configure.tgt: Select targ_emul=elf_i386 for Unixware 7
5221 (i586-sco-sysv5uw7.1.0).
5223 2000-07-27 H.J. Lu <hjl@gnu.org>
5225 * emulparams/elf64alpha.sh (PARSE_AND_LIST_ARGS): Removed.
5226 (PARSE_AND_LIST_PROLOGUE): New.
5227 (PARSE_AND_LIST_LONGOPTS): Likewise.
5228 (PARSE_AND_LIST_OPTIONS): Likewise.
5229 (PARSE_AND_LIST_ARGS_CASES): Likewise.
5230 (PARSE_AND_LIST_EPILOGUE): Likewise.
5232 2000-07-28 Alan Modra <alan@linuxcare.com.au>
5234 * emultempl/armelf.em: Elide functions common to elf32.em,
5235 ie. most of the file.
5236 (arm_elf_after_open): New. Do arm specific things then call
5237 gld${EMULATION_NAME}_after_open.
5238 (arm_elf_before_allocation): New. Call
5239 gld${EMULATION_NAME}_before_allocation then do arm specifics.
5240 (PARSE_AND_LIST_PROLOGUE): Define.
5241 (PARSE_AND_LIST_SHORTOPTS): Define.
5242 (PARSE_AND_LIST_LONGOPTS): Define.
5243 (PARSE_AND_LIST_OPTIONS): Define.
5244 (PARSE_AND_LIST_ARGS_CASES): Define.
5245 (LDEMUL_AFTER_OPEN): Define.
5246 (LDEMUL_BEFORE_ALLOCATION): Define.
5247 (LDEMUL_BEFORE_PARSE): Define.
5248 (LDEMUL_FINISH): Define.
5250 * emultempl/hppaelf.em: Similarly zap most of this file.
5251 (hppaelf_add_stub_section): Prototype.
5252 (hppaelf_layaout_sections_again): Prototype.
5253 (hook_in_stub): Prototype.
5254 (LDEMUL_SET_OUTPUT_ARCH): Define.
5255 (LDEMUL_FINISH): Define.
5256 (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
5258 * emulparams/armelf.sh (TEMPLATE_NAME): Use elf32.
5259 (EXTRA_EM_FILE): New.
5260 * emulparams/armelf_linux.sh: Likewise.
5261 * emulparams/armelf_linux26.sh: Likewise.
5262 * emulparams/hppalinux.sh: Likewise.
5263 * emulparams/hppaelf.sh: Likewise.
5266 * emultempl/elf32.em: Fix formatting.
5267 (EXTRA_EM_FILE): Source it.
5268 (LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
5269 LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
5270 LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
5271 LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
5272 LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
5273 LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
5274 LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
5275 LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
5276 LDEMUL_FIND_POTENTIAL_LIBRARIES): New shell vars. Add code to
5277 allow functions in this file to be overridden.
5278 (PARSE_AND_LIST_SHORTOPTS): Handle it.
5280 * emultempl/m68kcoff.em: Include ldfile.h before ldemul.h.
5282 * emultempl/elf32.em: Reorganize file.
5284 2000-07-27 Ivan Kokshaysky <ink@jurassic.park.msu.ru>
5286 * emulparams/elf64alpha.sh: Implement "-taso" emulation
5287 specific option to fit 64-bit executable in the lower
5288 31-bit address range. This is done by changing start
5289 address of .interp (the very first section of executable)
5290 and then setting EF_ALPHA_32BIT elf header flag.
5292 2000-07-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
5294 * emultempl/m68kcoff.em: New file.
5295 * emulparams/m68kcoff.sh (TEMPLATE_NAME): Use m68kcoff template.
5296 * Makefile.am (em68kcoff.c): Depend on m68kcoff.em rather than
5298 * Makefile.in: Regenerate.
5300 2000-07-20 H.J. Lu <hjl@gnu.org>
5302 * emultempl/elf32.em (longopts): Duplicate "disable-new-dtags"
5303 and "disable-new-dtags" to stop getopt from treating -d/-e as
5304 abbreviations for these options.
5306 2000-07-20 H.J. Lu <hjl@gnu.org>
5308 * ld.texinfo: Add documentation for --disable-new-dtags and
5311 * ldmain.c (main): Initialize link_info.new_dtags to false.
5313 * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Add
5314 --disable-new-dtags and --enable-new-dtags.
5315 (gld_${EMULATION_NAME}_list_options): Likewise.
5317 2000-07-05 Kenneth Block <krblock@computer.org>
5319 * lexsup.c: Add optional style to demangle switch
5320 * ld.texinfo: Document optional style to demangle switch.
5322 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
5324 * Makefile.am (ALL_EMULATIONS): Add ecrisaout.o, ecriself.o,
5326 (ecrisaout.c, ecriself.c, ecrislinux.c): New rules.
5327 Regenerate dependencies.
5328 * Makefile.in: Rebuild.
5329 * configure.tgt (cris-*-*): New target.
5330 * emulparams/crisaout.sh, emulparams/criself.sh,
5331 emulparams/crislinux.sh, scripttempl/crisaout.sc: New files.
5332 * po/POTFILES.in, po/ld.pot: Regenerate.
5334 2000-07-20 H.J. Lu <hjl@gnu.org>
5336 * emultempl/elf32.em (gld_${EMULATION_NAME}_list_options):
5337 Print out ignored -z options.
5339 2000-07-19 H.J. Lu <hjl@gnu.org>
5341 * emulparams/elf32mcore.sh (PARSE_AND_LIST_ARGS): Removed.
5342 (PARSE_AND_LIST_PROLOGUE): New.
5343 (PARSE_AND_LIST_LONGOPTS): Likewise.
5344 (PARSE_AND_LIST_OPTIONS): Likewise.
5345 (PARSE_AND_LIST_ARGS_CASES): Likewise.
5347 * ldmain.c (main): Clear link_info.flags and link_info.flags_1.
5349 * lexsup.c (ld_options): Comment out 'z'.
5350 (parse_args): Likewise.
5352 * emultempl/elf32.em: Include "elf/common.h".
5353 (gld_${EMULATION_NAME}_parse_args): Defined. Handle some -z
5355 (gld_${EMULATION_NAME}_list_options): Likewise.
5357 * ld.texinfo: Add documentation for the recognized -z options.
5359 2000-07-19 H.J. Lu <hjl@gnu.org>
5361 * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Call
5362 bfd_elf_set_dt_needed_soname ().
5364 2000-07-18 DJ Delorie <dj@cygnus.com>
5366 * pe-dll.c (pe_dll_id_target): check object target name also
5368 2000-07-18 Hans-Peter Nilsson <hp@axis.com>
5370 * scripttempl/elf.sc (.init): Only do ${INIT_START} and
5371 ${INIT_END} if relocating.
5372 (.fini): Likewise ${FINI_START} and ${FINI_END}.
5374 2000-07-16 Charles Wilson <cwilson@ece.gatech.edu>
5376 * emultempl/pe.em (gld_*_open_dynamic_archive): New search
5377 order for dynamic library '-lfoo' on pei386: libfoo.dll.a,
5378 foo.dll.a, libfoo.a, libfoo.dll, foo.dll. This fixes compatibility
5379 errors introduced by the old dynamic lib search order.
5381 2000-07-17 DJ Delorie <dj@cygnus.com>
5383 * pe-dll.c (process_def_file): auto-export data items also
5384 (pe_process_import_defs): also see if _imp_ form needed
5386 2000-07-12 Charles Wilson <cwilson@ece.gatech.edu>
5388 * pe-dll.c (make_one): fix a typo in the __imp_ name decoration
5389 for dll import libraries
5391 2000-07-12 Mark Elbrecht <snowball3@bigfoot.com>
5393 * scripttempl/i386go32.sc: Support the g++ attribute init_priority in
5394 gcc 2.95.2 and later.
5396 2000-07-11 Kazu Hirata <kazu@hxi.com>
5398 * ldfile.c (ldfile_try_open_bfd): Output '\n' after an error
5401 2000-07-10 Alan Modra <alan@linuxcare.com.au>
5403 * ldemul.h (struct lang_input_statement_struct): Remove forward
5405 (struct search_dirs): Likewise.
5406 * ldfile.h (struct lang_input_statement_struct): Likewise.
5407 Protect file from multiple inclusion.
5408 * ldlang.h (LANG_FOR_EACH_INPUT_STATEMENT): Move file_chain
5409 declaration from macro to file scope.
5411 * ldemul.c: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this order.
5412 * ldgram.y: Likewise here.
5413 * ldlang.c: And here.
5414 * ldmain.c: And here.
5415 * mpw-elfmips.c: And here.
5416 * mpw-eppcmac.c: And here.
5417 * emultempl/aix.em: And here.
5418 * emultempl/armcoff.em: And here.
5419 * emultempl/armelf.em: And here.
5420 * emultempl/armelf_oabi.em: And here.
5421 * emultempl/beos.em: And here.
5422 * emultempl/elf32.em: And here.
5423 * emultempl/hppaelf.em: And here.
5424 * emultempl/linux.em: And here.
5425 * emultempl/lnk960.em: And here.
5426 * emultempl/pe.em: And here.
5427 * emultempl/sunos.em: And here.
5428 * mpw-esh.c: And here. Include ldexp.h and ldlang.h too.
5429 * mpw-idtmips.c: Ditto.
5430 * emultempl/generic.em: Ditto.
5431 * emultempl/gld960.em: Ditto.
5432 * emultempl/gld960c.em: Ditto.
5433 * emultempl/mipsecoff.em: Ditto.
5434 * emultempl/ticoff.em: Ditto.
5435 * emultempl/vanilla.em: Ditto.
5437 * pe-dll.c: Include ldfile.h
5438 * ldver.c: Include ldexp.h, ldlang.h, ldfile.h
5440 * mpw-elfmips.c: (gldelf32ebmip_before_allocation): Add missing
5441 arguments to bfd_elf32_size_dynamic_sections call.
5442 (gldelf32ebmip_place_orphan): Add missing arguments to
5443 lang_leave_output_section_statement call.
5445 2000-07-10 H.J. Lu <hjl@gnu.org>
5447 * emultempl/pe.em (pe_enable_stdcall_fixup): Protect with
5449 (strhash): Likewise.
5450 (compute_dll_image_base): Likewise.
5451 (pe_undef_found_sym): Likewise.
5452 (pe_undef_cdecl_match): Likewise.
5453 (gld_${EMULATION_NAME}_open_dynamic_archive): Mark the
5454 argument "arch" with ATTRIBUTE_UNUSED.
5456 2000-07-10 Alan Modra <alan@linuxcare.com.au>
5458 * configure.tgt: Remove extraneous hppa*-*-linux-gnu*.
5460 From Ryan Bradetich <rbradetich@uswest.net>
5461 * ldwrite.c (SSIZE): Remove to cure macro redefinition warning.
5463 2000-07-09 Alan Modra <alan@linuxcare.com.au>
5465 Changes to create multiple linker stubs, positioned immediately
5466 before the section where they are required.
5467 * emultempl/hppaelf.em: Include elf32-hppa.h.
5468 (stub_sec, file_chain): Delete.
5469 (hppaelf_create_output_section_statements): Don't make a stub
5471 (hook_stub_info): New struct.
5472 (hook_in_stub): New function.
5473 (hppaelf_add_stub_section): New function.
5474 (hppaelf_finish): Do nothing for relocateable links. Modify the
5475 call to elf32_hppa_size_stubs. Move code for updating section
5477 (hppaelf_layaout_sections_again): ..to here, a new function.
5479 * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Fix
5480 broken list handling. Pass in a pointer to the list.
5481 (hppaelf_finish): Update call to hppaelf_delete_padding_statements
5483 (hppaelf_before_parse): Prototype.
5484 (hppaelf_set_output_arch): Prototype.
5485 (hppaelf_create_output_section_statements): Prototype.
5486 (hppaelf_delete_padding_statements): Prototype.
5487 (hppaelf_finish): Prototype.
5490 * emultempl/hppaelf.em: Include ctype.h.
5491 (struct orphan_save): New.
5492 (gld${EMULATION_NAME}_place_orphan): New.
5493 (output_rel_find): New.
5494 (hppaelf_get_script): Update from elf32.em.
5495 (ld_hppaelf_emulation): Rename to ld_${EMULATION_NAME}_emulation.
5496 Change emulation_name field to "${EMULATION_NAME}". Add
5497 gld${EMULATION_NAME}_place_orphan.
5499 * Makefile.am (ALL_EMULATIONS): Reinstate ehppaelf.o, add
5500 ehppalinux.o, sort it. Regenerate dependencies.
5501 (ehppalinux.c): Depend on hppaelf.em
5502 * Makefile.in: Regenerate.
5504 * configure.tgt: targ_emul=hppalinux for hppa*linux
5506 * emulparams/hppalinux.sh: New.
5507 * emulparams/hppaelf.sh (TARGET_PAGE_SIZE): Write in hex.
5509 2000-07-08 Alan Modra <alan@linuxcare.com.au>
5511 * lexsup.c (parse_args): Copy section name.
5513 2000-07-07 Charles Wilson <cwilson@ece.gatech.edu>
5515 * emultempl/pe.em: institute the following search order for
5516 dynamic libraries on pei386: libfoo.dll.a, foo.dll.a (import
5517 libs), libfoo.dll, foo.dll (link direct to dll). Fall back to
5518 static lib (libfoo.a) if none of the above are found.
5520 2000-07-07 Mumit Khan <khan@xraylith.wisc.edu>
5522 * emultempl/pe.em (pe_enable_auto_image_base): New variable.
5523 (longopts): New --{enable,disable}-auto-image-base options.
5524 (gld_${EMULATION_NAME}_list_options): Document.
5525 (gld_${EMULATION_NAME}_parse): Handle.
5526 (strhash): New static function.
5527 (compute_dll_image_base): New static function.
5528 (gld_${EMULATION_NAME}_set_symbols): Use.
5530 2000-07-05 DJ Delorie <dj@redhat.com>
5534 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
5536 * configure.tgt: Add traditional mips (mips*-*-sysv4*) target.
5537 * emulparams/elf32btsmip.sh: New file.
5538 * Makefile.am: Add traditional mips target.
5539 * Makefile.in: Rebuild.
5541 2000-07-01 H.J. Lu <hjl@gnu.org>
5543 * Makefile.am (EXTRA_ld_new_SOURCES): Set to deffilep.y for
5544 automake to use YLWRAP.
5545 * Makefile.in: Rebuild.
5547 2000-07-01 Alan Modra <alan@linuxcare.com.au>
5549 * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed
5550 (CLEANFILES): Add DEPA.
5551 * Makefile.in: Regenerate.
5553 2000-06-30 Timothy Wall <twall@ppc>
5555 * scripttempl/tic54xcoff.sc: PAGE N is not implemented, so encode
5556 the page in the upper octet of the address.
5558 2000-06-26 Marek Michalkiewicz <marekm@linux.org.pl>
5560 * emulparams/avrmega161.sh (ARCH): Change to avr:5.
5562 2000-06-24 Alan Modra <alan@linuxcare.com.au>
5564 * NEWS: arm-elf does --gc-sections too.
5566 2000-06-22 Alan Modra <alan@linuxcare.com.au>
5568 * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
5570 * Makefile.in: Regenerate.
5572 2000-06-21 H.J. Lu <hjl@gnu.org>
5574 * Makefile.am: Rebuild dependency.
5575 * Makefile.in: Rebuild.
5577 2000-06-20 H.J. Lu <hjl@gnu.org>
5579 * Makefile.am: Rebuild dependency.
5580 * Makefile.in: Rebuild.
5582 2000-06-20 Timothy Wall <twall@cygnus.com>
5584 * scripttempl/tic54xcoff.sc: New.
5585 * ldlang.c (wild_doit): Propagate SEC_BLOCK flag.
5586 * gen-doc.texi: Add flag for TI COFF.
5587 * ld.texinfo: Add documentation for TI COFF handling switches.
5588 * emultempl/ticoff.em: New. TI COFF handling.
5589 * configure.tgt: Add tic54x target.
5590 * Makefile.am: Add tic54x target.
5591 * Makefile.in: Ditto.
5593 2000-06-20 Alan Modra <alan@linuxcare.com.au>
5595 * ldmain.c (set_scripts_dir): Correct pointer comparison when
5596 checking for backslashes.
5598 2000-06-19 Alan Modra <alan@linuxcare.com.au>
5600 * NEWS: Move entries not in 2.10 above "Changes in version 2.10".
5602 2000-06-18 Alan Modra <alan@linuxcare.com.au>
5604 * NEWS: Update list of targets supporting --gc-sections.
5606 * scripttempl/elf.sc: KEEP .eh_frame contents.
5607 * scripttempl/elfd30v.sc: Same here.
5609 2000-06-18 Stephane Carrez <stcarrez@worldnet.fr>
5611 * Makefile.am (ALL_EMULATIONS): Added new emulation for m68hc12
5613 * Makefile.in: Rebuild.
5614 * configure.tgt: Recognize m68hc12 and m68hc11.
5615 * scripttempl/elfm68hc12.sc: New file.
5616 * emulparams/m68hc12elfb: New emulation.
5617 * emulparams/m68hc12elf: New emulation.
5618 * emulparams/m68hc11elfb.sh: New file. User configurable emulation
5619 (includes a memory.x script to define the ROM and RAM banks).
5620 * scripttempl/elfm68hc11.sc, emulparams/m68hc11elf.sh:
5621 New configuration files for support of Motorola 68hc11
5623 2000-06-15 Alan Modra <alan@linuxcare.com.au>
5625 * ldmain.c (main): Only change SEC_READONLY for final link.
5627 2000-06-13 H.J. Lu <hjl@gnu.org>
5629 * configure: Regenerate.
5631 2000-06-08 David O'Brien <obrien@FreeBSD.org>
5633 * configure.in (VERSION): Update to show this is the CVS mainline.
5635 2000-06-07 Michael Sokolov <msokolov@ivan.Harhan.ORG>
5637 * emultempl/mipsecoff.em (gld{EMULATION_NAME}_after_open): Require all
5638 input objects to be ECOFF.
5639 (check_sections): einfo takes %B, not %P, to print a BFD name.
5641 2000-06-05 Michael Matz <matz@ifh.de>
5643 * ldgram.y (vers_defns): Handle 'extern "C++" { ... }' in
5646 * ldlex.l (V_IDENTIFIER): Accept `::' in symbols.
5648 2000-05-23 Marek Michalkiewicz <marekm@linux.org.pl>
5650 * emulparams/avr1200.sh (STACK): Define as 0.
5651 * emulparams/avr23xx.sh (STACK): Define as last internal SRAM address.
5652 * emulparams/avr4433.sh (STACK): Likewise.
5653 * emulparams/avr44x4.sh (STACK): Likewise.
5654 * emulparams/avr85xx.sh (STACK): Likewise.
5655 * emulparams/avrmega103.sh (STACK): Likewise.
5656 * emulparams/avrmega161.sh (STACK): Likewise.
5657 * emulparams/avrmega603.sh (STACK): Likewise.
5658 * scripttempl/elf32avr.sc (__data_start): Define for gcrt1.
5659 (__stack): Define from ${STACK} for main().
5661 2000-05-26 Alan Modra <alan@linuxcare.com.au>
5663 * Makefile.am: Update dependencies with "make dep-am"
5664 * Makefile.in: Regenerate.
5666 2000-05-26 Eli Zaretskii <eliz@is.elta.co.il>
5668 * ldmain.c: Include filenames.h.
5669 (set_scripts_dir): Support backslashes in program name.
5671 2000-05-22 Igor Shevlyakov <igor@windriver.com>
5673 * ldmain.c (main): When deciding if ".text" section should be
5674 read-only, don't forget to reset SEC_READONLY because it
5675 could be already set.
5677 2000-05-22 Thomas de Lellis <tdel@windriver.com>
5679 * ld.1: Add documentation for new command line option:
5680 --section-start <sectionname>=<sectionorg>
5681 This is a generic version of -Ttext etc. which accepts
5682 any section name as a parameter instead of just text/data/
5684 * ld.texinfo: More docs.
5686 * lexsup.c: (parse_args): Recognize new command line option.
5687 (ld_options): Add new option.
5689 2000-05-18 H.J. Lu <hjl@gnu.org>
5691 * lexsup.c (parse_args): `i' == `r', not `q'.
5693 2000-05-18 Jeffrey A Law (law@cygnus.com)
5695 * configure.tgt (hppa*64*-*-*): Enable PA64 target.
5697 2000-05-17 S. Bharadwaj Yadavalli <sby@scrugs.lkg.dec.com>
5698 Rick Gorton <gorton@scrugs.lkg.dec.com>
5700 Add support for '-q' == '--emit-relocs' switch.
5701 * ldmain.c (main): Default to false.
5702 * lexsup.c (parse_args): Turn on emitrelocations flag if set.
5703 * NEWS: Describe the emitrelocations switch.
5704 * ld.texinfo: Describe the emitrelocations switch.
5706 2000-05-16 Charles Wilson <cwilson@ece.gatech.edu>
5708 * emultempl/pe.em (_open_dynamic_archive): New function: Search
5709 the library path for "foo.dll" and "libfoo.dll" dynamic libraries
5710 before searching for 'libfoo.a' in response to a '-Bdynamic -lfoo'
5713 2000-05-15 David O'Brien <obrien@FreeBSD.org>
5715 * lexsup.c (parse_args): Update the year in the copyright notice.
5717 2000-05-13 Alan Modra <alan@linuxcare.com.au>
5719 * ld.h (gettext, dgettext, dcgettext, textdomain, bindtextdomain):
5720 Replace defines with those from intl/libgettext.h to quieten gcc
5723 2000-05-10 H.J. Lu <hjl@gnu.org>
5725 * ldlang.c (open_input_bfds): Don't load the same file within
5726 a group again if the whole archive has been loaded already.
5728 2000-05-03 Alan Modra <alan@linuxcare.com.au>
5730 From Ulf Carlsson <ulfc@engr.sgi.com> and Andreas Jaeger <aj@suse.de>
5731 * lexsup.c (set_section_start): Use bfd_scan_vma rather than
5734 2000-05-01 Jim Wilson <wilson@cygnus.com>
5736 * configure.host (ia64-*-linux-gnu*): Change gcc to ${CC}.
5738 * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
5739 host "ia64-*-linux-gnu*".
5741 2000-04-29 Andreas Jaeger <aj@suse.de>
5743 * ld.h: Correctly check GCC version.
5745 2000-04-25 Jeffrey A Law (law@cygnus.com)
5747 * Makefile.am: Add PA64 support. Add missing dependencies for
5749 * Makefile.in: Rebuilt.
5750 * configure.tgt: Add PA64 support (currently disabled).
5752 2000-04-25 Alan Modra <alan@linuxcare.com.au>
5754 * emultempl/elf32.em (gld${EMULATION_NAME}_place_section): Delete.
5755 (output_rel_find): New function.
5756 (hold_section, hold_use): Delete.
5757 (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
5758 hold_interp): Make local to place_orphan.
5759 (gld${EMULATION_NAME}_place_orphan): Use lang_output_section_find
5760 rather than place_section to find possible previous use of orphan.
5761 Similarly find the place-holder output sections. Use returned
5762 value from lang_enter_output_section_statement rather than calling
5763 lang_output_section_statement_lookup.
5764 * emultempl/armelf.em: Same here.
5765 * emultempl/pe.em: Similar to above, but no need for output_rel_find.
5767 * ldlang.c (lang_enter_output_section_statement): Return output
5769 * ldlang.h (lang_enter_output_section_statement): Change
5772 * ldlang.h (lang_output_section_statement): Export it.
5773 * ldlang.c (lang_output_section_statement): Ditto.
5775 2000-04-24 Nick Clifton <nickc@cygnus.com>
5777 * ld.texinfo (Output Section Data): Add note that section data
5778 commands cannot appear outside of section directives.
5780 2000-04-2 Matthew Green <mrg@cygnus.com>
5782 * configure.tgt: Add NetBSD/sparc ELF, and NetBSD/sparc64 support.
5784 2000-04-21 Richard Henderson <rth@cygnus.com>
5785 David Mosberger <davidm@hpl.hp.com>
5787 * Makefile.am (ALL_64_EMULATIONS): Add eelf64_ia64.o.
5788 (eelf64_ia64.c): New rule.
5789 * Makefile.in: Rebuild.
5790 * configure.tgt (ia64-*-elf*, ia64-*-linux*): New targets.
5791 * emulparams/elf64_ia64.sh: New file.
5793 2000-04-21 Richard Henderson <rth@cygnus.com>
5795 * scripttempl/elfd30v.sc: Place .gcc_except_table.
5797 2000-04-19 Alan Modra <alan@linuxcare.com.au>
5799 * dep-in.sed: Match space at start of file name, not at end.
5801 2000-04-18 H.J. Lu <hjl@gnu.org>
5803 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Call
5804 lang_leave_output_section_statement () after calling
5805 lang_enter_output_section_statement ().
5806 * emultempl/armelf.em: Likewise.
5808 2000-04-18 Alan Modra <alan@linuxcare.com.au>
5810 * emultempl/elf32.em (struct orphan_save): Add section field.
5811 (gld${EMULATION_NAME}_place_orphan): Use above to keep sections in
5812 better order, and place first orphan section as we did before the
5813 2000-04-12 patch. Ignore ~SEC_ALLOC sections when choosing place.
5814 Don't call make_bfd_section here, let wild_doit do the job for us.
5815 Don't build a statement list when we'll only throw it away.
5816 * emultempl/armelf.em: Ditto.
5817 * emultempl/pe.em: Similarly.
5819 2000-04-14 Geoff Keating <geoffk@cygnus.com>
5821 * scripttempl/elfppc.sc: Remove.
5822 * emulparams/elf32ppc.sh: Use elf.sc.
5823 * emulparams/elf32lppc.sh: Use elf.sc.
5824 * emulparams/elf32ppclinux.sh: Use elf.sc.
5825 * emulparams/elf32ppcsim.sh: New file.
5826 * emulparams/elf32lppcsim.sh: New file.
5827 * Makefile.am: Update dependencies. Add elf32ppcsim ad elf32lppcsim.
5828 (ALL_EMULATIONS): Add elf32ppcsim ad elf32lppcsim.
5829 * Makefile.in: Regenerate.
5830 * configure.tgt (powerpc-*): Add elf32ppcsim and elf32lppcsim.
5832 2000-04-14 Alan Modra <alan@linuxcare.com.au>
5834 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Process
5835 ~SEC_ALLOC sections too. Init start address of debug sections.
5836 * emultempl/armelf.em (gld${EMULATION_NAME}_place_orphan): Ditto.
5837 * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Ditto.
5838 Also set all relocateable section start addresses.
5840 2000-04-13 Geoff Keating <geoffk@cygnus.com>
5842 * scripttempl/elf.sc: Add support for .sbss2 and .sdata2 sections.
5843 Add new BSS_PLT variable for when .plt need not be contained in
5844 the file. Move _etext so that it is also after .fini, and provide
5845 both etext and _etext with a leading underscore. Mark the start
5848 2000-04-12 Alan Modra <alan@linuxcare.com.au>
5850 * emultempl/elf32.em (struct orphan_save): New.
5851 (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
5852 hold_interp): Make them struct orphan_save.
5853 (gld${EMULATION_NAME}_place_section): Modify for new hold_*.
5854 (gld${EMULATION_NAME}_place_orphan): Add new orphan sections to
5855 the end of the relevant section list. Also add associated section
5856 statements to the end of any previous orphan statements.
5857 * emultempl/armelf.em: Similarly.
5858 * emultempl/pe.em: Similarly.
5860 2000-04-11 Alan Modra <alan@linuxcare.com.au>
5862 * ld.texinfo (Simple Example): Remove extraneous paragraph.
5864 2000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
5866 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
5867 --enable-build-warnings option.
5868 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
5869 * Makefile.in, configure: Re-generate.
5871 2000-04-04 Alan Modra <alan@linuxcare.com.au>
5873 * po/ld.pot: Regenerate.
5875 * lexsup.c (help): Restore translated part of bug string.
5877 * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
5878 (DEP): Quote when passing vars to sub-make. Add warning message
5880 (DEP1): Rewrite for "gcc -MM".
5881 (CLEANFILES): Add DEP2.
5882 Update dependencies.
5883 * Makefile.in: Regenerate.
5885 2000-04-03 Alan Modra <alan@linuxcare.com.au>
5887 * ld.h: #include "bin-bugs.h"
5888 * lexsup.c (help): Use REPORT_BUGS_TO.
5890 2000-03-27 Denis Chertykov <denisc@overta.ru>
5892 * configure.tgt (avr-*-*): New target support.
5893 * Makefile.am: Likewise.
5894 * scripttempl/elf32avr.sc: New script file.
5895 * emulparams/avr1200.sh: New file.
5896 * emulparams/avr23xx.sh: New file.
5897 * emulparams/avr4433.sh New file.
5898 * emulparams/avr44x4.sh New file.
5899 * emulparams/avr85xx.sh New file.
5900 * emulparams/avrmega103.sh New file.
5901 * emulparams/avrmega161.sh New file.
5902 * emulparams/avrmega603.sh New file.
5903 * Makefile.in: Regenerate.
5905 2000-03-09 Andreas Jaeger <aj@suse.de>
5907 * Makefile.am (check-DEJAGNU): Also unset LANG.
5908 * Makefile.in: Rebuild.
5910 2000-03-06 Ian Lance Taylor <ian@zembu.com>
5912 * ldfile.c (ldfile_try_open_bfd): Don't crash if we see an empty
5915 2000-03-02 H.J. Lu <hjl@gnu.org>
5917 * emulparams/elf32mcore.sh: Include "getopt.h".
5919 2000-03-01 Ian Lance Taylor <ian@zembu.com>
5921 * configure.tgt: Remove *-*-aout, *-*-coff, and *-*-netware.
5923 2000-03-01 H.J. Lu <hjl@gnu.org>
5925 * emulparams/mipspe.sh: Add SUBSYSTEM and INITIAL_SYMBOL_CHAR.
5926 * emulparams/shpe.sh: Likewise.
5928 2000-03-01 Nick Clifton <nickc@cygnus.com>
5930 * pe-dll.c: Remove unused variables and add ATTRIBUTE_UNUSED
5931 to unused parameters.
5933 * emultempl/pe.em: Add "#ifdef DLL_SUPPORT" around static
5934 functions only used by DLL code.
5935 (_place_orphan): Initialise 'dollar'.
5937 2000-03-01 H.J. Lu <hjl@gnu.org>
5939 * ldmain.c (undefined_symbol): Take one more arg, fatal, to
5940 indicate if the undefined symbol is a fatal error or not.
5941 Don't delete the output file if "fatal" is false.
5943 2000-02-29 H.J. Lu <hjl@gnu.org>
5945 * Makefile.am (check-DEJAGNU): Also pass LIBS="$(LIBS)".
5946 Set LC_COLLATE and LC_ALL to null and export them. It is for
5947 sort which expects the C locale.
5948 Add $(LIBS) to all $(HOSTING_LIBS).
5949 * Makefile.in: Rebuild.
5951 2000-02-29 Alan Modra <alan@spri.levels.unisa.edu.au>
5953 * emultempl/{aix.em, armcoff.em, armelf.em, armelf_oabi.em,
5954 beos.em, elf32.em, generic.em, gld960.em, gld960c.em, hppaelf.em,
5955 linux.em, lnk960.em, mipsecoff.em, sunos.em, vanilla.em}
5956 (ld_emulation_xfer_struct): Add missing NULL initialiser for
5957 find_potential_libraries.
5959 2000-02-28 Jim Blandy <jimb@redhat.com>
5961 * ldgram.y (exclude_name_list): Don't require a comma to separate
5962 list entries; the lexer considers commas to be valid part of a
5963 filename, so in something like `foo, bar' the comma is considered
5964 part of the first filename, `foo,'.
5965 * ld.texinfo: Update section on EXCLUDE_FILE lists.
5967 2000-02-27 Loren J. Rittle <ljrittle@acm.org>
5969 * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
5970 host "i[3456]86-*-freebsdelf*".
5972 2000-02-27 Mark Elbrecht <snowball3@bigfoot.com>
5974 * scripttempl/i386go32.sc: Move misplaced semicolons.
5976 2000-02-25 Ian Lance Taylor <ian@zembu.com>
5978 * Makefile.am (ALL_EMULATIONS): Remove ehppaelf.o.
5979 (ALL_64_EMULATIONS): Remove eelf64hppa.o.
5980 (eelf64hppa.c, ehppaelf.c): Remove targets.
5981 * Makefile.in: Rebuild.
5983 2000-02-25 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
5985 * configure.tgt (targ_extra_ofiles): Enable elf64_sparc on
5986 GNU/Linux/sparc, but keep the default as 32.
5988 * configure.tgt: Enable elf64_sparc on Solaris7+/sparc. And make
5989 it default if sparcv9 or sparc64.
5991 2000-02-24 Nick Clifton <nickc@cygnus.com>
5993 * Makefile.am: Add rules to build emipspe.o and earmpe.o.
5994 * Makefile.in: Regenerate.
5995 * configure.tgt: Add targets for arm-wince, sh-pe and mips-pe.
5997 * ldemul.h (ld_emulation_xfer_struct): Add new field:
5998 find_potential_libraries.
5999 * ldemul.c (ldemul_find_potential_libraries): New function.
6001 * ldfile.c (ldfile_open_file_search): Allow function to be
6003 (ldfile_open_file): Call ldemul_find_potential_libraries.
6004 * ldfile.h: Add prototype for ldfile_open_file_search.
6006 * pe-dll.c: Add support for ARM, MIPS and SH targets.
6008 * emulparams/mipspe.sh: New file. Parameters for mips-pe target.
6009 * emulparams/shpe.sh: New file. Parameters for sh-pe target.
6011 * emultempl/pe.em: Add support for ARM, MIPS and SH DLLs.
6012 (gld_X_find_potential_libraries): New function. Search for
6013 libraries called "*.lib".
6015 * scripttempl/pe.sc: Add .pdata section.
6017 2000-02-23 Richard Henderson <rth@cygnus.com>
6019 * scripttempl/elfd10v.sc: Remove dynamic linking hooks.
6020 Add and use memory regions.
6022 2000-02-23 Linas Vepstas (linas@linas.org)
6024 * emulparams/elf32i370.sh, scripttempl/elfi370.sc: New.
6026 * Makefile.am: Add support for Linux/IBM 370.
6027 * configure.tgt: Likewise.
6029 * Makefile.in: Regenerate.
6031 2000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
6033 * ldlang.c (print_input_section, print_data_statement,
6034 print_reloc_statement, print_padding_statement, insert_pad,
6035 size_input_section, lang_check_section_addresses,
6036 lang_size_sections, lang_do_assignments, lang_set_startof,
6037 lang_one_common): Change `opb' to unsigned.
6038 (lang_do_assignments): Also change `size' to unsigned.
6040 2000-02-16 Richard Henderson <rth@cygnus.com>
6042 * scripttempl/elf.sc: Place OTHER_PLT_RELOC_SECTION.
6044 2000-02-16 Timothy Wall <twall@cygnus.com>
6046 * mri.c (mri_draw_tree): Add default LMA region argument to call
6047 to lang_leave_output_section_statement.
6048 * ldlang.h: Update prototypes with LMA region arguments.
6049 * ldlang.c (lang_size_sections): Encapsulate region bounds
6050 checking in os_check_region call.
6051 (os_check_region): New function.
6052 (lang_output_section_statement_lookup): Initialize lma_region.
6053 (lang_leave_output_section_statement): Add LMA region argument.
6054 (lang_leave_overlay): Ditto.
6055 * ldgram.y: Handle LMA region syntax.
6056 * ld.texinfo (Output Section Description): Describe LMA region usage.
6057 * emultempl/armelf.em (gld$place_orphan): Add default value for
6058 lma region in call to lang_leave_output_section_statement.
6059 * emultempl/elf32.em (gld$place_orphan): Add default value for
6060 lma region in call to lang_leave_output_section_statement.
6061 * emultempl/pe.em (gld$place_orphan): Add default value for
6062 lma region in call to lang_leave_output_section_statement.
6065 2000-02-04 Timothy Wall <twall@redhat.com>
6067 * ldlang.c (lang_check_section_addresses): Use bytes instead of
6068 octets when calculating section end addresses.
6070 2000-02-04 Timothy Wall <twall@redhat.com>
6072 * ldlang.c (lang_size_sections): Fix typo in ALIGN_N invocation.
6074 2000-02-03 Timothy Wall <twall@redhat.com>
6076 * ldexp.c (fold_name): Make SIZEOF operator return byte count, not
6078 * ldlang.c (print_input_section, print_data_statement,
6079 print_reloc_statement, print_padding_statement): Print target
6080 address values and section sizes as bytes, not octets.
6081 (insert_pad) Calculate padding size in octets, and adjust "dot"
6083 (size_input_section) Always adjust "dot" by bytes, not octets.
6084 (lang_check_section_addresses, lang_do_assignments) Adjust
6085 "dot" by bytes, not octets. Use the larger of the directive size
6086 or octets_per_byte for the number of octets actually allocated in
6088 (lang_set_startof) Make sure STARTOF returns a target address.
6089 (lang_one_common) Record size changes in octets.
6090 (lang_abs_symbol_at_end_of) Section end symbol's value is
6091 recorded in target bytes.
6092 * ld.texinfo: Updated description of BYTE, SHORT, LONG, etc.
6093 to be clear about behavior when an octet is smaller than one byte.
6095 2000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
6097 * ldcref.c (output_cref): Don't pass message strings to printf
6101 * ldmisc.c (vfinfo): Same here.
6104 2000-01-23 Alan Modra <alan@spri.levels.unisa.edu.au>
6106 * emultempl/{armcoff.em,armelf.em,armelf_oabi.em,beos.em,
6107 generic.em,gld960.em,gld960c.em,hppaelf.em,linux.em,lnk960.em,
6108 mipsecoff.em,sunos.em,vanilla.em} (ld_emulation_xfer_struct):
6109 Add missing NULL initialisers, and comments.
6111 2000-01-21 Nick Clifton <nickc@cygnus.com>
6113 * ldlang.c (lang_size_sections): Fix typo in comment.
6115 2000-01-18 H.J. Lu <hjl@gnu.org>
6117 * ldlang.c (lang_size_sections): Also update the current
6118 address of a region if the SEC_NEVER_LOAD bit is not set.
6120 2000-01-10 Philip Blundell <pb@futuretv.com>
6122 * configure.tgt (arm*-*-conix*): New target.
6124 2000-01-07 Nick Clifton <nickc@cygnus.com>
6126 * ld.texinfo (Options): Remind users to preceed linker command
6127 line switches with -Wl, (or whatever is appropriate) if it is
6128 being invoked by a comnpiler driver program.
6129 Fix description of the behaviour of the -n command line switch.
6131 2000-01-05 Catherine Moore <clm@cygnus.com>
6133 * ld.h (wildcard_spec): Change exclude_name to exclude_name_list.
6135 * ld.texinfo (EXCLUDE_FILE): Update documentation.
6136 * ldgram.y (wildcard_spec): Support a list of excluded_files.
6137 (exclude_name_list): New.
6138 ldlang.c (walk_wild_section): Support list of excluded files.
6139 (print_wild_statement): Likewise.
6140 (lang_add_wild): Likewise.
6141 * ldlang.h (lang_wild_statement_type): Likewise.
6142 * scripttempl/elf.sc (OTHER_EXCLUDE_FILES): Support.
6144 2000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
6146 * pe-dll.c (pe_dll_warn_dup_exports): New variable.
6147 (process_def_file): Use.
6148 (pe_dll_compat_implib): New variable.
6151 * pe-dll.h: Add exports of pe_dll_warn_dup_exports and
6152 pe_dll_compat_implib.
6154 * emultempl/pe.em (longopts): Add warn-duplicate-exports and
6155 compat-implib options.
6156 (gld_${EMULATION_NAME}_list_options): List new options.
6157 (gld_${EMULATION_NAME}_parse_args): Handle.
6159 * pe-dll.c (pe_dll_generate_implib): Use the correct name for output
6162 * deffilep.y (opt_name): Allow "." in name.
6164 For older changes see ChangeLog-9899
6170 version-control: never