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