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