(__RUNTIME_PSEUDO_RELOC_LIST__, __RUNTIME_PSEUDO_RELOC_LIST_END__): Add
[binutils.git] / ld / ChangeLog
blob2a4080b6f237b0d84a01b167b19f760922a79dab
1 2002-10-21  Danny Smith  <dannysmith@users.sourceforeg.net>
3         * scripttempl/pe.sc (__RUNTIME_PSEUDO_RELOC_LIST__,
4         __RUNTIME_PSEUDO_RELOC_LIST_END__): Add only when relocating.
6 2002-10-22  Alexandre Oliva  <aoliva@redhat.com>
8         * emulparams/elf32bmipn32-defs.sh: Set ELFSIZE according to
9         emulation name.  Set LIB_PATH only for native tools, and
10         search the ABI-specific versions of NATIVE_LIB_DIRS before the
11         .../lib variants, not instead of them.  Mostly copied from...
12         * emulparams/elf32ppc.sh: ... here.  Fixed typo.
13         * emulparams/elf64bmip-defs.sh: Backed out.
14         * emulparams/elf64bmip.sh: Import elf32bmipn32-defs.sh again.
15         * emulparams/elf64btsmip.sh: Likewise.
16         (DATA_ADDR, NONPAGED_TEXT_START_ADDR, SHLIB_TEXT_START_ADDR,
17         TEXT_DYNAMIC): Removed.
19 2002-10-17  Alexandre Oliva  <aoliva@redhat.com>
21         * emulparams/elf32bmipn32-defs.sh (LIB_PATH): Set to /usr/lib32.
22         (GENERATE_SHLIB_SCRIPT): Set to yes.
23         (EXECUTABLE_SYMBOLS, WRITABLE_RODATA): Moved to...
24         * emulparams/elf32bmipn32.sh: here.
25         (GENERATE_SHLIB_SCRIPT): Deleted as redundant.
26         * emulparams/elf32btsmipn32.sh: Delete redundant unsets.
27         * emulparams/elf64bmip-defs.sh: New file.  Extend
28         elf32bmipn32-defs.sh by overiding ELFSIZE and LIB_PATH.
29         * emulparams/elf64bmip.sh: Bring in definitions from
30         elf64bmip-defs.sh.
31         (ELFSIZE, GENERATE_SHLIB_SCRIPT, LIB_PATH): Delete redundant
32         settings.
33         (WRITABLE_RODATA): Moved from elf32bmipn32-defs.sh.
34         * emulparams/elf64btsmip.sh: Bring in definitions from
35         elf64bmip-defs.sh.
36         (ELFSIZE, GENERATE_SHLIB_SCRIPT): Delete, redundant.
37         (EXECUTABLE_SYMBOLS, WRITABLE_RODATA): Delete redundant unsets.
39 2002-10-16  Jakub Jelinek  <jakub@redhat.com>
41         * configure.tgt (s390x-*-linux*): Add elf_s390 emulation.
42         (s390-*-linux*): Add elf64_s390 emulation if want64.
43         * emulparams/elf64_sparc.sh (LIB_PATH): Update to match 2002-05-22
44         genscript.sh changes.
45         * emulparams/elf_x86_64.sh (LIB_PATH): Likewise.
46         * emulparams/elf64_s390.sh (LIB_PATH): Set up native 64 bit dirs.
48 2002-10-15  Alan Modra  <amodra@bigpond.net.au>
50         * ldlang.c (load_symbols): Revert last change.
52 2002-10-14  Alan Modra  <amodra@bigpond.net.au>
54         * ldlang.c (load_symbols): Don't call bfd_link_add_symbols when
55         just_syms_flag.
56         (lang_reasonable_defaults): Don't compare against false.
57         (size_input_section): Likewise.
58         (lang_size_sections_1): Likewise.
59         (lang_do_assignments): Likewise.
60         (lang_add_output): Likewise.
62         * Makefile.am: Run "make dep-am".
63         * Makefile.in: Regenerate.
64         * ldver.c: #include "bfdver.h".
66 2002-10-13  Stephane Carrez  <stcarrez@nerim.fr>
68         * scripttempl/elfm68hc11.sc: Use KEEP for .vectors, .installN,
69         .finiN section.
70         * scripttempl/elfm68hc12.sc: Likewise.
72 2002-10-11  Alan Modra  <amodra@bigpond.net.au>
74         * pe-dll.c (make_import_fixup_mark): Avoid type-punned pointer.
76         * ldgram.y (memory_spec): Provide empty action.
77         (section <NAME>): Likewise.
79 2002-10-10  Jakub Jelinek  <jakub@redhat.com>
81         * ldfile.c (ldfile_try_open_bfd): When searching skip linker scripts if
82         they have OUTPUT_FORMAT not matching actual output format.
83         * ldlang.c (lang_get_output_target): New function.
84         (open_output): Use it.
85         * ldlang.h (lang_get_output_target): New prototype.
87 2002-10-10  Alan Modra  <amodra@bigpond.net.au>
89         * emultempl/elf32.em (output_rel_find): Prefer .rel script sections
90         when orphan is .rel, .rela when orphan is .rela.
91         (gld${EMULATION_NAME}_place_orphan): Handle combreloc .rel* case
92         first.  Remove outsecname var.
94 2002-10-09  Richard Shann <richard.shann@superh.com>
95             Stephen Clarke <stephen.clarke@superh.com>
97         * Makefile.am: Add eshelf32_linux.o and
98         eshlelf32_linux.o, new emulations for sh64 Linux.
99         * Makefile.in: Regenerate.
100         * configure.tgt: Add sh64eb-*-linux* and sh64-*-linux* emulations.
101         * emulparams/shelf32_linux.sh: New file.
102         * emulparams/shlelf32_linux.sh: New file.
104 2002-10-08  H.J. Lu <hjl@gnu.org>
106         * ldlang.c (lang_file_exist): Removed.
107         (new_afile): Revert the last change.
108         * ldlang.h (lang_file_exist): Removed.
109         * lexsup.c (parse_args): Revert the last change.
111 2002-10-07  Ralf Habacker  <Ralf.Habacker@freenet.de>
113         * pe-dll.cc (autofilter_symbolprefixlist): Don't re-export
114         auto-import symbols.
115         (make_one): Create _nm_<symbol> for data only.
117 2002-10-05  Elias Athanasopoulos  <eathan@otenet.gr>
119         * ldlang.c (lang_file_exist): New function.
120         (new_afile): Abort if the filename to be added matches the linker
121         output filename.
122         * ldlang.h: Add prototype for lang_file_exist.
123         * lexsup.c (parse_args): Abort if the output filename matches
124         one of the input filenames.
126 2002-10-02  Alan Modra  <amodra@bigpond.net.au>
128         * emulparams/elf64ppc.sh (MAXPAGESIZE): Set to 0x10000.
130 2002-09-30  Alan Modra  <amodra@bigpond.net.au>
132         * scripttempl/elfd30v.sc: Order reloc sections placing .plt last.
133         * scripttempl/elfm68hc11.sc: Likewise.
134         * scripttempl/elfm68hc12.sc: Likewise.
136         * emultempl/elf32.em (output_rel_find): Always place orphan loadable
137         reloc sections just before .rel.plt/.rela.plt.
138         (gld${EMULATION_NAME}_place_orphan <.rel>): Remove combreloc code.
139         Only put loadable reloc sections in hold_rel.
141 2002-09-29  H.J. Lu <hjl@gnu.org>
143         * emulparams/elf32ppc.sh (OTHER_GOT_RELOC_SECTIONS): New.
145 2002-09-25  Daniel Jacobowitz  <drow@mvista.com>
147         From "Anita Kulkarni" <AnitaK@kpit.com>
148         * scripttempl/sh.sc: Handle .eh_frame* and .gcc_exc*
149         sections.
151 2002-09-25  Alan Modra  <amodra@bigpond.net.au>
153         * genscripts.sh (SEGMENT_SIZE): Use MAXPAGESIZE before
154         TARGET_PAGE_SIZE.
155         * scripttempl/elf.sc (DATA_SEGMENT_ALIGN): Incorporate
156         SEGMENT_SIZE alignment.
157         * emulparams/elf64ppc.sh (DATA_ADDR): Delete.
158         (SEGMENT_SIZE): Define.
160         * ldexp.c (fold_unary): New.  Split out from exp_fold_tree.
161         (fold_binary): Correct abs - non-abs case.
162         (fold_trinary): New.  Split out from exp_fold_tree.
164 2002-09-24  Alan Modra  <amodra@bigpond.net.au>
166         * emulparams/elf64ppc.sh (DATA_ADDR): Define.
167         * emulparams/elf64_aix.sh (DATA_ADDR): Don't use a fixed address
168         for start of .data, instead align up to 256M boundary.
169         * scripttempl/aix.sc: Likewise.
171 2002-09-22  Mark Elbrecht  <snowball3@softhome.net>
173         * scripttempl/i386go32.sc: Handle bss unique sections.
175 2002-09-21  Alan Modra  <amodra@bigpond.net.au>
177         * ldmisc.c (vfinfo <%C,%D,%G>): Always output bfd, section and offset.
179 2002-09-17  Stan Cox  <scox@redhat.com>
181         * emulparams/elf32bmipn32-defs.sh: New file.
182         * emulparams/elf32bmipn32.sh: Use elf32bmipn32-defs.sh.
183         * emulparams/elf32btsmipn32.sh: Likewise.
184         * emulparams/elf64bmip.sh: Likewise.
185         * emulparams/elf64btsmip.sh: Likewise.
187 2002-09-16  Bruno Haible  <bruno@clisp.org>
189         * emulparams/elf_i386_fbsd.sh: Set OUTPUT_FORMAT to
190         elf32-i386-freebsd.
191         * emulparams/elf64alpha_fbsd.sh: Set OUTPUT_FORMAT to
192         elf64-alpha-freebsd.
194 2002-09-11  Nick Clifton  <nickc@redhat.com>
196         * NEWS: New TI port supports both C4x and C3x series of DSPs.
198         * po/tr.po: Updated Turkish translation.
200 2002-09-06  Jeffrey A Law  (law@redhat.com)
202         * configure.tgt (h8300-*-hms*, h8500-*-hms*): Restore.
204 2002-09-02  Nick Clifton  <nickc@redhat.com>
206         * scripttempl/v850.sc: Add EXTERN references to __ctbpm __gp and
207         __ep.
208         * emulparams/v850.sh (TEMPLATE_NAME): Define.
210 2002-08-30  Nick Clifton  <nickc@redhat.com>
212         * scripttempl/elfd10v.sc (MEMORY): Remove UNIFIED, it is not
213         used.  Change INSN to start at 0x01000000 and extend for
214         256K (ignoring holes).  Start the STACK on a word aligned
215         boundary.
216         (.rodata): Start it at the READONLY_START_ADDR.
218 2002-08-30  Alan Modra  <amodra@bigpond.net.au>
220         * emulparams/elf32ppc.sh (ARCH): Set to "powerpc:common".
222 2002-08-28  Svein E. Seldal  <Svein.Seldal@solidas.com>
224         * Makefile.am: Add etic4xcoff.o in ALL_EMULATIONS list and
225         added makefile targets for this file.
226         * Makefile.in: Regenerate.
227         * configure.tgt: Added tic4x-coff and c4x-coff emulations.
228         * NEWS: Mention new port.
230 2002-08-28  Michael Hayes <m.hayes@elec.canterbury.ac.nz>
232         * emulparams/tic3xcoff.sh: New file.
233         * emulparams/tic4xcoff.sh: New file.
234         * scripttempl/tic3xcoff.sc: New file.
235         * scripttempl/tic4xcoff.sc: New file.
237 2002-08-28  Alan Modra  <amodra@bigpond.net.au>
239         * emultempl/aix.em (gld${EMULATION_NAME}_parse_args): Replace strtoll,
240         strtoul and strtoull with bfd_scan_vma.
241         (gld${EMULATION_NAME}_read_file): Likewise.
243 2002-08-28  Alan Modra  <amodra@bigpond.net.au>
245         * configure.tgt: Remove h8[35]00-*-hms*.  Add h8500-*-rtems*.
247 2002-08-27  Egor Duda  <deo@logos-m.ru>
249         * scripttempl/pe.sc: Handle .rdata_runtime_pseudo_reloc sections.
250         Add symbols for application to access them.
252 2002-08-27  Nick Clifton  <nickc@redhat.com>
254         * emultempl/armelf.em:  Revert this patch, it is not needed.
256         2002-08-22  Adam Nemet  <anemet@lnxw.com>
258 2002-08-20 Dan Kegel <dank@kegel.com>
260         * configure.in: added --with-lib-path argument to ld's configure
261         to set LIB_PATH.
262         * ld/NEWS: Document new switch.
263         * ld/README: Mention new switch.
264         * configure: Regenerate.
265         * Makefile.in: Regenerate.
267         Based on this patch:
268         2001-04-25  Christopher Faylor <cgf@cygnus.com>
270         * Makefile.in (LIB_PATH): Make configurable.
271         (GENSCRIPTS): Set LIB_PATH in environment.
272         * configure.in: Substitute LIB_PATH.
274 2002-08-22  Adam Nemet  <anemet@lnxw.com>
276         * emultempl/armelf.em: Include elf-bfd.h and elf/arm.h.
277         (arm_elf_finish): Set the last bit of DT_INIT and DT_FINI
278         depending on the type of the function.
279         (arm_elf_convert_thumb_symbol_to_address): New function.
281 2002-08-22  Graeme Peterson  <gp@qnx.com>
283         * Makefile.am: Add esh{l}elf_nto.o files.
284         * Makefile.in: Regenerate.
285         * configure.tgt: Add support for sh-**-nto* targets.
286         * emulparams/shelf_nto.sh: New file.
287         * emulparams/shlelf_nto.sh: New file.
289 2002-08-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
291         * ldlang.c (offsetof): Define if not defined.
293 2002-08-14  H.J. Lu <hjl@gnu.org>
295         * configure.tgt: Always enable 64bit emulations for 32bit
296         Linux/mips.
298 2002-08-13  Alan Modra  <amodra@bigpond.net.au>
300         * emulparams/elf32_dlx.sh (TARGET_PAGE_SIZE): Set to 1.
301         (MAXPAGESIZE): Set to 1.
303         * ld.h (ALIGN_N): Delete.
304         * ldexp.h (align_n): Declare.
305         * ldexp.c (align_n): New function.
306         (fold_binary): Use align_n instead of ALIGN_N.
307         (exp_fold_tree): Likewise.
308         * ldlang.c (lang_size_sections_1): Likewise.
309         (lang_one_common): Likewise.
310         * ld.texinfo (ALIGN): Remove power of 2 restriction.
312 2002-07-31  Graeme Peterson  <gp@qnx.com>
314         * configure.tgt: Add support for powerpc{le}-*-nto* targets.
315         * Makefile.am: Add eelf32{l}ppcnto.o files.
316         * Makefile.in: Regenerate.
317         * emulparams/elf32lppcnto.sh: New file.
318         * emulparams/elf32ppcnto.sh: New file.
320 2002-08-07  H.J. Lu <hjl@gnu.org>
322         * ld.texinfo: Document --no-undefined-version.
324         * ldlang.c (lang_new_vers_pattern): Set the `symver' and
325         `script.' fields to 0.
327         * ldmain.c (main): Initialize the allow_undefined_version to
328         true.
330         * lexsup.c (OPTION_NO_UNDEFINED_VERSION): New.
331         (ld_options): Add --no-undefined-version.
332         (parse_args): Support OPTION_NO_UNDEFINED_VERSION.
334 2002-08-07  Nick Clifton  <nickc@redhat.com>
336         * emultempl/armelf.em (arm_elf_before_allocation): Only search for
337         an interworking bfd if there are input bfds. (107501)
339 2002-08-06  Alan Modra  <amodra@bigpond.net.au>
341         * emultempl/aix.em (gld*_before_parse): Set default arch.  Reverts
342         2002-05-10 change.
344 2002-08-01  Nick Clifton  <nickc@redhat.com>
346         * emulparams/armelf.sh: Revert previous delta.
347         * scripttempl/elf.sc: Revert previous delta.
349 2002-07-31  H.J. Lu <hjl@gnu.org>
351         * configure.tgt (powerpc*-*-linux*): Enable elf64ppc for
352         --enable-64-bit-bfd.
354 2002-07-31  H.J. Lu <hjl@gnu.org>
356         * configure.tgt: Enable x86-64 emulation for Linux/i386 if
357         64bit BFD is selected.
359 2002-07-31  H.J. Lu <hjl@gnu.org>
361         * configure.tgt: Enable 64bit emulations for 32bit Linux/mips
362         if 64bit BFD is selected.
364 2002-07-31  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
366         * emultempl/netbsd.em (LDEMUL_BEFORE_PARSE): New file to custom set
367         link_info.common_skip_ar_aymbols.
368         * emulparams/ns32knbsd.sh (EXTRA_EM_FILE): Refer to extra file.
370         * ldmain.c (main): Initialize new field
371         link_info.common_skip_ar_aymbols.
373 2002-07-31  Adam Nemet  <anemet@lnxw.com>
375         * emulparams/armelf.sh (OTHER_PLT_SECTIONS): New variable.  Set it
376         to .plt.thumb.
377         * scripttempl/elf.sc: Comment it.  Use the same way as ${PLT} is
378         used.
380 2002-07-31  Nick Clifton  <nickc@redhat.com>
382         * NEWS: Retroactively add entry for Lars Brinkhoff's contribution
383         of the PDP-11 and 2.11BSD a.out support.
385 2002-07-31  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
387         * Makefile.am (eelf32btsmipn32.o, eelf32ltsmipn32.o): New emulations
388         for n32 ABI support.
389         * Makefile.in: Regenerate.
390         * configure.tgt (mips64*el-*-linux-gnu*,mips64*-*-linux-gnu*): Add
391         n32 ABI emulations for these 64 bit targets.
392         * emulparams/elf32bmipn32.sh: Expand comment.
393         * emulparams/elf32btsmipn32.sh: New file, for traditional big endian
394         n32 ABI.
395         * emulparams/elf32ltsmipn32.sh: Likewise for little endian.
397 2002-07-30  Graeme Peterson  <gp@qnx.com>
399         * configure.tgt: Add support for arm-*-nto target.
400         * Makefile.am: Add earmnto.o file.
401         * Makefile.in: Regenerate.
402         * NEWS: Mention port of ARM support to QNX.
403         * emulparams/armnto.sh: New file.
405 2002-07-30  Jakub Jelinek  <jakub@redhat.com>
407         * ldlang.c (lang_add_section): Don't turn .tbss into normal sections
408         for relocatable link.
409         (lang_size_sections_1): Don't make .tbss zero size for relocatable
410         link.
412 2002-07-26  Bernd Schmidt  <bernds@redhat.com>
414         * emulparams/elf32frv.sh (OTHER_RELOCATING_SECTIONS): Delete.
415         (STACK_ADDR): New.
417 2002-07-25  Nick Clifton  <nickc@redhat.com>
419         * po/sv.po: Updated Swedish translation.
420         * po/es.po: Updated Spanish translation.
421         * po/fr.po: Updated French translation.
423 2002-07-24  Nick Clifton  <nickc@redhat.com>
425         * po/sv.po: Updated Swedish translation.
426         * po/es.po: Updated Spanish translation.
428 2002-07-23  Nick Clifton  <nickc@redhat.com>
430         * po/fr.po: Updated French translation.
432 2002-07-20  Alan Modra  <amodra@bigpond.net.au>
434         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
435         bomb on /DISCARD/ input section.
436         * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
437         * emultempl/mmo.em (mmo_place_orphan): Likewise.
439 2002-07-19  Hans-Peter Nilsson  <hp@bitrange.com>
441         * emultempl/mmo.em (mmo_place_orphan): Handle case of no .text
442         output section.
444 2002-07-16  Denis Chertykov  <denisc@overta.ru>
445             Nick Clifton  <nickc@redhat.com>
446             Frank Ch. Eigler  <fche@redhat.com>
447             John Healy  <jhealy@redhat.com>
449         * configure.tgt: Add support for ip2k-elf.
450         * Makefile.am: Add support for ip2k-elf.
451         * Makefile.in: Regenerate.
452         * emulparams/elf32ip2k.sh: New file.
453         * scripttempl/ip2k.sc: New file
454         * NEWS: Mention support for new port.
456 2002-07-16  Nick Clifton  <nickc@cambridge.redhat.com>
458         * NEWS: Add 'Changes in 2.13'.
460 2002-07-14  H.J. Lu <hjl@gnu.org>
462         * ld.texinfo: Document a .symver takes precedence over a
463         version script.
465 2002-07-12  Alan Modra  <amodra@bigpond.net.au>
467         * emulparams/elf64ppc.sh (ARCH): Set to powerpc:common64.
468         (COMMONPAGESIZE): Define.
470 2002-07-09  Alan Modra  <amodra@bigpond.net.au>
472         * emulparams/hppanbsd.sh: Remark that hppaobsd.sh references this file.
474 2002-07-09  Federico G. Schwindt <fgsch@olimpo.com.br>
476         * configure.tgt: Add support for alpha-*-openbsd*, hppa-*-openbsd*,
477         powerpc-*-openbsd* and sparc64-*-openbsd*.
478         * Makefile.am (ALL_EMULATIONS): Add ehppaobsd.o.
479         * Makefile.in: Regenerate.
480         * emulparams/hppaobsd.sh: New file.
482 2002-07-05  Alan Modra  <amodra@bigpond.net.au>
484         * ldlang.c (print_wild_statement): Fix output formatting.
486 2002-07-04  Alan Modra  <amodra@bigpond.net.au>
488         * ldlang.c: (strip_excluded_output_sections): New function.
489         (lang_process): Call it.
490         (lang_size_sections_1): Revert 2002-06-10 change.
492 2002-07-03  Alan Modra  <amodra@bigpond.net.au>
494         * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
495         Run "make dep-am".
496         * Makefile.in: Regenerate.
498 2002-07-02  Alan Modra  <amodra@bigpond.net.au>
500         * ldfile.c (ldfile_try_open_bfd): Formatting.
502         * ldmisc.c (demangle): Move so that it doesn't intrude between
503         vfinfo comment and body.  Add comment.
505 2002-07-01  John David Anglin  <dave@hiauly1.hia.nrc.ca>
507         * emulparams/vax.sh (OUTPUT_FORMAT): Use a.out-vax-bsd format.
509 2002-07-01  Alan Modra  <amodra@bigpond.net.au>
511         * ldlang.h (entry_sym): Make it a struct bfd_sym_chain.
512         * ldlang.c (entry_sym): Likewise.
513         (ldlang_undef_chain_list_type): Likewise.
514         (lang_finish): Adjust references to entry_symbol.
515         (lang_add_entry): Likewise.
516         (lang_gc_sections): Use link_info.gc_sym_list.
517         (lang_process): Set link_info.gc_sym_list.
518         * ldlex.l: Include bfdlink.h.
519         * ldmain.c (main): Init link_info.gc_sym_list.
520         * emultempl/aix.em: Adjust references to entry_symbol.
521         * emultempl/armcoff.em: Likewise.
522         * emultempl/armelf.em: Likewise.
523         * emultempl/pe.em: Likewise.
524         * emultempl/ppc64elf.em (ppc_after_open): New function.
525         (LDEMUL_AFTER_OPEN): Define.
526         * emulparams/elf64ppc.sh: KEEP .opd sections.
528 2002-06-29  Stephane Carrez  <stcarrez@nerim.fr>
530         * emulparams/m68hc12elfb.sh (EEPROM_MEMORY): Define.
531         * emulparams/m68hc11elfb.sh (EEPROM_MEMORY): Define.
532         * emulparams/m68hc11elf.sh (EEPROM_SIZE): Define.
533         (EEPROM_START_ADDR): Define.
534         (EEPROM_MEMORY): Define.
535         * emulparams/m68hc12elf.sh: Likewise.
536         * scripttempl/elfm68hc11.sc: Handle .eeprom section; handle .softregs
537         section to put soft registers in .page0.
538         * scripttempl/elfm68hc12.sc: Likewise but put soft registers in bss.
540 2002-06-26  John David Anglin  <dave@hiauly1.hia.nrc.ca>
542         * emulparams/hppa64linux.sh (OTHER_GOT_RELOC_SECTIONS): Add rela.opd
543         section.  Add ${RELOCATING-0}.
545 2002-06-26  J"orn Rennecke <joern.rennecke@superh.com>
547         * emulparams/shelf.sh (STACK_ADDR): Don't define.
548         (OTHER_SECTIONS): Define.
549         * emulparams/shelf_nbsd.sh ((STACK_ADDR): Don't undef.
550         (OTHER_SECTIONS): Undef.
552 2002-06-26  Alan Modra  <amodra@bigpond.net.au>
554         * ldmisc.c (demangle): Restore dots stripped from sym name.
556 2002-06-25  H.J. Lu <hjl@gnu.org>
558         * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
559         * Makefile.in: Regenerated.
561 2002-06-20  Nick Clifton  <nickc@cambridge.redhat.com>
563         * ld.texinfo (Bug Reporting): Update text to suggest a limit on
564         the size of attached object files, to allow make the object files
565         available via FTP or HTTP and to mention that the mail will be
566         sent to a mailing list.
568 2002-06-20  Nathanael Nerode  <neroden@twcny.rr.com>
570         * ld/configure.host (romp): Drop support.
572 2002-06-18  Chris Demetriou  <cgd@broadcom.com>
574         * emultempl/mipself.em (mips_elf${ELFSIZE}_check_sections): Check
575         section flags for SEC_DATA, rather than for SEC_CODE being unset.
577 2002-06-18  Chris Demetriou  <cgd@broadcom.com>
579         * emultempl/mipself.em (mips_elf${ELFSIZE}_check_sections): Fix
580         format specifier used to print BFD name.
582 2002-06-18  Dave Brolley  <brolley@redhat.com>
584         From Catherine Moore, Michael Meissner, Jim Blandy:
585         * emulparams/elf32frv.sh: New file.
586         * configure.tgt: Support frv-*-*.
587         * Makefile.am (ALL_EMULATIONS): Add eelf32frv.o.
588         (eelf32frv.c): New target.
590 2002-06-17  Tom Rix  <trix@redhat.com>
592         * emultempl/elf32.em: gld*_get_script:  Check for
593         GENERATE_COMBRELOC_SCRIPT.
594         * scripttempl/elfd10v.sc : Fix STACK and INSN.
595         * emulparams/d10velf.sh : Fix TEXT_START_ADDR.
597 2002-06-13  J"orn Rennecke <joern.rennecke@superh.com>
599         * configure.tgt: Add support for sh[1234]*le*-*-elf, sh[1234]*-*-elf.
601 2002-06-12  H.J. Lu <hjl@gnu.org>
603         * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Return
604         false if xvec doesn't match.
606 2002-06-10  Richard Sandiford  <rsandifo@redhat.com>
608         * ldlang.c (lang_size_sections_1): Skip removed output sections.
610 2002-06-08  Alan Modra  <amodra@bigpond.net.au>
612         * ldexp.c: Replace CONST with const.
613         * ldfile.c: Likewise.
614         * ldfile.h: Likewise.
615         * ldlex.l: Likewise.
616         * mri.c: Likewise.
617         * pe-dll.h: Likewise.
619 2002-06-07  Alan Modra  <amodra@bigpond.net.au>
621         * emultempl/ppc64elf.em (new_vers_pattern): Warning fix.
623 2002-06-07  Charles Wilson  <cwilson@ece.gatech.edu>
625         * ld/ldmain.c (main): initialize link_info.pei386_auto_import
626         to -1 == implicit enable.
627         * ld/emultempl/pe.em (gld_${EMULATION_NAME}_before_parse):
628         initialize link_info.pei386_auto_import to -1 == implicit
629         enable.
630         (gld_${EMULATION_NAME}_parse_args): When processing
631         --enable-auto-import and --disable-auto-import options, use
632         '1' and '0' instead of 'true' and 'false'.
633         (pe_find_data_imports): Only issue message about auto-import
634         when the feature is implicitly enabled.  Downgrade message to
635         informational instead of warning.
637 2002-06-07  Alan Modra  <amodra@bigpond.net.au>
639         * scripttempl/elf.sc (.tbss): Fix mismatched parentheses/braces.
641 2002-06-06  John David Anglin  <dave@hiauly1.hia.nrc.ca>
643         * configure.host (hppa*64*-*-hpux11*): Define NATIVE_LIB_DIRS,
644         HOSTING_CRT0 and HOSTING_LIBS.
646 2002-06-05  J"orn Rennecke <joern.rennecke@superh.com>
648         * configure.tgt (shle*-*-elf*, sh64le-*-elf*): New configurations.
650 2002-06-05  Jason Thorpe  <thorpej@wasabisystems.com>
652         * emulparams/ns32knbsd.sh (EXECUTABLE_SYMBOLS): Set _DYNAMIC to 0.
653         (NONPAGED_TEXT_START_ADDR): Set to 0x1000.
655 2002-06-05  Alan Modra  <amodra@bigpond.net.au>
657         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Place
658         SEC_EXCLUDE sections when doing a relocatable link.
660 2002-06-04  Jason Thorpe  <thorpej@wasabisystems.com>
662         * Makefile.am (ALL_EMULATIONS): Add eshelf32_nbsd.o,
663         eshlelf32_nbsd.o, eshelf64_nbsd.o, and eshlelf64_nbsd.o.
664         (eshelf32_nbsd.c, eshelf64_nbsd.c, eshlelf32_nbsd.c)
665         (eshlelf64_nbsd.c): New rules.
666         * Makefile.in: Regenerate.
667         * configure.tgt (sh5le-*-netbsd*, sh5-*-netbsd*, sh64le-*-netbsd*)
668         (sh64-*-netbsd*): New targets.
669         * emulparams/shelf32_nbsd.sh: New file.
670         * emulparams/shelf64_nbsd.sh: New file.
671         * emulparams/shlelf32_nbsd.sh: New file.
672         * emulparams/shlelf64_nbsd.sh: New file.
674 2002-06-04  Alan Modra  <amodra@bigpond.net.au>
676         * ldlang.c (section_already_linked): Call bfd_discard_group.  Typo fix.
678 2002-06-02  Marek Michalkiewicz  <marekm@amelek.gda.pl>
680         * scripttempl/avr.sc: Changes to support current GCC and avr-libc,
681         C++ constructors/destructors, loosely based on the m68hc11 port.
683 2002-05-31  Alan Modra  <amodra@bigpond.net.au>
685         * Makefile.in: Regenerate.
686         * aclocal.m4: Regenerate.
687         * config.in: Regenerate.
688         * configure: Regenerate.
690 2002-05-31  Graeme Peterson  <gp@qnx.com>
692         * Makefile.am (ALL_EMULATIONS): Add ei386nto.o.
693         (ei386nto.c): Add rule.
694         * Makefile.in: Regenerate.
695         * configure.tgt: Add i[3456]86-*-nto-qnx*.
696         * emulparams/i386nto.sh: New file.
698 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
700         * NEWS: Add entry for VAX ELF support.
702 2002-05-29  Matt Thomas  <matt@3am-software.com>
703             Jason Thorpe  <thorpej@wasabisystems.com>
705         * Makefile.am (ALL_EMULATIONS): Add eelf32vax.o and evaxnbsd.o.
706         (eelf32vax.c)
707         (evaxnbsd.c): New rules.
708         * Makefile.in: Regenerate.
709         * configure.tgt (vax-*-netbsdelf*)
710         (vax-*-netbsdaout*)
711         (vax-*-netbsd*): New targets.
712         * emulparams/elf32vax.sh: New file.
713         * emulparams/vaxnbsd.sh: New file.
715 2002-05-29  Adam Nemet  <anemet@lnxw.com>
717         * emultempl/armelf.em (arm_elf_after_open): Don't determine
718         bfd_for_interwork, instead add glue sections to each input bfd.
719         (bfd_for_interwork): New global.
720         (arm_elf_set_bfd_for_interworking): New function.
721         (arm_elf_before_allocation): Use it.
723 2002-05-28  Kuang Hwa Lin <kuang@sbcglobal.net>
725         * Makefile.am: Add DLX make target.
726         * configure.tgt: Add DLX configuration.
727         * Makefile.in: Regenerate.
728         * emulparams/elf32_dlx.sh: New file
729         * scripttempl/dlx.sc: New file
731 2002-05-27  Per Lundberg  <per@caleb.dnsalias.org>
733         * Makefile.am (eelf_i386_chaos): Use elf_chaos.sc script.
734         * Makefile.in: Regenerate.
735         * emulparams/elf_chaos.sh: Use elf_chaos script.
736         * scripttempl/elf_chaos.sc: New file.
738 2002-05-27  Richard Sandiford  <rsandifo@redhat.com>
740         * ldlang.c (lang_size_sections_1): Move check for conflicting load
741         addresses and regions from here...
742         (lang_get_regions): ...to this new function.
743         (lang_leave_output_section_statement): Use lang_get_regions.
744         (lang_leave_overlay): Likewise.
745         * mri.c (mri_draw_tree): Pass null as last argument to
746         lang_leave_output_section_statement.
747         * emultempl/elf32.em (gld*_place_orphan): Likewise.
748         * emultempl/mmo.em (mmo_place_orphan): Likewise.
749         * emultempl/pe.em (gld*_place_orphan): Likewise.
751 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
753         * configure.tgt: Use ns32k-*-netbsd* instead of ns32k-pc532-netbsd*.
755 2002-05-25  Kazu Hirata  <kazu@cs.umass.edu>
757         * ldemul.c: Fix formatting.
758         * ldfile.c: Likewise.
759         * pe-dll.c: Likewise.
760         * pe-dll.h: Likewise.
762 2002-05-25  Alan Modra  <amodra@bigpond.net.au>
764         * ldlang.c (lang_process): Formatting, grammar.
766         * ldlex.l: Use #include "" instead of <> for local header files.
768 2002-05-24  TAMURA Kent <kent@netbsd.org>
770         * configure.tgt: Add a target for i386-netbsdpe.
772 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
774         * scripttempl/elf.sc: Add .rel{,a}.t{bss,data}, .tdata and .tbss.
775         * ldlang.c (lang_add_section): Set SEC_THREAD_LOCAL for
776         output section if necessary.  Handle .tbss.
777         (lang_size_sections): Clear _raw_size for .tbss section
778         (it allocates space in PT_TLS segment only).
779         * ldwrite.c (build_link_order): Build link order for .tbss too.
781 2002-05-23  Alan Modra  <amodra@bigpond.net.au>
783         * configure.in: Correct spelling of AC_PREREQ.
785 2002-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
787         * pe-dll.c (autofilter_liblist): Add more system libs excluded by
788         default.
789         (autofilter_objlist): Add crtbegin.o, crtend.o.
791 2002-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
793         * emultempl/pe.em (OPTION_EXCLUDE_LIBS): Add new define.
794         (longopts): Add new option --exclude-libs.
795         (gld_${EMULATION_NAME}_list_options): Give quick help about it.
796         (gld_${EMULATION_NAME}_parse_args): Use it.
797         * pe-dll.h (pe_dll_add_excludes): Add second param to prototype.
798         * pe-dll.c (exclude_list_struct): Add field type to distinguish symbols
799         from whole archives.
800         (pe_dll_add_excludes): Set excludes->type.
801         (auto_export): Add new variable libname and set to archive basename if
802         abfd.  Use it when filtering default and user-specified libarary
803         excludes.  Let string "ALL" mean all libs when filtering user-specified
804         libs.
805         * ld.texinfo: Document --exclude-libs.
807 2002-05-22  Alan Modra  <amodra@bigpond.net.au>
809         * ldemul.c (ldemul_new_vers_pattern): New function.
810         * ldemul.h (ldemul_new_vers_pattern): Declare.
811         (struct ld_emulation_xfer_struct): Add new_vers_pattern.
812         * ldlang.c (lang_new_vers_pattern): Call ldemul_new_vers_pattern.
813         * emultempl/ppc64elf.em (dotsyms): New static var.
814         (gld${EMULATION_NAME}_new_vers_pattern): New function.
815         (LDEMUL_NEW_VERS_PATTERN): Define.
816         (PARSE_AND_LIST_PROLOGUE): Add OPTION_DOTSYMS, OPTION_NO_DOTSYMS.
817         (PARSE_AND_LIST_LONGOPTS): Likewise.
818         (PARSE_AND_LIST_ARGS_CASES): Handle them.
819         * emultempl/aix.em (ld_${EMULATION_NAME}_emulation): Update
820         initialiser.
821         * emultempl/armcoff.em: Likewise.
822         * emultempl/armelf_oabi.em: Likewise.
823         * emultempl/beos.em: Likewise.
824         * emultempl/elf32.em: Likewise.
825         * emultempl/generic.em: Likewise.
826         * emultempl/gld960.em: Likewise.
827         * emultempl/gld960c.em: Likewise.
828         * emultempl/linux.em: Likewise.
829         * emultempl/lnk960.em: Likewise.
830         * emultempl/m68kcoff.em: Likewise.
831         * emultempl/mipsecoff.em: Likewise.
832         * emultempl/pe.em: Likewise.
833         * emultempl/sunos.em: Likewise.
834         * emultempl/ticoff.em: Likewise.
835         * emultempl/vanilla.em: Likewise.
837 2002-05-22  Alan Modra  <amodra@bigpond.net.au>
839         * genscripts.sh (LIB_PATH): For native targets, concatenate $libdir
840         and $NATIVE_LIB_DIRS.  Add $tool_lib before other libs.
841         (LIB_SEARCH_DIRS): No need to use "tr".
842         (COMPILE_IN): Only set for native targets.
843         * configure.host (NATIVE_LIB_DIRS): Specify all native search dirs
844         here, rather than adding lib:/usr/lib:/usr/local/lib in genscripts.sh.
845         * configure.tgt (powerpc*): Set tdir_*.
846         (powerpcle*): Correct targ_extra_emuls.
847         * emulparams/elf32ppc.sh (LIB_PATH): Set up native 64 bit dirs.
848         * emulparams/elf64ppc.sh (LIB_PATH): Likewise.
850 2002-05-22  Alan Modra  <amodra@bigpond.net.au>
852         * emultempl/pe.em (set_pe_subsystem): Don't set "cmdline" when
853         calling lang_add_entry.
855 2002-05-21  H.J. Lu  (hjl@gnu.org)
857         * emultempl/elf32.em (gld${EMULATION_NAME}_parse_args): Handle
858         "-z muldefs".
859         (gld${EMULATION_NAME}_list_options): Add "-z muldefs".
861         * ld.texinfo: Updated for --allow-multiple-definition and
862         "-z muldefs".
864         * ldmain.c (main): Initialize the allow_multiple_definition
865         field to false.
867         * lexsup.c (OPTION_ALLOW_MULTIPLE_DEFINITION): New.
868         (ld_options): Add --allow-multiple-definition.
869         (parse_args): Support OPTION_ALLOW_MULTIPLE_DEFINITION.
871 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
873         * Makefile.am (ALL_EMULATIONS): Add earmelfb_nbsd.o.
874         (earmelfb_nbsd.c): New rule.
875         * Makefile.in: Regenerate.
876         * configure.tgt (armeb-*-netbsdelf*): New target.
877         (arm-*-netbsdelf*): Add armelfb_nbsd to targ_extra_emuls.
878         (arm-*-netbsd*): Likewise.
879         * emulparams/armelfb_nbsd.sh: New file.
881 2002-05-18  Tom Rix  <trix@redhat.com>
883         * emultempl/aix.em (gld*_parse_args): Add -bnortl and -bnortllib
884         support.
886 2002-05-17  Marek Michalkiewicz  <marekm@amelek.gda.pl>
888         * Makefile.am: Add new emulations avr1, avr2, avr3, avr4, avr5.
889         * Makefile.in: Regenerate.
890         * configure.tgt (avr-*-*): Add avr[1-5] to targ_extra_emuls.
892 2002-05-16  Marek Michalkiewicz  <marekm@amelek.gda.pl>
894         * emulparams/avr1.sh: New file.
895         * emulparams/avr2.sh: New file.
896         * emulparams/avr3.sh: New file.
897         * emulparams/avr4.sh: New file.
898         * emulparams/avr5.sh: New file.
899         * scripttempl/avr.sc: New file.
901 2002-05-15  Alan Modra  <amodra@bigpond.net.au>
903         * ldlang.c (section_already_linked): Call bfd_link_just_syms.
904         (lang_place_orphans): Abort if just_syms_flag.
906 2002-05-10  Tom Rix  <trix@redhat.com>
908         * emultempl/aix.em: (gld*_set_output_arch): New function. Use
909         architecture and machine information in the output bfd.
910         (gld*_before_parse): Remove old arch and machine code.
911         (choose_target): Rename to gld*_choose_target.
912         (rtld): Change type to int.
913         * ldfile.c (ldfile_try_open_bfd): Disable compatiblity check for
914         objects in XCOFF archives.
915         * ldfile.h: Update copyright date.
917 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
919         * ldmain.c (main): Enable -z combreloc by default.
921 2002-05-07  Federico G. Schwindt <fgsch@olimpo.com.br>
923         * Makefile.am: Honour DESTDIR.
924         * Makefile.in: Regenerate.
926 2002-05-07  Richard Sandiford  <rsandifo@redhat.com>
928         * ldlang.h (lang_output_section_statement_type): Add update_dot_tree.
929         (lang_enter_overlay): Remove the last two parameters.
930         (lang_leave_overlay): Take them here instead.
931         * ldgram.y (memspec_at_opt): Set $$ to null if no region is given.
932         (section): Pass LMA and crossref flag to lang_leave_overlay rather
933         than lang_enter_overlay.
934         * ldlang.c (lang_memory_region_lookup): Return null for null names.
935         (lang_output_section_statement_lookup): Initialize update_dot_tree.
936         (lang_size_sections_1): Evaluate it.
937         (lang_leave_output_section_statement): Rework LMA lookup.
938         (overlay_lma, overlay_nocrossrefs): Remove.
939         (lang_enter_overlay): Remove LMA and crossref arguments.
940         (lang_enter_overlay_section): Don't set the LMA here.
941         (lang_leave_overlay): Take LMA and crossref arguments.  Move the '.'
942         assignment to the last section's update_dot_tree.  Unconditionally
943         use the load and run-time regions specified in the OVERLAY statement.
944         Likewise the first section's LMA.  Only set the other sections' LMAs
945         when no load region is given.
947 2002-05-06  Nick Clifton <nickc@redhat.com>
949         * po/sv.po: New translation.
951 2002-05-04  Alan Modra  <amodra@bigpond.net.au>
953         * emultempl/hppaelf.em (build_section_lists): New function.
954         (gld${EMULATION_NAME}_finish): Call elf32_hppa_setup_section_lists
955         and build_section_lists.
957 2002-05-03  Kazu Hirata  <kazu@cs.umass.edu>
959         * ld.h: Fix formatting.
960         * ldexp.c: Likewise.
961         * ldfile.c: Likewise.
962         * ldlang.c: Likewise.
963         * ldmain.c: Likewise.
964         * lexsup.c: Likewise.
965         * pe-dll.c: Likewise.
967 2002-05-02  Alan Modra  <amodra@bigpond.net.au>
969         * emultempl/ppc64elf.em (gld${EMULATION_NAME}_after_allocation):
970         Adjust for ppc64_elf_set_toc change.  #include libbfd.h.
971         (build_section_lists): Do output_section tests here.
973 2002-04-30  Tom Rix  <trix@redhat.com>
975         * emultempl/aix.em : (gld*_parse_arge): Formatting changes.
977 2002-05-01  Alan Modra  <amodra@bigpond.net.au>
979         Long branch stubs, multiple stub sections.
980         * emultempl/ppc64elf.em: Include ldctor.h.
981         (stub_file): New var.
982         (group_size): New var.
983         (ppc_create_output_section_statements): New function.
984         (struct hook_stub_info): New.
985         (hook_in_stub): New function.
986         (ppc_add_stub_section): New function.
987         (ppc_layout_sections_again): New function.
988         (build_section_lists): New function.
989         (gld${EMULATION_NAME}_finish): Rewrite.
990         (real_func): New var.
991         (ppc_for_each_input_file_wrapper): New function.
992         (ppc_lang_for_each_input_file): New function.
993         (lang_for_each_input_file): Define.
994         (PARSE_AND_LIST_PROLOGUE): Define.
995         (PARSE_AND_LIST_LONGOPTS): Define.
996         (PARSE_AND_LIST_OPTIONS): Define.
997         (PARSE_AND_LIST_ARGS_CASES): Define.
998         (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
1000 2002-04-30  Tom Rix  <trix@redhat.com>
1002         * emultempl/aix.em (gld*_parse_arge, gld*_before_allocation): Add
1003         -blibpath, -bnolibpath support.
1005 2002-04-30  Mark Mitchell  <mark@codesourcery.com>
1007         * Makefile.am (ALL_EMULATIONS): Add elf32ppcwindiss.o.
1008         (eelf32ppcwindiss.c): New target.
1009         * Makefile.in: Regenerated.
1010         * configure.tgt: Add support for powerpc-*-windiss.
1011         * emulparams/elf32ppcwindiss.sh: New file.
1013 2002-04-30  Richard Sandiford  <rsandifo@redhat.com>
1015         * ldlang.c (print_assignment): Update print_dot for assignments to ".".
1016         * ldexp.c (exp_print_token): Add "infix_p" argument.
1017         (exp_print_tree): Update accordingly.
1019 2002-04-28  Alan Modra  <amodra@bigpond.net.au>
1021         * Makefile.am (mpw): New maintainer mode rule to make mpw-*.c files.
1022         * Makefile.in: Regenerate.
1023         * mpw-elfmips.c: Delete.
1024         * mpw-eppcmac.c: Delete.
1025         * mpw-esh.c: Delete.
1026         * mpw-idtmips.c: Delete.
1028 2002-04-17  J"orn Rennecke <joern.rennecke@superh.com>
1030         * emulparams/shelf32.sh (MACHINE): Now sh5.
1032 2002-04-17  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1034         * ldgram.y: Fix syntax warning.
1036 2002-04-11  Nick Clifton  <nickc@cambridge.redhat.com>
1038         * emultempl/armelf.em (PARSE_AND_LIST_SHORTOPTS): Add 'n' in order
1039         to prevent "-n" from being taken as an abbreviation for
1040         "--no-pipeline-knowledge".
1042 2002-04-08  Alan Modra  <amodra@bigpond.net.au>
1044         * ldlang.c (lang_size_sections_1): Don't complain about
1045         SEC_NEVER_LOAD sections having no memory region specified.
1047         * ld.texinfo (Format Commands <OUTPUT_FORMAT>): Typo fix.
1049 2002-04-07  matthew green  <mrg@redhat.com>
1051         * ld/configure.host (*-*-netbsd*): Add support for NetBSD/ELF.
1053 2002-04-04  Alan Modra  <amodra@bigpond.net.au>
1055         * dep-in.sed: Cope with absolute paths.
1056         * Makefile.am (dep.sed): Subst TOPDIR and BFDDIR.
1057         Run "make dep-am".
1058         * Makefile.in: Regenerate.
1060 2002-04-04  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1062         * emulparams/elf64btsmip.sh: n64 replaces .reginfo with .MIPS.options.
1064 2002-04-03  Jakub Jelinek  <jakub@redhat.com>
1066         * ldexp.c (fold_binary) [DATA_SEGMENT_ALIGN]: If common page size
1067         is smaller than maximum, round dot up to common page boundary.
1069 2002-03-28  Alan Modra  <amodra@bigpond.net.au>
1071         * configure.host: Set up for generic hosts first, then tweak as
1072         necessary in more specific targets.
1073         (HOSTING_LIBS): Include libgcc_eh.a if found.
1075 2002-03-23  Andreas Jaeger  <aj@suse.de>
1077         * emulparams/elf_x86_64.sh (COMMONPAGESIZE): Set it.
1079 2002-03-21  Alan Modra  <amodra@bigpond.net.au>
1081         * Makefile.am: Run "make dep-am".
1082         * Makefile.in: Regenerate.
1084 2002-03-21  Albert Chin-A-Young  <china@thewrittenword.com>
1086         * genscripts.sh (LIB_SEARCH_DIRS): Quote path.
1088 2002-03-20  Alan Modra  <amodra@bigpond.net.au>
1090         * ldlang.c (ldlang_add_undef): If the output bfd has been opened,
1091         add the symbol to the linker hash table immediately.
1092         (lang_place_undefineds): Split symbol creation out..
1093         (insert_undefined): ..to here.
1095 2002-03-18  David O'Brien  <obrien@FreeBSD.org>
1097         * emultempl/elf32.em: Use lbasename vs. basename to fix problem where
1098         the contents of the buffer returned from basename function will are
1099         getting overwritten while still being used.
1101 2002-03-18  Jan Hubicka  <jh@suse.cz>
1102             Andreas Jaeger  <aj@suse.de>
1103             Andreas Schwab  <schwab@suse.de>
1105         * configure.tgt (x86_64-*-linux-gnu*): Configure i386 as native.
1106         * elf_x86_64.sh (ARCH): Set to i386:x86-64
1107         set libraries to default to lib64 paths.
1109 2002-03-18  Tom Rix  <trix@redhat.com>
1111         * Makefile.am : Add eaix5ppc and eaix5rs6, AIX 5 support.
1112         * configure.tgt : Same.
1113         * emulparms/aix5ppc.sh : New file. For eaix5ppc.
1114         * emulparms/aix5rs6.sh : New file. For eaix5rs6.
1115         * emulparms/aixppc.sh : OUPUT_FORMAT_32BIT and OUTPUT_FORMAT_64BIT
1116         emulation parameters for better -b32, -b64 support.
1117         * emulparms/aixrs6.sh : Same.
1118         * emulparms/ppcmacos.sh : Same.
1119         * emultempl/aix.em (choose_target) : Use new emulation parameters
1120         OUTPUT_FORMAT_32BIT and OUTPUT_FORMAT_64BIT.
1121         * Makefile.in : Regenerate.
1123 2002-03-18  Nick Clifton  <nickc@cambridge.redhat.com>
1125         * po/fr.po: Updated version.
1127 2002-03-18  Alan Modra  <amodra@bigpond.net.au>
1129         * ldmain.c (main): Move .text readonly flag fudges from here..
1130         * ldlang.c (lang_process): ..to here.
1132 2002-03-14  Alan Modra  <amodra@bigpond.net.au>
1134         * ldlang.c (lang_check): Remove the word size check added in last
1135         change.  Treat emitrelocations case as for relocatable links.
1137 2002-03-13  Nick Clifton  <nickc@cambridge.redhat.com>
1139         * po/fr.po: Updated version.
1141 2002-03-13  Alan Modra  <amodra@bigpond.net.au>
1143         * ldlang.c (lang_check): Do relocatable link checks first, so that
1144         warn_mismatch can't override.  Check compatible and word size too.
1146 2002-03-07  Daniel Jacobowitz  <drow@mvista.com>
1148         * ld.texinfo: Wrap @menu in @ifnottex, not @ifinfo.
1150 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
1152         * scripttempl/elf.sc: Only use DATA_SEGMENT_END() together with
1153         DATA_SEGMENT_ALIGN.
1155 2002-03-04  H.J. Lu <hjl@gnu.org>
1157         * scripttempl/elf.sc: Put .preinit_array, .init_array and
1158         .fini_array in the data segment.
1160 2002-03-04  Alan Modra  <amodra@bigpond.net.au>
1162         * scripttempl/elf.sc: Correct syntax errors in 2002-03-01 commit.
1164 2002-03-01  David Mosberger  <davidm@hpl.hp.com>
1166         * scripttempl/elf.sc (SECTIONS): Add entries for .preinit_array,
1167         .init_array, and .fini_array.
1169 2002-02-20  Andreas Schwab  <schwab@suse.de>
1171         * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Don't fold
1172         .IA64_unwind* in a relocatable link.
1174 2002-02-20  Nick Clifton  <nickc@cambridge.redhat.com>
1176         * NEWS: Mark 2.12 branch.
1178 2002-02-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1180         * emulparams/elf64_s390.sh (ARCH): Change to "s390:64-bit".
1181         * emulparams/elf_s390.sh (ARCH): Change to "s390:31-bit".
1183 2002-02-18  Tom Rix  <trix@redhat.com>
1185         * emultempl/aix.em (gld*_parse_args): Add -brtl support.
1186         (gld*_before_allocation): Same.
1187         (gld*_create_output_section_statements): Generate
1188         __rtinit if run time linking.  Add librtl.a to the link.
1189         (gld*_read_file): Clean.
1191 2002-02-18  Alan Modra  <amodra@bigpond.net.au>
1193         * emulparams/elf64ppc.sh (OTHER_TEXT_SECTIONS): Define.
1195 2002-02-18  David O'Brien  <obrien@FreeBSD.org>
1197         * Makefile.am: Add new files earmelf_fbsd, eelf32ppc_fbsd,
1198         eelf_i386_fbsd, eelf64_ia64_fbsd, eelf_x86_64_fbsd, eelf64_sparc_fbsd,
1199         and eelf64alpha_fbsd.
1200         * Makefile.in: Regenerate.
1201         * configure.tgt(sparc64-*-freebsd, ia64-*-freebsd, i[3456]86-*-freebsd,
1202         x86_64-*-freebsd, arm-*-freebsd, alpha*-*-freebsd, powerpc-*-freebsd):
1203         use a FreeBSD-specific emulation rather than the psABI one.
1204         * emulparams/elf_fbsd.sh (ELF_INTERPRETER_NAME): Set appropriate value
1205         for all FreeBSD ELF systems.
1206         * emulparams/armelf_fbsd.sh: Bridge elf_fbsd.sh and the "native" psABI
1207         emulation.
1208         * emulparams/elf32ppc_fbsd.sh: Likewise.
1209         * emulparams/elf64_ia64_fbsd.sh: Likewise.
1210         * emulparams/elf64_sparc_fbsd.sh: Likewise.
1211         * emulparams/elf64alpha_fbsd.sh: Likewise.
1212         * emulparams/elf_i386_fbsd.sh: Likewise.
1213         * emulparams/elf_x86_64_fbsd.sh: Likewise.
1215 2002-02-18  Nick Clifton  <nickc@cambridge.redhat.com>
1217         * po/tr.po: Updated version.
1219 2002-02-18  Alan Modra  <amodra@bigpond.net.au>
1221         * ld.texinfo (Output Section Fill): Fix amateur texinfo.
1222         (FILL): Likewise.
1224 2002-02-17  Hans-Peter Nilsson  <hp@bitrange.com>
1226         * emultempl/mmo.em (mmo_after_open): Don't call
1227         _bfd_mmix_check_all_relocs when producing ELF output.
1229 2002-02-15  Richard Henderson  <rth@redhat.com>
1231         * emulparams/elf64alpha.sh (NOP): Adjust for big-endian
1232         definition.  Emit a unop+nop pair.
1234 2002-02-15  Hans-Peter Nilsson  <hp@bitrange.com>
1236         * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Also check
1237         for presence of .MMIX.reg_contents.linker_allocated before early
1238         exit.
1240         * NEWS: Mention support for MMIX.
1242 2002-02-15  Alan Modra  <amodra@bigpond.net.au>
1244         Support arbitrary length fill patterns.
1245         * ld.texinfo (Output Section Fill): Describe fill expressions.
1246         (FILL): Refer to the above.
1247         * ldexp.h (etree_value_type): Add "str" field.
1248         (union etree_union): Add "str" to "value" struct.
1249         (exp_bigintop): Declare.
1250         (exp_get_fill): Declare.
1251         * ldexp.c: Include "safe-ctype.h".
1252         (exp_intop): Set value.str to NULL.
1253         (exp_bigintop): New function.
1254         (new_rel): Pass in "str", and set new.str from it.
1255         (new_rel_from_section): Set new.str to NULL.
1256         (fold_name): Adjust calls to new_rel.
1257         (exp_fold_tree): Likewise.
1258         (exp_get_fill): New function.
1259         * ldgram.y (struct big_int bigint, fill_type *fill): New.
1260         (INT): Returns a "bigint".  Adjust all code handling INTs.
1261         (fill_opt): Returns a "fill".
1262         (fill_exp): Split out of fill_opt, use for FILL.
1263         * ldlang.h (struct _fill_type): New.
1264         (fill_type): Move typedef to ldexp.h.
1265         (lang_output_section_statement_type): "fill" is now a pointer.
1266         (lang_fill_statement_type): Likewise.
1267         (lang_padding_statement_type): Likewise.
1268         (lang_add_fill): Now takes a "fill_type *" param.
1269         (lang_leave_output_section_statement): Likewise.
1270         (lang_do_assignments): Likewise.
1271         (lang_size_sections): Likewise.
1272         (lang_leave_overlay_section): Likewise.
1273         (lang_leave_overlay): Likewise.
1274         * ldlang.c: Include ldgram.h after ldexp.h.
1275         (lang_output_section_statement_lookup): Adjust for fill_type change.
1276         (print_fill_statement): Likewise.
1277         (print_padding_statement): Likewise.
1278         (insert_pad): Now takes a "fill_type *" arg.
1279         (size_input_section): Likewise.
1280         (lang_size_sections_1): Likewise.
1281         (lang_size_sections): Likewise.
1282         (lang_do_assignments): Likewise.
1283         (lang_add_fill): Likewise.
1284         (lang_leave_output_section_statement): Likewise.
1285         (lang_leave_overlay_section): Likewise.
1286         (lang_leave_overlay): Likewise.
1287         Adjust all callers of the above function.
1288         * ldlex.l: Include ldgram.h after ldexp.h.  Allow hex numbers
1289         starting with "0X" as well as "0x".  Return bigint.str for hex
1290         numbers starting with "0x" or "0X", zero bigint.str otherwise.
1291         Always use base 16 for numbers starting with "$".
1292         * ldmain.c: Include ldgram.h after ldexp.h.
1293         * ldwrite.c (build_link_order): Use bfd_data_link_order in place
1294         of bfd_fill_link_order.
1295         * pe-dll.c: Adjust lang_do_assignments calls.
1296         * emultempl/elf32.em: Likewise.
1297         * emultempl/hppaelf.em: Likewise.
1298         * emultempl/ppc64elf.em: Likewise.
1299         * emultempl/beos.em: Include ldgram.h after ldexp.h, adjust
1300         lang_add_assignment call.
1301         * emultempl/pe.em: Likewise.
1303 2002-02-14  Phil Edwards  <pme@gcc.gnu.org>
1305         * ld.texinfo (VERSION scripts):  Symbol names are globbing patterns.
1306         * ldgram.y (lang_new_vers_regex):  Rename to lang_new_vers_pattern;
1307         the pattern in question is not a regexp.
1308         * ldlang.c:  Likewise.
1309         * ldlang.h:  Likewise.
1310         * ldlex.l (V_IDENTIFIER):  Allow '[', ']', '-', '!', and '^' also.
1312 2002-02-12  Jakub Jelinek  <jakub@redhat.com>
1314         * ldlex.l (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): New tokens.
1315         * ldgram.y (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): New tokens.
1316         (exp): Add DATA_SEGMENT_ALIGN (exp, exp) and DATA_SEGMENT_END (exp).
1317         * ldexp.c (exp_data_seg): New variable.
1318         (exp_print_token): Handle DATA_SEGMENT_ALIGN and DATA_SEGMENT_END.
1319         (fold_binary): Handle DATA_SEGMENT_ALIGN.
1320         (exp_fold_tree): Handle DATA_SEGMENT_END.
1321         Pass allocation_done when recursing instead of hardcoding
1322         lang_allocating_phase_enum.
1323         * ldexp.h (exp_data_seg): New.
1324         * ldlang.c (lang_size_sections_1): Renamed from lang_size_sections.
1325         (lang_size_sections): New.
1326         * ld.texinfo (DATA_SEGMENT_ALIGN, DATA_SEGMENT_END): Document.
1327         * scripttempl/elf.sc: Use DATA_SEGMENT_ALIGN and DATA_SEGMENT_END
1328         if COMMONPAGESIZE is defined.
1329         * emulparams/elf_i386.sh (COMMONPAGESIZE): Set to 4K.
1330         * emulparams/elf32_sparc.sh (COMMONPAGESIZE): Set to 8K.
1331         * emulparams/elf64_sparc.sh (COMMONPAGESIZE): Set to 8K.
1332         * emulparams/elf64alpha.sh (COMMONPAGESIZE): Set to 8K.
1333         * emulparams/elf64_ia64.sh (COMMONPAGESIZE): Set to 16K for shared
1334         libraries only.
1336 2002-02-11  Alan Modra  <amodra@bigpond.net.au>
1338         * Makefile.in: Regenerate.
1340 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
1342         * lexsup.c: Remove strtoul declaration.
1344 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
1346         * ldmain.c: Add prototype for main ().
1347         * lexsup.c: Guard declaration of strtoul with HAVE_STDLIB_H.
1348         * emultempl/lnk960.em (lnk960_choose_target): Function should
1349         take two arguments.
1351 2002-02-10  Alan Modra  <amodra@bigpond.net.au>
1353         * ldlang.c (entry_section): New initialised variable.
1354         (lang_finish): Use it.
1355         * ldlang.h (entry_section): Declare.
1356         * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Set
1357         entry_section to ".opd".
1359 2002-02-09  Chris Demetriou  <cgd@broadcom.com>
1361         * ld.texinfo (Options): Add back in -nostdlib documentation,
1362         which had been inadvertently removed.
1364 2002-02-09  Hans-Peter Nilsson  <hp@bitrange.com>
1366         * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Adjust
1367         register section vma to a sane value after emitting error.  Make
1368         fatal conditions cause program exit when emitting message.
1370 2002-02-08  Ivan Guzvinec <ivang@opencores.org>
1372         * configure.tgt: Add or32-*-rtems target.
1374 2002-02-08  Alexandre Oliva  <aoliva@redhat.com>
1376         Contribute sh64-elf.
1377         2002-01-24  Alexandre Oliva  <aoliva@redhat.com>
1378         * emulparams/shelf32.sh (STACK_ADDR): Define as formerly defined
1379         in OTHER_RELOCATABLE_SECTIONS.
1380         2002-01-18  Alexandre Oliva  <aoliva@redhat.com>
1381         * emulparams/shelf32.sh (STACK_ADDR): Define.
1382         (OTHER_RELOCATABLE_SECTIONS): Renamed to...
1383         (OTHER_SECTIONS): this.  Removed stack settings.
1384         * emulparams/shelf64.sh (OTHER_RELOCATABLE_SECTIONS): Do not set.
1385         (OTHER_SECTIONS): Reset after sourcing shelf32.sh.
1386         2001-03-12  DJ Delorie  <dj@redhat.com>
1387         * emultempl/sh64elf.em (sh64_elf_$_before_allocation): Disable
1388         relaxing if any shmedia or mixed sections are found.
1389         2001-03-07  DJ Delorie  <dj@redhat.com>
1390         * emultempl/sh64elf.em (sh64_elf_before_allocation): Pass f to
1391         einfo.  Gracefully decline to output to non-elf formats.
1392         2001-03-06  Hans-Peter Nilsson  <hpn@redhat.com>
1393         * emulparams/shelf64.sh (OTHER_RELOCATING_SECTIONS) <.stack>:
1394         Default to _end aligned to next multiple of 0x40000, plus 0x40000.
1395         * emulparams/shelf32.sh: Ditto.
1396         2001-01-14  Hans-Peter Nilsson  <hpn@cygnus.com>
1397         * emulparams/shelf32.sh (OTHER_RELOCATING_SECTIONS): Tweak
1398         comment.
1399         2001-01-10  Ben Elliston  <bje@redhat.com>
1400         * emulparams/shelf32.sh (OTHER_RELOCATING_SECTIONS): Avoid
1401         non-portable shell constructs. From Hans-Peter Nilsson.
1402         2001-01-09  Hans-Peter Nilsson  <hpn@cygnus.com>
1403         * emulparams/shelf64.sh (EXTRA_EM_FILE): Define empty.
1404         * Makefile.am (eshelf64.c, eshlelf64.c, eshlelf32.c): Adjust
1405         dependencies to the shell script include chain.
1406         * Makefile.in: Regenerate.
1407         2001-01-06  Hans-Peter Nilsson  <hpn@cygnus.com>
1408         * emultempl/sh64elf.em: Update and tweak comments.
1409         (sh64_elf_${EMULATION_NAME}_after_allocation): Always allocate and
1410         make a .cranges section SEC_IN_MEMORY.
1411         2000-12-30  Hans-Peter Nilsson  <hpn@cygnus.com>
1412         * emultempl/sh64elf.em
1413         (sh64_elf_${EMULATION_NAME}_before_allocation): Don't stop when
1414         .cranges section found to be necessary; continue and set stored
1415         section contents flags for sections with non-mixed contents.
1416         Use a struct sh64_section_data container and sh64_elf_section_data
1417         to store contents-type flags.
1418         Remove unused update of "isec".
1419         (sh64_elf_${EMULATION_NAME}_after_allocation): Only process
1420         sections marked SHF_SH5_ISA32_MIXED.  Use sh64_elf_section_data to
1421         access contents-type flags.  Assert that the associated container
1422         is initialized.  Use that container, not elf_gp_size, to hold size
1423         of linker-generated cranges contents.
1424         2000-12-18  Hans-Peter Nilsson  <hpn@cygnus.com>
1425         * emultempl/sh64elf.em
1426         (sh64_elf_${EMULATION_NAME}_before_allocation): Exit early if
1427         there's already a .cranges section.  When section flag difference
1428         is found, don't NULL-check cranges a second time.  Tweak comments.
1429         (sh64_elf_${EMULATION_NAME}_after_allocation): Use size after
1430         merging, not max size, as size of ld-generated .cranges contents.
1431         Don't set ELF section flags in output section.  When checking for
1432         needed .cranges descriptors, don't use a variable; compare
1433         incoming ELF section flags directly to SHF_SH5_ISA32_MIXED.  Tweak
1434         comments.
1435         2000-12-18  Hans-Peter Nilsson  <hpn@cygnus.com>
1436         * emultempl/sh64elf.em: New file.
1437         * Makefile.am (eshelf32.c, eshlelf32.c): Adjust dependencies.
1438         * Makefile.in: Regenerate.
1439         * emulparams/shelf32.sh (OUTPUT_FORMAT): Only set if not set.
1440         (OTHER_RELOCATING_SECTIONS): Ditto.
1441         (EXTRA_EM_FILE): New, set to sh64elf if not set.
1442         * emulparams/shlelf32.sh: Stub out all settings except
1443         OUTPUT_FORMAT.  Source shelf32.sh.
1444         * emulparams/shelf64.sh: Similar, but also keep ELF_SIZE and
1445         OTHER_RELOCATING_SECTIONS.
1446         (OTHER_RELOCATING_SECTIONS): Remove .cranges.
1447         * emulparams/shlelf64.sh: Stub out all settings except
1448         OUTPUT_FORMAT.  Source shelf64.sh.
1449         2000-12-15  Hans-Peter Nilsson  <hpn@cygnus.com>
1450         * emulparams/shelf64.sh (OTHER_RELOCATING_SECTIONS): Include
1451         .cranges section.
1452         (DATA_START_SYMBOLS): Define, provide ___data.
1453         (OTHER_READONLY_SYMBOLS): Define, provide ___rodata and align to 8
1454         for consecutive .data section.
1455         (OTHER_GOT_SECTIONS): Define, align to 8 for consecutive .bss
1456         section after .data section.
1457         * emulparams/shlelf64.sh: Ditto.
1458         * emulparams/shelf32.sh: Ditto.
1459         (ALIGNMENT): Define to 8.
1460         * emulparams/shelf32.sh: Ditto.
1461         2000-12-12  Hans-Peter Nilsson  <hpn@cygnus.com>
1462         * configure.tgt (sh64-*-elf*): Assign targ_extra_libpath to get
1463         built-in linker scripts.
1464         2000-11-30  Hans-Peter Nilsson  <hpn@cygnus.com>
1465         * emulparams/shlelf64.sh: New.
1466         * emulparams/shelf64.sh: New.
1467         * configure.tgt (sh64-*-elf*): Add shelf64 and shlelf64 to
1468         targ_extra_emuls.
1469         * Makefile.am: Add support for shlelf64 and shelf64.
1470         * Makefile.in: Regenerate.
1471         2000-11-29  Hans-Peter Nilsson  <hpn@cygnus.com>
1472         * configure.tgt (sh64-*-elf*): Add shelf as default.
1473         Add shlelf to targ_extra_emuls.
1474         2000-11-24  Hans-Peter Nilsson  <hpn@cygnus.com>
1475         * emulparams/shelf32.sh: New file.
1476         * emulparams/shlelf32.sh: New file.
1477         * Makefile.am: Add support for shlelf32 and shelf32.
1478         * configure.tgt: Map sh64-*-elf* to shlelf32 and shelf32.
1479         * Makefile.in: Regenerate.
1481 2002-02-05  Hans-Peter Nilsson  <hp@axis.com>
1483         * ldlang.c (lang_reset_memory_regions): Rename from
1484         reset_memory_regions.  Change all callers.  Make public.
1485         * ldlang.h (lang_reset_memory_regions): Prototype.
1486         * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Call
1487         lang_reset_memory_regions before lang_size_sections.
1488         * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
1489         * emultempl/ppc64elf.em (gld${EMULATION_NAME}_finish): Likewise.
1491 2002-02-04  Hans-Peter Nilsson  <hp@bitrange.com>
1493         * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Use signed
1494         arithmetic when checking for too many global registers.
1496 2002-02-02  Jason Thorpe  <thorpej@wasabisystems.com>
1498         * Makefile.am (ALL_EMULATIONS): Add ehppanbsd.o.
1499         (ehppanbsd.c): New rule.
1500         * Makefile.in: Regenerate.
1501         * configure.tgt (hppa*-*-netbsd*): New target.
1502         * emulparams/hppalinux.sh: Add comment to check other files
1503         that source this file it is modified, and list which
1504         files that do.
1505         * emulparams/hppanbsd.sh: New file.
1507 2002-02-01  Geoffrey Keating  <geoffk@redhat.com>
1509         * scripttempl/xstormy16.sc: Don't allocate extra space for the
1510         stack.
1512 2002-02-01  Hans-Peter Nilsson  <hp@bitrange.com>
1514         Support on-demand global register allocation from
1515         R_MMIX_BASE_PLUS_OFFSET relocs.
1516         * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Rename from
1517         mmix_set_reg_section_vma.  Call
1518         _bfd_mmix_finalize_linker_allocated_gregs.
1519         (mmix_before_allocation): New function.
1520         (LDEMUL_AFTER_ALLOCATION): Set to mmix_after_allocation.
1521         (LDEMUL_BEFORE_ALLOCATION): Define to mmix_before_allocation.
1522         * scripttempl/mmo.sc (.text): Mark .init, .fini as KEEP.
1523         (.MMIX.reg_contents): Add .MMIX.reg_contents.linker_allocated
1524         before .MMIX.reg_contents.
1525         * emultempl/mmo.em (gldmmo_before_allocation): Define to default.
1526         (mmo_after_open): New function.
1527         (LDEMUL_AFTER_OPEN): Define to mmo_after_open.
1528         * emulparams/elf64mmix.sh (OTHER_SECTIONS): Tweak formatting.  Add
1529         .MMIX.reg_contents.linker_allocated before .MMIX.reg_contents.
1531 2002-01-31  Ivan Guzvinec  <ivang@opencores.org>
1533         * emulparams/or32.sh: New file.
1534         * emulparams/or32elf.sh: New file.
1535         * scripttempl/or32.sc: New file.
1536         * configure.tgt : Add support for or32.
1537         * configure: Regenerate
1538         * Makefile.am: Add support for or32.
1539         * Makefile.in: Regenerate.
1540         * NEWS: Mention support for or32.
1541         * po/ld.pot: Regenerate.
1543 2002-01-29  Chris Demetriou  <cgd@broadcom.com>
1544             Mitch Lichtenberg  <mpl@broadcom.com>
1546         * emulparams/elf32bmip.sh (EXTRA_EM_FILE): Define to be mipself.
1547         * emultempl/mipself.em: New file to handle MIPS ELF embedded
1548         reloc creation (ld --embedded-relocs).
1550 2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
1552         * configure: Regenerated.
1554 2002-01-26  Hans-Peter Nilsson  <hp@bitrange.com>
1556         * Makefile.am (install): Depend on install-info.
1557         * Makefile.in: Regenerate.
1559 2002-01-26  Christian Rose  <menthos@menthos.com>
1561         * ldmain.c (main): Use full sentences to ease translation.
1563 2002-01-26  Nick Clifton  <nickc@cambridge.redhat.com>
1565         * po/fr.po: Updated version.
1567 2002-01-25  Nick Clifton  <nickc@cambridge.redhat.com>
1569         * po/es.po: Updated version.
1571 2002-01-25  Andreas Jaeger  <aj@suse.de>
1573         * ldlex.l (yy_input): Correct error check.
1575 2002-01-25  Alan Modra  <amodra@bigpond.net.au>
1577         * ldmisc.c (demangle): Put back dots when string not demangled.
1579 2002-01-22  Richard Henderson  <rth@redhat.com>
1581         * emulparams/elf64alpha.sh (NOP): Use unop.
1583 2002-01-21  Andreas Jaeger  <aj@suse.de>
1585         * ldlex.l: Use fread instead of read.
1587 2002-01-21  Jason Thorpe  <thorpej@wasabisystems.com>
1589         * configure.tgt (ia64-*-netbsd*): New target.
1591 2002-01-21  H.J. Lu <hjl@gnu.org>
1593         * emulparams/elf32btsmip.sh (SHLIB_TEXT_START_ADDR): Change to
1594         0.
1595         * emulparams/elf64btsmip.sh (SHLIB_TEXT_START_ADDR): Likewise.
1597 2002-01-18  Andreas Jaeger  <aj@suse.de>
1599         * ldver.c (ldversion): Update year.
1601 2002-01-17  Nick Clifton  <nickc@cambridge.redhat.com>
1603         * po/ld.pot: Regenerate.
1605 2002-01-16  Alan Modra  <amodra@bigpond.net.au>
1607         * Makefile.am (eelf64ppc.c, eelf64lppc.c): Depend on ppc64elf.em.
1608         * Makefile.in: Regenerate.
1609         * emulparams/elf64ppc.sh (EXTRA_EM_FILE): Define.
1610         * emultempl/ppc64elf.em: New file.
1612 2002-01-15  DJ Delorie  <dj@redhat.com>
1614         * scripttempl/pe.sc: Add support for constructor priorities.
1616 2002-01-07  Marek Michalkiewicz  <marekm@amelek.gda.pl>
1618         * emulparams/avr1200.sh (DATA_START): Define as 0x60.
1619         * emulparams/avr23xx.sh: Likewise.
1620         * emulparams/avr4433.sh: Likewise.
1621         * emulparams/avr44x4.sh: Likewise.
1622         * emulparams/avr85xx.sh: Likewise.
1623         * emulparams/avrmega103.sh: Likewise.
1624         * emulparams/avrmega161.sh: Likewise.
1625         * emulparams/avrmega603.sh: Likewise.
1626         * scripttempl/elf32avr.sc: Use DATA_START instead of 0x60.
1628 2002-01-08  Alexandre Oliva  <aoliva@redhat.com>
1630         * ldlang.c (walk_wild_section): Exclude object file if enclosing
1631         archive is excluded.
1633 2002-01-07  Jason Thorpe  <thorpej@wasabisystems.com>
1635         * Makefile.am (ALL_EMULATIONS): Add eshelf_nbsd.o and eshlelf_nbsd.o.
1636         (eshelf_nbsd.c): New rule.
1637         (eshlelf_nbsd.c): New rule.
1638         * Makefile.in: Regenerate.
1639         * configure.tgt (sh*le-*-netbsdelf*): New target.
1640         (sh*-*-netbsdelf*): New target.
1641         * emulparams/shelf.sh: Document that shelf_nbsd.sh sources this file.
1642         * ld/emulparams/shelf_nbsd.sh: New emulation.
1643         * ld/emulparams/shlelf_nbsd.sh: New emulation.
1645 2002-01-07  Nick Clifton  <nickc@cambridge.redhat.com>
1647         * po/es.po: New file: Spanish translation.
1648         * configure.in (ALL_LINGUAS): Add es.
1649         * configure: Regenerate.
1651 2002-01-06  John Marshall  <jmarshall@acm.org>
1653         * ld.texinfo: Note that --emit-relocs is currently only
1654         implemented for ELF.
1656 2002-01-05  Alan Modra  <amodra@bigpond.net.au>
1658         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Make use
1659         of bfd_section_list_remove and bfd_section_list_insert macros.
1660         * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
1661         * emultempl/mmo.em (mmo_place_orphan): Likewise.
1663 2002-01-04  Jason Thorpe  <thorpej@wasabisystems.com>
1665         * configure.tgt (x86_64-*-netbsd*): New target.
1667 2001-12-21  Tom Rix  <trix@redhat.com>
1669         (gld*_create_output_section_statements): New function.
1670         For -binitfini support.
1671         * emultempl/aix.em (gld*_before_parse): Fix comment.
1672         * emultempl/aix.em (gld*_parse_args): Fix comment.
1674 2001-12-20  Jason Thorpe  <thorpej@wasabisystems.com>
1676         * configure.tgt (mips*-dec-netbsd*): Delete alias for
1677         mips*el-*-netbsd*.
1678         (sparc64-*-netbsd*): Add elf32_sparc to targ_extra_emuls.
1680         * configure.tgt (arm-*-netbsdelf*): Add target.
1681         (arm-*-netbsd*): Add armelf and armelf_nbsd to targ_extra_emuls.
1682         * emulparams/armelf_nbsd.sh: Added.
1683         * Makefile.am: Add rules for earmelf_nbsd.
1684         * Makefile.in: Regenerate.
1686 2001-12-19  Andreas Jaeger  <aj@suse.de>,
1687             Susanne Oberhauser <froh@suse.de>
1689         * configure.host: Add rules for x86_64-*linux-gnu.  Change
1690         s390x-linux entry to use gcc to report configuration, replace gcc
1691         with $CC in s390-linux
1693 2001-12-19  Andreas Jaeger  <aj@suse.de>
1695         * ld.texinfo (VERSION): Fix markup.
1697 2001-12-18  matthew green  <mrg@eterna.com.au>
1699         * Makefile.am (ALL_EMULATIONS): Add m68kelfnbsd.o.
1700         (m68kelfnbsd.c): New rule.
1701         * Makefile.in: Regenerate.
1702         * configure.tgt (m68*-hp-netbsd*): Renamed to ..
1703         (m68*-*-netbsd*4k*): .. this.
1704         (m68*-*-netbsdelf*): New target.
1705         (m68*-*-netbsd*): Also include ELF support.
1706         (m68*-*-netbsdaout*): New alias for m68*-*-netbsd*.
1707         * emulparams/m68kelfnbsd.sh: New emulation.
1709 2001-12-18  Jakub Jelinek  <jakub@redhat.com>
1711         * ldgram.y (vers_node): Support anonymous version tags.
1712         * ldlang.c (lang_register_vers_node): Ensure anonymous version
1713         tag is not defined together with non-anonymous versions.
1714         * ld.texinfo: Document it.
1716 2001-12-18  Nick Clifton  <nickc@cambridge.redhat.com>
1718         * po/tr.po: New file: Turkish translation.
1719         * configure.in (ALL_LINGUAS): Add tr.
1720         * configure: Regenerate.
1722 2001-12-17  Jason Thorpe  <thorpej@wasabisystems.com>
1724         * Makefile.am: Add rules for eelf64alpha_nbsd.
1725         * Makefile.in: Regenerate.
1726         * configure.tgt (alpha*-*-netbsd*): Set
1727         targ_emul to elf64alpha_nbsd.
1728         * emulparams/elf64alpha_nbsd.sh: Added.
1730 2001-12-17  Alan Modra  <amodra@bigpond.net.au>
1732         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Adjust
1733         section_tail when fiddling with section list.
1734         (gld${EMULATION_NAME}_list_options): Ensure sentences aren't
1735         broken into separate strings to make translation easier.
1736         * emultempl/mmo.em (mmo_place_orphan): Adjust section_tail when
1737         fiddling with section list.
1738         * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
1740 2001-12-16  Hans-Peter Nilsson  <hp@bitrange.com>
1742         * scripttempl/mmo.sc: Add .debug_ranges to listed sections.
1744 2001-12-15  Alan Modra  <amodra@bigpond.net.au>
1746         * ldmain.c (main): Initialise link_info.eh_frame_hdr.
1748 2001-12-13  Jakub Jelinek  <jakub@redhat.com>
1750         * emultempl/elf32.em (finish): Supply output_bfd
1751         to bfd_elf*_discard_info.
1752         (OPTION_EH_FRAME_HDR): Define.
1753         (longopts): Add --eh-frame-hdr.
1754         (parse_args): Handle it.
1755         (list_options): Add --eh-frame-hdr to help.
1756         * emultempl/hppaelf.em (finish): Supply output_bfd
1757         to bfd_elf*_discard_info.
1758         * scripttempl/elf.sc (.eh_frame_hdr): Add.
1760 2001-12-13  Alan Modra  <amodra@bigpond.net.au>
1762         * lexsup.c (parse_args): Don't pass shortopts to second call to
1763         getopt functions.  Restore optind rather than decrementing before
1764         second call.  Remove errind as it now duplicates last_optind.
1766 2001-12-11  Christopher Faylor  <cgf@redhat.com>
1768         * emultempl/pe.em (gld_${EMULATION_NAME}_list_options): Fix typo.
1770 2001-12-07  Geoffrey Keating  <geoffk@redhat.com>
1771             Richard Henderson  <rth@redhat.com>
1773         * Makefile.am: Add support for xstormy16.
1774         * configure.tgt: Add support for xstormy16.
1775         * Makefile.in: Regenerate.
1776         * emulparams/elf32xstormy16.sh: New file.
1777         * scripttempl/xstormy16.sc: New file.
1779 2001-10-01  Christopher Faylor <cgf@cygnus.com>
1781         * Makefile.in (LIB_PATH): Make configurable.
1782         (GENSCRIPTS): Set LIB_PATH in environment.
1783         * configure.in: Substitute LIB_PATH.
1784         * configure: Regenerate.
1785         * configure.tgt (*cygwin): Set LIB_PATH for cross build.
1786         * configure.host (*cygwin): Add /usr/lib/w32api to NATIVE_LIB_DIRS.
1788 2001-12-07  Nick Clifton  <nickc@cambridge.redhat.com>
1790         * lexsup.c (ld_options): Insert 'PROGRAM' into the text string
1791         describing the -N option so that it is easier to translate into
1792         foreign languages.
1794 2001-12-05  Nick Clifton  <nickc@cambridge.redhat.com>
1796         * emultempl/pe.em (..._list_options): Replace multiple fprintf
1797         statements describing a single option with a single, newline
1798         escaped fprintf.  This allows better translation into other
1799         languages.
1801         * ldmain.c (add_archive_element): Combine multiple strings
1802         into a single string to permit better translation into other
1803         languages.
1805 2001-12-05  Tom Rix  <trix@redhat.com>
1807         * Makefile.am: Remove eaixppc64.
1808         * Makefile.in: Regenerate.
1810 2001-12-04  Tom Rix  <trix@redhat.com>
1812         * emultempl/aix.em (choose_target): Change default target to
1813         OUTPUT_FORMAT for ppcmacos.  Add braces to remove compiler
1814         warning.
1815         (gld*_read_file):  Fix typo.
1816         (change_symbol_mode): Add prototype.
1817         (is_syscall): Same.
1819         * emulparams/aixppc.sh (SYSCALL_MASK, SYMBOL_MODE_MASK): Delete.
1820         * emulparams/aixrs6.sh : Same.
1821         * emulparams/ppcmacos.sh : Same.
1822         * emulparams/aixppc64.sh : Delete file.
1823         * emultempl/aix.em : Formatting changes.
1825 2001-12-04  Hans-Peter Nilsson  <hp@axis.com>
1827         * emulparams/criself.sh (NO_SMALL_DATA): Set, to yes.
1828         (OTHER_BSS_END_SYMBOLS): Don't refer to .sbss when setting
1829         __Sbss.
1830         (OTHER_END_SYMBOLS): Fix formatting.
1831         * emulparams/crislinux.sh (NO_SMALL_DATA): Set, to yes.
1832         (OTHER_END_SYMBOLS): Fix formatting.
1834 2001-12-04  Alan Modra  <amodra@bigpond.net.au>
1836         * ldexp.c (exp_print_token): Correct "table" entry for RSHIFT.
1838 2001-12-02  Tom Rix  <trix@redhat.com>
1840         * configure.tgt : Remove eaixppc64 emulations.
1841         * Makefile.in : Remove eaixppc64.c
1842         * ldemul.c (ldemul_choose_target): New parameters argc, argv.
1843         (ldemul_default_target): Same.
1844         * emultempl/gld960.em (gld960_choose_target):  Same.
1845         * emultempl/gld960c.em (gld960_choose_target):  Same.
1846         * scripttempl/aix.sc: Remove OUTPUT_FORMAT.
1847         * emultempl/aix.em (is_syscall): syscall_mask now a variable.
1848         * emultempl/aix.em (gld*_read_file): symbol_mode_mask now a variable.
1849         * emultempl/aix.em (gld*_parse_args): Handle -b32 -b64 emulation.
1850         * emultempl/aix.em (choose_target): New function.  Handle emulation of
1851         -b32 and -b64.
1853 2001-11-27  H.J. Lu <hjl@gnu.org>
1855         * emulparams/elf_i386.sh (NO_SMALL_DATA): Set to yes.
1856         * emulparams/elf_i386_be.sh (NO_SMALL_DATA): Likewise.
1857         * emulparams/elf_i386_chaos.sh (NO_SMALL_DATA): Likewise.
1858         * emulparams/elf_i386_ldso.sh (NO_SMALL_DATA): Likewise.
1859         * emulparams/elf_x86_64.sh (NO_SMALL_DATA): Likewise.
1860         * emulparams/m68kelf.sh (NO_SMALL_DATA): Likewise.
1861         * emulparams/elf32_sparc.sh (NO_SMALL_DATA): Likewise.
1862         * emulparams/elf64_sparc.sh (NO_SMALL_DATA): Likewise.
1864         * scripttempl/elf.sc (SBSS): New. Define if ${NO_SMALL_DATA}
1865         is not empty.
1866         (SDATA): Likewise.
1867         (REL_SDATA): Likewise.
1868         (REL_SBSS): Likewise.
1869         (REL_SDATA2): Likewise.
1870         (REL_SBSS2): Likewise.
1871         (SBSS2): Define if ${NO_SMALL_DATA} is not empty.
1872         (SDATA2): Likewise.
1874 2001-11-25  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
1876         * scripttempl/elfm68hc11.sc (CTOR, DTOR): Put constructor and
1877         destructor in rom.
1878         * scripttempl/elfm68hc12.sc (CTOR, DTOR): Likewise.
1880 2001-11-22  H.J. Lu  <hjl@gnu.org>
1882         * Makefile.in: Regenerated with automake based on automake
1883         1.4-8 in RedHat 7.1.
1885 2001-11-22  Alan Modra  <amodra@bigpond.net.au>
1887         * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Define.
1888         (config.status): Delete rule.
1889         Add extra dependencies to cover sourced emulparams files.
1890         * Makefile.in: Regenerate.
1892         * scripttempl/elf.sc: Order <section>, <section>.* and
1893         corresponding linkonce sections as seen in input files.
1894         Formatting fixes.  Zero vma of all sections if not relocating.
1895         (STACK): Define and insert if STACK_ADDR defined.
1896         (OTHER_RELOCATING_SECTIONS): Delete.
1897         (OTHER_END_SYMBOLS): Define.
1898         (OTHER_READONLY_SECTIONS): Always insert, not just when relocating.
1899         (OTHER_READWRITE_SECTIONS): Likewise.
1900         (OTHER_GOT_SECTIONS): Likewise.
1901         (OTHER_SDATA_SECTIONS): Likewise.
1902         (OTHER_BSS_SECTIONS): Likewise.
1903         * scripttempl/elfi370.sc (OTHER_READONLY_SECTIONS): Likewise.
1904         (OTHER_READWRITE_SECTIONS): Likewise.
1905         * scripttempl/nw.sc (OTHER_READONLY_SECTIONS): Likewise.
1906         (OTHER_READWRITE_SECTIONS): Likewise
1908         * emulparams/armelf.sh (OTHER_RELOCATING_SECTIONS): Delete.
1909         (STACK_ADDR): Define.
1910         * emulparams/armelf_oabi.sh: As for armelf.sh.
1911         * emulparams/elf32mcore.sh: As for armelf.sh.
1912         * emulparams/h8300elf.sh: As for armelf.sh.
1913         * emulparams/mn10200.sh: As for armelf.sh.
1914         * emulparams/shelf.sh: As for armelf.sh.
1916         * emulparams/elf32fr30.sh (OTHER_RELOCATING_SECTIONS): Delete.
1917         (OTHER_END_SYMBOLS): Define.
1918         * emulparams/m32relf.sh: As for elf32fr30.sh.
1919         * emulparams/h8300helf.sh: As for elf32fr30.sh.
1920         * emulparams/h8300self.sh: As for elf32fr30.sh.
1922         * emulparams/criself.sh (OTHER_READONLY_SECTIONS): Protect symbol
1923         defines with RELOCATING test.
1924         (OTHER_SDATA_SECTIONS): Likewise.
1925         (OTHER_RELOCATING_SECTIONS): Delete, replacing with..
1926         (OTHER_END_SYMBOLS): ..this.
1927         * emulparams/crislinux.sh: As for criself.sh.
1929         * emulparams/elf32bmipn32.sh (OTHER_SDATA_SECTIONS): Zero vma
1930         if not relocating.
1931         (OTHER_RELOCATING_SECTIONS): Delete, replacing with..
1932         (OTHER_SECTIONS): ..this.  Zero vma if not relocating.  Order
1933         normal and linkonce sections as seen in input files.
1934         * emulparams/elf32bmip.sh (DATA_ADDR): Don't define if EMBEDDED.
1935         (TEXT_DYNAMIC): Likewise.
1936         (INITIAL_READONLY_SECTIONS): Zero vma if not relocating.
1937         (OTHER_SDATA_SECTIONS): Likewise.
1938         * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
1939         * emulparams/shlelf_linux.sh (OTHER_READWRITE_SECTIONS): Likewise.
1940         * emulparams/elf64alpha.sh (OTHER_READONLY_SECTIONS): Likewise.
1941         * emulparams/hppalinux.sh (OTHER_READONLY_SECTIONS): Likewise.
1942         * emulparams/elf64_aix.sh (OTHER_GOT_SECTIONS): Likewise.
1943         (OTHER_PLT_RELOC_SECTIONS): Likewise.
1944         (OTHER_READONLY_SECTIONS): Likewise.  Order normal and linkonce
1945         sections as seen in input files.
1946         * emulparams/elf64_ia64.sh: As for emulparams/elf64_aix.sh.
1947         * emulparams/hppa64linux.sh (OTHER_READONLY_SECTIONS): Zero vma
1948         if not relocating.
1949         (OTHER_READWRITE_SECTIONS, OTHER_BSS_SECTIONS): Likewise.
1950         (OTHER_BSS_END_SYMBOLS): Merge from elf64hppa.sh.
1951         * emulparams/elf64mmix.sh (OTHER_RELOCATING_SECTIONS): Delete.
1952         (OTHER_SECTIONS): Instead, use this..
1953         (OTHER_END_SYMBOLS): ..and this.
1955         * emulparams/elf32b4300.sh: Source elf32bmip.sh, remove duplicates.
1956         * emulparams/elf32bsmip.sh: Likewise.
1957         * emulparams/elf32btsmip.sh: Likewise.
1958         * emulparams/elf32ebmip.sh: Likewise.
1959         * emulparams/elf32lmip.sh: Likewise.
1960         * emulparams/elf32elmip.sh: Source elf32lmip.sh, remove duplicates.
1961         * emulparams/elf32lsmip.sh: Likewise.
1962         * emulparams/elf32ltsmip.sh: Source elf32btsmip.sh, remove duplicates.
1963         * emulparams/elf32l4300.sh: Source elf32b4300.sh, remove duplicates.
1964         * emulparams/elf64bmip.sh: Source elf32bmipn32.sh, remove duplicates.
1965         * emulparams/elf64btsmip.sh: Likewise.
1966         * emulparams/elf64ltsmip.sh: Source elf64btsmip.sh, remove duplicates.
1967         * emulparams/elf32lppc.sh: Source elf32ppc.sh, remove duplicates.
1968         * emulparams/elf32ppclinux.sh: Likewise.
1969         * emulparams/elf32ppcsim.sh: Likewise.
1970         * emulparams/elf32lppcsim.sh: Source elf32lppc.sh, remove duplicates.
1971         * emulparams/elf64hppa.sh: Source hppa64linux.sh, remove duplicates.
1972         * emulparams/h8300helf.sh: Source h8300elf.sh, remove duplicates.
1973         * emulparams/h8300self.sh: Likewise.
1974         * emulparams/mn10300.sh: Source mn10200.sh, remove duplicates.
1975         * emulparams/sh.sh: Comment.
1976         * emulparams/shl.sh: Source sh.sh, remove duplicates.
1977         * emulparams/shlelf.sh: Source shelf.sh, remove duplicates.
1978         * emulparams/shelf_linux.sh: Source shlelf_linux.sh, remove duplicates.
1980 2001-11-21  David Heine <dlheine@tensilica.com>
1981             Alan Modra  <amodra@bigpond.net.au>
1983         * ldlang.c (map_input_to_output_sections): Replace "break"
1984         accidentally removed with 2001-08-03 change.
1985         (lang_gc_sections_1): Likewise.
1987 2001-11-21  Alan Modra  <amodra@bigpond.net.au>
1989         * ldlang.c (walk_wild_section): Move sec == NULL case out of loop.
1991 2001-11-20  Angela Marie Thomas <angela@redhat.com>
1993         * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Use NULL instead
1994         of false when calling lang_size_sections.
1995         * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
1997 2001-11-15  Alan Modra  <amodra@bigpond.net.au>
1999         * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Only emit this
2000         function when LDEMUL_FINISH isn't set to the same name.  Don't
2001         call ${LDEMUL_FINISH}.
2002         (ld_${EMULATION_NAME}_emulation): Call $LDEMUL_FINISH if defined.
2003         * emultempl/armelf.em (arm_elf_finish): Call
2004         gld${EMULATION_NAME}_finish.
2005         * emultempl/hppaelf.em (hppaelf_finish): Rename to
2006         gld${EMULATION_NAME}_finish.  Call bfd_elf32_discard_info and
2007         hppaelf_layout_sections_again if necessary.
2008         (need_laying_out): New var.
2009         (hppaelf_layaout_sections_again): Rename to
2010         hppaelf_layout_sections_again.  Clear need_laying_out.
2011         (PARSE_AND_LIST_OPTIONS): Format text.
2013 2001-11-14  H.J. Lu  <hjl@gnu.org>
2015         * emultempl/armelf.em (arm_elf_finish): Renamed from
2016         gld${EMULATION_NAME}_finish.
2017         (LDEMUL_FINISH): Set to arm_elf_finish.
2019 2001-11-14  Daniel Jacobowitz  <drow@mvista.com>
2021         * emultempl/elf32.em (gld${EMULATION_NAME}_finish): New.
2022         (struct ld_emulation_xfer_struct): Use it.
2024 2001-11-13  Ross Alexander <ross.alexander@uk.neceur.com>
2026         * emulparams/elf64hppa.sh (OTHER_BSS_END_SYMBOLS): Add
2027         additional symbols referenced by newer crt0.o files from HP.
2029 2001-11-12  Anthony Green  <green@redhat.com>
2031         * emulparams/armelf.sh (DATA_START_SYMBOLS): New symbol.
2033 2001-11-12  Alfred M. Szmidt  <ams@kemisten.nu>
2035         * Makefile.am (GENSCRIPTS): Quote ${exec_prefix}.
2036         * Makefile.in: Regenerate.
2038 2001-11-02  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
2040         * ld.texinfo: Use @command for commands, @option for options.
2041         * Makefile.am (POD2MAN): Use 'GNU Development Tools' for
2042         the page man title.
2043         * Makefile.in: Rebuild.
2045 2001-11-04  Chris Demetriou  <cgd@broadcom.com>
2047         * configure.tgt (mips*el-*-netbsd*, mips*-*-netbsd*):
2048         Add support for targets.
2050 2001-11-02  Nick Clifton  <nickc@cambridge.redhat.com>
2052         * configure.in (ALL_LINGUAS): Add "fr" and "sv"
2053         * configure: Regernate.
2054         * po/fr.po: New file.
2055         * po/sv.po: New file.
2057 2001-11-01  NIIBE Yutaka  <gniibe@m17n.org>
2059         * configure.tgt (sh-*-linux): Set targ_emul, targ_extra_emuls
2060         as little endian default and to support big endian.
2062 2001-11-01  Chris Demetriou  <cgd@broadcom.com>
2064         * ld.texinfo (Options): Document new option, -nostdlib.
2065         * lexsup.c (OPTION_NOSTDLIB): New definition.
2066         (ld_options): Add entry for "nostdlib".
2067         (parse_args): Handle OPTIONS_NOSTDLIB.
2068         * ldfile.c (ldfile_add_library_path): Don't add directories
2069         to the search path if they weren't specified on the command line
2070         and -nostdlib was specified.
2071         * ld.h (ld_config_type): New member only_cmd_line_lib_dirs.
2073 2001-10-31  Nick Clifton  <nickc@cambridge.redhat.com>
2075         * lexsup.c (parse_args): Prevent infinite parsing loop when
2076         "-rpath.a" is specified on the command line.
2077         Replace calls to fprintf with calls to einfo.
2079 2001-10-31  John Marshall  <jmarshall@acm.org>
2081         * ld.texinfo: A historical requirement that MEMORY and SECTIONS
2082         appear only once across all the linker scripts involved in a link
2083         invocation no longer applies.  Make the documentation reflect
2084         that.
2086 2001-10-31  NIIBE Yutaka  <gniibe@m17n.org>
2088         * configure.tgt: Supports sh3/sh4/sh3eb/sh4eb-unknown-linux-gnu
2089         targets.
2090         (sh-*-linux*): Added targ_extra_libpath.
2092 2001-10-31  David Heine  <dlheine@tensilica.com>
2094         * ldlang.c (lang_size_sections): Keep a valid output_offset field
2095         for padding statements.
2097 2001-10-30  Hans-Peter Nilsson  <hp@bitrange.com>
2099         * configure.tgt (mmix-*-*): New target.
2100         * Makefile.am (ALL_EMULATIONS): Add eelf64mmix.o and emmo.o.
2101         Add dependencies to match.
2102         * emulparams/mmo.sh, emulparams/elf64mmix.sh, emultempl/mmo.em,
2103         emultempl/mmix-elfnmmo.em, emultempl/mmixelf.em,
2104         scripttempl/mmo.sc: New files.
2105         * gen-doc.texi: @set MMIX.
2106         * ld.texinfo: Ditto.
2107         [MMIX] Add MMIX node.
2108         * Makefile.in: Regenerate.
2110 2001-10-29  Kazu Hirata  <kazu@hxi.com>
2112         * ldlang.c: Fix a comment typo.
2114 2001-10-23  Alan Modra  <amodra@bigpond.net.au>
2116         * configure.host: Move alpha*-*-linux-gnu* entry to generic
2117         entries, and match *-*-linux*.
2119 2001-10-20  Alan Modra  <amodra@bigpond.net.au>
2121         * ldgram.y (mri_script_command): Surround processing of INCLUDE
2122         with ldlex_script, ldlex_popstate.
2123         (ifile_p1): Likewise.
2124         * ldlex.l (EOF): Don't BEGIN(SCRIPT).  Restore lineno from the
2125         correct slot.
2126         (lex_push_file): Save current lineno to lineno_stack.  Set lineno
2127         to 1.  Don't BEGIN(SCRIPT).
2128         (lex_redirect): Similarly.
2129         * ldmain.c (main): Set yydebug non-zero if YYDEBUG.
2131 2001-10-20  Nick Clifton  <nickc@cambridge.redhat.com>
2133         * scripttempl/armcoff.sc: Define __EH_FRAME_BEGIN__ and
2134         __EH_FRAME_END__ and accept eh frames into data section.
2135         Add ctor and dtor sections.
2137 2001-10-19  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
2139         * pe-dll.c (autofilter_objectlist): Add gcrt0.o.
2140         (auto-export): Fix indentation.
2142 2001-10-18  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
2144         * pe-dll.c (autofilter_objectlist):  Add startup objects
2145         for profiling.
2146         (auto-export): Constify char * p.
2147         Extract file basename and use strcmp rather than ststr
2148         for object lookup.
2150 2001-10-18  Chris Demetriou  <cgd@broadcom.com>
2152         * ldmain.c (get_emulation): Improve comment about the handling
2153         of -mipsN options.
2155 2001-10-17  Alan Modra  <amodra@bigpond.net.au>
2157         * po/POTFILES.in: Regenerate.
2159 2001-10-16  Vassili Karpov  <malc@pulsesoft.com>
2161         * emultempl/elf32.em (gld*_list_options): Remove extra '\t' from
2162         -z nocopyreloc and -z nocombreloc usage strings.
2164 2001-10-12  Vassili Karpov  <malc@pulsesoft.com>
2166         * emultempl/elf32.em (gld*_list_options): Include -z nocopyreloc
2167         in usage.
2169 2001-10-11  Aleksey Romanov <aromanov@ennovatenetworks.com>
2171         * scripttempl/armaout.sc: Place .bss section after end of aligned
2172         data section to match behaviour of aout code in constructrion of
2173         header.
2175 2001-10-11  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
2177         * pe-dll.c (autofilter_entry_type autofilter_liblist: Add
2178         startup files for mingw32 dlls to list.
2180 2001-10-10  Chris Demetriou  <cgd@broadcom.com>
2182         * emultempl/elf32.em: Fix shell 'if' usage for portability.
2184 2001-10-08  Aldy Hernandez  <aldyh@redhat.com>
2186         * configure.tgt (targ): Add arm9e-*-elf.
2188 2001-10-05  H.J. Lu  <hjl@gnu.org>
2190         * genscripts.sh: Fix a typo in the last change.
2192 2001-10-05  Jakub Jelinek  <jakub@redhat.com>
2194         * emultempl/elf32.em (gld_*_list_options): Include -z combreloc and
2195         -z nocombreloc in usage.
2197 2001-10-03  Jim Blandy  <jimb@redhat.com>
2199         * genscripts.sh: Include a comment at the top of each generated
2200         script, explaining its purpose.
2202 2001-10-03  Vassili Karpov  <malc@pulsesoft.com>
2204         * emultempl/elf32.em (parse_args): Handle -z nocopyreloc.
2205         * NEWS: Mention -z nocopyreloc.
2206         * ld.texinfo (Options): Describe nocopyreloc.
2208 2001-10-03  Alan Modra  <amodra@bigpond.net.au>
2210         * configure: Regenerate.
2212 2001-10-02  Alan Modra  <amodra@bigpond.net.au>
2214         * ldver.h (ld_program_version): Remove declaration.
2215         * lexsup.c (parse_args): Move printing of copyright message..
2216         * ldver.c (ldversion): .. to here.
2217         Use BFD_VERSION_STRING in place of BFD_VERSION.
2218         (ld_program_version): Remove.
2219         * Makefile.am (Makefile): Depend on bfd/configure.in.
2220         Run "make dep-am".
2221         * Makefile.in: Regenerate.
2223 2001-09-30  Hans-Peter Nilsson  <hp@bitrange.com>
2225         * Makefile.am: Update dependencies with "make dep-am".
2226         * Makefile.in: Regenerate.
2228 2001-09-29  John Reiser  <jreiser@BitWagon.com>
2230         * ldlang.c (lang_common): Conditionally inhibit Common allocation.
2231         * lexsup.c: Add --no-define-common commandline option.
2232         * ldgram.y: Add INHIBIT_COMMON_ALLOCATION script command.
2233         * ldlex.l: Likewise.
2234         * ld.h: Add command_line.inhibit_common_definition.
2235         * ldmain.c (main): Initialize.
2236         * ld.texinfo: Document.
2238 2001-09-29  Alan Modra  <amodra@bigpond.net.au>
2240         * ldlang.c (section_already_linked): Remove assignment to kept_section.
2242 2001-09-26  Alan Modra  <amodra@bigpond.net.au>
2244         * ldmisc.c (USE_STDARG): Remove.
2245         (info_msg): Define using VPARAMS, VA_OPEN, VA_FIXEDARG, VA_CLOSE.
2246         (einfo): Likewise.
2247         (minfo): Likewise.
2248         (lfinfo): Likewise.
2250         * ldmisc.h: Remove #ifdef ANSI_PROTOTYPES and non-ansi
2251         declarations.  Update copyright.
2253 2001-09-24  Charles Wilson  <cwilson@ece.gatech.edu>
2255         * pe-dll.c: Remove obsoleted declaration of
2256         pe_get_data_import_dll_name.
2257         (pe_create_import_fixup): Fix thinko.
2259         * ld.texinfo(enable-auto-import): Clarify the explanation.
2261 2001-09-24  Nick Clifton  <nickc@cambridge.redhat.com>
2263         * pe-dll.c (pe_create_import_fixup): Revert previous patch.
2264         * emultemp/pe.em (pe_data_import_dll): Move definition outside of
2265         DLL_SUPPORT controlled code.
2267 2001-09-24  Charles Wilson  <cwilson@ece.gatech.edu>
2269         * emultempl/pe.em(pe_data_import_dll): Make static.
2270         (pe_get_data_import_dll_name): New accessor function.
2271         * pe-dll.c(pe_create_import_fixup): call
2272         pe_get_data_import_dll_name() from pe.em, instead of
2273         directly accessing pe_data_import_dll variable from pe.em.
2275 2001-09-18  Bruno Haible  <haible@clisp.cons.org>
2277         * deffilep.y: Include "safe-ctype.h" instead of <ctype.h>.
2278         (def_file_add_directive): Use ISSPACE instead of isspace.
2279         (def_lex): Use ISDIGIT/ISXDIGIT/ISALPHA/ISALNUM instead of
2280         isdigit/isxdigit/isalpha/isalnum.
2281         * emultempl/aix.em: Include "safe-ctype.h" instead of <ctype.h>.
2282         (gld${EMULATION_NAME}_read_file): Use ISSPACE instead of isspace.
2283         * emultempl/elf32.em: Include "safe-ctype.h" instead of <ctype.h>.
2284         (gld${EMULATION_NAME}_place_orphan): Use ISALNUM instead of
2285         isalnum.
2286         * emultempl/gld960c.em: Include "safe-ctype.h" instead of <ctype.h>.
2287         (gld960_set_output_arch): Use ISUPPER/TOLOWER instead of
2288         isupper/tolower.
2289         * emultempl/sunos.em: Include "safe-ctype.h" instead of <ctype.h>.
2290         (gld${EMULATION_NAME}_search_dir): Use ISDIGIT instead of isdigit.
2291         * ldctor.c: Include "safe-ctype.h" instead of <ctype.h>.
2292         (ctor_prio): Use ISDIGIT instead of isdigit.
2293         * ldfile.c: Include "safe-ctype.h" instead of <ctype.h>.
2294         (ldfile_open_file_search): Use ISALPHA instead of isalpha.
2295         (ldfile_add_arch): Use ISUPPER/TOLOWER instead of
2296         isupper/tolower.
2297         * ldlang.c: Include "safe-ctype.h" instead of <ctype.h>.
2298         (stricpy): Use TOLOWER instead of isupper/tolower.
2299         (lang_leave_overlay_section): Use ISALNUM instead of isalnum.
2300         * ldlex.l: Include "safe-ctype.h" instead of <ctype.h>.
2301         (lex_warn_invalid): Use ISPRINT instead of isprint.
2302         * ldmain.c: Include "safe-ctype.h" instead of <ctype.h>.
2303         (main): For gettext, also set the LC_CTYPE locate facet.
2304         (add_keepsyms_file): Use ISSPACE instead of isspace.
2305         * lexsup.c: Include "safe-ctype.h" instead of <ctype.h>.
2306         (is_num, parse_args): Use ISDIGIT instead of isdigit.
2307         * mpw-elfmips.c: Include "safe-ctype.h" instead of <ctype.h>.
2308         (gldelf32ebmip_place_orphan): Use ISALNUM instead of isalnum.
2309         * mpw-eppcmac.c: Include "safe-ctype.h" instead of <ctype.h>.
2310         (gldppcmacos_read_file): Use ISSPACE instead of isspace.
2311         * pe-dll.c: Include "safe-ctype.h" instead of <ctype.h>.
2312         (quoteput): Use ISSPACE instead of isspace.
2313         (pe_dll_generate_implib, pe_process_import_defs): Use ISALNUM
2314         instead of isalnum.
2316 2001-09-18  Alan Modra  <amodra@bigpond.net.au>
2318         * deffilep.y (def_stash_module): Constify "name" param.
2320         * pe-dll.c: Replace CONST with const throughout.
2321         (quick_symbol): Constify "n1", "n2", "n3" params.
2322         (make_singleton_name_thunk): Constify "import" param.  Make
2323         "buffer_len" a size_t.
2324         (make_import_fixup_entry): Constify "name", "fixup_name",
2325         "dll_symname" params.
2326         (pe_get16): Cast args of bfd_seek.  Replace bfd_read with bfd_bread.
2327         (pe_get32): Likewise.
2328         (pe_implied_import_dll): Likewise.
2330         * emultempl/beos.em (sort_by_file_name): Constify "ra", "rb".
2331         (sort_by_section_name): Likewise.
2333         * emultempl/pe.em: Move defines for arm_epoc_pe before bfd.h included.
2334         (make_import_fixup): Cast printf arg, rel->address to long rather
2335         than int.
2336         (gld_${EMULATION_NAME}_after_open): Don't compare NULL against int.
2338 2001-09-15  Alan Modra  <amodra@bigpond.net.au>
2340         * ldmain.c (main): Rename BufferSize to ld_bufsz because HPUX
2341         defines BufferSize.  Increase buffer size by one.
2343 2001-09-14  Ralf Habacker <Ralf.Habacker@freenet.de>
2345         * pe-dll.c (pe_walk_relocs_of_symbol): Fix memory leak.
2347 2001-09-14  Kevin Lo <kevlo@openbsd.org>
2349         * configure.tgt: Add arm-openbsd target.
2351 2001-09-12  H.J. Lu  <hjl@gnu.org>
2353         * Makefile.am (ALL_EMULATIONS): Move eelf64ppc.o and
2354         eelf64lppc.o to ...
2355         (ALL_64_EMULATIONS): Here.
2356         * Makefile.in: Regenerated.
2358 2001-09-12  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
2360         * emultempl/pe.em(make_import_fixup): change signature to
2361         take asection as well as arelec; we need this for proper
2362         error reporting.  Only call pe_create_import_fixup() if
2363         there is no attempt to add a constant addend to the reloc;
2364         otherwise, report error condition.
2365         * pe-dll.c(pe_walk_relocs_of_symbol): change signature,
2366         since final argument is a pointer to make_import_fixup().
2367         Change call to cb() to match make_import_fixup() signature.
2368         (make_import_fixup_mark): make buffer_len unsigned.
2369         * pe-dll.h: change signature of pe_walk_relocs_of_symbol.
2371 2001-09-12  Charles Wilson  <cwilson@ece.gatech.edu>
2373         * ld.texinfo: add verbose documentation for auto-import
2374         direct-addressing workaround, to compliment the terse
2375         error message.
2377 2001-09-12  Andrew MacLeod  <amacleod@redhat.com>
2379         * scripttempl/v850.sc: Add gcc_except_table sections.
2381 2001-09-11  Jeffrey A Law  (law@cygnus.com)
2383         * emulparams/h8300helf.sh: Move stack to a much higher memory address.
2384         * emulparams/h8300self.sh: Similarly.
2386 2001-09-05 Danny Smith <dannysmith@users.souceforge.net>
2388         * ld.texinfo (Options, --stack): Correct default value for stack
2389         reserve.
2391 2001-09-05  Tom Rix <trix@redhat.com>
2393         * emultempl/aix.em : Handle import file XMC_XO and syscall symbols.
2395 2001-09-03  Andreas Jaeger  <aj@suse.de>
2397         * emultempl/beos.em: Declare prototypes for comparions functions,
2398         adjust definitions.
2400 2001-09-02  Andreas Jaeger  <aj@suse.de>
2402         * emultempl/aix.em: Add missing prototype.
2403         * emultempl/lnk960.em: Likewise.
2404         * emultempl/vanilla.em: Likewise.
2405         * emultempl/armcoff.em: Likewise.
2406         * emultempl/armelf_oabi.em: Likewise.
2407         * emultempl/beos.em: Likewise.
2408         * emultempl/gld960c.em: Likewise.
2409         * emultempl/gld960.em: Likewise.
2411         * emulparams/elf64alpha.sh (PARSE_AND_LIST_PROLOGUE): Add parameter
2412         for prototype declaration.
2414 2001-08-31  Eric Christopher  <echristo@redhat.com>
2415             Jason Eckhardt  <jle@redhat.com>
2417         * ldmain.c (get_emulation): Add support for -mips32 and -mips64.
2419 2001-08-31  Andreas Jaeger  <aj@suse.de>
2421         * emultempl/pe.em: Add missing prototypes.
2422         (gld_${EMULATION_NAME}_after_open): Remove extra args to
2423         pe_find_data_imports.
2424         (pr_sym): Add unused attribute.
2426 2001-08-29  Joel Sherrill <joel@OARcorp.com>
2428         * configure.tgt (i[3456]86-*-rtems*, m68*-*-rtems*): Change
2429         default from coff to elf.
2431 2001-08-29  Jeff Law <law@redhat.com>
2433         * emulparams/h8300helf.sh: Resync with h8300elf.sh.  Update
2434         ARCH specification.
2435         * emulparams/h8300self.sh: Similarly.
2437 2001-08-28  J"orn Rennecke <amylaar@redhat.com>
2439         * Makefile.am (ALL_EMULATIONS): Add eh8300elf.o, eh8300elf.o and
2440         eh8300self.o .
2441         (eh8300elf.c, eh8300helf.c, eh8300self.c): New targets.
2442         * configure.tgt (h8300-*-elf*): New case.
2443         * emulparams/h8300elf.sh, emulparams/h8300helf.sh: New files.
2444         * emulparams/h8300self.sh: New file.
2445         * Makefile.in: Regenerated.
2447 2001-08-28  Nick Clifton  <nickc@cambridge.redhat.com>
2449         * ldmain.c (main): Rename BSIZE to BufferSize to avoid collision
2450         with macro name.
2452 2001-08-27  Linus Nordberg  <linus@swox.com>
2453             Alan Modra  <amodra@bigpond.net.au>
2455         * Makefile.am (ALL_EMULATIONS): Add eelf64ppc.o and eelf64lppc.o.
2456         (eelf64ppc.c, eelf64lppc.c): Add make targets.
2457         Run "make dep-am"
2458         * Makefile.in: Regenerate.
2459         * configure.tgt: Add powerpc64 support.  Move pdp11, pjl, pj
2460         entries to correct alphabetical position.
2461         * emulparams/elf64ppc.sh: New.
2462         * emulparams/elf64lppc.sh: New.
2464 2001-08-27  Nick Clifton  <nickc@cambridge.redhat.com>
2466         * ldmain.c (main): Declare BSIZE as static.
2468 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
2470         * emultempl/elf32.em (place_orphan): Place orphan .rel* sections
2471         into .rel.dyn resp. .rela.dyn if combreloc.
2472         (get_script): If .x linker script is equal to .xn, only put it
2473         once into the binary.
2474         Add .xc and .xsc scripts.
2475         (parse_args): Handle -z combreloc and -z nocombreloc.
2476         * scripttempl/elf.sc (.rela.sbss): Fix a typo.
2477         For .xc and .xsc scripts put all .rel* or .rela* input sections
2478         but .rel*.plt and PLT-like sections into .rel.dyn resp. .rela.dyn.
2479         * genscripts.sh (GENERATE_COMBRELOC_SCRIPT): Set if SCRIPT_NAME
2480         is elf.
2481         Strip trailing whitespace from script.
2482         Generate .xc and .xsc scripts if requested.
2483         * ldmain.c (main): Initialize link_info.combreloc and
2484         link_info.spare_dynamic_tags.
2485         * lexsup.c (OPTION_SPARE_DYNAMIC_TAGS): Define.
2486         (ld_options): Add --spare-dynamic-tags option.
2487         (parse_args): Likewise.
2488         * ld.texinfo: Document -z combreloc and -z nocombreloc.
2489         * ldint.texinfo: Document .xc and .xsc linker scripts.
2490         * NEWS: Add notes about -z combreloc and SHF_MERGE.
2492 2001-08-22  H.J. Lu  <hjl@gnu.org>
2494         * emulparams/elf32fr30.sh: Add a newline.
2496 2001-08-21  Andreas Jaeger  <aj@suse.de>
2498         * deffilep.y: Add missing prototypes.
2499         * pe-dll.c: Likewise.
2501 2001-08-20  Alan Modra  <amodra@bigpond.net.au>
2503         * ldlang.c (insert_pad): Fix typos in last patch.
2505         * ldlang.c: When traversing lang_statement_union_type lists,
2506         consistently use "header.next" rather than "next".
2507         * mpw-eppcmac.c: Likewise.
2508         * emultempl/beos.em: Likewise.
2509         * emultempl/hppaelf.em: Likewise.
2510         * emultempl/pe.em: Likewise.
2511         * ldlang.h (union lang_statement_union): Remove "next" field.
2513         * ldlang.c (insert_pad): Use offsetof macro.
2514         (lang_size_sections): Always neuter padding statements.
2515         * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Delete.
2517         * pe-dll.c (pe_dll_fill_sections): Correct type of "relax" param
2518         passed to lang_size_sections.
2519         (pe_exe_fill_sections): Likewise.
2520         * emultempl/pe.em (output_prev_sec_find): Copied from elf32.em.
2521         (gld_${EMULATION_NAME}_place_orphan): Merge from elf32.em.
2523 2001-08-18  Alan Modra  <amodra@bigpond.net.au>
2525         * emultempl/aix.em: Formatting fixes.
2527 2001-08-18  Alan Modra  <amodra@bigpond.net.au>
2529         * ldlang.c (insert_pad): Make use of an existing pad statement if
2530         available.  Move code calculating alignment, adjusting section
2531         alignment power, and adjusting dot to ..
2532         (size_input_section): .. here.  Remove unused relax param.
2533         (lang_size_sections): Change boolean `relax' param to boolean *.
2534         Adjust call to size_input_section.  Make use of insert_pad to
2535         place pad after the assignment statement.  If relaxing, zap
2536         padding statements.
2537         (reset_memory_regions): Reset output_bfd section sizes too.
2538         (relax_again): Move to..
2539         (lang_process): ..here.  Adjust call to lang_size_sections, and
2540         remove duplicated code.
2541         * ldlang.h (lang_size_sections): Change `relax' param to boolean *.
2543 2001-08-17  Alan Modra  <amodra@bigpond.net.au>
2545         * ld.texinfo: Document that fill values now use the four least
2546         significant bytes.
2547         * emulparams/elf32fr30.sh (NOP): Update.
2548         * emulparams/elf32mcore.sh: Likewise.
2549         * emulparams/elf64_s390.sh: Likewise.
2550         * emulparams/elf_i386.sh: Likewise.
2551         * emulparams/elf_i386_be.sh: Likewise.
2552         * emulparams/elf_i386_chaos.sh: Likewise.
2553         * emulparams/elf_i386_ldso.sh: Likewise.
2554         * emulparams/elf_s390.sh: Likewise.
2555         * emulparams/elf_x86_64.sh: Likewise.
2556         * emulparams/i386moss.sh: Likewise.
2557         * emulparams/i386nw.sh: Likewise.
2558         * emulparams/m68kelf.sh: Likewise.
2559         * scripttempl/elf.sc: Update NOP comment.
2560         * scripttempl/elfi370.sc: Likewise.
2561         * scripttempl/elfm68hc11.sc: Likewise.
2562         * scripttempl/elfm68hc12.sc: Likewise.
2563         * scripttempl/nw.sc: Likewise.
2565 2001-08-15  Tom Rix <trix@redhat.com>
2567         * ldgram.y (saved_script_handle): Initialize to NULL.
2568         * ldmain.c (main): Change check on saved_script_handle.
2570 2001-08-14  Alan Modra  <amodra@bigpond.net.au>
2572         * emultempl/elf32.em: Formatting fixes.
2573         (output_prev_sec_find): Test for bfd_ind_section too;  do so by
2574         looking at sec->owner.
2575         (output_rel_find): Move function inside LDEMUL_PLACE_ORPHAN test.
2576         (gld${EMULATION_NAME}_place_orphan): Add a few comments.  Remove
2577         unused code, and reorganize orphan section placement code.
2579         * ldlang.c (wild_doit): Rename to lang_add_section.
2580         * ldlang.h: Here too.
2581         * mpw-elfmips.c: And here.
2582         * emultempl/beos.em: And here.
2583         * emultempl/elf32.em: And here.
2584         * emultempl/hppaelf.em: And here.
2585         * emultempl/pe.em: And here.
2587 2001-08-13  Richard Henderson  <rth@redhat.com>
2589         * emultempl/needrelax.em: New file.
2590         * emulparams/elf64_ia64.sh (EXTRA_EM_FILE): Reference it.
2591         * Makefile.am (eelf64_ia64.c): Depend on it.
2592         * Makefile.in: Rebuild.
2594 2001-08-13  Alan Modra  <amodra@bigpond.net.au>
2596         * emultempl/elf32.em: For SEC_EXCLUDE sections, ensure that
2597         output_section is set non-NULL.
2599         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Return
2600         `true' for SEC_EXCLUDE sections so that the generic code doesn't
2601         needlessly create an output_section_statement.  Treat a correctly
2602         named output_section_statement with NULL bfd_section as compatible.
2604 2001-08-13  Hans-Peter Nilsson  <hp@bitrange.com>
2606         * emultempl/generic.em: Support EXTRA_EM_FILE.
2607         (ld_${EMULATION_NAME}_emulation): Support emulation parameters
2608         LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
2609         LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
2610         LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
2611         LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
2612         LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
2613         LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
2614         LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
2615         LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
2616         LDEMUL_FIND_POTENTIAL_LIBRARIES.
2618 2001-08-12  Richard Henderson  <rth@redhat.com>
2620         * scripttempl/elf.sc, scripttempl/elfd30v.sc,
2621         scripttempl/elfm68hc11.sc, scripttempl/elfm68hc12.sc,
2622         scripttempl/v850.sc: Keep .jcr data.
2624 2001-08-12  H.J. Lu  <hjl@gnu.org>
2625             Andrew Haley  <aph@cambridge.redhat.com>
2626             Nick Clifton  <nickc@redhat.com>
2628         * ldgram.y (had_script): Change name to saved_script_handle.
2629         Change type to file handle.
2630         * ld.h (had_script): Rename and retype.
2631         * ldfile.c (ldfile_open_command_file): Save the file handle
2632         used in saved_script_handle.
2633         * lexsup.c (parse_args): Do not allow -c option to alter
2634         saved_script_handle.
2635         * ldmain.c (main): Print out the linker script used if
2636         --verbose is given.  Check saved_script_handle to obtain the
2637         external linker script used, or if NULL, dump the builtin
2638         script.
2639         * ld.texinfo: Document that --verbose now dumps the linker
2640         script used, regardless of whether it was an internal or an
2641         external script.
2643 2001-08-10  Andreas Jaeger  <aj@suse.de>
2645         * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
2646         to build warnings.
2647         * configure: Regenerate.
2649 2001-08-09  Alan Modra  <amodra@bigpond.net.au>
2651         * emultempl/elf32.em (output_prev_sec_find): Add missing prototype.
2653         * scripttempl/elf.sc: Move non-text .dynamic section before
2654         .plt/.got/.sdata* group.
2655         (OTHER_GOT_SECTIONS): Move to immediately after .got.
2656         (OTHER_SDATA_SECTIONS): Add.
2657         * emulparams/criself.sh: Use OTHER_SDATA_SECTIONS rather than
2658         OTHER_GOT_SECTIONS.
2659         * emulparams/crislinux.sh: Likewise.
2660         * emulparams/elf32b4300.sh: Likewise.
2661         * emulparams/elf32bmip.sh: Likewise.
2662         * emulparams/elf32bmipn32.sh: Likewise.
2663         * emulparams/elf32bsmip.sh: Likewise.
2664         * emulparams/elf32btsmip.sh: Likewise.
2665         * emulparams/elf32ebmip.sh: Likewise.
2666         * emulparams/elf32elmip.sh: Likewise.
2667         * emulparams/elf32l4300.sh: Likewise.
2668         * emulparams/elf32lmip.sh: Likewise.
2669         * emulparams/elf32lsmip.sh: Likewise.
2670         * emulparams/elf32ltsmip.sh: Likewise.
2671         * emulparams/elf64bmip.sh: Likewise.
2672         * emulparams/elf64btsmip.sh: Likewise.
2673         * emulparams/elf64ltsmip.sh: Likewise.
2675 2001-08-08  Alan Modra  <amodra@bigpond.net.au>
2677         * genscripts.sh: Source the emulparams script before each output
2678         script is generated so that variables like `RELOCATING' may affect
2679         variables defined in the emulparams script.
2681 2001-08-04  Alan Modra  <amodra@bigpond.net.au>
2683         * emultempl/aix.em: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this
2684         order.
2686         * emultempl/beos.em (sort_sections): Modify for 2001-08-03 change,
2687         ie. iterate over wild_statement.section_list.
2688         (gld${EMULATION_NAME}_place_orphan): Likewise.
2690 2001-08-03  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
2692         * scripttempl/elfm68hc12.sc (FINISH_CODE, FINISH_RELOC): New to handle
2693         .fini[0-4] sections used by _exit
2694         (CTOR, DTOR): Export ctor/dtor symbols; move them to ROM.
2695         (*.text,*.data,*.bss): Take into account .text.*, .data.*, .bss.*.
2696         * scripttempl/elfm68hc11.sc: Likewise.
2698 2001-08-03  H.J. Lu  <hjl@gnu.org>
2700         * emultempl/beos.em (init): Add the missing initialization.
2702 2001-08-03  Alan Modra  <amodra@bigpond.net.au>
2704         * ld.texinfo (Input Section Basics): Clarify ordering of output
2705         sections.
2706         * ldlang.c (callback_t): Add wildcard_list param.
2707         (walk_wild_section): Remove "section" param.  Rewrite for
2708         lang_wild_statement_type change.  Remove unique_section_p test.
2709         (walk_wild_file): Remove "section" param.
2710         (walk_wild): Remove "section" and "file" params.
2711         (lang_gc_wild): Likewise.
2712         (wild): Likewise.  Modify for lang_wild_statement_type change.
2713         (wild_sort): Likewise.  Add "sec" param.
2714         (gc_section_callback): Likewise.
2715         (output_section_callback): Likewise.  Do unique_section_p test.
2716         (map_input_to_output_sections): Modify call to wild.
2717         (lang_gc_sections_1): Likewise.
2718         (print_wild_statement): Modify for lang_wild_statement_type
2719         change.
2720         (lang_add_wild): Replace filename, filenames_sorted param with
2721         filespec.  Replace section_name, sections_sorted,
2722         exclude_filename_list with section_list.
2723         * ldlang.h (lang_add_wild): Here too.
2724         (lang_wild_statement_type): Replace section_name, sections_sorted,
2725         and exclude_filename_list with section_list.
2726         * ldgram.y (current_file): Delete.
2727         (%union): Add wildcard_list.
2728         (file_NAME_list): Set type to wildcard_list.  Build a linked list
2729         rather than calling lang_add_wild for each entry.
2730         (input_section_spec_no_keep): Call lang_add_wild here instead.
2731         * ld.h (struct wildcard_list): Declare.
2732         * mri.c (mri_draw_tree): Modify to suit new lang_add_wild.
2734 2001-08-02  Charles Wilson  <cwilson@ece.gatech.edu>
2736         * ldmain.c (main): initialize link_info.pei386_auto_import
2737         * pe-dll.c: new tables for auto-export filtering
2738         (auto_export): change API, pass abfd for contextual filtering.
2739         Loop thru tables of excluded symbols instead of comparing
2740         "by hand".
2742 2001-08-02  Paul Sokolovsky  <paul.sokolovsky@technologist.com>
2744         * pe-dll.c: new variable pe_dll_enable_extra_debug. New
2745         static variable current_sec (static struct sec *). Add
2746         forward declaration for add_bfd_to_link.
2747         (process_def_file): Don't export undefined symbols. Do not
2748         export symbols starting with  "_imp__".  Call auto_export()
2749         with new API.
2750         (pe_walk_relocs_of_symbol): New function.
2751         (generate_reloc): add optional extra debugging
2752         (pe_dll_generate_def_file): eliminate extraneous initial blank
2753         line in output
2754         (make_one): enlarge symtab to make room for __nm__ symbols
2755         (DATA auto-import support).
2756         (make_singleton_name_thunk): New function.
2757         (make_import_fixup_mark): New function.
2758         (make_import_fixup_entry): New function.
2759         (pe_create_import_fixup): New function.
2760         (add_bfd_to_link): Specify that 'name' argument is a CONST
2761         char *.
2762         * pe-dll.h: declare new variable pe_dll_extra_pe_debug;
2763         declare new functions pe_walk_relocs_of_symbol and
2764         pe_create_import_fixup.
2765         * emultempl/pe.em: add new options --enable-auto-import,
2766         --disable-auto-import, and --enable-extra-pe-debug.
2767         (make_import_fixup): New function.
2768         (pe_find_data_imports): New function.
2769         (pr_sym): New function.
2770         (gld_${EMULATION_NAME}_after_open): Add optional extra pe
2771         debugging. Call pe_find_data_imports.  Mark .idata as DATA, not
2772         CODE.
2774 2001-08-02  Charles Wilson  <cwilson@ece.gatech.edu>
2776         * ld.texinfo: add additional documentation for
2777         --export-all-symbols.  Document --out-implib,
2778         --enable-auto-image-base, --disable-auto-image-base,
2779         --dll-search-prefix, --enable-auto-import, and
2780         --disable-auto-import.
2781         * ldint.texinfo: Add detailed documentation on auto-import
2782         implementation.
2784 2001-07-30  Nick Clifton  <nickc@cambridge.redhat.com>
2786         * ld.texinfo (Simple Assignments): Fix computation in SECTIONS
2787         example.
2789 2001-07-24  Alan Modra  <amodra@bigpond.net.au>
2791         * Makefile.am: Update dependencies with "make dep-am".
2792         * Makefile.in: Regenerate
2794 2001-07-23  Alan Modra  <amodra@bigpond.net.au>
2796         * ldcref.c (check_section_sym_xref): New function.
2797         (check_nocrossrefs): Call it.
2798         (check_nocrossref): Interate over h->refs here instead of..
2799         (check_refs): ..here.  Pass in the symbol name, section, and bfd
2800         rather than hash_entry pointers.
2801         (struct check_refs_info): Keep symbol name rather than hash entry.
2802         Remove "same".
2803         (check_reloc_refs): Tweak for above changes in check_refs_info.
2804         Only report references to section syms when symname is NULL to
2805         prevent duplicate messages for the same reloc.
2807 2001-07-19  Nick Clifton  <nickc@cambridge.redhat.com>
2809         * ldexp.c (exp_print_tree): Use stderr if config.map_file is not
2810         available.  Do not print NULL trees.
2811         (exp_print_token): Print unknown tokens with values > 126 as
2812         decimal values not ASCII characters.
2814         * ldlang.c (lang_leave_overlay): If a region is specified assign
2815         it to all sections inside the overlay unless they have been
2816         assigned to the own, non-default, memory region.
2818         * README: Add header for consistency with other README files.
2820 2001-07-14  H.J. Lu  <hjl@gnu.org>
2822         * emultempl/elf32.em (output_prev_sec_find): Never return
2823         bfd_abs_section_ptr, bfd_com_section_ptr nor
2824         bfd_und_section_ptr.
2826 2001-07-14  Nick Clifton  <nickc@cambridge.redhat.com>
2828         * Makefile.am (em32relf.c): Change dependency from generic.em to
2829         elf32.em.
2830         * Makefile.in: Regenerate.
2832 2001-07-14  matthew green  <mrg@eterna.com.au>
2834         * configure.tgt (i386-*-netbsdelf*): New target.
2835         (i386-*-netbsd*): Set targ_extra_emuls to `elf_i386'
2837 2001-07-13  Jakub Jelinek  <jakub@redhat.com>
2839         * emultempl/elf32.em (output_prev_sec_find): New.
2840         (place_orphan): Use it.
2842 2001-07-11  H.J. Lu  <hjl@gnu.org>
2844         * ldmain.c (main): Fix typos in the last change.
2846 2001-07-11  Jakub Jelinek  <jakub@redhat.com>
2848         * ldmain.c (main): Disallow -F and -f without -shared.
2850 2001-07-11  Nick Clifton  <nickc@cambridge.redhat.com>
2852         * emultempl/pe.em (after_open): Check for the output_bfd not
2853         having any coff_data structure allocated to it.
2855 2001-07-09  David O'Brien  <obrien@FreeBSD.org>
2857         * emultempl/elf32.em: Do not assuming that contents of the buffer
2858         returned from basename function will remain unchanged accross other
2859         function calls.
2861 2001-07-03  H.J. Lu  <hjl@gnu.org>
2863         * scripttempl/elf.sc (DYNAMIC_PAD): Revert the change made on
2864         2001-07-03. It creates dynamic entries even for static binaries.
2866 2001-07-03  Jakub Jelinek  <jakub@redhat.com>
2868         * scripttempl/elf.sc (DYNAMIC_PAD): New variable.
2869         (DYNAMIC): Use it to reserve few dynamic entries for
2870         post-linking tools.
2872 2001-06-27  Alan Modra  <amodra@bigpond.net.au>
2874         * emulparams/hppa64linux.sh: New file.
2875         * configure.tgt: hppa*64*-*-linux* uses hppa64linux.sh
2876         * Makefile.am (ALL_64_EMULATIONS): Add ehppa64linux.o
2877         (ehppa64linux.c): Add rule to make it.
2878         Run "make dep-am".
2879         * Makefile.in: Regenerate.
2881 2001-06-21  Hans-Peter Nilsson  <hp@axis.com>
2883         * ld.texinfo (Options, -r): Mention restrictions when using
2884         different object formats.
2886 2001-06-19  Hans-Peter Nilsson  <hp@axis.com>
2888         * ldlang.c (lang_check): Emit fatal error if relocatable link
2889         between different object flavours with relocations in input.
2891 2001-06-19  H.J. Lu  <hjl@gnu.org>
2893         * ld.texinfo (-E, --export-dynamic): Mention --version-script.
2894         (--version-script): Mention the language support.
2896 2001-06-19  H.J. Lu <hjl@gnu.org>
2898         * ldlang.c (lang_check): Revert the change mode on 2001-06-15.
2900 2001-06-18  H.J. Lu <hjl@gnu.org>
2902         * Makefile.am (ld.1): Remove the prefix `$(srcdir)/'.
2903         (diststuff): Add $(MANS).
2904         * Makefile.in: Regenerated.
2906         * ld.1: Removed.
2908 2001-06-18  Hans-Peter Nilsson  <hp@axis.com>
2910         * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
2911         Update for API change in bfd_elf${ELFSIZE}_size_dynamic_sections.
2912         * mpw-elfmips.c (gldelf32ebmip_before_allocation): Ditto.
2913         * ld.h (args_type): Remove member export_dynamic.  All users
2914         changed to use struct bfd_link_info member.
2916         * Makefile.am (ecriself.c, ed10velf.c, ei386moss.c): Depend on
2917         $(srcdir)/emultempl/elf32.em, not $(srcdir)/emultempl/generic.em.
2918         * Makefile.in: Regenerate.
2920 2001-06-18  H.J. Lu  <hjl@gnu.org>
2922         * ldlang.c (init_os): Add the newline to the einfo call.
2923         (lang_check): Likewise.
2924         (lang_do_version_exports_section): Likewise.
2926 2001-06-15  H.J. Lu  <hjl@gnu.org>
2928         * lexsup.c (parse_args); Save optind to report unrecognized
2929         option.
2931 2001-06-15  Hans-Peter Nilsson  <hp@axis.com>
2933         * ldlang.c (lang_check): Emit fatal error if relocatable link
2934         between different object flavours.
2936         * lexsup.c (parse_args) <case OPTION_EXPORT_DYNAMIC, case 'E'>:
2937         Set new link_info member export_dynamic.
2938         * ldmain.c (main): Initialize new link_info member export_dynamic.
2940 2001-06-12  Nick Clifton  <nickc@cambridge.redhat.com>
2942         * ldlang.c (walk_wild): Only call walk_wild_file if
2943         lookup_name returns something.
2944         (lookup_name): If load_symbols fails, return NULL.
2945         (load_symbols): Change to a boolean function.
2946         (open_input_bfds): If load_symbols fails then do not make the
2947         executable.
2949 2001-06-08  Alan Modra  <amodra@bigpond.net.au>
2951         * ldlang.c (record_bfd_errors): Remove.
2953         * emultempl/aix.em: Fix copyright dates.
2955 2001-06-07  Andreas Jaeger  <aj@suse.de>
2957         * elf_x86_64.sh (NONPAGED_TEXT_START_ADDR): Increase.
2958         (TEXT_START_ADDR): Likewise.
2960 2001-06-06  Martin Schwidefsky <schwidefsky@de.ibm.com>
2962         * configure.host: Set HOSTING_CRT0/HOSTING_LIBS correctly for s/390.
2964 2001-06-05  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
2966         * emultempl/pe.em (init): Reduce default stack reserve to 0x200000.
2968 2001-05-31  H.J. Lu  <hjl@gnu.org>
2970         * ldlang.c (open_input_bfds): Don't change the bfd error
2971         handler whilst loading symbols.
2973 2001-05-28  Nick Clifton  <nickc@cambridge.redhat.com>
2975         * configure.tgt: Remove i370-mvs architecture, it is not currently
2976         supported.
2978 2001-05-25  H.J. Lu  <hjl@gnu.org>
2980         * emulparams/ppcmacos.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
2981         like emulparams/aixppc.sh.
2983 2001-05-25  H.J. Lu  <hjl@gnu.org>
2985         * emultempl/beos.em (gld${EMULATION_NAME}_before_parse): Move
2986         setting of output_filename after bfd_scan_arch.
2987         * emultempl/pe.em: Likewise.
2989 2001-05-25  H.J. Lu  <hjl@gnu.org>
2991         * emulparams/aixrs6.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
2992         like emulparams/aixppc.sh.
2994         * emultempl/aix.em (sc): Use ${srcdir}/emultempl/ostring.sed
2995         instead of ${srcdir}/emultempl/stringify.sed.
2997 2001-05-25  Timothy Wall  <twall@oculustech.com>
2999         * emulparams/elf64_aix.sh: Change settings to match IBM linker
3000         output.
3002 2001-05-25  Alan Modra  <amodra@one.net.au>
3004         * configure.host: Replace linuxoldld with linux*oldld.
3005         * configure.tgt: Likewise.
3007 2001-05-24  H.J. Lu  <hjl@gnu.org>
3009         * emultempl/stringify.sed: Removed again.
3011 2001-05-24  H.J. Lu  <hjl@gnu.org>
3013         * emultempl/aix.em (OUTPUT_ARCH): Defined.
3014         (gld${EMULATION_NAME}_before_parse): Initialize
3015         ldfile_output_architecture, ldfile_output_machine and
3016         ldfile_output_machine_name from ${OUTPUT_ARCH} if possible.
3017         * emultempl/beos.em: Likewise.
3018         * emultempl/elf32.em: Likewise.
3019         * emultempl/linux.em: Likewise.
3020         * emultempl/mipsecoff.em: Likewise.
3021         * emultempl/pe.em: Likewise.
3022         * emultempl/sunos.em: Likewise.
3024 2001-05-24 Tom Rix <trix@redhat.com>
3026         * emultempl/aix.em : (gld${EMULATION_NAME}_read_file)
3027         udate import file format.
3028         (change_symbol_mode) New, same
3029         (is_syscall) New, same
3030         * emulparams/aixppc.sh : add SYSCALL_MASK and SYMBOL_MODE_MASK
3031         * emulparams/aixppc64.sh : same
3032         * emulparams/aixrs6.sh : same
3033         * emulparams/ppcmacos.sh : same
3034         * emultempl/aix.em : use strtoull to parse options
3035         * Makefile.am : add eaixppc64 emulation for xcoff64
3036         * Makefile.in : same
3037         * configure.tgt : same
3039         * scripttempl/aix.sc : default text section offset to 0x10000000
3040         default data section offset to 0x20000000
3041         add .sv3264 and .sv64 pseudo sections
3042         loader and debug sections use the currect section offset.
3044         * emultempl/aix.em : Add xcoff64 support
3045         Add -binitfini support
3046         (gld${EMULATION_NAME}_before_parse) -binitfini
3047         (gld${EMULATION_NAME}_parse_args) same
3048         (gld${EMULATION_NAME}_before_allocation) format change for special
3049         sections
3051         * emulparams/aixppc64.sh : New file for xcoff64 support
3053 2001-05-23  Alexandre Oliva  <aoliva@redhat.com>
3055         * emultempl/elf32.em (ELF_INTERPRETER_SET_DEFAULT): Use this new
3056         variable to avoid non-portable shell construct.
3058 2001-05-23  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3060         * ldmain.c (get_emulation): Add -mips5 command line argument.
3062 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
3064         * emulparams/elf_i386_ldso.sh: New, copied from elf_i386.sh.
3065         (ELF_INTERPRETER_NAME): Define it.
3066         * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Use
3067         it.
3068         * configure.tgt (targ_emul, targ_extra_emuls)
3069         [i[3456]86-*-solaris2*, i[3456]86-*-solaris*]: Use elf_i386_ldso
3070         as primary, elf_i386 as extra.
3071         * Makefile.am (ALL_EMULATIONS): Added eelf_i386_ldso.o.
3072         (eelf_i386_ldso.c): New rule.
3073         * Makefile.in: Rebuilt.
3075 2001-05-22  Nick Clifton  <nickc@redhat.com>
3077         * lexsup.c (ld_options):  Allow -I to be an alias for
3078         --dynamic-linker.  This is for Solaris compatability.
3079         * ld.texinfo: Document that -I can be used.
3080         * ld.1: Regenerate.
3082 2001-05-16  Alan Modra  <amodra@one.net.au>
3084         * ldlang.c (wild_doit): Use linker_has_input to reliably determine
3085         whether an input section is the first one assigned to an output
3086         section.
3087         Assorted formatting fixes.
3089 2001-05-14  DJ Delorie  <dj@delorie.com>
3091         * Makefile.am (ld.dvi): Search bfd/doc for texinfo files.
3092         * Makefile.in: Ditto.
3094 2001-05-11  Jakub Jelinek  <jakub@redhat.com>
3096         * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Put
3097         .gnu.linkonce.ia64unw{,i} sections into corresponding .IA_64.unwind*
3098         output sections.
3099         * emulparams/elf64_aix.sh (OTHER_READONLY_SECTIONS): Likewise.
3101 2001-05-11  Jakub Jelinek  <jakub@redhat.com>
3103         * ldlang.c (lang_process): Call bfd_merge_sections.
3105 2001-05-07  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3107         * ldgram.y: Fix typo.
3109 2001-05-03  H.J. Lu  <hjl@gnu.org>
3111         * emultempl/elf32.em: Include "libiberty.h".
3112         (gld${EMULATION_NAME}_vercheck): Call basename () to get the
3113         basename of the bfd filename.
3114         (gld${EMULATION_NAME}_stat_needed): Likewise.
3115         (gld${EMULATION_NAME}_try_needed): Likewise.
3116         (gld${EMULATION_NAME}_open_dynamic_archive): Likewise.
3118 2001-05-02  H.J. Lu  <hjl@gnu.org>
3120         * emultempl/pe.em: Include <ctype.h>.
3122 2001-05-02  Johan Rydberg  <jrydberg@opencores.org>
3124         * emulparams/elf32openrisc.sh: New file.
3126         * Makefile.am: Add OpenRISC target.
3127         * Makefile.in: Regenerated.
3129         * configure.tgt: Add openrisc-*-* mapping.
3131 2001-05-02  Nick Clifton  <nickc@redhat.com>
3133         * emultempl/aix.em: Replace buystring with xstrdup.
3134         * emultempl/beos.em: Replace buystring with xstrdup.
3136 2001-05-02  H.J. Lu  <hjl@gnu.org>
3138         * ldfile.c: Include "libiberty.h".
3139         * ldlex.l: Likewise.
3141         * ldmisc.c (buystring): Removed.
3142         * ldmisc.h: Likewise.
3144         * ldfile.c: Replace buystring with xstrdup.
3145         * ldlang.c: Likewise.
3146         * ldlex.l: Likewise.
3147         * ldmain.c: Likewise.
3148         * ldmisc.c: Likewise.
3149         * lexsup.c: Likewise.
3150         * mpw-eppcmac.c: Likewise.
3152 2001-04-30  Andreas Jaeger  <aj@suse.de>
3154         * emulparms/elf_x86_64.sh (MAXPAGESIZE): Fix value.
3156 2001-04-28  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
3158         * ldlang.c (load_symbols): Give emulation a chance
3159         to process unrecognized file before fatal error is
3160         reported, not after.
3162 2001-04-27  Sean McNeil <sean@mcneil.com>
3164         * configure.tgt: Add arm-vxworks target.
3165         * scripttempl/armcoff.sc: Support .text or .data as a section name
3166         prefix.
3167         Define _etext.
3169 2001-04-13  J.T. Conklin  <jtc@redback.com>
3171         * ld.texinfo: Document --fatal-warnings.
3172         * ld.1: Regenerate.
3174         * ldmisc.c (vfinfo): Set flag to inhibit making executable if
3175         warnings have been turned into errors.
3176         * lexsup.c (OPTION_WARN_FATAL): Define.
3177         (ld_options): Entry for --fatal-warnings.
3178         (parse_args): Handle OPTION_WARN_FATAL.
3179         * ld.h (ld_config_type): Add fatal_warnings field.
3181 2001-04-13  Jakub Jelinek  <jakub@redhat.com>
3183         * ldmain.c (main): Default to discard_sec_merge.
3184         * lexsup.c (OPTION_DISCARD_NONE): Define.
3185         (ld_options): Add --discard-none.
3186         (parse_args): Handle OPTION_DISCARD_NONE.
3187         * ldlang.c (wild_doit): SEC_MERGE should be set in the output
3188         section only if SEC_MERGE and SEC_STRINGS flags and entsize of
3189         all its input sections match.
3191 2001-04-05  Steven J. Hill  <sjhill@cotw.com>
3193         * Makefile.am (ALL_EMULATIONS): Add eelf32ltsmip.o.
3194         (ALL_64_EMULATIONS): Add eelf64btsmip.o and eelf64ltsmip.o.
3195         (eelf32ltsmip.c): New target.
3196         (eelf64btsmip.c): Likewise.
3197         (eelf64ltsmip.c): Likewise.
3198         * Makefile.in: Regenerated.
3200         * configure.tgt (mips*el-*-linux-gnu): Uses traditional MIPS
3201         target.
3202         (mips*-*-linux-gnu*): Likewise.
3204         * emulparams/elf32ltsmip.sh: New. Traditional little endian
3205         MIPS taget.
3206         * emulparams/elf64btsmip.sh: New. Traditional 64bit big endian
3207         target.
3208         * emulparams/elf64ltsmip.sh: New. Traditional 64bit little
3209         endian target.
3211 2001-04-05  Hans-Peter Nilsson  <hp@axis.com>
3213         * emulparams/criself.sh (EXECUTABLE_SYMBOLS): Cannot provide
3214         correct value of __Stext here.
3215         (TEXT_START_SYMBOLS): Define; always define __Stext, to start of
3216         .startup section.
3218         * emulparams/crislinux.sh: Remove FIXME.
3220 2001-04-02  Alan Modra  <alan@linuxcare.com.au>
3222         * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 64k.
3223         (TEXT_START_ADDR, TARGET_PAGE_SIZE): Likewise.
3225 2001-03-27  Hans-Peter Nilsson  <hp@axis.com>
3227         * configure.tgt (cris-*-*): Change default emulation to criself.
3228         (cris-*-*aout*): New rule.
3230 2001-03-27  Matthew Wilcox  <willy@ldl.fc.hp.com>
3232         * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 0x4000.
3233         (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
3235 2001-03-26  Andreas Jaeger  <aj@suse.de>
3237         * ld.texinfo (Overview): Fix syntax in texi code.
3239 2001-03-25  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
3241         * ld.texinfo: Put @c man indications to generate the ld man page.
3242         When generating man, define all the variables.  Define SEEALSO
3243         and SYNOPSIS.  Re-organize some lines to avoid the cross references.
3244         * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variables.
3245         (ld.1): Generate from ld.texinfo.
3246         * Makefile.in: Regenerate.
3248 2001-03-23  Mark Elbrecht <snowball3@bigfoot.com>
3250         * scripttempl/i386go32.sc: Support the GCC flags '-ffunction-sections'
3251         and '-fdata-sections'. Set the VMA of STABS sections to zero.
3253 2001-03-17  Ulrich Drepper  <drepper@redhat.com>
3255         * emultmpl/elf32.em (gld${EMULATION_NAME}_search_needed): If NAME
3256         is an absolute path look only for this file and not along the path.
3258 2001-03-17  Ulrich Drepper  <drepper@redhat.com>
3260         * emultempl/elf32.em (OPTION_GROUP): New macro.
3261         Add new option Bgroup to longopts.
3262         (gld*_parse_args): Handle GROUP_OPTION and recognize -z defs.
3263         (gld*_list_options): Add -Bgroup and -z defs.
3264         * ld.1: Document -Bgroup and -z defs.
3265         * ld.texinfo: Likewise.
3267 2001-03-07  Michael Meissner  <meissner@redhat.com>
3269         * scripttempl/elfd10v.sc (.rodata,.rodata1,.data1,.sdata): Deal
3270         with sections created by -fdata-sections.
3271         (.dynbss,.bss): Ditto.
3273 2001-03-05  Alan Modra  <alan@linuxcare.com.au>
3275         * emultempl/m68kelf.em (m68k_elf_after_allocation): Call
3276         after_allocation_default, not gld..._before_allocation.
3278 2001-02-27  Alan Modra  <alan@linuxcare.com.au>
3280         * configure.in (BFD_VERSION): New.
3281         (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
3282         * configure: Regenerate.
3283         * Makefile.am: Run "make dep-am"
3284         * Makefile.in: Regenerate.
3286 2001-02-26  Timothy Wall  <twall@cygnus.com>
3288         * emulparams/elf64_aix.sh: Add additional read-only sections;
3289         uncomment lines which are now required.
3291 2001-02-26  H.J. Lu  <hjl@gnu.org>
3293         * ldlang.c (open_input_bfds): Set the bfd error handler so
3294         that problems can be caught whilst loading symbols.
3295         (record_bfd_errors): New function: Report BFD errors and mark
3296         the executable output as being invalid.
3298 2001-02-22  Timothy Wall  <twall@cygnus.com>
3300         * configure.host: Add configuration for ia64-*-aix*.
3301         * Makefile.am (ALL_64_EMULATIONS): Add emulation for ia64-*-aix*.
3302         Add dependencies for eelf64_aix.c.
3303         * Makefile.in: Regenerate.
3304         * configure.tgt: Add ia64-*-aix* mapping.
3305         * emulparams/elf64_aix.sh: Add settings for elf64 on aix5.
3306         * testsuite/ld-bootstrap/bootstrap.exp: Exclude ia64 flavor from
3307         AIX-specific test.
3309 2001-02-20  H.J. Lu  <hjl@gnu.org>
3311         * ldfile.c (ldfile_open_file): Set entry->search_dirs_flag to
3312         false if we found the file.
3314 2001-02-18  David O'Brien  <obrien@FreeBSD.org>
3316         * configure.tgt: Add FreeBSD/Alpha, FreeBSD/x86-64, FreeBSD/ia64,
3317         FreeBSD/PowerPC, FreeBSD/arm, and FreeBSD/sparc64 entries.
3319 2001-02-18  lars brinkhoff  <lars@nocrew.org>
3321         * Makefile.am: Add PDP-11 target.
3322         * configure.tgt: Likewise.
3323         * emulparams/pdp11.sh: New file.
3325 2001-02-17  David O'Brien  <obrien@FreeBSD.org>
3327         * configure.host: Add a generic FreeBSD configuration entry such that
3328         all [modern] FreeBSD systems on all platforms will look the same.
3330 2001-02-14  H.J. Lu  <hjl@gnu.org>
3332         * configure.tgt: Remove mention of earmelf_linux26.
3334 2001-02-13  Richard Henderson  <rth@redhat.com>
3336         * emulparams/elf64_ia64.sh (OTHER_GOT_SYMBOLS): Remove.
3338 2001-02-13  H.J. Lu  <hjl@gnu.org>
3340         * ldexp.h (node_type): Add etree_provided.
3341         * ldexp.c (exp_fold_tree): Handle etree_provided. Set the node
3342         type to etree_provided if defined by PROVIDE. Allow updating
3343         for etree_provided.
3344         (exp_print_tree): Handle etree_provided.
3345         * mpw-elfmips.c (gldelf32ebmip_find_exp_assignment): Handle
3346         etree_provided.
3348 2001-02-09  David Mosberger  <davidm@hpl.hp.com>
3350         * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add
3351         .IA_64.unwind.* pattern to unwind table section and
3352         .IA_64.unwind_info* pattern to unwind info section.
3354 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3356         * Makefile.am: Add linux target for S/390.
3357         * Makefile.in: Likewise.
3358         * configure.host: Likewise.
3359         * configure.tgt: Likewise.
3360         * emulparams/elf64_s390.sh: New file.
3361         * emulparams/elf_s390.sh: New file.
3363 2001-02-09  Jakub Jelinek  <jakub@redhat.com>
3365         * configure.tgt (sparc64-*-linux-gnu*): Add elf32_sparc into
3366         targ_extra_libpath.
3367         (sparc-*-linux-gnu*): Add elf64_sparc into targ_extra_libpath.
3369 2001-02-06  Philip Blundell  <philb@gnu.org>
3371         * Makefile.am: Remove mention of earmelf_linux26.
3372         * Makefile.in: Regenerate.
3374 2001-02-04  Philip Blundell  <philb@gnu.org>
3376         * emulparams/armelf_linux.sh (TEXT_START_ADDR): Set to 0x8000.
3377         * emulparams/armelf_linux26.sh: Delete.
3378         * configure.tgt: Remove mention of armelf_linux26 emulation.
3380 2001-02-01  Nick Clifton  <nickc@redhat.com>
3382         * ld.1: Replace occurances of -oformat with --oformat.
3384 2001-01-25  Jim Driftmyer <jdrift@stny.rr.com>
3386         * ldlang.c (lang_leave_overlay): Don't set lma_region when
3387         load_base is specified.
3389 2001-01-24  Hans-Peter Nilsson  <hp@axis.com>
3391         * emultempl/elf32.em: Correct spelling in comments and listed
3392         options.
3394 2001-01-23  Alan Modra  <alan@linuxcare.com.au>
3396         * ldlang.c (lang_leave_overlay): Only set lma_region from the
3397         default for the first section of a group of overlay sections.
3399 2001-01-22  Alan Modra  <alan@linuxcare.com.au>
3401         * Makefile.am (GENSCRIPTS): Pass exec_prefix.
3402         * Makefile.in: Regenerate.
3403         * genscripts.sh: Use exec_prefix parameter to specify tool lib.
3404         Check for null tool_dir.
3406 2001-01-16  Jim Wilson  <wilson@redhat.com>
3408         * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add IA_64.unwind
3409         and IA_64.unwind.info.
3411 2001-01-16  H.J. Lu  <hjl@gnu.org>
3413         * ldlang.c (lang_check): Merge the private data only if the
3414         input file has contents.
3416 2001-01-14  Alan Modra  <alan@linuxcare.com.au>
3418         * emulparams/hppalinux.sh (OUTPUT_FORMAT): Set to elf32-hppa-linux.
3420         * emultempl/hppaelf.em (hppaelf_after_parse): New function,
3421         enabling search for libmilli.  On a relocatable link, make .text
3422         sections unique.
3423         (LDEMUL_AFTER_PARSE): Define.
3424         (hppaelf_finish): Correct spelling of relocatable in comments.
3426         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
3427         rummage through the script for sections on the unique list.
3428         Correct length of strncmp for ".note".
3429         (gld${EMULATION_NAME}_check_needed): Rearrange function.
3431         * ldlang.c (unique_section_list): New var.
3432         (unique_section_p): New function.
3433         (walk_wild_section): Don't match sections on unique_section_list.
3434         (lang_add_unique): New function.
3435         Correct spelling of relocatable in comments.
3437         * ldlang.h (struct unique_sections): Declare.
3438         (unique_section_list): Declare.
3439         (unique_section_p): Declare.
3440         (lang_add_unique): Declare.
3442         * lexsup.c (ld_options): Allow --unique to take an optional arg.
3443         (parse_args [OPTION_UNIQUE]): Call lang_add_unique.
3445         * ld.texinfo (--unique): Update.
3447 2001-01-13  Nick Clifton  <nickc@redhat.com>
3449         * lexsup.c (parse_args): Remove spurious white space.
3451 2001-01-12  Nick Clifton  <nickc@redhat.com>
3453         * lexsup.c (parse_args): Update copyright date.
3455 2001-01-12  Philip Blundell  <pb@futuretv.com>
3457         * configure.host: Set HOSTING_LIBS appropriately for ix86-cygwin.
3459 2001-01-10  Kazu Hirata  <kazu@hxi.com>
3461         * scripttempl/h8300.sc: Fix formatting.  Fix a comment typo.
3462         * scripttempl/h8300h.sc: Fix formatting.
3463         * scripttempl/h8300s.sc: Likewise.
3464         * scripttempl/h8500.sc: Likewise.
3465         * scripttempl/h8500b.sc: Likewise.
3466         * scripttempl/h8500c.sc: Likewise.
3467         * scripttempl/h8500m.sc: Likewise.
3468         * scripttempl/h8500s.sc: Likewise.
3470 2000-01-07  David O'Brien  <obrien@BSDi.com>
3472         * emultempl/elf32.em: Only perform Linux ld hints processing when
3473         targeting Linux.
3475 2001-01-07  Philip Blundell  <philb@gnu.org>
3477         * ld.texinfo (Bug Reporting): Update email address for reports.
3479 2000-12-31  Nick Clifton  <nickc@redhat.com>
3481         * lexsup.c (parse_args): Set opterr to 0 and detect unparsed long
3482         options by checking for a return value of '?' not -1.
3484 2000-12-28  Nick Clifton  <nickc@redhat.com>
3486         * lexsup.c (struct ld_option): Add new enum value:
3487         EXACTLY_TWO_DASHES.
3488         (ld_options[]): Change -omagic, -output and -oformat options
3489         to be EXACTLY_TWO_DASHES.
3490         (OUTPUT_COUNT): Use ARRAY_SIZE.
3491         (parse_args): Change parameter 'argc' to unsigned.
3492         Place EXACTLY_TWO_DASHES options into new really_longopts
3493         array.
3494         If getopt_long_only fails, try calling getopt_long using the
3495         really_longopts array.
3496         (help): Print a double dash for both EXACTLY_TWO_DASHES and
3497         TWO_DASHES options.
3499         * ldlex.h: Fix prototype of parse_args.
3501         * ld.texinfo: Document that long options starting with 'o'
3502         must be preceeded by two dashes.  Change example of a single
3503         dashed long option from -oformat to -trace-symbol.
3505 2000-12-26  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
3507         * emultempl/pe.em (OPTION_NO_DEFAULT_EXCLUDES): Define.
3508         (longopts[]): New --no-default-excludes option.
3509         (gld_${EMULATION_NAME}_list_options): Document.
3510         (gld_${EMULATION_NAME}_parse_args): Handle.
3512 2000-12-13  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
3514         * ldlang.c (new_stat): Revert the last beautification with "innocent"
3515         whitespace, it breaks the K&R C preprocessor.
3517 2000-12-11  DJ Delorie  <dj@redhat.com>
3519         * ld.texinfo: Add notes about --whole-archive and gcc.
3521 2000-11-18  Fred Fish  <fnf@be.com>
3523         * lexsup.c (OPTION_ALLOW_SHLIB_UNDEFINED): Define.
3524         (ld_options): Entry for --allow-shlib-undefined.
3525         (parse_args): Handle OPTION_ALLOW_SHLIB_UNDEFINED.
3526         * ldmain.c (main): Initialize link_info.allow_shlib_undefined
3527         to false.
3528         * ld.texinfo: Document new command line switch.
3530 2000-12-12  Geoffrey Keating  <geoffk@redhat.com>
3532         * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS):
3533         .fixup is actually read/write.
3534         * emulparams/elf32lppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
3535         * emulparams/elf32ppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
3536         * emulparams/elf32lppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
3538 2000-12-11  Jan Hubicka  <jh@suse.cz>
3540         * NEWS: Add note about x86_64 architecture.
3542 2000-12-06  Mark Elbrecht  <snowball3@bigfoot.com>
3544         * scripttempl/i386go32.sc: Use PROVIDE with _etext, _edata, _end.
3545         Set DWARF2 sections to a VMA of zero.
3547 2000-12-01  Joel Sherrill  <joel@OARcorp.com>
3549         * configure.tgt (arm-*-rtems*, a29k-*rtems*, h8300-*-rtems*):
3550         New targets.
3551         (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
3552         (sparc*-*-rtems*): Switched from a.out to ELF.
3554 2000-11-30  Jan Hubicka  <jh@suse.cz>
3556         * Makefile.am (ALL_EMULATIONS): Add eelf_x86_64.o
3557         (eelf_x86_64.c): New.
3558         * Makefile.in: Regenerate.
3559         * configure.tgt: Add support for x86_64-*-linux-gnu*.
3560         * emulparams/elf_x86_64.sh: New.
3562 2000-11-30  Hans-Peter Nilsson  <hp@axis.com>
3564         * emulparams/crislinux.sh (ENTRY): Change back to _start.
3565         (TEXT_START_SYMBOLS): Remove conditional setting of __start.
3567         * scripttempl/crisaout.sc: Change all RELOCATING not related to
3568         merging non-a.out sections into CONSTRUCTING.
3570 2000-11-28  Nick Clifton  <nickc@redhat.com>
3572         * ld.1 (COPYING): Mention that the GNU Free Documentation
3573         License is present in the sources, but not the output, and
3574         also available from the GNU website.
3575         (GNU Free Documentation License): Comment out this section.
3577 2000-11-28  David O'Brien  <obrien@dragon.nuxi.com>
3579         * emulparams/elf64alpha.sh (ENTRY): Remove leading underscore as ELF
3580         does not use them.
3582 2000-11-25  David O'Brien  <obrien@FreeBSD.org>
3584         * ld.1: Remove old date so it does not give the impression the manpage
3585         is way out of date.
3587 2000-11-24  Nick Clifton  <nickc@redhat.com>
3589         * configure.tgt (xscale-coff): Add target.
3590         (xscale-elf): Add target.
3592 2000-11-24  Fred Fish  <fnf@be.com>
3594         * ldmain.c (main): Remove redundant init of config.make_executable
3595         to true.
3597 2000-11-15  Richard Henderson  <rth@redhat.com>
3599         * emulparams/elf64alpha.sh (MAXPAGESIZE): Typo -- 64k, not 1M.
3601 2000-11-14  Kazu Hirata  <kazu@hxi.com>
3603         * scripttempl/h8300.sc: Fix formatting.
3604         * scripttempl/h8300h.sc: Likewise.
3605         * scripttempl/h8300s.sc: Likewise.
3607 2000-11-14  Denis Chertykov  <denisc@overta.ru>
3609         * scripttempl/elf32avr.sc: Fix bug in .eeprom segment.
3611 2000-11-09  Philip Blundell  <pb@futuretv.com>
3613         * emultempl/pe.em: Define ___start_SECNAME and ___stop_SECNAME
3614         around orphan sections whose names can be represented in C.
3616 2000-11-07  Jim Wilson  <wilson@redhat.com>
3618         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): New local
3619         hold_sdata.  If SEC_SMALL_DATA set, set place to hold_sdata.
3621 2000-11-06  Nick Clifton  <nickc@redhat.com>
3623         * ld.texinfo: Add GNU Free Documentation License.
3624         * ldint.texinfo: Add GNU Free Documentation License.
3625         * ld.1: Add GNU Free Documentation License.
3627 2000-11-05  Alan Modra  <alan@linuxcare.com.au>
3629         * ldlex.l (yy_create_string_buffer): Init yy_is_our_buffer,
3630         yy_is_interactive, yy_at_bol, and yy_fill_buffer.
3632         * Makefile.am (DISTCLEANFILES): Add stringify.sed.
3633         Move 2000-11-02 Makefile.in changes to this file.
3634         * Makefile.in: Regenerate.
3636 2000-11-03  Nick Clifton  <nickc@redhat.com>
3638         * scripttempl/h8300.sc: Use ${CONSTRUCTING...} to enclose
3639         constructors and destructors.
3640         * scripttempl/h8300h.sc: Ditto.
3641         * scripttempl/h8300s.sc: Ditto.
3642         * scripttempl/h8500.sc: Ditto.
3643         * scripttempl/h8500b.sc: Ditto.
3644         * scripttempl/h8500c.sc: Ditto.
3645         * scripttempl/h8500m.sc: Ditto.
3646         * scripttempl/h8500s.sc: Ditto.
3647         * scripttempl/v850.sc: Ditto.
3648         * scripttempl/w65.sc: Ditto.
3649         * scripttempl/z8000.sc: Ditto.
3651 2000-11-02  Per Lundberg  <plundis@chaosdev.org>
3653         * Makefile.in (e_i386_chaos.c): New rule.
3654         (ALL_EMULATIONS): Added e_i386_chaos.o.
3655         * emulparams/elf_i386_chaos.sh: New file.
3656         * configure.tgt: Recognise i[3456]86-chaosdev-storm-chaos.
3658 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
3660         * emulparams/elf64_sparc.sh (TEXT_START_ADDR,
3661         NONPAGED_TEXT_START_ADDR): Set to 4GB for Solaris targets.
3662         Fix sed invocation, so that it coped with '/' in Solaris 64bit
3663         library path suffix.
3664         Based on patch by Andrew Macleod <amacleod@cygnus.com>.
3666 2000-10-18  Hans-Peter Nilsson  <hp@axis.com>
3668         * scripttempl/crisaout.sc (.text, .data): Pad, with ALIGN (32),
3669         for consecutive sections.
3671 2000-10-17  Chandrakala Chavva  <cchavva@redhat.com>
3673         * lexsup.c: New option OPTION_TARGET_HELP. Prints all target specific
3674         options.
3675         * ld.texinfo: Added notes about this new option.
3677 2000-10-16  Nick Clifton  <nickc@redhat.com>
3679         * emultempl/pe.em (_after_open): Add tests of return values from
3680         bfd functions.  Emit appropriate error messages if necessary.
3682 2000-10-13  Nick Clifton  <nickc@redhat.com>
3684         * emultempl/pe.em (_after_open): Delete 'is2' and 'nsyms'
3685         local variables - they are not used, but leave in the call to
3686         bfd_canonicalize_symtab.
3687         (_open_dynamic_archive): Add #ifdef DLL_SUPPORT around use of
3688         pe_dll_search_prefix.
3690 2000-10-12  Charles Wilson  <cwilson@ece.gatech.edu>
3692         * emultempl/pe.em (pe_dll_search_prefix): New variable,
3693         (longopts): New --dll-search-prefix option.
3694         (gld_${EMULATION_NAME}_list_options): Document.
3695         (gld_${EMULATION_NAME}_parse_args): Handle.
3696         (gld_${EMULATION_NAME}_open_dynamic_archive): When linking
3697         dynamically, search for a dll named '<prefix><basename>.dll'
3698         in preference to 'lib<basename>.dll' if --dll-search-prefix
3699         is specified.
3701 2000-10-12  Alan Modra  <alan@linuxcare.com.au>
3703         * ldlang.c (section_already_linked): Set kept_section instead of
3704         sec->comdat->sec.
3706 2000-10-10  Kazu Hirata  <kazu@hxi.com>
3708         * deffile.h: Fix formatting.
3709         * lexsup.c: Likewise.
3710         * mri.c: Likewise.
3712 2000-10-09  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
3714         * pe-dll.c (make_one): Do not generate code thunk for DATA
3715         exports.
3716         (process_def_file): deduce DATA flag for auto-export sumbols.
3718 2000-10-09  Kazu Hirata  <kazu@hxi.com>
3720         * ld.h: Fix formatting.
3721         * ldcref.c: Likewise.
3722         * ldctor.h: Likewise.
3723         * ldemul.c: Likewise.
3724         * ldemul.h: Likewise.
3725         * ldexp.c: Likewise.
3726         * ldexp.h: Likewise.
3727         * ldfile.c: Likewise.
3728         * ldfile.h: Likewise.
3729         * ldlang.c: Likewise.
3730         * ldlang.h: Likewise.
3731         * ldmain.c: Likewise.
3732         * pe-dll.c: Likewise.
3734         * pe-dll.c: Revert some formatting fixes.
3736 2000-10-08  Kazu Hirata  <kazu@hxi.com>
3738         * pe-dll.c: Fix formatting.
3740 2000-10-05  Kazu Hirata  <kazu@hxi.com>
3742         * ldlang.c: Fix formatting.
3744 2000-10-03  DJ Delorie  <dj@redhat.com>
3746         * pe-dll.c (fill_edata): initialize entire block
3747         (make_one): fill in correct section.
3749 2000-10-03  Kazu Hirata  <kazu@hxi.com>
3751         * ldexp.c: Fix formatting.
3753 2000-10-02  DJ Delorie  <dj@redhat.com>
3755         * emultempl/pe.em (gld_*_after_open): detect case where there two
3756         import libraries for same dll; rename one to ensure proper link
3757         order.
3759         * pe-dll.c (process_def_file): compare ordinals to -1, not 0; fix
3760         typo
3761         (generate_edata): fix typo
3763 2000-09-29  Hans-Peter Nilsson  <hp@axis.com>
3765         * scripttempl/crisaout.sc (ENTRY): Now __start.
3766         (.text): Add default setting for __start.
3767         Remove CONSTRUCTORS handling.
3768         (/DISCARD/): Add .gnu.warning.*.
3769         * emulparams/crislinux.sh (ENTRY): Now __start.
3770         (TEXT_START_SYMBOLS): New; provide __Stext and __start default.
3771         * emulparams/criself.sh (OUTPUT_FORMAT): Now elf32-us-cris.
3772         (ENTRY): Now __start.
3773         (INITIAL_READONLY_SECTIONS): Add KEEP for .startup.
3774         (EXECUTABLE_SYMBOLS): Add default setting for __start.
3776 2000-09-29  Kazu Hirata  <kazu@hxi.com>
3778         * deffile.h: Fix formatting.
3779         * ld.h: Likewise.
3780         * ldcref.c: Likewise.
3781         * ldctor.c: Likewise.
3782         * ldctor.h: Likewise.
3783         * ldemul.c: Likewise.
3784         * ldemul.h: Likewise.
3785         * ldexp.c: Likewise.
3786         * ldexp.h: Likewise.
3787         * ldfile.c: Likewise.
3788         * ldfile.h: Likewise.
3789         * ldlang.c: Likewise.
3790         * ldlang.h: Likewise.
3791         * lexsup.c: Likewise.
3792         * mri.c: Likewise.
3793         * pe-dll.c: Likewise.
3795 2000-09-28  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
3797         * pe-dll.c (process_def_file): Uninitialized data wasn't
3798         exported with --export-all-symbols switch.
3800 2000-09-28  DJ Delorie  <dj@redhat.com>
3802         * pe-dll.c (fill_edata): rearrange the data so that ordinals and
3803         noname work properly.
3805 2000-09-28  Alan Modra  <alan@linuxcare.com.au>
3807         * ld.texinfo (HPPA ELF32): New section.
3809         * emultempl/hppaelf.em (group_size): New.
3810         (hppaelf_finish): Pass group_size to elf32_hppa_size_stubs.
3811         (PARSE_AND_LIST_PROLOGUE): Add OPTION_STUBGROUP_SIZE.
3812         (PARSE_AND_LIST_LONGOPTS): Add --stub-group-size.  Duplicate
3813         options to prevent abbreviations matching.
3814         (PARSE_AND_LIST_OPTIONS): Describe the above.  Reformat.
3815         (PARSE_AND_LIST_ARGS_CASES): Handle it.
3817 2000-09-21  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
3819         * emultempl/m68kelf.em: Conditionalise the embedded relocs feature
3820         on the m68*-*-elf target.  Make it support COFF input objects.
3822 2000-09-21  Kazu Hirata  <kazu@hxi.com>
3824         * ldmain.c: Fix formatting.
3825         * ldmisc.c: Likewise.
3826         * ldver.c: Likewise.
3827         * ldwrite.c: Likewise.
3829 2000-09-21  Alan Modra  <alan@linuxcare.com.au>
3831         * ldwrite.c (clone_section): Silence gcc warnings.
3833 2000-09-20  Alan Modra  <alan@linuxcare.com.au>
3835         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Handle
3836         out of memory failure.
3838         * ldwrite.c (ldwrite): Remove unnecessary einfo arg.
3839         (clone_section): Handle out of memory failures.  Rename var to
3840         avoid c++ reserved word.
3842 2000-09-18  Alan Modra  <alan@linuxcare.com.au>
3844         * emultempl/hppaelf.em (hppaelf_add_stub_section): Rename
3845         stub_name param to stub_sec_name.
3846         (hppaelf_finish): Modify call to elf32_hppa_size_stubs.
3848 2000-09-10  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
3850         * emultempl/m68kelf.em: New file.
3851         * emulparams/m68kelf.sh (EXTRA_EM_FILE): Use it.
3852         * Makefile.am (em68kelf.c): Add dependency on m68kelf.em.
3853         * Makefile.in: Regenerate.
3855 2000-09-15  Alan Modra  <alan@linuxcare.com.au>
3857         * emulparams/hppalinux.sh (DATA_START_SYMBOLS): Provide $global$
3858         only as needed.
3860 2000-09-13  Nick Clifton  <nickc@redhat.com>
3862         * ldmain.c (multiple_definition): Disable relaxation if
3863         multiple symbol definitions are encountered - otherwise the
3864         linker could abort with an assertion failure.
3866 2000-09-10  Nick Clifton  <nickc@redhat.com>
3868         * mri.c: Fix formatting.
3870 2000-09-07  H.J. Lu  <hjl@gnu.org>
3872         * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
3873         * configure: Rebuild.
3875 2000-09-07  H.J. Lu  <hjl@gnu.org>
3877         * Makefile.am (lexsup.o): Also depend on $(INCDIR)/demangle.h.
3878         * Makefile.in: Rebuild.
3880 2000-09-07  Alan Modra  <alan@linuxcare.com.au>
3882         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Fix
3883         broken list handling.  Create __start_SECNAME and __stop_SECNAME
3884         when no place-holder.  Add some comments.  Test both SEC_CODE and
3885         SEC_READONLY for hold_text to prevent .rodata orphan poisoning.
3886         Handle case where no output section statement created.
3888 2000-09-07  Niibe Yutaka  <gniibe@m17n.org>, Kaz Kojima  <kkojima@rr.iij4u.or.jp>, Alexandre Oliva  <aoliva@redhat.com>
3890         * configure.tgt (sh-*-linux*): Added.
3891         * Makefile.am: Added eshelf_linux and eshlelf_linux.
3892         * Makefile.in: Rebuilt.
3893         * emulparams/shelf_linux.sh: New file.
3894         * emulparams/shlelf_linux.sh: New file.
3896 2000-09-06  Alan Modra  <alan@linuxcare.com.au>
3898         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
3899         try shuffling sections when the orphan happens to be the place
3900         holder.  Keep count of unique section names generated so we speed
3901         the search for a new name.
3903 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
3905         * configure: Rebuilt with new libtool.m4.
3907 2000-09-05  Nick Clifton  <nickc@redhat.com>
3909         * Makefile.in: Regenerate.
3910         * aclocal.m4: Regenerate.
3911         * configure: Regenerate.
3912         * config.in: Regenerate.
3913         * po/ld.pot: Regenerate.
3915         * ldint.texinfo: Remove CVS revision marker - it foils local
3916         comparisons.
3918         * emultempl/ticoff.em: Remove extraneous comma.
3920 2000-09-05  Alan Modra  <alan@linuxcare.com.au>
3922         * emultempl/hppaelf.em (hppaelf_add_stub_section): Add SEC_RELOC
3923         to stub section flags.
3924         (hppa_for_each_input_file_wrapper): New.
3925         (hppa_lang_for_each_input_file): New.
3926         (lang_for_each_input_file): Define to call above.
3927         (multi_subspace): New.
3928         (hppaelf_finish): Pass multi_subspace to elf32_hppa_size_stubs.
3929         (PARSE_AND_LIST_PROLOGUE): Define.
3930         (PARSE_AND_LIST_LONGOPTS): Define.
3931         (PARSE_AND_LIST_OPTIONS): Define.
3932         (PARSE_AND_LIST_ARGS_CASES): Define.
3933         (hppaelf_finish): Call elf32_hppa_set_gp.
3934         (hppaelf_set_output_arch): Remove.
3935         (LDEMUL_SET_OUTPUT_ARCH): Remove.
3937         * emulparams/hppalinux.sh (ELFSIZE): Define.
3938         (MACHINE): Define.
3939         (OTHER_READONLY_SECTIONS): Define.
3940         (DATA_PLT): Define.
3941         (GENERATE_SHLIB_SCRIPT): Define.
3943         * ldlang.c: Add missing prototypes, and tidy others.  Change CONST
3944         to const throughout.  Change `void *' to `PTR' throughout.
3945         (lang_memory_default): Function is local to file, add `static'.
3947         * Makefile.am (ehppaelf.c): Depend on emultempl/elf32.em.
3948         (ehppalinux.c): Likewise.
3949         (earmelf.c): Likewise.
3950         (earmelf_linux.c): Likewise.
3951         (earmelf_linux26.c): Likewise.
3952         * Makefile.in: Regenerate.
3954         * ld.h (ld_config_type): Add unique_orphan_sections.
3955         * lexsup.c (OPTION_UNIQUE): Define.
3956         (ld_options): Add "--unique".
3957         (parse_args): Handle it.
3958         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
3959         search for an existing output section if unique_orphan_sections is
3960         set.  Make use of bfd_get_unique_section_name rather than
3961         duplicating code here.
3962         * ld.texinfo: Describe --unique.
3964         * lexsup.c (ld_options): Make split-by-reloc arg optional. Add
3965         optional arg to split-by-file.
3966         (parse_args): Handle them.
3967         * ld.texinfo: Update description of these options.
3968         * ldwrite.c (clone_section): Pass in the section name.  Replace
3969         local code with bfd_get_unique_section_name.
3970         (split_sections): Tidy code and comments.  Use a list traversal
3971         more appropriate to the list construction.  Handle cooked section
3972         sizes.  Split when split_by_reloc reached rather than exceeded.
3973         Track section size and split when split_by_file reached.  Fix
3974         link_order_tail (even though it's not used).
3975         (ldwrite): Modify condition for calling split_sections to suit
3976         changed split_by_reloc and split_by_file.
3977         * ldmain.c (main): Init config.split_by_reloc and
3978         config.split_by_file to -1.
3979         * ld.h (ld_config_type): Change split_by_reloc to unsigned.
3980         Change split_by_file to bfd_size_type.
3982 2000-09-02  Nick Clifton  <nickc@redhat.com>
3984         * configure.in: Increase version number to 2.10.91.
3985         * NEWS: Mention new ability to support removal of duplicate DWARF2
3986         debug information.
3987         * configure: Regenerate.
3988         * aclocal.m4: Regenerate.
3989         * config.in: Regenerate.
3991 2000-09-02  Daniel Berlin <dberlin@redhat.com>
3993         * scripttempl/elf.sc: Add .gnu.linkonce.wi.* to .debug_info
3994         sections.
3995         * scripttempl/elf32avr.sc: Ditto.
3996         * scripttempl/elfd10v.sc: Ditto.
3997         * scripttempl/elfd30v.sc: Ditto.
3998         * scripttempl/elfi370.sc: Ditto.
3999         * scripttempl/elfm68hc11.sc: Ditto.
4000         * scripttempl/elfm68hc12.sc: Ditto.
4001         * scripttempl/elfi386beos.sc: Ditto.
4002         * scripttempl/v850.sc: Ditto.
4004 2000-08-31  Alexandre Oliva  <aoliva@redhat.com>
4006         * acinclude.m4: Include libtool and gettext macros from the
4007         top level.
4008         * aclocal.m4, configure: Rebuilt.
4010 2000-08-25  Nick Clifton  <nickc@redhat.com>
4012         * ldlang.c (open_output): When choosing the target for a
4013         particular endianness, do nothing if the target is not
4014         supported.
4016 2000-08-25  H.J. Lu  <hjl@gnu.org>
4018         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Don't
4019         check -rpath nor LD_RUN_PATH for cross link.
4020         * ld.texinfo: Document the change.
4022 2000-08-24  Hans-Peter Nilsson  <hp@axis.com>
4024         * NEWS: Mention support for CRIS.
4026 2000-08-23  H.J. Lu  <hjl@gnu.org>
4028         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Get
4029         the current runpath list from bfd_elf_get_runpath_list ()
4030         before search.
4032 2000-08-22  H.J. Lu  <hjl@gnu.org>
4034         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Search
4035         the DT_RPATH/DT_RUNPATH entries for DT_NEEDED after
4036         LD_LIBRARY_PATH for native linker. Display the needed DSO if
4037         trace_file_tries is non-zero.
4038         (gld${EMULATION_NAME}_try_needed): Report the needed DSO found
4039         if trace_file_tries is non-zero.
4041         * ld.texinfo: Document the usage of DT_RPATH/DT_RUNPATH.
4042         * NEWS: Mention it.
4044 2000-08-14  Jason Eckhardt  <jle@cygnus.com>
4046         * NEWS: Mention i860 support.
4048 2000-08-14  Andreas Schwab  <schwab@suse.de>
4050         * scripttempl/elf.sc: Fix last change to use correct comment
4051         syntax.
4053 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
4055         * scripttempl/elf.sc: Add a comment giving the correspondence
4056         between sections, per-datum sections, and linkonce sections.  Make
4057         the comment true even for .bss, .sdata, .sdata2, .sbss, and
4058         .sbss2.
4060 2000-08-10  Jason Eckhardt  <jle@cygnus.com>
4062         * emulparams/elf32_i860.sh: New file.
4063         * configure.tgt: Recognize new target i860-stardent-{sysv4*|elf*}.
4064         * Makefile.am (ALL_EMULATIONS): Add eelf32_i860.o.
4065         (eelf32_i860.c): New rule.
4066         * Makefile.in: Regenerate.
4068 2000-08-10  Nick Clifton  <nickc@cygnus.com>
4070         * emulparams/mipspe.sh (ENTRY): Add definition.
4072 2000-08-08  Peter Jeremy  <peter.jeremy@alcatel.com.au>
4074         * emultempl/elf32.em (_after_close): Refer to -rpath not --rpath
4075         in error message.
4077 2000-08-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
4079         * scripttempl/elfm68hc11.sc: Define __bss_size symbol to indicate
4080         the final size of .bss section.
4081         * scripttempl/elfm68hc12.sc: Likewise.
4083 2000-08-04  Alan Modra  <alan@linuxcare.com.au>
4085         * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Rename to
4086         gld${EMULATION_NAME}_parse_args for consistency.  Combine
4087         lastoptind and prevoptind vars, and keep track of last optind.
4088         (gld_${EMULATION_NAME}_list_options): Rename to
4089         gld${EMULATION_NAME}_list_options.
4091 2000-08-03  Rodney Brown  <RodneyBrown@pmsc.com>
4093         * configure.tgt: Select targ_emul=elf_i386 for Unixware 7
4094         (i586-sco-sysv5uw7.1.0).
4096 2000-07-27  H.J. Lu  <hjl@gnu.org>
4098         * emulparams/elf64alpha.sh (PARSE_AND_LIST_ARGS): Removed.
4099         (PARSE_AND_LIST_PROLOGUE): New.
4100         (PARSE_AND_LIST_LONGOPTS): Likewise.
4101         (PARSE_AND_LIST_OPTIONS): Likewise.
4102         (PARSE_AND_LIST_ARGS_CASES): Likewise.
4103         (PARSE_AND_LIST_EPILOGUE): Likewise.
4105 2000-07-28  Alan Modra  <alan@linuxcare.com.au>
4107         * emultempl/armelf.em: Elide functions common to elf32.em,
4108         ie. most of the file.
4109         (arm_elf_after_open): New.  Do arm specific things then call
4110         gld${EMULATION_NAME}_after_open.
4111         (arm_elf_before_allocation): New.  Call
4112         gld${EMULATION_NAME}_before_allocation then do arm specifics.
4113         (PARSE_AND_LIST_PROLOGUE): Define.
4114         (PARSE_AND_LIST_SHORTOPTS): Define.
4115         (PARSE_AND_LIST_LONGOPTS): Define.
4116         (PARSE_AND_LIST_OPTIONS): Define.
4117         (PARSE_AND_LIST_ARGS_CASES): Define.
4118         (LDEMUL_AFTER_OPEN): Define.
4119         (LDEMUL_BEFORE_ALLOCATION): Define.
4120         (LDEMUL_BEFORE_PARSE): Define.
4121         (LDEMUL_FINISH): Define.
4123         * emultempl/hppaelf.em: Similarly zap most of this file.
4124         (hppaelf_add_stub_section): Prototype.
4125         (hppaelf_layaout_sections_again): Prototype.
4126         (hook_in_stub): Prototype.
4127         (LDEMUL_SET_OUTPUT_ARCH): Define.
4128         (LDEMUL_FINISH): Define.
4129         (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
4131         * emulparams/armelf.sh (TEMPLATE_NAME): Use elf32.
4132         (EXTRA_EM_FILE): New.
4133         * emulparams/armelf_linux.sh: Likewise.
4134         * emulparams/armelf_linux26.sh: Likewise.
4135         * emulparams/hppalinux.sh: Likewise.
4136         * emulparams/hppaelf.sh: Likewise.
4137         (NOP): Define.
4139         * emultempl/elf32.em: Fix formatting.
4140         (EXTRA_EM_FILE): Source it.
4141         (LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
4142         LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
4143         LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
4144         LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
4145         LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
4146         LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
4147         LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
4148         LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
4149         LDEMUL_FIND_POTENTIAL_LIBRARIES): New shell vars.  Add code to
4150         allow functions in this file to be overridden.
4151         (PARSE_AND_LIST_SHORTOPTS): Handle it.
4153         * emultempl/m68kcoff.em: Include ldfile.h before ldemul.h.
4155         * emultempl/elf32.em: Reorganize file.
4157 2000-07-27  Ivan Kokshaysky  <ink@jurassic.park.msu.ru>
4159         * emulparams/elf64alpha.sh: Implement "-taso" emulation
4160         specific option to fit 64-bit executable in the lower
4161         31-bit address range.  This is done by changing start
4162         address of .interp (the very first section of executable)
4163         and then setting EF_ALPHA_32BIT elf header flag.
4165 2000-07-21  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
4167         * emultempl/m68kcoff.em: New file.
4168         * emulparams/m68kcoff.sh (TEMPLATE_NAME): Use m68kcoff template.
4169         * Makefile.am (em68kcoff.c): Depend on m68kcoff.em rather than
4170         generic.em.
4171         * Makefile.in: Regenerate.
4173 2000-07-20  H.J. Lu  <hjl@gnu.org>
4175         * emultempl/elf32.em (longopts): Duplicate "disable-new-dtags"
4176         and "disable-new-dtags" to stop getopt from treating -d/-e as
4177         abbreviations for these options.
4179 2000-07-20  H.J. Lu  <hjl@gnu.org>
4181         * ld.texinfo: Add documentation for --disable-new-dtags and
4182         --enable-new-dtags.
4184         * ldmain.c (main): Initialize link_info.new_dtags to false.
4186         * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Add
4187         --disable-new-dtags and --enable-new-dtags.
4188         (gld_${EMULATION_NAME}_list_options): Likewise.
4190 2000-07-05  Kenneth Block  <krblock@computer.org>
4192         * lexsup.c: Add optional style to demangle switch
4193         * ld.texinfo: Document optional style to demangle switch.
4195 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
4197         * Makefile.am (ALL_EMULATIONS): Add ecrisaout.o, ecriself.o,
4198         ecrislinux.o.
4199         (ecrisaout.c, ecriself.c, ecrislinux.c): New rules.
4200         Regenerate dependencies.
4201         * Makefile.in: Rebuild.
4202         * configure.tgt (cris-*-*): New target.
4203         * emulparams/crisaout.sh, emulparams/criself.sh,
4204         emulparams/crislinux.sh, scripttempl/crisaout.sc: New files.
4205         * po/POTFILES.in, po/ld.pot: Regenerate.
4207 2000-07-20  H.J. Lu  <hjl@gnu.org>
4209         * emultempl/elf32.em (gld_${EMULATION_NAME}_list_options):
4210         Print out ignored -z options.
4212 2000-07-19  H.J. Lu  <hjl@gnu.org>
4214         * emulparams/elf32mcore.sh (PARSE_AND_LIST_ARGS): Removed.
4215         (PARSE_AND_LIST_PROLOGUE): New.
4216         (PARSE_AND_LIST_LONGOPTS): Likewise.
4217         (PARSE_AND_LIST_OPTIONS): Likewise.
4218         (PARSE_AND_LIST_ARGS_CASES): Likewise.
4220         * ldmain.c (main): Clear link_info.flags and link_info.flags_1.
4222         * lexsup.c (ld_options): Comment out 'z'.
4223         (parse_args): Likewise.
4225         * emultempl/elf32.em: Include "elf/common.h".
4226         (gld_${EMULATION_NAME}_parse_args): Defined. Handle some -z
4227         options.
4228         (gld_${EMULATION_NAME}_list_options): Likewise.
4230         * ld.texinfo: Add documentation for the recognized -z options.
4232 2000-07-19  H.J. Lu  <hjl@gnu.org>
4234         * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Call
4235         bfd_elf_set_dt_needed_soname ().
4237 2000-07-18  DJ Delorie  <dj@cygnus.com>
4239         * pe-dll.c (pe_dll_id_target): check object target name also
4241 2000-07-18  Hans-Peter Nilsson  <hp@axis.com>
4243         * scripttempl/elf.sc (.init): Only do ${INIT_START} and
4244         ${INIT_END} if relocating.
4245         (.fini): Likewise ${FINI_START} and ${FINI_END}.
4247 2000-07-16  Charles Wilson  <cwilson@ece.gatech.edu>
4249         * emultempl/pe.em (gld_*_open_dynamic_archive): New search
4250         order for dynamic library '-lfoo' on pei386: libfoo.dll.a,
4251         foo.dll.a, libfoo.a, libfoo.dll, foo.dll. This fixes compatibility
4252         errors introduced by the old dynamic lib search order.
4254 2000-07-17  DJ Delorie  <dj@cygnus.com>
4256         * pe-dll.c (process_def_file): auto-export data items also
4257         (pe_process_import_defs): also see if _imp_ form needed
4259 2000-07-12  Charles Wilson  <cwilson@ece.gatech.edu>
4261         * pe-dll.c (make_one): fix a typo in the __imp_ name decoration
4262         for dll import libraries
4264 2000-07-12  Mark Elbrecht  <snowball3@bigfoot.com>
4266         * scripttempl/i386go32.sc: Support the g++ attribute init_priority in
4267         gcc 2.95.2 and later.
4269 2000-07-11  Kazu Hirata  <kazu@hxi.com>
4271         * ldfile.c (ldfile_try_open_bfd): Output '\n' after an error
4272         message.
4274 2000-07-10  Alan Modra  <alan@linuxcare.com.au>
4276         * ldemul.h (struct lang_input_statement_struct): Remove forward
4277         declaration.
4278         (struct search_dirs): Likewise.
4279         * ldfile.h (struct lang_input_statement_struct): Likewise.
4280         Protect file from multiple inclusion.
4281         * ldlang.h (LANG_FOR_EACH_INPUT_STATEMENT): Move file_chain
4282         declaration from macro to file scope.
4284         * ldemul.c: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this order.
4285         * ldgram.y: Likewise here.
4286         * ldlang.c: And here.
4287         * ldmain.c: And here.
4288         * mpw-elfmips.c: And here.
4289         * mpw-eppcmac.c: And here.
4290         * emultempl/aix.em: And here.
4291         * emultempl/armcoff.em: And here.
4292         * emultempl/armelf.em: And here.
4293         * emultempl/armelf_oabi.em: And here.
4294         * emultempl/beos.em: And here.
4295         * emultempl/elf32.em: And here.
4296         * emultempl/hppaelf.em: And here.
4297         * emultempl/linux.em: And here.
4298         * emultempl/lnk960.em: And here.
4299         * emultempl/pe.em: And here.
4300         * emultempl/sunos.em: And here.
4301         * mpw-esh.c: And here. Include ldexp.h and ldlang.h too.
4302         * mpw-idtmips.c: Ditto.
4303         * emultempl/generic.em: Ditto.
4304         * emultempl/gld960.em: Ditto.
4305         * emultempl/gld960c.em: Ditto.
4306         * emultempl/mipsecoff.em: Ditto.
4307         * emultempl/ticoff.em: Ditto.
4308         * emultempl/vanilla.em: Ditto.
4310         * pe-dll.c: Include ldfile.h
4311         * ldver.c: Include ldexp.h, ldlang.h, ldfile.h
4313         * mpw-elfmips.c: (gldelf32ebmip_before_allocation): Add missing
4314         arguments to bfd_elf32_size_dynamic_sections call.
4315         (gldelf32ebmip_place_orphan): Add missing arguments to
4316         lang_leave_output_section_statement call.
4318 2000-07-10  H.J. Lu  <hjl@gnu.org>
4320         * emultempl/pe.em (pe_enable_stdcall_fixup): Protect with
4321         DLL_SUPPORT.
4322         (strhash): Likewise.
4323         (compute_dll_image_base): Likewise.
4324         (pe_undef_found_sym): Likewise.
4325         (pe_undef_cdecl_match): Likewise.
4326         (gld_${EMULATION_NAME}_open_dynamic_archive): Mark the
4327         argument "arch" with ATTRIBUTE_UNUSED.
4329 2000-07-10  Alan Modra  <alan@linuxcare.com.au>
4331         * configure.tgt: Remove extraneous hppa*-*-linux-gnu*.
4333         From  Ryan Bradetich  <rbradetich@uswest.net>
4334         * ldwrite.c (SSIZE): Remove to cure macro redefinition warning.
4336 2000-07-09  Alan Modra  <alan@linuxcare.com.au>
4338         Changes to create multiple linker stubs, positioned immediately
4339         before the section where they are required.
4340         * emultempl/hppaelf.em: Include elf32-hppa.h.
4341         (stub_sec, file_chain): Delete.
4342         (hppaelf_create_output_section_statements): Don't make a stub
4343         section here.
4344         (hook_stub_info): New struct.
4345         (hook_in_stub): New function.
4346         (hppaelf_add_stub_section): New function.
4347         (hppaelf_finish): Do nothing for relocateable links.  Modify the
4348         call to elf32_hppa_size_stubs.  Move code for updating section
4349         layout from here...
4350         (hppaelf_layaout_sections_again): ..to here, a new function.
4352         * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Fix
4353         broken list handling.  Pass in a pointer to the list.
4354         (hppaelf_finish): Update call to hppaelf_delete_padding_statements
4355         for above changes.
4356         (hppaelf_before_parse): Prototype.
4357         (hppaelf_set_output_arch): Prototype.
4358         (hppaelf_create_output_section_statements): Prototype.
4359         (hppaelf_delete_padding_statements): Prototype.
4360         (hppaelf_finish): Prototype.
4362         Merge from elf32.em
4363         * emultempl/hppaelf.em: Include ctype.h.
4364         (struct orphan_save): New.
4365         (gld${EMULATION_NAME}_place_orphan): New.
4366         (output_rel_find): New.
4367         (hppaelf_get_script): Update from elf32.em.
4368         (ld_hppaelf_emulation): Rename to ld_${EMULATION_NAME}_emulation.
4369         Change emulation_name field to "${EMULATION_NAME}".  Add
4370         gld${EMULATION_NAME}_place_orphan.
4372         * Makefile.am (ALL_EMULATIONS): Reinstate ehppaelf.o,  add
4373         ehppalinux.o, sort it.  Regenerate dependencies.
4374         (ehppalinux.c): Depend on hppaelf.em
4375         * Makefile.in: Regenerate.
4377         * configure.tgt: targ_emul=hppalinux for hppa*linux
4379         * emulparams/hppalinux.sh: New.
4380         * emulparams/hppaelf.sh (TARGET_PAGE_SIZE): Write in hex.
4382 2000-07-08  Alan Modra  <alan@linuxcare.com.au>
4384         * lexsup.c (parse_args): Copy section name.
4386 2000-07-07  Charles Wilson  <cwilson@ece.gatech.edu>
4388         * emultempl/pe.em: institute the following search order for
4389         dynamic libraries on pei386: libfoo.dll.a, foo.dll.a (import
4390         libs), libfoo.dll, foo.dll (link direct to dll).  Fall back to
4391         static lib (libfoo.a) if none of the above are found.
4393 2000-07-07  Mumit Khan  <khan@xraylith.wisc.edu>
4395         * emultempl/pe.em (pe_enable_auto_image_base): New variable.
4396         (longopts): New --{enable,disable}-auto-image-base options.
4397         (gld_${EMULATION_NAME}_list_options): Document.
4398         (gld_${EMULATION_NAME}_parse): Handle.
4399         (strhash): New static function.
4400         (compute_dll_image_base): New static function.
4401         (gld_${EMULATION_NAME}_set_symbols): Use.
4403 2000-07-05  DJ Delorie  <dj@redhat.com>
4405         * MAINTAINERS: new
4407 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
4409         * configure.tgt: Add traditional mips (mips*-*-sysv4*) target.
4410         * emulparams/elf32btsmip.sh: New file.
4411         * Makefile.am: Add traditional mips target.
4412         * Makefile.in: Rebuild.
4414 2000-07-01  H.J. Lu  <hjl@gnu.org>
4416         * Makefile.am (EXTRA_ld_new_SOURCES): Set to deffilep.y for
4417         automake to use YLWRAP.
4418         * Makefile.in: Rebuild.
4420 2000-07-01  Alan Modra  <alan@linuxcare.com.au>
4422         * Makefile.am (DEP): Fix 2000-06-22.  grep after running dep.sed
4423         (CLEANFILES): Add DEPA.
4424         * Makefile.in: Regenerate.
4426 2000-06-30  Timothy Wall  <twall@ppc>
4428         * scripttempl/tic54xcoff.sc: PAGE N is not implemented, so encode
4429         the page in the upper octet of the address.
4431 2000-06-26  Marek Michalkiewicz  <marekm@linux.org.pl>
4433         * emulparams/avrmega161.sh (ARCH): Change to avr:5.
4435 2000-06-24  Alan Modra  <alan@linuxcare.com.au>
4437         * NEWS: arm-elf does --gc-sections too.
4439 2000-06-22  Alan Modra  <alan@linuxcare.com.au>
4441         * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
4442         find one.
4443         * Makefile.in: Regenerate.
4445 2000-06-21  H.J. Lu  <hjl@gnu.org>
4447         * Makefile.am: Rebuild dependency.
4448         * Makefile.in: Rebuild.
4450 2000-06-20  H.J. Lu  <hjl@gnu.org>
4452         * Makefile.am: Rebuild dependency.
4453         * Makefile.in: Rebuild.
4455 2000-06-20  Timothy Wall  <twall@cygnus.com>
4457         * scripttempl/tic54xcoff.sc: New.
4458         * ldlang.c (wild_doit): Propagate SEC_BLOCK flag.
4459         * gen-doc.texi: Add flag for TI COFF.
4460         * ld.texinfo: Add documentation for TI COFF handling switches.
4461         * emultempl/ticoff.em: New. TI COFF handling.
4462         * configure.tgt: Add tic54x target.
4463         * Makefile.am: Add tic54x target.
4464         * Makefile.in: Ditto.
4466 2000-06-20  Alan Modra  <alan@linuxcare.com.au>
4468         * ldmain.c (set_scripts_dir): Correct pointer comparison when
4469         checking for backslashes.
4471 2000-06-19  Alan Modra  <alan@linuxcare.com.au>
4473         * NEWS: Move entries not in 2.10 above "Changes in version 2.10".
4475 2000-06-18  Alan Modra  <alan@linuxcare.com.au>
4477         * NEWS: Update list of targets supporting --gc-sections.
4479         * scripttempl/elf.sc: KEEP .eh_frame contents.
4480         * scripttempl/elfd30v.sc: Same here.
4482 2000-06-18  Stephane Carrez  <stcarrez@worldnet.fr>
4484         * Makefile.am (ALL_EMULATIONS): Added new emulation for m68hc12
4485         and m68hc11 (elf).
4486         * Makefile.in: Rebuild.
4487         * configure.tgt: Recognize m68hc12 and m68hc11.
4488         * scripttempl/elfm68hc12.sc: New file.
4489         * emulparams/m68hc12elfb: New emulation.
4490         * emulparams/m68hc12elf: New emulation.
4491         * emulparams/m68hc11elfb.sh: New file.  User configurable emulation
4492         (includes a memory.x script to define the ROM and RAM banks).
4493         * scripttempl/elfm68hc11.sc, emulparams/m68hc11elf.sh:
4494         New configuration files for support of Motorola 68hc11
4496 2000-06-15  Alan Modra  <alan@linuxcare.com.au>
4498         * ldmain.c (main): Only change SEC_READONLY for final link.
4500 2000-06-13  H.J. Lu  <hjl@gnu.org>
4502         * configure: Regenerate.
4504 2000-06-08  David O'Brien  <obrien@FreeBSD.org>
4506         * configure.in (VERSION): Update to show this is the CVS mainline.
4508 2000-06-07  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
4510         * emultempl/mipsecoff.em (gld{EMULATION_NAME}_after_open): Require all
4511         input objects to be ECOFF.
4512         (check_sections): einfo takes %B, not %P, to print a BFD name.
4514 2000-06-05  Michael Matz <matz@ifh.de>
4516         * ldgram.y (vers_defns): Handle 'extern "C++" { ... }' in
4517         version scripts.
4519         * ldlex.l (V_IDENTIFIER): Accept `::' in symbols.
4521 2000-05-23  Marek Michalkiewicz  <marekm@linux.org.pl>
4523         * emulparams/avr1200.sh (STACK): Define as 0.
4524         * emulparams/avr23xx.sh (STACK): Define as last internal SRAM address.
4525         * emulparams/avr4433.sh (STACK): Likewise.
4526         * emulparams/avr44x4.sh (STACK): Likewise.
4527         * emulparams/avr85xx.sh (STACK): Likewise.
4528         * emulparams/avrmega103.sh (STACK): Likewise.
4529         * emulparams/avrmega161.sh (STACK): Likewise.
4530         * emulparams/avrmega603.sh (STACK): Likewise.
4531         * scripttempl/elf32avr.sc (__data_start): Define for gcrt1.
4532         (__stack): Define from ${STACK} for main().
4534 2000-05-26  Alan Modra  <alan@linuxcare.com.au>
4536         * Makefile.am: Update dependencies with "make dep-am"
4537         * Makefile.in: Regenerate.
4539 2000-05-26  Eli Zaretskii  <eliz@is.elta.co.il>
4541         * ldmain.c: Include filenames.h.
4542         (set_scripts_dir): Support backslashes in program name.
4544 2000-05-22  Igor Shevlyakov  <igor@windriver.com>
4546         * ldmain.c (main): When deciding if ".text" section should be
4547         read-only, don't forget to reset SEC_READONLY because it
4548         could be already set.
4550 2000-05-22  Thomas de Lellis  <tdel@windriver.com>
4552         * ld.1: Add documentation for new command line option:
4553                 --section-start <sectionname>=<sectionorg>
4554         This is a generic version of -Ttext etc. which accepts
4555         any section name as a parameter instead of just text/data/
4556         bss.
4557         * ld.texinfo: More docs.
4558         * NEWS: More docs.
4559         * lexsup.c: (parse_args): Recognize new command line option.
4560         (ld_options): Add new option.
4562 2000-05-18  H.J. Lu  <hjl@gnu.org>
4564         * lexsup.c (parse_args): `i' == `r', not `q'.
4566 2000-05-18  Jeffrey A Law  (law@cygnus.com)
4568         * configure.tgt (hppa*64*-*-*): Enable PA64 target.
4570 2000-05-17 S. Bharadwaj Yadavalli  <sby@scrugs.lkg.dec.com>
4571               Rick Gorton          <gorton@scrugs.lkg.dec.com>
4573         Add support for '-q' == '--emit-relocs' switch.
4574         * ldmain.c (main): Default to false.
4575         * lexsup.c (parse_args): Turn on emitrelocations flag if set.
4576         * NEWS: Describe the emitrelocations switch.
4577         * ld.texinfo: Describe the emitrelocations switch.
4579 2000-05-16  Charles Wilson <cwilson@ece.gatech.edu>
4581         * emultempl/pe.em (_open_dynamic_archive): New function: Search
4582         the library path for "foo.dll" and "libfoo.dll" dynamic libraries
4583         before searching for 'libfoo.a' in response to a '-Bdynamic -lfoo'
4584         link options.
4586 2000-05-15  David O'Brien  <obrien@FreeBSD.org>
4588         * lexsup.c (parse_args): Update the year in the copyright notice.
4590 2000-05-13  Alan Modra  <alan@linuxcare.com.au>
4592         * ld.h (gettext, dgettext, dcgettext, textdomain, bindtextdomain):
4593         Replace defines with those from intl/libgettext.h to quieten gcc
4594         warnings.
4596 2000-05-10  H.J. Lu  <hjl@gnu.org>
4598         * ldlang.c (open_input_bfds): Don't load the same file within
4599         a group again if the whole archive has been loaded already.
4601 2000-05-03  Alan Modra  <alan@linuxcare.com.au>
4603         From Ulf Carlsson <ulfc@engr.sgi.com> and Andreas Jaeger <aj@suse.de>
4604         * lexsup.c (set_section_start): Use bfd_scan_vma rather than
4605         strtoul.
4607 2000-05-01  Jim Wilson  <wilson@cygnus.com>
4609         * configure.host (ia64-*-linux-gnu*): Change gcc to ${CC}.
4611         * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
4612         host "ia64-*-linux-gnu*".
4614 2000-04-29  Andreas Jaeger  <aj@suse.de>
4616         * ld.h: Correctly check GCC version.
4618 2000-04-25  Jeffrey A Law  (law@cygnus.com)
4620         * Makefile.am: Add PA64 support.  Add missing dependencies for
4621         PA32 elf support.
4622         * Makefile.in: Rebuilt.
4623         * configure.tgt: Add PA64 support (currently disabled).
4625 2000-04-25  Alan Modra  <alan@linuxcare.com.au>
4627         * emultempl/elf32.em (gld${EMULATION_NAME}_place_section): Delete.
4628         (output_rel_find): New function.
4629         (hold_section, hold_use): Delete.
4630         (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
4631         hold_interp): Make local to place_orphan.
4632         (gld${EMULATION_NAME}_place_orphan): Use lang_output_section_find
4633         rather than place_section to find possible previous use of orphan.
4634         Similarly find the place-holder output sections.  Use returned
4635         value from lang_enter_output_section_statement rather than calling
4636         lang_output_section_statement_lookup.
4637         * emultempl/armelf.em: Same here.
4638         * emultempl/pe.em: Similar to above, but no need for output_rel_find.
4640         * ldlang.c (lang_enter_output_section_statement): Return output
4641         section statement.
4642         * ldlang.h (lang_enter_output_section_statement): Change
4643         declaration too.
4645         * ldlang.h (lang_output_section_statement): Export it.
4646         * ldlang.c (lang_output_section_statement): Ditto.
4648 2000-04-24  Nick Clifton  <nickc@cygnus.com>
4650         * ld.texinfo (Output Section Data): Add note that section data
4651         commands cannot appear outside of section directives.
4653 2000-04-2  Matthew Green  <mrg@cygnus.com>
4655         * configure.tgt: Add NetBSD/sparc ELF, and NetBSD/sparc64 support.
4657 2000-04-21  Richard Henderson  <rth@cygnus.com>
4658             David Mosberger  <davidm@hpl.hp.com>
4660         * Makefile.am (ALL_64_EMULATIONS): Add eelf64_ia64.o.
4661         (eelf64_ia64.c): New rule.
4662         * Makefile.in: Rebuild.
4663         * configure.tgt (ia64-*-elf*, ia64-*-linux*): New targets.
4664         * emulparams/elf64_ia64.sh: New file.
4666 2000-04-21  Richard Henderson  <rth@cygnus.com>
4668         * scripttempl/elfd30v.sc: Place .gcc_except_table.
4670 2000-04-19  Alan Modra  <alan@linuxcare.com.au>
4672         * dep-in.sed: Match space at start of file name, not at end.
4674 2000-04-18  H.J. Lu  <hjl@gnu.org>
4676         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Call
4677         lang_leave_output_section_statement () after calling
4678         lang_enter_output_section_statement ().
4679         * emultempl/armelf.em: Likewise.
4681 2000-04-18  Alan Modra  <alan@linuxcare.com.au>
4683         * emultempl/elf32.em (struct orphan_save): Add section field.
4684         (gld${EMULATION_NAME}_place_orphan): Use above to keep sections in
4685         better order, and place first orphan section as we did before the
4686         2000-04-12 patch.  Ignore ~SEC_ALLOC sections when choosing place.
4687         Don't call make_bfd_section here, let wild_doit do the job for us.
4688         Don't build a statement list when we'll only throw it away.
4689         * emultempl/armelf.em: Ditto.
4690         * emultempl/pe.em: Similarly.
4692 2000-04-14  Geoff Keating  <geoffk@cygnus.com>
4694         * scripttempl/elfppc.sc: Remove.
4695         * emulparams/elf32ppc.sh: Use elf.sc.
4696         * emulparams/elf32lppc.sh: Use elf.sc.
4697         * emulparams/elf32ppclinux.sh: Use elf.sc.
4698         * emulparams/elf32ppcsim.sh: New file.
4699         * emulparams/elf32lppcsim.sh: New file.
4700         * Makefile.am: Update dependencies.  Add elf32ppcsim ad elf32lppcsim.
4701         (ALL_EMULATIONS): Add elf32ppcsim ad elf32lppcsim.
4702         * Makefile.in: Regenerate.
4703         * configure.tgt (powerpc-*): Add elf32ppcsim and elf32lppcsim.
4705 2000-04-14  Alan Modra  <alan@linuxcare.com.au>
4707         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Process
4708         ~SEC_ALLOC sections too.  Init start address of debug sections.
4709         * emultempl/armelf.em (gld${EMULATION_NAME}_place_orphan): Ditto.
4710         * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Ditto.
4711         Also set all relocateable section start addresses.
4713 2000-04-13  Geoff Keating  <geoffk@cygnus.com>
4715         * scripttempl/elf.sc: Add support for .sbss2 and .sdata2 sections.
4716         Add new BSS_PLT variable for when .plt need not be contained in
4717         the file.  Move _etext so that it is also after .fini, and provide
4718         both etext and _etext with a leading underscore.  Mark the start
4719         and end of .sbss.
4721 2000-04-12  Alan Modra  <alan@linuxcare.com.au>
4723         * emultempl/elf32.em (struct orphan_save): New.
4724         (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
4725         hold_interp): Make them struct orphan_save.
4726         (gld${EMULATION_NAME}_place_section): Modify for new hold_*.
4727         (gld${EMULATION_NAME}_place_orphan): Add new orphan sections to
4728         the end of the relevant section list.  Also add associated section
4729         statements to the end of any previous orphan statements.
4730         * emultempl/armelf.em: Similarly.
4731         * emultempl/pe.em: Similarly.
4733 2000-04-11  Alan Modra  <alan@linuxcare.com.au>
4735         * ld.texinfo (Simple Example): Remove extraneous paragraph.
4737 2000-04-07  Andrew Cagney  <cagney@b1.cygnus.com>
4739         * configure.in (WARN_CFLAGS): Set to -W -Wall by default.  Add
4740         --enable-build-warnings option.
4741         * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
4742         * Makefile.in, configure: Re-generate.
4744 2000-04-04  Alan Modra  <alan@linuxcare.com.au>
4746         * po/ld.pot: Regenerate.
4748         * lexsup.c (help): Restore translated part of bug string.
4750         * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
4751         (DEP): Quote when passing vars to sub-make.  Add warning message
4752         to end.
4753         (DEP1): Rewrite for "gcc -MM".
4754         (CLEANFILES): Add DEP2.
4755         Update dependencies.
4756         * Makefile.in: Regenerate.
4758 2000-04-03  Alan Modra  <alan@linuxcare.com.au>
4760         * ld.h: #include "bin-bugs.h"
4761         * lexsup.c (help): Use REPORT_BUGS_TO.
4763 2000-03-27  Denis Chertykov  <denisc@overta.ru>
4765         * configure.tgt (avr-*-*): New target support.
4766         * Makefile.am: Likewise.
4767         * scripttempl/elf32avr.sc: New script file.
4768         * emulparams/avr1200.sh: New file.
4769         * emulparams/avr23xx.sh: New file.
4770         * emulparams/avr4433.sh New file.
4771         * emulparams/avr44x4.sh New file.
4772         * emulparams/avr85xx.sh New file.
4773         * emulparams/avrmega103.sh New file.
4774         * emulparams/avrmega161.sh New file.
4775         * emulparams/avrmega603.sh New file.
4776         * Makefile.in: Regenerate.
4778 2000-03-09  Andreas Jaeger  <aj@suse.de>
4780         * Makefile.am (check-DEJAGNU): Also unset LANG.
4781         * Makefile.in: Rebuild.
4783 2000-03-06  Ian Lance Taylor  <ian@zembu.com>
4785         * ldfile.c (ldfile_try_open_bfd): Don't crash if we see an empty
4786         archive.
4788 2000-03-02  H.J. Lu  <hjl@gnu.org>
4790         * emulparams/elf32mcore.sh: Include "getopt.h".
4792 2000-03-01  Ian Lance Taylor  <ian@zembu.com>
4794         * configure.tgt: Remove *-*-aout, *-*-coff, and *-*-netware.
4796 2000-03-01  H.J. Lu  <hjl@gnu.org>
4798         * emulparams/mipspe.sh: Add SUBSYSTEM and INITIAL_SYMBOL_CHAR.
4799         * emulparams/shpe.sh: Likewise.
4801 2000-03-01  Nick Clifton  <nickc@cygnus.com>
4803         * pe-dll.c: Remove unused variables and add ATTRIBUTE_UNUSED
4804         to unused parameters.
4806         * emultempl/pe.em: Add "#ifdef DLL_SUPPORT" around static
4807         functions only used by DLL code.
4808         (_place_orphan): Initialise 'dollar'.
4810 2000-03-01  H.J. Lu  <hjl@gnu.org>
4812         * ldmain.c (undefined_symbol): Take one more arg, fatal, to
4813         indicate if the undefined symbol is a fatal error or not.
4814         Don't delete the output file if "fatal" is false.
4816 2000-02-29  H.J. Lu  <hjl@gnu.org>
4818         * Makefile.am (check-DEJAGNU): Also pass LIBS="$(LIBS)".
4819         Set LC_COLLATE and LC_ALL to null and export them. It is for
4820         sort which expects the C locale.
4821         Add $(LIBS) to all $(HOSTING_LIBS).
4822         * Makefile.in: Rebuild.
4824 2000-02-29  Alan Modra  <alan@spri.levels.unisa.edu.au>
4826         * emultempl/{aix.em, armcoff.em, armelf.em, armelf_oabi.em,
4827         beos.em, elf32.em, generic.em, gld960.em, gld960c.em, hppaelf.em,
4828         linux.em, lnk960.em, mipsecoff.em, sunos.em, vanilla.em}
4829         (ld_emulation_xfer_struct): Add missing NULL initialiser for
4830         find_potential_libraries.
4832 2000-02-28  Jim Blandy  <jimb@redhat.com>
4834         * ldgram.y (exclude_name_list): Don't require a comma to separate
4835         list entries; the lexer considers commas to be valid part of a
4836         filename, so in something like `foo, bar' the comma is considered
4837         part of the first filename, `foo,'.
4838         * ld.texinfo: Update section on EXCLUDE_FILE lists.
4840 2000-02-27  Loren J. Rittle  <ljrittle@acm.org>
4842         * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
4843         host "i[3456]86-*-freebsdelf*".
4845 2000-02-27  Mark Elbrecht  <snowball3@bigfoot.com>
4847         * scripttempl/i386go32.sc: Move misplaced semicolons.
4849 2000-02-25  Ian Lance Taylor  <ian@zembu.com>
4851         * Makefile.am (ALL_EMULATIONS): Remove ehppaelf.o.
4852         (ALL_64_EMULATIONS): Remove eelf64hppa.o.
4853         (eelf64hppa.c, ehppaelf.c): Remove targets.
4854         * Makefile.in: Rebuild.
4856 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
4858         * configure.tgt (targ_extra_ofiles): Enable elf64_sparc on
4859         GNU/Linux/sparc, but keep the default as 32.
4861         * configure.tgt: Enable elf64_sparc on Solaris7+/sparc.  And make
4862         it default if sparcv9 or sparc64.
4864 2000-02-24  Nick Clifton  <nickc@cygnus.com>
4866         * Makefile.am: Add rules to build emipspe.o and earmpe.o.
4867         * Makefile.in: Regenerate.
4868         * configure.tgt: Add targets for arm-wince, sh-pe and mips-pe.
4870         * ldemul.h (ld_emulation_xfer_struct): Add new field:
4871         find_potential_libraries.
4872         * ldemul.c (ldemul_find_potential_libraries): New function.
4874         * ldfile.c (ldfile_open_file_search): Allow function to be
4875         exported.
4876         (ldfile_open_file): Call ldemul_find_potential_libraries.
4877         * ldfile.h: Add prototype for ldfile_open_file_search.
4879         * pe-dll.c: Add support for ARM, MIPS and SH targets.
4881         * emulparams/mipspe.sh: New file.  Parameters for mips-pe target.
4882         * emulparams/shpe.sh: New file.  Parameters for sh-pe target.
4884         * emultempl/pe.em: Add support for ARM, MIPS and SH DLLs.
4885         (gld_X_find_potential_libraries): New function.  Search for
4886         libraries called "*.lib".
4888         * scripttempl/pe.sc: Add .pdata section.
4890 2000-02-23  Richard Henderson  <rth@cygnus.com>
4892         * scripttempl/elfd10v.sc: Remove dynamic linking hooks.
4893         Add and use memory regions.
4895 2000-02-23  Linas Vepstas (linas@linas.org)
4897         * emulparams/elf32i370.sh, scripttempl/elfi370.sc: New.
4899         * Makefile.am: Add support for Linux/IBM 370.
4900         * configure.tgt: Likewise.
4902         * Makefile.in: Regenerate.
4904 2000-02-21  Alan Modra  <alan@spri.levels.unisa.edu.au>
4906         * ldlang.c (print_input_section, print_data_statement,
4907         print_reloc_statement, print_padding_statement, insert_pad,
4908         size_input_section, lang_check_section_addresses,
4909         lang_size_sections, lang_do_assignments, lang_set_startof,
4910         lang_one_common): Change `opb' to unsigned.
4911         (lang_do_assignments): Also change `size' to unsigned.
4913 2000-02-16  Richard Henderson  <rth@cygnus.com>
4915         * scripttempl/elf.sc: Place OTHER_PLT_RELOC_SECTION.
4917 2000-02-16  Timothy Wall  <twall@cygnus.com>
4919         * mri.c (mri_draw_tree): Add default LMA region argument to call
4920         to lang_leave_output_section_statement.
4921         * ldlang.h: Update prototypes with LMA region arguments.
4922         * ldlang.c (lang_size_sections): Encapsulate region bounds
4923         checking in os_check_region call.
4924         (os_check_region): New function.
4925         (lang_output_section_statement_lookup): Initialize lma_region.
4926         (lang_leave_output_section_statement): Add LMA region argument.
4927         (lang_leave_overlay): Ditto.
4928         * ldgram.y: Handle LMA region syntax.
4929         * ld.texinfo (Output Section Description): Describe LMA region usage.
4930         * emultempl/armelf.em (gld$place_orphan): Add default value for
4931         lma region in call to lang_leave_output_section_statement.
4932         * emultempl/elf32.em (gld$place_orphan): Add default value for
4933         lma region in call to lang_leave_output_section_statement.
4934         * emultempl/pe.em (gld$place_orphan): Add default value for
4935         lma region in call to lang_leave_output_section_statement.
4938 2000-02-04  Timothy Wall  <twall@redhat.com>
4940         * ldlang.c (lang_check_section_addresses): Use bytes instead of
4941         octets when calculating section end addresses.
4943 2000-02-04  Timothy Wall  <twall@redhat.com>
4945         * ldlang.c (lang_size_sections): Fix typo in ALIGN_N invocation.
4947 2000-02-03  Timothy Wall <twall@redhat.com>
4949         * ldexp.c (fold_name): Make SIZEOF operator return byte count, not
4950         octet count.
4951         * ldlang.c (print_input_section, print_data_statement,
4952         print_reloc_statement, print_padding_statement): Print target
4953         address values and section sizes as bytes, not octets.
4954         (insert_pad) Calculate padding size in octets, and adjust "dot"
4955         by bytes.
4956         (size_input_section) Always adjust "dot" by bytes, not octets.
4957         (lang_check_section_addresses, lang_do_assignments) Adjust
4958         "dot" by bytes, not octets.  Use the larger of the directive size
4959         or octets_per_byte for the number of octets actually allocated in
4960         the output section.
4961         (lang_set_startof) Make sure STARTOF returns a target address.
4962         (lang_one_common) Record size changes in octets.
4963         (lang_abs_symbol_at_end_of) Section end symbol's value is
4964         recorded in target bytes.
4965         * ld.texinfo: Updated description of BYTE, SHORT, LONG, etc.
4966         to be clear about behavior when an octet is smaller than one byte.
4968 2000-01-27  Alan Modra  <alan@spri.levels.unisa.edu.au>
4970         * ldcref.c (output_cref): Don't pass message strings to printf
4971         as format arg.
4972         Update copyright.
4974         * ldmisc.c (vfinfo): Same here.
4975         Update copyright.
4977 2000-01-23  Alan Modra  <alan@spri.levels.unisa.edu.au>
4979         * emultempl/{armcoff.em,armelf.em,armelf_oabi.em,beos.em,
4980         generic.em,gld960.em,gld960c.em,hppaelf.em,linux.em,lnk960.em,
4981         mipsecoff.em,sunos.em,vanilla.em} (ld_emulation_xfer_struct):
4982         Add missing NULL initialisers, and comments.
4984         * testsuite/ld-srec/sr3.cc (__rethrow): New.
4986 2000-01-21  Nick Clifton  <nickc@cygnus.com>
4988         * ldlang.c (lang_size_sections): Fix typo in comment.
4990 2000-01-18  H.J. Lu  <hjl@gnu.org>
4992         * ldlang.c (lang_size_sections): Also update the current
4993         address of a region if the SEC_NEVER_LOAD bit is not set.
4995 2000-01-10  Philip Blundell  <pb@futuretv.com>
4997         * configure.tgt (arm*-*-conix*): New target.
4999 2000-01-07  Nick Clifton  <nickc@cygnus.com>
5001         * ld.texinfo (Options): Remind users to preceed linker command
5002         line switches with -Wl, (or whatever is appropriate) if it is
5003         being invoked by a comnpiler driver program.
5004         Fix description of the behaviour of the -n command line switch.
5006 2000-01-05  Catherine Moore  <clm@cygnus.com>
5008         * ld.h (wildcard_spec):  Change exclude_name to exclude_name_list.
5009         (name_list): New.
5010         * ld.texinfo (EXCLUDE_FILE): Update documentation.
5011         * ldgram.y (wildcard_spec): Support a list of excluded_files.
5012         (exclude_name_list): New.
5013         ldlang.c (walk_wild_section): Support list of excluded files.
5014         (print_wild_statement): Likewise.
5015         (lang_add_wild): Likewise.
5016         * ldlang.h (lang_wild_statement_type): Likewise.
5017         * scripttempl/elf.sc (OTHER_EXCLUDE_FILES): Support.
5019 2000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
5021         * pe-dll.c (pe_dll_warn_dup_exports): New variable.
5022         (process_def_file): Use.
5023         (pe_dll_compat_implib): New variable.
5024         (make_one): Use.
5026         * pe-dll.h: Add exports of pe_dll_warn_dup_exports and
5027         pe_dll_compat_implib.
5029         * emultempl/pe.em (longopts): Add warn-duplicate-exports and
5030         compat-implib options.
5031         (gld_${EMULATION_NAME}_list_options): List new options.
5032         (gld_${EMULATION_NAME}_parse_args): Handle.
5034         * pe-dll.c (pe_dll_generate_implib): Use the correct name for output
5035         dll.
5037         * deffilep.y (opt_name): Allow "." in name.
5039 For older changes see ChangeLog-9899
5041 Local Variables:
5042 mode: change-log
5043 left-margin: 8
5044 fill-column: 74
5045 version-control: never
5046 End: