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