2001-01-16 H.J. Lu <hjl@gnu.org>
[external/binutils.git] / ld / ChangeLog
1 2001-01-16  H.J. Lu  <hjl@gnu.org>
2
3         * ldlang.c (lang_check): Merge the private data only if the
4         input file has contents.
5
6 2001-01-14  Alan Modra  <alan@linuxcare.com.au>
7
8         * emulparams/hppalinux.sh (OUTPUT_FORMAT): Set to elf32-hppa-linux.
9
10         * emultempl/hppaelf.em (hppaelf_after_parse): New function,
11         enabling search for libmilli.  On a relocatable link, make .text
12         sections unique.
13         (LDEMUL_AFTER_PARSE): Define.
14         (hppaelf_finish): Correct spelling of relocatable in comments.
15
16         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
17         rummage through the script for sections on the unique list.
18         Correct length of strncmp for ".note".
19         (gld${EMULATION_NAME}_check_needed): Rearrange function.
20
21         * ldlang.c (unique_section_list): New var.
22         (unique_section_p): New function.
23         (walk_wild_section): Don't match sections on unique_section_list.
24         (lang_add_unique): New function.
25         Correct spelling of relocatable in comments.
26
27         * ldlang.h (struct unique_sections): Declare.
28         (unique_section_list): Declare.
29         (unique_section_p): Declare.
30         (lang_add_unique): Declare.
31
32         * lexsup.c (ld_options): Allow --unique to take an optional arg.
33         (parse_args [OPTION_UNIQUE]): Call lang_add_unique.
34
35         * ld.texinfo (--unique): Update.
36
37 2001-01-13  Nick Clifton  <nickc@redhat.com>
38
39         * lexsup.c (parse_args): Remove spurious white space.
40
41 2001-01-12  Nick Clifton  <nickc@redhat.com>
42
43         * lexsup.c (parse_args): Update copyright date.
44
45 2001-01-12  Philip Blundell  <pb@futuretv.com>
46
47         * configure.host: Set HOSTING_LIBS appropriately for ix86-cygwin.
48
49 2001-01-10  Kazu Hirata  <kazu@hxi.com>
50
51         * scripttempl/h8300.sc: Fix formatting.  Fix a comment typo.
52         * scripttempl/h8300h.sc: Fix formatting.
53         * scripttempl/h8300s.sc: Likewise.
54         * scripttempl/h8500.sc: Likewise.
55         * scripttempl/h8500b.sc: Likewise.
56         * scripttempl/h8500c.sc: Likewise.
57         * scripttempl/h8500m.sc: Likewise.
58         * scripttempl/h8500s.sc: Likewise.
59
60 2000-01-07  David O'Brien  <obrien@BSDi.com>
61
62         * emultempl/elf32.em: Only perform Linux ld hints processing when
63         targeting Linux.
64
65 2001-01-07  Philip Blundell  <philb@gnu.org>
66
67         * ld.texinfo (Bug Reporting): Update email address for reports.
68
69 2000-12-31  Nick Clifton  <nickc@redhat.com>
70
71         * lexsup.c (parse_args): Set opterr to 0 and detect unparsed long
72         options by checking for a return value of '?' not -1.
73
74 2000-12-28  Nick Clifton  <nickc@redhat.com>
75
76         * lexsup.c (struct ld_option): Add new enum value:
77         EXACTLY_TWO_DASHES.
78         (ld_options[]): Change -omagic, -output and -oformat options
79         to be EXACTLY_TWO_DASHES.
80         (OUTPUT_COUNT): Use ARRAY_SIZE.
81         (parse_args): Change parameter 'argc' to unsigned.
82         Place EXACTLY_TWO_DASHES options into new really_longopts
83         array.
84         If getopt_long_only fails, try calling getopt_long using the
85         really_longopts array.
86         (help): Print a double dash for both EXACTLY_TWO_DASHES and
87         TWO_DASHES options.
88
89         * ldlex.h: Fix prototype of parse_args.
90
91         * ld.texinfo: Document that long options starting with 'o'
92         must be preceeded by two dashes.  Change example of a single
93         dashed long option from -oformat to -trace-symbol.
94
95 2000-12-26  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
96
97         * emultempl/pe.em (OPTION_NO_DEFAULT_EXCLUDES): Define.
98         (longopts[]): New --no-default-excludes option.
99         (gld_${EMULATION_NAME}_list_options): Document.
100         (gld_${EMULATION_NAME}_parse_args): Handle.
101
102 2000-12-13  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
103
104         * ldlang.c (new_stat): Revert the last beautification with "innocent"
105         whitespace, it breaks the K&R C preprocessor.
106
107 2000-12-11  DJ Delorie  <dj@redhat.com>
108
109         * ld.texinfo: Add notes about --whole-archive and gcc.
110
111 2000-11-18  Fred Fish  <fnf@be.com>
112
113         * lexsup.c (OPTION_ALLOW_SHLIB_UNDEFINED): Define.
114         (ld_options): Entry for --allow-shlib-undefined.
115         (parse_args): Handle OPTION_ALLOW_SHLIB_UNDEFINED.
116         * ldmain.c (main): Initialize link_info.allow_shlib_undefined
117         to false.
118         * ld.texinfo: Document new command line switch.
119
120 2000-12-12  Geoffrey Keating  <geoffk@redhat.com>
121
122         * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS):
123         .fixup is actually read/write.
124         * emulparams/elf32lppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
125         * emulparams/elf32ppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
126         * emulparams/elf32lppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
127
128 Mon Dec 11 14:50:33 MET 2000  Jan Hubicka  <jh@suse.cz>
129
130         * NEWS: Add note about x86_64 architecture.
131
132 2000-12-06  Mark Elbrecht  <snowball3@bigfoot.com>
133
134         * scripttempl/i386go32.sc: Use PROVIDE with _etext, _edata, _end.
135         Set DWARF2 sections to a VMA of zero.
136
137 2000-12-01      Joel Sherrill <joel@OARcorp.com>
138
139         * configure.tgt (arm-*-rtems*, a29k-*rtems*, h8300-*-rtems*):
140         New targets.
141         (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
142         (sparc*-*-rtems*): Switched from a.out to ELF.
143
144 2000-11-30  Jan Hubicka  <jh@suse.cz>
145
146         * Makefile.am (ALL_EMULATIONS): Add eelf_x86_64.o
147         (eelf_x86_64.c): New.
148         * Makefile.in: Regenerate.
149         * configure.tgt: Add support for x86_64-*-linux-gnu*.
150         * emulparams/elf_x86_64.sh: New.
151
152 2000-11-30  Hans-Peter Nilsson  <hp@axis.com>
153
154         * emulparams/crislinux.sh (ENTRY): Change back to _start.
155         (TEXT_START_SYMBOLS): Remove conditional setting of __start.
156
157         * scripttempl/crisaout.sc: Change all RELOCATING not related to
158         merging non-a.out sections into CONSTRUCTING.
159
160 2000-11-28  Nick Clifton  <nickc@redhat.com>
161
162         * ld.1 (COPYING): Mention that the GNU Free Documentation
163         License is present in the sources, but not the output, and
164         also available from the GNU website.
165         (GNU Free Documentation License): Comment out this section.
166
167 2000-11-28  David O'Brien  <obrien@dragon.nuxi.com>
168
169         * emulparams/elf64alpha.sh (ENTRY): Remove leading underscore as ELF
170         does not use them.
171
172 2000-11-25  David O'Brien  <obrien@FreeBSD.org>
173
174         * ld.1: Remove old date so it does not give the impression the manpage
175         is way out of date.
176
177 2000-11-24  Nick Clifton  <nickc@redhat.com>
178
179         * configure.tgt (xscale-coff): Add target.
180         (xscale-elf): Add target.
181
182 2000-11-24  Fred Fish  <fnf@be.com>
183
184         * ldmain.c (main): Remove redundant init of config.make_executable
185         to true.
186
187 2000-11-15  Richard Henderson  <rth@redhat.com>
188
189         * emulparams/elf64alpha.sh (MAXPAGESIZE): Typo -- 64k, not 1M.
190
191 2000-11-14  Kazu Hirata  <kazu@hxi.com>
192
193         * scripttempl/h8300.sc: Fix formatting.
194         * scripttempl/h8300h.sc: Likewise.
195         * scripttempl/h8300s.sc: Likewise.
196
197 Tue Nov 14 00:59:19 2000  Denis Chertykov  <denisc@overta.ru>
198
199         * scripttempl/elf32avr.sc: Fix bug in .eeprom segment.
200
201 2000-11-09  Philip Blundell  <pb@futuretv.com>
202
203         * emultempl/pe.em: Define ___start_SECNAME and ___stop_SECNAME
204         around orphan sections whose names can be represented in C.
205
206 2000-11-07  Jim Wilson  <wilson@redhat.com>
207
208         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): New local
209         hold_sdata.  If SEC_SMALL_DATA set, set place to hold_sdata.
210
211 2000-11-06  Nick Clifton  <nickc@redhat.com>
212
213         * ld.texinfo: Add GNU Free Documentation License.
214         * ldint.texinfo: Add GNU Free Documentation License.
215         * ld.1: Add GNU Free Documentation License.
216
217 2000-11-05  Alan Modra  <alan@linuxcare.com.au>
218
219         * ldlex.l (yy_create_string_buffer): Init yy_is_our_buffer,
220         yy_is_interactive, yy_at_bol, and yy_fill_buffer.
221
222         * Makefile.am (DISTCLEANFILES): Add stringify.sed.
223         Move 2000-11-02 Makefile.in changes to this file.
224         * Makefile.in: Regenerate.
225
226 2000-11-03  Nick Clifton  <nickc@redhat.com>
227
228         * scripttempl/h8300.sc: Use ${CONSTRUCTING...} to enclose
229         constructors and destructors.
230         * scripttempl/h8300h.sc: Ditto.
231         * scripttempl/h8300s.sc: Ditto.
232         * scripttempl/h8500.sc: Ditto.
233         * scripttempl/h8500b.sc: Ditto.
234         * scripttempl/h8500c.sc: Ditto.
235         * scripttempl/h8500m.sc: Ditto.
236         * scripttempl/h8500s.sc: Ditto.
237         * scripttempl/v850.sc: Ditto.
238         * scripttempl/w65.sc: Ditto.
239         * scripttempl/z8000.sc: Ditto.
240
241 2000-11-02  Per Lundberg  <plundis@chaosdev.org>
242
243         * Makefile.in (e_i386_chaos.c): New rule.
244         (ALL_EMULATIONS): Added e_i386_chaos.o.
245         * emulparams/elf_i386_chaos.sh: New file.
246         * configure.tgt: Recognise i[3456]86-chaosdev-storm-chaos.
247
248 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
249
250         * emulparams/elf64_sparc.sh (TEXT_START_ADDR,
251         NONPAGED_TEXT_START_ADDR): Set to 4GB for Solaris targets.
252         Fix sed invocation, so that it coped with '/' in Solaris 64bit
253         library path suffix.
254         Based on patch by Andrew Macleod <amacleod@cygnus.com>.
255
256 2000-10-18  Hans-Peter Nilsson  <hp@axis.com>
257
258         * scripttempl/crisaout.sc (.text, .data): Pad, with ALIGN (32),
259         for consecutive sections.
260
261 2000-10-17  Chandrakala Chavva  <cchavva@redhat.com>
262
263         * lexsup.c: New option OPTION_TARGET_HELP. Prints all target specific
264         options.
265         * ld.texinfo: Added notes about this new option.
266
267 2000-10-16  Nick Clifton  <nickc@redhat.com>
268
269         * emultempl/pe.em (_after_open): Add tests of return values from
270         bfd functions.  Emit appropriate error messages if necessary.
271
272 2000-10-13  Nick Clifton  <nickc@redhat.com>
273
274         * emultempl/pe.em (_after_open): Delete 'is2' and 'nsyms'
275         local variables - they are not used, but leave in the call to
276         bfd_canonicalize_symtab.
277         (_open_dynamic_archive): Add #ifdef DLL_SUPPORT around use of
278         pe_dll_search_prefix.
279
280 2000-10-12  Charles Wilson  <cwilson@ece.gatech.edu>
281
282         * emultempl/pe.em (pe_dll_search_prefix): New variable,
283         (longopts): New --dll-search-prefix option.
284         (gld_${EMULATION_NAME}_list_options): Document.
285         (gld_${EMULATION_NAME}_parse_args): Handle.
286         (gld_${EMULATION_NAME}_open_dynamic_archive): When linking
287         dynamically, search for a dll named '<prefix><basename>.dll'
288         in preference to 'lib<basename>.dll' if --dll-search-prefix
289         is specified.
290
291 2000-10-12  Alan Modra  <alan@linuxcare.com.au>
292
293         * ldlang.c (section_already_linked): Set kept_section instead of
294         sec->comdat->sec.
295
296 2000-10-10  Kazu Hirata  <kazu@hxi.com>
297
298         * deffile.h: Fix formatting.
299         * lexsup.c: Likewise.
300         * mri.c: Likewise.
301
302 2000-10-09  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
303
304         * pe-dll.c (make_one): Do not generate code thunk for DATA
305         exports.
306         (process_def_file): deduce DATA flag for auto-export sumbols.
307
308 2000-10-09  Kazu Hirata  <kazu@hxi.com>
309
310         * ld.h: Fix formatting.
311         * ldcref.c: Likewise.
312         * ldctor.h: Likewise.
313         * ldemul.c: Likewise.
314         * ldemul.h: Likewise.
315         * ldexp.c: Likewise.
316         * ldexp.h: Likewise.
317         * ldfile.c: Likewise.
318         * ldfile.h: Likewise.
319         * ldlang.c: Likewise.
320         * ldlang.h: Likewise.
321         * ldmain.c: Likewise.
322         * pe-dll.c: Likewise.
323
324         * pe-dll.c: Revert some formatting fixes.
325
326 2000-10-08  Kazu Hirata  <kazu@hxi.com>
327
328         * pe-dll.c: Fix formatting.
329
330 2000-10-05  Kazu Hirata  <kazu@hxi.com>
331
332         * ldlang.c: Fix formatting.
333
334 2000-10-03  DJ Delorie  <dj@redhat.com>
335
336         * pe-dll.c (fill_edata): initialize entire block
337         (make_one): fill in correct section.
338
339 2000-10-03  Kazu Hirata  <kazu@hxi.com>
340
341         * ldexp.c: Fix formatting.
342
343 2000-10-02  DJ Delorie  <dj@redhat.com>
344
345         * emultempl/pe.em (gld_*_after_open): detect case where there two
346         import libraries for same dll; rename one to ensure proper link
347         order.
348
349         * pe-dll.c (process_def_file): compare ordinals to -1, not 0; fix
350         typo
351         (generate_edata): fix typo
352
353 2000-09-29  Hans-Peter Nilsson  <hp@axis.com>
354
355         * scripttempl/crisaout.sc (ENTRY): Now __start.
356         (.text): Add default setting for __start.
357         Remove CONSTRUCTORS handling.
358         (/DISCARD/): Add .gnu.warning.*.
359         * emulparams/crislinux.sh (ENTRY): Now __start.
360         (TEXT_START_SYMBOLS): New; provide __Stext and __start default.
361         * emulparams/criself.sh (OUTPUT_FORMAT): Now elf32-us-cris.
362         (ENTRY): Now __start.
363         (INITIAL_READONLY_SECTIONS): Add KEEP for .startup.
364         (EXECUTABLE_SYMBOLS): Add default setting for __start.
365
366 2000-09-29  Kazu Hirata  <kazu@hxi.com>
367
368         * deffile.h: Fix formatting.
369         * ld.h: Likewise.
370         * ldcref.c: Likewise.
371         * ldctor.c: Likewise.
372         * ldctor.h: Likewise.
373         * ldemul.c: Likewise.
374         * ldemul.h: Likewise.
375         * ldexp.c: Likewise.
376         * ldexp.h: Likewise.
377         * ldfile.c: Likewise.
378         * ldfile.h: Likewise.
379         * ldlang.c: Likewise.
380         * ldlang.h: Likewise.
381         * lexsup.c: Likewise.
382         * mri.c: Likewise.
383         * pe-dll.c: Likewise.
384
385 2000-09-28  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
386
387         * pe-dll.c (process_def_file): Uninitialized data wasn't
388         exported with --export-all-symbols switch.
389
390 2000-09-28  DJ Delorie  <dj@redhat.com>
391
392         * pe-dll.c (fill_edata): rearrange the data so that ordinals and
393         noname work properly.
394
395 2000-09-28  Alan Modra  <alan@linuxcare.com.au>
396
397         * ld.texinfo (HPPA ELF32): New section.
398
399         * emultempl/hppaelf.em (group_size): New.
400         (hppaelf_finish): Pass group_size to elf32_hppa_size_stubs.
401         (PARSE_AND_LIST_PROLOGUE): Add OPTION_STUBGROUP_SIZE.
402         (PARSE_AND_LIST_LONGOPTS): Add --stub-group-size.  Duplicate
403         options to prevent abbreviations matching.
404         (PARSE_AND_LIST_OPTIONS): Describe the above.  Reformat.
405         (PARSE_AND_LIST_ARGS_CASES): Handle it.
406
407 2000-09-21  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
408
409         * emultempl/m68kelf.em: Conditionalise the embedded relocs feature
410         on the m68*-*-elf target.  Make it support COFF input objects.
411
412 2000-09-21  Kazu Hirata  <kazu@hxi.com>
413
414         * ldmain.c: Fix formatting.
415         * ldmisc.c: Likewise.
416         * ldver.c: Likewise.
417         * ldwrite.c: Likewise.
418
419 2000-09-21  Alan Modra  <alan@linuxcare.com.au>
420
421         * ldwrite.c (clone_section): Silence gcc warnings.
422
423 2000-09-20  Alan Modra  <alan@linuxcare.com.au>
424
425         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Handle
426         out of memory failure.
427
428         * ldwrite.c (ldwrite): Remove unnecessary einfo arg.
429         (clone_section): Handle out of memory failures.  Rename var to
430         avoid c++ reserved word.
431
432 2000-09-18  Alan Modra  <alan@linuxcare.com.au>
433
434         * emultempl/hppaelf.em (hppaelf_add_stub_section): Rename
435         stub_name param to stub_sec_name.
436         (hppaelf_finish): Modify call to elf32_hppa_size_stubs.
437
438 2000-09-10  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
439
440         * emultempl/m68kelf.em: New file.
441         * emulparams/m68kelf.sh (EXTRA_EM_FILE): Use it.
442         * Makefile.am (em68kelf.c): Add dependency on m68kelf.em.
443         * Makefile.in: Regenerate.
444
445 2000-09-15  Alan Modra  <alan@linuxcare.com.au>
446
447         * emulparams/hppalinux.sh (DATA_START_SYMBOLS): Provide $global$
448         only as needed.
449
450 2000-09-13  Nick Clifton  <nickc@redhat.com>
451
452         * ldmain.c (multiple_definition): Disable relaxation if
453         multiple symbol definitions are encountered - otherwise the
454         linker could abort with an assertion failure.
455
456 2000-09-10  Nick Clifton  <nickc@redhat.com>
457
458         * mri.c: Fix formatting.
459
460 2000-09-07  H.J. Lu  <hjl@gnu.org>
461
462         * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
463         * configure: Rebuild.
464
465 2000-09-07  H.J. Lu  <hjl@gnu.org>
466
467         * Makefile.am (lexsup.o): Also depend on $(INCDIR)/demangle.h.
468         * Makefile.in: Rebuild.
469
470 2000-09-07  Alan Modra  <alan@linuxcare.com.au>
471
472         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Fix
473         broken list handling.  Create __start_SECNAME and __stop_SECNAME
474         when no place-holder.  Add some comments.  Test both SEC_CODE and
475         SEC_READONLY for hold_text to prevent .rodata orphan poisoning.
476         Handle case where no output section statement created.
477
478 2000-09-07  Niibe Yutaka  <gniibe@m17n.org>, Kaz Kojima  <kkojima@rr.iij4u.or.jp>, Alexandre Oliva  <aoliva@redhat.com>
479
480         * configure.tgt (sh-*-linux*): Added.
481         * Makefile.am: Added eshelf_linux and eshlelf_linux.
482         * Makefile.in: Rebuilt.
483         * emulparams/shelf_linux.sh: New file.
484         * emulparams/shlelf_linux.sh: New file.
485
486 2000-09-06  Alan Modra  <alan@linuxcare.com.au>
487
488         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
489         try shuffling sections when the orphan happens to be the place
490         holder.  Keep count of unique section names generated so we speed
491         the search for a new name.
492
493 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
494
495         * configure: Rebuilt with new libtool.m4.
496
497 2000-09-05  Nick Clifton  <nickc@redhat.com>
498
499         * Makefile.in: Regenerate.
500         * aclocal.m4: Regenerate.
501         * configure: Regenerate.
502         * config.in: Regenerate.
503         * po/ld.pot: Regenerate.
504
505         * ldint.texinfo: Remove CVS revision marker - it foils local
506         comparisons.
507
508         * emultempl/ticoff.em: Remove extraneous comma.
509
510 2000-09-05  Alan Modra  <alan@linuxcare.com.au>
511
512         * emultempl/hppaelf.em (hppaelf_add_stub_section): Add SEC_RELOC
513         to stub section flags.
514         (hppa_for_each_input_file_wrapper): New.
515         (hppa_lang_for_each_input_file): New.
516         (lang_for_each_input_file): Define to call above.
517         (multi_subspace): New.
518         (hppaelf_finish): Pass multi_subspace to elf32_hppa_size_stubs.
519         (PARSE_AND_LIST_PROLOGUE): Define.
520         (PARSE_AND_LIST_LONGOPTS): Define.
521         (PARSE_AND_LIST_OPTIONS): Define.
522         (PARSE_AND_LIST_ARGS_CASES): Define.
523         (hppaelf_finish): Call elf32_hppa_set_gp.
524         (hppaelf_set_output_arch): Remove.
525         (LDEMUL_SET_OUTPUT_ARCH): Remove.
526
527         * emulparams/hppalinux.sh (ELFSIZE): Define.
528         (MACHINE): Define.
529         (OTHER_READONLY_SECTIONS): Define.
530         (DATA_PLT): Define.
531         (GENERATE_SHLIB_SCRIPT): Define.
532
533         * ldlang.c: Add missing prototypes, and tidy others.  Change CONST
534         to const throughout.  Change `void *' to `PTR' throughout.
535         (lang_memory_default): Function is local to file, add `static'.
536
537         * Makefile.am (ehppaelf.c): Depend on emultempl/elf32.em.
538         (ehppalinux.c): Likewise.
539         (earmelf.c): Likewise.
540         (earmelf_linux.c): Likewise.
541         (earmelf_linux26.c): Likewise.
542         * Makefile.in: Regenerate.
543
544         * ld.h (ld_config_type): Add unique_orphan_sections.
545         * lexsup.c (OPTION_UNIQUE): Define.
546         (ld_options): Add "--unique".
547         (parse_args): Handle it.
548         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
549         search for an existing output section if unique_orphan_sections is
550         set.  Make use of bfd_get_unique_section_name rather than
551         duplicating code here.
552         * ld.texinfo: Describe --unique.
553
554         * lexsup.c (ld_options): Make split-by-reloc arg optional. Add
555         optional arg to split-by-file.
556         (parse_args): Handle them.
557         * ld.texinfo: Update description of these options.
558         * ldwrite.c (clone_section): Pass in the section name.  Replace
559         local code with bfd_get_unique_section_name.
560         (split_sections): Tidy code and comments.  Use a list traversal
561         more appropriate to the list construction.  Handle cooked section
562         sizes.  Split when split_by_reloc reached rather than exceeded.
563         Track section size and split when split_by_file reached.  Fix
564         link_order_tail (even though it's not used).
565         (ldwrite): Modify condition for calling split_sections to suit
566         changed split_by_reloc and split_by_file.
567         * ldmain.c (main): Init config.split_by_reloc and
568         config.split_by_file to -1.
569         * ld.h (ld_config_type): Change split_by_reloc to unsigned.
570         Change split_by_file to bfd_size_type.
571
572 2000-09-02  Nick Clifton  <nickc@redhat.com>
573
574         * configure.in: Increase version number to 2.10.91.
575         * NEWS: Mention new ability to support removal of duplicate DWARF2
576         debug information.
577         * configure: Regenerate.
578         * aclocal.m4: Regenerate.
579         * config.in: Regenerate.
580
581 2000-09-02  Daniel Berlin <dberlin@redhat.com>
582
583         * scripttempl/elf.sc: Add .gnu.linkonce.wi.* to .debug_info
584         sections.
585         * scripttempl/elf32var.sc: Ditto.
586         * scripttempl/elfd10v.sc: Ditto.
587         * scripttempl/elfd30v.sc: Ditto.
588         * scripttempl/elfi370.sc: Ditto.
589         * scripttempl/elfm68hc11.sc: Ditto.
590         * scripttempl/elfm68hc12.sc: Ditto.
591         * scripttempl/elfi386beos.sc: Ditto.
592         * scripttempl/v850.sc: Ditto.
593
594 2000-08-31  Alexandre Oliva  <aoliva@redhat.com>
595
596         * acinclude.m4: Include libtool and gettext macros from the
597         top level.
598         * aclocal.m4, configure: Rebuilt.
599
600 2000-08-25  Nick Clifton  <nickc@redhat.com>
601
602         * ldlang.c (open_output): When choosing the target for a
603         particular endianness, do nothing if the target is not
604         supported.
605
606 2000-08-25  H.J. Lu  <hjl@gnu.org>
607
608         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Don't
609         check -rpath nor LD_RUN_PATH for cross link.
610         * ld.texinfo: Document the change.
611
612 2000-08-24  Hans-Peter Nilsson  <hp@axis.com>
613
614         * NEWS: Mention support for CRIS.
615
616 2000-08-23  H.J. Lu  <hjl@gnu.org>
617
618         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Get
619         the current runpath list from bfd_elf_get_runpath_list ()
620         before search.
621
622 2000-08-22  H.J. Lu  <hjl@gnu.org>
623
624         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Search
625         the DT_RPATH/DT_RUNPATH entries for DT_NEEDED after
626         LD_LIBRARY_PATH for native linker. Display the needed DSO if
627         trace_file_tries is non-zero.
628         (gld${EMULATION_NAME}_try_needed): Report the needed DSO found
629         if trace_file_tries is non-zero.
630
631         * ld.texinfo: Document the usage of DT_RPATH/DT_RUNPATH.
632         * NEWS: Mention it.
633
634 2000-08-14  Jason Eckhardt  <jle@cygnus.com>
635
636         * NEWS: Mention i860 support.
637
638 2000-08-14  Andreas Schwab  <schwab@suse.de>
639
640         * scripttempl/elf.sc: Fix last change to use correct comment
641         syntax.
642
643 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
644
645         * scripttempl/elf.sc: Add a comment giving the correspondence
646         between sections, per-datum sections, and linkonce sections.  Make
647         the comment true even for .bss, .sdata, .sdata2, .sbss, and
648         .sbss2.
649
650 2000-08-10  Jason Eckhardt  <jle@cygnus.com>
651
652         * emulparams/elf32_i860.sh: New file.
653         * configure.tgt: Recognize new target i860-stardent-{sysv4*|elf*}.
654         * Makefile.am (ALL_EMULATIONS): Add eelf32_i860.o.
655         (eelf32_i860.c): New rule.
656         * Makefile.in: Regenerate.
657
658 2000-08-10  Nick Clifton  <nickc@cygnus.com>
659
660         * emulparams/mipspe.sh (ENTRY): Add definition.
661
662 2000-08-08  Peter Jeremy  <peter.jeremy@alcatel.com.au>
663
664         * emultempl/elf32.em (_after_close): Refer to -rpath not --rpath
665         in error message.
666
667 2000-08-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
668
669         * scripttempl/elfm68hc11.sc: Define __bss_size symbol to indicate
670         the final size of .bss section.
671         * scripttempl/elfm68hc12.sc: Likewise.
672
673 2000-08-04  Alan Modra  <alan@linuxcare.com.au>
674
675         * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Rename to
676         gld${EMULATION_NAME}_parse_args for consistency.  Combine
677         lastoptind and prevoptind vars, and keep track of last optind.
678         (gld_${EMULATION_NAME}_list_options): Rename to
679         gld${EMULATION_NAME}_list_options.
680
681 2000-08-03  Rodney Brown  <RodneyBrown@pmsc.com>
682
683         * configure.tgt: Select targ_emul=elf_i386 for Unixware 7
684         (i586-sco-sysv5uw7.1.0).
685
686 2000-07-27  H.J. Lu  <hjl@gnu.org>
687
688         * emulparams/elf64alpha.sh (PARSE_AND_LIST_ARGS): Removed.
689         (PARSE_AND_LIST_PROLOGUE): New.
690         (PARSE_AND_LIST_LONGOPTS): Likewise.
691         (PARSE_AND_LIST_OPTIONS): Likewise.
692         (PARSE_AND_LIST_ARGS_CASES): Likewise.
693         (PARSE_AND_LIST_EPILOGUE): Likewise.
694
695 2000-07-28  Alan Modra  <alan@linuxcare.com.au>
696
697         * emultempl/armelf.em: Elide functions common to elf32.em,
698         ie. most of the file.
699         (arm_elf_after_open): New.  Do arm specific things then call
700         gld${EMULATION_NAME}_after_open.
701         (arm_elf_before_allocation): New.  Call
702         gld${EMULATION_NAME}_before_allocation then do arm specifics.
703         (PARSE_AND_LIST_PROLOGUE): Define.
704         (PARSE_AND_LIST_SHORTOPTS): Define.
705         (PARSE_AND_LIST_LONGOPTS): Define.
706         (PARSE_AND_LIST_OPTIONS): Define.
707         (PARSE_AND_LIST_ARGS_CASES): Define.
708         (LDEMUL_AFTER_OPEN): Define.
709         (LDEMUL_BEFORE_ALLOCATION): Define.
710         (LDEMUL_BEFORE_PARSE): Define.
711         (LDEMUL_FINISH): Define.
712
713         * emultempl/hppaelf.em: Similarly zap most of this file.
714         (hppaelf_add_stub_section): Prototype.
715         (hppaelf_layaout_sections_again): Prototype.
716         (hook_in_stub): Prototype.
717         (LDEMUL_SET_OUTPUT_ARCH): Define.
718         (LDEMUL_FINISH): Define.
719         (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
720
721         * emulparams/armelf.sh (TEMPLATE_NAME): Use elf32.
722         (EXTRA_EM_FILE): New.
723         * emulparams/armelf_linux.sh: Likewise.
724         * emulparams/armelf_linux26.sh: Likewise.
725         * emulparams/hppalinux.sh: Likewise.
726         * emulparams/hppaelf.sh: Likewise.
727         (NOP): Define.
728
729         * emultempl/elf32.em: Fix formatting.
730         (EXTRA_EM_FILE): Source it.
731         (LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
732         LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
733         LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
734         LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
735         LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
736         LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
737         LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
738         LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
739         LDEMUL_FIND_POTENTIAL_LIBRARIES): New shell vars.  Add code to
740         allow functions in this file to be overridden.
741         (PARSE_AND_LIST_SHORTOPTS): Handle it.
742
743         * emultempl/m68kcoff.em: Include ldfile.h before ldemul.h.
744
745         * emultempl/elf32.em: Reorganize file.
746
747 2000-07-27  Ivan Kokshaysky  <ink@jurassic.park.msu.ru>
748
749         * emulparams/elf64alpha.sh: Implement "-taso" emulation
750         specific option to fit 64-bit executable in the lower
751         31-bit address range.  This is done by changing start
752         address of .interp (the very first section of executable)
753         and then setting EF_ALPHA_32BIT elf header flag.
754
755 2000-07-21  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
756
757         * emultempl/m68kcoff.em: New file.
758         * emulparams/m68kcoff.sh (TEMPLATE_NAME): Use m68kcoff template.
759         * Makefile.am (em68kcoff.c): Depend on m68kcoff.em rather than
760         generic.em.
761         * Makefile.in: Regenerate.
762
763 2000-07-20  H.J. Lu  <hjl@gnu.org>
764
765         * emultempl/elf32.em (longopts): Duplicate "disable-new-dtags"
766         and "disable-new-dtags" to stop getopt from treating -d/-e as
767         abbreviations for these options.
768
769 2000-07-20  H.J. Lu  <hjl@gnu.org>
770
771         * ld.texinfo: Add documentation for --disable-new-dtags and
772         --enable-new-dtags.
773
774         * ldmain.c (main): Initialize link_info.new_dtags to false.
775
776         * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Add
777         --disable-new-dtags and --enable-new-dtags.
778         (gld_${EMULATION_NAME}_list_options): Likewise.
779
780 2000-07-05  Kenneth Block  <krblock@computer.org>
781
782         * ld/lexsup.c: Add optional style to demangle switch
783         * ld/ld.texinfo: Document optional style to demangle switch.
784
785 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
786
787         * Makefile.am (ALL_EMULATIONS): Add ecrisaout.o, ecriself.o,
788         ecrislinux.o.
789         (ecrisaout.c, ecriself.c, ecrislinux.c): New rules.
790         Regenerate dependencies.
791         * Makefile.in: Rebuild.
792         * configure.tgt (cris-*-*): New target.
793         * emulparams/crisaout.sh, emulparams/criself.sh,
794         emulparams/crislinux.sh, scripttempl/crisaout.sc: New files.
795         * po/POTFILES.in, po/ld.pot: Regenerate.
796
797 2000-07-20  H.J. Lu  <hjl@gnu.org>
798
799         * emultempl/elf32.em (gld_${EMULATION_NAME}_list_options):
800         Print out ignored -z options.
801
802 2000-07-19  H.J. Lu  <hjl@gnu.org>
803
804         * emulparams/elf32mcore.sh (PARSE_AND_LIST_ARGS): Removed.
805         (PARSE_AND_LIST_PROLOGUE): New.
806         (PARSE_AND_LIST_LONGOPTS): Likewise.
807         (PARSE_AND_LIST_OPTIONS): Likewise.
808         (PARSE_AND_LIST_ARGS_CASES): Likewise.
809
810         * ldmain.c (main): Clear link_info.flags and link_info.flags_1.
811
812         * lexsup.c (ld_options): Comment out 'z'.
813         (parse_args): Likewise.
814
815         * emultempl/elf32.em: Include "elf/common.h".
816         (gld_${EMULATION_NAME}_parse_args): Defined. Handle some -z
817         options.
818         (gld_${EMULATION_NAME}_list_options): Likewise.
819
820         * ld.texinfo: Add documentation for the recognized -z options.
821
822 2000-07-19  H.J. Lu  <hjl@gnu.org>
823
824         * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Call
825         bfd_elf_set_dt_needed_soname ().
826
827 2000-07-18  DJ Delorie  <dj@cygnus.com>
828
829         * pe-dll.c (pe_dll_id_target): check object target name also
830
831 2000-07-18  Hans-Peter Nilsson  <hp@axis.com>
832
833         * scripttempl/elf.sc (.init): Only do ${INIT_START} and
834         ${INIT_END} if relocating.
835         (.fini): Likewise ${FINI_START} and ${FINI_END}.
836
837 2000-07-16  Charles Wilson  <cwilson@ece.gatech.edu>
838
839         * src/ld/emultempl/pe.em (gld_*_open_dynamic_archive): New search
840         order for dynamic library '-lfoo' on pei386: libfoo.dll.a,
841         foo.dll.a, libfoo.a, libfoo.dll, foo.dll. This fixes compatibility
842         errors introduced by the old dynamic lib search order.
843
844 2000-07-17  DJ Delorie  <dj@cygnus.com>
845
846         * pe-dll.c (process_def_file): auto-export data items also
847         (pe_process_import_defs): also see if _imp_ form needed
848
849 2000-07-12  Charles Wilson  <cwilson@ece.gatech.edu>
850
851         * pe-dll.c (make_one): fix a typo in the __imp_ name decoration
852         for dll import libraries
853
854 2000-07-12  Mark Elbrecht  <snowball3@bigfoot.com>
855
856         * scripttempl/i386go32.sc: Support the g++ attribute init_priority in
857         gcc 2.95.2 and later.
858
859 2000-07-11  Kazu Hirata  <kazu@hxi.com>
860
861         * ldfile.c (ldfile_try_open_bfd): Output '\n' after an error
862         message.
863
864 2000-07-10  Alan Modra  <alan@linuxcare.com.au>
865
866         * ldemul.h (struct lang_input_statement_struct): Remove forward
867         declaration.
868         (struct search_dirs): Likewise.
869         * ldfile.h (struct lang_input_statement_struct): Likewise.
870         Protect file from multiple inclusion.
871         * ldlang.h (LANG_FOR_EACH_INPUT_STATEMENT): Move file_chain
872         declaration from macro to file scope.
873
874         * ldemul.c: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this order.
875         * ldgram.y: Likewise here.
876         * ldlang.c: And here.
877         * ldmain.c: And here.
878         * mpw-elfmips.c: And here.
879         * mpw-eppcmac.c: And here.
880         * emultempl/aix.em: And here.
881         * emultempl/armcoff.em: And here.
882         * emultempl/armelf.em: And here.
883         * emultempl/armelf_oabi.em: And here.
884         * emultempl/beos.em: And here.
885         * emultempl/elf32.em: And here.
886         * emultempl/hppaelf.em: And here.
887         * emultempl/linux.em: And here.
888         * emultempl/lnk960.em: And here.
889         * emultempl/pe.em: And here.
890         * emultempl/sunos.em: And here.
891         * mpw-esh.c: And here. Include ldexp.h and ldlang.h too.
892         * mpw-idtmips.c: Ditto.
893         * emultempl/generic.em: Ditto.
894         * emultempl/gld960.em: Ditto.
895         * emultempl/gld960c.em: Ditto.
896         * emultempl/mipsecoff.em: Ditto.
897         * emultempl/ticoff.em: Ditto.
898         * emultempl/vanilla.em: Ditto.
899
900         * pe-dll.c: Include ldfile.h
901         * ldver.c: Include ldexp.h, ldlang.h, ldfile.h
902
903         * mpw-elfmips.c: (gldelf32ebmip_before_allocation): Add missing
904         arguments to bfd_elf32_size_dynamic_sections call.
905         (gldelf32ebmip_place_orphan): Add missing arguments to
906         lang_leave_output_section_statement call.
907
908 2000-07-10  H.J. Lu  <hjl@gnu.org>
909
910         * emultempl/pe.em (pe_enable_stdcall_fixup): Protect with
911         DLL_SUPPORT.
912         (strhash): Likewise.
913         (compute_dll_image_base): Likewise.
914         (pe_undef_found_sym): Likewise.
915         (pe_undef_cdecl_match): Likewise.
916         (gld_${EMULATION_NAME}_open_dynamic_archive): Mark the
917         argument "arch" with ATTRIBUTE_UNUSED.
918
919 2000-07-10  Alan Modra  <alan@linuxcare.com.au>
920
921         * configure.tgt: Remove extraneous hppa*-*-linux-gnu*.
922
923         From  Ryan Bradetich  <rbradetich@uswest.net>
924         * ldwrite.c (SSIZE): Remove to cure macro redefinition warning.
925
926 2000-07-09  Alan Modra  <alan@linuxcare.com.au>
927
928         Changes to create multiple linker stubs, positioned immediately
929         before the section where they are required.
930         * emultempl/hppaelf.em: Include elf32-hppa.h.
931         (stub_sec, file_chain): Delete.
932         (hppaelf_create_output_section_statements): Don't make a stub
933         section here.
934         (hook_stub_info): New struct.
935         (hook_in_stub): New function.
936         (hppaelf_add_stub_section): New function.
937         (hppaelf_finish): Do nothing for relocateable links.  Modify the
938         call to elf32_hppa_size_stubs.  Move code for updating section
939         layout from here...
940         (hppaelf_layaout_sections_again): ..to here, a new function.
941
942         * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Fix
943         broken list handling.  Pass in a pointer to the list.
944         (hppaelf_finish): Update call to hppaelf_delete_padding_statements
945         for above changes.
946         (hppaelf_before_parse): Prototype.
947         (hppaelf_set_output_arch): Prototype.
948         (hppaelf_create_output_section_statements): Prototype.
949         (hppaelf_delete_padding_statements): Prototype.
950         (hppaelf_finish): Prototype.
951
952         Merge from elf32.em
953         * emultempl/hppaelf.em: Include ctype.h.
954         (struct orphan_save): New.
955         (gld${EMULATION_NAME}_place_orphan): New.
956         (output_rel_find): New.
957         (hppaelf_get_script): Update from elf32.em.
958         (ld_hppaelf_emulation): Rename to ld_${EMULATION_NAME}_emulation.
959         Change emulation_name field to "${EMULATION_NAME}".  Add
960         gld${EMULATION_NAME}_place_orphan.
961
962         * Makefile.am (ALL_EMULATIONS): Reinstate ehppaelf.o,  add
963         ehppalinux.o, sort it.  Regenerate dependencies.
964         (ehppalinux.c): Depend on hppaelf.em
965         * Makefile.in: Regenerate.
966
967         * configure.tgt: targ_emul=hppalinux for hppa*linux
968
969         * emulparams/hppalinux.sh: New.
970         * emulparams/hppaelf.sh (TARGET_PAGE_SIZE): Write in hex.
971
972 2000-07-08  Alan Modra  <alan@linuxcare.com.au>
973
974         * lexsup.c (parse_args): Copy section name.
975
976 2000-07-07  Charles Wilson  <cwilson@ece.gatech.edu>
977
978         * emultempl/pe.em: institute the following search order for
979         dynamic libraries on pei386: libfoo.dll.a, foo.dll.a (import
980         libs), libfoo.dll, foo.dll (link direct to dll).  Fall back to
981         static lib (libfoo.a) if none of the above are found.
982
983 2000-07-07  Mumit Khan  <khan@xraylith.wisc.edu>
984
985         * emultempl/pe.em (pe_enable_auto_image_base): New variable.
986         (longopts): New --{enable,disable}-auto-image-base options.
987         (gld_${EMULATION_NAME}_list_options): Document.
988         (gld_${EMULATION_NAME}_parse): Handle.
989         (strhash): New static function.
990         (compute_dll_image_base): New static function.
991         (gld_${EMULATION_NAME}_set_symbols): Use.
992
993 2000-07-05  DJ Delorie  <dj@redhat.com>
994
995         * MAINTAINERS: new
996
997 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
998
999         * configure.tgt: Add traditional mips (mips*-*-sysv4*) target.
1000         * emulparams/elf32btsmip.sh: New file.
1001         * Makefile.am: Add traditional mips target.
1002         * Makefile.in: Rebuild.
1003
1004 2000-07-01  H.J. Lu  <hjl@gnu.org>
1005
1006         * Makefile.am (EXTRA_ld_new_SOURCES): Set to deffilep.y for
1007         automake to use YLWRAP.
1008         * Makefile.in: Rebuild.
1009
1010 2000-07-01  Alan Modra  <alan@linuxcare.com.au>
1011
1012         * Makefile.am (DEP): Fix 2000-06-22.  grep after running dep.sed
1013         (CLEANFILES): Add DEPA.
1014         * Makefile.in: Regenerate.
1015
1016 2000-06-30  Timothy Wall  <twall@ppc>
1017
1018         * scripttempl/tic54xcoff.sc: PAGE N is not implemented, so encode
1019         the page in the upper octet of the address.
1020
1021 2000-06-26  Marek Michalkiewicz  <marekm@linux.org.pl>
1022
1023         * emulparams/avrmega161.sh (ARCH): Change to avr:5.
1024
1025 2000-06-24  Alan Modra  <alan@linuxcare.com.au>
1026
1027         * NEWS: arm-elf does --gc-sections too.
1028
1029 2000-06-22  Alan Modra  <alan@linuxcare.com.au>
1030
1031         * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
1032         find one.
1033         * Makefile.in: Regenerate.
1034
1035 2000-06-21  H.J. Lu  <hjl@gnu.org>
1036
1037         * Makefile.am: Rebuild dependency.
1038         * Makefile.in: Rebuild.
1039
1040 2000-06-20  H.J. Lu  <hjl@gnu.org>
1041
1042         * Makefile.am: Rebuild dependency.
1043         * Makefile.in: Rebuild.
1044
1045 2000-06-20  Timothy Wall  <twall@cygnus.com>
1046
1047         * scripttempl/tic54xcoff.sc: New.
1048         * ldlang.c (wild_doit): Propagate SEC_BLOCK flag.
1049         * gen-doc.texi: Add flag for TI COFF.
1050         * ld.texinfo: Add documentation for TI COFF handling switches.
1051         * emultempl/ticoff.em: New. TI COFF handling.
1052         * configure.tgt: Add tic54x target.
1053         * Makefile.am: Add tic54x target.
1054         * Makefile.in: Ditto.
1055
1056 2000-06-20  Alan Modra  <alan@linuxcare.com.au>
1057
1058         * ldmain.c (set_scripts_dir): Correct pointer comparison when
1059         checking for backslashes.
1060
1061 2000-06-19  Alan Modra  <alan@linuxcare.com.au>
1062
1063         * NEWS: Move entries not in 2.10 above "Changes in version 2.10".
1064
1065 2000-06-18  Alan Modra  <alan@linuxcare.com.au>
1066
1067         * NEWS: Update list of targets supporting --gc-sections.
1068
1069         * scripttempl/elf.sc: KEEP .eh_frame contents.
1070         * scripttempl/elfd30v.sc: Same here.
1071
1072 2000-06-18  Stephane Carrez  <stcarrez@worldnet.fr>
1073
1074         * Makefile.am (ALL_EMULATIONS): Added new emulation for m68hc12
1075         and m68hc11 (elf).
1076         * Makefile.in: Rebuild.
1077         * configure.tgt: Recognize m68hc12 and m68hc11.
1078         * scripttempl/elfm68hc12.sc: New file.
1079         * emulparams/m68hc12elfb: New emulation.
1080         * emulparams/m68hc12elf: New emulation.
1081         * emulparams/m68hc11elfb.sh: New file.  User configurable emulation
1082         (includes a memory.x script to define the ROM and RAM banks).
1083         * scripttempl/elfm68hc11.sc, emulparams/m68hc11elf.sh:
1084         New configuration files for support of Motorola 68hc11
1085
1086 2000-06-15  Alan Modra  <alan@linuxcare.com.au>
1087
1088         * ldmain.c (main): Only change SEC_READONLY for final link.
1089
1090 2000-06-13  H.J. Lu  <hjl@gnu.org>
1091
1092         * configure: Regenerate.
1093
1094 2000-06-08  David O'Brien  <obrien@FreeBSD.org>
1095
1096         * configure.in (VERSION): Update to show this is the CVS mainline.
1097
1098 2000-06-07  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
1099
1100         * emultempl/mipsecoff.em (gld{EMULATION_NAME}_after_open): Require all
1101         input objects to be ECOFF.
1102         (check_sections): einfo takes %B, not %P, to print a BFD name.
1103
1104 2000-06-05  Michael Matz <matz@ifh.de>
1105
1106         * ldgram.y (vers_defns): Handle 'extern "C++" { ... }' in
1107         version scripts.
1108
1109         * ldlex.l (V_IDENTIFIER): Accept `::' in symbols.
1110
1111 2000-05-23  Marek Michalkiewicz  <marekm@linux.org.pl>
1112
1113         * emulparams/avr1200.sh (STACK): Define as 0.
1114         * emulparams/avr23xx.sh (STACK): Define as last internal SRAM address.
1115         * emulparams/avr4433.sh (STACK): Likewise.
1116         * emulparams/avr44x4.sh (STACK): Likewise.
1117         * emulparams/avr85xx.sh (STACK): Likewise.
1118         * emulparams/avrmega103.sh (STACK): Likewise.
1119         * emulparams/avrmega161.sh (STACK): Likewise.
1120         * emulparams/avrmega603.sh (STACK): Likewise.
1121         * scripttempl/elf32avr.sc (__data_start): Define for gcrt1.
1122         (__stack): Define from ${STACK} for main().
1123
1124 2000-05-26  Alan Modra  <alan@linuxcare.com.au>
1125
1126         * Makefile.am: Update dependencies with "make dep-am"
1127         * Makefile.in: Regenerate.
1128
1129 2000-05-26  Eli Zaretskii  <eliz@is.elta.co.il>
1130
1131         * ldmain.c: Include filenames.h.
1132         (set_scripts_dir): Support backslashes in program name.
1133
1134 2000-05-22  Igor Shevlyakov  <igor@windriver.com>
1135
1136         * ldmain.c (main): When deciding if ".text" section should be
1137         read-only, don't forget to reset SEC_READONLY because it
1138         could be already set.
1139
1140 2000-05-22  Thomas de Lellis  <tdel@windriver.com>
1141
1142         * ld.1: Add documentation for new command line option:
1143                 --section-start <sectionname>=<sectionorg>
1144         This is a generic version of -Ttext etc. which accepts
1145         any section name as a parameter instead of just text/data/
1146         bss.
1147         * ld.texinfo: More docs.
1148         * NEWS: More docs.
1149         * lexsup.c: (parse_args): Recognize new command line option.
1150         (ld_options): Add new option.
1151
1152 2000-05-18  H.J. Lu  <hjl@gnu.org>
1153
1154         * lexsup.c (parse_args): `i' == `r', not `q'.
1155
1156 Thu May 18 10:47:57 2000  Jeffrey A Law  (law@cygnus.com)
1157
1158         * configure.tgt (hppa*64*-*-*): Enable PA64 target.
1159
1160 2000-05-17 S. Bharadwaj Yadavalli  <sby@scrugs.lkg.dec.com>
1161               Rick Gorton          <gorton@scrugs.lkg.dec.com>
1162
1163         Add support for '-q' == '--emit-relocs' switch.
1164         * ldmain.c (main): Default to false.
1165         * lexsup.c (parse_args): Turn on emitrelocations flag if set.
1166         * NEWS: Describe the emitrelocations switch.
1167         * ld.texinfo: Describe the emitrelocations switch.
1168
1169 2000-05-16  Charles Wilson <cwilson@ece.gatech.edu>
1170
1171         * ld/emultempl/pe.em (_open_dynamic_archive): New function: Search
1172         the library path for "foo.dll" and "libfoo.dll" dynamic libraries
1173         before searching for 'libfoo.a' in response to a '-Bdynamic -lfoo'
1174         link options.
1175
1176 2000-05-15  David O'Brien  <obrien@FreeBSD.org>
1177
1178         * lexsup.c (parse_args): Update the year in the copyright notice.
1179
1180 2000-05-13  Alan Modra  <alan@linuxcare.com.au>
1181
1182         * ld.h (gettext, dgettext, dcgettext, textdomain, bindtextdomain):
1183         Replace defines with those from intl/libgettext.h to quieten gcc
1184         warnings.
1185
1186 2000-05-10  H.J. Lu  <hjl@gnu.org>
1187
1188         * ldlang.c (open_input_bfds): Don't load the same file within
1189         a group again if the whole archive has been loaded already.
1190
1191 2000-05-03  Alan Modra  <alan@linuxcare.com.au>
1192
1193         From Ulf Carlsson <ulfc@engr.sgi.com> and Andreas Jaeger <aj@suse.de>
1194         * lexsup.c (set_section_start): Use bfd_scan_vma rather than
1195         strtoul.
1196
1197 Mon May  1 17:34:34 2000  Jim Wilson  <wilson@cygnus.com>
1198
1199         * configure.host (ia64-*-linux-gnu*): Change gcc to ${CC}.
1200
1201         * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
1202         host "ia64-*-linux-gnu*".
1203
1204 2000-04-29  Andreas Jaeger  <aj@suse.de>
1205
1206         * ld.h: Correctly check GCC version.
1207
1208 Tue Apr 25 11:20:43 2000  Jeffrey A Law  (law@cygnus.com)
1209
1210         * Makefile.am: Add PA64 support.  Add missing dependencies for
1211         PA32 elf support.
1212         * Makefile.in: Rebuilt.
1213         * configure.tgt: Add PA64 support (currently disabled).
1214
1215 2000-04-25  Alan Modra  <alan@linuxcare.com.au>
1216
1217         * emultempl/elf32.em (gld${EMULATION_NAME}_place_section): Delete.
1218         (output_rel_find): New function.
1219         (hold_section, hold_use): Delete.
1220         (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
1221         hold_interp): Make local to place_orphan.
1222         (gld${EMULATION_NAME}_place_orphan): Use lang_output_section_find
1223         rather than place_section to find possible previous use of orphan.
1224         Similarly find the place-holder output sections.  Use returned
1225         value from lang_enter_output_section_statement rather than calling
1226         lang_output_section_statement_lookup.
1227         * emultempl/armelf.em: Same here.
1228         * emultempl/pe.em: Similar to above, but no need for output_rel_find.
1229
1230         * ldlang.c (lang_enter_output_section_statement): Return output
1231         section statement.
1232         * ldlang.h (lang_enter_output_section_statement): Change
1233         declaration too.
1234
1235         * ldlang.h (lang_output_section_statement): Export it.
1236         * ldlang.c (lang_output_section_statement): Ditto.
1237
1238 2000-04-24  Nick Clifton  <nickc@cygnus.com>
1239
1240         * ld.texinfo (Output Section Data): Add note that section data
1241         commands cannot appear outside of section directives.
1242
1243 2000-04-2  Matthew Green  <mrg@cygnus.com>
1244
1245         * configure.tgt: Add NetBSD/sparc ELF, and NetBSD/sparc64 support.
1246
1247 Fri Apr 21 13:20:53 2000  Richard Henderson  <rth@cygnus.com>
1248                           David Mosberger  <davidm@hpl.hp.com>
1249
1250         * Makefile.am (ALL_64_EMULATIONS): Add eelf64_ia64.o.
1251         (eelf64_ia64.c): New rule.
1252         * Makefile.in: Rebuild.
1253         * configure.tgt (ia64-*-elf*, ia64-*-linux*): New targets.
1254         * emulparams/elf64_ia64.sh: New file.
1255
1256 2000-04-21  Richard Henderson  <rth@cygnus.com>
1257
1258         * scripttempl/elfd30v.sc: Place .gcc_except_table.
1259
1260 2000-04-19  Alan Modra  <alan@linuxcare.com.au>
1261
1262         * dep-in.sed: Match space at start of file name, not at end.
1263
1264 2000-04-18  H.J. Lu  <hjl@gnu.org>
1265
1266         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Call
1267         lang_leave_output_section_statement () after calling
1268         lang_enter_output_section_statement ().
1269         * emultempl/armelf.em: Likewise.
1270
1271 2000-04-18  Alan Modra  <alan@linuxcare.com.au>
1272
1273         * emultempl/elf32.em (struct orphan_save): Add section field.
1274         (gld${EMULATION_NAME}_place_orphan): Use above to keep sections in
1275         better order, and place first orphan section as we did before the
1276         2000-04-12 patch.  Ignore ~SEC_ALLOC sections when choosing place.
1277         Don't call make_bfd_section here, let wild_doit do the job for us.
1278         Don't build a statement list when we'll only throw it away.
1279         * emultempl/armelf.em: Ditto.
1280         * emultempl/pe.em: Similarly.
1281
1282 2000-04-14  Geoff Keating  <geoffk@cygnus.com>
1283
1284         * scripttempl/elfppc.sc: Remove.
1285         * emulparams/elf32ppc.sh: Use elf.sc.
1286         * emulparams/elf32lppc.sh: Use elf.sc.
1287         * emulparams/elf32ppclinux.sh: Use elf.sc.
1288         * emulparams/elf32ppcsim.sh: New file.
1289         * emulparams/elf32lppcsim.sh: New file.
1290         * Makefile.am: Update dependencies.  Add elf32ppcsim ad elf32lppcsim.
1291         (ALL_EMULATIONS): Add elf32ppcsim ad elf32lppcsim.
1292         * Makefile.in: Regenerate.
1293         * configure.tgt (powerpc-*): Add elf32ppcsim and elf32lppcsim.
1294
1295 2000-04-14  Alan Modra  <alan@linuxcare.com.au>
1296
1297         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Process
1298         ~SEC_ALLOC sections too.  Init start address of debug sections.
1299         * emultempl/armelf.em (gld${EMULATION_NAME}_place_orphan): Ditto.
1300         * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Ditto.
1301         Also set all relocateable section start addresses.
1302
1303 2000-04-13  Geoff Keating  <geoffk@cygnus.com>
1304
1305         * scripttempl/elf.sc: Add support for .sbss2 and .sdata2 sections.
1306         Add new BSS_PLT variable for when .plt need not be contained in
1307         the file.  Move _etext so that it is also after .fini, and provide
1308         both etext and _etext with a leading underscore.  Mark the start
1309         and end of .sbss.
1310
1311 2000-04-12  Alan Modra  <alan@linuxcare.com.au>
1312
1313         * emultempl/elf32.em (struct orphan_save): New.
1314         (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
1315         hold_interp): Make them struct orphan_save.
1316         (gld${EMULATION_NAME}_place_section): Modify for new hold_*.
1317         (gld${EMULATION_NAME}_place_orphan): Add new orphan sections to
1318         the end of the relevant section list.  Also add associated section
1319         statements to the end of any previous orphan statements.
1320         * emultempl/armelf.em: Similarly.
1321         * emultempl/pe.em: Similarly.
1322
1323 2000-04-11  Alan Modra  <alan@linuxcare.com.au>
1324
1325         * ld.texinfo (Simple Example): Remove extraneous paragraph.
1326
1327 Fri Apr  7 15:56:57 2000  Andrew Cagney  <cagney@b1.cygnus.com>
1328
1329         * configure.in (WARN_CFLAGS): Set to -W -Wall by default.  Add
1330         --enable-build-warnings option.
1331         * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
1332         * Makefile.in, configure: Re-generate.
1333
1334 2000-04-04  Alan Modra  <alan@linuxcare.com.au>
1335
1336         * po/ld.pot: Regenerate.
1337
1338         * lexsup.c (help): Restore translated part of bug string.
1339
1340         * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
1341         (DEP): Quote when passing vars to sub-make.  Add warning message
1342         to end.
1343         (DEP1): Rewrite for "gcc -MM".
1344         (CLEANFILES): Add DEP2.
1345         Update dependencies.
1346         * Makefile.in: Regenerate.
1347
1348 2000-04-03  Alan Modra  <alan@linuxcare.com.au>
1349
1350         * ld.h: #include "bin-bugs.h"
1351         * lexsup.c (help): Use REPORT_BUGS_TO.
1352
1353 2000-03-27  Denis Chertykov  <denisc@overta.ru>
1354
1355         * configure.tgt (avr-*-*): New target support.
1356         * Makefile.am: Likewise.
1357         * scripttempl/elf32avr.sc: New script file.
1358         * emulparams/avr1200.sh: New file.
1359         * emulparams/avr23xx.sh: New file.
1360         * emulparams/avr4433.sh New file.
1361         * emulparams/avr44x4.sh New file.
1362         * emulparams/avr85xx.sh New file.
1363         * emulparams/avrmega103.sh New file.
1364         * emulparams/avrmega161.sh New file.
1365         * emulparams/avrmega603.sh New file.
1366         * Makefile.in: Regenerate.
1367
1368 2000-03-09  Andreas Jaeger  <aj@suse.de>
1369
1370         * Makefile.am (check-DEJAGNU): Also unset LANG.
1371         * Makefile.in: Rebuild.
1372
1373 2000-03-06  Ian Lance Taylor  <ian@zembu.com>
1374
1375         * ldfile.c (ldfile_try_open_bfd): Don't crash if we see an empty
1376         archive.
1377
1378 2000-03-02  H.J. Lu  <hjl@gnu.org>
1379
1380         * emulparams/elf32mcore.sh: Include "getopt.h".
1381
1382 2000-03-01  Ian Lance Taylor  <ian@zembu.com>
1383
1384         * configure.tgt: Remove *-*-aout, *-*-coff, and *-*-netware.
1385
1386 2000-03-01  H.J. Lu  <hjl@gnu.org>
1387
1388         * emulparams/mipspe.sh: Add SUBSYSTEM and INITIAL_SYMBOL_CHAR.
1389         * emulparams/shpe.sh: Likewise.
1390
1391 2000-03-01  Nick Clifton  <nickc@cygnus.com>
1392
1393         * pe-dll.c: Remove unused variables and add ATTRIBUTE_UNUSED
1394         to unused parameters.
1395
1396         * emultempl/pe.em: Add "#ifdef DLL_SUPPORT" around static
1397         functions only used by DLL code.
1398         (_place_orphan): Initialise 'dollar'.
1399
1400 2000-03-01  H.J. Lu  <hjl@gnu.org>
1401
1402         * ldmain.c (undefined_symbol): Take one more arg, fatal, to
1403         indicate if the undefined symbol is a fatal error or not.
1404         Don't delete the output file if "fatal" is false.
1405
1406 2000-02-29  H.J. Lu  <hjl@gnu.org>
1407
1408         * Makefile.am (check-DEJAGNU): Also pass LIBS="$(LIBS)".
1409         Set LC_COLLATE and LC_ALL to null and export them. It is for
1410         sort which expects the C locale.
1411         Add $(LIBS) to all $(HOSTING_LIBS).
1412         * Makefile.in: Rebuild.
1413
1414 2000-02-29  Alan Modra  <alan@spri.levels.unisa.edu.au>
1415
1416         * emultempl/{aix.em, armcoff.em, armelf.em, armelf_oabi.em,
1417         beos.em, elf32.em, generic.em, gld960.em, gld960c.em, hppaelf.em,
1418         linux.em, lnk960.em, mipsecoff.em, sunos.em, vanilla.em}
1419         (ld_emulation_xfer_struct): Add missing NULL initialiser for
1420         find_potential_libraries.
1421
1422 2000-02-28  Jim Blandy  <jimb@redhat.com>
1423
1424         * ldgram.y (exclude_name_list): Don't require a comma to separate
1425         list entries; the lexer considers commas to be valid part of a
1426         filename, so in something like `foo, bar' the comma is considered
1427         part of the first filename, `foo,'.
1428         * ld.texinfo: Update section on EXCLUDE_FILE lists.
1429
1430 2000-02-27  Loren J. Rittle  <ljrittle@acm.org>
1431
1432         * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
1433         host "i[3456]86-*-freebsdelf*".
1434
1435 2000-02-27  Mark Elbrecht  <snowball3@bigfoot.com>
1436
1437         * scripttempl/i386go32.sc: Move misplaced semicolons.
1438
1439 2000-02-25  Ian Lance Taylor  <ian@zembu.com>
1440
1441         * Makefile.am (ALL_EMULATIONS): Remove ehppaelf.o.
1442         (ALL_64_EMULATIONS): Remove eelf64hppa.o.
1443         (eelf64hppa.c, ehppaelf.c): Remove targets.
1444         * Makefile.in: Rebuild.
1445
1446 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
1447
1448         * configure.tgt (targ_extra_ofiles): Enable elf64_sparc on
1449         GNU/Linux/sparc, but keep the default as 32.
1450
1451         * configure.tgt: Enable elf64_sparc on Solaris7+/sparc.  And make
1452         it default if sparcv9 or sparc64.
1453
1454 2000-02-24  Nick Clifton  <nickc@cygnus.com>
1455
1456         * Makefile.am: Add rules to build emipspe.o and earmpe.o.
1457         * Makefile.in: Regenerate.
1458         * configure.tgt: Add targets for arm-wince, sh-pe and mips-pe.
1459
1460         * ldemul.h (ld_emulation_xfer_struct): Add new field:
1461         find_potential_libraries.
1462         * ldemul.c (ldemul_find_potential_libraries): New function.
1463
1464         * ldfile.c (ldfile_open_file_search): Allow function to be
1465         exported.
1466         (ldfile_open_file): Call ldemul_find_potential_libraries.
1467         * ldfile.h: Add prototype for ldfile_open_file_search.
1468
1469         * pe-dll.c: Add support for ARM, MIPS and SH targets.
1470
1471         * emulparams/mipspe.sh: New file.  Parameters for mips-pe target.
1472         * emulparams/shpe.sh: New file.  Parameters for sh-pe target.
1473
1474         * emultempl/pe.em: Add support for ARM, MIPS and SH DLLs.
1475         (gld_X_find_potential_libraries): New function.  Search for
1476         libraries called "*.lib".
1477
1478         * scriptempl/pe.sc: Add .pdata section.
1479
1480 2000-02-23  Richard Henderson  <rth@cygnus.com>
1481
1482         * scripttempl/elfd10v.sc: Remove dynamic linking hooks.
1483         Add and use memory regions.
1484
1485 2000-02-23  Linas Vepstas (linas@linas.org)
1486
1487         * emulparams/elf32i370.sh, scripttempl/elfi370.sc: New.
1488
1489         * Makefile.am: Add support for Linux/IBM 370.
1490         * configure.tgt: Likewise.
1491
1492         * Makefile.in: Regenerate.
1493
1494 2000-02-21  Alan Modra  <alan@spri.levels.unisa.edu.au>
1495
1496         * ldlang.c (print_input_section, print_data_statement,
1497         print_reloc_statement, print_padding_statement, insert_pad,
1498         size_input_section, lang_check_section_addresses,
1499         lang_size_sections, lang_do_assignments, lang_set_startof,
1500         lang_one_common): Change `opb' to unsigned.
1501         (lang_do_assignments): Also change `size' to unsigned.
1502
1503 2000-02-16  Richard Henderson  <rth@cygnus.com>
1504
1505         * scripttempl/elf.sc: Place OTHER_PLT_RELOC_SECTION.
1506
1507 2000-02-16  Timothy Wall  <twall@cygnus.com>
1508
1509         * mri.c (mri_draw_tree): Add default LMA region argument to call
1510         to lang_leave_output_section_statement.
1511         * ldlang.h: Update prototypes with LMA region arguments.
1512         * ldlang.c (lang_size_sections): Encapsulate region bounds
1513         checking in os_check_region call.
1514         (os_check_region): New function.
1515         (lang_output_section_statement_lookup): Initialize lma_region.
1516         (lang_leave_output_section_statement): Add LMA region argument.
1517         (lang_leave_overlay): Ditto.
1518         * ldgram.y: Handle LMA region syntax.
1519         * ld.texinfo (Output Section Description): Describe LMA region usage.
1520         * emultempl/armelf.em (gld$place_orphan): Add default value for
1521         lma region in call to lang_leave_output_section_statement.
1522         * emultempl/elf32.em (gld$place_orphan): Add default value for
1523         lma region in call to lang_leave_output_section_statement.
1524         * emultempl/pe.em (gld$place_orphan): Add default value for
1525         lma region in call to lang_leave_output_section_statement.
1526
1527
1528 2000-02-04  Timothy Wall  <twall@redhat.com>
1529
1530         * ldlang.c (lang_check_section_addresses): Use bytes instead of
1531         octets when calculating section end addresses.
1532
1533 2000-02-04  Timothy Wall  <twall@redhat.com>
1534
1535         * ldlang.c (lang_size_sections): Fix typo in ALIGN_N invocation.
1536
1537 2000-02-03  Timothy Wall <twall@redhat.com>
1538
1539         * ld/ldexp.c (fold_name): Make SIZEOF operator return byte count, not
1540         octet count.
1541         * ld/ldlang.c (print_input_section, print_data_statement,
1542         print_reloc_statement, print_padding_statement): Print target
1543         address values and section sizes as bytes, not octets.
1544         (insert_pad) Calculate padding size in octets, and adjust "dot"
1545         by bytes.
1546         (size_input_section) Always adjust "dot" by bytes, not octets.
1547         (lang_check_section_addresses, lang_do_assignments) Adjust
1548         "dot" by bytes, not octets.  Use the larger of the directive size
1549         or octets_per_byte for the number of octets actually allocated in
1550         the output section.
1551         (lang_set_startof) Make sure STARTOF returns a target address.
1552         (lang_one_common) Record size changes in octets.
1553         (lang_abs_symbol_at_end_of) Section end symbol's value is
1554         recorded in target bytes.
1555         * ld.texinfo:   Updated description of BYTE, SHORT, LONG, etc.
1556         to be clear about behavior when an octet is smaller than one byte.
1557
1558 2000-01-27  Alan Modra  <alan@spri.levels.unisa.edu.au>
1559
1560         * ldcref.c (output_cref): Don't pass message strings to printf
1561         as format arg.
1562         Update copyright.
1563
1564         * ldmisc.c (vfinfo): Same here.
1565         Update copyright.
1566
1567 2000-01-23  Alan Modra  <alan@spri.levels.unisa.edu.au>
1568
1569         * emultempl/{armcoff.em,armelf.em,armelf_oabi.em,beos.em,
1570         generic.em,gld960.em,gld960c.em,hppaelf.em,linux.em,lnk960.em,
1571         mipsecoff.em,sunos.em,vanilla.em} (ld_emulation_xfer_struct):
1572         Add missing NULL initialisers, and comments.
1573
1574         * testsuite/ld-srec/sr3.cc (__rethrow): New.
1575
1576 2000-01-21  Nick Clifton  <nickc@cygnus.com>
1577
1578         * ldlang.c (lang_size_sections): Fix typo in comment.
1579
1580 2000-01-18  H.J. Lu  <hjl@gnu.org>
1581
1582         * ldlang.c (lang_size_sections): Also update the current
1583         address of a region if the SEC_NEVER_LOAD bit is not set.
1584
1585 2000-01-10  Philip Blundell  <pb@futuretv.com>
1586
1587         * configure.tgt (arm*-*-conix*): New target.
1588
1589 2000-01-07  Nick Clifton  <nickc@cygnus.com>
1590
1591         * ld.texinfo (Options): Remind users to preceed linker command
1592         line switches with -Wl, (or whatever is appropriate) if it is
1593         being invoked by a comnpiler driver program.
1594         Fix description of the behaviour of the -n command line switch.
1595
1596 Wed Jan  5 08:02:12 2000  Catherine Moore  <clm@cygnus.com>
1597
1598         * ld.h (wildcard_spec):  Change exclude_name to exclude_name_list.
1599         (name_list): New.
1600         * ld.texinfo (EXCLUDE_FILE): Update documentation.
1601         * ldgram.y (wildcard_spec): Support a list of excluded_files.
1602         (exclude_name_list): New.
1603         ldlang.c (walk_wild_section): Support list of excluded files.
1604         (print_wild_statement): Likewise.
1605         (lang_add_wild): Likewise.
1606         * ldlang.h (lang_wild_statement_type): Likewise.
1607         * scripttempl/elf.sc (OTHER_EXCLUDE_FILES): Support.
1608
1609 2000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
1610
1611         * pe-dll.c (pe_dll_warn_dup_exports): New variable.
1612         (process_def_file): Use.
1613         (pe_dll_compat_implib): New variable.
1614         (make_one): Use.
1615
1616         * pe-dll.h: Add exports of pe_dll_warn_dup_exports and
1617         pe_dll_compat_implib.
1618
1619         * emultempl/pe.em (longopts): Add warn-duplicate-exports and
1620         compat-implib options.
1621         (gld_${EMULATION_NAME}_list_options): List new options.
1622         (gld_${EMULATION_NAME}_parse_args): Handle.
1623
1624         * pe-dll.c (pe_dll_generate_implib): Use the correct name for output
1625         dll.
1626
1627         * deffilep.y (opt_name): Allow "." in name.
1628
1629 For older changes see ChangeLog-9899
1630 \f
1631 Local Variables:
1632 mode: change-log
1633 left-margin: 8
1634 fill-column: 74
1635 version-control: never
1636 End: