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