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