1 2002-08-27 Nick Clifton <nickc@redhat.com>
3 * emultempl/armelf.em: Revert this patch, it is not needed.
5 2002-08-22 Adam Nemet <anemet@lnxw.com>
7 2002-08-20 Dan Kegel <dank@kegel.com>
9 * configure.in: added --with-lib-path argument to ld's configure
11 * ld/NEWS: Document new switch.
12 * ld/README: Mention new switch.
13 * configure: Regenerate.
14 * Makefile.in: Regenerate.
17 2001-04-25 Christopher Faylor <cgf@cygnus.com>
19 * Makefile.in (LIB_PATH): Make configurable.
20 (GENSCRIPTS): Set LIB_PATH in environment.
21 * configure.in: Substitute LIB_PATH.
23 2002-08-22 Adam Nemet <anemet@lnxw.com>
25 * emultempl/armelf.em: Include elf-bfd.h and elf/arm.h.
26 (arm_elf_finish): Set the last bit of DT_INIT and DT_FINI
27 depending on the type of the function.
28 (arm_elf_convert_thumb_symbol_to_address): New function.
30 2002-08-22 Graeme Peterson <gp@qnx.com>
32 * Makefile.am: Add esh{l}elf_nto.o files.
33 * Makefile.in: Regenerate.
34 * configure.tgt: Add support for sh-**-nto* targets.
35 * emulparams/shelf_nto.sh: New file.
36 * emulparams/shlelf_nto.sh: New file.
38 2002-08-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
40 * ldlang.c (offsetof): Define if not defined.
42 2002-08-14 H.J. Lu <hjl@gnu.org>
44 * configure.tgt: Always enable 64bit emulations for 32bit
47 2002-08-13 Alan Modra <amodra@bigpond.net.au>
49 * emulparams/elf32_dlx.sh (TARGET_PAGE_SIZE): Set to 1.
50 (MAXPAGESIZE): Set to 1.
52 * ld.h (ALIGN_N): Delete.
53 * ldexp.h (align_n): Declare.
54 * ldexp.c (align_n): New function.
55 (fold_binary): Use align_n instead of ALIGN_N.
56 (exp_fold_tree): Likewise.
57 * ldlang.c (lang_size_sections_1): Likewise.
58 (lang_one_common): Likewise.
59 * ld.texinfo (ALIGN): Remove power of 2 restriction.
61 2002-07-31 Graeme Peterson <gp@qnx.com>
63 * configure.tgt: Add support for powerpc{le}-*-nto* targets.
64 * Makefile.am: Add eelf32{l}ppcnto.o files.
65 * Makefile.in: Regenerate.
66 * emulparams/elf32lppcnto.sh: New file.
67 * emulparams/elf32ppcnto.sh: New file.
69 2002-08-07 H.J. Lu <hjl@gnu.org>
71 * ld.texinfo: Document --no-undefined-version.
73 * ldlang.c (lang_new_vers_pattern): Set the `symver' and
74 `script.' fields to 0.
76 * ldmain.c (main): Initialize the allow_undefined_version to
79 * lexsup.c (OPTION_NO_UNDEFINED_VERSION): New.
80 (ld_options): Add --no-undefined-version.
81 (parse_args): Support OPTION_NO_UNDEFINED_VERSION.
83 2002-08-07 Nick Clifton <nickc@redhat.com>
85 * emultempl/armelf.em (arm_elf_before_allocation): Only search for
86 an interworking bfd if there are input bfds. (107501)
88 2002-08-06 Alan Modra <amodra@bigpond.net.au>
90 * emultempl/aix.em (gld*_before_parse): Set default arch. Reverts
93 2002-08-01 Nick Clifton <nickc@redhat.com>
95 * emulparams/armelf.sh: Revert previous delta.
96 * scripttempl/elf.sc: Revert previous delta.
98 2002-07-31 H.J. Lu <hjl@gnu.org>
100 * configure.tgt (powerpc*-*-linux*): Enable elf64ppc for
103 2002-07-31 H.J. Lu <hjl@gnu.org>
105 * configure.tgt: Enable x86-64 emulation for Linux/i386 if
106 64bit BFD is selected.
108 2002-07-31 H.J. Lu <hjl@gnu.org>
110 * configure.tgt: Enable 64bit emulations for 32bit Linux/mips
111 if 64bit BFD is selected.
113 2002-07-31 Ian Dall <ian@sibyl.beware.dropbear.id.au>
115 * emultempl/netbsd.em (LDEMUL_BEFORE_PARSE): New file to custom set
116 link_info.common_skip_ar_aymbols.
117 * emulparams/ns32knbsd.sh (EXTRA_EM_FILE): Refer to extra file.
119 * ldmain.c (main): Initialize new field
120 link_info.common_skip_ar_aymbols.
122 2002-07-31 Adam Nemet <anemet@lnxw.com>
124 * emulparams/armelf.sh (OTHER_PLT_SECTIONS): New variable. Set it
126 * scripttempl/elf.sc: Comment it. Use the same way as ${PLT} is
129 2002-07-31 Nick Clifton <nickc@redhat.com>
131 * NEWS: Retroactively add entry for Lars Brinkhoff's contribution
132 of the PDP-11 and 2.11BSD a.out support.
134 2002-07-31 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
136 * Makefile.am (eelf32btsmipn32.o, eelf32ltsmipn32.o): New emulations
138 * Makefile.in: Regenerate.
139 * configure.tgt (mips64*el-*-linux-gnu*,mips64*-*-linux-gnu*): Add
140 n32 ABI emulations for these 64 bit targets.
141 * emulparams/elf32bmipn32.sh: Expand comment.
142 * emulparams/elf32btsmipn32.sh: New file, for traditional big endian
144 * emulparams/elf32ltsmipn32.sh: Likewise for little endian.
146 2002-07-30 Graeme Peterson <gp@qnx.com>
148 * configure.tgt: Add support for arm-*-nto target.
149 * Makefile.am: Add earmnto.o file.
150 * Makefile.in: Regenerate.
151 * NEWS: Mention port of ARM support to QNX.
152 * emulparams/armnto.sh: New file.
154 2002-07-30 Jakub Jelinek <jakub@redhat.com>
156 * ldlang.c (lang_add_section): Don't turn .tbss into normal sections
157 for relocatable link.
158 (lang_size_sections_1): Don't make .tbss zero size for relocatable
161 2002-07-26 Bernd Schmidt <bernds@redhat.com>
163 * emulparams/elf32frv.sh (OTHER_RELOCATING_SECTIONS): Delete.
166 2002-07-25 Nick Clifton <nickc@redhat.com>
168 * po/sv.po: Updated Swedish translation.
169 * po/es.po: Updated Spanish translation.
170 * po/fr.po: Updated French translation.
172 2002-07-24 Nick Clifton <nickc@redhat.com>
174 * po/sv.po: Updated Swedish translation.
175 * po/es.po: Updated Spanish translation.
177 2002-07-23 Nick Clifton <nickc@redhat.com>
179 * po/fr.po: Updated French translation.
181 2002-07-20 Alan Modra <amodra@bigpond.net.au>
183 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
184 bomb on /DISCARD/ input section.
185 * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
186 * emultempl/mmo.em (mmo_place_orphan): Likewise.
188 2002-07-19 Hans-Peter Nilsson <hp@bitrange.com>
190 * emultempl/mmo.em (mmo_place_orphan): Handle case of no .text
193 2002-07-16 Denis Chertykov <denisc@overta.ru>
194 Nick Clifton <nickc@redhat.com>
195 Frank Ch. Eigler <fche@redhat.com>
196 John Healy <jhealy@redhat.com>
198 * configure.tgt: Add support for ip2k-elf.
199 * Makefile.am: Add support for ip2k-elf.
200 * Makefile.in: Regenerate.
201 * emulparams/elf32ip2k.sh: New file.
202 * scripttempl/ip2k.sc: New file
203 * NEWS: Mention support for new port.
205 2002-07-16 Nick Clifton <nickc@cambridge.redhat.com>
207 * NEWS: Add 'Changes in 2.13'.
209 2002-07-14 H.J. Lu <hjl@gnu.org>
211 * ld.texinfo: Document a .symver takes precedence over a
214 2002-07-12 Alan Modra <amodra@bigpond.net.au>
216 * emulparams/elf64ppc.sh (ARCH): Set to powerpc:common64.
217 (COMMONPAGESIZE): Define.
219 2002-07-09 Alan Modra <amodra@bigpond.net.au>
221 * emulparams/hppanbsd.sh: Remark that hppaobsd.sh references this file.
223 2002-07-09 Federico G. Schwindt <fgsch@olimpo.com.br>
225 * configure.tgt: Add support for alpha-*-openbsd*, hppa-*-openbsd*,
226 powerpc-*-openbsd* and sparc64-*-openbsd*.
227 * Makefile.am (ALL_EMULATIONS): Add ehppaobsd.o.
228 * Makefile.in: Regenerate.
229 * emulparams/hppaobsd.sh: New file.
231 2002-07-05 Alan Modra <amodra@bigpond.net.au>
233 * ldlang.c (print_wild_statement): Fix output formatting.
235 2002-07-04 Alan Modra <amodra@bigpond.net.au>
237 * ldlang.c: (strip_excluded_output_sections): New function.
238 (lang_process): Call it.
239 (lang_size_sections_1): Revert 2002-06-10 change.
241 2002-07-03 Alan Modra <amodra@bigpond.net.au>
243 * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
245 * Makefile.in: Regenerate.
247 2002-07-02 Alan Modra <amodra@bigpond.net.au>
249 * ldfile.c (ldfile_try_open_bfd): Formatting.
251 * ldmisc.c (demangle): Move so that it doesn't intrude between
252 vfinfo comment and body. Add comment.
254 2002-07-01 John David Anglin <dave@hiauly1.hia.nrc.ca>
256 * emulparams/vax.sh (OUTPUT_FORMAT): Use a.out-vax-bsd format.
258 2002-07-01 Alan Modra <amodra@bigpond.net.au>
260 * ldlang.h (entry_sym): Make it a struct bfd_sym_chain.
261 * ldlang.c (entry_sym): Likewise.
262 (ldlang_undef_chain_list_type): Likewise.
263 (lang_finish): Adjust references to entry_symbol.
264 (lang_add_entry): Likewise.
265 (lang_gc_sections): Use link_info.gc_sym_list.
266 (lang_process): Set link_info.gc_sym_list.
267 * ldlex.l: Include bfdlink.h.
268 * ldmain.c (main): Init link_info.gc_sym_list.
269 * emultempl/aix.em: Adjust references to entry_symbol.
270 * emultempl/armcoff.em: Likewise.
271 * emultempl/armelf.em: Likewise.
272 * emultempl/pe.em: Likewise.
273 * emultempl/ppc64elf.em (ppc_after_open): New function.
274 (LDEMUL_AFTER_OPEN): Define.
275 * emulparams/elf64ppc.sh: KEEP .opd sections.
277 2002-06-29 Stephane Carrez <stcarrez@nerim.fr>
279 * emulparams/m68hc12elfb.sh (EEPROM_MEMORY): Define.
280 * emulparams/m68hc11elfb.sh (EEPROM_MEMORY): Define.
281 * emulparams/m68hc11elf.sh (EEPROM_SIZE): Define.
282 (EEPROM_START_ADDR): Define.
283 (EEPROM_MEMORY): Define.
284 * emulparams/m68hc12elf.sh: Likewise.
285 * scripttempl/elfm68hc11.sc: Handle .eeprom section; handle .softregs
286 section to put soft registers in .page0.
287 * scripttempl/elfm68hc12.sc: Likewise but put soft registers in bss.
289 2002-06-26 John David Anglin <dave@hiauly1.hia.nrc.ca>
291 * emulparams/hppa64linux.sh (OTHER_GOT_RELOC_SECTIONS): Add rela.opd
292 section. Add ${RELOCATING-0}.
294 2002-06-26 J"orn Rennecke <joern.rennecke@superh.com>
296 * emulparams/shelf.sh (STACK_ADDR): Don't define.
297 (OTHER_SECTIONS): Define.
298 * emulparams/shelf_nbsd.sh ((STACK_ADDR): Don't undef.
299 (OTHER_SECTIONS): Undef.
301 2002-06-26 Alan Modra <amodra@bigpond.net.au>
303 * ldmisc.c (demangle): Restore dots stripped from sym name.
305 2002-06-25 H.J. Lu <hjl@gnu.org>
307 * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
308 * Makefile.in: Regenerated.
310 2002-06-20 Nick Clifton <nickc@cambridge.redhat.com>
312 * ld.texinfo (Bug Reporting): Update text to suggest a limit on
313 the size of attached object files, to allow make the object files
314 available via FTP or HTTP and to mention that the mail will be
315 sent to a mailing list.
317 2002-06-20 Nathanael Nerode <neroden@twcny.rr.com>
319 * ld/configure.host (romp): Drop support.
321 2002-06-18 Chris Demetriou <cgd@broadcom.com>
323 * emultempl/mipself.em (mips_elf${ELFSIZE}_check_sections): Check
324 section flags for SEC_DATA, rather than for SEC_CODE being unset.
326 2002-06-18 Chris Demetriou <cgd@broadcom.com>
328 * emultempl/mipself.em (mips_elf${ELFSIZE}_check_sections): Fix
329 format specifier used to print BFD name.
331 2002-06-18 Dave Brolley <brolley@redhat.com>
333 From Catherine Moore, Michael Meissner, Jim Blandy:
334 * emulparams/elf32frv.sh: New file.
335 * configure.tgt: Support frv-*-*.
336 * Makefile.am (ALL_EMULATIONS): Add eelf32frv.o.
337 (eelf32frv.c): New target.
339 2002-06-17 Tom Rix <trix@redhat.com>
341 * emultempl/elf32.em: gld*_get_script: Check for
342 GENERATE_COMBRELOC_SCRIPT.
343 * scripttempl/elfd10v.sc : Fix STACK and INSN.
344 * emulparams/d10velf.sh : Fix TEXT_START_ADDR.
346 2002-06-13 J"orn Rennecke <joern.rennecke@superh.com>
348 * configure.tgt: Add support for sh[1234]*le*-*-elf, sh[1234]*-*-elf.
350 2002-06-12 H.J. Lu <hjl@gnu.org>
352 * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Return
353 false if xvec doesn't match.
355 2002-06-10 Richard Sandiford <rsandifo@redhat.com>
357 * ldlang.c (lang_size_sections_1): Skip removed output sections.
359 2002-06-08 Alan Modra <amodra@bigpond.net.au>
361 * ldexp.c: Replace CONST with const.
362 * ldfile.c: Likewise.
363 * ldfile.h: Likewise.
366 * pe-dll.h: Likewise.
368 2002-06-07 Alan Modra <amodra@bigpond.net.au>
370 * emultempl/ppc64elf.em (new_vers_pattern): Warning fix.
372 2002-06-07 Charles Wilson <cwilson@ece.gatech.edu>
374 * ld/ldmain.c (main): initialize link_info.pei386_auto_import
375 to -1 == implicit enable.
376 * ld/emultempl/pe.em (gld_${EMULATION_NAME}_before_parse):
377 initialize link_info.pei386_auto_import to -1 == implicit
379 (gld_${EMULATION_NAME}_parse_args): When processing
380 --enable-auto-import and --disable-auto-import options, use
381 '1' and '0' instead of 'true' and 'false'.
382 (pe_find_data_imports): Only issue message about auto-import
383 when the feature is implicitly enabled. Downgrade message to
384 informational instead of warning.
386 2002-06-07 Alan Modra <amodra@bigpond.net.au>
388 * scripttempl/elf.sc (.tbss): Fix mismatched parentheses/braces.
390 2002-06-06 John David Anglin <dave@hiauly1.hia.nrc.ca>
392 * configure.host (hppa*64*-*-hpux11*): Define NATIVE_LIB_DIRS,
393 HOSTING_CRT0 and HOSTING_LIBS.
395 2002-06-05 J"orn Rennecke <joern.rennecke@superh.com>
397 * configure.tgt (shle*-*-elf*, sh64le-*-elf*): New configurations.
399 2002-06-05 Jason Thorpe <thorpej@wasabisystems.com>
401 * emulparams/ns32knbsd.sh (EXECUTABLE_SYMBOLS): Set _DYNAMIC to 0.
402 (NONPAGED_TEXT_START_ADDR): Set to 0x1000.
404 2002-06-05 Alan Modra <amodra@bigpond.net.au>
406 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Place
407 SEC_EXCLUDE sections when doing a relocatable link.
409 2002-06-04 Jason Thorpe <thorpej@wasabisystems.com>
411 * Makefile.am (ALL_EMULATIONS): Add eshelf32_nbsd.o,
412 eshlelf32_nbsd.o, eshelf64_nbsd.o, and eshlelf64_nbsd.o.
413 (eshelf32_nbsd.c, eshelf64_nbsd.c, eshlelf32_nbsd.c)
414 (eshlelf64_nbsd.c): New rules.
415 * Makefile.in: Regenerate.
416 * configure.tgt (sh5le-*-netbsd*, sh5-*-netbsd*, sh64le-*-netbsd*)
417 (sh64-*-netbsd*): New targets.
418 * emulparams/shelf32_nbsd.sh: New file.
419 * emulparams/shelf64_nbsd.sh: New file.
420 * emulparams/shlelf32_nbsd.sh: New file.
421 * emulparams/shlelf64_nbsd.sh: New file.
423 2002-06-04 Alan Modra <amodra@bigpond.net.au>
425 * ldlang.c (section_already_linked): Call bfd_discard_group. Typo fix.
427 2002-06-02 Marek Michalkiewicz <marekm@amelek.gda.pl>
429 * scripttempl/avr.sc: Changes to support current GCC and avr-libc,
430 C++ constructors/destructors, loosely based on the m68hc11 port.
432 2002-05-31 Alan Modra <amodra@bigpond.net.au>
434 * Makefile.in: Regenerate.
435 * aclocal.m4: Regenerate.
436 * config.in: Regenerate.
437 * configure: Regenerate.
439 2002-05-31 Graeme Peterson <gp@qnx.com>
441 * Makefile.am (ALL_EMULATIONS): Add ei386nto.o.
442 (ei386nto.c): Add rule.
443 * Makefile.in: Regenerate.
444 * configure.tgt: Add i[3456]86-*-nto-qnx*.
445 * emulparams/i386nto.sh: New file.
447 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
449 * NEWS: Add entry for VAX ELF support.
451 2002-05-29 Matt Thomas <matt@3am-software.com>
452 Jason Thorpe <thorpej@wasabisystems.com>
454 * Makefile.am (ALL_EMULATIONS): Add eelf32vax.o and evaxnbsd.o.
456 (evaxnbsd.c): New rules.
457 * Makefile.in: Regenerate.
458 * configure.tgt (vax-*-netbsdelf*)
460 (vax-*-netbsd*): New targets.
461 * emulparams/elf32vax.sh: New file.
462 * emulparams/vaxnbsd.sh: New file.
464 2002-05-29 Adam Nemet <anemet@lnxw.com>
466 * emultempl/armelf.em (arm_elf_after_open): Don't determine
467 bfd_for_interwork, instead add glue sections to each input bfd.
468 (bfd_for_interwork): New global.
469 (arm_elf_set_bfd_for_interworking): New function.
470 (arm_elf_before_allocation): Use it.
472 2002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
474 * Makefile.am: Add DLX make target.
475 * configure.tgt: Add DLX configuration.
476 * Makefile.in: Regenerate.
477 * emulparams/elf32_dlx.sh: New file
478 * scripttempl/dlx.sc: New file
480 2002-05-27 Per Lundberg <per@caleb.dnsalias.org>
482 * Makefile.am (eelf_i386_chaos): Use elf_chaos.sc script.
483 * Makefile.in: Regenerate.
484 * emulparams/elf_chaos.sh: Use elf_chaos script.
485 * scripttempl/elf_chaos.sc: New file.
487 2002-05-27 Richard Sandiford <rsandifo@redhat.com>
489 * ldlang.c (lang_size_sections_1): Move check for conflicting load
490 addresses and regions from here...
491 (lang_get_regions): ...to this new function.
492 (lang_leave_output_section_statement): Use lang_get_regions.
493 (lang_leave_overlay): Likewise.
494 * mri.c (mri_draw_tree): Pass null as last argument to
495 lang_leave_output_section_statement.
496 * emultempl/elf32.em (gld*_place_orphan): Likewise.
497 * emultempl/mmo.em (mmo_place_orphan): Likewise.
498 * emultempl/pe.em (gld*_place_orphan): Likewise.
500 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
502 * configure.tgt: Use ns32k-*-netbsd* instead of ns32k-pc532-netbsd*.
504 2002-05-25 Kazu Hirata <kazu@cs.umass.edu>
506 * ldemul.c: Fix formatting.
507 * ldfile.c: Likewise.
508 * pe-dll.c: Likewise.
509 * pe-dll.h: Likewise.
511 2002-05-25 Alan Modra <amodra@bigpond.net.au>
513 * ldlang.c (lang_process): Formatting, grammar.
515 * ldlex.l: Use #include "" instead of <> for local header files.
517 2002-05-24 TAMURA Kent <kent@netbsd.org>
519 * configure.tgt: Add a target for i386-netbsdpe.
521 2002-05-23 Jakub Jelinek <jakub@redhat.com>
523 * scripttempl/elf.sc: Add .rel{,a}.t{bss,data}, .tdata and .tbss.
524 * ldlang.c (lang_add_section): Set SEC_THREAD_LOCAL for
525 output section if necessary. Handle .tbss.
526 (lang_size_sections): Clear _raw_size for .tbss section
527 (it allocates space in PT_TLS segment only).
528 * ldwrite.c (build_link_order): Build link order for .tbss too.
530 2002-05-23 Alan Modra <amodra@bigpond.net.au>
532 * configure.in: Correct spelling of AC_PREREQ.
534 2002-05-21 Danny Smith <dannysmith@users.sourceforge.net>
536 * pe-dll.c (autofilter_liblist): Add more system libs excluded by
538 (autofilter_objlist): Add crtbegin.o, crtend.o.
540 2002-05-21 Danny Smith <dannysmith@users.sourceforge.net>
542 * emultempl/pe.em (OPTION_EXCLUDE_LIBS): Add new define.
543 (longopts): Add new option --exclude-libs.
544 (gld_${EMULATION_NAME}_list_options): Give quick help about it.
545 (gld_${EMULATION_NAME}_parse_args): Use it.
546 * pe-dll.h (pe_dll_add_excludes): Add second param to prototype.
547 * pe-dll.c (exclude_list_struct): Add field type to distinguish symbols
549 (pe_dll_add_excludes): Set excludes->type.
550 (auto_export): Add new variable libname and set to archive basename if
551 abfd. Use it when filtering default and user-specified libarary
552 excludes. Let string "ALL" mean all libs when filtering user-specified
554 * ld.texinfo: Document --exclude-libs.
556 2002-05-22 Alan Modra <amodra@bigpond.net.au>
558 * ldemul.c (ldemul_new_vers_pattern): New function.
559 * ldemul.h (ldemul_new_vers_pattern): Declare.
560 (struct ld_emulation_xfer_struct): Add new_vers_pattern.
561 * ldlang.c (lang_new_vers_pattern): Call ldemul_new_vers_pattern.
562 * emultempl/ppc64elf.em (dotsyms): New static var.
563 (gld${EMULATION_NAME}_new_vers_pattern): New function.
564 (LDEMUL_NEW_VERS_PATTERN): Define.
565 (PARSE_AND_LIST_PROLOGUE): Add OPTION_DOTSYMS, OPTION_NO_DOTSYMS.
566 (PARSE_AND_LIST_LONGOPTS): Likewise.
567 (PARSE_AND_LIST_ARGS_CASES): Handle them.
568 * emultempl/aix.em (ld_${EMULATION_NAME}_emulation): Update
570 * emultempl/armcoff.em: Likewise.
571 * emultempl/armelf_oabi.em: Likewise.
572 * emultempl/beos.em: Likewise.
573 * emultempl/elf32.em: Likewise.
574 * emultempl/generic.em: Likewise.
575 * emultempl/gld960.em: Likewise.
576 * emultempl/gld960c.em: Likewise.
577 * emultempl/linux.em: Likewise.
578 * emultempl/lnk960.em: Likewise.
579 * emultempl/m68kcoff.em: Likewise.
580 * emultempl/mipsecoff.em: Likewise.
581 * emultempl/pe.em: Likewise.
582 * emultempl/sunos.em: Likewise.
583 * emultempl/ticoff.em: Likewise.
584 * emultempl/vanilla.em: Likewise.
586 2002-05-22 Alan Modra <amodra@bigpond.net.au>
588 * genscripts.sh (LIB_PATH): For native targets, concatenate $libdir
589 and $NATIVE_LIB_DIRS. Add $tool_lib before other libs.
590 (LIB_SEARCH_DIRS): No need to use "tr".
591 (COMPILE_IN): Only set for native targets.
592 * configure.host (NATIVE_LIB_DIRS): Specify all native search dirs
593 here, rather than adding lib:/usr/lib:/usr/local/lib in genscripts.sh.
594 * configure.tgt (powerpc*): Set tdir_*.
595 (powerpcle*): Correct targ_extra_emuls.
596 * emulparams/elf32ppc.sh (LIB_PATH): Set up native 64 bit dirs.
597 * emulparams/elf64ppc.sh (LIB_PATH): Likewise.
599 2002-05-22 Alan Modra <amodra@bigpond.net.au>
601 * emultempl/pe.em (set_pe_subsystem): Don't set "cmdline" when
602 calling lang_add_entry.
604 2002-05-21 H.J. Lu (hjl@gnu.org)
606 * emultempl/elf32.em (gld${EMULATION_NAME}_parse_args): Handle
608 (gld${EMULATION_NAME}_list_options): Add "-z muldefs".
610 * ld.texinfo: Updated for --allow-multiple-definition and
613 * ldmain.c (main): Initialize the allow_multiple_definition
616 * lexsup.c (OPTION_ALLOW_MULTIPLE_DEFINITION): New.
617 (ld_options): Add --allow-multiple-definition.
618 (parse_args): Support OPTION_ALLOW_MULTIPLE_DEFINITION.
620 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
622 * Makefile.am (ALL_EMULATIONS): Add earmelfb_nbsd.o.
623 (earmelfb_nbsd.c): New rule.
624 * Makefile.in: Regenerate.
625 * configure.tgt (armeb-*-netbsdelf*): New target.
626 (arm-*-netbsdelf*): Add armelfb_nbsd to targ_extra_emuls.
627 (arm-*-netbsd*): Likewise.
628 * emulparams/armelfb_nbsd.sh: New file.
630 2002-05-18 Tom Rix <trix@redhat.com>
632 * emultempl/aix.em (gld*_parse_args): Add -bnortl and -bnortllib
635 2002-05-17 Marek Michalkiewicz <marekm@amelek.gda.pl>
637 * Makefile.am: Add new emulations avr1, avr2, avr3, avr4, avr5.
638 * Makefile.in: Regenerate.
639 * configure.tgt (avr-*-*): Add avr[1-5] to targ_extra_emuls.
641 2002-05-16 Marek Michalkiewicz <marekm@amelek.gda.pl>
643 * emulparams/avr1.sh: New file.
644 * emulparams/avr2.sh: New file.
645 * emulparams/avr3.sh: New file.
646 * emulparams/avr4.sh: New file.
647 * emulparams/avr5.sh: New file.
648 * scripttempl/avr.sc: New file.
650 2002-05-15 Alan Modra <amodra@bigpond.net.au>
652 * ldlang.c (section_already_linked): Call bfd_link_just_syms.
653 (lang_place_orphans): Abort if just_syms_flag.
655 2002-05-10 Tom Rix <trix@redhat.com>
657 * emultempl/aix.em: (gld*_set_output_arch): New function. Use
658 architecture and machine information in the output bfd.
659 (gld*_before_parse): Remove old arch and machine code.
660 (choose_target): Rename to gld*_choose_target.
661 (rtld): Change type to int.
662 * ldfile.c (ldfile_try_open_bfd): Disable compatiblity check for
663 objects in XCOFF archives.
664 * ldfile.h: Update copyright date.
666 2002-05-10 Jakub Jelinek <jakub@redhat.com>
668 * ldmain.c (main): Enable -z combreloc by default.
670 2002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
672 * Makefile.am: Honour DESTDIR.
673 * Makefile.in: Regenerate.
675 2002-05-07 Richard Sandiford <rsandifo@redhat.com>
677 * ldlang.h (lang_output_section_statement_type): Add update_dot_tree.
678 (lang_enter_overlay): Remove the last two parameters.
679 (lang_leave_overlay): Take them here instead.
680 * ldgram.y (memspec_at_opt): Set $$ to null if no region is given.
681 (section): Pass LMA and crossref flag to lang_leave_overlay rather
682 than lang_enter_overlay.
683 * ldlang.c (lang_memory_region_lookup): Return null for null names.
684 (lang_output_section_statement_lookup): Initialize update_dot_tree.
685 (lang_size_sections_1): Evaluate it.
686 (lang_leave_output_section_statement): Rework LMA lookup.
687 (overlay_lma, overlay_nocrossrefs): Remove.
688 (lang_enter_overlay): Remove LMA and crossref arguments.
689 (lang_enter_overlay_section): Don't set the LMA here.
690 (lang_leave_overlay): Take LMA and crossref arguments. Move the '.'
691 assignment to the last section's update_dot_tree. Unconditionally
692 use the load and run-time regions specified in the OVERLAY statement.
693 Likewise the first section's LMA. Only set the other sections' LMAs
694 when no load region is given.
696 2002-05-06 Nick Clifton <nickc@redhat.com>
698 * po/sv.po: New translation.
700 2002-05-04 Alan Modra <amodra@bigpond.net.au>
702 * emultempl/hppaelf.em (build_section_lists): New function.
703 (gld${EMULATION_NAME}_finish): Call elf32_hppa_setup_section_lists
704 and build_section_lists.
706 2002-05-03 Kazu Hirata <kazu@cs.umass.edu>
708 * ld.h: Fix formatting.
710 * ldfile.c: Likewise.
711 * ldlang.c: Likewise.
712 * ldmain.c: Likewise.
713 * lexsup.c: Likewise.
714 * pe-dll.c: Likewise.
716 2002-05-02 Alan Modra <amodra@bigpond.net.au>
718 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_after_allocation):
719 Adjust for ppc64_elf_set_toc change. #include libbfd.h.
720 (build_section_lists): Do output_section tests here.
722 2002-04-30 Tom Rix <trix@redhat.com>
724 * emultempl/aix.em : (gld*_parse_arge): Formatting changes.
726 2002-05-01 Alan Modra <amodra@bigpond.net.au>
728 Long branch stubs, multiple stub sections.
729 * emultempl/ppc64elf.em: Include ldctor.h.
730 (stub_file): New var.
731 (group_size): New var.
732 (ppc_create_output_section_statements): New function.
733 (struct hook_stub_info): New.
734 (hook_in_stub): New function.
735 (ppc_add_stub_section): New function.
736 (ppc_layout_sections_again): New function.
737 (build_section_lists): New function.
738 (gld${EMULATION_NAME}_finish): Rewrite.
739 (real_func): New var.
740 (ppc_for_each_input_file_wrapper): New function.
741 (ppc_lang_for_each_input_file): New function.
742 (lang_for_each_input_file): Define.
743 (PARSE_AND_LIST_PROLOGUE): Define.
744 (PARSE_AND_LIST_LONGOPTS): Define.
745 (PARSE_AND_LIST_OPTIONS): Define.
746 (PARSE_AND_LIST_ARGS_CASES): Define.
747 (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
749 2002-04-30 Tom Rix <trix@redhat.com>
751 * emultempl/aix.em (gld*_parse_arge, gld*_before_allocation): Add
752 -blibpath, -bnolibpath support.
754 2002-04-30 Mark Mitchell <mark@codesourcery.com>
756 * Makefile.am (ALL_EMULATIONS): Add elf32ppcwindiss.o.
757 (eelf32ppcwindiss.c): New target.
758 * Makefile.in: Regenerated.
759 * configure.tgt: Add support for powerpc-*-windiss.
760 * emulparams/elf32ppcwindiss.sh: New file.
762 2002-04-30 Richard Sandiford <rsandifo@redhat.com>
764 * ldlang.c (print_assignment): Update print_dot for assignments to ".".
765 * ldexp.c (exp_print_token): Add "infix_p" argument.
766 (exp_print_tree): Update accordingly.
768 2002-04-28 Alan Modra <amodra@bigpond.net.au>
770 * Makefile.am (mpw): New maintainer mode rule to make mpw-*.c files.
771 * Makefile.in: Regenerate.
772 * mpw-elfmips.c: Delete.
773 * mpw-eppcmac.c: Delete.
775 * mpw-idtmips.c: Delete.
777 2002-04-17 J"orn Rennecke <joern.rennecke@superh.com>
779 * emulparams/shelf32.sh (MACHINE): Now sh5.
781 2002-04-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
783 * ldgram.y: Fix syntax warning.
785 2002-04-11 Nick Clifton <nickc@cambridge.redhat.com>
787 * emultempl/armelf.em (PARSE_AND_LIST_SHORTOPTS): Add 'n' in order
788 to prevent "-n" from being taken as an abbreviation for
789 "--no-pipeline-knowledge".
791 2002-04-08 Alan Modra <amodra@bigpond.net.au>
793 * ldlang.c (lang_size_sections_1): Don't complain about
794 SEC_NEVER_LOAD sections having no memory region specified.
796 * ld.texinfo (Format Commands <OUTPUT_FORMAT>): Typo fix.
798 2002-04-07 matthew green <mrg@redhat.com>
800 * ld/configure.host (*-*-netbsd*): Add support for NetBSD/ELF.
802 2002-04-04 Alan Modra <amodra@bigpond.net.au>
804 * dep-in.sed: Cope with absolute paths.
805 * Makefile.am (dep.sed): Subst TOPDIR and BFDDIR.
807 * Makefile.in: Regenerate.
809 2002-04-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
811 * emulparams/elf64btsmip.sh: n64 replaces .reginfo with .MIPS.options.
813 2002-04-03 Jakub Jelinek <jakub@redhat.com>
815 * ldexp.c (fold_binary) [DATA_SEGMENT_ALIGN]: If common page size
816 is smaller than maximum, round dot up to common page boundary.
818 2002-03-28 Alan Modra <amodra@bigpond.net.au>
820 * configure.host: Set up for generic hosts first, then tweak as
821 necessary in more specific targets.
822 (HOSTING_LIBS): Include libgcc_eh.a if found.
824 2002-03-23 Andreas Jaeger <aj@suse.de>
826 * emulparams/elf_x86_64.sh (COMMONPAGESIZE): Set it.
828 2002-03-21 Alan Modra <amodra@bigpond.net.au>
830 * Makefile.am: Run "make dep-am".
831 * Makefile.in: Regenerate.
833 2002-03-21 Albert Chin-A-Young <china@thewrittenword.com>
835 * genscripts.sh (LIB_SEARCH_DIRS): Quote path.
837 2002-03-20 Alan Modra <amodra@bigpond.net.au>
839 * ldlang.c (ldlang_add_undef): If the output bfd has been opened,
840 add the symbol to the linker hash table immediately.
841 (lang_place_undefineds): Split symbol creation out..
842 (insert_undefined): ..to here.
844 2002-03-18 David O'Brien <obrien@FreeBSD.org>
846 * emultempl/elf32.em: Use lbasename vs. basename to fix problem where
847 the contents of the buffer returned from basename function will are
848 getting overwritten while still being used.
850 2002-03-18 Jan Hubicka <jh@suse.cz>
851 Andreas Jaeger <aj@suse.de>
852 Andreas Schwab <schwab@suse.de>
854 * configure.tgt (x86_64-*-linux-gnu*): Configure i386 as native.
855 * elf_x86_64.sh (ARCH): Set to i386:x86-64
856 set libraries to default to lib64 paths.
858 2002-03-18 Tom Rix <trix@redhat.com>
860 * Makefile.am : Add eaix5ppc and eaix5rs6, AIX 5 support.
861 * configure.tgt : Same.
862 * emulparms/aix5ppc.sh : New file. For eaix5ppc.
863 * emulparms/aix5rs6.sh : New file. For eaix5rs6.
864 * emulparms/aixppc.sh : OUPUT_FORMAT_32BIT and OUTPUT_FORMAT_64BIT
865 emulation parameters for better -b32, -b64 support.
866 * emulparms/aixrs6.sh : Same.
867 * emulparms/ppcmacos.sh : Same.
868 * emultempl/aix.em (choose_target) : Use new emulation parameters
869 OUTPUT_FORMAT_32BIT and OUTPUT_FORMAT_64BIT.
870 * Makefile.in : Regenerate.
872 2002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
874 * po/fr.po: Updated version.
876 2002-03-18 Alan Modra <amodra@bigpond.net.au>
878 * ldmain.c (main): Move .text readonly flag fudges from here..
879 * ldlang.c (lang_process): ..to here.
881 2002-03-14 Alan Modra <amodra@bigpond.net.au>
883 * ldlang.c (lang_check): Remove the word size check added in last
884 change. Treat emitrelocations case as for relocatable links.
886 2002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
888 * po/fr.po: Updated version.
890 2002-03-13 Alan Modra <amodra@bigpond.net.au>
892 * ldlang.c (lang_check): Do relocatable link checks first, so that
893 warn_mismatch can't override. Check compatible and word size too.
895 2002-03-07 Daniel Jacobowitz <drow@mvista.com>
897 * ld.texinfo: Wrap @menu in @ifnottex, not @ifinfo.
899 2002-03-05 Jakub Jelinek <jakub@redhat.com>
901 * scripttempl/elf.sc: Only use DATA_SEGMENT_END() together with
904 2002-03-04 H.J. Lu <hjl@gnu.org>
906 * scripttempl/elf.sc: Put .preinit_array, .init_array and
907 .fini_array in the data segment.
909 2002-03-04 Alan Modra <amodra@bigpond.net.au>
911 * scripttempl/elf.sc: Correct syntax errors in 2002-03-01 commit.
913 2002-03-01 David Mosberger <davidm@hpl.hp.com>
915 * scripttempl/elf.sc (SECTIONS): Add entries for .preinit_array,
916 .init_array, and .fini_array.
918 2002-02-20 Andreas Schwab <schwab@suse.de>
920 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Don't fold
921 .IA64_unwind* in a relocatable link.
923 2002-02-20 Nick Clifton <nickc@cambridge.redhat.com>
925 * NEWS: Mark 2.12 branch.
927 2002-02-19 Martin Schwidefsky <schwidefsky@de.ibm.com>
929 * emulparams/elf64_s390.sh (ARCH): Change to "s390:64-bit".
930 * emulparams/elf_s390.sh (ARCH): Change to "s390:31-bit".
932 2002-02-18 Tom Rix <trix@redhat.com>
934 * emultempl/aix.em (gld*_parse_args): Add -brtl support.
935 (gld*_before_allocation): Same.
936 (gld*_create_output_section_statements): Generate
937 __rtinit if run time linking. Add librtl.a to the link.
938 (gld*_read_file): Clean.
940 2002-02-18 Alan Modra <amodra@bigpond.net.au>
942 * emulparams/elf64ppc.sh (OTHER_TEXT_SECTIONS): Define.
944 2002-02-18 David O'Brien <obrien@FreeBSD.org>
946 * Makefile.am: Add new files earmelf_fbsd, eelf32ppc_fbsd,
947 eelf_i386_fbsd, eelf64_ia64_fbsd, eelf_x86_64_fbsd, eelf64_sparc_fbsd,
948 and eelf64alpha_fbsd.
949 * Makefile.in: Regenerate.
950 * configure.tgt(sparc64-*-freebsd, ia64-*-freebsd, i[3456]86-*-freebsd,
951 x86_64-*-freebsd, arm-*-freebsd, alpha*-*-freebsd, powerpc-*-freebsd):
952 use a FreeBSD-specific emulation rather than the psABI one.
953 * emulparams/elf_fbsd.sh (ELF_INTERPRETER_NAME): Set appropriate value
954 for all FreeBSD ELF systems.
955 * emulparams/armelf_fbsd.sh: Bridge elf_fbsd.sh and the "native" psABI
957 * emulparams/elf32ppc_fbsd.sh: Likewise.
958 * emulparams/elf64_ia64_fbsd.sh: Likewise.
959 * emulparams/elf64_sparc_fbsd.sh: Likewise.
960 * emulparams/elf64alpha_fbsd.sh: Likewise.
961 * emulparams/elf_i386_fbsd.sh: Likewise.
962 * emulparams/elf_x86_64_fbsd.sh: Likewise.
964 2002-02-18 Nick Clifton <nickc@cambridge.redhat.com>
966 * po/tr.po: Updated version.
968 2002-02-18 Alan Modra <amodra@bigpond.net.au>
970 * ld.texinfo (Output Section Fill): Fix amateur texinfo.
973 2002-02-17 Hans-Peter Nilsson <hp@bitrange.com>
975 * emultempl/mmo.em (mmo_after_open): Don't call
976 _bfd_mmix_check_all_relocs when producing ELF output.
978 2002-02-15 Richard Henderson <rth@redhat.com>
980 * emulparams/elf64alpha.sh (NOP): Adjust for big-endian
981 definition. Emit a unop+nop pair.
983 2002-02-15 Hans-Peter Nilsson <hp@bitrange.com>
985 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Also check
986 for presence of .MMIX.reg_contents.linker_allocated before early
989 * NEWS: Mention support for MMIX.
991 2002-02-15 Alan Modra <amodra@bigpond.net.au>
993 Support arbitrary length fill patterns.
994 * ld.texinfo (Output Section Fill): Describe fill expressions.
995 (FILL): Refer to the above.
996 * ldexp.h (etree_value_type): Add "str" field.
997 (union etree_union): Add "str" to "value" struct.
998 (exp_bigintop): Declare.
999 (exp_get_fill): Declare.
1000 * ldexp.c: Include "safe-ctype.h".
1001 (exp_intop): Set value.str to NULL.
1002 (exp_bigintop): New function.
1003 (new_rel): Pass in "str", and set new.str from it.
1004 (new_rel_from_section): Set new.str to NULL.
1005 (fold_name): Adjust calls to new_rel.
1006 (exp_fold_tree): Likewise.
1007 (exp_get_fill): New function.
1008 * ldgram.y (struct big_int bigint, fill_type *fill): New.
1009 (INT): Returns a "bigint". Adjust all code handling INTs.
1010 (fill_opt): Returns a "fill".
1011 (fill_exp): Split out of fill_opt, use for FILL.
1012 * ldlang.h (struct _fill_type): New.
1013 (fill_type): Move typedef to ldexp.h.
1014 (lang_output_section_statement_type): "fill" is now a pointer.
1015 (lang_fill_statement_type): Likewise.
1016 (lang_padding_statement_type): Likewise.
1017 (lang_add_fill): Now takes a "fill_type *" param.
1018 (lang_leave_output_section_statement): Likewise.
1019 (lang_do_assignments): Likewise.
1020 (lang_size_sections): Likewise.
1021 (lang_leave_overlay_section): Likewise.
1022 (lang_leave_overlay): Likewise.
1023 * ldlang.c: Include ldgram.h after ldexp.h.
1024 (lang_output_section_statement_lookup): Adjust for fill_type change.
1025 (print_fill_statement): Likewise.
1026 (print_padding_statement): Likewise.
1027 (insert_pad): Now takes a "fill_type *" arg.
1028 (size_input_section): Likewise.
1029 (lang_size_sections_1): Likewise.
1030 (lang_size_sections): Likewise.
1031 (lang_do_assignments): Likewise.
1032 (lang_add_fill): Likewise.
1033 (lang_leave_output_section_statement): Likewise.
1034 (lang_leave_overlay_section): Likewise.
1035 (lang_leave_overlay): Likewise.
1036 Adjust all callers of the above function.
1037 * ldlex.l: Include ldgram.h after ldexp.h. Allow hex numbers
1038 starting with "0X" as well as "0x". Return bigint.str for hex
1039 numbers starting with "0x" or "0X", zero bigint.str otherwise.
1040 Always use base 16 for numbers starting with "$".
1041 * ldmain.c: Include ldgram.h after ldexp.h.
1042 * ldwrite.c (build_link_order): Use bfd_data_link_order in place
1043 of bfd_fill_link_order.
1044 * pe-dll.c: Adjust lang_do_assignments calls.
1045 * emultempl/elf32.em: Likewise.
1046 * emultempl/hppaelf.em: Likewise.
1047 * emultempl/ppc64elf.em: Likewise.
1048 * emultempl/beos.em: Include ldgram.h after ldexp.h, adjust
1049 lang_add_assignment call.
1050 * emultempl/pe.em: Likewise.
1052 2002-02-14 Phil Edwards <pme@gcc.gnu.org>
1054 * ld.texinfo (VERSION scripts): Symbol names are globbing patterns.
1055 * ldgram.y (lang_new_vers_regex): Rename to lang_new_vers_pattern;
1056 the pattern in question is not a regexp.
1057 * ldlang.c: Likewise.
1058 * ldlang.h: Likewise.
1059 * ldlex.l (V_IDENTIFIER): Allow '[', ']', '-', '!', and '^' also.
1061 2002-02-12 Jakub Jelinek <jakub@redhat.com>
1063 * ldlex.l (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): New tokens.
1064 * ldgram.y (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): New tokens.
1065 (exp): Add DATA_SEGMENT_ALIGN (exp, exp) and DATA_SEGMENT_END (exp).
1066 * ldexp.c (exp_data_seg): New variable.
1067 (exp_print_token): Handle DATA_SEGMENT_ALIGN and DATA_SEGMENT_END.
1068 (fold_binary): Handle DATA_SEGMENT_ALIGN.
1069 (exp_fold_tree): Handle DATA_SEGMENT_END.
1070 Pass allocation_done when recursing instead of hardcoding
1071 lang_allocating_phase_enum.
1072 * ldexp.h (exp_data_seg): New.
1073 * ldlang.c (lang_size_sections_1): Renamed from lang_size_sections.
1074 (lang_size_sections): New.
1075 * ld.texinfo (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): Document.
1076 * scripttempl/elf.sc: Use DATA_SEGMENT_ALIGN and DATA_SEGMENT_END
1077 if COMMONPAGESIZE is defined.
1078 * emulparams/elf_i386.sh (COMMONPAGESIZE): Set to 4K.
1079 * emulparams/elf32_sparc.sh (COMMONPAGESIZE): Set to 8K.
1080 * emulparams/elf64_sparc.sh (COMMONPAGESIZE): Set to 8K.
1081 * emulparams/elf64alpha.sh (COMMONPAGESIZE): Set to 8K.
1082 * emulparams/elf64_ia64.sh (COMMONPAGESIZE): Set to 16K for shared
1085 2002-02-11 Alan Modra <amodra@bigpond.net.au>
1087 * Makefile.in: Regenerate.
1089 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
1091 * lexsup.c: Remove strtoul declaration.
1093 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
1095 * ldmain.c: Add prototype for main ().
1096 * lexsup.c: Guard declaration of strtoul with HAVE_STDLIB_H.
1097 * emultempl/lnk960.em (lnk960_choose_target): Function should
1100 2002-02-10 Alan Modra <amodra@bigpond.net.au>
1102 * ldlang.c (entry_section): New initialised variable.
1103 (lang_finish): Use it.
1104 * ldlang.h (entry_section): Declare.
1105 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Set
1106 entry_section to ".opd".
1108 2002-02-09 Chris Demetriou <cgd@broadcom.com>
1110 * ld.texinfo (Options): Add back in -nostdlib documentation,
1111 which had been inadvertently removed.
1113 2002-02-09 Hans-Peter Nilsson <hp@bitrange.com>
1115 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Adjust
1116 register section vma to a sane value after emitting error. Make
1117 fatal conditions cause program exit when emitting message.
1119 2002-02-08 Ivan Guzvinec <ivang@opencores.org>
1121 * configure.tgt: Add or32-*-rtems target.
1123 2002-02-08 Alexandre Oliva <aoliva@redhat.com>
1125 Contribute sh64-elf.
1126 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
1127 * emulparams/shelf32.sh (STACK_ADDR): Define as formerly defined
1128 in OTHER_RELOCATABLE_SECTIONS.
1129 2002-01-18 Alexandre Oliva <aoliva@redhat.com>
1130 * emulparams/shelf32.sh (STACK_ADDR): Define.
1131 (OTHER_RELOCATABLE_SECTIONS): Renamed to...
1132 (OTHER_SECTIONS): this. Removed stack settings.
1133 * emulparams/shelf64.sh (OTHER_RELOCATABLE_SECTIONS): Do not set.
1134 (OTHER_SECTIONS): Reset after sourcing shelf32.sh.
1135 2001-03-12 DJ Delorie <dj@redhat.com>
1136 * emultempl/sh64elf.em (sh64_elf_$_before_allocation): Disable
1137 relaxing if any shmedia or mixed sections are found.
1138 2001-03-07 DJ Delorie <dj@redhat.com>
1139 * emultempl/sh64elf.em (sh64_elf_before_allocation): Pass f to
1140 einfo. Gracefully decline to output to non-elf formats.
1141 2001-03-06 Hans-Peter Nilsson <hpn@redhat.com>
1142 * emulparams/shelf64.sh (OTHER_RELOCATING_SECTIONS) <.stack>:
1143 Default to _end aligned to next multiple of 0x40000, plus 0x40000.
1144 * emulparams/shelf32.sh: Ditto.
1145 2001-01-14 Hans-Peter Nilsson <hpn@cygnus.com>
1146 * emulparams/shelf32.sh (OTHER_RELOCATING_SECTIONS): Tweak
1148 2001-01-10 Ben Elliston <bje@redhat.com>
1149 * emulparams/shelf32.sh (OTHER_RELOCATING_SECTIONS): Avoid
1150 non-portable shell constructs. From Hans-Peter Nilsson.
1151 2001-01-09 Hans-Peter Nilsson <hpn@cygnus.com>
1152 * emulparams/shelf64.sh (EXTRA_EM_FILE): Define empty.
1153 * Makefile.am (eshelf64.c, eshlelf64.c, eshlelf32.c): Adjust
1154 dependencies to the shell script include chain.
1155 * Makefile.in: Regenerate.
1156 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
1157 * emultempl/sh64elf.em: Update and tweak comments.
1158 (sh64_elf_${EMULATION_NAME}_after_allocation): Always allocate and
1159 make a .cranges section SEC_IN_MEMORY.
1160 2000-12-30 Hans-Peter Nilsson <hpn@cygnus.com>
1161 * emultempl/sh64elf.em
1162 (sh64_elf_${EMULATION_NAME}_before_allocation): Don't stop when
1163 .cranges section found to be necessary; continue and set stored
1164 section contents flags for sections with non-mixed contents.
1165 Use a struct sh64_section_data container and sh64_elf_section_data
1166 to store contents-type flags.
1167 Remove unused update of "isec".
1168 (sh64_elf_${EMULATION_NAME}_after_allocation): Only process
1169 sections marked SHF_SH5_ISA32_MIXED. Use sh64_elf_section_data to
1170 access contents-type flags. Assert that the associated container
1171 is initialized. Use that container, not elf_gp_size, to hold size
1172 of linker-generated cranges contents.
1173 2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
1174 * emultempl/sh64elf.em
1175 (sh64_elf_${EMULATION_NAME}_before_allocation): Exit early if
1176 there's already a .cranges section. When section flag difference
1177 is found, don't NULL-check cranges a second time. Tweak comments.
1178 (sh64_elf_${EMULATION_NAME}_after_allocation): Use size after
1179 merging, not max size, as size of ld-generated .cranges contents.
1180 Don't set ELF section flags in output section. When checking for
1181 needed .cranges descriptors, don't use a variable; compare
1182 incoming ELF section flags directly to SHF_SH5_ISA32_MIXED. Tweak
1184 2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
1185 * emultempl/sh64elf.em: New file.
1186 * Makefile.am (eshelf32.c, eshlelf32.c): Adjust dependencies.
1187 * Makefile.in: Regenerate.
1188 * emulparams/shelf32.sh (OUTPUT_FORMAT): Only set if not set.
1189 (OTHER_RELOCATING_SECTIONS): Ditto.
1190 (EXTRA_EM_FILE): New, set to sh64elf if not set.
1191 * emulparams/shlelf32.sh: Stub out all settings except
1192 OUTPUT_FORMAT. Source shelf32.sh.
1193 * emulparams/shelf64.sh: Similar, but also keep ELF_SIZE and
1194 OTHER_RELOCATING_SECTIONS.
1195 (OTHER_RELOCATING_SECTIONS): Remove .cranges.
1196 * emulparams/shlelf64.sh: Stub out all settings except
1197 OUTPUT_FORMAT. Source shelf64.sh.
1198 2000-12-15 Hans-Peter Nilsson <hpn@cygnus.com>
1199 * emulparams/shelf64.sh (OTHER_RELOCATING_SECTIONS): Include
1201 (DATA_START_SYMBOLS): Define, provide ___data.
1202 (OTHER_READONLY_SYMBOLS): Define, provide ___rodata and align to 8
1203 for consecutive .data section.
1204 (OTHER_GOT_SECTIONS): Define, align to 8 for consecutive .bss
1205 section after .data section.
1206 * emulparams/shlelf64.sh: Ditto.
1207 * emulparams/shelf32.sh: Ditto.
1208 (ALIGNMENT): Define to 8.
1209 * emulparams/shelf32.sh: Ditto.
1210 2000-12-12 Hans-Peter Nilsson <hpn@cygnus.com>
1211 * configure.tgt (sh64-*-elf*): Assign targ_extra_libpath to get
1212 built-in linker scripts.
1213 2000-11-30 Hans-Peter Nilsson <hpn@cygnus.com>
1214 * emulparams/shlelf64.sh: New.
1215 * emulparams/shelf64.sh: New.
1216 * configure.tgt (sh64-*-elf*): Add shelf64 and shlelf64 to
1218 * Makefile.am: Add support for shlelf64 and shelf64.
1219 * Makefile.in: Regenerate.
1220 2000-11-29 Hans-Peter Nilsson <hpn@cygnus.com>
1221 * configure.tgt (sh64-*-elf*): Add shelf as default.
1222 Add shlelf to targ_extra_emuls.
1223 2000-11-24 Hans-Peter Nilsson <hpn@cygnus.com>
1224 * emulparams/shelf32.sh: New file.
1225 * emulparams/shlelf32.sh: New file.
1226 * Makefile.am: Add support for shlelf32 and shelf32.
1227 * configure.tgt: Map sh64-*-elf* to shlelf32 and shelf32.
1228 * Makefile.in: Regenerate.
1230 2002-02-05 Hans-Peter Nilsson <hp@axis.com>
1232 * ldlang.c (lang_reset_memory_regions): Rename from
1233 reset_memory_regions. Change all callers. Make public.
1234 * ldlang.h (lang_reset_memory_regions): Prototype.
1235 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Call
1236 lang_reset_memory_regions before lang_size_sections.
1237 * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
1238 * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Likewise.
1240 2002-02-04 Hans-Peter Nilsson <hp@bitrange.com>
1242 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Use signed
1243 arithmetic when checking for too many global registers.
1245 2002-02-02 Jason Thorpe <thorpej@wasabisystems.com>
1247 * Makefile.am (ALL_EMULATIONS): Add ehppanbsd.o.
1248 (ehppanbsd.c): New rule.
1249 * Makefile.in: Regenerate.
1250 * configure.tgt (hppa*-*-netbsd*): New target.
1251 * emulparams/hppalinux.sh: Add comment to check other files
1252 that source this file it is modified, and list which
1254 * emulparams/hppanbsd.sh: New file.
1256 2002-02-01 Geoffrey Keating <geoffk@redhat.com>
1258 * scripttempl/xstormy16.sc: Don't allocate extra space for the
1261 2002-02-01 Hans-Peter Nilsson <hp@bitrange.com>
1263 Support on-demand global register allocation from
1264 R_MMIX_BASE_PLUS_OFFSET relocs.
1265 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Rename from
1266 mmix_set_reg_section_vma. Call
1267 _bfd_mmix_finalize_linker_allocated_gregs.
1268 (mmix_before_allocation): New function.
1269 (LDEMUL_AFTER_ALLOCATION): Set to mmix_after_allocation.
1270 (LDEMUL_BEFORE_ALLOCATION): Define to mmix_before_allocation.
1271 * scripttempl/mmo.sc (.text): Mark .init, .fini as KEEP.
1272 (.MMIX.reg_contents): Add .MMIX.reg_contents.linker_allocated
1273 before .MMIX.reg_contents.
1274 * emultempl/mmo.em (gldmmo_before_allocation): Define to default.
1275 (mmo_after_open): New function.
1276 (LDEMUL_AFTER_OPEN): Define to mmo_after_open.
1277 * emulparams/elf64mmix.sh (OTHER_SECTIONS): Tweak formatting. Add
1278 .MMIX.reg_contents.linker_allocated before .MMIX.reg_contents.
1280 2002-01-31 Ivan Guzvinec <ivang@opencores.org>
1282 * emulparams/or32.sh: New file.
1283 * emulparams/or32elf.sh: New file.
1284 * scripttempl/or32.sc: New file.
1285 * configure.tgt : Add support for or32.
1286 * configure: Regenerate
1287 * Makefile.am: Add support for or32.
1288 * Makefile.in: Regenerate.
1289 * NEWS: Mention support for or32.
1290 * po/ld.pot: Regenerate.
1292 2002-01-29 Chris Demetriou <cgd@broadcom.com>
1293 Mitch Lichtenberg <mpl@broadcom.com>
1295 * emulparams/elf32bmip.sh (EXTRA_EM_FILE): Define to be mipself.
1296 * emultempl/mipself.em: New file to handle MIPS ELF embedded
1297 reloc creation (ld --embedded-relocs).
1299 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
1301 * configure: Regenerated.
1303 2002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
1305 * Makefile.am (install): Depend on install-info.
1306 * Makefile.in: Regenerate.
1308 2002-01-26 Christian Rose <menthos@menthos.com>
1310 * ldmain.c (main): Use full sentences to ease translation.
1312 2002-01-26 Nick Clifton <nickc@cambridge.redhat.com>
1314 * po/fr.po: Updated version.
1316 2002-01-25 Nick Clifton <nickc@cambridge.redhat.com>
1318 * po/es.po: Updated version.
1320 2002-01-25 Andreas Jaeger <aj@suse.de>
1322 * ldlex.l (yy_input): Correct error check.
1324 2002-01-25 Alan Modra <amodra@bigpond.net.au>
1326 * ldmisc.c (demangle): Put back dots when string not demangled.
1328 2002-01-22 Richard Henderson <rth@redhat.com>
1330 * emulparams/elf64alpha.sh (NOP): Use unop.
1332 2002-01-21 Andreas Jaeger <aj@suse.de>
1334 * ldlex.l: Use fread instead of read.
1336 2002-01-21 Jason Thorpe <thorpej@wasabisystems.com>
1338 * configure.tgt (ia64-*-netbsd*): New target.
1340 2002-01-21 H.J. Lu <hjl@gnu.org>
1342 * emulparams/elf32btsmip.sh (SHLIB_TEXT_START_ADDR): Change to
1344 * emulparams/elf64btsmip.sh (SHLIB_TEXT_START_ADDR): Likewise.
1346 2002-01-18 Andreas Jaeger <aj@suse.de>
1348 * ldver.c (ldversion): Update year.
1350 2002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
1352 * po/ld.pot: Regenerate.
1354 2002-01-16 Alan Modra <amodra@bigpond.net.au>
1356 * Makefile.am (eelf64ppc.c, eelf64lppc.c): Depend on ppc64elf.em.
1357 * Makefile.in: Regenerate.
1358 * emulparams/elf64ppc.sh (EXTRA_EM_FILE): Define.
1359 * emultempl/ppc64elf.em: New file.
1361 2002-01-15 DJ Delorie <dj@redhat.com>
1363 * scripttempl/pe.sc: Add support for constructor priorities.
1365 2002-01-07 Marek Michalkiewicz <marekm@amelek.gda.pl>
1367 * emulparams/avr1200.sh (DATA_START): Define as 0x60.
1368 * emulparams/avr23xx.sh: Likewise.
1369 * emulparams/avr4433.sh: Likewise.
1370 * emulparams/avr44x4.sh: Likewise.
1371 * emulparams/avr85xx.sh: Likewise.
1372 * emulparams/avrmega103.sh: Likewise.
1373 * emulparams/avrmega161.sh: Likewise.
1374 * emulparams/avrmega603.sh: Likewise.
1375 * scripttempl/elf32avr.sc: Use DATA_START instead of 0x60.
1377 2002-01-08 Alexandre Oliva <aoliva@redhat.com>
1379 * ldlang.c (walk_wild_section): Exclude object file if enclosing
1380 archive is excluded.
1382 2002-01-07 Jason Thorpe <thorpej@wasabisystems.com>
1384 * Makefile.am (ALL_EMULATIONS): Add eshelf_nbsd.o and eshlelf_nbsd.o.
1385 (eshelf_nbsd.c): New rule.
1386 (eshlelf_nbsd.c): New rule.
1387 * Makefile.in: Regenerate.
1388 * configure.tgt (sh*le-*-netbsdelf*): New target.
1389 (sh*-*-netbsdelf*): New target.
1390 * emulparams/shelf.sh: Document that shelf_nbsd.sh sources this file.
1391 * ld/emulparams/shelf_nbsd.sh: New emulation.
1392 * ld/emulparams/shlelf_nbsd.sh: New emulation.
1394 2002-01-07 Nick Clifton <nickc@cambridge.redhat.com>
1396 * po/es.po: New file: Spanish translation.
1397 * configure.in (ALL_LINGUAS): Add es.
1398 * configure: Regenerate.
1400 2002-01-06 John Marshall <jmarshall@acm.org>
1402 * ld.texinfo: Note that --emit-relocs is currently only
1403 implemented for ELF.
1405 2002-01-05 Alan Modra <amodra@bigpond.net.au>
1407 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Make use
1408 of bfd_section_list_remove and bfd_section_list_insert macros.
1409 * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
1410 * emultempl/mmo.em (mmo_place_orphan): Likewise.
1412 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
1414 * configure.tgt (x86_64-*-netbsd*): New target.
1416 2001-12-21 Tom Rix <trix@redhat.com>
1418 (gld*_create_output_section_statements): New function.
1419 For -binitfini support.
1420 * emultempl/aix.em (gld*_before_parse): Fix comment.
1421 * emultempl/aix.em (gld*_parse_args): Fix comment.
1423 2001-12-20 Jason Thorpe <thorpej@wasabisystems.com>
1425 * configure.tgt (mips*-dec-netbsd*): Delete alias for
1427 (sparc64-*-netbsd*): Add elf32_sparc to targ_extra_emuls.
1429 * configure.tgt (arm-*-netbsdelf*): Add target.
1430 (arm-*-netbsd*): Add armelf and armelf_nbsd to targ_extra_emuls.
1431 * emulparams/armelf_nbsd.sh: Added.
1432 * Makefile.am: Add rules for earmelf_nbsd.
1433 * Makefile.in: Regenerate.
1435 2001-12-19 Andreas Jaeger <aj@suse.de>,
1436 Susanne Oberhauser <froh@suse.de>
1438 * configure.host: Add rules for x86_64-*linux-gnu. Change
1439 s390x-linux entry to use gcc to report configuration, replace gcc
1440 with $CC in s390-linux
1442 2001-12-19 Andreas Jaeger <aj@suse.de>
1444 * ld.texinfo (VERSION): Fix markup.
1446 2001-12-18 matthew green <mrg@eterna.com.au>
1448 * Makefile.am (ALL_EMULATIONS): Add m68kelfnbsd.o.
1449 (m68kelfnbsd.c): New rule.
1450 * Makefile.in: Regenerate.
1451 * configure.tgt (m68*-hp-netbsd*): Renamed to ..
1452 (m68*-*-netbsd*4k*): .. this.
1453 (m68*-*-netbsdelf*): New target.
1454 (m68*-*-netbsd*): Also include ELF support.
1455 (m68*-*-netbsdaout*): New alias for m68*-*-netbsd*.
1456 * emulparams/m68kelfnbsd.sh: New emulation.
1458 2001-12-18 Jakub Jelinek <jakub@redhat.com>
1460 * ldgram.y (vers_node): Support anonymous version tags.
1461 * ldlang.c (lang_register_vers_node): Ensure anonymous version
1462 tag is not defined together with non-anonymous versions.
1463 * ld.texinfo: Document it.
1465 2001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
1467 * po/tr.po: New file: Turkish translation.
1468 * configure.in (ALL_LINGUAS): Add tr.
1469 * configure: Regenerate.
1471 2001-12-17 Jason Thorpe <thorpej@wasabisystems.com>
1473 * Makefile.am: Add rules for eelf64alpha_nbsd.
1474 * Makefile.in: Regenerate.
1475 * configure.tgt (alpha*-*-netbsd*): Set
1476 targ_emul to elf64alpha_nbsd.
1477 * emulparams/elf64alpha_nbsd.sh: Added.
1479 2001-12-17 Alan Modra <amodra@bigpond.net.au>
1481 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Adjust
1482 section_tail when fiddling with section list.
1483 (gld${EMULATION_NAME}_list_options): Ensure sentences aren't
1484 broken into separate strings to make translation easier.
1485 * emultempl/mmo.em (mmo_place_orphan): Adjust section_tail when
1486 fiddling with section list.
1487 * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
1489 2001-12-16 Hans-Peter Nilsson <hp@bitrange.com>
1491 * scripttempl/mmo.sc: Add .debug_ranges to listed sections.
1493 2001-12-15 Alan Modra <amodra@bigpond.net.au>
1495 * ldmain.c (main): Initialise link_info.eh_frame_hdr.
1497 2001-12-13 Jakub Jelinek <jakub@redhat.com>
1499 * emultempl/elf32.em (finish): Supply output_bfd
1500 to bfd_elf*_discard_info.
1501 (OPTION_EH_FRAME_HDR): Define.
1502 (longopts): Add --eh-frame-hdr.
1503 (parse_args): Handle it.
1504 (list_options): Add --eh-frame-hdr to help.
1505 * emultempl/hppaelf.em (finish): Supply output_bfd
1506 to bfd_elf*_discard_info.
1507 * scripttempl/elf.sc (.eh_frame_hdr): Add.
1509 2001-12-13 Alan Modra <amodra@bigpond.net.au>
1511 * lexsup.c (parse_args): Don't pass shortopts to second call to
1512 getopt functions. Restore optind rather than decrementing before
1513 second call. Remove errind as it now duplicates last_optind.
1515 2001-12-11 Christopher Faylor <cgf@redhat.com>
1517 * emultempl/pe.em (gld_${EMULATION_NAME}_list_options): Fix typo.
1519 2001-12-07 Geoffrey Keating <geoffk@redhat.com>
1520 Richard Henderson <rth@redhat.com>
1522 * Makefile.am: Add support for xstormy16.
1523 * configure.tgt: Add support for xstormy16.
1524 * Makefile.in: Regenerate.
1525 * emulparams/elf32xstormy16.sh: New file.
1526 * scripttempl/xstormy16.sc: New file.
1528 2001-10-01 Christopher Faylor <cgf@cygnus.com>
1530 * Makefile.in (LIB_PATH): Make configurable.
1531 (GENSCRIPTS): Set LIB_PATH in environment.
1532 * configure.in: Substitute LIB_PATH.
1533 * configure: Regenerate.
1534 * configure.tgt (*cygwin): Set LIB_PATH for cross build.
1535 * configure.host (*cygwin): Add /usr/lib/w32api to NATIVE_LIB_DIRS.
1537 2001-12-07 Nick Clifton <nickc@cambridge.redhat.com>
1539 * lexsup.c (ld_options): Insert 'PROGRAM' into the text string
1540 describing the -N option so that it is easier to translate into
1543 2001-12-05 Nick Clifton <nickc@cambridge.redhat.com>
1545 * emultempl/pe.em (..._list_options): Replace multiple fprintf
1546 statements describing a single option with a single, newline
1547 escaped fprintf. This allows better translation into other
1550 * ldmain.c (add_archive_element): Combine multiple strings
1551 into a single string to permit better translation into other
1554 2001-12-05 Tom Rix <trix@redhat.com>
1556 * Makefile.am: Remove eaixppc64.
1557 * Makefile.in: Regenerate.
1559 2001-12-04 Tom Rix <trix@redhat.com>
1561 * emultempl/aix.em (choose_target): Change default target to
1562 OUTPUT_FORMAT for ppcmacos. Add braces to remove compiler
1564 (gld*_read_file): Fix typo.
1565 (change_symbol_mode): Add prototype.
1568 * emulparams/aixppc.sh (SYSCALL_MASK, SYMBOL_MODE_MASK): Delete.
1569 * emulparams/aixrs6.sh : Same.
1570 * emulparams/ppcmacos.sh : Same.
1571 * emulparams/aixppc64.sh : Delete file.
1572 * emultempl/aix.em : Formatting changes.
1574 2001-12-04 Hans-Peter Nilsson <hp@axis.com>
1576 * emulparams/criself.sh (NO_SMALL_DATA): Set, to yes.
1577 (OTHER_BSS_END_SYMBOLS): Don't refer to .sbss when setting
1579 (OTHER_END_SYMBOLS): Fix formatting.
1580 * emulparams/crislinux.sh (NO_SMALL_DATA): Set, to yes.
1581 (OTHER_END_SYMBOLS): Fix formatting.
1583 2001-12-04 Alan Modra <amodra@bigpond.net.au>
1585 * ldexp.c (exp_print_token): Correct "table" entry for RSHIFT.
1587 2001-12-02 Tom Rix <trix@redhat.com>
1589 * configure.tgt : Remove eaixppc64 emulations.
1590 * Makefile.in : Remove eaixppc64.c
1591 * ldemul.c (ldemul_choose_target): New parameters argc, argv.
1592 (ldemul_default_target): Same.
1593 * emultempl/gld960.em (gld960_choose_target): Same.
1594 * emultempl/gld960c.em (gld960_choose_target): Same.
1595 * scripttempl/aix.sc: Remove OUTPUT_FORMAT.
1596 * emultempl/aix.em (is_syscall): syscall_mask now a variable.
1597 * emultempl/aix.em (gld*_read_file): symbol_mode_mask now a variable.
1598 * emultempl/aix.em (gld*_parse_args): Handle -b32 -b64 emulation.
1599 * emultempl/aix.em (choose_target): New function. Handle emulation of
1602 2001-11-27 H.J. Lu <hjl@gnu.org>
1604 * emulparams/elf_i386.sh (NO_SMALL_DATA): Set to yes.
1605 * emulparams/elf_i386_be.sh (NO_SMALL_DATA): Likewise.
1606 * emulparams/elf_i386_chaos.sh (NO_SMALL_DATA): Likewise.
1607 * emulparams/elf_i386_ldso.sh (NO_SMALL_DATA): Likewise.
1608 * emulparams/elf_x86_64.sh (NO_SMALL_DATA): Likewise.
1609 * emulparams/m68kelf.sh (NO_SMALL_DATA): Likewise.
1610 * emulparams/elf32_sparc.sh (NO_SMALL_DATA): Likewise.
1611 * emulparams/elf64_sparc.sh (NO_SMALL_DATA): Likewise.
1613 * scripttempl/elf.sc (SBSS): New. Define if ${NO_SMALL_DATA}
1616 (REL_SDATA): Likewise.
1617 (REL_SBSS): Likewise.
1618 (REL_SDATA2): Likewise.
1619 (REL_SBSS2): Likewise.
1620 (SBSS2): Define if ${NO_SMALL_DATA} is not empty.
1623 2001-11-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1625 * scripttempl/elfm68hc11.sc (CTOR, DTOR): Put constructor and
1627 * scripttempl/elfm68hc12.sc (CTOR, DTOR): Likewise.
1629 2001-11-22 H.J. Lu <hjl@gnu.org>
1631 * Makefile.in: Regenerated with automake based on automake
1632 1.4-8 in RedHat 7.1.
1634 2001-11-22 Alan Modra <amodra@bigpond.net.au>
1636 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Define.
1637 (config.status): Delete rule.
1638 Add extra dependencies to cover sourced emulparams files.
1639 * Makefile.in: Regenerate.
1641 * scripttempl/elf.sc: Order <section>, <section>.* and
1642 corresponding linkonce sections as seen in input files.
1643 Formatting fixes. Zero vma of all sections if not relocating.
1644 (STACK): Define and insert if STACK_ADDR defined.
1645 (OTHER_RELOCATING_SECTIONS): Delete.
1646 (OTHER_END_SYMBOLS): Define.
1647 (OTHER_READONLY_SECTIONS): Always insert, not just when relocating.
1648 (OTHER_READWRITE_SECTIONS): Likewise.
1649 (OTHER_GOT_SECTIONS): Likewise.
1650 (OTHER_SDATA_SECTIONS): Likewise.
1651 (OTHER_BSS_SECTIONS): Likewise.
1652 * scripttempl/elfi370.sc (OTHER_READONLY_SECTIONS): Likewise.
1653 (OTHER_READWRITE_SECTIONS): Likewise.
1654 * scripttempl/nw.sc (OTHER_READONLY_SECTIONS): Likewise.
1655 (OTHER_READWRITE_SECTIONS): Likewise
1657 * emulparams/armelf.sh (OTHER_RELOCATING_SECTIONS): Delete.
1658 (STACK_ADDR): Define.
1659 * emulparams/armelf_oabi.sh: As for armelf.sh.
1660 * emulparams/elf32mcore.sh: As for armelf.sh.
1661 * emulparams/h8300elf.sh: As for armelf.sh.
1662 * emulparams/mn10200.sh: As for armelf.sh.
1663 * emulparams/shelf.sh: As for armelf.sh.
1665 * emulparams/elf32fr30.sh (OTHER_RELOCATING_SECTIONS): Delete.
1666 (OTHER_END_SYMBOLS): Define.
1667 * emulparams/m32relf.sh: As for elf32fr30.sh.
1668 * emulparams/h8300helf.sh: As for elf32fr30.sh.
1669 * emulparams/h8300self.sh: As for elf32fr30.sh.
1671 * emulparams/criself.sh (OTHER_READONLY_SECTIONS): Protect symbol
1672 defines with RELOCATING test.
1673 (OTHER_SDATA_SECTIONS): Likewise.
1674 (OTHER_RELOCATING_SECTIONS): Delete, replacing with..
1675 (OTHER_END_SYMBOLS): ..this.
1676 * emulparams/crislinux.sh: As for criself.sh.
1678 * emulparams/elf32bmipn32.sh (OTHER_SDATA_SECTIONS): Zero vma
1680 (OTHER_RELOCATING_SECTIONS): Delete, replacing with..
1681 (OTHER_SECTIONS): ..this. Zero vma if not relocating. Order
1682 normal and linkonce sections as seen in input files.
1683 * emulparams/elf32bmip.sh (DATA_ADDR): Don't define if EMBEDDED.
1684 (TEXT_DYNAMIC): Likewise.
1685 (INITIAL_READONLY_SECTIONS): Zero vma if not relocating.
1686 (OTHER_SDATA_SECTIONS): Likewise.
1687 * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
1688 * emulparams/shlelf_linux.sh (OTHER_READWRITE_SECTIONS): Likewise.
1689 * emulparams/elf64alpha.sh (OTHER_READONLY_SECTIONS): Likewise.
1690 * emulparams/hppalinux.sh (OTHER_READONLY_SECTIONS): Likewise.
1691 * emulparams/elf64_aix.sh (OTHER_GOT_SECTIONS): Likewise.
1692 (OTHER_PLT_RELOC_SECTIONS): Likewise.
1693 (OTHER_READONLY_SECTIONS): Likewise. Order normal and linkonce
1694 sections as seen in input files.
1695 * emulparams/elf64_ia64.sh: As for emulparams/elf64_aix.sh.
1696 * emulparams/hppa64linux.sh (OTHER_READONLY_SECTIONS): Zero vma
1698 (OTHER_READWRITE_SECTIONS, OTHER_BSS_SECTIONS): Likewise.
1699 (OTHER_BSS_END_SYMBOLS): Merge from elf64hppa.sh.
1700 * emulparams/elf64mmix.sh (OTHER_RELOCATING_SECTIONS): Delete.
1701 (OTHER_SECTIONS): Instead, use this..
1702 (OTHER_END_SYMBOLS): ..and this.
1704 * emulparams/elf32b4300.sh: Source elf32bmip.sh, remove duplicates.
1705 * emulparams/elf32bsmip.sh: Likewise.
1706 * emulparams/elf32btsmip.sh: Likewise.
1707 * emulparams/elf32ebmip.sh: Likewise.
1708 * emulparams/elf32lmip.sh: Likewise.
1709 * emulparams/elf32elmip.sh: Source elf32lmip.sh, remove duplicates.
1710 * emulparams/elf32lsmip.sh: Likewise.
1711 * emulparams/elf32ltsmip.sh: Source elf32btsmip.sh, remove duplicates.
1712 * emulparams/elf32l4300.sh: Source elf32b4300.sh, remove duplicates.
1713 * emulparams/elf64bmip.sh: Source elf32bmipn32.sh, remove duplicates.
1714 * emulparams/elf64btsmip.sh: Likewise.
1715 * emulparams/elf64ltsmip.sh: Source elf64btsmip.sh, remove duplicates.
1716 * emulparams/elf32lppc.sh: Source elf32ppc.sh, remove duplicates.
1717 * emulparams/elf32ppclinux.sh: Likewise.
1718 * emulparams/elf32ppcsim.sh: Likewise.
1719 * emulparams/elf32lppcsim.sh: Source elf32lppc.sh, remove duplicates.
1720 * emulparams/elf64hppa.sh: Source hppa64linux.sh, remove duplicates.
1721 * emulparams/h8300helf.sh: Source h8300elf.sh, remove duplicates.
1722 * emulparams/h8300self.sh: Likewise.
1723 * emulparams/mn10300.sh: Source mn10200.sh, remove duplicates.
1724 * emulparams/sh.sh: Comment.
1725 * emulparams/shl.sh: Source sh.sh, remove duplicates.
1726 * emulparams/shlelf.sh: Source shelf.sh, remove duplicates.
1727 * emulparams/shelf_linux.sh: Source shlelf_linux.sh, remove duplicates.
1729 2001-11-21 David Heine <dlheine@tensilica.com>
1730 Alan Modra <amodra@bigpond.net.au>
1732 * ldlang.c (map_input_to_output_sections): Replace "break"
1733 accidentally removed with 2001-08-03 change.
1734 (lang_gc_sections_1): Likewise.
1736 2001-11-21 Alan Modra <amodra@bigpond.net.au>
1738 * ldlang.c (walk_wild_section): Move sec == NULL case out of loop.
1740 2001-11-20 Angela Marie Thomas <angela@redhat.com>
1742 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Use NULL instead
1743 of false when calling lang_size_sections.
1744 * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
1746 2001-11-15 Alan Modra <amodra@bigpond.net.au>
1748 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Only emit this
1749 function when LDEMUL_FINISH isn't set to the same name. Don't
1750 call ${LDEMUL_FINISH}.
1751 (ld_${EMULATION_NAME}_emulation): Call $LDEMUL_FINISH if defined.
1752 * emultempl/armelf.em (arm_elf_finish): Call
1753 gld${EMULATION_NAME}_finish.
1754 * emultempl/hppaelf.em (hppaelf_finish): Rename to
1755 gld${EMULATION_NAME}_finish. Call bfd_elf32_discard_info and
1756 hppaelf_layout_sections_again if necessary.
1757 (need_laying_out): New var.
1758 (hppaelf_layaout_sections_again): Rename to
1759 hppaelf_layout_sections_again. Clear need_laying_out.
1760 (PARSE_AND_LIST_OPTIONS): Format text.
1762 2001-11-14 H.J. Lu <hjl@gnu.org>
1764 * emultempl/armelf.em (arm_elf_finish): Renamed from
1765 gld${EMULATION_NAME}_finish.
1766 (LDEMUL_FINISH): Set to arm_elf_finish.
1768 2001-11-14 Daniel Jacobowitz <drow@mvista.com>
1770 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): New.
1771 (struct ld_emulation_xfer_struct): Use it.
1773 2001-11-13 Ross Alexander <ross.alexander@uk.neceur.com>
1775 * emulparams/elf64hppa.sh (OTHER_BSS_END_SYMBOLS): Add
1776 additional symbols referenced by newer crt0.o files from HP.
1778 2001-11-12 Anthony Green <green@redhat.com>
1780 * emulparams/armelf.sh (DATA_START_SYMBOLS): New symbol.
1782 2001-11-12 Alfred M. Szmidt <ams@kemisten.nu>
1784 * Makefile.am (GENSCRIPTS): Quote ${exec_prefix}.
1785 * Makefile.in: Regenerate.
1787 2001-11-02 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1789 * ld.texinfo: Use @command for commands, @option for options.
1790 * Makefile.am (POD2MAN): Use 'GNU Development Tools' for
1792 * Makefile.in: Rebuild.
1794 2001-11-04 Chris Demetriou <cgd@broadcom.com>
1796 * configure.tgt (mips*el-*-netbsd*, mips*-*-netbsd*):
1797 Add support for targets.
1799 2001-11-02 Nick Clifton <nickc@cambridge.redhat.com>
1801 * configure.in (ALL_LINGUAS): Add "fr" and "sv"
1802 * configure: Regernate.
1803 * po/fr.po: New file.
1804 * po/sv.po: New file.
1806 2001-11-01 NIIBE Yutaka <gniibe@m17n.org>
1808 * configure.tgt (sh-*-linux): Set targ_emul, targ_extra_emuls
1809 as little endian default and to support big endian.
1811 2001-11-01 Chris Demetriou <cgd@broadcom.com>
1813 * ld.texinfo (Options): Document new option, -nostdlib.
1814 * lexsup.c (OPTION_NOSTDLIB): New definition.
1815 (ld_options): Add entry for "nostdlib".
1816 (parse_args): Handle OPTIONS_NOSTDLIB.
1817 * ldfile.c (ldfile_add_library_path): Don't add directories
1818 to the search path if they weren't specified on the command line
1819 and -nostdlib was specified.
1820 * ld.h (ld_config_type): New member only_cmd_line_lib_dirs.
1822 2001-10-31 Nick Clifton <nickc@cambridge.redhat.com>
1824 * lexsup.c (parse_args): Prevent infinite parsing loop when
1825 "-rpath.a" is specified on the command line.
1826 Replace calls to fprintf with calls to einfo.
1828 2001-10-31 John Marshall <jmarshall@acm.org>
1830 * ld.texinfo: A historical requirement that MEMORY and SECTIONS
1831 appear only once across all the linker scripts involved in a link
1832 invocation no longer applies. Make the documentation reflect
1835 2001-10-31 NIIBE Yutaka <gniibe@m17n.org>
1837 * configure.tgt: Supports sh3/sh4/sh3eb/sh4eb-unknown-linux-gnu
1839 (sh-*-linux*): Added targ_extra_libpath.
1841 2001-10-31 David Heine <dlheine@tensilica.com>
1843 * ldlang.c (lang_size_sections): Keep a valid output_offset field
1844 for padding statements.
1846 2001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
1848 * configure.tgt (mmix-*-*): New target.
1849 * Makefile.am (ALL_EMULATIONS): Add eelf64mmix.o and emmo.o.
1850 Add dependencies to match.
1851 * emulparams/mmo.sh, emulparams/elf64mmix.sh, emultempl/mmo.em,
1852 emultempl/mmix-elfnmmo.em, emultempl/mmixelf.em,
1853 scripttempl/mmo.sc: New files.
1854 * gen-doc.texi: @set MMIX.
1855 * ld.texinfo: Ditto.
1856 [MMIX] Add MMIX node.
1857 * Makefile.in: Regenerate.
1859 2001-10-29 Kazu Hirata <kazu@hxi.com>
1861 * ldlang.c: Fix a comment typo.
1863 2001-10-23 Alan Modra <amodra@bigpond.net.au>
1865 * configure.host: Move alpha*-*-linux-gnu* entry to generic
1866 entries, and match *-*-linux*.
1868 2001-10-20 Alan Modra <amodra@bigpond.net.au>
1870 * ldgram.y (mri_script_command): Surround processing of INCLUDE
1871 with ldlex_script, ldlex_popstate.
1872 (ifile_p1): Likewise.
1873 * ldlex.l (EOF): Don't BEGIN(SCRIPT). Restore lineno from the
1875 (lex_push_file): Save current lineno to lineno_stack. Set lineno
1876 to 1. Don't BEGIN(SCRIPT).
1877 (lex_redirect): Similarly.
1878 * ldmain.c (main): Set yydebug non-zero if YYDEBUG.
1880 2001-10-20 Nick Clifton <nickc@cambridge.redhat.com>
1882 * scripttempl/armcoff.sc: Define __EH_FRAME_BEGIN__ and
1883 __EH_FRAME_END__ and accept eh frames into data section.
1884 Add ctor and dtor sections.
1886 2001-10-19 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
1888 * pe-dll.c (autofilter_objectlist): Add gcrt0.o.
1889 (auto-export): Fix indentation.
1891 2001-10-18 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
1893 * pe-dll.c (autofilter_objectlist): Add startup objects
1895 (auto-export): Constify char * p.
1896 Extract file basename and use strcmp rather than ststr
1899 2001-10-18 Chris Demetriou <cgd@broadcom.com>
1901 * ldmain.c (get_emulation): Improve comment about the handling
1904 2001-10-17 Alan Modra <amodra@bigpond.net.au>
1906 * po/POTFILES.in: Regenerate.
1908 2001-10-16 Vassili Karpov <malc@pulsesoft.com>
1910 * emultempl/elf32.em (gld*_list_options): Remove extra '\t' from
1911 -z nocopyreloc and -z nocombreloc usage strings.
1913 2001-10-12 Vassili Karpov <malc@pulsesoft.com>
1915 * emultempl/elf32.em (gld*_list_options): Include -z nocopyreloc
1918 2001-10-11 Aleksey Romanov <aromanov@ennovatenetworks.com>
1920 * scripttempl/armaout.sc: Place .bss section after end of aligned
1921 data section to match behaviour of aout code in constructrion of
1924 2001-10-11 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
1926 * pe-dll.c (autofilter_entry_type autofilter_liblist: Add
1927 startup files for mingw32 dlls to list.
1929 2001-10-10 Chris Demetriou <cgd@broadcom.com>
1931 * emultempl/elf32.em: Fix shell 'if' usage for portability.
1933 2001-10-08 Aldy Hernandez <aldyh@redhat.com>
1935 * configure.tgt (targ): Add arm9e-*-elf.
1937 2001-10-05 H.J. Lu <hjl@gnu.org>
1939 * genscripts.sh: Fix a typo in the last change.
1941 2001-10-05 Jakub Jelinek <jakub@redhat.com>
1943 * emultempl/elf32.em (gld_*_list_options): Include -z combreloc and
1944 -z nocombreloc in usage.
1946 2001-10-03 Jim Blandy <jimb@redhat.com>
1948 * genscripts.sh: Include a comment at the top of each generated
1949 script, explaining its purpose.
1951 2001-10-03 Vassili Karpov <malc@pulsesoft.com>
1953 * emultempl/elf32.em (parse_args): Handle -z nocopyreloc.
1954 * NEWS: Mention -z nocopyreloc.
1955 * ld.texinfo (Options): Describe nocopyreloc.
1957 2001-10-03 Alan Modra <amodra@bigpond.net.au>
1959 * configure: Regenerate.
1961 2001-10-02 Alan Modra <amodra@bigpond.net.au>
1963 * ldver.h (ld_program_version): Remove declaration.
1964 * lexsup.c (parse_args): Move printing of copyright message..
1965 * ldver.c (ldversion): .. to here.
1966 Use BFD_VERSION_STRING in place of BFD_VERSION.
1967 (ld_program_version): Remove.
1968 * Makefile.am (Makefile): Depend on bfd/configure.in.
1970 * Makefile.in: Regenerate.
1972 2001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
1974 * Makefile.am: Update dependencies with "make dep-am".
1975 * Makefile.in: Regenerate.
1977 2001-09-29 John Reiser <jreiser@BitWagon.com>
1979 * ldlang.c (lang_common): Conditionally inhibit Common allocation.
1980 * lexsup.c: Add --no-define-common commandline option.
1981 * ldgram.y: Add INHIBIT_COMMON_ALLOCATION script command.
1982 * ldlex.l: Likewise.
1983 * ld.h: Add command_line.inhibit_common_definition.
1984 * ldmain.c (main): Initialize.
1985 * ld.texinfo: Document.
1987 2001-09-29 Alan Modra <amodra@bigpond.net.au>
1989 * ldlang.c (section_already_linked): Remove assignment to kept_section.
1991 2001-09-26 Alan Modra <amodra@bigpond.net.au>
1993 * ldmisc.c (USE_STDARG): Remove.
1994 (info_msg): Define using VPARAMS, VA_OPEN, VA_FIXEDARG, VA_CLOSE.
1999 * ldmisc.h: Remove #ifdef ANSI_PROTOTYPES and non-ansi
2000 declarations. Update copyright.
2002 2001-09-24 Charles Wilson <cwilson@ece.gatech.edu>
2004 * pe-dll.c: Remove obsoleted declaration of
2005 pe_get_data_import_dll_name.
2006 (pe_create_import_fixup): Fix thinko.
2008 * ld.texinfo(enable-auto-import): Clarify the explanation.
2010 2001-09-24 Nick Clifton <nickc@cambridge.redhat.com>
2012 * pe-dll.c (pe_create_import_fixup): Revert previous patch.
2013 * emultemp/pe.em (pe_data_import_dll): Move definition outside of
2014 DLL_SUPPORT controlled code.
2016 2001-09-24 Charles Wilson <cwilson@ece.gatech.edu>
2018 * emultempl/pe.em(pe_data_import_dll): Make static.
2019 (pe_get_data_import_dll_name): New accessor function.
2020 * pe-dll.c(pe_create_import_fixup): call
2021 pe_get_data_import_dll_name() from pe.em, instead of
2022 directly accessing pe_data_import_dll variable from pe.em.
2024 2001-09-18 Bruno Haible <haible@clisp.cons.org>
2026 * deffilep.y: Include "safe-ctype.h" instead of <ctype.h>.
2027 (def_file_add_directive): Use ISSPACE instead of isspace.
2028 (def_lex): Use ISDIGIT/ISXDIGIT/ISALPHA/ISALNUM instead of
2029 isdigit/isxdigit/isalpha/isalnum.
2030 * emultempl/aix.em: Include "safe-ctype.h" instead of <ctype.h>.
2031 (gld${EMULATION_NAME}_read_file): Use ISSPACE instead of isspace.
2032 * emultempl/elf32.em: Include "safe-ctype.h" instead of <ctype.h>.
2033 (gld${EMULATION_NAME}_place_orphan): Use ISALNUM instead of
2035 * emultempl/gld960c.em: Include "safe-ctype.h" instead of <ctype.h>.
2036 (gld960_set_output_arch): Use ISUPPER/TOLOWER instead of
2038 * emultempl/sunos.em: Include "safe-ctype.h" instead of <ctype.h>.
2039 (gld${EMULATION_NAME}_search_dir): Use ISDIGIT instead of isdigit.
2040 * ldctor.c: Include "safe-ctype.h" instead of <ctype.h>.
2041 (ctor_prio): Use ISDIGIT instead of isdigit.
2042 * ldfile.c: Include "safe-ctype.h" instead of <ctype.h>.
2043 (ldfile_open_file_search): Use ISALPHA instead of isalpha.
2044 (ldfile_add_arch): Use ISUPPER/TOLOWER instead of
2046 * ldlang.c: Include "safe-ctype.h" instead of <ctype.h>.
2047 (stricpy): Use TOLOWER instead of isupper/tolower.
2048 (lang_leave_overlay_section): Use ISALNUM instead of isalnum.
2049 * ldlex.l: Include "safe-ctype.h" instead of <ctype.h>.
2050 (lex_warn_invalid): Use ISPRINT instead of isprint.
2051 * ldmain.c: Include "safe-ctype.h" instead of <ctype.h>.
2052 (main): For gettext, also set the LC_CTYPE locate facet.
2053 (add_keepsyms_file): Use ISSPACE instead of isspace.
2054 * lexsup.c: Include "safe-ctype.h" instead of <ctype.h>.
2055 (is_num, parse_args): Use ISDIGIT instead of isdigit.
2056 * mpw-elfmips.c: Include "safe-ctype.h" instead of <ctype.h>.
2057 (gldelf32ebmip_place_orphan): Use ISALNUM instead of isalnum.
2058 * mpw-eppcmac.c: Include "safe-ctype.h" instead of <ctype.h>.
2059 (gldppcmacos_read_file): Use ISSPACE instead of isspace.
2060 * pe-dll.c: Include "safe-ctype.h" instead of <ctype.h>.
2061 (quoteput): Use ISSPACE instead of isspace.
2062 (pe_dll_generate_implib, pe_process_import_defs): Use ISALNUM
2065 2001-09-18 Alan Modra <amodra@bigpond.net.au>
2067 * deffilep.y (def_stash_module): Constify "name" param.
2069 * pe-dll.c: Replace CONST with const throughout.
2070 (quick_symbol): Constify "n1", "n2", "n3" params.
2071 (make_singleton_name_thunk): Constify "import" param. Make
2072 "buffer_len" a size_t.
2073 (make_import_fixup_entry): Constify "name", "fixup_name",
2074 "dll_symname" params.
2075 (pe_get16): Cast args of bfd_seek. Replace bfd_read with bfd_bread.
2076 (pe_get32): Likewise.
2077 (pe_implied_import_dll): Likewise.
2079 * emultempl/beos.em (sort_by_file_name): Constify "ra", "rb".
2080 (sort_by_section_name): Likewise.
2082 * emultempl/pe.em: Move defines for arm_epoc_pe before bfd.h included.
2083 (make_import_fixup): Cast printf arg, rel->address to long rather
2085 (gld_${EMULATION_NAME}_after_open): Don't compare NULL against int.
2087 2001-09-15 Alan Modra <amodra@bigpond.net.au>
2089 * ldmain.c (main): Rename BufferSize to ld_bufsz because HPUX
2090 defines BufferSize. Increase buffer size by one.
2092 2001-09-14 Ralf Habacker <Ralf.Habacker@freenet.de>
2094 * pe-dll.c (pe_walk_relocs_of_symbol): Fix memory leak.
2096 2001-09-14 Kevin Lo <kevlo@openbsd.org>
2098 * configure.tgt: Add arm-openbsd target.
2100 2001-09-12 H.J. Lu <hjl@gnu.org>
2102 * Makefile.am (ALL_EMULATIONS): Move eelf64ppc.o and
2104 (ALL_64_EMULATIONS): Here.
2105 * Makefile.in: Regenerated.
2107 2001-09-12 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
2109 * emultempl/pe.em(make_import_fixup): change signature to
2110 take asection as well as arelec; we need this for proper
2111 error reporting. Only call pe_create_import_fixup() if
2112 there is no attempt to add a constant addend to the reloc;
2113 otherwise, report error condition.
2114 * pe-dll.c(pe_walk_relocs_of_symbol): change signature,
2115 since final argument is a pointer to make_import_fixup().
2116 Change call to cb() to match make_import_fixup() signature.
2117 (make_import_fixup_mark): make buffer_len unsigned.
2118 * pe-dll.h: change signature of pe_walk_relocs_of_symbol.
2120 2001-09-12 Charles Wilson <cwilson@ece.gatech.edu>
2122 * ld.texinfo: add verbose documentation for auto-import
2123 direct-addressing workaround, to compliment the terse
2126 2001-09-12 Andrew MacLeod <amacleod@redhat.com>
2128 * scripttempl/v850.sc: Add gcc_except_table sections.
2130 2001-09-11 Jeffrey A Law (law@cygnus.com)
2132 * emulparams/h8300helf.sh: Move stack to a much higher memory address.
2133 * emulparams/h8300self.sh: Similarly.
2135 2001-09-05 Danny Smith <dannysmith@users.souceforge.net>
2137 * ld.texinfo (Options, --stack): Correct default value for stack
2140 2001-09-05 Tom Rix <trix@redhat.com>
2142 * emultempl/aix.em : Handle import file XMC_XO and syscall symbols.
2144 2001-09-03 Andreas Jaeger <aj@suse.de>
2146 * emultempl/beos.em: Declare prototypes for comparions functions,
2149 2001-09-02 Andreas Jaeger <aj@suse.de>
2151 * emultempl/aix.em: Add missing prototype.
2152 * emultempl/lnk960.em: Likewise.
2153 * emultempl/vanilla.em: Likewise.
2154 * emultempl/armcoff.em: Likewise.
2155 * emultempl/armelf_oabi.em: Likewise.
2156 * emultempl/beos.em: Likewise.
2157 * emultempl/gld960c.em: Likewise.
2158 * emultempl/gld960.em: Likewise.
2160 * emulparams/elf64alpha.sh (PARSE_AND_LIST_PROLOGUE): Add parameter
2161 for prototype declaration.
2163 2001-08-31 Eric Christopher <echristo@redhat.com>
2164 Jason Eckhardt <jle@redhat.com>
2166 * ldmain.c (get_emulation): Add support for -mips32 and -mips64.
2168 2001-08-31 Andreas Jaeger <aj@suse.de>
2170 * emultempl/pe.em: Add missing prototypes.
2171 (gld_${EMULATION_NAME}_after_open): Remove extra args to
2172 pe_find_data_imports.
2173 (pr_sym): Add unused attribute.
2175 2001-08-29 Joel Sherrill <joel@OARcorp.com>
2177 * configure.tgt (i[3456]86-*-rtems*, m68*-*-rtems*): Change
2178 default from coff to elf.
2180 2001-08-29 Jeff Law <law@redhat.com>
2182 * emulparams/h8300helf.sh: Resync with h8300elf.sh. Update
2184 * emulparams/h8300self.sh: Similarly.
2186 2001-08-28 J"orn Rennecke <amylaar@redhat.com>
2188 * Makefile.am (ALL_EMULATIONS): Add eh8300elf.o, eh8300elf.o and
2190 (eh8300elf.c, eh8300helf.c, eh8300self.c): New targets.
2191 * configure.tgt (h8300-*-elf*): New case.
2192 * emulparams/h8300elf.sh, emulparams/h8300helf.sh: New files.
2193 * emulparams/h8300self.sh: New file.
2194 * Makefile.in: Regenerated.
2196 2001-08-28 Nick Clifton <nickc@cambridge.redhat.com>
2198 * ldmain.c (main): Rename BSIZE to BufferSize to avoid collision
2201 2001-08-27 Linus Nordberg <linus@swox.com>
2202 Alan Modra <amodra@bigpond.net.au>
2204 * Makefile.am (ALL_EMULATIONS): Add eelf64ppc.o and eelf64lppc.o.
2205 (eelf64ppc.c, eelf64lppc.c): Add make targets.
2207 * Makefile.in: Regenerate.
2208 * configure.tgt: Add powerpc64 support. Move pdp11, pjl, pj
2209 entries to correct alphabetical position.
2210 * emulparams/elf64ppc.sh: New.
2211 * emulparams/elf64lppc.sh: New.
2213 2001-08-27 Nick Clifton <nickc@cambridge.redhat.com>
2215 * ldmain.c (main): Declare BSIZE as static.
2217 2001-08-23 Jakub Jelinek <jakub@redhat.com>
2219 * emultempl/elf32.em (place_orphan): Place orphan .rel* sections
2220 into .rel.dyn resp. .rela.dyn if combreloc.
2221 (get_script): If .x linker script is equal to .xn, only put it
2222 once into the binary.
2223 Add .xc and .xsc scripts.
2224 (parse_args): Handle -z combreloc and -z nocombreloc.
2225 * scripttempl/elf.sc (.rela.sbss): Fix a typo.
2226 For .xc and .xsc scripts put all .rel* or .rela* input sections
2227 but .rel*.plt and PLT-like sections into .rel.dyn resp. .rela.dyn.
2228 * genscripts.sh (GENERATE_COMBRELOC_SCRIPT): Set if SCRIPT_NAME
2230 Strip trailing whitespace from script.
2231 Generate .xc and .xsc scripts if requested.
2232 * ldmain.c (main): Initialize link_info.combreloc and
2233 link_info.spare_dynamic_tags.
2234 * lexsup.c (OPTION_SPARE_DYNAMIC_TAGS): Define.
2235 (ld_options): Add --spare-dynamic-tags option.
2236 (parse_args): Likewise.
2237 * ld.texinfo: Document -z combreloc and -z nocombreloc.
2238 * ldint.texinfo: Document .xc and .xsc linker scripts.
2239 * NEWS: Add notes about -z combreloc and SHF_MERGE.
2241 2001-08-22 H.J. Lu <hjl@gnu.org>
2243 * emulparams/elf32fr30.sh: Add a newline.
2245 2001-08-21 Andreas Jaeger <aj@suse.de>
2247 * deffilep.y: Add missing prototypes.
2248 * pe-dll.c: Likewise.
2250 2001-08-20 Alan Modra <amodra@bigpond.net.au>
2252 * ldlang.c (insert_pad): Fix typos in last patch.
2254 * ldlang.c: When traversing lang_statement_union_type lists,
2255 consistently use "header.next" rather than "next".
2256 * mpw-eppcmac.c: Likewise.
2257 * emultempl/beos.em: Likewise.
2258 * emultempl/hppaelf.em: Likewise.
2259 * emultempl/pe.em: Likewise.
2260 * ldlang.h (union lang_statement_union): Remove "next" field.
2262 * ldlang.c (insert_pad): Use offsetof macro.
2263 (lang_size_sections): Always neuter padding statements.
2264 * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Delete.
2266 * pe-dll.c (pe_dll_fill_sections): Correct type of "relax" param
2267 passed to lang_size_sections.
2268 (pe_exe_fill_sections): Likewise.
2269 * emultempl/pe.em (output_prev_sec_find): Copied from elf32.em.
2270 (gld_${EMULATION_NAME}_place_orphan): Merge from elf32.em.
2272 2001-08-18 Alan Modra <amodra@bigpond.net.au>
2274 * emultempl/aix.em: Formatting fixes.
2276 2001-08-18 Alan Modra <amodra@bigpond.net.au>
2278 * ldlang.c (insert_pad): Make use of an existing pad statement if
2279 available. Move code calculating alignment, adjusting section
2280 alignment power, and adjusting dot to ..
2281 (size_input_section): .. here. Remove unused relax param.
2282 (lang_size_sections): Change boolean `relax' param to boolean *.
2283 Adjust call to size_input_section. Make use of insert_pad to
2284 place pad after the assignment statement. If relaxing, zap
2286 (reset_memory_regions): Reset output_bfd section sizes too.
2287 (relax_again): Move to..
2288 (lang_process): ..here. Adjust call to lang_size_sections, and
2289 remove duplicated code.
2290 * ldlang.h (lang_size_sections): Change `relax' param to boolean *.
2292 2001-08-17 Alan Modra <amodra@bigpond.net.au>
2294 * ld.texinfo: Document that fill values now use the four least
2296 * emulparams/elf32fr30.sh (NOP): Update.
2297 * emulparams/elf32mcore.sh: Likewise.
2298 * emulparams/elf64_s390.sh: Likewise.
2299 * emulparams/elf_i386.sh: Likewise.
2300 * emulparams/elf_i386_be.sh: Likewise.
2301 * emulparams/elf_i386_chaos.sh: Likewise.
2302 * emulparams/elf_i386_ldso.sh: Likewise.
2303 * emulparams/elf_s390.sh: Likewise.
2304 * emulparams/elf_x86_64.sh: Likewise.
2305 * emulparams/i386moss.sh: Likewise.
2306 * emulparams/i386nw.sh: Likewise.
2307 * emulparams/m68kelf.sh: Likewise.
2308 * scripttempl/elf.sc: Update NOP comment.
2309 * scripttempl/elfi370.sc: Likewise.
2310 * scripttempl/elfm68hc11.sc: Likewise.
2311 * scripttempl/elfm68hc12.sc: Likewise.
2312 * scripttempl/nw.sc: Likewise.
2314 2001-08-15 Tom Rix <trix@redhat.com>
2316 * ldgram.y (saved_script_handle): Initialize to NULL.
2317 * ldmain.c (main): Change check on saved_script_handle.
2319 2001-08-14 Alan Modra <amodra@bigpond.net.au>
2321 * emultempl/elf32.em: Formatting fixes.
2322 (output_prev_sec_find): Test for bfd_ind_section too; do so by
2323 looking at sec->owner.
2324 (output_rel_find): Move function inside LDEMUL_PLACE_ORPHAN test.
2325 (gld${EMULATION_NAME}_place_orphan): Add a few comments. Remove
2326 unused code, and reorganize orphan section placement code.
2328 * ldlang.c (wild_doit): Rename to lang_add_section.
2329 * ldlang.h: Here too.
2330 * mpw-elfmips.c: And here.
2331 * emultempl/beos.em: And here.
2332 * emultempl/elf32.em: And here.
2333 * emultempl/hppaelf.em: And here.
2334 * emultempl/pe.em: And here.
2336 2001-08-13 Richard Henderson <rth@redhat.com>
2338 * emultempl/needrelax.em: New file.
2339 * emulparams/elf64_ia64.sh (EXTRA_EM_FILE): Reference it.
2340 * Makefile.am (eelf64_ia64.c): Depend on it.
2341 * Makefile.in: Rebuild.
2343 2001-08-13 Alan Modra <amodra@bigpond.net.au>
2345 * emultempl/elf32.em: For SEC_EXCLUDE sections, ensure that
2346 output_section is set non-NULL.
2348 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Return
2349 `true' for SEC_EXCLUDE sections so that the generic code doesn't
2350 needlessly create an output_section_statement. Treat a correctly
2351 named output_section_statement with NULL bfd_section as compatible.
2353 2001-08-13 Hans-Peter Nilsson <hp@bitrange.com>
2355 * emultempl/generic.em: Support EXTRA_EM_FILE.
2356 (ld_${EMULATION_NAME}_emulation): Support emulation parameters
2357 LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
2358 LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
2359 LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
2360 LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
2361 LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
2362 LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
2363 LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
2364 LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
2365 LDEMUL_FIND_POTENTIAL_LIBRARIES.
2367 2001-08-12 Richard Henderson <rth@redhat.com>
2369 * scripttempl/elf.sc, scripttempl/elfd30v.sc,
2370 scripttempl/elfm68hc11.sc, scripttempl/elfm68hc12.sc,
2371 scripttempl/v850.sc: Keep .jcr data.
2373 2001-08-12 H.J. Lu <hjl@gnu.org>
2374 Andrew Haley <aph@cambridge.redhat.com>
2375 Nick Clifton <nickc@redhat.com>
2377 * ldgram.y (had_script): Change name to saved_script_handle.
2378 Change type to file handle.
2379 * ld.h (had_script): Rename and retype.
2380 * ldfile.c (ldfile_open_command_file): Save the file handle
2381 used in saved_script_handle.
2382 * lexsup.c (parse_args): Do not allow -c option to alter
2383 saved_script_handle.
2384 * ldmain.c (main): Print out the linker script used if
2385 --verbose is given. Check saved_script_handle to obtain the
2386 external linker script used, or if NULL, dump the builtin
2388 * ld.texinfo: Document that --verbose now dumps the linker
2389 script used, regardless of whether it was an internal or an
2392 2001-08-10 Andreas Jaeger <aj@suse.de>
2394 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
2396 * configure: Regenerate.
2398 2001-08-09 Alan Modra <amodra@bigpond.net.au>
2400 * emultempl/elf32.em (output_prev_sec_find): Add missing prototype.
2402 * scripttempl/elf.sc: Move non-text .dynamic section before
2403 .plt/.got/.sdata* group.
2404 (OTHER_GOT_SECTIONS): Move to immediately after .got.
2405 (OTHER_SDATA_SECTIONS): Add.
2406 * emulparams/criself.sh: Use OTHER_SDATA_SECTIONS rather than
2408 * emulparams/crislinux.sh: Likewise.
2409 * emulparams/elf32b4300.sh: Likewise.
2410 * emulparams/elf32bmip.sh: Likewise.
2411 * emulparams/elf32bmipn32.sh: Likewise.
2412 * emulparams/elf32bsmip.sh: Likewise.
2413 * emulparams/elf32btsmip.sh: Likewise.
2414 * emulparams/elf32ebmip.sh: Likewise.
2415 * emulparams/elf32elmip.sh: Likewise.
2416 * emulparams/elf32l4300.sh: Likewise.
2417 * emulparams/elf32lmip.sh: Likewise.
2418 * emulparams/elf32lsmip.sh: Likewise.
2419 * emulparams/elf32ltsmip.sh: Likewise.
2420 * emulparams/elf64bmip.sh: Likewise.
2421 * emulparams/elf64btsmip.sh: Likewise.
2422 * emulparams/elf64ltsmip.sh: Likewise.
2424 2001-08-08 Alan Modra <amodra@bigpond.net.au>
2426 * genscripts.sh: Source the emulparams script before each output
2427 script is generated so that variables like `RELOCATING' may affect
2428 variables defined in the emulparams script.
2430 2001-08-04 Alan Modra <amodra@bigpond.net.au>
2432 * emultempl/aix.em: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this
2435 * emultempl/beos.em (sort_sections): Modify for 2001-08-03 change,
2436 ie. iterate over wild_statement.section_list.
2437 (gld${EMULATION_NAME}_place_orphan): Likewise.
2439 2001-08-03 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2441 * scripttempl/elfm68hc12.sc (FINISH_CODE, FINISH_RELOC): New to handle
2442 .fini[0-4] sections used by _exit
2443 (CTOR, DTOR): Export ctor/dtor symbols; move them to ROM.
2444 (*.text,*.data,*.bss): Take into account .text.*, .data.*, .bss.*.
2445 * scripttempl/elfm68hc11.sc: Likewise.
2447 2001-08-03 H.J. Lu <hjl@gnu.org>
2449 * emultempl/beos.em (init): Add the missing initialization.
2451 2001-08-03 Alan Modra <amodra@bigpond.net.au>
2453 * ld.texinfo (Input Section Basics): Clarify ordering of output
2455 * ldlang.c (callback_t): Add wildcard_list param.
2456 (walk_wild_section): Remove "section" param. Rewrite for
2457 lang_wild_statement_type change. Remove unique_section_p test.
2458 (walk_wild_file): Remove "section" param.
2459 (walk_wild): Remove "section" and "file" params.
2460 (lang_gc_wild): Likewise.
2461 (wild): Likewise. Modify for lang_wild_statement_type change.
2462 (wild_sort): Likewise. Add "sec" param.
2463 (gc_section_callback): Likewise.
2464 (output_section_callback): Likewise. Do unique_section_p test.
2465 (map_input_to_output_sections): Modify call to wild.
2466 (lang_gc_sections_1): Likewise.
2467 (print_wild_statement): Modify for lang_wild_statement_type
2469 (lang_add_wild): Replace filename, filenames_sorted param with
2470 filespec. Replace section_name, sections_sorted,
2471 exclude_filename_list with section_list.
2472 * ldlang.h (lang_add_wild): Here too.
2473 (lang_wild_statement_type): Replace section_name, sections_sorted,
2474 and exclude_filename_list with section_list.
2475 * ldgram.y (current_file): Delete.
2476 (%union): Add wildcard_list.
2477 (file_NAME_list): Set type to wildcard_list. Build a linked list
2478 rather than calling lang_add_wild for each entry.
2479 (input_section_spec_no_keep): Call lang_add_wild here instead.
2480 * ld.h (struct wildcard_list): Declare.
2481 * mri.c (mri_draw_tree): Modify to suit new lang_add_wild.
2483 2001-08-02 Charles Wilson <cwilson@ece.gatech.edu>
2485 * ldmain.c (main): initialize link_info.pei386_auto_import
2486 * pe-dll.c: new tables for auto-export filtering
2487 (auto_export): change API, pass abfd for contextual filtering.
2488 Loop thru tables of excluded symbols instead of comparing
2491 2001-08-02 Paul Sokolovsky <paul.sokolovsky@technologist.com>
2493 * pe-dll.c: new variable pe_dll_enable_extra_debug. New
2494 static variable current_sec (static struct sec *). Add
2495 forward declaration for add_bfd_to_link.
2496 (process_def_file): Don't export undefined symbols. Do not
2497 export symbols starting with "_imp__". Call auto_export()
2499 (pe_walk_relocs_of_symbol): New function.
2500 (generate_reloc): add optional extra debugging
2501 (pe_dll_generate_def_file): eliminate extraneous initial blank
2503 (make_one): enlarge symtab to make room for __nm__ symbols
2504 (DATA auto-import support).
2505 (make_singleton_name_thunk): New function.
2506 (make_import_fixup_mark): New function.
2507 (make_import_fixup_entry): New function.
2508 (pe_create_import_fixup): New function.
2509 (add_bfd_to_link): Specify that 'name' argument is a CONST
2511 * pe-dll.h: declare new variable pe_dll_extra_pe_debug;
2512 declare new functions pe_walk_relocs_of_symbol and
2513 pe_create_import_fixup.
2514 * emultempl/pe.em: add new options --enable-auto-import,
2515 --disable-auto-import, and --enable-extra-pe-debug.
2516 (make_import_fixup): New function.
2517 (pe_find_data_imports): New function.
2518 (pr_sym): New function.
2519 (gld_${EMULATION_NAME}_after_open): Add optional extra pe
2520 debugging. Call pe_find_data_imports. Mark .idata as DATA, not
2523 2001-08-02 Charles Wilson <cwilson@ece.gatech.edu>
2525 * ld.texinfo: add additional documentation for
2526 --export-all-symbols. Document --out-implib,
2527 --enable-auto-image-base, --disable-auto-image-base,
2528 --dll-search-prefix, --enable-auto-import, and
2529 --disable-auto-import.
2530 * ldint.texinfo: Add detailed documentation on auto-import
2533 2001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
2535 * ld.texinfo (Simple Assignments): Fix computation in SECTIONS
2538 2001-07-24 Alan Modra <amodra@bigpond.net.au>
2540 * Makefile.am: Update dependencies with "make dep-am".
2541 * Makefile.in: Regenerate
2543 2001-07-23 Alan Modra <amodra@bigpond.net.au>
2545 * ldcref.c (check_section_sym_xref): New function.
2546 (check_nocrossrefs): Call it.
2547 (check_nocrossref): Interate over h->refs here instead of..
2548 (check_refs): ..here. Pass in the symbol name, section, and bfd
2549 rather than hash_entry pointers.
2550 (struct check_refs_info): Keep symbol name rather than hash entry.
2552 (check_reloc_refs): Tweak for above changes in check_refs_info.
2553 Only report references to section syms when symname is NULL to
2554 prevent duplicate messages for the same reloc.
2556 2001-07-19 Nick Clifton <nickc@cambridge.redhat.com>
2558 * ldexp.c (exp_print_tree): Use stderr if config.map_file is not
2559 available. Do not print NULL trees.
2560 (exp_print_token): Print unknown tokens with values > 126 as
2561 decimal values not ASCII characters.
2563 * ldlang.c (lang_leave_overlay): If a region is specified assign
2564 it to all sections inside the overlay unless they have been
2565 assigned to the own, non-default, memory region.
2567 * README: Add header for consistency with other README files.
2569 2001-07-14 H.J. Lu <hjl@gnu.org>
2571 * emultempl/elf32.em (output_prev_sec_find): Never return
2572 bfd_abs_section_ptr, bfd_com_section_ptr nor
2573 bfd_und_section_ptr.
2575 2001-07-14 Nick Clifton <nickc@cambridge.redhat.com>
2577 * Makefile.am (em32relf.c): Change dependency from generic.em to
2579 * Makefile.in: Regenerate.
2581 2001-07-14 matthew green <mrg@eterna.com.au>
2583 * configure.tgt (i386-*-netbsdelf*): New target.
2584 (i386-*-netbsd*): Set targ_extra_emuls to `elf_i386'
2586 2001-07-13 Jakub Jelinek <jakub@redhat.com>
2588 * emultempl/elf32.em (output_prev_sec_find): New.
2589 (place_orphan): Use it.
2591 2001-07-11 H.J. Lu <hjl@gnu.org>
2593 * ldmain.c (main): Fix typos in the last change.
2595 2001-07-11 Jakub Jelinek <jakub@redhat.com>
2597 * ldmain.c (main): Disallow -F and -f without -shared.
2599 2001-07-11 Nick Clifton <nickc@cambridge.redhat.com>
2601 * emultempl/pe.em (after_open): Check for the output_bfd not
2602 having any coff_data structure allocated to it.
2604 2001-07-09 David O'Brien <obrien@FreeBSD.org>
2606 * emultempl/elf32.em: Do not assuming that contents of the buffer
2607 returned from basename function will remain unchanged accross other
2610 2001-07-03 H.J. Lu <hjl@gnu.org>
2612 * scripttempl/elf.sc (DYNAMIC_PAD): Revert the change made on
2613 2001-07-03. It creates dynamic entries even for static binaries.
2615 2001-07-03 Jakub Jelinek <jakub@redhat.com>
2617 * scripttempl/elf.sc (DYNAMIC_PAD): New variable.
2618 (DYNAMIC): Use it to reserve few dynamic entries for
2621 2001-06-27 Alan Modra <amodra@bigpond.net.au>
2623 * emulparams/hppa64linux.sh: New file.
2624 * configure.tgt: hppa*64*-*-linux* uses hppa64linux.sh
2625 * Makefile.am (ALL_64_EMULATIONS): Add ehppa64linux.o
2626 (ehppa64linux.c): Add rule to make it.
2628 * Makefile.in: Regenerate.
2630 2001-06-21 Hans-Peter Nilsson <hp@axis.com>
2632 * ld.texinfo (Options, -r): Mention restrictions when using
2633 different object formats.
2635 2001-06-19 Hans-Peter Nilsson <hp@axis.com>
2637 * ldlang.c (lang_check): Emit fatal error if relocatable link
2638 between different object flavours with relocations in input.
2640 2001-06-19 H.J. Lu <hjl@gnu.org>
2642 * ld.texinfo (-E, --export-dynamic): Mention --version-script.
2643 (--version-script): Mention the language support.
2645 2001-06-19 H.J. Lu <hjl@gnu.org>
2647 * ldlang.c (lang_check): Revert the change mode on 2001-06-15.
2649 2001-06-18 H.J. Lu <hjl@gnu.org>
2651 * Makefile.am (ld.1): Remove the prefix `$(srcdir)/'.
2652 (diststuff): Add $(MANS).
2653 * Makefile.in: Regenerated.
2657 2001-06-18 Hans-Peter Nilsson <hp@axis.com>
2659 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
2660 Update for API change in bfd_elf${ELFSIZE}_size_dynamic_sections.
2661 * mpw-elfmips.c (gldelf32ebmip_before_allocation): Ditto.
2662 * ld.h (args_type): Remove member export_dynamic. All users
2663 changed to use struct bfd_link_info member.
2665 * Makefile.am (ecriself.c, ed10velf.c, ei386moss.c): Depend on
2666 $(srcdir)/emultempl/elf32.em, not $(srcdir)/emultempl/generic.em.
2667 * Makefile.in: Regenerate.
2669 2001-06-18 H.J. Lu <hjl@gnu.org>
2671 * ldlang.c (init_os): Add the newline to the einfo call.
2672 (lang_check): Likewise.
2673 (lang_do_version_exports_section): Likewise.
2675 2001-06-15 H.J. Lu <hjl@gnu.org>
2677 * lexsup.c (parse_args); Save optind to report unrecognized
2680 2001-06-15 Hans-Peter Nilsson <hp@axis.com>
2682 * ldlang.c (lang_check): Emit fatal error if relocatable link
2683 between different object flavours.
2685 * lexsup.c (parse_args) <case OPTION_EXPORT_DYNAMIC, case 'E'>:
2686 Set new link_info member export_dynamic.
2687 * ldmain.c (main): Initialize new link_info member export_dynamic.
2689 2001-06-12 Nick Clifton <nickc@cambridge.redhat.com>
2691 * ldlang.c (walk_wild): Only call walk_wild_file if
2692 lookup_name returns something.
2693 (lookup_name): If load_symbols fails, return NULL.
2694 (load_symbols): Change to a boolean function.
2695 (open_input_bfds): If load_symbols fails then do not make the
2698 2001-06-08 Alan Modra <amodra@bigpond.net.au>
2700 * ldlang.c (record_bfd_errors): Remove.
2702 * emultempl/aix.em: Fix copyright dates.
2704 2001-06-07 Andreas Jaeger <aj@suse.de>
2706 * elf_x86_64.sh (NONPAGED_TEXT_START_ADDR): Increase.
2707 (TEXT_START_ADDR): Likewise.
2709 2001-06-06 Martin Schwidefsky <schwidefsky@de.ibm.com>
2711 * configure.host: Set HOSTING_CRT0/HOSTING_LIBS correctly for s/390.
2713 2001-06-05 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
2715 * emultempl/pe.em (init): Reduce default stack reserve to 0x200000.
2717 2001-05-31 H.J. Lu <hjl@gnu.org>
2719 * ldlang.c (open_input_bfds): Don't change the bfd error
2720 handler whilst loading symbols.
2722 2001-05-28 Nick Clifton <nickc@cambridge.redhat.com>
2724 * configure.tgt: Remove i370-mvs architecture, it is not currently
2727 2001-05-25 H.J. Lu <hjl@gnu.org>
2729 * emulparams/ppcmacos.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
2730 like emulparams/aixppc.sh.
2732 2001-05-25 H.J. Lu <hjl@gnu.org>
2734 * emultempl/beos.em (gld${EMULATION_NAME}_before_parse): Move
2735 setting of output_filename after bfd_scan_arch.
2736 * emultempl/pe.em: Likewise.
2738 2001-05-25 H.J. Lu <hjl@gnu.org>
2740 * emulparams/aixrs6.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
2741 like emulparams/aixppc.sh.
2743 * emultempl/aix.em (sc): Use ${srcdir}/emultempl/ostring.sed
2744 instead of ${srcdir}/emultempl/stringify.sed.
2746 2001-05-25 Timothy Wall <twall@oculustech.com>
2748 * emulparams/elf64_aix.sh: Change settings to match IBM linker
2751 2001-05-25 Alan Modra <amodra@one.net.au>
2753 * configure.host: Replace linuxoldld with linux*oldld.
2754 * configure.tgt: Likewise.
2756 2001-05-24 H.J. Lu <hjl@gnu.org>
2758 * emultempl/stringify.sed: Removed again.
2760 2001-05-24 H.J. Lu <hjl@gnu.org>
2762 * emultempl/aix.em (OUTPUT_ARCH): Defined.
2763 (gld${EMULATION_NAME}_before_parse): Initialize
2764 ldfile_output_architecture, ldfile_output_machine and
2765 ldfile_output_machine_name from ${OUTPUT_ARCH} if possible.
2766 * emultempl/beos.em: Likewise.
2767 * emultempl/elf32.em: Likewise.
2768 * emultempl/linux.em: Likewise.
2769 * emultempl/mipsecoff.em: Likewise.
2770 * emultempl/pe.em: Likewise.
2771 * emultempl/sunos.em: Likewise.
2773 2001-05-24 Tom Rix <trix@redhat.com>
2775 * emultempl/aix.em : (gld${EMULATION_NAME}_read_file)
2776 udate import file format.
2777 (change_symbol_mode) New, same
2778 (is_syscall) New, same
2779 * emulparams/aixppc.sh : add SYSCALL_MASK and SYMBOL_MODE_MASK
2780 * emulparams/aixppc64.sh : same
2781 * emulparams/aixrs6.sh : same
2782 * emulparams/ppcmacos.sh : same
2783 * emultempl/aix.em : use strtoull to parse options
2784 * Makefile.am : add eaixppc64 emulation for xcoff64
2785 * Makefile.in : same
2786 * configure.tgt : same
2788 * scripttempl/aix.sc : default text section offset to 0x10000000
2789 default data section offset to 0x20000000
2790 add .sv3264 and .sv64 pseudo sections
2791 loader and debug sections use the currect section offset.
2793 * emultempl/aix.em : Add xcoff64 support
2794 Add -binitfini support
2795 (gld${EMULATION_NAME}_before_parse) -binitfini
2796 (gld${EMULATION_NAME}_parse_args) same
2797 (gld${EMULATION_NAME}_before_allocation) format change for special
2800 * emulparams/aixppc64.sh : New file for xcoff64 support
2802 2001-05-23 Alexandre Oliva <aoliva@redhat.com>
2804 * emultempl/elf32.em (ELF_INTERPRETER_SET_DEFAULT): Use this new
2805 variable to avoid non-portable shell construct.
2807 2001-05-23 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2809 * ldmain.c (get_emulation): Add -mips5 command line argument.
2811 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
2813 * emulparams/elf_i386_ldso.sh: New, copied from elf_i386.sh.
2814 (ELF_INTERPRETER_NAME): Define it.
2815 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Use
2817 * configure.tgt (targ_emul, targ_extra_emuls)
2818 [i[3456]86-*-solaris2*, i[3456]86-*-solaris*]: Use elf_i386_ldso
2819 as primary, elf_i386 as extra.
2820 * Makefile.am (ALL_EMULATIONS): Added eelf_i386_ldso.o.
2821 (eelf_i386_ldso.c): New rule.
2822 * Makefile.in: Rebuilt.
2824 2001-05-22 Nick Clifton <nickc@redhat.com>
2826 * lexsup.c (ld_options): Allow -I to be an alias for
2827 --dynamic-linker. This is for Solaris compatability.
2828 * ld.texinfo: Document that -I can be used.
2831 2001-05-16 Alan Modra <amodra@one.net.au>
2833 * ldlang.c (wild_doit): Use linker_has_input to reliably determine
2834 whether an input section is the first one assigned to an output
2836 Assorted formatting fixes.
2838 2001-05-14 DJ Delorie <dj@delorie.com>
2840 * Makefile.am (ld.dvi): Search bfd/doc for texinfo files.
2841 * Makefile.in: Ditto.
2843 2001-05-11 Jakub Jelinek <jakub@redhat.com>
2845 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Put
2846 .gnu.linkonce.ia64unw{,i} sections into corresponding .IA_64.unwind*
2848 * emulparams/elf64_aix.sh (OTHER_READONLY_SECTIONS): Likewise.
2850 2001-05-11 Jakub Jelinek <jakub@redhat.com>
2852 * ldlang.c (lang_process): Call bfd_merge_sections.
2854 2001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2856 * ldgram.y: Fix typo.
2858 2001-05-03 H.J. Lu <hjl@gnu.org>
2860 * emultempl/elf32.em: Include "libiberty.h".
2861 (gld${EMULATION_NAME}_vercheck): Call basename () to get the
2862 basename of the bfd filename.
2863 (gld${EMULATION_NAME}_stat_needed): Likewise.
2864 (gld${EMULATION_NAME}_try_needed): Likewise.
2865 (gld${EMULATION_NAME}_open_dynamic_archive): Likewise.
2867 2001-05-02 H.J. Lu <hjl@gnu.org>
2869 * emultempl/pe.em: Include <ctype.h>.
2871 2001-05-02 Johan Rydberg <jrydberg@opencores.org>
2873 * emulparams/elf32openrisc.sh: New file.
2875 * Makefile.am: Add OpenRISC target.
2876 * Makefile.in: Regenerated.
2878 * configure.tgt: Add openrisc-*-* mapping.
2880 2001-05-02 Nick Clifton <nickc@redhat.com>
2882 * emultempl/aix.em: Replace buystring with xstrdup.
2883 * emultempl/beos.em: Replace buystring with xstrdup.
2885 2001-05-02 H.J. Lu <hjl@gnu.org>
2887 * ldfile.c: Include "libiberty.h".
2888 * ldlex.l: Likewise.
2890 * ldmisc.c (buystring): Removed.
2891 * ldmisc.h: Likewise.
2893 * ldfile.c: Replace buystring with xstrdup.
2894 * ldlang.c: Likewise.
2895 * ldlex.l: Likewise.
2896 * ldmain.c: Likewise.
2897 * ldmisc.c: Likewise.
2898 * lexsup.c: Likewise.
2899 * mpw-eppcmac.c: Likewise.
2901 2001-04-30 Andreas Jaeger <aj@suse.de>
2903 * emulparms/elf_x86_64.sh (MAXPAGESIZE): Fix value.
2905 2001-04-28 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
2907 * ldlang.c (load_symbols): Give emulation a chance
2908 to process unrecognized file before fatal error is
2909 reported, not after.
2911 2001-04-27 Sean McNeil <sean@mcneil.com>
2913 * configure.tgt: Add arm-vxworks target.
2914 * scripttempl/armcoff.sc: Support .text or .data as a section name
2918 2001-04-13 J.T. Conklin <jtc@redback.com>
2920 * ld.texinfo: Document --fatal-warnings.
2923 * ldmisc.c (vfinfo): Set flag to inhibit making executable if
2924 warnings have been turned into errors.
2925 * lexsup.c (OPTION_WARN_FATAL): Define.
2926 (ld_options): Entry for --fatal-warnings.
2927 (parse_args): Handle OPTION_WARN_FATAL.
2928 * ld.h (ld_config_type): Add fatal_warnings field.
2930 2001-04-13 Jakub Jelinek <jakub@redhat.com>
2932 * ldmain.c (main): Default to discard_sec_merge.
2933 * lexsup.c (OPTION_DISCARD_NONE): Define.
2934 (ld_options): Add --discard-none.
2935 (parse_args): Handle OPTION_DISCARD_NONE.
2936 * ldlang.c (wild_doit): SEC_MERGE should be set in the output
2937 section only if SEC_MERGE and SEC_STRINGS flags and entsize of
2938 all its input sections match.
2940 2001-04-05 Steven J. Hill <sjhill@cotw.com>
2942 * Makefile.am (ALL_EMULATIONS): Add eelf32ltsmip.o.
2943 (ALL_64_EMULATIONS): Add eelf64btsmip.o and eelf64ltsmip.o.
2944 (eelf32ltsmip.c): New target.
2945 (eelf64btsmip.c): Likewise.
2946 (eelf64ltsmip.c): Likewise.
2947 * Makefile.in: Regenerated.
2949 * configure.tgt (mips*el-*-linux-gnu): Uses traditional MIPS
2951 (mips*-*-linux-gnu*): Likewise.
2953 * emulparams/elf32ltsmip.sh: New. Traditional little endian
2955 * emulparams/elf64btsmip.sh: New. Traditional 64bit big endian
2957 * emulparams/elf64ltsmip.sh: New. Traditional 64bit little
2960 2001-04-05 Hans-Peter Nilsson <hp@axis.com>
2962 * emulparams/criself.sh (EXECUTABLE_SYMBOLS): Cannot provide
2963 correct value of __Stext here.
2964 (TEXT_START_SYMBOLS): Define; always define __Stext, to start of
2967 * emulparams/crislinux.sh: Remove FIXME.
2969 2001-04-02 Alan Modra <alan@linuxcare.com.au>
2971 * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 64k.
2972 (TEXT_START_ADDR, TARGET_PAGE_SIZE): Likewise.
2974 2001-03-27 Hans-Peter Nilsson <hp@axis.com>
2976 * configure.tgt (cris-*-*): Change default emulation to criself.
2977 (cris-*-*aout*): New rule.
2979 2001-03-27 Matthew Wilcox <willy@ldl.fc.hp.com>
2981 * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 0x4000.
2982 (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
2984 2001-03-26 Andreas Jaeger <aj@suse.de>
2986 * ld.texinfo (Overview): Fix syntax in texi code.
2988 2001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2990 * ld.texinfo: Put @c man indications to generate the ld man page.
2991 When generating man, define all the variables. Define SEEALSO
2992 and SYNOPSIS. Re-organize some lines to avoid the cross references.
2993 * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variables.
2994 (ld.1): Generate from ld.texinfo.
2995 * Makefile.in: Regenerate.
2997 2001-03-23 Mark Elbrecht <snowball3@bigfoot.com>
2999 * scripttempl/i386go32.sc: Support the GCC flags '-ffunction-sections'
3000 and '-fdata-sections'. Set the VMA of STABS sections to zero.
3002 2001-03-17 Ulrich Drepper <drepper@redhat.com>
3004 * emultmpl/elf32.em (gld${EMULATION_NAME}_search_needed): If NAME
3005 is an absolute path look only for this file and not along the path.
3007 2001-03-17 Ulrich Drepper <drepper@redhat.com>
3009 * emultempl/elf32.em (OPTION_GROUP): New macro.
3010 Add new option Bgroup to longopts.
3011 (gld*_parse_args): Handle GROUP_OPTION and recognize -z defs.
3012 (gld*_list_options): Add -Bgroup and -z defs.
3013 * ld.1: Document -Bgroup and -z defs.
3014 * ld.texinfo: Likewise.
3016 2001-03-07 Michael Meissner <meissner@redhat.com>
3018 * scripttempl/elfd10v.sc (.rodata,.rodata1,.data1,.sdata): Deal
3019 with sections created by -fdata-sections.
3020 (.dynbss,.bss): Ditto.
3022 2001-03-05 Alan Modra <alan@linuxcare.com.au>
3024 * emultempl/m68kelf.em (m68k_elf_after_allocation): Call
3025 after_allocation_default, not gld..._before_allocation.
3027 2001-02-27 Alan Modra <alan@linuxcare.com.au>
3029 * configure.in (BFD_VERSION): New.
3030 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
3031 * configure: Regenerate.
3032 * Makefile.am: Run "make dep-am"
3033 * Makefile.in: Regenerate.
3035 2001-02-26 Timothy Wall <twall@cygnus.com>
3037 * emulparams/elf64_aix.sh: Add additional read-only sections;
3038 uncomment lines which are now required.
3040 2001-02-26 H.J. Lu <hjl@gnu.org>
3042 * ldlang.c (open_input_bfds): Set the bfd error handler so
3043 that problems can be caught whilst loading symbols.
3044 (record_bfd_errors): New function: Report BFD errors and mark
3045 the executable output as being invalid.
3047 2001-02-22 Timothy Wall <twall@cygnus.com>
3049 * configure.host: Add configuration for ia64-*-aix*.
3050 * Makefile.am (ALL_64_EMULATIONS): Add emulation for ia64-*-aix*.
3051 Add dependencies for eelf64_aix.c.
3052 * Makefile.in: Regenerate.
3053 * configure.tgt: Add ia64-*-aix* mapping.
3054 * emulparams/elf64_aix.sh: Add settings for elf64 on aix5.
3055 * testsuite/ld-bootstrap/bootstrap.exp: Exclude ia64 flavor from
3058 2001-02-20 H.J. Lu <hjl@gnu.org>
3060 * ldfile.c (ldfile_open_file): Set entry->search_dirs_flag to
3061 false if we found the file.
3063 2001-02-18 David O'Brien <obrien@FreeBSD.org>
3065 * configure.tgt: Add FreeBSD/Alpha, FreeBSD/x86-64, FreeBSD/ia64,
3066 FreeBSD/PowerPC, FreeBSD/arm, and FreeBSD/sparc64 entries.
3068 2001-02-18 lars brinkhoff <lars@nocrew.org>
3070 * Makefile.am: Add PDP-11 target.
3071 * configure.tgt: Likewise.
3072 * emulparams/pdp11.sh: New file.
3074 2001-02-17 David O'Brien <obrien@FreeBSD.org>
3076 * configure.host: Add a generic FreeBSD configuration entry such that
3077 all [modern] FreeBSD systems on all platforms will look the same.
3079 2001-02-14 H.J. Lu <hjl@gnu.org>
3081 * configure.tgt: Remove mention of earmelf_linux26.
3083 2001-02-13 Richard Henderson <rth@redhat.com>
3085 * emulparams/elf64_ia64.sh (OTHER_GOT_SYMBOLS): Remove.
3087 2001-02-13 H.J. Lu <hjl@gnu.org>
3089 * ldexp.h (node_type): Add etree_provided.
3090 * ldexp.c (exp_fold_tree): Handle etree_provided. Set the node
3091 type to etree_provided if defined by PROVIDE. Allow updating
3093 (exp_print_tree): Handle etree_provided.
3094 * mpw-elfmips.c (gldelf32ebmip_find_exp_assignment): Handle
3097 2001-02-09 David Mosberger <davidm@hpl.hp.com>
3099 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add
3100 .IA_64.unwind.* pattern to unwind table section and
3101 .IA_64.unwind_info* pattern to unwind info section.
3103 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
3105 * Makefile.am: Add linux target for S/390.
3106 * Makefile.in: Likewise.
3107 * configure.host: Likewise.
3108 * configure.tgt: Likewise.
3109 * emulparams/elf64_s390.sh: New file.
3110 * emulparams/elf_s390.sh: New file.
3112 2001-02-09 Jakub Jelinek <jakub@redhat.com>
3114 * configure.tgt (sparc64-*-linux-gnu*): Add elf32_sparc into
3116 (sparc-*-linux-gnu*): Add elf64_sparc into targ_extra_libpath.
3118 2001-02-06 Philip Blundell <philb@gnu.org>
3120 * Makefile.am: Remove mention of earmelf_linux26.
3121 * Makefile.in: Regenerate.
3123 2001-02-04 Philip Blundell <philb@gnu.org>
3125 * emulparams/armelf_linux.sh (TEXT_START_ADDR): Set to 0x8000.
3126 * emulparams/armelf_linux26.sh: Delete.
3127 * configure.tgt: Remove mention of armelf_linux26 emulation.
3129 2001-02-01 Nick Clifton <nickc@redhat.com>
3131 * ld.1: Replace occurances of -oformat with --oformat.
3133 2001-01-25 Jim Driftmyer <jdrift@stny.rr.com>
3135 * ldlang.c (lang_leave_overlay): Don't set lma_region when
3136 load_base is specified.
3138 2001-01-24 Hans-Peter Nilsson <hp@axis.com>
3140 * emultempl/elf32.em: Correct spelling in comments and listed
3143 2001-01-23 Alan Modra <alan@linuxcare.com.au>
3145 * ldlang.c (lang_leave_overlay): Only set lma_region from the
3146 default for the first section of a group of overlay sections.
3148 2001-01-22 Alan Modra <alan@linuxcare.com.au>
3150 * Makefile.am (GENSCRIPTS): Pass exec_prefix.
3151 * Makefile.in: Regenerate.
3152 * genscripts.sh: Use exec_prefix parameter to specify tool lib.
3153 Check for null tool_dir.
3155 2001-01-16 Jim Wilson <wilson@redhat.com>
3157 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add IA_64.unwind
3158 and IA_64.unwind.info.
3160 2001-01-16 H.J. Lu <hjl@gnu.org>
3162 * ldlang.c (lang_check): Merge the private data only if the
3163 input file has contents.
3165 2001-01-14 Alan Modra <alan@linuxcare.com.au>
3167 * emulparams/hppalinux.sh (OUTPUT_FORMAT): Set to elf32-hppa-linux.
3169 * emultempl/hppaelf.em (hppaelf_after_parse): New function,
3170 enabling search for libmilli. On a relocatable link, make .text
3172 (LDEMUL_AFTER_PARSE): Define.
3173 (hppaelf_finish): Correct spelling of relocatable in comments.
3175 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
3176 rummage through the script for sections on the unique list.
3177 Correct length of strncmp for ".note".
3178 (gld${EMULATION_NAME}_check_needed): Rearrange function.
3180 * ldlang.c (unique_section_list): New var.
3181 (unique_section_p): New function.
3182 (walk_wild_section): Don't match sections on unique_section_list.
3183 (lang_add_unique): New function.
3184 Correct spelling of relocatable in comments.
3186 * ldlang.h (struct unique_sections): Declare.
3187 (unique_section_list): Declare.
3188 (unique_section_p): Declare.
3189 (lang_add_unique): Declare.
3191 * lexsup.c (ld_options): Allow --unique to take an optional arg.
3192 (parse_args [OPTION_UNIQUE]): Call lang_add_unique.
3194 * ld.texinfo (--unique): Update.
3196 2001-01-13 Nick Clifton <nickc@redhat.com>
3198 * lexsup.c (parse_args): Remove spurious white space.
3200 2001-01-12 Nick Clifton <nickc@redhat.com>
3202 * lexsup.c (parse_args): Update copyright date.
3204 2001-01-12 Philip Blundell <pb@futuretv.com>
3206 * configure.host: Set HOSTING_LIBS appropriately for ix86-cygwin.
3208 2001-01-10 Kazu Hirata <kazu@hxi.com>
3210 * scripttempl/h8300.sc: Fix formatting. Fix a comment typo.
3211 * scripttempl/h8300h.sc: Fix formatting.
3212 * scripttempl/h8300s.sc: Likewise.
3213 * scripttempl/h8500.sc: Likewise.
3214 * scripttempl/h8500b.sc: Likewise.
3215 * scripttempl/h8500c.sc: Likewise.
3216 * scripttempl/h8500m.sc: Likewise.
3217 * scripttempl/h8500s.sc: Likewise.
3219 2000-01-07 David O'Brien <obrien@BSDi.com>
3221 * emultempl/elf32.em: Only perform Linux ld hints processing when
3224 2001-01-07 Philip Blundell <philb@gnu.org>
3226 * ld.texinfo (Bug Reporting): Update email address for reports.
3228 2000-12-31 Nick Clifton <nickc@redhat.com>
3230 * lexsup.c (parse_args): Set opterr to 0 and detect unparsed long
3231 options by checking for a return value of '?' not -1.
3233 2000-12-28 Nick Clifton <nickc@redhat.com>
3235 * lexsup.c (struct ld_option): Add new enum value:
3237 (ld_options[]): Change -omagic, -output and -oformat options
3238 to be EXACTLY_TWO_DASHES.
3239 (OUTPUT_COUNT): Use ARRAY_SIZE.
3240 (parse_args): Change parameter 'argc' to unsigned.
3241 Place EXACTLY_TWO_DASHES options into new really_longopts
3243 If getopt_long_only fails, try calling getopt_long using the
3244 really_longopts array.
3245 (help): Print a double dash for both EXACTLY_TWO_DASHES and
3248 * ldlex.h: Fix prototype of parse_args.
3250 * ld.texinfo: Document that long options starting with 'o'
3251 must be preceeded by two dashes. Change example of a single
3252 dashed long option from -oformat to -trace-symbol.
3254 2000-12-26 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
3256 * emultempl/pe.em (OPTION_NO_DEFAULT_EXCLUDES): Define.
3257 (longopts[]): New --no-default-excludes option.
3258 (gld_${EMULATION_NAME}_list_options): Document.
3259 (gld_${EMULATION_NAME}_parse_args): Handle.
3261 2000-12-13 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3263 * ldlang.c (new_stat): Revert the last beautification with "innocent"
3264 whitespace, it breaks the K&R C preprocessor.
3266 2000-12-11 DJ Delorie <dj@redhat.com>
3268 * ld.texinfo: Add notes about --whole-archive and gcc.
3270 2000-11-18 Fred Fish <fnf@be.com>
3272 * lexsup.c (OPTION_ALLOW_SHLIB_UNDEFINED): Define.
3273 (ld_options): Entry for --allow-shlib-undefined.
3274 (parse_args): Handle OPTION_ALLOW_SHLIB_UNDEFINED.
3275 * ldmain.c (main): Initialize link_info.allow_shlib_undefined
3277 * ld.texinfo: Document new command line switch.
3279 2000-12-12 Geoffrey Keating <geoffk@redhat.com>
3281 * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS):
3282 .fixup is actually read/write.
3283 * emulparams/elf32lppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
3284 * emulparams/elf32ppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
3285 * emulparams/elf32lppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
3287 2000-12-11 Jan Hubicka <jh@suse.cz>
3289 * NEWS: Add note about x86_64 architecture.
3291 2000-12-06 Mark Elbrecht <snowball3@bigfoot.com>
3293 * scripttempl/i386go32.sc: Use PROVIDE with _etext, _edata, _end.
3294 Set DWARF2 sections to a VMA of zero.
3296 2000-12-01 Joel Sherrill <joel@OARcorp.com>
3298 * configure.tgt (arm-*-rtems*, a29k-*rtems*, h8300-*-rtems*):
3300 (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
3301 (sparc*-*-rtems*): Switched from a.out to ELF.
3303 2000-11-30 Jan Hubicka <jh@suse.cz>
3305 * Makefile.am (ALL_EMULATIONS): Add eelf_x86_64.o
3306 (eelf_x86_64.c): New.
3307 * Makefile.in: Regenerate.
3308 * configure.tgt: Add support for x86_64-*-linux-gnu*.
3309 * emulparams/elf_x86_64.sh: New.
3311 2000-11-30 Hans-Peter Nilsson <hp@axis.com>
3313 * emulparams/crislinux.sh (ENTRY): Change back to _start.
3314 (TEXT_START_SYMBOLS): Remove conditional setting of __start.
3316 * scripttempl/crisaout.sc: Change all RELOCATING not related to
3317 merging non-a.out sections into CONSTRUCTING.
3319 2000-11-28 Nick Clifton <nickc@redhat.com>
3321 * ld.1 (COPYING): Mention that the GNU Free Documentation
3322 License is present in the sources, but not the output, and
3323 also available from the GNU website.
3324 (GNU Free Documentation License): Comment out this section.
3326 2000-11-28 David O'Brien <obrien@dragon.nuxi.com>
3328 * emulparams/elf64alpha.sh (ENTRY): Remove leading underscore as ELF
3331 2000-11-25 David O'Brien <obrien@FreeBSD.org>
3333 * ld.1: Remove old date so it does not give the impression the manpage
3336 2000-11-24 Nick Clifton <nickc@redhat.com>
3338 * configure.tgt (xscale-coff): Add target.
3339 (xscale-elf): Add target.
3341 2000-11-24 Fred Fish <fnf@be.com>
3343 * ldmain.c (main): Remove redundant init of config.make_executable
3346 2000-11-15 Richard Henderson <rth@redhat.com>
3348 * emulparams/elf64alpha.sh (MAXPAGESIZE): Typo -- 64k, not 1M.
3350 2000-11-14 Kazu Hirata <kazu@hxi.com>
3352 * scripttempl/h8300.sc: Fix formatting.
3353 * scripttempl/h8300h.sc: Likewise.
3354 * scripttempl/h8300s.sc: Likewise.
3356 2000-11-14 Denis Chertykov <denisc@overta.ru>
3358 * scripttempl/elf32avr.sc: Fix bug in .eeprom segment.
3360 2000-11-09 Philip Blundell <pb@futuretv.com>
3362 * emultempl/pe.em: Define ___start_SECNAME and ___stop_SECNAME
3363 around orphan sections whose names can be represented in C.
3365 2000-11-07 Jim Wilson <wilson@redhat.com>
3367 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): New local
3368 hold_sdata. If SEC_SMALL_DATA set, set place to hold_sdata.
3370 2000-11-06 Nick Clifton <nickc@redhat.com>
3372 * ld.texinfo: Add GNU Free Documentation License.
3373 * ldint.texinfo: Add GNU Free Documentation License.
3374 * ld.1: Add GNU Free Documentation License.
3376 2000-11-05 Alan Modra <alan@linuxcare.com.au>
3378 * ldlex.l (yy_create_string_buffer): Init yy_is_our_buffer,
3379 yy_is_interactive, yy_at_bol, and yy_fill_buffer.
3381 * Makefile.am (DISTCLEANFILES): Add stringify.sed.
3382 Move 2000-11-02 Makefile.in changes to this file.
3383 * Makefile.in: Regenerate.
3385 2000-11-03 Nick Clifton <nickc@redhat.com>
3387 * scripttempl/h8300.sc: Use ${CONSTRUCTING...} to enclose
3388 constructors and destructors.
3389 * scripttempl/h8300h.sc: Ditto.
3390 * scripttempl/h8300s.sc: Ditto.
3391 * scripttempl/h8500.sc: Ditto.
3392 * scripttempl/h8500b.sc: Ditto.
3393 * scripttempl/h8500c.sc: Ditto.
3394 * scripttempl/h8500m.sc: Ditto.
3395 * scripttempl/h8500s.sc: Ditto.
3396 * scripttempl/v850.sc: Ditto.
3397 * scripttempl/w65.sc: Ditto.
3398 * scripttempl/z8000.sc: Ditto.
3400 2000-11-02 Per Lundberg <plundis@chaosdev.org>
3402 * Makefile.in (e_i386_chaos.c): New rule.
3403 (ALL_EMULATIONS): Added e_i386_chaos.o.
3404 * emulparams/elf_i386_chaos.sh: New file.
3405 * configure.tgt: Recognise i[3456]86-chaosdev-storm-chaos.
3407 2000-10-20 Jakub Jelinek <jakub@redhat.com>
3409 * emulparams/elf64_sparc.sh (TEXT_START_ADDR,
3410 NONPAGED_TEXT_START_ADDR): Set to 4GB for Solaris targets.
3411 Fix sed invocation, so that it coped with '/' in Solaris 64bit
3412 library path suffix.
3413 Based on patch by Andrew Macleod <amacleod@cygnus.com>.
3415 2000-10-18 Hans-Peter Nilsson <hp@axis.com>
3417 * scripttempl/crisaout.sc (.text, .data): Pad, with ALIGN (32),
3418 for consecutive sections.
3420 2000-10-17 Chandrakala Chavva <cchavva@redhat.com>
3422 * lexsup.c: New option OPTION_TARGET_HELP. Prints all target specific
3424 * ld.texinfo: Added notes about this new option.
3426 2000-10-16 Nick Clifton <nickc@redhat.com>
3428 * emultempl/pe.em (_after_open): Add tests of return values from
3429 bfd functions. Emit appropriate error messages if necessary.
3431 2000-10-13 Nick Clifton <nickc@redhat.com>
3433 * emultempl/pe.em (_after_open): Delete 'is2' and 'nsyms'
3434 local variables - they are not used, but leave in the call to
3435 bfd_canonicalize_symtab.
3436 (_open_dynamic_archive): Add #ifdef DLL_SUPPORT around use of
3437 pe_dll_search_prefix.
3439 2000-10-12 Charles Wilson <cwilson@ece.gatech.edu>
3441 * emultempl/pe.em (pe_dll_search_prefix): New variable,
3442 (longopts): New --dll-search-prefix option.
3443 (gld_${EMULATION_NAME}_list_options): Document.
3444 (gld_${EMULATION_NAME}_parse_args): Handle.
3445 (gld_${EMULATION_NAME}_open_dynamic_archive): When linking
3446 dynamically, search for a dll named '<prefix><basename>.dll'
3447 in preference to 'lib<basename>.dll' if --dll-search-prefix
3450 2000-10-12 Alan Modra <alan@linuxcare.com.au>
3452 * ldlang.c (section_already_linked): Set kept_section instead of
3455 2000-10-10 Kazu Hirata <kazu@hxi.com>
3457 * deffile.h: Fix formatting.
3458 * lexsup.c: Likewise.
3461 2000-10-09 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
3463 * pe-dll.c (make_one): Do not generate code thunk for DATA
3465 (process_def_file): deduce DATA flag for auto-export sumbols.
3467 2000-10-09 Kazu Hirata <kazu@hxi.com>
3469 * ld.h: Fix formatting.
3470 * ldcref.c: Likewise.
3471 * ldctor.h: Likewise.
3472 * ldemul.c: Likewise.
3473 * ldemul.h: Likewise.
3474 * ldexp.c: Likewise.
3475 * ldexp.h: Likewise.
3476 * ldfile.c: Likewise.
3477 * ldfile.h: Likewise.
3478 * ldlang.c: Likewise.
3479 * ldlang.h: Likewise.
3480 * ldmain.c: Likewise.
3481 * pe-dll.c: Likewise.
3483 * pe-dll.c: Revert some formatting fixes.
3485 2000-10-08 Kazu Hirata <kazu@hxi.com>
3487 * pe-dll.c: Fix formatting.
3489 2000-10-05 Kazu Hirata <kazu@hxi.com>
3491 * ldlang.c: Fix formatting.
3493 2000-10-03 DJ Delorie <dj@redhat.com>
3495 * pe-dll.c (fill_edata): initialize entire block
3496 (make_one): fill in correct section.
3498 2000-10-03 Kazu Hirata <kazu@hxi.com>
3500 * ldexp.c: Fix formatting.
3502 2000-10-02 DJ Delorie <dj@redhat.com>
3504 * emultempl/pe.em (gld_*_after_open): detect case where there two
3505 import libraries for same dll; rename one to ensure proper link
3508 * pe-dll.c (process_def_file): compare ordinals to -1, not 0; fix
3510 (generate_edata): fix typo
3512 2000-09-29 Hans-Peter Nilsson <hp@axis.com>
3514 * scripttempl/crisaout.sc (ENTRY): Now __start.
3515 (.text): Add default setting for __start.
3516 Remove CONSTRUCTORS handling.
3517 (/DISCARD/): Add .gnu.warning.*.
3518 * emulparams/crislinux.sh (ENTRY): Now __start.
3519 (TEXT_START_SYMBOLS): New; provide __Stext and __start default.
3520 * emulparams/criself.sh (OUTPUT_FORMAT): Now elf32-us-cris.
3521 (ENTRY): Now __start.
3522 (INITIAL_READONLY_SECTIONS): Add KEEP for .startup.
3523 (EXECUTABLE_SYMBOLS): Add default setting for __start.
3525 2000-09-29 Kazu Hirata <kazu@hxi.com>
3527 * deffile.h: Fix formatting.
3529 * ldcref.c: Likewise.
3530 * ldctor.c: Likewise.
3531 * ldctor.h: Likewise.
3532 * ldemul.c: Likewise.
3533 * ldemul.h: Likewise.
3534 * ldexp.c: Likewise.
3535 * ldexp.h: Likewise.
3536 * ldfile.c: Likewise.
3537 * ldfile.h: Likewise.
3538 * ldlang.c: Likewise.
3539 * ldlang.h: Likewise.
3540 * lexsup.c: Likewise.
3542 * pe-dll.c: Likewise.
3544 2000-09-28 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
3546 * pe-dll.c (process_def_file): Uninitialized data wasn't
3547 exported with --export-all-symbols switch.
3549 2000-09-28 DJ Delorie <dj@redhat.com>
3551 * pe-dll.c (fill_edata): rearrange the data so that ordinals and
3552 noname work properly.
3554 2000-09-28 Alan Modra <alan@linuxcare.com.au>
3556 * ld.texinfo (HPPA ELF32): New section.
3558 * emultempl/hppaelf.em (group_size): New.
3559 (hppaelf_finish): Pass group_size to elf32_hppa_size_stubs.
3560 (PARSE_AND_LIST_PROLOGUE): Add OPTION_STUBGROUP_SIZE.
3561 (PARSE_AND_LIST_LONGOPTS): Add --stub-group-size. Duplicate
3562 options to prevent abbreviations matching.
3563 (PARSE_AND_LIST_OPTIONS): Describe the above. Reformat.
3564 (PARSE_AND_LIST_ARGS_CASES): Handle it.
3566 2000-09-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3568 * emultempl/m68kelf.em: Conditionalise the embedded relocs feature
3569 on the m68*-*-elf target. Make it support COFF input objects.
3571 2000-09-21 Kazu Hirata <kazu@hxi.com>
3573 * ldmain.c: Fix formatting.
3574 * ldmisc.c: Likewise.
3575 * ldver.c: Likewise.
3576 * ldwrite.c: Likewise.
3578 2000-09-21 Alan Modra <alan@linuxcare.com.au>
3580 * ldwrite.c (clone_section): Silence gcc warnings.
3582 2000-09-20 Alan Modra <alan@linuxcare.com.au>
3584 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Handle
3585 out of memory failure.
3587 * ldwrite.c (ldwrite): Remove unnecessary einfo arg.
3588 (clone_section): Handle out of memory failures. Rename var to
3589 avoid c++ reserved word.
3591 2000-09-18 Alan Modra <alan@linuxcare.com.au>
3593 * emultempl/hppaelf.em (hppaelf_add_stub_section): Rename
3594 stub_name param to stub_sec_name.
3595 (hppaelf_finish): Modify call to elf32_hppa_size_stubs.
3597 2000-09-10 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3599 * emultempl/m68kelf.em: New file.
3600 * emulparams/m68kelf.sh (EXTRA_EM_FILE): Use it.
3601 * Makefile.am (em68kelf.c): Add dependency on m68kelf.em.
3602 * Makefile.in: Regenerate.
3604 2000-09-15 Alan Modra <alan@linuxcare.com.au>
3606 * emulparams/hppalinux.sh (DATA_START_SYMBOLS): Provide $global$
3609 2000-09-13 Nick Clifton <nickc@redhat.com>
3611 * ldmain.c (multiple_definition): Disable relaxation if
3612 multiple symbol definitions are encountered - otherwise the
3613 linker could abort with an assertion failure.
3615 2000-09-10 Nick Clifton <nickc@redhat.com>
3617 * mri.c: Fix formatting.
3619 2000-09-07 H.J. Lu <hjl@gnu.org>
3621 * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
3622 * configure: Rebuild.
3624 2000-09-07 H.J. Lu <hjl@gnu.org>
3626 * Makefile.am (lexsup.o): Also depend on $(INCDIR)/demangle.h.
3627 * Makefile.in: Rebuild.
3629 2000-09-07 Alan Modra <alan@linuxcare.com.au>
3631 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Fix
3632 broken list handling. Create __start_SECNAME and __stop_SECNAME
3633 when no place-holder. Add some comments. Test both SEC_CODE and
3634 SEC_READONLY for hold_text to prevent .rodata orphan poisoning.
3635 Handle case where no output section statement created.
3637 2000-09-07 Niibe Yutaka <gniibe@m17n.org>, Kaz Kojima <kkojima@rr.iij4u.or.jp>, Alexandre Oliva <aoliva@redhat.com>
3639 * configure.tgt (sh-*-linux*): Added.
3640 * Makefile.am: Added eshelf_linux and eshlelf_linux.
3641 * Makefile.in: Rebuilt.
3642 * emulparams/shelf_linux.sh: New file.
3643 * emulparams/shlelf_linux.sh: New file.
3645 2000-09-06 Alan Modra <alan@linuxcare.com.au>
3647 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
3648 try shuffling sections when the orphan happens to be the place
3649 holder. Keep count of unique section names generated so we speed
3650 the search for a new name.
3652 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
3654 * configure: Rebuilt with new libtool.m4.
3656 2000-09-05 Nick Clifton <nickc@redhat.com>
3658 * Makefile.in: Regenerate.
3659 * aclocal.m4: Regenerate.
3660 * configure: Regenerate.
3661 * config.in: Regenerate.
3662 * po/ld.pot: Regenerate.
3664 * ldint.texinfo: Remove CVS revision marker - it foils local
3667 * emultempl/ticoff.em: Remove extraneous comma.
3669 2000-09-05 Alan Modra <alan@linuxcare.com.au>
3671 * emultempl/hppaelf.em (hppaelf_add_stub_section): Add SEC_RELOC
3672 to stub section flags.
3673 (hppa_for_each_input_file_wrapper): New.
3674 (hppa_lang_for_each_input_file): New.
3675 (lang_for_each_input_file): Define to call above.
3676 (multi_subspace): New.
3677 (hppaelf_finish): Pass multi_subspace to elf32_hppa_size_stubs.
3678 (PARSE_AND_LIST_PROLOGUE): Define.
3679 (PARSE_AND_LIST_LONGOPTS): Define.
3680 (PARSE_AND_LIST_OPTIONS): Define.
3681 (PARSE_AND_LIST_ARGS_CASES): Define.
3682 (hppaelf_finish): Call elf32_hppa_set_gp.
3683 (hppaelf_set_output_arch): Remove.
3684 (LDEMUL_SET_OUTPUT_ARCH): Remove.
3686 * emulparams/hppalinux.sh (ELFSIZE): Define.
3688 (OTHER_READONLY_SECTIONS): Define.
3690 (GENERATE_SHLIB_SCRIPT): Define.
3692 * ldlang.c: Add missing prototypes, and tidy others. Change CONST
3693 to const throughout. Change `void *' to `PTR' throughout.
3694 (lang_memory_default): Function is local to file, add `static'.
3696 * Makefile.am (ehppaelf.c): Depend on emultempl/elf32.em.
3697 (ehppalinux.c): Likewise.
3698 (earmelf.c): Likewise.
3699 (earmelf_linux.c): Likewise.
3700 (earmelf_linux26.c): Likewise.
3701 * Makefile.in: Regenerate.
3703 * ld.h (ld_config_type): Add unique_orphan_sections.
3704 * lexsup.c (OPTION_UNIQUE): Define.
3705 (ld_options): Add "--unique".
3706 (parse_args): Handle it.
3707 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
3708 search for an existing output section if unique_orphan_sections is
3709 set. Make use of bfd_get_unique_section_name rather than
3710 duplicating code here.
3711 * ld.texinfo: Describe --unique.
3713 * lexsup.c (ld_options): Make split-by-reloc arg optional. Add
3714 optional arg to split-by-file.
3715 (parse_args): Handle them.
3716 * ld.texinfo: Update description of these options.
3717 * ldwrite.c (clone_section): Pass in the section name. Replace
3718 local code with bfd_get_unique_section_name.
3719 (split_sections): Tidy code and comments. Use a list traversal
3720 more appropriate to the list construction. Handle cooked section
3721 sizes. Split when split_by_reloc reached rather than exceeded.
3722 Track section size and split when split_by_file reached. Fix
3723 link_order_tail (even though it's not used).
3724 (ldwrite): Modify condition for calling split_sections to suit
3725 changed split_by_reloc and split_by_file.
3726 * ldmain.c (main): Init config.split_by_reloc and
3727 config.split_by_file to -1.
3728 * ld.h (ld_config_type): Change split_by_reloc to unsigned.
3729 Change split_by_file to bfd_size_type.
3731 2000-09-02 Nick Clifton <nickc@redhat.com>
3733 * configure.in: Increase version number to 2.10.91.
3734 * NEWS: Mention new ability to support removal of duplicate DWARF2
3736 * configure: Regenerate.
3737 * aclocal.m4: Regenerate.
3738 * config.in: Regenerate.
3740 2000-09-02 Daniel Berlin <dberlin@redhat.com>
3742 * scripttempl/elf.sc: Add .gnu.linkonce.wi.* to .debug_info
3744 * scripttempl/elf32avr.sc: Ditto.
3745 * scripttempl/elfd10v.sc: Ditto.
3746 * scripttempl/elfd30v.sc: Ditto.
3747 * scripttempl/elfi370.sc: Ditto.
3748 * scripttempl/elfm68hc11.sc: Ditto.
3749 * scripttempl/elfm68hc12.sc: Ditto.
3750 * scripttempl/elfi386beos.sc: Ditto.
3751 * scripttempl/v850.sc: Ditto.
3753 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
3755 * acinclude.m4: Include libtool and gettext macros from the
3757 * aclocal.m4, configure: Rebuilt.
3759 2000-08-25 Nick Clifton <nickc@redhat.com>
3761 * ldlang.c (open_output): When choosing the target for a
3762 particular endianness, do nothing if the target is not
3765 2000-08-25 H.J. Lu <hjl@gnu.org>
3767 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Don't
3768 check -rpath nor LD_RUN_PATH for cross link.
3769 * ld.texinfo: Document the change.
3771 2000-08-24 Hans-Peter Nilsson <hp@axis.com>
3773 * NEWS: Mention support for CRIS.
3775 2000-08-23 H.J. Lu <hjl@gnu.org>
3777 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Get
3778 the current runpath list from bfd_elf_get_runpath_list ()
3781 2000-08-22 H.J. Lu <hjl@gnu.org>
3783 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Search
3784 the DT_RPATH/DT_RUNPATH entries for DT_NEEDED after
3785 LD_LIBRARY_PATH for native linker. Display the needed DSO if
3786 trace_file_tries is non-zero.
3787 (gld${EMULATION_NAME}_try_needed): Report the needed DSO found
3788 if trace_file_tries is non-zero.
3790 * ld.texinfo: Document the usage of DT_RPATH/DT_RUNPATH.
3793 2000-08-14 Jason Eckhardt <jle@cygnus.com>
3795 * NEWS: Mention i860 support.
3797 2000-08-14 Andreas Schwab <schwab@suse.de>
3799 * scripttempl/elf.sc: Fix last change to use correct comment
3802 2000-08-10 Geoff Keating <geoffk@cygnus.com>
3804 * scripttempl/elf.sc: Add a comment giving the correspondence
3805 between sections, per-datum sections, and linkonce sections. Make
3806 the comment true even for .bss, .sdata, .sdata2, .sbss, and
3809 2000-08-10 Jason Eckhardt <jle@cygnus.com>
3811 * emulparams/elf32_i860.sh: New file.
3812 * configure.tgt: Recognize new target i860-stardent-{sysv4*|elf*}.
3813 * Makefile.am (ALL_EMULATIONS): Add eelf32_i860.o.
3814 (eelf32_i860.c): New rule.
3815 * Makefile.in: Regenerate.
3817 2000-08-10 Nick Clifton <nickc@cygnus.com>
3819 * emulparams/mipspe.sh (ENTRY): Add definition.
3821 2000-08-08 Peter Jeremy <peter.jeremy@alcatel.com.au>
3823 * emultempl/elf32.em (_after_close): Refer to -rpath not --rpath
3826 2000-08-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3828 * scripttempl/elfm68hc11.sc: Define __bss_size symbol to indicate
3829 the final size of .bss section.
3830 * scripttempl/elfm68hc12.sc: Likewise.
3832 2000-08-04 Alan Modra <alan@linuxcare.com.au>
3834 * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Rename to
3835 gld${EMULATION_NAME}_parse_args for consistency. Combine
3836 lastoptind and prevoptind vars, and keep track of last optind.
3837 (gld_${EMULATION_NAME}_list_options): Rename to
3838 gld${EMULATION_NAME}_list_options.
3840 2000-08-03 Rodney Brown <RodneyBrown@pmsc.com>
3842 * configure.tgt: Select targ_emul=elf_i386 for Unixware 7
3843 (i586-sco-sysv5uw7.1.0).
3845 2000-07-27 H.J. Lu <hjl@gnu.org>
3847 * emulparams/elf64alpha.sh (PARSE_AND_LIST_ARGS): Removed.
3848 (PARSE_AND_LIST_PROLOGUE): New.
3849 (PARSE_AND_LIST_LONGOPTS): Likewise.
3850 (PARSE_AND_LIST_OPTIONS): Likewise.
3851 (PARSE_AND_LIST_ARGS_CASES): Likewise.
3852 (PARSE_AND_LIST_EPILOGUE): Likewise.
3854 2000-07-28 Alan Modra <alan@linuxcare.com.au>
3856 * emultempl/armelf.em: Elide functions common to elf32.em,
3857 ie. most of the file.
3858 (arm_elf_after_open): New. Do arm specific things then call
3859 gld${EMULATION_NAME}_after_open.
3860 (arm_elf_before_allocation): New. Call
3861 gld${EMULATION_NAME}_before_allocation then do arm specifics.
3862 (PARSE_AND_LIST_PROLOGUE): Define.
3863 (PARSE_AND_LIST_SHORTOPTS): Define.
3864 (PARSE_AND_LIST_LONGOPTS): Define.
3865 (PARSE_AND_LIST_OPTIONS): Define.
3866 (PARSE_AND_LIST_ARGS_CASES): Define.
3867 (LDEMUL_AFTER_OPEN): Define.
3868 (LDEMUL_BEFORE_ALLOCATION): Define.
3869 (LDEMUL_BEFORE_PARSE): Define.
3870 (LDEMUL_FINISH): Define.
3872 * emultempl/hppaelf.em: Similarly zap most of this file.
3873 (hppaelf_add_stub_section): Prototype.
3874 (hppaelf_layaout_sections_again): Prototype.
3875 (hook_in_stub): Prototype.
3876 (LDEMUL_SET_OUTPUT_ARCH): Define.
3877 (LDEMUL_FINISH): Define.
3878 (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
3880 * emulparams/armelf.sh (TEMPLATE_NAME): Use elf32.
3881 (EXTRA_EM_FILE): New.
3882 * emulparams/armelf_linux.sh: Likewise.
3883 * emulparams/armelf_linux26.sh: Likewise.
3884 * emulparams/hppalinux.sh: Likewise.
3885 * emulparams/hppaelf.sh: Likewise.
3888 * emultempl/elf32.em: Fix formatting.
3889 (EXTRA_EM_FILE): Source it.
3890 (LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
3891 LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
3892 LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
3893 LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
3894 LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
3895 LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
3896 LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
3897 LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
3898 LDEMUL_FIND_POTENTIAL_LIBRARIES): New shell vars. Add code to
3899 allow functions in this file to be overridden.
3900 (PARSE_AND_LIST_SHORTOPTS): Handle it.
3902 * emultempl/m68kcoff.em: Include ldfile.h before ldemul.h.
3904 * emultempl/elf32.em: Reorganize file.
3906 2000-07-27 Ivan Kokshaysky <ink@jurassic.park.msu.ru>
3908 * emulparams/elf64alpha.sh: Implement "-taso" emulation
3909 specific option to fit 64-bit executable in the lower
3910 31-bit address range. This is done by changing start
3911 address of .interp (the very first section of executable)
3912 and then setting EF_ALPHA_32BIT elf header flag.
3914 2000-07-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3916 * emultempl/m68kcoff.em: New file.
3917 * emulparams/m68kcoff.sh (TEMPLATE_NAME): Use m68kcoff template.
3918 * Makefile.am (em68kcoff.c): Depend on m68kcoff.em rather than
3920 * Makefile.in: Regenerate.
3922 2000-07-20 H.J. Lu <hjl@gnu.org>
3924 * emultempl/elf32.em (longopts): Duplicate "disable-new-dtags"
3925 and "disable-new-dtags" to stop getopt from treating -d/-e as
3926 abbreviations for these options.
3928 2000-07-20 H.J. Lu <hjl@gnu.org>
3930 * ld.texinfo: Add documentation for --disable-new-dtags and
3933 * ldmain.c (main): Initialize link_info.new_dtags to false.
3935 * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Add
3936 --disable-new-dtags and --enable-new-dtags.
3937 (gld_${EMULATION_NAME}_list_options): Likewise.
3939 2000-07-05 Kenneth Block <krblock@computer.org>
3941 * lexsup.c: Add optional style to demangle switch
3942 * ld.texinfo: Document optional style to demangle switch.
3944 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
3946 * Makefile.am (ALL_EMULATIONS): Add ecrisaout.o, ecriself.o,
3948 (ecrisaout.c, ecriself.c, ecrislinux.c): New rules.
3949 Regenerate dependencies.
3950 * Makefile.in: Rebuild.
3951 * configure.tgt (cris-*-*): New target.
3952 * emulparams/crisaout.sh, emulparams/criself.sh,
3953 emulparams/crislinux.sh, scripttempl/crisaout.sc: New files.
3954 * po/POTFILES.in, po/ld.pot: Regenerate.
3956 2000-07-20 H.J. Lu <hjl@gnu.org>
3958 * emultempl/elf32.em (gld_${EMULATION_NAME}_list_options):
3959 Print out ignored -z options.
3961 2000-07-19 H.J. Lu <hjl@gnu.org>
3963 * emulparams/elf32mcore.sh (PARSE_AND_LIST_ARGS): Removed.
3964 (PARSE_AND_LIST_PROLOGUE): New.
3965 (PARSE_AND_LIST_LONGOPTS): Likewise.
3966 (PARSE_AND_LIST_OPTIONS): Likewise.
3967 (PARSE_AND_LIST_ARGS_CASES): Likewise.
3969 * ldmain.c (main): Clear link_info.flags and link_info.flags_1.
3971 * lexsup.c (ld_options): Comment out 'z'.
3972 (parse_args): Likewise.
3974 * emultempl/elf32.em: Include "elf/common.h".
3975 (gld_${EMULATION_NAME}_parse_args): Defined. Handle some -z
3977 (gld_${EMULATION_NAME}_list_options): Likewise.
3979 * ld.texinfo: Add documentation for the recognized -z options.
3981 2000-07-19 H.J. Lu <hjl@gnu.org>
3983 * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Call
3984 bfd_elf_set_dt_needed_soname ().
3986 2000-07-18 DJ Delorie <dj@cygnus.com>
3988 * pe-dll.c (pe_dll_id_target): check object target name also
3990 2000-07-18 Hans-Peter Nilsson <hp@axis.com>
3992 * scripttempl/elf.sc (.init): Only do ${INIT_START} and
3993 ${INIT_END} if relocating.
3994 (.fini): Likewise ${FINI_START} and ${FINI_END}.
3996 2000-07-16 Charles Wilson <cwilson@ece.gatech.edu>
3998 * emultempl/pe.em (gld_*_open_dynamic_archive): New search
3999 order for dynamic library '-lfoo' on pei386: libfoo.dll.a,
4000 foo.dll.a, libfoo.a, libfoo.dll, foo.dll. This fixes compatibility
4001 errors introduced by the old dynamic lib search order.
4003 2000-07-17 DJ Delorie <dj@cygnus.com>
4005 * pe-dll.c (process_def_file): auto-export data items also
4006 (pe_process_import_defs): also see if _imp_ form needed
4008 2000-07-12 Charles Wilson <cwilson@ece.gatech.edu>
4010 * pe-dll.c (make_one): fix a typo in the __imp_ name decoration
4011 for dll import libraries
4013 2000-07-12 Mark Elbrecht <snowball3@bigfoot.com>
4015 * scripttempl/i386go32.sc: Support the g++ attribute init_priority in
4016 gcc 2.95.2 and later.
4018 2000-07-11 Kazu Hirata <kazu@hxi.com>
4020 * ldfile.c (ldfile_try_open_bfd): Output '\n' after an error
4023 2000-07-10 Alan Modra <alan@linuxcare.com.au>
4025 * ldemul.h (struct lang_input_statement_struct): Remove forward
4027 (struct search_dirs): Likewise.
4028 * ldfile.h (struct lang_input_statement_struct): Likewise.
4029 Protect file from multiple inclusion.
4030 * ldlang.h (LANG_FOR_EACH_INPUT_STATEMENT): Move file_chain
4031 declaration from macro to file scope.
4033 * ldemul.c: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this order.
4034 * ldgram.y: Likewise here.
4035 * ldlang.c: And here.
4036 * ldmain.c: And here.
4037 * mpw-elfmips.c: And here.
4038 * mpw-eppcmac.c: And here.
4039 * emultempl/aix.em: And here.
4040 * emultempl/armcoff.em: And here.
4041 * emultempl/armelf.em: And here.
4042 * emultempl/armelf_oabi.em: And here.
4043 * emultempl/beos.em: And here.
4044 * emultempl/elf32.em: And here.
4045 * emultempl/hppaelf.em: And here.
4046 * emultempl/linux.em: And here.
4047 * emultempl/lnk960.em: And here.
4048 * emultempl/pe.em: And here.
4049 * emultempl/sunos.em: And here.
4050 * mpw-esh.c: And here. Include ldexp.h and ldlang.h too.
4051 * mpw-idtmips.c: Ditto.
4052 * emultempl/generic.em: Ditto.
4053 * emultempl/gld960.em: Ditto.
4054 * emultempl/gld960c.em: Ditto.
4055 * emultempl/mipsecoff.em: Ditto.
4056 * emultempl/ticoff.em: Ditto.
4057 * emultempl/vanilla.em: Ditto.
4059 * pe-dll.c: Include ldfile.h
4060 * ldver.c: Include ldexp.h, ldlang.h, ldfile.h
4062 * mpw-elfmips.c: (gldelf32ebmip_before_allocation): Add missing
4063 arguments to bfd_elf32_size_dynamic_sections call.
4064 (gldelf32ebmip_place_orphan): Add missing arguments to
4065 lang_leave_output_section_statement call.
4067 2000-07-10 H.J. Lu <hjl@gnu.org>
4069 * emultempl/pe.em (pe_enable_stdcall_fixup): Protect with
4071 (strhash): Likewise.
4072 (compute_dll_image_base): Likewise.
4073 (pe_undef_found_sym): Likewise.
4074 (pe_undef_cdecl_match): Likewise.
4075 (gld_${EMULATION_NAME}_open_dynamic_archive): Mark the
4076 argument "arch" with ATTRIBUTE_UNUSED.
4078 2000-07-10 Alan Modra <alan@linuxcare.com.au>
4080 * configure.tgt: Remove extraneous hppa*-*-linux-gnu*.
4082 From Ryan Bradetich <rbradetich@uswest.net>
4083 * ldwrite.c (SSIZE): Remove to cure macro redefinition warning.
4085 2000-07-09 Alan Modra <alan@linuxcare.com.au>
4087 Changes to create multiple linker stubs, positioned immediately
4088 before the section where they are required.
4089 * emultempl/hppaelf.em: Include elf32-hppa.h.
4090 (stub_sec, file_chain): Delete.
4091 (hppaelf_create_output_section_statements): Don't make a stub
4093 (hook_stub_info): New struct.
4094 (hook_in_stub): New function.
4095 (hppaelf_add_stub_section): New function.
4096 (hppaelf_finish): Do nothing for relocateable links. Modify the
4097 call to elf32_hppa_size_stubs. Move code for updating section
4099 (hppaelf_layaout_sections_again): ..to here, a new function.
4101 * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Fix
4102 broken list handling. Pass in a pointer to the list.
4103 (hppaelf_finish): Update call to hppaelf_delete_padding_statements
4105 (hppaelf_before_parse): Prototype.
4106 (hppaelf_set_output_arch): Prototype.
4107 (hppaelf_create_output_section_statements): Prototype.
4108 (hppaelf_delete_padding_statements): Prototype.
4109 (hppaelf_finish): Prototype.
4112 * emultempl/hppaelf.em: Include ctype.h.
4113 (struct orphan_save): New.
4114 (gld${EMULATION_NAME}_place_orphan): New.
4115 (output_rel_find): New.
4116 (hppaelf_get_script): Update from elf32.em.
4117 (ld_hppaelf_emulation): Rename to ld_${EMULATION_NAME}_emulation.
4118 Change emulation_name field to "${EMULATION_NAME}". Add
4119 gld${EMULATION_NAME}_place_orphan.
4121 * Makefile.am (ALL_EMULATIONS): Reinstate ehppaelf.o, add
4122 ehppalinux.o, sort it. Regenerate dependencies.
4123 (ehppalinux.c): Depend on hppaelf.em
4124 * Makefile.in: Regenerate.
4126 * configure.tgt: targ_emul=hppalinux for hppa*linux
4128 * emulparams/hppalinux.sh: New.
4129 * emulparams/hppaelf.sh (TARGET_PAGE_SIZE): Write in hex.
4131 2000-07-08 Alan Modra <alan@linuxcare.com.au>
4133 * lexsup.c (parse_args): Copy section name.
4135 2000-07-07 Charles Wilson <cwilson@ece.gatech.edu>
4137 * emultempl/pe.em: institute the following search order for
4138 dynamic libraries on pei386: libfoo.dll.a, foo.dll.a (import
4139 libs), libfoo.dll, foo.dll (link direct to dll). Fall back to
4140 static lib (libfoo.a) if none of the above are found.
4142 2000-07-07 Mumit Khan <khan@xraylith.wisc.edu>
4144 * emultempl/pe.em (pe_enable_auto_image_base): New variable.
4145 (longopts): New --{enable,disable}-auto-image-base options.
4146 (gld_${EMULATION_NAME}_list_options): Document.
4147 (gld_${EMULATION_NAME}_parse): Handle.
4148 (strhash): New static function.
4149 (compute_dll_image_base): New static function.
4150 (gld_${EMULATION_NAME}_set_symbols): Use.
4152 2000-07-05 DJ Delorie <dj@redhat.com>
4156 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
4158 * configure.tgt: Add traditional mips (mips*-*-sysv4*) target.
4159 * emulparams/elf32btsmip.sh: New file.
4160 * Makefile.am: Add traditional mips target.
4161 * Makefile.in: Rebuild.
4163 2000-07-01 H.J. Lu <hjl@gnu.org>
4165 * Makefile.am (EXTRA_ld_new_SOURCES): Set to deffilep.y for
4166 automake to use YLWRAP.
4167 * Makefile.in: Rebuild.
4169 2000-07-01 Alan Modra <alan@linuxcare.com.au>
4171 * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed
4172 (CLEANFILES): Add DEPA.
4173 * Makefile.in: Regenerate.
4175 2000-06-30 Timothy Wall <twall@ppc>
4177 * scripttempl/tic54xcoff.sc: PAGE N is not implemented, so encode
4178 the page in the upper octet of the address.
4180 2000-06-26 Marek Michalkiewicz <marekm@linux.org.pl>
4182 * emulparams/avrmega161.sh (ARCH): Change to avr:5.
4184 2000-06-24 Alan Modra <alan@linuxcare.com.au>
4186 * NEWS: arm-elf does --gc-sections too.
4188 2000-06-22 Alan Modra <alan@linuxcare.com.au>
4190 * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
4192 * Makefile.in: Regenerate.
4194 2000-06-21 H.J. Lu <hjl@gnu.org>
4196 * Makefile.am: Rebuild dependency.
4197 * Makefile.in: Rebuild.
4199 2000-06-20 H.J. Lu <hjl@gnu.org>
4201 * Makefile.am: Rebuild dependency.
4202 * Makefile.in: Rebuild.
4204 2000-06-20 Timothy Wall <twall@cygnus.com>
4206 * scripttempl/tic54xcoff.sc: New.
4207 * ldlang.c (wild_doit): Propagate SEC_BLOCK flag.
4208 * gen-doc.texi: Add flag for TI COFF.
4209 * ld.texinfo: Add documentation for TI COFF handling switches.
4210 * emultempl/ticoff.em: New. TI COFF handling.
4211 * configure.tgt: Add tic54x target.
4212 * Makefile.am: Add tic54x target.
4213 * Makefile.in: Ditto.
4215 2000-06-20 Alan Modra <alan@linuxcare.com.au>
4217 * ldmain.c (set_scripts_dir): Correct pointer comparison when
4218 checking for backslashes.
4220 2000-06-19 Alan Modra <alan@linuxcare.com.au>
4222 * NEWS: Move entries not in 2.10 above "Changes in version 2.10".
4224 2000-06-18 Alan Modra <alan@linuxcare.com.au>
4226 * NEWS: Update list of targets supporting --gc-sections.
4228 * scripttempl/elf.sc: KEEP .eh_frame contents.
4229 * scripttempl/elfd30v.sc: Same here.
4231 2000-06-18 Stephane Carrez <stcarrez@worldnet.fr>
4233 * Makefile.am (ALL_EMULATIONS): Added new emulation for m68hc12
4235 * Makefile.in: Rebuild.
4236 * configure.tgt: Recognize m68hc12 and m68hc11.
4237 * scripttempl/elfm68hc12.sc: New file.
4238 * emulparams/m68hc12elfb: New emulation.
4239 * emulparams/m68hc12elf: New emulation.
4240 * emulparams/m68hc11elfb.sh: New file. User configurable emulation
4241 (includes a memory.x script to define the ROM and RAM banks).
4242 * scripttempl/elfm68hc11.sc, emulparams/m68hc11elf.sh:
4243 New configuration files for support of Motorola 68hc11
4245 2000-06-15 Alan Modra <alan@linuxcare.com.au>
4247 * ldmain.c (main): Only change SEC_READONLY for final link.
4249 2000-06-13 H.J. Lu <hjl@gnu.org>
4251 * configure: Regenerate.
4253 2000-06-08 David O'Brien <obrien@FreeBSD.org>
4255 * configure.in (VERSION): Update to show this is the CVS mainline.
4257 2000-06-07 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4259 * emultempl/mipsecoff.em (gld{EMULATION_NAME}_after_open): Require all
4260 input objects to be ECOFF.
4261 (check_sections): einfo takes %B, not %P, to print a BFD name.
4263 2000-06-05 Michael Matz <matz@ifh.de>
4265 * ldgram.y (vers_defns): Handle 'extern "C++" { ... }' in
4268 * ldlex.l (V_IDENTIFIER): Accept `::' in symbols.
4270 2000-05-23 Marek Michalkiewicz <marekm@linux.org.pl>
4272 * emulparams/avr1200.sh (STACK): Define as 0.
4273 * emulparams/avr23xx.sh (STACK): Define as last internal SRAM address.
4274 * emulparams/avr4433.sh (STACK): Likewise.
4275 * emulparams/avr44x4.sh (STACK): Likewise.
4276 * emulparams/avr85xx.sh (STACK): Likewise.
4277 * emulparams/avrmega103.sh (STACK): Likewise.
4278 * emulparams/avrmega161.sh (STACK): Likewise.
4279 * emulparams/avrmega603.sh (STACK): Likewise.
4280 * scripttempl/elf32avr.sc (__data_start): Define for gcrt1.
4281 (__stack): Define from ${STACK} for main().
4283 2000-05-26 Alan Modra <alan@linuxcare.com.au>
4285 * Makefile.am: Update dependencies with "make dep-am"
4286 * Makefile.in: Regenerate.
4288 2000-05-26 Eli Zaretskii <eliz@is.elta.co.il>
4290 * ldmain.c: Include filenames.h.
4291 (set_scripts_dir): Support backslashes in program name.
4293 2000-05-22 Igor Shevlyakov <igor@windriver.com>
4295 * ldmain.c (main): When deciding if ".text" section should be
4296 read-only, don't forget to reset SEC_READONLY because it
4297 could be already set.
4299 2000-05-22 Thomas de Lellis <tdel@windriver.com>
4301 * ld.1: Add documentation for new command line option:
4302 --section-start <sectionname>=<sectionorg>
4303 This is a generic version of -Ttext etc. which accepts
4304 any section name as a parameter instead of just text/data/
4306 * ld.texinfo: More docs.
4308 * lexsup.c: (parse_args): Recognize new command line option.
4309 (ld_options): Add new option.
4311 2000-05-18 H.J. Lu <hjl@gnu.org>
4313 * lexsup.c (parse_args): `i' == `r', not `q'.
4315 2000-05-18 Jeffrey A Law (law@cygnus.com)
4317 * configure.tgt (hppa*64*-*-*): Enable PA64 target.
4319 2000-05-17 S. Bharadwaj Yadavalli <sby@scrugs.lkg.dec.com>
4320 Rick Gorton <gorton@scrugs.lkg.dec.com>
4322 Add support for '-q' == '--emit-relocs' switch.
4323 * ldmain.c (main): Default to false.
4324 * lexsup.c (parse_args): Turn on emitrelocations flag if set.
4325 * NEWS: Describe the emitrelocations switch.
4326 * ld.texinfo: Describe the emitrelocations switch.
4328 2000-05-16 Charles Wilson <cwilson@ece.gatech.edu>
4330 * emultempl/pe.em (_open_dynamic_archive): New function: Search
4331 the library path for "foo.dll" and "libfoo.dll" dynamic libraries
4332 before searching for 'libfoo.a' in response to a '-Bdynamic -lfoo'
4335 2000-05-15 David O'Brien <obrien@FreeBSD.org>
4337 * lexsup.c (parse_args): Update the year in the copyright notice.
4339 2000-05-13 Alan Modra <alan@linuxcare.com.au>
4341 * ld.h (gettext, dgettext, dcgettext, textdomain, bindtextdomain):
4342 Replace defines with those from intl/libgettext.h to quieten gcc
4345 2000-05-10 H.J. Lu <hjl@gnu.org>
4347 * ldlang.c (open_input_bfds): Don't load the same file within
4348 a group again if the whole archive has been loaded already.
4350 2000-05-03 Alan Modra <alan@linuxcare.com.au>
4352 From Ulf Carlsson <ulfc@engr.sgi.com> and Andreas Jaeger <aj@suse.de>
4353 * lexsup.c (set_section_start): Use bfd_scan_vma rather than
4356 2000-05-01 Jim Wilson <wilson@cygnus.com>
4358 * configure.host (ia64-*-linux-gnu*): Change gcc to ${CC}.
4360 * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
4361 host "ia64-*-linux-gnu*".
4363 2000-04-29 Andreas Jaeger <aj@suse.de>
4365 * ld.h: Correctly check GCC version.
4367 2000-04-25 Jeffrey A Law (law@cygnus.com)
4369 * Makefile.am: Add PA64 support. Add missing dependencies for
4371 * Makefile.in: Rebuilt.
4372 * configure.tgt: Add PA64 support (currently disabled).
4374 2000-04-25 Alan Modra <alan@linuxcare.com.au>
4376 * emultempl/elf32.em (gld${EMULATION_NAME}_place_section): Delete.
4377 (output_rel_find): New function.
4378 (hold_section, hold_use): Delete.
4379 (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
4380 hold_interp): Make local to place_orphan.
4381 (gld${EMULATION_NAME}_place_orphan): Use lang_output_section_find
4382 rather than place_section to find possible previous use of orphan.
4383 Similarly find the place-holder output sections. Use returned
4384 value from lang_enter_output_section_statement rather than calling
4385 lang_output_section_statement_lookup.
4386 * emultempl/armelf.em: Same here.
4387 * emultempl/pe.em: Similar to above, but no need for output_rel_find.
4389 * ldlang.c (lang_enter_output_section_statement): Return output
4391 * ldlang.h (lang_enter_output_section_statement): Change
4394 * ldlang.h (lang_output_section_statement): Export it.
4395 * ldlang.c (lang_output_section_statement): Ditto.
4397 2000-04-24 Nick Clifton <nickc@cygnus.com>
4399 * ld.texinfo (Output Section Data): Add note that section data
4400 commands cannot appear outside of section directives.
4402 2000-04-2 Matthew Green <mrg@cygnus.com>
4404 * configure.tgt: Add NetBSD/sparc ELF, and NetBSD/sparc64 support.
4406 2000-04-21 Richard Henderson <rth@cygnus.com>
4407 David Mosberger <davidm@hpl.hp.com>
4409 * Makefile.am (ALL_64_EMULATIONS): Add eelf64_ia64.o.
4410 (eelf64_ia64.c): New rule.
4411 * Makefile.in: Rebuild.
4412 * configure.tgt (ia64-*-elf*, ia64-*-linux*): New targets.
4413 * emulparams/elf64_ia64.sh: New file.
4415 2000-04-21 Richard Henderson <rth@cygnus.com>
4417 * scripttempl/elfd30v.sc: Place .gcc_except_table.
4419 2000-04-19 Alan Modra <alan@linuxcare.com.au>
4421 * dep-in.sed: Match space at start of file name, not at end.
4423 2000-04-18 H.J. Lu <hjl@gnu.org>
4425 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Call
4426 lang_leave_output_section_statement () after calling
4427 lang_enter_output_section_statement ().
4428 * emultempl/armelf.em: Likewise.
4430 2000-04-18 Alan Modra <alan@linuxcare.com.au>
4432 * emultempl/elf32.em (struct orphan_save): Add section field.
4433 (gld${EMULATION_NAME}_place_orphan): Use above to keep sections in
4434 better order, and place first orphan section as we did before the
4435 2000-04-12 patch. Ignore ~SEC_ALLOC sections when choosing place.
4436 Don't call make_bfd_section here, let wild_doit do the job for us.
4437 Don't build a statement list when we'll only throw it away.
4438 * emultempl/armelf.em: Ditto.
4439 * emultempl/pe.em: Similarly.
4441 2000-04-14 Geoff Keating <geoffk@cygnus.com>
4443 * scripttempl/elfppc.sc: Remove.
4444 * emulparams/elf32ppc.sh: Use elf.sc.
4445 * emulparams/elf32lppc.sh: Use elf.sc.
4446 * emulparams/elf32ppclinux.sh: Use elf.sc.
4447 * emulparams/elf32ppcsim.sh: New file.
4448 * emulparams/elf32lppcsim.sh: New file.
4449 * Makefile.am: Update dependencies. Add elf32ppcsim ad elf32lppcsim.
4450 (ALL_EMULATIONS): Add elf32ppcsim ad elf32lppcsim.
4451 * Makefile.in: Regenerate.
4452 * configure.tgt (powerpc-*): Add elf32ppcsim and elf32lppcsim.
4454 2000-04-14 Alan Modra <alan@linuxcare.com.au>
4456 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Process
4457 ~SEC_ALLOC sections too. Init start address of debug sections.
4458 * emultempl/armelf.em (gld${EMULATION_NAME}_place_orphan): Ditto.
4459 * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Ditto.
4460 Also set all relocateable section start addresses.
4462 2000-04-13 Geoff Keating <geoffk@cygnus.com>
4464 * scripttempl/elf.sc: Add support for .sbss2 and .sdata2 sections.
4465 Add new BSS_PLT variable for when .plt need not be contained in
4466 the file. Move _etext so that it is also after .fini, and provide
4467 both etext and _etext with a leading underscore. Mark the start
4470 2000-04-12 Alan Modra <alan@linuxcare.com.au>
4472 * emultempl/elf32.em (struct orphan_save): New.
4473 (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
4474 hold_interp): Make them struct orphan_save.
4475 (gld${EMULATION_NAME}_place_section): Modify for new hold_*.
4476 (gld${EMULATION_NAME}_place_orphan): Add new orphan sections to
4477 the end of the relevant section list. Also add associated section
4478 statements to the end of any previous orphan statements.
4479 * emultempl/armelf.em: Similarly.
4480 * emultempl/pe.em: Similarly.
4482 2000-04-11 Alan Modra <alan@linuxcare.com.au>
4484 * ld.texinfo (Simple Example): Remove extraneous paragraph.
4486 2000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
4488 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
4489 --enable-build-warnings option.
4490 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
4491 * Makefile.in, configure: Re-generate.
4493 2000-04-04 Alan Modra <alan@linuxcare.com.au>
4495 * po/ld.pot: Regenerate.
4497 * lexsup.c (help): Restore translated part of bug string.
4499 * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
4500 (DEP): Quote when passing vars to sub-make. Add warning message
4502 (DEP1): Rewrite for "gcc -MM".
4503 (CLEANFILES): Add DEP2.
4504 Update dependencies.
4505 * Makefile.in: Regenerate.
4507 2000-04-03 Alan Modra <alan@linuxcare.com.au>
4509 * ld.h: #include "bin-bugs.h"
4510 * lexsup.c (help): Use REPORT_BUGS_TO.
4512 2000-03-27 Denis Chertykov <denisc@overta.ru>
4514 * configure.tgt (avr-*-*): New target support.
4515 * Makefile.am: Likewise.
4516 * scripttempl/elf32avr.sc: New script file.
4517 * emulparams/avr1200.sh: New file.
4518 * emulparams/avr23xx.sh: New file.
4519 * emulparams/avr4433.sh New file.
4520 * emulparams/avr44x4.sh New file.
4521 * emulparams/avr85xx.sh New file.
4522 * emulparams/avrmega103.sh New file.
4523 * emulparams/avrmega161.sh New file.
4524 * emulparams/avrmega603.sh New file.
4525 * Makefile.in: Regenerate.
4527 2000-03-09 Andreas Jaeger <aj@suse.de>
4529 * Makefile.am (check-DEJAGNU): Also unset LANG.
4530 * Makefile.in: Rebuild.
4532 2000-03-06 Ian Lance Taylor <ian@zembu.com>
4534 * ldfile.c (ldfile_try_open_bfd): Don't crash if we see an empty
4537 2000-03-02 H.J. Lu <hjl@gnu.org>
4539 * emulparams/elf32mcore.sh: Include "getopt.h".
4541 2000-03-01 Ian Lance Taylor <ian@zembu.com>
4543 * configure.tgt: Remove *-*-aout, *-*-coff, and *-*-netware.
4545 2000-03-01 H.J. Lu <hjl@gnu.org>
4547 * emulparams/mipspe.sh: Add SUBSYSTEM and INITIAL_SYMBOL_CHAR.
4548 * emulparams/shpe.sh: Likewise.
4550 2000-03-01 Nick Clifton <nickc@cygnus.com>
4552 * pe-dll.c: Remove unused variables and add ATTRIBUTE_UNUSED
4553 to unused parameters.
4555 * emultempl/pe.em: Add "#ifdef DLL_SUPPORT" around static
4556 functions only used by DLL code.
4557 (_place_orphan): Initialise 'dollar'.
4559 2000-03-01 H.J. Lu <hjl@gnu.org>
4561 * ldmain.c (undefined_symbol): Take one more arg, fatal, to
4562 indicate if the undefined symbol is a fatal error or not.
4563 Don't delete the output file if "fatal" is false.
4565 2000-02-29 H.J. Lu <hjl@gnu.org>
4567 * Makefile.am (check-DEJAGNU): Also pass LIBS="$(LIBS)".
4568 Set LC_COLLATE and LC_ALL to null and export them. It is for
4569 sort which expects the C locale.
4570 Add $(LIBS) to all $(HOSTING_LIBS).
4571 * Makefile.in: Rebuild.
4573 2000-02-29 Alan Modra <alan@spri.levels.unisa.edu.au>
4575 * emultempl/{aix.em, armcoff.em, armelf.em, armelf_oabi.em,
4576 beos.em, elf32.em, generic.em, gld960.em, gld960c.em, hppaelf.em,
4577 linux.em, lnk960.em, mipsecoff.em, sunos.em, vanilla.em}
4578 (ld_emulation_xfer_struct): Add missing NULL initialiser for
4579 find_potential_libraries.
4581 2000-02-28 Jim Blandy <jimb@redhat.com>
4583 * ldgram.y (exclude_name_list): Don't require a comma to separate
4584 list entries; the lexer considers commas to be valid part of a
4585 filename, so in something like `foo, bar' the comma is considered
4586 part of the first filename, `foo,'.
4587 * ld.texinfo: Update section on EXCLUDE_FILE lists.
4589 2000-02-27 Loren J. Rittle <ljrittle@acm.org>
4591 * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
4592 host "i[3456]86-*-freebsdelf*".
4594 2000-02-27 Mark Elbrecht <snowball3@bigfoot.com>
4596 * scripttempl/i386go32.sc: Move misplaced semicolons.
4598 2000-02-25 Ian Lance Taylor <ian@zembu.com>
4600 * Makefile.am (ALL_EMULATIONS): Remove ehppaelf.o.
4601 (ALL_64_EMULATIONS): Remove eelf64hppa.o.
4602 (eelf64hppa.c, ehppaelf.c): Remove targets.
4603 * Makefile.in: Rebuild.
4605 2000-02-25 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
4607 * configure.tgt (targ_extra_ofiles): Enable elf64_sparc on
4608 GNU/Linux/sparc, but keep the default as 32.
4610 * configure.tgt: Enable elf64_sparc on Solaris7+/sparc. And make
4611 it default if sparcv9 or sparc64.
4613 2000-02-24 Nick Clifton <nickc@cygnus.com>
4615 * Makefile.am: Add rules to build emipspe.o and earmpe.o.
4616 * Makefile.in: Regenerate.
4617 * configure.tgt: Add targets for arm-wince, sh-pe and mips-pe.
4619 * ldemul.h (ld_emulation_xfer_struct): Add new field:
4620 find_potential_libraries.
4621 * ldemul.c (ldemul_find_potential_libraries): New function.
4623 * ldfile.c (ldfile_open_file_search): Allow function to be
4625 (ldfile_open_file): Call ldemul_find_potential_libraries.
4626 * ldfile.h: Add prototype for ldfile_open_file_search.
4628 * pe-dll.c: Add support for ARM, MIPS and SH targets.
4630 * emulparams/mipspe.sh: New file. Parameters for mips-pe target.
4631 * emulparams/shpe.sh: New file. Parameters for sh-pe target.
4633 * emultempl/pe.em: Add support for ARM, MIPS and SH DLLs.
4634 (gld_X_find_potential_libraries): New function. Search for
4635 libraries called "*.lib".
4637 * scripttempl/pe.sc: Add .pdata section.
4639 2000-02-23 Richard Henderson <rth@cygnus.com>
4641 * scripttempl/elfd10v.sc: Remove dynamic linking hooks.
4642 Add and use memory regions.
4644 2000-02-23 Linas Vepstas (linas@linas.org)
4646 * emulparams/elf32i370.sh, scripttempl/elfi370.sc: New.
4648 * Makefile.am: Add support for Linux/IBM 370.
4649 * configure.tgt: Likewise.
4651 * Makefile.in: Regenerate.
4653 2000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
4655 * ldlang.c (print_input_section, print_data_statement,
4656 print_reloc_statement, print_padding_statement, insert_pad,
4657 size_input_section, lang_check_section_addresses,
4658 lang_size_sections, lang_do_assignments, lang_set_startof,
4659 lang_one_common): Change `opb' to unsigned.
4660 (lang_do_assignments): Also change `size' to unsigned.
4662 2000-02-16 Richard Henderson <rth@cygnus.com>
4664 * scripttempl/elf.sc: Place OTHER_PLT_RELOC_SECTION.
4666 2000-02-16 Timothy Wall <twall@cygnus.com>
4668 * mri.c (mri_draw_tree): Add default LMA region argument to call
4669 to lang_leave_output_section_statement.
4670 * ldlang.h: Update prototypes with LMA region arguments.
4671 * ldlang.c (lang_size_sections): Encapsulate region bounds
4672 checking in os_check_region call.
4673 (os_check_region): New function.
4674 (lang_output_section_statement_lookup): Initialize lma_region.
4675 (lang_leave_output_section_statement): Add LMA region argument.
4676 (lang_leave_overlay): Ditto.
4677 * ldgram.y: Handle LMA region syntax.
4678 * ld.texinfo (Output Section Description): Describe LMA region usage.
4679 * emultempl/armelf.em (gld$place_orphan): Add default value for
4680 lma region in call to lang_leave_output_section_statement.
4681 * emultempl/elf32.em (gld$place_orphan): Add default value for
4682 lma region in call to lang_leave_output_section_statement.
4683 * emultempl/pe.em (gld$place_orphan): Add default value for
4684 lma region in call to lang_leave_output_section_statement.
4687 2000-02-04 Timothy Wall <twall@redhat.com>
4689 * ldlang.c (lang_check_section_addresses): Use bytes instead of
4690 octets when calculating section end addresses.
4692 2000-02-04 Timothy Wall <twall@redhat.com>
4694 * ldlang.c (lang_size_sections): Fix typo in ALIGN_N invocation.
4696 2000-02-03 Timothy Wall <twall@redhat.com>
4698 * ldexp.c (fold_name): Make SIZEOF operator return byte count, not
4700 * ldlang.c (print_input_section, print_data_statement,
4701 print_reloc_statement, print_padding_statement): Print target
4702 address values and section sizes as bytes, not octets.
4703 (insert_pad) Calculate padding size in octets, and adjust "dot"
4705 (size_input_section) Always adjust "dot" by bytes, not octets.
4706 (lang_check_section_addresses, lang_do_assignments) Adjust
4707 "dot" by bytes, not octets. Use the larger of the directive size
4708 or octets_per_byte for the number of octets actually allocated in
4710 (lang_set_startof) Make sure STARTOF returns a target address.
4711 (lang_one_common) Record size changes in octets.
4712 (lang_abs_symbol_at_end_of) Section end symbol's value is
4713 recorded in target bytes.
4714 * ld.texinfo: Updated description of BYTE, SHORT, LONG, etc.
4715 to be clear about behavior when an octet is smaller than one byte.
4717 2000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
4719 * ldcref.c (output_cref): Don't pass message strings to printf
4723 * ldmisc.c (vfinfo): Same here.
4726 2000-01-23 Alan Modra <alan@spri.levels.unisa.edu.au>
4728 * emultempl/{armcoff.em,armelf.em,armelf_oabi.em,beos.em,
4729 generic.em,gld960.em,gld960c.em,hppaelf.em,linux.em,lnk960.em,
4730 mipsecoff.em,sunos.em,vanilla.em} (ld_emulation_xfer_struct):
4731 Add missing NULL initialisers, and comments.
4733 * testsuite/ld-srec/sr3.cc (__rethrow): New.
4735 2000-01-21 Nick Clifton <nickc@cygnus.com>
4737 * ldlang.c (lang_size_sections): Fix typo in comment.
4739 2000-01-18 H.J. Lu <hjl@gnu.org>
4741 * ldlang.c (lang_size_sections): Also update the current
4742 address of a region if the SEC_NEVER_LOAD bit is not set.
4744 2000-01-10 Philip Blundell <pb@futuretv.com>
4746 * configure.tgt (arm*-*-conix*): New target.
4748 2000-01-07 Nick Clifton <nickc@cygnus.com>
4750 * ld.texinfo (Options): Remind users to preceed linker command
4751 line switches with -Wl, (or whatever is appropriate) if it is
4752 being invoked by a comnpiler driver program.
4753 Fix description of the behaviour of the -n command line switch.
4755 2000-01-05 Catherine Moore <clm@cygnus.com>
4757 * ld.h (wildcard_spec): Change exclude_name to exclude_name_list.
4759 * ld.texinfo (EXCLUDE_FILE): Update documentation.
4760 * ldgram.y (wildcard_spec): Support a list of excluded_files.
4761 (exclude_name_list): New.
4762 ldlang.c (walk_wild_section): Support list of excluded files.
4763 (print_wild_statement): Likewise.
4764 (lang_add_wild): Likewise.
4765 * ldlang.h (lang_wild_statement_type): Likewise.
4766 * scripttempl/elf.sc (OTHER_EXCLUDE_FILES): Support.
4768 2000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
4770 * pe-dll.c (pe_dll_warn_dup_exports): New variable.
4771 (process_def_file): Use.
4772 (pe_dll_compat_implib): New variable.
4775 * pe-dll.h: Add exports of pe_dll_warn_dup_exports and
4776 pe_dll_compat_implib.
4778 * emultempl/pe.em (longopts): Add warn-duplicate-exports and
4779 compat-implib options.
4780 (gld_${EMULATION_NAME}_list_options): List new options.
4781 (gld_${EMULATION_NAME}_parse_args): Handle.
4783 * pe-dll.c (pe_dll_generate_implib): Use the correct name for output
4786 * deffilep.y (opt_name): Allow "." in name.
4788 For older changes see ChangeLog-9899
4794 version-control: never