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