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