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