2001-05-25 H.J. Lu <hjl@gnu.org>
[binutils.git] / ld / ChangeLog
blobab8d25679b66a9ab94559c280dfdebefcb36e4bd
1 2001-05-25  H.J. Lu  <hjl@gnu.org>
3         * emulparams/aixrs6.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
4         like emulparams/aixppc.sh.
6         * emultempl/aix.em (sc): Use ${srcdir}/emultempl/ostring.sed
7         instead of ${srcdir}/emultempl/stringify.sed.
9 2001-05-25  Timothy Wall  <twall@oculustech.com>
11         * emulparams/elf64_aix.sh: Change settings to match IBM linker
12         output. 
14 2001-05-25  Alan Modra  <amodra@one.net.au>
16         * configure.host: Replace linuxoldld with linux*oldld.
17         * configure.tgt: Likewise.
19 2001-05-24  H.J. Lu  <hjl@gnu.org>
21         * emultempl/stringify.sed: Removed again.
23 2001-05-24  H.J. Lu  <hjl@gnu.org>
25         * emultempl/aix.em (OUTPUT_ARCH): Defined.
26         (gld${EMULATION_NAME}_before_parse): Initialize
27         ldfile_output_architecture, ldfile_output_machine and
28         ldfile_output_machine_name from ${OUTPUT_ARCH} if possible.
29         * emultempl/beos.em: Likewise.
30         * emultempl/elf32.em: Likewise.
31         * emultempl/linux.em: Likewise.
32         * emultempl/mipsecoff.em: Likewise.
33         * emultempl/pe.em: Likewise.
34         * emultempl/sunos.em: Likewise.
36 2001-05-24 Tom Rix <trix@redhat.com>
38         * emultempl/aix.em : (gld${EMULATION_NAME}_read_file) 
39         udate import file format.
40         (change_symbol_mode) New, same
41         (is_syscall) New, same
42         * emulparams/aixppc.sh : add SYSCALL_MASK and SYMBOL_MODE_MASK
43         * emulparams/aixppc64.sh : same
44         * emulparams/aixrs6.sh : same
45         * emulparams/ppcmacos.sh : same
46         * emultempl/aix.em : use strtoull to parse options
47         * Makefile.am : add eaixppc64 emulation for xcoff64
48         * Makefile.in : same
49         * configure.tgt : same
51         * scripttempl/aix.sc : default text section offset to 0x10000000
52          default data section offset to 0x20000000
53         add .sv3264 and .sv64 pseudo sections
54         loader and debug sections use the currect section offset. 
56         * emultempl/aix.em : Add xcoff64 support
57         Add -binitfini support
58         (gld${EMULATION_NAME}_before_parse) -binitfini 
59         (gld${EMULATION_NAME}_parse_args) same
60         (gld${EMULATION_NAME}_before_allocation) format change for special 
61         sections
63         * emulparams/aixppc64.sh : New file for xcoff64 support
64         
65 2000-01-18  H.J. Lu  <hjl@gnu.org>
67 2001-05-23  Alexandre Oliva  <aoliva@redhat.com>
69         * emultempl/elf32.em (ELF_INTERPRETER_SET_DEFAULT): Use this new
70         variable to avoid non-portable shell construct.
72 2001-05-23  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
74         * ldmain.c (get_emulation): Add -mips5 command line argument.
76 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
78         * emulparams/elf_i386_ldso.sh: New, copied from elf_i386.sh.
79         (ELF_INTERPRETER_NAME): Define it.
80         * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Use
81         it.
82         * configure.tgt (targ_emul, targ_extra_emuls)
83         [i[3456]86-*-solaris2*, i[3456]86-*-solaris*]: Use elf_i386_ldso
84         as primary, elf_i386 as extra.
85         * Makefile.am (ALL_EMULATIONS): Added eelf_i386_ldso.o.
86         (eelf_i386_ldso.c): New rule.
87         * Makefile.in: Rebuilt.
89 2001-05-22  Nick Clifton  <nickc@redhat.com>
91         * lexsup.c (ld_options):  Allow -I to be an alias for
92         --dynamic-linker.  This is for Solaris compatability.
93         * ld.texinfo: Document that -I can be used.
94         * ld.1: Regenerate.
96 2001-05-16  Alan Modra  <amodra@one.net.au>
98         * ldlang.c (wild_doit): Use linker_has_input to reliably determine
99         whether an input section is the first one assigned to an output
100         section.
101         Assorted formatting fixes.
103 2001-05-14  DJ Delorie  <dj@delorie.com>
105         * Makefile.am (ld.dvi): Search bfd/doc for texinfo files.
106         * Makefile.in: Ditto.
108 2001-05-11  Jakub Jelinek  <jakub@redhat.com>
110         * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Put
111         .gnu.linkonce.ia64unw{,i} sections into corresponding .IA_64.unwind*
112         output sections.
113         * emulparams/elf64_aix.sh (OTHER_READONLY_SECTIONS): Likewise.
115 2001-05-11  Jakub Jelinek  <jakub@redhat.com>
117         * ldlang.c (lang_process): Call bfd_merge_sections.
119 2001-05-07  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
121         * ldgram.y: Fix typo.
123 2001-05-03  H.J. Lu  <hjl@gnu.org>
125         * emultempl/elf32.em: Include "libiberty.h".
126         (gld${EMULATION_NAME}_vercheck): Call basename () to get the
127         basename of the bfd filename.
128         (gld${EMULATION_NAME}_stat_needed): Likewise.
129         (gld${EMULATION_NAME}_try_needed): Likewise.
130         (gld${EMULATION_NAME}_open_dynamic_archive): Likewise.
132 2001-05-02  H.J. Lu  <hjl@gnu.org>
134         * emultempl/pe.em: Include <ctype.h>.
136 2001-05-02  Johan Rydberg  <jrydberg@opencores.org>
138         * emulparams/elf32openrisc.sh: New file.
140         * Makefile.am: Add OpenRISC target.
141         * Makefile.in: Regenerated.
143         * configure.tgt: Add openrisc-*-* mapping.
145 2001-05-02  Nick Clifton  <nickc@redhat.com>
147         * emultempl/aix.em: Replace buystring with xstrdup.
148         * emultempl/beos.em: Replace buystring with xstrdup.
149         
150 2001-05-02  H.J. Lu  <hjl@gnu.org>
152         * ldfile.c: Include "libiberty.h".
153         * ldlex.l: Likewise.
155         * ldmisc.c (buystring): Removed.
156         * ldmisc.h: Likewise.
158         * ldfile.c: Replace buystring with xstrdup.
159         * ldlang.c: Likewise.
160         * ldlex.l: Likewise.
161         * ldmain.c: Likewise.
162         * ldmisc.c: Likewise.
163         * lexsup.c: Likewise.
164         * mpw-eppcmac.c: Likewise.
166 2001-04-30  Andreas Jaeger  <aj@suse.de>
168         * emulparms/elf_x86_64.sh (MAXPAGESIZE): Fix value.
170 2001-04-28  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
172         * ldlang.c (load_symbols): Give emulation a chance
173         to process unrecognized file before fatal error is
174         reported, not after.
176 2001-04-27  Sean McNeil <sean@mcneil.com>
178         * configure.tgt: Add arm-vxworks target.
179         * scripttempl/armcoff.sc: Support .text or .data as a section name
180         prefix.
181         Define _etext.
183 2001-04-13  J.T. Conklin  <jtc@redback.com>
185         * ld.texinfo: Document --fatal-warnings.
186         * ld.1: Regenerate.
188         * ldmisc.c (vfinfo): Set flag to inhibit making executable if
189         warnings have been turned into errors.
190         * lexsup.c (OPTION_WARN_FATAL): Define.
191         (ld_options): Entry for --fatal-warnings.
192         (parse_args): Handle OPTION_WARN_FATAL.
193         * ld.h (ld_config_type): Add fatal_warnings field.
195 2001-04-13  Jakub Jelinek  <jakub@redhat.com>
197         * ldmain.c (main): Default to discard_sec_merge.
198         * lexsup.c (OPTION_DISCARD_NONE): Define.
199         (ld_options): Add --discard-none.
200         (parse_args): Handle OPTION_DISCARD_NONE.
201         * ldlang.c (wild_doit): SEC_MERGE should be set in the output
202         section only if SEC_MERGE and SEC_STRINGS flags and entsize of
203         all its input sections match.
205 2001-04-05  Steven J. Hill  <sjhill@cotw.com>
207         * Makefile.am (ALL_EMULATIONS): Add eelf32ltsmip.o.
208         (ALL_64_EMULATIONS): Add eelf64btsmip.o and eelf64ltsmip.o.
209         (eelf32ltsmip.c): New target.
210         (eelf64btsmip.c): Likewise.
211         (eelf64ltsmip.c): Likewise.
212         * Makefile.in: Regenerated.
214         * configure.tgt (mips*el-*-linux-gnu): Uses traditional MIPS
215         target.
216         (mips*-*-linux-gnu*): Likewise.
218         * emulparams/elf32ltsmip.sh: New. Traditional little endian
219         MIPS taget.
220         * emulparams/elf64btsmip.sh: New. Traditional 64bit big endian
221         target.
222         * emulparams/elf64ltsmip.sh: New. Traditional 64bit little
223         endian target.
225 2001-04-05  Hans-Peter Nilsson  <hp@axis.com>
227         * emulparams/criself.sh (EXECUTABLE_SYMBOLS): Cannot provide
228         correct value of __Stext here.
229         (TEXT_START_SYMBOLS): Define; always define __Stext, to start of
230         .startup section.
232         * emulparams/crislinux.sh: Remove FIXME.
234 2001-04-02  Alan Modra  <alan@linuxcare.com.au>
236         * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 64k.
237         (TEXT_START_ADDR, TARGET_PAGE_SIZE): Likewise.
239 2001-03-27  Hans-Peter Nilsson  <hp@axis.com>
241         * configure.tgt (cris-*-*): Change default emulation to criself.
242         (cris-*-*aout*): New rule.
244 2001-03-27  Matthew Wilcox  <willy@ldl.fc.hp.com>
246         * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 0x4000.
247         (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
249 2001-03-26  Andreas Jaeger  <aj@suse.de>
251         * ld.texinfo (Overview): Fix syntax in texi code.
253 2001-03-25  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
255         * ld.texinfo: Put @c man indications to generate the ld man page.
256         When generating man, define all the variables.  Define SEEALSO
257         and SYNOPSIS.  Re-organize some lines to avoid the cross references.
258         * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variables.
259         (ld.1): Generate from ld.texinfo.
260         * Makefile.in: Regenerate.
262 2001-03-23  Mark Elbrecht <snowball3@bigfoot.com>
264         * scripttempl/i386go32.sc: Support the GCC flags '-ffunction-sections'
265           and '-fdata-sections'. Set the VMA of STABS sections to zero.
267 2001-03-17  Ulrich Drepper  <drepper@redhat.com>
269         * emultmpl/elf32.em (gld${EMULATION_NAME}_search_needed): If NAME
270         is an absolute path look only for this file and not along the path.
272 2001-03-17  Ulrich Drepper  <drepper@redhat.com>
274         * emultempl/elf32.em (OPTION_GROUP): New macro.
275         Add new option Bgroup to longopts.
276         (gld*_parse_args): Handle GROUP_OPTION and recognize -z defs.
277         (gld*_list_options): Add -Bgroup and -z defs.
278         * ld.1: Document -Bgroup and -z defs.
279         * ld.texinfo: Likewise.
281 2001-03-07  Michael Meissner  <meissner@redhat.com>
283         * scripttempl/elfd10v.sc (.rodata,.rodata1,.data1,.sdata): Deal
284         with sections created by -fdata-sections.
285         (.dynbss,.bss): Ditto.
287 2001-03-05  Alan Modra  <alan@linuxcare.com.au>
289         * emultempl/m68kelf.em (m68k_elf_after_allocation): Call
290         after_allocation_default, not gld..._before_allocation.
292 2001-02-28  Matt Hiller  <hiller@redhat.com>
294         * testsuite/ld-scripts/crossref.exp: Initialize flags to
295         [big_or_little_endian].
296         * testsuite/ld-undefined/undefined.exp: Ditto, and include $flags
297         in ld invocations.
298         * testsuite/lib/ld-lib.exp (big_or_little_endian): Recognize -EB,
299         -eb, -EL and -el.
300         (is_endian_output_format): New function.
301         (default_ld_link): Set flags to [big_or_little_endian] only if ld
302         is being invoked such that the output format being used is of
303         known endianness.
304         (default_ld_simple_link): Ditto.
306 2001-02-27  Alan Modra  <alan@linuxcare.com.au>
308         * configure.in (BFD_VERSION): New.
309         (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
310         * configure: Regenerate.
311         * Makefile.am: Run "make dep-am"
312         * Makefile.in: Regenerate.
314 2001-02-26  Timothy Wall  <twall@cygnus.com>
316         * emulparams/elf64_aix.sh: Add additional read-only sections;
317         uncomment lines which are now required.
319 2001-02-26  H.J. Lu  <hjl@gnu.org>
321         * ldlang.c (open_input_bfds): Set the bfd error handler so
322         that problems can be caught whilst loading symbols.
323         (record_bfd_errors): New function: Report BFD errors and mark
324         the executable output as being invalid.
326 2001-02-22  Timothy Wall  <twall@cygnus.com>
328         * configure.host: Add configuration for ia64-*-aix*.
329         * Makefile.am (ALL_64_EMULATIONS): Add emulation for ia64-*-aix*.
330         Add dependencies for eelf64_aix.c.
331         * Makefile.in: Regenerate.
332         * configure.tgt: Add ia64-*-aix* mapping.
333         * emulparams/elf64_aix.sh: Add settings for elf64 on aix5.
334         * testsuite/ld-bootstrap/bootstrap.exp: Exclude ia64 flavor from
335         AIX-specific test.
337 2001-02-20  H.J. Lu  <hjl@gnu.org>
339         * ldfile.c (ldfile_open_file): Set entry->search_dirs_flag to
340         false if we found the file.
342 2001-02-18  David O'Brien  <obrien@FreeBSD.org>
344         * configure.tgt: Add FreeBSD/Alpha, FreeBSD/x86-64, FreeBSD/ia64,
345         FreeBSD/PowerPC, FreeBSD/arm, and FreeBSD/sparc64 entries.
347 2001-02-18  lars brinkhoff  <lars@nocrew.org>
349         * Makefile.am: Add PDP-11 target.
350         * configure.tgt: Likewise.
351         * emulparams/pdp11.sh: New file.
353 2001-02-17  David O'Brien  <obrien@FreeBSD.org>
355         * configure.host: Add a generic FreeBSD configuration entry such that
356         all [modern] FreeBSD systems on all platforms will look the same.
358 2001-02-14  H.J. Lu  <hjl@gnu.org>
360         * configure.tgt: Remove mention of earmelf_linux26.
362 2001-02-13  Richard Henderson  <rth@redhat.com>
364         * emulparams/elf64_ia64.sh (OTHER_GOT_SYMBOLS): Remove.
366 2001-02-13  H.J. Lu  <hjl@gnu.org>
368         * ldexp.h (node_type): Add etree_provided.
369         * ldexp.c (exp_fold_tree): Handle etree_provided. Set the node
370         type to etree_provided if defined by PROVIDE. Allow updating
371         for etree_provided.
372         (exp_print_tree): Handle etree_provided.
373         * mpw-elfmips.c (gldelf32ebmip_find_exp_assignment): Handle
374         etree_provided.
376 2001-02-09  David Mosberger  <davidm@hpl.hp.com>
378         * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add
379         .IA_64.unwind.* pattern to unwind table section and
380         .IA_64.unwind_info* pattern to unwind info section.
382 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
384         * Makefile.am: Add linux target for S/390.
385         * Makefile.in: Likewise.
386         * configure.host: Likewise.
387         * configure.tgt: Likewise.
388         * emulparams/elf64_s390.sh: New file.
389         * emulparams/elf_s390.sh: New file.
391 2001-02-09  Jakub Jelinek  <jakub@redhat.com>
393         * configure.tgt (sparc64-*-linux-gnu*): Add elf32_sparc into
394         targ_extra_libpath.
395         (sparc-*-linux-gnu*): Add elf64_sparc into targ_extra_libpath.
397 2001-02-06  Philip Blundell  <philb@gnu.org>
399         * Makefile.am: Remove mention of earmelf_linux26.
400         * Makefile.in: Regenerate.
402 2001-02-04  Philip Blundell  <philb@gnu.org>
404         * emulparams/armelf_linux.sh (TEXT_START_ADDR): Set to 0x8000.
405         * emulparams/armelf_linux26.sh: Delete.
406         * configure.tgt: Remove mention of armelf_linux26 emulation.
408 2001-02-01  Nick Clifton  <nickc@redhat.com>
410         * ld.1: Replace occurances of -oformat with --oformat.
412 2001-01-25  Jim Driftmyer <jdrift@stny.rr.com>
414         * ldlang.c (lang_leave_overlay): Don't set lma_region when
415         load_base is specified.
417 2001-01-24  Hans-Peter Nilsson  <hp@axis.com>
419         * emultempl/elf32.em: Correct spelling in comments and listed
420         options.
422 2001-01-23  Alan Modra  <alan@linuxcare.com.au>
424         * ldlang.c (lang_leave_overlay): Only set lma_region from the
425         default for the first section of a group of overlay sections.
427 2001-01-22  Alan Modra  <alan@linuxcare.com.au>
429         * Makefile.am (GENSCRIPTS): Pass exec_prefix.
430         * Makefile.in: Regenerate.
431         * genscripts.sh: Use exec_prefix parameter to specify tool lib.
432         Check for null tool_dir.
434 2001-01-16  Jim Wilson  <wilson@redhat.com>
436         * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add IA_64.unwind
437         and IA_64.unwind.info.
439 2001-01-16  H.J. Lu  <hjl@gnu.org>
441         * ldlang.c (lang_check): Merge the private data only if the
442         input file has contents.
444 2001-01-14  Alan Modra  <alan@linuxcare.com.au>
446         * emulparams/hppalinux.sh (OUTPUT_FORMAT): Set to elf32-hppa-linux.
448         * emultempl/hppaelf.em (hppaelf_after_parse): New function,
449         enabling search for libmilli.  On a relocatable link, make .text
450         sections unique.
451         (LDEMUL_AFTER_PARSE): Define.
452         (hppaelf_finish): Correct spelling of relocatable in comments.
454         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
455         rummage through the script for sections on the unique list.
456         Correct length of strncmp for ".note".
457         (gld${EMULATION_NAME}_check_needed): Rearrange function.
459         * ldlang.c (unique_section_list): New var.
460         (unique_section_p): New function.
461         (walk_wild_section): Don't match sections on unique_section_list.
462         (lang_add_unique): New function.
463         Correct spelling of relocatable in comments.
465         * ldlang.h (struct unique_sections): Declare.
466         (unique_section_list): Declare.
467         (unique_section_p): Declare.
468         (lang_add_unique): Declare.
470         * lexsup.c (ld_options): Allow --unique to take an optional arg.
471         (parse_args [OPTION_UNIQUE]): Call lang_add_unique.
473         * ld.texinfo (--unique): Update.
475 2001-01-13  Nick Clifton  <nickc@redhat.com>
477         * lexsup.c (parse_args): Remove spurious white space.
479 2001-01-12  Nick Clifton  <nickc@redhat.com>
481         * lexsup.c (parse_args): Update copyright date.
483 2001-01-12  Philip Blundell  <pb@futuretv.com>
485         * configure.host: Set HOSTING_LIBS appropriately for ix86-cygwin.
487 2001-01-10  Kazu Hirata  <kazu@hxi.com>
489         * scripttempl/h8300.sc: Fix formatting.  Fix a comment typo.
490         * scripttempl/h8300h.sc: Fix formatting.
491         * scripttempl/h8300s.sc: Likewise.
492         * scripttempl/h8500.sc: Likewise.
493         * scripttempl/h8500b.sc: Likewise.
494         * scripttempl/h8500c.sc: Likewise.
495         * scripttempl/h8500m.sc: Likewise.
496         * scripttempl/h8500s.sc: Likewise.
498 2000-01-07  David O'Brien  <obrien@BSDi.com>
500         * emultempl/elf32.em: Only perform Linux ld hints processing when
501         targeting Linux.
503 2001-01-07  Philip Blundell  <philb@gnu.org>
505         * ld.texinfo (Bug Reporting): Update email address for reports.
507 2000-12-31  Nick Clifton  <nickc@redhat.com>
509         * lexsup.c (parse_args): Set opterr to 0 and detect unparsed long
510         options by checking for a return value of '?' not -1.
512 2000-12-28  Nick Clifton  <nickc@redhat.com>
514         * lexsup.c (struct ld_option): Add new enum value:
515         EXACTLY_TWO_DASHES.
516         (ld_options[]): Change -omagic, -output and -oformat options
517         to be EXACTLY_TWO_DASHES.
518         (OUTPUT_COUNT): Use ARRAY_SIZE.
519         (parse_args): Change parameter 'argc' to unsigned.
520         Place EXACTLY_TWO_DASHES options into new really_longopts
521         array.
522         If getopt_long_only fails, try calling getopt_long using the
523         really_longopts array.
524         (help): Print a double dash for both EXACTLY_TWO_DASHES and
525         TWO_DASHES options.
527         * ldlex.h: Fix prototype of parse_args.
529         * ld.texinfo: Document that long options starting with 'o'
530         must be preceeded by two dashes.  Change example of a single
531         dashed long option from -oformat to -trace-symbol.
533 2000-12-26  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
535         * emultempl/pe.em (OPTION_NO_DEFAULT_EXCLUDES): Define.
536         (longopts[]): New --no-default-excludes option.
537         (gld_${EMULATION_NAME}_list_options): Document.
538         (gld_${EMULATION_NAME}_parse_args): Handle.
540 2000-12-13  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
542         * ldlang.c (new_stat): Revert the last beautification with "innocent"
543         whitespace, it breaks the K&R C preprocessor.
545 2000-12-11  DJ Delorie  <dj@redhat.com>
547         * ld.texinfo: Add notes about --whole-archive and gcc.
549 2000-11-18  Fred Fish  <fnf@be.com>
551         * lexsup.c (OPTION_ALLOW_SHLIB_UNDEFINED): Define.
552         (ld_options): Entry for --allow-shlib-undefined.
553         (parse_args): Handle OPTION_ALLOW_SHLIB_UNDEFINED.
554         * ldmain.c (main): Initialize link_info.allow_shlib_undefined
555         to false.
556         * ld.texinfo: Document new command line switch.
558 2000-12-12  Geoffrey Keating  <geoffk@redhat.com>
560         * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS):
561         .fixup is actually read/write.
562         * emulparams/elf32lppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
563         * emulparams/elf32ppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
564         * emulparams/elf32lppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
566 Mon Dec 11 14:50:33 MET 2000  Jan Hubicka  <jh@suse.cz>
568         * NEWS: Add note about x86_64 architecture.
570 2000-12-06  Mark Elbrecht  <snowball3@bigfoot.com>
572         * scripttempl/i386go32.sc: Use PROVIDE with _etext, _edata, _end.
573         Set DWARF2 sections to a VMA of zero.
575 2000-12-01      Joel Sherrill <joel@OARcorp.com>
577         * configure.tgt (arm-*-rtems*, a29k-*rtems*, h8300-*-rtems*):
578         New targets.
579         (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
580         (sparc*-*-rtems*): Switched from a.out to ELF.
582 2000-11-30  Jan Hubicka  <jh@suse.cz>
584         * Makefile.am (ALL_EMULATIONS): Add eelf_x86_64.o
585         (eelf_x86_64.c): New.
586         * Makefile.in: Regenerate.
587         * configure.tgt: Add support for x86_64-*-linux-gnu*.
588         * emulparams/elf_x86_64.sh: New.
590 2000-11-30  Hans-Peter Nilsson  <hp@axis.com>
592         * emulparams/crislinux.sh (ENTRY): Change back to _start.
593         (TEXT_START_SYMBOLS): Remove conditional setting of __start.
595         * scripttempl/crisaout.sc: Change all RELOCATING not related to
596         merging non-a.out sections into CONSTRUCTING.
598 2000-11-28  Nick Clifton  <nickc@redhat.com>
600         * ld.1 (COPYING): Mention that the GNU Free Documentation
601         License is present in the sources, but not the output, and
602         also available from the GNU website.
603         (GNU Free Documentation License): Comment out this section.
605 2000-11-28  David O'Brien  <obrien@dragon.nuxi.com>
607         * emulparams/elf64alpha.sh (ENTRY): Remove leading underscore as ELF
608         does not use them.
610 2000-11-25  David O'Brien  <obrien@FreeBSD.org>
612         * ld.1: Remove old date so it does not give the impression the manpage
613         is way out of date.
615 2000-11-24  Nick Clifton  <nickc@redhat.com>
617         * configure.tgt (xscale-coff): Add target.
618         (xscale-elf): Add target.
620 2000-11-24  Fred Fish  <fnf@be.com>
622         * ldmain.c (main): Remove redundant init of config.make_executable
623         to true.
625 2000-11-15  Richard Henderson  <rth@redhat.com>
627         * emulparams/elf64alpha.sh (MAXPAGESIZE): Typo -- 64k, not 1M.
629 2000-11-14  Kazu Hirata  <kazu@hxi.com>
631         * scripttempl/h8300.sc: Fix formatting.
632         * scripttempl/h8300h.sc: Likewise.
633         * scripttempl/h8300s.sc: Likewise.
635 Tue Nov 14 00:59:19 2000  Denis Chertykov  <denisc@overta.ru>
637         * scripttempl/elf32avr.sc: Fix bug in .eeprom segment.
639 2000-11-09  Philip Blundell  <pb@futuretv.com>
641         * emultempl/pe.em: Define ___start_SECNAME and ___stop_SECNAME
642         around orphan sections whose names can be represented in C.
644 2000-11-07  Jim Wilson  <wilson@redhat.com>
646         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): New local
647         hold_sdata.  If SEC_SMALL_DATA set, set place to hold_sdata.
649 2000-11-06  Nick Clifton  <nickc@redhat.com>
651         * ld.texinfo: Add GNU Free Documentation License.
652         * ldint.texinfo: Add GNU Free Documentation License.
653         * ld.1: Add GNU Free Documentation License.
655 2000-11-05  Alan Modra  <alan@linuxcare.com.au>
657         * ldlex.l (yy_create_string_buffer): Init yy_is_our_buffer,
658         yy_is_interactive, yy_at_bol, and yy_fill_buffer.
660         * Makefile.am (DISTCLEANFILES): Add stringify.sed.
661         Move 2000-11-02 Makefile.in changes to this file.
662         * Makefile.in: Regenerate.
664 2000-11-03  Nick Clifton  <nickc@redhat.com>
666         * scripttempl/h8300.sc: Use ${CONSTRUCTING...} to enclose
667         constructors and destructors.
668         * scripttempl/h8300h.sc: Ditto.
669         * scripttempl/h8300s.sc: Ditto.
670         * scripttempl/h8500.sc: Ditto.
671         * scripttempl/h8500b.sc: Ditto.
672         * scripttempl/h8500c.sc: Ditto.
673         * scripttempl/h8500m.sc: Ditto.
674         * scripttempl/h8500s.sc: Ditto.
675         * scripttempl/v850.sc: Ditto.
676         * scripttempl/w65.sc: Ditto.
677         * scripttempl/z8000.sc: Ditto.
679 2000-11-02  Per Lundberg  <plundis@chaosdev.org>
681         * Makefile.in (e_i386_chaos.c): New rule.
682         (ALL_EMULATIONS): Added e_i386_chaos.o.
683         * emulparams/elf_i386_chaos.sh: New file.
684         * configure.tgt: Recognise i[3456]86-chaosdev-storm-chaos.
686 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
688         * emulparams/elf64_sparc.sh (TEXT_START_ADDR,
689         NONPAGED_TEXT_START_ADDR): Set to 4GB for Solaris targets.
690         Fix sed invocation, so that it coped with '/' in Solaris 64bit
691         library path suffix.
692         Based on patch by Andrew Macleod <amacleod@cygnus.com>.
694 2000-10-18  Hans-Peter Nilsson  <hp@axis.com>
696         * scripttempl/crisaout.sc (.text, .data): Pad, with ALIGN (32),
697         for consecutive sections.
699 2000-10-17  Chandrakala Chavva  <cchavva@redhat.com>
701         * lexsup.c: New option OPTION_TARGET_HELP. Prints all target specific
702         options.
703         * ld.texinfo: Added notes about this new option.
705 2000-10-16  Nick Clifton  <nickc@redhat.com>
707         * emultempl/pe.em (_after_open): Add tests of return values from
708         bfd functions.  Emit appropriate error messages if necessary.
710 2000-10-13  Nick Clifton  <nickc@redhat.com>
712         * emultempl/pe.em (_after_open): Delete 'is2' and 'nsyms'
713         local variables - they are not used, but leave in the call to
714         bfd_canonicalize_symtab.
715         (_open_dynamic_archive): Add #ifdef DLL_SUPPORT around use of
716         pe_dll_search_prefix.
718 2000-10-12  Charles Wilson  <cwilson@ece.gatech.edu>
720         * emultempl/pe.em (pe_dll_search_prefix): New variable,
721         (longopts): New --dll-search-prefix option.
722         (gld_${EMULATION_NAME}_list_options): Document.
723         (gld_${EMULATION_NAME}_parse_args): Handle.
724         (gld_${EMULATION_NAME}_open_dynamic_archive): When linking
725         dynamically, search for a dll named '<prefix><basename>.dll'
726         in preference to 'lib<basename>.dll' if --dll-search-prefix
727         is specified.
729 2000-10-12  Alan Modra  <alan@linuxcare.com.au>
731         * ldlang.c (section_already_linked): Set kept_section instead of
732         sec->comdat->sec.
734 2000-10-10  Kazu Hirata  <kazu@hxi.com>
736         * deffile.h: Fix formatting.
737         * lexsup.c: Likewise.
738         * mri.c: Likewise.
740 2000-10-09  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
742         * pe-dll.c (make_one): Do not generate code thunk for DATA
743         exports.
744         (process_def_file): deduce DATA flag for auto-export sumbols.
746 2000-10-09  Kazu Hirata  <kazu@hxi.com>
748         * ld.h: Fix formatting.
749         * ldcref.c: Likewise.
750         * ldctor.h: Likewise.
751         * ldemul.c: Likewise.
752         * ldemul.h: Likewise.
753         * ldexp.c: Likewise.
754         * ldexp.h: Likewise.
755         * ldfile.c: Likewise.
756         * ldfile.h: Likewise.
757         * ldlang.c: Likewise.
758         * ldlang.h: Likewise.
759         * ldmain.c: Likewise.
760         * pe-dll.c: Likewise.
762         * pe-dll.c: Revert some formatting fixes.
764 2000-10-08  Kazu Hirata  <kazu@hxi.com>
766         * pe-dll.c: Fix formatting.
768 2000-10-05  Kazu Hirata  <kazu@hxi.com>
770         * ldlang.c: Fix formatting.
772 2000-10-03  DJ Delorie  <dj@redhat.com>
774         * pe-dll.c (fill_edata): initialize entire block
775         (make_one): fill in correct section.
777 2000-10-03  Kazu Hirata  <kazu@hxi.com>
779         * ldexp.c: Fix formatting.
781 2000-10-02  DJ Delorie  <dj@redhat.com>
783         * emultempl/pe.em (gld_*_after_open): detect case where there two
784         import libraries for same dll; rename one to ensure proper link
785         order.
787         * pe-dll.c (process_def_file): compare ordinals to -1, not 0; fix
788         typo
789         (generate_edata): fix typo
791 2000-09-29  Hans-Peter Nilsson  <hp@axis.com>
793         * scripttempl/crisaout.sc (ENTRY): Now __start.
794         (.text): Add default setting for __start.
795         Remove CONSTRUCTORS handling.
796         (/DISCARD/): Add .gnu.warning.*.
797         * emulparams/crislinux.sh (ENTRY): Now __start.
798         (TEXT_START_SYMBOLS): New; provide __Stext and __start default.
799         * emulparams/criself.sh (OUTPUT_FORMAT): Now elf32-us-cris.
800         (ENTRY): Now __start.
801         (INITIAL_READONLY_SECTIONS): Add KEEP for .startup.
802         (EXECUTABLE_SYMBOLS): Add default setting for __start.
804 2000-09-29  Kazu Hirata  <kazu@hxi.com>
806         * deffile.h: Fix formatting.
807         * ld.h: Likewise.
808         * ldcref.c: Likewise.
809         * ldctor.c: Likewise.
810         * ldctor.h: Likewise.
811         * ldemul.c: Likewise.
812         * ldemul.h: Likewise.
813         * ldexp.c: Likewise.
814         * ldexp.h: Likewise.
815         * ldfile.c: Likewise.
816         * ldfile.h: Likewise.
817         * ldlang.c: Likewise.
818         * ldlang.h: Likewise.
819         * lexsup.c: Likewise.
820         * mri.c: Likewise.
821         * pe-dll.c: Likewise.
823 2000-09-28  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
825         * pe-dll.c (process_def_file): Uninitialized data wasn't
826         exported with --export-all-symbols switch.
828 2000-09-28  DJ Delorie  <dj@redhat.com>
830         * pe-dll.c (fill_edata): rearrange the data so that ordinals and
831         noname work properly.
833 2000-09-28  Alan Modra  <alan@linuxcare.com.au>
835         * ld.texinfo (HPPA ELF32): New section.
837         * emultempl/hppaelf.em (group_size): New.
838         (hppaelf_finish): Pass group_size to elf32_hppa_size_stubs.
839         (PARSE_AND_LIST_PROLOGUE): Add OPTION_STUBGROUP_SIZE.
840         (PARSE_AND_LIST_LONGOPTS): Add --stub-group-size.  Duplicate
841         options to prevent abbreviations matching.
842         (PARSE_AND_LIST_OPTIONS): Describe the above.  Reformat.
843         (PARSE_AND_LIST_ARGS_CASES): Handle it.
845 2000-09-21  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
847         * emultempl/m68kelf.em: Conditionalise the embedded relocs feature
848         on the m68*-*-elf target.  Make it support COFF input objects.
850 2000-09-21  Kazu Hirata  <kazu@hxi.com>
852         * ldmain.c: Fix formatting.
853         * ldmisc.c: Likewise.
854         * ldver.c: Likewise.
855         * ldwrite.c: Likewise.
857 2000-09-21  Alan Modra  <alan@linuxcare.com.au>
859         * ldwrite.c (clone_section): Silence gcc warnings.
861 2000-09-20  Alan Modra  <alan@linuxcare.com.au>
863         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Handle
864         out of memory failure.
866         * ldwrite.c (ldwrite): Remove unnecessary einfo arg.
867         (clone_section): Handle out of memory failures.  Rename var to
868         avoid c++ reserved word.
870 2000-09-18  Alan Modra  <alan@linuxcare.com.au>
872         * emultempl/hppaelf.em (hppaelf_add_stub_section): Rename
873         stub_name param to stub_sec_name.
874         (hppaelf_finish): Modify call to elf32_hppa_size_stubs.
876 2000-09-10  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
878         * emultempl/m68kelf.em: New file.
879         * emulparams/m68kelf.sh (EXTRA_EM_FILE): Use it.
880         * Makefile.am (em68kelf.c): Add dependency on m68kelf.em.
881         * Makefile.in: Regenerate.
883 2000-09-15  Alan Modra  <alan@linuxcare.com.au>
885         * emulparams/hppalinux.sh (DATA_START_SYMBOLS): Provide $global$
886         only as needed.
888 2000-09-13  Nick Clifton  <nickc@redhat.com>
890         * ldmain.c (multiple_definition): Disable relaxation if
891         multiple symbol definitions are encountered - otherwise the
892         linker could abort with an assertion failure.
894 2000-09-10  Nick Clifton  <nickc@redhat.com>
896         * mri.c: Fix formatting.
898 2000-09-07  H.J. Lu  <hjl@gnu.org>
900         * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
901         * configure: Rebuild.
903 2000-09-07  H.J. Lu  <hjl@gnu.org>
905         * Makefile.am (lexsup.o): Also depend on $(INCDIR)/demangle.h.
906         * Makefile.in: Rebuild.
908 2000-09-07  Alan Modra  <alan@linuxcare.com.au>
910         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Fix
911         broken list handling.  Create __start_SECNAME and __stop_SECNAME
912         when no place-holder.  Add some comments.  Test both SEC_CODE and
913         SEC_READONLY for hold_text to prevent .rodata orphan poisoning.
914         Handle case where no output section statement created.
916 2000-09-07  Niibe Yutaka  <gniibe@m17n.org>, Kaz Kojima  <kkojima@rr.iij4u.or.jp>, Alexandre Oliva  <aoliva@redhat.com>
918         * configure.tgt (sh-*-linux*): Added.
919         * Makefile.am: Added eshelf_linux and eshlelf_linux.
920         * Makefile.in: Rebuilt.
921         * emulparams/shelf_linux.sh: New file.
922         * emulparams/shlelf_linux.sh: New file.
924 2000-09-06  Alan Modra  <alan@linuxcare.com.au>
926         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
927         try shuffling sections when the orphan happens to be the place
928         holder.  Keep count of unique section names generated so we speed
929         the search for a new name.
931 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
933         * configure: Rebuilt with new libtool.m4.
935 2000-09-05  Nick Clifton  <nickc@redhat.com>
937         * Makefile.in: Regenerate.
938         * aclocal.m4: Regenerate.
939         * configure: Regenerate.
940         * config.in: Regenerate.
941         * po/ld.pot: Regenerate.
943         * ldint.texinfo: Remove CVS revision marker - it foils local
944         comparisons.
946         * emultempl/ticoff.em: Remove extraneous comma.
948 2000-09-05  Alan Modra  <alan@linuxcare.com.au>
950         * emultempl/hppaelf.em (hppaelf_add_stub_section): Add SEC_RELOC
951         to stub section flags.
952         (hppa_for_each_input_file_wrapper): New.
953         (hppa_lang_for_each_input_file): New.
954         (lang_for_each_input_file): Define to call above.
955         (multi_subspace): New.
956         (hppaelf_finish): Pass multi_subspace to elf32_hppa_size_stubs.
957         (PARSE_AND_LIST_PROLOGUE): Define.
958         (PARSE_AND_LIST_LONGOPTS): Define.
959         (PARSE_AND_LIST_OPTIONS): Define.
960         (PARSE_AND_LIST_ARGS_CASES): Define.
961         (hppaelf_finish): Call elf32_hppa_set_gp.
962         (hppaelf_set_output_arch): Remove.
963         (LDEMUL_SET_OUTPUT_ARCH): Remove.
965         * emulparams/hppalinux.sh (ELFSIZE): Define.
966         (MACHINE): Define.
967         (OTHER_READONLY_SECTIONS): Define.
968         (DATA_PLT): Define.
969         (GENERATE_SHLIB_SCRIPT): Define.
971         * ldlang.c: Add missing prototypes, and tidy others.  Change CONST
972         to const throughout.  Change `void *' to `PTR' throughout.
973         (lang_memory_default): Function is local to file, add `static'.
975         * Makefile.am (ehppaelf.c): Depend on emultempl/elf32.em.
976         (ehppalinux.c): Likewise.
977         (earmelf.c): Likewise.
978         (earmelf_linux.c): Likewise.
979         (earmelf_linux26.c): Likewise.
980         * Makefile.in: Regenerate.
982         * ld.h (ld_config_type): Add unique_orphan_sections.
983         * lexsup.c (OPTION_UNIQUE): Define.
984         (ld_options): Add "--unique".
985         (parse_args): Handle it.
986         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
987         search for an existing output section if unique_orphan_sections is
988         set.  Make use of bfd_get_unique_section_name rather than
989         duplicating code here.
990         * ld.texinfo: Describe --unique.
992         * lexsup.c (ld_options): Make split-by-reloc arg optional. Add
993         optional arg to split-by-file.
994         (parse_args): Handle them.
995         * ld.texinfo: Update description of these options.
996         * ldwrite.c (clone_section): Pass in the section name.  Replace
997         local code with bfd_get_unique_section_name.
998         (split_sections): Tidy code and comments.  Use a list traversal
999         more appropriate to the list construction.  Handle cooked section
1000         sizes.  Split when split_by_reloc reached rather than exceeded.
1001         Track section size and split when split_by_file reached.  Fix
1002         link_order_tail (even though it's not used).
1003         (ldwrite): Modify condition for calling split_sections to suit
1004         changed split_by_reloc and split_by_file.
1005         * ldmain.c (main): Init config.split_by_reloc and
1006         config.split_by_file to -1.
1007         * ld.h (ld_config_type): Change split_by_reloc to unsigned.
1008         Change split_by_file to bfd_size_type.
1010 2000-09-02  Nick Clifton  <nickc@redhat.com>
1012         * configure.in: Increase version number to 2.10.91.
1013         * NEWS: Mention new ability to support removal of duplicate DWARF2
1014         debug information.
1015         * configure: Regenerate.
1016         * aclocal.m4: Regenerate.
1017         * config.in: Regenerate.
1019 2000-09-02  Daniel Berlin <dberlin@redhat.com>
1021         * scripttempl/elf.sc: Add .gnu.linkonce.wi.* to .debug_info
1022         sections.
1023         * scripttempl/elf32avr.sc: Ditto.
1024         * scripttempl/elfd10v.sc: Ditto.
1025         * scripttempl/elfd30v.sc: Ditto.
1026         * scripttempl/elfi370.sc: Ditto.
1027         * scripttempl/elfm68hc11.sc: Ditto.
1028         * scripttempl/elfm68hc12.sc: Ditto.
1029         * scripttempl/elfi386beos.sc: Ditto.
1030         * scripttempl/v850.sc: Ditto.
1032 2000-08-31  Alexandre Oliva  <aoliva@redhat.com>
1034         * acinclude.m4: Include libtool and gettext macros from the
1035         top level.
1036         * aclocal.m4, configure: Rebuilt.
1038 2000-08-25  Nick Clifton  <nickc@redhat.com>
1040         * ldlang.c (open_output): When choosing the target for a
1041         particular endianness, do nothing if the target is not
1042         supported.
1044 2000-08-25  H.J. Lu  <hjl@gnu.org>
1046         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Don't
1047         check -rpath nor LD_RUN_PATH for cross link.
1048         * ld.texinfo: Document the change.
1050 2000-08-24  Hans-Peter Nilsson  <hp@axis.com>
1052         * NEWS: Mention support for CRIS.
1054 2000-08-23  H.J. Lu  <hjl@gnu.org>
1056         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Get
1057         the current runpath list from bfd_elf_get_runpath_list ()
1058         before search.
1060 2000-08-22  H.J. Lu  <hjl@gnu.org>
1062         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Search
1063         the DT_RPATH/DT_RUNPATH entries for DT_NEEDED after
1064         LD_LIBRARY_PATH for native linker. Display the needed DSO if
1065         trace_file_tries is non-zero.
1066         (gld${EMULATION_NAME}_try_needed): Report the needed DSO found
1067         if trace_file_tries is non-zero.
1069         * ld.texinfo: Document the usage of DT_RPATH/DT_RUNPATH.
1070         * NEWS: Mention it.
1072 2000-08-14  Jason Eckhardt  <jle@cygnus.com>
1074         * NEWS: Mention i860 support.
1076 2000-08-14  Andreas Schwab  <schwab@suse.de>
1078         * scripttempl/elf.sc: Fix last change to use correct comment
1079         syntax.
1081 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
1083         * scripttempl/elf.sc: Add a comment giving the correspondence
1084         between sections, per-datum sections, and linkonce sections.  Make
1085         the comment true even for .bss, .sdata, .sdata2, .sbss, and
1086         .sbss2.
1088 2000-08-10  Jason Eckhardt  <jle@cygnus.com>
1090         * emulparams/elf32_i860.sh: New file.
1091         * configure.tgt: Recognize new target i860-stardent-{sysv4*|elf*}.
1092         * Makefile.am (ALL_EMULATIONS): Add eelf32_i860.o.
1093         (eelf32_i860.c): New rule.
1094         * Makefile.in: Regenerate.
1096 2000-08-10  Nick Clifton  <nickc@cygnus.com>
1098         * emulparams/mipspe.sh (ENTRY): Add definition.
1100 2000-08-08  Peter Jeremy  <peter.jeremy@alcatel.com.au>
1102         * emultempl/elf32.em (_after_close): Refer to -rpath not --rpath
1103         in error message.
1105 2000-08-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
1107         * scripttempl/elfm68hc11.sc: Define __bss_size symbol to indicate
1108         the final size of .bss section.
1109         * scripttempl/elfm68hc12.sc: Likewise.
1111 2000-08-04  Alan Modra  <alan@linuxcare.com.au>
1113         * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Rename to
1114         gld${EMULATION_NAME}_parse_args for consistency.  Combine
1115         lastoptind and prevoptind vars, and keep track of last optind.
1116         (gld_${EMULATION_NAME}_list_options): Rename to
1117         gld${EMULATION_NAME}_list_options.
1119 2000-08-03  Rodney Brown  <RodneyBrown@pmsc.com>
1121         * configure.tgt: Select targ_emul=elf_i386 for Unixware 7
1122         (i586-sco-sysv5uw7.1.0).
1124 2000-07-27  H.J. Lu  <hjl@gnu.org>
1126         * emulparams/elf64alpha.sh (PARSE_AND_LIST_ARGS): Removed.
1127         (PARSE_AND_LIST_PROLOGUE): New.
1128         (PARSE_AND_LIST_LONGOPTS): Likewise.
1129         (PARSE_AND_LIST_OPTIONS): Likewise.
1130         (PARSE_AND_LIST_ARGS_CASES): Likewise.
1131         (PARSE_AND_LIST_EPILOGUE): Likewise.
1133 2000-07-28  Alan Modra  <alan@linuxcare.com.au>
1135         * emultempl/armelf.em: Elide functions common to elf32.em,
1136         ie. most of the file.
1137         (arm_elf_after_open): New.  Do arm specific things then call
1138         gld${EMULATION_NAME}_after_open.
1139         (arm_elf_before_allocation): New.  Call
1140         gld${EMULATION_NAME}_before_allocation then do arm specifics.
1141         (PARSE_AND_LIST_PROLOGUE): Define.
1142         (PARSE_AND_LIST_SHORTOPTS): Define.
1143         (PARSE_AND_LIST_LONGOPTS): Define.
1144         (PARSE_AND_LIST_OPTIONS): Define.
1145         (PARSE_AND_LIST_ARGS_CASES): Define.
1146         (LDEMUL_AFTER_OPEN): Define.
1147         (LDEMUL_BEFORE_ALLOCATION): Define.
1148         (LDEMUL_BEFORE_PARSE): Define.
1149         (LDEMUL_FINISH): Define.
1151         * emultempl/hppaelf.em: Similarly zap most of this file.
1152         (hppaelf_add_stub_section): Prototype.
1153         (hppaelf_layaout_sections_again): Prototype.
1154         (hook_in_stub): Prototype.
1155         (LDEMUL_SET_OUTPUT_ARCH): Define.
1156         (LDEMUL_FINISH): Define.
1157         (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
1159         * emulparams/armelf.sh (TEMPLATE_NAME): Use elf32.
1160         (EXTRA_EM_FILE): New.
1161         * emulparams/armelf_linux.sh: Likewise.
1162         * emulparams/armelf_linux26.sh: Likewise.
1163         * emulparams/hppalinux.sh: Likewise.
1164         * emulparams/hppaelf.sh: Likewise.
1165         (NOP): Define.
1167         * emultempl/elf32.em: Fix formatting.
1168         (EXTRA_EM_FILE): Source it.
1169         (LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
1170         LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
1171         LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
1172         LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
1173         LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
1174         LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
1175         LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
1176         LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
1177         LDEMUL_FIND_POTENTIAL_LIBRARIES): New shell vars.  Add code to
1178         allow functions in this file to be overridden.
1179         (PARSE_AND_LIST_SHORTOPTS): Handle it.
1181         * emultempl/m68kcoff.em: Include ldfile.h before ldemul.h.
1183         * emultempl/elf32.em: Reorganize file.
1185 2000-07-27  Ivan Kokshaysky  <ink@jurassic.park.msu.ru>
1187         * emulparams/elf64alpha.sh: Implement "-taso" emulation
1188         specific option to fit 64-bit executable in the lower
1189         31-bit address range.  This is done by changing start
1190         address of .interp (the very first section of executable)
1191         and then setting EF_ALPHA_32BIT elf header flag.
1193 2000-07-21  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
1195         * emultempl/m68kcoff.em: New file.
1196         * emulparams/m68kcoff.sh (TEMPLATE_NAME): Use m68kcoff template.
1197         * Makefile.am (em68kcoff.c): Depend on m68kcoff.em rather than
1198         generic.em.
1199         * Makefile.in: Regenerate.
1201 2000-07-20  H.J. Lu  <hjl@gnu.org>
1203         * emultempl/elf32.em (longopts): Duplicate "disable-new-dtags"
1204         and "disable-new-dtags" to stop getopt from treating -d/-e as
1205         abbreviations for these options.
1207 2000-07-20  H.J. Lu  <hjl@gnu.org>
1209         * ld.texinfo: Add documentation for --disable-new-dtags and
1210         --enable-new-dtags.
1212         * ldmain.c (main): Initialize link_info.new_dtags to false.
1214         * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Add
1215         --disable-new-dtags and --enable-new-dtags.
1216         (gld_${EMULATION_NAME}_list_options): Likewise.
1218 2000-07-05  Kenneth Block  <krblock@computer.org>
1220         * lexsup.c: Add optional style to demangle switch
1221         * ld.texinfo: Document optional style to demangle switch.
1223 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
1225         * Makefile.am (ALL_EMULATIONS): Add ecrisaout.o, ecriself.o,
1226         ecrislinux.o.
1227         (ecrisaout.c, ecriself.c, ecrislinux.c): New rules.
1228         Regenerate dependencies.
1229         * Makefile.in: Rebuild.
1230         * configure.tgt (cris-*-*): New target.
1231         * emulparams/crisaout.sh, emulparams/criself.sh,
1232         emulparams/crislinux.sh, scripttempl/crisaout.sc: New files.
1233         * po/POTFILES.in, po/ld.pot: Regenerate.
1235 2000-07-20  H.J. Lu  <hjl@gnu.org>
1237         * emultempl/elf32.em (gld_${EMULATION_NAME}_list_options):
1238         Print out ignored -z options.
1240 2000-07-19  H.J. Lu  <hjl@gnu.org>
1242         * emulparams/elf32mcore.sh (PARSE_AND_LIST_ARGS): Removed.
1243         (PARSE_AND_LIST_PROLOGUE): New.
1244         (PARSE_AND_LIST_LONGOPTS): Likewise.
1245         (PARSE_AND_LIST_OPTIONS): Likewise.
1246         (PARSE_AND_LIST_ARGS_CASES): Likewise.
1248         * ldmain.c (main): Clear link_info.flags and link_info.flags_1.
1250         * lexsup.c (ld_options): Comment out 'z'.
1251         (parse_args): Likewise.
1253         * emultempl/elf32.em: Include "elf/common.h".
1254         (gld_${EMULATION_NAME}_parse_args): Defined. Handle some -z
1255         options.
1256         (gld_${EMULATION_NAME}_list_options): Likewise.
1258         * ld.texinfo: Add documentation for the recognized -z options.
1260 2000-07-19  H.J. Lu  <hjl@gnu.org>
1262         * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Call
1263         bfd_elf_set_dt_needed_soname ().
1265 2000-07-18  DJ Delorie  <dj@cygnus.com>
1267         * pe-dll.c (pe_dll_id_target): check object target name also
1269 2000-07-18  Hans-Peter Nilsson  <hp@axis.com>
1271         * scripttempl/elf.sc (.init): Only do ${INIT_START} and
1272         ${INIT_END} if relocating.
1273         (.fini): Likewise ${FINI_START} and ${FINI_END}.
1275 2000-07-16  Charles Wilson  <cwilson@ece.gatech.edu>
1277         * emultempl/pe.em (gld_*_open_dynamic_archive): New search
1278         order for dynamic library '-lfoo' on pei386: libfoo.dll.a,
1279         foo.dll.a, libfoo.a, libfoo.dll, foo.dll. This fixes compatibility
1280         errors introduced by the old dynamic lib search order.
1282 2000-07-17  DJ Delorie  <dj@cygnus.com>
1284         * pe-dll.c (process_def_file): auto-export data items also
1285         (pe_process_import_defs): also see if _imp_ form needed
1287 2000-07-12  Charles Wilson  <cwilson@ece.gatech.edu>
1289         * pe-dll.c (make_one): fix a typo in the __imp_ name decoration
1290         for dll import libraries
1292 2000-07-12  Mark Elbrecht  <snowball3@bigfoot.com>
1294         * scripttempl/i386go32.sc: Support the g++ attribute init_priority in
1295         gcc 2.95.2 and later.
1297 2000-07-11  Kazu Hirata  <kazu@hxi.com>
1299         * ldfile.c (ldfile_try_open_bfd): Output '\n' after an error
1300         message.
1302 2000-07-10  Alan Modra  <alan@linuxcare.com.au>
1304         * ldemul.h (struct lang_input_statement_struct): Remove forward
1305         declaration.
1306         (struct search_dirs): Likewise.
1307         * ldfile.h (struct lang_input_statement_struct): Likewise.
1308         Protect file from multiple inclusion.
1309         * ldlang.h (LANG_FOR_EACH_INPUT_STATEMENT): Move file_chain
1310         declaration from macro to file scope.
1312         * ldemul.c: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this order.
1313         * ldgram.y: Likewise here.
1314         * ldlang.c: And here.
1315         * ldmain.c: And here.
1316         * mpw-elfmips.c: And here.
1317         * mpw-eppcmac.c: And here.
1318         * emultempl/aix.em: And here.
1319         * emultempl/armcoff.em: And here.
1320         * emultempl/armelf.em: And here.
1321         * emultempl/armelf_oabi.em: And here.
1322         * emultempl/beos.em: And here.
1323         * emultempl/elf32.em: And here.
1324         * emultempl/hppaelf.em: And here.
1325         * emultempl/linux.em: And here.
1326         * emultempl/lnk960.em: And here.
1327         * emultempl/pe.em: And here.
1328         * emultempl/sunos.em: And here.
1329         * mpw-esh.c: And here. Include ldexp.h and ldlang.h too.
1330         * mpw-idtmips.c: Ditto.
1331         * emultempl/generic.em: Ditto.
1332         * emultempl/gld960.em: Ditto.
1333         * emultempl/gld960c.em: Ditto.
1334         * emultempl/mipsecoff.em: Ditto.
1335         * emultempl/ticoff.em: Ditto.
1336         * emultempl/vanilla.em: Ditto.
1338         * pe-dll.c: Include ldfile.h
1339         * ldver.c: Include ldexp.h, ldlang.h, ldfile.h
1341         * mpw-elfmips.c: (gldelf32ebmip_before_allocation): Add missing
1342         arguments to bfd_elf32_size_dynamic_sections call.
1343         (gldelf32ebmip_place_orphan): Add missing arguments to
1344         lang_leave_output_section_statement call.
1346 2000-07-10  H.J. Lu  <hjl@gnu.org>
1348         * emultempl/pe.em (pe_enable_stdcall_fixup): Protect with
1349         DLL_SUPPORT.
1350         (strhash): Likewise.
1351         (compute_dll_image_base): Likewise.
1352         (pe_undef_found_sym): Likewise.
1353         (pe_undef_cdecl_match): Likewise.
1354         (gld_${EMULATION_NAME}_open_dynamic_archive): Mark the
1355         argument "arch" with ATTRIBUTE_UNUSED.
1357 2000-07-10  Alan Modra  <alan@linuxcare.com.au>
1359         * configure.tgt: Remove extraneous hppa*-*-linux-gnu*.
1361         From  Ryan Bradetich  <rbradetich@uswest.net>
1362         * ldwrite.c (SSIZE): Remove to cure macro redefinition warning.
1364 2000-07-09  Alan Modra  <alan@linuxcare.com.au>
1366         Changes to create multiple linker stubs, positioned immediately
1367         before the section where they are required.
1368         * emultempl/hppaelf.em: Include elf32-hppa.h.
1369         (stub_sec, file_chain): Delete.
1370         (hppaelf_create_output_section_statements): Don't make a stub
1371         section here.
1372         (hook_stub_info): New struct.
1373         (hook_in_stub): New function.
1374         (hppaelf_add_stub_section): New function.
1375         (hppaelf_finish): Do nothing for relocateable links.  Modify the
1376         call to elf32_hppa_size_stubs.  Move code for updating section
1377         layout from here...
1378         (hppaelf_layaout_sections_again): ..to here, a new function.
1380         * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Fix
1381         broken list handling.  Pass in a pointer to the list.
1382         (hppaelf_finish): Update call to hppaelf_delete_padding_statements
1383         for above changes.
1384         (hppaelf_before_parse): Prototype.
1385         (hppaelf_set_output_arch): Prototype.
1386         (hppaelf_create_output_section_statements): Prototype.
1387         (hppaelf_delete_padding_statements): Prototype.
1388         (hppaelf_finish): Prototype.
1390         Merge from elf32.em
1391         * emultempl/hppaelf.em: Include ctype.h.
1392         (struct orphan_save): New.
1393         (gld${EMULATION_NAME}_place_orphan): New.
1394         (output_rel_find): New.
1395         (hppaelf_get_script): Update from elf32.em.
1396         (ld_hppaelf_emulation): Rename to ld_${EMULATION_NAME}_emulation.
1397         Change emulation_name field to "${EMULATION_NAME}".  Add
1398         gld${EMULATION_NAME}_place_orphan.
1400         * Makefile.am (ALL_EMULATIONS): Reinstate ehppaelf.o,  add
1401         ehppalinux.o, sort it.  Regenerate dependencies.
1402         (ehppalinux.c): Depend on hppaelf.em
1403         * Makefile.in: Regenerate.
1405         * configure.tgt: targ_emul=hppalinux for hppa*linux
1407         * emulparams/hppalinux.sh: New.
1408         * emulparams/hppaelf.sh (TARGET_PAGE_SIZE): Write in hex.
1410 2000-07-08  Alan Modra  <alan@linuxcare.com.au>
1412         * lexsup.c (parse_args): Copy section name.
1414 2000-07-07  Charles Wilson  <cwilson@ece.gatech.edu>
1416         * emultempl/pe.em: institute the following search order for
1417         dynamic libraries on pei386: libfoo.dll.a, foo.dll.a (import
1418         libs), libfoo.dll, foo.dll (link direct to dll).  Fall back to
1419         static lib (libfoo.a) if none of the above are found.
1421 2000-07-07  Mumit Khan  <khan@xraylith.wisc.edu>
1423         * emultempl/pe.em (pe_enable_auto_image_base): New variable.
1424         (longopts): New --{enable,disable}-auto-image-base options.
1425         (gld_${EMULATION_NAME}_list_options): Document.
1426         (gld_${EMULATION_NAME}_parse): Handle.
1427         (strhash): New static function.
1428         (compute_dll_image_base): New static function.
1429         (gld_${EMULATION_NAME}_set_symbols): Use.
1431 2000-07-05  DJ Delorie  <dj@redhat.com>
1433         * MAINTAINERS: new
1435 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
1437         * configure.tgt: Add traditional mips (mips*-*-sysv4*) target.
1438         * emulparams/elf32btsmip.sh: New file.
1439         * Makefile.am: Add traditional mips target.
1440         * Makefile.in: Rebuild.
1442 2000-07-01  H.J. Lu  <hjl@gnu.org>
1444         * Makefile.am (EXTRA_ld_new_SOURCES): Set to deffilep.y for
1445         automake to use YLWRAP.
1446         * Makefile.in: Rebuild.
1448 2000-07-01  Alan Modra  <alan@linuxcare.com.au>
1450         * Makefile.am (DEP): Fix 2000-06-22.  grep after running dep.sed
1451         (CLEANFILES): Add DEPA.
1452         * Makefile.in: Regenerate.
1454 2000-06-30  Timothy Wall  <twall@ppc>
1456         * scripttempl/tic54xcoff.sc: PAGE N is not implemented, so encode
1457         the page in the upper octet of the address.
1459 2000-06-26  Marek Michalkiewicz  <marekm@linux.org.pl>
1461         * emulparams/avrmega161.sh (ARCH): Change to avr:5.
1463 2000-06-24  Alan Modra  <alan@linuxcare.com.au>
1465         * NEWS: arm-elf does --gc-sections too.
1467 2000-06-22  Alan Modra  <alan@linuxcare.com.au>
1469         * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
1470         find one.
1471         * Makefile.in: Regenerate.
1473 2000-06-21  H.J. Lu  <hjl@gnu.org>
1475         * Makefile.am: Rebuild dependency.
1476         * Makefile.in: Rebuild.
1478 2000-06-20  H.J. Lu  <hjl@gnu.org>
1480         * Makefile.am: Rebuild dependency.
1481         * Makefile.in: Rebuild.
1483 2000-06-20  Timothy Wall  <twall@cygnus.com>
1485         * scripttempl/tic54xcoff.sc: New.
1486         * ldlang.c (wild_doit): Propagate SEC_BLOCK flag.
1487         * gen-doc.texi: Add flag for TI COFF.
1488         * ld.texinfo: Add documentation for TI COFF handling switches.
1489         * emultempl/ticoff.em: New. TI COFF handling.
1490         * configure.tgt: Add tic54x target.
1491         * Makefile.am: Add tic54x target.
1492         * Makefile.in: Ditto.
1494 2000-06-20  Alan Modra  <alan@linuxcare.com.au>
1496         * ldmain.c (set_scripts_dir): Correct pointer comparison when
1497         checking for backslashes.
1499 2000-06-19  Alan Modra  <alan@linuxcare.com.au>
1501         * NEWS: Move entries not in 2.10 above "Changes in version 2.10".
1503 2000-06-18  Alan Modra  <alan@linuxcare.com.au>
1505         * NEWS: Update list of targets supporting --gc-sections.
1507         * scripttempl/elf.sc: KEEP .eh_frame contents.
1508         * scripttempl/elfd30v.sc: Same here.
1510 2000-06-18  Stephane Carrez  <stcarrez@worldnet.fr>
1512         * Makefile.am (ALL_EMULATIONS): Added new emulation for m68hc12
1513         and m68hc11 (elf).
1514         * Makefile.in: Rebuild.
1515         * configure.tgt: Recognize m68hc12 and m68hc11.
1516         * scripttempl/elfm68hc12.sc: New file.
1517         * emulparams/m68hc12elfb: New emulation.
1518         * emulparams/m68hc12elf: New emulation.
1519         * emulparams/m68hc11elfb.sh: New file.  User configurable emulation
1520         (includes a memory.x script to define the ROM and RAM banks).
1521         * scripttempl/elfm68hc11.sc, emulparams/m68hc11elf.sh:
1522         New configuration files for support of Motorola 68hc11
1524 2000-06-15  Alan Modra  <alan@linuxcare.com.au>
1526         * ldmain.c (main): Only change SEC_READONLY for final link.
1528 2000-06-13  H.J. Lu  <hjl@gnu.org>
1530         * configure: Regenerate.
1532 2000-06-08  David O'Brien  <obrien@FreeBSD.org>
1534         * configure.in (VERSION): Update to show this is the CVS mainline.
1536 2000-06-07  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
1538         * emultempl/mipsecoff.em (gld{EMULATION_NAME}_after_open): Require all
1539         input objects to be ECOFF.
1540         (check_sections): einfo takes %B, not %P, to print a BFD name.
1542 2000-06-05  Michael Matz <matz@ifh.de>
1544         * ldgram.y (vers_defns): Handle 'extern "C++" { ... }' in
1545         version scripts.
1547         * ldlex.l (V_IDENTIFIER): Accept `::' in symbols.
1549 2000-05-23  Marek Michalkiewicz  <marekm@linux.org.pl>
1551         * emulparams/avr1200.sh (STACK): Define as 0.
1552         * emulparams/avr23xx.sh (STACK): Define as last internal SRAM address.
1553         * emulparams/avr4433.sh (STACK): Likewise.
1554         * emulparams/avr44x4.sh (STACK): Likewise.
1555         * emulparams/avr85xx.sh (STACK): Likewise.
1556         * emulparams/avrmega103.sh (STACK): Likewise.
1557         * emulparams/avrmega161.sh (STACK): Likewise.
1558         * emulparams/avrmega603.sh (STACK): Likewise.
1559         * scripttempl/elf32avr.sc (__data_start): Define for gcrt1.
1560         (__stack): Define from ${STACK} for main().
1562 2000-05-26  Alan Modra  <alan@linuxcare.com.au>
1564         * Makefile.am: Update dependencies with "make dep-am"
1565         * Makefile.in: Regenerate.
1567 2000-05-26  Eli Zaretskii  <eliz@is.elta.co.il>
1569         * ldmain.c: Include filenames.h.
1570         (set_scripts_dir): Support backslashes in program name.
1572 2000-05-22  Igor Shevlyakov  <igor@windriver.com>
1574         * ldmain.c (main): When deciding if ".text" section should be
1575         read-only, don't forget to reset SEC_READONLY because it
1576         could be already set.
1578 2000-05-22  Thomas de Lellis  <tdel@windriver.com>
1580         * ld.1: Add documentation for new command line option:
1581                 --section-start <sectionname>=<sectionorg>
1582         This is a generic version of -Ttext etc. which accepts
1583         any section name as a parameter instead of just text/data/
1584         bss.
1585         * ld.texinfo: More docs.
1586         * NEWS: More docs.
1587         * lexsup.c: (parse_args): Recognize new command line option.
1588         (ld_options): Add new option.
1590 2000-05-18  H.J. Lu  <hjl@gnu.org>
1592         * lexsup.c (parse_args): `i' == `r', not `q'.
1594 Thu May 18 10:47:57 2000  Jeffrey A Law  (law@cygnus.com)
1596         * configure.tgt (hppa*64*-*-*): Enable PA64 target.
1598 2000-05-17 S. Bharadwaj Yadavalli  <sby@scrugs.lkg.dec.com>
1599               Rick Gorton          <gorton@scrugs.lkg.dec.com>
1601         Add support for '-q' == '--emit-relocs' switch.
1602         * ldmain.c (main): Default to false.
1603         * lexsup.c (parse_args): Turn on emitrelocations flag if set.
1604         * NEWS: Describe the emitrelocations switch.
1605         * ld.texinfo: Describe the emitrelocations switch.
1607 2000-05-16  Charles Wilson <cwilson@ece.gatech.edu>
1609         * emultempl/pe.em (_open_dynamic_archive): New function: Search
1610         the library path for "foo.dll" and "libfoo.dll" dynamic libraries
1611         before searching for 'libfoo.a' in response to a '-Bdynamic -lfoo'
1612         link options.
1614 2000-05-15  David O'Brien  <obrien@FreeBSD.org>
1616         * lexsup.c (parse_args): Update the year in the copyright notice.
1618 2000-05-13  Alan Modra  <alan@linuxcare.com.au>
1620         * ld.h (gettext, dgettext, dcgettext, textdomain, bindtextdomain):
1621         Replace defines with those from intl/libgettext.h to quieten gcc
1622         warnings.
1624 2000-05-10  H.J. Lu  <hjl@gnu.org>
1626         * ldlang.c (open_input_bfds): Don't load the same file within
1627         a group again if the whole archive has been loaded already.
1629 2000-05-03  Alan Modra  <alan@linuxcare.com.au>
1631         From Ulf Carlsson <ulfc@engr.sgi.com> and Andreas Jaeger <aj@suse.de>
1632         * lexsup.c (set_section_start): Use bfd_scan_vma rather than
1633         strtoul.
1635 Mon May  1 17:34:34 2000  Jim Wilson  <wilson@cygnus.com>
1637         * configure.host (ia64-*-linux-gnu*): Change gcc to ${CC}.
1639         * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
1640         host "ia64-*-linux-gnu*".
1642 2000-04-29  Andreas Jaeger  <aj@suse.de>
1644         * ld.h: Correctly check GCC version.
1646 Tue Apr 25 11:20:43 2000  Jeffrey A Law  (law@cygnus.com)
1648         * Makefile.am: Add PA64 support.  Add missing dependencies for
1649         PA32 elf support.
1650         * Makefile.in: Rebuilt.
1651         * configure.tgt: Add PA64 support (currently disabled).
1653 2000-04-25  Alan Modra  <alan@linuxcare.com.au>
1655         * emultempl/elf32.em (gld${EMULATION_NAME}_place_section): Delete.
1656         (output_rel_find): New function.
1657         (hold_section, hold_use): Delete.
1658         (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
1659         hold_interp): Make local to place_orphan.
1660         (gld${EMULATION_NAME}_place_orphan): Use lang_output_section_find
1661         rather than place_section to find possible previous use of orphan.
1662         Similarly find the place-holder output sections.  Use returned
1663         value from lang_enter_output_section_statement rather than calling
1664         lang_output_section_statement_lookup.
1665         * emultempl/armelf.em: Same here.
1666         * emultempl/pe.em: Similar to above, but no need for output_rel_find.
1668         * ldlang.c (lang_enter_output_section_statement): Return output
1669         section statement.
1670         * ldlang.h (lang_enter_output_section_statement): Change
1671         declaration too.
1673         * ldlang.h (lang_output_section_statement): Export it.
1674         * ldlang.c (lang_output_section_statement): Ditto.
1676 2000-04-24  Nick Clifton  <nickc@cygnus.com>
1678         * ld.texinfo (Output Section Data): Add note that section data
1679         commands cannot appear outside of section directives.
1681 2000-04-2  Matthew Green  <mrg@cygnus.com>
1683         * configure.tgt: Add NetBSD/sparc ELF, and NetBSD/sparc64 support.
1685 Fri Apr 21 13:20:53 2000  Richard Henderson  <rth@cygnus.com>
1686                           David Mosberger  <davidm@hpl.hp.com>
1688         * Makefile.am (ALL_64_EMULATIONS): Add eelf64_ia64.o.
1689         (eelf64_ia64.c): New rule.
1690         * Makefile.in: Rebuild.
1691         * configure.tgt (ia64-*-elf*, ia64-*-linux*): New targets.
1692         * emulparams/elf64_ia64.sh: New file.
1694 2000-04-21  Richard Henderson  <rth@cygnus.com>
1696         * scripttempl/elfd30v.sc: Place .gcc_except_table.
1698 2000-04-19  Alan Modra  <alan@linuxcare.com.au>
1700         * dep-in.sed: Match space at start of file name, not at end.
1702 2000-04-18  H.J. Lu  <hjl@gnu.org>
1704         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Call
1705         lang_leave_output_section_statement () after calling
1706         lang_enter_output_section_statement ().
1707         * emultempl/armelf.em: Likewise.
1709 2000-04-18  Alan Modra  <alan@linuxcare.com.au>
1711         * emultempl/elf32.em (struct orphan_save): Add section field.
1712         (gld${EMULATION_NAME}_place_orphan): Use above to keep sections in
1713         better order, and place first orphan section as we did before the
1714         2000-04-12 patch.  Ignore ~SEC_ALLOC sections when choosing place.
1715         Don't call make_bfd_section here, let wild_doit do the job for us.
1716         Don't build a statement list when we'll only throw it away.
1717         * emultempl/armelf.em: Ditto.
1718         * emultempl/pe.em: Similarly.
1720 2000-04-14  Geoff Keating  <geoffk@cygnus.com>
1722         * scripttempl/elfppc.sc: Remove.
1723         * emulparams/elf32ppc.sh: Use elf.sc.
1724         * emulparams/elf32lppc.sh: Use elf.sc.
1725         * emulparams/elf32ppclinux.sh: Use elf.sc.
1726         * emulparams/elf32ppcsim.sh: New file.
1727         * emulparams/elf32lppcsim.sh: New file.
1728         * Makefile.am: Update dependencies.  Add elf32ppcsim ad elf32lppcsim.
1729         (ALL_EMULATIONS): Add elf32ppcsim ad elf32lppcsim.
1730         * Makefile.in: Regenerate.
1731         * configure.tgt (powerpc-*): Add elf32ppcsim and elf32lppcsim.
1733 2000-04-14  Alan Modra  <alan@linuxcare.com.au>
1735         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Process
1736         ~SEC_ALLOC sections too.  Init start address of debug sections.
1737         * emultempl/armelf.em (gld${EMULATION_NAME}_place_orphan): Ditto.
1738         * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Ditto.
1739         Also set all relocateable section start addresses.
1741 2000-04-13  Geoff Keating  <geoffk@cygnus.com>
1743         * scripttempl/elf.sc: Add support for .sbss2 and .sdata2 sections.
1744         Add new BSS_PLT variable for when .plt need not be contained in
1745         the file.  Move _etext so that it is also after .fini, and provide
1746         both etext and _etext with a leading underscore.  Mark the start
1747         and end of .sbss.
1749 2000-04-12  Alan Modra  <alan@linuxcare.com.au>
1751         * emultempl/elf32.em (struct orphan_save): New.
1752         (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
1753         hold_interp): Make them struct orphan_save.
1754         (gld${EMULATION_NAME}_place_section): Modify for new hold_*.
1755         (gld${EMULATION_NAME}_place_orphan): Add new orphan sections to
1756         the end of the relevant section list.  Also add associated section
1757         statements to the end of any previous orphan statements.
1758         * emultempl/armelf.em: Similarly.
1759         * emultempl/pe.em: Similarly.
1761 2000-04-11  Alan Modra  <alan@linuxcare.com.au>
1763         * ld.texinfo (Simple Example): Remove extraneous paragraph.
1765 Fri Apr  7 15:56:57 2000  Andrew Cagney  <cagney@b1.cygnus.com>
1767         * configure.in (WARN_CFLAGS): Set to -W -Wall by default.  Add
1768         --enable-build-warnings option.
1769         * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
1770         * Makefile.in, configure: Re-generate.
1772 2000-04-04  Alan Modra  <alan@linuxcare.com.au>
1774         * po/ld.pot: Regenerate.
1776         * lexsup.c (help): Restore translated part of bug string.
1778         * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
1779         (DEP): Quote when passing vars to sub-make.  Add warning message
1780         to end.
1781         (DEP1): Rewrite for "gcc -MM".
1782         (CLEANFILES): Add DEP2.
1783         Update dependencies.
1784         * Makefile.in: Regenerate.
1786 2000-04-03  Alan Modra  <alan@linuxcare.com.au>
1788         * ld.h: #include "bin-bugs.h"
1789         * lexsup.c (help): Use REPORT_BUGS_TO.
1791 2000-03-27  Denis Chertykov  <denisc@overta.ru>
1793         * configure.tgt (avr-*-*): New target support.
1794         * Makefile.am: Likewise.
1795         * scripttempl/elf32avr.sc: New script file.
1796         * emulparams/avr1200.sh: New file.
1797         * emulparams/avr23xx.sh: New file.
1798         * emulparams/avr4433.sh New file.
1799         * emulparams/avr44x4.sh New file.
1800         * emulparams/avr85xx.sh New file.
1801         * emulparams/avrmega103.sh New file.
1802         * emulparams/avrmega161.sh New file.
1803         * emulparams/avrmega603.sh New file.
1804         * Makefile.in: Regenerate.
1806 2000-03-09  Andreas Jaeger  <aj@suse.de>
1808         * Makefile.am (check-DEJAGNU): Also unset LANG.
1809         * Makefile.in: Rebuild.
1811 2000-03-06  Ian Lance Taylor  <ian@zembu.com>
1813         * ldfile.c (ldfile_try_open_bfd): Don't crash if we see an empty
1814         archive.
1816 2000-03-02  H.J. Lu  <hjl@gnu.org>
1818         * emulparams/elf32mcore.sh: Include "getopt.h".
1820 2000-03-01  Ian Lance Taylor  <ian@zembu.com>
1822         * configure.tgt: Remove *-*-aout, *-*-coff, and *-*-netware.
1824 2000-03-01  H.J. Lu  <hjl@gnu.org>
1826         * emulparams/mipspe.sh: Add SUBSYSTEM and INITIAL_SYMBOL_CHAR.
1827         * emulparams/shpe.sh: Likewise.
1829 2000-03-01  Nick Clifton  <nickc@cygnus.com>
1831         * pe-dll.c: Remove unused variables and add ATTRIBUTE_UNUSED
1832         to unused parameters.
1834         * emultempl/pe.em: Add "#ifdef DLL_SUPPORT" around static
1835         functions only used by DLL code.
1836         (_place_orphan): Initialise 'dollar'.
1838 2000-03-01  H.J. Lu  <hjl@gnu.org>
1840         * ldmain.c (undefined_symbol): Take one more arg, fatal, to
1841         indicate if the undefined symbol is a fatal error or not.
1842         Don't delete the output file if "fatal" is false.
1844 2000-02-29  H.J. Lu  <hjl@gnu.org>
1846         * Makefile.am (check-DEJAGNU): Also pass LIBS="$(LIBS)".
1847         Set LC_COLLATE and LC_ALL to null and export them. It is for
1848         sort which expects the C locale.
1849         Add $(LIBS) to all $(HOSTING_LIBS).
1850         * Makefile.in: Rebuild.
1852 2000-02-29  Alan Modra  <alan@spri.levels.unisa.edu.au>
1854         * emultempl/{aix.em, armcoff.em, armelf.em, armelf_oabi.em,
1855         beos.em, elf32.em, generic.em, gld960.em, gld960c.em, hppaelf.em,
1856         linux.em, lnk960.em, mipsecoff.em, sunos.em, vanilla.em}
1857         (ld_emulation_xfer_struct): Add missing NULL initialiser for
1858         find_potential_libraries.
1860 2000-02-28  Jim Blandy  <jimb@redhat.com>
1862         * ldgram.y (exclude_name_list): Don't require a comma to separate
1863         list entries; the lexer considers commas to be valid part of a
1864         filename, so in something like `foo, bar' the comma is considered
1865         part of the first filename, `foo,'.
1866         * ld.texinfo: Update section on EXCLUDE_FILE lists.
1868 2000-02-27  Loren J. Rittle  <ljrittle@acm.org>
1870         * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
1871         host "i[3456]86-*-freebsdelf*".
1873 2000-02-27  Mark Elbrecht  <snowball3@bigfoot.com>
1875         * scripttempl/i386go32.sc: Move misplaced semicolons.
1877 2000-02-25  Ian Lance Taylor  <ian@zembu.com>
1879         * Makefile.am (ALL_EMULATIONS): Remove ehppaelf.o.
1880         (ALL_64_EMULATIONS): Remove eelf64hppa.o.
1881         (eelf64hppa.c, ehppaelf.c): Remove targets.
1882         * Makefile.in: Rebuild.
1884 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
1886         * configure.tgt (targ_extra_ofiles): Enable elf64_sparc on
1887         GNU/Linux/sparc, but keep the default as 32.
1889         * configure.tgt: Enable elf64_sparc on Solaris7+/sparc.  And make
1890         it default if sparcv9 or sparc64.
1892 2000-02-24  Nick Clifton  <nickc@cygnus.com>
1894         * Makefile.am: Add rules to build emipspe.o and earmpe.o.
1895         * Makefile.in: Regenerate.
1896         * configure.tgt: Add targets for arm-wince, sh-pe and mips-pe.
1898         * ldemul.h (ld_emulation_xfer_struct): Add new field:
1899         find_potential_libraries.
1900         * ldemul.c (ldemul_find_potential_libraries): New function.
1902         * ldfile.c (ldfile_open_file_search): Allow function to be
1903         exported.
1904         (ldfile_open_file): Call ldemul_find_potential_libraries.
1905         * ldfile.h: Add prototype for ldfile_open_file_search.
1907         * pe-dll.c: Add support for ARM, MIPS and SH targets.
1909         * emulparams/mipspe.sh: New file.  Parameters for mips-pe target.
1910         * emulparams/shpe.sh: New file.  Parameters for sh-pe target.
1912         * emultempl/pe.em: Add support for ARM, MIPS and SH DLLs.
1913         (gld_X_find_potential_libraries): New function.  Search for
1914         libraries called "*.lib".
1916         * scripttempl/pe.sc: Add .pdata section.
1918 2000-02-23  Richard Henderson  <rth@cygnus.com>
1920         * scripttempl/elfd10v.sc: Remove dynamic linking hooks.
1921         Add and use memory regions.
1923 2000-02-23  Linas Vepstas (linas@linas.org)
1925         * emulparams/elf32i370.sh, scripttempl/elfi370.sc: New.
1927         * Makefile.am: Add support for Linux/IBM 370.
1928         * configure.tgt: Likewise.
1930         * Makefile.in: Regenerate.
1932 2000-02-21  Alan Modra  <alan@spri.levels.unisa.edu.au>
1934         * ldlang.c (print_input_section, print_data_statement,
1935         print_reloc_statement, print_padding_statement, insert_pad,
1936         size_input_section, lang_check_section_addresses,
1937         lang_size_sections, lang_do_assignments, lang_set_startof,
1938         lang_one_common): Change `opb' to unsigned.
1939         (lang_do_assignments): Also change `size' to unsigned.
1941 2000-02-16  Richard Henderson  <rth@cygnus.com>
1943         * scripttempl/elf.sc: Place OTHER_PLT_RELOC_SECTION.
1945 2000-02-16  Timothy Wall  <twall@cygnus.com>
1947         * mri.c (mri_draw_tree): Add default LMA region argument to call
1948         to lang_leave_output_section_statement.
1949         * ldlang.h: Update prototypes with LMA region arguments.
1950         * ldlang.c (lang_size_sections): Encapsulate region bounds
1951         checking in os_check_region call.
1952         (os_check_region): New function.
1953         (lang_output_section_statement_lookup): Initialize lma_region.
1954         (lang_leave_output_section_statement): Add LMA region argument.
1955         (lang_leave_overlay): Ditto.
1956         * ldgram.y: Handle LMA region syntax.
1957         * ld.texinfo (Output Section Description): Describe LMA region usage.
1958         * emultempl/armelf.em (gld$place_orphan): Add default value for
1959         lma region in call to lang_leave_output_section_statement.
1960         * emultempl/elf32.em (gld$place_orphan): Add default value for
1961         lma region in call to lang_leave_output_section_statement.
1962         * emultempl/pe.em (gld$place_orphan): Add default value for
1963         lma region in call to lang_leave_output_section_statement.
1966 2000-02-04  Timothy Wall  <twall@redhat.com>
1968         * ldlang.c (lang_check_section_addresses): Use bytes instead of
1969         octets when calculating section end addresses.
1971 2000-02-04  Timothy Wall  <twall@redhat.com>
1973         * ldlang.c (lang_size_sections): Fix typo in ALIGN_N invocation.
1975 2000-02-03  Timothy Wall <twall@redhat.com>
1977         * ldexp.c (fold_name): Make SIZEOF operator return byte count, not
1978         octet count.
1979         * ldlang.c (print_input_section, print_data_statement,
1980         print_reloc_statement, print_padding_statement): Print target
1981         address values and section sizes as bytes, not octets.
1982         (insert_pad) Calculate padding size in octets, and adjust "dot"
1983         by bytes.
1984         (size_input_section) Always adjust "dot" by bytes, not octets.
1985         (lang_check_section_addresses, lang_do_assignments) Adjust
1986         "dot" by bytes, not octets.  Use the larger of the directive size
1987         or octets_per_byte for the number of octets actually allocated in
1988         the output section.
1989         (lang_set_startof) Make sure STARTOF returns a target address.
1990         (lang_one_common) Record size changes in octets.
1991         (lang_abs_symbol_at_end_of) Section end symbol's value is
1992         recorded in target bytes.
1993         * ld.texinfo:   Updated description of BYTE, SHORT, LONG, etc.
1994         to be clear about behavior when an octet is smaller than one byte.
1996 2000-01-27  Alan Modra  <alan@spri.levels.unisa.edu.au>
1998         * ldcref.c (output_cref): Don't pass message strings to printf
1999         as format arg.
2000         Update copyright.
2002         * ldmisc.c (vfinfo): Same here.
2003         Update copyright.
2005 2000-01-23  Alan Modra  <alan@spri.levels.unisa.edu.au>
2007         * emultempl/{armcoff.em,armelf.em,armelf_oabi.em,beos.em,
2008         generic.em,gld960.em,gld960c.em,hppaelf.em,linux.em,lnk960.em,
2009         mipsecoff.em,sunos.em,vanilla.em} (ld_emulation_xfer_struct):
2010         Add missing NULL initialisers, and comments.
2012         * testsuite/ld-srec/sr3.cc (__rethrow): New.
2014 2000-01-21  Nick Clifton  <nickc@cygnus.com>
2016         * ldlang.c (lang_size_sections): Fix typo in comment.
2018 2000-01-18  H.J. Lu  <hjl@gnu.org>
2020         * ldlang.c (lang_size_sections): Also update the current
2021         address of a region if the SEC_NEVER_LOAD bit is not set.
2023 2000-01-10  Philip Blundell  <pb@futuretv.com>
2025         * configure.tgt (arm*-*-conix*): New target.
2027 2000-01-07  Nick Clifton  <nickc@cygnus.com>
2029         * ld.texinfo (Options): Remind users to preceed linker command
2030         line switches with -Wl, (or whatever is appropriate) if it is
2031         being invoked by a comnpiler driver program.
2032         Fix description of the behaviour of the -n command line switch.
2034 Wed Jan  5 08:02:12 2000  Catherine Moore  <clm@cygnus.com>
2036         * ld.h (wildcard_spec):  Change exclude_name to exclude_name_list.
2037         (name_list): New.
2038         * ld.texinfo (EXCLUDE_FILE): Update documentation.
2039         * ldgram.y (wildcard_spec): Support a list of excluded_files.
2040         (exclude_name_list): New.
2041         ldlang.c (walk_wild_section): Support list of excluded files.
2042         (print_wild_statement): Likewise.
2043         (lang_add_wild): Likewise.
2044         * ldlang.h (lang_wild_statement_type): Likewise.
2045         * scripttempl/elf.sc (OTHER_EXCLUDE_FILES): Support.
2047 2000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
2049         * pe-dll.c (pe_dll_warn_dup_exports): New variable.
2050         (process_def_file): Use.
2051         (pe_dll_compat_implib): New variable.
2052         (make_one): Use.
2054         * pe-dll.h: Add exports of pe_dll_warn_dup_exports and
2055         pe_dll_compat_implib.
2057         * emultempl/pe.em (longopts): Add warn-duplicate-exports and
2058         compat-implib options.
2059         (gld_${EMULATION_NAME}_list_options): List new options.
2060         (gld_${EMULATION_NAME}_parse_args): Handle.
2062         * pe-dll.c (pe_dll_generate_implib): Use the correct name for output
2063         dll.
2065         * deffilep.y (opt_name): Allow "." in name.
2067 For older changes see ChangeLog-9899
2069 Local Variables:
2070 mode: change-log
2071 left-margin: 8
2072 fill-column: 74
2073 version-control: never
2074 End: