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