2001-05-31 H.J. Lu <hjl@gnu.org>
[binutils.git] / ld / ChangeLog
blobe9a071b45ab8f7eb5629076c65d09d80906a8871
1 2001-05-31  H.J. Lu  <hjl@gnu.org>
3         * ldlang.c (open_input_bfds): Don't change the bfd error
4         handler whilst loading symbols.
6 2001-05-28  Nick Clifton  <nickc@cambridge.redhat.com>
8         * configure.tgt: Remove i370-mvs architecture, it is not currently
9         supported.
11 2001-05-25  H.J. Lu  <hjl@gnu.org>
13         * emulparams/ppcmacos.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
14         like emulparams/aixppc.sh.
16 2001-05-25  H.J. Lu  <hjl@gnu.org>
18         * emultempl/beos.em (gld${EMULATION_NAME}_before_parse): Move
19         setting of output_filename after bfd_scan_arch.
20         * emultempl/pe.em: Likewise.
22 2001-05-25  H.J. Lu  <hjl@gnu.org>
24         * emulparams/aixrs6.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
25         like emulparams/aixppc.sh.
27         * emultempl/aix.em (sc): Use ${srcdir}/emultempl/ostring.sed
28         instead of ${srcdir}/emultempl/stringify.sed.
30 2001-05-25  Timothy Wall  <twall@oculustech.com>
32         * emulparams/elf64_aix.sh: Change settings to match IBM linker
33         output. 
35 2001-05-25  Alan Modra  <amodra@one.net.au>
37         * configure.host: Replace linuxoldld with linux*oldld.
38         * configure.tgt: Likewise.
40 2001-05-24  H.J. Lu  <hjl@gnu.org>
42         * emultempl/stringify.sed: Removed again.
44 2001-05-24  H.J. Lu  <hjl@gnu.org>
46         * emultempl/aix.em (OUTPUT_ARCH): Defined.
47         (gld${EMULATION_NAME}_before_parse): Initialize
48         ldfile_output_architecture, ldfile_output_machine and
49         ldfile_output_machine_name from ${OUTPUT_ARCH} if possible.
50         * emultempl/beos.em: Likewise.
51         * emultempl/elf32.em: Likewise.
52         * emultempl/linux.em: Likewise.
53         * emultempl/mipsecoff.em: Likewise.
54         * emultempl/pe.em: Likewise.
55         * emultempl/sunos.em: Likewise.
57 2001-05-24 Tom Rix <trix@redhat.com>
59         * emultempl/aix.em : (gld${EMULATION_NAME}_read_file) 
60         udate import file format.
61         (change_symbol_mode) New, same
62         (is_syscall) New, same
63         * emulparams/aixppc.sh : add SYSCALL_MASK and SYMBOL_MODE_MASK
64         * emulparams/aixppc64.sh : same
65         * emulparams/aixrs6.sh : same
66         * emulparams/ppcmacos.sh : same
67         * emultempl/aix.em : use strtoull to parse options
68         * Makefile.am : add eaixppc64 emulation for xcoff64
69         * Makefile.in : same
70         * configure.tgt : same
72         * scripttempl/aix.sc : default text section offset to 0x10000000
73          default data section offset to 0x20000000
74         add .sv3264 and .sv64 pseudo sections
75         loader and debug sections use the currect section offset. 
77         * emultempl/aix.em : Add xcoff64 support
78         Add -binitfini support
79         (gld${EMULATION_NAME}_before_parse) -binitfini 
80         (gld${EMULATION_NAME}_parse_args) same
81         (gld${EMULATION_NAME}_before_allocation) format change for special 
82         sections
84         * emulparams/aixppc64.sh : New file for xcoff64 support
85         
86 2001-05-23  Alexandre Oliva  <aoliva@redhat.com>
88         * emultempl/elf32.em (ELF_INTERPRETER_SET_DEFAULT): Use this new
89         variable to avoid non-portable shell construct.
91 2001-05-23  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
93         * ldmain.c (get_emulation): Add -mips5 command line argument.
95 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
97         * emulparams/elf_i386_ldso.sh: New, copied from elf_i386.sh.
98         (ELF_INTERPRETER_NAME): Define it.
99         * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Use
100         it.
101         * configure.tgt (targ_emul, targ_extra_emuls)
102         [i[3456]86-*-solaris2*, i[3456]86-*-solaris*]: Use elf_i386_ldso
103         as primary, elf_i386 as extra.
104         * Makefile.am (ALL_EMULATIONS): Added eelf_i386_ldso.o.
105         (eelf_i386_ldso.c): New rule.
106         * Makefile.in: Rebuilt.
108 2001-05-22  Nick Clifton  <nickc@redhat.com>
110         * lexsup.c (ld_options):  Allow -I to be an alias for
111         --dynamic-linker.  This is for Solaris compatability.
112         * ld.texinfo: Document that -I can be used.
113         * ld.1: Regenerate.
115 2001-05-16  Alan Modra  <amodra@one.net.au>
117         * ldlang.c (wild_doit): Use linker_has_input to reliably determine
118         whether an input section is the first one assigned to an output
119         section.
120         Assorted formatting fixes.
122 2001-05-14  DJ Delorie  <dj@delorie.com>
124         * Makefile.am (ld.dvi): Search bfd/doc for texinfo files.
125         * Makefile.in: Ditto.
127 2001-05-11  Jakub Jelinek  <jakub@redhat.com>
129         * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Put
130         .gnu.linkonce.ia64unw{,i} sections into corresponding .IA_64.unwind*
131         output sections.
132         * emulparams/elf64_aix.sh (OTHER_READONLY_SECTIONS): Likewise.
134 2001-05-11  Jakub Jelinek  <jakub@redhat.com>
136         * ldlang.c (lang_process): Call bfd_merge_sections.
138 2001-05-07  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
140         * ldgram.y: Fix typo.
142 2001-05-03  H.J. Lu  <hjl@gnu.org>
144         * emultempl/elf32.em: Include "libiberty.h".
145         (gld${EMULATION_NAME}_vercheck): Call basename () to get the
146         basename of the bfd filename.
147         (gld${EMULATION_NAME}_stat_needed): Likewise.
148         (gld${EMULATION_NAME}_try_needed): Likewise.
149         (gld${EMULATION_NAME}_open_dynamic_archive): Likewise.
151 2001-05-02  H.J. Lu  <hjl@gnu.org>
153         * emultempl/pe.em: Include <ctype.h>.
155 2001-05-02  Johan Rydberg  <jrydberg@opencores.org>
157         * emulparams/elf32openrisc.sh: New file.
159         * Makefile.am: Add OpenRISC target.
160         * Makefile.in: Regenerated.
162         * configure.tgt: Add openrisc-*-* mapping.
164 2001-05-02  Nick Clifton  <nickc@redhat.com>
166         * emultempl/aix.em: Replace buystring with xstrdup.
167         * emultempl/beos.em: Replace buystring with xstrdup.
168         
169 2001-05-02  H.J. Lu  <hjl@gnu.org>
171         * ldfile.c: Include "libiberty.h".
172         * ldlex.l: Likewise.
174         * ldmisc.c (buystring): Removed.
175         * ldmisc.h: Likewise.
177         * ldfile.c: Replace buystring with xstrdup.
178         * ldlang.c: Likewise.
179         * ldlex.l: Likewise.
180         * ldmain.c: Likewise.
181         * ldmisc.c: Likewise.
182         * lexsup.c: Likewise.
183         * mpw-eppcmac.c: Likewise.
185 2001-04-30  Andreas Jaeger  <aj@suse.de>
187         * emulparms/elf_x86_64.sh (MAXPAGESIZE): Fix value.
189 2001-04-28  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
191         * ldlang.c (load_symbols): Give emulation a chance
192         to process unrecognized file before fatal error is
193         reported, not after.
195 2001-04-27  Sean McNeil <sean@mcneil.com>
197         * configure.tgt: Add arm-vxworks target.
198         * scripttempl/armcoff.sc: Support .text or .data as a section name
199         prefix.
200         Define _etext.
202 2001-04-13  J.T. Conklin  <jtc@redback.com>
204         * ld.texinfo: Document --fatal-warnings.
205         * ld.1: Regenerate.
207         * ldmisc.c (vfinfo): Set flag to inhibit making executable if
208         warnings have been turned into errors.
209         * lexsup.c (OPTION_WARN_FATAL): Define.
210         (ld_options): Entry for --fatal-warnings.
211         (parse_args): Handle OPTION_WARN_FATAL.
212         * ld.h (ld_config_type): Add fatal_warnings field.
214 2001-04-13  Jakub Jelinek  <jakub@redhat.com>
216         * ldmain.c (main): Default to discard_sec_merge.
217         * lexsup.c (OPTION_DISCARD_NONE): Define.
218         (ld_options): Add --discard-none.
219         (parse_args): Handle OPTION_DISCARD_NONE.
220         * ldlang.c (wild_doit): SEC_MERGE should be set in the output
221         section only if SEC_MERGE and SEC_STRINGS flags and entsize of
222         all its input sections match.
224 2001-04-05  Steven J. Hill  <sjhill@cotw.com>
226         * Makefile.am (ALL_EMULATIONS): Add eelf32ltsmip.o.
227         (ALL_64_EMULATIONS): Add eelf64btsmip.o and eelf64ltsmip.o.
228         (eelf32ltsmip.c): New target.
229         (eelf64btsmip.c): Likewise.
230         (eelf64ltsmip.c): Likewise.
231         * Makefile.in: Regenerated.
233         * configure.tgt (mips*el-*-linux-gnu): Uses traditional MIPS
234         target.
235         (mips*-*-linux-gnu*): Likewise.
237         * emulparams/elf32ltsmip.sh: New. Traditional little endian
238         MIPS taget.
239         * emulparams/elf64btsmip.sh: New. Traditional 64bit big endian
240         target.
241         * emulparams/elf64ltsmip.sh: New. Traditional 64bit little
242         endian target.
244 2001-04-05  Hans-Peter Nilsson  <hp@axis.com>
246         * emulparams/criself.sh (EXECUTABLE_SYMBOLS): Cannot provide
247         correct value of __Stext here.
248         (TEXT_START_SYMBOLS): Define; always define __Stext, to start of
249         .startup section.
251         * emulparams/crislinux.sh: Remove FIXME.
253 2001-04-02  Alan Modra  <alan@linuxcare.com.au>
255         * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 64k.
256         (TEXT_START_ADDR, TARGET_PAGE_SIZE): Likewise.
258 2001-03-27  Hans-Peter Nilsson  <hp@axis.com>
260         * configure.tgt (cris-*-*): Change default emulation to criself.
261         (cris-*-*aout*): New rule.
263 2001-03-27  Matthew Wilcox  <willy@ldl.fc.hp.com>
265         * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 0x4000.
266         (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
268 2001-03-26  Andreas Jaeger  <aj@suse.de>
270         * ld.texinfo (Overview): Fix syntax in texi code.
272 2001-03-25  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
274         * ld.texinfo: Put @c man indications to generate the ld man page.
275         When generating man, define all the variables.  Define SEEALSO
276         and SYNOPSIS.  Re-organize some lines to avoid the cross references.
277         * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variables.
278         (ld.1): Generate from ld.texinfo.
279         * Makefile.in: Regenerate.
281 2001-03-23  Mark Elbrecht <snowball3@bigfoot.com>
283         * scripttempl/i386go32.sc: Support the GCC flags '-ffunction-sections'
284           and '-fdata-sections'. Set the VMA of STABS sections to zero.
286 2001-03-17  Ulrich Drepper  <drepper@redhat.com>
288         * emultmpl/elf32.em (gld${EMULATION_NAME}_search_needed): If NAME
289         is an absolute path look only for this file and not along the path.
291 2001-03-17  Ulrich Drepper  <drepper@redhat.com>
293         * emultempl/elf32.em (OPTION_GROUP): New macro.
294         Add new option Bgroup to longopts.
295         (gld*_parse_args): Handle GROUP_OPTION and recognize -z defs.
296         (gld*_list_options): Add -Bgroup and -z defs.
297         * ld.1: Document -Bgroup and -z defs.
298         * ld.texinfo: Likewise.
300 2001-03-07  Michael Meissner  <meissner@redhat.com>
302         * scripttempl/elfd10v.sc (.rodata,.rodata1,.data1,.sdata): Deal
303         with sections created by -fdata-sections.
304         (.dynbss,.bss): Ditto.
306 2001-03-05  Alan Modra  <alan@linuxcare.com.au>
308         * emultempl/m68kelf.em (m68k_elf_after_allocation): Call
309         after_allocation_default, not gld..._before_allocation.
311 2001-02-28  Matt Hiller  <hiller@redhat.com>
313         * testsuite/ld-scripts/crossref.exp: Initialize flags to
314         [big_or_little_endian].
315         * testsuite/ld-undefined/undefined.exp: Ditto, and include $flags
316         in ld invocations.
317         * testsuite/lib/ld-lib.exp (big_or_little_endian): Recognize -EB,
318         -eb, -EL and -el.
319         (is_endian_output_format): New function.
320         (default_ld_link): Set flags to [big_or_little_endian] only if ld
321         is being invoked such that the output format being used is of
322         known endianness.
323         (default_ld_simple_link): Ditto.
325 2001-02-27  Alan Modra  <alan@linuxcare.com.au>
327         * configure.in (BFD_VERSION): New.
328         (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
329         * configure: Regenerate.
330         * Makefile.am: Run "make dep-am"
331         * Makefile.in: Regenerate.
333 2001-02-26  Timothy Wall  <twall@cygnus.com>
335         * emulparams/elf64_aix.sh: Add additional read-only sections;
336         uncomment lines which are now required.
338 2001-02-26  H.J. Lu  <hjl@gnu.org>
340         * ldlang.c (open_input_bfds): Set the bfd error handler so
341         that problems can be caught whilst loading symbols.
342         (record_bfd_errors): New function: Report BFD errors and mark
343         the executable output as being invalid.
345 2001-02-22  Timothy Wall  <twall@cygnus.com>
347         * configure.host: Add configuration for ia64-*-aix*.
348         * Makefile.am (ALL_64_EMULATIONS): Add emulation for ia64-*-aix*.
349         Add dependencies for eelf64_aix.c.
350         * Makefile.in: Regenerate.
351         * configure.tgt: Add ia64-*-aix* mapping.
352         * emulparams/elf64_aix.sh: Add settings for elf64 on aix5.
353         * testsuite/ld-bootstrap/bootstrap.exp: Exclude ia64 flavor from
354         AIX-specific test.
356 2001-02-20  H.J. Lu  <hjl@gnu.org>
358         * ldfile.c (ldfile_open_file): Set entry->search_dirs_flag to
359         false if we found the file.
361 2001-02-18  David O'Brien  <obrien@FreeBSD.org>
363         * configure.tgt: Add FreeBSD/Alpha, FreeBSD/x86-64, FreeBSD/ia64,
364         FreeBSD/PowerPC, FreeBSD/arm, and FreeBSD/sparc64 entries.
366 2001-02-18  lars brinkhoff  <lars@nocrew.org>
368         * Makefile.am: Add PDP-11 target.
369         * configure.tgt: Likewise.
370         * emulparams/pdp11.sh: New file.
372 2001-02-17  David O'Brien  <obrien@FreeBSD.org>
374         * configure.host: Add a generic FreeBSD configuration entry such that
375         all [modern] FreeBSD systems on all platforms will look the same.
377 2001-02-14  H.J. Lu  <hjl@gnu.org>
379         * configure.tgt: Remove mention of earmelf_linux26.
381 2001-02-13  Richard Henderson  <rth@redhat.com>
383         * emulparams/elf64_ia64.sh (OTHER_GOT_SYMBOLS): Remove.
385 2001-02-13  H.J. Lu  <hjl@gnu.org>
387         * ldexp.h (node_type): Add etree_provided.
388         * ldexp.c (exp_fold_tree): Handle etree_provided. Set the node
389         type to etree_provided if defined by PROVIDE. Allow updating
390         for etree_provided.
391         (exp_print_tree): Handle etree_provided.
392         * mpw-elfmips.c (gldelf32ebmip_find_exp_assignment): Handle
393         etree_provided.
395 2001-02-09  David Mosberger  <davidm@hpl.hp.com>
397         * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add
398         .IA_64.unwind.* pattern to unwind table section and
399         .IA_64.unwind_info* pattern to unwind info section.
401 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
403         * Makefile.am: Add linux target for S/390.
404         * Makefile.in: Likewise.
405         * configure.host: Likewise.
406         * configure.tgt: Likewise.
407         * emulparams/elf64_s390.sh: New file.
408         * emulparams/elf_s390.sh: New file.
410 2001-02-09  Jakub Jelinek  <jakub@redhat.com>
412         * configure.tgt (sparc64-*-linux-gnu*): Add elf32_sparc into
413         targ_extra_libpath.
414         (sparc-*-linux-gnu*): Add elf64_sparc into targ_extra_libpath.
416 2001-02-06  Philip Blundell  <philb@gnu.org>
418         * Makefile.am: Remove mention of earmelf_linux26.
419         * Makefile.in: Regenerate.
421 2001-02-04  Philip Blundell  <philb@gnu.org>
423         * emulparams/armelf_linux.sh (TEXT_START_ADDR): Set to 0x8000.
424         * emulparams/armelf_linux26.sh: Delete.
425         * configure.tgt: Remove mention of armelf_linux26 emulation.
427 2001-02-01  Nick Clifton  <nickc@redhat.com>
429         * ld.1: Replace occurances of -oformat with --oformat.
431 2001-01-25  Jim Driftmyer <jdrift@stny.rr.com>
433         * ldlang.c (lang_leave_overlay): Don't set lma_region when
434         load_base is specified.
436 2001-01-24  Hans-Peter Nilsson  <hp@axis.com>
438         * emultempl/elf32.em: Correct spelling in comments and listed
439         options.
441 2001-01-23  Alan Modra  <alan@linuxcare.com.au>
443         * ldlang.c (lang_leave_overlay): Only set lma_region from the
444         default for the first section of a group of overlay sections.
446 2001-01-22  Alan Modra  <alan@linuxcare.com.au>
448         * Makefile.am (GENSCRIPTS): Pass exec_prefix.
449         * Makefile.in: Regenerate.
450         * genscripts.sh: Use exec_prefix parameter to specify tool lib.
451         Check for null tool_dir.
453 2001-01-16  Jim Wilson  <wilson@redhat.com>
455         * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add IA_64.unwind
456         and IA_64.unwind.info.
458 2001-01-16  H.J. Lu  <hjl@gnu.org>
460         * ldlang.c (lang_check): Merge the private data only if the
461         input file has contents.
463 2001-01-14  Alan Modra  <alan@linuxcare.com.au>
465         * emulparams/hppalinux.sh (OUTPUT_FORMAT): Set to elf32-hppa-linux.
467         * emultempl/hppaelf.em (hppaelf_after_parse): New function,
468         enabling search for libmilli.  On a relocatable link, make .text
469         sections unique.
470         (LDEMUL_AFTER_PARSE): Define.
471         (hppaelf_finish): Correct spelling of relocatable in comments.
473         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
474         rummage through the script for sections on the unique list.
475         Correct length of strncmp for ".note".
476         (gld${EMULATION_NAME}_check_needed): Rearrange function.
478         * ldlang.c (unique_section_list): New var.
479         (unique_section_p): New function.
480         (walk_wild_section): Don't match sections on unique_section_list.
481         (lang_add_unique): New function.
482         Correct spelling of relocatable in comments.
484         * ldlang.h (struct unique_sections): Declare.
485         (unique_section_list): Declare.
486         (unique_section_p): Declare.
487         (lang_add_unique): Declare.
489         * lexsup.c (ld_options): Allow --unique to take an optional arg.
490         (parse_args [OPTION_UNIQUE]): Call lang_add_unique.
492         * ld.texinfo (--unique): Update.
494 2001-01-13  Nick Clifton  <nickc@redhat.com>
496         * lexsup.c (parse_args): Remove spurious white space.
498 2001-01-12  Nick Clifton  <nickc@redhat.com>
500         * lexsup.c (parse_args): Update copyright date.
502 2001-01-12  Philip Blundell  <pb@futuretv.com>
504         * configure.host: Set HOSTING_LIBS appropriately for ix86-cygwin.
506 2001-01-10  Kazu Hirata  <kazu@hxi.com>
508         * scripttempl/h8300.sc: Fix formatting.  Fix a comment typo.
509         * scripttempl/h8300h.sc: Fix formatting.
510         * scripttempl/h8300s.sc: Likewise.
511         * scripttempl/h8500.sc: Likewise.
512         * scripttempl/h8500b.sc: Likewise.
513         * scripttempl/h8500c.sc: Likewise.
514         * scripttempl/h8500m.sc: Likewise.
515         * scripttempl/h8500s.sc: Likewise.
517 2000-01-07  David O'Brien  <obrien@BSDi.com>
519         * emultempl/elf32.em: Only perform Linux ld hints processing when
520         targeting Linux.
522 2001-01-07  Philip Blundell  <philb@gnu.org>
524         * ld.texinfo (Bug Reporting): Update email address for reports.
526 2000-12-31  Nick Clifton  <nickc@redhat.com>
528         * lexsup.c (parse_args): Set opterr to 0 and detect unparsed long
529         options by checking for a return value of '?' not -1.
531 2000-12-28  Nick Clifton  <nickc@redhat.com>
533         * lexsup.c (struct ld_option): Add new enum value:
534         EXACTLY_TWO_DASHES.
535         (ld_options[]): Change -omagic, -output and -oformat options
536         to be EXACTLY_TWO_DASHES.
537         (OUTPUT_COUNT): Use ARRAY_SIZE.
538         (parse_args): Change parameter 'argc' to unsigned.
539         Place EXACTLY_TWO_DASHES options into new really_longopts
540         array.
541         If getopt_long_only fails, try calling getopt_long using the
542         really_longopts array.
543         (help): Print a double dash for both EXACTLY_TWO_DASHES and
544         TWO_DASHES options.
546         * ldlex.h: Fix prototype of parse_args.
548         * ld.texinfo: Document that long options starting with 'o'
549         must be preceeded by two dashes.  Change example of a single
550         dashed long option from -oformat to -trace-symbol.
552 2000-12-26  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
554         * emultempl/pe.em (OPTION_NO_DEFAULT_EXCLUDES): Define.
555         (longopts[]): New --no-default-excludes option.
556         (gld_${EMULATION_NAME}_list_options): Document.
557         (gld_${EMULATION_NAME}_parse_args): Handle.
559 2000-12-13  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
561         * ldlang.c (new_stat): Revert the last beautification with "innocent"
562         whitespace, it breaks the K&R C preprocessor.
564 2000-12-11  DJ Delorie  <dj@redhat.com>
566         * ld.texinfo: Add notes about --whole-archive and gcc.
568 2000-11-18  Fred Fish  <fnf@be.com>
570         * lexsup.c (OPTION_ALLOW_SHLIB_UNDEFINED): Define.
571         (ld_options): Entry for --allow-shlib-undefined.
572         (parse_args): Handle OPTION_ALLOW_SHLIB_UNDEFINED.
573         * ldmain.c (main): Initialize link_info.allow_shlib_undefined
574         to false.
575         * ld.texinfo: Document new command line switch.
577 2000-12-12  Geoffrey Keating  <geoffk@redhat.com>
579         * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS):
580         .fixup is actually read/write.
581         * emulparams/elf32lppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
582         * emulparams/elf32ppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
583         * emulparams/elf32lppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
585 Mon Dec 11 14:50:33 MET 2000  Jan Hubicka  <jh@suse.cz>
587         * NEWS: Add note about x86_64 architecture.
589 2000-12-06  Mark Elbrecht  <snowball3@bigfoot.com>
591         * scripttempl/i386go32.sc: Use PROVIDE with _etext, _edata, _end.
592         Set DWARF2 sections to a VMA of zero.
594 2000-12-01      Joel Sherrill <joel@OARcorp.com>
596         * configure.tgt (arm-*-rtems*, a29k-*rtems*, h8300-*-rtems*):
597         New targets.
598         (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
599         (sparc*-*-rtems*): Switched from a.out to ELF.
601 2000-11-30  Jan Hubicka  <jh@suse.cz>
603         * Makefile.am (ALL_EMULATIONS): Add eelf_x86_64.o
604         (eelf_x86_64.c): New.
605         * Makefile.in: Regenerate.
606         * configure.tgt: Add support for x86_64-*-linux-gnu*.
607         * emulparams/elf_x86_64.sh: New.
609 2000-11-30  Hans-Peter Nilsson  <hp@axis.com>
611         * emulparams/crislinux.sh (ENTRY): Change back to _start.
612         (TEXT_START_SYMBOLS): Remove conditional setting of __start.
614         * scripttempl/crisaout.sc: Change all RELOCATING not related to
615         merging non-a.out sections into CONSTRUCTING.
617 2000-11-28  Nick Clifton  <nickc@redhat.com>
619         * ld.1 (COPYING): Mention that the GNU Free Documentation
620         License is present in the sources, but not the output, and
621         also available from the GNU website.
622         (GNU Free Documentation License): Comment out this section.
624 2000-11-28  David O'Brien  <obrien@dragon.nuxi.com>
626         * emulparams/elf64alpha.sh (ENTRY): Remove leading underscore as ELF
627         does not use them.
629 2000-11-25  David O'Brien  <obrien@FreeBSD.org>
631         * ld.1: Remove old date so it does not give the impression the manpage
632         is way out of date.
634 2000-11-24  Nick Clifton  <nickc@redhat.com>
636         * configure.tgt (xscale-coff): Add target.
637         (xscale-elf): Add target.
639 2000-11-24  Fred Fish  <fnf@be.com>
641         * ldmain.c (main): Remove redundant init of config.make_executable
642         to true.
644 2000-11-15  Richard Henderson  <rth@redhat.com>
646         * emulparams/elf64alpha.sh (MAXPAGESIZE): Typo -- 64k, not 1M.
648 2000-11-14  Kazu Hirata  <kazu@hxi.com>
650         * scripttempl/h8300.sc: Fix formatting.
651         * scripttempl/h8300h.sc: Likewise.
652         * scripttempl/h8300s.sc: Likewise.
654 Tue Nov 14 00:59:19 2000  Denis Chertykov  <denisc@overta.ru>
656         * scripttempl/elf32avr.sc: Fix bug in .eeprom segment.
658 2000-11-09  Philip Blundell  <pb@futuretv.com>
660         * emultempl/pe.em: Define ___start_SECNAME and ___stop_SECNAME
661         around orphan sections whose names can be represented in C.
663 2000-11-07  Jim Wilson  <wilson@redhat.com>
665         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): New local
666         hold_sdata.  If SEC_SMALL_DATA set, set place to hold_sdata.
668 2000-11-06  Nick Clifton  <nickc@redhat.com>
670         * ld.texinfo: Add GNU Free Documentation License.
671         * ldint.texinfo: Add GNU Free Documentation License.
672         * ld.1: Add GNU Free Documentation License.
674 2000-11-05  Alan Modra  <alan@linuxcare.com.au>
676         * ldlex.l (yy_create_string_buffer): Init yy_is_our_buffer,
677         yy_is_interactive, yy_at_bol, and yy_fill_buffer.
679         * Makefile.am (DISTCLEANFILES): Add stringify.sed.
680         Move 2000-11-02 Makefile.in changes to this file.
681         * Makefile.in: Regenerate.
683 2000-11-03  Nick Clifton  <nickc@redhat.com>
685         * scripttempl/h8300.sc: Use ${CONSTRUCTING...} to enclose
686         constructors and destructors.
687         * scripttempl/h8300h.sc: Ditto.
688         * scripttempl/h8300s.sc: Ditto.
689         * scripttempl/h8500.sc: Ditto.
690         * scripttempl/h8500b.sc: Ditto.
691         * scripttempl/h8500c.sc: Ditto.
692         * scripttempl/h8500m.sc: Ditto.
693         * scripttempl/h8500s.sc: Ditto.
694         * scripttempl/v850.sc: Ditto.
695         * scripttempl/w65.sc: Ditto.
696         * scripttempl/z8000.sc: Ditto.
698 2000-11-02  Per Lundberg  <plundis@chaosdev.org>
700         * Makefile.in (e_i386_chaos.c): New rule.
701         (ALL_EMULATIONS): Added e_i386_chaos.o.
702         * emulparams/elf_i386_chaos.sh: New file.
703         * configure.tgt: Recognise i[3456]86-chaosdev-storm-chaos.
705 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
707         * emulparams/elf64_sparc.sh (TEXT_START_ADDR,
708         NONPAGED_TEXT_START_ADDR): Set to 4GB for Solaris targets.
709         Fix sed invocation, so that it coped with '/' in Solaris 64bit
710         library path suffix.
711         Based on patch by Andrew Macleod <amacleod@cygnus.com>.
713 2000-10-18  Hans-Peter Nilsson  <hp@axis.com>
715         * scripttempl/crisaout.sc (.text, .data): Pad, with ALIGN (32),
716         for consecutive sections.
718 2000-10-17  Chandrakala Chavva  <cchavva@redhat.com>
720         * lexsup.c: New option OPTION_TARGET_HELP. Prints all target specific
721         options.
722         * ld.texinfo: Added notes about this new option.
724 2000-10-16  Nick Clifton  <nickc@redhat.com>
726         * emultempl/pe.em (_after_open): Add tests of return values from
727         bfd functions.  Emit appropriate error messages if necessary.
729 2000-10-13  Nick Clifton  <nickc@redhat.com>
731         * emultempl/pe.em (_after_open): Delete 'is2' and 'nsyms'
732         local variables - they are not used, but leave in the call to
733         bfd_canonicalize_symtab.
734         (_open_dynamic_archive): Add #ifdef DLL_SUPPORT around use of
735         pe_dll_search_prefix.
737 2000-10-12  Charles Wilson  <cwilson@ece.gatech.edu>
739         * emultempl/pe.em (pe_dll_search_prefix): New variable,
740         (longopts): New --dll-search-prefix option.
741         (gld_${EMULATION_NAME}_list_options): Document.
742         (gld_${EMULATION_NAME}_parse_args): Handle.
743         (gld_${EMULATION_NAME}_open_dynamic_archive): When linking
744         dynamically, search for a dll named '<prefix><basename>.dll'
745         in preference to 'lib<basename>.dll' if --dll-search-prefix
746         is specified.
748 2000-10-12  Alan Modra  <alan@linuxcare.com.au>
750         * ldlang.c (section_already_linked): Set kept_section instead of
751         sec->comdat->sec.
753 2000-10-10  Kazu Hirata  <kazu@hxi.com>
755         * deffile.h: Fix formatting.
756         * lexsup.c: Likewise.
757         * mri.c: Likewise.
759 2000-10-09  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
761         * pe-dll.c (make_one): Do not generate code thunk for DATA
762         exports.
763         (process_def_file): deduce DATA flag for auto-export sumbols.
765 2000-10-09  Kazu Hirata  <kazu@hxi.com>
767         * ld.h: Fix formatting.
768         * ldcref.c: Likewise.
769         * ldctor.h: Likewise.
770         * ldemul.c: Likewise.
771         * ldemul.h: Likewise.
772         * ldexp.c: Likewise.
773         * ldexp.h: Likewise.
774         * ldfile.c: Likewise.
775         * ldfile.h: Likewise.
776         * ldlang.c: Likewise.
777         * ldlang.h: Likewise.
778         * ldmain.c: Likewise.
779         * pe-dll.c: Likewise.
781         * pe-dll.c: Revert some formatting fixes.
783 2000-10-08  Kazu Hirata  <kazu@hxi.com>
785         * pe-dll.c: Fix formatting.
787 2000-10-05  Kazu Hirata  <kazu@hxi.com>
789         * ldlang.c: Fix formatting.
791 2000-10-03  DJ Delorie  <dj@redhat.com>
793         * pe-dll.c (fill_edata): initialize entire block
794         (make_one): fill in correct section.
796 2000-10-03  Kazu Hirata  <kazu@hxi.com>
798         * ldexp.c: Fix formatting.
800 2000-10-02  DJ Delorie  <dj@redhat.com>
802         * emultempl/pe.em (gld_*_after_open): detect case where there two
803         import libraries for same dll; rename one to ensure proper link
804         order.
806         * pe-dll.c (process_def_file): compare ordinals to -1, not 0; fix
807         typo
808         (generate_edata): fix typo
810 2000-09-29  Hans-Peter Nilsson  <hp@axis.com>
812         * scripttempl/crisaout.sc (ENTRY): Now __start.
813         (.text): Add default setting for __start.
814         Remove CONSTRUCTORS handling.
815         (/DISCARD/): Add .gnu.warning.*.
816         * emulparams/crislinux.sh (ENTRY): Now __start.
817         (TEXT_START_SYMBOLS): New; provide __Stext and __start default.
818         * emulparams/criself.sh (OUTPUT_FORMAT): Now elf32-us-cris.
819         (ENTRY): Now __start.
820         (INITIAL_READONLY_SECTIONS): Add KEEP for .startup.
821         (EXECUTABLE_SYMBOLS): Add default setting for __start.
823 2000-09-29  Kazu Hirata  <kazu@hxi.com>
825         * deffile.h: Fix formatting.
826         * ld.h: Likewise.
827         * ldcref.c: Likewise.
828         * ldctor.c: Likewise.
829         * ldctor.h: Likewise.
830         * ldemul.c: Likewise.
831         * ldemul.h: Likewise.
832         * ldexp.c: Likewise.
833         * ldexp.h: Likewise.
834         * ldfile.c: Likewise.
835         * ldfile.h: Likewise.
836         * ldlang.c: Likewise.
837         * ldlang.h: Likewise.
838         * lexsup.c: Likewise.
839         * mri.c: Likewise.
840         * pe-dll.c: Likewise.
842 2000-09-28  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
844         * pe-dll.c (process_def_file): Uninitialized data wasn't
845         exported with --export-all-symbols switch.
847 2000-09-28  DJ Delorie  <dj@redhat.com>
849         * pe-dll.c (fill_edata): rearrange the data so that ordinals and
850         noname work properly.
852 2000-09-28  Alan Modra  <alan@linuxcare.com.au>
854         * ld.texinfo (HPPA ELF32): New section.
856         * emultempl/hppaelf.em (group_size): New.
857         (hppaelf_finish): Pass group_size to elf32_hppa_size_stubs.
858         (PARSE_AND_LIST_PROLOGUE): Add OPTION_STUBGROUP_SIZE.
859         (PARSE_AND_LIST_LONGOPTS): Add --stub-group-size.  Duplicate
860         options to prevent abbreviations matching.
861         (PARSE_AND_LIST_OPTIONS): Describe the above.  Reformat.
862         (PARSE_AND_LIST_ARGS_CASES): Handle it.
864 2000-09-21  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
866         * emultempl/m68kelf.em: Conditionalise the embedded relocs feature
867         on the m68*-*-elf target.  Make it support COFF input objects.
869 2000-09-21  Kazu Hirata  <kazu@hxi.com>
871         * ldmain.c: Fix formatting.
872         * ldmisc.c: Likewise.
873         * ldver.c: Likewise.
874         * ldwrite.c: Likewise.
876 2000-09-21  Alan Modra  <alan@linuxcare.com.au>
878         * ldwrite.c (clone_section): Silence gcc warnings.
880 2000-09-20  Alan Modra  <alan@linuxcare.com.au>
882         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Handle
883         out of memory failure.
885         * ldwrite.c (ldwrite): Remove unnecessary einfo arg.
886         (clone_section): Handle out of memory failures.  Rename var to
887         avoid c++ reserved word.
889 2000-09-18  Alan Modra  <alan@linuxcare.com.au>
891         * emultempl/hppaelf.em (hppaelf_add_stub_section): Rename
892         stub_name param to stub_sec_name.
893         (hppaelf_finish): Modify call to elf32_hppa_size_stubs.
895 2000-09-10  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
897         * emultempl/m68kelf.em: New file.
898         * emulparams/m68kelf.sh (EXTRA_EM_FILE): Use it.
899         * Makefile.am (em68kelf.c): Add dependency on m68kelf.em.
900         * Makefile.in: Regenerate.
902 2000-09-15  Alan Modra  <alan@linuxcare.com.au>
904         * emulparams/hppalinux.sh (DATA_START_SYMBOLS): Provide $global$
905         only as needed.
907 2000-09-13  Nick Clifton  <nickc@redhat.com>
909         * ldmain.c (multiple_definition): Disable relaxation if
910         multiple symbol definitions are encountered - otherwise the
911         linker could abort with an assertion failure.
913 2000-09-10  Nick Clifton  <nickc@redhat.com>
915         * mri.c: Fix formatting.
917 2000-09-07  H.J. Lu  <hjl@gnu.org>
919         * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
920         * configure: Rebuild.
922 2000-09-07  H.J. Lu  <hjl@gnu.org>
924         * Makefile.am (lexsup.o): Also depend on $(INCDIR)/demangle.h.
925         * Makefile.in: Rebuild.
927 2000-09-07  Alan Modra  <alan@linuxcare.com.au>
929         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Fix
930         broken list handling.  Create __start_SECNAME and __stop_SECNAME
931         when no place-holder.  Add some comments.  Test both SEC_CODE and
932         SEC_READONLY for hold_text to prevent .rodata orphan poisoning.
933         Handle case where no output section statement created.
935 2000-09-07  Niibe Yutaka  <gniibe@m17n.org>, Kaz Kojima  <kkojima@rr.iij4u.or.jp>, Alexandre Oliva  <aoliva@redhat.com>
937         * configure.tgt (sh-*-linux*): Added.
938         * Makefile.am: Added eshelf_linux and eshlelf_linux.
939         * Makefile.in: Rebuilt.
940         * emulparams/shelf_linux.sh: New file.
941         * emulparams/shlelf_linux.sh: New file.
943 2000-09-06  Alan Modra  <alan@linuxcare.com.au>
945         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
946         try shuffling sections when the orphan happens to be the place
947         holder.  Keep count of unique section names generated so we speed
948         the search for a new name.
950 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
952         * configure: Rebuilt with new libtool.m4.
954 2000-09-05  Nick Clifton  <nickc@redhat.com>
956         * Makefile.in: Regenerate.
957         * aclocal.m4: Regenerate.
958         * configure: Regenerate.
959         * config.in: Regenerate.
960         * po/ld.pot: Regenerate.
962         * ldint.texinfo: Remove CVS revision marker - it foils local
963         comparisons.
965         * emultempl/ticoff.em: Remove extraneous comma.
967 2000-09-05  Alan Modra  <alan@linuxcare.com.au>
969         * emultempl/hppaelf.em (hppaelf_add_stub_section): Add SEC_RELOC
970         to stub section flags.
971         (hppa_for_each_input_file_wrapper): New.
972         (hppa_lang_for_each_input_file): New.
973         (lang_for_each_input_file): Define to call above.
974         (multi_subspace): New.
975         (hppaelf_finish): Pass multi_subspace to elf32_hppa_size_stubs.
976         (PARSE_AND_LIST_PROLOGUE): Define.
977         (PARSE_AND_LIST_LONGOPTS): Define.
978         (PARSE_AND_LIST_OPTIONS): Define.
979         (PARSE_AND_LIST_ARGS_CASES): Define.
980         (hppaelf_finish): Call elf32_hppa_set_gp.
981         (hppaelf_set_output_arch): Remove.
982         (LDEMUL_SET_OUTPUT_ARCH): Remove.
984         * emulparams/hppalinux.sh (ELFSIZE): Define.
985         (MACHINE): Define.
986         (OTHER_READONLY_SECTIONS): Define.
987         (DATA_PLT): Define.
988         (GENERATE_SHLIB_SCRIPT): Define.
990         * ldlang.c: Add missing prototypes, and tidy others.  Change CONST
991         to const throughout.  Change `void *' to `PTR' throughout.
992         (lang_memory_default): Function is local to file, add `static'.
994         * Makefile.am (ehppaelf.c): Depend on emultempl/elf32.em.
995         (ehppalinux.c): Likewise.
996         (earmelf.c): Likewise.
997         (earmelf_linux.c): Likewise.
998         (earmelf_linux26.c): Likewise.
999         * Makefile.in: Regenerate.
1001         * ld.h (ld_config_type): Add unique_orphan_sections.
1002         * lexsup.c (OPTION_UNIQUE): Define.
1003         (ld_options): Add "--unique".
1004         (parse_args): Handle it.
1005         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
1006         search for an existing output section if unique_orphan_sections is
1007         set.  Make use of bfd_get_unique_section_name rather than
1008         duplicating code here.
1009         * ld.texinfo: Describe --unique.
1011         * lexsup.c (ld_options): Make split-by-reloc arg optional. Add
1012         optional arg to split-by-file.
1013         (parse_args): Handle them.
1014         * ld.texinfo: Update description of these options.
1015         * ldwrite.c (clone_section): Pass in the section name.  Replace
1016         local code with bfd_get_unique_section_name.
1017         (split_sections): Tidy code and comments.  Use a list traversal
1018         more appropriate to the list construction.  Handle cooked section
1019         sizes.  Split when split_by_reloc reached rather than exceeded.
1020         Track section size and split when split_by_file reached.  Fix
1021         link_order_tail (even though it's not used).
1022         (ldwrite): Modify condition for calling split_sections to suit
1023         changed split_by_reloc and split_by_file.
1024         * ldmain.c (main): Init config.split_by_reloc and
1025         config.split_by_file to -1.
1026         * ld.h (ld_config_type): Change split_by_reloc to unsigned.
1027         Change split_by_file to bfd_size_type.
1029 2000-09-02  Nick Clifton  <nickc@redhat.com>
1031         * configure.in: Increase version number to 2.10.91.
1032         * NEWS: Mention new ability to support removal of duplicate DWARF2
1033         debug information.
1034         * configure: Regenerate.
1035         * aclocal.m4: Regenerate.
1036         * config.in: Regenerate.
1038 2000-09-02  Daniel Berlin <dberlin@redhat.com>
1040         * scripttempl/elf.sc: Add .gnu.linkonce.wi.* to .debug_info
1041         sections.
1042         * scripttempl/elf32avr.sc: Ditto.
1043         * scripttempl/elfd10v.sc: Ditto.
1044         * scripttempl/elfd30v.sc: Ditto.
1045         * scripttempl/elfi370.sc: Ditto.
1046         * scripttempl/elfm68hc11.sc: Ditto.
1047         * scripttempl/elfm68hc12.sc: Ditto.
1048         * scripttempl/elfi386beos.sc: Ditto.
1049         * scripttempl/v850.sc: Ditto.
1051 2000-08-31  Alexandre Oliva  <aoliva@redhat.com>
1053         * acinclude.m4: Include libtool and gettext macros from the
1054         top level.
1055         * aclocal.m4, configure: Rebuilt.
1057 2000-08-25  Nick Clifton  <nickc@redhat.com>
1059         * ldlang.c (open_output): When choosing the target for a
1060         particular endianness, do nothing if the target is not
1061         supported.
1063 2000-08-25  H.J. Lu  <hjl@gnu.org>
1065         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Don't
1066         check -rpath nor LD_RUN_PATH for cross link.
1067         * ld.texinfo: Document the change.
1069 2000-08-24  Hans-Peter Nilsson  <hp@axis.com>
1071         * NEWS: Mention support for CRIS.
1073 2000-08-23  H.J. Lu  <hjl@gnu.org>
1075         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Get
1076         the current runpath list from bfd_elf_get_runpath_list ()
1077         before search.
1079 2000-08-22  H.J. Lu  <hjl@gnu.org>
1081         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Search
1082         the DT_RPATH/DT_RUNPATH entries for DT_NEEDED after
1083         LD_LIBRARY_PATH for native linker. Display the needed DSO if
1084         trace_file_tries is non-zero.
1085         (gld${EMULATION_NAME}_try_needed): Report the needed DSO found
1086         if trace_file_tries is non-zero.
1088         * ld.texinfo: Document the usage of DT_RPATH/DT_RUNPATH.
1089         * NEWS: Mention it.
1091 2000-08-14  Jason Eckhardt  <jle@cygnus.com>
1093         * NEWS: Mention i860 support.
1095 2000-08-14  Andreas Schwab  <schwab@suse.de>
1097         * scripttempl/elf.sc: Fix last change to use correct comment
1098         syntax.
1100 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
1102         * scripttempl/elf.sc: Add a comment giving the correspondence
1103         between sections, per-datum sections, and linkonce sections.  Make
1104         the comment true even for .bss, .sdata, .sdata2, .sbss, and
1105         .sbss2.
1107 2000-08-10  Jason Eckhardt  <jle@cygnus.com>
1109         * emulparams/elf32_i860.sh: New file.
1110         * configure.tgt: Recognize new target i860-stardent-{sysv4*|elf*}.
1111         * Makefile.am (ALL_EMULATIONS): Add eelf32_i860.o.
1112         (eelf32_i860.c): New rule.
1113         * Makefile.in: Regenerate.
1115 2000-08-10  Nick Clifton  <nickc@cygnus.com>
1117         * emulparams/mipspe.sh (ENTRY): Add definition.
1119 2000-08-08  Peter Jeremy  <peter.jeremy@alcatel.com.au>
1121         * emultempl/elf32.em (_after_close): Refer to -rpath not --rpath
1122         in error message.
1124 2000-08-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
1126         * scripttempl/elfm68hc11.sc: Define __bss_size symbol to indicate
1127         the final size of .bss section.
1128         * scripttempl/elfm68hc12.sc: Likewise.
1130 2000-08-04  Alan Modra  <alan@linuxcare.com.au>
1132         * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Rename to
1133         gld${EMULATION_NAME}_parse_args for consistency.  Combine
1134         lastoptind and prevoptind vars, and keep track of last optind.
1135         (gld_${EMULATION_NAME}_list_options): Rename to
1136         gld${EMULATION_NAME}_list_options.
1138 2000-08-03  Rodney Brown  <RodneyBrown@pmsc.com>
1140         * configure.tgt: Select targ_emul=elf_i386 for Unixware 7
1141         (i586-sco-sysv5uw7.1.0).
1143 2000-07-27  H.J. Lu  <hjl@gnu.org>
1145         * emulparams/elf64alpha.sh (PARSE_AND_LIST_ARGS): Removed.
1146         (PARSE_AND_LIST_PROLOGUE): New.
1147         (PARSE_AND_LIST_LONGOPTS): Likewise.
1148         (PARSE_AND_LIST_OPTIONS): Likewise.
1149         (PARSE_AND_LIST_ARGS_CASES): Likewise.
1150         (PARSE_AND_LIST_EPILOGUE): Likewise.
1152 2000-07-28  Alan Modra  <alan@linuxcare.com.au>
1154         * emultempl/armelf.em: Elide functions common to elf32.em,
1155         ie. most of the file.
1156         (arm_elf_after_open): New.  Do arm specific things then call
1157         gld${EMULATION_NAME}_after_open.
1158         (arm_elf_before_allocation): New.  Call
1159         gld${EMULATION_NAME}_before_allocation then do arm specifics.
1160         (PARSE_AND_LIST_PROLOGUE): Define.
1161         (PARSE_AND_LIST_SHORTOPTS): Define.
1162         (PARSE_AND_LIST_LONGOPTS): Define.
1163         (PARSE_AND_LIST_OPTIONS): Define.
1164         (PARSE_AND_LIST_ARGS_CASES): Define.
1165         (LDEMUL_AFTER_OPEN): Define.
1166         (LDEMUL_BEFORE_ALLOCATION): Define.
1167         (LDEMUL_BEFORE_PARSE): Define.
1168         (LDEMUL_FINISH): Define.
1170         * emultempl/hppaelf.em: Similarly zap most of this file.
1171         (hppaelf_add_stub_section): Prototype.
1172         (hppaelf_layaout_sections_again): Prototype.
1173         (hook_in_stub): Prototype.
1174         (LDEMUL_SET_OUTPUT_ARCH): Define.
1175         (LDEMUL_FINISH): Define.
1176         (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
1178         * emulparams/armelf.sh (TEMPLATE_NAME): Use elf32.
1179         (EXTRA_EM_FILE): New.
1180         * emulparams/armelf_linux.sh: Likewise.
1181         * emulparams/armelf_linux26.sh: Likewise.
1182         * emulparams/hppalinux.sh: Likewise.
1183         * emulparams/hppaelf.sh: Likewise.
1184         (NOP): Define.
1186         * emultempl/elf32.em: Fix formatting.
1187         (EXTRA_EM_FILE): Source it.
1188         (LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
1189         LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
1190         LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
1191         LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
1192         LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
1193         LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
1194         LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
1195         LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
1196         LDEMUL_FIND_POTENTIAL_LIBRARIES): New shell vars.  Add code to
1197         allow functions in this file to be overridden.
1198         (PARSE_AND_LIST_SHORTOPTS): Handle it.
1200         * emultempl/m68kcoff.em: Include ldfile.h before ldemul.h.
1202         * emultempl/elf32.em: Reorganize file.
1204 2000-07-27  Ivan Kokshaysky  <ink@jurassic.park.msu.ru>
1206         * emulparams/elf64alpha.sh: Implement "-taso" emulation
1207         specific option to fit 64-bit executable in the lower
1208         31-bit address range.  This is done by changing start
1209         address of .interp (the very first section of executable)
1210         and then setting EF_ALPHA_32BIT elf header flag.
1212 2000-07-21  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
1214         * emultempl/m68kcoff.em: New file.
1215         * emulparams/m68kcoff.sh (TEMPLATE_NAME): Use m68kcoff template.
1216         * Makefile.am (em68kcoff.c): Depend on m68kcoff.em rather than
1217         generic.em.
1218         * Makefile.in: Regenerate.
1220 2000-07-20  H.J. Lu  <hjl@gnu.org>
1222         * emultempl/elf32.em (longopts): Duplicate "disable-new-dtags"
1223         and "disable-new-dtags" to stop getopt from treating -d/-e as
1224         abbreviations for these options.
1226 2000-07-20  H.J. Lu  <hjl@gnu.org>
1228         * ld.texinfo: Add documentation for --disable-new-dtags and
1229         --enable-new-dtags.
1231         * ldmain.c (main): Initialize link_info.new_dtags to false.
1233         * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Add
1234         --disable-new-dtags and --enable-new-dtags.
1235         (gld_${EMULATION_NAME}_list_options): Likewise.
1237 2000-07-05  Kenneth Block  <krblock@computer.org>
1239         * lexsup.c: Add optional style to demangle switch
1240         * ld.texinfo: Document optional style to demangle switch.
1242 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
1244         * Makefile.am (ALL_EMULATIONS): Add ecrisaout.o, ecriself.o,
1245         ecrislinux.o.
1246         (ecrisaout.c, ecriself.c, ecrislinux.c): New rules.
1247         Regenerate dependencies.
1248         * Makefile.in: Rebuild.
1249         * configure.tgt (cris-*-*): New target.
1250         * emulparams/crisaout.sh, emulparams/criself.sh,
1251         emulparams/crislinux.sh, scripttempl/crisaout.sc: New files.
1252         * po/POTFILES.in, po/ld.pot: Regenerate.
1254 2000-07-20  H.J. Lu  <hjl@gnu.org>
1256         * emultempl/elf32.em (gld_${EMULATION_NAME}_list_options):
1257         Print out ignored -z options.
1259 2000-07-19  H.J. Lu  <hjl@gnu.org>
1261         * emulparams/elf32mcore.sh (PARSE_AND_LIST_ARGS): Removed.
1262         (PARSE_AND_LIST_PROLOGUE): New.
1263         (PARSE_AND_LIST_LONGOPTS): Likewise.
1264         (PARSE_AND_LIST_OPTIONS): Likewise.
1265         (PARSE_AND_LIST_ARGS_CASES): Likewise.
1267         * ldmain.c (main): Clear link_info.flags and link_info.flags_1.
1269         * lexsup.c (ld_options): Comment out 'z'.
1270         (parse_args): Likewise.
1272         * emultempl/elf32.em: Include "elf/common.h".
1273         (gld_${EMULATION_NAME}_parse_args): Defined. Handle some -z
1274         options.
1275         (gld_${EMULATION_NAME}_list_options): Likewise.
1277         * ld.texinfo: Add documentation for the recognized -z options.
1279 2000-07-19  H.J. Lu  <hjl@gnu.org>
1281         * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Call
1282         bfd_elf_set_dt_needed_soname ().
1284 2000-07-18  DJ Delorie  <dj@cygnus.com>
1286         * pe-dll.c (pe_dll_id_target): check object target name also
1288 2000-07-18  Hans-Peter Nilsson  <hp@axis.com>
1290         * scripttempl/elf.sc (.init): Only do ${INIT_START} and
1291         ${INIT_END} if relocating.
1292         (.fini): Likewise ${FINI_START} and ${FINI_END}.
1294 2000-07-16  Charles Wilson  <cwilson@ece.gatech.edu>
1296         * emultempl/pe.em (gld_*_open_dynamic_archive): New search
1297         order for dynamic library '-lfoo' on pei386: libfoo.dll.a,
1298         foo.dll.a, libfoo.a, libfoo.dll, foo.dll. This fixes compatibility
1299         errors introduced by the old dynamic lib search order.
1301 2000-07-17  DJ Delorie  <dj@cygnus.com>
1303         * pe-dll.c (process_def_file): auto-export data items also
1304         (pe_process_import_defs): also see if _imp_ form needed
1306 2000-07-12  Charles Wilson  <cwilson@ece.gatech.edu>
1308         * pe-dll.c (make_one): fix a typo in the __imp_ name decoration
1309         for dll import libraries
1311 2000-07-12  Mark Elbrecht  <snowball3@bigfoot.com>
1313         * scripttempl/i386go32.sc: Support the g++ attribute init_priority in
1314         gcc 2.95.2 and later.
1316 2000-07-11  Kazu Hirata  <kazu@hxi.com>
1318         * ldfile.c (ldfile_try_open_bfd): Output '\n' after an error
1319         message.
1321 2000-07-10  Alan Modra  <alan@linuxcare.com.au>
1323         * ldemul.h (struct lang_input_statement_struct): Remove forward
1324         declaration.
1325         (struct search_dirs): Likewise.
1326         * ldfile.h (struct lang_input_statement_struct): Likewise.
1327         Protect file from multiple inclusion.
1328         * ldlang.h (LANG_FOR_EACH_INPUT_STATEMENT): Move file_chain
1329         declaration from macro to file scope.
1331         * ldemul.c: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this order.
1332         * ldgram.y: Likewise here.
1333         * ldlang.c: And here.
1334         * ldmain.c: And here.
1335         * mpw-elfmips.c: And here.
1336         * mpw-eppcmac.c: And here.
1337         * emultempl/aix.em: And here.
1338         * emultempl/armcoff.em: And here.
1339         * emultempl/armelf.em: And here.
1340         * emultempl/armelf_oabi.em: And here.
1341         * emultempl/beos.em: And here.
1342         * emultempl/elf32.em: And here.
1343         * emultempl/hppaelf.em: And here.
1344         * emultempl/linux.em: And here.
1345         * emultempl/lnk960.em: And here.
1346         * emultempl/pe.em: And here.
1347         * emultempl/sunos.em: And here.
1348         * mpw-esh.c: And here. Include ldexp.h and ldlang.h too.
1349         * mpw-idtmips.c: Ditto.
1350         * emultempl/generic.em: Ditto.
1351         * emultempl/gld960.em: Ditto.
1352         * emultempl/gld960c.em: Ditto.
1353         * emultempl/mipsecoff.em: Ditto.
1354         * emultempl/ticoff.em: Ditto.
1355         * emultempl/vanilla.em: Ditto.
1357         * pe-dll.c: Include ldfile.h
1358         * ldver.c: Include ldexp.h, ldlang.h, ldfile.h
1360         * mpw-elfmips.c: (gldelf32ebmip_before_allocation): Add missing
1361         arguments to bfd_elf32_size_dynamic_sections call.
1362         (gldelf32ebmip_place_orphan): Add missing arguments to
1363         lang_leave_output_section_statement call.
1365 2000-07-10  H.J. Lu  <hjl@gnu.org>
1367         * emultempl/pe.em (pe_enable_stdcall_fixup): Protect with
1368         DLL_SUPPORT.
1369         (strhash): Likewise.
1370         (compute_dll_image_base): Likewise.
1371         (pe_undef_found_sym): Likewise.
1372         (pe_undef_cdecl_match): Likewise.
1373         (gld_${EMULATION_NAME}_open_dynamic_archive): Mark the
1374         argument "arch" with ATTRIBUTE_UNUSED.
1376 2000-07-10  Alan Modra  <alan@linuxcare.com.au>
1378         * configure.tgt: Remove extraneous hppa*-*-linux-gnu*.
1380         From  Ryan Bradetich  <rbradetich@uswest.net>
1381         * ldwrite.c (SSIZE): Remove to cure macro redefinition warning.
1383 2000-07-09  Alan Modra  <alan@linuxcare.com.au>
1385         Changes to create multiple linker stubs, positioned immediately
1386         before the section where they are required.
1387         * emultempl/hppaelf.em: Include elf32-hppa.h.
1388         (stub_sec, file_chain): Delete.
1389         (hppaelf_create_output_section_statements): Don't make a stub
1390         section here.
1391         (hook_stub_info): New struct.
1392         (hook_in_stub): New function.
1393         (hppaelf_add_stub_section): New function.
1394         (hppaelf_finish): Do nothing for relocateable links.  Modify the
1395         call to elf32_hppa_size_stubs.  Move code for updating section
1396         layout from here...
1397         (hppaelf_layaout_sections_again): ..to here, a new function.
1399         * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Fix
1400         broken list handling.  Pass in a pointer to the list.
1401         (hppaelf_finish): Update call to hppaelf_delete_padding_statements
1402         for above changes.
1403         (hppaelf_before_parse): Prototype.
1404         (hppaelf_set_output_arch): Prototype.
1405         (hppaelf_create_output_section_statements): Prototype.
1406         (hppaelf_delete_padding_statements): Prototype.
1407         (hppaelf_finish): Prototype.
1409         Merge from elf32.em
1410         * emultempl/hppaelf.em: Include ctype.h.
1411         (struct orphan_save): New.
1412         (gld${EMULATION_NAME}_place_orphan): New.
1413         (output_rel_find): New.
1414         (hppaelf_get_script): Update from elf32.em.
1415         (ld_hppaelf_emulation): Rename to ld_${EMULATION_NAME}_emulation.
1416         Change emulation_name field to "${EMULATION_NAME}".  Add
1417         gld${EMULATION_NAME}_place_orphan.
1419         * Makefile.am (ALL_EMULATIONS): Reinstate ehppaelf.o,  add
1420         ehppalinux.o, sort it.  Regenerate dependencies.
1421         (ehppalinux.c): Depend on hppaelf.em
1422         * Makefile.in: Regenerate.
1424         * configure.tgt: targ_emul=hppalinux for hppa*linux
1426         * emulparams/hppalinux.sh: New.
1427         * emulparams/hppaelf.sh (TARGET_PAGE_SIZE): Write in hex.
1429 2000-07-08  Alan Modra  <alan@linuxcare.com.au>
1431         * lexsup.c (parse_args): Copy section name.
1433 2000-07-07  Charles Wilson  <cwilson@ece.gatech.edu>
1435         * emultempl/pe.em: institute the following search order for
1436         dynamic libraries on pei386: libfoo.dll.a, foo.dll.a (import
1437         libs), libfoo.dll, foo.dll (link direct to dll).  Fall back to
1438         static lib (libfoo.a) if none of the above are found.
1440 2000-07-07  Mumit Khan  <khan@xraylith.wisc.edu>
1442         * emultempl/pe.em (pe_enable_auto_image_base): New variable.
1443         (longopts): New --{enable,disable}-auto-image-base options.
1444         (gld_${EMULATION_NAME}_list_options): Document.
1445         (gld_${EMULATION_NAME}_parse): Handle.
1446         (strhash): New static function.
1447         (compute_dll_image_base): New static function.
1448         (gld_${EMULATION_NAME}_set_symbols): Use.
1450 2000-07-05  DJ Delorie  <dj@redhat.com>
1452         * MAINTAINERS: new
1454 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
1456         * configure.tgt: Add traditional mips (mips*-*-sysv4*) target.
1457         * emulparams/elf32btsmip.sh: New file.
1458         * Makefile.am: Add traditional mips target.
1459         * Makefile.in: Rebuild.
1461 2000-07-01  H.J. Lu  <hjl@gnu.org>
1463         * Makefile.am (EXTRA_ld_new_SOURCES): Set to deffilep.y for
1464         automake to use YLWRAP.
1465         * Makefile.in: Rebuild.
1467 2000-07-01  Alan Modra  <alan@linuxcare.com.au>
1469         * Makefile.am (DEP): Fix 2000-06-22.  grep after running dep.sed
1470         (CLEANFILES): Add DEPA.
1471         * Makefile.in: Regenerate.
1473 2000-06-30  Timothy Wall  <twall@ppc>
1475         * scripttempl/tic54xcoff.sc: PAGE N is not implemented, so encode
1476         the page in the upper octet of the address.
1478 2000-06-26  Marek Michalkiewicz  <marekm@linux.org.pl>
1480         * emulparams/avrmega161.sh (ARCH): Change to avr:5.
1482 2000-06-24  Alan Modra  <alan@linuxcare.com.au>
1484         * NEWS: arm-elf does --gc-sections too.
1486 2000-06-22  Alan Modra  <alan@linuxcare.com.au>
1488         * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
1489         find one.
1490         * Makefile.in: Regenerate.
1492 2000-06-21  H.J. Lu  <hjl@gnu.org>
1494         * Makefile.am: Rebuild dependency.
1495         * Makefile.in: Rebuild.
1497 2000-06-20  H.J. Lu  <hjl@gnu.org>
1499         * Makefile.am: Rebuild dependency.
1500         * Makefile.in: Rebuild.
1502 2000-06-20  Timothy Wall  <twall@cygnus.com>
1504         * scripttempl/tic54xcoff.sc: New.
1505         * ldlang.c (wild_doit): Propagate SEC_BLOCK flag.
1506         * gen-doc.texi: Add flag for TI COFF.
1507         * ld.texinfo: Add documentation for TI COFF handling switches.
1508         * emultempl/ticoff.em: New. TI COFF handling.
1509         * configure.tgt: Add tic54x target.
1510         * Makefile.am: Add tic54x target.
1511         * Makefile.in: Ditto.
1513 2000-06-20  Alan Modra  <alan@linuxcare.com.au>
1515         * ldmain.c (set_scripts_dir): Correct pointer comparison when
1516         checking for backslashes.
1518 2000-06-19  Alan Modra  <alan@linuxcare.com.au>
1520         * NEWS: Move entries not in 2.10 above "Changes in version 2.10".
1522 2000-06-18  Alan Modra  <alan@linuxcare.com.au>
1524         * NEWS: Update list of targets supporting --gc-sections.
1526         * scripttempl/elf.sc: KEEP .eh_frame contents.
1527         * scripttempl/elfd30v.sc: Same here.
1529 2000-06-18  Stephane Carrez  <stcarrez@worldnet.fr>
1531         * Makefile.am (ALL_EMULATIONS): Added new emulation for m68hc12
1532         and m68hc11 (elf).
1533         * Makefile.in: Rebuild.
1534         * configure.tgt: Recognize m68hc12 and m68hc11.
1535         * scripttempl/elfm68hc12.sc: New file.
1536         * emulparams/m68hc12elfb: New emulation.
1537         * emulparams/m68hc12elf: New emulation.
1538         * emulparams/m68hc11elfb.sh: New file.  User configurable emulation
1539         (includes a memory.x script to define the ROM and RAM banks).
1540         * scripttempl/elfm68hc11.sc, emulparams/m68hc11elf.sh:
1541         New configuration files for support of Motorola 68hc11
1543 2000-06-15  Alan Modra  <alan@linuxcare.com.au>
1545         * ldmain.c (main): Only change SEC_READONLY for final link.
1547 2000-06-13  H.J. Lu  <hjl@gnu.org>
1549         * configure: Regenerate.
1551 2000-06-08  David O'Brien  <obrien@FreeBSD.org>
1553         * configure.in (VERSION): Update to show this is the CVS mainline.
1555 2000-06-07  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
1557         * emultempl/mipsecoff.em (gld{EMULATION_NAME}_after_open): Require all
1558         input objects to be ECOFF.
1559         (check_sections): einfo takes %B, not %P, to print a BFD name.
1561 2000-06-05  Michael Matz <matz@ifh.de>
1563         * ldgram.y (vers_defns): Handle 'extern "C++" { ... }' in
1564         version scripts.
1566         * ldlex.l (V_IDENTIFIER): Accept `::' in symbols.
1568 2000-05-23  Marek Michalkiewicz  <marekm@linux.org.pl>
1570         * emulparams/avr1200.sh (STACK): Define as 0.
1571         * emulparams/avr23xx.sh (STACK): Define as last internal SRAM address.
1572         * emulparams/avr4433.sh (STACK): Likewise.
1573         * emulparams/avr44x4.sh (STACK): Likewise.
1574         * emulparams/avr85xx.sh (STACK): Likewise.
1575         * emulparams/avrmega103.sh (STACK): Likewise.
1576         * emulparams/avrmega161.sh (STACK): Likewise.
1577         * emulparams/avrmega603.sh (STACK): Likewise.
1578         * scripttempl/elf32avr.sc (__data_start): Define for gcrt1.
1579         (__stack): Define from ${STACK} for main().
1581 2000-05-26  Alan Modra  <alan@linuxcare.com.au>
1583         * Makefile.am: Update dependencies with "make dep-am"
1584         * Makefile.in: Regenerate.
1586 2000-05-26  Eli Zaretskii  <eliz@is.elta.co.il>
1588         * ldmain.c: Include filenames.h.
1589         (set_scripts_dir): Support backslashes in program name.
1591 2000-05-22  Igor Shevlyakov  <igor@windriver.com>
1593         * ldmain.c (main): When deciding if ".text" section should be
1594         read-only, don't forget to reset SEC_READONLY because it
1595         could be already set.
1597 2000-05-22  Thomas de Lellis  <tdel@windriver.com>
1599         * ld.1: Add documentation for new command line option:
1600                 --section-start <sectionname>=<sectionorg>
1601         This is a generic version of -Ttext etc. which accepts
1602         any section name as a parameter instead of just text/data/
1603         bss.
1604         * ld.texinfo: More docs.
1605         * NEWS: More docs.
1606         * lexsup.c: (parse_args): Recognize new command line option.
1607         (ld_options): Add new option.
1609 2000-05-18  H.J. Lu  <hjl@gnu.org>
1611         * lexsup.c (parse_args): `i' == `r', not `q'.
1613 Thu May 18 10:47:57 2000  Jeffrey A Law  (law@cygnus.com)
1615         * configure.tgt (hppa*64*-*-*): Enable PA64 target.
1617 2000-05-17 S. Bharadwaj Yadavalli  <sby@scrugs.lkg.dec.com>
1618               Rick Gorton          <gorton@scrugs.lkg.dec.com>
1620         Add support for '-q' == '--emit-relocs' switch.
1621         * ldmain.c (main): Default to false.
1622         * lexsup.c (parse_args): Turn on emitrelocations flag if set.
1623         * NEWS: Describe the emitrelocations switch.
1624         * ld.texinfo: Describe the emitrelocations switch.
1626 2000-05-16  Charles Wilson <cwilson@ece.gatech.edu>
1628         * emultempl/pe.em (_open_dynamic_archive): New function: Search
1629         the library path for "foo.dll" and "libfoo.dll" dynamic libraries
1630         before searching for 'libfoo.a' in response to a '-Bdynamic -lfoo'
1631         link options.
1633 2000-05-15  David O'Brien  <obrien@FreeBSD.org>
1635         * lexsup.c (parse_args): Update the year in the copyright notice.
1637 2000-05-13  Alan Modra  <alan@linuxcare.com.au>
1639         * ld.h (gettext, dgettext, dcgettext, textdomain, bindtextdomain):
1640         Replace defines with those from intl/libgettext.h to quieten gcc
1641         warnings.
1643 2000-05-10  H.J. Lu  <hjl@gnu.org>
1645         * ldlang.c (open_input_bfds): Don't load the same file within
1646         a group again if the whole archive has been loaded already.
1648 2000-05-03  Alan Modra  <alan@linuxcare.com.au>
1650         From Ulf Carlsson <ulfc@engr.sgi.com> and Andreas Jaeger <aj@suse.de>
1651         * lexsup.c (set_section_start): Use bfd_scan_vma rather than
1652         strtoul.
1654 Mon May  1 17:34:34 2000  Jim Wilson  <wilson@cygnus.com>
1656         * configure.host (ia64-*-linux-gnu*): Change gcc to ${CC}.
1658         * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
1659         host "ia64-*-linux-gnu*".
1661 2000-04-29  Andreas Jaeger  <aj@suse.de>
1663         * ld.h: Correctly check GCC version.
1665 Tue Apr 25 11:20:43 2000  Jeffrey A Law  (law@cygnus.com)
1667         * Makefile.am: Add PA64 support.  Add missing dependencies for
1668         PA32 elf support.
1669         * Makefile.in: Rebuilt.
1670         * configure.tgt: Add PA64 support (currently disabled).
1672 2000-04-25  Alan Modra  <alan@linuxcare.com.au>
1674         * emultempl/elf32.em (gld${EMULATION_NAME}_place_section): Delete.
1675         (output_rel_find): New function.
1676         (hold_section, hold_use): Delete.
1677         (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
1678         hold_interp): Make local to place_orphan.
1679         (gld${EMULATION_NAME}_place_orphan): Use lang_output_section_find
1680         rather than place_section to find possible previous use of orphan.
1681         Similarly find the place-holder output sections.  Use returned
1682         value from lang_enter_output_section_statement rather than calling
1683         lang_output_section_statement_lookup.
1684         * emultempl/armelf.em: Same here.
1685         * emultempl/pe.em: Similar to above, but no need for output_rel_find.
1687         * ldlang.c (lang_enter_output_section_statement): Return output
1688         section statement.
1689         * ldlang.h (lang_enter_output_section_statement): Change
1690         declaration too.
1692         * ldlang.h (lang_output_section_statement): Export it.
1693         * ldlang.c (lang_output_section_statement): Ditto.
1695 2000-04-24  Nick Clifton  <nickc@cygnus.com>
1697         * ld.texinfo (Output Section Data): Add note that section data
1698         commands cannot appear outside of section directives.
1700 2000-04-2  Matthew Green  <mrg@cygnus.com>
1702         * configure.tgt: Add NetBSD/sparc ELF, and NetBSD/sparc64 support.
1704 Fri Apr 21 13:20:53 2000  Richard Henderson  <rth@cygnus.com>
1705                           David Mosberger  <davidm@hpl.hp.com>
1707         * Makefile.am (ALL_64_EMULATIONS): Add eelf64_ia64.o.
1708         (eelf64_ia64.c): New rule.
1709         * Makefile.in: Rebuild.
1710         * configure.tgt (ia64-*-elf*, ia64-*-linux*): New targets.
1711         * emulparams/elf64_ia64.sh: New file.
1713 2000-04-21  Richard Henderson  <rth@cygnus.com>
1715         * scripttempl/elfd30v.sc: Place .gcc_except_table.
1717 2000-04-19  Alan Modra  <alan@linuxcare.com.au>
1719         * dep-in.sed: Match space at start of file name, not at end.
1721 2000-04-18  H.J. Lu  <hjl@gnu.org>
1723         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Call
1724         lang_leave_output_section_statement () after calling
1725         lang_enter_output_section_statement ().
1726         * emultempl/armelf.em: Likewise.
1728 2000-04-18  Alan Modra  <alan@linuxcare.com.au>
1730         * emultempl/elf32.em (struct orphan_save): Add section field.
1731         (gld${EMULATION_NAME}_place_orphan): Use above to keep sections in
1732         better order, and place first orphan section as we did before the
1733         2000-04-12 patch.  Ignore ~SEC_ALLOC sections when choosing place.
1734         Don't call make_bfd_section here, let wild_doit do the job for us.
1735         Don't build a statement list when we'll only throw it away.
1736         * emultempl/armelf.em: Ditto.
1737         * emultempl/pe.em: Similarly.
1739 2000-04-14  Geoff Keating  <geoffk@cygnus.com>
1741         * scripttempl/elfppc.sc: Remove.
1742         * emulparams/elf32ppc.sh: Use elf.sc.
1743         * emulparams/elf32lppc.sh: Use elf.sc.
1744         * emulparams/elf32ppclinux.sh: Use elf.sc.
1745         * emulparams/elf32ppcsim.sh: New file.
1746         * emulparams/elf32lppcsim.sh: New file.
1747         * Makefile.am: Update dependencies.  Add elf32ppcsim ad elf32lppcsim.
1748         (ALL_EMULATIONS): Add elf32ppcsim ad elf32lppcsim.
1749         * Makefile.in: Regenerate.
1750         * configure.tgt (powerpc-*): Add elf32ppcsim and elf32lppcsim.
1752 2000-04-14  Alan Modra  <alan@linuxcare.com.au>
1754         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Process
1755         ~SEC_ALLOC sections too.  Init start address of debug sections.
1756         * emultempl/armelf.em (gld${EMULATION_NAME}_place_orphan): Ditto.
1757         * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Ditto.
1758         Also set all relocateable section start addresses.
1760 2000-04-13  Geoff Keating  <geoffk@cygnus.com>
1762         * scripttempl/elf.sc: Add support for .sbss2 and .sdata2 sections.
1763         Add new BSS_PLT variable for when .plt need not be contained in
1764         the file.  Move _etext so that it is also after .fini, and provide
1765         both etext and _etext with a leading underscore.  Mark the start
1766         and end of .sbss.
1768 2000-04-12  Alan Modra  <alan@linuxcare.com.au>
1770         * emultempl/elf32.em (struct orphan_save): New.
1771         (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
1772         hold_interp): Make them struct orphan_save.
1773         (gld${EMULATION_NAME}_place_section): Modify for new hold_*.
1774         (gld${EMULATION_NAME}_place_orphan): Add new orphan sections to
1775         the end of the relevant section list.  Also add associated section
1776         statements to the end of any previous orphan statements.
1777         * emultempl/armelf.em: Similarly.
1778         * emultempl/pe.em: Similarly.
1780 2000-04-11  Alan Modra  <alan@linuxcare.com.au>
1782         * ld.texinfo (Simple Example): Remove extraneous paragraph.
1784 Fri Apr  7 15:56:57 2000  Andrew Cagney  <cagney@b1.cygnus.com>
1786         * configure.in (WARN_CFLAGS): Set to -W -Wall by default.  Add
1787         --enable-build-warnings option.
1788         * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
1789         * Makefile.in, configure: Re-generate.
1791 2000-04-04  Alan Modra  <alan@linuxcare.com.au>
1793         * po/ld.pot: Regenerate.
1795         * lexsup.c (help): Restore translated part of bug string.
1797         * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
1798         (DEP): Quote when passing vars to sub-make.  Add warning message
1799         to end.
1800         (DEP1): Rewrite for "gcc -MM".
1801         (CLEANFILES): Add DEP2.
1802         Update dependencies.
1803         * Makefile.in: Regenerate.
1805 2000-04-03  Alan Modra  <alan@linuxcare.com.au>
1807         * ld.h: #include "bin-bugs.h"
1808         * lexsup.c (help): Use REPORT_BUGS_TO.
1810 2000-03-27  Denis Chertykov  <denisc@overta.ru>
1812         * configure.tgt (avr-*-*): New target support.
1813         * Makefile.am: Likewise.
1814         * scripttempl/elf32avr.sc: New script file.
1815         * emulparams/avr1200.sh: New file.
1816         * emulparams/avr23xx.sh: New file.
1817         * emulparams/avr4433.sh New file.
1818         * emulparams/avr44x4.sh New file.
1819         * emulparams/avr85xx.sh New file.
1820         * emulparams/avrmega103.sh New file.
1821         * emulparams/avrmega161.sh New file.
1822         * emulparams/avrmega603.sh New file.
1823         * Makefile.in: Regenerate.
1825 2000-03-09  Andreas Jaeger  <aj@suse.de>
1827         * Makefile.am (check-DEJAGNU): Also unset LANG.
1828         * Makefile.in: Rebuild.
1830 2000-03-06  Ian Lance Taylor  <ian@zembu.com>
1832         * ldfile.c (ldfile_try_open_bfd): Don't crash if we see an empty
1833         archive.
1835 2000-03-02  H.J. Lu  <hjl@gnu.org>
1837         * emulparams/elf32mcore.sh: Include "getopt.h".
1839 2000-03-01  Ian Lance Taylor  <ian@zembu.com>
1841         * configure.tgt: Remove *-*-aout, *-*-coff, and *-*-netware.
1843 2000-03-01  H.J. Lu  <hjl@gnu.org>
1845         * emulparams/mipspe.sh: Add SUBSYSTEM and INITIAL_SYMBOL_CHAR.
1846         * emulparams/shpe.sh: Likewise.
1848 2000-03-01  Nick Clifton  <nickc@cygnus.com>
1850         * pe-dll.c: Remove unused variables and add ATTRIBUTE_UNUSED
1851         to unused parameters.
1853         * emultempl/pe.em: Add "#ifdef DLL_SUPPORT" around static
1854         functions only used by DLL code.
1855         (_place_orphan): Initialise 'dollar'.
1857 2000-03-01  H.J. Lu  <hjl@gnu.org>
1859         * ldmain.c (undefined_symbol): Take one more arg, fatal, to
1860         indicate if the undefined symbol is a fatal error or not.
1861         Don't delete the output file if "fatal" is false.
1863 2000-02-29  H.J. Lu  <hjl@gnu.org>
1865         * Makefile.am (check-DEJAGNU): Also pass LIBS="$(LIBS)".
1866         Set LC_COLLATE and LC_ALL to null and export them. It is for
1867         sort which expects the C locale.
1868         Add $(LIBS) to all $(HOSTING_LIBS).
1869         * Makefile.in: Rebuild.
1871 2000-02-29  Alan Modra  <alan@spri.levels.unisa.edu.au>
1873         * emultempl/{aix.em, armcoff.em, armelf.em, armelf_oabi.em,
1874         beos.em, elf32.em, generic.em, gld960.em, gld960c.em, hppaelf.em,
1875         linux.em, lnk960.em, mipsecoff.em, sunos.em, vanilla.em}
1876         (ld_emulation_xfer_struct): Add missing NULL initialiser for
1877         find_potential_libraries.
1879 2000-02-28  Jim Blandy  <jimb@redhat.com>
1881         * ldgram.y (exclude_name_list): Don't require a comma to separate
1882         list entries; the lexer considers commas to be valid part of a
1883         filename, so in something like `foo, bar' the comma is considered
1884         part of the first filename, `foo,'.
1885         * ld.texinfo: Update section on EXCLUDE_FILE lists.
1887 2000-02-27  Loren J. Rittle  <ljrittle@acm.org>
1889         * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
1890         host "i[3456]86-*-freebsdelf*".
1892 2000-02-27  Mark Elbrecht  <snowball3@bigfoot.com>
1894         * scripttempl/i386go32.sc: Move misplaced semicolons.
1896 2000-02-25  Ian Lance Taylor  <ian@zembu.com>
1898         * Makefile.am (ALL_EMULATIONS): Remove ehppaelf.o.
1899         (ALL_64_EMULATIONS): Remove eelf64hppa.o.
1900         (eelf64hppa.c, ehppaelf.c): Remove targets.
1901         * Makefile.in: Rebuild.
1903 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
1905         * configure.tgt (targ_extra_ofiles): Enable elf64_sparc on
1906         GNU/Linux/sparc, but keep the default as 32.
1908         * configure.tgt: Enable elf64_sparc on Solaris7+/sparc.  And make
1909         it default if sparcv9 or sparc64.
1911 2000-02-24  Nick Clifton  <nickc@cygnus.com>
1913         * Makefile.am: Add rules to build emipspe.o and earmpe.o.
1914         * Makefile.in: Regenerate.
1915         * configure.tgt: Add targets for arm-wince, sh-pe and mips-pe.
1917         * ldemul.h (ld_emulation_xfer_struct): Add new field:
1918         find_potential_libraries.
1919         * ldemul.c (ldemul_find_potential_libraries): New function.
1921         * ldfile.c (ldfile_open_file_search): Allow function to be
1922         exported.
1923         (ldfile_open_file): Call ldemul_find_potential_libraries.
1924         * ldfile.h: Add prototype for ldfile_open_file_search.
1926         * pe-dll.c: Add support for ARM, MIPS and SH targets.
1928         * emulparams/mipspe.sh: New file.  Parameters for mips-pe target.
1929         * emulparams/shpe.sh: New file.  Parameters for sh-pe target.
1931         * emultempl/pe.em: Add support for ARM, MIPS and SH DLLs.
1932         (gld_X_find_potential_libraries): New function.  Search for
1933         libraries called "*.lib".
1935         * scripttempl/pe.sc: Add .pdata section.
1937 2000-02-23  Richard Henderson  <rth@cygnus.com>
1939         * scripttempl/elfd10v.sc: Remove dynamic linking hooks.
1940         Add and use memory regions.
1942 2000-02-23  Linas Vepstas (linas@linas.org)
1944         * emulparams/elf32i370.sh, scripttempl/elfi370.sc: New.
1946         * Makefile.am: Add support for Linux/IBM 370.
1947         * configure.tgt: Likewise.
1949         * Makefile.in: Regenerate.
1951 2000-02-21  Alan Modra  <alan@spri.levels.unisa.edu.au>
1953         * ldlang.c (print_input_section, print_data_statement,
1954         print_reloc_statement, print_padding_statement, insert_pad,
1955         size_input_section, lang_check_section_addresses,
1956         lang_size_sections, lang_do_assignments, lang_set_startof,
1957         lang_one_common): Change `opb' to unsigned.
1958         (lang_do_assignments): Also change `size' to unsigned.
1960 2000-02-16  Richard Henderson  <rth@cygnus.com>
1962         * scripttempl/elf.sc: Place OTHER_PLT_RELOC_SECTION.
1964 2000-02-16  Timothy Wall  <twall@cygnus.com>
1966         * mri.c (mri_draw_tree): Add default LMA region argument to call
1967         to lang_leave_output_section_statement.
1968         * ldlang.h: Update prototypes with LMA region arguments.
1969         * ldlang.c (lang_size_sections): Encapsulate region bounds
1970         checking in os_check_region call.
1971         (os_check_region): New function.
1972         (lang_output_section_statement_lookup): Initialize lma_region.
1973         (lang_leave_output_section_statement): Add LMA region argument.
1974         (lang_leave_overlay): Ditto.
1975         * ldgram.y: Handle LMA region syntax.
1976         * ld.texinfo (Output Section Description): Describe LMA region usage.
1977         * emultempl/armelf.em (gld$place_orphan): Add default value for
1978         lma region in call to lang_leave_output_section_statement.
1979         * emultempl/elf32.em (gld$place_orphan): Add default value for
1980         lma region in call to lang_leave_output_section_statement.
1981         * emultempl/pe.em (gld$place_orphan): Add default value for
1982         lma region in call to lang_leave_output_section_statement.
1985 2000-02-04  Timothy Wall  <twall@redhat.com>
1987         * ldlang.c (lang_check_section_addresses): Use bytes instead of
1988         octets when calculating section end addresses.
1990 2000-02-04  Timothy Wall  <twall@redhat.com>
1992         * ldlang.c (lang_size_sections): Fix typo in ALIGN_N invocation.
1994 2000-02-03  Timothy Wall <twall@redhat.com>
1996         * ldexp.c (fold_name): Make SIZEOF operator return byte count, not
1997         octet count.
1998         * ldlang.c (print_input_section, print_data_statement,
1999         print_reloc_statement, print_padding_statement): Print target
2000         address values and section sizes as bytes, not octets.
2001         (insert_pad) Calculate padding size in octets, and adjust "dot"
2002         by bytes.
2003         (size_input_section) Always adjust "dot" by bytes, not octets.
2004         (lang_check_section_addresses, lang_do_assignments) Adjust
2005         "dot" by bytes, not octets.  Use the larger of the directive size
2006         or octets_per_byte for the number of octets actually allocated in
2007         the output section.
2008         (lang_set_startof) Make sure STARTOF returns a target address.
2009         (lang_one_common) Record size changes in octets.
2010         (lang_abs_symbol_at_end_of) Section end symbol's value is
2011         recorded in target bytes.
2012         * ld.texinfo:   Updated description of BYTE, SHORT, LONG, etc.
2013         to be clear about behavior when an octet is smaller than one byte.
2015 2000-01-27  Alan Modra  <alan@spri.levels.unisa.edu.au>
2017         * ldcref.c (output_cref): Don't pass message strings to printf
2018         as format arg.
2019         Update copyright.
2021         * ldmisc.c (vfinfo): Same here.
2022         Update copyright.
2024 2000-01-23  Alan Modra  <alan@spri.levels.unisa.edu.au>
2026         * emultempl/{armcoff.em,armelf.em,armelf_oabi.em,beos.em,
2027         generic.em,gld960.em,gld960c.em,hppaelf.em,linux.em,lnk960.em,
2028         mipsecoff.em,sunos.em,vanilla.em} (ld_emulation_xfer_struct):
2029         Add missing NULL initialisers, and comments.
2031         * testsuite/ld-srec/sr3.cc (__rethrow): New.
2033 2000-01-21  Nick Clifton  <nickc@cygnus.com>
2035         * ldlang.c (lang_size_sections): Fix typo in comment.
2037 2000-01-18  H.J. Lu  <hjl@gnu.org>
2039         * ldlang.c (lang_size_sections): Also update the current
2040         address of a region if the SEC_NEVER_LOAD bit is not set.
2042 2000-01-10  Philip Blundell  <pb@futuretv.com>
2044         * configure.tgt (arm*-*-conix*): New target.
2046 2000-01-07  Nick Clifton  <nickc@cygnus.com>
2048         * ld.texinfo (Options): Remind users to preceed linker command
2049         line switches with -Wl, (or whatever is appropriate) if it is
2050         being invoked by a comnpiler driver program.
2051         Fix description of the behaviour of the -n command line switch.
2053 Wed Jan  5 08:02:12 2000  Catherine Moore  <clm@cygnus.com>
2055         * ld.h (wildcard_spec):  Change exclude_name to exclude_name_list.
2056         (name_list): New.
2057         * ld.texinfo (EXCLUDE_FILE): Update documentation.
2058         * ldgram.y (wildcard_spec): Support a list of excluded_files.
2059         (exclude_name_list): New.
2060         ldlang.c (walk_wild_section): Support list of excluded files.
2061         (print_wild_statement): Likewise.
2062         (lang_add_wild): Likewise.
2063         * ldlang.h (lang_wild_statement_type): Likewise.
2064         * scripttempl/elf.sc (OTHER_EXCLUDE_FILES): Support.
2066 2000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
2068         * pe-dll.c (pe_dll_warn_dup_exports): New variable.
2069         (process_def_file): Use.
2070         (pe_dll_compat_implib): New variable.
2071         (make_one): Use.
2073         * pe-dll.h: Add exports of pe_dll_warn_dup_exports and
2074         pe_dll_compat_implib.
2076         * emultempl/pe.em (longopts): Add warn-duplicate-exports and
2077         compat-implib options.
2078         (gld_${EMULATION_NAME}_list_options): List new options.
2079         (gld_${EMULATION_NAME}_parse_args): Handle.
2081         * pe-dll.c (pe_dll_generate_implib): Use the correct name for output
2082         dll.
2084         * deffilep.y (opt_name): Allow "." in name.
2086 For older changes see ChangeLog-9899
2088 Local Variables:
2089 mode: change-log
2090 left-margin: 8
2091 fill-column: 74
2092 version-control: never
2093 End: