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