* gas/i386/opcode.d: Tweak lgdt for 2001-07-18 change.
[binutils.git] / ld / ChangeLog
blob771f720019ffcfd9357fc3b497f737d4aafcc161
1 2001-07-19  Nick Clifton  <nickc@cambridge.redhat.com>
3         * ldexp.c (exp_print_tree): Use stderr if config.map_file is not
4         available.  Do not print NULL trees.
5         (exp_print_token): Print unknown tokens with values > 126 as
6         decimal values not ASCII characters.
8         * ldlang.c (lang_leave_overlay): If a region is specified assign
9         it to all sections inside the overlay unless they have been
10         assigned to the own, non-default, memory region.
12         * README: Add header for consistency with other README files.
14 2001-07-14  H.J. Lu  <hjl@gnu.org>
16         * emultempl/elf32.em (output_prev_sec_find): Never return
17         bfd_abs_section_ptr, bfd_com_section_ptr nor
18         bfd_und_section_ptr.
20 2001-07-14  Nick Clifton  <nickc@cambridge.redhat.com>
22         * Makefile.am (em32relf.c): Chnage dependencu from generic.em to
23         elf32.em.
24         * Makefile.in: Regenerate.
26 2001-07-14  matthew green  <mrg@eterna.com.au>
28         * configure.tgt (i386-*-netbsdelf*): New target.
29         (i386-*-netbsd*): Set targ_extra_emuls to `elf_i386'
31 2001-07-13  Jakub Jelinek  <jakub@redhat.com>
33         * emultempl/elf32.em (output_prev_sec_find): New.
34         (place_orphan): Use it.
36 2001-07-11  H.J. Lu  <hjl@gnu.org>
38         * ldmain.c (main): Fix typos in the last change.
40 2001-07-11  Jakub Jelinek  <jakub@redhat.com>
42         * ldmain.c (main): Disallow -F and -f without -shared.
44 2001-07-11  Nick Clifton  <nickc@cambridge.redhat.com>
46         * emultempl/pe.em (after_open): Check for the output_bfd not
47         having any coff_data structure allocated to it.
49 2001-07-09  David O'Brien  <obrien@FreeBSD.org>
51         * emultempl/elf32.em: Do not assuming that contents of the buffer
52         returned from basename function will remain unchanged accross other
53         function calls.
55 2001-07-03  H.J. Lu  <hjl@gnu.org>
57         * scripttempl/elf.sc (DYNAMIC_PAD): Revert the change made on
58         2001-07-03. It creates dynamic entries even for static binaries.
60 2001-07-03  Jakub Jelinek  <jakub@redhat.com>
62         * scripttempl/elf.sc (DYNAMIC_PAD): New variable.
63         (DYNAMIC): Use it to reserve few dynamic entries for
64         post-linking tools.
66 2001-06-27  Alan Modra  <amodra@bigpond.net.au>
68         * emulparams/hppa64linux.sh: New file.
69         * configure.tgt: hppa*64*-*-linux* uses hppa64linux.sh
70         * Makefile.am (ALL_64_EMULATIONS): Add ehppa64linux.o
71         (ehppa64linux.c): Add rule to make it.
72         Run "make dep-am".
73         * Makefile.in: Regenerate.
75 2001-06-21  Hans-Peter Nilsson  <hp@axis.com>
77         * ld.texinfo (Options, -r): Mention restrictions when using
78         different object formats.
80 2001-06-19  Hans-Peter Nilsson  <hp@axis.com>
82         * ldlang.c (lang_check): Emit fatal error if relocatable link
83         between different object flavours with relocations in input.
85 2001-06-19  H.J. Lu  <hjl@gnu.org>
87         * ld.texinfo (-E, --export-dynamic): Mention --version-script.
88         (--version-script): Mention the language support.
90 2001-06-19  H.J. Lu <hjl@gnu.org>
92         * ldlang.c (lang_check): Revert the change mode on 2001-06-15.
94 2001-06-18  H.J. Lu <hjl@gnu.org>
96         * Makefile.am (ld.1): Remove the prefix `$(srcdir)/'.
97         (diststuff): Add $(MANS).
98         * Makefile.in: Regenerated.
100         * ld.1: Removed.
102 2001-06-18  Hans-Peter Nilsson  <hp@axis.com>
104         * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
105         Update for API change in bfd_elf${ELFSIZE}_size_dynamic_sections.
106         * mpw-elfmips.c (gldelf32ebmip_before_allocation): Ditto.
107         * ld.h (args_type): Remove member export_dynamic.  All users
108         changed to use struct bfd_link_info member.
110         * Makefile.am (ecriself.c, ed10velf.c, ei386moss.c): Depend on
111         $(srcdir)/emultempl/elf32.em, not $(srcdir)/emultempl/generic.em.
112         * Makefile.in: Regenerate.
114 2001-06-18  H.J. Lu  <hjl@gnu.org>
116         * ldlang.c (init_os): Add the newline to the einfo call.
117         (lang_check): Likewise.
118         (lang_do_version_exports_section): Likewise.
120 2001-06-15  H.J. Lu  <hjl@gnu.org>
122         * lexsup.c (parse_args); Save optind to report unrecognized
123         option.
125 2001-06-15  Hans-Peter Nilsson  <hp@axis.com>
127         * ldlang.c (lang_check): Emit fatal error if relocatable link
128         between different object flavours.
130         * lexsup.c (parse_args) <case OPTION_EXPORT_DYNAMIC, case 'E'>:
131         Set new link_info member export_dynamic.
132         * ldmain.c (main): Initialize new link_info member export_dynamic.
134 2001-06-12  Nick Clifton  <nickc@cambridge.redhat.com>
136         * ldlang.c (walk_wild): Only call walk_wild_file if
137         lookup_name returns something.
138         (lookup_name): If load_symbols fails, return NULL.
139         (load_symbols): Chnage to a boolean function.
140         (open_input_bfds): If load_symbols fails then do not make the
141         executable.
143 2001-06-08  Alan Modra  <amodra@bigpond.net.au>
145         * ldlang.c (record_bfd_errors): Remove.
147         * emultempl/aix.em: Fix copyright dates.
149 2001-06-07  Andreas Jaeger  <aj@suse.de>
151         * elf_x86_64.sh (NONPAGED_TEXT_START_ADDR): Increase.
152         (TEXT_START_ADDR): Likewise.
154 2001-06-06  Martin Schwidefsky <schwidefsky@de.ibm.com>
156         * configure.host: Set HOSTING_CRT0/HOSTING_LIBS correctly for s/390.
158 2001-06-05  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
160         * emultempl/pe.em (init): Reduce default stack reserve to 0x200000.
162 2001-05-31  H.J. Lu  <hjl@gnu.org>
164         * ldlang.c (open_input_bfds): Don't change the bfd error
165         handler whilst loading symbols.
167 2001-05-28  Nick Clifton  <nickc@cambridge.redhat.com>
169         * configure.tgt: Remove i370-mvs architecture, it is not currently
170         supported.
172 2001-05-25  H.J. Lu  <hjl@gnu.org>
174         * emulparams/ppcmacos.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
175         like emulparams/aixppc.sh.
177 2001-05-25  H.J. Lu  <hjl@gnu.org>
179         * emultempl/beos.em (gld${EMULATION_NAME}_before_parse): Move
180         setting of output_filename after bfd_scan_arch.
181         * emultempl/pe.em: Likewise.
183 2001-05-25  H.J. Lu  <hjl@gnu.org>
185         * emulparams/aixrs6.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
186         like emulparams/aixppc.sh.
188         * emultempl/aix.em (sc): Use ${srcdir}/emultempl/ostring.sed
189         instead of ${srcdir}/emultempl/stringify.sed.
191 2001-05-25  Timothy Wall  <twall@oculustech.com>
193         * emulparams/elf64_aix.sh: Change settings to match IBM linker
194         output.
196 2001-05-25  Alan Modra  <amodra@one.net.au>
198         * configure.host: Replace linuxoldld with linux*oldld.
199         * configure.tgt: Likewise.
201 2001-05-24  H.J. Lu  <hjl@gnu.org>
203         * emultempl/stringify.sed: Removed again.
205 2001-05-24  H.J. Lu  <hjl@gnu.org>
207         * emultempl/aix.em (OUTPUT_ARCH): Defined.
208         (gld${EMULATION_NAME}_before_parse): Initialize
209         ldfile_output_architecture, ldfile_output_machine and
210         ldfile_output_machine_name from ${OUTPUT_ARCH} if possible.
211         * emultempl/beos.em: Likewise.
212         * emultempl/elf32.em: Likewise.
213         * emultempl/linux.em: Likewise.
214         * emultempl/mipsecoff.em: Likewise.
215         * emultempl/pe.em: Likewise.
216         * emultempl/sunos.em: Likewise.
218 2001-05-24 Tom Rix <trix@redhat.com>
220         * emultempl/aix.em : (gld${EMULATION_NAME}_read_file)
221         udate import file format.
222         (change_symbol_mode) New, same
223         (is_syscall) New, same
224         * emulparams/aixppc.sh : add SYSCALL_MASK and SYMBOL_MODE_MASK
225         * emulparams/aixppc64.sh : same
226         * emulparams/aixrs6.sh : same
227         * emulparams/ppcmacos.sh : same
228         * emultempl/aix.em : use strtoull to parse options
229         * Makefile.am : add eaixppc64 emulation for xcoff64
230         * Makefile.in : same
231         * configure.tgt : same
233         * scripttempl/aix.sc : default text section offset to 0x10000000
234          default data section offset to 0x20000000
235         add .sv3264 and .sv64 pseudo sections
236         loader and debug sections use the currect section offset.
238         * emultempl/aix.em : Add xcoff64 support
239         Add -binitfini support
240         (gld${EMULATION_NAME}_before_parse) -binitfini
241         (gld${EMULATION_NAME}_parse_args) same
242         (gld${EMULATION_NAME}_before_allocation) format change for special
243         sections
245         * emulparams/aixppc64.sh : New file for xcoff64 support
247 2001-05-23  Alexandre Oliva  <aoliva@redhat.com>
249         * emultempl/elf32.em (ELF_INTERPRETER_SET_DEFAULT): Use this new
250         variable to avoid non-portable shell construct.
252 2001-05-23  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
254         * ldmain.c (get_emulation): Add -mips5 command line argument.
256 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
258         * emulparams/elf_i386_ldso.sh: New, copied from elf_i386.sh.
259         (ELF_INTERPRETER_NAME): Define it.
260         * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Use
261         it.
262         * configure.tgt (targ_emul, targ_extra_emuls)
263         [i[3456]86-*-solaris2*, i[3456]86-*-solaris*]: Use elf_i386_ldso
264         as primary, elf_i386 as extra.
265         * Makefile.am (ALL_EMULATIONS): Added eelf_i386_ldso.o.
266         (eelf_i386_ldso.c): New rule.
267         * Makefile.in: Rebuilt.
269 2001-05-22  Nick Clifton  <nickc@redhat.com>
271         * lexsup.c (ld_options):  Allow -I to be an alias for
272         --dynamic-linker.  This is for Solaris compatability.
273         * ld.texinfo: Document that -I can be used.
274         * ld.1: Regenerate.
276 2001-05-16  Alan Modra  <amodra@one.net.au>
278         * ldlang.c (wild_doit): Use linker_has_input to reliably determine
279         whether an input section is the first one assigned to an output
280         section.
281         Assorted formatting fixes.
283 2001-05-14  DJ Delorie  <dj@delorie.com>
285         * Makefile.am (ld.dvi): Search bfd/doc for texinfo files.
286         * Makefile.in: Ditto.
288 2001-05-11  Jakub Jelinek  <jakub@redhat.com>
290         * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Put
291         .gnu.linkonce.ia64unw{,i} sections into corresponding .IA_64.unwind*
292         output sections.
293         * emulparams/elf64_aix.sh (OTHER_READONLY_SECTIONS): Likewise.
295 2001-05-11  Jakub Jelinek  <jakub@redhat.com>
297         * ldlang.c (lang_process): Call bfd_merge_sections.
299 2001-05-07  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
301         * ldgram.y: Fix typo.
303 2001-05-03  H.J. Lu  <hjl@gnu.org>
305         * emultempl/elf32.em: Include "libiberty.h".
306         (gld${EMULATION_NAME}_vercheck): Call basename () to get the
307         basename of the bfd filename.
308         (gld${EMULATION_NAME}_stat_needed): Likewise.
309         (gld${EMULATION_NAME}_try_needed): Likewise.
310         (gld${EMULATION_NAME}_open_dynamic_archive): Likewise.
312 2001-05-02  H.J. Lu  <hjl@gnu.org>
314         * emultempl/pe.em: Include <ctype.h>.
316 2001-05-02  Johan Rydberg  <jrydberg@opencores.org>
318         * emulparams/elf32openrisc.sh: New file.
320         * Makefile.am: Add OpenRISC target.
321         * Makefile.in: Regenerated.
323         * configure.tgt: Add openrisc-*-* mapping.
325 2001-05-02  Nick Clifton  <nickc@redhat.com>
327         * emultempl/aix.em: Replace buystring with xstrdup.
328         * emultempl/beos.em: Replace buystring with xstrdup.
330 2001-05-02  H.J. Lu  <hjl@gnu.org>
332         * ldfile.c: Include "libiberty.h".
333         * ldlex.l: Likewise.
335         * ldmisc.c (buystring): Removed.
336         * ldmisc.h: Likewise.
338         * ldfile.c: Replace buystring with xstrdup.
339         * ldlang.c: Likewise.
340         * ldlex.l: Likewise.
341         * ldmain.c: Likewise.
342         * ldmisc.c: Likewise.
343         * lexsup.c: Likewise.
344         * mpw-eppcmac.c: Likewise.
346 2001-04-30  Andreas Jaeger  <aj@suse.de>
348         * emulparms/elf_x86_64.sh (MAXPAGESIZE): Fix value.
350 2001-04-28  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
352         * ldlang.c (load_symbols): Give emulation a chance
353         to process unrecognized file before fatal error is
354         reported, not after.
356 2001-04-27  Sean McNeil <sean@mcneil.com>
358         * configure.tgt: Add arm-vxworks target.
359         * scripttempl/armcoff.sc: Support .text or .data as a section name
360         prefix.
361         Define _etext.
363 2001-04-13  J.T. Conklin  <jtc@redback.com>
365         * ld.texinfo: Document --fatal-warnings.
366         * ld.1: Regenerate.
368         * ldmisc.c (vfinfo): Set flag to inhibit making executable if
369         warnings have been turned into errors.
370         * lexsup.c (OPTION_WARN_FATAL): Define.
371         (ld_options): Entry for --fatal-warnings.
372         (parse_args): Handle OPTION_WARN_FATAL.
373         * ld.h (ld_config_type): Add fatal_warnings field.
375 2001-04-13  Jakub Jelinek  <jakub@redhat.com>
377         * ldmain.c (main): Default to discard_sec_merge.
378         * lexsup.c (OPTION_DISCARD_NONE): Define.
379         (ld_options): Add --discard-none.
380         (parse_args): Handle OPTION_DISCARD_NONE.
381         * ldlang.c (wild_doit): SEC_MERGE should be set in the output
382         section only if SEC_MERGE and SEC_STRINGS flags and entsize of
383         all its input sections match.
385 2001-04-05  Steven J. Hill  <sjhill@cotw.com>
387         * Makefile.am (ALL_EMULATIONS): Add eelf32ltsmip.o.
388         (ALL_64_EMULATIONS): Add eelf64btsmip.o and eelf64ltsmip.o.
389         (eelf32ltsmip.c): New target.
390         (eelf64btsmip.c): Likewise.
391         (eelf64ltsmip.c): Likewise.
392         * Makefile.in: Regenerated.
394         * configure.tgt (mips*el-*-linux-gnu): Uses traditional MIPS
395         target.
396         (mips*-*-linux-gnu*): Likewise.
398         * emulparams/elf32ltsmip.sh: New. Traditional little endian
399         MIPS taget.
400         * emulparams/elf64btsmip.sh: New. Traditional 64bit big endian
401         target.
402         * emulparams/elf64ltsmip.sh: New. Traditional 64bit little
403         endian target.
405 2001-04-05  Hans-Peter Nilsson  <hp@axis.com>
407         * emulparams/criself.sh (EXECUTABLE_SYMBOLS): Cannot provide
408         correct value of __Stext here.
409         (TEXT_START_SYMBOLS): Define; always define __Stext, to start of
410         .startup section.
412         * emulparams/crislinux.sh: Remove FIXME.
414 2001-04-02  Alan Modra  <alan@linuxcare.com.au>
416         * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 64k.
417         (TEXT_START_ADDR, TARGET_PAGE_SIZE): Likewise.
419 2001-03-27  Hans-Peter Nilsson  <hp@axis.com>
421         * configure.tgt (cris-*-*): Change default emulation to criself.
422         (cris-*-*aout*): New rule.
424 2001-03-27  Matthew Wilcox  <willy@ldl.fc.hp.com>
426         * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 0x4000.
427         (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
429 2001-03-26  Andreas Jaeger  <aj@suse.de>
431         * ld.texinfo (Overview): Fix syntax in texi code.
433 2001-03-25  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
435         * ld.texinfo: Put @c man indications to generate the ld man page.
436         When generating man, define all the variables.  Define SEEALSO
437         and SYNOPSIS.  Re-organize some lines to avoid the cross references.
438         * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variables.
439         (ld.1): Generate from ld.texinfo.
440         * Makefile.in: Regenerate.
442 2001-03-23  Mark Elbrecht <snowball3@bigfoot.com>
444         * scripttempl/i386go32.sc: Support the GCC flags '-ffunction-sections'
445           and '-fdata-sections'. Set the VMA of STABS sections to zero.
447 2001-03-17  Ulrich Drepper  <drepper@redhat.com>
449         * emultmpl/elf32.em (gld${EMULATION_NAME}_search_needed): If NAME
450         is an absolute path look only for this file and not along the path.
452 2001-03-17  Ulrich Drepper  <drepper@redhat.com>
454         * emultempl/elf32.em (OPTION_GROUP): New macro.
455         Add new option Bgroup to longopts.
456         (gld*_parse_args): Handle GROUP_OPTION and recognize -z defs.
457         (gld*_list_options): Add -Bgroup and -z defs.
458         * ld.1: Document -Bgroup and -z defs.
459         * ld.texinfo: Likewise.
461 2001-03-07  Michael Meissner  <meissner@redhat.com>
463         * scripttempl/elfd10v.sc (.rodata,.rodata1,.data1,.sdata): Deal
464         with sections created by -fdata-sections.
465         (.dynbss,.bss): Ditto.
467 2001-03-05  Alan Modra  <alan@linuxcare.com.au>
469         * emultempl/m68kelf.em (m68k_elf_after_allocation): Call
470         after_allocation_default, not gld..._before_allocation.
472 2001-02-27  Alan Modra  <alan@linuxcare.com.au>
474         * configure.in (BFD_VERSION): New.
475         (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
476         * configure: Regenerate.
477         * Makefile.am: Run "make dep-am"
478         * Makefile.in: Regenerate.
480 2001-02-26  Timothy Wall  <twall@cygnus.com>
482         * emulparams/elf64_aix.sh: Add additional read-only sections;
483         uncomment lines which are now required.
485 2001-02-26  H.J. Lu  <hjl@gnu.org>
487         * ldlang.c (open_input_bfds): Set the bfd error handler so
488         that problems can be caught whilst loading symbols.
489         (record_bfd_errors): New function: Report BFD errors and mark
490         the executable output as being invalid.
492 2001-02-22  Timothy Wall  <twall@cygnus.com>
494         * configure.host: Add configuration for ia64-*-aix*.
495         * Makefile.am (ALL_64_EMULATIONS): Add emulation for ia64-*-aix*.
496         Add dependencies for eelf64_aix.c.
497         * Makefile.in: Regenerate.
498         * configure.tgt: Add ia64-*-aix* mapping.
499         * emulparams/elf64_aix.sh: Add settings for elf64 on aix5.
500         * testsuite/ld-bootstrap/bootstrap.exp: Exclude ia64 flavor from
501         AIX-specific test.
503 2001-02-20  H.J. Lu  <hjl@gnu.org>
505         * ldfile.c (ldfile_open_file): Set entry->search_dirs_flag to
506         false if we found the file.
508 2001-02-18  David O'Brien  <obrien@FreeBSD.org>
510         * configure.tgt: Add FreeBSD/Alpha, FreeBSD/x86-64, FreeBSD/ia64,
511         FreeBSD/PowerPC, FreeBSD/arm, and FreeBSD/sparc64 entries.
513 2001-02-18  lars brinkhoff  <lars@nocrew.org>
515         * Makefile.am: Add PDP-11 target.
516         * configure.tgt: Likewise.
517         * emulparams/pdp11.sh: New file.
519 2001-02-17  David O'Brien  <obrien@FreeBSD.org>
521         * configure.host: Add a generic FreeBSD configuration entry such that
522         all [modern] FreeBSD systems on all platforms will look the same.
524 2001-02-14  H.J. Lu  <hjl@gnu.org>
526         * configure.tgt: Remove mention of earmelf_linux26.
528 2001-02-13  Richard Henderson  <rth@redhat.com>
530         * emulparams/elf64_ia64.sh (OTHER_GOT_SYMBOLS): Remove.
532 2001-02-13  H.J. Lu  <hjl@gnu.org>
534         * ldexp.h (node_type): Add etree_provided.
535         * ldexp.c (exp_fold_tree): Handle etree_provided. Set the node
536         type to etree_provided if defined by PROVIDE. Allow updating
537         for etree_provided.
538         (exp_print_tree): Handle etree_provided.
539         * mpw-elfmips.c (gldelf32ebmip_find_exp_assignment): Handle
540         etree_provided.
542 2001-02-09  David Mosberger  <davidm@hpl.hp.com>
544         * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add
545         .IA_64.unwind.* pattern to unwind table section and
546         .IA_64.unwind_info* pattern to unwind info section.
548 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
550         * Makefile.am: Add linux target for S/390.
551         * Makefile.in: Likewise.
552         * configure.host: Likewise.
553         * configure.tgt: Likewise.
554         * emulparams/elf64_s390.sh: New file.
555         * emulparams/elf_s390.sh: New file.
557 2001-02-09  Jakub Jelinek  <jakub@redhat.com>
559         * configure.tgt (sparc64-*-linux-gnu*): Add elf32_sparc into
560         targ_extra_libpath.
561         (sparc-*-linux-gnu*): Add elf64_sparc into targ_extra_libpath.
563 2001-02-06  Philip Blundell  <philb@gnu.org>
565         * Makefile.am: Remove mention of earmelf_linux26.
566         * Makefile.in: Regenerate.
568 2001-02-04  Philip Blundell  <philb@gnu.org>
570         * emulparams/armelf_linux.sh (TEXT_START_ADDR): Set to 0x8000.
571         * emulparams/armelf_linux26.sh: Delete.
572         * configure.tgt: Remove mention of armelf_linux26 emulation.
574 2001-02-01  Nick Clifton  <nickc@redhat.com>
576         * ld.1: Replace occurances of -oformat with --oformat.
578 2001-01-25  Jim Driftmyer <jdrift@stny.rr.com>
580         * ldlang.c (lang_leave_overlay): Don't set lma_region when
581         load_base is specified.
583 2001-01-24  Hans-Peter Nilsson  <hp@axis.com>
585         * emultempl/elf32.em: Correct spelling in comments and listed
586         options.
588 2001-01-23  Alan Modra  <alan@linuxcare.com.au>
590         * ldlang.c (lang_leave_overlay): Only set lma_region from the
591         default for the first section of a group of overlay sections.
593 2001-01-22  Alan Modra  <alan@linuxcare.com.au>
595         * Makefile.am (GENSCRIPTS): Pass exec_prefix.
596         * Makefile.in: Regenerate.
597         * genscripts.sh: Use exec_prefix parameter to specify tool lib.
598         Check for null tool_dir.
600 2001-01-16  Jim Wilson  <wilson@redhat.com>
602         * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add IA_64.unwind
603         and IA_64.unwind.info.
605 2001-01-16  H.J. Lu  <hjl@gnu.org>
607         * ldlang.c (lang_check): Merge the private data only if the
608         input file has contents.
610 2001-01-14  Alan Modra  <alan@linuxcare.com.au>
612         * emulparams/hppalinux.sh (OUTPUT_FORMAT): Set to elf32-hppa-linux.
614         * emultempl/hppaelf.em (hppaelf_after_parse): New function,
615         enabling search for libmilli.  On a relocatable link, make .text
616         sections unique.
617         (LDEMUL_AFTER_PARSE): Define.
618         (hppaelf_finish): Correct spelling of relocatable in comments.
620         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
621         rummage through the script for sections on the unique list.
622         Correct length of strncmp for ".note".
623         (gld${EMULATION_NAME}_check_needed): Rearrange function.
625         * ldlang.c (unique_section_list): New var.
626         (unique_section_p): New function.
627         (walk_wild_section): Don't match sections on unique_section_list.
628         (lang_add_unique): New function.
629         Correct spelling of relocatable in comments.
631         * ldlang.h (struct unique_sections): Declare.
632         (unique_section_list): Declare.
633         (unique_section_p): Declare.
634         (lang_add_unique): Declare.
636         * lexsup.c (ld_options): Allow --unique to take an optional arg.
637         (parse_args [OPTION_UNIQUE]): Call lang_add_unique.
639         * ld.texinfo (--unique): Update.
641 2001-01-13  Nick Clifton  <nickc@redhat.com>
643         * lexsup.c (parse_args): Remove spurious white space.
645 2001-01-12  Nick Clifton  <nickc@redhat.com>
647         * lexsup.c (parse_args): Update copyright date.
649 2001-01-12  Philip Blundell  <pb@futuretv.com>
651         * configure.host: Set HOSTING_LIBS appropriately for ix86-cygwin.
653 2001-01-10  Kazu Hirata  <kazu@hxi.com>
655         * scripttempl/h8300.sc: Fix formatting.  Fix a comment typo.
656         * scripttempl/h8300h.sc: Fix formatting.
657         * scripttempl/h8300s.sc: Likewise.
658         * scripttempl/h8500.sc: Likewise.
659         * scripttempl/h8500b.sc: Likewise.
660         * scripttempl/h8500c.sc: Likewise.
661         * scripttempl/h8500m.sc: Likewise.
662         * scripttempl/h8500s.sc: Likewise.
664 2000-01-07  David O'Brien  <obrien@BSDi.com>
666         * emultempl/elf32.em: Only perform Linux ld hints processing when
667         targeting Linux.
669 2001-01-07  Philip Blundell  <philb@gnu.org>
671         * ld.texinfo (Bug Reporting): Update email address for reports.
673 2000-12-31  Nick Clifton  <nickc@redhat.com>
675         * lexsup.c (parse_args): Set opterr to 0 and detect unparsed long
676         options by checking for a return value of '?' not -1.
678 2000-12-28  Nick Clifton  <nickc@redhat.com>
680         * lexsup.c (struct ld_option): Add new enum value:
681         EXACTLY_TWO_DASHES.
682         (ld_options[]): Change -omagic, -output and -oformat options
683         to be EXACTLY_TWO_DASHES.
684         (OUTPUT_COUNT): Use ARRAY_SIZE.
685         (parse_args): Change parameter 'argc' to unsigned.
686         Place EXACTLY_TWO_DASHES options into new really_longopts
687         array.
688         If getopt_long_only fails, try calling getopt_long using the
689         really_longopts array.
690         (help): Print a double dash for both EXACTLY_TWO_DASHES and
691         TWO_DASHES options.
693         * ldlex.h: Fix prototype of parse_args.
695         * ld.texinfo: Document that long options starting with 'o'
696         must be preceeded by two dashes.  Change example of a single
697         dashed long option from -oformat to -trace-symbol.
699 2000-12-26  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
701         * emultempl/pe.em (OPTION_NO_DEFAULT_EXCLUDES): Define.
702         (longopts[]): New --no-default-excludes option.
703         (gld_${EMULATION_NAME}_list_options): Document.
704         (gld_${EMULATION_NAME}_parse_args): Handle.
706 2000-12-13  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
708         * ldlang.c (new_stat): Revert the last beautification with "innocent"
709         whitespace, it breaks the K&R C preprocessor.
711 2000-12-11  DJ Delorie  <dj@redhat.com>
713         * ld.texinfo: Add notes about --whole-archive and gcc.
715 2000-11-18  Fred Fish  <fnf@be.com>
717         * lexsup.c (OPTION_ALLOW_SHLIB_UNDEFINED): Define.
718         (ld_options): Entry for --allow-shlib-undefined.
719         (parse_args): Handle OPTION_ALLOW_SHLIB_UNDEFINED.
720         * ldmain.c (main): Initialize link_info.allow_shlib_undefined
721         to false.
722         * ld.texinfo: Document new command line switch.
724 2000-12-12  Geoffrey Keating  <geoffk@redhat.com>
726         * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS):
727         .fixup is actually read/write.
728         * emulparams/elf32lppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
729         * emulparams/elf32ppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
730         * emulparams/elf32lppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
732 Mon Dec 11 14:50:33 MET 2000  Jan Hubicka  <jh@suse.cz>
734         * NEWS: Add note about x86_64 architecture.
736 2000-12-06  Mark Elbrecht  <snowball3@bigfoot.com>
738         * scripttempl/i386go32.sc: Use PROVIDE with _etext, _edata, _end.
739         Set DWARF2 sections to a VMA of zero.
741 2000-12-01      Joel Sherrill <joel@OARcorp.com>
743         * configure.tgt (arm-*-rtems*, a29k-*rtems*, h8300-*-rtems*):
744         New targets.
745         (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
746         (sparc*-*-rtems*): Switched from a.out to ELF.
748 2000-11-30  Jan Hubicka  <jh@suse.cz>
750         * Makefile.am (ALL_EMULATIONS): Add eelf_x86_64.o
751         (eelf_x86_64.c): New.
752         * Makefile.in: Regenerate.
753         * configure.tgt: Add support for x86_64-*-linux-gnu*.
754         * emulparams/elf_x86_64.sh: New.
756 2000-11-30  Hans-Peter Nilsson  <hp@axis.com>
758         * emulparams/crislinux.sh (ENTRY): Change back to _start.
759         (TEXT_START_SYMBOLS): Remove conditional setting of __start.
761         * scripttempl/crisaout.sc: Change all RELOCATING not related to
762         merging non-a.out sections into CONSTRUCTING.
764 2000-11-28  Nick Clifton  <nickc@redhat.com>
766         * ld.1 (COPYING): Mention that the GNU Free Documentation
767         License is present in the sources, but not the output, and
768         also available from the GNU website.
769         (GNU Free Documentation License): Comment out this section.
771 2000-11-28  David O'Brien  <obrien@dragon.nuxi.com>
773         * emulparams/elf64alpha.sh (ENTRY): Remove leading underscore as ELF
774         does not use them.
776 2000-11-25  David O'Brien  <obrien@FreeBSD.org>
778         * ld.1: Remove old date so it does not give the impression the manpage
779         is way out of date.
781 2000-11-24  Nick Clifton  <nickc@redhat.com>
783         * configure.tgt (xscale-coff): Add target.
784         (xscale-elf): Add target.
786 2000-11-24  Fred Fish  <fnf@be.com>
788         * ldmain.c (main): Remove redundant init of config.make_executable
789         to true.
791 2000-11-15  Richard Henderson  <rth@redhat.com>
793         * emulparams/elf64alpha.sh (MAXPAGESIZE): Typo -- 64k, not 1M.
795 2000-11-14  Kazu Hirata  <kazu@hxi.com>
797         * scripttempl/h8300.sc: Fix formatting.
798         * scripttempl/h8300h.sc: Likewise.
799         * scripttempl/h8300s.sc: Likewise.
801 Tue Nov 14 00:59:19 2000  Denis Chertykov  <denisc@overta.ru>
803         * scripttempl/elf32avr.sc: Fix bug in .eeprom segment.
805 2000-11-09  Philip Blundell  <pb@futuretv.com>
807         * emultempl/pe.em: Define ___start_SECNAME and ___stop_SECNAME
808         around orphan sections whose names can be represented in C.
810 2000-11-07  Jim Wilson  <wilson@redhat.com>
812         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): New local
813         hold_sdata.  If SEC_SMALL_DATA set, set place to hold_sdata.
815 2000-11-06  Nick Clifton  <nickc@redhat.com>
817         * ld.texinfo: Add GNU Free Documentation License.
818         * ldint.texinfo: Add GNU Free Documentation License.
819         * ld.1: Add GNU Free Documentation License.
821 2000-11-05  Alan Modra  <alan@linuxcare.com.au>
823         * ldlex.l (yy_create_string_buffer): Init yy_is_our_buffer,
824         yy_is_interactive, yy_at_bol, and yy_fill_buffer.
826         * Makefile.am (DISTCLEANFILES): Add stringify.sed.
827         Move 2000-11-02 Makefile.in changes to this file.
828         * Makefile.in: Regenerate.
830 2000-11-03  Nick Clifton  <nickc@redhat.com>
832         * scripttempl/h8300.sc: Use ${CONSTRUCTING...} to enclose
833         constructors and destructors.
834         * scripttempl/h8300h.sc: Ditto.
835         * scripttempl/h8300s.sc: Ditto.
836         * scripttempl/h8500.sc: Ditto.
837         * scripttempl/h8500b.sc: Ditto.
838         * scripttempl/h8500c.sc: Ditto.
839         * scripttempl/h8500m.sc: Ditto.
840         * scripttempl/h8500s.sc: Ditto.
841         * scripttempl/v850.sc: Ditto.
842         * scripttempl/w65.sc: Ditto.
843         * scripttempl/z8000.sc: Ditto.
845 2000-11-02  Per Lundberg  <plundis@chaosdev.org>
847         * Makefile.in (e_i386_chaos.c): New rule.
848         (ALL_EMULATIONS): Added e_i386_chaos.o.
849         * emulparams/elf_i386_chaos.sh: New file.
850         * configure.tgt: Recognise i[3456]86-chaosdev-storm-chaos.
852 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
854         * emulparams/elf64_sparc.sh (TEXT_START_ADDR,
855         NONPAGED_TEXT_START_ADDR): Set to 4GB for Solaris targets.
856         Fix sed invocation, so that it coped with '/' in Solaris 64bit
857         library path suffix.
858         Based on patch by Andrew Macleod <amacleod@cygnus.com>.
860 2000-10-18  Hans-Peter Nilsson  <hp@axis.com>
862         * scripttempl/crisaout.sc (.text, .data): Pad, with ALIGN (32),
863         for consecutive sections.
865 2000-10-17  Chandrakala Chavva  <cchavva@redhat.com>
867         * lexsup.c: New option OPTION_TARGET_HELP. Prints all target specific
868         options.
869         * ld.texinfo: Added notes about this new option.
871 2000-10-16  Nick Clifton  <nickc@redhat.com>
873         * emultempl/pe.em (_after_open): Add tests of return values from
874         bfd functions.  Emit appropriate error messages if necessary.
876 2000-10-13  Nick Clifton  <nickc@redhat.com>
878         * emultempl/pe.em (_after_open): Delete 'is2' and 'nsyms'
879         local variables - they are not used, but leave in the call to
880         bfd_canonicalize_symtab.
881         (_open_dynamic_archive): Add #ifdef DLL_SUPPORT around use of
882         pe_dll_search_prefix.
884 2000-10-12  Charles Wilson  <cwilson@ece.gatech.edu>
886         * emultempl/pe.em (pe_dll_search_prefix): New variable,
887         (longopts): New --dll-search-prefix option.
888         (gld_${EMULATION_NAME}_list_options): Document.
889         (gld_${EMULATION_NAME}_parse_args): Handle.
890         (gld_${EMULATION_NAME}_open_dynamic_archive): When linking
891         dynamically, search for a dll named '<prefix><basename>.dll'
892         in preference to 'lib<basename>.dll' if --dll-search-prefix
893         is specified.
895 2000-10-12  Alan Modra  <alan@linuxcare.com.au>
897         * ldlang.c (section_already_linked): Set kept_section instead of
898         sec->comdat->sec.
900 2000-10-10  Kazu Hirata  <kazu@hxi.com>
902         * deffile.h: Fix formatting.
903         * lexsup.c: Likewise.
904         * mri.c: Likewise.
906 2000-10-09  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
908         * pe-dll.c (make_one): Do not generate code thunk for DATA
909         exports.
910         (process_def_file): deduce DATA flag for auto-export sumbols.
912 2000-10-09  Kazu Hirata  <kazu@hxi.com>
914         * ld.h: Fix formatting.
915         * ldcref.c: Likewise.
916         * ldctor.h: Likewise.
917         * ldemul.c: Likewise.
918         * ldemul.h: Likewise.
919         * ldexp.c: Likewise.
920         * ldexp.h: Likewise.
921         * ldfile.c: Likewise.
922         * ldfile.h: Likewise.
923         * ldlang.c: Likewise.
924         * ldlang.h: Likewise.
925         * ldmain.c: Likewise.
926         * pe-dll.c: Likewise.
928         * pe-dll.c: Revert some formatting fixes.
930 2000-10-08  Kazu Hirata  <kazu@hxi.com>
932         * pe-dll.c: Fix formatting.
934 2000-10-05  Kazu Hirata  <kazu@hxi.com>
936         * ldlang.c: Fix formatting.
938 2000-10-03  DJ Delorie  <dj@redhat.com>
940         * pe-dll.c (fill_edata): initialize entire block
941         (make_one): fill in correct section.
943 2000-10-03  Kazu Hirata  <kazu@hxi.com>
945         * ldexp.c: Fix formatting.
947 2000-10-02  DJ Delorie  <dj@redhat.com>
949         * emultempl/pe.em (gld_*_after_open): detect case where there two
950         import libraries for same dll; rename one to ensure proper link
951         order.
953         * pe-dll.c (process_def_file): compare ordinals to -1, not 0; fix
954         typo
955         (generate_edata): fix typo
957 2000-09-29  Hans-Peter Nilsson  <hp@axis.com>
959         * scripttempl/crisaout.sc (ENTRY): Now __start.
960         (.text): Add default setting for __start.
961         Remove CONSTRUCTORS handling.
962         (/DISCARD/): Add .gnu.warning.*.
963         * emulparams/crislinux.sh (ENTRY): Now __start.
964         (TEXT_START_SYMBOLS): New; provide __Stext and __start default.
965         * emulparams/criself.sh (OUTPUT_FORMAT): Now elf32-us-cris.
966         (ENTRY): Now __start.
967         (INITIAL_READONLY_SECTIONS): Add KEEP for .startup.
968         (EXECUTABLE_SYMBOLS): Add default setting for __start.
970 2000-09-29  Kazu Hirata  <kazu@hxi.com>
972         * deffile.h: Fix formatting.
973         * ld.h: Likewise.
974         * ldcref.c: Likewise.
975         * ldctor.c: Likewise.
976         * ldctor.h: Likewise.
977         * ldemul.c: Likewise.
978         * ldemul.h: Likewise.
979         * ldexp.c: Likewise.
980         * ldexp.h: Likewise.
981         * ldfile.c: Likewise.
982         * ldfile.h: Likewise.
983         * ldlang.c: Likewise.
984         * ldlang.h: Likewise.
985         * lexsup.c: Likewise.
986         * mri.c: Likewise.
987         * pe-dll.c: Likewise.
989 2000-09-28  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
991         * pe-dll.c (process_def_file): Uninitialized data wasn't
992         exported with --export-all-symbols switch.
994 2000-09-28  DJ Delorie  <dj@redhat.com>
996         * pe-dll.c (fill_edata): rearrange the data so that ordinals and
997         noname work properly.
999 2000-09-28  Alan Modra  <alan@linuxcare.com.au>
1001         * ld.texinfo (HPPA ELF32): New section.
1003         * emultempl/hppaelf.em (group_size): New.
1004         (hppaelf_finish): Pass group_size to elf32_hppa_size_stubs.
1005         (PARSE_AND_LIST_PROLOGUE): Add OPTION_STUBGROUP_SIZE.
1006         (PARSE_AND_LIST_LONGOPTS): Add --stub-group-size.  Duplicate
1007         options to prevent abbreviations matching.
1008         (PARSE_AND_LIST_OPTIONS): Describe the above.  Reformat.
1009         (PARSE_AND_LIST_ARGS_CASES): Handle it.
1011 2000-09-21  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
1013         * emultempl/m68kelf.em: Conditionalise the embedded relocs feature
1014         on the m68*-*-elf target.  Make it support COFF input objects.
1016 2000-09-21  Kazu Hirata  <kazu@hxi.com>
1018         * ldmain.c: Fix formatting.
1019         * ldmisc.c: Likewise.
1020         * ldver.c: Likewise.
1021         * ldwrite.c: Likewise.
1023 2000-09-21  Alan Modra  <alan@linuxcare.com.au>
1025         * ldwrite.c (clone_section): Silence gcc warnings.
1027 2000-09-20  Alan Modra  <alan@linuxcare.com.au>
1029         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Handle
1030         out of memory failure.
1032         * ldwrite.c (ldwrite): Remove unnecessary einfo arg.
1033         (clone_section): Handle out of memory failures.  Rename var to
1034         avoid c++ reserved word.
1036 2000-09-18  Alan Modra  <alan@linuxcare.com.au>
1038         * emultempl/hppaelf.em (hppaelf_add_stub_section): Rename
1039         stub_name param to stub_sec_name.
1040         (hppaelf_finish): Modify call to elf32_hppa_size_stubs.
1042 2000-09-10  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
1044         * emultempl/m68kelf.em: New file.
1045         * emulparams/m68kelf.sh (EXTRA_EM_FILE): Use it.
1046         * Makefile.am (em68kelf.c): Add dependency on m68kelf.em.
1047         * Makefile.in: Regenerate.
1049 2000-09-15  Alan Modra  <alan@linuxcare.com.au>
1051         * emulparams/hppalinux.sh (DATA_START_SYMBOLS): Provide $global$
1052         only as needed.
1054 2000-09-13  Nick Clifton  <nickc@redhat.com>
1056         * ldmain.c (multiple_definition): Disable relaxation if
1057         multiple symbol definitions are encountered - otherwise the
1058         linker could abort with an assertion failure.
1060 2000-09-10  Nick Clifton  <nickc@redhat.com>
1062         * mri.c: Fix formatting.
1064 2000-09-07  H.J. Lu  <hjl@gnu.org>
1066         * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
1067         * configure: Rebuild.
1069 2000-09-07  H.J. Lu  <hjl@gnu.org>
1071         * Makefile.am (lexsup.o): Also depend on $(INCDIR)/demangle.h.
1072         * Makefile.in: Rebuild.
1074 2000-09-07  Alan Modra  <alan@linuxcare.com.au>
1076         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Fix
1077         broken list handling.  Create __start_SECNAME and __stop_SECNAME
1078         when no place-holder.  Add some comments.  Test both SEC_CODE and
1079         SEC_READONLY for hold_text to prevent .rodata orphan poisoning.
1080         Handle case where no output section statement created.
1082 2000-09-07  Niibe Yutaka  <gniibe@m17n.org>, Kaz Kojima  <kkojima@rr.iij4u.or.jp>, Alexandre Oliva  <aoliva@redhat.com>
1084         * configure.tgt (sh-*-linux*): Added.
1085         * Makefile.am: Added eshelf_linux and eshlelf_linux.
1086         * Makefile.in: Rebuilt.
1087         * emulparams/shelf_linux.sh: New file.
1088         * emulparams/shlelf_linux.sh: New file.
1090 2000-09-06  Alan Modra  <alan@linuxcare.com.au>
1092         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
1093         try shuffling sections when the orphan happens to be the place
1094         holder.  Keep count of unique section names generated so we speed
1095         the search for a new name.
1097 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
1099         * configure: Rebuilt with new libtool.m4.
1101 2000-09-05  Nick Clifton  <nickc@redhat.com>
1103         * Makefile.in: Regenerate.
1104         * aclocal.m4: Regenerate.
1105         * configure: Regenerate.
1106         * config.in: Regenerate.
1107         * po/ld.pot: Regenerate.
1109         * ldint.texinfo: Remove CVS revision marker - it foils local
1110         comparisons.
1112         * emultempl/ticoff.em: Remove extraneous comma.
1114 2000-09-05  Alan Modra  <alan@linuxcare.com.au>
1116         * emultempl/hppaelf.em (hppaelf_add_stub_section): Add SEC_RELOC
1117         to stub section flags.
1118         (hppa_for_each_input_file_wrapper): New.
1119         (hppa_lang_for_each_input_file): New.
1120         (lang_for_each_input_file): Define to call above.
1121         (multi_subspace): New.
1122         (hppaelf_finish): Pass multi_subspace to elf32_hppa_size_stubs.
1123         (PARSE_AND_LIST_PROLOGUE): Define.
1124         (PARSE_AND_LIST_LONGOPTS): Define.
1125         (PARSE_AND_LIST_OPTIONS): Define.
1126         (PARSE_AND_LIST_ARGS_CASES): Define.
1127         (hppaelf_finish): Call elf32_hppa_set_gp.
1128         (hppaelf_set_output_arch): Remove.
1129         (LDEMUL_SET_OUTPUT_ARCH): Remove.
1131         * emulparams/hppalinux.sh (ELFSIZE): Define.
1132         (MACHINE): Define.
1133         (OTHER_READONLY_SECTIONS): Define.
1134         (DATA_PLT): Define.
1135         (GENERATE_SHLIB_SCRIPT): Define.
1137         * ldlang.c: Add missing prototypes, and tidy others.  Change CONST
1138         to const throughout.  Change `void *' to `PTR' throughout.
1139         (lang_memory_default): Function is local to file, add `static'.
1141         * Makefile.am (ehppaelf.c): Depend on emultempl/elf32.em.
1142         (ehppalinux.c): Likewise.
1143         (earmelf.c): Likewise.
1144         (earmelf_linux.c): Likewise.
1145         (earmelf_linux26.c): Likewise.
1146         * Makefile.in: Regenerate.
1148         * ld.h (ld_config_type): Add unique_orphan_sections.
1149         * lexsup.c (OPTION_UNIQUE): Define.
1150         (ld_options): Add "--unique".
1151         (parse_args): Handle it.
1152         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
1153         search for an existing output section if unique_orphan_sections is
1154         set.  Make use of bfd_get_unique_section_name rather than
1155         duplicating code here.
1156         * ld.texinfo: Describe --unique.
1158         * lexsup.c (ld_options): Make split-by-reloc arg optional. Add
1159         optional arg to split-by-file.
1160         (parse_args): Handle them.
1161         * ld.texinfo: Update description of these options.
1162         * ldwrite.c (clone_section): Pass in the section name.  Replace
1163         local code with bfd_get_unique_section_name.
1164         (split_sections): Tidy code and comments.  Use a list traversal
1165         more appropriate to the list construction.  Handle cooked section
1166         sizes.  Split when split_by_reloc reached rather than exceeded.
1167         Track section size and split when split_by_file reached.  Fix
1168         link_order_tail (even though it's not used).
1169         (ldwrite): Modify condition for calling split_sections to suit
1170         changed split_by_reloc and split_by_file.
1171         * ldmain.c (main): Init config.split_by_reloc and
1172         config.split_by_file to -1.
1173         * ld.h (ld_config_type): Change split_by_reloc to unsigned.
1174         Change split_by_file to bfd_size_type.
1176 2000-09-02  Nick Clifton  <nickc@redhat.com>
1178         * configure.in: Increase version number to 2.10.91.
1179         * NEWS: Mention new ability to support removal of duplicate DWARF2
1180         debug information.
1181         * configure: Regenerate.
1182         * aclocal.m4: Regenerate.
1183         * config.in: Regenerate.
1185 2000-09-02  Daniel Berlin <dberlin@redhat.com>
1187         * scripttempl/elf.sc: Add .gnu.linkonce.wi.* to .debug_info
1188         sections.
1189         * scripttempl/elf32avr.sc: Ditto.
1190         * scripttempl/elfd10v.sc: Ditto.
1191         * scripttempl/elfd30v.sc: Ditto.
1192         * scripttempl/elfi370.sc: Ditto.
1193         * scripttempl/elfm68hc11.sc: Ditto.
1194         * scripttempl/elfm68hc12.sc: Ditto.
1195         * scripttempl/elfi386beos.sc: Ditto.
1196         * scripttempl/v850.sc: Ditto.
1198 2000-08-31  Alexandre Oliva  <aoliva@redhat.com>
1200         * acinclude.m4: Include libtool and gettext macros from the
1201         top level.
1202         * aclocal.m4, configure: Rebuilt.
1204 2000-08-25  Nick Clifton  <nickc@redhat.com>
1206         * ldlang.c (open_output): When choosing the target for a
1207         particular endianness, do nothing if the target is not
1208         supported.
1210 2000-08-25  H.J. Lu  <hjl@gnu.org>
1212         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Don't
1213         check -rpath nor LD_RUN_PATH for cross link.
1214         * ld.texinfo: Document the change.
1216 2000-08-24  Hans-Peter Nilsson  <hp@axis.com>
1218         * NEWS: Mention support for CRIS.
1220 2000-08-23  H.J. Lu  <hjl@gnu.org>
1222         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Get
1223         the current runpath list from bfd_elf_get_runpath_list ()
1224         before search.
1226 2000-08-22  H.J. Lu  <hjl@gnu.org>
1228         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Search
1229         the DT_RPATH/DT_RUNPATH entries for DT_NEEDED after
1230         LD_LIBRARY_PATH for native linker. Display the needed DSO if
1231         trace_file_tries is non-zero.
1232         (gld${EMULATION_NAME}_try_needed): Report the needed DSO found
1233         if trace_file_tries is non-zero.
1235         * ld.texinfo: Document the usage of DT_RPATH/DT_RUNPATH.
1236         * NEWS: Mention it.
1238 2000-08-14  Jason Eckhardt  <jle@cygnus.com>
1240         * NEWS: Mention i860 support.
1242 2000-08-14  Andreas Schwab  <schwab@suse.de>
1244         * scripttempl/elf.sc: Fix last change to use correct comment
1245         syntax.
1247 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
1249         * scripttempl/elf.sc: Add a comment giving the correspondence
1250         between sections, per-datum sections, and linkonce sections.  Make
1251         the comment true even for .bss, .sdata, .sdata2, .sbss, and
1252         .sbss2.
1254 2000-08-10  Jason Eckhardt  <jle@cygnus.com>
1256         * emulparams/elf32_i860.sh: New file.
1257         * configure.tgt: Recognize new target i860-stardent-{sysv4*|elf*}.
1258         * Makefile.am (ALL_EMULATIONS): Add eelf32_i860.o.
1259         (eelf32_i860.c): New rule.
1260         * Makefile.in: Regenerate.
1262 2000-08-10  Nick Clifton  <nickc@cygnus.com>
1264         * emulparams/mipspe.sh (ENTRY): Add definition.
1266 2000-08-08  Peter Jeremy  <peter.jeremy@alcatel.com.au>
1268         * emultempl/elf32.em (_after_close): Refer to -rpath not --rpath
1269         in error message.
1271 2000-08-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
1273         * scripttempl/elfm68hc11.sc: Define __bss_size symbol to indicate
1274         the final size of .bss section.
1275         * scripttempl/elfm68hc12.sc: Likewise.
1277 2000-08-04  Alan Modra  <alan@linuxcare.com.au>
1279         * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Rename to
1280         gld${EMULATION_NAME}_parse_args for consistency.  Combine
1281         lastoptind and prevoptind vars, and keep track of last optind.
1282         (gld_${EMULATION_NAME}_list_options): Rename to
1283         gld${EMULATION_NAME}_list_options.
1285 2000-08-03  Rodney Brown  <RodneyBrown@pmsc.com>
1287         * configure.tgt: Select targ_emul=elf_i386 for Unixware 7
1288         (i586-sco-sysv5uw7.1.0).
1290 2000-07-27  H.J. Lu  <hjl@gnu.org>
1292         * emulparams/elf64alpha.sh (PARSE_AND_LIST_ARGS): Removed.
1293         (PARSE_AND_LIST_PROLOGUE): New.
1294         (PARSE_AND_LIST_LONGOPTS): Likewise.
1295         (PARSE_AND_LIST_OPTIONS): Likewise.
1296         (PARSE_AND_LIST_ARGS_CASES): Likewise.
1297         (PARSE_AND_LIST_EPILOGUE): Likewise.
1299 2000-07-28  Alan Modra  <alan@linuxcare.com.au>
1301         * emultempl/armelf.em: Elide functions common to elf32.em,
1302         ie. most of the file.
1303         (arm_elf_after_open): New.  Do arm specific things then call
1304         gld${EMULATION_NAME}_after_open.
1305         (arm_elf_before_allocation): New.  Call
1306         gld${EMULATION_NAME}_before_allocation then do arm specifics.
1307         (PARSE_AND_LIST_PROLOGUE): Define.
1308         (PARSE_AND_LIST_SHORTOPTS): Define.
1309         (PARSE_AND_LIST_LONGOPTS): Define.
1310         (PARSE_AND_LIST_OPTIONS): Define.
1311         (PARSE_AND_LIST_ARGS_CASES): Define.
1312         (LDEMUL_AFTER_OPEN): Define.
1313         (LDEMUL_BEFORE_ALLOCATION): Define.
1314         (LDEMUL_BEFORE_PARSE): Define.
1315         (LDEMUL_FINISH): Define.
1317         * emultempl/hppaelf.em: Similarly zap most of this file.
1318         (hppaelf_add_stub_section): Prototype.
1319         (hppaelf_layaout_sections_again): Prototype.
1320         (hook_in_stub): Prototype.
1321         (LDEMUL_SET_OUTPUT_ARCH): Define.
1322         (LDEMUL_FINISH): Define.
1323         (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
1325         * emulparams/armelf.sh (TEMPLATE_NAME): Use elf32.
1326         (EXTRA_EM_FILE): New.
1327         * emulparams/armelf_linux.sh: Likewise.
1328         * emulparams/armelf_linux26.sh: Likewise.
1329         * emulparams/hppalinux.sh: Likewise.
1330         * emulparams/hppaelf.sh: Likewise.
1331         (NOP): Define.
1333         * emultempl/elf32.em: Fix formatting.
1334         (EXTRA_EM_FILE): Source it.
1335         (LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
1336         LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
1337         LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
1338         LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
1339         LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
1340         LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
1341         LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
1342         LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
1343         LDEMUL_FIND_POTENTIAL_LIBRARIES): New shell vars.  Add code to
1344         allow functions in this file to be overridden.
1345         (PARSE_AND_LIST_SHORTOPTS): Handle it.
1347         * emultempl/m68kcoff.em: Include ldfile.h before ldemul.h.
1349         * emultempl/elf32.em: Reorganize file.
1351 2000-07-27  Ivan Kokshaysky  <ink@jurassic.park.msu.ru>
1353         * emulparams/elf64alpha.sh: Implement "-taso" emulation
1354         specific option to fit 64-bit executable in the lower
1355         31-bit address range.  This is done by changing start
1356         address of .interp (the very first section of executable)
1357         and then setting EF_ALPHA_32BIT elf header flag.
1359 2000-07-21  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
1361         * emultempl/m68kcoff.em: New file.
1362         * emulparams/m68kcoff.sh (TEMPLATE_NAME): Use m68kcoff template.
1363         * Makefile.am (em68kcoff.c): Depend on m68kcoff.em rather than
1364         generic.em.
1365         * Makefile.in: Regenerate.
1367 2000-07-20  H.J. Lu  <hjl@gnu.org>
1369         * emultempl/elf32.em (longopts): Duplicate "disable-new-dtags"
1370         and "disable-new-dtags" to stop getopt from treating -d/-e as
1371         abbreviations for these options.
1373 2000-07-20  H.J. Lu  <hjl@gnu.org>
1375         * ld.texinfo: Add documentation for --disable-new-dtags and
1376         --enable-new-dtags.
1378         * ldmain.c (main): Initialize link_info.new_dtags to false.
1380         * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Add
1381         --disable-new-dtags and --enable-new-dtags.
1382         (gld_${EMULATION_NAME}_list_options): Likewise.
1384 2000-07-05  Kenneth Block  <krblock@computer.org>
1386         * lexsup.c: Add optional style to demangle switch
1387         * ld.texinfo: Document optional style to demangle switch.
1389 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
1391         * Makefile.am (ALL_EMULATIONS): Add ecrisaout.o, ecriself.o,
1392         ecrislinux.o.
1393         (ecrisaout.c, ecriself.c, ecrislinux.c): New rules.
1394         Regenerate dependencies.
1395         * Makefile.in: Rebuild.
1396         * configure.tgt (cris-*-*): New target.
1397         * emulparams/crisaout.sh, emulparams/criself.sh,
1398         emulparams/crislinux.sh, scripttempl/crisaout.sc: New files.
1399         * po/POTFILES.in, po/ld.pot: Regenerate.
1401 2000-07-20  H.J. Lu  <hjl@gnu.org>
1403         * emultempl/elf32.em (gld_${EMULATION_NAME}_list_options):
1404         Print out ignored -z options.
1406 2000-07-19  H.J. Lu  <hjl@gnu.org>
1408         * emulparams/elf32mcore.sh (PARSE_AND_LIST_ARGS): Removed.
1409         (PARSE_AND_LIST_PROLOGUE): New.
1410         (PARSE_AND_LIST_LONGOPTS): Likewise.
1411         (PARSE_AND_LIST_OPTIONS): Likewise.
1412         (PARSE_AND_LIST_ARGS_CASES): Likewise.
1414         * ldmain.c (main): Clear link_info.flags and link_info.flags_1.
1416         * lexsup.c (ld_options): Comment out 'z'.
1417         (parse_args): Likewise.
1419         * emultempl/elf32.em: Include "elf/common.h".
1420         (gld_${EMULATION_NAME}_parse_args): Defined. Handle some -z
1421         options.
1422         (gld_${EMULATION_NAME}_list_options): Likewise.
1424         * ld.texinfo: Add documentation for the recognized -z options.
1426 2000-07-19  H.J. Lu  <hjl@gnu.org>
1428         * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Call
1429         bfd_elf_set_dt_needed_soname ().
1431 2000-07-18  DJ Delorie  <dj@cygnus.com>
1433         * pe-dll.c (pe_dll_id_target): check object target name also
1435 2000-07-18  Hans-Peter Nilsson  <hp@axis.com>
1437         * scripttempl/elf.sc (.init): Only do ${INIT_START} and
1438         ${INIT_END} if relocating.
1439         (.fini): Likewise ${FINI_START} and ${FINI_END}.
1441 2000-07-16  Charles Wilson  <cwilson@ece.gatech.edu>
1443         * emultempl/pe.em (gld_*_open_dynamic_archive): New search
1444         order for dynamic library '-lfoo' on pei386: libfoo.dll.a,
1445         foo.dll.a, libfoo.a, libfoo.dll, foo.dll. This fixes compatibility
1446         errors introduced by the old dynamic lib search order.
1448 2000-07-17  DJ Delorie  <dj@cygnus.com>
1450         * pe-dll.c (process_def_file): auto-export data items also
1451         (pe_process_import_defs): also see if _imp_ form needed
1453 2000-07-12  Charles Wilson  <cwilson@ece.gatech.edu>
1455         * pe-dll.c (make_one): fix a typo in the __imp_ name decoration
1456         for dll import libraries
1458 2000-07-12  Mark Elbrecht  <snowball3@bigfoot.com>
1460         * scripttempl/i386go32.sc: Support the g++ attribute init_priority in
1461         gcc 2.95.2 and later.
1463 2000-07-11  Kazu Hirata  <kazu@hxi.com>
1465         * ldfile.c (ldfile_try_open_bfd): Output '\n' after an error
1466         message.
1468 2000-07-10  Alan Modra  <alan@linuxcare.com.au>
1470         * ldemul.h (struct lang_input_statement_struct): Remove forward
1471         declaration.
1472         (struct search_dirs): Likewise.
1473         * ldfile.h (struct lang_input_statement_struct): Likewise.
1474         Protect file from multiple inclusion.
1475         * ldlang.h (LANG_FOR_EACH_INPUT_STATEMENT): Move file_chain
1476         declaration from macro to file scope.
1478         * ldemul.c: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this order.
1479         * ldgram.y: Likewise here.
1480         * ldlang.c: And here.
1481         * ldmain.c: And here.
1482         * mpw-elfmips.c: And here.
1483         * mpw-eppcmac.c: And here.
1484         * emultempl/aix.em: And here.
1485         * emultempl/armcoff.em: And here.
1486         * emultempl/armelf.em: And here.
1487         * emultempl/armelf_oabi.em: And here.
1488         * emultempl/beos.em: And here.
1489         * emultempl/elf32.em: And here.
1490         * emultempl/hppaelf.em: And here.
1491         * emultempl/linux.em: And here.
1492         * emultempl/lnk960.em: And here.
1493         * emultempl/pe.em: And here.
1494         * emultempl/sunos.em: And here.
1495         * mpw-esh.c: And here. Include ldexp.h and ldlang.h too.
1496         * mpw-idtmips.c: Ditto.
1497         * emultempl/generic.em: Ditto.
1498         * emultempl/gld960.em: Ditto.
1499         * emultempl/gld960c.em: Ditto.
1500         * emultempl/mipsecoff.em: Ditto.
1501         * emultempl/ticoff.em: Ditto.
1502         * emultempl/vanilla.em: Ditto.
1504         * pe-dll.c: Include ldfile.h
1505         * ldver.c: Include ldexp.h, ldlang.h, ldfile.h
1507         * mpw-elfmips.c: (gldelf32ebmip_before_allocation): Add missing
1508         arguments to bfd_elf32_size_dynamic_sections call.
1509         (gldelf32ebmip_place_orphan): Add missing arguments to
1510         lang_leave_output_section_statement call.
1512 2000-07-10  H.J. Lu  <hjl@gnu.org>
1514         * emultempl/pe.em (pe_enable_stdcall_fixup): Protect with
1515         DLL_SUPPORT.
1516         (strhash): Likewise.
1517         (compute_dll_image_base): Likewise.
1518         (pe_undef_found_sym): Likewise.
1519         (pe_undef_cdecl_match): Likewise.
1520         (gld_${EMULATION_NAME}_open_dynamic_archive): Mark the
1521         argument "arch" with ATTRIBUTE_UNUSED.
1523 2000-07-10  Alan Modra  <alan@linuxcare.com.au>
1525         * configure.tgt: Remove extraneous hppa*-*-linux-gnu*.
1527         From  Ryan Bradetich  <rbradetich@uswest.net>
1528         * ldwrite.c (SSIZE): Remove to cure macro redefinition warning.
1530 2000-07-09  Alan Modra  <alan@linuxcare.com.au>
1532         Changes to create multiple linker stubs, positioned immediately
1533         before the section where they are required.
1534         * emultempl/hppaelf.em: Include elf32-hppa.h.
1535         (stub_sec, file_chain): Delete.
1536         (hppaelf_create_output_section_statements): Don't make a stub
1537         section here.
1538         (hook_stub_info): New struct.
1539         (hook_in_stub): New function.
1540         (hppaelf_add_stub_section): New function.
1541         (hppaelf_finish): Do nothing for relocateable links.  Modify the
1542         call to elf32_hppa_size_stubs.  Move code for updating section
1543         layout from here...
1544         (hppaelf_layaout_sections_again): ..to here, a new function.
1546         * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Fix
1547         broken list handling.  Pass in a pointer to the list.
1548         (hppaelf_finish): Update call to hppaelf_delete_padding_statements
1549         for above changes.
1550         (hppaelf_before_parse): Prototype.
1551         (hppaelf_set_output_arch): Prototype.
1552         (hppaelf_create_output_section_statements): Prototype.
1553         (hppaelf_delete_padding_statements): Prototype.
1554         (hppaelf_finish): Prototype.
1556         Merge from elf32.em
1557         * emultempl/hppaelf.em: Include ctype.h.
1558         (struct orphan_save): New.
1559         (gld${EMULATION_NAME}_place_orphan): New.
1560         (output_rel_find): New.
1561         (hppaelf_get_script): Update from elf32.em.
1562         (ld_hppaelf_emulation): Rename to ld_${EMULATION_NAME}_emulation.
1563         Change emulation_name field to "${EMULATION_NAME}".  Add
1564         gld${EMULATION_NAME}_place_orphan.
1566         * Makefile.am (ALL_EMULATIONS): Reinstate ehppaelf.o,  add
1567         ehppalinux.o, sort it.  Regenerate dependencies.
1568         (ehppalinux.c): Depend on hppaelf.em
1569         * Makefile.in: Regenerate.
1571         * configure.tgt: targ_emul=hppalinux for hppa*linux
1573         * emulparams/hppalinux.sh: New.
1574         * emulparams/hppaelf.sh (TARGET_PAGE_SIZE): Write in hex.
1576 2000-07-08  Alan Modra  <alan@linuxcare.com.au>
1578         * lexsup.c (parse_args): Copy section name.
1580 2000-07-07  Charles Wilson  <cwilson@ece.gatech.edu>
1582         * emultempl/pe.em: institute the following search order for
1583         dynamic libraries on pei386: libfoo.dll.a, foo.dll.a (import
1584         libs), libfoo.dll, foo.dll (link direct to dll).  Fall back to
1585         static lib (libfoo.a) if none of the above are found.
1587 2000-07-07  Mumit Khan  <khan@xraylith.wisc.edu>
1589         * emultempl/pe.em (pe_enable_auto_image_base): New variable.
1590         (longopts): New --{enable,disable}-auto-image-base options.
1591         (gld_${EMULATION_NAME}_list_options): Document.
1592         (gld_${EMULATION_NAME}_parse): Handle.
1593         (strhash): New static function.
1594         (compute_dll_image_base): New static function.
1595         (gld_${EMULATION_NAME}_set_symbols): Use.
1597 2000-07-05  DJ Delorie  <dj@redhat.com>
1599         * MAINTAINERS: new
1601 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
1603         * configure.tgt: Add traditional mips (mips*-*-sysv4*) target.
1604         * emulparams/elf32btsmip.sh: New file.
1605         * Makefile.am: Add traditional mips target.
1606         * Makefile.in: Rebuild.
1608 2000-07-01  H.J. Lu  <hjl@gnu.org>
1610         * Makefile.am (EXTRA_ld_new_SOURCES): Set to deffilep.y for
1611         automake to use YLWRAP.
1612         * Makefile.in: Rebuild.
1614 2000-07-01  Alan Modra  <alan@linuxcare.com.au>
1616         * Makefile.am (DEP): Fix 2000-06-22.  grep after running dep.sed
1617         (CLEANFILES): Add DEPA.
1618         * Makefile.in: Regenerate.
1620 2000-06-30  Timothy Wall  <twall@ppc>
1622         * scripttempl/tic54xcoff.sc: PAGE N is not implemented, so encode
1623         the page in the upper octet of the address.
1625 2000-06-26  Marek Michalkiewicz  <marekm@linux.org.pl>
1627         * emulparams/avrmega161.sh (ARCH): Change to avr:5.
1629 2000-06-24  Alan Modra  <alan@linuxcare.com.au>
1631         * NEWS: arm-elf does --gc-sections too.
1633 2000-06-22  Alan Modra  <alan@linuxcare.com.au>
1635         * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
1636         find one.
1637         * Makefile.in: Regenerate.
1639 2000-06-21  H.J. Lu  <hjl@gnu.org>
1641         * Makefile.am: Rebuild dependency.
1642         * Makefile.in: Rebuild.
1644 2000-06-20  H.J. Lu  <hjl@gnu.org>
1646         * Makefile.am: Rebuild dependency.
1647         * Makefile.in: Rebuild.
1649 2000-06-20  Timothy Wall  <twall@cygnus.com>
1651         * scripttempl/tic54xcoff.sc: New.
1652         * ldlang.c (wild_doit): Propagate SEC_BLOCK flag.
1653         * gen-doc.texi: Add flag for TI COFF.
1654         * ld.texinfo: Add documentation for TI COFF handling switches.
1655         * emultempl/ticoff.em: New. TI COFF handling.
1656         * configure.tgt: Add tic54x target.
1657         * Makefile.am: Add tic54x target.
1658         * Makefile.in: Ditto.
1660 2000-06-20  Alan Modra  <alan@linuxcare.com.au>
1662         * ldmain.c (set_scripts_dir): Correct pointer comparison when
1663         checking for backslashes.
1665 2000-06-19  Alan Modra  <alan@linuxcare.com.au>
1667         * NEWS: Move entries not in 2.10 above "Changes in version 2.10".
1669 2000-06-18  Alan Modra  <alan@linuxcare.com.au>
1671         * NEWS: Update list of targets supporting --gc-sections.
1673         * scripttempl/elf.sc: KEEP .eh_frame contents.
1674         * scripttempl/elfd30v.sc: Same here.
1676 2000-06-18  Stephane Carrez  <stcarrez@worldnet.fr>
1678         * Makefile.am (ALL_EMULATIONS): Added new emulation for m68hc12
1679         and m68hc11 (elf).
1680         * Makefile.in: Rebuild.
1681         * configure.tgt: Recognize m68hc12 and m68hc11.
1682         * scripttempl/elfm68hc12.sc: New file.
1683         * emulparams/m68hc12elfb: New emulation.
1684         * emulparams/m68hc12elf: New emulation.
1685         * emulparams/m68hc11elfb.sh: New file.  User configurable emulation
1686         (includes a memory.x script to define the ROM and RAM banks).
1687         * scripttempl/elfm68hc11.sc, emulparams/m68hc11elf.sh:
1688         New configuration files for support of Motorola 68hc11
1690 2000-06-15  Alan Modra  <alan@linuxcare.com.au>
1692         * ldmain.c (main): Only change SEC_READONLY for final link.
1694 2000-06-13  H.J. Lu  <hjl@gnu.org>
1696         * configure: Regenerate.
1698 2000-06-08  David O'Brien  <obrien@FreeBSD.org>
1700         * configure.in (VERSION): Update to show this is the CVS mainline.
1702 2000-06-07  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
1704         * emultempl/mipsecoff.em (gld{EMULATION_NAME}_after_open): Require all
1705         input objects to be ECOFF.
1706         (check_sections): einfo takes %B, not %P, to print a BFD name.
1708 2000-06-05  Michael Matz <matz@ifh.de>
1710         * ldgram.y (vers_defns): Handle 'extern "C++" { ... }' in
1711         version scripts.
1713         * ldlex.l (V_IDENTIFIER): Accept `::' in symbols.
1715 2000-05-23  Marek Michalkiewicz  <marekm@linux.org.pl>
1717         * emulparams/avr1200.sh (STACK): Define as 0.
1718         * emulparams/avr23xx.sh (STACK): Define as last internal SRAM address.
1719         * emulparams/avr4433.sh (STACK): Likewise.
1720         * emulparams/avr44x4.sh (STACK): Likewise.
1721         * emulparams/avr85xx.sh (STACK): Likewise.
1722         * emulparams/avrmega103.sh (STACK): Likewise.
1723         * emulparams/avrmega161.sh (STACK): Likewise.
1724         * emulparams/avrmega603.sh (STACK): Likewise.
1725         * scripttempl/elf32avr.sc (__data_start): Define for gcrt1.
1726         (__stack): Define from ${STACK} for main().
1728 2000-05-26  Alan Modra  <alan@linuxcare.com.au>
1730         * Makefile.am: Update dependencies with "make dep-am"
1731         * Makefile.in: Regenerate.
1733 2000-05-26  Eli Zaretskii  <eliz@is.elta.co.il>
1735         * ldmain.c: Include filenames.h.
1736         (set_scripts_dir): Support backslashes in program name.
1738 2000-05-22  Igor Shevlyakov  <igor@windriver.com>
1740         * ldmain.c (main): When deciding if ".text" section should be
1741         read-only, don't forget to reset SEC_READONLY because it
1742         could be already set.
1744 2000-05-22  Thomas de Lellis  <tdel@windriver.com>
1746         * ld.1: Add documentation for new command line option:
1747                 --section-start <sectionname>=<sectionorg>
1748         This is a generic version of -Ttext etc. which accepts
1749         any section name as a parameter instead of just text/data/
1750         bss.
1751         * ld.texinfo: More docs.
1752         * NEWS: More docs.
1753         * lexsup.c: (parse_args): Recognize new command line option.
1754         (ld_options): Add new option.
1756 2000-05-18  H.J. Lu  <hjl@gnu.org>
1758         * lexsup.c (parse_args): `i' == `r', not `q'.
1760 Thu May 18 10:47:57 2000  Jeffrey A Law  (law@cygnus.com)
1762         * configure.tgt (hppa*64*-*-*): Enable PA64 target.
1764 2000-05-17 S. Bharadwaj Yadavalli  <sby@scrugs.lkg.dec.com>
1765               Rick Gorton          <gorton@scrugs.lkg.dec.com>
1767         Add support for '-q' == '--emit-relocs' switch.
1768         * ldmain.c (main): Default to false.
1769         * lexsup.c (parse_args): Turn on emitrelocations flag if set.
1770         * NEWS: Describe the emitrelocations switch.
1771         * ld.texinfo: Describe the emitrelocations switch.
1773 2000-05-16  Charles Wilson <cwilson@ece.gatech.edu>
1775         * emultempl/pe.em (_open_dynamic_archive): New function: Search
1776         the library path for "foo.dll" and "libfoo.dll" dynamic libraries
1777         before searching for 'libfoo.a' in response to a '-Bdynamic -lfoo'
1778         link options.
1780 2000-05-15  David O'Brien  <obrien@FreeBSD.org>
1782         * lexsup.c (parse_args): Update the year in the copyright notice.
1784 2000-05-13  Alan Modra  <alan@linuxcare.com.au>
1786         * ld.h (gettext, dgettext, dcgettext, textdomain, bindtextdomain):
1787         Replace defines with those from intl/libgettext.h to quieten gcc
1788         warnings.
1790 2000-05-10  H.J. Lu  <hjl@gnu.org>
1792         * ldlang.c (open_input_bfds): Don't load the same file within
1793         a group again if the whole archive has been loaded already.
1795 2000-05-03  Alan Modra  <alan@linuxcare.com.au>
1797         From Ulf Carlsson <ulfc@engr.sgi.com> and Andreas Jaeger <aj@suse.de>
1798         * lexsup.c (set_section_start): Use bfd_scan_vma rather than
1799         strtoul.
1801 Mon May  1 17:34:34 2000  Jim Wilson  <wilson@cygnus.com>
1803         * configure.host (ia64-*-linux-gnu*): Change gcc to ${CC}.
1805         * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
1806         host "ia64-*-linux-gnu*".
1808 2000-04-29  Andreas Jaeger  <aj@suse.de>
1810         * ld.h: Correctly check GCC version.
1812 Tue Apr 25 11:20:43 2000  Jeffrey A Law  (law@cygnus.com)
1814         * Makefile.am: Add PA64 support.  Add missing dependencies for
1815         PA32 elf support.
1816         * Makefile.in: Rebuilt.
1817         * configure.tgt: Add PA64 support (currently disabled).
1819 2000-04-25  Alan Modra  <alan@linuxcare.com.au>
1821         * emultempl/elf32.em (gld${EMULATION_NAME}_place_section): Delete.
1822         (output_rel_find): New function.
1823         (hold_section, hold_use): Delete.
1824         (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
1825         hold_interp): Make local to place_orphan.
1826         (gld${EMULATION_NAME}_place_orphan): Use lang_output_section_find
1827         rather than place_section to find possible previous use of orphan.
1828         Similarly find the place-holder output sections.  Use returned
1829         value from lang_enter_output_section_statement rather than calling
1830         lang_output_section_statement_lookup.
1831         * emultempl/armelf.em: Same here.
1832         * emultempl/pe.em: Similar to above, but no need for output_rel_find.
1834         * ldlang.c (lang_enter_output_section_statement): Return output
1835         section statement.
1836         * ldlang.h (lang_enter_output_section_statement): Change
1837         declaration too.
1839         * ldlang.h (lang_output_section_statement): Export it.
1840         * ldlang.c (lang_output_section_statement): Ditto.
1842 2000-04-24  Nick Clifton  <nickc@cygnus.com>
1844         * ld.texinfo (Output Section Data): Add note that section data
1845         commands cannot appear outside of section directives.
1847 2000-04-2  Matthew Green  <mrg@cygnus.com>
1849         * configure.tgt: Add NetBSD/sparc ELF, and NetBSD/sparc64 support.
1851 Fri Apr 21 13:20:53 2000  Richard Henderson  <rth@cygnus.com>
1852                           David Mosberger  <davidm@hpl.hp.com>
1854         * Makefile.am (ALL_64_EMULATIONS): Add eelf64_ia64.o.
1855         (eelf64_ia64.c): New rule.
1856         * Makefile.in: Rebuild.
1857         * configure.tgt (ia64-*-elf*, ia64-*-linux*): New targets.
1858         * emulparams/elf64_ia64.sh: New file.
1860 2000-04-21  Richard Henderson  <rth@cygnus.com>
1862         * scripttempl/elfd30v.sc: Place .gcc_except_table.
1864 2000-04-19  Alan Modra  <alan@linuxcare.com.au>
1866         * dep-in.sed: Match space at start of file name, not at end.
1868 2000-04-18  H.J. Lu  <hjl@gnu.org>
1870         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Call
1871         lang_leave_output_section_statement () after calling
1872         lang_enter_output_section_statement ().
1873         * emultempl/armelf.em: Likewise.
1875 2000-04-18  Alan Modra  <alan@linuxcare.com.au>
1877         * emultempl/elf32.em (struct orphan_save): Add section field.
1878         (gld${EMULATION_NAME}_place_orphan): Use above to keep sections in
1879         better order, and place first orphan section as we did before the
1880         2000-04-12 patch.  Ignore ~SEC_ALLOC sections when choosing place.
1881         Don't call make_bfd_section here, let wild_doit do the job for us.
1882         Don't build a statement list when we'll only throw it away.
1883         * emultempl/armelf.em: Ditto.
1884         * emultempl/pe.em: Similarly.
1886 2000-04-14  Geoff Keating  <geoffk@cygnus.com>
1888         * scripttempl/elfppc.sc: Remove.
1889         * emulparams/elf32ppc.sh: Use elf.sc.
1890         * emulparams/elf32lppc.sh: Use elf.sc.
1891         * emulparams/elf32ppclinux.sh: Use elf.sc.
1892         * emulparams/elf32ppcsim.sh: New file.
1893         * emulparams/elf32lppcsim.sh: New file.
1894         * Makefile.am: Update dependencies.  Add elf32ppcsim ad elf32lppcsim.
1895         (ALL_EMULATIONS): Add elf32ppcsim ad elf32lppcsim.
1896         * Makefile.in: Regenerate.
1897         * configure.tgt (powerpc-*): Add elf32ppcsim and elf32lppcsim.
1899 2000-04-14  Alan Modra  <alan@linuxcare.com.au>
1901         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Process
1902         ~SEC_ALLOC sections too.  Init start address of debug sections.
1903         * emultempl/armelf.em (gld${EMULATION_NAME}_place_orphan): Ditto.
1904         * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Ditto.
1905         Also set all relocateable section start addresses.
1907 2000-04-13  Geoff Keating  <geoffk@cygnus.com>
1909         * scripttempl/elf.sc: Add support for .sbss2 and .sdata2 sections.
1910         Add new BSS_PLT variable for when .plt need not be contained in
1911         the file.  Move _etext so that it is also after .fini, and provide
1912         both etext and _etext with a leading underscore.  Mark the start
1913         and end of .sbss.
1915 2000-04-12  Alan Modra  <alan@linuxcare.com.au>
1917         * emultempl/elf32.em (struct orphan_save): New.
1918         (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
1919         hold_interp): Make them struct orphan_save.
1920         (gld${EMULATION_NAME}_place_section): Modify for new hold_*.
1921         (gld${EMULATION_NAME}_place_orphan): Add new orphan sections to
1922         the end of the relevant section list.  Also add associated section
1923         statements to the end of any previous orphan statements.
1924         * emultempl/armelf.em: Similarly.
1925         * emultempl/pe.em: Similarly.
1927 2000-04-11  Alan Modra  <alan@linuxcare.com.au>
1929         * ld.texinfo (Simple Example): Remove extraneous paragraph.
1931 Fri Apr  7 15:56:57 2000  Andrew Cagney  <cagney@b1.cygnus.com>
1933         * configure.in (WARN_CFLAGS): Set to -W -Wall by default.  Add
1934         --enable-build-warnings option.
1935         * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
1936         * Makefile.in, configure: Re-generate.
1938 2000-04-04  Alan Modra  <alan@linuxcare.com.au>
1940         * po/ld.pot: Regenerate.
1942         * lexsup.c (help): Restore translated part of bug string.
1944         * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
1945         (DEP): Quote when passing vars to sub-make.  Add warning message
1946         to end.
1947         (DEP1): Rewrite for "gcc -MM".
1948         (CLEANFILES): Add DEP2.
1949         Update dependencies.
1950         * Makefile.in: Regenerate.
1952 2000-04-03  Alan Modra  <alan@linuxcare.com.au>
1954         * ld.h: #include "bin-bugs.h"
1955         * lexsup.c (help): Use REPORT_BUGS_TO.
1957 2000-03-27  Denis Chertykov  <denisc@overta.ru>
1959         * configure.tgt (avr-*-*): New target support.
1960         * Makefile.am: Likewise.
1961         * scripttempl/elf32avr.sc: New script file.
1962         * emulparams/avr1200.sh: New file.
1963         * emulparams/avr23xx.sh: New file.
1964         * emulparams/avr4433.sh New file.
1965         * emulparams/avr44x4.sh New file.
1966         * emulparams/avr85xx.sh New file.
1967         * emulparams/avrmega103.sh New file.
1968         * emulparams/avrmega161.sh New file.
1969         * emulparams/avrmega603.sh New file.
1970         * Makefile.in: Regenerate.
1972 2000-03-09  Andreas Jaeger  <aj@suse.de>
1974         * Makefile.am (check-DEJAGNU): Also unset LANG.
1975         * Makefile.in: Rebuild.
1977 2000-03-06  Ian Lance Taylor  <ian@zembu.com>
1979         * ldfile.c (ldfile_try_open_bfd): Don't crash if we see an empty
1980         archive.
1982 2000-03-02  H.J. Lu  <hjl@gnu.org>
1984         * emulparams/elf32mcore.sh: Include "getopt.h".
1986 2000-03-01  Ian Lance Taylor  <ian@zembu.com>
1988         * configure.tgt: Remove *-*-aout, *-*-coff, and *-*-netware.
1990 2000-03-01  H.J. Lu  <hjl@gnu.org>
1992         * emulparams/mipspe.sh: Add SUBSYSTEM and INITIAL_SYMBOL_CHAR.
1993         * emulparams/shpe.sh: Likewise.
1995 2000-03-01  Nick Clifton  <nickc@cygnus.com>
1997         * pe-dll.c: Remove unused variables and add ATTRIBUTE_UNUSED
1998         to unused parameters.
2000         * emultempl/pe.em: Add "#ifdef DLL_SUPPORT" around static
2001         functions only used by DLL code.
2002         (_place_orphan): Initialise 'dollar'.
2004 2000-03-01  H.J. Lu  <hjl@gnu.org>
2006         * ldmain.c (undefined_symbol): Take one more arg, fatal, to
2007         indicate if the undefined symbol is a fatal error or not.
2008         Don't delete the output file if "fatal" is false.
2010 2000-02-29  H.J. Lu  <hjl@gnu.org>
2012         * Makefile.am (check-DEJAGNU): Also pass LIBS="$(LIBS)".
2013         Set LC_COLLATE and LC_ALL to null and export them. It is for
2014         sort which expects the C locale.
2015         Add $(LIBS) to all $(HOSTING_LIBS).
2016         * Makefile.in: Rebuild.
2018 2000-02-29  Alan Modra  <alan@spri.levels.unisa.edu.au>
2020         * emultempl/{aix.em, armcoff.em, armelf.em, armelf_oabi.em,
2021         beos.em, elf32.em, generic.em, gld960.em, gld960c.em, hppaelf.em,
2022         linux.em, lnk960.em, mipsecoff.em, sunos.em, vanilla.em}
2023         (ld_emulation_xfer_struct): Add missing NULL initialiser for
2024         find_potential_libraries.
2026 2000-02-28  Jim Blandy  <jimb@redhat.com>
2028         * ldgram.y (exclude_name_list): Don't require a comma to separate
2029         list entries; the lexer considers commas to be valid part of a
2030         filename, so in something like `foo, bar' the comma is considered
2031         part of the first filename, `foo,'.
2032         * ld.texinfo: Update section on EXCLUDE_FILE lists.
2034 2000-02-27  Loren J. Rittle  <ljrittle@acm.org>
2036         * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
2037         host "i[3456]86-*-freebsdelf*".
2039 2000-02-27  Mark Elbrecht  <snowball3@bigfoot.com>
2041         * scripttempl/i386go32.sc: Move misplaced semicolons.
2043 2000-02-25  Ian Lance Taylor  <ian@zembu.com>
2045         * Makefile.am (ALL_EMULATIONS): Remove ehppaelf.o.
2046         (ALL_64_EMULATIONS): Remove eelf64hppa.o.
2047         (eelf64hppa.c, ehppaelf.c): Remove targets.
2048         * Makefile.in: Rebuild.
2050 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
2052         * configure.tgt (targ_extra_ofiles): Enable elf64_sparc on
2053         GNU/Linux/sparc, but keep the default as 32.
2055         * configure.tgt: Enable elf64_sparc on Solaris7+/sparc.  And make
2056         it default if sparcv9 or sparc64.
2058 2000-02-24  Nick Clifton  <nickc@cygnus.com>
2060         * Makefile.am: Add rules to build emipspe.o and earmpe.o.
2061         * Makefile.in: Regenerate.
2062         * configure.tgt: Add targets for arm-wince, sh-pe and mips-pe.
2064         * ldemul.h (ld_emulation_xfer_struct): Add new field:
2065         find_potential_libraries.
2066         * ldemul.c (ldemul_find_potential_libraries): New function.
2068         * ldfile.c (ldfile_open_file_search): Allow function to be
2069         exported.
2070         (ldfile_open_file): Call ldemul_find_potential_libraries.
2071         * ldfile.h: Add prototype for ldfile_open_file_search.
2073         * pe-dll.c: Add support for ARM, MIPS and SH targets.
2075         * emulparams/mipspe.sh: New file.  Parameters for mips-pe target.
2076         * emulparams/shpe.sh: New file.  Parameters for sh-pe target.
2078         * emultempl/pe.em: Add support for ARM, MIPS and SH DLLs.
2079         (gld_X_find_potential_libraries): New function.  Search for
2080         libraries called "*.lib".
2082         * scripttempl/pe.sc: Add .pdata section.
2084 2000-02-23  Richard Henderson  <rth@cygnus.com>
2086         * scripttempl/elfd10v.sc: Remove dynamic linking hooks.
2087         Add and use memory regions.
2089 2000-02-23  Linas Vepstas (linas@linas.org)
2091         * emulparams/elf32i370.sh, scripttempl/elfi370.sc: New.
2093         * Makefile.am: Add support for Linux/IBM 370.
2094         * configure.tgt: Likewise.
2096         * Makefile.in: Regenerate.
2098 2000-02-21  Alan Modra  <alan@spri.levels.unisa.edu.au>
2100         * ldlang.c (print_input_section, print_data_statement,
2101         print_reloc_statement, print_padding_statement, insert_pad,
2102         size_input_section, lang_check_section_addresses,
2103         lang_size_sections, lang_do_assignments, lang_set_startof,
2104         lang_one_common): Change `opb' to unsigned.
2105         (lang_do_assignments): Also change `size' to unsigned.
2107 2000-02-16  Richard Henderson  <rth@cygnus.com>
2109         * scripttempl/elf.sc: Place OTHER_PLT_RELOC_SECTION.
2111 2000-02-16  Timothy Wall  <twall@cygnus.com>
2113         * mri.c (mri_draw_tree): Add default LMA region argument to call
2114         to lang_leave_output_section_statement.
2115         * ldlang.h: Update prototypes with LMA region arguments.
2116         * ldlang.c (lang_size_sections): Encapsulate region bounds
2117         checking in os_check_region call.
2118         (os_check_region): New function.
2119         (lang_output_section_statement_lookup): Initialize lma_region.
2120         (lang_leave_output_section_statement): Add LMA region argument.
2121         (lang_leave_overlay): Ditto.
2122         * ldgram.y: Handle LMA region syntax.
2123         * ld.texinfo (Output Section Description): Describe LMA region usage.
2124         * emultempl/armelf.em (gld$place_orphan): Add default value for
2125         lma region in call to lang_leave_output_section_statement.
2126         * emultempl/elf32.em (gld$place_orphan): Add default value for
2127         lma region in call to lang_leave_output_section_statement.
2128         * emultempl/pe.em (gld$place_orphan): Add default value for
2129         lma region in call to lang_leave_output_section_statement.
2132 2000-02-04  Timothy Wall  <twall@redhat.com>
2134         * ldlang.c (lang_check_section_addresses): Use bytes instead of
2135         octets when calculating section end addresses.
2137 2000-02-04  Timothy Wall  <twall@redhat.com>
2139         * ldlang.c (lang_size_sections): Fix typo in ALIGN_N invocation.
2141 2000-02-03  Timothy Wall <twall@redhat.com>
2143         * ldexp.c (fold_name): Make SIZEOF operator return byte count, not
2144         octet count.
2145         * ldlang.c (print_input_section, print_data_statement,
2146         print_reloc_statement, print_padding_statement): Print target
2147         address values and section sizes as bytes, not octets.
2148         (insert_pad) Calculate padding size in octets, and adjust "dot"
2149         by bytes.
2150         (size_input_section) Always adjust "dot" by bytes, not octets.
2151         (lang_check_section_addresses, lang_do_assignments) Adjust
2152         "dot" by bytes, not octets.  Use the larger of the directive size
2153         or octets_per_byte for the number of octets actually allocated in
2154         the output section.
2155         (lang_set_startof) Make sure STARTOF returns a target address.
2156         (lang_one_common) Record size changes in octets.
2157         (lang_abs_symbol_at_end_of) Section end symbol's value is
2158         recorded in target bytes.
2159         * ld.texinfo:   Updated description of BYTE, SHORT, LONG, etc.
2160         to be clear about behavior when an octet is smaller than one byte.
2162 2000-01-27  Alan Modra  <alan@spri.levels.unisa.edu.au>
2164         * ldcref.c (output_cref): Don't pass message strings to printf
2165         as format arg.
2166         Update copyright.
2168         * ldmisc.c (vfinfo): Same here.
2169         Update copyright.
2171 2000-01-23  Alan Modra  <alan@spri.levels.unisa.edu.au>
2173         * emultempl/{armcoff.em,armelf.em,armelf_oabi.em,beos.em,
2174         generic.em,gld960.em,gld960c.em,hppaelf.em,linux.em,lnk960.em,
2175         mipsecoff.em,sunos.em,vanilla.em} (ld_emulation_xfer_struct):
2176         Add missing NULL initialisers, and comments.
2178         * testsuite/ld-srec/sr3.cc (__rethrow): New.
2180 2000-01-21  Nick Clifton  <nickc@cygnus.com>
2182         * ldlang.c (lang_size_sections): Fix typo in comment.
2184 2000-01-18  H.J. Lu  <hjl@gnu.org>
2186         * ldlang.c (lang_size_sections): Also update the current
2187         address of a region if the SEC_NEVER_LOAD bit is not set.
2189 2000-01-10  Philip Blundell  <pb@futuretv.com>
2191         * configure.tgt (arm*-*-conix*): New target.
2193 2000-01-07  Nick Clifton  <nickc@cygnus.com>
2195         * ld.texinfo (Options): Remind users to preceed linker command
2196         line switches with -Wl, (or whatever is appropriate) if it is
2197         being invoked by a comnpiler driver program.
2198         Fix description of the behaviour of the -n command line switch.
2200 Wed Jan  5 08:02:12 2000  Catherine Moore  <clm@cygnus.com>
2202         * ld.h (wildcard_spec):  Change exclude_name to exclude_name_list.
2203         (name_list): New.
2204         * ld.texinfo (EXCLUDE_FILE): Update documentation.
2205         * ldgram.y (wildcard_spec): Support a list of excluded_files.
2206         (exclude_name_list): New.
2207         ldlang.c (walk_wild_section): Support list of excluded files.
2208         (print_wild_statement): Likewise.
2209         (lang_add_wild): Likewise.
2210         * ldlang.h (lang_wild_statement_type): Likewise.
2211         * scripttempl/elf.sc (OTHER_EXCLUDE_FILES): Support.
2213 2000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
2215         * pe-dll.c (pe_dll_warn_dup_exports): New variable.
2216         (process_def_file): Use.
2217         (pe_dll_compat_implib): New variable.
2218         (make_one): Use.
2220         * pe-dll.h: Add exports of pe_dll_warn_dup_exports and
2221         pe_dll_compat_implib.
2223         * emultempl/pe.em (longopts): Add warn-duplicate-exports and
2224         compat-implib options.
2225         (gld_${EMULATION_NAME}_list_options): List new options.
2226         (gld_${EMULATION_NAME}_parse_args): Handle.
2228         * pe-dll.c (pe_dll_generate_implib): Use the correct name for output
2229         dll.
2231         * deffilep.y (opt_name): Allow "." in name.
2233 For older changes see ChangeLog-9899
2235 Local Variables:
2236 mode: change-log
2237 left-margin: 8
2238 fill-column: 74
2239 version-control: never
2240 End: