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