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