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