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