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