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