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