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