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