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