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