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