daily update
[binutils.git] / ld / ChangeLog
blobd8e21b9893972951bb3815ee9a91c59cc8b90eac
1 2002-01-04  Jason Thorpe  <thorpej@wasabisystems.com>
3         * configure.tgt (x86_64-*-netbsd*): New target.
5 2001-12-21  Tom Rix  <trix@redhat.com>
7         (gld*_create_output_section_statements): New function.
8         For -binitfini support.
9         * emultempl/aix.em (gld*_before_parse): Fix comment.
10         * emultempl/aix.em (gld*_parse_args): Fix comment.
12 2001-12-20  Jason Thorpe  <thorpej@wasabisystems.com>
14         * configure.tgt (mips*-dec-netbsd*): Delete alias for
15         mips*el-*-netbsd*.
16         (sparc64-*-netbsd*): Add elf32_sparc to targ_extra_emuls.
18         * configure.tgt (arm-*-netbsdelf*): Add target.
19         (arm-*-netbsd*): Add armelf and armelf_nbsd to targ_extra_emuls.
20         * emulparams/armelf_nbsd.sh: Added.
21         * Makefile.am: Add rules for earmelf_nbsd.
22         * Makefile.in: Regenerate.
24 2001-12-19  Andreas Jaeger  <aj@suse.de>,
25             Susanne Oberhauser <froh@suse.de>
27         * configure.host: Add rules for x86_64-*linux-gnu.  Change
28         s390x-linux entry to use gcc to report configuration, replace gcc
29         with $CC in s390-linux
31 2001-12-19  Andreas Jaeger  <aj@suse.de>
33         * ld.texinfo (VERSION): Fix markup.
35 2001-12-18  matthew green  <mrg@eterna.com.au>
37         * Makefile.am (ALL_EMULATIONS): Add m68kelfnbsd.o.
38         (m68kelfnbsd.c): New rule.
39         * Makefile.in: Regenerate.
40         * configure.tgt (m68*-hp-netbsd*): Renamed to ..
41         (m68*-*-netbsd*4k*): .. this.
42         (m68*-*-netbsdelf*): New target.
43         (m68*-*-netbsd*): Also include ELF support.
44         (m68*-*-netbsdaout*): New alias for m68*-*-netbsd*.
45         * emulparams/m68kelfnbsd.sh: New emulation.
47 2001-12-18  Jakub Jelinek  <jakub@redhat.com>
49         * ldgram.y (vers_node): Support anonymous version tags.
50         * ldlang.c (lang_register_vers_node): Ensure anonymous version
51         tag is not defined together with non-anonymous versions.
52         * ld.texinfo: Document it.
54 2001-12-18  Nick Clifton  <nickc@cambridge.redhat.com>
56         * po/tr.po: New file: Turkish translation.
57         * configure.in (ALL_LINGUAS): Add tr.
58         * configure: Regenerate.
60 2001-12-17  Jason Thorpe  <thorpej@wasabisystems.com>
62         * Makefile.am: Add rules for eelf64alpha_nbsd.
63         * Makefile.in: Regenerate.
64         * configure.tgt (alpha*-*-netbsd*): Set
65         targ_emul to elf64alpha_nbsd.
66         * emulparams/elf64alpha_nbsd.sh: Added.
68 2001-12-17  Alan Modra  <amodra@bigpond.net.au>
70         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Adjust
71         section_tail when fiddling with section list.
72         (gld${EMULATION_NAME}_list_options): Ensure sentences aren't
73         broken into separate strings to make translation easier.
74         * emultempl/mmo.em (mmo_place_orphan): Adjust section_tail when
75         fiddling with section list.
76         * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
78 2001-12-16  Hans-Peter Nilsson  <hp@bitrange.com>
80         * scripttempl/mmo.sc: Add .debug_ranges to listed sections.
82 2001-12-15  Alan Modra  <amodra@bigpond.net.au>
84         * ldmain.c (main): Initialise link_info.eh_frame_hdr.
86 2001-12-13  Jakub Jelinek  <jakub@redhat.com>
88         * emultempl/elf32.em (finish): Supply output_bfd
89         to bfd_elf*_discard_info.
90         (OPTION_EH_FRAME_HDR): Define.
91         (longopts): Add --eh-frame-hdr.
92         (parse_args): Handle it.
93         (list_options): Add --eh-frame-hdr to help.
94         * emultempl/hppaelf.em (finish): Supply output_bfd
95         to bfd_elf*_discard_info.
96         * scripttempl/elf.sc (.eh_frame_hdr): Add.
98 2001-12-13  Alan Modra  <amodra@bigpond.net.au>
100         * lexsup.c (parse_args): Don't pass shortopts to second call to
101         getopt functions.  Restore optind rather than decrementing before
102         second call.  Remove errind as it now duplicates last_optind.
104 2001-12-11  Christopher Faylor  <cgf@redhat.com>
106         * emultempl/pe.em (gld_${EMULATION_NAME}_list_options): Fix typo.
108 2001-12-07  Geoffrey Keating  <geoffk@redhat.com>
109             Richard Henderson  <rth@redhat.com>
111         * Makefile.am: Add support for xstormy16.
112         * configure.tgt: Add support for xstormy16.
113         * Makefile.in: Regenerate.
114         * emulparams/elf32xstormy16.sh: New file.
115         * scripttempl/xstormy16.sc: New file.
117 2001-10-01  Christopher Faylor <cgf@cygnus.com>
119         * Makefile.in (LIB_PATH): Make configurable.
120         (GENSCRIPTS): Set LIB_PATH in environment.
121         * configure.in: Substitute LIB_PATH.
122         * configure: Regenerate.
123         * configure.tgt (*cygwin): Set LIB_PATH for cross build.
124         * configure.host (*cygwin): Add /usr/lib/w32api to NATIVE_LIB_DIRS.
126 2001-12-07  Nick Clifton  <nickc@cambridge.redhat.com>
128         * lexsup.c (ld_options): Insert 'PROGRAM' into the text string
129         describing the -N option so that it is easier to translate into
130         foreign languages.
132 2001-12-05  Nick Clifton  <nickc@cambridge.redhat.com>
134         * emultempl/pe.em (..._list_options): Replace multiple fprintf
135         statements describing a single option with a single, newline
136         escaped fprintf.  This allows better translation into other
137         languages.
139         * ldmain.c (add_archive_element): Combine multiple strings
140         into a single string to permit better translation into other
141         languages.
143 2001-12-05  Tom Rix  <trix@redhat.com>
145         * Makefile.am: Remove eaixppc64.
146         * Makefile.in: Regenerate.
148 2001-12-04  Tom Rix  <trix@redhat.com>
150         * emultempl/aix.em (choose_target): Change default target to
151         OUTPUT_FORMAT for ppcmacos.  Add braces to remove compiler
152         warning.
153         (gld*_read_file):  Fix typo.
154         (change_symbol_mode): Add prototype.
155         (is_syscall): Same.
157         * emulparams/aixppc.sh (SYSCALL_MASK, SYMBOL_MODE_MASK): Delete.
158         * emulparams/aixrs6.sh : Same.
159         * emulparams/ppcmacos.sh : Same.
160         * emulparams/aixppc64.sh : Delete file.
161         * emultempl/aix.em : Formatting changes.
163 2001-12-04  Hans-Peter Nilsson  <hp@axis.com>
165         * emulparams/criself.sh (NO_SMALL_DATA): Set, to yes.
166         (OTHER_BSS_END_SYMBOLS): Don't refer to .sbss when setting
167         __Sbss.
168         (OTHER_END_SYMBOLS): Fix formatting.
169         * emulparams/crislinux.sh (NO_SMALL_DATA): Set, to yes.
170         (OTHER_END_SYMBOLS): Fix formatting.
172 2001-12-04  Alan Modra  <amodra@bigpond.net.au>
174         * ldexp.c (exp_print_token): Correct "table" entry for RSHIFT.
176 2001-12-02  Tom Rix  <trix@redhat.com>
178         * configure.tgt : Remove eaixppc64 emulations.
179         * Makefile.in : Remove eaixppc64.c
180         * ldemul.c (ldemul_choose_target): New parameters argc, argv.
181         (ldemul_default_target): Same.
182         * emultempl/gld960.em (gld960_choose_target):  Same.
183         * emultempl/gld960c.em (gld960_choose_target):  Same.
184         * scripttempl/aix.sc: Remove OUTPUT_FORMAT.
185         * emultempl/aix.em (is_syscall): syscall_mask now a variable.
186         * emultempl/aix.em (gld*_read_file): symbol_mode_mask now a variable.
187         * emultempl/aix.em (gld*_parse_args): Handle -b32 -b64 emulation.
188         * emultempl/aix.em (choose_target): New function.  Handle emulation of
189         -b32 and -b64.
191 2001-11-27  H.J. Lu <hjl@gnu.org>
193         * emulparams/elf_i386.sh (NO_SMALL_DATA): Set to yes.
194         * emulparams/elf_i386_be.sh (NO_SMALL_DATA): Likewise.
195         * emulparams/elf_i386_chaos.sh (NO_SMALL_DATA): Likewise.
196         * emulparams/elf_i386_ldso.sh (NO_SMALL_DATA): Likewise.
197         * emulparams/elf_x86_64.sh (NO_SMALL_DATA): Likewise.
198         * emulparams/m68kelf.sh (NO_SMALL_DATA): Likewise.
199         * emulparams/elf32_sparc.sh (NO_SMALL_DATA): Likewise.
200         * emulparams/elf64_sparc.sh (NO_SMALL_DATA): Likewise.
202         * scripttempl/elf.sc (SBSS): New. Define if ${NO_SMALL_DATA}
203         is not empty.
204         (SDATA): Likewise.
205         (REL_SDATA): Likewise.
206         (REL_SBSS): Likewise.
207         (REL_SDATA2): Likewise.
208         (REL_SBSS2): Likewise.
209         (SBSS2): Define if ${NO_SMALL_DATA} is not empty.
210         (SDATA2): Likewise.
212 2001-11-25  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
214         * scripttempl/elfm68hc11.sc (CTOR, DTOR): Put constructor and
215         destructor in rom.
216         * scripttempl/elfm68hc12.sc (CTOR, DTOR): Likewise.
218 2001-11-22  H.J. Lu  <hjl@gnu.org>
220         * Makefile.in: Regenerated with automake based on automake
221         1.4-8 in RedHat 7.1.
223 2001-11-22  Alan Modra  <amodra@bigpond.net.au>
225         * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Define.
226         (config.status): Delete rule.
227         Add extra dependencies to cover sourced emulparams files.
228         * Makefile.in: Regenerate.
230         * scripttempl/elf.sc: Order <section>, <section>.* and
231         corresponding linkonce sections as seen in input files.
232         Formatting fixes.  Zero vma of all sections if not relocating.
233         (STACK): Define and insert if STACK_ADDR defined.
234         (OTHER_RELOCATING_SECTIONS): Delete.
235         (OTHER_END_SYMBOLS): Define.
236         (OTHER_READONLY_SECTIONS): Always insert, not just when relocating.
237         (OTHER_READWRITE_SECTIONS): Likewise.
238         (OTHER_GOT_SECTIONS): Likewise.
239         (OTHER_SDATA_SECTIONS): Likewise.
240         (OTHER_BSS_SECTIONS): Likewise.
241         * scripttempl/elfi370.sc (OTHER_READONLY_SECTIONS): Likewise.
242         (OTHER_READWRITE_SECTIONS): Likewise.
243         * scripttempl/nw.sc (OTHER_READONLY_SECTIONS): Likewise.
244         (OTHER_READWRITE_SECTIONS): Likewise
246         * emulparams/armelf.sh (OTHER_RELOCATING_SECTIONS): Delete.
247         (STACK_ADDR): Define.
248         * emulparams/armelf_oabi.sh: As for armelf.sh.
249         * emulparams/elf32mcore.sh: As for armelf.sh.
250         * emulparams/h8300elf.sh: As for armelf.sh.
251         * emulparams/mn10200.sh: As for armelf.sh.
252         * emulparams/shelf.sh: As for armelf.sh.
254         * emulparams/elf32fr30.sh (OTHER_RELOCATING_SECTIONS): Delete.
255         (OTHER_END_SYMBOLS): Define.
256         * emulparams/m32relf.sh: As for elf32fr30.sh.
257         * emulparams/h8300helf.sh: As for elf32fr30.sh.
258         * emulparams/h8300self.sh: As for elf32fr30.sh.
260         * emulparams/criself.sh (OTHER_READONLY_SECTIONS): Protect symbol
261         defines with RELOCATING test.
262         (OTHER_SDATA_SECTIONS): Likewise.
263         (OTHER_RELOCATING_SECTIONS): Delete, replacing with..
264         (OTHER_END_SYMBOLS): ..this.
265         * emulparams/crislinux.sh: As for criself.sh.
267         * emulparams/elf32bmipn32.sh (OTHER_SDATA_SECTIONS): Zero vma
268         if not relocating.
269         (OTHER_RELOCATING_SECTIONS): Delete, replacing with..
270         (OTHER_SECTIONS): ..this.  Zero vma if not relocating.  Order
271         normal and linkonce sections as seen in input files.
272         * emulparams/elf32bmip.sh (DATA_ADDR): Don't define if EMBEDDED.
273         (TEXT_DYNAMIC): Likewise.
274         (INITIAL_READONLY_SECTIONS): Zero vma if not relocating.
275         (OTHER_SDATA_SECTIONS): Likewise.
276         * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
277         * emulparams/shlelf_linux.sh (OTHER_READWRITE_SECTIONS): Likewise.
278         * emulparams/elf64alpha.sh (OTHER_READONLY_SECTIONS): Likewise.
279         * emulparams/hppalinux.sh (OTHER_READONLY_SECTIONS): Likewise.
280         * emulparams/elf64_aix.sh (OTHER_GOT_SECTIONS): Likewise.
281         (OTHER_PLT_RELOC_SECTIONS): Likewise.
282         (OTHER_READONLY_SECTIONS): Likewise.  Order normal and linkonce
283         sections as seen in input files.
284         * emulparams/elf64_ia64.sh: As for emulparams/elf64_aix.sh.
285         * emulparams/hppa64linux.sh (OTHER_READONLY_SECTIONS): Zero vma
286         if not relocating.
287         (OTHER_READWRITE_SECTIONS, OTHER_BSS_SECTIONS): Likewise.
288         (OTHER_BSS_END_SYMBOLS): Merge from elf64hppa.sh.
289         * emulparams/elf64mmix.sh (OTHER_RELOCATING_SECTIONS): Delete.
290         (OTHER_SECTIONS): Instead, use this..
291         (OTHER_END_SYMBOLS): ..and this.
293         * emulparams/elf32b4300.sh: Source elf32bmip.sh, remove duplicates.
294         * emulparams/elf32bsmip.sh: Likewise.
295         * emulparams/elf32btsmip.sh: Likewise.
296         * emulparams/elf32ebmip.sh: Likewise.
297         * emulparams/elf32lmip.sh: Likewise.
298         * emulparams/elf32elmip.sh: Source elf32lmip.sh, remove duplicates.
299         * emulparams/elf32lsmip.sh: Likewise.
300         * emulparams/elf32ltsmip.sh: Source elf32btsmip.sh, remove duplicates.
301         * emulparams/elf32l4300.sh: Source elf32b4300.sh, remove duplicates.
302         * emulparams/elf64bmip.sh: Source elf32bmipn32.sh, remove duplicates.
303         * emulparams/elf64btsmip.sh: Likewise.
304         * emulparams/elf64ltsmip.sh: Source elf64btsmip.sh, remove duplicates.
305         * emulparams/elf32lppc.sh: Source elf32ppc.sh, remove duplicates.
306         * emulparams/elf32ppclinux.sh: Likewise.
307         * emulparams/elf32ppcsim.sh: Likewise.
308         * emulparams/elf32lppcsim.sh: Source elf32lppc.sh, remove duplicates.
309         * emulparams/elf64hppa.sh: Source hppa64linux.sh, remove duplicates.
310         * emulparams/h8300helf.sh: Source h8300elf.sh, remove duplicates.
311         * emulparams/h8300self.sh: Likewise.
312         * emulparams/mn10300.sh: Source mn10200.sh, remove duplicates.
313         * emulparams/sh.sh: Comment.
314         * emulparams/shl.sh: Source sh.sh, remove duplicates.
315         * emulparams/shlelf.sh: Source shelf.sh, remove duplicates.
316         * emulparams/shelf_linux.sh: Source shlelf_linux.sh, remove duplicates.
318 2001-11-21  David Heine <dlheine@tensilica.com>
319             Alan Modra  <amodra@bigpond.net.au>
321         * ldlang.c (map_input_to_output_sections): Replace "break"
322         accidentally removed with 2001-08-03 change.
323         (lang_gc_sections_1): Likewise.
325 2001-11-21  Alan Modra  <amodra@bigpond.net.au>
327         * ldlang.c (walk_wild_section): Move sec == NULL case out of loop.
329 2001-11-20  Angela Marie Thomas <angela@redhat.com>
331         * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Use NULL instead
332         of false when calling lang_size_sections.
333         * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise.
335 2001-11-15  Alan Modra  <amodra@bigpond.net.au>
337         * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Only emit this
338         function when LDEMUL_FINISH isn't set to the same name.  Don't
339         call ${LDEMUL_FINISH}.
340         (ld_${EMULATION_NAME}_emulation): Call $LDEMUL_FINISH if defined.
341         * emultempl/armelf.em (arm_elf_finish): Call
342         gld${EMULATION_NAME}_finish.
343         * emultempl/hppaelf.em (hppaelf_finish): Rename to
344         gld${EMULATION_NAME}_finish.  Call bfd_elf32_discard_info and
345         hppaelf_layout_sections_again if necessary.
346         (need_laying_out): New var.
347         (hppaelf_layaout_sections_again): Rename to
348         hppaelf_layout_sections_again.  Clear need_laying_out.
349         (PARSE_AND_LIST_OPTIONS): Format text.
351 2001-11-14  H.J. Lu  <hjl@gnu.org>
353         * emultempl/armelf.em (arm_elf_finish): Renamed from
354         gld${EMULATION_NAME}_finish.
355         (LDEMUL_FINISH): Set to arm_elf_finish.
357 2001-11-14  Daniel Jacobowitz  <drow@mvista.com>
359         * emultempl/elf32.em (gld${EMULATION_NAME}_finish): New.
360         (struct ld_emulation_xfer_struct): Use it.
362 Tue Nov 13 11:27:14 2001  Ross Alexander <ross.alexander@uk.neceur.com>
364         * emulparams/elf64hppa.sh (OTHER_BSS_END_SYMBOLS): Add
365         additional symbols referenced by newer crt0.o files from HP.
367 2001-11-12  Anthony Green  <green@redhat.com>
369         * emulparams/armelf.sh (DATA_START_SYMBOLS): New symbol.
371 2001-11-12  Alfred M. Szmidt  <ams@kemisten.nu>
373         * Makefile.am (GENSCRIPTS): Quote ${exec_prefix}.
374         * Makefile.in: Regenerate.
376 2001-11-02  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
378         * ld.texinfo: Use @command for commands, @option for options.
379         * Makefile.am (POD2MAN): Use 'GNU Development Tools' for
380         the page man title.
381         * Makefile.in: Rebuild.
383 2001-11-04  Chris Demetriou  <cgd@broadcom.com>
385         * configure.tgt (mips*el-*-netbsd*, mips*-*-netbsd*):
386         Add support for targets.
388 2001-11-02  Nick Clifton  <nickc@cambridge.redhat.com>
390         * configure.in (ALL_LINGUAS): Add "fr" and "sv"
391         * configure: Regernate.
392         * po/fr.po: New file.
393         * po/sv.po: New file.
395 2001-11-01  NIIBE Yutaka  <gniibe@m17n.org>
397         * configure.tgt (sh-*-linux): Set targ_emul, targ_extra_emuls
398         as little endian default and to support big endian.
400 2001-11-01  Chris Demetriou  <cgd@broadcom.com>
402         * ld.texinfo (Options): Document new option, -nostdlib.
403         * lexsup.c (OPTION_NOSTDLIB): New definition.
404         (ld_options): Add entry for "nostdlib".
405         (parse_args): Handle OPTIONS_NOSTDLIB.
406         * ldfile.c (ldfile_add_library_path): Don't add directories
407         to the search path if they weren't specified on the command line
408         and -nostdlib was specified.
409         * ld.h (ld_config_type): New member only_cmd_line_lib_dirs.
411 2001-10-31  Nick Clifton  <nickc@cambridge.redhat.com>
413         * lexsup.c (parse_args): Prevent infinite parsing loop when
414         "-rpath.a" is specified on the command line.
415         Replace calls to fprintf with calls to einfo.
417 2001-10-31  John Marshall  <jmarshall@acm.org>
419         * ld.texinfo: A historical requirement that MEMORY and SECTIONS
420         appear only once across all the linker scripts involved in a link
421         invocation no longer applies.  Make the documentation reflect
422         that.
424 2001-10-31  NIIBE Yutaka  <gniibe@m17n.org>
426         * configure.tgt: Supports sh3/sh4/sh3eb/sh4eb-unknown-linux-gnu
427         targets.
428         (sh-*-linux*): Added targ_extra_libpath.
430 2001-10-31  David Heine  <dlheine@tensilica.com>
432         * ldlang.c (lang_size_sections): Keep a valid output_offset field
433         for padding statements.
435 2001-10-30  Hans-Peter Nilsson  <hp@bitrange.com>
437         * configure.tgt (mmix-*-*): New target.
438         * Makefile.am (ALL_EMULATIONS): Add eelf64mmix.o and emmo.o.
439         Add dependencies to match.
440         * emulparams/mmo.sh, emulparams/elf64mmix.sh, emultempl/mmo.em,
441         emultempl/mmix-elfnmmo.em, emultempl/mmixelf.em,
442         scripttempl/mmo.sc: New files.
443         * gen-doc.texi: @set MMIX.
444         * ld.texinfo: Ditto.
445         [MMIX] Add MMIX node.
446         * Makefile.in: Regenerate.
448 2001-10-29  Kazu Hirata  <kazu@hxi.com>
450         * ldlang.c: Fix a comment typo.
452 2001-10-23  Alan Modra  <amodra@bigpond.net.au>
454         * configure.host: Move alpha*-*-linux-gnu* entry to generic
455         entries, and match *-*-linux*.
457 2001-10-20  Alan Modra  <amodra@bigpond.net.au>
459         * ldgram.y (mri_script_command): Surround processing of INCLUDE
460         with ldlex_script, ldlex_popstate.
461         (ifile_p1): Likewise.
462         * ldlex.l (EOF): Don't BEGIN(SCRIPT).  Restore lineno from the
463         correct slot.
464         (lex_push_file): Save current lineno to lineno_stack.  Set lineno
465         to 1.  Don't BEGIN(SCRIPT).
466         (lex_redirect): Similarly.
467         * ldmain.c (main): Set yydebug non-zero if YYDEBUG.
469 2001-10-20  Nick Clifton  <nickc@cambridge.redhat.com>
471         * scripttempl/armcoff.sc: Define __EH_FRAME_BEGIN__ and
472         __EH_FRAME_END__ and accept eh frames into data section.
473         Add ctor and dtor sections.
475 2001-10-19  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
477         * pe-dll.c (autofilter_objectlist): Add gcrt0.o.
478         (auto-export): Fix indentation.
480 2001-10-18  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
482         * pe-dll.c (autofilter_objectlist):  Add startup objects
483         for profiling.
484         (auto-export): Constify char * p.
485         Extract file basename and use strcmp rather than ststr
486         for object lookup.
488 2001-10-18  Chris Demetriou  <cgd@broadcom.com>
490         * ldmain.c (get_emulation): Improve comment about the handling
491         of -mipsN options.
493 2001-10-17  Alan Modra  <amodra@bigpond.net.au>
495         * po/POTFILES.in: Regenerate.
497 2001-10-16  Vassili Karpov  <malc@pulsesoft.com>
499         * emultempl/elf32.em (gld*_list_options): Remove extra '\t' from
500         -z nocopyreloc and -z nocombreloc usage strings.
502 2001-10-12  Vassili Karpov  <malc@pulsesoft.com>
504         * emultempl/elf32.em (gld*_list_options): Include -z nocopyreloc
505         in usage.
507 2001-10-11  Aleksey Romanov <aromanov@ennovatenetworks.com>
509         * scripttempl/armaout.sc: Place .bss section after end of aligned
510         data section to match behaviour of aout code in constructrion of
511         header.
513 2001-10-11  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
515         * pe-dll.c (autofilter_entry_type autofilter_liblist: Add
516         startup files for mingw32 dlls to list.
518 2001-10-10  Chris Demetriou  <cgd@broadcom.com>
520         * emultempl/elf32.em: Fix shell 'if' usage for portability.
522 2001-10-08  Aldy Hernandez  <aldyh@redhat.com>
524         * configure.tgt (targ): Add arm9e-*-elf.
526 2001-10-05  H.J. Lu  <hjl@gnu.org>
528         * genscripts.sh: Fix a typo in the last change.
530 2001-10-05  Jakub Jelinek  <jakub@redhat.com>
532         * emultempl/elf32.em (gld_*_list_options): Include -z combreloc and
533         -z nocombreloc in usage.
535 2001-10-03  Jim Blandy  <jimb@redhat.com>
537         * genscripts.sh: Include a comment at the top of each generated
538         script, explaining its purpose.
540 2001-10-03  Vassili Karpov  <malc@pulsesoft.com>
542         * emultempl/elf32.em (parse_args): Handle -z nocopyreloc.
543         * NEWS: Mention -z nocopyreloc.
544         * ld.texinfo (Options): Describe nocopyreloc.
546 2001-10-03  Alan Modra  <amodra@bigpond.net.au>
548         * configure: Regenerate.
550 2001-10-02  Alan Modra  <amodra@bigpond.net.au>
552         * ldver.h (ld_program_version): Remove declaration.
553         * lexsup.c (parse_args): Move printing of copyright message..
554         * ldver.c (ldversion): .. to here.
555         Use BFD_VERSION_STRING in place of BFD_VERSION.
556         (ld_program_version): Remove.
557         * Makefile.am (Makefile): Depend on bfd/configure.in.
558         Run "make dep-am".
559         * Makefile.in: Regenerate.
561 2001-09-30  Hans-Peter Nilsson  <hp@bitrange.com>
563         * Makefile.am: Update dependencies with "make dep-am".
564         * Makefile.in: Regenerate.
566 2001-09-29  John Reiser  <jreiser@BitWagon.com>
568         * ldlang.c (lang_common): Conditionally inhibit Common allocation.
569         * lexsup.c: Add --no-define-common commandline option.
570         * ldgram.y: Add INHIBIT_COMMON_ALLOCATION script command.
571         * ldlex.l: Likewise.
572         * ld.h: Add command_line.inhibit_common_definition.
573         * ldmain.c (main): Initialize.
574         * ld.texinfo: Document.
576 2001-09-26  Alan Modra  <amodra@bigpond.net.au>
578         * ldmisc.c (USE_STDARG): Remove.
579         (info_msg): Define using VPARAMS, VA_OPEN, VA_FIXEDARG, VA_CLOSE.
580         (einfo): Likewise.
581         (minfo): Likewise.
582         (lfinfo): Likewise.
584         * ldmisc.h: Remove #ifdef ANSI_PROTOTYPES and non-ansi
585         declarations.  Update copyright.
587 2001-09-24  Charles Wilson  <cwilson@ece.gatech.edu>
589         * pe-dll.c: Remove obsoleted declaration of
590         pe_get_data_import_dll_name.
591         (pe_create_import_fixup): Fix thinko.
593         * ld.texinfo(enable-auto-import): Clarify the explanation.
595 2001-09-24  Nick Clifton  <nickc@cambridge.redhat.com>
597         * pe-dll.c (pe_create_import_fixup): Revert previous patch.
598         * emultemp/pe.em (pe_data_import_dll): Move definition outside of
599         DLL_SUPPORT controlled code.
601 2001-09-24  Charles Wilson  <cwilson@ece.gatech.edu>
603         * emultempl/pe.em(pe_data_import_dll): Make static.
604         (pe_get_data_import_dll_name): New accessor function.
605         * pe-dll.c(pe_create_import_fixup): call
606         pe_get_data_import_dll_name() from pe.em, instead of
607         directly accessing pe_data_import_dll variable from pe.em.
609 2001-09-18  Bruno Haible  <haible@clisp.cons.org>
611         * deffilep.y: Include "safe-ctype.h" instead of <ctype.h>.
612         (def_file_add_directive): Use ISSPACE instead of isspace.
613         (def_lex): Use ISDIGIT/ISXDIGIT/ISALPHA/ISALNUM instead of
614         isdigit/isxdigit/isalpha/isalnum.
615         * emultempl/aix.em: Include "safe-ctype.h" instead of <ctype.h>.
616         (gld${EMULATION_NAME}_read_file): Use ISSPACE instead of isspace.
617         * emultempl/elf32.em: Include "safe-ctype.h" instead of <ctype.h>.
618         (gld${EMULATION_NAME}_place_orphan): Use ISALNUM instead of
619         isalnum.
620         * emultempl/gld960c.em: Include "safe-ctype.h" instead of <ctype.h>.
621         (gld960_set_output_arch): Use ISUPPER/TOLOWER instead of
622         isupper/tolower.
623         * emultempl/sunos.em: Include "safe-ctype.h" instead of <ctype.h>.
624         (gld${EMULATION_NAME}_search_dir): Use ISDIGIT instead of isdigit.
625         * ldctor.c: Include "safe-ctype.h" instead of <ctype.h>.
626         (ctor_prio): Use ISDIGIT instead of isdigit.
627         * ldfile.c: Include "safe-ctype.h" instead of <ctype.h>.
628         (ldfile_open_file_search): Use ISALPHA instead of isalpha.
629         (ldfile_add_arch): Use ISUPPER/TOLOWER instead of
630         isupper/tolower.
631         * ldlang.c: Include "safe-ctype.h" instead of <ctype.h>.
632         (stricpy): Use TOLOWER instead of isupper/tolower.
633         (lang_leave_overlay_section): Use ISALNUM instead of isalnum.
634         * ldlex.l: Include "safe-ctype.h" instead of <ctype.h>.
635         (lex_warn_invalid): Use ISPRINT instead of isprint.
636         * ldmain.c: Include "safe-ctype.h" instead of <ctype.h>.
637         (main): For gettext, also set the LC_CTYPE locate facet.
638         (add_keepsyms_file): Use ISSPACE instead of isspace.
639         * lexsup.c: Include "safe-ctype.h" instead of <ctype.h>.
640         (is_num, parse_args): Use ISDIGIT instead of isdigit.
641         * mpw-elfmips.c: Include "safe-ctype.h" instead of <ctype.h>.
642         (gldelf32ebmip_place_orphan): Use ISALNUM instead of isalnum.
643         * mpw-eppcmac.c: Include "safe-ctype.h" instead of <ctype.h>.
644         (gldppcmacos_read_file): Use ISSPACE instead of isspace.
645         * pe-dll.c: Include "safe-ctype.h" instead of <ctype.h>.
646         (quoteput): Use ISSPACE instead of isspace.
647         (pe_dll_generate_implib, pe_process_import_defs): Use ISALNUM
648         instead of isalnum.
650 2001-09-18  Alan Modra  <amodra@bigpond.net.au>
652         * deffilep.y (def_stash_module): Constify "name" param.
654         * pe-dll.c: Replace CONST with const throughout.
655         (quick_symbol): Constify "n1", "n2", "n3" params.
656         (make_singleton_name_thunk): Constify "import" param.  Make
657         "buffer_len" a size_t.
658         (make_import_fixup_entry): Constify "name", "fixup_name",
659         "dll_symname" params.
660         (pe_get16): Cast args of bfd_seek.  Replace bfd_read with bfd_bread.
661         (pe_get32): Likewise.
662         (pe_implied_import_dll): Likewise.
664         * emultempl/beos.em (sort_by_file_name): Constify "ra", "rb".
665         (sort_by_section_name): Likewise.
667         * emultempl/pe.em: Move defines for arm_epoc_pe before bfd.h included.
668         (make_import_fixup): Cast printf arg, rel->address to long rather
669         than int.
670         (gld_${EMULATION_NAME}_after_open): Don't compare NULL against int.
672 2001-09-15  Alan Modra  <amodra@bigpond.net.au>
674         * ldmain.c (main): Rename BufferSize to ld_bufsz because HPUX
675         defines BufferSize.  Increase buffer size by one.
677 2001-09-14  Ralf Habacker <Ralf.Habacker@freenet.de>
679         * pe-dll.c (pe_walk_relocs_of_symbol): Fix memory leak.
681 2001-09-14  Kevin Lo <kevlo@openbsd.org>
683         * configure.tgt: Add arm-openbsd target.
685 2001-09-12  H.J. Lu  <hjl@gnu.org>
687         * Makefile.am (ALL_EMULATIONS): Move eelf64ppc.o and
688         eelf64lppc.o to ...
689         (ALL_64_EMULATIONS): Here.
690         * Makefile.in: Regenerated.
692 2001-09-12  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
694         * emultempl/pe.em(make_import_fixup): change signature to
695         take asection as well as arelec; we need this for proper
696         error reporting.  Only call pe_create_import_fixup() if
697         there is no attempt to add a constant addend to the reloc;
698         otherwise, report error condition.
699         * pe-dll.c(pe_walk_relocs_of_symbol): change signature,
700         since final argument is a pointer to make_import_fixup().
701         Change call to cb() to match make_import_fixup() signature.
702         (make_import_fixup_mark): make buffer_len unsigned.
703         * pe-dll.h: change signature of pe_walk_relocs_of_symbol.
705 2001-09-12  Charles Wilson  <cwilson@ece.gatech.edu>
707         * ld.texinfo: add verbose documentation for auto-import
708         direct-addressing workaround, to compliment the terse
709         error message.
711 2001-09-12  Andrew MacLeod  <amacleod@redhat.com>
713         * scripttempl/v850.sc: Add gcc_except_table sections.
715 Fri Sep  7 11:34:24 2001  Jeffrey A Law  (law@cygnus.com)
717         * emulparams/h8300helf.sh: Move stack to a much higher memory address.
718         * emulparams/h8300self.sh: Similarly.
720 2001-09-05 Danny Smith <dannysmith@users.souceforge.net>
722         * ld.texinfo (Options, --stack): Correct default value for stack
723         reserve.
725 2001-09-05  Tom Rix <trix@redhat.com>
727         * emultempl/aix.em : Handle import file XMC_XO and syscall symbols.
729 2001-09-03  Andreas Jaeger  <aj@suse.de>
731         * emultempl/beos.em: Declare prototypes for comparions functions,
732         adjust definitions.
734 2001-09-02  Andreas Jaeger  <aj@suse.de>
736         * emultempl/aix.em: Add missing prototype.
737         * emultempl/lnk960.em: Likewise.
738         * emultempl/vanilla.em: Likewise.
739         * emultempl/armcoff.em: Likewise.
740         * emultempl/armelf_oabi.em: Likewise.
741         * emultempl/beos.em: Likewise.
742         * emultempl/gld960c.em: Likewise.
743         * emultempl/gld960.em: Likewise.
745         * emulparams/elf64alpha.sh (PARSE_AND_LIST_PROLOGUE): Add parameter
746         for prototype declaration.
748 2001-08-31  Eric Christopher  <echristo@redhat.com>
749             Jason Eckhardt  <jle@redhat.com>
751         * ldmain.c (get_emulation): Add support for -mips32 and -mips64.
753 2001-08-31  Andreas Jaeger  <aj@suse.de>
755         * emultempl/pe.em: Add missing prototypes.
756         (gld_${EMULATION_NAME}_after_open): Remove extra args to
757         pe_find_data_imports.
758         (pr_sym): Add unused attribute.
760 2001-08-29  Joel Sherrill <joel@OARcorp.com>
762         * configure.tgt (i[3456]86-*-rtems*, m68*-*-rtems*): Change
763         default from coff to elf.
765 2001-08-29  Jeff Law <law@redhat.com>
767         * emulparams/h8300helf.sh: Resync with h8300elf.sh.  Update
768         ARCH specification.
769         * emulparams/h8300self.sh: Similarly.
771 Wed Aug 28 13:37:20 2001  J"orn Rennecke <amylaar@redhat.com>
773         * Makefile.am (ALL_EMULATIONS): Add eh8300elf.o, eh8300elf.o and
774         eh8300self.o .
775         (eh8300elf.c, eh8300helf.c, eh8300self.c): New targets.
776         * configure.tgt (h8300-*-elf*): New case.
777         * emulparams/h8300elf.sh, emulparams/h8300helf.sh: New files.
778         * emulparams/h8300self.sh: New file.
779         * Makefile.in: Regenerated.
781 2001-08-28  Nick Clifton  <nickc@cambridge.redhat.com>
783         * ldmain.c (main): Rename BSIZE to BufferSize to avoid collision
784         with macro name.
786 2001-08-27  Linus Nordberg  <linus@swox.com>
787             Alan Modra  <amodra@bigpond.net.au>
789         * Makefile.am (ALL_EMULATIONS): Add eelf64ppc.o and eelf64lppc.o.
790         (eelf64ppc.c, eelf64lppc.c): Add make targets.
791         Run "make dep-am"
792         * Makefile.in: Regenerate.
793         * configure.tgt: Add powerpc64 support.  Move pdp11, pjl, pj
794         entries to correct alphabetical position.
795         * emulparams/elf64ppc.sh: New.
796         * emulparams/elf64lppc.sh: New.
798 2001-08-27  Nick Clifton  <nickc@cambridge.redhat.com>
800         * ldmain.c (main): Declare BSIZE as static.
802 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
804         * emultempl/elf32.em (place_orphan): Place orphan .rel* sections
805         into .rel.dyn resp. .rela.dyn if combreloc.
806         (get_script): If .x linker script is equal to .xn, only put it
807         once into the binary.
808         Add .xc and .xsc scripts.
809         (parse_args): Handle -z combreloc and -z nocombreloc.
810         * scripttempl/elf.sc (.rela.sbss): Fix a typo.
811         For .xc and .xsc scripts put all .rel* or .rela* input sections
812         but .rel*.plt and PLT-like sections into .rel.dyn resp. .rela.dyn.
813         * genscripts.sh (GENERATE_COMBRELOC_SCRIPT): Set if SCRIPT_NAME
814         is elf.
815         Strip trailing whitespace from script.
816         Generate .xc and .xsc scripts if requested.
817         * ldmain.c (main): Initialize link_info.combreloc and
818         link_info.spare_dynamic_tags.
819         * lexsup.c (OPTION_SPARE_DYNAMIC_TAGS): Define.
820         (ld_options): Add --spare-dynamic-tags option.
821         (parse_args): Likewise.
822         * ld.texinfo: Document -z combreloc and -z nocombreloc.
823         * ldint.texinfo: Document .xc and .xsc linker scripts.
824         * NEWS: Add notes about -z combreloc and SHF_MERGE.
826 2001-08-22  H.J. Lu  <hjl@gnu.org>
828         * emulparams/elf32fr30.sh: Add a newline.
830 2001-08-21  Andreas Jaeger  <aj@suse.de>
832         * deffilep.y: Add missing prototypes.
833         * pe-dll.c: Likewise.
835 2001-08-20  Alan Modra  <amodra@bigpond.net.au>
837         * ldlang.c (insert_pad): Fix typos in last patch.
839         * ldlang.c: When traversing lang_statement_union_type lists,
840         consistently use "header.next" rather than "next".
841         * mpw-eppcmac.c: Likewise.
842         * emultempl/beos.em: Likewise.
843         * emultempl/hppaelf.em: Likewise.
844         * emultempl/pe.em: Likewise.
845         * ldlang.h (union lang_statement_union): Remove "next" field.
847         * ldlang.c (insert_pad): Use offsetof macro.
848         (lang_size_sections): Always neuter padding statements.
849         * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Delete.
851         * pe-dll.c (pe_dll_fill_sections): Correct type of "relax" param
852         passed to lang_size_sections.
853         (pe_exe_fill_sections): Likewise.
854         * emultempl/pe.em (output_prev_sec_find): Copied from elf32.em.
855         (gld_${EMULATION_NAME}_place_orphan): Merge from elf32.em.
857 2001-08-18  Alan Modra  <amodra@bigpond.net.au>
859         * emultempl/aix.em: Formatting fixes.
861 2001-08-18  Alan Modra  <amodra@bigpond.net.au>
863         * ldlang.c (insert_pad): Make use of an existing pad statement if
864         available.  Move code calculating alignment, adjusting section
865         alignment power, and adjusting dot to ..
866         (size_input_section): .. here.  Remove unused relax param.
867         (lang_size_sections): Change boolean `relax' param to boolean *.
868         Adjust call to size_input_section.  Make use of insert_pad to
869         place pad after the assignment statement.  If relaxing, zap
870         padding statements.
871         (reset_memory_regions): Reset output_bfd section sizes too.
872         (relax_again): Move to..
873         (lang_process): ..here.  Adjust call to lang_size_sections, and
874         remove duplicated code.
875         * ldlang.h (lang_size_sections): Change `relax' param to boolean *.
877 2001-08-17  Alan Modra  <amodra@bigpond.net.au>
879         * ld.texinfo: Document that fill values now use the four least
880         significant bytes.
881         * emulparams/elf32fr30.sh (NOP): Update.
882         * emulparams/elf32mcore.sh: Likewise.
883         * emulparams/elf64_s390.sh: Likewise.
884         * emulparams/elf_i386.sh: Likewise.
885         * emulparams/elf_i386_be.sh: Likewise.
886         * emulparams/elf_i386_chaos.sh: Likewise.
887         * emulparams/elf_i386_ldso.sh: Likewise.
888         * emulparams/elf_s390.sh: Likewise.
889         * emulparams/elf_x86_64.sh: Likewise.
890         * emulparams/i386moss.sh: Likewise.
891         * emulparams/i386nw.sh: Likewise.
892         * emulparams/m68kelf.sh: Likewise.
893         * scripttempl/elf.sc: Update NOP comment.
894         * scripttempl/elfi370.sc: Likewise.
895         * scripttempl/elfm68hc11.sc: Likewise.
896         * scripttempl/elfm68hc12.sc: Likewise.
897         * scripttempl/nw.sc: Likewise.
899 2001-08-15  Tom Rix <trix@redhat.com>
901         * ldgram.y (saved_script_handle): Initialize to NULL.
902         * ldmain.c (main): Change check on saved_script_handle.
904 2001-08-14  Alan Modra  <amodra@bigpond.net.au>
906         * emultempl/elf32.em: Formatting fixes.
907         (output_prev_sec_find): Test for bfd_ind_section too;  do so by
908         looking at sec->owner.
909         (output_rel_find): Move function inside LDEMUL_PLACE_ORPHAN test.
910         (gld${EMULATION_NAME}_place_orphan): Add a few comments.  Remove
911         unused code, and reorganize orphan section placement code.
913         * ldlang.c (wild_doit): Rename to lang_add_section.
914         * ldlang.h: Here too.
915         * mpw-elfmips.c: And here.
916         * emultempl/beos.em: And here.
917         * emultempl/elf32.em: And here.
918         * emultempl/hppaelf.em: And here.
919         * emultempl/pe.em: And here.
921 2001-08-13  Richard Henderson  <rth@redhat.com>
923         * emultempl/needrelax.em: New file.
924         * emulparams/elf64_ia64.sh (EXTRA_EM_FILE): Reference it.
925         * Makefile.am (eelf64_ia64.c): Depend on it.
926         * Makefile.in: Rebuild.
928 2001-08-13  Alan Modra  <amodra@bigpond.net.au>
930         * emultempl/elf32.em: For SEC_EXCLUDE sections, ensure that
931         output_section is set non-NULL.
933         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Return
934         `true' for SEC_EXCLUDE sections so that the generic code doesn't
935         needlessly create an output_section_statement.  Treat a correctly
936         named output_section_statement with NULL bfd_section as compatible.
938 2001-08-13  Hans-Peter Nilsson  <hp@bitrange.com>
940         * emultempl/generic.em: Support EXTRA_EM_FILE.
941         (ld_${EMULATION_NAME}_emulation): Support emulation parameters
942         LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
943         LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
944         LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
945         LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
946         LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
947         LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
948         LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
949         LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
950         LDEMUL_FIND_POTENTIAL_LIBRARIES.
952 2001-08-12  Richard Henderson  <rth@redhat.com>
954         * scripttempl/elf.sc, scripttempl/elfd30v.sc,
955         scripttempl/elfm68hc11.sc, scripttempl/elfm68hc12.sc,
956         scripttempl/v850.sc: Keep .jcr data.
958 2001-08-12  H.J. Lu  <hjl@gnu.org>
959             Andrew Haley  <aph@cambridge.redhat.com>
960             Nick Clifton  <nickc@redhat.com>
962         * ldgram.y (had_script): Change name to saved_script_handle.
963         Change type to file handle.
964         * ld.h (had_script): Rename and retype.
965         * ldfile.c (ldfile_open_command_file): Save the file handle
966         used in saved_script_handle.
967         * lexsup.c (parse_args): Do not allow -c option to alter
968         saved_script_handle.
969         * ldmain.c (main): Print out the linker script used if
970         --verbose is given.  Check saved_script_handle to obtain the
971         external linker script used, or if NULL, dump the builtin
972         script.
973         * ld.texinfo: Document that --verbose now dumps the linker
974         script used, regardless of whether it was an internal or an
975         external script.
977 2001-08-10  Andreas Jaeger  <aj@suse.de>
979         * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
980         to build warnings.
981         * configure: Regenerate.
983 2001-08-09  Alan Modra  <amodra@bigpond.net.au>
985         * emultempl/elf32.em (output_prev_sec_find): Add missing prototype.
987         * scripttempl/elf.sc: Move non-text .dynamic section before
988         .plt/.got/.sdata* group.
989         (OTHER_GOT_SECTIONS): Move to immediately after .got.
990         (OTHER_SDATA_SECTIONS): Add.
991         * emulparams/criself.sh: Use OTHER_SDATA_SECTIONS rather than
992         OTHER_GOT_SECTIONS.
993         * emulparams/crislinux.sh: Likewise.
994         * emulparams/elf32b4300.sh: Likewise.
995         * emulparams/elf32bmip.sh: Likewise.
996         * emulparams/elf32bmipn32.sh: Likewise.
997         * emulparams/elf32bsmip.sh: Likewise.
998         * emulparams/elf32btsmip.sh: Likewise.
999         * emulparams/elf32ebmip.sh: Likewise.
1000         * emulparams/elf32elmip.sh: Likewise.
1001         * emulparams/elf32l4300.sh: Likewise.
1002         * emulparams/elf32lmip.sh: Likewise.
1003         * emulparams/elf32lsmip.sh: Likewise.
1004         * emulparams/elf32ltsmip.sh: Likewise.
1005         * emulparams/elf64bmip.sh: Likewise.
1006         * emulparams/elf64btsmip.sh: Likewise.
1007         * emulparams/elf64ltsmip.sh: Likewise.
1009 2001-08-08  Alan Modra  <amodra@bigpond.net.au>
1011         * genscripts.sh: Source the emulparams script before each output
1012         script is generated so that variables like `RELOCATING' may affect
1013         variables defined in the emulparams script.
1015 2001-08-04  Alan Modra  <amodra@bigpond.net.au>
1017         * emultempl/aix.em: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this
1018         order.
1020         * emultempl/beos.em (sort_sections): Modify for 2001-08-03 change,
1021         ie. iterate over wild_statement.section_list.
1022         (gld${EMULATION_NAME}_place_orphan): Likewise.
1024 2001-08-03  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
1026         * scripttempl/elfm68hc12.sc (FINISH_CODE, FINISH_RELOC): New to handle
1027         .fini[0-4] sections used by _exit
1028         (CTOR, DTOR): Export ctor/dtor symbols; move them to ROM.
1029         (*.text,*.data,*.bss): Take into account .text.*, .data.*, .bss.*.
1030         * scripttempl/elfm68hc11.sc: Likewise.
1032 2001-08-03  H.J. Lu  <hjl@gnu.org>
1034         * emultempl/beos.em (init): Add the missing initialization.
1036 2001-08-03  Alan Modra  <amodra@bigpond.net.au>
1038         * ld.texinfo (Input Section Basics): Clarify ordering of output
1039         sections.
1040         * ldlang.c (callback_t): Add wildcard_list param.
1041         (walk_wild_section): Remove "section" param.  Rewrite for
1042         lang_wild_statement_type change.  Remove unique_section_p test.
1043         (walk_wild_file): Remove "section" param.
1044         (walk_wild): Remove "section" and "file" params.
1045         (lang_gc_wild): Likewise.
1046         (wild): Likewise.  Modify for lang_wild_statement_type change.
1047         (wild_sort): Likewise.  Add "sec" param.
1048         (gc_section_callback): Likewise.
1049         (output_section_callback): Likewise.  Do unique_section_p test.
1050         (map_input_to_output_sections): Modify call to wild.
1051         (lang_gc_sections_1): Likewise.
1052         (print_wild_statement): Modify for lang_wild_statement_type
1053         change.
1054         (lang_add_wild): Replace filename, filenames_sorted param with
1055         filespec.  Replace section_name, sections_sorted,
1056         exclude_filename_list with section_list.
1057         * ldlang.h (lang_add_wild): Here too.
1058         (lang_wild_statement_type): Replace section_name, sections_sorted,
1059         and exclude_filename_list with section_list.
1060         * ldgram.y (current_file): Delete.
1061         (%union): Add wildcard_list.
1062         (file_NAME_list): Set type to wildcard_list.  Build a linked list
1063         rather than calling lang_add_wild for each entry.
1064         (input_section_spec_no_keep): Call lang_add_wild here instead.
1065         * ld.h (struct wildcard_list): Declare.
1066         * mri.c (mri_draw_tree): Modify to suit new lang_add_wild.
1068 2001-08-02  Charles Wilson  <cwilson@ece.gatech.edu>
1070         * ldmain.c (main): initialize link_info.pei386_auto_import
1071         * pe-dll.c: new tables for auto-export filtering
1072         (auto_export): change API, pass abfd for contextual filtering.
1073         Loop thru tables of excluded symbols instead of comparing
1074         "by hand".
1076 2001-08-02  Paul Sokolovsky  <paul.sokolovsky@technologist.com>
1078         * pe-dll.c: new variable pe_dll_enable_extra_debug. New
1079         static variable current_sec (static struct sec *). Add
1080         forward declaration for add_bfd_to_link.
1081         (process_def_file): Don't export undefined symbols. Do not
1082         export symbols starting with  "_imp__".  Call auto_export()
1083         with new API.
1084         (pe_walk_relocs_of_symbol): New function.
1085         (generate_reloc): add optional extra debugging
1086         (pe_dll_generate_def_file): eliminate extraneous initial blank
1087         line in output
1088         (make_one): enlarge symtab to make room for __nm__ symbols
1089         (DATA auto-import support).
1090         (make_singleton_name_thunk): New function.
1091         (make_import_fixup_mark): New function.
1092         (make_import_fixup_entry): New function.
1093         (pe_create_import_fixup): New function.
1094         (add_bfd_to_link): Specify that 'name' argument is a CONST
1095         char *.
1096         * pe-dll.h: declare new variable pe_dll_extra_pe_debug;
1097         declare new functions pe_walk_relocs_of_symbol and
1098         pe_create_import_fixup.
1099         * emultempl/pe.em: add new options --enable-auto-import,
1100         --disable-auto-import, and --enable-extra-pe-debug.
1101         (make_import_fixup): New function.
1102         (pe_find_data_imports): New function.
1103         (pr_sym): New function.
1104         (gld_${EMULATION_NAME}_after_open): Add optional extra pe
1105         debugging. Call pe_find_data_imports.  Mark .idata as DATA, not
1106         CODE.
1108 2001-08-02  Charles Wilson  <cwilson@ece.gatech.edu>
1110         * ld.texinfo: add additional documentation for
1111         --export-all-symbols.  Document --out-implib,
1112         --enable-auto-image-base, --disable-auto-image-base,
1113         --dll-search-prefix, --enable-auto-import, and
1114         --disable-auto-import.
1115         * ldint.texinfo: Add detailed documentation on auto-import
1116         implementation.
1118 2001-07-30  Nick Clifton  <nickc@cambridge.redhat.com>
1120         * ld.texinfo (Simple Assignments): Fix computation in SECTIONS
1121         example.
1123 2001-07-24  Alan Modra  <amodra@bigpond.net.au>
1125         * Makefile.am: Update dependencies with "make dep-am".
1126         * Makefile.in: Regenerate
1128 2001-07-23  Alan Modra  <amodra@bigpond.net.au>
1130         * ldcref.c (check_section_sym_xref): New function.
1131         (check_nocrossrefs): Call it.
1132         (check_nocrossref): Interate over h->refs here instead of..
1133         (check_refs): ..here.  Pass in the symbol name, section, and bfd
1134         rather than hash_entry pointers.
1135         (struct check_refs_info): Keep symbol name rather than hash entry.
1136         Remove "same".
1137         (check_reloc_refs): Tweak for above changes in check_refs_info.
1138         Only report references to section syms when symname is NULL to
1139         prevent duplicate messages for the same reloc.
1141 2001-07-19  Nick Clifton  <nickc@cambridge.redhat.com>
1143         * ldexp.c (exp_print_tree): Use stderr if config.map_file is not
1144         available.  Do not print NULL trees.
1145         (exp_print_token): Print unknown tokens with values > 126 as
1146         decimal values not ASCII characters.
1148         * ldlang.c (lang_leave_overlay): If a region is specified assign
1149         it to all sections inside the overlay unless they have been
1150         assigned to the own, non-default, memory region.
1152         * README: Add header for consistency with other README files.
1154 2001-07-14  H.J. Lu  <hjl@gnu.org>
1156         * emultempl/elf32.em (output_prev_sec_find): Never return
1157         bfd_abs_section_ptr, bfd_com_section_ptr nor
1158         bfd_und_section_ptr.
1160 2001-07-14  Nick Clifton  <nickc@cambridge.redhat.com>
1162         * Makefile.am (em32relf.c): Change dependency from generic.em to
1163         elf32.em.
1164         * Makefile.in: Regenerate.
1166 2001-07-14  matthew green  <mrg@eterna.com.au>
1168         * configure.tgt (i386-*-netbsdelf*): New target.
1169         (i386-*-netbsd*): Set targ_extra_emuls to `elf_i386'
1171 2001-07-13  Jakub Jelinek  <jakub@redhat.com>
1173         * emultempl/elf32.em (output_prev_sec_find): New.
1174         (place_orphan): Use it.
1176 2001-07-11  H.J. Lu  <hjl@gnu.org>
1178         * ldmain.c (main): Fix typos in the last change.
1180 2001-07-11  Jakub Jelinek  <jakub@redhat.com>
1182         * ldmain.c (main): Disallow -F and -f without -shared.
1184 2001-07-11  Nick Clifton  <nickc@cambridge.redhat.com>
1186         * emultempl/pe.em (after_open): Check for the output_bfd not
1187         having any coff_data structure allocated to it.
1189 2001-07-09  David O'Brien  <obrien@FreeBSD.org>
1191         * emultempl/elf32.em: Do not assuming that contents of the buffer
1192         returned from basename function will remain unchanged accross other
1193         function calls.
1195 2001-07-03  H.J. Lu  <hjl@gnu.org>
1197         * scripttempl/elf.sc (DYNAMIC_PAD): Revert the change made on
1198         2001-07-03. It creates dynamic entries even for static binaries.
1200 2001-07-03  Jakub Jelinek  <jakub@redhat.com>
1202         * scripttempl/elf.sc (DYNAMIC_PAD): New variable.
1203         (DYNAMIC): Use it to reserve few dynamic entries for
1204         post-linking tools.
1206 2001-06-27  Alan Modra  <amodra@bigpond.net.au>
1208         * emulparams/hppa64linux.sh: New file.
1209         * configure.tgt: hppa*64*-*-linux* uses hppa64linux.sh
1210         * Makefile.am (ALL_64_EMULATIONS): Add ehppa64linux.o
1211         (ehppa64linux.c): Add rule to make it.
1212         Run "make dep-am".
1213         * Makefile.in: Regenerate.
1215 2001-06-21  Hans-Peter Nilsson  <hp@axis.com>
1217         * ld.texinfo (Options, -r): Mention restrictions when using
1218         different object formats.
1220 2001-06-19  Hans-Peter Nilsson  <hp@axis.com>
1222         * ldlang.c (lang_check): Emit fatal error if relocatable link
1223         between different object flavours with relocations in input.
1225 2001-06-19  H.J. Lu  <hjl@gnu.org>
1227         * ld.texinfo (-E, --export-dynamic): Mention --version-script.
1228         (--version-script): Mention the language support.
1230 2001-06-19  H.J. Lu <hjl@gnu.org>
1232         * ldlang.c (lang_check): Revert the change mode on 2001-06-15.
1234 2001-06-18  H.J. Lu <hjl@gnu.org>
1236         * Makefile.am (ld.1): Remove the prefix `$(srcdir)/'.
1237         (diststuff): Add $(MANS).
1238         * Makefile.in: Regenerated.
1240         * ld.1: Removed.
1242 2001-06-18  Hans-Peter Nilsson  <hp@axis.com>
1244         * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
1245         Update for API change in bfd_elf${ELFSIZE}_size_dynamic_sections.
1246         * mpw-elfmips.c (gldelf32ebmip_before_allocation): Ditto.
1247         * ld.h (args_type): Remove member export_dynamic.  All users
1248         changed to use struct bfd_link_info member.
1250         * Makefile.am (ecriself.c, ed10velf.c, ei386moss.c): Depend on
1251         $(srcdir)/emultempl/elf32.em, not $(srcdir)/emultempl/generic.em.
1252         * Makefile.in: Regenerate.
1254 2001-06-18  H.J. Lu  <hjl@gnu.org>
1256         * ldlang.c (init_os): Add the newline to the einfo call.
1257         (lang_check): Likewise.
1258         (lang_do_version_exports_section): Likewise.
1260 2001-06-15  H.J. Lu  <hjl@gnu.org>
1262         * lexsup.c (parse_args); Save optind to report unrecognized
1263         option.
1265 2001-06-15  Hans-Peter Nilsson  <hp@axis.com>
1267         * ldlang.c (lang_check): Emit fatal error if relocatable link
1268         between different object flavours.
1270         * lexsup.c (parse_args) <case OPTION_EXPORT_DYNAMIC, case 'E'>:
1271         Set new link_info member export_dynamic.
1272         * ldmain.c (main): Initialize new link_info member export_dynamic.
1274 2001-06-12  Nick Clifton  <nickc@cambridge.redhat.com>
1276         * ldlang.c (walk_wild): Only call walk_wild_file if
1277         lookup_name returns something.
1278         (lookup_name): If load_symbols fails, return NULL.
1279         (load_symbols): Change to a boolean function.
1280         (open_input_bfds): If load_symbols fails then do not make the
1281         executable.
1283 2001-06-08  Alan Modra  <amodra@bigpond.net.au>
1285         * ldlang.c (record_bfd_errors): Remove.
1287         * emultempl/aix.em: Fix copyright dates.
1289 2001-06-07  Andreas Jaeger  <aj@suse.de>
1291         * elf_x86_64.sh (NONPAGED_TEXT_START_ADDR): Increase.
1292         (TEXT_START_ADDR): Likewise.
1294 2001-06-06  Martin Schwidefsky <schwidefsky@de.ibm.com>
1296         * configure.host: Set HOSTING_CRT0/HOSTING_LIBS correctly for s/390.
1298 2001-06-05  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
1300         * emultempl/pe.em (init): Reduce default stack reserve to 0x200000.
1302 2001-05-31  H.J. Lu  <hjl@gnu.org>
1304         * ldlang.c (open_input_bfds): Don't change the bfd error
1305         handler whilst loading symbols.
1307 2001-05-28  Nick Clifton  <nickc@cambridge.redhat.com>
1309         * configure.tgt: Remove i370-mvs architecture, it is not currently
1310         supported.
1312 2001-05-25  H.J. Lu  <hjl@gnu.org>
1314         * emulparams/ppcmacos.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
1315         like emulparams/aixppc.sh.
1317 2001-05-25  H.J. Lu  <hjl@gnu.org>
1319         * emultempl/beos.em (gld${EMULATION_NAME}_before_parse): Move
1320         setting of output_filename after bfd_scan_arch.
1321         * emultempl/pe.em: Likewise.
1323 2001-05-25  H.J. Lu  <hjl@gnu.org>
1325         * emulparams/aixrs6.sh: Add SYSCALL_MASK and SYMBOL_MODE_MASK
1326         like emulparams/aixppc.sh.
1328         * emultempl/aix.em (sc): Use ${srcdir}/emultempl/ostring.sed
1329         instead of ${srcdir}/emultempl/stringify.sed.
1331 2001-05-25  Timothy Wall  <twall@oculustech.com>
1333         * emulparams/elf64_aix.sh: Change settings to match IBM linker
1334         output.
1336 2001-05-25  Alan Modra  <amodra@one.net.au>
1338         * configure.host: Replace linuxoldld with linux*oldld.
1339         * configure.tgt: Likewise.
1341 2001-05-24  H.J. Lu  <hjl@gnu.org>
1343         * emultempl/stringify.sed: Removed again.
1345 2001-05-24  H.J. Lu  <hjl@gnu.org>
1347         * emultempl/aix.em (OUTPUT_ARCH): Defined.
1348         (gld${EMULATION_NAME}_before_parse): Initialize
1349         ldfile_output_architecture, ldfile_output_machine and
1350         ldfile_output_machine_name from ${OUTPUT_ARCH} if possible.
1351         * emultempl/beos.em: Likewise.
1352         * emultempl/elf32.em: Likewise.
1353         * emultempl/linux.em: Likewise.
1354         * emultempl/mipsecoff.em: Likewise.
1355         * emultempl/pe.em: Likewise.
1356         * emultempl/sunos.em: Likewise.
1358 2001-05-24 Tom Rix <trix@redhat.com>
1360         * emultempl/aix.em : (gld${EMULATION_NAME}_read_file)
1361         udate import file format.
1362         (change_symbol_mode) New, same
1363         (is_syscall) New, same
1364         * emulparams/aixppc.sh : add SYSCALL_MASK and SYMBOL_MODE_MASK
1365         * emulparams/aixppc64.sh : same
1366         * emulparams/aixrs6.sh : same
1367         * emulparams/ppcmacos.sh : same
1368         * emultempl/aix.em : use strtoull to parse options
1369         * Makefile.am : add eaixppc64 emulation for xcoff64
1370         * Makefile.in : same
1371         * configure.tgt : same
1373         * scripttempl/aix.sc : default text section offset to 0x10000000
1374         default data section offset to 0x20000000
1375         add .sv3264 and .sv64 pseudo sections
1376         loader and debug sections use the currect section offset.
1378         * emultempl/aix.em : Add xcoff64 support
1379         Add -binitfini support
1380         (gld${EMULATION_NAME}_before_parse) -binitfini
1381         (gld${EMULATION_NAME}_parse_args) same
1382         (gld${EMULATION_NAME}_before_allocation) format change for special
1383         sections
1385         * emulparams/aixppc64.sh : New file for xcoff64 support
1387 2001-05-23  Alexandre Oliva  <aoliva@redhat.com>
1389         * emultempl/elf32.em (ELF_INTERPRETER_SET_DEFAULT): Use this new
1390         variable to avoid non-portable shell construct.
1392 2001-05-23  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1394         * ldmain.c (get_emulation): Add -mips5 command line argument.
1396 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
1398         * emulparams/elf_i386_ldso.sh: New, copied from elf_i386.sh.
1399         (ELF_INTERPRETER_NAME): Define it.
1400         * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Use
1401         it.
1402         * configure.tgt (targ_emul, targ_extra_emuls)
1403         [i[3456]86-*-solaris2*, i[3456]86-*-solaris*]: Use elf_i386_ldso
1404         as primary, elf_i386 as extra.
1405         * Makefile.am (ALL_EMULATIONS): Added eelf_i386_ldso.o.
1406         (eelf_i386_ldso.c): New rule.
1407         * Makefile.in: Rebuilt.
1409 2001-05-22  Nick Clifton  <nickc@redhat.com>
1411         * lexsup.c (ld_options):  Allow -I to be an alias for
1412         --dynamic-linker.  This is for Solaris compatability.
1413         * ld.texinfo: Document that -I can be used.
1414         * ld.1: Regenerate.
1416 2001-05-16  Alan Modra  <amodra@one.net.au>
1418         * ldlang.c (wild_doit): Use linker_has_input to reliably determine
1419         whether an input section is the first one assigned to an output
1420         section.
1421         Assorted formatting fixes.
1423 2001-05-14  DJ Delorie  <dj@delorie.com>
1425         * Makefile.am (ld.dvi): Search bfd/doc for texinfo files.
1426         * Makefile.in: Ditto.
1428 2001-05-11  Jakub Jelinek  <jakub@redhat.com>
1430         * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Put
1431         .gnu.linkonce.ia64unw{,i} sections into corresponding .IA_64.unwind*
1432         output sections.
1433         * emulparams/elf64_aix.sh (OTHER_READONLY_SECTIONS): Likewise.
1435 2001-05-11  Jakub Jelinek  <jakub@redhat.com>
1437         * ldlang.c (lang_process): Call bfd_merge_sections.
1439 2001-05-07  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1441         * ldgram.y: Fix typo.
1443 2001-05-03  H.J. Lu  <hjl@gnu.org>
1445         * emultempl/elf32.em: Include "libiberty.h".
1446         (gld${EMULATION_NAME}_vercheck): Call basename () to get the
1447         basename of the bfd filename.
1448         (gld${EMULATION_NAME}_stat_needed): Likewise.
1449         (gld${EMULATION_NAME}_try_needed): Likewise.
1450         (gld${EMULATION_NAME}_open_dynamic_archive): Likewise.
1452 2001-05-02  H.J. Lu  <hjl@gnu.org>
1454         * emultempl/pe.em: Include <ctype.h>.
1456 2001-05-02  Johan Rydberg  <jrydberg@opencores.org>
1458         * emulparams/elf32openrisc.sh: New file.
1460         * Makefile.am: Add OpenRISC target.
1461         * Makefile.in: Regenerated.
1463         * configure.tgt: Add openrisc-*-* mapping.
1465 2001-05-02  Nick Clifton  <nickc@redhat.com>
1467         * emultempl/aix.em: Replace buystring with xstrdup.
1468         * emultempl/beos.em: Replace buystring with xstrdup.
1470 2001-05-02  H.J. Lu  <hjl@gnu.org>
1472         * ldfile.c: Include "libiberty.h".
1473         * ldlex.l: Likewise.
1475         * ldmisc.c (buystring): Removed.
1476         * ldmisc.h: Likewise.
1478         * ldfile.c: Replace buystring with xstrdup.
1479         * ldlang.c: Likewise.
1480         * ldlex.l: Likewise.
1481         * ldmain.c: Likewise.
1482         * ldmisc.c: Likewise.
1483         * lexsup.c: Likewise.
1484         * mpw-eppcmac.c: Likewise.
1486 2001-04-30  Andreas Jaeger  <aj@suse.de>
1488         * emulparms/elf_x86_64.sh (MAXPAGESIZE): Fix value.
1490 2001-04-28  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
1492         * ldlang.c (load_symbols): Give emulation a chance
1493         to process unrecognized file before fatal error is
1494         reported, not after.
1496 2001-04-27  Sean McNeil <sean@mcneil.com>
1498         * configure.tgt: Add arm-vxworks target.
1499         * scripttempl/armcoff.sc: Support .text or .data as a section name
1500         prefix.
1501         Define _etext.
1503 2001-04-13  J.T. Conklin  <jtc@redback.com>
1505         * ld.texinfo: Document --fatal-warnings.
1506         * ld.1: Regenerate.
1508         * ldmisc.c (vfinfo): Set flag to inhibit making executable if
1509         warnings have been turned into errors.
1510         * lexsup.c (OPTION_WARN_FATAL): Define.
1511         (ld_options): Entry for --fatal-warnings.
1512         (parse_args): Handle OPTION_WARN_FATAL.
1513         * ld.h (ld_config_type): Add fatal_warnings field.
1515 2001-04-13  Jakub Jelinek  <jakub@redhat.com>
1517         * ldmain.c (main): Default to discard_sec_merge.
1518         * lexsup.c (OPTION_DISCARD_NONE): Define.
1519         (ld_options): Add --discard-none.
1520         (parse_args): Handle OPTION_DISCARD_NONE.
1521         * ldlang.c (wild_doit): SEC_MERGE should be set in the output
1522         section only if SEC_MERGE and SEC_STRINGS flags and entsize of
1523         all its input sections match.
1525 2001-04-05  Steven J. Hill  <sjhill@cotw.com>
1527         * Makefile.am (ALL_EMULATIONS): Add eelf32ltsmip.o.
1528         (ALL_64_EMULATIONS): Add eelf64btsmip.o and eelf64ltsmip.o.
1529         (eelf32ltsmip.c): New target.
1530         (eelf64btsmip.c): Likewise.
1531         (eelf64ltsmip.c): Likewise.
1532         * Makefile.in: Regenerated.
1534         * configure.tgt (mips*el-*-linux-gnu): Uses traditional MIPS
1535         target.
1536         (mips*-*-linux-gnu*): Likewise.
1538         * emulparams/elf32ltsmip.sh: New. Traditional little endian
1539         MIPS taget.
1540         * emulparams/elf64btsmip.sh: New. Traditional 64bit big endian
1541         target.
1542         * emulparams/elf64ltsmip.sh: New. Traditional 64bit little
1543         endian target.
1545 2001-04-05  Hans-Peter Nilsson  <hp@axis.com>
1547         * emulparams/criself.sh (EXECUTABLE_SYMBOLS): Cannot provide
1548         correct value of __Stext here.
1549         (TEXT_START_SYMBOLS): Define; always define __Stext, to start of
1550         .startup section.
1552         * emulparams/crislinux.sh: Remove FIXME.
1554 2001-04-02  Alan Modra  <alan@linuxcare.com.au>
1556         * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 64k.
1557         (TEXT_START_ADDR, TARGET_PAGE_SIZE): Likewise.
1559 2001-03-27  Hans-Peter Nilsson  <hp@axis.com>
1561         * configure.tgt (cris-*-*): Change default emulation to criself.
1562         (cris-*-*aout*): New rule.
1564 2001-03-27  Matthew Wilcox  <willy@ldl.fc.hp.com>
1566         * emulparams/hppalinux.sh (MAXPAGESIZE): Set to 0x4000.
1567         (TEXT_START_ADDR, TARGET_PAGE_SIZE): Ditto.
1569 2001-03-26  Andreas Jaeger  <aj@suse.de>
1571         * ld.texinfo (Overview): Fix syntax in texi code.
1573 2001-03-25  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
1575         * ld.texinfo: Put @c man indications to generate the ld man page.
1576         When generating man, define all the variables.  Define SEEALSO
1577         and SYNOPSIS.  Re-organize some lines to avoid the cross references.
1578         * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variables.
1579         (ld.1): Generate from ld.texinfo.
1580         * Makefile.in: Regenerate.
1582 2001-03-23  Mark Elbrecht <snowball3@bigfoot.com>
1584         * scripttempl/i386go32.sc: Support the GCC flags '-ffunction-sections'
1585         and '-fdata-sections'. Set the VMA of STABS sections to zero.
1587 2001-03-17  Ulrich Drepper  <drepper@redhat.com>
1589         * emultmpl/elf32.em (gld${EMULATION_NAME}_search_needed): If NAME
1590         is an absolute path look only for this file and not along the path.
1592 2001-03-17  Ulrich Drepper  <drepper@redhat.com>
1594         * emultempl/elf32.em (OPTION_GROUP): New macro.
1595         Add new option Bgroup to longopts.
1596         (gld*_parse_args): Handle GROUP_OPTION and recognize -z defs.
1597         (gld*_list_options): Add -Bgroup and -z defs.
1598         * ld.1: Document -Bgroup and -z defs.
1599         * ld.texinfo: Likewise.
1601 2001-03-07  Michael Meissner  <meissner@redhat.com>
1603         * scripttempl/elfd10v.sc (.rodata,.rodata1,.data1,.sdata): Deal
1604         with sections created by -fdata-sections.
1605         (.dynbss,.bss): Ditto.
1607 2001-03-05  Alan Modra  <alan@linuxcare.com.au>
1609         * emultempl/m68kelf.em (m68k_elf_after_allocation): Call
1610         after_allocation_default, not gld..._before_allocation.
1612 2001-02-27  Alan Modra  <alan@linuxcare.com.au>
1614         * configure.in (BFD_VERSION): New.
1615         (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
1616         * configure: Regenerate.
1617         * Makefile.am: Run "make dep-am"
1618         * Makefile.in: Regenerate.
1620 2001-02-26  Timothy Wall  <twall@cygnus.com>
1622         * emulparams/elf64_aix.sh: Add additional read-only sections;
1623         uncomment lines which are now required.
1625 2001-02-26  H.J. Lu  <hjl@gnu.org>
1627         * ldlang.c (open_input_bfds): Set the bfd error handler so
1628         that problems can be caught whilst loading symbols.
1629         (record_bfd_errors): New function: Report BFD errors and mark
1630         the executable output as being invalid.
1632 2001-02-22  Timothy Wall  <twall@cygnus.com>
1634         * configure.host: Add configuration for ia64-*-aix*.
1635         * Makefile.am (ALL_64_EMULATIONS): Add emulation for ia64-*-aix*.
1636         Add dependencies for eelf64_aix.c.
1637         * Makefile.in: Regenerate.
1638         * configure.tgt: Add ia64-*-aix* mapping.
1639         * emulparams/elf64_aix.sh: Add settings for elf64 on aix5.
1640         * testsuite/ld-bootstrap/bootstrap.exp: Exclude ia64 flavor from
1641         AIX-specific test.
1643 2001-02-20  H.J. Lu  <hjl@gnu.org>
1645         * ldfile.c (ldfile_open_file): Set entry->search_dirs_flag to
1646         false if we found the file.
1648 2001-02-18  David O'Brien  <obrien@FreeBSD.org>
1650         * configure.tgt: Add FreeBSD/Alpha, FreeBSD/x86-64, FreeBSD/ia64,
1651         FreeBSD/PowerPC, FreeBSD/arm, and FreeBSD/sparc64 entries.
1653 2001-02-18  lars brinkhoff  <lars@nocrew.org>
1655         * Makefile.am: Add PDP-11 target.
1656         * configure.tgt: Likewise.
1657         * emulparams/pdp11.sh: New file.
1659 2001-02-17  David O'Brien  <obrien@FreeBSD.org>
1661         * configure.host: Add a generic FreeBSD configuration entry such that
1662         all [modern] FreeBSD systems on all platforms will look the same.
1664 2001-02-14  H.J. Lu  <hjl@gnu.org>
1666         * configure.tgt: Remove mention of earmelf_linux26.
1668 2001-02-13  Richard Henderson  <rth@redhat.com>
1670         * emulparams/elf64_ia64.sh (OTHER_GOT_SYMBOLS): Remove.
1672 2001-02-13  H.J. Lu  <hjl@gnu.org>
1674         * ldexp.h (node_type): Add etree_provided.
1675         * ldexp.c (exp_fold_tree): Handle etree_provided. Set the node
1676         type to etree_provided if defined by PROVIDE. Allow updating
1677         for etree_provided.
1678         (exp_print_tree): Handle etree_provided.
1679         * mpw-elfmips.c (gldelf32ebmip_find_exp_assignment): Handle
1680         etree_provided.
1682 2001-02-09  David Mosberger  <davidm@hpl.hp.com>
1684         * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add
1685         .IA_64.unwind.* pattern to unwind table section and
1686         .IA_64.unwind_info* pattern to unwind info section.
1688 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1690         * Makefile.am: Add linux target for S/390.
1691         * Makefile.in: Likewise.
1692         * configure.host: Likewise.
1693         * configure.tgt: Likewise.
1694         * emulparams/elf64_s390.sh: New file.
1695         * emulparams/elf_s390.sh: New file.
1697 2001-02-09  Jakub Jelinek  <jakub@redhat.com>
1699         * configure.tgt (sparc64-*-linux-gnu*): Add elf32_sparc into
1700         targ_extra_libpath.
1701         (sparc-*-linux-gnu*): Add elf64_sparc into targ_extra_libpath.
1703 2001-02-06  Philip Blundell  <philb@gnu.org>
1705         * Makefile.am: Remove mention of earmelf_linux26.
1706         * Makefile.in: Regenerate.
1708 2001-02-04  Philip Blundell  <philb@gnu.org>
1710         * emulparams/armelf_linux.sh (TEXT_START_ADDR): Set to 0x8000.
1711         * emulparams/armelf_linux26.sh: Delete.
1712         * configure.tgt: Remove mention of armelf_linux26 emulation.
1714 2001-02-01  Nick Clifton  <nickc@redhat.com>
1716         * ld.1: Replace occurances of -oformat with --oformat.
1718 2001-01-25  Jim Driftmyer <jdrift@stny.rr.com>
1720         * ldlang.c (lang_leave_overlay): Don't set lma_region when
1721         load_base is specified.
1723 2001-01-24  Hans-Peter Nilsson  <hp@axis.com>
1725         * emultempl/elf32.em: Correct spelling in comments and listed
1726         options.
1728 2001-01-23  Alan Modra  <alan@linuxcare.com.au>
1730         * ldlang.c (lang_leave_overlay): Only set lma_region from the
1731         default for the first section of a group of overlay sections.
1733 2001-01-22  Alan Modra  <alan@linuxcare.com.au>
1735         * Makefile.am (GENSCRIPTS): Pass exec_prefix.
1736         * Makefile.in: Regenerate.
1737         * genscripts.sh: Use exec_prefix parameter to specify tool lib.
1738         Check for null tool_dir.
1740 2001-01-16  Jim Wilson  <wilson@redhat.com>
1742         * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add IA_64.unwind
1743         and IA_64.unwind.info.
1745 2001-01-16  H.J. Lu  <hjl@gnu.org>
1747         * ldlang.c (lang_check): Merge the private data only if the
1748         input file has contents.
1750 2001-01-14  Alan Modra  <alan@linuxcare.com.au>
1752         * emulparams/hppalinux.sh (OUTPUT_FORMAT): Set to elf32-hppa-linux.
1754         * emultempl/hppaelf.em (hppaelf_after_parse): New function,
1755         enabling search for libmilli.  On a relocatable link, make .text
1756         sections unique.
1757         (LDEMUL_AFTER_PARSE): Define.
1758         (hppaelf_finish): Correct spelling of relocatable in comments.
1760         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
1761         rummage through the script for sections on the unique list.
1762         Correct length of strncmp for ".note".
1763         (gld${EMULATION_NAME}_check_needed): Rearrange function.
1765         * ldlang.c (unique_section_list): New var.
1766         (unique_section_p): New function.
1767         (walk_wild_section): Don't match sections on unique_section_list.
1768         (lang_add_unique): New function.
1769         Correct spelling of relocatable in comments.
1771         * ldlang.h (struct unique_sections): Declare.
1772         (unique_section_list): Declare.
1773         (unique_section_p): Declare.
1774         (lang_add_unique): Declare.
1776         * lexsup.c (ld_options): Allow --unique to take an optional arg.
1777         (parse_args [OPTION_UNIQUE]): Call lang_add_unique.
1779         * ld.texinfo (--unique): Update.
1781 2001-01-13  Nick Clifton  <nickc@redhat.com>
1783         * lexsup.c (parse_args): Remove spurious white space.
1785 2001-01-12  Nick Clifton  <nickc@redhat.com>
1787         * lexsup.c (parse_args): Update copyright date.
1789 2001-01-12  Philip Blundell  <pb@futuretv.com>
1791         * configure.host: Set HOSTING_LIBS appropriately for ix86-cygwin.
1793 2001-01-10  Kazu Hirata  <kazu@hxi.com>
1795         * scripttempl/h8300.sc: Fix formatting.  Fix a comment typo.
1796         * scripttempl/h8300h.sc: Fix formatting.
1797         * scripttempl/h8300s.sc: Likewise.
1798         * scripttempl/h8500.sc: Likewise.
1799         * scripttempl/h8500b.sc: Likewise.
1800         * scripttempl/h8500c.sc: Likewise.
1801         * scripttempl/h8500m.sc: Likewise.
1802         * scripttempl/h8500s.sc: Likewise.
1804 2000-01-07  David O'Brien  <obrien@BSDi.com>
1806         * emultempl/elf32.em: Only perform Linux ld hints processing when
1807         targeting Linux.
1809 2001-01-07  Philip Blundell  <philb@gnu.org>
1811         * ld.texinfo (Bug Reporting): Update email address for reports.
1813 2000-12-31  Nick Clifton  <nickc@redhat.com>
1815         * lexsup.c (parse_args): Set opterr to 0 and detect unparsed long
1816         options by checking for a return value of '?' not -1.
1818 2000-12-28  Nick Clifton  <nickc@redhat.com>
1820         * lexsup.c (struct ld_option): Add new enum value:
1821         EXACTLY_TWO_DASHES.
1822         (ld_options[]): Change -omagic, -output and -oformat options
1823         to be EXACTLY_TWO_DASHES.
1824         (OUTPUT_COUNT): Use ARRAY_SIZE.
1825         (parse_args): Change parameter 'argc' to unsigned.
1826         Place EXACTLY_TWO_DASHES options into new really_longopts
1827         array.
1828         If getopt_long_only fails, try calling getopt_long using the
1829         really_longopts array.
1830         (help): Print a double dash for both EXACTLY_TWO_DASHES and
1831         TWO_DASHES options.
1833         * ldlex.h: Fix prototype of parse_args.
1835         * ld.texinfo: Document that long options starting with 'o'
1836         must be preceeded by two dashes.  Change example of a single
1837         dashed long option from -oformat to -trace-symbol.
1839 2000-12-26  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
1841         * emultempl/pe.em (OPTION_NO_DEFAULT_EXCLUDES): Define.
1842         (longopts[]): New --no-default-excludes option.
1843         (gld_${EMULATION_NAME}_list_options): Document.
1844         (gld_${EMULATION_NAME}_parse_args): Handle.
1846 2000-12-13  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
1848         * ldlang.c (new_stat): Revert the last beautification with "innocent"
1849         whitespace, it breaks the K&R C preprocessor.
1851 2000-12-11  DJ Delorie  <dj@redhat.com>
1853         * ld.texinfo: Add notes about --whole-archive and gcc.
1855 2000-11-18  Fred Fish  <fnf@be.com>
1857         * lexsup.c (OPTION_ALLOW_SHLIB_UNDEFINED): Define.
1858         (ld_options): Entry for --allow-shlib-undefined.
1859         (parse_args): Handle OPTION_ALLOW_SHLIB_UNDEFINED.
1860         * ldmain.c (main): Initialize link_info.allow_shlib_undefined
1861         to false.
1862         * ld.texinfo: Document new command line switch.
1864 2000-12-12  Geoffrey Keating  <geoffk@redhat.com>
1866         * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS):
1867         .fixup is actually read/write.
1868         * emulparams/elf32lppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
1869         * emulparams/elf32ppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
1870         * emulparams/elf32lppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
1872 Mon Dec 11 14:50:33 MET 2000  Jan Hubicka  <jh@suse.cz>
1874         * NEWS: Add note about x86_64 architecture.
1876 2000-12-06  Mark Elbrecht  <snowball3@bigfoot.com>
1878         * scripttempl/i386go32.sc: Use PROVIDE with _etext, _edata, _end.
1879         Set DWARF2 sections to a VMA of zero.
1881 2000-12-01      Joel Sherrill <joel@OARcorp.com>
1883         * configure.tgt (arm-*-rtems*, a29k-*rtems*, h8300-*-rtems*):
1884         New targets.
1885         (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
1886         (sparc*-*-rtems*): Switched from a.out to ELF.
1888 2000-11-30  Jan Hubicka  <jh@suse.cz>
1890         * Makefile.am (ALL_EMULATIONS): Add eelf_x86_64.o
1891         (eelf_x86_64.c): New.
1892         * Makefile.in: Regenerate.
1893         * configure.tgt: Add support for x86_64-*-linux-gnu*.
1894         * emulparams/elf_x86_64.sh: New.
1896 2000-11-30  Hans-Peter Nilsson  <hp@axis.com>
1898         * emulparams/crislinux.sh (ENTRY): Change back to _start.
1899         (TEXT_START_SYMBOLS): Remove conditional setting of __start.
1901         * scripttempl/crisaout.sc: Change all RELOCATING not related to
1902         merging non-a.out sections into CONSTRUCTING.
1904 2000-11-28  Nick Clifton  <nickc@redhat.com>
1906         * ld.1 (COPYING): Mention that the GNU Free Documentation
1907         License is present in the sources, but not the output, and
1908         also available from the GNU website.
1909         (GNU Free Documentation License): Comment out this section.
1911 2000-11-28  David O'Brien  <obrien@dragon.nuxi.com>
1913         * emulparams/elf64alpha.sh (ENTRY): Remove leading underscore as ELF
1914         does not use them.
1916 2000-11-25  David O'Brien  <obrien@FreeBSD.org>
1918         * ld.1: Remove old date so it does not give the impression the manpage
1919         is way out of date.
1921 2000-11-24  Nick Clifton  <nickc@redhat.com>
1923         * configure.tgt (xscale-coff): Add target.
1924         (xscale-elf): Add target.
1926 2000-11-24  Fred Fish  <fnf@be.com>
1928         * ldmain.c (main): Remove redundant init of config.make_executable
1929         to true.
1931 2000-11-15  Richard Henderson  <rth@redhat.com>
1933         * emulparams/elf64alpha.sh (MAXPAGESIZE): Typo -- 64k, not 1M.
1935 2000-11-14  Kazu Hirata  <kazu@hxi.com>
1937         * scripttempl/h8300.sc: Fix formatting.
1938         * scripttempl/h8300h.sc: Likewise.
1939         * scripttempl/h8300s.sc: Likewise.
1941 Tue Nov 14 00:59:19 2000  Denis Chertykov  <denisc@overta.ru>
1943         * scripttempl/elf32avr.sc: Fix bug in .eeprom segment.
1945 2000-11-09  Philip Blundell  <pb@futuretv.com>
1947         * emultempl/pe.em: Define ___start_SECNAME and ___stop_SECNAME
1948         around orphan sections whose names can be represented in C.
1950 2000-11-07  Jim Wilson  <wilson@redhat.com>
1952         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): New local
1953         hold_sdata.  If SEC_SMALL_DATA set, set place to hold_sdata.
1955 2000-11-06  Nick Clifton  <nickc@redhat.com>
1957         * ld.texinfo: Add GNU Free Documentation License.
1958         * ldint.texinfo: Add GNU Free Documentation License.
1959         * ld.1: Add GNU Free Documentation License.
1961 2000-11-05  Alan Modra  <alan@linuxcare.com.au>
1963         * ldlex.l (yy_create_string_buffer): Init yy_is_our_buffer,
1964         yy_is_interactive, yy_at_bol, and yy_fill_buffer.
1966         * Makefile.am (DISTCLEANFILES): Add stringify.sed.
1967         Move 2000-11-02 Makefile.in changes to this file.
1968         * Makefile.in: Regenerate.
1970 2000-11-03  Nick Clifton  <nickc@redhat.com>
1972         * scripttempl/h8300.sc: Use ${CONSTRUCTING...} to enclose
1973         constructors and destructors.
1974         * scripttempl/h8300h.sc: Ditto.
1975         * scripttempl/h8300s.sc: Ditto.
1976         * scripttempl/h8500.sc: Ditto.
1977         * scripttempl/h8500b.sc: Ditto.
1978         * scripttempl/h8500c.sc: Ditto.
1979         * scripttempl/h8500m.sc: Ditto.
1980         * scripttempl/h8500s.sc: Ditto.
1981         * scripttempl/v850.sc: Ditto.
1982         * scripttempl/w65.sc: Ditto.
1983         * scripttempl/z8000.sc: Ditto.
1985 2000-11-02  Per Lundberg  <plundis@chaosdev.org>
1987         * Makefile.in (e_i386_chaos.c): New rule.
1988         (ALL_EMULATIONS): Added e_i386_chaos.o.
1989         * emulparams/elf_i386_chaos.sh: New file.
1990         * configure.tgt: Recognise i[3456]86-chaosdev-storm-chaos.
1992 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
1994         * emulparams/elf64_sparc.sh (TEXT_START_ADDR,
1995         NONPAGED_TEXT_START_ADDR): Set to 4GB for Solaris targets.
1996         Fix sed invocation, so that it coped with '/' in Solaris 64bit
1997         library path suffix.
1998         Based on patch by Andrew Macleod <amacleod@cygnus.com>.
2000 2000-10-18  Hans-Peter Nilsson  <hp@axis.com>
2002         * scripttempl/crisaout.sc (.text, .data): Pad, with ALIGN (32),
2003         for consecutive sections.
2005 2000-10-17  Chandrakala Chavva  <cchavva@redhat.com>
2007         * lexsup.c: New option OPTION_TARGET_HELP. Prints all target specific
2008         options.
2009         * ld.texinfo: Added notes about this new option.
2011 2000-10-16  Nick Clifton  <nickc@redhat.com>
2013         * emultempl/pe.em (_after_open): Add tests of return values from
2014         bfd functions.  Emit appropriate error messages if necessary.
2016 2000-10-13  Nick Clifton  <nickc@redhat.com>
2018         * emultempl/pe.em (_after_open): Delete 'is2' and 'nsyms'
2019         local variables - they are not used, but leave in the call to
2020         bfd_canonicalize_symtab.
2021         (_open_dynamic_archive): Add #ifdef DLL_SUPPORT around use of
2022         pe_dll_search_prefix.
2024 2000-10-12  Charles Wilson  <cwilson@ece.gatech.edu>
2026         * emultempl/pe.em (pe_dll_search_prefix): New variable,
2027         (longopts): New --dll-search-prefix option.
2028         (gld_${EMULATION_NAME}_list_options): Document.
2029         (gld_${EMULATION_NAME}_parse_args): Handle.
2030         (gld_${EMULATION_NAME}_open_dynamic_archive): When linking
2031         dynamically, search for a dll named '<prefix><basename>.dll'
2032         in preference to 'lib<basename>.dll' if --dll-search-prefix
2033         is specified.
2035 2000-10-12  Alan Modra  <alan@linuxcare.com.au>
2037         * ldlang.c (section_already_linked): Set kept_section instead of
2038         sec->comdat->sec.
2040 2000-10-10  Kazu Hirata  <kazu@hxi.com>
2042         * deffile.h: Fix formatting.
2043         * lexsup.c: Likewise.
2044         * mri.c: Likewise.
2046 2000-10-09  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
2048         * pe-dll.c (make_one): Do not generate code thunk for DATA
2049         exports.
2050         (process_def_file): deduce DATA flag for auto-export sumbols.
2052 2000-10-09  Kazu Hirata  <kazu@hxi.com>
2054         * ld.h: Fix formatting.
2055         * ldcref.c: Likewise.
2056         * ldctor.h: Likewise.
2057         * ldemul.c: Likewise.
2058         * ldemul.h: Likewise.
2059         * ldexp.c: Likewise.
2060         * ldexp.h: Likewise.
2061         * ldfile.c: Likewise.
2062         * ldfile.h: Likewise.
2063         * ldlang.c: Likewise.
2064         * ldlang.h: Likewise.
2065         * ldmain.c: Likewise.
2066         * pe-dll.c: Likewise.
2068         * pe-dll.c: Revert some formatting fixes.
2070 2000-10-08  Kazu Hirata  <kazu@hxi.com>
2072         * pe-dll.c: Fix formatting.
2074 2000-10-05  Kazu Hirata  <kazu@hxi.com>
2076         * ldlang.c: Fix formatting.
2078 2000-10-03  DJ Delorie  <dj@redhat.com>
2080         * pe-dll.c (fill_edata): initialize entire block
2081         (make_one): fill in correct section.
2083 2000-10-03  Kazu Hirata  <kazu@hxi.com>
2085         * ldexp.c: Fix formatting.
2087 2000-10-02  DJ Delorie  <dj@redhat.com>
2089         * emultempl/pe.em (gld_*_after_open): detect case where there two
2090         import libraries for same dll; rename one to ensure proper link
2091         order.
2093         * pe-dll.c (process_def_file): compare ordinals to -1, not 0; fix
2094         typo
2095         (generate_edata): fix typo
2097 2000-09-29  Hans-Peter Nilsson  <hp@axis.com>
2099         * scripttempl/crisaout.sc (ENTRY): Now __start.
2100         (.text): Add default setting for __start.
2101         Remove CONSTRUCTORS handling.
2102         (/DISCARD/): Add .gnu.warning.*.
2103         * emulparams/crislinux.sh (ENTRY): Now __start.
2104         (TEXT_START_SYMBOLS): New; provide __Stext and __start default.
2105         * emulparams/criself.sh (OUTPUT_FORMAT): Now elf32-us-cris.
2106         (ENTRY): Now __start.
2107         (INITIAL_READONLY_SECTIONS): Add KEEP for .startup.
2108         (EXECUTABLE_SYMBOLS): Add default setting for __start.
2110 2000-09-29  Kazu Hirata  <kazu@hxi.com>
2112         * deffile.h: Fix formatting.
2113         * ld.h: Likewise.
2114         * ldcref.c: Likewise.
2115         * ldctor.c: Likewise.
2116         * ldctor.h: Likewise.
2117         * ldemul.c: Likewise.
2118         * ldemul.h: Likewise.
2119         * ldexp.c: Likewise.
2120         * ldexp.h: Likewise.
2121         * ldfile.c: Likewise.
2122         * ldfile.h: Likewise.
2123         * ldlang.c: Likewise.
2124         * ldlang.h: Likewise.
2125         * lexsup.c: Likewise.
2126         * mri.c: Likewise.
2127         * pe-dll.c: Likewise.
2129 2000-09-28  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
2131         * pe-dll.c (process_def_file): Uninitialized data wasn't
2132         exported with --export-all-symbols switch.
2134 2000-09-28  DJ Delorie  <dj@redhat.com>
2136         * pe-dll.c (fill_edata): rearrange the data so that ordinals and
2137         noname work properly.
2139 2000-09-28  Alan Modra  <alan@linuxcare.com.au>
2141         * ld.texinfo (HPPA ELF32): New section.
2143         * emultempl/hppaelf.em (group_size): New.
2144         (hppaelf_finish): Pass group_size to elf32_hppa_size_stubs.
2145         (PARSE_AND_LIST_PROLOGUE): Add OPTION_STUBGROUP_SIZE.
2146         (PARSE_AND_LIST_LONGOPTS): Add --stub-group-size.  Duplicate
2147         options to prevent abbreviations matching.
2148         (PARSE_AND_LIST_OPTIONS): Describe the above.  Reformat.
2149         (PARSE_AND_LIST_ARGS_CASES): Handle it.
2151 2000-09-21  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
2153         * emultempl/m68kelf.em: Conditionalise the embedded relocs feature
2154         on the m68*-*-elf target.  Make it support COFF input objects.
2156 2000-09-21  Kazu Hirata  <kazu@hxi.com>
2158         * ldmain.c: Fix formatting.
2159         * ldmisc.c: Likewise.
2160         * ldver.c: Likewise.
2161         * ldwrite.c: Likewise.
2163 2000-09-21  Alan Modra  <alan@linuxcare.com.au>
2165         * ldwrite.c (clone_section): Silence gcc warnings.
2167 2000-09-20  Alan Modra  <alan@linuxcare.com.au>
2169         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Handle
2170         out of memory failure.
2172         * ldwrite.c (ldwrite): Remove unnecessary einfo arg.
2173         (clone_section): Handle out of memory failures.  Rename var to
2174         avoid c++ reserved word.
2176 2000-09-18  Alan Modra  <alan@linuxcare.com.au>
2178         * emultempl/hppaelf.em (hppaelf_add_stub_section): Rename
2179         stub_name param to stub_sec_name.
2180         (hppaelf_finish): Modify call to elf32_hppa_size_stubs.
2182 2000-09-10  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
2184         * emultempl/m68kelf.em: New file.
2185         * emulparams/m68kelf.sh (EXTRA_EM_FILE): Use it.
2186         * Makefile.am (em68kelf.c): Add dependency on m68kelf.em.
2187         * Makefile.in: Regenerate.
2189 2000-09-15  Alan Modra  <alan@linuxcare.com.au>
2191         * emulparams/hppalinux.sh (DATA_START_SYMBOLS): Provide $global$
2192         only as needed.
2194 2000-09-13  Nick Clifton  <nickc@redhat.com>
2196         * ldmain.c (multiple_definition): Disable relaxation if
2197         multiple symbol definitions are encountered - otherwise the
2198         linker could abort with an assertion failure.
2200 2000-09-10  Nick Clifton  <nickc@redhat.com>
2202         * mri.c: Fix formatting.
2204 2000-09-07  H.J. Lu  <hjl@gnu.org>
2206         * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
2207         * configure: Rebuild.
2209 2000-09-07  H.J. Lu  <hjl@gnu.org>
2211         * Makefile.am (lexsup.o): Also depend on $(INCDIR)/demangle.h.
2212         * Makefile.in: Rebuild.
2214 2000-09-07  Alan Modra  <alan@linuxcare.com.au>
2216         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Fix
2217         broken list handling.  Create __start_SECNAME and __stop_SECNAME
2218         when no place-holder.  Add some comments.  Test both SEC_CODE and
2219         SEC_READONLY for hold_text to prevent .rodata orphan poisoning.
2220         Handle case where no output section statement created.
2222 2000-09-07  Niibe Yutaka  <gniibe@m17n.org>, Kaz Kojima  <kkojima@rr.iij4u.or.jp>, Alexandre Oliva  <aoliva@redhat.com>
2224         * configure.tgt (sh-*-linux*): Added.
2225         * Makefile.am: Added eshelf_linux and eshlelf_linux.
2226         * Makefile.in: Rebuilt.
2227         * emulparams/shelf_linux.sh: New file.
2228         * emulparams/shlelf_linux.sh: New file.
2230 2000-09-06  Alan Modra  <alan@linuxcare.com.au>
2232         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
2233         try shuffling sections when the orphan happens to be the place
2234         holder.  Keep count of unique section names generated so we speed
2235         the search for a new name.
2237 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
2239         * configure: Rebuilt with new libtool.m4.
2241 2000-09-05  Nick Clifton  <nickc@redhat.com>
2243         * Makefile.in: Regenerate.
2244         * aclocal.m4: Regenerate.
2245         * configure: Regenerate.
2246         * config.in: Regenerate.
2247         * po/ld.pot: Regenerate.
2249         * ldint.texinfo: Remove CVS revision marker - it foils local
2250         comparisons.
2252         * emultempl/ticoff.em: Remove extraneous comma.
2254 2000-09-05  Alan Modra  <alan@linuxcare.com.au>
2256         * emultempl/hppaelf.em (hppaelf_add_stub_section): Add SEC_RELOC
2257         to stub section flags.
2258         (hppa_for_each_input_file_wrapper): New.
2259         (hppa_lang_for_each_input_file): New.
2260         (lang_for_each_input_file): Define to call above.
2261         (multi_subspace): New.
2262         (hppaelf_finish): Pass multi_subspace to elf32_hppa_size_stubs.
2263         (PARSE_AND_LIST_PROLOGUE): Define.
2264         (PARSE_AND_LIST_LONGOPTS): Define.
2265         (PARSE_AND_LIST_OPTIONS): Define.
2266         (PARSE_AND_LIST_ARGS_CASES): Define.
2267         (hppaelf_finish): Call elf32_hppa_set_gp.
2268         (hppaelf_set_output_arch): Remove.
2269         (LDEMUL_SET_OUTPUT_ARCH): Remove.
2271         * emulparams/hppalinux.sh (ELFSIZE): Define.
2272         (MACHINE): Define.
2273         (OTHER_READONLY_SECTIONS): Define.
2274         (DATA_PLT): Define.
2275         (GENERATE_SHLIB_SCRIPT): Define.
2277         * ldlang.c: Add missing prototypes, and tidy others.  Change CONST
2278         to const throughout.  Change `void *' to `PTR' throughout.
2279         (lang_memory_default): Function is local to file, add `static'.
2281         * Makefile.am (ehppaelf.c): Depend on emultempl/elf32.em.
2282         (ehppalinux.c): Likewise.
2283         (earmelf.c): Likewise.
2284         (earmelf_linux.c): Likewise.
2285         (earmelf_linux26.c): Likewise.
2286         * Makefile.in: Regenerate.
2288         * ld.h (ld_config_type): Add unique_orphan_sections.
2289         * lexsup.c (OPTION_UNIQUE): Define.
2290         (ld_options): Add "--unique".
2291         (parse_args): Handle it.
2292         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
2293         search for an existing output section if unique_orphan_sections is
2294         set.  Make use of bfd_get_unique_section_name rather than
2295         duplicating code here.
2296         * ld.texinfo: Describe --unique.
2298         * lexsup.c (ld_options): Make split-by-reloc arg optional. Add
2299         optional arg to split-by-file.
2300         (parse_args): Handle them.
2301         * ld.texinfo: Update description of these options.
2302         * ldwrite.c (clone_section): Pass in the section name.  Replace
2303         local code with bfd_get_unique_section_name.
2304         (split_sections): Tidy code and comments.  Use a list traversal
2305         more appropriate to the list construction.  Handle cooked section
2306         sizes.  Split when split_by_reloc reached rather than exceeded.
2307         Track section size and split when split_by_file reached.  Fix
2308         link_order_tail (even though it's not used).
2309         (ldwrite): Modify condition for calling split_sections to suit
2310         changed split_by_reloc and split_by_file.
2311         * ldmain.c (main): Init config.split_by_reloc and
2312         config.split_by_file to -1.
2313         * ld.h (ld_config_type): Change split_by_reloc to unsigned.
2314         Change split_by_file to bfd_size_type.
2316 2000-09-02  Nick Clifton  <nickc@redhat.com>
2318         * configure.in: Increase version number to 2.10.91.
2319         * NEWS: Mention new ability to support removal of duplicate DWARF2
2320         debug information.
2321         * configure: Regenerate.
2322         * aclocal.m4: Regenerate.
2323         * config.in: Regenerate.
2325 2000-09-02  Daniel Berlin <dberlin@redhat.com>
2327         * scripttempl/elf.sc: Add .gnu.linkonce.wi.* to .debug_info
2328         sections.
2329         * scripttempl/elf32avr.sc: Ditto.
2330         * scripttempl/elfd10v.sc: Ditto.
2331         * scripttempl/elfd30v.sc: Ditto.
2332         * scripttempl/elfi370.sc: Ditto.
2333         * scripttempl/elfm68hc11.sc: Ditto.
2334         * scripttempl/elfm68hc12.sc: Ditto.
2335         * scripttempl/elfi386beos.sc: Ditto.
2336         * scripttempl/v850.sc: Ditto.
2338 2000-08-31  Alexandre Oliva  <aoliva@redhat.com>
2340         * acinclude.m4: Include libtool and gettext macros from the
2341         top level.
2342         * aclocal.m4, configure: Rebuilt.
2344 2000-08-25  Nick Clifton  <nickc@redhat.com>
2346         * ldlang.c (open_output): When choosing the target for a
2347         particular endianness, do nothing if the target is not
2348         supported.
2350 2000-08-25  H.J. Lu  <hjl@gnu.org>
2352         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Don't
2353         check -rpath nor LD_RUN_PATH for cross link.
2354         * ld.texinfo: Document the change.
2356 2000-08-24  Hans-Peter Nilsson  <hp@axis.com>
2358         * NEWS: Mention support for CRIS.
2360 2000-08-23  H.J. Lu  <hjl@gnu.org>
2362         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Get
2363         the current runpath list from bfd_elf_get_runpath_list ()
2364         before search.
2366 2000-08-22  H.J. Lu  <hjl@gnu.org>
2368         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Search
2369         the DT_RPATH/DT_RUNPATH entries for DT_NEEDED after
2370         LD_LIBRARY_PATH for native linker. Display the needed DSO if
2371         trace_file_tries is non-zero.
2372         (gld${EMULATION_NAME}_try_needed): Report the needed DSO found
2373         if trace_file_tries is non-zero.
2375         * ld.texinfo: Document the usage of DT_RPATH/DT_RUNPATH.
2376         * NEWS: Mention it.
2378 2000-08-14  Jason Eckhardt  <jle@cygnus.com>
2380         * NEWS: Mention i860 support.
2382 2000-08-14  Andreas Schwab  <schwab@suse.de>
2384         * scripttempl/elf.sc: Fix last change to use correct comment
2385         syntax.
2387 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
2389         * scripttempl/elf.sc: Add a comment giving the correspondence
2390         between sections, per-datum sections, and linkonce sections.  Make
2391         the comment true even for .bss, .sdata, .sdata2, .sbss, and
2392         .sbss2.
2394 2000-08-10  Jason Eckhardt  <jle@cygnus.com>
2396         * emulparams/elf32_i860.sh: New file.
2397         * configure.tgt: Recognize new target i860-stardent-{sysv4*|elf*}.
2398         * Makefile.am (ALL_EMULATIONS): Add eelf32_i860.o.
2399         (eelf32_i860.c): New rule.
2400         * Makefile.in: Regenerate.
2402 2000-08-10  Nick Clifton  <nickc@cygnus.com>
2404         * emulparams/mipspe.sh (ENTRY): Add definition.
2406 2000-08-08  Peter Jeremy  <peter.jeremy@alcatel.com.au>
2408         * emultempl/elf32.em (_after_close): Refer to -rpath not --rpath
2409         in error message.
2411 2000-08-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
2413         * scripttempl/elfm68hc11.sc: Define __bss_size symbol to indicate
2414         the final size of .bss section.
2415         * scripttempl/elfm68hc12.sc: Likewise.
2417 2000-08-04  Alan Modra  <alan@linuxcare.com.au>
2419         * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Rename to
2420         gld${EMULATION_NAME}_parse_args for consistency.  Combine
2421         lastoptind and prevoptind vars, and keep track of last optind.
2422         (gld_${EMULATION_NAME}_list_options): Rename to
2423         gld${EMULATION_NAME}_list_options.
2425 2000-08-03  Rodney Brown  <RodneyBrown@pmsc.com>
2427         * configure.tgt: Select targ_emul=elf_i386 for Unixware 7
2428         (i586-sco-sysv5uw7.1.0).
2430 2000-07-27  H.J. Lu  <hjl@gnu.org>
2432         * emulparams/elf64alpha.sh (PARSE_AND_LIST_ARGS): Removed.
2433         (PARSE_AND_LIST_PROLOGUE): New.
2434         (PARSE_AND_LIST_LONGOPTS): Likewise.
2435         (PARSE_AND_LIST_OPTIONS): Likewise.
2436         (PARSE_AND_LIST_ARGS_CASES): Likewise.
2437         (PARSE_AND_LIST_EPILOGUE): Likewise.
2439 2000-07-28  Alan Modra  <alan@linuxcare.com.au>
2441         * emultempl/armelf.em: Elide functions common to elf32.em,
2442         ie. most of the file.
2443         (arm_elf_after_open): New.  Do arm specific things then call
2444         gld${EMULATION_NAME}_after_open.
2445         (arm_elf_before_allocation): New.  Call
2446         gld${EMULATION_NAME}_before_allocation then do arm specifics.
2447         (PARSE_AND_LIST_PROLOGUE): Define.
2448         (PARSE_AND_LIST_SHORTOPTS): Define.
2449         (PARSE_AND_LIST_LONGOPTS): Define.
2450         (PARSE_AND_LIST_OPTIONS): Define.
2451         (PARSE_AND_LIST_ARGS_CASES): Define.
2452         (LDEMUL_AFTER_OPEN): Define.
2453         (LDEMUL_BEFORE_ALLOCATION): Define.
2454         (LDEMUL_BEFORE_PARSE): Define.
2455         (LDEMUL_FINISH): Define.
2457         * emultempl/hppaelf.em: Similarly zap most of this file.
2458         (hppaelf_add_stub_section): Prototype.
2459         (hppaelf_layaout_sections_again): Prototype.
2460         (hook_in_stub): Prototype.
2461         (LDEMUL_SET_OUTPUT_ARCH): Define.
2462         (LDEMUL_FINISH): Define.
2463         (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
2465         * emulparams/armelf.sh (TEMPLATE_NAME): Use elf32.
2466         (EXTRA_EM_FILE): New.
2467         * emulparams/armelf_linux.sh: Likewise.
2468         * emulparams/armelf_linux26.sh: Likewise.
2469         * emulparams/hppalinux.sh: Likewise.
2470         * emulparams/hppaelf.sh: Likewise.
2471         (NOP): Define.
2473         * emultempl/elf32.em: Fix formatting.
2474         (EXTRA_EM_FILE): Source it.
2475         (LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
2476         LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
2477         LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
2478         LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
2479         LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
2480         LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
2481         LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
2482         LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
2483         LDEMUL_FIND_POTENTIAL_LIBRARIES): New shell vars.  Add code to
2484         allow functions in this file to be overridden.
2485         (PARSE_AND_LIST_SHORTOPTS): Handle it.
2487         * emultempl/m68kcoff.em: Include ldfile.h before ldemul.h.
2489         * emultempl/elf32.em: Reorganize file.
2491 2000-07-27  Ivan Kokshaysky  <ink@jurassic.park.msu.ru>
2493         * emulparams/elf64alpha.sh: Implement "-taso" emulation
2494         specific option to fit 64-bit executable in the lower
2495         31-bit address range.  This is done by changing start
2496         address of .interp (the very first section of executable)
2497         and then setting EF_ALPHA_32BIT elf header flag.
2499 2000-07-21  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
2501         * emultempl/m68kcoff.em: New file.
2502         * emulparams/m68kcoff.sh (TEMPLATE_NAME): Use m68kcoff template.
2503         * Makefile.am (em68kcoff.c): Depend on m68kcoff.em rather than
2504         generic.em.
2505         * Makefile.in: Regenerate.
2507 2000-07-20  H.J. Lu  <hjl@gnu.org>
2509         * emultempl/elf32.em (longopts): Duplicate "disable-new-dtags"
2510         and "disable-new-dtags" to stop getopt from treating -d/-e as
2511         abbreviations for these options.
2513 2000-07-20  H.J. Lu  <hjl@gnu.org>
2515         * ld.texinfo: Add documentation for --disable-new-dtags and
2516         --enable-new-dtags.
2518         * ldmain.c (main): Initialize link_info.new_dtags to false.
2520         * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Add
2521         --disable-new-dtags and --enable-new-dtags.
2522         (gld_${EMULATION_NAME}_list_options): Likewise.
2524 2000-07-05  Kenneth Block  <krblock@computer.org>
2526         * lexsup.c: Add optional style to demangle switch
2527         * ld.texinfo: Document optional style to demangle switch.
2529 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
2531         * Makefile.am (ALL_EMULATIONS): Add ecrisaout.o, ecriself.o,
2532         ecrislinux.o.
2533         (ecrisaout.c, ecriself.c, ecrislinux.c): New rules.
2534         Regenerate dependencies.
2535         * Makefile.in: Rebuild.
2536         * configure.tgt (cris-*-*): New target.
2537         * emulparams/crisaout.sh, emulparams/criself.sh,
2538         emulparams/crislinux.sh, scripttempl/crisaout.sc: New files.
2539         * po/POTFILES.in, po/ld.pot: Regenerate.
2541 2000-07-20  H.J. Lu  <hjl@gnu.org>
2543         * emultempl/elf32.em (gld_${EMULATION_NAME}_list_options):
2544         Print out ignored -z options.
2546 2000-07-19  H.J. Lu  <hjl@gnu.org>
2548         * emulparams/elf32mcore.sh (PARSE_AND_LIST_ARGS): Removed.
2549         (PARSE_AND_LIST_PROLOGUE): New.
2550         (PARSE_AND_LIST_LONGOPTS): Likewise.
2551         (PARSE_AND_LIST_OPTIONS): Likewise.
2552         (PARSE_AND_LIST_ARGS_CASES): Likewise.
2554         * ldmain.c (main): Clear link_info.flags and link_info.flags_1.
2556         * lexsup.c (ld_options): Comment out 'z'.
2557         (parse_args): Likewise.
2559         * emultempl/elf32.em: Include "elf/common.h".
2560         (gld_${EMULATION_NAME}_parse_args): Defined. Handle some -z
2561         options.
2562         (gld_${EMULATION_NAME}_list_options): Likewise.
2564         * ld.texinfo: Add documentation for the recognized -z options.
2566 2000-07-19  H.J. Lu  <hjl@gnu.org>
2568         * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Call
2569         bfd_elf_set_dt_needed_soname ().
2571 2000-07-18  DJ Delorie  <dj@cygnus.com>
2573         * pe-dll.c (pe_dll_id_target): check object target name also
2575 2000-07-18  Hans-Peter Nilsson  <hp@axis.com>
2577         * scripttempl/elf.sc (.init): Only do ${INIT_START} and
2578         ${INIT_END} if relocating.
2579         (.fini): Likewise ${FINI_START} and ${FINI_END}.
2581 2000-07-16  Charles Wilson  <cwilson@ece.gatech.edu>
2583         * emultempl/pe.em (gld_*_open_dynamic_archive): New search
2584         order for dynamic library '-lfoo' on pei386: libfoo.dll.a,
2585         foo.dll.a, libfoo.a, libfoo.dll, foo.dll. This fixes compatibility
2586         errors introduced by the old dynamic lib search order.
2588 2000-07-17  DJ Delorie  <dj@cygnus.com>
2590         * pe-dll.c (process_def_file): auto-export data items also
2591         (pe_process_import_defs): also see if _imp_ form needed
2593 2000-07-12  Charles Wilson  <cwilson@ece.gatech.edu>
2595         * pe-dll.c (make_one): fix a typo in the __imp_ name decoration
2596         for dll import libraries
2598 2000-07-12  Mark Elbrecht  <snowball3@bigfoot.com>
2600         * scripttempl/i386go32.sc: Support the g++ attribute init_priority in
2601         gcc 2.95.2 and later.
2603 2000-07-11  Kazu Hirata  <kazu@hxi.com>
2605         * ldfile.c (ldfile_try_open_bfd): Output '\n' after an error
2606         message.
2608 2000-07-10  Alan Modra  <alan@linuxcare.com.au>
2610         * ldemul.h (struct lang_input_statement_struct): Remove forward
2611         declaration.
2612         (struct search_dirs): Likewise.
2613         * ldfile.h (struct lang_input_statement_struct): Likewise.
2614         Protect file from multiple inclusion.
2615         * ldlang.h (LANG_FOR_EACH_INPUT_STATEMENT): Move file_chain
2616         declaration from macro to file scope.
2618         * ldemul.c: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this order.
2619         * ldgram.y: Likewise here.
2620         * ldlang.c: And here.
2621         * ldmain.c: And here.
2622         * mpw-elfmips.c: And here.
2623         * mpw-eppcmac.c: And here.
2624         * emultempl/aix.em: And here.
2625         * emultempl/armcoff.em: And here.
2626         * emultempl/armelf.em: And here.
2627         * emultempl/armelf_oabi.em: And here.
2628         * emultempl/beos.em: And here.
2629         * emultempl/elf32.em: And here.
2630         * emultempl/hppaelf.em: And here.
2631         * emultempl/linux.em: And here.
2632         * emultempl/lnk960.em: And here.
2633         * emultempl/pe.em: And here.
2634         * emultempl/sunos.em: And here.
2635         * mpw-esh.c: And here. Include ldexp.h and ldlang.h too.
2636         * mpw-idtmips.c: Ditto.
2637         * emultempl/generic.em: Ditto.
2638         * emultempl/gld960.em: Ditto.
2639         * emultempl/gld960c.em: Ditto.
2640         * emultempl/mipsecoff.em: Ditto.
2641         * emultempl/ticoff.em: Ditto.
2642         * emultempl/vanilla.em: Ditto.
2644         * pe-dll.c: Include ldfile.h
2645         * ldver.c: Include ldexp.h, ldlang.h, ldfile.h
2647         * mpw-elfmips.c: (gldelf32ebmip_before_allocation): Add missing
2648         arguments to bfd_elf32_size_dynamic_sections call.
2649         (gldelf32ebmip_place_orphan): Add missing arguments to
2650         lang_leave_output_section_statement call.
2652 2000-07-10  H.J. Lu  <hjl@gnu.org>
2654         * emultempl/pe.em (pe_enable_stdcall_fixup): Protect with
2655         DLL_SUPPORT.
2656         (strhash): Likewise.
2657         (compute_dll_image_base): Likewise.
2658         (pe_undef_found_sym): Likewise.
2659         (pe_undef_cdecl_match): Likewise.
2660         (gld_${EMULATION_NAME}_open_dynamic_archive): Mark the
2661         argument "arch" with ATTRIBUTE_UNUSED.
2663 2000-07-10  Alan Modra  <alan@linuxcare.com.au>
2665         * configure.tgt: Remove extraneous hppa*-*-linux-gnu*.
2667         From  Ryan Bradetich  <rbradetich@uswest.net>
2668         * ldwrite.c (SSIZE): Remove to cure macro redefinition warning.
2670 2000-07-09  Alan Modra  <alan@linuxcare.com.au>
2672         Changes to create multiple linker stubs, positioned immediately
2673         before the section where they are required.
2674         * emultempl/hppaelf.em: Include elf32-hppa.h.
2675         (stub_sec, file_chain): Delete.
2676         (hppaelf_create_output_section_statements): Don't make a stub
2677         section here.
2678         (hook_stub_info): New struct.
2679         (hook_in_stub): New function.
2680         (hppaelf_add_stub_section): New function.
2681         (hppaelf_finish): Do nothing for relocateable links.  Modify the
2682         call to elf32_hppa_size_stubs.  Move code for updating section
2683         layout from here...
2684         (hppaelf_layaout_sections_again): ..to here, a new function.
2686         * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Fix
2687         broken list handling.  Pass in a pointer to the list.
2688         (hppaelf_finish): Update call to hppaelf_delete_padding_statements
2689         for above changes.
2690         (hppaelf_before_parse): Prototype.
2691         (hppaelf_set_output_arch): Prototype.
2692         (hppaelf_create_output_section_statements): Prototype.
2693         (hppaelf_delete_padding_statements): Prototype.
2694         (hppaelf_finish): Prototype.
2696         Merge from elf32.em
2697         * emultempl/hppaelf.em: Include ctype.h.
2698         (struct orphan_save): New.
2699         (gld${EMULATION_NAME}_place_orphan): New.
2700         (output_rel_find): New.
2701         (hppaelf_get_script): Update from elf32.em.
2702         (ld_hppaelf_emulation): Rename to ld_${EMULATION_NAME}_emulation.
2703         Change emulation_name field to "${EMULATION_NAME}".  Add
2704         gld${EMULATION_NAME}_place_orphan.
2706         * Makefile.am (ALL_EMULATIONS): Reinstate ehppaelf.o,  add
2707         ehppalinux.o, sort it.  Regenerate dependencies.
2708         (ehppalinux.c): Depend on hppaelf.em
2709         * Makefile.in: Regenerate.
2711         * configure.tgt: targ_emul=hppalinux for hppa*linux
2713         * emulparams/hppalinux.sh: New.
2714         * emulparams/hppaelf.sh (TARGET_PAGE_SIZE): Write in hex.
2716 2000-07-08  Alan Modra  <alan@linuxcare.com.au>
2718         * lexsup.c (parse_args): Copy section name.
2720 2000-07-07  Charles Wilson  <cwilson@ece.gatech.edu>
2722         * emultempl/pe.em: institute the following search order for
2723         dynamic libraries on pei386: libfoo.dll.a, foo.dll.a (import
2724         libs), libfoo.dll, foo.dll (link direct to dll).  Fall back to
2725         static lib (libfoo.a) if none of the above are found.
2727 2000-07-07  Mumit Khan  <khan@xraylith.wisc.edu>
2729         * emultempl/pe.em (pe_enable_auto_image_base): New variable.
2730         (longopts): New --{enable,disable}-auto-image-base options.
2731         (gld_${EMULATION_NAME}_list_options): Document.
2732         (gld_${EMULATION_NAME}_parse): Handle.
2733         (strhash): New static function.
2734         (compute_dll_image_base): New static function.
2735         (gld_${EMULATION_NAME}_set_symbols): Use.
2737 2000-07-05  DJ Delorie  <dj@redhat.com>
2739         * MAINTAINERS: new
2741 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
2743         * configure.tgt: Add traditional mips (mips*-*-sysv4*) target.
2744         * emulparams/elf32btsmip.sh: New file.
2745         * Makefile.am: Add traditional mips target.
2746         * Makefile.in: Rebuild.
2748 2000-07-01  H.J. Lu  <hjl@gnu.org>
2750         * Makefile.am (EXTRA_ld_new_SOURCES): Set to deffilep.y for
2751         automake to use YLWRAP.
2752         * Makefile.in: Rebuild.
2754 2000-07-01  Alan Modra  <alan@linuxcare.com.au>
2756         * Makefile.am (DEP): Fix 2000-06-22.  grep after running dep.sed
2757         (CLEANFILES): Add DEPA.
2758         * Makefile.in: Regenerate.
2760 2000-06-30  Timothy Wall  <twall@ppc>
2762         * scripttempl/tic54xcoff.sc: PAGE N is not implemented, so encode
2763         the page in the upper octet of the address.
2765 2000-06-26  Marek Michalkiewicz  <marekm@linux.org.pl>
2767         * emulparams/avrmega161.sh (ARCH): Change to avr:5.
2769 2000-06-24  Alan Modra  <alan@linuxcare.com.au>
2771         * NEWS: arm-elf does --gc-sections too.
2773 2000-06-22  Alan Modra  <alan@linuxcare.com.au>
2775         * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
2776         find one.
2777         * Makefile.in: Regenerate.
2779 2000-06-21  H.J. Lu  <hjl@gnu.org>
2781         * Makefile.am: Rebuild dependency.
2782         * Makefile.in: Rebuild.
2784 2000-06-20  H.J. Lu  <hjl@gnu.org>
2786         * Makefile.am: Rebuild dependency.
2787         * Makefile.in: Rebuild.
2789 2000-06-20  Timothy Wall  <twall@cygnus.com>
2791         * scripttempl/tic54xcoff.sc: New.
2792         * ldlang.c (wild_doit): Propagate SEC_BLOCK flag.
2793         * gen-doc.texi: Add flag for TI COFF.
2794         * ld.texinfo: Add documentation for TI COFF handling switches.
2795         * emultempl/ticoff.em: New. TI COFF handling.
2796         * configure.tgt: Add tic54x target.
2797         * Makefile.am: Add tic54x target.
2798         * Makefile.in: Ditto.
2800 2000-06-20  Alan Modra  <alan@linuxcare.com.au>
2802         * ldmain.c (set_scripts_dir): Correct pointer comparison when
2803         checking for backslashes.
2805 2000-06-19  Alan Modra  <alan@linuxcare.com.au>
2807         * NEWS: Move entries not in 2.10 above "Changes in version 2.10".
2809 2000-06-18  Alan Modra  <alan@linuxcare.com.au>
2811         * NEWS: Update list of targets supporting --gc-sections.
2813         * scripttempl/elf.sc: KEEP .eh_frame contents.
2814         * scripttempl/elfd30v.sc: Same here.
2816 2000-06-18  Stephane Carrez  <stcarrez@worldnet.fr>
2818         * Makefile.am (ALL_EMULATIONS): Added new emulation for m68hc12
2819         and m68hc11 (elf).
2820         * Makefile.in: Rebuild.
2821         * configure.tgt: Recognize m68hc12 and m68hc11.
2822         * scripttempl/elfm68hc12.sc: New file.
2823         * emulparams/m68hc12elfb: New emulation.
2824         * emulparams/m68hc12elf: New emulation.
2825         * emulparams/m68hc11elfb.sh: New file.  User configurable emulation
2826         (includes a memory.x script to define the ROM and RAM banks).
2827         * scripttempl/elfm68hc11.sc, emulparams/m68hc11elf.sh:
2828         New configuration files for support of Motorola 68hc11
2830 2000-06-15  Alan Modra  <alan@linuxcare.com.au>
2832         * ldmain.c (main): Only change SEC_READONLY for final link.
2834 2000-06-13  H.J. Lu  <hjl@gnu.org>
2836         * configure: Regenerate.
2838 2000-06-08  David O'Brien  <obrien@FreeBSD.org>
2840         * configure.in (VERSION): Update to show this is the CVS mainline.
2842 2000-06-07  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
2844         * emultempl/mipsecoff.em (gld{EMULATION_NAME}_after_open): Require all
2845         input objects to be ECOFF.
2846         (check_sections): einfo takes %B, not %P, to print a BFD name.
2848 2000-06-05  Michael Matz <matz@ifh.de>
2850         * ldgram.y (vers_defns): Handle 'extern "C++" { ... }' in
2851         version scripts.
2853         * ldlex.l (V_IDENTIFIER): Accept `::' in symbols.
2855 2000-05-23  Marek Michalkiewicz  <marekm@linux.org.pl>
2857         * emulparams/avr1200.sh (STACK): Define as 0.
2858         * emulparams/avr23xx.sh (STACK): Define as last internal SRAM address.
2859         * emulparams/avr4433.sh (STACK): Likewise.
2860         * emulparams/avr44x4.sh (STACK): Likewise.
2861         * emulparams/avr85xx.sh (STACK): Likewise.
2862         * emulparams/avrmega103.sh (STACK): Likewise.
2863         * emulparams/avrmega161.sh (STACK): Likewise.
2864         * emulparams/avrmega603.sh (STACK): Likewise.
2865         * scripttempl/elf32avr.sc (__data_start): Define for gcrt1.
2866         (__stack): Define from ${STACK} for main().
2868 2000-05-26  Alan Modra  <alan@linuxcare.com.au>
2870         * Makefile.am: Update dependencies with "make dep-am"
2871         * Makefile.in: Regenerate.
2873 2000-05-26  Eli Zaretskii  <eliz@is.elta.co.il>
2875         * ldmain.c: Include filenames.h.
2876         (set_scripts_dir): Support backslashes in program name.
2878 2000-05-22  Igor Shevlyakov  <igor@windriver.com>
2880         * ldmain.c (main): When deciding if ".text" section should be
2881         read-only, don't forget to reset SEC_READONLY because it
2882         could be already set.
2884 2000-05-22  Thomas de Lellis  <tdel@windriver.com>
2886         * ld.1: Add documentation for new command line option:
2887                 --section-start <sectionname>=<sectionorg>
2888         This is a generic version of -Ttext etc. which accepts
2889         any section name as a parameter instead of just text/data/
2890         bss.
2891         * ld.texinfo: More docs.
2892         * NEWS: More docs.
2893         * lexsup.c: (parse_args): Recognize new command line option.
2894         (ld_options): Add new option.
2896 2000-05-18  H.J. Lu  <hjl@gnu.org>
2898         * lexsup.c (parse_args): `i' == `r', not `q'.
2900 Thu May 18 10:47:57 2000  Jeffrey A Law  (law@cygnus.com)
2902         * configure.tgt (hppa*64*-*-*): Enable PA64 target.
2904 2000-05-17 S. Bharadwaj Yadavalli  <sby@scrugs.lkg.dec.com>
2905               Rick Gorton          <gorton@scrugs.lkg.dec.com>
2907         Add support for '-q' == '--emit-relocs' switch.
2908         * ldmain.c (main): Default to false.
2909         * lexsup.c (parse_args): Turn on emitrelocations flag if set.
2910         * NEWS: Describe the emitrelocations switch.
2911         * ld.texinfo: Describe the emitrelocations switch.
2913 2000-05-16  Charles Wilson <cwilson@ece.gatech.edu>
2915         * emultempl/pe.em (_open_dynamic_archive): New function: Search
2916         the library path for "foo.dll" and "libfoo.dll" dynamic libraries
2917         before searching for 'libfoo.a' in response to a '-Bdynamic -lfoo'
2918         link options.
2920 2000-05-15  David O'Brien  <obrien@FreeBSD.org>
2922         * lexsup.c (parse_args): Update the year in the copyright notice.
2924 2000-05-13  Alan Modra  <alan@linuxcare.com.au>
2926         * ld.h (gettext, dgettext, dcgettext, textdomain, bindtextdomain):
2927         Replace defines with those from intl/libgettext.h to quieten gcc
2928         warnings.
2930 2000-05-10  H.J. Lu  <hjl@gnu.org>
2932         * ldlang.c (open_input_bfds): Don't load the same file within
2933         a group again if the whole archive has been loaded already.
2935 2000-05-03  Alan Modra  <alan@linuxcare.com.au>
2937         From Ulf Carlsson <ulfc@engr.sgi.com> and Andreas Jaeger <aj@suse.de>
2938         * lexsup.c (set_section_start): Use bfd_scan_vma rather than
2939         strtoul.
2941 Mon May  1 17:34:34 2000  Jim Wilson  <wilson@cygnus.com>
2943         * configure.host (ia64-*-linux-gnu*): Change gcc to ${CC}.
2945         * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
2946         host "ia64-*-linux-gnu*".
2948 2000-04-29  Andreas Jaeger  <aj@suse.de>
2950         * ld.h: Correctly check GCC version.
2952 Tue Apr 25 11:20:43 2000  Jeffrey A Law  (law@cygnus.com)
2954         * Makefile.am: Add PA64 support.  Add missing dependencies for
2955         PA32 elf support.
2956         * Makefile.in: Rebuilt.
2957         * configure.tgt: Add PA64 support (currently disabled).
2959 2000-04-25  Alan Modra  <alan@linuxcare.com.au>
2961         * emultempl/elf32.em (gld${EMULATION_NAME}_place_section): Delete.
2962         (output_rel_find): New function.
2963         (hold_section, hold_use): Delete.
2964         (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
2965         hold_interp): Make local to place_orphan.
2966         (gld${EMULATION_NAME}_place_orphan): Use lang_output_section_find
2967         rather than place_section to find possible previous use of orphan.
2968         Similarly find the place-holder output sections.  Use returned
2969         value from lang_enter_output_section_statement rather than calling
2970         lang_output_section_statement_lookup.
2971         * emultempl/armelf.em: Same here.
2972         * emultempl/pe.em: Similar to above, but no need for output_rel_find.
2974         * ldlang.c (lang_enter_output_section_statement): Return output
2975         section statement.
2976         * ldlang.h (lang_enter_output_section_statement): Change
2977         declaration too.
2979         * ldlang.h (lang_output_section_statement): Export it.
2980         * ldlang.c (lang_output_section_statement): Ditto.
2982 2000-04-24  Nick Clifton  <nickc@cygnus.com>
2984         * ld.texinfo (Output Section Data): Add note that section data
2985         commands cannot appear outside of section directives.
2987 2000-04-2  Matthew Green  <mrg@cygnus.com>
2989         * configure.tgt: Add NetBSD/sparc ELF, and NetBSD/sparc64 support.
2991 Fri Apr 21 13:20:53 2000  Richard Henderson  <rth@cygnus.com>
2992                           David Mosberger  <davidm@hpl.hp.com>
2994         * Makefile.am (ALL_64_EMULATIONS): Add eelf64_ia64.o.
2995         (eelf64_ia64.c): New rule.
2996         * Makefile.in: Rebuild.
2997         * configure.tgt (ia64-*-elf*, ia64-*-linux*): New targets.
2998         * emulparams/elf64_ia64.sh: New file.
3000 2000-04-21  Richard Henderson  <rth@cygnus.com>
3002         * scripttempl/elfd30v.sc: Place .gcc_except_table.
3004 2000-04-19  Alan Modra  <alan@linuxcare.com.au>
3006         * dep-in.sed: Match space at start of file name, not at end.
3008 2000-04-18  H.J. Lu  <hjl@gnu.org>
3010         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Call
3011         lang_leave_output_section_statement () after calling
3012         lang_enter_output_section_statement ().
3013         * emultempl/armelf.em: Likewise.
3015 2000-04-18  Alan Modra  <alan@linuxcare.com.au>
3017         * emultempl/elf32.em (struct orphan_save): Add section field.
3018         (gld${EMULATION_NAME}_place_orphan): Use above to keep sections in
3019         better order, and place first orphan section as we did before the
3020         2000-04-12 patch.  Ignore ~SEC_ALLOC sections when choosing place.
3021         Don't call make_bfd_section here, let wild_doit do the job for us.
3022         Don't build a statement list when we'll only throw it away.
3023         * emultempl/armelf.em: Ditto.
3024         * emultempl/pe.em: Similarly.
3026 2000-04-14  Geoff Keating  <geoffk@cygnus.com>
3028         * scripttempl/elfppc.sc: Remove.
3029         * emulparams/elf32ppc.sh: Use elf.sc.
3030         * emulparams/elf32lppc.sh: Use elf.sc.
3031         * emulparams/elf32ppclinux.sh: Use elf.sc.
3032         * emulparams/elf32ppcsim.sh: New file.
3033         * emulparams/elf32lppcsim.sh: New file.
3034         * Makefile.am: Update dependencies.  Add elf32ppcsim ad elf32lppcsim.
3035         (ALL_EMULATIONS): Add elf32ppcsim ad elf32lppcsim.
3036         * Makefile.in: Regenerate.
3037         * configure.tgt (powerpc-*): Add elf32ppcsim and elf32lppcsim.
3039 2000-04-14  Alan Modra  <alan@linuxcare.com.au>
3041         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Process
3042         ~SEC_ALLOC sections too.  Init start address of debug sections.
3043         * emultempl/armelf.em (gld${EMULATION_NAME}_place_orphan): Ditto.
3044         * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Ditto.
3045         Also set all relocateable section start addresses.
3047 2000-04-13  Geoff Keating  <geoffk@cygnus.com>
3049         * scripttempl/elf.sc: Add support for .sbss2 and .sdata2 sections.
3050         Add new BSS_PLT variable for when .plt need not be contained in
3051         the file.  Move _etext so that it is also after .fini, and provide
3052         both etext and _etext with a leading underscore.  Mark the start
3053         and end of .sbss.
3055 2000-04-12  Alan Modra  <alan@linuxcare.com.au>
3057         * emultempl/elf32.em (struct orphan_save): New.
3058         (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
3059         hold_interp): Make them struct orphan_save.
3060         (gld${EMULATION_NAME}_place_section): Modify for new hold_*.
3061         (gld${EMULATION_NAME}_place_orphan): Add new orphan sections to
3062         the end of the relevant section list.  Also add associated section
3063         statements to the end of any previous orphan statements.
3064         * emultempl/armelf.em: Similarly.
3065         * emultempl/pe.em: Similarly.
3067 2000-04-11  Alan Modra  <alan@linuxcare.com.au>
3069         * ld.texinfo (Simple Example): Remove extraneous paragraph.
3071 Fri Apr  7 15:56:57 2000  Andrew Cagney  <cagney@b1.cygnus.com>
3073         * configure.in (WARN_CFLAGS): Set to -W -Wall by default.  Add
3074         --enable-build-warnings option.
3075         * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
3076         * Makefile.in, configure: Re-generate.
3078 2000-04-04  Alan Modra  <alan@linuxcare.com.au>
3080         * po/ld.pot: Regenerate.
3082         * lexsup.c (help): Restore translated part of bug string.
3084         * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
3085         (DEP): Quote when passing vars to sub-make.  Add warning message
3086         to end.
3087         (DEP1): Rewrite for "gcc -MM".
3088         (CLEANFILES): Add DEP2.
3089         Update dependencies.
3090         * Makefile.in: Regenerate.
3092 2000-04-03  Alan Modra  <alan@linuxcare.com.au>
3094         * ld.h: #include "bin-bugs.h"
3095         * lexsup.c (help): Use REPORT_BUGS_TO.
3097 2000-03-27  Denis Chertykov  <denisc@overta.ru>
3099         * configure.tgt (avr-*-*): New target support.
3100         * Makefile.am: Likewise.
3101         * scripttempl/elf32avr.sc: New script file.
3102         * emulparams/avr1200.sh: New file.
3103         * emulparams/avr23xx.sh: New file.
3104         * emulparams/avr4433.sh New file.
3105         * emulparams/avr44x4.sh New file.
3106         * emulparams/avr85xx.sh New file.
3107         * emulparams/avrmega103.sh New file.
3108         * emulparams/avrmega161.sh New file.
3109         * emulparams/avrmega603.sh New file.
3110         * Makefile.in: Regenerate.
3112 2000-03-09  Andreas Jaeger  <aj@suse.de>
3114         * Makefile.am (check-DEJAGNU): Also unset LANG.
3115         * Makefile.in: Rebuild.
3117 2000-03-06  Ian Lance Taylor  <ian@zembu.com>
3119         * ldfile.c (ldfile_try_open_bfd): Don't crash if we see an empty
3120         archive.
3122 2000-03-02  H.J. Lu  <hjl@gnu.org>
3124         * emulparams/elf32mcore.sh: Include "getopt.h".
3126 2000-03-01  Ian Lance Taylor  <ian@zembu.com>
3128         * configure.tgt: Remove *-*-aout, *-*-coff, and *-*-netware.
3130 2000-03-01  H.J. Lu  <hjl@gnu.org>
3132         * emulparams/mipspe.sh: Add SUBSYSTEM and INITIAL_SYMBOL_CHAR.
3133         * emulparams/shpe.sh: Likewise.
3135 2000-03-01  Nick Clifton  <nickc@cygnus.com>
3137         * pe-dll.c: Remove unused variables and add ATTRIBUTE_UNUSED
3138         to unused parameters.
3140         * emultempl/pe.em: Add "#ifdef DLL_SUPPORT" around static
3141         functions only used by DLL code.
3142         (_place_orphan): Initialise 'dollar'.
3144 2000-03-01  H.J. Lu  <hjl@gnu.org>
3146         * ldmain.c (undefined_symbol): Take one more arg, fatal, to
3147         indicate if the undefined symbol is a fatal error or not.
3148         Don't delete the output file if "fatal" is false.
3150 2000-02-29  H.J. Lu  <hjl@gnu.org>
3152         * Makefile.am (check-DEJAGNU): Also pass LIBS="$(LIBS)".
3153         Set LC_COLLATE and LC_ALL to null and export them. It is for
3154         sort which expects the C locale.
3155         Add $(LIBS) to all $(HOSTING_LIBS).
3156         * Makefile.in: Rebuild.
3158 2000-02-29  Alan Modra  <alan@spri.levels.unisa.edu.au>
3160         * emultempl/{aix.em, armcoff.em, armelf.em, armelf_oabi.em,
3161         beos.em, elf32.em, generic.em, gld960.em, gld960c.em, hppaelf.em,
3162         linux.em, lnk960.em, mipsecoff.em, sunos.em, vanilla.em}
3163         (ld_emulation_xfer_struct): Add missing NULL initialiser for
3164         find_potential_libraries.
3166 2000-02-28  Jim Blandy  <jimb@redhat.com>
3168         * ldgram.y (exclude_name_list): Don't require a comma to separate
3169         list entries; the lexer considers commas to be valid part of a
3170         filename, so in something like `foo, bar' the comma is considered
3171         part of the first filename, `foo,'.
3172         * ld.texinfo: Update section on EXCLUDE_FILE lists.
3174 2000-02-27  Loren J. Rittle  <ljrittle@acm.org>
3176         * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
3177         host "i[3456]86-*-freebsdelf*".
3179 2000-02-27  Mark Elbrecht  <snowball3@bigfoot.com>
3181         * scripttempl/i386go32.sc: Move misplaced semicolons.
3183 2000-02-25  Ian Lance Taylor  <ian@zembu.com>
3185         * Makefile.am (ALL_EMULATIONS): Remove ehppaelf.o.
3186         (ALL_64_EMULATIONS): Remove eelf64hppa.o.
3187         (eelf64hppa.c, ehppaelf.c): Remove targets.
3188         * Makefile.in: Rebuild.
3190 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
3192         * configure.tgt (targ_extra_ofiles): Enable elf64_sparc on
3193         GNU/Linux/sparc, but keep the default as 32.
3195         * configure.tgt: Enable elf64_sparc on Solaris7+/sparc.  And make
3196         it default if sparcv9 or sparc64.
3198 2000-02-24  Nick Clifton  <nickc@cygnus.com>
3200         * Makefile.am: Add rules to build emipspe.o and earmpe.o.
3201         * Makefile.in: Regenerate.
3202         * configure.tgt: Add targets for arm-wince, sh-pe and mips-pe.
3204         * ldemul.h (ld_emulation_xfer_struct): Add new field:
3205         find_potential_libraries.
3206         * ldemul.c (ldemul_find_potential_libraries): New function.
3208         * ldfile.c (ldfile_open_file_search): Allow function to be
3209         exported.
3210         (ldfile_open_file): Call ldemul_find_potential_libraries.
3211         * ldfile.h: Add prototype for ldfile_open_file_search.
3213         * pe-dll.c: Add support for ARM, MIPS and SH targets.
3215         * emulparams/mipspe.sh: New file.  Parameters for mips-pe target.
3216         * emulparams/shpe.sh: New file.  Parameters for sh-pe target.
3218         * emultempl/pe.em: Add support for ARM, MIPS and SH DLLs.
3219         (gld_X_find_potential_libraries): New function.  Search for
3220         libraries called "*.lib".
3222         * scripttempl/pe.sc: Add .pdata section.
3224 2000-02-23  Richard Henderson  <rth@cygnus.com>
3226         * scripttempl/elfd10v.sc: Remove dynamic linking hooks.
3227         Add and use memory regions.
3229 2000-02-23  Linas Vepstas (linas@linas.org)
3231         * emulparams/elf32i370.sh, scripttempl/elfi370.sc: New.
3233         * Makefile.am: Add support for Linux/IBM 370.
3234         * configure.tgt: Likewise.
3236         * Makefile.in: Regenerate.
3238 2000-02-21  Alan Modra  <alan@spri.levels.unisa.edu.au>
3240         * ldlang.c (print_input_section, print_data_statement,
3241         print_reloc_statement, print_padding_statement, insert_pad,
3242         size_input_section, lang_check_section_addresses,
3243         lang_size_sections, lang_do_assignments, lang_set_startof,
3244         lang_one_common): Change `opb' to unsigned.
3245         (lang_do_assignments): Also change `size' to unsigned.
3247 2000-02-16  Richard Henderson  <rth@cygnus.com>
3249         * scripttempl/elf.sc: Place OTHER_PLT_RELOC_SECTION.
3251 2000-02-16  Timothy Wall  <twall@cygnus.com>
3253         * mri.c (mri_draw_tree): Add default LMA region argument to call
3254         to lang_leave_output_section_statement.
3255         * ldlang.h: Update prototypes with LMA region arguments.
3256         * ldlang.c (lang_size_sections): Encapsulate region bounds
3257         checking in os_check_region call.
3258         (os_check_region): New function.
3259         (lang_output_section_statement_lookup): Initialize lma_region.
3260         (lang_leave_output_section_statement): Add LMA region argument.
3261         (lang_leave_overlay): Ditto.
3262         * ldgram.y: Handle LMA region syntax.
3263         * ld.texinfo (Output Section Description): Describe LMA region usage.
3264         * emultempl/armelf.em (gld$place_orphan): Add default value for
3265         lma region in call to lang_leave_output_section_statement.
3266         * emultempl/elf32.em (gld$place_orphan): Add default value for
3267         lma region in call to lang_leave_output_section_statement.
3268         * emultempl/pe.em (gld$place_orphan): Add default value for
3269         lma region in call to lang_leave_output_section_statement.
3272 2000-02-04  Timothy Wall  <twall@redhat.com>
3274         * ldlang.c (lang_check_section_addresses): Use bytes instead of
3275         octets when calculating section end addresses.
3277 2000-02-04  Timothy Wall  <twall@redhat.com>
3279         * ldlang.c (lang_size_sections): Fix typo in ALIGN_N invocation.
3281 2000-02-03  Timothy Wall <twall@redhat.com>
3283         * ldexp.c (fold_name): Make SIZEOF operator return byte count, not
3284         octet count.
3285         * ldlang.c (print_input_section, print_data_statement,
3286         print_reloc_statement, print_padding_statement): Print target
3287         address values and section sizes as bytes, not octets.
3288         (insert_pad) Calculate padding size in octets, and adjust "dot"
3289         by bytes.
3290         (size_input_section) Always adjust "dot" by bytes, not octets.
3291         (lang_check_section_addresses, lang_do_assignments) Adjust
3292         "dot" by bytes, not octets.  Use the larger of the directive size
3293         or octets_per_byte for the number of octets actually allocated in
3294         the output section.
3295         (lang_set_startof) Make sure STARTOF returns a target address.
3296         (lang_one_common) Record size changes in octets.
3297         (lang_abs_symbol_at_end_of) Section end symbol's value is
3298         recorded in target bytes.
3299         * ld.texinfo:   Updated description of BYTE, SHORT, LONG, etc.
3300         to be clear about behavior when an octet is smaller than one byte.
3302 2000-01-27  Alan Modra  <alan@spri.levels.unisa.edu.au>
3304         * ldcref.c (output_cref): Don't pass message strings to printf
3305         as format arg.
3306         Update copyright.
3308         * ldmisc.c (vfinfo): Same here.
3309         Update copyright.
3311 2000-01-23  Alan Modra  <alan@spri.levels.unisa.edu.au>
3313         * emultempl/{armcoff.em,armelf.em,armelf_oabi.em,beos.em,
3314         generic.em,gld960.em,gld960c.em,hppaelf.em,linux.em,lnk960.em,
3315         mipsecoff.em,sunos.em,vanilla.em} (ld_emulation_xfer_struct):
3316         Add missing NULL initialisers, and comments.
3318         * testsuite/ld-srec/sr3.cc (__rethrow): New.
3320 2000-01-21  Nick Clifton  <nickc@cygnus.com>
3322         * ldlang.c (lang_size_sections): Fix typo in comment.
3324 2000-01-18  H.J. Lu  <hjl@gnu.org>
3326         * ldlang.c (lang_size_sections): Also update the current
3327         address of a region if the SEC_NEVER_LOAD bit is not set.
3329 2000-01-10  Philip Blundell  <pb@futuretv.com>
3331         * configure.tgt (arm*-*-conix*): New target.
3333 2000-01-07  Nick Clifton  <nickc@cygnus.com>
3335         * ld.texinfo (Options): Remind users to preceed linker command
3336         line switches with -Wl, (or whatever is appropriate) if it is
3337         being invoked by a comnpiler driver program.
3338         Fix description of the behaviour of the -n command line switch.
3340 Wed Jan  5 08:02:12 2000  Catherine Moore  <clm@cygnus.com>
3342         * ld.h (wildcard_spec):  Change exclude_name to exclude_name_list.
3343         (name_list): New.
3344         * ld.texinfo (EXCLUDE_FILE): Update documentation.
3345         * ldgram.y (wildcard_spec): Support a list of excluded_files.
3346         (exclude_name_list): New.
3347         ldlang.c (walk_wild_section): Support list of excluded files.
3348         (print_wild_statement): Likewise.
3349         (lang_add_wild): Likewise.
3350         * ldlang.h (lang_wild_statement_type): Likewise.
3351         * scripttempl/elf.sc (OTHER_EXCLUDE_FILES): Support.
3353 2000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
3355         * pe-dll.c (pe_dll_warn_dup_exports): New variable.
3356         (process_def_file): Use.
3357         (pe_dll_compat_implib): New variable.
3358         (make_one): Use.
3360         * pe-dll.h: Add exports of pe_dll_warn_dup_exports and
3361         pe_dll_compat_implib.
3363         * emultempl/pe.em (longopts): Add warn-duplicate-exports and
3364         compat-implib options.
3365         (gld_${EMULATION_NAME}_list_options): List new options.
3366         (gld_${EMULATION_NAME}_parse_args): Handle.
3368         * pe-dll.c (pe_dll_generate_implib): Use the correct name for output
3369         dll.
3371         * deffilep.y (opt_name): Allow "." in name.
3373 For older changes see ChangeLog-9899
3375 Local Variables:
3376 mode: change-log
3377 left-margin: 8
3378 fill-column: 74
3379 version-control: never
3380 End: