1 2003-04-03 Nick Clifton <nickc@redhat.com>
3 * NEWS: Mention support for Xtensa architecture.
5 2003-04-02 Nick Clifton <nickc@redhat.com>
7 * pe-dll.c (pe_detail_list): arm-pe targets use underscores.
9 2003-04-01 Danny Smith <dannysmith@users.sourceforge.net>
11 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open):
12 Don't call pe_dll_build_section() if link_info.relocateable.
13 (gld_${EMULATION_NAME}_finish): Don't call pe_dll_fill_sections()
14 if link_info.relocateable.
16 2003-04-01 Fabrizio Gennari <fabrizio.ge@tiscalinet.it>
18 * pe-dll.c (process_def_file): Don't create an export
19 section if there are no exports and we're building an exe
20 (pe_dll_build_sections): Ditto
21 (pe_dll_fill_sections): Conditionalize setting
22 abfd->dll true on info->shared
23 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open):
24 If i386pe or armpe, call pe_dll_build_section()
25 for both exe's and dll's, not just dll's.
26 (gld_${EMULATION_NAME}_finish): For all targets except
27 shpe and mipspe, call pe_dll_fill_sections() for both
28 exe's and dll's, not just dll's.
30 2003-04-02 Bob Wilson <bob.wilson@acm.org>
32 * emulparams/xtensa-config.sh: Remove comment indicating that this is
35 2003-04-01 Bob Wilson <bob.wilson@acm.org>
37 * Makefile.am (ALL_EMULATIONS): Add eelf32xtensa.o.
38 (eelf32xtensa.c): New target.
39 * Makefile.in: Regenerate.
40 * configure.tgt: Handle xtensa-*-*.
41 * gen-doc.texi: Set XTENSA variable.
42 * ld.texinfo: Set XTENSA variable. Add new Xtensa node.
43 * emulparams/elf32xtensa.sh: New file.
44 * emulparams/xtensa-config.sh: Likewise.
45 * emultempl/xtensaelf.em: Likewise.
46 * scripttempl/elfxtensa.sc: Likewise.
48 2003-04-01 Jakub Jelinek <jakub@redhat.com>
50 * configure.tgt (powerpc*-*-linux*): Add elf32ppc to ppc64
51 targ_extra_libpath. Add elf64ppc to ppc targ_extra_libpath
52 if --enable-64-bit-bfd.
54 2003-04-01 Nick Clifton <nickc@redhat.com>
56 * emulparams/armelf.sh (OTHER_READONLY_SECTIONS): Change name of
58 * emulparams/armelf_linux.sh (OTHER_READONLY_SECTIONS): Change
61 2003-03-31 Alexandre Oliva <aoliva@redhat.com>
63 * ld.texinfo (-Tbss, -Tdata, -Ttext): Document in terms of
66 2003-03-31 David Heine <dlheine@suif.stanford.edu>
68 * ldfile.c (ldfile_add_library_path): Always allocate space for
70 * ldlang.c (lang_register_vers_node): Free the node if it cannot
72 * ldmain.c (set_scripts_dir): Always free the constructed
74 (add_keepsyms_file): Fix memory leak.
75 * ldmisc.c (vfinfo): Likewise.
76 * lexsup.c (parse_args): Likewise
78 2003-03-25 Stan Cox <scox@redhat.com>
79 Nick Clifton <nickc@redhat.com>
81 Contribute support for Intel's iWMMXt chip - an ARM variant:
83 * emulparams/armelf.sh (OTHER_READONLY_SECTIONS): Define.
84 * emulparams/armelf_linux.sh (OTHER_READONLY_SECTIONS): Define.
85 * scripttempl/armcoff.sc (.data): Ensure 8 byte alignment.
88 2003-03-25 Alexandre Oliva <aoliva@redhat.com>
90 * ldmain.h (ld_canon_sysroot, ld_canon_sysroot_len): Declare.
91 * ldmain.c (ld_canon_sysroot, ld_canon_sysroot_len): Define.
92 (main): Initialize them.
93 * ldfile.c: Include pathnames.h.
94 (is_sysrooted_pathname): New.
95 (ldfile_add_library_path): Use it.
96 (ldfile_open_file_search): Likewise. Use IS_ABSOLUTE_PATH. Don't
97 search_dirs if given an absolute pathname.
98 (ldfile_open_file): Issue error message for sysrooted
100 * Makefile.am: Updated dependencies.
101 * Makefile.in: Rebuild.
103 2003-03-24 Daniel NĂ©ri <dne@mayonnaise.net>
105 * ld.texinfo: Rename all occurances of C54X to TIC54X.
107 2003-03-19 Andreas Schwab <schwab@suse.de>
109 * ldfile.c (ldfile_try_open_bfd): Pop lexer start condition after
112 2003-03-18 Danny Smith <dannysmith@users.sourceforge,net>
114 * defilep.y (opt_base): If no number given, set to default
117 2003-03-13 Danny Smith <dannysmith@users.sourceforge,net>
119 * deffilep.y (def_import): Use default extension of "dll"
120 if no extension provided in parsed IMPORT definition.
122 * deffilep.y (def_lex): Revert 2003-03-12 change.
123 (dot_name): New id type and rule.
124 (expline): Use instead of ID.
125 (opt_equal_name): Likewise.
127 2003-03-12 Danny Smith <dannysmith@users.sourceforge.net>
129 * deffilep.y (def_lex): Accept '.' as valid non-lead char.
131 2003-03-07 Christopher Faylor <cgf@redhat.com>
133 * configure.tgt: Add NATIVE_LIB_DIRS for cygwin target back after
134 apparent accidental removal on 2003-01-06.
136 2003-03-04 Dmitry Diky <diwil@mail.ru>
138 * Makefile.am: Add new devices x1122 x1132 emulation
139 * configure.tgt: Likewise.
140 * Makefile.in: Regenerate.
141 * emulparams/msp430x1122.sh: New file.
142 * emulparams/msp430x1132.sh: New file.
144 2003-03-03 Alexandre Oliva <aoliva@redhat.com>
146 * ldmain.c (set_scripts_dir): Look for relative to TOOLBINDIR as
149 * ldfile.h (struct search_dirs): Added sysrooted field.
150 * ldlang.h (struct lang_input_statement_struct): Likewise.
151 * ldfile.c (ldfile_add_library_path): Mark sysrooted paths.
152 (ldfile_open_file_search): Look for sysrooted filename starting
153 with / in ld_sysroot instead of in the current directory. Clear
154 sysrooted flag if it's found in the current directory. Set it
155 from the search directory's sysrooted flag where it is found
157 * ldlang.c (ldlang_sysrooted_script): New static variable.
158 (new_afile): Mark search_file_enums as sysrooted if
159 ldlang_sysrooted_script.
160 (load_symbols): Set ldlang_sysrooted_script according to the
161 script's sysrooted field while processing it.
162 * ld.texinfo: Document INPUT behavior in sysroot.
164 2003-03-02 Danny Smith <dannysmith@users.sourceforge.net>
166 * scripttempl/pe.sc: Use PROVIDE with etext, end, _end,
168 2003-03-03 Alan Modra <amodra@bigpond.net.au>
170 * emulparams/elf64alpha.sh (EXTRA_EM_FILE): Define.
171 (PARSE_AND_LIST_PROLOGUE, PARSE_AND_LIST_LONGOPTS,
172 PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES,
173 PARSE_AND_LIST_EPILOGUE): Don't define.
174 * emultempl/alphaelf.em: New file.
176 2003-03-01 Alan Modra <amodra@bigpond.net.au>
178 * ldemul.c: Include getopt.h.
179 * emultempl/elf32.em: Include getopt.h earlier.
180 * emultempl/ticoff.em: Likewise.
182 2003-02-28 Alan Modra <amodra@bigpond.net.au>
184 * emultempl/elf32.em (gld${EMULATION_NAME}_get_script): Add combreloc
185 support when scripts read from files.
187 2003-02-28 Alan Modra <amodra@bigpond.net.au>
189 * ldemul.c (ldemul_parse_args): Return FALSE by default.
190 * ldemul.h (struct ld_emulation_xfer_struct): Update parse_args
193 * ldemul.c (ldemul_add_options, ldemul_handle_option): New functions.
194 (ldemul_parse_args): Return bfd_boolean. Formatting.
195 * ldemul.h (ldemul_add_options, ldemul_handle_option): Declare.
196 (ldemul_parse_args): Adjust.
197 (struct ld_emulation_xfer_struct): Add add_options and handle_option.
198 Return bfd_boolean from parse_args.
199 * lexsup.c (parse_args): Malloc shortopts, longopts and
200 really_longopts. Call ldemul_add_options and ldemul_handle_option.
201 * emultempl/aix.em (gld${EMULATION_NAME}_add_options): Split out from
202 gld${EMULATION_NAME}_parse_args.
203 (gld${EMULATION_NAME}_handle_option): Likewise.
204 (ld_${EMULATION_NAME}_emulation): Adjust initializer.
205 * emultempl/armcoff.em: As for aix.em, but remove parse_args.
206 * emultempl/beos.em: Likewise.
207 * emultempl/pe.em: Likewise.
208 * emultempl/ticoff.em: Likewise.
209 * emultempl/elf32.em: Likewise. Don't duplicate long options either.
210 (gld${EMULATION_NAME}_add_sysroot): Prototype.
211 * emultempl/armelf.em (PARSE_AND_LIST_LONGOPTS): Don't duplicate
213 * emultempl/hppaelf.em (PARSE_AND_LIST_LONGOPTS): Likewise.
214 * emultempl/ppc32elf.em (PARSE_AND_LIST_LONGOPTS): Likewise.
215 * emultempl/ppc64elf.em (PARSE_AND_LIST_LONGOPTS): Likewise.
216 * emultempl/armelf_oabi.em (ld_${EMULATION_NAME}_emulation): Adjust
218 * emultempl/generic.em: Likewise.
219 * emultempl/gld960.em: Likewise.
220 * emultempl/gld960c.em: Likewise.
221 * emultempl/linux.em: Likewise.
222 * emultempl/lnk960.em: Likewise.
223 * emultempl/m68kcoff.em: Likewise.
224 * emultempl/mipsecoff.em: Likewise.
225 * emultempl/sunos.em: Likewise.
226 * emultempl/vanilla.em: Likewise.
227 * emultempl/netbsd.em (gldnetbsd_before_parse): Prototype.
229 2003-02-25 Alexandre Oliva <aoliva@redhat.com>
231 * emultempl/elf32.em (gld${EMULATION_NAME}_add_sysroot): Fix
232 memory allocation error.
234 * Makefile.am (ldmain.o): Define TOOLBINDIR.
235 * Makefile.in: Rebuilt.
236 * ldmain.c (ld_sysroot): Try to set from TOOLBINDIR too.
238 2003-02-21 Bob Wilson <bob.wilson@acm.org>
240 * ldlang.c (lang_size_sections_1): Add CHECK_REGIONS argument and only
241 call os_region_check when it is set.
242 (lang_size_sections): Add CHECK_REGIONS argument and pass it through to
243 lang_size_sections_1.
244 (lang_process): Change lang_size_sections calls to set CHECK_REGIONS
245 only for the last call, not on every relaxation iteration.
246 * ldlang.h (lang_size_sections): Update prototype.
247 * pe-dll.c (pe_dll_fill_sections): Set CHECK_REGIONS argument in calls
248 to lang_size_sections.
249 (pe_exe_fill_sections): Likewise.
250 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Likewise.
251 * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
252 * emultempl/ppc64elf.em (ppc_before_allocation): Likewise.
253 (ppc_layout_sections_again): Likewise.
255 2003-02-21 Bob Wilson <bob.wilson@acm.org>
257 * gen-doc.texi: Set ARM and HPPA variables.
258 * ld.texinfo: Fix typos and obvious texinfo mistakes. Make section
259 title capitalization more consistent. Add missing menu entries for
260 machine-specific sections and conditionalize them consistently.
261 Conditionalize text that is irrelevant when SingleFormat is set.
262 Add @group divisions to improve page breaks in long examples.
263 Use @iftex/@ifnottex instead of @iftex/@ifinfo so that HTML output
264 is correct. Remove "FIXME" comment about not using
265 @raisesections/@lowersections. Use @raisesections/@lowersections
266 consistently for machine-specific sections. Change to be more polite
267 about poor bug reports. Replace FDL appendix with include of fdl.texi.
268 Move WIN32 node to match its order in the menus.
269 * fdl.texi: New file.
271 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
273 * configure.in (TARGET_SYSTEM_ROOT): Set default to
274 ${exec_prefix}/${target_alias}/sys-root. Match explicit
275 '${exec_prefix}' (in addition to the expansion thereof) as
277 * configure: Rebuilt.
279 2003-02-20 Phil Edwards <pme@gcc.gnu.org>
281 * ldgram.y (vers_defns): Also recurse with 'EXTERN NAME' patterns.
283 2003-02-20 Harri Porten <porten@kde.org>
285 * ldgram.y (vers_defns): Allow optional trailing semicolon in
288 2003-02-18 Alan Modra <amodra@bigpond.net.au>
290 * emultempl/ppc32elf.em: New file.
291 * emulparams/elf32ppc.sh (EXTRA_EM_FILE): Define.
292 * Makefile.am (eelf32lppc.c): Depend on emultempl/ppc32elf.em.
293 (eelf32lppcnto.c): Likewise.
294 (eelf32lppcsim.c): Likewise.
295 (eelf32ppcnto.c): Likewise.
296 (eelf32ppc.c): Likewise.
297 (eelf32ppc_fbsd.c): Likewise.
298 (eelf32ppcsim.c): Likewise.
299 (eelf32ppclinux.c): Likewise.
300 * Makefile.in: Regenerate.
302 2003-02-18 Alan Modra <amodra@bigpond.net.au>
304 * ld.texinfo: Remove spaces between @samp and opening brace.
306 2003-02-18 Alan Modra <amodra@bigpond.net.au>
308 * emultempl/ppc64elf.em (ppc_create_output_section_statements): Check
310 (ppc_before_allocation): Don't do optimizations if wrong hash table.
311 (gld${EMULATION_NAME}_finish): Ditto.
313 2003-02-17 Nick Clifton <nickc@redhat.com>
315 * ldmain.c (main) Default allow_shlib_undefined to true.
316 * lexsup.c (ld_options): Add --no-allow-shlib-undefined.
317 (parse_args): Parse the new switch.
318 * ld.texinfo: Document new switch and default behaviour of
319 allowing undefined symbols in shared libraries.
321 2003-02-11 Dmitry Diky <diwil@mail.ru>
323 * scripttempl/elf32msp430.sc: Add new data anchors definitions.
324 * scripttempl/elf32msp430_3.sc: Likewise.
326 2003-02-11 Uwe Stieber <uwe@wwws.de>
328 * configure.tgt: Add support for kaOS as cross build target
331 2003-02-10 John Daivid Anglin <dave.anglin@nrc-cnrc.gc.ca>
333 * hppaelf.em (group_size): Change default back to 1.
335 2003-02-09 Alan Modra <amodra@bigpond.net.au>
337 * emultempl/ppc64elf.em: Add "no-tls-optimize" option and support code.
339 2003-02-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
341 * hppaelf.em (group_size): Change default to -1.
343 2003-02-07 Nick Clifton <nickc@redhat.com>
345 * emultempl/armelf.em (PARSE_AND_LIST_SHORTOPTS): Remove 'n' short
347 (PARSE_AND_LIST_LONGOPTS): Add duplicate entry for
348 no-pipeline-knowledge. This will prevent the getopt package from
349 thinking that there are any shorter abbreviations for
350 --no-pipeline-knowledge.
352 2003-02-07 Jakub Jelinek <jakub@redhat.com>
354 * genscripts.sh (LIB_PATH): Don't append LIBPATH_SUFFIX to paths
355 which already have it. Avoid duplicates.
357 2003-02-06 Jakub Jelinek <jakub@redhat.com>
359 * emulparams/elf64_s390.sh (LIBPATH_SUFFIX): Set to 64.
360 * emulparams/elf_x86_64.sh (LIBPATH_SUFFIX): Likewise.
361 * emulparams/elf64_sparc.sh (LIBPATH_SUFFIX): Set instead of suffix.
363 2003-02-05 Alan Modra <amodra@bigpond.net.au>
365 * emultempl/ppc64elf.em (ppc_before_allocation): Size sections then
366 call ppc64_elf_tls_optimize.
368 2003-02-03 Daniel Jacobowitz <drow@mvista.com>
370 * emultempl/elf32.em: Move gld${EMULATION_NAME}_add_sysroot
371 outside of GNU/Linux conditional.
373 2003-01-28 Ralf Habacker <ralf.habacker@freenet.de>
375 * deffilep.y (def_get_module): New function: locate an already
377 * deffile.h (def_get_module): New prototype.
378 * pe-dll.c (pe_implied_import_dll): Add code to prevent importing
379 a dll multiple times.
381 2003-01-23 Alan Modra <amodra@bigpond.net.au>
383 * emultempl/sh64elf.em: Include elf32-sh64.h.
384 (sh64_elf_${EMULATION_NAME}_before_allocation): Adjust for changed
385 sh64_elf_section_data.
386 (sh64_elf_${EMULATION_NAME}_after_allocation): Likewise.
388 2003-01-23 Wu Yongwei <adah@netstd.com>
390 * ld.texinfo: Remove an extra "i" in --dll-search-prefix.
391 * emultempl/pe.em (gld_${EMULATION_NAME}_list_options): Move a
392 cross-80th-column-margin "an" to the next line.
394 2003-01-21 Nick Clifton <nickc@redhat.com>
396 * emulparams/tic3xcoff-onchip.sh: Rename to ...z
397 * emulparams/tic3xcoff_onchip.sh: ...this.
398 * Makefile.am (etic3xcoff_onchip.c): Fix name of generated C file.
399 * Makefile.in: Regenerate.
401 2003-01-21 Fabio Alemagna <falemagn@aros.org>
403 * configure.tgt: Handle i[3456]86-*-aros*
405 2003-01-19 Svein E. Seldal <Svein.Seldal@solidas.com>
407 * Makefile.am: Added etic3xcoff.o and etic4xcoff_onchip.o
408 * Makefile.in: Regenerate
409 * configure.tgt: Added extra target emulations
410 * emulparams/tic3xcoff.sh: Remove old settings
411 * emulparams/tic4xcoff.sh: Ditto
412 * emulparams/tic3xcoff-onchip.sh: Added new
413 * scripttempl/tic4xcoff.sc: Revise and combine both c3x and c4x
414 * scripttempl/tic3xcoff.sc: Remove
416 2003-01-17 Andreas Jaeger <aj@suse.de>
418 * emultempl/elf32.em (gld${EMULATION_NAME}_add_sysroot): Do not
421 2003-01-16 Alan Modra <amodra@bigpond.net.au>
423 * Makefile.in: Regenerate.
425 2002-01-14 Charles Wilson <cwilson@ece.gatech.edu>
427 * ld/ld.texinfo (node WIN32): Some clarifications
428 and formatting fixups.
430 2003-01-09 Chris Demetriou <cgd@broadcom.com>
432 * ldmain.c (get_emulation): Sort -mipsNN checks in the usual
433 order, and handle (ignore) -mips32r2.
435 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
437 * ldmain.c (main): Make sure ld_sysroot is initialized.
439 2003-01-06 Daniel Jacobowitz <drow@mvista.com>
441 * Makefile.am (eelf32iq10.c): Fix tab/whitespace mixup.
443 * Makefile.am (ldmain.o): Add @TARGET_SYSTEM_ROOT_DEFINE@.
444 (GENSCRIPTS): Add @use_sysroot@.
445 * Makefile.in: Regenerated.
446 * configure.host: Move setting of NATIVE_LIB_DIRS to...
447 * configure.tgt: ... here. Use ${target} instead of ${host}
449 * configure.in: Add --with-sysroot.
450 * configure: Regenerated.
451 * genscripts.sh: Accept use_sysroot option. Set new variables
452 NATIVE and USE_LIBPATH. Prepend "=" to directory names if
453 $use_sysroot. Don't search $tool_lib if $use_sysroot.
454 * ldfile.c (ldfile_add_library_path): Handle leading '='.
455 * ldmain.c (TARGET_SYSTEM_ROOT): Define if not defined.
456 (ld_sysroot): New variable.
457 (main): Initialize ld_sysroot.
458 * ldmain.h (ld_sysroot): New extern.
459 * emultempl/elf32.em: Use NATIVE and USE_LIBPATH instead of
460 searching $EMULATION_LIBPATH.
461 (gld${EMULATION_NAME}_add_sysroot): New function.
462 (gld${EMULATION_NAME}_check_ld_so_conf): Use it. Honor ld_sysroot.
463 (gld${EMULATION_NAME}_after_open): Likewise. Only search
464 environment variables if $NATIVE.
465 * ld.texinfo (Options): Mention "=" prefix in the description of -L.
466 * NEWS: Mention --with-sysroot.
468 * emulparams/elf32bmipn32-defs.sh: Set NATIVE and LIBPATH_SUFFIX
469 instead of setting LIB_PATH.
470 * emulparams/elf32ppc.sh: Likewise.
471 * emulparams/elf64_s390.sh: Likewise.
472 * emulparams/elf64_sparc.sh: Likewise.
473 * emulparams/elf64ppc.sh: Likewise.
474 * emulparams/elf_x86_64.sh: Likewise.
476 * emulparams/elf64_aix.sh: Add "=" prefixes to LIB_PATH.
477 * emulparams/elf64hppa.sh: Add "=" prefixes to LIB_PATH.
479 2003-01-03 Charles Wilson <cwilson@ece.gatech.edu>
481 * ld/pe-dll.c (autofilter_symbollist): Add cygwin_crt0.
483 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
485 * Makefile.am (ldmain.o): Pass BINDIR.
486 * Makefile.in: Regenerated.
487 * ldmain.c (set_scripts_dir): Use make_relative_prefix for the first
490 2003-01-02 Ben Elliston <bje@redhat.com>
492 * Makefile.am (ALL_EMULATIONS): Add eelf32iq2000.o.
493 (eelf32iq2000.c): New target.
494 * Makefile.in: Regenerate.
495 * configure.tgt: Handle iq2000-*-elf.
496 * emulparams/elf32iq10.sh: New file.
497 * emulparams/elf32iq2000.sh: New file.
498 * scripttempl/iq2000.sc: New file.
500 2003-01-02 Charles Wilson <cwilson@ece.gatech.edu>
502 * pe-dll.c (autofilter_symbollist): Add do_pseudo_reloc
503 and _pei386_runtime_relocator to the exclude list.
505 2003-01-01 Kazu Hirata <kazu@cs.umass.edu>
507 * ldfile.c: Fix comment typos.
508 * ldlang.c: Likewise.
510 * pe-dll.c: Likewise.
512 2003-01-01 Daniel Jacobowitz <drow@mvista.com>
514 Suggested by Manfred Hollstein <manfred.h@gmx.net>:
515 * Makefile.am (ld.1): Depend on configdoc.texi
517 * Makefile.in: Regenerated.
519 2002-12-24 Dmitry Diky <diwil@mail.ru>
521 * Makefile.am: Add msp430 target.
522 * configure.tgt: Likewise.
523 * Makefile.in: Regenerate.
524 * emulparams/msp430x???.sh: New files. Linker script parameters
525 for various msp430 configurations.
526 * gen-doc.texi: Enable msp430 documenation.
527 * ld.texinfo: Document msp430 sections.
528 * scripttempl/elf32msp430.sc: New file. Linker script for msp430.
529 * scripttempl/elf32msp430_3.sc: New file. Linker script for msp430.
531 2002-12-30 Ralf Habacker <Ralf.Habacker@freenet.de>
532 Charles Wilson <cwilson@ece.gatech.edu>
534 * ld/config.in (HAVE_REALPATH): New entry.
535 (HAVE_SYS_STAT_H, HAVE_SYS_TYPES_H): Removed: obsolete.
537 2002-12-30 Ralf Habacker <ralf.habacker@freenet.de>
539 * ld.texinfo: New win32 topics: 'symbol aliasing' and 'export dll
542 2002-12-23 Alan Modra <amodra@bigpond.net.au>
544 * ldmain.c (main): Init "strip_discarded".
545 * lexsup.c (OPTION_STRIP_DISCARDED): Define.
546 (OPTION_NO_STRIP_DISCARDED): Define.
547 (ld_options): Add "strip-discarded" and "no-strip-discarded".
548 (parse_args): Handle them.
550 2002-12-23 Nick Clifton <nickc@redhat.com>
552 * ld.h (struct args_type): Add new field
553 'accept_unknown_input_architecture'.
554 * ldmain.c (main): Initialise 'accept_unknown_input_architecture'
556 * ldlang.c (lang_check): Pass accept_unknown_input_architecture to
557 bfd_arch_get_compatible.
558 * ldfile.c (ldfile_try_open_bfd): Likewise.
559 * lexsup.c (ld_options): Add new command line switch
560 --accept-unknown-input-architecture and its inverse.
561 (parse_args): Handle --accept-unknown-input-architecture.
562 * ld.texinfo: Document new linker option.
563 * NEWS: Mention new linker option.
565 2002-12-20 Alan Modra <amodra@bigpond.net.au>
567 * ldmain.c (main): Re-order link_info initialization. Init all
570 2002-12-19 Charles Wilson <cwilson@ece.gatech.edu>
572 * ld.texinfo: Clarify and extend the documentation
573 in the Machine Dependent, WIN32 section.
575 2002-12-18 Ralf Habacker <ralf.habacker@freenet.de>
577 * ld.texinfo: Add win32 machine depending section.
578 * gen-doc.texi: Enable win32 machine depending section.
580 * configure.host: Add win32 library search path.
582 2002-12-17 Ralf Habacker <ralf.habacker@freenet.de>
584 * ld/emultempl/pe.em (pe_find_data_imports): Don't search for data
585 import when auto-import is disabled.
587 2002-12-17 Danny Smith <dannysmith@users.sourceforge.net>
589 * emultempl/pe.em (..._recognized_file): Use LD_PATHMAX+1 to
590 account for trailing '\0'.
592 2002-12-17 Nick Clifton <nickc@redhat.com>
594 * emultempl/pe.em (longopts): Duplicate entry for --compact-implib
595 so that it is not confused with -c.
597 2002-12-13 Ralf Habacker <Ralf.Habacker@freenet.de>
598 Charles Wilson <cwilson@ece.gatech.edu>
600 * configure.in: Add check for realpath function.
601 * configure: Regenerate.
602 * config.in: Regenerate.
603 * aclocal.m4: Regenerate.
604 * deffile.h: Add .data field to def_file_import
606 * pe-dll.c (pe_proces_import_defs): Use .data field of
607 def_file_import structure to initialize flag_data field of
608 def_file_export structure.
609 (pe_implied_import_dll): New variables exp_funcbase and
610 [data|bss]_[start|end]. Use DLL's internal name to set dll_name,
611 not filename (which may be a symlink). Scan the sections and
612 initialize [data|bss]_[start|end]. When scanning the export
613 table, skip _nm_ symbols, and mark any symbols whose rva indicates
614 that it is in the .bss or .data sections as data.
615 * sysdep.h: Include limits.h and sys/param.h, and define
616 LD_PATHMAX as appropriate. Also define REALPATH as realpath if it
617 exists, NULL otherwise.
618 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Call
619 pe_process_import_defs before pe_find_data_imports, so that
620 auto-import will check the virtual implib as well as "real"
622 (gld_${EMULATION_NAME}_recognized_file): Use REALPATH to follow
623 symlinks to their target; check that the target's extension is
624 .dll before calling pe_implied_import_dll(), not the filename
625 itself (which may be a symlink).
627 2002-12-10 Alan Modra <amodra@bigpond.net.au>
629 * emultempl/elf32.em (struct orphan_save): Add os_tail field.
630 (gld${EMULATION_NAME}_place_orphan): Re-order output_section_statement
633 2002-12-08 Alan Modra <amodra@bigpond.net.au>
635 * ldlang.h: Formatting.
637 2002-12-07 Alan Modra <amodra@bigpond.net.au>
639 * ldlang.c (init_os): Ensure sections mentioned in load_base
642 2002-12-05 Alan Modra <amodra@bigpond.net.au>
644 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Set
645 load_base for orphans that follow a section with load_base set.
647 2002-12-01 H.J. Lu <hjl@gnu.org>
649 * ld.texinfo: Remove the extra `;' in sample version script.
651 2002-11-30 Alan Modra <amodra@bigpond.net.au>
653 * configure.host: Correct dynamic-linker for powerpc64 hosts.
655 * Makefile.am (eelf32ppcwindiss.c): Correct dependencies.
656 * Makefile.in: Regenerate.
658 * ld.h, ldcref.c, ldctor.c, ldctor.h, ldemul.c, ldemul.h, ldexp.c,
659 ldexp.h, ldfile.c, ldfile.h, ldgram.y, ldlang.c, ldlang.h, ldmain.c,
660 ldmain.h, ldmisc.c, ldwrite.c, lexsup.c, mri.c, pe-dll.c, pe-dll.h,
661 emulparams/elf32b4300.sh, emultempl/aix.em, emultempl/armcoff.em,
662 emultempl/armelf.em, emultempl/armelf_oabi.em, emultempl/beos.em,
663 emultempl/elf32.em, emultempl/generic.em, emultempl/gld960.em,
664 emultempl/gld960c.em, emultempl/hppaelf.em, emultempl/linux.em,
665 emultempl/lnk960.em, emultempl/m68kcoff.em, emultempl/mipsecoff.em,
666 emultempl/mmix-elfnmmo.em, emultempl/mmixelf.em, emultempl/mmo.em,
667 emultempl/needrelax.em, emultempl/pe.em, emultempl/ppc64elf.em,
668 emultempl/sh64elf.em, emultempl/sunos.em, emultempl/ticoff.em: Replace
669 boolean with bfd_boolean, true with TRUE, false with FALSE. Simplify
670 comparisons of bfd_boolean vars with TRUE/FALSE. Formatting.
672 2002-11-27 David O'Brien <obrien@FreeBSD.org>
674 * configure.host: Fix generic FreeBSD configuration entry.
676 2002-11-27 H.J. Lu <hjl@gnu.org>
678 * ld.texinfo: Add the missing `;' to sample version scripts.
680 2002-11-20 Alan Modra <amodra@bigpond.net.au>
682 * emulparams/elf64ppc.sh (SEGMENT_SIZE): Don't define.
684 2002-11-14 Egor Duda <deo@logos-m.ru>
686 * ldmain.c (main): Make runtime relocs disabled by default. Remove
687 assignment which has no effect.
688 * pe-dll.h (pe_create_import_fixup): Change prototype.
689 * pe-dll.c (make_runtime_pseudo_reloc): New function.
690 (pe_create_runtime_relocator_reference): Ditto.
691 (pe_create_import_fixup): Handle relocations with non-zero addends.
692 * emultempl/pe.em: Add options --enable-runtime-pseudo-reloc and
693 --disable-runtime-pseudo-reloc.
694 (make_import_fixup): Handle relocations with non-zero addends. Create
695 an external reference to _pei386_runtime_relocator symbol if at least
696 one pseudo reloc was created.
697 * ld.texinfo: Document --enable-runtime-pseudo-reloc and
698 --disable-runtime-pseudo-reloc options.
700 2002-11-12 Earl Chew <earl_chew@agilent.com>
702 * ldlang.c (lang_add_section): Discard debugging sections that have
703 been marked SEC_EXCLUDE.
705 2002-11-12 Nick Clifton <nickc@redhat.com>
707 * configure.in (ALL_LINGUAS): Add da.
708 * configure: Regenerate.
709 * po/da.po: New Danish translation.
711 2002-11-12 Alan Modra <amodra@bigpond.net.au>
713 * emultempl/ppc64elf.em (ppc_before_allocation): New function.
714 (LDEMUL_BEFORE_ALLOCATION): Define.
715 (gld${EMULATION_NAME}_finish): Run discard_info for relocatable
717 * emultemp/hppaelf.em ((gld${EMULATION_NAME}_finish): Likewise.
719 2002-11-11 Christopher Faylor <cgf@redhat.com>
721 * configure.tgt (LIB_PATH): Default to searching w32api directory under
724 2002-11-11 Charles Wilson <cwilson@ece.gatech.edu>
726 * pe-dll.c (autofilter_liblist): add libmingwex and libgcj to the list
727 of restricted auto-export libs.
729 2002-11-11 Charles Wilson <cwilson@ece.gatech.edu>
731 * pe-dll.c (autofilter_liblist): Generalize library names to catch more
732 creative library naming instances like, e.g., libstdc++-2.a.
734 2002-11-06 Alexandre Oliva <aoliva@redhat.com>
736 * emulparams/elf32btsmipn32.sh (TEXT_DYNAMIC): Define.
737 * emulparams/elf64btsmip.sh (TEXT_DYNAMIC): Likewise.
739 2002-11-07 Danny Smith <dannysmith@users.sourceforge.net>
741 * deffilep.y (def_lex): Handle '@' as first character of an ID.
742 * pe-dll.c (auto-export): Filter on "_imp_" prefix, not "_imp__".
743 (make_one): Don't prefix decorated fastcall symbols with '_'.
744 (pe_process_import_defs): Likewise.
745 * emultempl/pe.em (pe_fixup_stdcalls): Don't fixup fastcall
746 symbols to cdecl names or vise-versa.
748 2002-10-13 Eric Kohl <ekohl@rz-online.de>
750 * pe-dll.c (process_def_file): Handle fastcall symbols when
751 generating undecorated aliases. Don't prefix decorated fastcall
753 (fill_exported_offsets): Don't prefix decorated fastcall symbols
756 2002-10-29 Daniel Jacobowitz <drow@mvista.com>
758 * emultempl/aix.em: Use include <> for generated headers.
759 * emultempl/beos.em: Likewise.
760 * emultempl/elf32.em: Likewise.
761 * emultempl/pe.em: Likewise.
762 * ldctor.c: Likewise.
764 * ldfile.c: Likewise.
765 * ldlang.c: Likewise.
768 * ldmain.c: Likewise.
769 * ldmisc.c: Likewise.
770 * ldwrite.c: Likewise.
771 * lexsup.c: Likewise.
773 * pe-dll.c: Likewise.
775 2002-10-23 Jakub Jelinek <jakub@redhat.com>
777 * emultempl/elf32.em (place_orphan): Don't put non-allocated .rel*
778 sections into .rel{,a}.dyn.
780 2002-10-23 Nick Clifton <nickc@redhat.com>
782 * lexsup.c (OPTION_NO_OMAGIC): Define.
783 (ld_options): Add "no-omagic" option.
784 (parse_args): Parse --no-omagic.
785 * ld.texinfo: Document --no-omagic.
786 * NEWS: Mention new option.
788 2002-10-21 Danny Smith <dannysmith@users.sourceforeg.net>
790 * scripttempl/pe.sc (__RUNTIME_PSEUDO_RELOC_LIST__,
791 __RUNTIME_PSEUDO_RELOC_LIST_END__): Add only when relocating.
793 2002-10-22 Alexandre Oliva <aoliva@redhat.com>
795 * emulparams/elf32bmipn32-defs.sh: Set ELFSIZE according to
796 emulation name. Set LIB_PATH only for native tools, and
797 search the ABI-specific versions of NATIVE_LIB_DIRS before the
798 .../lib variants, not instead of them. Mostly copied from...
799 * emulparams/elf32ppc.sh: ... here. Fixed typo.
800 * emulparams/elf64bmip-defs.sh: Backed out.
801 * emulparams/elf64bmip.sh: Import elf32bmipn32-defs.sh again.
802 * emulparams/elf64btsmip.sh: Likewise.
803 (DATA_ADDR, NONPAGED_TEXT_START_ADDR, SHLIB_TEXT_START_ADDR,
804 TEXT_DYNAMIC): Removed.
806 2002-10-17 Alexandre Oliva <aoliva@redhat.com>
808 * emulparams/elf32bmipn32-defs.sh (LIB_PATH): Set to /usr/lib32.
809 (GENERATE_SHLIB_SCRIPT): Set to yes.
810 (EXECUTABLE_SYMBOLS, WRITABLE_RODATA): Moved to...
811 * emulparams/elf32bmipn32.sh: here.
812 (GENERATE_SHLIB_SCRIPT): Deleted as redundant.
813 * emulparams/elf32btsmipn32.sh: Delete redundant unsets.
814 * emulparams/elf64bmip-defs.sh: New file. Extend
815 elf32bmipn32-defs.sh by overiding ELFSIZE and LIB_PATH.
816 * emulparams/elf64bmip.sh: Bring in definitions from
818 (ELFSIZE, GENERATE_SHLIB_SCRIPT, LIB_PATH): Delete redundant
820 (WRITABLE_RODATA): Moved from elf32bmipn32-defs.sh.
821 * emulparams/elf64btsmip.sh: Bring in definitions from
823 (ELFSIZE, GENERATE_SHLIB_SCRIPT): Delete, redundant.
824 (EXECUTABLE_SYMBOLS, WRITABLE_RODATA): Delete redundant unsets.
826 2002-10-16 Jakub Jelinek <jakub@redhat.com>
828 * configure.tgt (s390x-*-linux*): Add elf_s390 emulation.
829 (s390-*-linux*): Add elf64_s390 emulation if want64.
830 * emulparams/elf64_sparc.sh (LIB_PATH): Update to match 2002-05-22
831 genscript.sh changes.
832 * emulparams/elf_x86_64.sh (LIB_PATH): Likewise.
833 * emulparams/elf64_s390.sh (LIB_PATH): Set up native 64 bit dirs.
835 2002-10-15 Alan Modra <amodra@bigpond.net.au>
837 * ldlang.c (load_symbols): Revert last change.
839 2002-10-14 Alan Modra <amodra@bigpond.net.au>
841 * ldlang.c (load_symbols): Don't call bfd_link_add_symbols when
843 (lang_reasonable_defaults): Don't compare against false.
844 (size_input_section): Likewise.
845 (lang_size_sections_1): Likewise.
846 (lang_do_assignments): Likewise.
847 (lang_add_output): Likewise.
849 * Makefile.am: Run "make dep-am".
850 * Makefile.in: Regenerate.
851 * ldver.c: #include "bfdver.h".
853 2002-10-13 Stephane Carrez <stcarrez@nerim.fr>
855 * scripttempl/elfm68hc11.sc: Use KEEP for .vectors, .installN,
857 * scripttempl/elfm68hc12.sc: Likewise.
859 2002-10-11 Alan Modra <amodra@bigpond.net.au>
861 * pe-dll.c (make_import_fixup_mark): Avoid type-punned pointer.
863 * ldgram.y (memory_spec): Provide empty action.
864 (section <NAME>): Likewise.
866 2002-10-10 Jakub Jelinek <jakub@redhat.com>
868 * ldfile.c (ldfile_try_open_bfd): When searching skip linker scripts if
869 they have OUTPUT_FORMAT not matching actual output format.
870 * ldlang.c (lang_get_output_target): New function.
871 (open_output): Use it.
872 * ldlang.h (lang_get_output_target): New prototype.
874 2002-10-10 Alan Modra <amodra@bigpond.net.au>
876 * emultempl/elf32.em (output_rel_find): Prefer .rel script sections
877 when orphan is .rel, .rela when orphan is .rela.
878 (gld${EMULATION_NAME}_place_orphan): Handle combreloc .rel* case
879 first. Remove outsecname var.
881 2002-10-09 Richard Shann <richard.shann@superh.com>
882 Stephen Clarke <stephen.clarke@superh.com>
884 * Makefile.am: Add eshelf32_linux.o and
885 eshlelf32_linux.o, new emulations for sh64 Linux.
886 * Makefile.in: Regenerate.
887 * configure.tgt: Add sh64eb-*-linux* and sh64-*-linux* emulations.
888 * emulparams/shelf32_linux.sh: New file.
889 * emulparams/shlelf32_linux.sh: New file.
891 2002-10-08 H.J. Lu <hjl@gnu.org>
893 * ldlang.c (lang_file_exist): Removed.
894 (new_afile): Revert the last change.
895 * ldlang.h (lang_file_exist): Removed.
896 * lexsup.c (parse_args): Revert the last change.
898 2002-10-07 Ralf Habacker <Ralf.Habacker@freenet.de>
900 * pe-dll.cc (autofilter_symbolprefixlist): Don't re-export
902 (make_one): Create _nm_<symbol> for data only.
904 2002-10-05 Elias Athanasopoulos <eathan@otenet.gr>
906 * ldlang.c (lang_file_exist): New function.
907 (new_afile): Abort if the filename to be added matches the linker
909 * ldlang.h: Add prototype for lang_file_exist.
910 * lexsup.c (parse_args): Abort if the output filename matches
911 one of the input filenames.
913 2002-10-02 Alan Modra <amodra@bigpond.net.au>
915 * emulparams/elf64ppc.sh (MAXPAGESIZE): Set to 0x10000.
917 2002-09-30 Alan Modra <amodra@bigpond.net.au>
919 * scripttempl/elfd30v.sc: Order reloc sections placing .plt last.
920 * scripttempl/elfm68hc11.sc: Likewise.
921 * scripttempl/elfm68hc12.sc: Likewise.
923 * emultempl/elf32.em (output_rel_find): Always place orphan loadable
924 reloc sections just before .rel.plt/.rela.plt.
925 (gld${EMULATION_NAME}_place_orphan <.rel>): Remove combreloc code.
926 Only put loadable reloc sections in hold_rel.
928 2002-09-29 H.J. Lu <hjl@gnu.org>
930 * emulparams/elf32ppc.sh (OTHER_GOT_RELOC_SECTIONS): New.
932 2002-09-25 Daniel Jacobowitz <drow@mvista.com>
934 From "Anita Kulkarni" <AnitaK@kpit.com>
935 * scripttempl/sh.sc: Handle .eh_frame* and .gcc_exc*
938 2002-09-25 Alan Modra <amodra@bigpond.net.au>
940 * genscripts.sh (SEGMENT_SIZE): Use MAXPAGESIZE before
942 * scripttempl/elf.sc (DATA_SEGMENT_ALIGN): Incorporate
943 SEGMENT_SIZE alignment.
944 * emulparams/elf64ppc.sh (DATA_ADDR): Delete.
945 (SEGMENT_SIZE): Define.
947 * ldexp.c (fold_unary): New. Split out from exp_fold_tree.
948 (fold_binary): Correct abs - non-abs case.
949 (fold_trinary): New. Split out from exp_fold_tree.
951 2002-09-24 Alan Modra <amodra@bigpond.net.au>
953 * emulparams/elf64ppc.sh (DATA_ADDR): Define.
954 * emulparams/elf64_aix.sh (DATA_ADDR): Don't use a fixed address
955 for start of .data, instead align up to 256M boundary.
956 * scripttempl/aix.sc: Likewise.
958 2002-09-22 Mark Elbrecht <snowball3@softhome.net>
960 * scripttempl/i386go32.sc: Handle bss unique sections.
962 2002-09-21 Alan Modra <amodra@bigpond.net.au>
964 * ldmisc.c (vfinfo <%C,%D,%G>): Always output bfd, section and offset.
966 2002-09-17 Stan Cox <scox@redhat.com>
968 * emulparams/elf32bmipn32-defs.sh: New file.
969 * emulparams/elf32bmipn32.sh: Use elf32bmipn32-defs.sh.
970 * emulparams/elf32btsmipn32.sh: Likewise.
971 * emulparams/elf64bmip.sh: Likewise.
972 * emulparams/elf64btsmip.sh: Likewise.
974 2002-09-16 Bruno Haible <bruno@clisp.org>
976 * emulparams/elf_i386_fbsd.sh: Set OUTPUT_FORMAT to
978 * emulparams/elf64alpha_fbsd.sh: Set OUTPUT_FORMAT to
981 2002-09-11 Nick Clifton <nickc@redhat.com>
983 * NEWS: New TI port supports both C4x and C3x series of DSPs.
985 * po/tr.po: Updated Turkish translation.
987 2002-09-06 Jeffrey A Law (law@redhat.com)
989 * configure.tgt (h8300-*-hms*, h8500-*-hms*): Restore.
991 2002-09-02 Nick Clifton <nickc@redhat.com>
993 * scripttempl/v850.sc: Add EXTERN references to __ctbpm __gp and
995 * emulparams/v850.sh (TEMPLATE_NAME): Define.
997 2002-08-30 Nick Clifton <nickc@redhat.com>
999 * scripttempl/elfd10v.sc (MEMORY): Remove UNIFIED, it is not
1000 used. Change INSN to start at 0x01000000 and extend for
1001 256K (ignoring holes). Start the STACK on a word aligned
1003 (.rodata): Start it at the READONLY_START_ADDR.
1005 2002-08-30 Alan Modra <amodra@bigpond.net.au>
1007 * emulparams/elf32ppc.sh (ARCH): Set to "powerpc:common".
1009 2002-08-28 Svein E. Seldal <Svein.Seldal@solidas.com>
1011 * Makefile.am: Add etic4xcoff.o in ALL_EMULATIONS list and
1012 added makefile targets for this file.
1013 * Makefile.in: Regenerate.
1014 * configure.tgt: Added tic4x-coff and c4x-coff emulations.
1015 * NEWS: Mention new port.
1017 2002-08-28 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
1019 * emulparams/tic3xcoff.sh: New file.
1020 * emulparams/tic4xcoff.sh: New file.
1021 * scripttempl/tic3xcoff.sc: New file.
1022 * scripttempl/tic4xcoff.sc: New file.
1024 2002-08-28 Alan Modra <amodra@bigpond.net.au>
1026 * emultempl/aix.em (gld${EMULATION_NAME}_parse_args): Replace strtoll,
1027 strtoul and strtoull with bfd_scan_vma.
1028 (gld${EMULATION_NAME}_read_file): Likewise.
1030 2002-08-28 Alan Modra <amodra@bigpond.net.au>
1032 * configure.tgt: Remove h8[35]00-*-hms*. Add h8500-*-rtems*.
1034 2002-08-27 Egor Duda <deo@logos-m.ru>
1036 * scripttempl/pe.sc: Handle .rdata_runtime_pseudo_reloc sections.
1037 Add symbols for application to access them.
1039 2002-08-27 Nick Clifton <nickc@redhat.com>
1041 * emultempl/armelf.em: Revert this patch, it is not needed.
1043 2002-08-22 Adam Nemet <anemet@lnxw.com>
1045 2002-08-20 Dan Kegel <dank@kegel.com>
1047 * configure.in: added --with-lib-path argument to ld's configure
1049 * ld/NEWS: Document new switch.
1050 * ld/README: Mention new switch.
1051 * configure: Regenerate.
1052 * Makefile.in: Regenerate.
1054 Based on this patch:
1055 2001-04-25 Christopher Faylor <cgf@cygnus.com>
1057 * Makefile.in (LIB_PATH): Make configurable.
1058 (GENSCRIPTS): Set LIB_PATH in environment.
1059 * configure.in: Substitute LIB_PATH.
1061 2002-08-22 Adam Nemet <anemet@lnxw.com>
1063 * emultempl/armelf.em: Include elf-bfd.h and elf/arm.h.
1064 (arm_elf_finish): Set the last bit of DT_INIT and DT_FINI
1065 depending on the type of the function.
1066 (arm_elf_convert_thumb_symbol_to_address): New function.
1068 2002-08-22 Graeme Peterson <gp@qnx.com>
1070 * Makefile.am: Add esh{l}elf_nto.o files.
1071 * Makefile.in: Regenerate.
1072 * configure.tgt: Add support for sh-**-nto* targets.
1073 * emulparams/shelf_nto.sh: New file.
1074 * emulparams/shlelf_nto.sh: New file.
1076 2002-08-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
1078 * ldlang.c (offsetof): Define if not defined.
1080 2002-08-14 H.J. Lu <hjl@gnu.org>
1082 * configure.tgt: Always enable 64bit emulations for 32bit
1085 2002-08-13 Alan Modra <amodra@bigpond.net.au>
1087 * emulparams/elf32_dlx.sh (TARGET_PAGE_SIZE): Set to 1.
1088 (MAXPAGESIZE): Set to 1.
1090 * ld.h (ALIGN_N): Delete.
1091 * ldexp.h (align_n): Declare.
1092 * ldexp.c (align_n): New function.
1093 (fold_binary): Use align_n instead of ALIGN_N.
1094 (exp_fold_tree): Likewise.
1095 * ldlang.c (lang_size_sections_1): Likewise.
1096 (lang_one_common): Likewise.
1097 * ld.texinfo (ALIGN): Remove power of 2 restriction.
1099 2002-07-31 Graeme Peterson <gp@qnx.com>
1101 * configure.tgt: Add support for powerpc{le}-*-nto* targets.
1102 * Makefile.am: Add eelf32{l}ppcnto.o files.
1103 * Makefile.in: Regenerate.
1104 * emulparams/elf32lppcnto.sh: New file.
1105 * emulparams/elf32ppcnto.sh: New file.
1107 2002-08-07 H.J. Lu <hjl@gnu.org>
1109 * ld.texinfo: Document --no-undefined-version.
1111 * ldlang.c (lang_new_vers_pattern): Set the `symver' and
1112 `script.' fields to 0.
1114 * ldmain.c (main): Initialize the allow_undefined_version to
1117 * lexsup.c (OPTION_NO_UNDEFINED_VERSION): New.
1118 (ld_options): Add --no-undefined-version.
1119 (parse_args): Support OPTION_NO_UNDEFINED_VERSION.
1121 2002-08-07 Nick Clifton <nickc@redhat.com>
1123 * emultempl/armelf.em (arm_elf_before_allocation): Only search for
1124 an interworking bfd if there are input bfds. (107501)
1126 2002-08-06 Alan Modra <amodra@bigpond.net.au>
1128 * emultempl/aix.em (gld*_before_parse): Set default arch. Reverts
1131 2002-08-01 Nick Clifton <nickc@redhat.com>
1133 * emulparams/armelf.sh: Revert previous delta.
1134 * scripttempl/elf.sc: Revert previous delta.
1136 2002-07-31 H.J. Lu <hjl@gnu.org>
1138 * configure.tgt (powerpc*-*-linux*): Enable elf64ppc for
1139 --enable-64-bit-bfd.
1141 2002-07-31 H.J. Lu <hjl@gnu.org>
1143 * configure.tgt: Enable x86-64 emulation for Linux/i386 if
1144 64bit BFD is selected.
1146 2002-07-31 H.J. Lu <hjl@gnu.org>
1148 * configure.tgt: Enable 64bit emulations for 32bit Linux/mips
1149 if 64bit BFD is selected.
1151 2002-07-31 Ian Dall <ian@sibyl.beware.dropbear.id.au>
1153 * emultempl/netbsd.em (LDEMUL_BEFORE_PARSE): New file to custom set
1154 link_info.common_skip_ar_aymbols.
1155 * emulparams/ns32knbsd.sh (EXTRA_EM_FILE): Refer to extra file.
1157 * ldmain.c (main): Initialize new field
1158 link_info.common_skip_ar_aymbols.
1160 2002-07-31 Adam Nemet <anemet@lnxw.com>
1162 * emulparams/armelf.sh (OTHER_PLT_SECTIONS): New variable. Set it
1164 * scripttempl/elf.sc: Comment it. Use the same way as ${PLT} is
1167 2002-07-31 Nick Clifton <nickc@redhat.com>
1169 * NEWS: Retroactively add entry for Lars Brinkhoff's contribution
1170 of the PDP-11 and 2.11BSD a.out support.
1172 2002-07-31 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1174 * Makefile.am (eelf32btsmipn32.o, eelf32ltsmipn32.o): New emulations
1175 for n32 ABI support.
1176 * Makefile.in: Regenerate.
1177 * configure.tgt (mips64*el-*-linux-gnu*,mips64*-*-linux-gnu*): Add
1178 n32 ABI emulations for these 64 bit targets.
1179 * emulparams/elf32bmipn32.sh: Expand comment.
1180 * emulparams/elf32btsmipn32.sh: New file, for traditional big endian
1182 * emulparams/elf32ltsmipn32.sh: Likewise for little endian.
1184 2002-07-30 Graeme Peterson <gp@qnx.com>
1186 * configure.tgt: Add support for arm-*-nto target.
1187 * Makefile.am: Add earmnto.o file.
1188 * Makefile.in: Regenerate.
1189 * NEWS: Mention port of ARM support to QNX.
1190 * emulparams/armnto.sh: New file.
1192 2002-07-30 Jakub Jelinek <jakub@redhat.com>
1194 * ldlang.c (lang_add_section): Don't turn .tbss into normal sections
1195 for relocatable link.
1196 (lang_size_sections_1): Don't make .tbss zero size for relocatable
1199 2002-07-26 Bernd Schmidt <bernds@redhat.com>
1201 * emulparams/elf32frv.sh (OTHER_RELOCATING_SECTIONS): Delete.
1204 2002-07-25 Nick Clifton <nickc@redhat.com>
1206 * po/sv.po: Updated Swedish translation.
1207 * po/es.po: Updated Spanish translation.
1208 * po/fr.po: Updated French translation.
1210 2002-07-24 Nick Clifton <nickc@redhat.com>
1212 * po/sv.po: Updated Swedish translation.
1213 * po/es.po: Updated Spanish translation.
1215 2002-07-23 Nick Clifton <nickc@redhat.com>
1217 * po/fr.po: Updated French translation.
1219 2002-07-20 Alan Modra <amodra@bigpond.net.au>
1221 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
1222 bomb on /DISCARD/ input section.
1223 * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
1224 * emultempl/mmo.em (mmo_place_orphan): Likewise.
1226 2002-07-19 Hans-Peter Nilsson <hp@bitrange.com>
1228 * emultempl/mmo.em (mmo_place_orphan): Handle case of no .text
1231 2002-07-16 Denis Chertykov <denisc@overta.ru>
1232 Nick Clifton <nickc@redhat.com>
1233 Frank Ch. Eigler <fche@redhat.com>
1234 John Healy <jhealy@redhat.com>
1236 * configure.tgt: Add support for ip2k-elf.
1237 * Makefile.am: Add support for ip2k-elf.
1238 * Makefile.in: Regenerate.
1239 * emulparams/elf32ip2k.sh: New file.
1240 * scripttempl/ip2k.sc: New file
1241 * NEWS: Mention support for new port.
1243 2002-07-16 Nick Clifton <nickc@cambridge.redhat.com>
1245 * NEWS: Add 'Changes in 2.13'.
1247 2002-07-14 H.J. Lu <hjl@gnu.org>
1249 * ld.texinfo: Document a .symver takes precedence over a
1252 2002-07-12 Alan Modra <amodra@bigpond.net.au>
1254 * emulparams/elf64ppc.sh (ARCH): Set to powerpc:common64.
1255 (COMMONPAGESIZE): Define.
1257 2002-07-09 Alan Modra <amodra@bigpond.net.au>
1259 * emulparams/hppanbsd.sh: Remark that hppaobsd.sh references this file.
1261 2002-07-09 Federico G. Schwindt <fgsch@olimpo.com.br>
1263 * configure.tgt: Add support for alpha-*-openbsd*, hppa-*-openbsd*,
1264 powerpc-*-openbsd* and sparc64-*-openbsd*.
1265 * Makefile.am (ALL_EMULATIONS): Add ehppaobsd.o.
1266 * Makefile.in: Regenerate.
1267 * emulparams/hppaobsd.sh: New file.
1269 2002-07-05 Alan Modra <amodra@bigpond.net.au>
1271 * ldlang.c (print_wild_statement): Fix output formatting.
1273 2002-07-04 Alan Modra <amodra@bigpond.net.au>
1275 * ldlang.c: (strip_excluded_output_sections): New function.
1276 (lang_process): Call it.
1277 (lang_size_sections_1): Revert 2002-06-10 change.
1279 2002-07-03 Alan Modra <amodra@bigpond.net.au>
1281 * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
1283 * Makefile.in: Regenerate.
1285 2002-07-02 Alan Modra <amodra@bigpond.net.au>
1287 * ldfile.c (ldfile_try_open_bfd): Formatting.
1289 * ldmisc.c (demangle): Move so that it doesn't intrude between
1290 vfinfo comment and body. Add comment.
1292 2002-07-01 John David Anglin <dave@hiauly1.hia.nrc.ca>
1294 * emulparams/vax.sh (OUTPUT_FORMAT): Use a.out-vax-bsd format.
1296 2002-07-01 Alan Modra <amodra@bigpond.net.au>
1298 * ldlang.h (entry_sym): Make it a struct bfd_sym_chain.
1299 * ldlang.c (entry_sym): Likewise.
1300 (ldlang_undef_chain_list_type): Likewise.
1301 (lang_finish): Adjust references to entry_symbol.
1302 (lang_add_entry): Likewise.
1303 (lang_gc_sections): Use link_info.gc_sym_list.
1304 (lang_process): Set link_info.gc_sym_list.
1305 * ldlex.l: Include bfdlink.h.
1306 * ldmain.c (main): Init link_info.gc_sym_list.
1307 * emultempl/aix.em: Adjust references to entry_symbol.
1308 * emultempl/armcoff.em: Likewise.
1309 * emultempl/armelf.em: Likewise.
1310 * emultempl/pe.em: Likewise.
1311 * emultempl/ppc64elf.em (ppc_after_open): New function.
1312 (LDEMUL_AFTER_OPEN): Define.
1313 * emulparams/elf64ppc.sh: KEEP .opd sections.
1315 2002-06-29 Stephane Carrez <stcarrez@nerim.fr>
1317 * emulparams/m68hc12elfb.sh (EEPROM_MEMORY): Define.
1318 * emulparams/m68hc11elfb.sh (EEPROM_MEMORY): Define.
1319 * emulparams/m68hc11elf.sh (EEPROM_SIZE): Define.
1320 (EEPROM_START_ADDR): Define.
1321 (EEPROM_MEMORY): Define.
1322 * emulparams/m68hc12elf.sh: Likewise.
1323 * scripttempl/elfm68hc11.sc: Handle .eeprom section; handle .softregs
1324 section to put soft registers in .page0.
1325 * scripttempl/elfm68hc12.sc: Likewise but put soft registers in bss.
1327 2002-06-26 John David Anglin <dave@hiauly1.hia.nrc.ca>
1329 * emulparams/hppa64linux.sh (OTHER_GOT_RELOC_SECTIONS): Add rela.opd
1330 section. Add ${RELOCATING-0}.
1332 2002-06-26 J"orn Rennecke <joern.rennecke@superh.com>
1334 * emulparams/shelf.sh (STACK_ADDR): Don't define.
1335 (OTHER_SECTIONS): Define.
1336 * emulparams/shelf_nbsd.sh ((STACK_ADDR): Don't undef.
1337 (OTHER_SECTIONS): Undef.
1339 2002-06-26 Alan Modra <amodra@bigpond.net.au>
1341 * ldmisc.c (demangle): Restore dots stripped from sym name.
1343 2002-06-25 H.J. Lu <hjl@gnu.org>
1345 * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
1346 * Makefile.in: Regenerated.
1348 2002-06-20 Nick Clifton <nickc@cambridge.redhat.com>
1350 * ld.texinfo (Bug Reporting): Update text to suggest a limit on
1351 the size of attached object files, to allow make the object files
1352 available via FTP or HTTP and to mention that the mail will be
1353 sent to a mailing list.
1355 2002-06-20 Nathanael Nerode <neroden@twcny.rr.com>
1357 * ld/configure.host (romp): Drop support.
1359 2002-06-18 Chris Demetriou <cgd@broadcom.com>
1361 * emultempl/mipself.em (mips_elf${ELFSIZE}_check_sections): Check
1362 section flags for SEC_DATA, rather than for SEC_CODE being unset.
1364 2002-06-18 Chris Demetriou <cgd@broadcom.com>
1366 * emultempl/mipself.em (mips_elf${ELFSIZE}_check_sections): Fix
1367 format specifier used to print BFD name.
1369 2002-06-18 Dave Brolley <brolley@redhat.com>
1371 From Catherine Moore, Michael Meissner, Jim Blandy:
1372 * emulparams/elf32frv.sh: New file.
1373 * configure.tgt: Support frv-*-*.
1374 * Makefile.am (ALL_EMULATIONS): Add eelf32frv.o.
1375 (eelf32frv.c): New target.
1377 2002-06-17 Tom Rix <trix@redhat.com>
1379 * emultempl/elf32.em: gld*_get_script: Check for
1380 GENERATE_COMBRELOC_SCRIPT.
1381 * scripttempl/elfd10v.sc : Fix STACK and INSN.
1382 * emulparams/d10velf.sh : Fix TEXT_START_ADDR.
1384 2002-06-13 J"orn Rennecke <joern.rennecke@superh.com>
1386 * configure.tgt: Add support for sh[1234]*le*-*-elf, sh[1234]*-*-elf.
1388 2002-06-12 H.J. Lu <hjl@gnu.org>
1390 * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Return
1391 false if xvec doesn't match.
1393 2002-06-10 Richard Sandiford <rsandifo@redhat.com>
1395 * ldlang.c (lang_size_sections_1): Skip removed output sections.
1397 2002-06-08 Alan Modra <amodra@bigpond.net.au>
1399 * ldexp.c: Replace CONST with const.
1400 * ldfile.c: Likewise.
1401 * ldfile.h: Likewise.
1402 * ldlex.l: Likewise.
1404 * pe-dll.h: Likewise.
1406 2002-06-07 Alan Modra <amodra@bigpond.net.au>
1408 * emultempl/ppc64elf.em (new_vers_pattern): Warning fix.
1410 2002-06-07 Charles Wilson <cwilson@ece.gatech.edu>
1412 * ld/ldmain.c (main): initialize link_info.pei386_auto_import
1413 to -1 == implicit enable.
1414 * ld/emultempl/pe.em (gld_${EMULATION_NAME}_before_parse):
1415 initialize link_info.pei386_auto_import to -1 == implicit
1417 (gld_${EMULATION_NAME}_parse_args): When processing
1418 --enable-auto-import and --disable-auto-import options, use
1419 '1' and '0' instead of 'true' and 'false'.
1420 (pe_find_data_imports): Only issue message about auto-import
1421 when the feature is implicitly enabled. Downgrade message to
1422 informational instead of warning.
1424 2002-06-07 Alan Modra <amodra@bigpond.net.au>
1426 * scripttempl/elf.sc (.tbss): Fix mismatched parentheses/braces.
1428 2002-06-06 John David Anglin <dave@hiauly1.hia.nrc.ca>
1430 * configure.host (hppa*64*-*-hpux11*): Define NATIVE_LIB_DIRS,
1431 HOSTING_CRT0 and HOSTING_LIBS.
1433 2002-06-05 J"orn Rennecke <joern.rennecke@superh.com>
1435 * configure.tgt (shle*-*-elf*, sh64le-*-elf*): New configurations.
1437 2002-06-05 Jason Thorpe <thorpej@wasabisystems.com>
1439 * emulparams/ns32knbsd.sh (EXECUTABLE_SYMBOLS): Set _DYNAMIC to 0.
1440 (NONPAGED_TEXT_START_ADDR): Set to 0x1000.
1442 2002-06-05 Alan Modra <amodra@bigpond.net.au>
1444 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Place
1445 SEC_EXCLUDE sections when doing a relocatable link.
1447 2002-06-04 Jason Thorpe <thorpej@wasabisystems.com>
1449 * Makefile.am (ALL_EMULATIONS): Add eshelf32_nbsd.o,
1450 eshlelf32_nbsd.o, eshelf64_nbsd.o, and eshlelf64_nbsd.o.
1451 (eshelf32_nbsd.c, eshelf64_nbsd.c, eshlelf32_nbsd.c)
1452 (eshlelf64_nbsd.c): New rules.
1453 * Makefile.in: Regenerate.
1454 * configure.tgt (sh5le-*-netbsd*, sh5-*-netbsd*, sh64le-*-netbsd*)
1455 (sh64-*-netbsd*): New targets.
1456 * emulparams/shelf32_nbsd.sh: New file.
1457 * emulparams/shelf64_nbsd.sh: New file.
1458 * emulparams/shlelf32_nbsd.sh: New file.
1459 * emulparams/shlelf64_nbsd.sh: New file.
1461 2002-06-04 Alan Modra <amodra@bigpond.net.au>
1463 * ldlang.c (section_already_linked): Call bfd_discard_group. Typo fix.
1465 2002-06-02 Marek Michalkiewicz <marekm@amelek.gda.pl>
1467 * scripttempl/avr.sc: Changes to support current GCC and avr-libc,
1468 C++ constructors/destructors, loosely based on the m68hc11 port.
1470 2002-05-31 Alan Modra <amodra@bigpond.net.au>
1472 * Makefile.in: Regenerate.
1473 * aclocal.m4: Regenerate.
1474 * config.in: Regenerate.
1475 * configure: Regenerate.
1477 2002-05-31 Graeme Peterson <gp@qnx.com>
1479 * Makefile.am (ALL_EMULATIONS): Add ei386nto.o.
1480 (ei386nto.c): Add rule.
1481 * Makefile.in: Regenerate.
1482 * configure.tgt: Add i[3456]86-*-nto-qnx*.
1483 * emulparams/i386nto.sh: New file.
1485 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
1487 * NEWS: Add entry for VAX ELF support.
1489 2002-05-29 Matt Thomas <matt@3am-software.com>
1490 Jason Thorpe <thorpej@wasabisystems.com>
1492 * Makefile.am (ALL_EMULATIONS): Add eelf32vax.o and evaxnbsd.o.
1494 (evaxnbsd.c): New rules.
1495 * Makefile.in: Regenerate.
1496 * configure.tgt (vax-*-netbsdelf*)
1498 (vax-*-netbsd*): New targets.
1499 * emulparams/elf32vax.sh: New file.
1500 * emulparams/vaxnbsd.sh: New file.
1502 2002-05-29 Adam Nemet <anemet@lnxw.com>
1504 * emultempl/armelf.em (arm_elf_after_open): Don't determine
1505 bfd_for_interwork, instead add glue sections to each input bfd.
1506 (bfd_for_interwork): New global.
1507 (arm_elf_set_bfd_for_interworking): New function.
1508 (arm_elf_before_allocation): Use it.
1510 2002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
1512 * Makefile.am: Add DLX make target.
1513 * configure.tgt: Add DLX configuration.
1514 * Makefile.in: Regenerate.
1515 * emulparams/elf32_dlx.sh: New file
1516 * scripttempl/dlx.sc: New file
1518 2002-05-27 Per Lundberg <per@caleb.dnsalias.org>
1520 * Makefile.am (eelf_i386_chaos): Use elf_chaos.sc script.
1521 * Makefile.in: Regenerate.
1522 * emulparams/elf_chaos.sh: Use elf_chaos script.
1523 * scripttempl/elf_chaos.sc: New file.
1525 2002-05-27 Richard Sandiford <rsandifo@redhat.com>
1527 * ldlang.c (lang_size_sections_1): Move check for conflicting load
1528 addresses and regions from here...
1529 (lang_get_regions): ...to this new function.
1530 (lang_leave_output_section_statement): Use lang_get_regions.
1531 (lang_leave_overlay): Likewise.
1532 * mri.c (mri_draw_tree): Pass null as last argument to
1533 lang_leave_output_section_statement.
1534 * emultempl/elf32.em (gld*_place_orphan): Likewise.
1535 * emultempl/mmo.em (mmo_place_orphan): Likewise.
1536 * emultempl/pe.em (gld*_place_orphan): Likewise.
1538 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
1540 * configure.tgt: Use ns32k-*-netbsd* instead of ns32k-pc532-netbsd*.
1542 2002-05-25 Kazu Hirata <kazu@cs.umass.edu>
1544 * ldemul.c: Fix formatting.
1545 * ldfile.c: Likewise.
1546 * pe-dll.c: Likewise.
1547 * pe-dll.h: Likewise.
1549 2002-05-25 Alan Modra <amodra@bigpond.net.au>
1551 * ldlang.c (lang_process): Formatting, grammar.
1553 * ldlex.l: Use #include "" instead of <> for local header files.
1555 2002-05-24 TAMURA Kent <kent@netbsd.org>
1557 * configure.tgt: Add a target for i386-netbsdpe.
1559 2002-05-23 Jakub Jelinek <jakub@redhat.com>
1561 * scripttempl/elf.sc: Add .rel{,a}.t{bss,data}, .tdata and .tbss.
1562 * ldlang.c (lang_add_section): Set SEC_THREAD_LOCAL for
1563 output section if necessary. Handle .tbss.
1564 (lang_size_sections): Clear _raw_size for .tbss section
1565 (it allocates space in PT_TLS segment only).
1566 * ldwrite.c (build_link_order): Build link order for .tbss too.
1568 2002-05-23 Alan Modra <amodra@bigpond.net.au>
1570 * configure.in: Correct spelling of AC_PREREQ.
1572 2002-05-21 Danny Smith <dannysmith@users.sourceforge.net>
1574 * pe-dll.c (autofilter_liblist): Add more system libs excluded by
1576 (autofilter_objlist): Add crtbegin.o, crtend.o.
1578 2002-05-21 Danny Smith <dannysmith@users.sourceforge.net>
1580 * emultempl/pe.em (OPTION_EXCLUDE_LIBS): Add new define.
1581 (longopts): Add new option --exclude-libs.
1582 (gld_${EMULATION_NAME}_list_options): Give quick help about it.
1583 (gld_${EMULATION_NAME}_parse_args): Use it.
1584 * pe-dll.h (pe_dll_add_excludes): Add second param to prototype.
1585 * pe-dll.c (exclude_list_struct): Add field type to distinguish symbols
1586 from whole archives.
1587 (pe_dll_add_excludes): Set excludes->type.
1588 (auto_export): Add new variable libname and set to archive basename if
1589 abfd. Use it when filtering default and user-specified libarary
1590 excludes. Let string "ALL" mean all libs when filtering user-specified
1592 * ld.texinfo: Document --exclude-libs.
1594 2002-05-22 Alan Modra <amodra@bigpond.net.au>
1596 * ldemul.c (ldemul_new_vers_pattern): New function.
1597 * ldemul.h (ldemul_new_vers_pattern): Declare.
1598 (struct ld_emulation_xfer_struct): Add new_vers_pattern.
1599 * ldlang.c (lang_new_vers_pattern): Call ldemul_new_vers_pattern.
1600 * emultempl/ppc64elf.em (dotsyms): New static var.
1601 (gld${EMULATION_NAME}_new_vers_pattern): New function.
1602 (LDEMUL_NEW_VERS_PATTERN): Define.
1603 (PARSE_AND_LIST_PROLOGUE): Add OPTION_DOTSYMS, OPTION_NO_DOTSYMS.
1604 (PARSE_AND_LIST_LONGOPTS): Likewise.
1605 (PARSE_AND_LIST_ARGS_CASES): Handle them.
1606 * emultempl/aix.em (ld_${EMULATION_NAME}_emulation): Update
1608 * emultempl/armcoff.em: Likewise.
1609 * emultempl/armelf_oabi.em: Likewise.
1610 * emultempl/beos.em: Likewise.
1611 * emultempl/elf32.em: Likewise.
1612 * emultempl/generic.em: Likewise.
1613 * emultempl/gld960.em: Likewise.
1614 * emultempl/gld960c.em: Likewise.
1615 * emultempl/linux.em: Likewise.
1616 * emultempl/lnk960.em: Likewise.
1617 * emultempl/m68kcoff.em: Likewise.
1618 * emultempl/mipsecoff.em: Likewise.
1619 * emultempl/pe.em: Likewise.
1620 * emultempl/sunos.em: Likewise.
1621 * emultempl/ticoff.em: Likewise.
1622 * emultempl/vanilla.em: Likewise.
1624 2002-05-22 Alan Modra <amodra@bigpond.net.au>
1626 * genscripts.sh (LIB_PATH): For native targets, concatenate $libdir
1627 and $NATIVE_LIB_DIRS. Add $tool_lib before other libs.
1628 (LIB_SEARCH_DIRS): No need to use "tr".
1629 (COMPILE_IN): Only set for native targets.
1630 * configure.host (NATIVE_LIB_DIRS): Specify all native search dirs
1631 here, rather than adding lib:/usr/lib:/usr/local/lib in genscripts.sh.
1632 * configure.tgt (powerpc*): Set tdir_*.
1633 (powerpcle*): Correct targ_extra_emuls.
1634 * emulparams/elf32ppc.sh (LIB_PATH): Set up native 64 bit dirs.
1635 * emulparams/elf64ppc.sh (LIB_PATH): Likewise.
1637 2002-05-22 Alan Modra <amodra@bigpond.net.au>
1639 * emultempl/pe.em (set_pe_subsystem): Don't set "cmdline" when
1640 calling lang_add_entry.
1642 2002-05-21 H.J. Lu (hjl@gnu.org)
1644 * emultempl/elf32.em (gld${EMULATION_NAME}_parse_args): Handle
1646 (gld${EMULATION_NAME}_list_options): Add "-z muldefs".
1648 * ld.texinfo: Updated for --allow-multiple-definition and
1651 * ldmain.c (main): Initialize the allow_multiple_definition
1654 * lexsup.c (OPTION_ALLOW_MULTIPLE_DEFINITION): New.
1655 (ld_options): Add --allow-multiple-definition.
1656 (parse_args): Support OPTION_ALLOW_MULTIPLE_DEFINITION.
1658 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
1660 * Makefile.am (ALL_EMULATIONS): Add earmelfb_nbsd.o.
1661 (earmelfb_nbsd.c): New rule.
1662 * Makefile.in: Regenerate.
1663 * configure.tgt (armeb-*-netbsdelf*): New target.
1664 (arm-*-netbsdelf*): Add armelfb_nbsd to targ_extra_emuls.
1665 (arm-*-netbsd*): Likewise.
1666 * emulparams/armelfb_nbsd.sh: New file.
1668 2002-05-18 Tom Rix <trix@redhat.com>
1670 * emultempl/aix.em (gld*_parse_args): Add -bnortl and -bnortllib
1673 2002-05-17 Marek Michalkiewicz <marekm@amelek.gda.pl>
1675 * Makefile.am: Add new emulations avr1, avr2, avr3, avr4, avr5.
1676 * Makefile.in: Regenerate.
1677 * configure.tgt (avr-*-*): Add avr[1-5] to targ_extra_emuls.
1679 2002-05-16 Marek Michalkiewicz <marekm@amelek.gda.pl>
1681 * emulparams/avr1.sh: New file.
1682 * emulparams/avr2.sh: New file.
1683 * emulparams/avr3.sh: New file.
1684 * emulparams/avr4.sh: New file.
1685 * emulparams/avr5.sh: New file.
1686 * scripttempl/avr.sc: New file.
1688 2002-05-15 Alan Modra <amodra@bigpond.net.au>
1690 * ldlang.c (section_already_linked): Call bfd_link_just_syms.
1691 (lang_place_orphans): Abort if just_syms_flag.
1693 2002-05-10 Tom Rix <trix@redhat.com>
1695 * emultempl/aix.em: (gld*_set_output_arch): New function. Use
1696 architecture and machine information in the output bfd.
1697 (gld*_before_parse): Remove old arch and machine code.
1698 (choose_target): Rename to gld*_choose_target.
1699 (rtld): Change type to int.
1700 * ldfile.c (ldfile_try_open_bfd): Disable compatiblity check for
1701 objects in XCOFF archives.
1702 * ldfile.h: Update copyright date.
1704 2002-05-10 Jakub Jelinek <jakub@redhat.com>
1706 * ldmain.c (main): Enable -z combreloc by default.
1708 2002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
1710 * Makefile.am: Honour DESTDIR.
1711 * Makefile.in: Regenerate.
1713 2002-05-07 Richard Sandiford <rsandifo@redhat.com>
1715 * ldlang.h (lang_output_section_statement_type): Add update_dot_tree.
1716 (lang_enter_overlay): Remove the last two parameters.
1717 (lang_leave_overlay): Take them here instead.
1718 * ldgram.y (memspec_at_opt): Set $$ to null if no region is given.
1719 (section): Pass LMA and crossref flag to lang_leave_overlay rather
1720 than lang_enter_overlay.
1721 * ldlang.c (lang_memory_region_lookup): Return null for null names.
1722 (lang_output_section_statement_lookup): Initialize update_dot_tree.
1723 (lang_size_sections_1): Evaluate it.
1724 (lang_leave_output_section_statement): Rework LMA lookup.
1725 (overlay_lma, overlay_nocrossrefs): Remove.
1726 (lang_enter_overlay): Remove LMA and crossref arguments.
1727 (lang_enter_overlay_section): Don't set the LMA here.
1728 (lang_leave_overlay): Take LMA and crossref arguments. Move the '.'
1729 assignment to the last section's update_dot_tree. Unconditionally
1730 use the load and run-time regions specified in the OVERLAY statement.
1731 Likewise the first section's LMA. Only set the other sections' LMAs
1732 when no load region is given.
1734 2002-05-06 Nick Clifton <nickc@redhat.com>
1736 * po/sv.po: New translation.
1738 2002-05-04 Alan Modra <amodra@bigpond.net.au>
1740 * emultempl/hppaelf.em (build_section_lists): New function.
1741 (gld${EMULATION_NAME}_finish): Call elf32_hppa_setup_section_lists
1742 and build_section_lists.
1744 2002-05-03 Kazu Hirata <kazu@cs.umass.edu>
1746 * ld.h: Fix formatting.
1747 * ldexp.c: Likewise.
1748 * ldfile.c: Likewise.
1749 * ldlang.c: Likewise.
1750 * ldmain.c: Likewise.
1751 * lexsup.c: Likewise.
1752 * pe-dll.c: Likewise.
1754 2002-05-02 Alan Modra <amodra@bigpond.net.au>
1756 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_after_allocation):
1757 Adjust for ppc64_elf_set_toc change. #include libbfd.h.
1758 (build_section_lists): Do output_section tests here.
1760 2002-04-30 Tom Rix <trix@redhat.com>
1762 * emultempl/aix.em : (gld*_parse_arge): Formatting changes.
1764 2002-05-01 Alan Modra <amodra@bigpond.net.au>
1766 Long branch stubs, multiple stub sections.
1767 * emultempl/ppc64elf.em: Include ldctor.h.
1768 (stub_file): New var.
1769 (group_size): New var.
1770 (ppc_create_output_section_statements): New function.
1771 (struct hook_stub_info): New.
1772 (hook_in_stub): New function.
1773 (ppc_add_stub_section): New function.
1774 (ppc_layout_sections_again): New function.
1775 (build_section_lists): New function.
1776 (gld${EMULATION_NAME}_finish): Rewrite.
1777 (real_func): New var.
1778 (ppc_for_each_input_file_wrapper): New function.
1779 (ppc_lang_for_each_input_file): New function.
1780 (lang_for_each_input_file): Define.
1781 (PARSE_AND_LIST_PROLOGUE): Define.
1782 (PARSE_AND_LIST_LONGOPTS): Define.
1783 (PARSE_AND_LIST_OPTIONS): Define.
1784 (PARSE_AND_LIST_ARGS_CASES): Define.
1785 (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
1787 2002-04-30 Tom Rix <trix@redhat.com>
1789 * emultempl/aix.em (gld*_parse_arge, gld*_before_allocation): Add
1790 -blibpath, -bnolibpath support.
1792 2002-04-30 Mark Mitchell <mark@codesourcery.com>
1794 * Makefile.am (ALL_EMULATIONS): Add elf32ppcwindiss.o.
1795 (eelf32ppcwindiss.c): New target.
1796 * Makefile.in: Regenerated.
1797 * configure.tgt: Add support for powerpc-*-windiss.
1798 * emulparams/elf32ppcwindiss.sh: New file.
1800 2002-04-30 Richard Sandiford <rsandifo@redhat.com>
1802 * ldlang.c (print_assignment): Update print_dot for assignments to ".".
1803 * ldexp.c (exp_print_token): Add "infix_p" argument.
1804 (exp_print_tree): Update accordingly.
1806 2002-04-28 Alan Modra <amodra@bigpond.net.au>
1808 * Makefile.am (mpw): New maintainer mode rule to make mpw-*.c files.
1809 * Makefile.in: Regenerate.
1810 * mpw-elfmips.c: Delete.
1811 * mpw-eppcmac.c: Delete.
1812 * mpw-esh.c: Delete.
1813 * mpw-idtmips.c: Delete.
1815 2002-04-17 J"orn Rennecke <joern.rennecke@superh.com>
1817 * emulparams/shelf32.sh (MACHINE): Now sh5.
1819 2002-04-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1821 * ldgram.y: Fix syntax warning.
1823 2002-04-11 Nick Clifton <nickc@cambridge.redhat.com>
1825 * emultempl/armelf.em (PARSE_AND_LIST_SHORTOPTS): Add 'n' in order
1826 to prevent "-n" from being taken as an abbreviation for
1827 "--no-pipeline-knowledge".
1829 2002-04-08 Alan Modra <amodra@bigpond.net.au>
1831 * ldlang.c (lang_size_sections_1): Don't complain about
1832 SEC_NEVER_LOAD sections having no memory region specified.
1834 * ld.texinfo (Format Commands <OUTPUT_FORMAT>): Typo fix.
1836 2002-04-07 matthew green <mrg@redhat.com>
1838 * ld/configure.host (*-*-netbsd*): Add support for NetBSD/ELF.
1840 2002-04-04 Alan Modra <amodra@bigpond.net.au>
1842 * dep-in.sed: Cope with absolute paths.
1843 * Makefile.am (dep.sed): Subst TOPDIR and BFDDIR.
1845 * Makefile.in: Regenerate.
1847 2002-04-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1849 * emulparams/elf64btsmip.sh: n64 replaces .reginfo with .MIPS.options.
1851 2002-04-03 Jakub Jelinek <jakub@redhat.com>
1853 * ldexp.c (fold_binary) [DATA_SEGMENT_ALIGN]: If common page size
1854 is smaller than maximum, round dot up to common page boundary.
1856 2002-03-28 Alan Modra <amodra@bigpond.net.au>
1858 * configure.host: Set up for generic hosts first, then tweak as
1859 necessary in more specific targets.
1860 (HOSTING_LIBS): Include libgcc_eh.a if found.
1862 2002-03-23 Andreas Jaeger <aj@suse.de>
1864 * emulparams/elf_x86_64.sh (COMMONPAGESIZE): Set it.
1866 2002-03-21 Alan Modra <amodra@bigpond.net.au>
1868 * Makefile.am: Run "make dep-am".
1869 * Makefile.in: Regenerate.
1871 2002-03-21 Albert Chin-A-Young <china@thewrittenword.com>
1873 * genscripts.sh (LIB_SEARCH_DIRS): Quote path.
1875 2002-03-20 Alan Modra <amodra@bigpond.net.au>
1877 * ldlang.c (ldlang_add_undef): If the output bfd has been opened,
1878 add the symbol to the linker hash table immediately.
1879 (lang_place_undefineds): Split symbol creation out..
1880 (insert_undefined): ..to here.
1882 2002-03-18 David O'Brien <obrien@FreeBSD.org>
1884 * emultempl/elf32.em: Use lbasename vs. basename to fix problem where
1885 the contents of the buffer returned from basename function will are
1886 getting overwritten while still being used.
1888 2002-03-18 Jan Hubicka <jh@suse.cz>
1889 Andreas Jaeger <aj@suse.de>
1890 Andreas Schwab <schwab@suse.de>
1892 * configure.tgt (x86_64-*-linux-gnu*): Configure i386 as native.
1893 * elf_x86_64.sh (ARCH): Set to i386:x86-64
1894 set libraries to default to lib64 paths.
1896 2002-03-18 Tom Rix <trix@redhat.com>
1898 * Makefile.am : Add eaix5ppc and eaix5rs6, AIX 5 support.
1899 * configure.tgt : Same.
1900 * emulparms/aix5ppc.sh : New file. For eaix5ppc.
1901 * emulparms/aix5rs6.sh : New file. For eaix5rs6.
1902 * emulparms/aixppc.sh : OUPUT_FORMAT_32BIT and OUTPUT_FORMAT_64BIT
1903 emulation parameters for better -b32, -b64 support.
1904 * emulparms/aixrs6.sh : Same.
1905 * emulparms/ppcmacos.sh : Same.
1906 * emultempl/aix.em (choose_target) : Use new emulation parameters
1907 OUTPUT_FORMAT_32BIT and OUTPUT_FORMAT_64BIT.
1908 * Makefile.in : Regenerate.
1910 2002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
1912 * po/fr.po: Updated version.
1914 2002-03-18 Alan Modra <amodra@bigpond.net.au>
1916 * ldmain.c (main): Move .text readonly flag fudges from here..
1917 * ldlang.c (lang_process): ..to here.
1919 2002-03-14 Alan Modra <amodra@bigpond.net.au>
1921 * ldlang.c (lang_check): Remove the word size check added in last
1922 change. Treat emitrelocations case as for relocatable links.
1924 2002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
1926 * po/fr.po: Updated version.
1928 2002-03-13 Alan Modra <amodra@bigpond.net.au>
1930 * ldlang.c (lang_check): Do relocatable link checks first, so that
1931 warn_mismatch can't override. Check compatible and word size too.
1933 2002-03-07 Daniel Jacobowitz <drow@mvista.com>
1935 * ld.texinfo: Wrap @menu in @ifnottex, not @ifinfo.
1937 2002-03-05 Jakub Jelinek <jakub@redhat.com>
1939 * scripttempl/elf.sc: Only use DATA_SEGMENT_END() together with
1942 2002-03-04 H.J. Lu <hjl@gnu.org>
1944 * scripttempl/elf.sc: Put .preinit_array, .init_array and
1945 .fini_array in the data segment.
1947 2002-03-04 Alan Modra <amodra@bigpond.net.au>
1949 * scripttempl/elf.sc: Correct syntax errors in 2002-03-01 commit.
1951 2002-03-01 David Mosberger <davidm@hpl.hp.com>
1953 * scripttempl/elf.sc (SECTIONS): Add entries for .preinit_array,
1954 .init_array, and .fini_array.
1956 2002-02-20 Andreas Schwab <schwab@suse.de>
1958 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Don't fold
1959 .IA64_unwind* in a relocatable link.
1961 2002-02-20 Nick Clifton <nickc@cambridge.redhat.com>
1963 * NEWS: Mark 2.12 branch.
1965 2002-02-19 Martin Schwidefsky <schwidefsky@de.ibm.com>
1967 * emulparams/elf64_s390.sh (ARCH): Change to "s390:64-bit".
1968 * emulparams/elf_s390.sh (ARCH): Change to "s390:31-bit".
1970 2002-02-18 Tom Rix <trix@redhat.com>
1972 * emultempl/aix.em (gld*_parse_args): Add -brtl support.
1973 (gld*_before_allocation): Same.
1974 (gld*_create_output_section_statements): Generate
1975 __rtinit if run time linking. Add librtl.a to the link.
1976 (gld*_read_file): Clean.
1978 2002-02-18 Alan Modra <amodra@bigpond.net.au>
1980 * emulparams/elf64ppc.sh (OTHER_TEXT_SECTIONS): Define.
1982 2002-02-18 David O'Brien <obrien@FreeBSD.org>
1984 * Makefile.am: Add new files earmelf_fbsd, eelf32ppc_fbsd,
1985 eelf_i386_fbsd, eelf64_ia64_fbsd, eelf_x86_64_fbsd, eelf64_sparc_fbsd,
1986 and eelf64alpha_fbsd.
1987 * Makefile.in: Regenerate.
1988 * configure.tgt(sparc64-*-freebsd, ia64-*-freebsd, i[3456]86-*-freebsd,
1989 x86_64-*-freebsd, arm-*-freebsd, alpha*-*-freebsd, powerpc-*-freebsd):
1990 use a FreeBSD-specific emulation rather than the psABI one.
1991 * emulparams/elf_fbsd.sh (ELF_INTERPRETER_NAME): Set appropriate value
1992 for all FreeBSD ELF systems.
1993 * emulparams/armelf_fbsd.sh: Bridge elf_fbsd.sh and the "native" psABI
1995 * emulparams/elf32ppc_fbsd.sh: Likewise.
1996 * emulparams/elf64_ia64_fbsd.sh: Likewise.
1997 * emulparams/elf64_sparc_fbsd.sh: Likewise.
1998 * emulparams/elf64alpha_fbsd.sh: Likewise.
1999 * emulparams/elf_i386_fbsd.sh: Likewise.
2000 * emulparams/elf_x86_64_fbsd.sh: Likewise.
2002 2002-02-18 Nick Clifton <nickc@cambridge.redhat.com>
2004 * po/tr.po: Updated version.
2006 2002-02-18 Alan Modra <amodra@bigpond.net.au>
2008 * ld.texinfo (Output Section Fill): Fix amateur texinfo.
2011 2002-02-17 Hans-Peter Nilsson <hp@bitrange.com>
2013 * emultempl/mmo.em (mmo_after_open): Don't call
2014 _bfd_mmix_check_all_relocs when producing ELF output.
2016 2002-02-15 Richard Henderson <rth@redhat.com>
2018 * emulparams/elf64alpha.sh (NOP): Adjust for big-endian
2019 definition. Emit a unop+nop pair.
2021 2002-02-15 Hans-Peter Nilsson <hp@bitrange.com>
2023 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Also check
2024 for presence of .MMIX.reg_contents.linker_allocated before early
2027 * NEWS: Mention support for MMIX.
2029 2002-02-15 Alan Modra <amodra@bigpond.net.au>
2031 Support arbitrary length fill patterns.
2032 * ld.texinfo (Output Section Fill): Describe fill expressions.
2033 (FILL): Refer to the above.
2034 * ldexp.h (etree_value_type): Add "str" field.
2035 (union etree_union): Add "str" to "value" struct.
2036 (exp_bigintop): Declare.
2037 (exp_get_fill): Declare.
2038 * ldexp.c: Include "safe-ctype.h".
2039 (exp_intop): Set value.str to NULL.
2040 (exp_bigintop): New function.
2041 (new_rel): Pass in "str", and set new.str from it.
2042 (new_rel_from_section): Set new.str to NULL.
2043 (fold_name): Adjust calls to new_rel.
2044 (exp_fold_tree): Likewise.
2045 (exp_get_fill): New function.
2046 * ldgram.y (struct big_int bigint, fill_type *fill): New.
2047 (INT): Returns a "bigint". Adjust all code handling INTs.
2048 (fill_opt): Returns a "fill".
2049 (fill_exp): Split out of fill_opt, use for FILL.
2050 * ldlang.h (struct _fill_type): New.
2051 (fill_type): Move typedef to ldexp.h.
2052 (lang_output_section_statement_type): "fill" is now a pointer.
2053 (lang_fill_statement_type): Likewise.
2054 (lang_padding_statement_type): Likewise.
2055 (lang_add_fill): Now takes a "fill_type *" param.
2056 (lang_leave_output_section_statement): Likewise.
2057 (lang_do_assignments): Likewise.
2058 (lang_size_sections): Likewise.
2059 (lang_leave_overlay_section): Likewise.
2060 (lang_leave_overlay): Likewise.
2061 * ldlang.c: Include ldgram.h after ldexp.h.
2062 (lang_output_section_statement_lookup): Adjust for fill_type change.
2063 (print_fill_statement): Likewise.
2064 (print_padding_statement): Likewise.
2065 (insert_pad): Now takes a "fill_type *" arg.
2066 (size_input_section): Likewise.
2067 (lang_size_sections_1): Likewise.
2068 (lang_size_sections): Likewise.
2069 (lang_do_assignments): Likewise.
2070 (lang_add_fill): Likewise.
2071 (lang_leave_output_section_statement): Likewise.
2072 (lang_leave_overlay_section): Likewise.
2073 (lang_leave_overlay): Likewise.
2074 Adjust all callers of the above function.
2075 * ldlex.l: Include ldgram.h after ldexp.h. Allow hex numbers
2076 starting with "0X" as well as "0x". Return bigint.str for hex
2077 numbers starting with "0x" or "0X", zero bigint.str otherwise.
2078 Always use base 16 for numbers starting with "$".
2079 * ldmain.c: Include ldgram.h after ldexp.h.
2080 * ldwrite.c (build_link_order): Use bfd_data_link_order in place
2081 of bfd_fill_link_order.
2082 * pe-dll.c: Adjust lang_do_assignments calls.
2083 * emultempl/elf32.em: Likewise.
2084 * emultempl/hppaelf.em: Likewise.
2085 * emultempl/ppc64elf.em: Likewise.
2086 * emultempl/beos.em: Include ldgram.h after ldexp.h, adjust
2087 lang_add_assignment call.
2088 * emultempl/pe.em: Likewise.
2090 2002-02-14 Phil Edwards <pme@gcc.gnu.org>
2092 * ld.texinfo (VERSION scripts): Symbol names are globbing patterns.
2093 * ldgram.y (lang_new_vers_regex): Rename to lang_new_vers_pattern;
2094 the pattern in question is not a regexp.
2095 * ldlang.c: Likewise.
2096 * ldlang.h: Likewise.
2097 * ldlex.l (V_IDENTIFIER): Allow '[', ']', '-', '!', and '^' also.
2099 2002-02-12 Jakub Jelinek <jakub@redhat.com>
2101 * ldlex.l (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): New tokens.
2102 * ldgram.y (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): New tokens.
2103 (exp): Add DATA_SEGMENT_ALIGN (exp, exp) and DATA_SEGMENT_END (exp).
2104 * ldexp.c (exp_data_seg): New variable.
2105 (exp_print_token): Handle DATA_SEGMENT_ALIGN and DATA_SEGMENT_END.
2106 (fold_binary): Handle DATA_SEGMENT_ALIGN.
2107 (exp_fold_tree): Handle DATA_SEGMENT_END.
2108 Pass allocation_done when recursing instead of hardcoding
2109 lang_allocating_phase_enum.
2110 * ldexp.h (exp_data_seg): New.
2111 * ldlang.c (lang_size_sections_1): Renamed from lang_size_sections.
2112 (lang_size_sections): New.
2113 * ld.texinfo (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): Document.
2114 * scripttempl/elf.sc: Use DATA_SEGMENT_ALIGN and DATA_SEGMENT_END
2115 if COMMONPAGESIZE is defined.
2116 * emulparams/elf_i386.sh (COMMONPAGESIZE): Set to 4K.
2117 * emulparams/elf32_sparc.sh (COMMONPAGESIZE): Set to 8K.
2118 * emulparams/elf64_sparc.sh (COMMONPAGESIZE): Set to 8K.
2119 * emulparams/elf64alpha.sh (COMMONPAGESIZE): Set to 8K.
2120 * emulparams/elf64_ia64.sh (COMMONPAGESIZE): Set to 16K for shared
2123 2002-02-11 Alan Modra <amodra@bigpond.net.au>
2125 * Makefile.in: Regenerate.
2127 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
2129 * lexsup.c: Remove strtoul declaration.
2131 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
2133 * ldmain.c: Add prototype for main ().
2134 * lexsup.c: Guard declaration of strtoul with HAVE_STDLIB_H.
2135 * emultempl/lnk960.em (lnk960_choose_target): Function should
2138 2002-02-10 Alan Modra <amodra@bigpond.net.au>
2140 * ldlang.c (entry_section): New initialised variable.
2141 (lang_finish): Use it.
2142 * ldlang.h (entry_section): Declare.
2143 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Set
2144 entry_section to ".opd".
2146 2002-02-09 Chris Demetriou <cgd@broadcom.com>
2148 * ld.texinfo (Options): Add back in -nostdlib documentation,
2149 which had been inadvertently removed.
2151 2002-02-09 Hans-Peter Nilsson <hp@bitrange.com>
2153 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Adjust
2154 register section vma to a sane value after emitting error. Make
2155 fatal conditions cause program exit when emitting message.
2157 2002-02-08 Ivan Guzvinec <ivang@opencores.org>
2159 * configure.tgt: Add or32-*-rtems target.
2161 2002-02-08 Alexandre Oliva <aoliva@redhat.com>
2163 Contribute sh64-elf.
2164 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
2165 * emulparams/shelf32.sh (STACK_ADDR): Define as formerly defined
2166 in OTHER_RELOCATABLE_SECTIONS.
2167 2002-01-18 Alexandre Oliva <aoliva@redhat.com>
2168 * emulparams/shelf32.sh (STACK_ADDR): Define.
2169 (OTHER_RELOCATABLE_SECTIONS): Renamed to...
2170 (OTHER_SECTIONS): this. Removed stack settings.
2171 * emulparams/shelf64.sh (OTHER_RELOCATABLE_SECTIONS): Do not set.
2172 (OTHER_SECTIONS): Reset after sourcing shelf32.sh.
2173 2001-03-12 DJ Delorie <dj@redhat.com>
2174 * emultempl/sh64elf.em (sh64_elf_$_before_allocation): Disable
2175 relaxing if any shmedia or mixed sections are found.
2176 2001-03-07 DJ Delorie <dj@redhat.com>
2177 * emultempl/sh64elf.em (sh64_elf_before_allocation): Pass f to
2178 einfo. Gracefully decline to output to non-elf formats.
2179 2001-03-06 Hans-Peter Nilsson <hpn@redhat.com>
2180 * emulparams/shelf64.sh (OTHER_RELOCATING_SECTIONS) <.stack>:
2181 Default to _end aligned to next multiple of 0x40000, plus 0x40000.
2182 * emulparams/shelf32.sh: Ditto.
2183 2001-01-14 Hans-Peter Nilsson <hpn@cygnus.com>
2184 * emulparams/shelf32.sh (OTHER_RELOCATING_SECTIONS): Tweak
2186 2001-01-10 Ben Elliston <bje@redhat.com>
2187 * emulparams/shelf32.sh (OTHER_RELOCATING_SECTIONS): Avoid
2188 non-portable shell constructs. From Hans-Peter Nilsson.
2189 2001-01-09 Hans-Peter Nilsson <hpn@cygnus.com>
2190 * emulparams/shelf64.sh (EXTRA_EM_FILE): Define empty.
2191 * Makefile.am (eshelf64.c, eshlelf64.c, eshlelf32.c): Adjust
2192 dependencies to the shell script include chain.
2193 * Makefile.in: Regenerate.
2194 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
2195 * emultempl/sh64elf.em: Update and tweak comments.
2196 (sh64_elf_${EMULATION_NAME}_after_allocation): Always allocate and
2197 make a .cranges section SEC_IN_MEMORY.
2198 2000-12-30 Hans-Peter Nilsson <hpn@cygnus.com>
2199 * emultempl/sh64elf.em
2200 (sh64_elf_${EMULATION_NAME}_before_allocation): Don't stop when
2201 .cranges section found to be necessary; continue and set stored
2202 section contents flags for sections with non-mixed contents.
2203 Use a struct sh64_section_data container and sh64_elf_section_data
2204 to store contents-type flags.
2205 Remove unused update of "isec".
2206 (sh64_elf_${EMULATION_NAME}_after_allocation): Only process
2207 sections marked SHF_SH5_ISA32_MIXED. Use sh64_elf_section_data to
2208 access contents-type flags. Assert that the associated container
2209 is initialized. Use that container, not elf_gp_size, to hold size
2210 of linker-generated cranges contents.
2211 2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
2212 * emultempl/sh64elf.em
2213 (sh64_elf_${EMULATION_NAME}_before_allocation): Exit early if
2214 there's already a .cranges section. When section flag difference
2215 is found, don't NULL-check cranges a second time. Tweak comments.
2216 (sh64_elf_${EMULATION_NAME}_after_allocation): Use size after
2217 merging, not max size, as size of ld-generated .cranges contents.
2218 Don't set ELF section flags in output section. When checking for
2219 needed .cranges descriptors, don't use a variable; compare
2220 incoming ELF section flags directly to SHF_SH5_ISA32_MIXED. Tweak
2222 2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
2223 * emultempl/sh64elf.em: New file.
2224 * Makefile.am (eshelf32.c, eshlelf32.c): Adjust dependencies.
2225 * Makefile.in: Regenerate.
2226 * emulparams/shelf32.sh (OUTPUT_FORMAT): Only set if not set.
2227 (OTHER_RELOCATING_SECTIONS): Ditto.
2228 (EXTRA_EM_FILE): New, set to sh64elf if not set.
2229 * emulparams/shlelf32.sh: Stub out all settings except
2230 OUTPUT_FORMAT. Source shelf32.sh.
2231 * emulparams/shelf64.sh: Similar, but also keep ELF_SIZE and
2232 OTHER_RELOCATING_SECTIONS.
2233 (OTHER_RELOCATING_SECTIONS): Remove .cranges.
2234 * emulparams/shlelf64.sh: Stub out all settings except
2235 OUTPUT_FORMAT. Source shelf64.sh.
2236 2000-12-15 Hans-Peter Nilsson <hpn@cygnus.com>
2237 * emulparams/shelf64.sh (OTHER_RELOCATING_SECTIONS): Include
2239 (DATA_START_SYMBOLS): Define, provide ___data.
2240 (OTHER_READONLY_SYMBOLS): Define, provide ___rodata and align to 8
2241 for consecutive .data section.
2242 (OTHER_GOT_SECTIONS): Define, align to 8 for consecutive .bss
2243 section after .data section.
2244 * emulparams/shlelf64.sh: Ditto.
2245 * emulparams/shelf32.sh: Ditto.
2246 (ALIGNMENT): Define to 8.
2247 * emulparams/shelf32.sh: Ditto.
2248 2000-12-12 Hans-Peter Nilsson <hpn@cygnus.com>
2249 * configure.tgt (sh64-*-elf*): Assign targ_extra_libpath to get
2250 built-in linker scripts.
2251 2000-11-30 Hans-Peter Nilsson <hpn@cygnus.com>
2252 * emulparams/shlelf64.sh: New.
2253 * emulparams/shelf64.sh: New.
2254 * configure.tgt (sh64-*-elf*): Add shelf64 and shlelf64 to
2256 * Makefile.am: Add support for shlelf64 and shelf64.
2257 * Makefile.in: Regenerate.
2258 2000-11-29 Hans-Peter Nilsson <hpn@cygnus.com>
2259 * configure.tgt (sh64-*-elf*): Add shelf as default.
2260 Add shlelf to targ_extra_emuls.
2261 2000-11-24 Hans-Peter Nilsson <hpn@cygnus.com>
2262 * emulparams/shelf32.sh: New file.
2263 * emulparams/shlelf32.sh: New file.
2264 * Makefile.am: Add support for shlelf32 and shelf32.
2265 * configure.tgt: Map sh64-*-elf* to shlelf32 and shelf32.
2266 * Makefile.in: Regenerate.
2268 2002-02-05 Hans-Peter Nilsson <hp@axis.com>
2270 * ldlang.c (lang_reset_memory_regions): Rename from
2271 reset_memory_regions. Change all callers. Make public.
2272 * ldlang.h (lang_reset_memory_regions): Prototype.
2273 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Call
2274 lang_reset_memory_regions before lang_size_sections.
2275 * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
2276 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Likewise.
2278 2002-02-04 Hans-Peter Nilsson <hp@bitrange.com>
2280 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Use signed
2281 arithmetic when checking for too many global registers.
2283 2002-02-02 Jason Thorpe <thorpej@wasabisystems.com>
2285 * Makefile.am (ALL_EMULATIONS): Add ehppanbsd.o.
2286 (ehppanbsd.c): New rule.
2287 * Makefile.in: Regenerate.
2288 * configure.tgt (hppa*-*-netbsd*): New target.
2289 * emulparams/hppalinux.sh: Add comment to check other files
2290 that source this file it is modified, and list which
2292 * emulparams/hppanbsd.sh: New file.
2294 2002-02-01 Geoffrey Keating <geoffk@redhat.com>
2296 * scripttempl/xstormy16.sc: Don't allocate extra space for the
2299 2002-02-01 Hans-Peter Nilsson <hp@bitrange.com>
2301 Support on-demand global register allocation from
2302 R_MMIX_BASE_PLUS_OFFSET relocs.
2303 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Rename from
2304 mmix_set_reg_section_vma. Call
2305 _bfd_mmix_finalize_linker_allocated_gregs.
2306 (mmix_before_allocation): New function.
2307 (LDEMUL_AFTER_ALLOCATION): Set to mmix_after_allocation.
2308 (LDEMUL_BEFORE_ALLOCATION): Define to mmix_before_allocation.
2309 * scripttempl/mmo.sc (.text): Mark .init, .fini as KEEP.
2310 (.MMIX.reg_contents): Add .MMIX.reg_contents.linker_allocated
2311 before .MMIX.reg_contents.
2312 * emultempl/mmo.em (gldmmo_before_allocation): Define to default.
2313 (mmo_after_open): New function.
2314 (LDEMUL_AFTER_OPEN): Define to mmo_after_open.
2315 * emulparams/elf64mmix.sh (OTHER_SECTIONS): Tweak formatting. Add
2316 .MMIX.reg_contents.linker_allocated before .MMIX.reg_contents.
2318 2002-01-31 Ivan Guzvinec <ivang@opencores.org>
2320 * emulparams/or32.sh: New file.
2321 * emulparams/or32elf.sh: New file.
2322 * scripttempl/or32.sc: New file.
2323 * configure.tgt : Add support for or32.
2324 * configure: Regenerate
2325 * Makefile.am: Add support for or32.
2326 * Makefile.in: Regenerate.
2327 * NEWS: Mention support for or32.
2328 * po/ld.pot: Regenerate.
2330 2002-01-29 Chris Demetriou <cgd@broadcom.com>
2331 Mitch Lichtenberg <mpl@broadcom.com>
2333 * emulparams/elf32bmip.sh (EXTRA_EM_FILE): Define to be mipself.
2334 * emultempl/mipself.em: New file to handle MIPS ELF embedded
2335 reloc creation (ld --embedded-relocs).
2337 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
2339 * configure: Regenerated.
2341 2002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
2343 * Makefile.am (install): Depend on install-info.
2344 * Makefile.in: Regenerate.
2346 2002-01-26 Christian Rose <menthos@menthos.com>
2348 * ldmain.c (main): Use full sentences to ease translation.
2350 2002-01-26 Nick Clifton <nickc@cambridge.redhat.com>
2352 * po/fr.po: Updated version.
2354 2002-01-25 Nick Clifton <nickc@cambridge.redhat.com>
2356 * po/es.po: Updated version.
2358 2002-01-25 Andreas Jaeger <aj@suse.de>
2360 * ldlex.l (yy_input): Correct error check.
2362 2002-01-25 Alan Modra <amodra@bigpond.net.au>
2364 * ldmisc.c (demangle): Put back dots when string not demangled.
2366 2002-01-22 Richard Henderson <rth@redhat.com>
2368 * emulparams/elf64alpha.sh (NOP): Use unop.
2370 2002-01-21 Andreas Jaeger <aj@suse.de>
2372 * ldlex.l: Use fread instead of read.
2374 2002-01-21 Jason Thorpe <thorpej@wasabisystems.com>
2376 * configure.tgt (ia64-*-netbsd*): New target.
2378 2002-01-21 H.J. Lu <hjl@gnu.org>
2380 * emulparams/elf32btsmip.sh (SHLIB_TEXT_START_ADDR): Change to
2382 * emulparams/elf64btsmip.sh (SHLIB_TEXT_START_ADDR): Likewise.
2384 2002-01-18 Andreas Jaeger <aj@suse.de>
2386 * ldver.c (ldversion): Update year.
2388 2002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
2390 * po/ld.pot: Regenerate.
2392 2002-01-16 Alan Modra <amodra@bigpond.net.au>
2394 * Makefile.am (eelf64ppc.c, eelf64lppc.c): Depend on ppc64elf.em.
2395 * Makefile.in: Regenerate.
2396 * emulparams/elf64ppc.sh (EXTRA_EM_FILE): Define.
2397 * emultempl/ppc64elf.em: New file.
2399 2002-01-15 DJ Delorie <dj@redhat.com>
2401 * scripttempl/pe.sc: Add support for constructor priorities.
2403 2002-01-07 Marek Michalkiewicz <marekm@amelek.gda.pl>
2405 * emulparams/avr1200.sh (DATA_START): Define as 0x60.
2406 * emulparams/avr23xx.sh: Likewise.
2407 * emulparams/avr4433.sh: Likewise.
2408 * emulparams/avr44x4.sh: Likewise.
2409 * emulparams/avr85xx.sh: Likewise.
2410 * emulparams/avrmega103.sh: Likewise.
2411 * emulparams/avrmega161.sh: Likewise.
2412 * emulparams/avrmega603.sh: Likewise.
2413 * scripttempl/elf32avr.sc: Use DATA_START instead of 0x60.
2415 2002-01-08 Alexandre Oliva <aoliva@redhat.com>
2417 * ldlang.c (walk_wild_section): Exclude object file if enclosing
2418 archive is excluded.
2420 2002-01-07 Jason Thorpe <thorpej@wasabisystems.com>
2422 * Makefile.am (ALL_EMULATIONS): Add eshelf_nbsd.o and eshlelf_nbsd.o.
2423 (eshelf_nbsd.c): New rule.
2424 (eshlelf_nbsd.c): New rule.
2425 * Makefile.in: Regenerate.
2426 * configure.tgt (sh*le-*-netbsdelf*): New target.
2427 (sh*-*-netbsdelf*): New target.
2428 * emulparams/shelf.sh: Document that shelf_nbsd.sh sources this file.
2429 * ld/emulparams/shelf_nbsd.sh: New emulation.
2430 * ld/emulparams/shlelf_nbsd.sh: New emulation.
2432 2002-01-07 Nick Clifton <nickc@cambridge.redhat.com>
2434 * po/es.po: New file: Spanish translation.
2435 * configure.in (ALL_LINGUAS): Add es.
2436 * configure: Regenerate.
2438 2002-01-06 John Marshall <jmarshall@acm.org>
2440 * ld.texinfo: Note that --emit-relocs is currently only
2441 implemented for ELF.
2443 2002-01-05 Alan Modra <amodra@bigpond.net.au>
2445 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Make use
2446 of bfd_section_list_remove and bfd_section_list_insert macros.
2447 * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
2448 * emultempl/mmo.em (mmo_place_orphan): Likewise.
2450 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
2452 * configure.tgt (x86_64-*-netbsd*): New target.
2454 2001-12-21 Tom Rix <trix@redhat.com>
2456 (gld*_create_output_section_statements): New function.
2457 For -binitfini support.
2458 * emultempl/aix.em (gld*_before_parse): Fix comment.
2459 * emultempl/aix.em (gld*_parse_args): Fix comment.
2461 2001-12-20 Jason Thorpe <thorpej@wasabisystems.com>
2463 * configure.tgt (mips*-dec-netbsd*): Delete alias for
2465 (sparc64-*-netbsd*): Add elf32_sparc to targ_extra_emuls.
2467 * configure.tgt (arm-*-netbsdelf*): Add target.
2468 (arm-*-netbsd*): Add armelf and armelf_nbsd to targ_extra_emuls.
2469 * emulparams/armelf_nbsd.sh: Added.
2470 * Makefile.am: Add rules for earmelf_nbsd.
2471 * Makefile.in: Regenerate.
2473 2001-12-19 Andreas Jaeger <aj@suse.de>,
2474 Susanne Oberhauser <froh@suse.de>
2476 * configure.host: Add rules for x86_64-*linux-gnu. Change
2477 s390x-linux entry to use gcc to report configuration, replace gcc
2478 with $CC in s390-linux
2480 2001-12-19 Andreas Jaeger <aj@suse.de>
2482 * ld.texinfo (VERSION): Fix markup.
2484 2001-12-18 matthew green <mrg@eterna.com.au>
2486 * Makefile.am (ALL_EMULATIONS): Add m68kelfnbsd.o.
2487 (m68kelfnbsd.c): New rule.
2488 * Makefile.in: Regenerate.
2489 * configure.tgt (m68*-hp-netbsd*): Renamed to ..
2490 (m68*-*-netbsd*4k*): .. this.
2491 (m68*-*-netbsdelf*): New target.
2492 (m68*-*-netbsd*): Also include ELF support.
2493 (m68*-*-netbsdaout*): New alias for m68*-*-netbsd*.
2494 * emulparams/m68kelfnbsd.sh: New emulation.
2496 2001-12-18 Jakub Jelinek <jakub@redhat.com>
2498 * ldgram.y (vers_node): Support anonymous version tags.
2499 * ldlang.c (lang_register_vers_node): Ensure anonymous version
2500 tag is not defined together with non-anonymous versions.
2501 * ld.texinfo: Document it.
2503 2001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
2505 * po/tr.po: New file: Turkish translation.
2506 * configure.in (ALL_LINGUAS): Add tr.
2507 * configure: Regenerate.
2509 2001-12-17 Jason Thorpe <thorpej@wasabisystems.com>
2511 * Makefile.am: Add rules for eelf64alpha_nbsd.
2512 * Makefile.in: Regenerate.
2513 * configure.tgt (alpha*-*-netbsd*): Set
2514 targ_emul to elf64alpha_nbsd.
2515 * emulparams/elf64alpha_nbsd.sh: Added.
2517 2001-12-17 Alan Modra <amodra@bigpond.net.au>
2519 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Adjust
2520 section_tail when fiddling with section list.
2521 (gld${EMULATION_NAME}_list_options): Ensure sentences aren't
2522 broken into separate strings to make translation easier.
2523 * emultempl/mmo.em (mmo_place_orphan): Adjust section_tail when
2524 fiddling with section list.
2525 * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
2527 2001-12-16 Hans-Peter Nilsson <hp@bitrange.com>
2529 * scripttempl/mmo.sc: Add .debug_ranges to listed sections.
2531 2001-12-15 Alan Modra <amodra@bigpond.net.au>
2533 * ldmain.c (main): Initialise link_info.eh_frame_hdr.
2535 2001-12-13 Jakub Jelinek <jakub@redhat.com>
2537 * emultempl/elf32.em (finish): Supply output_bfd
2538 to bfd_elf*_discard_info.
2539 (OPTION_EH_FRAME_HDR): Define.
2540 (longopts): Add --eh-frame-hdr.
2541 (parse_args): Handle it.
2542 (list_options): Add --eh-frame-hdr to help.
2543 * emultempl/hppaelf.em (finish): Supply output_bfd
2544 to bfd_elf*_discard_info.
2545 * scripttempl/elf.sc (.eh_frame_hdr): Add.
2547 2001-12-13 Alan Modra <amodra@bigpond.net.au>
2549 * lexsup.c (parse_args): Don't pass shortopts to second call to
2550 getopt functions. Restore optind rather than decrementing before
2551 second call. Remove errind as it now duplicates last_optind.
2553 2001-12-11 Christopher Faylor <cgf@redhat.com>
2555 * emultempl/pe.em (gld_${EMULATION_NAME}_list_options): Fix typo.
2557 2001-12-07 Geoffrey Keating <geoffk@redhat.com>
2558 Richard Henderson <rth@redhat.com>
2560 * Makefile.am: Add support for xstormy16.
2561 * configure.tgt: Add support for xstormy16.
2562 * Makefile.in: Regenerate.
2563 * emulparams/elf32xstormy16.sh: New file.
2564 * scripttempl/xstormy16.sc: New file.
2566 2001-10-01 Christopher Faylor <cgf@cygnus.com>
2568 * Makefile.in (LIB_PATH): Make configurable.
2569 (GENSCRIPTS): Set LIB_PATH in environment.
2570 * configure.in: Substitute LIB_PATH.
2571 * configure: Regenerate.
2572 * configure.tgt (*cygwin): Set LIB_PATH for cross build.
2573 * configure.host (*cygwin): Add /usr/lib/w32api to NATIVE_LIB_DIRS.
2575 2001-12-07 Nick Clifton <nickc@cambridge.redhat.com>
2577 * lexsup.c (ld_options): Insert 'PROGRAM' into the text string
2578 describing the -N option so that it is easier to translate into
2581 2001-12-05 Nick Clifton <nickc@cambridge.redhat.com>
2583 * emultempl/pe.em (..._list_options): Replace multiple fprintf
2584 statements describing a single option with a single, newline
2585 escaped fprintf. This allows better translation into other
2588 * ldmain.c (add_archive_element): Combine multiple strings
2589 into a single string to permit better translation into other
2592 2001-12-05 Tom Rix <trix@redhat.com>
2594 * Makefile.am: Remove eaixppc64.
2595 * Makefile.in: Regenerate.
2597 2001-12-04 Tom Rix <trix@redhat.com>
2599 * emultempl/aix.em (choose_target): Change default target to
2600 OUTPUT_FORMAT for ppcmacos. Add braces to remove compiler
2602 (gld*_read_file): Fix typo.
2603 (change_symbol_mode): Add prototype.
2606 * emulparams/aixppc.sh (SYSCALL_MASK, SYMBOL_MODE_MASK): Delete.
2607 * emulparams/aixrs6.sh : Same.
2608 * emulparams/ppcmacos.sh : Same.
2609 * emulparams/aixppc64.sh : Delete file.
2610 * emultempl/aix.em : Formatting changes.
2612 2001-12-04 Hans-Peter Nilsson <hp@axis.com>
2614 * emulparams/criself.sh (NO_SMALL_DATA): Set, to yes.
2615 (OTHER_BSS_END_SYMBOLS): Don't refer to .sbss when setting
2617 (OTHER_END_SYMBOLS): Fix formatting.
2618 * emulparams/crislinux.sh (NO_SMALL_DATA): Set, to yes.
2619 (OTHER_END_SYMBOLS): Fix formatting.
2621 2001-12-04 Alan Modra <amodra@bigpond.net.au>
2623 * ldexp.c (exp_print_token): Correct "table" entry for RSHIFT.
2625 2001-12-02 Tom Rix <trix@redhat.com>
2627 * configure.tgt : Remove eaixppc64 emulations.
2628 * Makefile.in : Remove eaixppc64.c
2629 * ldemul.c (ldemul_choose_target): New parameters argc, argv.
2630 (ldemul_default_target): Same.
2631 * emultempl/gld960.em (gld960_choose_target): Same.
2632 * emultempl/gld960c.em (gld960_choose_target): Same.
2633 * scripttempl/aix.sc: Remove OUTPUT_FORMAT.
2634 * emultempl/aix.em (is_syscall): syscall_mask now a variable.
2635 * emultempl/aix.em (gld*_read_file): symbol_mode_mask now a variable.
2636 * emultempl/aix.em (gld*_parse_args): Handle -b32 -b64 emulation.
2637 * emultempl/aix.em (choose_target): New function. Handle emulation of
2640 2001-11-27 H.J. Lu <hjl@gnu.org>
2642 * emulparams/elf_i386.sh (NO_SMALL_DATA): Set to yes.
2643 * emulparams/elf_i386_be.sh (NO_SMALL_DATA): Likewise.
2644 * emulparams/elf_i386_chaos.sh (NO_SMALL_DATA): Likewise.
2645 * emulparams/elf_i386_ldso.sh (NO_SMALL_DATA): Likewise.
2646 * emulparams/elf_x86_64.sh (NO_SMALL_DATA): Likewise.
2647 * emulparams/m68kelf.sh (NO_SMALL_DATA): Likewise.
2648 * emulparams/elf32_sparc.sh (NO_SMALL_DATA): Likewise.
2649 * emulparams/elf64_sparc.sh (NO_SMALL_DATA): Likewise.
2651 * scripttempl/elf.sc (SBSS): New. Define if ${NO_SMALL_DATA}
2654 (REL_SDATA): Likewise.
2655 (REL_SBSS): Likewise.
2656 (REL_SDATA2): Likewise.
2657 (REL_SBSS2): Likewise.
2658 (SBSS2): Define if ${NO_SMALL_DATA} is not empty.
2661 2001-11-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2663 * scripttempl/elfm68hc11.sc (CTOR, DTOR): Put constructor and
2665 * scripttempl/elfm68hc12.sc (CTOR, DTOR): Likewise.
2667 2001-11-22 H.J. Lu <hjl@gnu.org>
2669 * Makefile.in: Regenerated with automake based on automake
2670 1.4-8 in RedHat 7.1.
2672 2001-11-22 Alan Modra <amodra@bigpond.net.au>
2674 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Define.
2675 (config.status): Delete rule.
2676 Add extra dependencies to cover sourced emulparams files.
2677 * Makefile.in: Regenerate.
2679 * scripttempl/elf.sc: Order <section>, <section>.* and
2680 corresponding linkonce sections as seen in input files.
2681 Formatting fixes. Zero vma of all sections if not relocating.
2682 (STACK): Define and insert if STACK_ADDR defined.
2683 (OTHER_RELOCATING_SECTIONS): Delete.
2684 (OTHER_END_SYMBOLS): Define.
2685 (OTHER_READONLY_SECTIONS): Always insert, not just when relocating.
2686 (OTHER_READWRITE_SECTIONS): Likewise.
2687 (OTHER_GOT_SECTIONS): Likewise.
2688 (OTHER_SDATA_SECTIONS): Likewise.
2689 (OTHER_BSS_SECTIONS): Likewise.
2690 * scripttempl/elfi370.sc (OTHER_READONLY_SECTIONS): Likewise.
2691 (OTHER_READWRITE_SECTIONS): Likewise.
2692 * scripttempl/nw.sc (OTHER_READONLY_SECTIONS): Likewise.
2693 (OTHER_READWRITE_SECTIONS): Likewise
2695 * emulparams/armelf.sh (OTHER_RELOCATING_SECTIONS): Delete.
2696 (STACK_ADDR): Define.
2697 * emulparams/armelf_oabi.sh: As for armelf.sh.
2698 * emulparams/elf32mcore.sh: As for armelf.sh.
2699 * emulparams/h8300elf.sh: As for armelf.sh.
2700 * emulparams/mn10200.sh: As for armelf.sh.
2701 * emulparams/shelf.sh: As for armelf.sh.
2703 * emulparams/elf32fr30.sh (OTHER_RELOCATING_SECTIONS): Delete.
2704 (OTHER_END_SYMBOLS): Define.
2705 * emulparams/m32relf.sh: As for elf32fr30.sh.
2706 * emulparams/h8300helf.sh: As for elf32fr30.sh.
2707 * emulparams/h8300self.sh: As for elf32fr30.sh.
2709 * emulparams/criself.sh (OTHER_READONLY_SECTIONS): Protect symbol
2710 defines with RELOCATING test.
2711 (OTHER_SDATA_SECTIONS): Likewise.
2712 (OTHER_RELOCATING_SECTIONS): Delete, replacing with..
2713 (OTHER_END_SYMBOLS): ..this.
2714 * emulparams/crislinux.sh: As for criself.sh.
2716 * emulparams/elf32bmipn32.sh (OTHER_SDATA_SECTIONS): Zero vma
2718 (OTHER_RELOCATING_SECTIONS): Delete, replacing with..
2719 (OTHER_SECTIONS): ..this. Zero vma if not relocating. Order
2720 normal and linkonce sections as seen in input files.
2721 * emulparams/elf32bmip.sh (DATA_ADDR): Don't define if EMBEDDED.
2722 (TEXT_DYNAMIC): Likewise.
2723 (INITIAL_READONLY_SECTIONS): Zero vma if not relocating.
2724 (OTHER_SDATA_SECTIONS): Likewise.
2725 * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
2726 * emulparams/shlelf_linux.sh (OTHER_READWRITE_SECTIONS): Likewise.
2727 * emulparams/elf64alpha.sh (OTHER_READONLY_SECTIONS): Likewise.
2728 * emulparams/hppalinux.sh (OTHER_READONLY_SECTIONS): Likewise.
2729 * emulparams/elf64_aix.sh (OTHER_GOT_SECTIONS): Likewise.
2730 (OTHER_PLT_RELOC_SECTIONS): Likewise.
2731 (OTHER_READONLY_SECTIONS): Likewise. Order normal and linkonce
2732 sections as seen in input files.
2733 * emulparams/elf64_ia64.sh: As for emulparams/elf64_aix.sh.
2734 * emulparams/hppa64linux.sh (OTHER_READONLY_SECTIONS): Zero vma
2736 (OTHER_READWRITE_SECTIONS, OTHER_BSS_SECTIONS): Likewise.
2737 (OTHER_BSS_END_SYMBOLS): Merge from elf64hppa.sh.
2738 * emulparams/elf64mmix.sh (OTHER_RELOCATING_SECTIONS): Delete.
2739 (OTHER_SECTIONS): Instead, use this..
2740 (OTHER_END_SYMBOLS): ..and this.
2742 * emulparams/elf32b4300.sh: Source elf32bmip.sh, remove duplicates.
2743 * emulparams/elf32bsmip.sh: Likewise.
2744 * emulparams/elf32btsmip.sh: Likewise.
2745 * emulparams/elf32ebmip.sh: Likewise.
2746 * emulparams/elf32lmip.sh: Likewise.
2747 * emulparams/elf32elmip.sh: Source elf32lmip.sh, remove duplicates.
2748 * emulparams/elf32lsmip.sh: Likewise.
2749 * emulparams/elf32ltsmip.sh: Source elf32btsmip.sh, remove duplicates.
2750 * emulparams/elf32l4300.sh: Source elf32b4300.sh, remove duplicates.
2751 * emulparams/elf64bmip.sh: Source elf32bmipn32.sh, remove duplicates.
2752 * emulparams/elf64btsmip.sh: Likewise.
2753 * emulparams/elf64ltsmip.sh: Source elf64btsmip.sh, remove duplicates.
2754 * emulparams/elf32lppc.sh: Source elf32ppc.sh, remove duplicates.
2755 * emulparams/elf32ppclinux.sh: Likewise.
2756 * emulparams/elf32ppcsim.sh: Likewise.
2757 * emulparams/elf32lppcsim.sh: Source elf32lppc.sh, remove duplicates.
2758 * emulparams/elf64hppa.sh: Source hppa64linux.sh, remove duplicates.
2759 * emulparams/h8300helf.sh: Source h8300elf.sh, remove duplicates.
2760 * emulparams/h8300self.sh: Likewise.
2761 * emulparams/mn10300.sh: Source mn10200.sh, remove duplicates.
2762 * emulparams/sh.sh: Comment.
2763 * emulparams/shl.sh: Source sh.sh, remove duplicates.
2764 * emulparams/shlelf.sh: Source shelf.sh, remove duplicates.
2765 * emulparams/shelf_linux.sh: Source shlelf_linux.sh, remove duplicates.
2767 2001-11-21 David Heine <dlheine@tensilica.com>
2768 Alan Modra <amodra@bigpond.net.au>
2770 * ldlang.c (map_input_to_output_sections): Replace "break"
2771 accidentally removed with 2001-08-03 change.
2772 (lang_gc_sections_1): Likewise.
2774 2001-11-21 Alan Modra <amodra@bigpond.net.au>
2776 * ldlang.c (walk_wild_section): Move sec == NULL case out of loop.
2778 2001-11-20 Angela Marie Thomas <angela@redhat.com>
2780 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Use NULL instead
2781 of false when calling lang_size_sections.
2782 * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
2784 2001-11-15 Alan Modra <amodra@bigpond.net.au>
2786 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Only emit this
2787 function when LDEMUL_FINISH isn't set to the same name. Don't
2788 call ${LDEMUL_FINISH}.
2789 (ld_${EMULATION_NAME}_emulation): Call $LDEMUL_FINISH if defined.
2790 * emultempl/armelf.em (arm_elf_finish): Call
2791 gld${EMULATION_NAME}_finish.
2792 * emultempl/hppaelf.em (hppaelf_finish): Rename to
2793 gld${EMULATION_NAME}_finish. Call bfd_elf32_discard_info and
2794 hppaelf_layout_sections_again if necessary.
2795 (need_laying_out): New var.
2796 (hppaelf_layaout_sections_again): Rename to
2797 hppaelf_layout_sections_again. Clear need_laying_out.
2798 (PARSE_AND_LIST_OPTIONS): Format text.
2800 2001-11-14 H.J. Lu <hjl@gnu.org>
2802 * emultempl/armelf.em (arm_elf_finish): Renamed from
2803 gld${EMULATION_NAME}_finish.
2804 (LDEMUL_FINISH): Set to arm_elf_finish.
2806 2001-11-14 Daniel Jacobowitz <drow@mvista.com>
2808 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): New.
2809 (struct ld_emulation_xfer_struct): Use it.
2811 2001-11-13 Ross Alexander <ross.alexander@uk.neceur.com>
2813 * emulparams/elf64hppa.sh (OTHER_BSS_END_SYMBOLS): Add
2814 additional symbols referenced by newer crt0.o files from HP.
2816 2001-11-12 Anthony Green <green@redhat.com>
2818 * emulparams/armelf.sh (DATA_START_SYMBOLS): New symbol.
2820 2001-11-12 Alfred M. Szmidt <ams@kemisten.nu>
2822 * Makefile.am (GENSCRIPTS): Quote ${exec_prefix}.
2823 * Makefile.in: Regenerate.
2825 2001-11-02 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2827 * ld.texinfo: Use @command for commands, @option for options.
2828 * Makefile.am (POD2MAN): Use 'GNU Development Tools' for
2830 * Makefile.in: Rebuild.
2832 2001-11-04 Chris Demetriou <cgd@broadcom.com>
2834 * configure.tgt (mips*el-*-netbsd*, mips*-*-netbsd*):
2835 Add support for targets.
2837 2001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
2839 * configure.in (ALL_LINGUAS): Add "fr" and "sv"
2840 * configure: Regernate.
2841 * po/fr.po: New file.
2842 * po/sv.po: New file.
2844 2001-11-01 NIIBE Yutaka <gniibe@m17n.org>
2846 * configure.tgt (sh-*-linux): Set targ_emul, targ_extra_emuls
2847 as little endian default and to support big endian.
2849 2001-11-01 Chris Demetriou <cgd@broadcom.com>
2851 * ld.texinfo (Options): Document new option, -nostdlib.
2852 * lexsup.c (OPTION_NOSTDLIB): New definition.
2853 (ld_options): Add entry for "nostdlib".
2854 (parse_args): Handle OPTIONS_NOSTDLIB.
2855 * ldfile.c (ldfile_add_library_path): Don't add directories
2856 to the search path if they weren't specified on the command line
2857 and -nostdlib was specified.
2858 * ld.h (ld_config_type): New member only_cmd_line_lib_dirs.
2860 2001-10-31 Nick Clifton <nickc@cambridge.redhat.com>
2862 * lexsup.c (parse_args): Prevent infinite parsing loop when
2863 "-rpath.a" is specified on the command line.
2864 Replace calls to fprintf with calls to einfo.
2866 2001-10-31 John Marshall <jmarshall@acm.org>
2868 * ld.texinfo: A historical requirement that MEMORY and SECTIONS
2869 appear only once across all the linker scripts involved in a link
2870 invocation no longer applies. Make the documentation reflect
2873 2001-10-31 NIIBE Yutaka <gniibe@m17n.org>
2875 * configure.tgt: Supports sh3/sh4/sh3eb/sh4eb-unknown-linux-gnu
2877 (sh-*-linux*): Added targ_extra_libpath.
2879 2001-10-31 David Heine <dlheine@tensilica.com>
2881 * ldlang.c (lang_size_sections): Keep a valid output_offset field
2882 for padding statements.
2884 2001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
2886 * configure.tgt (mmix-*-*): New target.
2887 * Makefile.am (ALL_EMULATIONS): Add eelf64mmix.o and emmo.o.
2888 Add dependencies to match.
2889 * emulparams/mmo.sh, emulparams/elf64mmix.sh, emultempl/mmo.em,
2890 emultempl/mmix-elfnmmo.em, emultempl/mmixelf.em,
2891 scripttempl/mmo.sc: New files.
2892 * gen-doc.texi: @set MMIX.
2893 * ld.texinfo: Ditto.
2894 [MMIX] Add MMIX node.
2895 * Makefile.in: Regenerate.
2897 2001-10-29 Kazu Hirata <kazu@hxi.com>
2899 * ldlang.c: Fix a comment typo.
2901 2001-10-23 Alan Modra <amodra@bigpond.net.au>
2903 * configure.host: Move alpha*-*-linux-gnu* entry to generic
2904 entries, and match *-*-linux*.
2906 2001-10-20 Alan Modra <amodra@bigpond.net.au>
2908 * ldgram.y (mri_script_command): Surround processing of INCLUDE
2909 with ldlex_script, ldlex_popstate.
2910 (ifile_p1): Likewise.
2911 * ldlex.l (EOF): Don't BEGIN(SCRIPT). Restore lineno from the
2913 (lex_push_file): Save current lineno to lineno_stack. Set lineno
2914 to 1. Don't BEGIN(SCRIPT).
2915 (lex_redirect): Similarly.
2916 * ldmain.c (main): Set yydebug non-zero if YYDEBUG.
2918 2001-10-20 Nick Clifton <nickc@cambridge.redhat.com>
2920 * scripttempl/armcoff.sc: Define __EH_FRAME_BEGIN__ and
2921 __EH_FRAME_END__ and accept eh frames into data section.
2922 Add ctor and dtor sections.
2924 2001-10-19 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
2926 * pe-dll.c (autofilter_objectlist): Add gcrt0.o.
2927 (auto-export): Fix indentation.
2929 2001-10-18 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
2931 * pe-dll.c (autofilter_objectlist): Add startup objects
2933 (auto-export): Constify char * p.
2934 Extract file basename and use strcmp rather than ststr
2937 2001-10-18 Chris Demetriou <cgd@broadcom.com>
2939 * ldmain.c (get_emulation): Improve comment about the handling
2942 2001-10-17 Alan Modra <amodra@bigpond.net.au>
2944 * po/POTFILES.in: Regenerate.
2946 2001-10-16 Vassili Karpov <malc@pulsesoft.com>
2948 * emultempl/elf32.em (gld*_list_options): Remove extra '\t' from
2949 -z nocopyreloc and -z nocombreloc usage strings.
2951 2001-10-12 Vassili Karpov <malc@pulsesoft.com>
2953 * emultempl/elf32.em (gld*_list_options): Include -z nocopyreloc
2956 2001-10-11 Aleksey Romanov <aromanov@ennovatenetworks.com>
2958 * scripttempl/armaout.sc: Place .bss section after end of aligned
2959 data section to match behaviour of aout code in constructrion of
2962 2001-10-11 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
2964 * pe-dll.c (autofilter_entry_type autofilter_liblist: Add
2965 startup files for mingw32 dlls to list.
2967 2001-10-10 Chris Demetriou <cgd@broadcom.com>
2969 * emultempl/elf32.em: Fix shell 'if' usage for portability.
2971 2001-10-08 Aldy Hernandez <aldyh@redhat.com>
2973 * configure.tgt (targ): Add arm9e-*-elf.
2975 2001-10-05 H.J. Lu <hjl@gnu.org>
2977 * genscripts.sh: Fix a typo in the last change.
2979 2001-10-05 Jakub Jelinek <jakub@redhat.com>
2981 * emultempl/elf32.em (gld_*_list_options): Include -z combreloc and
2982 -z nocombreloc in usage.
2984 2001-10-03 Jim Blandy <jimb@redhat.com>
2986 * genscripts.sh: Include a comment at the top of each generated
2987 script, explaining its purpose.
2989 2001-10-03 Vassili Karpov <malc@pulsesoft.com>
2991 * emultempl/elf32.em (parse_args): Handle -z nocopyreloc.
2992 * NEWS: Mention -z nocopyreloc.
2993 * ld.texinfo (Options): Describe nocopyreloc.
2995 2001-10-03 Alan Modra <amodra@bigpond.net.au>
2997 * configure: Regenerate.
2999 2001-10-02 Alan Modra <amodra@bigpond.net.au>
3001 * ldver.h (ld_program_version): Remove declaration.
3002 * lexsup.c (parse_args): Move printing of copyright message..
3003 * ldver.c (ldversion): .. to here.
3004 Use BFD_VERSION_STRING in place of BFD_VERSION.
3005 (ld_program_version): Remove.
3006 * Makefile.am (Makefile): Depend on bfd/configure.in.
3008 * Makefile.in: Regenerate.
3010 2001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
3012 * Makefile.am: Update dependencies with "make dep-am".
3013 * Makefile.in: Regenerate.
3015 2001-09-29 John Reiser <jreiser@BitWagon.com>
3017 * ldlang.c (lang_common): Conditionally inhibit Common allocation.
3018 * lexsup.c: Add --no-define-common commandline option.
3019 * ldgram.y: Add INHIBIT_COMMON_ALLOCATION script command.
3020 * ldlex.l: Likewise.
3021 * ld.h: Add command_line.inhibit_common_definition.
3022 * ldmain.c (main): Initialize.
3023 * ld.texinfo: Document.
3025 2001-09-29 Alan Modra <amodra@bigpond.net.au>
3027 * ldlang.c (section_already_linked): Remove assignment to kept_section.
3029 2001-09-26 Alan Modra <amodra@bigpond.net.au>
3031 * ldmisc.c (USE_STDARG): Remove.
3032 (info_msg): Define using VPARAMS, VA_OPEN, VA_FIXEDARG, VA_CLOSE.
3037 * ldmisc.h: Remove #ifdef ANSI_PROTOTYPES and non-ansi
3038 declarations. Update copyright.
3040 2001-09-24 Charles Wilson <cwilson@ece.gatech.edu>
3042 * pe-dll.c: Remove obsoleted declaration of
3043 pe_get_data_import_dll_name.
3044 (pe_create_import_fixup): Fix thinko.
3046 * ld.texinfo(enable-auto-import): Clarify the explanation.
3048 2001-09-24 Nick Clifton <nickc@cambridge.redhat.com>
3050 * pe-dll.c (pe_create_import_fixup): Revert previous patch.
3051 * emultemp/pe.em (pe_data_import_dll): Move definition outside of
3052 DLL_SUPPORT controlled code.
3054 2001-09-24 Charles Wilson <cwilson@ece.gatech.edu>
3056 * emultempl/pe.em(pe_data_import_dll): Make static.
3057 (pe_get_data_import_dll_name): New accessor function.
3058 * pe-dll.c(pe_create_import_fixup): call
3059 pe_get_data_import_dll_name() from pe.em, instead of
3060 directly accessing pe_data_import_dll variable from pe.em.
3062 2001-09-18 Bruno Haible <haible@clisp.cons.org>
3064 * deffilep.y: Include "safe-ctype.h" instead of <ctype.h>.
3065 (def_file_add_directive): Use ISSPACE instead of isspace.
3066 (def_lex): Use ISDIGIT/ISXDIGIT/ISALPHA/ISALNUM instead of
3067 isdigit/isxdigit/isalpha/isalnum.
3068 * emultempl/aix.em: Include "safe-ctype.h" instead of <ctype.h>.
3069 (gld${EMULATION_NAME}_read_file): Use ISSPACE instead of isspace.
3070 * emultempl/elf32.em: Include "safe-ctype.h" instead of <ctype.h>.
3071 (gld${EMULATION_NAME}_place_orphan): Use ISALNUM instead of
3073 * emultempl/gld960c.em: Include "safe-ctype.h" instead of <ctype.h>.
3074 (gld960_set_output_arch): Use ISUPPER/TOLOWER instead of
3076 * emultempl/sunos.em: Include "safe-ctype.h" instead of <ctype.h>.
3077 (gld${EMULATION_NAME}_search_dir): Use ISDIGIT instead of isdigit.
3078 * ldctor.c: Include "safe-ctype.h" instead of <ctype.h>.
3079 (ctor_prio): Use ISDIGIT instead of isdigit.
3080 * ldfile.c: Include "safe-ctype.h" instead of <ctype.h>.
3081 (ldfile_open_file_search): Use ISALPHA instead of isalpha.
3082 (ldfile_add_arch): Use ISUPPER/TOLOWER instead of
3084 * ldlang.c: Include "safe-ctype.h" instead of <ctype.h>.
3085 (stricpy): Use TOLOWER instead of isupper/tolower.
3086 (lang_leave_overlay_section): Use ISALNUM instead of isalnum.
3087 * ldlex.l: Include "safe-ctype.h" instead of <ctype.h>.
3088 (lex_warn_invalid): Use ISPRINT instead of isprint.
3089 * ldmain.c: Include "safe-ctype.h" instead of <ctype.h>.
3090 (main): For gettext, also set the LC_CTYPE locate facet.
3091 (add_keepsyms_file): Use ISSPACE instead of isspace.
3092 * lexsup.c: Include "safe-ctype.h" instead of <ctype.h>.
3093 (is_num, parse_args): Use ISDIGIT instead of isdigit.
3094 * mpw-elfmips.c: Include "safe-ctype.h" instead of <ctype.h>.
3095 (gldelf32ebmip_place_orphan): Use ISALNUM instead of isalnum.
3096 * mpw-eppcmac.c: Include "safe-ctype.h" instead of <ctype.h>.
3097 (gldppcmacos_read_file): Use ISSPACE instead of isspace.
3098 * pe-dll.c: Include "safe-ctype.h" instead of <ctype.h>.
3099 (quoteput): Use ISSPACE instead of isspace.
3100 (pe_dll_generate_implib, pe_process_import_defs): Use ISALNUM
3103 2001-09-18 Alan Modra <amodra@bigpond.net.au>
3105 * deffilep.y (def_stash_module): Constify "name" param.
3107 * pe-dll.c: Replace CONST with const throughout.
3108 (quick_symbol): Constify "n1", "n2", "n3" params.
3109 (make_singleton_name_thunk): Constify "import" param. Make
3110 "buffer_len" a size_t.
3111 (make_import_fixup_entry): Constify "name", "fixup_name",
3112 "dll_symname" params.
3113 (pe_get16): Cast args of bfd_seek. Replace bfd_read with bfd_bread.
3114 (pe_get32): Likewise.
3115 (pe_implied_import_dll): Likewise.
3117 * emultempl/beos.em (sort_by_file_name): Constify "ra", "rb".
3118 (sort_by_section_name): Likewise.
3120 * emultempl/pe.em: Move defines for arm_epoc_pe before bfd.h included.
3121 (make_import_fixup): Cast printf arg, rel->address to long rather
3123 (gld_${EMULATION_NAME}_after_open): Don't compare NULL against int.
3125 2001-09-15 Alan Modra <amodra@bigpond.net.au>
3127 * ldmain.c (main): Rename BufferSize to ld_bufsz because HPUX
3128 defines BufferSize. Increase buffer size by one.
3130 2001-09-14 Ralf Habacker <Ralf.Habacker@freenet.de>
3132 * pe-dll.c (pe_walk_relocs_of_symbol): Fix memory leak.
3134 2001-09-14 Kevin Lo <kevlo@openbsd.org>
3136 * configure.tgt: Add arm-openbsd target.
3138 2001-09-12 H.J. Lu <hjl@gnu.org>
3140 * Makefile.am (ALL_EMULATIONS): Move eelf64ppc.o and
3142 (ALL_64_EMULATIONS): Here.
3143 * Makefile.in: Regenerated.
3145 2001-09-12 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
3147 * emultempl/pe.em(make_import_fixup): change signature to
3148 take asection as well as arelec; we need this for proper
3149 error reporting. Only call pe_create_import_fixup() if
3150 there is no attempt to add a constant addend to the reloc;
3151 otherwise, report error condition.
3152 * pe-dll.c(pe_walk_relocs_of_symbol): change signature,
3153 since final argument is a pointer to make_import_fixup().
3154 Change call to cb() to match make_import_fixup() signature.
3155 (make_import_fixup_mark): make buffer_len unsigned.
3156 * pe-dll.h: change signature of pe_walk_relocs_of_symbol.
3158 2001-09-12 Charles Wilson <cwilson@ece.gatech.edu>
3160 * ld.texinfo: add verbose documentation for auto-import
3161 direct-addressing workaround, to compliment the terse
3164 2001-09-12 Andrew MacLeod <amacleod@redhat.com>
3166 * scripttempl/v850.sc: Add gcc_except_table sections.
3168 2001-09-11 Jeffrey A Law (law@cygnus.com)
3170 * emulparams/h8300helf.sh: Move stack to a much higher memory address.
3171 * emulparams/h8300self.sh: Similarly.
3173 2001-09-05 Danny Smith <dannysmith@users.souceforge.net>
3175 * ld.texinfo (Options, --stack): Correct default value for stack
3178 2001-09-05 Tom Rix <trix@redhat.com>
3180 * emultempl/aix.em : Handle import file XMC_XO and syscall symbols.
3182 2001-09-03 Andreas Jaeger <aj@suse.de>
3184 * emultempl/beos.em: Declare prototypes for comparions functions,
3187 2001-09-02 Andreas Jaeger <aj@suse.de>
3189 * emultempl/aix.em: Add missing prototype.
3190 * emultempl/lnk960.em: Likewise.
3191 * emultempl/vanilla.em: Likewise.
3192 * emultempl/armcoff.em: Likewise.
3193 * emultempl/armelf_oabi.em: Likewise.
3194 * emultempl/beos.em: Likewise.
3195 * emultempl/gld960c.em: Likewise.
3196 * emultempl/gld960.em: Likewise.
3198 * emulparams/elf64alpha.sh (PARSE_AND_LIST_PROLOGUE): Add parameter
3199 for prototype declaration.
3201 2001-08-31 Eric Christopher <echristo@redhat.com>
3202 Jason Eckhardt <jle@redhat.com>
3204 * ldmain.c (get_emulation): Add support for -mips32 and -mips64.
3206 2001-08-31 Andreas Jaeger <aj@suse.de>
3208 * emultempl/pe.em: Add missing prototypes.
3209 (gld_${EMULATION_NAME}_after_open): Remove extra args to
3210 pe_find_data_imports.
3211 (pr_sym): Add unused attribute.
3213 2001-08-29 Joel Sherrill <joel@OARcorp.com>
3215 * configure.tgt (i[3456]86-*-rtems*, m68*-*-rtems*): Change
3216 default from coff to elf.
3218 2001-08-29 Jeff Law <law@redhat.com>
3220 * emulparams/h8300helf.sh: Resync with h8300elf.sh. Update
3222 * emulparams/h8300self.sh: Similarly.
3224 2001-08-28 J"orn Rennecke <amylaar@redhat.com>
3226 * Makefile.am (ALL_EMULATIONS): Add eh8300elf.o, eh8300elf.o and
3228 (eh8300elf.c, eh8300helf.c, eh8300self.c): New targets.
3229 * configure.tgt (h8300-*-elf*): New case.
3230 * emulparams/h8300elf.sh, emulparams/h8300helf.sh: New files.
3231 * emulparams/h8300self.sh: New file.
3232 * Makefile.in: Regenerated.
3234 2001-08-28 Nick Clifton <nickc@cambridge.redhat.com>
3236 * ldmain.c (main): Rename BSIZE to BufferSize to avoid collision
3239 2001-08-27 Linus Nordberg <linus@swox.com>
3240 Alan Modra <amodra@bigpond.net.au>
3242 * Makefile.am (ALL_EMULATIONS): Add eelf64ppc.o and eelf64lppc.o.
3243 (eelf64ppc.c, eelf64lppc.c): Add make targets.
3245 * Makefile.in: Regenerate.
3246 * configure.tgt: Add powerpc64 support. Move pdp11, pjl, pj
3247 entries to correct alphabetical position.
3248 * emulparams/elf64ppc.sh: New.
3249 * emulparams/elf64lppc.sh: New.
3251 2001-08-27 Nick Clifton <nickc@cambridge.redhat.com>
3253 * ldmain.c (main): Declare BSIZE as static.
3255 2001-08-23 Jakub Jelinek <jakub@redhat.com>
3257 * emultempl/elf32.em (place_orphan): Place orphan .rel* sections
3258 into .rel.dyn resp. .rela.dyn if combreloc.
3259 (get_script): If .x linker script is equal to .xn, only put it
3260 once into the binary.
3261 Add .xc and .xsc scripts.
3262 (parse_args): Handle -z combreloc and -z nocombreloc.
3263 * scripttempl/elf.sc (.rela.sbss): Fix a typo.
3264 For .xc and .xsc scripts put all .rel* or .rela* input sections
3265 but .rel*.plt and PLT-like sections into .rel.dyn resp. .rela.dyn.
3266 * genscripts.sh (GENERATE_COMBRELOC_SCRIPT): Set if SCRIPT_NAME
3268 Strip trailing whitespace from script.
3269 Generate .xc and .xsc scripts if requested.
3270 * ldmain.c (main): Initialize link_info.combreloc and
3271 link_info.spare_dynamic_tags.
3272 * lexsup.c (OPTION_SPARE_DYNAMIC_TAGS): Define.
3273 (ld_options): Add --spare-dynamic-tags option.
3274 (parse_args): Likewise.
3275 * ld.texinfo: Document -z combreloc and -z nocombreloc.
3276 * ldint.texinfo: Document .xc and .xsc linker scripts.
3277 * NEWS: Add notes about -z combreloc and SHF_MERGE.
3279 2001-08-22 H.J. Lu <hjl@gnu.org>
3281 * emulparams/elf32fr30.sh: Add a newline.
3283 2001-08-21 Andreas Jaeger <aj@suse.de>
3285 * deffilep.y: Add missing prototypes.
3286 * pe-dll.c: Likewise.
3288 2001-08-20 Alan Modra <amodra@bigpond.net.au>
3290 * ldlang.c (insert_pad): Fix typos in last patch.
3292 * ldlang.c: When traversing lang_statement_union_type lists,
3293 consistently use "header.next" rather than "next".
3294 * mpw-eppcmac.c: Likewise.
3295 * emultempl/beos.em: Likewise.
3296 * emultempl/hppaelf.em: Likewise.
3297 * emultempl/pe.em: Likewise.
3298 * ldlang.h (union lang_statement_union): Remove "next" field.
3300 * ldlang.c (insert_pad): Use offsetof macro.
3301 (lang_size_sections): Always neuter padding statements.
3302 * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Delete.
3304 * pe-dll.c (pe_dll_fill_sections): Correct type of "relax" param
3305 passed to lang_size_sections.
3306 (pe_exe_fill_sections): Likewise.
3307 * emultempl/pe.em (output_prev_sec_find): Copied from elf32.em.
3308 (gld_${EMULATION_NAME}_place_orphan): Merge from elf32.em.
3310 2001-08-18 Alan Modra <amodra@bigpond.net.au>
3312 * emultempl/aix.em: Formatting fixes.
3314 2001-08-18 Alan Modra <amodra@bigpond.net.au>
3316 * ldlang.c (insert_pad): Make use of an existing pad statement if
3317 available. Move code calculating alignment, adjusting section
3318 alignment power, and adjusting dot to ..
3319 (size_input_section): .. here. Remove unused relax param.
3320 (lang_size_sections): Change boolean `relax' param to boolean *.
3321 Adjust call to size_input_section. Make use of insert_pad to
3322 place pad after the assignment statement. If relaxing, zap
3324 (reset_memory_regions): Reset output_bfd section sizes too.
3325 (relax_again): Move to..
3326 (lang_process): ..here. Adjust call to lang_size_sections, and
3327 remove duplicated code.
3328 * ldlang.h (lang_size_sections): Change `relax' param to boolean *.
3330 2001-08-17 Alan Modra <amodra@bigpond.net.au>
3332 * ld.texinfo: Document that fill values now use the four least
3334 * emulparams/elf32fr30.sh (NOP): Update.
3335 * emulparams/elf32mcore.sh: Likewise.
3336 * emulparams/elf64_s390.sh: Likewise.
3337 * emulparams/elf_i386.sh: Likewise.
3338 * emulparams/elf_i386_be.sh: Likewise.
3339 * emulparams/elf_i386_chaos.sh: Likewise.
3340 * emulparams/elf_i386_ldso.sh: Likewise.
3341 * emulparams/elf_s390.sh: Likewise.
3342 * emulparams/elf_x86_64.sh: Likewise.
3343 * emulparams/i386moss.sh: Likewise.
3344 * emulparams/i386nw.sh: Likewise.
3345 * emulparams/m68kelf.sh: Likewise.
3346 * scripttempl/elf.sc: Update NOP comment.
3347 * scripttempl/elfi370.sc: Likewise.
3348 * scripttempl/elfm68hc11.sc: Likewise.
3349 * scripttempl/elfm68hc12.sc: Likewise.
3350 * scripttempl/nw.sc: Likewise.
3352 2001-08-15 Tom Rix <trix@redhat.com>
3354 * ldgram.y (saved_script_handle): Initialize to NULL.
3355 * ldmain.c (main): Change check on saved_script_handle.
3357 2001-08-14 Alan Modra <amodra@bigpond.net.au>
3359 * emultempl/elf32.em: Formatting fixes.
3360 (output_prev_sec_find): Test for bfd_ind_section too; do so by
3361 looking at sec->owner.
3362 (output_rel_find): Move function inside LDEMUL_PLACE_ORPHAN test.
3363 (gld${EMULATION_NAME}_place_orphan): Add a few comments. Remove
3364 unused code, and reorganize orphan section placement code.
3366 * ldlang.c (wild_doit): Rename to lang_add_section.
3367 * ldlang.h: Here too.
3368 * mpw-elfmips.c: And here.
3369 * emultempl/beos.em: And here.
3370 * emultempl/elf32.em: And here.
3371 * emultempl/hppaelf.em: And here.
3372 * emultempl/pe.em: And here.
3374 2001-08-13 Richard Henderson <rth@redhat.com>
3376 * emultempl/needrelax.em: New file.
3377 * emulparams/elf64_ia64.sh (EXTRA_EM_FILE): Reference it.
3378 * Makefile.am (eelf64_ia64.c): Depend on it.
3379 * Makefile.in: Rebuild.
3381 2001-08-13 Alan Modra <amodra@bigpond.net.au>
3383 * emultempl/elf32.em: For SEC_EXCLUDE sections, ensure that
3384 output_section is set non-NULL.
3386 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Return
3387 `true' for SEC_EXCLUDE sections so that the generic code doesn't
3388 needlessly create an output_section_statement. Treat a correctly
3389 named output_section_statement with NULL bfd_section as compatible.
3391 2001-08-13 Hans-Peter Nilsson <hp@bitrange.com>
3393 * emultempl/generic.em: Support EXTRA_EM_FILE.
3394 (ld_${EMULATION_NAME}_emulation): Support emulation parameters
3395 LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
3396 LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
3397 LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
3398 LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
3399 LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
3400 LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
3401 LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
3402 LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
3403 LDEMUL_FIND_POTENTIAL_LIBRARIES.
3405 2001-08-12 Richard Henderson <rth@redhat.com>
3407 * scripttempl/elf.sc, scripttempl/elfd30v.sc,
3408 scripttempl/elfm68hc11.sc, scripttempl/elfm68hc12.sc,
3409 scripttempl/v850.sc: Keep .jcr data.
3411 2001-08-12 H.J. Lu <hjl@gnu.org>
3412 Andrew Haley <aph@cambridge.redhat.com>
3413 Nick Clifton <nickc@redhat.com>
3415 * ldgram.y (had_script): Change name to saved_script_handle.
3416 Change type to file handle.
3417 * ld.h (had_script): Rename and retype.
3418 * ldfile.c (ldfile_open_command_file): Save the file handle
3419 used in saved_script_handle.
3420 * lexsup.c (parse_args): Do not allow -c option to alter
3421 saved_script_handle.
3422 * ldmain.c (main): Print out the linker script used if
3423 --verbose is given. Check saved_script_handle to obtain the
3424 external linker script used, or if NULL, dump the builtin
3426 * ld.texinfo: Document that --verbose now dumps the linker
3427 script used, regardless of whether it was an internal or an
3430 2001-08-10 Andreas Jaeger <aj@suse.de>
3432 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
3434 * configure: Regenerate.
3436 2001-08-09 Alan Modra <amodra@bigpond.net.au>
3438 * emultempl/elf32.em (output_prev_sec_find): Add missing prototype.
3440 * scripttempl/elf.sc: Move non-text .dynamic section before
3441 .plt/.got/.sdata* group.
3442 (OTHER_GOT_SECTIONS): Move to immediately after .got.
3443 (OTHER_SDATA_SECTIONS): Add.
3444 * emulparams/criself.sh: Use OTHER_SDATA_SECTIONS rather than
3446 * emulparams/crislinux.sh: Likewise.
3447 * emulparams/elf32b4300.sh: Likewise.
3448 * emulparams/elf32bmip.sh: Likewise.
3449 * emulparams/elf32bmipn32.sh: Likewise.
3450 * emulparams/elf32bsmip.sh: Likewise.
3451 * emulparams/elf32btsmip.sh: Likewise.
3452 * emulparams/elf32ebmip.sh: Likewise.
3453 * emulparams/elf32elmip.sh: Likewise.
3454 * emulparams/elf32l4300.sh: Likewise.
3455 * emulparams/elf32lmip.sh: Likewise.
3456 * emulparams/elf32lsmip.sh: Likewise.
3457 * emulparams/elf32ltsmip.sh: Likewise.
3458 * emulparams/elf64bmip.sh: Likewise.
3459 * emulparams/elf64btsmip.sh: Likewise.
3460 * emulparams/elf64ltsmip.sh: Likewise.
3462 2001-08-08 Alan Modra <amodra@bigpond.net.au>
3464 * genscripts.sh: Source the emulparams script before each output
3465 script is generated so that variables like `RELOCATING' may affect
3466 variables defined in the emulparams script.
3468 2001-08-04 Alan Modra <amodra@bigpond.net.au>
3470 * emultempl/aix.em: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this
3473 * emultempl/beos.em (sort_sections): Modify for 2001-08-03 change,
3474 ie. iterate over wild_statement.section_list.
3475 (gld${EMULATION_NAME}_place_orphan): Likewise.
3477 2001-08-03 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3479 * scripttempl/elfm68hc12.sc (FINISH_CODE, FINISH_RELOC): New to handle
3480 .fini[0-4] sections used by _exit
3481 (CTOR, DTOR): Export ctor/dtor symbols; move them to ROM.
3482 (*.text,*.data,*.bss): Take into account .text.*, .data.*, .bss.*.
3483 * scripttempl/elfm68hc11.sc: Likewise.
3485 2001-08-03 H.J. Lu <hjl@gnu.org>
3487 * emultempl/beos.em (init): Add the missing initialization.
3489 2001-08-03 Alan Modra <amodra@bigpond.net.au>
3491 * ld.texinfo (Input Section Basics): Clarify ordering of output
3493 * ldlang.c (callback_t): Add wildcard_list param.
3494 (walk_wild_section): Remove "section" param. Rewrite for
3495 lang_wild_statement_type change. Remove unique_section_p test.
3496 (walk_wild_file): Remove "section" param.
3497 (walk_wild): Remove "section" and "file" params.
3498 (lang_gc_wild): Likewise.
3499 (wild): Likewise. Modify for lang_wild_statement_type change.
3500 (wild_sort): Likewise. Add "sec" param.
3501 (gc_section_callback): Likewise.
3502 (output_section_callback): Likewise. Do unique_section_p test.
3503 (map_input_to_output_sections): Modify call to wild.
3504 (lang_gc_sections_1): Likewise.
3505 (print_wild_statement): Modify for lang_wild_statement_type
3507 (lang_add_wild): Replace filename, filenames_sorted param with
3508 filespec. Replace section_name, sections_sorted,
3509 exclude_filename_list with section_list.
3510 * ldlang.h (lang_add_wild): Here too.
3511 (lang_wild_statement_type): Replace section_name, sections_sorted,
3512 and exclude_filename_list with section_list.
3513 * ldgram.y (current_file): Delete.
3514 (%union): Add wildcard_list.
3515 (file_NAME_list): Set type to wildcard_list. Build a linked list
3516 rather than calling lang_add_wild for each entry.
3517 (input_section_spec_no_keep): Call lang_add_wild here instead.
3518 * ld.h (struct wildcard_list): Declare.
3519 * mri.c (mri_draw_tree): Modify to suit new lang_add_wild.
3521 2001-08-02 Charles Wilson <cwilson@ece.gatech.edu>
3523 * ldmain.c (main): initialize link_info.pei386_auto_import
3524 * pe-dll.c: new tables for auto-export filtering
3525 (auto_export): change API, pass abfd for contextual filtering.
3526 Loop thru tables of excluded symbols instead of comparing
3529 2001-08-02 Paul Sokolovsky <paul.sokolovsky@technologist.com>
3531 * pe-dll.c: new variable pe_dll_enable_extra_debug. New
3532 static variable current_sec (static struct sec *). Add
3533 forward declaration for add_bfd_to_link.
3534 (process_def_file): Don't export undefined symbols. Do not
3535 export symbols starting with "_imp__". Call auto_export()
3537 (pe_walk_relocs_of_symbol): New function.
3538 (generate_reloc): add optional extra debugging
3539 (pe_dll_generate_def_file): eliminate extraneous initial blank
3541 (make_one): enlarge symtab to make room for __nm__ symbols
3542 (DATA auto-import support).
3543 (make_singleton_name_thunk): New function.
3544 (make_import_fixup_mark): New function.
3545 (make_import_fixup_entry): New function.
3546 (pe_create_import_fixup): New function.
3547 (add_bfd_to_link): Specify that 'name' argument is a CONST
3549 * pe-dll.h: declare new variable pe_dll_extra_pe_debug;
3550 declare new functions pe_walk_relocs_of_symbol and
3551 pe_create_import_fixup.
3552 * emultempl/pe.em: add new options --enable-auto-import,
3553 --disable-auto-import, and --enable-extra-pe-debug.
3554 (make_import_fixup): New function.
3555 (pe_find_data_imports): New function.
3556 (pr_sym): New function.
3557 (gld_${EMULATION_NAME}_after_open): Add optional extra pe
3558 debugging. Call pe_find_data_imports. Mark .idata as DATA, not
3561 2001-08-02 Charles Wilson <cwilson@ece.gatech.edu>
3563 * ld.texinfo: add additional documentation for
3564 --export-all-symbols. Document --out-implib,
3565 --enable-auto-image-base, --disable-auto-image-base,
3566 --dll-search-prefix, --enable-auto-import, and
3567 --disable-auto-import.
3568 * ldint.texinfo: Add detailed documentation on auto-import
3571 2001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
3573 * ld.texinfo (Simple Assignments): Fix computation in SECTIONS
3576 2001-07-24 Alan Modra <amodra@bigpond.net.au>
3578 * Makefile.am: Update dependencies with "make dep-am".
3579 * Makefile.in: Regenerate
3581 2001-07-23 Alan Modra <amodra@bigpond.net.au>
3583 * ldcref.c (check_section_sym_xref): New function.
3584 (check_nocrossrefs): Call it.
3585 (check_nocrossref): Interate over h->refs here instead of..
3586 (check_refs): ..here. Pass in the symbol name, section, and bfd
3587 rather than hash_entry pointers.
3588 (struct check_refs_info): Keep symbol name rather than hash entry.
3590 (check_reloc_refs): Tweak for above changes in check_refs_info.
3591 Only report references to section syms when symname is NULL to
3592 prevent duplicate messages for the same reloc.
3594 2001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
3596 * ldexp.c (exp_print_tree): Use stderr if config.map_file is not
3597 available. Do not print NULL trees.
3598 (exp_print_token): Print unknown tokens with values > 126 as
3599 decimal values not ASCII characters.
3601 * ldlang.c (lang_leave_overlay): If a region is specified assign
3602 it to all sections inside the overlay unless they have been
3603 assigned to the own, non-default, memory region.
3605 * README: Add header for consistency with other README files.
3607 2001-07-14 H.J. Lu <hjl@gnu.org>
3609 * emultempl/elf32.em (output_prev_sec_find): Never return
3610 bfd_abs_section_ptr, bfd_com_section_ptr nor
3611 bfd_und_section_ptr.
3613 2001-07-14 Nick Clifton <nickc@cambridge.redhat.com>
3615 * Makefile.am (em32relf.c): Change dependency from generic.em to
3617 * Makefile.in: Regenerate.
3619 2001-07-14 matthew green <mrg@eterna.com.au>
3621 * configure.tgt (i386-*-netbsdelf*): New target.
3622 (i386-*-netbsd*): Set targ_extra_emuls to `elf_i386'
3624 2001-07-13 Jakub Jelinek <jakub@redhat.com>
3626 * emultempl/elf32.em (output_prev_sec_find): New.
3627 (place_orphan): Use it.
3629 2001-07-11 H.J. Lu <hjl@gnu.org>
3631 * ldmain.c (main): Fix typos in the last change.
3633 2001-07-11 Jakub Jelinek <jakub@redhat.com>
3635 * ldmain.c (main): Disallow -F and -f without -shared.
3637 2001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
3639 * emultempl/pe.em (after_open): Check for the output_bfd not
3640 having any coff_data structure allocated to it.
3642 2001-07-09 David O'Brien <obrien@FreeBSD.org>
3644 * emultempl/elf32.em: Do not assuming that contents of the buffer
3645 returned from basename function will remain unchanged accross other
3648 2001-07-03 H.J. Lu <hjl@gnu.org>
3650 * scripttempl/elf.sc (DYNAMIC_PAD): Revert the change made on
3651 2001-07-03. It creates dynamic entries even for static binaries.
3653 2001-07-03 Jakub Jelinek <jakub@redhat.com>
3655 * scripttempl/elf.sc (DYNAMIC_PAD): New variable.
3656 (DYNAMIC): Use it to reserve few dynamic entries for
3659 2001-06-27 Alan Modra <amodra@bigpond.net.au>
3661 * emulparams/hppa64linux.sh: New file.
3662 * configure.tgt: hppa*64*-*-linux* uses hppa64linux.sh
3663 * Makefile.am (ALL_64_EMULATIONS): Add ehppa64linux.o
3664 (ehppa64linux.c): Add rule to make it.
3666 * Makefile.in: Regenerate.
3668 2001-06-21 Hans-Peter Nilsson <hp@axis.com>
3670 * ld.texinfo (Options, -r): Mention restrictions when using
3671 different object formats.
3673 2001-06-19 Hans-Peter Nilsson <hp@axis.com>
3675 * ldlang.c (lang_check): Emit fatal error if relocatable link
3676 between different object flavours with relocations in input.
3678 2001-06-19 H.J. Lu <hjl@gnu.org>
3680 * ld.texinfo (-E, --export-dynamic): Mention --version-script.
3681 (--version-script): Mention the language support.
3683 2001-06-19 H.J. Lu <hjl@gnu.org>
3685 * ldlang.c (lang_check): Revert the change mode on 2001-06-15.
3687 2001-06-18 H.J. Lu <hjl@gnu.org>
3689 * Makefile.am (ld.1): Remove the prefix `$(srcdir)/'.
3690 (diststuff): Add $(MANS).
3691 * Makefile.in: Regenerated.
3695 2001-06-18 Hans-Peter Nilsson <hp@axis.com>
3697 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
3698 Update for API change in bfd_elf${ELFSIZE}_size_dynamic_sections.
3699 * mpw-elfmips.c (gldelf32ebmip_before_allocation): Ditto.
3700 * ld.h (args_type): Remove member export_dynamic. All users
3701 changed to use struct bfd_link_info member.
3703 * Makefile.am (ecriself.c, ed10velf.c, ei386moss.c): Depend on
3704 $(srcdir)/emultempl/elf32.em, not $(srcdir)/emultempl/generic.em.
3705 * Makefile.in: Regenerate.
3707 2001-06-18 H.J. Lu <hjl@gnu.org>
3709 * ldlang.c (init_os): Add the newline to the einfo call.
3710 (lang_check): Likewise.
3711 (lang_do_version_exports_section): Likewise.
3713 2001-06-15 H.J. Lu <hjl@gnu.org>
3715 * lexsup.c (parse_args); Save optind to report unrecognized
3718 2001-06-15 Hans-Peter Nilsson <hp@axis.com>
3720 * ldlang.c (lang_check): Emit fatal error if relocatable link
3721 between different object flavours.
3723 * lexsup.c (parse_args) <case OPTION_EXPORT_DYNAMIC, case 'E'>:
3724 Set new link_info member export_dynamic.
3725 * ldmain.c (main): Initialize new link_info member export_dynamic.
3727 2001-06-12 Nick Clifton <nickc@cambridge.redhat.com>
3729 * ldlang.c (walk_wild): Only call walk_wild_file if
3730 lookup_name returns something.
3731 (lookup_name): If load_symbols fails, return NULL.
3732 (load_symbols): Change to a boolean function.
3733 (open_input_bfds): If load_symbols fails then do not make the
3736 2001-06-08 Alan Modra <amodra@bigpond.net.au>
3738 * ldlang.c (record_bfd_errors): Remove.
3740 * emultempl/aix.em: Fix copyright dates.
3742 2001-06-07 Andreas Jaeger <aj@suse.de>
3744 * elf_x86_64.sh (NONPAGED_TEXT_START_ADDR): Increase.
3745 (TEXT_START_ADDR): Likewise.
3747 2001-06-06 Martin Schwidefsky <schwidefsky@de.ibm.com>
3749 * configure.host: Set HOSTING_CRT0/HOSTING_LIBS correctly for s/390.
3751 2001-06-05 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
3753 * emultempl/pe.em (init): Reduce default stack reserve to 0x200000.
3755 2001-05-31 H.J. Lu <hjl@gnu.org>
3757 * ldlang.c (open_input_bfds): Don't change the bfd error
3758 handler whilst loading symbols.
3760 2001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
3762 * configure.tgt: Remove i370-mvs architecture, it is not currently
3765 2001-05-25 H.J. Lu <hjl@gnu.org>
3767 * emulparams/ppcmacos.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
3768 like emulparams/aixppc.sh.
3770 2001-05-25 H.J. Lu <hjl@gnu.org>
3772 * emultempl/beos.em (gld${EMULATION_NAME}_before_parse): Move
3773 setting of output_filename after bfd_scan_arch.
3774 * emultempl/pe.em: Likewise.
3776 2001-05-25 H.J. Lu <hjl@gnu.org>
3778 * emulparams/aixrs6.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
3779 like emulparams/aixppc.sh.
3781 * emultempl/aix.em (sc): Use ${srcdir}/emultempl/ostring.sed
3782 instead of ${srcdir}/emultempl/stringify.sed.
3784 2001-05-25 Timothy Wall <twall@oculustech.com>
3786 * emulparams/elf64_aix.sh: Change settings to match IBM linker
3789 2001-05-25 Alan Modra <amodra@one.net.au>
3791 * configure.host: Replace linuxoldld with linux*oldld.
3792 * configure.tgt: Likewise.
3794 2001-05-24 H.J. Lu <hjl@gnu.org>
3796 * emultempl/stringify.sed: Removed again.
3798 2001-05-24 H.J. Lu <hjl@gnu.org>
3800 * emultempl/aix.em (OUTPUT_ARCH): Defined.
3801 (gld${EMULATION_NAME}_before_parse): Initialize
3802 ldfile_output_architecture, ldfile_output_machine and
3803 ldfile_output_machine_name from ${OUTPUT_ARCH} if possible.
3804 * emultempl/beos.em: Likewise.
3805 * emultempl/elf32.em: Likewise.
3806 * emultempl/linux.em: Likewise.
3807 * emultempl/mipsecoff.em: Likewise.
3808 * emultempl/pe.em: Likewise.
3809 * emultempl/sunos.em: Likewise.
3811 2001-05-24 Tom Rix <trix@redhat.com>
3813 * emultempl/aix.em : (gld${EMULATION_NAME}_read_file)
3814 udate import file format.
3815 (change_symbol_mode) New, same
3816 (is_syscall) New, same
3817 * emulparams/aixppc.sh : add SYSCALL_MASK and SYMBOL_MODE_MASK
3818 * emulparams/aixppc64.sh : same
3819 * emulparams/aixrs6.sh : same
3820 * emulparams/ppcmacos.sh : same
3821 * emultempl/aix.em : use strtoull to parse options
3822 * Makefile.am : add eaixppc64 emulation for xcoff64
3823 * Makefile.in : same
3824 * configure.tgt : same
3826 * scripttempl/aix.sc : default text section offset to 0x10000000
3827 default data section offset to 0x20000000
3828 add .sv3264 and .sv64 pseudo sections
3829 loader and debug sections use the currect section offset.
3831 * emultempl/aix.em : Add xcoff64 support
3832 Add -binitfini support
3833 (gld${EMULATION_NAME}_before_parse) -binitfini
3834 (gld${EMULATION_NAME}_parse_args) same
3835 (gld${EMULATION_NAME}_before_allocation) format change for special
3838 * emulparams/aixppc64.sh : New file for xcoff64 support
3840 2001-05-23 Alexandre Oliva <aoliva@redhat.com>
3842 * emultempl/elf32.em (ELF_INTERPRETER_SET_DEFAULT): Use this new
3843 variable to avoid non-portable shell construct.
3845 2001-05-23 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3847 * ldmain.c (get_emulation): Add -mips5 command line argument.
3849 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
3851 * emulparams/elf_i386_ldso.sh: New, copied from elf_i386.sh.
3852 (ELF_INTERPRETER_NAME): Define it.
3853 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Use
3855 * configure.tgt (targ_emul, targ_extra_emuls)
3856 [i[3456]86-*-solaris2*, i[3456]86-*-solaris*]: Use elf_i386_ldso
3857 as primary, elf_i386 as extra.
3858 * Makefile.am (ALL_EMULATIONS): Added eelf_i386_ldso.o.
3859 (eelf_i386_ldso.c): New rule.
3860 * Makefile.in: Rebuilt.
3862 2001-05-22 Nick Clifton <nickc@redhat.com>
3864 * lexsup.c (ld_options): Allow -I to be an alias for
3865 --dynamic-linker. This is for Solaris compatability.
3866 * ld.texinfo: Document that -I can be used.
3869 2001-05-16 Alan Modra <amodra@one.net.au>
3871 * ldlang.c (wild_doit): Use linker_has_input to reliably determine
3872 whether an input section is the first one assigned to an output
3874 Assorted formatting fixes.
3876 2001-05-14 DJ Delorie <dj@delorie.com>
3878 * Makefile.am (ld.dvi): Search bfd/doc for texinfo files.
3879 * Makefile.in: Ditto.
3881 2001-05-11 Jakub Jelinek <jakub@redhat.com>
3883 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Put
3884 .gnu.linkonce.ia64unw{,i} sections into corresponding .IA_64.unwind*
3886 * emulparams/elf64_aix.sh (OTHER_READONLY_SECTIONS): Likewise.
3888 2001-05-11 Jakub Jelinek <jakub@redhat.com>
3890 * ldlang.c (lang_process): Call bfd_merge_sections.
3892 2001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3894 * ldgram.y: Fix typo.
3896 2001-05-03 H.J. Lu <hjl@gnu.org>
3898 * emultempl/elf32.em: Include "libiberty.h".
3899 (gld${EMULATION_NAME}_vercheck): Call basename () to get the
3900 basename of the bfd filename.
3901 (gld${EMULATION_NAME}_stat_needed): Likewise.
3902 (gld${EMULATION_NAME}_try_needed): Likewise.
3903 (gld${EMULATION_NAME}_open_dynamic_archive): Likewise.
3905 2001-05-02 H.J. Lu <hjl@gnu.org>
3907 * emultempl/pe.em: Include <ctype.h>.
3909 2001-05-02 Johan Rydberg <jrydberg@opencores.org>
3911 * emulparams/elf32openrisc.sh: New file.
3913 * Makefile.am: Add OpenRISC target.
3914 * Makefile.in: Regenerated.
3916 * configure.tgt: Add openrisc-*-* mapping.
3918 2001-05-02 Nick Clifton <nickc@redhat.com>
3920 * emultempl/aix.em: Replace buystring with xstrdup.
3921 * emultempl/beos.em: Replace buystring with xstrdup.
3923 2001-05-02 H.J. Lu <hjl@gnu.org>
3925 * ldfile.c: Include "libiberty.h".
3926 * ldlex.l: Likewise.
3928 * ldmisc.c (buystring): Removed.
3929 * ldmisc.h: Likewise.
3931 * ldfile.c: Replace buystring with xstrdup.
3932 * ldlang.c: Likewise.
3933 * ldlex.l: Likewise.
3934 * ldmain.c: Likewise.
3935 * ldmisc.c: Likewise.
3936 * lexsup.c: Likewise.
3937 * mpw-eppcmac.c: Likewise.
3939 2001-04-30 Andreas Jaeger <aj@suse.de>
3941 * emulparms/elf_x86_64.sh (MAXPAGESIZE): Fix value.
3943 2001-04-28 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
3945 * ldlang.c (load_symbols): Give emulation a chance
3946 to process unrecognized file before fatal error is
3947 reported, not after.
3949 2001-04-27 Sean McNeil <sean@mcneil.com>
3951 * configure.tgt: Add arm-vxworks target.
3952 * scripttempl/armcoff.sc: Support .text or .data as a section name
3956 2001-04-13 J.T. Conklin <jtc@redback.com>
3958 * ld.texinfo: Document --fatal-warnings.
3961 * ldmisc.c (vfinfo): Set flag to inhibit making executable if
3962 warnings have been turned into errors.
3963 * lexsup.c (OPTION_WARN_FATAL): Define.
3964 (ld_options): Entry for --fatal-warnings.
3965 (parse_args): Handle OPTION_WARN_FATAL.
3966 * ld.h (ld_config_type): Add fatal_warnings field.
3968 2001-04-13 Jakub Jelinek <jakub@redhat.com>
3970 * ldmain.c (main): Default to discard_sec_merge.
3971 * lexsup.c (OPTION_DISCARD_NONE): Define.
3972 (ld_options): Add --discard-none.
3973 (parse_args): Handle OPTION_DISCARD_NONE.
3974 * ldlang.c (wild_doit): SEC_MERGE should be set in the output
3975 section only if SEC_MERGE and SEC_STRINGS flags and entsize of
3976 all its input sections match.
3978 2001-04-05 Steven J. Hill <sjhill@cotw.com>
3980 * Makefile.am (ALL_EMULATIONS): Add eelf32ltsmip.o.
3981 (ALL_64_EMULATIONS): Add eelf64btsmip.o and eelf64ltsmip.o.
3982 (eelf32ltsmip.c): New target.
3983 (eelf64btsmip.c): Likewise.
3984 (eelf64ltsmip.c): Likewise.
3985 * Makefile.in: Regenerated.
3987 * configure.tgt (mips*el-*-linux-gnu): Uses traditional MIPS
3989 (mips*-*-linux-gnu*): Likewise.
3991 * emulparams/elf32ltsmip.sh: New. Traditional little endian
3993 * emulparams/elf64btsmip.sh: New. Traditional 64bit big endian
3995 * emulparams/elf64ltsmip.sh: New. Traditional 64bit little
3998 2001-04-05 Hans-Peter Nilsson <hp@axis.com>
4000 * emulparams/criself.sh (EXECUTABLE_SYMBOLS): Cannot provide
4001 correct value of __Stext here.
4002 (TEXT_START_SYMBOLS): Define; always define __Stext, to start of
4005 * emulparams/crislinux.sh: Remove FIXME.
4007 2001-04-02 Alan Modra <alan@linuxcare.com.au>
4009 * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 64k.
4010 (TEXT_START_ADDR, TARGET_PAGE_SIZE): Likewise.
4012 2001-03-27 Hans-Peter Nilsson <hp@axis.com>
4014 * configure.tgt (cris-*-*): Change default emulation to criself.
4015 (cris-*-*aout*): New rule.
4017 2001-03-27 Matthew Wilcox <willy@ldl.fc.hp.com>
4019 * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 0x4000.
4020 (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
4022 2001-03-26 Andreas Jaeger <aj@suse.de>
4024 * ld.texinfo (Overview): Fix syntax in texi code.
4026 2001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
4028 * ld.texinfo: Put @c man indications to generate the ld man page.
4029 When generating man, define all the variables. Define SEEALSO
4030 and SYNOPSIS. Re-organize some lines to avoid the cross references.
4031 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variables.
4032 (ld.1): Generate from ld.texinfo.
4033 * Makefile.in: Regenerate.
4035 2001-03-23 Mark Elbrecht <snowball3@bigfoot.com>
4037 * scripttempl/i386go32.sc: Support the GCC flags '-ffunction-sections'
4038 and '-fdata-sections'. Set the VMA of STABS sections to zero.
4040 2001-03-17 Ulrich Drepper <drepper@redhat.com>
4042 * emultmpl/elf32.em (gld${EMULATION_NAME}_search_needed): If NAME
4043 is an absolute path look only for this file and not along the path.
4045 2001-03-17 Ulrich Drepper <drepper@redhat.com>
4047 * emultempl/elf32.em (OPTION_GROUP): New macro.
4048 Add new option Bgroup to longopts.
4049 (gld*_parse_args): Handle GROUP_OPTION and recognize -z defs.
4050 (gld*_list_options): Add -Bgroup and -z defs.
4051 * ld.1: Document -Bgroup and -z defs.
4052 * ld.texinfo: Likewise.
4054 2001-03-07 Michael Meissner <meissner@redhat.com>
4056 * scripttempl/elfd10v.sc (.rodata,.rodata1,.data1,.sdata): Deal
4057 with sections created by -fdata-sections.
4058 (.dynbss,.bss): Ditto.
4060 2001-03-05 Alan Modra <alan@linuxcare.com.au>
4062 * emultempl/m68kelf.em (m68k_elf_after_allocation): Call
4063 after_allocation_default, not gld..._before_allocation.
4065 2001-02-27 Alan Modra <alan@linuxcare.com.au>
4067 * configure.in (BFD_VERSION): New.
4068 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
4069 * configure: Regenerate.
4070 * Makefile.am: Run "make dep-am"
4071 * Makefile.in: Regenerate.
4073 2001-02-26 Timothy Wall <twall@cygnus.com>
4075 * emulparams/elf64_aix.sh: Add additional read-only sections;
4076 uncomment lines which are now required.
4078 2001-02-26 H.J. Lu <hjl@gnu.org>
4080 * ldlang.c (open_input_bfds): Set the bfd error handler so
4081 that problems can be caught whilst loading symbols.
4082 (record_bfd_errors): New function: Report BFD errors and mark
4083 the executable output as being invalid.
4085 2001-02-22 Timothy Wall <twall@cygnus.com>
4087 * configure.host: Add configuration for ia64-*-aix*.
4088 * Makefile.am (ALL_64_EMULATIONS): Add emulation for ia64-*-aix*.
4089 Add dependencies for eelf64_aix.c.
4090 * Makefile.in: Regenerate.
4091 * configure.tgt: Add ia64-*-aix* mapping.
4092 * emulparams/elf64_aix.sh: Add settings for elf64 on aix5.
4094 2001-02-20 H.J. Lu <hjl@gnu.org>
4096 * ldfile.c (ldfile_open_file): Set entry->search_dirs_flag to
4097 false if we found the file.
4099 2001-02-18 David O'Brien <obrien@FreeBSD.org>
4101 * configure.tgt: Add FreeBSD/Alpha, FreeBSD/x86-64, FreeBSD/ia64,
4102 FreeBSD/PowerPC, FreeBSD/arm, and FreeBSD/sparc64 entries.
4104 2001-02-18 lars brinkhoff <lars@nocrew.org>
4106 * Makefile.am: Add PDP-11 target.
4107 * configure.tgt: Likewise.
4108 * emulparams/pdp11.sh: New file.
4110 2001-02-17 David O'Brien <obrien@FreeBSD.org>
4112 * configure.host: Add a generic FreeBSD configuration entry such that
4113 all [modern] FreeBSD systems on all platforms will look the same.
4115 2001-02-14 H.J. Lu <hjl@gnu.org>
4117 * configure.tgt: Remove mention of earmelf_linux26.
4119 2001-02-13 Richard Henderson <rth@redhat.com>
4121 * emulparams/elf64_ia64.sh (OTHER_GOT_SYMBOLS): Remove.
4123 2001-02-13 H.J. Lu <hjl@gnu.org>
4125 * ldexp.h (node_type): Add etree_provided.
4126 * ldexp.c (exp_fold_tree): Handle etree_provided. Set the node
4127 type to etree_provided if defined by PROVIDE. Allow updating
4129 (exp_print_tree): Handle etree_provided.
4130 * mpw-elfmips.c (gldelf32ebmip_find_exp_assignment): Handle
4133 2001-02-09 David Mosberger <davidm@hpl.hp.com>
4135 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add
4136 .IA_64.unwind.* pattern to unwind table section and
4137 .IA_64.unwind_info* pattern to unwind info section.
4139 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
4141 * Makefile.am: Add linux target for S/390.
4142 * Makefile.in: Likewise.
4143 * configure.host: Likewise.
4144 * configure.tgt: Likewise.
4145 * emulparams/elf64_s390.sh: New file.
4146 * emulparams/elf_s390.sh: New file.
4148 2001-02-09 Jakub Jelinek <jakub@redhat.com>
4150 * configure.tgt (sparc64-*-linux-gnu*): Add elf32_sparc into
4152 (sparc-*-linux-gnu*): Add elf64_sparc into targ_extra_libpath.
4154 2001-02-06 Philip Blundell <philb@gnu.org>
4156 * Makefile.am: Remove mention of earmelf_linux26.
4157 * Makefile.in: Regenerate.
4159 2001-02-04 Philip Blundell <philb@gnu.org>
4161 * emulparams/armelf_linux.sh (TEXT_START_ADDR): Set to 0x8000.
4162 * emulparams/armelf_linux26.sh: Delete.
4163 * configure.tgt: Remove mention of armelf_linux26 emulation.
4165 2001-02-01 Nick Clifton <nickc@redhat.com>
4167 * ld.1: Replace occurances of -oformat with --oformat.
4169 2001-01-25 Jim Driftmyer <jdrift@stny.rr.com>
4171 * ldlang.c (lang_leave_overlay): Don't set lma_region when
4172 load_base is specified.
4174 2001-01-24 Hans-Peter Nilsson <hp@axis.com>
4176 * emultempl/elf32.em: Correct spelling in comments and listed
4179 2001-01-23 Alan Modra <alan@linuxcare.com.au>
4181 * ldlang.c (lang_leave_overlay): Only set lma_region from the
4182 default for the first section of a group of overlay sections.
4184 2001-01-22 Alan Modra <alan@linuxcare.com.au>
4186 * Makefile.am (GENSCRIPTS): Pass exec_prefix.
4187 * Makefile.in: Regenerate.
4188 * genscripts.sh: Use exec_prefix parameter to specify tool lib.
4189 Check for null tool_dir.
4191 2001-01-16 Jim Wilson <wilson@redhat.com>
4193 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add IA_64.unwind
4194 and IA_64.unwind.info.
4196 2001-01-16 H.J. Lu <hjl@gnu.org>
4198 * ldlang.c (lang_check): Merge the private data only if the
4199 input file has contents.
4201 2001-01-14 Alan Modra <alan@linuxcare.com.au>
4203 * emulparams/hppalinux.sh (OUTPUT_FORMAT): Set to elf32-hppa-linux.
4205 * emultempl/hppaelf.em (hppaelf_after_parse): New function,
4206 enabling search for libmilli. On a relocatable link, make .text
4208 (LDEMUL_AFTER_PARSE): Define.
4209 (hppaelf_finish): Correct spelling of relocatable in comments.
4211 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
4212 rummage through the script for sections on the unique list.
4213 Correct length of strncmp for ".note".
4214 (gld${EMULATION_NAME}_check_needed): Rearrange function.
4216 * ldlang.c (unique_section_list): New var.
4217 (unique_section_p): New function.
4218 (walk_wild_section): Don't match sections on unique_section_list.
4219 (lang_add_unique): New function.
4220 Correct spelling of relocatable in comments.
4222 * ldlang.h (struct unique_sections): Declare.
4223 (unique_section_list): Declare.
4224 (unique_section_p): Declare.
4225 (lang_add_unique): Declare.
4227 * lexsup.c (ld_options): Allow --unique to take an optional arg.
4228 (parse_args [OPTION_UNIQUE]): Call lang_add_unique.
4230 * ld.texinfo (--unique): Update.
4232 2001-01-13 Nick Clifton <nickc@redhat.com>
4234 * lexsup.c (parse_args): Remove spurious white space.
4236 2001-01-12 Nick Clifton <nickc@redhat.com>
4238 * lexsup.c (parse_args): Update copyright date.
4240 2001-01-12 Philip Blundell <pb@futuretv.com>
4242 * configure.host: Set HOSTING_LIBS appropriately for ix86-cygwin.
4244 2001-01-10 Kazu Hirata <kazu@hxi.com>
4246 * scripttempl/h8300.sc: Fix formatting. Fix a comment typo.
4247 * scripttempl/h8300h.sc: Fix formatting.
4248 * scripttempl/h8300s.sc: Likewise.
4249 * scripttempl/h8500.sc: Likewise.
4250 * scripttempl/h8500b.sc: Likewise.
4251 * scripttempl/h8500c.sc: Likewise.
4252 * scripttempl/h8500m.sc: Likewise.
4253 * scripttempl/h8500s.sc: Likewise.
4255 2000-01-07 David O'Brien <obrien@BSDi.com>
4257 * emultempl/elf32.em: Only perform Linux ld hints processing when
4260 2001-01-07 Philip Blundell <philb@gnu.org>
4262 * ld.texinfo (Bug Reporting): Update email address for reports.
4264 2000-12-31 Nick Clifton <nickc@redhat.com>
4266 * lexsup.c (parse_args): Set opterr to 0 and detect unparsed long
4267 options by checking for a return value of '?' not -1.
4269 2000-12-28 Nick Clifton <nickc@redhat.com>
4271 * lexsup.c (struct ld_option): Add new enum value:
4273 (ld_options[]): Change -omagic, -output and -oformat options
4274 to be EXACTLY_TWO_DASHES.
4275 (OUTPUT_COUNT): Use ARRAY_SIZE.
4276 (parse_args): Change parameter 'argc' to unsigned.
4277 Place EXACTLY_TWO_DASHES options into new really_longopts
4279 If getopt_long_only fails, try calling getopt_long using the
4280 really_longopts array.
4281 (help): Print a double dash for both EXACTLY_TWO_DASHES and
4284 * ldlex.h: Fix prototype of parse_args.
4286 * ld.texinfo: Document that long options starting with 'o'
4287 must be preceeded by two dashes. Change example of a single
4288 dashed long option from -oformat to -trace-symbol.
4290 2000-12-26 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
4292 * emultempl/pe.em (OPTION_NO_DEFAULT_EXCLUDES): Define.
4293 (longopts[]): New --no-default-excludes option.
4294 (gld_${EMULATION_NAME}_list_options): Document.
4295 (gld_${EMULATION_NAME}_parse_args): Handle.
4297 2000-12-13 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4299 * ldlang.c (new_stat): Revert the last beautification with "innocent"
4300 whitespace, it breaks the K&R C preprocessor.
4302 2000-12-11 DJ Delorie <dj@redhat.com>
4304 * ld.texinfo: Add notes about --whole-archive and gcc.
4306 2000-11-18 Fred Fish <fnf@be.com>
4308 * lexsup.c (OPTION_ALLOW_SHLIB_UNDEFINED): Define.
4309 (ld_options): Entry for --allow-shlib-undefined.
4310 (parse_args): Handle OPTION_ALLOW_SHLIB_UNDEFINED.
4311 * ldmain.c (main): Initialize link_info.allow_shlib_undefined
4313 * ld.texinfo: Document new command line switch.
4315 2000-12-12 Geoffrey Keating <geoffk@redhat.com>
4317 * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS):
4318 .fixup is actually read/write.
4319 * emulparams/elf32lppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
4320 * emulparams/elf32ppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
4321 * emulparams/elf32lppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
4323 2000-12-11 Jan Hubicka <jh@suse.cz>
4325 * NEWS: Add note about x86_64 architecture.
4327 2000-12-06 Mark Elbrecht <snowball3@bigfoot.com>
4329 * scripttempl/i386go32.sc: Use PROVIDE with _etext, _edata, _end.
4330 Set DWARF2 sections to a VMA of zero.
4332 2000-12-01 Joel Sherrill <joel@OARcorp.com>
4334 * configure.tgt (arm-*-rtems*, a29k-*rtems*, h8300-*-rtems*):
4336 (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
4337 (sparc*-*-rtems*): Switched from a.out to ELF.
4339 2000-11-30 Jan Hubicka <jh@suse.cz>
4341 * Makefile.am (ALL_EMULATIONS): Add eelf_x86_64.o
4342 (eelf_x86_64.c): New.
4343 * Makefile.in: Regenerate.
4344 * configure.tgt: Add support for x86_64-*-linux-gnu*.
4345 * emulparams/elf_x86_64.sh: New.
4347 2000-11-30 Hans-Peter Nilsson <hp@axis.com>
4349 * emulparams/crislinux.sh (ENTRY): Change back to _start.
4350 (TEXT_START_SYMBOLS): Remove conditional setting of __start.
4352 * scripttempl/crisaout.sc: Change all RELOCATING not related to
4353 merging non-a.out sections into CONSTRUCTING.
4355 2000-11-28 Nick Clifton <nickc@redhat.com>
4357 * ld.1 (COPYING): Mention that the GNU Free Documentation
4358 License is present in the sources, but not the output, and
4359 also available from the GNU website.
4360 (GNU Free Documentation License): Comment out this section.
4362 2000-11-28 David O'Brien <obrien@dragon.nuxi.com>
4364 * emulparams/elf64alpha.sh (ENTRY): Remove leading underscore as ELF
4367 2000-11-25 David O'Brien <obrien@FreeBSD.org>
4369 * ld.1: Remove old date so it does not give the impression the manpage
4372 2000-11-24 Nick Clifton <nickc@redhat.com>
4374 * configure.tgt (xscale-coff): Add target.
4375 (xscale-elf): Add target.
4377 2000-11-24 Fred Fish <fnf@be.com>
4379 * ldmain.c (main): Remove redundant init of config.make_executable
4382 2000-11-15 Richard Henderson <rth@redhat.com>
4384 * emulparams/elf64alpha.sh (MAXPAGESIZE): Typo -- 64k, not 1M.
4386 2000-11-14 Kazu Hirata <kazu@hxi.com>
4388 * scripttempl/h8300.sc: Fix formatting.
4389 * scripttempl/h8300h.sc: Likewise.
4390 * scripttempl/h8300s.sc: Likewise.
4392 2000-11-14 Denis Chertykov <denisc@overta.ru>
4394 * scripttempl/elf32avr.sc: Fix bug in .eeprom segment.
4396 2000-11-09 Philip Blundell <pb@futuretv.com>
4398 * emultempl/pe.em: Define ___start_SECNAME and ___stop_SECNAME
4399 around orphan sections whose names can be represented in C.
4401 2000-11-07 Jim Wilson <wilson@redhat.com>
4403 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): New local
4404 hold_sdata. If SEC_SMALL_DATA set, set place to hold_sdata.
4406 2000-11-06 Nick Clifton <nickc@redhat.com>
4408 * ld.texinfo: Add GNU Free Documentation License.
4409 * ldint.texinfo: Add GNU Free Documentation License.
4410 * ld.1: Add GNU Free Documentation License.
4412 2000-11-05 Alan Modra <alan@linuxcare.com.au>
4414 * ldlex.l (yy_create_string_buffer): Init yy_is_our_buffer,
4415 yy_is_interactive, yy_at_bol, and yy_fill_buffer.
4417 * Makefile.am (DISTCLEANFILES): Add stringify.sed.
4418 Move 2000-11-02 Makefile.in changes to this file.
4419 * Makefile.in: Regenerate.
4421 2000-11-03 Nick Clifton <nickc@redhat.com>
4423 * scripttempl/h8300.sc: Use ${CONSTRUCTING...} to enclose
4424 constructors and destructors.
4425 * scripttempl/h8300h.sc: Ditto.
4426 * scripttempl/h8300s.sc: Ditto.
4427 * scripttempl/h8500.sc: Ditto.
4428 * scripttempl/h8500b.sc: Ditto.
4429 * scripttempl/h8500c.sc: Ditto.
4430 * scripttempl/h8500m.sc: Ditto.
4431 * scripttempl/h8500s.sc: Ditto.
4432 * scripttempl/v850.sc: Ditto.
4433 * scripttempl/w65.sc: Ditto.
4434 * scripttempl/z8000.sc: Ditto.
4436 2000-11-02 Per Lundberg <plundis@chaosdev.org>
4438 * Makefile.in (e_i386_chaos.c): New rule.
4439 (ALL_EMULATIONS): Added e_i386_chaos.o.
4440 * emulparams/elf_i386_chaos.sh: New file.
4441 * configure.tgt: Recognise i[3456]86-chaosdev-storm-chaos.
4443 2000-10-20 Jakub Jelinek <jakub@redhat.com>
4445 * emulparams/elf64_sparc.sh (TEXT_START_ADDR,
4446 NONPAGED_TEXT_START_ADDR): Set to 4GB for Solaris targets.
4447 Fix sed invocation, so that it coped with '/' in Solaris 64bit
4448 library path suffix.
4449 Based on patch by Andrew Macleod <amacleod@cygnus.com>.
4451 2000-10-18 Hans-Peter Nilsson <hp@axis.com>
4453 * scripttempl/crisaout.sc (.text, .data): Pad, with ALIGN (32),
4454 for consecutive sections.
4456 2000-10-17 Chandrakala Chavva <cchavva@redhat.com>
4458 * lexsup.c: New option OPTION_TARGET_HELP. Prints all target specific
4460 * ld.texinfo: Added notes about this new option.
4462 2000-10-16 Nick Clifton <nickc@redhat.com>
4464 * emultempl/pe.em (_after_open): Add tests of return values from
4465 bfd functions. Emit appropriate error messages if necessary.
4467 2000-10-13 Nick Clifton <nickc@redhat.com>
4469 * emultempl/pe.em (_after_open): Delete 'is2' and 'nsyms'
4470 local variables - they are not used, but leave in the call to
4471 bfd_canonicalize_symtab.
4472 (_open_dynamic_archive): Add #ifdef DLL_SUPPORT around use of
4473 pe_dll_search_prefix.
4475 2000-10-12 Charles Wilson <cwilson@ece.gatech.edu>
4477 * emultempl/pe.em (pe_dll_search_prefix): New variable,
4478 (longopts): New --dll-search-prefix option.
4479 (gld_${EMULATION_NAME}_list_options): Document.
4480 (gld_${EMULATION_NAME}_parse_args): Handle.
4481 (gld_${EMULATION_NAME}_open_dynamic_archive): When linking
4482 dynamically, search for a dll named '<prefix><basename>.dll'
4483 in preference to 'lib<basename>.dll' if --dll-search-prefix
4486 2000-10-12 Alan Modra <alan@linuxcare.com.au>
4488 * ldlang.c (section_already_linked): Set kept_section instead of
4491 2000-10-10 Kazu Hirata <kazu@hxi.com>
4493 * deffile.h: Fix formatting.
4494 * lexsup.c: Likewise.
4497 2000-10-09 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
4499 * pe-dll.c (make_one): Do not generate code thunk for DATA
4501 (process_def_file): deduce DATA flag for auto-export sumbols.
4503 2000-10-09 Kazu Hirata <kazu@hxi.com>
4505 * ld.h: Fix formatting.
4506 * ldcref.c: Likewise.
4507 * ldctor.h: Likewise.
4508 * ldemul.c: Likewise.
4509 * ldemul.h: Likewise.
4510 * ldexp.c: Likewise.
4511 * ldexp.h: Likewise.
4512 * ldfile.c: Likewise.
4513 * ldfile.h: Likewise.
4514 * ldlang.c: Likewise.
4515 * ldlang.h: Likewise.
4516 * ldmain.c: Likewise.
4517 * pe-dll.c: Likewise.
4519 * pe-dll.c: Revert some formatting fixes.
4521 2000-10-08 Kazu Hirata <kazu@hxi.com>
4523 * pe-dll.c: Fix formatting.
4525 2000-10-05 Kazu Hirata <kazu@hxi.com>
4527 * ldlang.c: Fix formatting.
4529 2000-10-03 DJ Delorie <dj@redhat.com>
4531 * pe-dll.c (fill_edata): initialize entire block
4532 (make_one): fill in correct section.
4534 2000-10-03 Kazu Hirata <kazu@hxi.com>
4536 * ldexp.c: Fix formatting.
4538 2000-10-02 DJ Delorie <dj@redhat.com>
4540 * emultempl/pe.em (gld_*_after_open): detect case where there two
4541 import libraries for same dll; rename one to ensure proper link
4544 * pe-dll.c (process_def_file): compare ordinals to -1, not 0; fix
4546 (generate_edata): fix typo
4548 2000-09-29 Hans-Peter Nilsson <hp@axis.com>
4550 * scripttempl/crisaout.sc (ENTRY): Now __start.
4551 (.text): Add default setting for __start.
4552 Remove CONSTRUCTORS handling.
4553 (/DISCARD/): Add .gnu.warning.*.
4554 * emulparams/crislinux.sh (ENTRY): Now __start.
4555 (TEXT_START_SYMBOLS): New; provide __Stext and __start default.
4556 * emulparams/criself.sh (OUTPUT_FORMAT): Now elf32-us-cris.
4557 (ENTRY): Now __start.
4558 (INITIAL_READONLY_SECTIONS): Add KEEP for .startup.
4559 (EXECUTABLE_SYMBOLS): Add default setting for __start.
4561 2000-09-29 Kazu Hirata <kazu@hxi.com>
4563 * deffile.h: Fix formatting.
4565 * ldcref.c: Likewise.
4566 * ldctor.c: Likewise.
4567 * ldctor.h: Likewise.
4568 * ldemul.c: Likewise.
4569 * ldemul.h: Likewise.
4570 * ldexp.c: Likewise.
4571 * ldexp.h: Likewise.
4572 * ldfile.c: Likewise.
4573 * ldfile.h: Likewise.
4574 * ldlang.c: Likewise.
4575 * ldlang.h: Likewise.
4576 * lexsup.c: Likewise.
4578 * pe-dll.c: Likewise.
4580 2000-09-28 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
4582 * pe-dll.c (process_def_file): Uninitialized data wasn't
4583 exported with --export-all-symbols switch.
4585 2000-09-28 DJ Delorie <dj@redhat.com>
4587 * pe-dll.c (fill_edata): rearrange the data so that ordinals and
4588 noname work properly.
4590 2000-09-28 Alan Modra <alan@linuxcare.com.au>
4592 * ld.texinfo (HPPA ELF32): New section.
4594 * emultempl/hppaelf.em (group_size): New.
4595 (hppaelf_finish): Pass group_size to elf32_hppa_size_stubs.
4596 (PARSE_AND_LIST_PROLOGUE): Add OPTION_STUBGROUP_SIZE.
4597 (PARSE_AND_LIST_LONGOPTS): Add --stub-group-size. Duplicate
4598 options to prevent abbreviations matching.
4599 (PARSE_AND_LIST_OPTIONS): Describe the above. Reformat.
4600 (PARSE_AND_LIST_ARGS_CASES): Handle it.
4602 2000-09-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4604 * emultempl/m68kelf.em: Conditionalise the embedded relocs feature
4605 on the m68*-*-elf target. Make it support COFF input objects.
4607 2000-09-21 Kazu Hirata <kazu@hxi.com>
4609 * ldmain.c: Fix formatting.
4610 * ldmisc.c: Likewise.
4611 * ldver.c: Likewise.
4612 * ldwrite.c: Likewise.
4614 2000-09-21 Alan Modra <alan@linuxcare.com.au>
4616 * ldwrite.c (clone_section): Silence gcc warnings.
4618 2000-09-20 Alan Modra <alan@linuxcare.com.au>
4620 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Handle
4621 out of memory failure.
4623 * ldwrite.c (ldwrite): Remove unnecessary einfo arg.
4624 (clone_section): Handle out of memory failures. Rename var to
4625 avoid c++ reserved word.
4627 2000-09-18 Alan Modra <alan@linuxcare.com.au>
4629 * emultempl/hppaelf.em (hppaelf_add_stub_section): Rename
4630 stub_name param to stub_sec_name.
4631 (hppaelf_finish): Modify call to elf32_hppa_size_stubs.
4633 2000-09-10 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4635 * emultempl/m68kelf.em: New file.
4636 * emulparams/m68kelf.sh (EXTRA_EM_FILE): Use it.
4637 * Makefile.am (em68kelf.c): Add dependency on m68kelf.em.
4638 * Makefile.in: Regenerate.
4640 2000-09-15 Alan Modra <alan@linuxcare.com.au>
4642 * emulparams/hppalinux.sh (DATA_START_SYMBOLS): Provide $global$
4645 2000-09-13 Nick Clifton <nickc@redhat.com>
4647 * ldmain.c (multiple_definition): Disable relaxation if
4648 multiple symbol definitions are encountered - otherwise the
4649 linker could abort with an assertion failure.
4651 2000-09-10 Nick Clifton <nickc@redhat.com>
4653 * mri.c: Fix formatting.
4655 2000-09-07 H.J. Lu <hjl@gnu.org>
4657 * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
4658 * configure: Rebuild.
4660 2000-09-07 H.J. Lu <hjl@gnu.org>
4662 * Makefile.am (lexsup.o): Also depend on $(INCDIR)/demangle.h.
4663 * Makefile.in: Rebuild.
4665 2000-09-07 Alan Modra <alan@linuxcare.com.au>
4667 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Fix
4668 broken list handling. Create __start_SECNAME and __stop_SECNAME
4669 when no place-holder. Add some comments. Test both SEC_CODE and
4670 SEC_READONLY for hold_text to prevent .rodata orphan poisoning.
4671 Handle case where no output section statement created.
4673 2000-09-07 Niibe Yutaka <gniibe@m17n.org>, Kaz Kojima <kkojima@rr.iij4u.or.jp>, Alexandre Oliva <aoliva@redhat.com>
4675 * configure.tgt (sh-*-linux*): Added.
4676 * Makefile.am: Added eshelf_linux and eshlelf_linux.
4677 * Makefile.in: Rebuilt.
4678 * emulparams/shelf_linux.sh: New file.
4679 * emulparams/shlelf_linux.sh: New file.
4681 2000-09-06 Alan Modra <alan@linuxcare.com.au>
4683 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
4684 try shuffling sections when the orphan happens to be the place
4685 holder. Keep count of unique section names generated so we speed
4686 the search for a new name.
4688 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
4690 * configure: Rebuilt with new libtool.m4.
4692 2000-09-05 Nick Clifton <nickc@redhat.com>
4694 * Makefile.in: Regenerate.
4695 * aclocal.m4: Regenerate.
4696 * configure: Regenerate.
4697 * config.in: Regenerate.
4698 * po/ld.pot: Regenerate.
4700 * ldint.texinfo: Remove CVS revision marker - it foils local
4703 * emultempl/ticoff.em: Remove extraneous comma.
4705 2000-09-05 Alan Modra <alan@linuxcare.com.au>
4707 * emultempl/hppaelf.em (hppaelf_add_stub_section): Add SEC_RELOC
4708 to stub section flags.
4709 (hppa_for_each_input_file_wrapper): New.
4710 (hppa_lang_for_each_input_file): New.
4711 (lang_for_each_input_file): Define to call above.
4712 (multi_subspace): New.
4713 (hppaelf_finish): Pass multi_subspace to elf32_hppa_size_stubs.
4714 (PARSE_AND_LIST_PROLOGUE): Define.
4715 (PARSE_AND_LIST_LONGOPTS): Define.
4716 (PARSE_AND_LIST_OPTIONS): Define.
4717 (PARSE_AND_LIST_ARGS_CASES): Define.
4718 (hppaelf_finish): Call elf32_hppa_set_gp.
4719 (hppaelf_set_output_arch): Remove.
4720 (LDEMUL_SET_OUTPUT_ARCH): Remove.
4722 * emulparams/hppalinux.sh (ELFSIZE): Define.
4724 (OTHER_READONLY_SECTIONS): Define.
4726 (GENERATE_SHLIB_SCRIPT): Define.
4728 * ldlang.c: Add missing prototypes, and tidy others. Change CONST
4729 to const throughout. Change `void *' to `PTR' throughout.
4730 (lang_memory_default): Function is local to file, add `static'.
4732 * Makefile.am (ehppaelf.c): Depend on emultempl/elf32.em.
4733 (ehppalinux.c): Likewise.
4734 (earmelf.c): Likewise.
4735 (earmelf_linux.c): Likewise.
4736 (earmelf_linux26.c): Likewise.
4737 * Makefile.in: Regenerate.
4739 * ld.h (ld_config_type): Add unique_orphan_sections.
4740 * lexsup.c (OPTION_UNIQUE): Define.
4741 (ld_options): Add "--unique".
4742 (parse_args): Handle it.
4743 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
4744 search for an existing output section if unique_orphan_sections is
4745 set. Make use of bfd_get_unique_section_name rather than
4746 duplicating code here.
4747 * ld.texinfo: Describe --unique.
4749 * lexsup.c (ld_options): Make split-by-reloc arg optional. Add
4750 optional arg to split-by-file.
4751 (parse_args): Handle them.
4752 * ld.texinfo: Update description of these options.
4753 * ldwrite.c (clone_section): Pass in the section name. Replace
4754 local code with bfd_get_unique_section_name.
4755 (split_sections): Tidy code and comments. Use a list traversal
4756 more appropriate to the list construction. Handle cooked section
4757 sizes. Split when split_by_reloc reached rather than exceeded.
4758 Track section size and split when split_by_file reached. Fix
4759 link_order_tail (even though it's not used).
4760 (ldwrite): Modify condition for calling split_sections to suit
4761 changed split_by_reloc and split_by_file.
4762 * ldmain.c (main): Init config.split_by_reloc and
4763 config.split_by_file to -1.
4764 * ld.h (ld_config_type): Change split_by_reloc to unsigned.
4765 Change split_by_file to bfd_size_type.
4767 2000-09-02 Nick Clifton <nickc@redhat.com>
4769 * configure.in: Increase version number to 2.10.91.
4770 * NEWS: Mention new ability to support removal of duplicate DWARF2
4772 * configure: Regenerate.
4773 * aclocal.m4: Regenerate.
4774 * config.in: Regenerate.
4776 2000-09-02 Daniel Berlin <dberlin@redhat.com>
4778 * scripttempl/elf.sc: Add .gnu.linkonce.wi.* to .debug_info
4780 * scripttempl/elf32avr.sc: Ditto.
4781 * scripttempl/elfd10v.sc: Ditto.
4782 * scripttempl/elfd30v.sc: Ditto.
4783 * scripttempl/elfi370.sc: Ditto.
4784 * scripttempl/elfm68hc11.sc: Ditto.
4785 * scripttempl/elfm68hc12.sc: Ditto.
4786 * scripttempl/elfi386beos.sc: Ditto.
4787 * scripttempl/v850.sc: Ditto.
4789 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
4791 * acinclude.m4: Include libtool and gettext macros from the
4793 * aclocal.m4, configure: Rebuilt.
4795 2000-08-25 Nick Clifton <nickc@redhat.com>
4797 * ldlang.c (open_output): When choosing the target for a
4798 particular endianness, do nothing if the target is not
4801 2000-08-25 H.J. Lu <hjl@gnu.org>
4803 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Don't
4804 check -rpath nor LD_RUN_PATH for cross link.
4805 * ld.texinfo: Document the change.
4807 2000-08-24 Hans-Peter Nilsson <hp@axis.com>
4809 * NEWS: Mention support for CRIS.
4811 2000-08-23 H.J. Lu <hjl@gnu.org>
4813 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Get
4814 the current runpath list from bfd_elf_get_runpath_list ()
4817 2000-08-22 H.J. Lu <hjl@gnu.org>
4819 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Search
4820 the DT_RPATH/DT_RUNPATH entries for DT_NEEDED after
4821 LD_LIBRARY_PATH for native linker. Display the needed DSO if
4822 trace_file_tries is non-zero.
4823 (gld${EMULATION_NAME}_try_needed): Report the needed DSO found
4824 if trace_file_tries is non-zero.
4826 * ld.texinfo: Document the usage of DT_RPATH/DT_RUNPATH.
4829 2000-08-14 Jason Eckhardt <jle@cygnus.com>
4831 * NEWS: Mention i860 support.
4833 2000-08-14 Andreas Schwab <schwab@suse.de>
4835 * scripttempl/elf.sc: Fix last change to use correct comment
4838 2000-08-10 Geoff Keating <geoffk@cygnus.com>
4840 * scripttempl/elf.sc: Add a comment giving the correspondence
4841 between sections, per-datum sections, and linkonce sections. Make
4842 the comment true even for .bss, .sdata, .sdata2, .sbss, and
4845 2000-08-10 Jason Eckhardt <jle@cygnus.com>
4847 * emulparams/elf32_i860.sh: New file.
4848 * configure.tgt: Recognize new target i860-stardent-{sysv4*|elf*}.
4849 * Makefile.am (ALL_EMULATIONS): Add eelf32_i860.o.
4850 (eelf32_i860.c): New rule.
4851 * Makefile.in: Regenerate.
4853 2000-08-10 Nick Clifton <nickc@cygnus.com>
4855 * emulparams/mipspe.sh (ENTRY): Add definition.
4857 2000-08-08 Peter Jeremy <peter.jeremy@alcatel.com.au>
4859 * emultempl/elf32.em (_after_close): Refer to -rpath not --rpath
4862 2000-08-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
4864 * scripttempl/elfm68hc11.sc: Define __bss_size symbol to indicate
4865 the final size of .bss section.
4866 * scripttempl/elfm68hc12.sc: Likewise.
4868 2000-08-04 Alan Modra <alan@linuxcare.com.au>
4870 * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Rename to
4871 gld${EMULATION_NAME}_parse_args for consistency. Combine
4872 lastoptind and prevoptind vars, and keep track of last optind.
4873 (gld_${EMULATION_NAME}_list_options): Rename to
4874 gld${EMULATION_NAME}_list_options.
4876 2000-08-03 Rodney Brown <RodneyBrown@pmsc.com>
4878 * configure.tgt: Select targ_emul=elf_i386 for Unixware 7
4879 (i586-sco-sysv5uw7.1.0).
4881 2000-07-27 H.J. Lu <hjl@gnu.org>
4883 * emulparams/elf64alpha.sh (PARSE_AND_LIST_ARGS): Removed.
4884 (PARSE_AND_LIST_PROLOGUE): New.
4885 (PARSE_AND_LIST_LONGOPTS): Likewise.
4886 (PARSE_AND_LIST_OPTIONS): Likewise.
4887 (PARSE_AND_LIST_ARGS_CASES): Likewise.
4888 (PARSE_AND_LIST_EPILOGUE): Likewise.
4890 2000-07-28 Alan Modra <alan@linuxcare.com.au>
4892 * emultempl/armelf.em: Elide functions common to elf32.em,
4893 ie. most of the file.
4894 (arm_elf_after_open): New. Do arm specific things then call
4895 gld${EMULATION_NAME}_after_open.
4896 (arm_elf_before_allocation): New. Call
4897 gld${EMULATION_NAME}_before_allocation then do arm specifics.
4898 (PARSE_AND_LIST_PROLOGUE): Define.
4899 (PARSE_AND_LIST_SHORTOPTS): Define.
4900 (PARSE_AND_LIST_LONGOPTS): Define.
4901 (PARSE_AND_LIST_OPTIONS): Define.
4902 (PARSE_AND_LIST_ARGS_CASES): Define.
4903 (LDEMUL_AFTER_OPEN): Define.
4904 (LDEMUL_BEFORE_ALLOCATION): Define.
4905 (LDEMUL_BEFORE_PARSE): Define.
4906 (LDEMUL_FINISH): Define.
4908 * emultempl/hppaelf.em: Similarly zap most of this file.
4909 (hppaelf_add_stub_section): Prototype.
4910 (hppaelf_layaout_sections_again): Prototype.
4911 (hook_in_stub): Prototype.
4912 (LDEMUL_SET_OUTPUT_ARCH): Define.
4913 (LDEMUL_FINISH): Define.
4914 (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
4916 * emulparams/armelf.sh (TEMPLATE_NAME): Use elf32.
4917 (EXTRA_EM_FILE): New.
4918 * emulparams/armelf_linux.sh: Likewise.
4919 * emulparams/armelf_linux26.sh: Likewise.
4920 * emulparams/hppalinux.sh: Likewise.
4921 * emulparams/hppaelf.sh: Likewise.
4924 * emultempl/elf32.em: Fix formatting.
4925 (EXTRA_EM_FILE): Source it.
4926 (LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
4927 LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
4928 LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
4929 LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
4930 LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
4931 LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
4932 LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
4933 LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
4934 LDEMUL_FIND_POTENTIAL_LIBRARIES): New shell vars. Add code to
4935 allow functions in this file to be overridden.
4936 (PARSE_AND_LIST_SHORTOPTS): Handle it.
4938 * emultempl/m68kcoff.em: Include ldfile.h before ldemul.h.
4940 * emultempl/elf32.em: Reorganize file.
4942 2000-07-27 Ivan Kokshaysky <ink@jurassic.park.msu.ru>
4944 * emulparams/elf64alpha.sh: Implement "-taso" emulation
4945 specific option to fit 64-bit executable in the lower
4946 31-bit address range. This is done by changing start
4947 address of .interp (the very first section of executable)
4948 and then setting EF_ALPHA_32BIT elf header flag.
4950 2000-07-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4952 * emultempl/m68kcoff.em: New file.
4953 * emulparams/m68kcoff.sh (TEMPLATE_NAME): Use m68kcoff template.
4954 * Makefile.am (em68kcoff.c): Depend on m68kcoff.em rather than
4956 * Makefile.in: Regenerate.
4958 2000-07-20 H.J. Lu <hjl@gnu.org>
4960 * emultempl/elf32.em (longopts): Duplicate "disable-new-dtags"
4961 and "disable-new-dtags" to stop getopt from treating -d/-e as
4962 abbreviations for these options.
4964 2000-07-20 H.J. Lu <hjl@gnu.org>
4966 * ld.texinfo: Add documentation for --disable-new-dtags and
4969 * ldmain.c (main): Initialize link_info.new_dtags to false.
4971 * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Add
4972 --disable-new-dtags and --enable-new-dtags.
4973 (gld_${EMULATION_NAME}_list_options): Likewise.
4975 2000-07-05 Kenneth Block <krblock@computer.org>
4977 * lexsup.c: Add optional style to demangle switch
4978 * ld.texinfo: Document optional style to demangle switch.
4980 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
4982 * Makefile.am (ALL_EMULATIONS): Add ecrisaout.o, ecriself.o,
4984 (ecrisaout.c, ecriself.c, ecrislinux.c): New rules.
4985 Regenerate dependencies.
4986 * Makefile.in: Rebuild.
4987 * configure.tgt (cris-*-*): New target.
4988 * emulparams/crisaout.sh, emulparams/criself.sh,
4989 emulparams/crislinux.sh, scripttempl/crisaout.sc: New files.
4990 * po/POTFILES.in, po/ld.pot: Regenerate.
4992 2000-07-20 H.J. Lu <hjl@gnu.org>
4994 * emultempl/elf32.em (gld_${EMULATION_NAME}_list_options):
4995 Print out ignored -z options.
4997 2000-07-19 H.J. Lu <hjl@gnu.org>
4999 * emulparams/elf32mcore.sh (PARSE_AND_LIST_ARGS): Removed.
5000 (PARSE_AND_LIST_PROLOGUE): New.
5001 (PARSE_AND_LIST_LONGOPTS): Likewise.
5002 (PARSE_AND_LIST_OPTIONS): Likewise.
5003 (PARSE_AND_LIST_ARGS_CASES): Likewise.
5005 * ldmain.c (main): Clear link_info.flags and link_info.flags_1.
5007 * lexsup.c (ld_options): Comment out 'z'.
5008 (parse_args): Likewise.
5010 * emultempl/elf32.em: Include "elf/common.h".
5011 (gld_${EMULATION_NAME}_parse_args): Defined. Handle some -z
5013 (gld_${EMULATION_NAME}_list_options): Likewise.
5015 * ld.texinfo: Add documentation for the recognized -z options.
5017 2000-07-19 H.J. Lu <hjl@gnu.org>
5019 * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Call
5020 bfd_elf_set_dt_needed_soname ().
5022 2000-07-18 DJ Delorie <dj@cygnus.com>
5024 * pe-dll.c (pe_dll_id_target): check object target name also
5026 2000-07-18 Hans-Peter Nilsson <hp@axis.com>
5028 * scripttempl/elf.sc (.init): Only do ${INIT_START} and
5029 ${INIT_END} if relocating.
5030 (.fini): Likewise ${FINI_START} and ${FINI_END}.
5032 2000-07-16 Charles Wilson <cwilson@ece.gatech.edu>
5034 * emultempl/pe.em (gld_*_open_dynamic_archive): New search
5035 order for dynamic library '-lfoo' on pei386: libfoo.dll.a,
5036 foo.dll.a, libfoo.a, libfoo.dll, foo.dll. This fixes compatibility
5037 errors introduced by the old dynamic lib search order.
5039 2000-07-17 DJ Delorie <dj@cygnus.com>
5041 * pe-dll.c (process_def_file): auto-export data items also
5042 (pe_process_import_defs): also see if _imp_ form needed
5044 2000-07-12 Charles Wilson <cwilson@ece.gatech.edu>
5046 * pe-dll.c (make_one): fix a typo in the __imp_ name decoration
5047 for dll import libraries
5049 2000-07-12 Mark Elbrecht <snowball3@bigfoot.com>
5051 * scripttempl/i386go32.sc: Support the g++ attribute init_priority in
5052 gcc 2.95.2 and later.
5054 2000-07-11 Kazu Hirata <kazu@hxi.com>
5056 * ldfile.c (ldfile_try_open_bfd): Output '\n' after an error
5059 2000-07-10 Alan Modra <alan@linuxcare.com.au>
5061 * ldemul.h (struct lang_input_statement_struct): Remove forward
5063 (struct search_dirs): Likewise.
5064 * ldfile.h (struct lang_input_statement_struct): Likewise.
5065 Protect file from multiple inclusion.
5066 * ldlang.h (LANG_FOR_EACH_INPUT_STATEMENT): Move file_chain
5067 declaration from macro to file scope.
5069 * ldemul.c: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this order.
5070 * ldgram.y: Likewise here.
5071 * ldlang.c: And here.
5072 * ldmain.c: And here.
5073 * mpw-elfmips.c: And here.
5074 * mpw-eppcmac.c: And here.
5075 * emultempl/aix.em: And here.
5076 * emultempl/armcoff.em: And here.
5077 * emultempl/armelf.em: And here.
5078 * emultempl/armelf_oabi.em: And here.
5079 * emultempl/beos.em: And here.
5080 * emultempl/elf32.em: And here.
5081 * emultempl/hppaelf.em: And here.
5082 * emultempl/linux.em: And here.
5083 * emultempl/lnk960.em: And here.
5084 * emultempl/pe.em: And here.
5085 * emultempl/sunos.em: And here.
5086 * mpw-esh.c: And here. Include ldexp.h and ldlang.h too.
5087 * mpw-idtmips.c: Ditto.
5088 * emultempl/generic.em: Ditto.
5089 * emultempl/gld960.em: Ditto.
5090 * emultempl/gld960c.em: Ditto.
5091 * emultempl/mipsecoff.em: Ditto.
5092 * emultempl/ticoff.em: Ditto.
5093 * emultempl/vanilla.em: Ditto.
5095 * pe-dll.c: Include ldfile.h
5096 * ldver.c: Include ldexp.h, ldlang.h, ldfile.h
5098 * mpw-elfmips.c: (gldelf32ebmip_before_allocation): Add missing
5099 arguments to bfd_elf32_size_dynamic_sections call.
5100 (gldelf32ebmip_place_orphan): Add missing arguments to
5101 lang_leave_output_section_statement call.
5103 2000-07-10 H.J. Lu <hjl@gnu.org>
5105 * emultempl/pe.em (pe_enable_stdcall_fixup): Protect with
5107 (strhash): Likewise.
5108 (compute_dll_image_base): Likewise.
5109 (pe_undef_found_sym): Likewise.
5110 (pe_undef_cdecl_match): Likewise.
5111 (gld_${EMULATION_NAME}_open_dynamic_archive): Mark the
5112 argument "arch" with ATTRIBUTE_UNUSED.
5114 2000-07-10 Alan Modra <alan@linuxcare.com.au>
5116 * configure.tgt: Remove extraneous hppa*-*-linux-gnu*.
5118 From Ryan Bradetich <rbradetich@uswest.net>
5119 * ldwrite.c (SSIZE): Remove to cure macro redefinition warning.
5121 2000-07-09 Alan Modra <alan@linuxcare.com.au>
5123 Changes to create multiple linker stubs, positioned immediately
5124 before the section where they are required.
5125 * emultempl/hppaelf.em: Include elf32-hppa.h.
5126 (stub_sec, file_chain): Delete.
5127 (hppaelf_create_output_section_statements): Don't make a stub
5129 (hook_stub_info): New struct.
5130 (hook_in_stub): New function.
5131 (hppaelf_add_stub_section): New function.
5132 (hppaelf_finish): Do nothing for relocateable links. Modify the
5133 call to elf32_hppa_size_stubs. Move code for updating section
5135 (hppaelf_layaout_sections_again): ..to here, a new function.
5137 * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Fix
5138 broken list handling. Pass in a pointer to the list.
5139 (hppaelf_finish): Update call to hppaelf_delete_padding_statements
5141 (hppaelf_before_parse): Prototype.
5142 (hppaelf_set_output_arch): Prototype.
5143 (hppaelf_create_output_section_statements): Prototype.
5144 (hppaelf_delete_padding_statements): Prototype.
5145 (hppaelf_finish): Prototype.
5148 * emultempl/hppaelf.em: Include ctype.h.
5149 (struct orphan_save): New.
5150 (gld${EMULATION_NAME}_place_orphan): New.
5151 (output_rel_find): New.
5152 (hppaelf_get_script): Update from elf32.em.
5153 (ld_hppaelf_emulation): Rename to ld_${EMULATION_NAME}_emulation.
5154 Change emulation_name field to "${EMULATION_NAME}". Add
5155 gld${EMULATION_NAME}_place_orphan.
5157 * Makefile.am (ALL_EMULATIONS): Reinstate ehppaelf.o, add
5158 ehppalinux.o, sort it. Regenerate dependencies.
5159 (ehppalinux.c): Depend on hppaelf.em
5160 * Makefile.in: Regenerate.
5162 * configure.tgt: targ_emul=hppalinux for hppa*linux
5164 * emulparams/hppalinux.sh: New.
5165 * emulparams/hppaelf.sh (TARGET_PAGE_SIZE): Write in hex.
5167 2000-07-08 Alan Modra <alan@linuxcare.com.au>
5169 * lexsup.c (parse_args): Copy section name.
5171 2000-07-07 Charles Wilson <cwilson@ece.gatech.edu>
5173 * emultempl/pe.em: institute the following search order for
5174 dynamic libraries on pei386: libfoo.dll.a, foo.dll.a (import
5175 libs), libfoo.dll, foo.dll (link direct to dll). Fall back to
5176 static lib (libfoo.a) if none of the above are found.
5178 2000-07-07 Mumit Khan <khan@xraylith.wisc.edu>
5180 * emultempl/pe.em (pe_enable_auto_image_base): New variable.
5181 (longopts): New --{enable,disable}-auto-image-base options.
5182 (gld_${EMULATION_NAME}_list_options): Document.
5183 (gld_${EMULATION_NAME}_parse): Handle.
5184 (strhash): New static function.
5185 (compute_dll_image_base): New static function.
5186 (gld_${EMULATION_NAME}_set_symbols): Use.
5188 2000-07-05 DJ Delorie <dj@redhat.com>
5192 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
5194 * configure.tgt: Add traditional mips (mips*-*-sysv4*) target.
5195 * emulparams/elf32btsmip.sh: New file.
5196 * Makefile.am: Add traditional mips target.
5197 * Makefile.in: Rebuild.
5199 2000-07-01 H.J. Lu <hjl@gnu.org>
5201 * Makefile.am (EXTRA_ld_new_SOURCES): Set to deffilep.y for
5202 automake to use YLWRAP.
5203 * Makefile.in: Rebuild.
5205 2000-07-01 Alan Modra <alan@linuxcare.com.au>
5207 * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed
5208 (CLEANFILES): Add DEPA.
5209 * Makefile.in: Regenerate.
5211 2000-06-30 Timothy Wall <twall@ppc>
5213 * scripttempl/tic54xcoff.sc: PAGE N is not implemented, so encode
5214 the page in the upper octet of the address.
5216 2000-06-26 Marek Michalkiewicz <marekm@linux.org.pl>
5218 * emulparams/avrmega161.sh (ARCH): Change to avr:5.
5220 2000-06-24 Alan Modra <alan@linuxcare.com.au>
5222 * NEWS: arm-elf does --gc-sections too.
5224 2000-06-22 Alan Modra <alan@linuxcare.com.au>
5226 * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
5228 * Makefile.in: Regenerate.
5230 2000-06-21 H.J. Lu <hjl@gnu.org>
5232 * Makefile.am: Rebuild dependency.
5233 * Makefile.in: Rebuild.
5235 2000-06-20 H.J. Lu <hjl@gnu.org>
5237 * Makefile.am: Rebuild dependency.
5238 * Makefile.in: Rebuild.
5240 2000-06-20 Timothy Wall <twall@cygnus.com>
5242 * scripttempl/tic54xcoff.sc: New.
5243 * ldlang.c (wild_doit): Propagate SEC_BLOCK flag.
5244 * gen-doc.texi: Add flag for TI COFF.
5245 * ld.texinfo: Add documentation for TI COFF handling switches.
5246 * emultempl/ticoff.em: New. TI COFF handling.
5247 * configure.tgt: Add tic54x target.
5248 * Makefile.am: Add tic54x target.
5249 * Makefile.in: Ditto.
5251 2000-06-20 Alan Modra <alan@linuxcare.com.au>
5253 * ldmain.c (set_scripts_dir): Correct pointer comparison when
5254 checking for backslashes.
5256 2000-06-19 Alan Modra <alan@linuxcare.com.au>
5258 * NEWS: Move entries not in 2.10 above "Changes in version 2.10".
5260 2000-06-18 Alan Modra <alan@linuxcare.com.au>
5262 * NEWS: Update list of targets supporting --gc-sections.
5264 * scripttempl/elf.sc: KEEP .eh_frame contents.
5265 * scripttempl/elfd30v.sc: Same here.
5267 2000-06-18 Stephane Carrez <stcarrez@worldnet.fr>
5269 * Makefile.am (ALL_EMULATIONS): Added new emulation for m68hc12
5271 * Makefile.in: Rebuild.
5272 * configure.tgt: Recognize m68hc12 and m68hc11.
5273 * scripttempl/elfm68hc12.sc: New file.
5274 * emulparams/m68hc12elfb: New emulation.
5275 * emulparams/m68hc12elf: New emulation.
5276 * emulparams/m68hc11elfb.sh: New file. User configurable emulation
5277 (includes a memory.x script to define the ROM and RAM banks).
5278 * scripttempl/elfm68hc11.sc, emulparams/m68hc11elf.sh:
5279 New configuration files for support of Motorola 68hc11
5281 2000-06-15 Alan Modra <alan@linuxcare.com.au>
5283 * ldmain.c (main): Only change SEC_READONLY for final link.
5285 2000-06-13 H.J. Lu <hjl@gnu.org>
5287 * configure: Regenerate.
5289 2000-06-08 David O'Brien <obrien@FreeBSD.org>
5291 * configure.in (VERSION): Update to show this is the CVS mainline.
5293 2000-06-07 Michael Sokolov <msokolov@ivan.Harhan.ORG>
5295 * emultempl/mipsecoff.em (gld{EMULATION_NAME}_after_open): Require all
5296 input objects to be ECOFF.
5297 (check_sections): einfo takes %B, not %P, to print a BFD name.
5299 2000-06-05 Michael Matz <matz@ifh.de>
5301 * ldgram.y (vers_defns): Handle 'extern "C++" { ... }' in
5304 * ldlex.l (V_IDENTIFIER): Accept `::' in symbols.
5306 2000-05-23 Marek Michalkiewicz <marekm@linux.org.pl>
5308 * emulparams/avr1200.sh (STACK): Define as 0.
5309 * emulparams/avr23xx.sh (STACK): Define as last internal SRAM address.
5310 * emulparams/avr4433.sh (STACK): Likewise.
5311 * emulparams/avr44x4.sh (STACK): Likewise.
5312 * emulparams/avr85xx.sh (STACK): Likewise.
5313 * emulparams/avrmega103.sh (STACK): Likewise.
5314 * emulparams/avrmega161.sh (STACK): Likewise.
5315 * emulparams/avrmega603.sh (STACK): Likewise.
5316 * scripttempl/elf32avr.sc (__data_start): Define for gcrt1.
5317 (__stack): Define from ${STACK} for main().
5319 2000-05-26 Alan Modra <alan@linuxcare.com.au>
5321 * Makefile.am: Update dependencies with "make dep-am"
5322 * Makefile.in: Regenerate.
5324 2000-05-26 Eli Zaretskii <eliz@is.elta.co.il>
5326 * ldmain.c: Include filenames.h.
5327 (set_scripts_dir): Support backslashes in program name.
5329 2000-05-22 Igor Shevlyakov <igor@windriver.com>
5331 * ldmain.c (main): When deciding if ".text" section should be
5332 read-only, don't forget to reset SEC_READONLY because it
5333 could be already set.
5335 2000-05-22 Thomas de Lellis <tdel@windriver.com>
5337 * ld.1: Add documentation for new command line option:
5338 --section-start <sectionname>=<sectionorg>
5339 This is a generic version of -Ttext etc. which accepts
5340 any section name as a parameter instead of just text/data/
5342 * ld.texinfo: More docs.
5344 * lexsup.c: (parse_args): Recognize new command line option.
5345 (ld_options): Add new option.
5347 2000-05-18 H.J. Lu <hjl@gnu.org>
5349 * lexsup.c (parse_args): `i' == `r', not `q'.
5351 2000-05-18 Jeffrey A Law (law@cygnus.com)
5353 * configure.tgt (hppa*64*-*-*): Enable PA64 target.
5355 2000-05-17 S. Bharadwaj Yadavalli <sby@scrugs.lkg.dec.com>
5356 Rick Gorton <gorton@scrugs.lkg.dec.com>
5358 Add support for '-q' == '--emit-relocs' switch.
5359 * ldmain.c (main): Default to false.
5360 * lexsup.c (parse_args): Turn on emitrelocations flag if set.
5361 * NEWS: Describe the emitrelocations switch.
5362 * ld.texinfo: Describe the emitrelocations switch.
5364 2000-05-16 Charles Wilson <cwilson@ece.gatech.edu>
5366 * emultempl/pe.em (_open_dynamic_archive): New function: Search
5367 the library path for "foo.dll" and "libfoo.dll" dynamic libraries
5368 before searching for 'libfoo.a' in response to a '-Bdynamic -lfoo'
5371 2000-05-15 David O'Brien <obrien@FreeBSD.org>
5373 * lexsup.c (parse_args): Update the year in the copyright notice.
5375 2000-05-13 Alan Modra <alan@linuxcare.com.au>
5377 * ld.h (gettext, dgettext, dcgettext, textdomain, bindtextdomain):
5378 Replace defines with those from intl/libgettext.h to quieten gcc
5381 2000-05-10 H.J. Lu <hjl@gnu.org>
5383 * ldlang.c (open_input_bfds): Don't load the same file within
5384 a group again if the whole archive has been loaded already.
5386 2000-05-03 Alan Modra <alan@linuxcare.com.au>
5388 From Ulf Carlsson <ulfc@engr.sgi.com> and Andreas Jaeger <aj@suse.de>
5389 * lexsup.c (set_section_start): Use bfd_scan_vma rather than
5392 2000-05-01 Jim Wilson <wilson@cygnus.com>
5394 * configure.host (ia64-*-linux-gnu*): Change gcc to ${CC}.
5396 * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
5397 host "ia64-*-linux-gnu*".
5399 2000-04-29 Andreas Jaeger <aj@suse.de>
5401 * ld.h: Correctly check GCC version.
5403 2000-04-25 Jeffrey A Law (law@cygnus.com)
5405 * Makefile.am: Add PA64 support. Add missing dependencies for
5407 * Makefile.in: Rebuilt.
5408 * configure.tgt: Add PA64 support (currently disabled).
5410 2000-04-25 Alan Modra <alan@linuxcare.com.au>
5412 * emultempl/elf32.em (gld${EMULATION_NAME}_place_section): Delete.
5413 (output_rel_find): New function.
5414 (hold_section, hold_use): Delete.
5415 (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
5416 hold_interp): Make local to place_orphan.
5417 (gld${EMULATION_NAME}_place_orphan): Use lang_output_section_find
5418 rather than place_section to find possible previous use of orphan.
5419 Similarly find the place-holder output sections. Use returned
5420 value from lang_enter_output_section_statement rather than calling
5421 lang_output_section_statement_lookup.
5422 * emultempl/armelf.em: Same here.
5423 * emultempl/pe.em: Similar to above, but no need for output_rel_find.
5425 * ldlang.c (lang_enter_output_section_statement): Return output
5427 * ldlang.h (lang_enter_output_section_statement): Change
5430 * ldlang.h (lang_output_section_statement): Export it.
5431 * ldlang.c (lang_output_section_statement): Ditto.
5433 2000-04-24 Nick Clifton <nickc@cygnus.com>
5435 * ld.texinfo (Output Section Data): Add note that section data
5436 commands cannot appear outside of section directives.
5438 2000-04-2 Matthew Green <mrg@cygnus.com>
5440 * configure.tgt: Add NetBSD/sparc ELF, and NetBSD/sparc64 support.
5442 2000-04-21 Richard Henderson <rth@cygnus.com>
5443 David Mosberger <davidm@hpl.hp.com>
5445 * Makefile.am (ALL_64_EMULATIONS): Add eelf64_ia64.o.
5446 (eelf64_ia64.c): New rule.
5447 * Makefile.in: Rebuild.
5448 * configure.tgt (ia64-*-elf*, ia64-*-linux*): New targets.
5449 * emulparams/elf64_ia64.sh: New file.
5451 2000-04-21 Richard Henderson <rth@cygnus.com>
5453 * scripttempl/elfd30v.sc: Place .gcc_except_table.
5455 2000-04-19 Alan Modra <alan@linuxcare.com.au>
5457 * dep-in.sed: Match space at start of file name, not at end.
5459 2000-04-18 H.J. Lu <hjl@gnu.org>
5461 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Call
5462 lang_leave_output_section_statement () after calling
5463 lang_enter_output_section_statement ().
5464 * emultempl/armelf.em: Likewise.
5466 2000-04-18 Alan Modra <alan@linuxcare.com.au>
5468 * emultempl/elf32.em (struct orphan_save): Add section field.
5469 (gld${EMULATION_NAME}_place_orphan): Use above to keep sections in
5470 better order, and place first orphan section as we did before the
5471 2000-04-12 patch. Ignore ~SEC_ALLOC sections when choosing place.
5472 Don't call make_bfd_section here, let wild_doit do the job for us.
5473 Don't build a statement list when we'll only throw it away.
5474 * emultempl/armelf.em: Ditto.
5475 * emultempl/pe.em: Similarly.
5477 2000-04-14 Geoff Keating <geoffk@cygnus.com>
5479 * scripttempl/elfppc.sc: Remove.
5480 * emulparams/elf32ppc.sh: Use elf.sc.
5481 * emulparams/elf32lppc.sh: Use elf.sc.
5482 * emulparams/elf32ppclinux.sh: Use elf.sc.
5483 * emulparams/elf32ppcsim.sh: New file.
5484 * emulparams/elf32lppcsim.sh: New file.
5485 * Makefile.am: Update dependencies. Add elf32ppcsim ad elf32lppcsim.
5486 (ALL_EMULATIONS): Add elf32ppcsim ad elf32lppcsim.
5487 * Makefile.in: Regenerate.
5488 * configure.tgt (powerpc-*): Add elf32ppcsim and elf32lppcsim.
5490 2000-04-14 Alan Modra <alan@linuxcare.com.au>
5492 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Process
5493 ~SEC_ALLOC sections too. Init start address of debug sections.
5494 * emultempl/armelf.em (gld${EMULATION_NAME}_place_orphan): Ditto.
5495 * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Ditto.
5496 Also set all relocateable section start addresses.
5498 2000-04-13 Geoff Keating <geoffk@cygnus.com>
5500 * scripttempl/elf.sc: Add support for .sbss2 and .sdata2 sections.
5501 Add new BSS_PLT variable for when .plt need not be contained in
5502 the file. Move _etext so that it is also after .fini, and provide
5503 both etext and _etext with a leading underscore. Mark the start
5506 2000-04-12 Alan Modra <alan@linuxcare.com.au>
5508 * emultempl/elf32.em (struct orphan_save): New.
5509 (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
5510 hold_interp): Make them struct orphan_save.
5511 (gld${EMULATION_NAME}_place_section): Modify for new hold_*.
5512 (gld${EMULATION_NAME}_place_orphan): Add new orphan sections to
5513 the end of the relevant section list. Also add associated section
5514 statements to the end of any previous orphan statements.
5515 * emultempl/armelf.em: Similarly.
5516 * emultempl/pe.em: Similarly.
5518 2000-04-11 Alan Modra <alan@linuxcare.com.au>
5520 * ld.texinfo (Simple Example): Remove extraneous paragraph.
5522 2000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
5524 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
5525 --enable-build-warnings option.
5526 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
5527 * Makefile.in, configure: Re-generate.
5529 2000-04-04 Alan Modra <alan@linuxcare.com.au>
5531 * po/ld.pot: Regenerate.
5533 * lexsup.c (help): Restore translated part of bug string.
5535 * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
5536 (DEP): Quote when passing vars to sub-make. Add warning message
5538 (DEP1): Rewrite for "gcc -MM".
5539 (CLEANFILES): Add DEP2.
5540 Update dependencies.
5541 * Makefile.in: Regenerate.
5543 2000-04-03 Alan Modra <alan@linuxcare.com.au>
5545 * ld.h: #include "bin-bugs.h"
5546 * lexsup.c (help): Use REPORT_BUGS_TO.
5548 2000-03-27 Denis Chertykov <denisc@overta.ru>
5550 * configure.tgt (avr-*-*): New target support.
5551 * Makefile.am: Likewise.
5552 * scripttempl/elf32avr.sc: New script file.
5553 * emulparams/avr1200.sh: New file.
5554 * emulparams/avr23xx.sh: New file.
5555 * emulparams/avr4433.sh New file.
5556 * emulparams/avr44x4.sh New file.
5557 * emulparams/avr85xx.sh New file.
5558 * emulparams/avrmega103.sh New file.
5559 * emulparams/avrmega161.sh New file.
5560 * emulparams/avrmega603.sh New file.
5561 * Makefile.in: Regenerate.
5563 2000-03-09 Andreas Jaeger <aj@suse.de>
5565 * Makefile.am (check-DEJAGNU): Also unset LANG.
5566 * Makefile.in: Rebuild.
5568 2000-03-06 Ian Lance Taylor <ian@zembu.com>
5570 * ldfile.c (ldfile_try_open_bfd): Don't crash if we see an empty
5573 2000-03-02 H.J. Lu <hjl@gnu.org>
5575 * emulparams/elf32mcore.sh: Include "getopt.h".
5577 2000-03-01 Ian Lance Taylor <ian@zembu.com>
5579 * configure.tgt: Remove *-*-aout, *-*-coff, and *-*-netware.
5581 2000-03-01 H.J. Lu <hjl@gnu.org>
5583 * emulparams/mipspe.sh: Add SUBSYSTEM and INITIAL_SYMBOL_CHAR.
5584 * emulparams/shpe.sh: Likewise.
5586 2000-03-01 Nick Clifton <nickc@cygnus.com>
5588 * pe-dll.c: Remove unused variables and add ATTRIBUTE_UNUSED
5589 to unused parameters.
5591 * emultempl/pe.em: Add "#ifdef DLL_SUPPORT" around static
5592 functions only used by DLL code.
5593 (_place_orphan): Initialise 'dollar'.
5595 2000-03-01 H.J. Lu <hjl@gnu.org>
5597 * ldmain.c (undefined_symbol): Take one more arg, fatal, to
5598 indicate if the undefined symbol is a fatal error or not.
5599 Don't delete the output file if "fatal" is false.
5601 2000-02-29 H.J. Lu <hjl@gnu.org>
5603 * Makefile.am (check-DEJAGNU): Also pass LIBS="$(LIBS)".
5604 Set LC_COLLATE and LC_ALL to null and export them. It is for
5605 sort which expects the C locale.
5606 Add $(LIBS) to all $(HOSTING_LIBS).
5607 * Makefile.in: Rebuild.
5609 2000-02-29 Alan Modra <alan@spri.levels.unisa.edu.au>
5611 * emultempl/{aix.em, armcoff.em, armelf.em, armelf_oabi.em,
5612 beos.em, elf32.em, generic.em, gld960.em, gld960c.em, hppaelf.em,
5613 linux.em, lnk960.em, mipsecoff.em, sunos.em, vanilla.em}
5614 (ld_emulation_xfer_struct): Add missing NULL initialiser for
5615 find_potential_libraries.
5617 2000-02-28 Jim Blandy <jimb@redhat.com>
5619 * ldgram.y (exclude_name_list): Don't require a comma to separate
5620 list entries; the lexer considers commas to be valid part of a
5621 filename, so in something like `foo, bar' the comma is considered
5622 part of the first filename, `foo,'.
5623 * ld.texinfo: Update section on EXCLUDE_FILE lists.
5625 2000-02-27 Loren J. Rittle <ljrittle@acm.org>
5627 * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
5628 host "i[3456]86-*-freebsdelf*".
5630 2000-02-27 Mark Elbrecht <snowball3@bigfoot.com>
5632 * scripttempl/i386go32.sc: Move misplaced semicolons.
5634 2000-02-25 Ian Lance Taylor <ian@zembu.com>
5636 * Makefile.am (ALL_EMULATIONS): Remove ehppaelf.o.
5637 (ALL_64_EMULATIONS): Remove eelf64hppa.o.
5638 (eelf64hppa.c, ehppaelf.c): Remove targets.
5639 * Makefile.in: Rebuild.
5641 2000-02-25 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
5643 * configure.tgt (targ_extra_ofiles): Enable elf64_sparc on
5644 GNU/Linux/sparc, but keep the default as 32.
5646 * configure.tgt: Enable elf64_sparc on Solaris7+/sparc. And make
5647 it default if sparcv9 or sparc64.
5649 2000-02-24 Nick Clifton <nickc@cygnus.com>
5651 * Makefile.am: Add rules to build emipspe.o and earmpe.o.
5652 * Makefile.in: Regenerate.
5653 * configure.tgt: Add targets for arm-wince, sh-pe and mips-pe.
5655 * ldemul.h (ld_emulation_xfer_struct): Add new field:
5656 find_potential_libraries.
5657 * ldemul.c (ldemul_find_potential_libraries): New function.
5659 * ldfile.c (ldfile_open_file_search): Allow function to be
5661 (ldfile_open_file): Call ldemul_find_potential_libraries.
5662 * ldfile.h: Add prototype for ldfile_open_file_search.
5664 * pe-dll.c: Add support for ARM, MIPS and SH targets.
5666 * emulparams/mipspe.sh: New file. Parameters for mips-pe target.
5667 * emulparams/shpe.sh: New file. Parameters for sh-pe target.
5669 * emultempl/pe.em: Add support for ARM, MIPS and SH DLLs.
5670 (gld_X_find_potential_libraries): New function. Search for
5671 libraries called "*.lib".
5673 * scripttempl/pe.sc: Add .pdata section.
5675 2000-02-23 Richard Henderson <rth@cygnus.com>
5677 * scripttempl/elfd10v.sc: Remove dynamic linking hooks.
5678 Add and use memory regions.
5680 2000-02-23 Linas Vepstas (linas@linas.org)
5682 * emulparams/elf32i370.sh, scripttempl/elfi370.sc: New.
5684 * Makefile.am: Add support for Linux/IBM 370.
5685 * configure.tgt: Likewise.
5687 * Makefile.in: Regenerate.
5689 2000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
5691 * ldlang.c (print_input_section, print_data_statement,
5692 print_reloc_statement, print_padding_statement, insert_pad,
5693 size_input_section, lang_check_section_addresses,
5694 lang_size_sections, lang_do_assignments, lang_set_startof,
5695 lang_one_common): Change `opb' to unsigned.
5696 (lang_do_assignments): Also change `size' to unsigned.
5698 2000-02-16 Richard Henderson <rth@cygnus.com>
5700 * scripttempl/elf.sc: Place OTHER_PLT_RELOC_SECTION.
5702 2000-02-16 Timothy Wall <twall@cygnus.com>
5704 * mri.c (mri_draw_tree): Add default LMA region argument to call
5705 to lang_leave_output_section_statement.
5706 * ldlang.h: Update prototypes with LMA region arguments.
5707 * ldlang.c (lang_size_sections): Encapsulate region bounds
5708 checking in os_check_region call.
5709 (os_check_region): New function.
5710 (lang_output_section_statement_lookup): Initialize lma_region.
5711 (lang_leave_output_section_statement): Add LMA region argument.
5712 (lang_leave_overlay): Ditto.
5713 * ldgram.y: Handle LMA region syntax.
5714 * ld.texinfo (Output Section Description): Describe LMA region usage.
5715 * emultempl/armelf.em (gld$place_orphan): Add default value for
5716 lma region in call to lang_leave_output_section_statement.
5717 * emultempl/elf32.em (gld$place_orphan): Add default value for
5718 lma region in call to lang_leave_output_section_statement.
5719 * emultempl/pe.em (gld$place_orphan): Add default value for
5720 lma region in call to lang_leave_output_section_statement.
5723 2000-02-04 Timothy Wall <twall@redhat.com>
5725 * ldlang.c (lang_check_section_addresses): Use bytes instead of
5726 octets when calculating section end addresses.
5728 2000-02-04 Timothy Wall <twall@redhat.com>
5730 * ldlang.c (lang_size_sections): Fix typo in ALIGN_N invocation.
5732 2000-02-03 Timothy Wall <twall@redhat.com>
5734 * ldexp.c (fold_name): Make SIZEOF operator return byte count, not
5736 * ldlang.c (print_input_section, print_data_statement,
5737 print_reloc_statement, print_padding_statement): Print target
5738 address values and section sizes as bytes, not octets.
5739 (insert_pad) Calculate padding size in octets, and adjust "dot"
5741 (size_input_section) Always adjust "dot" by bytes, not octets.
5742 (lang_check_section_addresses, lang_do_assignments) Adjust
5743 "dot" by bytes, not octets. Use the larger of the directive size
5744 or octets_per_byte for the number of octets actually allocated in
5746 (lang_set_startof) Make sure STARTOF returns a target address.
5747 (lang_one_common) Record size changes in octets.
5748 (lang_abs_symbol_at_end_of) Section end symbol's value is
5749 recorded in target bytes.
5750 * ld.texinfo: Updated description of BYTE, SHORT, LONG, etc.
5751 to be clear about behavior when an octet is smaller than one byte.
5753 2000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
5755 * ldcref.c (output_cref): Don't pass message strings to printf
5759 * ldmisc.c (vfinfo): Same here.
5762 2000-01-23 Alan Modra <alan@spri.levels.unisa.edu.au>
5764 * emultempl/{armcoff.em,armelf.em,armelf_oabi.em,beos.em,
5765 generic.em,gld960.em,gld960c.em,hppaelf.em,linux.em,lnk960.em,
5766 mipsecoff.em,sunos.em,vanilla.em} (ld_emulation_xfer_struct):
5767 Add missing NULL initialisers, and comments.
5769 2000-01-21 Nick Clifton <nickc@cygnus.com>
5771 * ldlang.c (lang_size_sections): Fix typo in comment.
5773 2000-01-18 H.J. Lu <hjl@gnu.org>
5775 * ldlang.c (lang_size_sections): Also update the current
5776 address of a region if the SEC_NEVER_LOAD bit is not set.
5778 2000-01-10 Philip Blundell <pb@futuretv.com>
5780 * configure.tgt (arm*-*-conix*): New target.
5782 2000-01-07 Nick Clifton <nickc@cygnus.com>
5784 * ld.texinfo (Options): Remind users to preceed linker command
5785 line switches with -Wl, (or whatever is appropriate) if it is
5786 being invoked by a comnpiler driver program.
5787 Fix description of the behaviour of the -n command line switch.
5789 2000-01-05 Catherine Moore <clm@cygnus.com>
5791 * ld.h (wildcard_spec): Change exclude_name to exclude_name_list.
5793 * ld.texinfo (EXCLUDE_FILE): Update documentation.
5794 * ldgram.y (wildcard_spec): Support a list of excluded_files.
5795 (exclude_name_list): New.
5796 ldlang.c (walk_wild_section): Support list of excluded files.
5797 (print_wild_statement): Likewise.
5798 (lang_add_wild): Likewise.
5799 * ldlang.h (lang_wild_statement_type): Likewise.
5800 * scripttempl/elf.sc (OTHER_EXCLUDE_FILES): Support.
5802 2000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
5804 * pe-dll.c (pe_dll_warn_dup_exports): New variable.
5805 (process_def_file): Use.
5806 (pe_dll_compat_implib): New variable.
5809 * pe-dll.h: Add exports of pe_dll_warn_dup_exports and
5810 pe_dll_compat_implib.
5812 * emultempl/pe.em (longopts): Add warn-duplicate-exports and
5813 compat-implib options.
5814 (gld_${EMULATION_NAME}_list_options): List new options.
5815 (gld_${EMULATION_NAME}_parse_args): Handle.
5817 * pe-dll.c (pe_dll_generate_implib): Use the correct name for output
5820 * deffilep.y (opt_name): Allow "." in name.
5822 For older changes see ChangeLog-9899
5828 version-control: never