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