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