* Makefile.am (eelf32btsmipn32.o, eelf32ltsmipn32.o): New emulations
[binutils.git] / ld / ChangeLog
blob0dd80a49908f7df8fdda745aed4583be9c354a78
1 2002-07-31  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3         * Makefile.am (eelf32btsmipn32.o, eelf32ltsmipn32.o): New emulations
4         for n32 ABI support.
5         * Makefile.in: Regenerate.
6         * configure.tgt (mips64*el-*-linux-gnu*,mips64*-*-linux-gnu*): Add
7         n32 ABI emulations for these 64 bit targets.
8         * emulparams/elf32bmipn32.sh: Expand comment.
9         * emulparams/elf32btsmipn32.sh: New file, for traditional big endian
10         n32 ABI.
11         * emulparams/elf32ltsmipn32.sh: Likewise for little endian.
13 2002-07-30  Graeme Peterson  <gp@qnx.com>
15         * configure.tgt: Add support for arm-*-nto target.
16         * Makefile.am: Add earmnto.o file.
17         * Makefile.in: Regenerate.
18         * NEWS: Mention port of ARM support to QNX.
19         * emulparams/armnto.sh: New file.
21 2002-07-30  Jakub Jelinek  <jakub@redhat.com>
23         * ldlang.c (lang_add_section): Don't turn .tbss into normal sections
24         for relocatable link.
25         (lang_size_sections_1): Don't make .tbss zero size for relocatable
26         link.
28 2002-07-26  Bernd Schmidt  <bernds@redhat.com>
30         * emulparams/elf32frv.sh (OTHER_RELOCATING_SECTIONS): Delete.
31         (STACK_ADDR): New.
33 2002-07-25  Nick Clifton  <nickc@redhat.com>
35         * po/sv.po: Updated Swedish translation.
36         * po/es.po: Updated Spanish translation.
37         * po/fr.po: Updated French translation.
39 2002-07-24  Nick Clifton  <nickc@redhat.com>
41         * po/sv.po: Updated Swedish translation.
42         * po/es.po: Updated Spanish translation.
44 2002-07-23  Nick Clifton  <nickc@redhat.com>
46         * po/fr.po: Updated French translation.
48 2002-07-20  Alan Modra  <amodra@bigpond.net.au>
50         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
51         bomb on /DISCARD/ input section.
52         * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
53         * emultempl/mmo.em (mmo_place_orphan): Likewise.
55 2002-07-19  Hans-Peter Nilsson  <hp@bitrange.com>
57         * emultempl/mmo.em (mmo_place_orphan): Handle case of no .text
58         output section.
60 2002-07-16  Denis Chertykov  <denisc@overta.ru>
61             Nick Clifton  <nickc@redhat.com>
62             Frank Ch. Eigler  <fche@redhat.com>
63             John Healy  <jhealy@redhat.com>
65         * configure.tgt: Add support for ip2k-elf.
66         * Makefile.am: Add support for ip2k-elf.
67         * Makefile.in: Regenerate.
68         * emulparams/elf32ip2k.sh: New file.
69         * scripttempl/ip2k.sc: New file
70         * NEWS: Mention support for new port.
72 2002-07-16  Nick Clifton  <nickc@cambridge.redhat.com>
74         * NEWS: Add 'Changes in 2.13'.
76 2002-07-14  H.J. Lu <hjl@gnu.org>
78         * ld.texinfo: Document a .symver takes precedence over a
79         version script.
81 2002-07-12  Alan Modra  <amodra@bigpond.net.au>
83         * emulparams/elf64ppc.sh (ARCH): Set to powerpc:common64.
84         (COMMONPAGESIZE): Define.
86 2002-07-09  Alan Modra  <amodra@bigpond.net.au>
88         * emulparams/hppanbsd.sh: Remark that hppaobsd.sh references this file.
90 2002-07-09  Federico G. Schwindt <fgsch@olimpo.com.br>
92         * configure.tgt: Add support for alpha-*-openbsd*, hppa-*-openbsd*,
93         powerpc-*-openbsd* and sparc64-*-openbsd*.
94         * Makefile.am (ALL_EMULATIONS): Add ehppaobsd.o.
95         * Makefile.in: Regenerate.
96         * emulparams/hppaobsd.sh: New file.
98 2002-07-05  Alan Modra  <amodra@bigpond.net.au>
100         * ldlang.c (print_wild_statement): Fix output formatting.
102 2002-07-04  Alan Modra  <amodra@bigpond.net.au>
104         * ldlang.c: (strip_excluded_output_sections): New function.
105         (lang_process): Call it.
106         (lang_size_sections_1): Revert 2002-06-10 change.
108 2002-07-03  Alan Modra  <amodra@bigpond.net.au>
110         * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
111         Run "make dep-am".
112         * Makefile.in: Regenerate.
114 2002-07-02  Alan Modra  <amodra@bigpond.net.au>
116         * ldfile.c (ldfile_try_open_bfd): Formatting.
118         * ldmisc.c (demangle): Move so that it doesn't intrude between
119         vfinfo comment and body.  Add comment.
121 2002-07-01  John David Anglin  <dave@hiauly1.hia.nrc.ca>
123         * emulparams/vax.sh (OUTPUT_FORMAT): Use a.out-vax-bsd format.
125 2002-07-01  Alan Modra  <amodra@bigpond.net.au>
127         * ldlang.h (entry_sym): Make it a struct bfd_sym_chain.
128         * ldlang.c (entry_sym): Likewise.
129         (ldlang_undef_chain_list_type): Likewise.
130         (lang_finish): Adjust references to entry_symbol.
131         (lang_add_entry): Likewise.
132         (lang_gc_sections): Use link_info.gc_sym_list.
133         (lang_process): Set link_info.gc_sym_list.
134         * ldlex.l: Include bfdlink.h.
135         * ldmain.c (main): Init link_info.gc_sym_list.
136         * emultempl/aix.em: Adjust references to entry_symbol.
137         * emultempl/armcoff.em: Likewise.
138         * emultempl/armelf.em: Likewise.
139         * emultempl/pe.em: Likewise.
140         * emultempl/ppc64elf.em (ppc_after_open): New function.
141         (LDEMUL_AFTER_OPEN): Define.
142         * emulparams/elf64ppc.sh: KEEP .opd sections.
144 2002-06-29  Stephane Carrez  <stcarrez@nerim.fr>
146         * emulparams/m68hc12elfb.sh (EEPROM_MEMORY): Define.
147         * emulparams/m68hc11elfb.sh (EEPROM_MEMORY): Define.
148         * emulparams/m68hc11elf.sh (EEPROM_SIZE): Define.
149         (EEPROM_START_ADDR): Define.
150         (EEPROM_MEMORY): Define.
151         * emulparams/m68hc12elf.sh: Likewise.
152         * scripttempl/elfm68hc11.sc: Handle .eeprom section; handle .softregs
153         section to put soft registers in .page0.
154         * scripttempl/elfm68hc12.sc: Likewise but put soft registers in bss.
156 2002-06-26  John David Anglin  <dave@hiauly1.hia.nrc.ca>
158         * emulparams/hppa64linux.sh (OTHER_GOT_RELOC_SECTIONS): Add rela.opd
159         section.  Add ${RELOCATING-0}.
161 2002-06-26  J"orn Rennecke <joern.rennecke@superh.com>
163         * emulparams/shelf.sh (STACK_ADDR): Don't define.
164         (OTHER_SECTIONS): Define.
165         * emulparams/shelf_nbsd.sh ((STACK_ADDR): Don't undef.
166         (OTHER_SECTIONS): Undef.
168 2002-06-26  Alan Modra  <amodra@bigpond.net.au>
170         * ldmisc.c (demangle): Restore dots stripped from sym name.
172 2002-06-25  H.J. Lu <hjl@gnu.org>
174         * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
175         * Makefile.in: Regenerated.
177 2002-06-20  Nick Clifton  <nickc@cambridge.redhat.com>
179         * ld.texinfo (Bug Reporting): Update text to suggest a limit on
180         the size of attached object files, to allow make the object files
181         available via FTP or HTTP and to mention that the mail will be
182         sent to a mailing list.
184 2002-06-20  Nathanael Nerode  <neroden@twcny.rr.com>
186         * ld/configure.host (romp): Drop support.
188 2002-06-18  Chris Demetriou  <cgd@broadcom.com>
190         * emultempl/mipself.em (mips_elf${ELFSIZE}_check_sections): Check
191         section flags for SEC_DATA, rather than for SEC_CODE being unset.
193 2002-06-18  Chris Demetriou  <cgd@broadcom.com>
195         * emultempl/mipself.em (mips_elf${ELFSIZE}_check_sections): Fix
196         format specifier used to print BFD name.
198 2002-06-18  Dave Brolley  <brolley@redhat.com>
200         From Catherine Moore, Michael Meissner, Jim Blandy:
201         * emulparams/elf32frv.sh: New file.
202         * configure.tgt: Support frv-*-*.
203         * Makefile.am (ALL_EMULATIONS): Add eelf32frv.o.
204         (eelf32frv.c): New target.
206 2002-06-17  Tom Rix  <trix@redhat.com>
208         * emultempl/elf32.em: gld*_get_script:  Check for
209         GENERATE_COMBRELOC_SCRIPT.
210         * scripttempl/elfd10v.sc : Fix STACK and INSN.
211         * emulparams/d10velf.sh : Fix TEXT_START_ADDR.
213 2002-06-13  J"orn Rennecke <joern.rennecke@superh.com>
215         * configure.tgt: Add support for sh[1234]*le*-*-elf, sh[1234]*-*-elf.
217 2002-06-12  H.J. Lu <hjl@gnu.org>
219         * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Return
220         false if xvec doesn't match.
222 2002-06-10  Richard Sandiford  <rsandifo@redhat.com>
224         * ldlang.c (lang_size_sections_1): Skip removed output sections.
226 2002-06-08  Alan Modra  <amodra@bigpond.net.au>
228         * ldexp.c: Replace CONST with const.
229         * ldfile.c: Likewise.
230         * ldfile.h: Likewise.
231         * ldlex.l: Likewise.
232         * mri.c: Likewise.
233         * pe-dll.h: Likewise.
235 2002-06-07  Alan Modra  <amodra@bigpond.net.au>
237         * emultempl/ppc64elf.em (new_vers_pattern): Warning fix.
239 2002-06-07  Charles Wilson  <cwilson@ece.gatech.edu>
241         * ld/ldmain.c (main): initialize link_info.pei386_auto_import
242         to -1 == implicit enable.
243         * ld/emultempl/pe.em (gld_${EMULATION_NAME}_before_parse):
244         initialize link_info.pei386_auto_import to -1 == implicit
245         enable.
246         (gld_${EMULATION_NAME}_parse_args): When processing
247         --enable-auto-import and --disable-auto-import options, use
248         '1' and '0' instead of 'true' and 'false'.
249         (pe_find_data_imports): Only issue message about auto-import
250         when the feature is implicitly enabled.  Downgrade message to
251         informational instead of warning.
253 2002-06-07  Alan Modra  <amodra@bigpond.net.au>
255         * scripttempl/elf.sc (.tbss): Fix mismatched parentheses/braces.
257 2002-06-06  John David Anglin  <dave@hiauly1.hia.nrc.ca>
259         * configure.host (hppa*64*-*-hpux11*): Define NATIVE_LIB_DIRS,
260         HOSTING_CRT0 and HOSTING_LIBS.
262 2002-06-05  J"orn Rennecke <joern.rennecke@superh.com>
264         * configure.tgt (shle*-*-elf*, sh64le-*-elf*): New configurations.
266 2002-06-05  Jason Thorpe  <thorpej@wasabisystems.com>
268         * emulparams/ns32knbsd.sh (EXECUTABLE_SYMBOLS): Set _DYNAMIC to 0.
269         (NONPAGED_TEXT_START_ADDR): Set to 0x1000.
271 2002-06-05  Alan Modra  <amodra@bigpond.net.au>
273         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Place
274         SEC_EXCLUDE sections when doing a relocatable link.
276 2002-06-04  Jason Thorpe  <thorpej@wasabisystems.com>
278         * Makefile.am (ALL_EMULATIONS): Add eshelf32_nbsd.o,
279         eshlelf32_nbsd.o, eshelf64_nbsd.o, and eshlelf64_nbsd.o.
280         (eshelf32_nbsd.c, eshelf64_nbsd.c, eshlelf32_nbsd.c)
281         (eshlelf64_nbsd.c): New rules.
282         * Makefile.in: Regenerate.
283         * configure.tgt (sh5le-*-netbsd*, sh5-*-netbsd*, sh64le-*-netbsd*)
284         (sh64-*-netbsd*): New targets.
285         * emulparams/shelf32_nbsd.sh: New file.
286         * emulparams/shelf64_nbsd.sh: New file.
287         * emulparams/shlelf32_nbsd.sh: New file.
288         * emulparams/shlelf64_nbsd.sh: New file.
290 2002-06-04  Alan Modra  <amodra@bigpond.net.au>
292         * ldlang.c (section_already_linked): Call bfd_discard_group.  Typo fix.
294 2002-06-02  Marek Michalkiewicz  <marekm@amelek.gda.pl>
296         * scripttempl/avr.sc: Changes to support current GCC and avr-libc,
297         C++ constructors/destructors, loosely based on the m68hc11 port.
299 2002-05-31  Alan Modra  <amodra@bigpond.net.au>
301         * Makefile.in: Regenerate.
302         * aclocal.m4: Regenerate.
303         * config.in: Regenerate.
304         * configure: Regenerate.
306 2002-05-31  Graeme Peterson  <gp@qnx.com>
308         * Makefile.am (ALL_EMULATIONS): Add ei386nto.o.
309         (ei386nto.c): Add rule.
310         * Makefile.in: Regenerate.
311         * configure.tgt: Add i[3456]86-*-nto-qnx*.
312         * emulparams/i386nto.sh: New file.
314 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
316         * NEWS: Add entry for VAX ELF support.
318 2002-05-29  Matt Thomas  <matt@3am-software.com>
319             Jason Thorpe  <thorpej@wasabisystems.com>
321         * Makefile.am (ALL_EMULATIONS): Add eelf32vax.o and evaxnbsd.o.
322         (eelf32vax.c)
323         (evaxnbsd.c): New rules.
324         * Makefile.in: Regenerate.
325         * configure.tgt (vax-*-netbsdelf*)
326         (vax-*-netbsdaout*)
327         (vax-*-netbsd*): New targets.
328         * emulparams/elf32vax.sh: New file.
329         * emulparams/vaxnbsd.sh: New file.
331 2002-05-29  Adam Nemet  <anemet@lnxw.com>
333         * emultempl/armelf.em (arm_elf_after_open): Don't determine
334         bfd_for_interwork, instead add glue sections to each input bfd.
335         (bfd_for_interwork): New global.
336         (arm_elf_set_bfd_for_interworking): New function.
337         (arm_elf_before_allocation): Use it.
339 2002-05-28  Kuang Hwa Lin <kuang@sbcglobal.net>
341         * Makefile.am: Add DLX make target.
342         * configure.tgt: Add DLX configuration.
343         * Makefile.in: Regenerate.
344         * emulparams/elf32_dlx.sh: New file
345         * scripttempl/dlx.sc: New file
347 2002-05-27  Per Lundberg  <per@caleb.dnsalias.org>
349         * Makefile.am (eelf_i386_chaos): Use elf_chaos.sc script.
350         * Makefile.in: Regenerate.
351         * emulparams/elf_chaos.sh: Use elf_chaos script.
352         * scripttempl/elf_chaos.sc: New file.
354 2002-05-27  Richard Sandiford  <rsandifo@redhat.com>
356         * ldlang.c (lang_size_sections_1): Move check for conflicting load
357         addresses and regions from here...
358         (lang_get_regions): ...to this new function.
359         (lang_leave_output_section_statement): Use lang_get_regions.
360         (lang_leave_overlay): Likewise.
361         * mri.c (mri_draw_tree): Pass null as last argument to
362         lang_leave_output_section_statement.
363         * emultempl/elf32.em (gld*_place_orphan): Likewise.
364         * emultempl/mmo.em (mmo_place_orphan): Likewise.
365         * emultempl/pe.em (gld*_place_orphan): Likewise.
367 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
369         * configure.tgt: Use ns32k-*-netbsd* instead of ns32k-pc532-netbsd*.
371 2002-05-25  Kazu Hirata  <kazu@cs.umass.edu>
373         * ldemul.c: Fix formatting.
374         * ldfile.c: Likewise.
375         * pe-dll.c: Likewise.
376         * pe-dll.h: Likewise.
378 2002-05-25  Alan Modra  <amodra@bigpond.net.au>
380         * ldlang.c (lang_process): Formatting, grammar.
382         * ldlex.l: Use #include "" instead of <> for local header files.
384 2002-05-24  TAMURA Kent <kent@netbsd.org>
386         * configure.tgt: Add a target for i386-netbsdpe.
388 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
390         * scripttempl/elf.sc: Add .rel{,a}.t{bss,data}, .tdata and .tbss.
391         * ldlang.c (lang_add_section): Set SEC_THREAD_LOCAL for
392         output section if necessary.  Handle .tbss.
393         (lang_size_sections): Clear _raw_size for .tbss section
394         (it allocates space in PT_TLS segment only).
395         * ldwrite.c (build_link_order): Build link order for .tbss too.
397 2002-05-23  Alan Modra  <amodra@bigpond.net.au>
399         * configure.in: Correct spelling of AC_PREREQ.
401 2002-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
403         * pe-dll.c (autofilter_liblist): Add more system libs excluded by
404         default.
405         (autofilter_objlist): Add crtbegin.o, crtend.o.
407 2002-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
409         * emultempl/pe.em (OPTION_EXCLUDE_LIBS): Add new define.
410         (longopts): Add new option --exclude-libs.
411         (gld_${EMULATION_NAME}_list_options): Give quick help about it.
412         (gld_${EMULATION_NAME}_parse_args): Use it.
413         * pe-dll.h (pe_dll_add_excludes): Add second param to prototype.
414         * pe-dll.c (exclude_list_struct): Add field type to distinguish symbols
415         from whole archives.
416         (pe_dll_add_excludes): Set excludes->type.
417         (auto_export): Add new variable libname and set to archive basename if
418         abfd.  Use it when filtering default and user-specified libarary
419         excludes.  Let string "ALL" mean all libs when filtering user-specified
420         libs.
421         * ld.texinfo: Document --exclude-libs.
423 2002-05-22  Alan Modra  <amodra@bigpond.net.au>
425         * ldemul.c (ldemul_new_vers_pattern): New function.
426         * ldemul.h (ldemul_new_vers_pattern): Declare.
427         (struct ld_emulation_xfer_struct): Add new_vers_pattern.
428         * ldlang.c (lang_new_vers_pattern): Call ldemul_new_vers_pattern.
429         * emultempl/ppc64elf.em (dotsyms): New static var.
430         (gld${EMULATION_NAME}_new_vers_pattern): New function.
431         (LDEMUL_NEW_VERS_PATTERN): Define.
432         (PARSE_AND_LIST_PROLOGUE): Add OPTION_DOTSYMS, OPTION_NO_DOTSYMS.
433         (PARSE_AND_LIST_LONGOPTS): Likewise.
434         (PARSE_AND_LIST_ARGS_CASES): Handle them.
435         * emultempl/aix.em (ld_${EMULATION_NAME}_emulation): Update
436         initialiser.
437         * emultempl/armcoff.em: Likewise.
438         * emultempl/armelf_oabi.em: Likewise.
439         * emultempl/beos.em: Likewise.
440         * emultempl/elf32.em: Likewise.
441         * emultempl/generic.em: Likewise.
442         * emultempl/gld960.em: Likewise.
443         * emultempl/gld960c.em: Likewise.
444         * emultempl/linux.em: Likewise.
445         * emultempl/lnk960.em: Likewise.
446         * emultempl/m68kcoff.em: Likewise.
447         * emultempl/mipsecoff.em: Likewise.
448         * emultempl/pe.em: Likewise.
449         * emultempl/sunos.em: Likewise.
450         * emultempl/ticoff.em: Likewise.
451         * emultempl/vanilla.em: Likewise.
453 2002-05-22  Alan Modra  <amodra@bigpond.net.au>
455         * genscripts.sh (LIB_PATH): For native targets, concatenate $libdir
456         and $NATIVE_LIB_DIRS.  Add $tool_lib before other libs.
457         (LIB_SEARCH_DIRS): No need to use "tr".
458         (COMPILE_IN): Only set for native targets.
459         * configure.host (NATIVE_LIB_DIRS): Specify all native search dirs
460         here, rather than adding lib:/usr/lib:/usr/local/lib in genscripts.sh.
461         * configure.tgt (powerpc*): Set tdir_*.
462         (powerpcle*): Correct targ_extra_emuls.
463         * emulparams/elf32ppc.sh (LIB_PATH): Set up native 64 bit dirs.
464         * emulparams/elf64ppc.sh (LIB_PATH): Likewise.
466 2002-05-22  Alan Modra  <amodra@bigpond.net.au>
468         * emultempl/pe.em (set_pe_subsystem): Don't set "cmdline" when
469         calling lang_add_entry.
471 2002-05-21  H.J. Lu  (hjl@gnu.org)
473         * emultempl/elf32.em (gld${EMULATION_NAME}_parse_args): Handle
474         "-z muldefs".
475         (gld${EMULATION_NAME}_list_options): Add "-z muldefs".
477         * ld.texinfo: Updated for --allow-multiple-definition and
478         "-z muldefs".
480         * ldmain.c (main): Initialize the allow_multiple_definition
481         field to false.
483         * lexsup.c (OPTION_ALLOW_MULTIPLE_DEFINITION): New.
484         (ld_options): Add --allow-multiple-definition.
485         (parse_args): Support OPTION_ALLOW_MULTIPLE_DEFINITION.
487 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
489         * Makefile.am (ALL_EMULATIONS): Add earmelfb_nbsd.o.
490         (earmelfb_nbsd.c): New rule.
491         * Makefile.in: Regenerate.
492         * configure.tgt (armeb-*-netbsdelf*): New target.
493         (arm-*-netbsdelf*): Add armelfb_nbsd to targ_extra_emuls.
494         (arm-*-netbsd*): Likewise.
495         * emulparams/armelfb_nbsd.sh: New file.
497 2002-05-18  Tom Rix  <trix@redhat.com>
499         * emultempl/aix.em (gld*_parse_args): Add -bnortl and -bnortllib
500         support.
502 2002-05-17  Marek Michalkiewicz  <marekm@amelek.gda.pl>
504         * Makefile.am: Add new emulations avr1, avr2, avr3, avr4, avr5.
505         * Makefile.in: Regenerate.
506         * configure.tgt (avr-*-*): Add avr[1-5] to targ_extra_emuls.
508 2002-05-16  Marek Michalkiewicz  <marekm@amelek.gda.pl>
510         * emulparams/avr1.sh: New file.
511         * emulparams/avr2.sh: New file.
512         * emulparams/avr3.sh: New file.
513         * emulparams/avr4.sh: New file.
514         * emulparams/avr5.sh: New file.
515         * scripttempl/avr.sc: New file.
517 2002-05-15  Alan Modra  <amodra@bigpond.net.au>
519         * ldlang.c (section_already_linked): Call bfd_link_just_syms.
520         (lang_place_orphans): Abort if just_syms_flag.
522 2002-05-10  Tom Rix  <trix@redhat.com>
524         * emultempl/aix.em: (gld*_set_output_arch): New function. Use
525         architecture and machine information in the output bfd.
526         (gld*_before_parse): Remove old arch and machine code.
527         (choose_target): Rename to gld*_choose_target.
528         (rtld): Change type to int.
529         * ldfile.c (ldfile_try_open_bfd): Disable compatiblity check for
530         objects in XCOFF archives.
531         * ldfile.h: Update copyright date.
533 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
535         * ldmain.c (main): Enable -z combreloc by default.
537 2002-05-07  Federico G. Schwindt <fgsch@olimpo.com.br>
539         * Makefile.am: Honour DESTDIR.
540         * Makefile.in: Regenerate.
542 2002-05-07  Richard Sandiford  <rsandifo@redhat.com>
544         * ldlang.h (lang_output_section_statement_type): Add update_dot_tree.
545         (lang_enter_overlay): Remove the last two parameters.
546         (lang_leave_overlay): Take them here instead.
547         * ldgram.y (memspec_at_opt): Set $$ to null if no region is given.
548         (section): Pass LMA and crossref flag to lang_leave_overlay rather
549         than lang_enter_overlay.
550         * ldlang.c (lang_memory_region_lookup): Return null for null names.
551         (lang_output_section_statement_lookup): Initialize update_dot_tree.
552         (lang_size_sections_1): Evaluate it.
553         (lang_leave_output_section_statement): Rework LMA lookup.
554         (overlay_lma, overlay_nocrossrefs): Remove.
555         (lang_enter_overlay): Remove LMA and crossref arguments.
556         (lang_enter_overlay_section): Don't set the LMA here.
557         (lang_leave_overlay): Take LMA and crossref arguments.  Move the '.'
558         assignment to the last section's update_dot_tree.  Unconditionally
559         use the load and run-time regions specified in the OVERLAY statement.
560         Likewise the first section's LMA.  Only set the other sections' LMAs
561         when no load region is given.
563 2002-05-06  Nick Clifton <nickc@redhat.com>
565         * po/sv.po: New translation.
567 2002-05-04  Alan Modra  <amodra@bigpond.net.au>
569         * emultempl/hppaelf.em (build_section_lists): New function.
570         (gld${EMULATION_NAME}_finish): Call elf32_hppa_setup_section_lists
571         and build_section_lists.
573 2002-05-03  Kazu Hirata  <kazu@cs.umass.edu>
575         * ld.h: Fix formatting.
576         * ldexp.c: Likewise.
577         * ldfile.c: Likewise.
578         * ldlang.c: Likewise.
579         * ldmain.c: Likewise.
580         * lexsup.c: Likewise.
581         * pe-dll.c: Likewise.
583 2002-05-02  Alan Modra  <amodra@bigpond.net.au>
585         * emultempl/ppc64elf.em (gld${EMULATION_NAME}_after_allocation):
586         Adjust for ppc64_elf_set_toc change.  #include libbfd.h.
587         (build_section_lists): Do output_section tests here.
589 2002-04-30  Tom Rix  <trix@redhat.com>
591         * emultempl/aix.em : (gld*_parse_arge): Formatting changes.
593 2002-05-01  Alan Modra  <amodra@bigpond.net.au>
595         Long branch stubs, multiple stub sections.
596         * emultempl/ppc64elf.em: Include ldctor.h.
597         (stub_file): New var.
598         (group_size): New var.
599         (ppc_create_output_section_statements): New function.
600         (struct hook_stub_info): New.
601         (hook_in_stub): New function.
602         (ppc_add_stub_section): New function.
603         (ppc_layout_sections_again): New function.
604         (build_section_lists): New function.
605         (gld${EMULATION_NAME}_finish): Rewrite.
606         (real_func): New var.
607         (ppc_for_each_input_file_wrapper): New function.
608         (ppc_lang_for_each_input_file): New function.
609         (lang_for_each_input_file): Define.
610         (PARSE_AND_LIST_PROLOGUE): Define.
611         (PARSE_AND_LIST_LONGOPTS): Define.
612         (PARSE_AND_LIST_OPTIONS): Define.
613         (PARSE_AND_LIST_ARGS_CASES): Define.
614         (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
616 2002-04-30  Tom Rix  <trix@redhat.com>
618         * emultempl/aix.em (gld*_parse_arge, gld*_before_allocation): Add
619         -blibpath, -bnolibpath support.
621 2002-04-30  Mark Mitchell  <mark@codesourcery.com>
623         * Makefile.am (ALL_EMULATIONS): Add elf32ppcwindiss.o.
624         (eelf32ppcwindiss.c): New target.
625         * Makefile.in: Regenerated.
626         * configure.tgt: Add support for powerpc-*-windiss.
627         * emulparams/elf32ppcwindiss.sh: New file.
629 2002-04-30  Richard Sandiford  <rsandifo@redhat.com>
631         * ldlang.c (print_assignment): Update print_dot for assignments to ".".
632         * ldexp.c (exp_print_token): Add "infix_p" argument.
633         (exp_print_tree): Update accordingly.
635 2002-04-28  Alan Modra  <amodra@bigpond.net.au>
637         * Makefile.am (mpw): New maintainer mode rule to make mpw-*.c files.
638         * Makefile.in: Regenerate.
639         * mpw-elfmips.c: Delete.
640         * mpw-eppcmac.c: Delete.
641         * mpw-esh.c: Delete.
642         * mpw-idtmips.c: Delete.
644 2002-04-17  J"orn Rennecke <joern.rennecke@superh.com>
646         * emulparams/shelf32.sh (MACHINE): Now sh5.
648 2002-04-17  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
650         * ldgram.y: Fix syntax warning.
652 2002-04-11  Nick Clifton  <nickc@cambridge.redhat.com>
654         * emultempl/armelf.em (PARSE_AND_LIST_SHORTOPTS): Add 'n' in order
655         to prevent "-n" from being taken as an abbreviation for
656         "--no-pipeline-knowledge".
658 2002-04-08  Alan Modra  <amodra@bigpond.net.au>
660         * ldlang.c (lang_size_sections_1): Don't complain about
661         SEC_NEVER_LOAD sections having no memory region specified.
663         * ld.texinfo (Format Commands <OUTPUT_FORMAT>): Typo fix.
665 2002-04-07  matthew green  <mrg@redhat.com>
667         * ld/configure.host (*-*-netbsd*): Add support for NetBSD/ELF.
669 2002-04-04  Alan Modra  <amodra@bigpond.net.au>
671         * dep-in.sed: Cope with absolute paths.
672         * Makefile.am (dep.sed): Subst TOPDIR and BFDDIR.
673         Run "make dep-am".
674         * Makefile.in: Regenerate.
676 2002-04-04  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
678         * emulparams/elf64btsmip.sh: n64 replaces .reginfo with .MIPS.options.
680 2002-04-03  Jakub Jelinek  <jakub@redhat.com>
682         * ldexp.c (fold_binary) [DATA_SEGMENT_ALIGN]: If common page size
683         is smaller than maximum, round dot up to common page boundary.
685 2002-03-28  Alan Modra  <amodra@bigpond.net.au>
687         * configure.host: Set up for generic hosts first, then tweak as
688         necessary in more specific targets.
689         (HOSTING_LIBS): Include libgcc_eh.a if found.
691 2002-03-23  Andreas Jaeger  <aj@suse.de>
693         * emulparams/elf_x86_64.sh (COMMONPAGESIZE): Set it.
695 2002-03-21  Alan Modra  <amodra@bigpond.net.au>
697         * Makefile.am: Run "make dep-am".
698         * Makefile.in: Regenerate.
700 2002-03-21  Albert Chin-A-Young  <china@thewrittenword.com>
702         * genscripts.sh (LIB_SEARCH_DIRS): Quote path.
704 2002-03-20  Alan Modra  <amodra@bigpond.net.au>
706         * ldlang.c (ldlang_add_undef): If the output bfd has been opened,
707         add the symbol to the linker hash table immediately.
708         (lang_place_undefineds): Split symbol creation out..
709         (insert_undefined): ..to here.
711 2002-03-18  David O'Brien  <obrien@FreeBSD.org>
713         * emultempl/elf32.em: Use lbasename vs. basename to fix problem where
714         the contents of the buffer returned from basename function will are
715         getting overwritten while still being used.
717 2002-03-18  Jan Hubicka  <jh@suse.cz>
718             Andreas Jaeger  <aj@suse.de>
719             Andreas Schwab  <schwab@suse.de>
721         * configure.tgt (x86_64-*-linux-gnu*): Configure i386 as native.
722         * elf_x86_64.sh (ARCH): Set to i386:x86-64
723         set libraries to default to lib64 paths.
725 2002-03-18  Tom Rix  <trix@redhat.com>
727         * Makefile.am : Add eaix5ppc and eaix5rs6, AIX 5 support.
728         * configure.tgt : Same.
729         * emulparms/aix5ppc.sh : New file. For eaix5ppc.
730         * emulparms/aix5rs6.sh : New file. For eaix5rs6.
731         * emulparms/aixppc.sh : OUPUT_FORMAT_32BIT and OUTPUT_FORMAT_64BIT
732         emulation parameters for better -b32, -b64 support.
733         * emulparms/aixrs6.sh : Same.
734         * emulparms/ppcmacos.sh : Same.
735         * emultempl/aix.em (choose_target) : Use new emulation parameters
736         OUTPUT_FORMAT_32BIT and OUTPUT_FORMAT_64BIT.
737         * Makefile.in : Regenerate.
739 2002-03-18  Nick Clifton  <nickc@cambridge.redhat.com>
741         * po/fr.po: Updated version.
743 2002-03-18  Alan Modra  <amodra@bigpond.net.au>
745         * ldmain.c (main): Move .text readonly flag fudges from here..
746         * ldlang.c (lang_process): ..to here.
748 2002-03-14  Alan Modra  <amodra@bigpond.net.au>
750         * ldlang.c (lang_check): Remove the word size check added in last
751         change.  Treat emitrelocations case as for relocatable links.
753 2002-03-13  Nick Clifton  <nickc@cambridge.redhat.com>
755         * po/fr.po: Updated version.
757 2002-03-13  Alan Modra  <amodra@bigpond.net.au>
759         * ldlang.c (lang_check): Do relocatable link checks first, so that
760         warn_mismatch can't override.  Check compatible and word size too.
762 2002-03-07  Daniel Jacobowitz  <drow@mvista.com>
764         * ld.texinfo: Wrap @menu in @ifnottex, not @ifinfo.
766 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
768         * scripttempl/elf.sc: Only use DATA_SEGMENT_END() together with
769         DATA_SEGMENT_ALIGN.
771 2002-03-04  H.J. Lu <hjl@gnu.org>
773         * scripttempl/elf.sc: Put .preinit_array, .init_array and
774         .fini_array in the data segment.
776 2002-03-04  Alan Modra  <amodra@bigpond.net.au>
778         * scripttempl/elf.sc: Correct syntax errors in 2002-03-01 commit.
780 2002-03-01  David Mosberger  <davidm@hpl.hp.com>
782         * scripttempl/elf.sc (SECTIONS): Add entries for .preinit_array,
783         .init_array, and .fini_array.
785 2002-02-20  Andreas Schwab  <schwab@suse.de>
787         * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Don't fold
788         .IA64_unwind* in a relocatable link.
790 2002-02-20  Nick Clifton  <nickc@cambridge.redhat.com>
792         * NEWS: Mark 2.12 branch.
794 2002-02-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
796         * emulparams/elf64_s390.sh (ARCH): Change to "s390:64-bit".
797         * emulparams/elf_s390.sh (ARCH): Change to "s390:31-bit".
799 2002-02-18  Tom Rix  <trix@redhat.com>
801         * emultempl/aix.em (gld*_parse_args): Add -brtl support.
802         (gld*_before_allocation): Same.
803         (gld*_create_output_section_statements): Generate
804         __rtinit if run time linking.  Add librtl.a to the link.
805         (gld*_read_file): Clean.
807 2002-02-18  Alan Modra  <amodra@bigpond.net.au>
809         * emulparams/elf64ppc.sh (OTHER_TEXT_SECTIONS): Define.
811 2002-02-18  David O'Brien  <obrien@FreeBSD.org>
813         * Makefile.am: Add new files earmelf_fbsd, eelf32ppc_fbsd,
814         eelf_i386_fbsd, eelf64_ia64_fbsd, eelf_x86_64_fbsd, eelf64_sparc_fbsd,
815         and eelf64alpha_fbsd.
816         * Makefile.in: Regenerate.
817         * configure.tgt(sparc64-*-freebsd, ia64-*-freebsd, i[3456]86-*-freebsd,
818         x86_64-*-freebsd, arm-*-freebsd, alpha*-*-freebsd, powerpc-*-freebsd):
819         use a FreeBSD-specific emulation rather than the psABI one.
820         * emulparams/elf_fbsd.sh (ELF_INTERPRETER_NAME): Set appropriate value
821         for all FreeBSD ELF systems.
822         * emulparams/armelf_fbsd.sh: Bridge elf_fbsd.sh and the "native" psABI
823         emulation.
824         * emulparams/elf32ppc_fbsd.sh: Likewise.
825         * emulparams/elf64_ia64_fbsd.sh: Likewise.
826         * emulparams/elf64_sparc_fbsd.sh: Likewise.
827         * emulparams/elf64alpha_fbsd.sh: Likewise.
828         * emulparams/elf_i386_fbsd.sh: Likewise.
829         * emulparams/elf_x86_64_fbsd.sh: Likewise.
831 2002-02-18  Nick Clifton  <nickc@cambridge.redhat.com>
833         * po/tr.po: Updated version.
835 2002-02-18  Alan Modra  <amodra@bigpond.net.au>
837         * ld.texinfo (Output Section Fill): Fix amateur texinfo.
838         (FILL): Likewise.
840 2002-02-17  Hans-Peter Nilsson  <hp@bitrange.com>
842         * emultempl/mmo.em (mmo_after_open): Don't call
843         _bfd_mmix_check_all_relocs when producing ELF output.
845 2002-02-15  Richard Henderson  <rth@redhat.com>
847         * emulparams/elf64alpha.sh (NOP): Adjust for big-endian
848         definition.  Emit a unop+nop pair.
850 2002-02-15  Hans-Peter Nilsson  <hp@bitrange.com>
852         * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Also check
853         for presence of .MMIX.reg_contents.linker_allocated before early
854         exit.
856         * NEWS: Mention support for MMIX.
858 2002-02-15  Alan Modra  <amodra@bigpond.net.au>
860         Support arbitrary length fill patterns.
861         * ld.texinfo (Output Section Fill): Describe fill expressions.
862         (FILL): Refer to the above.
863         * ldexp.h (etree_value_type): Add "str" field.
864         (union etree_union): Add "str" to "value" struct.
865         (exp_bigintop): Declare.
866         (exp_get_fill): Declare.
867         * ldexp.c: Include "safe-ctype.h".
868         (exp_intop): Set value.str to NULL.
869         (exp_bigintop): New function.
870         (new_rel): Pass in "str", and set new.str from it.
871         (new_rel_from_section): Set new.str to NULL.
872         (fold_name): Adjust calls to new_rel.
873         (exp_fold_tree): Likewise.
874         (exp_get_fill): New function.
875         * ldgram.y (struct big_int bigint, fill_type *fill): New.
876         (INT): Returns a "bigint".  Adjust all code handling INTs.
877         (fill_opt): Returns a "fill".
878         (fill_exp): Split out of fill_opt, use for FILL.
879         * ldlang.h (struct _fill_type): New.
880         (fill_type): Move typedef to ldexp.h.
881         (lang_output_section_statement_type): "fill" is now a pointer.
882         (lang_fill_statement_type): Likewise.
883         (lang_padding_statement_type): Likewise.
884         (lang_add_fill): Now takes a "fill_type *" param.
885         (lang_leave_output_section_statement): Likewise.
886         (lang_do_assignments): Likewise.
887         (lang_size_sections): Likewise.
888         (lang_leave_overlay_section): Likewise.
889         (lang_leave_overlay): Likewise.
890         * ldlang.c: Include ldgram.h after ldexp.h.
891         (lang_output_section_statement_lookup): Adjust for fill_type change.
892         (print_fill_statement): Likewise.
893         (print_padding_statement): Likewise.
894         (insert_pad): Now takes a "fill_type *" arg.
895         (size_input_section): Likewise.
896         (lang_size_sections_1): Likewise.
897         (lang_size_sections): Likewise.
898         (lang_do_assignments): Likewise.
899         (lang_add_fill): Likewise.
900         (lang_leave_output_section_statement): Likewise.
901         (lang_leave_overlay_section): Likewise.
902         (lang_leave_overlay): Likewise.
903         Adjust all callers of the above function.
904         * ldlex.l: Include ldgram.h after ldexp.h.  Allow hex numbers
905         starting with "0X" as well as "0x".  Return bigint.str for hex
906         numbers starting with "0x" or "0X", zero bigint.str otherwise.
907         Always use base 16 for numbers starting with "$".
908         * ldmain.c: Include ldgram.h after ldexp.h.
909         * ldwrite.c (build_link_order): Use bfd_data_link_order in place
910         of bfd_fill_link_order.
911         * pe-dll.c: Adjust lang_do_assignments calls.
912         * emultempl/elf32.em: Likewise.
913         * emultempl/hppaelf.em: Likewise.
914         * emultempl/ppc64elf.em: Likewise.
915         * emultempl/beos.em: Include ldgram.h after ldexp.h, adjust
916         lang_add_assignment call.
917         * emultempl/pe.em: Likewise.
919 2002-02-14  Phil Edwards  <pme@gcc.gnu.org>
921         * ld.texinfo (VERSION scripts):  Symbol names are globbing patterns.
922         * ldgram.y (lang_new_vers_regex):  Rename to lang_new_vers_pattern;
923         the pattern in question is not a regexp.
924         * ldlang.c:  Likewise.
925         * ldlang.h:  Likewise.
926         * ldlex.l (V_IDENTIFIER):  Allow '[', ']', '-', '!', and '^' also.
928 2002-02-12  Jakub Jelinek  <jakub@redhat.com>
930         * ldlex.l (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): New tokens.
931         * ldgram.y (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): New tokens.
932         (exp): Add DATA_SEGMENT_ALIGN (exp, exp) and DATA_SEGMENT_END (exp).
933         * ldexp.c (exp_data_seg): New variable.
934         (exp_print_token): Handle DATA_SEGMENT_ALIGN and DATA_SEGMENT_END.
935         (fold_binary): Handle DATA_SEGMENT_ALIGN.
936         (exp_fold_tree): Handle DATA_SEGMENT_END.
937         Pass allocation_done when recursing instead of hardcoding
938         lang_allocating_phase_enum.
939         * ldexp.h (exp_data_seg): New.
940         * ldlang.c (lang_size_sections_1): Renamed from lang_size_sections.
941         (lang_size_sections): New.
942         * ld.texinfo (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): Document.
943         * scripttempl/elf.sc: Use DATA_SEGMENT_ALIGN and DATA_SEGMENT_END
944         if COMMONPAGESIZE is defined.
945         * emulparams/elf_i386.sh (COMMONPAGESIZE): Set to 4K.
946         * emulparams/elf32_sparc.sh (COMMONPAGESIZE): Set to 8K.
947         * emulparams/elf64_sparc.sh (COMMONPAGESIZE): Set to 8K.
948         * emulparams/elf64alpha.sh (COMMONPAGESIZE): Set to 8K.
949         * emulparams/elf64_ia64.sh (COMMONPAGESIZE): Set to 16K for shared
950         libraries only.
952 2002-02-11  Alan Modra  <amodra@bigpond.net.au>
954         * Makefile.in: Regenerate.
956 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
958         * lexsup.c: Remove strtoul declaration.
960 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
962         * ldmain.c: Add prototype for main ().
963         * lexsup.c: Guard declaration of strtoul with HAVE_STDLIB_H.
964         * emultempl/lnk960.em (lnk960_choose_target): Function should
965         take two arguments.
967 2002-02-10  Alan Modra  <amodra@bigpond.net.au>
969         * ldlang.c (entry_section): New initialised variable.
970         (lang_finish): Use it.
971         * ldlang.h (entry_section): Declare.
972         * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Set
973         entry_section to ".opd".
975 2002-02-09  Chris Demetriou  <cgd@broadcom.com>
977         * ld.texinfo (Options): Add back in -nostdlib documentation,
978         which had been inadvertently removed.
980 2002-02-09  Hans-Peter Nilsson  <hp@bitrange.com>
982         * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Adjust
983         register section vma to a sane value after emitting error.  Make
984         fatal conditions cause program exit when emitting message.
986 2002-02-08  Ivan Guzvinec <ivang@opencores.org>
988         * configure.tgt: Add or32-*-rtems target.
990 2002-02-08  Alexandre Oliva  <aoliva@redhat.com>
992         Contribute sh64-elf.
993         2002-01-24  Alexandre Oliva  <aoliva@redhat.com>
994         * emulparams/shelf32.sh (STACK_ADDR): Define as formerly defined
995         in OTHER_RELOCATABLE_SECTIONS.
996         2002-01-18  Alexandre Oliva  <aoliva@redhat.com>
997         * emulparams/shelf32.sh (STACK_ADDR): Define.
998         (OTHER_RELOCATABLE_SECTIONS): Renamed to...
999         (OTHER_SECTIONS): this.  Removed stack settings.
1000         * emulparams/shelf64.sh (OTHER_RELOCATABLE_SECTIONS): Do not set.
1001         (OTHER_SECTIONS): Reset after sourcing shelf32.sh.
1002         2001-03-12  DJ Delorie  <dj@redhat.com>
1003         * emultempl/sh64elf.em (sh64_elf_$_before_allocation): Disable
1004         relaxing if any shmedia or mixed sections are found.
1005         2001-03-07  DJ Delorie  <dj@redhat.com>
1006         * emultempl/sh64elf.em (sh64_elf_before_allocation): Pass f to
1007         einfo.  Gracefully decline to output to non-elf formats.
1008         2001-03-06  Hans-Peter Nilsson  <hpn@redhat.com>
1009         * emulparams/shelf64.sh (OTHER_RELOCATING_SECTIONS) <.stack>:
1010         Default to _end aligned to next multiple of 0x40000, plus 0x40000.
1011         * emulparams/shelf32.sh: Ditto.
1012         2001-01-14  Hans-Peter Nilsson  <hpn@cygnus.com>
1013         * emulparams/shelf32.sh (OTHER_RELOCATING_SECTIONS): Tweak
1014         comment.
1015         2001-01-10  Ben Elliston  <bje@redhat.com>
1016         * emulparams/shelf32.sh (OTHER_RELOCATING_SECTIONS): Avoid
1017         non-portable shell constructs. From Hans-Peter Nilsson.
1018         2001-01-09  Hans-Peter Nilsson  <hpn@cygnus.com>
1019         * emulparams/shelf64.sh (EXTRA_EM_FILE): Define empty.
1020         * Makefile.am (eshelf64.c, eshlelf64.c, eshlelf32.c): Adjust
1021         dependencies to the shell script include chain.
1022         * Makefile.in: Regenerate.
1023         2001-01-06  Hans-Peter Nilsson  <hpn@cygnus.com>
1024         * emultempl/sh64elf.em: Update and tweak comments.
1025         (sh64_elf_${EMULATION_NAME}_after_allocation): Always allocate and
1026         make a .cranges section SEC_IN_MEMORY.
1027         2000-12-30  Hans-Peter Nilsson  <hpn@cygnus.com>
1028         * emultempl/sh64elf.em
1029         (sh64_elf_${EMULATION_NAME}_before_allocation): Don't stop when
1030         .cranges section found to be necessary; continue and set stored
1031         section contents flags for sections with non-mixed contents.
1032         Use a struct sh64_section_data container and sh64_elf_section_data
1033         to store contents-type flags.
1034         Remove unused update of "isec".
1035         (sh64_elf_${EMULATION_NAME}_after_allocation): Only process
1036         sections marked SHF_SH5_ISA32_MIXED.  Use sh64_elf_section_data to
1037         access contents-type flags.  Assert that the associated container
1038         is initialized.  Use that container, not elf_gp_size, to hold size
1039         of linker-generated cranges contents.
1040         2000-12-18  Hans-Peter Nilsson  <hpn@cygnus.com>
1041         * emultempl/sh64elf.em
1042         (sh64_elf_${EMULATION_NAME}_before_allocation): Exit early if
1043         there's already a .cranges section.  When section flag difference
1044         is found, don't NULL-check cranges a second time.  Tweak comments.
1045         (sh64_elf_${EMULATION_NAME}_after_allocation): Use size after
1046         merging, not max size, as size of ld-generated .cranges contents.
1047         Don't set ELF section flags in output section.  When checking for
1048         needed .cranges descriptors, don't use a variable; compare
1049         incoming ELF section flags directly to SHF_SH5_ISA32_MIXED.  Tweak
1050         comments.
1051         2000-12-18  Hans-Peter Nilsson  <hpn@cygnus.com>
1052         * emultempl/sh64elf.em: New file.
1053         * Makefile.am (eshelf32.c, eshlelf32.c): Adjust dependencies.
1054         * Makefile.in: Regenerate.
1055         * emulparams/shelf32.sh (OUTPUT_FORMAT): Only set if not set.
1056         (OTHER_RELOCATING_SECTIONS): Ditto.
1057         (EXTRA_EM_FILE): New, set to sh64elf if not set.
1058         * emulparams/shlelf32.sh: Stub out all settings except
1059         OUTPUT_FORMAT.  Source shelf32.sh.
1060         * emulparams/shelf64.sh: Similar, but also keep ELF_SIZE and
1061         OTHER_RELOCATING_SECTIONS.
1062         (OTHER_RELOCATING_SECTIONS): Remove .cranges.
1063         * emulparams/shlelf64.sh: Stub out all settings except
1064         OUTPUT_FORMAT.  Source shelf64.sh.
1065         2000-12-15  Hans-Peter Nilsson  <hpn@cygnus.com>
1066         * emulparams/shelf64.sh (OTHER_RELOCATING_SECTIONS): Include
1067         .cranges section.
1068         (DATA_START_SYMBOLS): Define, provide ___data.
1069         (OTHER_READONLY_SYMBOLS): Define, provide ___rodata and align to 8
1070         for consecutive .data section.
1071         (OTHER_GOT_SECTIONS): Define, align to 8 for consecutive .bss
1072         section after .data section.
1073         * emulparams/shlelf64.sh: Ditto.
1074         * emulparams/shelf32.sh: Ditto.
1075         (ALIGNMENT): Define to 8.
1076         * emulparams/shelf32.sh: Ditto.
1077         2000-12-12  Hans-Peter Nilsson  <hpn@cygnus.com>
1078         * configure.tgt (sh64-*-elf*): Assign targ_extra_libpath to get
1079         built-in linker scripts.
1080         2000-11-30  Hans-Peter Nilsson  <hpn@cygnus.com>
1081         * emulparams/shlelf64.sh: New.
1082         * emulparams/shelf64.sh: New.
1083         * configure.tgt (sh64-*-elf*): Add shelf64 and shlelf64 to
1084         targ_extra_emuls.
1085         * Makefile.am: Add support for shlelf64 and shelf64.
1086         * Makefile.in: Regenerate.
1087         2000-11-29  Hans-Peter Nilsson  <hpn@cygnus.com>
1088         * configure.tgt (sh64-*-elf*): Add shelf as default.
1089         Add shlelf to targ_extra_emuls.
1090         2000-11-24  Hans-Peter Nilsson  <hpn@cygnus.com>
1091         * emulparams/shelf32.sh: New file.
1092         * emulparams/shlelf32.sh: New file.
1093         * Makefile.am: Add support for shlelf32 and shelf32.
1094         * configure.tgt: Map sh64-*-elf* to shlelf32 and shelf32.
1095         * Makefile.in: Regenerate.
1097 2002-02-05  Hans-Peter Nilsson  <hp@axis.com>
1099         * ldlang.c (lang_reset_memory_regions): Rename from
1100         reset_memory_regions.  Change all callers.  Make public.
1101         * ldlang.h (lang_reset_memory_regions): Prototype.
1102         * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Call
1103         lang_reset_memory_regions before lang_size_sections.
1104         * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
1105         * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Likewise.
1107 2002-02-04  Hans-Peter Nilsson  <hp@bitrange.com>
1109         * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Use signed
1110         arithmetic when checking for too many global registers.
1112 2002-02-02  Jason Thorpe  <thorpej@wasabisystems.com>
1114         * Makefile.am (ALL_EMULATIONS): Add ehppanbsd.o.
1115         (ehppanbsd.c): New rule.
1116         * Makefile.in: Regenerate.
1117         * configure.tgt (hppa*-*-netbsd*): New target.
1118         * emulparams/hppalinux.sh: Add comment to check other files
1119         that source this file it is modified, and list which
1120         files that do.
1121         * emulparams/hppanbsd.sh: New file.
1123 2002-02-01  Geoffrey Keating  <geoffk@redhat.com>
1125         * scripttempl/xstormy16.sc: Don't allocate extra space for the
1126         stack.
1128 2002-02-01  Hans-Peter Nilsson  <hp@bitrange.com>
1130         Support on-demand global register allocation from
1131         R_MMIX_BASE_PLUS_OFFSET relocs.
1132         * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Rename from
1133         mmix_set_reg_section_vma.  Call
1134         _bfd_mmix_finalize_linker_allocated_gregs.
1135         (mmix_before_allocation): New function.
1136         (LDEMUL_AFTER_ALLOCATION): Set to mmix_after_allocation.
1137         (LDEMUL_BEFORE_ALLOCATION): Define to mmix_before_allocation.
1138         * scripttempl/mmo.sc (.text): Mark .init, .fini as KEEP.
1139         (.MMIX.reg_contents): Add .MMIX.reg_contents.linker_allocated
1140         before .MMIX.reg_contents.
1141         * emultempl/mmo.em (gldmmo_before_allocation): Define to default.
1142         (mmo_after_open): New function.
1143         (LDEMUL_AFTER_OPEN): Define to mmo_after_open.
1144         * emulparams/elf64mmix.sh (OTHER_SECTIONS): Tweak formatting.  Add
1145         .MMIX.reg_contents.linker_allocated before .MMIX.reg_contents.
1147 2002-01-31  Ivan Guzvinec  <ivang@opencores.org>
1149         * emulparams/or32.sh: New file.
1150         * emulparams/or32elf.sh: New file.
1151         * scripttempl/or32.sc: New file.
1152         * configure.tgt : Add support for or32.
1153         * configure: Regenerate
1154         * Makefile.am: Add support for or32.
1155         * Makefile.in: Regenerate.
1156         * NEWS: Mention support for or32.
1157         * po/ld.pot: Regenerate.
1159 2002-01-29  Chris Demetriou  <cgd@broadcom.com>
1160             Mitch Lichtenberg  <mpl@broadcom.com>
1162         * emulparams/elf32bmip.sh (EXTRA_EM_FILE): Define to be mipself.
1163         * emultempl/mipself.em: New file to handle MIPS ELF embedded
1164         reloc creation (ld --embedded-relocs).
1166 2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
1168         * configure: Regenerated.
1170 2002-01-26  Hans-Peter Nilsson  <hp@bitrange.com>
1172         * Makefile.am (install): Depend on install-info.
1173         * Makefile.in: Regenerate.
1175 2002-01-26  Christian Rose  <menthos@menthos.com>
1177         * ldmain.c (main): Use full sentences to ease translation.
1179 2002-01-26  Nick Clifton  <nickc@cambridge.redhat.com>
1181         * po/fr.po: Updated version.
1183 2002-01-25  Nick Clifton  <nickc@cambridge.redhat.com>
1185         * po/es.po: Updated version.
1187 2002-01-25  Andreas Jaeger  <aj@suse.de>
1189         * ldlex.l (yy_input): Correct error check.
1191 2002-01-25  Alan Modra  <amodra@bigpond.net.au>
1193         * ldmisc.c (demangle): Put back dots when string not demangled.
1195 2002-01-22  Richard Henderson  <rth@redhat.com>
1197         * emulparams/elf64alpha.sh (NOP): Use unop.
1199 2002-01-21  Andreas Jaeger  <aj@suse.de>
1201         * ldlex.l: Use fread instead of read.
1203 2002-01-21  Jason Thorpe  <thorpej@wasabisystems.com>
1205         * configure.tgt (ia64-*-netbsd*): New target.
1207 2002-01-21  H.J. Lu <hjl@gnu.org>
1209         * emulparams/elf32btsmip.sh (SHLIB_TEXT_START_ADDR): Change to
1210         0.
1211         * emulparams/elf64btsmip.sh (SHLIB_TEXT_START_ADDR): Likewise.
1213 2002-01-18  Andreas Jaeger  <aj@suse.de>
1215         * ldver.c (ldversion): Update year.
1217 2002-01-17  Nick Clifton  <nickc@cambridge.redhat.com>
1219         * po/ld.pot: Regenerate.
1221 2002-01-16  Alan Modra  <amodra@bigpond.net.au>
1223         * Makefile.am (eelf64ppc.c, eelf64lppc.c): Depend on ppc64elf.em.
1224         * Makefile.in: Regenerate.
1225         * emulparams/elf64ppc.sh (EXTRA_EM_FILE): Define.
1226         * emultempl/ppc64elf.em: New file.
1228 2002-01-15  DJ Delorie  <dj@redhat.com>
1230         * scripttempl/pe.sc: Add support for constructor priorities.
1232 2002-01-07  Marek Michalkiewicz  <marekm@amelek.gda.pl>
1234         * emulparams/avr1200.sh (DATA_START): Define as 0x60.
1235         * emulparams/avr23xx.sh: Likewise.
1236         * emulparams/avr4433.sh: Likewise.
1237         * emulparams/avr44x4.sh: Likewise.
1238         * emulparams/avr85xx.sh: Likewise.
1239         * emulparams/avrmega103.sh: Likewise.
1240         * emulparams/avrmega161.sh: Likewise.
1241         * emulparams/avrmega603.sh: Likewise.
1242         * scripttempl/elf32avr.sc: Use DATA_START instead of 0x60.
1244 2002-01-08  Alexandre Oliva  <aoliva@redhat.com>
1246         * ldlang.c (walk_wild_section): Exclude object file if enclosing
1247         archive is excluded.
1249 2002-01-07  Jason Thorpe  <thorpej@wasabisystems.com>
1251         * Makefile.am (ALL_EMULATIONS): Add eshelf_nbsd.o and eshlelf_nbsd.o.
1252         (eshelf_nbsd.c): New rule.
1253         (eshlelf_nbsd.c): New rule.
1254         * Makefile.in: Regenerate.
1255         * configure.tgt (sh*le-*-netbsdelf*): New target.
1256         (sh*-*-netbsdelf*): New target.
1257         * emulparams/shelf.sh: Document that shelf_nbsd.sh sources this file.
1258         * ld/emulparams/shelf_nbsd.sh: New emulation.
1259         * ld/emulparams/shlelf_nbsd.sh: New emulation.
1261 2002-01-07  Nick Clifton  <nickc@cambridge.redhat.com>
1263         * po/es.po: New file: Spanish translation.
1264         * configure.in (ALL_LINGUAS): Add es.
1265         * configure: Regenerate.
1267 2002-01-06  John Marshall  <jmarshall@acm.org>
1269         * ld.texinfo: Note that --emit-relocs is currently only
1270         implemented for ELF.
1272 2002-01-05  Alan Modra  <amodra@bigpond.net.au>
1274         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Make use
1275         of bfd_section_list_remove and bfd_section_list_insert macros.
1276         * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
1277         * emultempl/mmo.em (mmo_place_orphan): Likewise.
1279 2002-01-04  Jason Thorpe  <thorpej@wasabisystems.com>
1281         * configure.tgt (x86_64-*-netbsd*): New target.
1283 2001-12-21  Tom Rix  <trix@redhat.com>
1285         (gld*_create_output_section_statements): New function.
1286         For -binitfini support.
1287         * emultempl/aix.em (gld*_before_parse): Fix comment.
1288         * emultempl/aix.em (gld*_parse_args): Fix comment.
1290 2001-12-20  Jason Thorpe  <thorpej@wasabisystems.com>
1292         * configure.tgt (mips*-dec-netbsd*): Delete alias for
1293         mips*el-*-netbsd*.
1294         (sparc64-*-netbsd*): Add elf32_sparc to targ_extra_emuls.
1296         * configure.tgt (arm-*-netbsdelf*): Add target.
1297         (arm-*-netbsd*): Add armelf and armelf_nbsd to targ_extra_emuls.
1298         * emulparams/armelf_nbsd.sh: Added.
1299         * Makefile.am: Add rules for earmelf_nbsd.
1300         * Makefile.in: Regenerate.
1302 2001-12-19  Andreas Jaeger  <aj@suse.de>,
1303             Susanne Oberhauser <froh@suse.de>
1305         * configure.host: Add rules for x86_64-*linux-gnu.  Change
1306         s390x-linux entry to use gcc to report configuration, replace gcc
1307         with $CC in s390-linux
1309 2001-12-19  Andreas Jaeger  <aj@suse.de>
1311         * ld.texinfo (VERSION): Fix markup.
1313 2001-12-18  matthew green  <mrg@eterna.com.au>
1315         * Makefile.am (ALL_EMULATIONS): Add m68kelfnbsd.o.
1316         (m68kelfnbsd.c): New rule.
1317         * Makefile.in: Regenerate.
1318         * configure.tgt (m68*-hp-netbsd*): Renamed to ..
1319         (m68*-*-netbsd*4k*): .. this.
1320         (m68*-*-netbsdelf*): New target.
1321         (m68*-*-netbsd*): Also include ELF support.
1322         (m68*-*-netbsdaout*): New alias for m68*-*-netbsd*.
1323         * emulparams/m68kelfnbsd.sh: New emulation.
1325 2001-12-18  Jakub Jelinek  <jakub@redhat.com>
1327         * ldgram.y (vers_node): Support anonymous version tags.
1328         * ldlang.c (lang_register_vers_node): Ensure anonymous version
1329         tag is not defined together with non-anonymous versions.
1330         * ld.texinfo: Document it.
1332 2001-12-18  Nick Clifton  <nickc@cambridge.redhat.com>
1334         * po/tr.po: New file: Turkish translation.
1335         * configure.in (ALL_LINGUAS): Add tr.
1336         * configure: Regenerate.
1338 2001-12-17  Jason Thorpe  <thorpej@wasabisystems.com>
1340         * Makefile.am: Add rules for eelf64alpha_nbsd.
1341         * Makefile.in: Regenerate.
1342         * configure.tgt (alpha*-*-netbsd*): Set
1343         targ_emul to elf64alpha_nbsd.
1344         * emulparams/elf64alpha_nbsd.sh: Added.
1346 2001-12-17  Alan Modra  <amodra@bigpond.net.au>
1348         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Adjust
1349         section_tail when fiddling with section list.
1350         (gld${EMULATION_NAME}_list_options): Ensure sentences aren't
1351         broken into separate strings to make translation easier.
1352         * emultempl/mmo.em (mmo_place_orphan): Adjust section_tail when
1353         fiddling with section list.
1354         * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
1356 2001-12-16  Hans-Peter Nilsson  <hp@bitrange.com>
1358         * scripttempl/mmo.sc: Add .debug_ranges to listed sections.
1360 2001-12-15  Alan Modra  <amodra@bigpond.net.au>
1362         * ldmain.c (main): Initialise link_info.eh_frame_hdr.
1364 2001-12-13  Jakub Jelinek  <jakub@redhat.com>
1366         * emultempl/elf32.em (finish): Supply output_bfd
1367         to bfd_elf*_discard_info.
1368         (OPTION_EH_FRAME_HDR): Define.
1369         (longopts): Add --eh-frame-hdr.
1370         (parse_args): Handle it.
1371         (list_options): Add --eh-frame-hdr to help.
1372         * emultempl/hppaelf.em (finish): Supply output_bfd
1373         to bfd_elf*_discard_info.
1374         * scripttempl/elf.sc (.eh_frame_hdr): Add.
1376 2001-12-13  Alan Modra  <amodra@bigpond.net.au>
1378         * lexsup.c (parse_args): Don't pass shortopts to second call to
1379         getopt functions.  Restore optind rather than decrementing before
1380         second call.  Remove errind as it now duplicates last_optind.
1382 2001-12-11  Christopher Faylor  <cgf@redhat.com>
1384         * emultempl/pe.em (gld_${EMULATION_NAME}_list_options): Fix typo.
1386 2001-12-07  Geoffrey Keating  <geoffk@redhat.com>
1387             Richard Henderson  <rth@redhat.com>
1389         * Makefile.am: Add support for xstormy16.
1390         * configure.tgt: Add support for xstormy16.
1391         * Makefile.in: Regenerate.
1392         * emulparams/elf32xstormy16.sh: New file.
1393         * scripttempl/xstormy16.sc: New file.
1395 2001-10-01  Christopher Faylor <cgf@cygnus.com>
1397         * Makefile.in (LIB_PATH): Make configurable.
1398         (GENSCRIPTS): Set LIB_PATH in environment.
1399         * configure.in: Substitute LIB_PATH.
1400         * configure: Regenerate.
1401         * configure.tgt (*cygwin): Set LIB_PATH for cross build.
1402         * configure.host (*cygwin): Add /usr/lib/w32api to NATIVE_LIB_DIRS.
1404 2001-12-07  Nick Clifton  <nickc@cambridge.redhat.com>
1406         * lexsup.c (ld_options): Insert 'PROGRAM' into the text string
1407         describing the -N option so that it is easier to translate into
1408         foreign languages.
1410 2001-12-05  Nick Clifton  <nickc@cambridge.redhat.com>
1412         * emultempl/pe.em (..._list_options): Replace multiple fprintf
1413         statements describing a single option with a single, newline
1414         escaped fprintf.  This allows better translation into other
1415         languages.
1417         * ldmain.c (add_archive_element): Combine multiple strings
1418         into a single string to permit better translation into other
1419         languages.
1421 2001-12-05  Tom Rix  <trix@redhat.com>
1423         * Makefile.am: Remove eaixppc64.
1424         * Makefile.in: Regenerate.
1426 2001-12-04  Tom Rix  <trix@redhat.com>
1428         * emultempl/aix.em (choose_target): Change default target to
1429         OUTPUT_FORMAT for ppcmacos.  Add braces to remove compiler
1430         warning.
1431         (gld*_read_file):  Fix typo.
1432         (change_symbol_mode): Add prototype.
1433         (is_syscall): Same.
1435         * emulparams/aixppc.sh (SYSCALL_MASK, SYMBOL_MODE_MASK): Delete.
1436         * emulparams/aixrs6.sh : Same.
1437         * emulparams/ppcmacos.sh : Same.
1438         * emulparams/aixppc64.sh : Delete file.
1439         * emultempl/aix.em : Formatting changes.
1441 2001-12-04  Hans-Peter Nilsson  <hp@axis.com>
1443         * emulparams/criself.sh (NO_SMALL_DATA): Set, to yes.
1444         (OTHER_BSS_END_SYMBOLS): Don't refer to .sbss when setting
1445         __Sbss.
1446         (OTHER_END_SYMBOLS): Fix formatting.
1447         * emulparams/crislinux.sh (NO_SMALL_DATA): Set, to yes.
1448         (OTHER_END_SYMBOLS): Fix formatting.
1450 2001-12-04  Alan Modra  <amodra@bigpond.net.au>
1452         * ldexp.c (exp_print_token): Correct "table" entry for RSHIFT.
1454 2001-12-02  Tom Rix  <trix@redhat.com>
1456         * configure.tgt : Remove eaixppc64 emulations.
1457         * Makefile.in : Remove eaixppc64.c
1458         * ldemul.c (ldemul_choose_target): New parameters argc, argv.
1459         (ldemul_default_target): Same.
1460         * emultempl/gld960.em (gld960_choose_target):  Same.
1461         * emultempl/gld960c.em (gld960_choose_target):  Same.
1462         * scripttempl/aix.sc: Remove OUTPUT_FORMAT.
1463         * emultempl/aix.em (is_syscall): syscall_mask now a variable.
1464         * emultempl/aix.em (gld*_read_file): symbol_mode_mask now a variable.
1465         * emultempl/aix.em (gld*_parse_args): Handle -b32 -b64 emulation.
1466         * emultempl/aix.em (choose_target): New function.  Handle emulation of
1467         -b32 and -b64.
1469 2001-11-27  H.J. Lu <hjl@gnu.org>
1471         * emulparams/elf_i386.sh (NO_SMALL_DATA): Set to yes.
1472         * emulparams/elf_i386_be.sh (NO_SMALL_DATA): Likewise.
1473         * emulparams/elf_i386_chaos.sh (NO_SMALL_DATA): Likewise.
1474         * emulparams/elf_i386_ldso.sh (NO_SMALL_DATA): Likewise.
1475         * emulparams/elf_x86_64.sh (NO_SMALL_DATA): Likewise.
1476         * emulparams/m68kelf.sh (NO_SMALL_DATA): Likewise.
1477         * emulparams/elf32_sparc.sh (NO_SMALL_DATA): Likewise.
1478         * emulparams/elf64_sparc.sh (NO_SMALL_DATA): Likewise.
1480         * scripttempl/elf.sc (SBSS): New. Define if ${NO_SMALL_DATA}
1481         is not empty.
1482         (SDATA): Likewise.
1483         (REL_SDATA): Likewise.
1484         (REL_SBSS): Likewise.
1485         (REL_SDATA2): Likewise.
1486         (REL_SBSS2): Likewise.
1487         (SBSS2): Define if ${NO_SMALL_DATA} is not empty.
1488         (SDATA2): Likewise.
1490 2001-11-25  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
1492         * scripttempl/elfm68hc11.sc (CTOR, DTOR): Put constructor and
1493         destructor in rom.
1494         * scripttempl/elfm68hc12.sc (CTOR, DTOR): Likewise.
1496 2001-11-22  H.J. Lu  <hjl@gnu.org>
1498         * Makefile.in: Regenerated with automake based on automake
1499         1.4-8 in RedHat 7.1.
1501 2001-11-22  Alan Modra  <amodra@bigpond.net.au>
1503         * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Define.
1504         (config.status): Delete rule.
1505         Add extra dependencies to cover sourced emulparams files.
1506         * Makefile.in: Regenerate.
1508         * scripttempl/elf.sc: Order <section>, <section>.* and
1509         corresponding linkonce sections as seen in input files.
1510         Formatting fixes.  Zero vma of all sections if not relocating.
1511         (STACK): Define and insert if STACK_ADDR defined.
1512         (OTHER_RELOCATING_SECTIONS): Delete.
1513         (OTHER_END_SYMBOLS): Define.
1514         (OTHER_READONLY_SECTIONS): Always insert, not just when relocating.
1515         (OTHER_READWRITE_SECTIONS): Likewise.
1516         (OTHER_GOT_SECTIONS): Likewise.
1517         (OTHER_SDATA_SECTIONS): Likewise.
1518         (OTHER_BSS_SECTIONS): Likewise.
1519         * scripttempl/elfi370.sc (OTHER_READONLY_SECTIONS): Likewise.
1520         (OTHER_READWRITE_SECTIONS): Likewise.
1521         * scripttempl/nw.sc (OTHER_READONLY_SECTIONS): Likewise.
1522         (OTHER_READWRITE_SECTIONS): Likewise
1524         * emulparams/armelf.sh (OTHER_RELOCATING_SECTIONS): Delete.
1525         (STACK_ADDR): Define.
1526         * emulparams/armelf_oabi.sh: As for armelf.sh.
1527         * emulparams/elf32mcore.sh: As for armelf.sh.
1528         * emulparams/h8300elf.sh: As for armelf.sh.
1529         * emulparams/mn10200.sh: As for armelf.sh.
1530         * emulparams/shelf.sh: As for armelf.sh.
1532         * emulparams/elf32fr30.sh (OTHER_RELOCATING_SECTIONS): Delete.
1533         (OTHER_END_SYMBOLS): Define.
1534         * emulparams/m32relf.sh: As for elf32fr30.sh.
1535         * emulparams/h8300helf.sh: As for elf32fr30.sh.
1536         * emulparams/h8300self.sh: As for elf32fr30.sh.
1538         * emulparams/criself.sh (OTHER_READONLY_SECTIONS): Protect symbol
1539         defines with RELOCATING test.
1540         (OTHER_SDATA_SECTIONS): Likewise.
1541         (OTHER_RELOCATING_SECTIONS): Delete, replacing with..
1542         (OTHER_END_SYMBOLS): ..this.
1543         * emulparams/crislinux.sh: As for criself.sh.
1545         * emulparams/elf32bmipn32.sh (OTHER_SDATA_SECTIONS): Zero vma
1546         if not relocating.
1547         (OTHER_RELOCATING_SECTIONS): Delete, replacing with..
1548         (OTHER_SECTIONS): ..this.  Zero vma if not relocating.  Order
1549         normal and linkonce sections as seen in input files.
1550         * emulparams/elf32bmip.sh (DATA_ADDR): Don't define if EMBEDDED.
1551         (TEXT_DYNAMIC): Likewise.
1552         (INITIAL_READONLY_SECTIONS): Zero vma if not relocating.
1553         (OTHER_SDATA_SECTIONS): Likewise.
1554         * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
1555         * emulparams/shlelf_linux.sh (OTHER_READWRITE_SECTIONS): Likewise.
1556         * emulparams/elf64alpha.sh (OTHER_READONLY_SECTIONS): Likewise.
1557         * emulparams/hppalinux.sh (OTHER_READONLY_SECTIONS): Likewise.
1558         * emulparams/elf64_aix.sh (OTHER_GOT_SECTIONS): Likewise.
1559         (OTHER_PLT_RELOC_SECTIONS): Likewise.
1560         (OTHER_READONLY_SECTIONS): Likewise.  Order normal and linkonce
1561         sections as seen in input files.
1562         * emulparams/elf64_ia64.sh: As for emulparams/elf64_aix.sh.
1563         * emulparams/hppa64linux.sh (OTHER_READONLY_SECTIONS): Zero vma
1564         if not relocating.
1565         (OTHER_READWRITE_SECTIONS, OTHER_BSS_SECTIONS): Likewise.
1566         (OTHER_BSS_END_SYMBOLS): Merge from elf64hppa.sh.
1567         * emulparams/elf64mmix.sh (OTHER_RELOCATING_SECTIONS): Delete.
1568         (OTHER_SECTIONS): Instead, use this..
1569         (OTHER_END_SYMBOLS): ..and this.
1571         * emulparams/elf32b4300.sh: Source elf32bmip.sh, remove duplicates.
1572         * emulparams/elf32bsmip.sh: Likewise.
1573         * emulparams/elf32btsmip.sh: Likewise.
1574         * emulparams/elf32ebmip.sh: Likewise.
1575         * emulparams/elf32lmip.sh: Likewise.
1576         * emulparams/elf32elmip.sh: Source elf32lmip.sh, remove duplicates.
1577         * emulparams/elf32lsmip.sh: Likewise.
1578         * emulparams/elf32ltsmip.sh: Source elf32btsmip.sh, remove duplicates.
1579         * emulparams/elf32l4300.sh: Source elf32b4300.sh, remove duplicates.
1580         * emulparams/elf64bmip.sh: Source elf32bmipn32.sh, remove duplicates.
1581         * emulparams/elf64btsmip.sh: Likewise.
1582         * emulparams/elf64ltsmip.sh: Source elf64btsmip.sh, remove duplicates.
1583         * emulparams/elf32lppc.sh: Source elf32ppc.sh, remove duplicates.
1584         * emulparams/elf32ppclinux.sh: Likewise.
1585         * emulparams/elf32ppcsim.sh: Likewise.
1586         * emulparams/elf32lppcsim.sh: Source elf32lppc.sh, remove duplicates.
1587         * emulparams/elf64hppa.sh: Source hppa64linux.sh, remove duplicates.
1588         * emulparams/h8300helf.sh: Source h8300elf.sh, remove duplicates.
1589         * emulparams/h8300self.sh: Likewise.
1590         * emulparams/mn10300.sh: Source mn10200.sh, remove duplicates.
1591         * emulparams/sh.sh: Comment.
1592         * emulparams/shl.sh: Source sh.sh, remove duplicates.
1593         * emulparams/shlelf.sh: Source shelf.sh, remove duplicates.
1594         * emulparams/shelf_linux.sh: Source shlelf_linux.sh, remove duplicates.
1596 2001-11-21  David Heine <dlheine@tensilica.com>
1597             Alan Modra  <amodra@bigpond.net.au>
1599         * ldlang.c (map_input_to_output_sections): Replace "break"
1600         accidentally removed with 2001-08-03 change.
1601         (lang_gc_sections_1): Likewise.
1603 2001-11-21  Alan Modra  <amodra@bigpond.net.au>
1605         * ldlang.c (walk_wild_section): Move sec == NULL case out of loop.
1607 2001-11-20  Angela Marie Thomas <angela@redhat.com>
1609         * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Use NULL instead
1610         of false when calling lang_size_sections.
1611         * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
1613 2001-11-15  Alan Modra  <amodra@bigpond.net.au>
1615         * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Only emit this
1616         function when LDEMUL_FINISH isn't set to the same name.  Don't
1617         call ${LDEMUL_FINISH}.
1618         (ld_${EMULATION_NAME}_emulation): Call $LDEMUL_FINISH if defined.
1619         * emultempl/armelf.em (arm_elf_finish): Call
1620         gld${EMULATION_NAME}_finish.
1621         * emultempl/hppaelf.em (hppaelf_finish): Rename to
1622         gld${EMULATION_NAME}_finish.  Call bfd_elf32_discard_info and
1623         hppaelf_layout_sections_again if necessary.
1624         (need_laying_out): New var.
1625         (hppaelf_layaout_sections_again): Rename to
1626         hppaelf_layout_sections_again.  Clear need_laying_out.
1627         (PARSE_AND_LIST_OPTIONS): Format text.
1629 2001-11-14  H.J. Lu  <hjl@gnu.org>
1631         * emultempl/armelf.em (arm_elf_finish): Renamed from
1632         gld${EMULATION_NAME}_finish.
1633         (LDEMUL_FINISH): Set to arm_elf_finish.
1635 2001-11-14  Daniel Jacobowitz  <drow@mvista.com>
1637         * emultempl/elf32.em (gld${EMULATION_NAME}_finish): New.
1638         (struct ld_emulation_xfer_struct): Use it.
1640 2001-11-13  Ross Alexander <ross.alexander@uk.neceur.com>
1642         * emulparams/elf64hppa.sh (OTHER_BSS_END_SYMBOLS): Add
1643         additional symbols referenced by newer crt0.o files from HP.
1645 2001-11-12  Anthony Green  <green@redhat.com>
1647         * emulparams/armelf.sh (DATA_START_SYMBOLS): New symbol.
1649 2001-11-12  Alfred M. Szmidt  <ams@kemisten.nu>
1651         * Makefile.am (GENSCRIPTS): Quote ${exec_prefix}.
1652         * Makefile.in: Regenerate.
1654 2001-11-02  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
1656         * ld.texinfo: Use @command for commands, @option for options.
1657         * Makefile.am (POD2MAN): Use 'GNU Development Tools' for
1658         the page man title.
1659         * Makefile.in: Rebuild.
1661 2001-11-04  Chris Demetriou  <cgd@broadcom.com>
1663         * configure.tgt (mips*el-*-netbsd*, mips*-*-netbsd*):
1664         Add support for targets.
1666 2001-11-02  Nick Clifton  <nickc@cambridge.redhat.com>
1668         * configure.in (ALL_LINGUAS): Add "fr" and "sv"
1669         * configure: Regernate.
1670         * po/fr.po: New file.
1671         * po/sv.po: New file.
1673 2001-11-01  NIIBE Yutaka  <gniibe@m17n.org>
1675         * configure.tgt (sh-*-linux): Set targ_emul, targ_extra_emuls
1676         as little endian default and to support big endian.
1678 2001-11-01  Chris Demetriou  <cgd@broadcom.com>
1680         * ld.texinfo (Options): Document new option, -nostdlib.
1681         * lexsup.c (OPTION_NOSTDLIB): New definition.
1682         (ld_options): Add entry for "nostdlib".
1683         (parse_args): Handle OPTIONS_NOSTDLIB.
1684         * ldfile.c (ldfile_add_library_path): Don't add directories
1685         to the search path if they weren't specified on the command line
1686         and -nostdlib was specified.
1687         * ld.h (ld_config_type): New member only_cmd_line_lib_dirs.
1689 2001-10-31  Nick Clifton  <nickc@cambridge.redhat.com>
1691         * lexsup.c (parse_args): Prevent infinite parsing loop when
1692         "-rpath.a" is specified on the command line.
1693         Replace calls to fprintf with calls to einfo.
1695 2001-10-31  John Marshall  <jmarshall@acm.org>
1697         * ld.texinfo: A historical requirement that MEMORY and SECTIONS
1698         appear only once across all the linker scripts involved in a link
1699         invocation no longer applies.  Make the documentation reflect
1700         that.
1702 2001-10-31  NIIBE Yutaka  <gniibe@m17n.org>
1704         * configure.tgt: Supports sh3/sh4/sh3eb/sh4eb-unknown-linux-gnu
1705         targets.
1706         (sh-*-linux*): Added targ_extra_libpath.
1708 2001-10-31  David Heine  <dlheine@tensilica.com>
1710         * ldlang.c (lang_size_sections): Keep a valid output_offset field
1711         for padding statements.
1713 2001-10-30  Hans-Peter Nilsson  <hp@bitrange.com>
1715         * configure.tgt (mmix-*-*): New target.
1716         * Makefile.am (ALL_EMULATIONS): Add eelf64mmix.o and emmo.o.
1717         Add dependencies to match.
1718         * emulparams/mmo.sh, emulparams/elf64mmix.sh, emultempl/mmo.em,
1719         emultempl/mmix-elfnmmo.em, emultempl/mmixelf.em,
1720         scripttempl/mmo.sc: New files.
1721         * gen-doc.texi: @set MMIX.
1722         * ld.texinfo: Ditto.
1723         [MMIX] Add MMIX node.
1724         * Makefile.in: Regenerate.
1726 2001-10-29  Kazu Hirata  <kazu@hxi.com>
1728         * ldlang.c: Fix a comment typo.
1730 2001-10-23  Alan Modra  <amodra@bigpond.net.au>
1732         * configure.host: Move alpha*-*-linux-gnu* entry to generic
1733         entries, and match *-*-linux*.
1735 2001-10-20  Alan Modra  <amodra@bigpond.net.au>
1737         * ldgram.y (mri_script_command): Surround processing of INCLUDE
1738         with ldlex_script, ldlex_popstate.
1739         (ifile_p1): Likewise.
1740         * ldlex.l (EOF): Don't BEGIN(SCRIPT).  Restore lineno from the
1741         correct slot.
1742         (lex_push_file): Save current lineno to lineno_stack.  Set lineno
1743         to 1.  Don't BEGIN(SCRIPT).
1744         (lex_redirect): Similarly.
1745         * ldmain.c (main): Set yydebug non-zero if YYDEBUG.
1747 2001-10-20  Nick Clifton  <nickc@cambridge.redhat.com>
1749         * scripttempl/armcoff.sc: Define __EH_FRAME_BEGIN__ and
1750         __EH_FRAME_END__ and accept eh frames into data section.
1751         Add ctor and dtor sections.
1753 2001-10-19  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
1755         * pe-dll.c (autofilter_objectlist): Add gcrt0.o.
1756         (auto-export): Fix indentation.
1758 2001-10-18  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
1760         * pe-dll.c (autofilter_objectlist):  Add startup objects
1761         for profiling.
1762         (auto-export): Constify char * p.
1763         Extract file basename and use strcmp rather than ststr
1764         for object lookup.
1766 2001-10-18  Chris Demetriou  <cgd@broadcom.com>
1768         * ldmain.c (get_emulation): Improve comment about the handling
1769         of -mipsN options.
1771 2001-10-17  Alan Modra  <amodra@bigpond.net.au>
1773         * po/POTFILES.in: Regenerate.
1775 2001-10-16  Vassili Karpov  <malc@pulsesoft.com>
1777         * emultempl/elf32.em (gld*_list_options): Remove extra '\t' from
1778         -z nocopyreloc and -z nocombreloc usage strings.
1780 2001-10-12  Vassili Karpov  <malc@pulsesoft.com>
1782         * emultempl/elf32.em (gld*_list_options): Include -z nocopyreloc
1783         in usage.
1785 2001-10-11  Aleksey Romanov <aromanov@ennovatenetworks.com>
1787         * scripttempl/armaout.sc: Place .bss section after end of aligned
1788         data section to match behaviour of aout code in constructrion of
1789         header.
1791 2001-10-11  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
1793         * pe-dll.c (autofilter_entry_type autofilter_liblist: Add
1794         startup files for mingw32 dlls to list.
1796 2001-10-10  Chris Demetriou  <cgd@broadcom.com>
1798         * emultempl/elf32.em: Fix shell 'if' usage for portability.
1800 2001-10-08  Aldy Hernandez  <aldyh@redhat.com>
1802         * configure.tgt (targ): Add arm9e-*-elf.
1804 2001-10-05  H.J. Lu  <hjl@gnu.org>
1806         * genscripts.sh: Fix a typo in the last change.
1808 2001-10-05  Jakub Jelinek  <jakub@redhat.com>
1810         * emultempl/elf32.em (gld_*_list_options): Include -z combreloc and
1811         -z nocombreloc in usage.
1813 2001-10-03  Jim Blandy  <jimb@redhat.com>
1815         * genscripts.sh: Include a comment at the top of each generated
1816         script, explaining its purpose.
1818 2001-10-03  Vassili Karpov  <malc@pulsesoft.com>
1820         * emultempl/elf32.em (parse_args): Handle -z nocopyreloc.
1821         * NEWS: Mention -z nocopyreloc.
1822         * ld.texinfo (Options): Describe nocopyreloc.
1824 2001-10-03  Alan Modra  <amodra@bigpond.net.au>
1826         * configure: Regenerate.
1828 2001-10-02  Alan Modra  <amodra@bigpond.net.au>
1830         * ldver.h (ld_program_version): Remove declaration.
1831         * lexsup.c (parse_args): Move printing of copyright message..
1832         * ldver.c (ldversion): .. to here.
1833         Use BFD_VERSION_STRING in place of BFD_VERSION.
1834         (ld_program_version): Remove.
1835         * Makefile.am (Makefile): Depend on bfd/configure.in.
1836         Run "make dep-am".
1837         * Makefile.in: Regenerate.
1839 2001-09-30  Hans-Peter Nilsson  <hp@bitrange.com>
1841         * Makefile.am: Update dependencies with "make dep-am".
1842         * Makefile.in: Regenerate.
1844 2001-09-29  John Reiser  <jreiser@BitWagon.com>
1846         * ldlang.c (lang_common): Conditionally inhibit Common allocation.
1847         * lexsup.c: Add --no-define-common commandline option.
1848         * ldgram.y: Add INHIBIT_COMMON_ALLOCATION script command.
1849         * ldlex.l: Likewise.
1850         * ld.h: Add command_line.inhibit_common_definition.
1851         * ldmain.c (main): Initialize.
1852         * ld.texinfo: Document.
1854 2001-09-29  Alan Modra  <amodra@bigpond.net.au>
1856         * ldlang.c (section_already_linked): Remove assignment to kept_section.
1858 2001-09-26  Alan Modra  <amodra@bigpond.net.au>
1860         * ldmisc.c (USE_STDARG): Remove.
1861         (info_msg): Define using VPARAMS, VA_OPEN, VA_FIXEDARG, VA_CLOSE.
1862         (einfo): Likewise.
1863         (minfo): Likewise.
1864         (lfinfo): Likewise.
1866         * ldmisc.h: Remove #ifdef ANSI_PROTOTYPES and non-ansi
1867         declarations.  Update copyright.
1869 2001-09-24  Charles Wilson  <cwilson@ece.gatech.edu>
1871         * pe-dll.c: Remove obsoleted declaration of
1872         pe_get_data_import_dll_name.
1873         (pe_create_import_fixup): Fix thinko.
1875         * ld.texinfo(enable-auto-import): Clarify the explanation.
1877 2001-09-24  Nick Clifton  <nickc@cambridge.redhat.com>
1879         * pe-dll.c (pe_create_import_fixup): Revert previous patch.
1880         * emultemp/pe.em (pe_data_import_dll): Move definition outside of
1881         DLL_SUPPORT controlled code.
1883 2001-09-24  Charles Wilson  <cwilson@ece.gatech.edu>
1885         * emultempl/pe.em(pe_data_import_dll): Make static.
1886         (pe_get_data_import_dll_name): New accessor function.
1887         * pe-dll.c(pe_create_import_fixup): call
1888         pe_get_data_import_dll_name() from pe.em, instead of
1889         directly accessing pe_data_import_dll variable from pe.em.
1891 2001-09-18  Bruno Haible  <haible@clisp.cons.org>
1893         * deffilep.y: Include "safe-ctype.h" instead of <ctype.h>.
1894         (def_file_add_directive): Use ISSPACE instead of isspace.
1895         (def_lex): Use ISDIGIT/ISXDIGIT/ISALPHA/ISALNUM instead of
1896         isdigit/isxdigit/isalpha/isalnum.
1897         * emultempl/aix.em: Include "safe-ctype.h" instead of <ctype.h>.
1898         (gld${EMULATION_NAME}_read_file): Use ISSPACE instead of isspace.
1899         * emultempl/elf32.em: Include "safe-ctype.h" instead of <ctype.h>.
1900         (gld${EMULATION_NAME}_place_orphan): Use ISALNUM instead of
1901         isalnum.
1902         * emultempl/gld960c.em: Include "safe-ctype.h" instead of <ctype.h>.
1903         (gld960_set_output_arch): Use ISUPPER/TOLOWER instead of
1904         isupper/tolower.
1905         * emultempl/sunos.em: Include "safe-ctype.h" instead of <ctype.h>.
1906         (gld${EMULATION_NAME}_search_dir): Use ISDIGIT instead of isdigit.
1907         * ldctor.c: Include "safe-ctype.h" instead of <ctype.h>.
1908         (ctor_prio): Use ISDIGIT instead of isdigit.
1909         * ldfile.c: Include "safe-ctype.h" instead of <ctype.h>.
1910         (ldfile_open_file_search): Use ISALPHA instead of isalpha.
1911         (ldfile_add_arch): Use ISUPPER/TOLOWER instead of
1912         isupper/tolower.
1913         * ldlang.c: Include "safe-ctype.h" instead of <ctype.h>.
1914         (stricpy): Use TOLOWER instead of isupper/tolower.
1915         (lang_leave_overlay_section): Use ISALNUM instead of isalnum.
1916         * ldlex.l: Include "safe-ctype.h" instead of <ctype.h>.
1917         (lex_warn_invalid): Use ISPRINT instead of isprint.
1918         * ldmain.c: Include "safe-ctype.h" instead of <ctype.h>.
1919         (main): For gettext, also set the LC_CTYPE locate facet.
1920         (add_keepsyms_file): Use ISSPACE instead of isspace.
1921         * lexsup.c: Include "safe-ctype.h" instead of <ctype.h>.
1922         (is_num, parse_args): Use ISDIGIT instead of isdigit.
1923         * mpw-elfmips.c: Include "safe-ctype.h" instead of <ctype.h>.
1924         (gldelf32ebmip_place_orphan): Use ISALNUM instead of isalnum.
1925         * mpw-eppcmac.c: Include "safe-ctype.h" instead of <ctype.h>.
1926         (gldppcmacos_read_file): Use ISSPACE instead of isspace.
1927         * pe-dll.c: Include "safe-ctype.h" instead of <ctype.h>.
1928         (quoteput): Use ISSPACE instead of isspace.
1929         (pe_dll_generate_implib, pe_process_import_defs): Use ISALNUM
1930         instead of isalnum.
1932 2001-09-18  Alan Modra  <amodra@bigpond.net.au>
1934         * deffilep.y (def_stash_module): Constify "name" param.
1936         * pe-dll.c: Replace CONST with const throughout.
1937         (quick_symbol): Constify "n1", "n2", "n3" params.
1938         (make_singleton_name_thunk): Constify "import" param.  Make
1939         "buffer_len" a size_t.
1940         (make_import_fixup_entry): Constify "name", "fixup_name",
1941         "dll_symname" params.
1942         (pe_get16): Cast args of bfd_seek.  Replace bfd_read with bfd_bread.
1943         (pe_get32): Likewise.
1944         (pe_implied_import_dll): Likewise.
1946         * emultempl/beos.em (sort_by_file_name): Constify "ra", "rb".
1947         (sort_by_section_name): Likewise.
1949         * emultempl/pe.em: Move defines for arm_epoc_pe before bfd.h included.
1950         (make_import_fixup): Cast printf arg, rel->address to long rather
1951         than int.
1952         (gld_${EMULATION_NAME}_after_open): Don't compare NULL against int.
1954 2001-09-15  Alan Modra  <amodra@bigpond.net.au>
1956         * ldmain.c (main): Rename BufferSize to ld_bufsz because HPUX
1957         defines BufferSize.  Increase buffer size by one.
1959 2001-09-14  Ralf Habacker <Ralf.Habacker@freenet.de>
1961         * pe-dll.c (pe_walk_relocs_of_symbol): Fix memory leak.
1963 2001-09-14  Kevin Lo <kevlo@openbsd.org>
1965         * configure.tgt: Add arm-openbsd target.
1967 2001-09-12  H.J. Lu  <hjl@gnu.org>
1969         * Makefile.am (ALL_EMULATIONS): Move eelf64ppc.o and
1970         eelf64lppc.o to ...
1971         (ALL_64_EMULATIONS): Here.
1972         * Makefile.in: Regenerated.
1974 2001-09-12  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
1976         * emultempl/pe.em(make_import_fixup): change signature to
1977         take asection as well as arelec; we need this for proper
1978         error reporting.  Only call pe_create_import_fixup() if
1979         there is no attempt to add a constant addend to the reloc;
1980         otherwise, report error condition.
1981         * pe-dll.c(pe_walk_relocs_of_symbol): change signature,
1982         since final argument is a pointer to make_import_fixup().
1983         Change call to cb() to match make_import_fixup() signature.
1984         (make_import_fixup_mark): make buffer_len unsigned.
1985         * pe-dll.h: change signature of pe_walk_relocs_of_symbol.
1987 2001-09-12  Charles Wilson  <cwilson@ece.gatech.edu>
1989         * ld.texinfo: add verbose documentation for auto-import
1990         direct-addressing workaround, to compliment the terse
1991         error message.
1993 2001-09-12  Andrew MacLeod  <amacleod@redhat.com>
1995         * scripttempl/v850.sc: Add gcc_except_table sections.
1997 2001-09-11  Jeffrey A Law  (law@cygnus.com)
1999         * emulparams/h8300helf.sh: Move stack to a much higher memory address.
2000         * emulparams/h8300self.sh: Similarly.
2002 2001-09-05 Danny Smith <dannysmith@users.souceforge.net>
2004         * ld.texinfo (Options, --stack): Correct default value for stack
2005         reserve.
2007 2001-09-05  Tom Rix <trix@redhat.com>
2009         * emultempl/aix.em : Handle import file XMC_XO and syscall symbols.
2011 2001-09-03  Andreas Jaeger  <aj@suse.de>
2013         * emultempl/beos.em: Declare prototypes for comparions functions,
2014         adjust definitions.
2016 2001-09-02  Andreas Jaeger  <aj@suse.de>
2018         * emultempl/aix.em: Add missing prototype.
2019         * emultempl/lnk960.em: Likewise.
2020         * emultempl/vanilla.em: Likewise.
2021         * emultempl/armcoff.em: Likewise.
2022         * emultempl/armelf_oabi.em: Likewise.
2023         * emultempl/beos.em: Likewise.
2024         * emultempl/gld960c.em: Likewise.
2025         * emultempl/gld960.em: Likewise.
2027         * emulparams/elf64alpha.sh (PARSE_AND_LIST_PROLOGUE): Add parameter
2028         for prototype declaration.
2030 2001-08-31  Eric Christopher  <echristo@redhat.com>
2031             Jason Eckhardt  <jle@redhat.com>
2033         * ldmain.c (get_emulation): Add support for -mips32 and -mips64.
2035 2001-08-31  Andreas Jaeger  <aj@suse.de>
2037         * emultempl/pe.em: Add missing prototypes.
2038         (gld_${EMULATION_NAME}_after_open): Remove extra args to
2039         pe_find_data_imports.
2040         (pr_sym): Add unused attribute.
2042 2001-08-29  Joel Sherrill <joel@OARcorp.com>
2044         * configure.tgt (i[3456]86-*-rtems*, m68*-*-rtems*): Change
2045         default from coff to elf.
2047 2001-08-29  Jeff Law <law@redhat.com>
2049         * emulparams/h8300helf.sh: Resync with h8300elf.sh.  Update
2050         ARCH specification.
2051         * emulparams/h8300self.sh: Similarly.
2053 2001-08-28  J"orn Rennecke <amylaar@redhat.com>
2055         * Makefile.am (ALL_EMULATIONS): Add eh8300elf.o, eh8300elf.o and
2056         eh8300self.o .
2057         (eh8300elf.c, eh8300helf.c, eh8300self.c): New targets.
2058         * configure.tgt (h8300-*-elf*): New case.
2059         * emulparams/h8300elf.sh, emulparams/h8300helf.sh: New files.
2060         * emulparams/h8300self.sh: New file.
2061         * Makefile.in: Regenerated.
2063 2001-08-28  Nick Clifton  <nickc@cambridge.redhat.com>
2065         * ldmain.c (main): Rename BSIZE to BufferSize to avoid collision
2066         with macro name.
2068 2001-08-27  Linus Nordberg  <linus@swox.com>
2069             Alan Modra  <amodra@bigpond.net.au>
2071         * Makefile.am (ALL_EMULATIONS): Add eelf64ppc.o and eelf64lppc.o.
2072         (eelf64ppc.c, eelf64lppc.c): Add make targets.
2073         Run "make dep-am"
2074         * Makefile.in: Regenerate.
2075         * configure.tgt: Add powerpc64 support.  Move pdp11, pjl, pj
2076         entries to correct alphabetical position.
2077         * emulparams/elf64ppc.sh: New.
2078         * emulparams/elf64lppc.sh: New.
2080 2001-08-27  Nick Clifton  <nickc@cambridge.redhat.com>
2082         * ldmain.c (main): Declare BSIZE as static.
2084 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
2086         * emultempl/elf32.em (place_orphan): Place orphan .rel* sections
2087         into .rel.dyn resp. .rela.dyn if combreloc.
2088         (get_script): If .x linker script is equal to .xn, only put it
2089         once into the binary.
2090         Add .xc and .xsc scripts.
2091         (parse_args): Handle -z combreloc and -z nocombreloc.
2092         * scripttempl/elf.sc (.rela.sbss): Fix a typo.
2093         For .xc and .xsc scripts put all .rel* or .rela* input sections
2094         but .rel*.plt and PLT-like sections into .rel.dyn resp. .rela.dyn.
2095         * genscripts.sh (GENERATE_COMBRELOC_SCRIPT): Set if SCRIPT_NAME
2096         is elf.
2097         Strip trailing whitespace from script.
2098         Generate .xc and .xsc scripts if requested.
2099         * ldmain.c (main): Initialize link_info.combreloc and
2100         link_info.spare_dynamic_tags.
2101         * lexsup.c (OPTION_SPARE_DYNAMIC_TAGS): Define.
2102         (ld_options): Add --spare-dynamic-tags option.
2103         (parse_args): Likewise.
2104         * ld.texinfo: Document -z combreloc and -z nocombreloc.
2105         * ldint.texinfo: Document .xc and .xsc linker scripts.
2106         * NEWS: Add notes about -z combreloc and SHF_MERGE.
2108 2001-08-22  H.J. Lu  <hjl@gnu.org>
2110         * emulparams/elf32fr30.sh: Add a newline.
2112 2001-08-21  Andreas Jaeger  <aj@suse.de>
2114         * deffilep.y: Add missing prototypes.
2115         * pe-dll.c: Likewise.
2117 2001-08-20  Alan Modra  <amodra@bigpond.net.au>
2119         * ldlang.c (insert_pad): Fix typos in last patch.
2121         * ldlang.c: When traversing lang_statement_union_type lists,
2122         consistently use "header.next" rather than "next".
2123         * mpw-eppcmac.c: Likewise.
2124         * emultempl/beos.em: Likewise.
2125         * emultempl/hppaelf.em: Likewise.
2126         * emultempl/pe.em: Likewise.
2127         * ldlang.h (union lang_statement_union): Remove "next" field.
2129         * ldlang.c (insert_pad): Use offsetof macro.
2130         (lang_size_sections): Always neuter padding statements.
2131         * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Delete.
2133         * pe-dll.c (pe_dll_fill_sections): Correct type of "relax" param
2134         passed to lang_size_sections.
2135         (pe_exe_fill_sections): Likewise.
2136         * emultempl/pe.em (output_prev_sec_find): Copied from elf32.em.
2137         (gld_${EMULATION_NAME}_place_orphan): Merge from elf32.em.
2139 2001-08-18  Alan Modra  <amodra@bigpond.net.au>
2141         * emultempl/aix.em: Formatting fixes.
2143 2001-08-18  Alan Modra  <amodra@bigpond.net.au>
2145         * ldlang.c (insert_pad): Make use of an existing pad statement if
2146         available.  Move code calculating alignment, adjusting section
2147         alignment power, and adjusting dot to ..
2148         (size_input_section): .. here.  Remove unused relax param.
2149         (lang_size_sections): Change boolean `relax' param to boolean *.
2150         Adjust call to size_input_section.  Make use of insert_pad to
2151         place pad after the assignment statement.  If relaxing, zap
2152         padding statements.
2153         (reset_memory_regions): Reset output_bfd section sizes too.
2154         (relax_again): Move to..
2155         (lang_process): ..here.  Adjust call to lang_size_sections, and
2156         remove duplicated code.
2157         * ldlang.h (lang_size_sections): Change `relax' param to boolean *.
2159 2001-08-17  Alan Modra  <amodra@bigpond.net.au>
2161         * ld.texinfo: Document that fill values now use the four least
2162         significant bytes.
2163         * emulparams/elf32fr30.sh (NOP): Update.
2164         * emulparams/elf32mcore.sh: Likewise.
2165         * emulparams/elf64_s390.sh: Likewise.
2166         * emulparams/elf_i386.sh: Likewise.
2167         * emulparams/elf_i386_be.sh: Likewise.
2168         * emulparams/elf_i386_chaos.sh: Likewise.
2169         * emulparams/elf_i386_ldso.sh: Likewise.
2170         * emulparams/elf_s390.sh: Likewise.
2171         * emulparams/elf_x86_64.sh: Likewise.
2172         * emulparams/i386moss.sh: Likewise.
2173         * emulparams/i386nw.sh: Likewise.
2174         * emulparams/m68kelf.sh: Likewise.
2175         * scripttempl/elf.sc: Update NOP comment.
2176         * scripttempl/elfi370.sc: Likewise.
2177         * scripttempl/elfm68hc11.sc: Likewise.
2178         * scripttempl/elfm68hc12.sc: Likewise.
2179         * scripttempl/nw.sc: Likewise.
2181 2001-08-15  Tom Rix <trix@redhat.com>
2183         * ldgram.y (saved_script_handle): Initialize to NULL.
2184         * ldmain.c (main): Change check on saved_script_handle.
2186 2001-08-14  Alan Modra  <amodra@bigpond.net.au>
2188         * emultempl/elf32.em: Formatting fixes.
2189         (output_prev_sec_find): Test for bfd_ind_section too;  do so by
2190         looking at sec->owner.
2191         (output_rel_find): Move function inside LDEMUL_PLACE_ORPHAN test.
2192         (gld${EMULATION_NAME}_place_orphan): Add a few comments.  Remove
2193         unused code, and reorganize orphan section placement code.
2195         * ldlang.c (wild_doit): Rename to lang_add_section.
2196         * ldlang.h: Here too.
2197         * mpw-elfmips.c: And here.
2198         * emultempl/beos.em: And here.
2199         * emultempl/elf32.em: And here.
2200         * emultempl/hppaelf.em: And here.
2201         * emultempl/pe.em: And here.
2203 2001-08-13  Richard Henderson  <rth@redhat.com>
2205         * emultempl/needrelax.em: New file.
2206         * emulparams/elf64_ia64.sh (EXTRA_EM_FILE): Reference it.
2207         * Makefile.am (eelf64_ia64.c): Depend on it.
2208         * Makefile.in: Rebuild.
2210 2001-08-13  Alan Modra  <amodra@bigpond.net.au>
2212         * emultempl/elf32.em: For SEC_EXCLUDE sections, ensure that
2213         output_section is set non-NULL.
2215         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Return
2216         `true' for SEC_EXCLUDE sections so that the generic code doesn't
2217         needlessly create an output_section_statement.  Treat a correctly
2218         named output_section_statement with NULL bfd_section as compatible.
2220 2001-08-13  Hans-Peter Nilsson  <hp@bitrange.com>
2222         * emultempl/generic.em: Support EXTRA_EM_FILE.
2223         (ld_${EMULATION_NAME}_emulation): Support emulation parameters
2224         LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
2225         LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
2226         LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
2227         LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
2228         LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
2229         LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
2230         LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
2231         LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
2232         LDEMUL_FIND_POTENTIAL_LIBRARIES.
2234 2001-08-12  Richard Henderson  <rth@redhat.com>
2236         * scripttempl/elf.sc, scripttempl/elfd30v.sc,
2237         scripttempl/elfm68hc11.sc, scripttempl/elfm68hc12.sc,
2238         scripttempl/v850.sc: Keep .jcr data.
2240 2001-08-12  H.J. Lu  <hjl@gnu.org>
2241             Andrew Haley  <aph@cambridge.redhat.com>
2242             Nick Clifton  <nickc@redhat.com>
2244         * ldgram.y (had_script): Change name to saved_script_handle.
2245         Change type to file handle.
2246         * ld.h (had_script): Rename and retype.
2247         * ldfile.c (ldfile_open_command_file): Save the file handle
2248         used in saved_script_handle.
2249         * lexsup.c (parse_args): Do not allow -c option to alter
2250         saved_script_handle.
2251         * ldmain.c (main): Print out the linker script used if
2252         --verbose is given.  Check saved_script_handle to obtain the
2253         external linker script used, or if NULL, dump the builtin
2254         script.
2255         * ld.texinfo: Document that --verbose now dumps the linker
2256         script used, regardless of whether it was an internal or an
2257         external script.
2259 2001-08-10  Andreas Jaeger  <aj@suse.de>
2261         * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
2262         to build warnings.
2263         * configure: Regenerate.
2265 2001-08-09  Alan Modra  <amodra@bigpond.net.au>
2267         * emultempl/elf32.em (output_prev_sec_find): Add missing prototype.
2269         * scripttempl/elf.sc: Move non-text .dynamic section before
2270         .plt/.got/.sdata* group.
2271         (OTHER_GOT_SECTIONS): Move to immediately after .got.
2272         (OTHER_SDATA_SECTIONS): Add.
2273         * emulparams/criself.sh: Use OTHER_SDATA_SECTIONS rather than
2274         OTHER_GOT_SECTIONS.
2275         * emulparams/crislinux.sh: Likewise.
2276         * emulparams/elf32b4300.sh: Likewise.
2277         * emulparams/elf32bmip.sh: Likewise.
2278         * emulparams/elf32bmipn32.sh: Likewise.
2279         * emulparams/elf32bsmip.sh: Likewise.
2280         * emulparams/elf32btsmip.sh: Likewise.
2281         * emulparams/elf32ebmip.sh: Likewise.
2282         * emulparams/elf32elmip.sh: Likewise.
2283         * emulparams/elf32l4300.sh: Likewise.
2284         * emulparams/elf32lmip.sh: Likewise.
2285         * emulparams/elf32lsmip.sh: Likewise.
2286         * emulparams/elf32ltsmip.sh: Likewise.
2287         * emulparams/elf64bmip.sh: Likewise.
2288         * emulparams/elf64btsmip.sh: Likewise.
2289         * emulparams/elf64ltsmip.sh: Likewise.
2291 2001-08-08  Alan Modra  <amodra@bigpond.net.au>
2293         * genscripts.sh: Source the emulparams script before each output
2294         script is generated so that variables like `RELOCATING' may affect
2295         variables defined in the emulparams script.
2297 2001-08-04  Alan Modra  <amodra@bigpond.net.au>
2299         * emultempl/aix.em: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this
2300         order.
2302         * emultempl/beos.em (sort_sections): Modify for 2001-08-03 change,
2303         ie. iterate over wild_statement.section_list.
2304         (gld${EMULATION_NAME}_place_orphan): Likewise.
2306 2001-08-03  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
2308         * scripttempl/elfm68hc12.sc (FINISH_CODE, FINISH_RELOC): New to handle
2309         .fini[0-4] sections used by _exit
2310         (CTOR, DTOR): Export ctor/dtor symbols; move them to ROM.
2311         (*.text,*.data,*.bss): Take into account .text.*, .data.*, .bss.*.
2312         * scripttempl/elfm68hc11.sc: Likewise.
2314 2001-08-03  H.J. Lu  <hjl@gnu.org>
2316         * emultempl/beos.em (init): Add the missing initialization.
2318 2001-08-03  Alan Modra  <amodra@bigpond.net.au>
2320         * ld.texinfo (Input Section Basics): Clarify ordering of output
2321         sections.
2322         * ldlang.c (callback_t): Add wildcard_list param.
2323         (walk_wild_section): Remove "section" param.  Rewrite for
2324         lang_wild_statement_type change.  Remove unique_section_p test.
2325         (walk_wild_file): Remove "section" param.
2326         (walk_wild): Remove "section" and "file" params.
2327         (lang_gc_wild): Likewise.
2328         (wild): Likewise.  Modify for lang_wild_statement_type change.
2329         (wild_sort): Likewise.  Add "sec" param.
2330         (gc_section_callback): Likewise.
2331         (output_section_callback): Likewise.  Do unique_section_p test.
2332         (map_input_to_output_sections): Modify call to wild.
2333         (lang_gc_sections_1): Likewise.
2334         (print_wild_statement): Modify for lang_wild_statement_type
2335         change.
2336         (lang_add_wild): Replace filename, filenames_sorted param with
2337         filespec.  Replace section_name, sections_sorted,
2338         exclude_filename_list with section_list.
2339         * ldlang.h (lang_add_wild): Here too.
2340         (lang_wild_statement_type): Replace section_name, sections_sorted,
2341         and exclude_filename_list with section_list.
2342         * ldgram.y (current_file): Delete.
2343         (%union): Add wildcard_list.
2344         (file_NAME_list): Set type to wildcard_list.  Build a linked list
2345         rather than calling lang_add_wild for each entry.
2346         (input_section_spec_no_keep): Call lang_add_wild here instead.
2347         * ld.h (struct wildcard_list): Declare.
2348         * mri.c (mri_draw_tree): Modify to suit new lang_add_wild.
2350 2001-08-02  Charles Wilson  <cwilson@ece.gatech.edu>
2352         * ldmain.c (main): initialize link_info.pei386_auto_import
2353         * pe-dll.c: new tables for auto-export filtering
2354         (auto_export): change API, pass abfd for contextual filtering.
2355         Loop thru tables of excluded symbols instead of comparing
2356         "by hand".
2358 2001-08-02  Paul Sokolovsky  <paul.sokolovsky@technologist.com>
2360         * pe-dll.c: new variable pe_dll_enable_extra_debug. New
2361         static variable current_sec (static struct sec *). Add
2362         forward declaration for add_bfd_to_link.
2363         (process_def_file): Don't export undefined symbols. Do not
2364         export symbols starting with  "_imp__".  Call auto_export()
2365         with new API.
2366         (pe_walk_relocs_of_symbol): New function.
2367         (generate_reloc): add optional extra debugging
2368         (pe_dll_generate_def_file): eliminate extraneous initial blank
2369         line in output
2370         (make_one): enlarge symtab to make room for __nm__ symbols
2371         (DATA auto-import support).
2372         (make_singleton_name_thunk): New function.
2373         (make_import_fixup_mark): New function.
2374         (make_import_fixup_entry): New function.
2375         (pe_create_import_fixup): New function.
2376         (add_bfd_to_link): Specify that 'name' argument is a CONST
2377         char *.
2378         * pe-dll.h: declare new variable pe_dll_extra_pe_debug;
2379         declare new functions pe_walk_relocs_of_symbol and
2380         pe_create_import_fixup.
2381         * emultempl/pe.em: add new options --enable-auto-import,
2382         --disable-auto-import, and --enable-extra-pe-debug.
2383         (make_import_fixup): New function.
2384         (pe_find_data_imports): New function.
2385         (pr_sym): New function.
2386         (gld_${EMULATION_NAME}_after_open): Add optional extra pe
2387         debugging. Call pe_find_data_imports.  Mark .idata as DATA, not
2388         CODE.
2390 2001-08-02  Charles Wilson  <cwilson@ece.gatech.edu>
2392         * ld.texinfo: add additional documentation for
2393         --export-all-symbols.  Document --out-implib,
2394         --enable-auto-image-base, --disable-auto-image-base,
2395         --dll-search-prefix, --enable-auto-import, and
2396         --disable-auto-import.
2397         * ldint.texinfo: Add detailed documentation on auto-import
2398         implementation.
2400 2001-07-30  Nick Clifton  <nickc@cambridge.redhat.com>
2402         * ld.texinfo (Simple Assignments): Fix computation in SECTIONS
2403         example.
2405 2001-07-24  Alan Modra  <amodra@bigpond.net.au>
2407         * Makefile.am: Update dependencies with "make dep-am".
2408         * Makefile.in: Regenerate
2410 2001-07-23  Alan Modra  <amodra@bigpond.net.au>
2412         * ldcref.c (check_section_sym_xref): New function.
2413         (check_nocrossrefs): Call it.
2414         (check_nocrossref): Interate over h->refs here instead of..
2415         (check_refs): ..here.  Pass in the symbol name, section, and bfd
2416         rather than hash_entry pointers.
2417         (struct check_refs_info): Keep symbol name rather than hash entry.
2418         Remove "same".
2419         (check_reloc_refs): Tweak for above changes in check_refs_info.
2420         Only report references to section syms when symname is NULL to
2421         prevent duplicate messages for the same reloc.
2423 2001-07-19  Nick Clifton  <nickc@cambridge.redhat.com>
2425         * ldexp.c (exp_print_tree): Use stderr if config.map_file is not
2426         available.  Do not print NULL trees.
2427         (exp_print_token): Print unknown tokens with values > 126 as
2428         decimal values not ASCII characters.
2430         * ldlang.c (lang_leave_overlay): If a region is specified assign
2431         it to all sections inside the overlay unless they have been
2432         assigned to the own, non-default, memory region.
2434         * README: Add header for consistency with other README files.
2436 2001-07-14  H.J. Lu  <hjl@gnu.org>
2438         * emultempl/elf32.em (output_prev_sec_find): Never return
2439         bfd_abs_section_ptr, bfd_com_section_ptr nor
2440         bfd_und_section_ptr.
2442 2001-07-14  Nick Clifton  <nickc@cambridge.redhat.com>
2444         * Makefile.am (em32relf.c): Change dependency from generic.em to
2445         elf32.em.
2446         * Makefile.in: Regenerate.
2448 2001-07-14  matthew green  <mrg@eterna.com.au>
2450         * configure.tgt (i386-*-netbsdelf*): New target.
2451         (i386-*-netbsd*): Set targ_extra_emuls to `elf_i386'
2453 2001-07-13  Jakub Jelinek  <jakub@redhat.com>
2455         * emultempl/elf32.em (output_prev_sec_find): New.
2456         (place_orphan): Use it.
2458 2001-07-11  H.J. Lu  <hjl@gnu.org>
2460         * ldmain.c (main): Fix typos in the last change.
2462 2001-07-11  Jakub Jelinek  <jakub@redhat.com>
2464         * ldmain.c (main): Disallow -F and -f without -shared.
2466 2001-07-11  Nick Clifton  <nickc@cambridge.redhat.com>
2468         * emultempl/pe.em (after_open): Check for the output_bfd not
2469         having any coff_data structure allocated to it.
2471 2001-07-09  David O'Brien  <obrien@FreeBSD.org>
2473         * emultempl/elf32.em: Do not assuming that contents of the buffer
2474         returned from basename function will remain unchanged accross other
2475         function calls.
2477 2001-07-03  H.J. Lu  <hjl@gnu.org>
2479         * scripttempl/elf.sc (DYNAMIC_PAD): Revert the change made on
2480         2001-07-03. It creates dynamic entries even for static binaries.
2482 2001-07-03  Jakub Jelinek  <jakub@redhat.com>
2484         * scripttempl/elf.sc (DYNAMIC_PAD): New variable.
2485         (DYNAMIC): Use it to reserve few dynamic entries for
2486         post-linking tools.
2488 2001-06-27  Alan Modra  <amodra@bigpond.net.au>
2490         * emulparams/hppa64linux.sh: New file.
2491         * configure.tgt: hppa*64*-*-linux* uses hppa64linux.sh
2492         * Makefile.am (ALL_64_EMULATIONS): Add ehppa64linux.o
2493         (ehppa64linux.c): Add rule to make it.
2494         Run "make dep-am".
2495         * Makefile.in: Regenerate.
2497 2001-06-21  Hans-Peter Nilsson  <hp@axis.com>
2499         * ld.texinfo (Options, -r): Mention restrictions when using
2500         different object formats.
2502 2001-06-19  Hans-Peter Nilsson  <hp@axis.com>
2504         * ldlang.c (lang_check): Emit fatal error if relocatable link
2505         between different object flavours with relocations in input.
2507 2001-06-19  H.J. Lu  <hjl@gnu.org>
2509         * ld.texinfo (-E, --export-dynamic): Mention --version-script.
2510         (--version-script): Mention the language support.
2512 2001-06-19  H.J. Lu <hjl@gnu.org>
2514         * ldlang.c (lang_check): Revert the change mode on 2001-06-15.
2516 2001-06-18  H.J. Lu <hjl@gnu.org>
2518         * Makefile.am (ld.1): Remove the prefix `$(srcdir)/'.
2519         (diststuff): Add $(MANS).
2520         * Makefile.in: Regenerated.
2522         * ld.1: Removed.
2524 2001-06-18  Hans-Peter Nilsson  <hp@axis.com>
2526         * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
2527         Update for API change in bfd_elf${ELFSIZE}_size_dynamic_sections.
2528         * mpw-elfmips.c (gldelf32ebmip_before_allocation): Ditto.
2529         * ld.h (args_type): Remove member export_dynamic.  All users
2530         changed to use struct bfd_link_info member.
2532         * Makefile.am (ecriself.c, ed10velf.c, ei386moss.c): Depend on
2533         $(srcdir)/emultempl/elf32.em, not $(srcdir)/emultempl/generic.em.
2534         * Makefile.in: Regenerate.
2536 2001-06-18  H.J. Lu  <hjl@gnu.org>
2538         * ldlang.c (init_os): Add the newline to the einfo call.
2539         (lang_check): Likewise.
2540         (lang_do_version_exports_section): Likewise.
2542 2001-06-15  H.J. Lu  <hjl@gnu.org>
2544         * lexsup.c (parse_args); Save optind to report unrecognized
2545         option.
2547 2001-06-15  Hans-Peter Nilsson  <hp@axis.com>
2549         * ldlang.c (lang_check): Emit fatal error if relocatable link
2550         between different object flavours.
2552         * lexsup.c (parse_args) <case OPTION_EXPORT_DYNAMIC, case 'E'>:
2553         Set new link_info member export_dynamic.
2554         * ldmain.c (main): Initialize new link_info member export_dynamic.
2556 2001-06-12  Nick Clifton  <nickc@cambridge.redhat.com>
2558         * ldlang.c (walk_wild): Only call walk_wild_file if
2559         lookup_name returns something.
2560         (lookup_name): If load_symbols fails, return NULL.
2561         (load_symbols): Change to a boolean function.
2562         (open_input_bfds): If load_symbols fails then do not make the
2563         executable.
2565 2001-06-08  Alan Modra  <amodra@bigpond.net.au>
2567         * ldlang.c (record_bfd_errors): Remove.
2569         * emultempl/aix.em: Fix copyright dates.
2571 2001-06-07  Andreas Jaeger  <aj@suse.de>
2573         * elf_x86_64.sh (NONPAGED_TEXT_START_ADDR): Increase.
2574         (TEXT_START_ADDR): Likewise.
2576 2001-06-06  Martin Schwidefsky <schwidefsky@de.ibm.com>
2578         * configure.host: Set HOSTING_CRT0/HOSTING_LIBS correctly for s/390.
2580 2001-06-05  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
2582         * emultempl/pe.em (init): Reduce default stack reserve to 0x200000.
2584 2001-05-31  H.J. Lu  <hjl@gnu.org>
2586         * ldlang.c (open_input_bfds): Don't change the bfd error
2587         handler whilst loading symbols.
2589 2001-05-28  Nick Clifton  <nickc@cambridge.redhat.com>
2591         * configure.tgt: Remove i370-mvs architecture, it is not currently
2592         supported.
2594 2001-05-25  H.J. Lu  <hjl@gnu.org>
2596         * emulparams/ppcmacos.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
2597         like emulparams/aixppc.sh.
2599 2001-05-25  H.J. Lu  <hjl@gnu.org>
2601         * emultempl/beos.em (gld${EMULATION_NAME}_before_parse): Move
2602         setting of output_filename after bfd_scan_arch.
2603         * emultempl/pe.em: Likewise.
2605 2001-05-25  H.J. Lu  <hjl@gnu.org>
2607         * emulparams/aixrs6.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
2608         like emulparams/aixppc.sh.
2610         * emultempl/aix.em (sc): Use ${srcdir}/emultempl/ostring.sed
2611         instead of ${srcdir}/emultempl/stringify.sed.
2613 2001-05-25  Timothy Wall  <twall@oculustech.com>
2615         * emulparams/elf64_aix.sh: Change settings to match IBM linker
2616         output.
2618 2001-05-25  Alan Modra  <amodra@one.net.au>
2620         * configure.host: Replace linuxoldld with linux*oldld.
2621         * configure.tgt: Likewise.
2623 2001-05-24  H.J. Lu  <hjl@gnu.org>
2625         * emultempl/stringify.sed: Removed again.
2627 2001-05-24  H.J. Lu  <hjl@gnu.org>
2629         * emultempl/aix.em (OUTPUT_ARCH): Defined.
2630         (gld${EMULATION_NAME}_before_parse): Initialize
2631         ldfile_output_architecture, ldfile_output_machine and
2632         ldfile_output_machine_name from ${OUTPUT_ARCH} if possible.
2633         * emultempl/beos.em: Likewise.
2634         * emultempl/elf32.em: Likewise.
2635         * emultempl/linux.em: Likewise.
2636         * emultempl/mipsecoff.em: Likewise.
2637         * emultempl/pe.em: Likewise.
2638         * emultempl/sunos.em: Likewise.
2640 2001-05-24 Tom Rix <trix@redhat.com>
2642         * emultempl/aix.em : (gld${EMULATION_NAME}_read_file)
2643         udate import file format.
2644         (change_symbol_mode) New, same
2645         (is_syscall) New, same
2646         * emulparams/aixppc.sh : add SYSCALL_MASK and SYMBOL_MODE_MASK
2647         * emulparams/aixppc64.sh : same
2648         * emulparams/aixrs6.sh : same
2649         * emulparams/ppcmacos.sh : same
2650         * emultempl/aix.em : use strtoull to parse options
2651         * Makefile.am : add eaixppc64 emulation for xcoff64
2652         * Makefile.in : same
2653         * configure.tgt : same
2655         * scripttempl/aix.sc : default text section offset to 0x10000000
2656         default data section offset to 0x20000000
2657         add .sv3264 and .sv64 pseudo sections
2658         loader and debug sections use the currect section offset.
2660         * emultempl/aix.em : Add xcoff64 support
2661         Add -binitfini support
2662         (gld${EMULATION_NAME}_before_parse) -binitfini
2663         (gld${EMULATION_NAME}_parse_args) same
2664         (gld${EMULATION_NAME}_before_allocation) format change for special
2665         sections
2667         * emulparams/aixppc64.sh : New file for xcoff64 support
2669 2001-05-23  Alexandre Oliva  <aoliva@redhat.com>
2671         * emultempl/elf32.em (ELF_INTERPRETER_SET_DEFAULT): Use this new
2672         variable to avoid non-portable shell construct.
2674 2001-05-23  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2676         * ldmain.c (get_emulation): Add -mips5 command line argument.
2678 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
2680         * emulparams/elf_i386_ldso.sh: New, copied from elf_i386.sh.
2681         (ELF_INTERPRETER_NAME): Define it.
2682         * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Use
2683         it.
2684         * configure.tgt (targ_emul, targ_extra_emuls)
2685         [i[3456]86-*-solaris2*, i[3456]86-*-solaris*]: Use elf_i386_ldso
2686         as primary, elf_i386 as extra.
2687         * Makefile.am (ALL_EMULATIONS): Added eelf_i386_ldso.o.
2688         (eelf_i386_ldso.c): New rule.
2689         * Makefile.in: Rebuilt.
2691 2001-05-22  Nick Clifton  <nickc@redhat.com>
2693         * lexsup.c (ld_options):  Allow -I to be an alias for
2694         --dynamic-linker.  This is for Solaris compatability.
2695         * ld.texinfo: Document that -I can be used.
2696         * ld.1: Regenerate.
2698 2001-05-16  Alan Modra  <amodra@one.net.au>
2700         * ldlang.c (wild_doit): Use linker_has_input to reliably determine
2701         whether an input section is the first one assigned to an output
2702         section.
2703         Assorted formatting fixes.
2705 2001-05-14  DJ Delorie  <dj@delorie.com>
2707         * Makefile.am (ld.dvi): Search bfd/doc for texinfo files.
2708         * Makefile.in: Ditto.
2710 2001-05-11  Jakub Jelinek  <jakub@redhat.com>
2712         * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Put
2713         .gnu.linkonce.ia64unw{,i} sections into corresponding .IA_64.unwind*
2714         output sections.
2715         * emulparams/elf64_aix.sh (OTHER_READONLY_SECTIONS): Likewise.
2717 2001-05-11  Jakub Jelinek  <jakub@redhat.com>
2719         * ldlang.c (lang_process): Call bfd_merge_sections.
2721 2001-05-07  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2723         * ldgram.y: Fix typo.
2725 2001-05-03  H.J. Lu  <hjl@gnu.org>
2727         * emultempl/elf32.em: Include "libiberty.h".
2728         (gld${EMULATION_NAME}_vercheck): Call basename () to get the
2729         basename of the bfd filename.
2730         (gld${EMULATION_NAME}_stat_needed): Likewise.
2731         (gld${EMULATION_NAME}_try_needed): Likewise.
2732         (gld${EMULATION_NAME}_open_dynamic_archive): Likewise.
2734 2001-05-02  H.J. Lu  <hjl@gnu.org>
2736         * emultempl/pe.em: Include <ctype.h>.
2738 2001-05-02  Johan Rydberg  <jrydberg@opencores.org>
2740         * emulparams/elf32openrisc.sh: New file.
2742         * Makefile.am: Add OpenRISC target.
2743         * Makefile.in: Regenerated.
2745         * configure.tgt: Add openrisc-*-* mapping.
2747 2001-05-02  Nick Clifton  <nickc@redhat.com>
2749         * emultempl/aix.em: Replace buystring with xstrdup.
2750         * emultempl/beos.em: Replace buystring with xstrdup.
2752 2001-05-02  H.J. Lu  <hjl@gnu.org>
2754         * ldfile.c: Include "libiberty.h".
2755         * ldlex.l: Likewise.
2757         * ldmisc.c (buystring): Removed.
2758         * ldmisc.h: Likewise.
2760         * ldfile.c: Replace buystring with xstrdup.
2761         * ldlang.c: Likewise.
2762         * ldlex.l: Likewise.
2763         * ldmain.c: Likewise.
2764         * ldmisc.c: Likewise.
2765         * lexsup.c: Likewise.
2766         * mpw-eppcmac.c: Likewise.
2768 2001-04-30  Andreas Jaeger  <aj@suse.de>
2770         * emulparms/elf_x86_64.sh (MAXPAGESIZE): Fix value.
2772 2001-04-28  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
2774         * ldlang.c (load_symbols): Give emulation a chance
2775         to process unrecognized file before fatal error is
2776         reported, not after.
2778 2001-04-27  Sean McNeil <sean@mcneil.com>
2780         * configure.tgt: Add arm-vxworks target.
2781         * scripttempl/armcoff.sc: Support .text or .data as a section name
2782         prefix.
2783         Define _etext.
2785 2001-04-13  J.T. Conklin  <jtc@redback.com>
2787         * ld.texinfo: Document --fatal-warnings.
2788         * ld.1: Regenerate.
2790         * ldmisc.c (vfinfo): Set flag to inhibit making executable if
2791         warnings have been turned into errors.
2792         * lexsup.c (OPTION_WARN_FATAL): Define.
2793         (ld_options): Entry for --fatal-warnings.
2794         (parse_args): Handle OPTION_WARN_FATAL.
2795         * ld.h (ld_config_type): Add fatal_warnings field.
2797 2001-04-13  Jakub Jelinek  <jakub@redhat.com>
2799         * ldmain.c (main): Default to discard_sec_merge.
2800         * lexsup.c (OPTION_DISCARD_NONE): Define.
2801         (ld_options): Add --discard-none.
2802         (parse_args): Handle OPTION_DISCARD_NONE.
2803         * ldlang.c (wild_doit): SEC_MERGE should be set in the output
2804         section only if SEC_MERGE and SEC_STRINGS flags and entsize of
2805         all its input sections match.
2807 2001-04-05  Steven J. Hill  <sjhill@cotw.com>
2809         * Makefile.am (ALL_EMULATIONS): Add eelf32ltsmip.o.
2810         (ALL_64_EMULATIONS): Add eelf64btsmip.o and eelf64ltsmip.o.
2811         (eelf32ltsmip.c): New target.
2812         (eelf64btsmip.c): Likewise.
2813         (eelf64ltsmip.c): Likewise.
2814         * Makefile.in: Regenerated.
2816         * configure.tgt (mips*el-*-linux-gnu): Uses traditional MIPS
2817         target.
2818         (mips*-*-linux-gnu*): Likewise.
2820         * emulparams/elf32ltsmip.sh: New. Traditional little endian
2821         MIPS taget.
2822         * emulparams/elf64btsmip.sh: New. Traditional 64bit big endian
2823         target.
2824         * emulparams/elf64ltsmip.sh: New. Traditional 64bit little
2825         endian target.
2827 2001-04-05  Hans-Peter Nilsson  <hp@axis.com>
2829         * emulparams/criself.sh (EXECUTABLE_SYMBOLS): Cannot provide
2830         correct value of __Stext here.
2831         (TEXT_START_SYMBOLS): Define; always define __Stext, to start of
2832         .startup section.
2834         * emulparams/crislinux.sh: Remove FIXME.
2836 2001-04-02  Alan Modra  <alan@linuxcare.com.au>
2838         * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 64k.
2839         (TEXT_START_ADDR, TARGET_PAGE_SIZE): Likewise.
2841 2001-03-27  Hans-Peter Nilsson  <hp@axis.com>
2843         * configure.tgt (cris-*-*): Change default emulation to criself.
2844         (cris-*-*aout*): New rule.
2846 2001-03-27  Matthew Wilcox  <willy@ldl.fc.hp.com>
2848         * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 0x4000.
2849         (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
2851 2001-03-26  Andreas Jaeger  <aj@suse.de>
2853         * ld.texinfo (Overview): Fix syntax in texi code.
2855 2001-03-25  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
2857         * ld.texinfo: Put @c man indications to generate the ld man page.
2858         When generating man, define all the variables.  Define SEEALSO
2859         and SYNOPSIS.  Re-organize some lines to avoid the cross references.
2860         * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variables.
2861         (ld.1): Generate from ld.texinfo.
2862         * Makefile.in: Regenerate.
2864 2001-03-23  Mark Elbrecht <snowball3@bigfoot.com>
2866         * scripttempl/i386go32.sc: Support the GCC flags '-ffunction-sections'
2867         and '-fdata-sections'. Set the VMA of STABS sections to zero.
2869 2001-03-17  Ulrich Drepper  <drepper@redhat.com>
2871         * emultmpl/elf32.em (gld${EMULATION_NAME}_search_needed): If NAME
2872         is an absolute path look only for this file and not along the path.
2874 2001-03-17  Ulrich Drepper  <drepper@redhat.com>
2876         * emultempl/elf32.em (OPTION_GROUP): New macro.
2877         Add new option Bgroup to longopts.
2878         (gld*_parse_args): Handle GROUP_OPTION and recognize -z defs.
2879         (gld*_list_options): Add -Bgroup and -z defs.
2880         * ld.1: Document -Bgroup and -z defs.
2881         * ld.texinfo: Likewise.
2883 2001-03-07  Michael Meissner  <meissner@redhat.com>
2885         * scripttempl/elfd10v.sc (.rodata,.rodata1,.data1,.sdata): Deal
2886         with sections created by -fdata-sections.
2887         (.dynbss,.bss): Ditto.
2889 2001-03-05  Alan Modra  <alan@linuxcare.com.au>
2891         * emultempl/m68kelf.em (m68k_elf_after_allocation): Call
2892         after_allocation_default, not gld..._before_allocation.
2894 2001-02-27  Alan Modra  <alan@linuxcare.com.au>
2896         * configure.in (BFD_VERSION): New.
2897         (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
2898         * configure: Regenerate.
2899         * Makefile.am: Run "make dep-am"
2900         * Makefile.in: Regenerate.
2902 2001-02-26  Timothy Wall  <twall@cygnus.com>
2904         * emulparams/elf64_aix.sh: Add additional read-only sections;
2905         uncomment lines which are now required.
2907 2001-02-26  H.J. Lu  <hjl@gnu.org>
2909         * ldlang.c (open_input_bfds): Set the bfd error handler so
2910         that problems can be caught whilst loading symbols.
2911         (record_bfd_errors): New function: Report BFD errors and mark
2912         the executable output as being invalid.
2914 2001-02-22  Timothy Wall  <twall@cygnus.com>
2916         * configure.host: Add configuration for ia64-*-aix*.
2917         * Makefile.am (ALL_64_EMULATIONS): Add emulation for ia64-*-aix*.
2918         Add dependencies for eelf64_aix.c.
2919         * Makefile.in: Regenerate.
2920         * configure.tgt: Add ia64-*-aix* mapping.
2921         * emulparams/elf64_aix.sh: Add settings for elf64 on aix5.
2922         * testsuite/ld-bootstrap/bootstrap.exp: Exclude ia64 flavor from
2923         AIX-specific test.
2925 2001-02-20  H.J. Lu  <hjl@gnu.org>
2927         * ldfile.c (ldfile_open_file): Set entry->search_dirs_flag to
2928         false if we found the file.
2930 2001-02-18  David O'Brien  <obrien@FreeBSD.org>
2932         * configure.tgt: Add FreeBSD/Alpha, FreeBSD/x86-64, FreeBSD/ia64,
2933         FreeBSD/PowerPC, FreeBSD/arm, and FreeBSD/sparc64 entries.
2935 2001-02-18  lars brinkhoff  <lars@nocrew.org>
2937         * Makefile.am: Add PDP-11 target.
2938         * configure.tgt: Likewise.
2939         * emulparams/pdp11.sh: New file.
2941 2001-02-17  David O'Brien  <obrien@FreeBSD.org>
2943         * configure.host: Add a generic FreeBSD configuration entry such that
2944         all [modern] FreeBSD systems on all platforms will look the same.
2946 2001-02-14  H.J. Lu  <hjl@gnu.org>
2948         * configure.tgt: Remove mention of earmelf_linux26.
2950 2001-02-13  Richard Henderson  <rth@redhat.com>
2952         * emulparams/elf64_ia64.sh (OTHER_GOT_SYMBOLS): Remove.
2954 2001-02-13  H.J. Lu  <hjl@gnu.org>
2956         * ldexp.h (node_type): Add etree_provided.
2957         * ldexp.c (exp_fold_tree): Handle etree_provided. Set the node
2958         type to etree_provided if defined by PROVIDE. Allow updating
2959         for etree_provided.
2960         (exp_print_tree): Handle etree_provided.
2961         * mpw-elfmips.c (gldelf32ebmip_find_exp_assignment): Handle
2962         etree_provided.
2964 2001-02-09  David Mosberger  <davidm@hpl.hp.com>
2966         * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add
2967         .IA_64.unwind.* pattern to unwind table section and
2968         .IA_64.unwind_info* pattern to unwind info section.
2970 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2972         * Makefile.am: Add linux target for S/390.
2973         * Makefile.in: Likewise.
2974         * configure.host: Likewise.
2975         * configure.tgt: Likewise.
2976         * emulparams/elf64_s390.sh: New file.
2977         * emulparams/elf_s390.sh: New file.
2979 2001-02-09  Jakub Jelinek  <jakub@redhat.com>
2981         * configure.tgt (sparc64-*-linux-gnu*): Add elf32_sparc into
2982         targ_extra_libpath.
2983         (sparc-*-linux-gnu*): Add elf64_sparc into targ_extra_libpath.
2985 2001-02-06  Philip Blundell  <philb@gnu.org>
2987         * Makefile.am: Remove mention of earmelf_linux26.
2988         * Makefile.in: Regenerate.
2990 2001-02-04  Philip Blundell  <philb@gnu.org>
2992         * emulparams/armelf_linux.sh (TEXT_START_ADDR): Set to 0x8000.
2993         * emulparams/armelf_linux26.sh: Delete.
2994         * configure.tgt: Remove mention of armelf_linux26 emulation.
2996 2001-02-01  Nick Clifton  <nickc@redhat.com>
2998         * ld.1: Replace occurances of -oformat with --oformat.
3000 2001-01-25  Jim Driftmyer <jdrift@stny.rr.com>
3002         * ldlang.c (lang_leave_overlay): Don't set lma_region when
3003         load_base is specified.
3005 2001-01-24  Hans-Peter Nilsson  <hp@axis.com>
3007         * emultempl/elf32.em: Correct spelling in comments and listed
3008         options.
3010 2001-01-23  Alan Modra  <alan@linuxcare.com.au>
3012         * ldlang.c (lang_leave_overlay): Only set lma_region from the
3013         default for the first section of a group of overlay sections.
3015 2001-01-22  Alan Modra  <alan@linuxcare.com.au>
3017         * Makefile.am (GENSCRIPTS): Pass exec_prefix.
3018         * Makefile.in: Regenerate.
3019         * genscripts.sh: Use exec_prefix parameter to specify tool lib.
3020         Check for null tool_dir.
3022 2001-01-16  Jim Wilson  <wilson@redhat.com>
3024         * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add IA_64.unwind
3025         and IA_64.unwind.info.
3027 2001-01-16  H.J. Lu  <hjl@gnu.org>
3029         * ldlang.c (lang_check): Merge the private data only if the
3030         input file has contents.
3032 2001-01-14  Alan Modra  <alan@linuxcare.com.au>
3034         * emulparams/hppalinux.sh (OUTPUT_FORMAT): Set to elf32-hppa-linux.
3036         * emultempl/hppaelf.em (hppaelf_after_parse): New function,
3037         enabling search for libmilli.  On a relocatable link, make .text
3038         sections unique.
3039         (LDEMUL_AFTER_PARSE): Define.
3040         (hppaelf_finish): Correct spelling of relocatable in comments.
3042         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
3043         rummage through the script for sections on the unique list.
3044         Correct length of strncmp for ".note".
3045         (gld${EMULATION_NAME}_check_needed): Rearrange function.
3047         * ldlang.c (unique_section_list): New var.
3048         (unique_section_p): New function.
3049         (walk_wild_section): Don't match sections on unique_section_list.
3050         (lang_add_unique): New function.
3051         Correct spelling of relocatable in comments.
3053         * ldlang.h (struct unique_sections): Declare.
3054         (unique_section_list): Declare.
3055         (unique_section_p): Declare.
3056         (lang_add_unique): Declare.
3058         * lexsup.c (ld_options): Allow --unique to take an optional arg.
3059         (parse_args [OPTION_UNIQUE]): Call lang_add_unique.
3061         * ld.texinfo (--unique): Update.
3063 2001-01-13  Nick Clifton  <nickc@redhat.com>
3065         * lexsup.c (parse_args): Remove spurious white space.
3067 2001-01-12  Nick Clifton  <nickc@redhat.com>
3069         * lexsup.c (parse_args): Update copyright date.
3071 2001-01-12  Philip Blundell  <pb@futuretv.com>
3073         * configure.host: Set HOSTING_LIBS appropriately for ix86-cygwin.
3075 2001-01-10  Kazu Hirata  <kazu@hxi.com>
3077         * scripttempl/h8300.sc: Fix formatting.  Fix a comment typo.
3078         * scripttempl/h8300h.sc: Fix formatting.
3079         * scripttempl/h8300s.sc: Likewise.
3080         * scripttempl/h8500.sc: Likewise.
3081         * scripttempl/h8500b.sc: Likewise.
3082         * scripttempl/h8500c.sc: Likewise.
3083         * scripttempl/h8500m.sc: Likewise.
3084         * scripttempl/h8500s.sc: Likewise.
3086 2000-01-07  David O'Brien  <obrien@BSDi.com>
3088         * emultempl/elf32.em: Only perform Linux ld hints processing when
3089         targeting Linux.
3091 2001-01-07  Philip Blundell  <philb@gnu.org>
3093         * ld.texinfo (Bug Reporting): Update email address for reports.
3095 2000-12-31  Nick Clifton  <nickc@redhat.com>
3097         * lexsup.c (parse_args): Set opterr to 0 and detect unparsed long
3098         options by checking for a return value of '?' not -1.
3100 2000-12-28  Nick Clifton  <nickc@redhat.com>
3102         * lexsup.c (struct ld_option): Add new enum value:
3103         EXACTLY_TWO_DASHES.
3104         (ld_options[]): Change -omagic, -output and -oformat options
3105         to be EXACTLY_TWO_DASHES.
3106         (OUTPUT_COUNT): Use ARRAY_SIZE.
3107         (parse_args): Change parameter 'argc' to unsigned.
3108         Place EXACTLY_TWO_DASHES options into new really_longopts
3109         array.
3110         If getopt_long_only fails, try calling getopt_long using the
3111         really_longopts array.
3112         (help): Print a double dash for both EXACTLY_TWO_DASHES and
3113         TWO_DASHES options.
3115         * ldlex.h: Fix prototype of parse_args.
3117         * ld.texinfo: Document that long options starting with 'o'
3118         must be preceeded by two dashes.  Change example of a single
3119         dashed long option from -oformat to -trace-symbol.
3121 2000-12-26  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
3123         * emultempl/pe.em (OPTION_NO_DEFAULT_EXCLUDES): Define.
3124         (longopts[]): New --no-default-excludes option.
3125         (gld_${EMULATION_NAME}_list_options): Document.
3126         (gld_${EMULATION_NAME}_parse_args): Handle.
3128 2000-12-13  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
3130         * ldlang.c (new_stat): Revert the last beautification with "innocent"
3131         whitespace, it breaks the K&R C preprocessor.
3133 2000-12-11  DJ Delorie  <dj@redhat.com>
3135         * ld.texinfo: Add notes about --whole-archive and gcc.
3137 2000-11-18  Fred Fish  <fnf@be.com>
3139         * lexsup.c (OPTION_ALLOW_SHLIB_UNDEFINED): Define.
3140         (ld_options): Entry for --allow-shlib-undefined.
3141         (parse_args): Handle OPTION_ALLOW_SHLIB_UNDEFINED.
3142         * ldmain.c (main): Initialize link_info.allow_shlib_undefined
3143         to false.
3144         * ld.texinfo: Document new command line switch.
3146 2000-12-12  Geoffrey Keating  <geoffk@redhat.com>
3148         * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS):
3149         .fixup is actually read/write.
3150         * emulparams/elf32lppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
3151         * emulparams/elf32ppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
3152         * emulparams/elf32lppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
3154 2000-12-11  Jan Hubicka  <jh@suse.cz>
3156         * NEWS: Add note about x86_64 architecture.
3158 2000-12-06  Mark Elbrecht  <snowball3@bigfoot.com>
3160         * scripttempl/i386go32.sc: Use PROVIDE with _etext, _edata, _end.
3161         Set DWARF2 sections to a VMA of zero.
3163 2000-12-01  Joel Sherrill  <joel@OARcorp.com>
3165         * configure.tgt (arm-*-rtems*, a29k-*rtems*, h8300-*-rtems*):
3166         New targets.
3167         (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
3168         (sparc*-*-rtems*): Switched from a.out to ELF.
3170 2000-11-30  Jan Hubicka  <jh@suse.cz>
3172         * Makefile.am (ALL_EMULATIONS): Add eelf_x86_64.o
3173         (eelf_x86_64.c): New.
3174         * Makefile.in: Regenerate.
3175         * configure.tgt: Add support for x86_64-*-linux-gnu*.
3176         * emulparams/elf_x86_64.sh: New.
3178 2000-11-30  Hans-Peter Nilsson  <hp@axis.com>
3180         * emulparams/crislinux.sh (ENTRY): Change back to _start.
3181         (TEXT_START_SYMBOLS): Remove conditional setting of __start.
3183         * scripttempl/crisaout.sc: Change all RELOCATING not related to
3184         merging non-a.out sections into CONSTRUCTING.
3186 2000-11-28  Nick Clifton  <nickc@redhat.com>
3188         * ld.1 (COPYING): Mention that the GNU Free Documentation
3189         License is present in the sources, but not the output, and
3190         also available from the GNU website.
3191         (GNU Free Documentation License): Comment out this section.
3193 2000-11-28  David O'Brien  <obrien@dragon.nuxi.com>
3195         * emulparams/elf64alpha.sh (ENTRY): Remove leading underscore as ELF
3196         does not use them.
3198 2000-11-25  David O'Brien  <obrien@FreeBSD.org>
3200         * ld.1: Remove old date so it does not give the impression the manpage
3201         is way out of date.
3203 2000-11-24  Nick Clifton  <nickc@redhat.com>
3205         * configure.tgt (xscale-coff): Add target.
3206         (xscale-elf): Add target.
3208 2000-11-24  Fred Fish  <fnf@be.com>
3210         * ldmain.c (main): Remove redundant init of config.make_executable
3211         to true.
3213 2000-11-15  Richard Henderson  <rth@redhat.com>
3215         * emulparams/elf64alpha.sh (MAXPAGESIZE): Typo -- 64k, not 1M.
3217 2000-11-14  Kazu Hirata  <kazu@hxi.com>
3219         * scripttempl/h8300.sc: Fix formatting.
3220         * scripttempl/h8300h.sc: Likewise.
3221         * scripttempl/h8300s.sc: Likewise.
3223 2000-11-14  Denis Chertykov  <denisc@overta.ru>
3225         * scripttempl/elf32avr.sc: Fix bug in .eeprom segment.
3227 2000-11-09  Philip Blundell  <pb@futuretv.com>
3229         * emultempl/pe.em: Define ___start_SECNAME and ___stop_SECNAME
3230         around orphan sections whose names can be represented in C.
3232 2000-11-07  Jim Wilson  <wilson@redhat.com>
3234         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): New local
3235         hold_sdata.  If SEC_SMALL_DATA set, set place to hold_sdata.
3237 2000-11-06  Nick Clifton  <nickc@redhat.com>
3239         * ld.texinfo: Add GNU Free Documentation License.
3240         * ldint.texinfo: Add GNU Free Documentation License.
3241         * ld.1: Add GNU Free Documentation License.
3243 2000-11-05  Alan Modra  <alan@linuxcare.com.au>
3245         * ldlex.l (yy_create_string_buffer): Init yy_is_our_buffer,
3246         yy_is_interactive, yy_at_bol, and yy_fill_buffer.
3248         * Makefile.am (DISTCLEANFILES): Add stringify.sed.
3249         Move 2000-11-02 Makefile.in changes to this file.
3250         * Makefile.in: Regenerate.
3252 2000-11-03  Nick Clifton  <nickc@redhat.com>
3254         * scripttempl/h8300.sc: Use ${CONSTRUCTING...} to enclose
3255         constructors and destructors.
3256         * scripttempl/h8300h.sc: Ditto.
3257         * scripttempl/h8300s.sc: Ditto.
3258         * scripttempl/h8500.sc: Ditto.
3259         * scripttempl/h8500b.sc: Ditto.
3260         * scripttempl/h8500c.sc: Ditto.
3261         * scripttempl/h8500m.sc: Ditto.
3262         * scripttempl/h8500s.sc: Ditto.
3263         * scripttempl/v850.sc: Ditto.
3264         * scripttempl/w65.sc: Ditto.
3265         * scripttempl/z8000.sc: Ditto.
3267 2000-11-02  Per Lundberg  <plundis@chaosdev.org>
3269         * Makefile.in (e_i386_chaos.c): New rule.
3270         (ALL_EMULATIONS): Added e_i386_chaos.o.
3271         * emulparams/elf_i386_chaos.sh: New file.
3272         * configure.tgt: Recognise i[3456]86-chaosdev-storm-chaos.
3274 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
3276         * emulparams/elf64_sparc.sh (TEXT_START_ADDR,
3277         NONPAGED_TEXT_START_ADDR): Set to 4GB for Solaris targets.
3278         Fix sed invocation, so that it coped with '/' in Solaris 64bit
3279         library path suffix.
3280         Based on patch by Andrew Macleod <amacleod@cygnus.com>.
3282 2000-10-18  Hans-Peter Nilsson  <hp@axis.com>
3284         * scripttempl/crisaout.sc (.text, .data): Pad, with ALIGN (32),
3285         for consecutive sections.
3287 2000-10-17  Chandrakala Chavva  <cchavva@redhat.com>
3289         * lexsup.c: New option OPTION_TARGET_HELP. Prints all target specific
3290         options.
3291         * ld.texinfo: Added notes about this new option.
3293 2000-10-16  Nick Clifton  <nickc@redhat.com>
3295         * emultempl/pe.em (_after_open): Add tests of return values from
3296         bfd functions.  Emit appropriate error messages if necessary.
3298 2000-10-13  Nick Clifton  <nickc@redhat.com>
3300         * emultempl/pe.em (_after_open): Delete 'is2' and 'nsyms'
3301         local variables - they are not used, but leave in the call to
3302         bfd_canonicalize_symtab.
3303         (_open_dynamic_archive): Add #ifdef DLL_SUPPORT around use of
3304         pe_dll_search_prefix.
3306 2000-10-12  Charles Wilson  <cwilson@ece.gatech.edu>
3308         * emultempl/pe.em (pe_dll_search_prefix): New variable,
3309         (longopts): New --dll-search-prefix option.
3310         (gld_${EMULATION_NAME}_list_options): Document.
3311         (gld_${EMULATION_NAME}_parse_args): Handle.
3312         (gld_${EMULATION_NAME}_open_dynamic_archive): When linking
3313         dynamically, search for a dll named '<prefix><basename>.dll'
3314         in preference to 'lib<basename>.dll' if --dll-search-prefix
3315         is specified.
3317 2000-10-12  Alan Modra  <alan@linuxcare.com.au>
3319         * ldlang.c (section_already_linked): Set kept_section instead of
3320         sec->comdat->sec.
3322 2000-10-10  Kazu Hirata  <kazu@hxi.com>
3324         * deffile.h: Fix formatting.
3325         * lexsup.c: Likewise.
3326         * mri.c: Likewise.
3328 2000-10-09  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
3330         * pe-dll.c (make_one): Do not generate code thunk for DATA
3331         exports.
3332         (process_def_file): deduce DATA flag for auto-export sumbols.
3334 2000-10-09  Kazu Hirata  <kazu@hxi.com>
3336         * ld.h: Fix formatting.
3337         * ldcref.c: Likewise.
3338         * ldctor.h: Likewise.
3339         * ldemul.c: Likewise.
3340         * ldemul.h: Likewise.
3341         * ldexp.c: Likewise.
3342         * ldexp.h: Likewise.
3343         * ldfile.c: Likewise.
3344         * ldfile.h: Likewise.
3345         * ldlang.c: Likewise.
3346         * ldlang.h: Likewise.
3347         * ldmain.c: Likewise.
3348         * pe-dll.c: Likewise.
3350         * pe-dll.c: Revert some formatting fixes.
3352 2000-10-08  Kazu Hirata  <kazu@hxi.com>
3354         * pe-dll.c: Fix formatting.
3356 2000-10-05  Kazu Hirata  <kazu@hxi.com>
3358         * ldlang.c: Fix formatting.
3360 2000-10-03  DJ Delorie  <dj@redhat.com>
3362         * pe-dll.c (fill_edata): initialize entire block
3363         (make_one): fill in correct section.
3365 2000-10-03  Kazu Hirata  <kazu@hxi.com>
3367         * ldexp.c: Fix formatting.
3369 2000-10-02  DJ Delorie  <dj@redhat.com>
3371         * emultempl/pe.em (gld_*_after_open): detect case where there two
3372         import libraries for same dll; rename one to ensure proper link
3373         order.
3375         * pe-dll.c (process_def_file): compare ordinals to -1, not 0; fix
3376         typo
3377         (generate_edata): fix typo
3379 2000-09-29  Hans-Peter Nilsson  <hp@axis.com>
3381         * scripttempl/crisaout.sc (ENTRY): Now __start.
3382         (.text): Add default setting for __start.
3383         Remove CONSTRUCTORS handling.
3384         (/DISCARD/): Add .gnu.warning.*.
3385         * emulparams/crislinux.sh (ENTRY): Now __start.
3386         (TEXT_START_SYMBOLS): New; provide __Stext and __start default.
3387         * emulparams/criself.sh (OUTPUT_FORMAT): Now elf32-us-cris.
3388         (ENTRY): Now __start.
3389         (INITIAL_READONLY_SECTIONS): Add KEEP for .startup.
3390         (EXECUTABLE_SYMBOLS): Add default setting for __start.
3392 2000-09-29  Kazu Hirata  <kazu@hxi.com>
3394         * deffile.h: Fix formatting.
3395         * ld.h: Likewise.
3396         * ldcref.c: Likewise.
3397         * ldctor.c: Likewise.
3398         * ldctor.h: Likewise.
3399         * ldemul.c: Likewise.
3400         * ldemul.h: Likewise.
3401         * ldexp.c: Likewise.
3402         * ldexp.h: Likewise.
3403         * ldfile.c: Likewise.
3404         * ldfile.h: Likewise.
3405         * ldlang.c: Likewise.
3406         * ldlang.h: Likewise.
3407         * lexsup.c: Likewise.
3408         * mri.c: Likewise.
3409         * pe-dll.c: Likewise.
3411 2000-09-28  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
3413         * pe-dll.c (process_def_file): Uninitialized data wasn't
3414         exported with --export-all-symbols switch.
3416 2000-09-28  DJ Delorie  <dj@redhat.com>
3418         * pe-dll.c (fill_edata): rearrange the data so that ordinals and
3419         noname work properly.
3421 2000-09-28  Alan Modra  <alan@linuxcare.com.au>
3423         * ld.texinfo (HPPA ELF32): New section.
3425         * emultempl/hppaelf.em (group_size): New.
3426         (hppaelf_finish): Pass group_size to elf32_hppa_size_stubs.
3427         (PARSE_AND_LIST_PROLOGUE): Add OPTION_STUBGROUP_SIZE.
3428         (PARSE_AND_LIST_LONGOPTS): Add --stub-group-size.  Duplicate
3429         options to prevent abbreviations matching.
3430         (PARSE_AND_LIST_OPTIONS): Describe the above.  Reformat.
3431         (PARSE_AND_LIST_ARGS_CASES): Handle it.
3433 2000-09-21  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
3435         * emultempl/m68kelf.em: Conditionalise the embedded relocs feature
3436         on the m68*-*-elf target.  Make it support COFF input objects.
3438 2000-09-21  Kazu Hirata  <kazu@hxi.com>
3440         * ldmain.c: Fix formatting.
3441         * ldmisc.c: Likewise.
3442         * ldver.c: Likewise.
3443         * ldwrite.c: Likewise.
3445 2000-09-21  Alan Modra  <alan@linuxcare.com.au>
3447         * ldwrite.c (clone_section): Silence gcc warnings.
3449 2000-09-20  Alan Modra  <alan@linuxcare.com.au>
3451         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Handle
3452         out of memory failure.
3454         * ldwrite.c (ldwrite): Remove unnecessary einfo arg.
3455         (clone_section): Handle out of memory failures.  Rename var to
3456         avoid c++ reserved word.
3458 2000-09-18  Alan Modra  <alan@linuxcare.com.au>
3460         * emultempl/hppaelf.em (hppaelf_add_stub_section): Rename
3461         stub_name param to stub_sec_name.
3462         (hppaelf_finish): Modify call to elf32_hppa_size_stubs.
3464 2000-09-10  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
3466         * emultempl/m68kelf.em: New file.
3467         * emulparams/m68kelf.sh (EXTRA_EM_FILE): Use it.
3468         * Makefile.am (em68kelf.c): Add dependency on m68kelf.em.
3469         * Makefile.in: Regenerate.
3471 2000-09-15  Alan Modra  <alan@linuxcare.com.au>
3473         * emulparams/hppalinux.sh (DATA_START_SYMBOLS): Provide $global$
3474         only as needed.
3476 2000-09-13  Nick Clifton  <nickc@redhat.com>
3478         * ldmain.c (multiple_definition): Disable relaxation if
3479         multiple symbol definitions are encountered - otherwise the
3480         linker could abort with an assertion failure.
3482 2000-09-10  Nick Clifton  <nickc@redhat.com>
3484         * mri.c: Fix formatting.
3486 2000-09-07  H.J. Lu  <hjl@gnu.org>
3488         * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
3489         * configure: Rebuild.
3491 2000-09-07  H.J. Lu  <hjl@gnu.org>
3493         * Makefile.am (lexsup.o): Also depend on $(INCDIR)/demangle.h.
3494         * Makefile.in: Rebuild.
3496 2000-09-07  Alan Modra  <alan@linuxcare.com.au>
3498         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Fix
3499         broken list handling.  Create __start_SECNAME and __stop_SECNAME
3500         when no place-holder.  Add some comments.  Test both SEC_CODE and
3501         SEC_READONLY for hold_text to prevent .rodata orphan poisoning.
3502         Handle case where no output section statement created.
3504 2000-09-07  Niibe Yutaka  <gniibe@m17n.org>, Kaz Kojima  <kkojima@rr.iij4u.or.jp>, Alexandre Oliva  <aoliva@redhat.com>
3506         * configure.tgt (sh-*-linux*): Added.
3507         * Makefile.am: Added eshelf_linux and eshlelf_linux.
3508         * Makefile.in: Rebuilt.
3509         * emulparams/shelf_linux.sh: New file.
3510         * emulparams/shlelf_linux.sh: New file.
3512 2000-09-06  Alan Modra  <alan@linuxcare.com.au>
3514         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
3515         try shuffling sections when the orphan happens to be the place
3516         holder.  Keep count of unique section names generated so we speed
3517         the search for a new name.
3519 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
3521         * configure: Rebuilt with new libtool.m4.
3523 2000-09-05  Nick Clifton  <nickc@redhat.com>
3525         * Makefile.in: Regenerate.
3526         * aclocal.m4: Regenerate.
3527         * configure: Regenerate.
3528         * config.in: Regenerate.
3529         * po/ld.pot: Regenerate.
3531         * ldint.texinfo: Remove CVS revision marker - it foils local
3532         comparisons.
3534         * emultempl/ticoff.em: Remove extraneous comma.
3536 2000-09-05  Alan Modra  <alan@linuxcare.com.au>
3538         * emultempl/hppaelf.em (hppaelf_add_stub_section): Add SEC_RELOC
3539         to stub section flags.
3540         (hppa_for_each_input_file_wrapper): New.
3541         (hppa_lang_for_each_input_file): New.
3542         (lang_for_each_input_file): Define to call above.
3543         (multi_subspace): New.
3544         (hppaelf_finish): Pass multi_subspace to elf32_hppa_size_stubs.
3545         (PARSE_AND_LIST_PROLOGUE): Define.
3546         (PARSE_AND_LIST_LONGOPTS): Define.
3547         (PARSE_AND_LIST_OPTIONS): Define.
3548         (PARSE_AND_LIST_ARGS_CASES): Define.
3549         (hppaelf_finish): Call elf32_hppa_set_gp.
3550         (hppaelf_set_output_arch): Remove.
3551         (LDEMUL_SET_OUTPUT_ARCH): Remove.
3553         * emulparams/hppalinux.sh (ELFSIZE): Define.
3554         (MACHINE): Define.
3555         (OTHER_READONLY_SECTIONS): Define.
3556         (DATA_PLT): Define.
3557         (GENERATE_SHLIB_SCRIPT): Define.
3559         * ldlang.c: Add missing prototypes, and tidy others.  Change CONST
3560         to const throughout.  Change `void *' to `PTR' throughout.
3561         (lang_memory_default): Function is local to file, add `static'.
3563         * Makefile.am (ehppaelf.c): Depend on emultempl/elf32.em.
3564         (ehppalinux.c): Likewise.
3565         (earmelf.c): Likewise.
3566         (earmelf_linux.c): Likewise.
3567         (earmelf_linux26.c): Likewise.
3568         * Makefile.in: Regenerate.
3570         * ld.h (ld_config_type): Add unique_orphan_sections.
3571         * lexsup.c (OPTION_UNIQUE): Define.
3572         (ld_options): Add "--unique".
3573         (parse_args): Handle it.
3574         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
3575         search for an existing output section if unique_orphan_sections is
3576         set.  Make use of bfd_get_unique_section_name rather than
3577         duplicating code here.
3578         * ld.texinfo: Describe --unique.
3580         * lexsup.c (ld_options): Make split-by-reloc arg optional. Add
3581         optional arg to split-by-file.
3582         (parse_args): Handle them.
3583         * ld.texinfo: Update description of these options.
3584         * ldwrite.c (clone_section): Pass in the section name.  Replace
3585         local code with bfd_get_unique_section_name.
3586         (split_sections): Tidy code and comments.  Use a list traversal
3587         more appropriate to the list construction.  Handle cooked section
3588         sizes.  Split when split_by_reloc reached rather than exceeded.
3589         Track section size and split when split_by_file reached.  Fix
3590         link_order_tail (even though it's not used).
3591         (ldwrite): Modify condition for calling split_sections to suit
3592         changed split_by_reloc and split_by_file.
3593         * ldmain.c (main): Init config.split_by_reloc and
3594         config.split_by_file to -1.
3595         * ld.h (ld_config_type): Change split_by_reloc to unsigned.
3596         Change split_by_file to bfd_size_type.
3598 2000-09-02  Nick Clifton  <nickc@redhat.com>
3600         * configure.in: Increase version number to 2.10.91.
3601         * NEWS: Mention new ability to support removal of duplicate DWARF2
3602         debug information.
3603         * configure: Regenerate.
3604         * aclocal.m4: Regenerate.
3605         * config.in: Regenerate.
3607 2000-09-02  Daniel Berlin <dberlin@redhat.com>
3609         * scripttempl/elf.sc: Add .gnu.linkonce.wi.* to .debug_info
3610         sections.
3611         * scripttempl/elf32avr.sc: Ditto.
3612         * scripttempl/elfd10v.sc: Ditto.
3613         * scripttempl/elfd30v.sc: Ditto.
3614         * scripttempl/elfi370.sc: Ditto.
3615         * scripttempl/elfm68hc11.sc: Ditto.
3616         * scripttempl/elfm68hc12.sc: Ditto.
3617         * scripttempl/elfi386beos.sc: Ditto.
3618         * scripttempl/v850.sc: Ditto.
3620 2000-08-31  Alexandre Oliva  <aoliva@redhat.com>
3622         * acinclude.m4: Include libtool and gettext macros from the
3623         top level.
3624         * aclocal.m4, configure: Rebuilt.
3626 2000-08-25  Nick Clifton  <nickc@redhat.com>
3628         * ldlang.c (open_output): When choosing the target for a
3629         particular endianness, do nothing if the target is not
3630         supported.
3632 2000-08-25  H.J. Lu  <hjl@gnu.org>
3634         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Don't
3635         check -rpath nor LD_RUN_PATH for cross link.
3636         * ld.texinfo: Document the change.
3638 2000-08-24  Hans-Peter Nilsson  <hp@axis.com>
3640         * NEWS: Mention support for CRIS.
3642 2000-08-23  H.J. Lu  <hjl@gnu.org>
3644         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Get
3645         the current runpath list from bfd_elf_get_runpath_list ()
3646         before search.
3648 2000-08-22  H.J. Lu  <hjl@gnu.org>
3650         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Search
3651         the DT_RPATH/DT_RUNPATH entries for DT_NEEDED after
3652         LD_LIBRARY_PATH for native linker. Display the needed DSO if
3653         trace_file_tries is non-zero.
3654         (gld${EMULATION_NAME}_try_needed): Report the needed DSO found
3655         if trace_file_tries is non-zero.
3657         * ld.texinfo: Document the usage of DT_RPATH/DT_RUNPATH.
3658         * NEWS: Mention it.
3660 2000-08-14  Jason Eckhardt  <jle@cygnus.com>
3662         * NEWS: Mention i860 support.
3664 2000-08-14  Andreas Schwab  <schwab@suse.de>
3666         * scripttempl/elf.sc: Fix last change to use correct comment
3667         syntax.
3669 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
3671         * scripttempl/elf.sc: Add a comment giving the correspondence
3672         between sections, per-datum sections, and linkonce sections.  Make
3673         the comment true even for .bss, .sdata, .sdata2, .sbss, and
3674         .sbss2.
3676 2000-08-10  Jason Eckhardt  <jle@cygnus.com>
3678         * emulparams/elf32_i860.sh: New file.
3679         * configure.tgt: Recognize new target i860-stardent-{sysv4*|elf*}.
3680         * Makefile.am (ALL_EMULATIONS): Add eelf32_i860.o.
3681         (eelf32_i860.c): New rule.
3682         * Makefile.in: Regenerate.
3684 2000-08-10  Nick Clifton  <nickc@cygnus.com>
3686         * emulparams/mipspe.sh (ENTRY): Add definition.
3688 2000-08-08  Peter Jeremy  <peter.jeremy@alcatel.com.au>
3690         * emultempl/elf32.em (_after_close): Refer to -rpath not --rpath
3691         in error message.
3693 2000-08-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
3695         * scripttempl/elfm68hc11.sc: Define __bss_size symbol to indicate
3696         the final size of .bss section.
3697         * scripttempl/elfm68hc12.sc: Likewise.
3699 2000-08-04  Alan Modra  <alan@linuxcare.com.au>
3701         * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Rename to
3702         gld${EMULATION_NAME}_parse_args for consistency.  Combine
3703         lastoptind and prevoptind vars, and keep track of last optind.
3704         (gld_${EMULATION_NAME}_list_options): Rename to
3705         gld${EMULATION_NAME}_list_options.
3707 2000-08-03  Rodney Brown  <RodneyBrown@pmsc.com>
3709         * configure.tgt: Select targ_emul=elf_i386 for Unixware 7
3710         (i586-sco-sysv5uw7.1.0).
3712 2000-07-27  H.J. Lu  <hjl@gnu.org>
3714         * emulparams/elf64alpha.sh (PARSE_AND_LIST_ARGS): Removed.
3715         (PARSE_AND_LIST_PROLOGUE): New.
3716         (PARSE_AND_LIST_LONGOPTS): Likewise.
3717         (PARSE_AND_LIST_OPTIONS): Likewise.
3718         (PARSE_AND_LIST_ARGS_CASES): Likewise.
3719         (PARSE_AND_LIST_EPILOGUE): Likewise.
3721 2000-07-28  Alan Modra  <alan@linuxcare.com.au>
3723         * emultempl/armelf.em: Elide functions common to elf32.em,
3724         ie. most of the file.
3725         (arm_elf_after_open): New.  Do arm specific things then call
3726         gld${EMULATION_NAME}_after_open.
3727         (arm_elf_before_allocation): New.  Call
3728         gld${EMULATION_NAME}_before_allocation then do arm specifics.
3729         (PARSE_AND_LIST_PROLOGUE): Define.
3730         (PARSE_AND_LIST_SHORTOPTS): Define.
3731         (PARSE_AND_LIST_LONGOPTS): Define.
3732         (PARSE_AND_LIST_OPTIONS): Define.
3733         (PARSE_AND_LIST_ARGS_CASES): Define.
3734         (LDEMUL_AFTER_OPEN): Define.
3735         (LDEMUL_BEFORE_ALLOCATION): Define.
3736         (LDEMUL_BEFORE_PARSE): Define.
3737         (LDEMUL_FINISH): Define.
3739         * emultempl/hppaelf.em: Similarly zap most of this file.
3740         (hppaelf_add_stub_section): Prototype.
3741         (hppaelf_layaout_sections_again): Prototype.
3742         (hook_in_stub): Prototype.
3743         (LDEMUL_SET_OUTPUT_ARCH): Define.
3744         (LDEMUL_FINISH): Define.
3745         (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
3747         * emulparams/armelf.sh (TEMPLATE_NAME): Use elf32.
3748         (EXTRA_EM_FILE): New.
3749         * emulparams/armelf_linux.sh: Likewise.
3750         * emulparams/armelf_linux26.sh: Likewise.
3751         * emulparams/hppalinux.sh: Likewise.
3752         * emulparams/hppaelf.sh: Likewise.
3753         (NOP): Define.
3755         * emultempl/elf32.em: Fix formatting.
3756         (EXTRA_EM_FILE): Source it.
3757         (LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
3758         LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
3759         LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
3760         LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
3761         LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
3762         LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
3763         LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
3764         LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
3765         LDEMUL_FIND_POTENTIAL_LIBRARIES): New shell vars.  Add code to
3766         allow functions in this file to be overridden.
3767         (PARSE_AND_LIST_SHORTOPTS): Handle it.
3769         * emultempl/m68kcoff.em: Include ldfile.h before ldemul.h.
3771         * emultempl/elf32.em: Reorganize file.
3773 2000-07-27  Ivan Kokshaysky  <ink@jurassic.park.msu.ru>
3775         * emulparams/elf64alpha.sh: Implement "-taso" emulation
3776         specific option to fit 64-bit executable in the lower
3777         31-bit address range.  This is done by changing start
3778         address of .interp (the very first section of executable)
3779         and then setting EF_ALPHA_32BIT elf header flag.
3781 2000-07-21  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
3783         * emultempl/m68kcoff.em: New file.
3784         * emulparams/m68kcoff.sh (TEMPLATE_NAME): Use m68kcoff template.
3785         * Makefile.am (em68kcoff.c): Depend on m68kcoff.em rather than
3786         generic.em.
3787         * Makefile.in: Regenerate.
3789 2000-07-20  H.J. Lu  <hjl@gnu.org>
3791         * emultempl/elf32.em (longopts): Duplicate "disable-new-dtags"
3792         and "disable-new-dtags" to stop getopt from treating -d/-e as
3793         abbreviations for these options.
3795 2000-07-20  H.J. Lu  <hjl@gnu.org>
3797         * ld.texinfo: Add documentation for --disable-new-dtags and
3798         --enable-new-dtags.
3800         * ldmain.c (main): Initialize link_info.new_dtags to false.
3802         * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Add
3803         --disable-new-dtags and --enable-new-dtags.
3804         (gld_${EMULATION_NAME}_list_options): Likewise.
3806 2000-07-05  Kenneth Block  <krblock@computer.org>
3808         * lexsup.c: Add optional style to demangle switch
3809         * ld.texinfo: Document optional style to demangle switch.
3811 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
3813         * Makefile.am (ALL_EMULATIONS): Add ecrisaout.o, ecriself.o,
3814         ecrislinux.o.
3815         (ecrisaout.c, ecriself.c, ecrislinux.c): New rules.
3816         Regenerate dependencies.
3817         * Makefile.in: Rebuild.
3818         * configure.tgt (cris-*-*): New target.
3819         * emulparams/crisaout.sh, emulparams/criself.sh,
3820         emulparams/crislinux.sh, scripttempl/crisaout.sc: New files.
3821         * po/POTFILES.in, po/ld.pot: Regenerate.
3823 2000-07-20  H.J. Lu  <hjl@gnu.org>
3825         * emultempl/elf32.em (gld_${EMULATION_NAME}_list_options):
3826         Print out ignored -z options.
3828 2000-07-19  H.J. Lu  <hjl@gnu.org>
3830         * emulparams/elf32mcore.sh (PARSE_AND_LIST_ARGS): Removed.
3831         (PARSE_AND_LIST_PROLOGUE): New.
3832         (PARSE_AND_LIST_LONGOPTS): Likewise.
3833         (PARSE_AND_LIST_OPTIONS): Likewise.
3834         (PARSE_AND_LIST_ARGS_CASES): Likewise.
3836         * ldmain.c (main): Clear link_info.flags and link_info.flags_1.
3838         * lexsup.c (ld_options): Comment out 'z'.
3839         (parse_args): Likewise.
3841         * emultempl/elf32.em: Include "elf/common.h".
3842         (gld_${EMULATION_NAME}_parse_args): Defined. Handle some -z
3843         options.
3844         (gld_${EMULATION_NAME}_list_options): Likewise.
3846         * ld.texinfo: Add documentation for the recognized -z options.
3848 2000-07-19  H.J. Lu  <hjl@gnu.org>
3850         * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Call
3851         bfd_elf_set_dt_needed_soname ().
3853 2000-07-18  DJ Delorie  <dj@cygnus.com>
3855         * pe-dll.c (pe_dll_id_target): check object target name also
3857 2000-07-18  Hans-Peter Nilsson  <hp@axis.com>
3859         * scripttempl/elf.sc (.init): Only do ${INIT_START} and
3860         ${INIT_END} if relocating.
3861         (.fini): Likewise ${FINI_START} and ${FINI_END}.
3863 2000-07-16  Charles Wilson  <cwilson@ece.gatech.edu>
3865         * emultempl/pe.em (gld_*_open_dynamic_archive): New search
3866         order for dynamic library '-lfoo' on pei386: libfoo.dll.a,
3867         foo.dll.a, libfoo.a, libfoo.dll, foo.dll. This fixes compatibility
3868         errors introduced by the old dynamic lib search order.
3870 2000-07-17  DJ Delorie  <dj@cygnus.com>
3872         * pe-dll.c (process_def_file): auto-export data items also
3873         (pe_process_import_defs): also see if _imp_ form needed
3875 2000-07-12  Charles Wilson  <cwilson@ece.gatech.edu>
3877         * pe-dll.c (make_one): fix a typo in the __imp_ name decoration
3878         for dll import libraries
3880 2000-07-12  Mark Elbrecht  <snowball3@bigfoot.com>
3882         * scripttempl/i386go32.sc: Support the g++ attribute init_priority in
3883         gcc 2.95.2 and later.
3885 2000-07-11  Kazu Hirata  <kazu@hxi.com>
3887         * ldfile.c (ldfile_try_open_bfd): Output '\n' after an error
3888         message.
3890 2000-07-10  Alan Modra  <alan@linuxcare.com.au>
3892         * ldemul.h (struct lang_input_statement_struct): Remove forward
3893         declaration.
3894         (struct search_dirs): Likewise.
3895         * ldfile.h (struct lang_input_statement_struct): Likewise.
3896         Protect file from multiple inclusion.
3897         * ldlang.h (LANG_FOR_EACH_INPUT_STATEMENT): Move file_chain
3898         declaration from macro to file scope.
3900         * ldemul.c: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this order.
3901         * ldgram.y: Likewise here.
3902         * ldlang.c: And here.
3903         * ldmain.c: And here.
3904         * mpw-elfmips.c: And here.
3905         * mpw-eppcmac.c: And here.
3906         * emultempl/aix.em: And here.
3907         * emultempl/armcoff.em: And here.
3908         * emultempl/armelf.em: And here.
3909         * emultempl/armelf_oabi.em: And here.
3910         * emultempl/beos.em: And here.
3911         * emultempl/elf32.em: And here.
3912         * emultempl/hppaelf.em: And here.
3913         * emultempl/linux.em: And here.
3914         * emultempl/lnk960.em: And here.
3915         * emultempl/pe.em: And here.
3916         * emultempl/sunos.em: And here.
3917         * mpw-esh.c: And here. Include ldexp.h and ldlang.h too.
3918         * mpw-idtmips.c: Ditto.
3919         * emultempl/generic.em: Ditto.
3920         * emultempl/gld960.em: Ditto.
3921         * emultempl/gld960c.em: Ditto.
3922         * emultempl/mipsecoff.em: Ditto.
3923         * emultempl/ticoff.em: Ditto.
3924         * emultempl/vanilla.em: Ditto.
3926         * pe-dll.c: Include ldfile.h
3927         * ldver.c: Include ldexp.h, ldlang.h, ldfile.h
3929         * mpw-elfmips.c: (gldelf32ebmip_before_allocation): Add missing
3930         arguments to bfd_elf32_size_dynamic_sections call.
3931         (gldelf32ebmip_place_orphan): Add missing arguments to
3932         lang_leave_output_section_statement call.
3934 2000-07-10  H.J. Lu  <hjl@gnu.org>
3936         * emultempl/pe.em (pe_enable_stdcall_fixup): Protect with
3937         DLL_SUPPORT.
3938         (strhash): Likewise.
3939         (compute_dll_image_base): Likewise.
3940         (pe_undef_found_sym): Likewise.
3941         (pe_undef_cdecl_match): Likewise.
3942         (gld_${EMULATION_NAME}_open_dynamic_archive): Mark the
3943         argument "arch" with ATTRIBUTE_UNUSED.
3945 2000-07-10  Alan Modra  <alan@linuxcare.com.au>
3947         * configure.tgt: Remove extraneous hppa*-*-linux-gnu*.
3949         From  Ryan Bradetich  <rbradetich@uswest.net>
3950         * ldwrite.c (SSIZE): Remove to cure macro redefinition warning.
3952 2000-07-09  Alan Modra  <alan@linuxcare.com.au>
3954         Changes to create multiple linker stubs, positioned immediately
3955         before the section where they are required.
3956         * emultempl/hppaelf.em: Include elf32-hppa.h.
3957         (stub_sec, file_chain): Delete.
3958         (hppaelf_create_output_section_statements): Don't make a stub
3959         section here.
3960         (hook_stub_info): New struct.
3961         (hook_in_stub): New function.
3962         (hppaelf_add_stub_section): New function.
3963         (hppaelf_finish): Do nothing for relocateable links.  Modify the
3964         call to elf32_hppa_size_stubs.  Move code for updating section
3965         layout from here...
3966         (hppaelf_layaout_sections_again): ..to here, a new function.
3968         * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Fix
3969         broken list handling.  Pass in a pointer to the list.
3970         (hppaelf_finish): Update call to hppaelf_delete_padding_statements
3971         for above changes.
3972         (hppaelf_before_parse): Prototype.
3973         (hppaelf_set_output_arch): Prototype.
3974         (hppaelf_create_output_section_statements): Prototype.
3975         (hppaelf_delete_padding_statements): Prototype.
3976         (hppaelf_finish): Prototype.
3978         Merge from elf32.em
3979         * emultempl/hppaelf.em: Include ctype.h.
3980         (struct orphan_save): New.
3981         (gld${EMULATION_NAME}_place_orphan): New.
3982         (output_rel_find): New.
3983         (hppaelf_get_script): Update from elf32.em.
3984         (ld_hppaelf_emulation): Rename to ld_${EMULATION_NAME}_emulation.
3985         Change emulation_name field to "${EMULATION_NAME}".  Add
3986         gld${EMULATION_NAME}_place_orphan.
3988         * Makefile.am (ALL_EMULATIONS): Reinstate ehppaelf.o,  add
3989         ehppalinux.o, sort it.  Regenerate dependencies.
3990         (ehppalinux.c): Depend on hppaelf.em
3991         * Makefile.in: Regenerate.
3993         * configure.tgt: targ_emul=hppalinux for hppa*linux
3995         * emulparams/hppalinux.sh: New.
3996         * emulparams/hppaelf.sh (TARGET_PAGE_SIZE): Write in hex.
3998 2000-07-08  Alan Modra  <alan@linuxcare.com.au>
4000         * lexsup.c (parse_args): Copy section name.
4002 2000-07-07  Charles Wilson  <cwilson@ece.gatech.edu>
4004         * emultempl/pe.em: institute the following search order for
4005         dynamic libraries on pei386: libfoo.dll.a, foo.dll.a (import
4006         libs), libfoo.dll, foo.dll (link direct to dll).  Fall back to
4007         static lib (libfoo.a) if none of the above are found.
4009 2000-07-07  Mumit Khan  <khan@xraylith.wisc.edu>
4011         * emultempl/pe.em (pe_enable_auto_image_base): New variable.
4012         (longopts): New --{enable,disable}-auto-image-base options.
4013         (gld_${EMULATION_NAME}_list_options): Document.
4014         (gld_${EMULATION_NAME}_parse): Handle.
4015         (strhash): New static function.
4016         (compute_dll_image_base): New static function.
4017         (gld_${EMULATION_NAME}_set_symbols): Use.
4019 2000-07-05  DJ Delorie  <dj@redhat.com>
4021         * MAINTAINERS: new
4023 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
4025         * configure.tgt: Add traditional mips (mips*-*-sysv4*) target.
4026         * emulparams/elf32btsmip.sh: New file.
4027         * Makefile.am: Add traditional mips target.
4028         * Makefile.in: Rebuild.
4030 2000-07-01  H.J. Lu  <hjl@gnu.org>
4032         * Makefile.am (EXTRA_ld_new_SOURCES): Set to deffilep.y for
4033         automake to use YLWRAP.
4034         * Makefile.in: Rebuild.
4036 2000-07-01  Alan Modra  <alan@linuxcare.com.au>
4038         * Makefile.am (DEP): Fix 2000-06-22.  grep after running dep.sed
4039         (CLEANFILES): Add DEPA.
4040         * Makefile.in: Regenerate.
4042 2000-06-30  Timothy Wall  <twall@ppc>
4044         * scripttempl/tic54xcoff.sc: PAGE N is not implemented, so encode
4045         the page in the upper octet of the address.
4047 2000-06-26  Marek Michalkiewicz  <marekm@linux.org.pl>
4049         * emulparams/avrmega161.sh (ARCH): Change to avr:5.
4051 2000-06-24  Alan Modra  <alan@linuxcare.com.au>
4053         * NEWS: arm-elf does --gc-sections too.
4055 2000-06-22  Alan Modra  <alan@linuxcare.com.au>
4057         * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
4058         find one.
4059         * Makefile.in: Regenerate.
4061 2000-06-21  H.J. Lu  <hjl@gnu.org>
4063         * Makefile.am: Rebuild dependency.
4064         * Makefile.in: Rebuild.
4066 2000-06-20  H.J. Lu  <hjl@gnu.org>
4068         * Makefile.am: Rebuild dependency.
4069         * Makefile.in: Rebuild.
4071 2000-06-20  Timothy Wall  <twall@cygnus.com>
4073         * scripttempl/tic54xcoff.sc: New.
4074         * ldlang.c (wild_doit): Propagate SEC_BLOCK flag.
4075         * gen-doc.texi: Add flag for TI COFF.
4076         * ld.texinfo: Add documentation for TI COFF handling switches.
4077         * emultempl/ticoff.em: New. TI COFF handling.
4078         * configure.tgt: Add tic54x target.
4079         * Makefile.am: Add tic54x target.
4080         * Makefile.in: Ditto.
4082 2000-06-20  Alan Modra  <alan@linuxcare.com.au>
4084         * ldmain.c (set_scripts_dir): Correct pointer comparison when
4085         checking for backslashes.
4087 2000-06-19  Alan Modra  <alan@linuxcare.com.au>
4089         * NEWS: Move entries not in 2.10 above "Changes in version 2.10".
4091 2000-06-18  Alan Modra  <alan@linuxcare.com.au>
4093         * NEWS: Update list of targets supporting --gc-sections.
4095         * scripttempl/elf.sc: KEEP .eh_frame contents.
4096         * scripttempl/elfd30v.sc: Same here.
4098 2000-06-18  Stephane Carrez  <stcarrez@worldnet.fr>
4100         * Makefile.am (ALL_EMULATIONS): Added new emulation for m68hc12
4101         and m68hc11 (elf).
4102         * Makefile.in: Rebuild.
4103         * configure.tgt: Recognize m68hc12 and m68hc11.
4104         * scripttempl/elfm68hc12.sc: New file.
4105         * emulparams/m68hc12elfb: New emulation.
4106         * emulparams/m68hc12elf: New emulation.
4107         * emulparams/m68hc11elfb.sh: New file.  User configurable emulation
4108         (includes a memory.x script to define the ROM and RAM banks).
4109         * scripttempl/elfm68hc11.sc, emulparams/m68hc11elf.sh:
4110         New configuration files for support of Motorola 68hc11
4112 2000-06-15  Alan Modra  <alan@linuxcare.com.au>
4114         * ldmain.c (main): Only change SEC_READONLY for final link.
4116 2000-06-13  H.J. Lu  <hjl@gnu.org>
4118         * configure: Regenerate.
4120 2000-06-08  David O'Brien  <obrien@FreeBSD.org>
4122         * configure.in (VERSION): Update to show this is the CVS mainline.
4124 2000-06-07  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
4126         * emultempl/mipsecoff.em (gld{EMULATION_NAME}_after_open): Require all
4127         input objects to be ECOFF.
4128         (check_sections): einfo takes %B, not %P, to print a BFD name.
4130 2000-06-05  Michael Matz <matz@ifh.de>
4132         * ldgram.y (vers_defns): Handle 'extern "C++" { ... }' in
4133         version scripts.
4135         * ldlex.l (V_IDENTIFIER): Accept `::' in symbols.
4137 2000-05-23  Marek Michalkiewicz  <marekm@linux.org.pl>
4139         * emulparams/avr1200.sh (STACK): Define as 0.
4140         * emulparams/avr23xx.sh (STACK): Define as last internal SRAM address.
4141         * emulparams/avr4433.sh (STACK): Likewise.
4142         * emulparams/avr44x4.sh (STACK): Likewise.
4143         * emulparams/avr85xx.sh (STACK): Likewise.
4144         * emulparams/avrmega103.sh (STACK): Likewise.
4145         * emulparams/avrmega161.sh (STACK): Likewise.
4146         * emulparams/avrmega603.sh (STACK): Likewise.
4147         * scripttempl/elf32avr.sc (__data_start): Define for gcrt1.
4148         (__stack): Define from ${STACK} for main().
4150 2000-05-26  Alan Modra  <alan@linuxcare.com.au>
4152         * Makefile.am: Update dependencies with "make dep-am"
4153         * Makefile.in: Regenerate.
4155 2000-05-26  Eli Zaretskii  <eliz@is.elta.co.il>
4157         * ldmain.c: Include filenames.h.
4158         (set_scripts_dir): Support backslashes in program name.
4160 2000-05-22  Igor Shevlyakov  <igor@windriver.com>
4162         * ldmain.c (main): When deciding if ".text" section should be
4163         read-only, don't forget to reset SEC_READONLY because it
4164         could be already set.
4166 2000-05-22  Thomas de Lellis  <tdel@windriver.com>
4168         * ld.1: Add documentation for new command line option:
4169                 --section-start <sectionname>=<sectionorg>
4170         This is a generic version of -Ttext etc. which accepts
4171         any section name as a parameter instead of just text/data/
4172         bss.
4173         * ld.texinfo: More docs.
4174         * NEWS: More docs.
4175         * lexsup.c: (parse_args): Recognize new command line option.
4176         (ld_options): Add new option.
4178 2000-05-18  H.J. Lu  <hjl@gnu.org>
4180         * lexsup.c (parse_args): `i' == `r', not `q'.
4182 2000-05-18  Jeffrey A Law  (law@cygnus.com)
4184         * configure.tgt (hppa*64*-*-*): Enable PA64 target.
4186 2000-05-17 S. Bharadwaj Yadavalli  <sby@scrugs.lkg.dec.com>
4187               Rick Gorton          <gorton@scrugs.lkg.dec.com>
4189         Add support for '-q' == '--emit-relocs' switch.
4190         * ldmain.c (main): Default to false.
4191         * lexsup.c (parse_args): Turn on emitrelocations flag if set.
4192         * NEWS: Describe the emitrelocations switch.
4193         * ld.texinfo: Describe the emitrelocations switch.
4195 2000-05-16  Charles Wilson <cwilson@ece.gatech.edu>
4197         * emultempl/pe.em (_open_dynamic_archive): New function: Search
4198         the library path for "foo.dll" and "libfoo.dll" dynamic libraries
4199         before searching for 'libfoo.a' in response to a '-Bdynamic -lfoo'
4200         link options.
4202 2000-05-15  David O'Brien  <obrien@FreeBSD.org>
4204         * lexsup.c (parse_args): Update the year in the copyright notice.
4206 2000-05-13  Alan Modra  <alan@linuxcare.com.au>
4208         * ld.h (gettext, dgettext, dcgettext, textdomain, bindtextdomain):
4209         Replace defines with those from intl/libgettext.h to quieten gcc
4210         warnings.
4212 2000-05-10  H.J. Lu  <hjl@gnu.org>
4214         * ldlang.c (open_input_bfds): Don't load the same file within
4215         a group again if the whole archive has been loaded already.
4217 2000-05-03  Alan Modra  <alan@linuxcare.com.au>
4219         From Ulf Carlsson <ulfc@engr.sgi.com> and Andreas Jaeger <aj@suse.de>
4220         * lexsup.c (set_section_start): Use bfd_scan_vma rather than
4221         strtoul.
4223 2000-05-01  Jim Wilson  <wilson@cygnus.com>
4225         * configure.host (ia64-*-linux-gnu*): Change gcc to ${CC}.
4227         * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
4228         host "ia64-*-linux-gnu*".
4230 2000-04-29  Andreas Jaeger  <aj@suse.de>
4232         * ld.h: Correctly check GCC version.
4234 2000-04-25  Jeffrey A Law  (law@cygnus.com)
4236         * Makefile.am: Add PA64 support.  Add missing dependencies for
4237         PA32 elf support.
4238         * Makefile.in: Rebuilt.
4239         * configure.tgt: Add PA64 support (currently disabled).
4241 2000-04-25  Alan Modra  <alan@linuxcare.com.au>
4243         * emultempl/elf32.em (gld${EMULATION_NAME}_place_section): Delete.
4244         (output_rel_find): New function.
4245         (hold_section, hold_use): Delete.
4246         (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
4247         hold_interp): Make local to place_orphan.
4248         (gld${EMULATION_NAME}_place_orphan): Use lang_output_section_find
4249         rather than place_section to find possible previous use of orphan.
4250         Similarly find the place-holder output sections.  Use returned
4251         value from lang_enter_output_section_statement rather than calling
4252         lang_output_section_statement_lookup.
4253         * emultempl/armelf.em: Same here.
4254         * emultempl/pe.em: Similar to above, but no need for output_rel_find.
4256         * ldlang.c (lang_enter_output_section_statement): Return output
4257         section statement.
4258         * ldlang.h (lang_enter_output_section_statement): Change
4259         declaration too.
4261         * ldlang.h (lang_output_section_statement): Export it.
4262         * ldlang.c (lang_output_section_statement): Ditto.
4264 2000-04-24  Nick Clifton  <nickc@cygnus.com>
4266         * ld.texinfo (Output Section Data): Add note that section data
4267         commands cannot appear outside of section directives.
4269 2000-04-2  Matthew Green  <mrg@cygnus.com>
4271         * configure.tgt: Add NetBSD/sparc ELF, and NetBSD/sparc64 support.
4273 2000-04-21  Richard Henderson  <rth@cygnus.com>
4274             David Mosberger  <davidm@hpl.hp.com>
4276         * Makefile.am (ALL_64_EMULATIONS): Add eelf64_ia64.o.
4277         (eelf64_ia64.c): New rule.
4278         * Makefile.in: Rebuild.
4279         * configure.tgt (ia64-*-elf*, ia64-*-linux*): New targets.
4280         * emulparams/elf64_ia64.sh: New file.
4282 2000-04-21  Richard Henderson  <rth@cygnus.com>
4284         * scripttempl/elfd30v.sc: Place .gcc_except_table.
4286 2000-04-19  Alan Modra  <alan@linuxcare.com.au>
4288         * dep-in.sed: Match space at start of file name, not at end.
4290 2000-04-18  H.J. Lu  <hjl@gnu.org>
4292         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Call
4293         lang_leave_output_section_statement () after calling
4294         lang_enter_output_section_statement ().
4295         * emultempl/armelf.em: Likewise.
4297 2000-04-18  Alan Modra  <alan@linuxcare.com.au>
4299         * emultempl/elf32.em (struct orphan_save): Add section field.
4300         (gld${EMULATION_NAME}_place_orphan): Use above to keep sections in
4301         better order, and place first orphan section as we did before the
4302         2000-04-12 patch.  Ignore ~SEC_ALLOC sections when choosing place.
4303         Don't call make_bfd_section here, let wild_doit do the job for us.
4304         Don't build a statement list when we'll only throw it away.
4305         * emultempl/armelf.em: Ditto.
4306         * emultempl/pe.em: Similarly.
4308 2000-04-14  Geoff Keating  <geoffk@cygnus.com>
4310         * scripttempl/elfppc.sc: Remove.
4311         * emulparams/elf32ppc.sh: Use elf.sc.
4312         * emulparams/elf32lppc.sh: Use elf.sc.
4313         * emulparams/elf32ppclinux.sh: Use elf.sc.
4314         * emulparams/elf32ppcsim.sh: New file.
4315         * emulparams/elf32lppcsim.sh: New file.
4316         * Makefile.am: Update dependencies.  Add elf32ppcsim ad elf32lppcsim.
4317         (ALL_EMULATIONS): Add elf32ppcsim ad elf32lppcsim.
4318         * Makefile.in: Regenerate.
4319         * configure.tgt (powerpc-*): Add elf32ppcsim and elf32lppcsim.
4321 2000-04-14  Alan Modra  <alan@linuxcare.com.au>
4323         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Process
4324         ~SEC_ALLOC sections too.  Init start address of debug sections.
4325         * emultempl/armelf.em (gld${EMULATION_NAME}_place_orphan): Ditto.
4326         * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Ditto.
4327         Also set all relocateable section start addresses.
4329 2000-04-13  Geoff Keating  <geoffk@cygnus.com>
4331         * scripttempl/elf.sc: Add support for .sbss2 and .sdata2 sections.
4332         Add new BSS_PLT variable for when .plt need not be contained in
4333         the file.  Move _etext so that it is also after .fini, and provide
4334         both etext and _etext with a leading underscore.  Mark the start
4335         and end of .sbss.
4337 2000-04-12  Alan Modra  <alan@linuxcare.com.au>
4339         * emultempl/elf32.em (struct orphan_save): New.
4340         (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
4341         hold_interp): Make them struct orphan_save.
4342         (gld${EMULATION_NAME}_place_section): Modify for new hold_*.
4343         (gld${EMULATION_NAME}_place_orphan): Add new orphan sections to
4344         the end of the relevant section list.  Also add associated section
4345         statements to the end of any previous orphan statements.
4346         * emultempl/armelf.em: Similarly.
4347         * emultempl/pe.em: Similarly.
4349 2000-04-11  Alan Modra  <alan@linuxcare.com.au>
4351         * ld.texinfo (Simple Example): Remove extraneous paragraph.
4353 2000-04-07  Andrew Cagney  <cagney@b1.cygnus.com>
4355         * configure.in (WARN_CFLAGS): Set to -W -Wall by default.  Add
4356         --enable-build-warnings option.
4357         * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
4358         * Makefile.in, configure: Re-generate.
4360 2000-04-04  Alan Modra  <alan@linuxcare.com.au>
4362         * po/ld.pot: Regenerate.
4364         * lexsup.c (help): Restore translated part of bug string.
4366         * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
4367         (DEP): Quote when passing vars to sub-make.  Add warning message
4368         to end.
4369         (DEP1): Rewrite for "gcc -MM".
4370         (CLEANFILES): Add DEP2.
4371         Update dependencies.
4372         * Makefile.in: Regenerate.
4374 2000-04-03  Alan Modra  <alan@linuxcare.com.au>
4376         * ld.h: #include "bin-bugs.h"
4377         * lexsup.c (help): Use REPORT_BUGS_TO.
4379 2000-03-27  Denis Chertykov  <denisc@overta.ru>
4381         * configure.tgt (avr-*-*): New target support.
4382         * Makefile.am: Likewise.
4383         * scripttempl/elf32avr.sc: New script file.
4384         * emulparams/avr1200.sh: New file.
4385         * emulparams/avr23xx.sh: New file.
4386         * emulparams/avr4433.sh New file.
4387         * emulparams/avr44x4.sh New file.
4388         * emulparams/avr85xx.sh New file.
4389         * emulparams/avrmega103.sh New file.
4390         * emulparams/avrmega161.sh New file.
4391         * emulparams/avrmega603.sh New file.
4392         * Makefile.in: Regenerate.
4394 2000-03-09  Andreas Jaeger  <aj@suse.de>
4396         * Makefile.am (check-DEJAGNU): Also unset LANG.
4397         * Makefile.in: Rebuild.
4399 2000-03-06  Ian Lance Taylor  <ian@zembu.com>
4401         * ldfile.c (ldfile_try_open_bfd): Don't crash if we see an empty
4402         archive.
4404 2000-03-02  H.J. Lu  <hjl@gnu.org>
4406         * emulparams/elf32mcore.sh: Include "getopt.h".
4408 2000-03-01  Ian Lance Taylor  <ian@zembu.com>
4410         * configure.tgt: Remove *-*-aout, *-*-coff, and *-*-netware.
4412 2000-03-01  H.J. Lu  <hjl@gnu.org>
4414         * emulparams/mipspe.sh: Add SUBSYSTEM and INITIAL_SYMBOL_CHAR.
4415         * emulparams/shpe.sh: Likewise.
4417 2000-03-01  Nick Clifton  <nickc@cygnus.com>
4419         * pe-dll.c: Remove unused variables and add ATTRIBUTE_UNUSED
4420         to unused parameters.
4422         * emultempl/pe.em: Add "#ifdef DLL_SUPPORT" around static
4423         functions only used by DLL code.
4424         (_place_orphan): Initialise 'dollar'.
4426 2000-03-01  H.J. Lu  <hjl@gnu.org>
4428         * ldmain.c (undefined_symbol): Take one more arg, fatal, to
4429         indicate if the undefined symbol is a fatal error or not.
4430         Don't delete the output file if "fatal" is false.
4432 2000-02-29  H.J. Lu  <hjl@gnu.org>
4434         * Makefile.am (check-DEJAGNU): Also pass LIBS="$(LIBS)".
4435         Set LC_COLLATE and LC_ALL to null and export them. It is for
4436         sort which expects the C locale.
4437         Add $(LIBS) to all $(HOSTING_LIBS).
4438         * Makefile.in: Rebuild.
4440 2000-02-29  Alan Modra  <alan@spri.levels.unisa.edu.au>
4442         * emultempl/{aix.em, armcoff.em, armelf.em, armelf_oabi.em,
4443         beos.em, elf32.em, generic.em, gld960.em, gld960c.em, hppaelf.em,
4444         linux.em, lnk960.em, mipsecoff.em, sunos.em, vanilla.em}
4445         (ld_emulation_xfer_struct): Add missing NULL initialiser for
4446         find_potential_libraries.
4448 2000-02-28  Jim Blandy  <jimb@redhat.com>
4450         * ldgram.y (exclude_name_list): Don't require a comma to separate
4451         list entries; the lexer considers commas to be valid part of a
4452         filename, so in something like `foo, bar' the comma is considered
4453         part of the first filename, `foo,'.
4454         * ld.texinfo: Update section on EXCLUDE_FILE lists.
4456 2000-02-27  Loren J. Rittle  <ljrittle@acm.org>
4458         * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
4459         host "i[3456]86-*-freebsdelf*".
4461 2000-02-27  Mark Elbrecht  <snowball3@bigfoot.com>
4463         * scripttempl/i386go32.sc: Move misplaced semicolons.
4465 2000-02-25  Ian Lance Taylor  <ian@zembu.com>
4467         * Makefile.am (ALL_EMULATIONS): Remove ehppaelf.o.
4468         (ALL_64_EMULATIONS): Remove eelf64hppa.o.
4469         (eelf64hppa.c, ehppaelf.c): Remove targets.
4470         * Makefile.in: Rebuild.
4472 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
4474         * configure.tgt (targ_extra_ofiles): Enable elf64_sparc on
4475         GNU/Linux/sparc, but keep the default as 32.
4477         * configure.tgt: Enable elf64_sparc on Solaris7+/sparc.  And make
4478         it default if sparcv9 or sparc64.
4480 2000-02-24  Nick Clifton  <nickc@cygnus.com>
4482         * Makefile.am: Add rules to build emipspe.o and earmpe.o.
4483         * Makefile.in: Regenerate.
4484         * configure.tgt: Add targets for arm-wince, sh-pe and mips-pe.
4486         * ldemul.h (ld_emulation_xfer_struct): Add new field:
4487         find_potential_libraries.
4488         * ldemul.c (ldemul_find_potential_libraries): New function.
4490         * ldfile.c (ldfile_open_file_search): Allow function to be
4491         exported.
4492         (ldfile_open_file): Call ldemul_find_potential_libraries.
4493         * ldfile.h: Add prototype for ldfile_open_file_search.
4495         * pe-dll.c: Add support for ARM, MIPS and SH targets.
4497         * emulparams/mipspe.sh: New file.  Parameters for mips-pe target.
4498         * emulparams/shpe.sh: New file.  Parameters for sh-pe target.
4500         * emultempl/pe.em: Add support for ARM, MIPS and SH DLLs.
4501         (gld_X_find_potential_libraries): New function.  Search for
4502         libraries called "*.lib".
4504         * scripttempl/pe.sc: Add .pdata section.
4506 2000-02-23  Richard Henderson  <rth@cygnus.com>
4508         * scripttempl/elfd10v.sc: Remove dynamic linking hooks.
4509         Add and use memory regions.
4511 2000-02-23  Linas Vepstas (linas@linas.org)
4513         * emulparams/elf32i370.sh, scripttempl/elfi370.sc: New.
4515         * Makefile.am: Add support for Linux/IBM 370.
4516         * configure.tgt: Likewise.
4518         * Makefile.in: Regenerate.
4520 2000-02-21  Alan Modra  <alan@spri.levels.unisa.edu.au>
4522         * ldlang.c (print_input_section, print_data_statement,
4523         print_reloc_statement, print_padding_statement, insert_pad,
4524         size_input_section, lang_check_section_addresses,
4525         lang_size_sections, lang_do_assignments, lang_set_startof,
4526         lang_one_common): Change `opb' to unsigned.
4527         (lang_do_assignments): Also change `size' to unsigned.
4529 2000-02-16  Richard Henderson  <rth@cygnus.com>
4531         * scripttempl/elf.sc: Place OTHER_PLT_RELOC_SECTION.
4533 2000-02-16  Timothy Wall  <twall@cygnus.com>
4535         * mri.c (mri_draw_tree): Add default LMA region argument to call
4536         to lang_leave_output_section_statement.
4537         * ldlang.h: Update prototypes with LMA region arguments.
4538         * ldlang.c (lang_size_sections): Encapsulate region bounds
4539         checking in os_check_region call.
4540         (os_check_region): New function.
4541         (lang_output_section_statement_lookup): Initialize lma_region.
4542         (lang_leave_output_section_statement): Add LMA region argument.
4543         (lang_leave_overlay): Ditto.
4544         * ldgram.y: Handle LMA region syntax.
4545         * ld.texinfo (Output Section Description): Describe LMA region usage.
4546         * emultempl/armelf.em (gld$place_orphan): Add default value for
4547         lma region in call to lang_leave_output_section_statement.
4548         * emultempl/elf32.em (gld$place_orphan): Add default value for
4549         lma region in call to lang_leave_output_section_statement.
4550         * emultempl/pe.em (gld$place_orphan): Add default value for
4551         lma region in call to lang_leave_output_section_statement.
4554 2000-02-04  Timothy Wall  <twall@redhat.com>
4556         * ldlang.c (lang_check_section_addresses): Use bytes instead of
4557         octets when calculating section end addresses.
4559 2000-02-04  Timothy Wall  <twall@redhat.com>
4561         * ldlang.c (lang_size_sections): Fix typo in ALIGN_N invocation.
4563 2000-02-03  Timothy Wall <twall@redhat.com>
4565         * ldexp.c (fold_name): Make SIZEOF operator return byte count, not
4566         octet count.
4567         * ldlang.c (print_input_section, print_data_statement,
4568         print_reloc_statement, print_padding_statement): Print target
4569         address values and section sizes as bytes, not octets.
4570         (insert_pad) Calculate padding size in octets, and adjust "dot"
4571         by bytes.
4572         (size_input_section) Always adjust "dot" by bytes, not octets.
4573         (lang_check_section_addresses, lang_do_assignments) Adjust
4574         "dot" by bytes, not octets.  Use the larger of the directive size
4575         or octets_per_byte for the number of octets actually allocated in
4576         the output section.
4577         (lang_set_startof) Make sure STARTOF returns a target address.
4578         (lang_one_common) Record size changes in octets.
4579         (lang_abs_symbol_at_end_of) Section end symbol's value is
4580         recorded in target bytes.
4581         * ld.texinfo: Updated description of BYTE, SHORT, LONG, etc.
4582         to be clear about behavior when an octet is smaller than one byte.
4584 2000-01-27  Alan Modra  <alan@spri.levels.unisa.edu.au>
4586         * ldcref.c (output_cref): Don't pass message strings to printf
4587         as format arg.
4588         Update copyright.
4590         * ldmisc.c (vfinfo): Same here.
4591         Update copyright.
4593 2000-01-23  Alan Modra  <alan@spri.levels.unisa.edu.au>
4595         * emultempl/{armcoff.em,armelf.em,armelf_oabi.em,beos.em,
4596         generic.em,gld960.em,gld960c.em,hppaelf.em,linux.em,lnk960.em,
4597         mipsecoff.em,sunos.em,vanilla.em} (ld_emulation_xfer_struct):
4598         Add missing NULL initialisers, and comments.
4600         * testsuite/ld-srec/sr3.cc (__rethrow): New.
4602 2000-01-21  Nick Clifton  <nickc@cygnus.com>
4604         * ldlang.c (lang_size_sections): Fix typo in comment.
4606 2000-01-18  H.J. Lu  <hjl@gnu.org>
4608         * ldlang.c (lang_size_sections): Also update the current
4609         address of a region if the SEC_NEVER_LOAD bit is not set.
4611 2000-01-10  Philip Blundell  <pb@futuretv.com>
4613         * configure.tgt (arm*-*-conix*): New target.
4615 2000-01-07  Nick Clifton  <nickc@cygnus.com>
4617         * ld.texinfo (Options): Remind users to preceed linker command
4618         line switches with -Wl, (or whatever is appropriate) if it is
4619         being invoked by a comnpiler driver program.
4620         Fix description of the behaviour of the -n command line switch.
4622 2000-01-05  Catherine Moore  <clm@cygnus.com>
4624         * ld.h (wildcard_spec):  Change exclude_name to exclude_name_list.
4625         (name_list): New.
4626         * ld.texinfo (EXCLUDE_FILE): Update documentation.
4627         * ldgram.y (wildcard_spec): Support a list of excluded_files.
4628         (exclude_name_list): New.
4629         ldlang.c (walk_wild_section): Support list of excluded files.
4630         (print_wild_statement): Likewise.
4631         (lang_add_wild): Likewise.
4632         * ldlang.h (lang_wild_statement_type): Likewise.
4633         * scripttempl/elf.sc (OTHER_EXCLUDE_FILES): Support.
4635 2000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
4637         * pe-dll.c (pe_dll_warn_dup_exports): New variable.
4638         (process_def_file): Use.
4639         (pe_dll_compat_implib): New variable.
4640         (make_one): Use.
4642         * pe-dll.h: Add exports of pe_dll_warn_dup_exports and
4643         pe_dll_compat_implib.
4645         * emultempl/pe.em (longopts): Add warn-duplicate-exports and
4646         compat-implib options.
4647         (gld_${EMULATION_NAME}_list_options): List new options.
4648         (gld_${EMULATION_NAME}_parse_args): Handle.
4650         * pe-dll.c (pe_dll_generate_implib): Use the correct name for output
4651         dll.
4653         * deffilep.y (opt_name): Allow "." in name.
4655 For older changes see ChangeLog-9899
4657 Local Variables:
4658 mode: change-log
4659 left-margin: 8
4660 fill-column: 74
4661 version-control: never
4662 End: