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