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