* ld.texinfo: Add notes about --whole-archive and gcc.
[external/binutils.git] / ld / ChangeLog
1 2000-12-11  DJ Delorie  <dj@redhat.com>
2
3         * ld.texinfo: Add notes about --whole-archive and gcc.
4
5 2000-11-18  Fred Fish  <fnf@be.com>
6
7         * lexsup.c (OPTION_ALLOW_SHLIB_UNDEFINED): Define.
8         (ld_options): Entry for --allow-shlib-undefined.
9         (parse_args): Handle OPTION_ALLOW_SHLIB_UNDEFINED.
10         * ldmain.c (main): Initialize link_info.allow_shlib_undefined
11         to false.
12         * ld.texinfo: Document new command line switch.
13         
14 2000-12-12  Geoffrey Keating  <geoffk@redhat.com>
15
16         * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS):
17         .fixup is actually read/write.
18         * emulparams/elf32lppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
19         * emulparams/elf32ppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
20         * emulparams/elf32lppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
21
22 Mon Dec 11 14:50:33 MET 2000  Jan Hubicka  <jh@suse.cz>
23
24         * NEWS: Add note about x86_64 architecture.
25
26 2000-12-06  Mark Elbrecht  <snowball3@bigfoot.com>
27
28         * scripttempl/i386go32.sc: Use PROVIDE with _etext, _edata, _end.
29         Set DWARF2 sections to a VMA of zero.
30
31 2000-12-01      Joel Sherrill <joel@OARcorp.com>
32
33         * configure.tgt (arm-*-rtems*, a29k-*rtems*, h8300-*-rtems*):
34         New targets.
35         (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
36         (sparc*-*-rtems*): Switched from a.out to ELF.
37
38 2000-11-30  Jan Hubicka  <jh@suse.cz>
39
40         * Makefile.am (ALL_EMULATIONS): Add eelf_x86_64.o
41         (eelf_x86_64.c): New.
42         * Makefile.in: Regenerate.
43         * configure.tgt: Add support for x86_64-*-linux-gnu*.
44         * emulparams/elf_x86_64.sh: New.
45
46 2000-11-30  Hans-Peter Nilsson  <hp@axis.com>
47
48         * emulparams/crislinux.sh (ENTRY): Change back to _start.
49         (TEXT_START_SYMBOLS): Remove conditional setting of __start.
50
51         * scripttempl/crisaout.sc: Change all RELOCATING not related to
52         merging non-a.out sections into CONSTRUCTING.
53
54 2000-11-28  Nick Clifton  <nickc@redhat.com>
55
56         * ld.1 (COPYING): Mention that the GNU Free Documentation
57         License is present in the sources, but not the output, and
58         also available from the GNU website.
59         (GNU Free Documentation License): Comment out this section.
60
61 2000-11-28  David O'Brien  <obrien@dragon.nuxi.com>
62
63         * emulparams/elf64alpha.sh (ENTRY): Remove leading underscore as ELF
64         does not use them.
65
66 2000-11-25  David O'Brien  <obrien@FreeBSD.org>
67
68         * ld.1: Remove old date so it does not give the impression the manpage
69         is way out of date.
70
71 2000-11-24  Nick Clifton  <nickc@redhat.com>
72
73         * configure.tgt (xscale-coff): Add target.
74         (xscale-elf): Add target.
75
76 2000-11-24  Fred Fish  <fnf@be.com>
77
78         * ldmain.c (main): Remove redundant init of config.make_executable
79         to true.
80
81 2000-11-15  Richard Henderson  <rth@redhat.com>
82
83         * emulparams/elf64alpha.sh (MAXPAGESIZE): Typo -- 64k, not 1M.
84
85 2000-11-14  Kazu Hirata  <kazu@hxi.com>
86
87         * scripttempl/h8300.sc: Fix formatting.
88         * scripttempl/h8300h.sc: Likewise.
89         * scripttempl/h8300s.sc: Likewise.
90
91 Tue Nov 14 00:59:19 2000  Denis Chertykov  <denisc@overta.ru>
92
93         * scripttempl/elf32avr.sc: Fix bug in .eeprom segment.
94
95 2000-11-09  Philip Blundell  <pb@futuretv.com>
96
97         * emultempl/pe.em: Define ___start_SECNAME and ___stop_SECNAME
98         around orphan sections whose names can be represented in C.
99
100 2000-11-07  Jim Wilson  <wilson@redhat.com>
101
102         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): New local
103         hold_sdata.  If SEC_SMALL_DATA set, set place to hold_sdata.
104
105 2000-11-06  Nick Clifton  <nickc@redhat.com>
106
107         * ld.texinfo: Add GNU Free Documentation License.
108         * ldint.texinfo: Add GNU Free Documentation License.
109         * ld.1: Add GNU Free Documentation License.
110
111 2000-11-05  Alan Modra  <alan@linuxcare.com.au>
112
113         * ldlex.l (yy_create_string_buffer): Init yy_is_our_buffer,
114         yy_is_interactive, yy_at_bol, and yy_fill_buffer.
115
116         * Makefile.am (DISTCLEANFILES): Add stringify.sed.
117         Move 2000-11-02 Makefile.in changes to this file.
118         * Makefile.in: Regenerate.
119
120 2000-11-03  Nick Clifton  <nickc@redhat.com>
121
122         * scripttempl/h8300.sc: Use ${CONSTRUCTING...} to enclose
123         constructors and destructors.
124         * scripttempl/h8300h.sc: Ditto.
125         * scripttempl/h8300s.sc: Ditto.
126         * scripttempl/h8500.sc: Ditto.
127         * scripttempl/h8500b.sc: Ditto.
128         * scripttempl/h8500c.sc: Ditto.
129         * scripttempl/h8500m.sc: Ditto.
130         * scripttempl/h8500s.sc: Ditto.
131         * scripttempl/v850.sc: Ditto.
132         * scripttempl/w65.sc: Ditto.
133         * scripttempl/z8000.sc: Ditto.
134
135 2000-11-02  Per Lundberg  <plundis@chaosdev.org>
136
137         * Makefile.in (e_i386_chaos.c): New rule.
138         (ALL_EMULATIONS): Added e_i386_chaos.o.
139         * emulparams/elf_i386_chaos.sh: New file.
140         * configure.tgt: Recognise i[3456]86-chaosdev-storm-chaos.
141
142 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
143
144         * emulparams/elf64_sparc.sh (TEXT_START_ADDR,
145         NONPAGED_TEXT_START_ADDR): Set to 4GB for Solaris targets.
146         Fix sed invocation, so that it coped with '/' in Solaris 64bit
147         library path suffix.
148         Based on patch by Andrew Macleod <amacleod@cygnus.com>.
149
150 2000-10-18  Hans-Peter Nilsson  <hp@axis.com>
151
152         * scripttempl/crisaout.sc (.text, .data): Pad, with ALIGN (32),
153         for consecutive sections.
154
155 2000-10-17  Chandrakala Chavva  <cchavva@redhat.com>
156
157         * lexsup.c: New option OPTION_TARGET_HELP. Prints all target specific
158         options.
159         * ld.texinfo: Added notes about this new option.
160
161 2000-10-16  Nick Clifton  <nickc@redhat.com>
162
163         * emultempl/pe.em (_after_open): Add tests of return values from
164         bfd functions.  Emit appropriate error messages if necessary.
165
166 2000-10-13  Nick Clifton  <nickc@redhat.com>
167
168         * emultempl/pe.em (_after_open): Delete 'is2' and 'nsyms'
169         local variables - they are not used, but leave in the call to
170         bfd_canonicalize_symtab.
171         (_open_dynamic_archive): Add #ifdef DLL_SUPPORT around use of
172         pe_dll_search_prefix.
173
174 2000-10-12  Charles Wilson  <cwilson@ece.gatech.edu>
175   
176         * emultempl/pe.em (pe_dll_search_prefix): New variable,
177         (longopts): New --dll-search-prefix option.
178         (gld_${EMULATION_NAME}_list_options): Document.
179         (gld_${EMULATION_NAME}_parse_args): Handle.
180         (gld_${EMULATION_NAME}_open_dynamic_archive): When linking
181         dynamically, search for a dll named '<prefix><basename>.dll'
182         in preference to 'lib<basename>.dll' if --dll-search-prefix
183         is specified.
184
185 2000-10-12  Alan Modra  <alan@linuxcare.com.au>
186
187         * ldlang.c (section_already_linked): Set kept_section instead of
188         sec->comdat->sec.
189
190 2000-10-10  Kazu Hirata  <kazu@hxi.com>
191
192         * deffile.h: Fix formatting.
193         * lexsup.c: Likewise.
194         * mri.c: Likewise.
195
196 2000-10-09  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
197
198         * pe-dll.c (make_one): Do not generate code thunk for DATA
199         exports.
200         (process_def_file): deduce DATA flag for auto-export sumbols.
201
202 2000-10-09  Kazu Hirata  <kazu@hxi.com>
203
204         * ld.h: Fix formatting.
205         * ldcref.c: Likewise.
206         * ldctor.h: Likewise.
207         * ldemul.c: Likewise.
208         * ldemul.h: Likewise.
209         * ldexp.c: Likewise.
210         * ldexp.h: Likewise.
211         * ldfile.c: Likewise.
212         * ldfile.h: Likewise.
213         * ldlang.c: Likewise.
214         * ldlang.h: Likewise.
215         * ldmain.c: Likewise.
216         * pe-dll.c: Likewise.
217
218         * pe-dll.c: Revert some formatting fixes.
219
220 2000-10-08  Kazu Hirata  <kazu@hxi.com>
221
222         * pe-dll.c: Fix formatting.
223
224 2000-10-05  Kazu Hirata  <kazu@hxi.com>
225
226         * ldlang.c: Fix formatting.
227
228 2000-10-03  DJ Delorie  <dj@redhat.com>
229
230         * pe-dll.c (fill_edata): initialize entire block
231         (make_one): fill in correct section.
232
233 2000-10-03  Kazu Hirata  <kazu@hxi.com>
234
235         * ldexp.c: Fix formatting.
236
237 2000-10-02  DJ Delorie  <dj@redhat.com>
238
239         * emultempl/pe.em (gld_*_after_open): detect case where there two
240         import libraries for same dll; rename one to ensure proper link
241         order.
242
243         * pe-dll.c (process_def_file): compare ordinals to -1, not 0; fix
244         typo
245         (generate_edata): fix typo
246
247 2000-09-29  Hans-Peter Nilsson  <hp@axis.com>
248
249         * scripttempl/crisaout.sc (ENTRY): Now __start.
250         (.text): Add default setting for __start.
251         Remove CONSTRUCTORS handling.
252         (/DISCARD/): Add .gnu.warning.*.
253         * emulparams/crislinux.sh (ENTRY): Now __start.
254         (TEXT_START_SYMBOLS): New; provide __Stext and __start default.
255         * emulparams/criself.sh (OUTPUT_FORMAT): Now elf32-us-cris.
256         (ENTRY): Now __start.
257         (INITIAL_READONLY_SECTIONS): Add KEEP for .startup.
258         (EXECUTABLE_SYMBOLS): Add default setting for __start.
259
260 2000-09-29  Kazu Hirata  <kazu@hxi.com>
261
262         * deffile.h: Fix formatting.
263         * ld.h: Likewise.
264         * ldcref.c: Likewise.
265         * ldctor.c: Likewise.
266         * ldctor.h: Likewise.
267         * ldemul.c: Likewise.
268         * ldemul.h: Likewise.
269         * ldexp.c: Likewise.
270         * ldexp.h: Likewise.
271         * ldfile.c: Likewise.
272         * ldfile.h: Likewise.
273         * ldlang.c: Likewise.
274         * ldlang.h: Likewise.
275         * lexsup.c: Likewise.
276         * mri.c: Likewise.
277         * pe-dll.c: Likewise.
278
279 2000-09-28  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
280
281         * pe-dll.c (process_def_file): Uninitialized data wasn't
282         exported with --export-all-symbols switch.
283         
284 2000-09-28  DJ Delorie  <dj@redhat.com>
285
286         * pe-dll.c (fill_edata): rearrange the data so that ordinals and
287         noname work properly.
288
289 2000-09-28  Alan Modra  <alan@linuxcare.com.au>
290
291         * ld.texinfo (HPPA ELF32): New section.
292
293         * emultempl/hppaelf.em (group_size): New.
294         (hppaelf_finish): Pass group_size to elf32_hppa_size_stubs.
295         (PARSE_AND_LIST_PROLOGUE): Add OPTION_STUBGROUP_SIZE.
296         (PARSE_AND_LIST_LONGOPTS): Add --stub-group-size.  Duplicate
297         options to prevent abbreviations matching.
298         (PARSE_AND_LIST_OPTIONS): Describe the above.  Reformat.
299         (PARSE_AND_LIST_ARGS_CASES): Handle it.
300
301 2000-09-21  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
302
303         * emultempl/m68kelf.em: Conditionalise the embedded relocs feature
304         on the m68*-*-elf target.  Make it support COFF input objects.
305
306 2000-09-21  Kazu Hirata  <kazu@hxi.com>
307
308         * ldmain.c: Fix formatting.
309         * ldmisc.c: Likewise.
310         * ldver.c: Likewise.
311         * ldwrite.c: Likewise.
312
313 2000-09-21  Alan Modra  <alan@linuxcare.com.au>
314
315         * ldwrite.c (clone_section): Silence gcc warnings.
316
317 2000-09-20  Alan Modra  <alan@linuxcare.com.au>
318
319         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Handle
320         out of memory failure.
321
322         * ldwrite.c (ldwrite): Remove unnecessary einfo arg.
323         (clone_section): Handle out of memory failures.  Rename var to
324         avoid c++ reserved word.
325
326 2000-09-18  Alan Modra  <alan@linuxcare.com.au>
327
328         * emultempl/hppaelf.em (hppaelf_add_stub_section): Rename
329         stub_name param to stub_sec_name.
330         (hppaelf_finish): Modify call to elf32_hppa_size_stubs.
331
332 2000-09-10  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
333
334         * emultempl/m68kelf.em: New file.
335         * emulparams/m68kelf.sh (EXTRA_EM_FILE): Use it.
336         * Makefile.am (em68kelf.c): Add dependency on m68kelf.em.
337         * Makefile.in: Regenerate.
338
339 2000-09-15  Alan Modra  <alan@linuxcare.com.au>
340
341         * emulparams/hppalinux.sh (DATA_START_SYMBOLS): Provide $global$
342         only as needed.
343
344 2000-09-13  Nick Clifton  <nickc@redhat.com>
345
346         * ldmain.c (multiple_definition): Disable relaxation if
347         multiple symbol definitions are encountered - otherwise the
348         linker could abort with an assertion failure.
349
350 2000-09-10  Nick Clifton  <nickc@redhat.com>
351
352         * mri.c: Fix formatting.
353
354 2000-09-07  H.J. Lu  <hjl@gnu.org>
355
356         * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
357         * configure: Rebuild.
358
359 2000-09-07  H.J. Lu  <hjl@gnu.org>
360
361         * Makefile.am (lexsup.o): Also depend on $(INCDIR)/demangle.h.
362         * Makefile.in: Rebuild.
363
364 2000-09-07  Alan Modra  <alan@linuxcare.com.au>
365
366         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Fix
367         broken list handling.  Create __start_SECNAME and __stop_SECNAME
368         when no place-holder.  Add some comments.  Test both SEC_CODE and
369         SEC_READONLY for hold_text to prevent .rodata orphan poisoning.
370         Handle case where no output section statement created.
371
372 2000-09-07  Niibe Yutaka  <gniibe@m17n.org>, Kaz Kojima  <kkojima@rr.iij4u.or.jp>, Alexandre Oliva  <aoliva@redhat.com>
373
374         * configure.tgt (sh-*-linux*): Added.
375         * Makefile.am: Added eshelf_linux and eshlelf_linux.
376         * Makefile.in: Rebuilt.
377         * emulparams/shelf_linux.sh: New file.
378         * emulparams/shlelf_linux.sh: New file.
379
380 2000-09-06  Alan Modra  <alan@linuxcare.com.au>
381
382         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
383         try shuffling sections when the orphan happens to be the place
384         holder.  Keep count of unique section names generated so we speed
385         the search for a new name.
386
387 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
388
389         * configure: Rebuilt with new libtool.m4.
390
391 2000-09-05  Nick Clifton  <nickc@redhat.com>
392
393         * Makefile.in: Regenerate.
394         * aclocal.m4: Regenerate.
395         * configure: Regenerate.
396         * config.in: Regenerate.
397         * po/ld.pot: Regenerate.
398
399         * ldint.texinfo: Remove CVS revision marker - it foils local
400         comparisons.
401
402         * emultempl/ticoff.em: Remove extraneous comma.
403
404 2000-09-05  Alan Modra  <alan@linuxcare.com.au>
405
406         * emultempl/hppaelf.em (hppaelf_add_stub_section): Add SEC_RELOC
407         to stub section flags.
408         (hppa_for_each_input_file_wrapper): New.
409         (hppa_lang_for_each_input_file): New.
410         (lang_for_each_input_file): Define to call above.
411         (multi_subspace): New.
412         (hppaelf_finish): Pass multi_subspace to elf32_hppa_size_stubs.
413         (PARSE_AND_LIST_PROLOGUE): Define.
414         (PARSE_AND_LIST_LONGOPTS): Define.
415         (PARSE_AND_LIST_OPTIONS): Define.
416         (PARSE_AND_LIST_ARGS_CASES): Define.
417         (hppaelf_finish): Call elf32_hppa_set_gp.
418         (hppaelf_set_output_arch): Remove.
419         (LDEMUL_SET_OUTPUT_ARCH): Remove.
420
421         * emulparams/hppalinux.sh (ELFSIZE): Define.
422         (MACHINE): Define.
423         (OTHER_READONLY_SECTIONS): Define.
424         (DATA_PLT): Define.
425         (GENERATE_SHLIB_SCRIPT): Define.
426
427         * ldlang.c: Add missing prototypes, and tidy others.  Change CONST
428         to const throughout.  Change `void *' to `PTR' throughout.
429         (lang_memory_default): Function is local to file, add `static'.
430
431         * Makefile.am (ehppaelf.c): Depend on emultempl/elf32.em.
432         (ehppalinux.c): Likewise.
433         (earmelf.c): Likewise.
434         (earmelf_linux.c): Likewise.
435         (earmelf_linux26.c): Likewise.
436         * Makefile.in: Regenerate.
437
438         * ld.h (ld_config_type): Add unique_orphan_sections.
439         * lexsup.c (OPTION_UNIQUE): Define.
440         (ld_options): Add "--unique".
441         (parse_args): Handle it.
442         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
443         search for an existing output section if unique_orphan_sections is
444         set.  Make use of bfd_get_unique_section_name rather than
445         duplicating code here.
446         * ld.texinfo: Describe --unique.
447
448         * lexsup.c (ld_options): Make split-by-reloc arg optional. Add
449         optional arg to split-by-file.
450         (parse_args): Handle them.
451         * ld.texinfo: Update description of these options.
452         * ldwrite.c (clone_section): Pass in the section name.  Replace
453         local code with bfd_get_unique_section_name.
454         (split_sections): Tidy code and comments.  Use a list traversal
455         more appropriate to the list construction.  Handle cooked section
456         sizes.  Split when split_by_reloc reached rather than exceeded.
457         Track section size and split when split_by_file reached.  Fix
458         link_order_tail (even though it's not used).
459         (ldwrite): Modify condition for calling split_sections to suit
460         changed split_by_reloc and split_by_file.
461         * ldmain.c (main): Init config.split_by_reloc and
462         config.split_by_file to -1.
463         * ld.h (ld_config_type): Change split_by_reloc to unsigned.
464         Change split_by_file to bfd_size_type.
465
466 2000-09-02  Nick Clifton  <nickc@redhat.com>
467
468         * configure.in: Increase version number to 2.10.91.
469         * NEWS: Mention new ability to support removal of duplicate DWARF2
470         debug information.
471         * configure: Regenerate.
472         * aclocal.m4: Regenerate.
473         * config.in: Regenerate.
474
475 2000-09-02  Daniel Berlin <dberlin@redhat.com>
476
477         * scripttempl/elf.sc: Add .gnu.linkonce.wi.* to .debug_info
478         sections.
479         * scripttempl/elf32var.sc: Ditto.
480         * scripttempl/elfd10v.sc: Ditto.
481         * scripttempl/elfd30v.sc: Ditto.
482         * scripttempl/elfi370.sc: Ditto.
483         * scripttempl/elfm68hc11.sc: Ditto.
484         * scripttempl/elfm68hc12.sc: Ditto.
485         * scripttempl/elfi386beos.sc: Ditto.
486         * scripttempl/v850.sc: Ditto.
487
488 2000-08-31  Alexandre Oliva  <aoliva@redhat.com>
489
490         * acinclude.m4: Include libtool and gettext macros from the
491         top level.
492         * aclocal.m4, configure: Rebuilt.
493
494 2000-08-25  Nick Clifton  <nickc@redhat.com>
495
496         * ldlang.c (open_output): When choosing the target for a
497         particular endianness, do nothing if the target is not
498         supported.
499
500 2000-08-25  H.J. Lu  <hjl@gnu.org>
501
502         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Don't
503         check -rpath nor LD_RUN_PATH for cross link.
504         * ld.texinfo: Document the change.
505
506 2000-08-24  Hans-Peter Nilsson  <hp@axis.com>
507
508         * NEWS: Mention support for CRIS.
509
510 2000-08-23  H.J. Lu  <hjl@gnu.org>
511
512         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Get
513         the current runpath list from bfd_elf_get_runpath_list ()
514         before search.
515
516 2000-08-22  H.J. Lu  <hjl@gnu.org>
517
518         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Search
519         the DT_RPATH/DT_RUNPATH entries for DT_NEEDED after
520         LD_LIBRARY_PATH for native linker. Display the needed DSO if
521         trace_file_tries is non-zero.
522         (gld${EMULATION_NAME}_try_needed): Report the needed DSO found
523         if trace_file_tries is non-zero.
524
525         * ld.texinfo: Document the usage of DT_RPATH/DT_RUNPATH.
526         * NEWS: Mention it.
527
528 2000-08-14  Jason Eckhardt  <jle@cygnus.com>
529
530         * NEWS: Mention i860 support.
531
532 2000-08-14  Andreas Schwab  <schwab@suse.de>
533
534         * scripttempl/elf.sc: Fix last change to use correct comment
535         syntax.
536
537 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
538
539         * scripttempl/elf.sc: Add a comment giving the correspondence
540         between sections, per-datum sections, and linkonce sections.  Make
541         the comment true even for .bss, .sdata, .sdata2, .sbss, and
542         .sbss2.
543
544 2000-08-10  Jason Eckhardt  <jle@cygnus.com>
545
546         * emulparams/elf32_i860.sh: New file.
547         * configure.tgt: Recognize new target i860-stardent-{sysv4*|elf*}.
548         * Makefile.am (ALL_EMULATIONS): Add eelf32_i860.o.
549         (eelf32_i860.c): New rule.
550         * Makefile.in: Regenerate.
551
552 2000-08-10  Nick Clifton  <nickc@cygnus.com>
553
554         * emulparams/mipspe.sh (ENTRY): Add definition.
555
556 2000-08-08  Peter Jeremy  <peter.jeremy@alcatel.com.au>
557
558         * emultempl/elf32.em (_after_close): Refer to -rpath not --rpath
559         in error message.
560
561 2000-08-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
562
563         * scripttempl/elfm68hc11.sc: Define __bss_size symbol to indicate
564         the final size of .bss section.
565         * scripttempl/elfm68hc12.sc: Likewise.
566
567 2000-08-04  Alan Modra  <alan@linuxcare.com.au>
568
569         * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Rename to
570         gld${EMULATION_NAME}_parse_args for consistency.  Combine
571         lastoptind and prevoptind vars, and keep track of last optind.
572         (gld_${EMULATION_NAME}_list_options): Rename to
573         gld${EMULATION_NAME}_list_options.
574
575 2000-08-03  Rodney Brown  <RodneyBrown@pmsc.com>
576
577         * configure.tgt: Select targ_emul=elf_i386 for Unixware 7
578         (i586-sco-sysv5uw7.1.0).
579
580 2000-07-27  H.J. Lu  <hjl@gnu.org>
581
582         * emulparams/elf64alpha.sh (PARSE_AND_LIST_ARGS): Removed.
583         (PARSE_AND_LIST_PROLOGUE): New.
584         (PARSE_AND_LIST_LONGOPTS): Likewise.
585         (PARSE_AND_LIST_OPTIONS): Likewise.
586         (PARSE_AND_LIST_ARGS_CASES): Likewise.
587         (PARSE_AND_LIST_EPILOGUE): Likewise.
588
589 2000-07-28  Alan Modra  <alan@linuxcare.com.au>
590
591         * emultempl/armelf.em: Elide functions common to elf32.em,
592         ie. most of the file.
593         (arm_elf_after_open): New.  Do arm specific things then call
594         gld${EMULATION_NAME}_after_open.
595         (arm_elf_before_allocation): New.  Call
596         gld${EMULATION_NAME}_before_allocation then do arm specifics.
597         (PARSE_AND_LIST_PROLOGUE): Define.
598         (PARSE_AND_LIST_SHORTOPTS): Define.
599         (PARSE_AND_LIST_LONGOPTS): Define.
600         (PARSE_AND_LIST_OPTIONS): Define.
601         (PARSE_AND_LIST_ARGS_CASES): Define.
602         (LDEMUL_AFTER_OPEN): Define.
603         (LDEMUL_BEFORE_ALLOCATION): Define.
604         (LDEMUL_BEFORE_PARSE): Define.
605         (LDEMUL_FINISH): Define.
606
607         * emultempl/hppaelf.em: Similarly zap most of this file.
608         (hppaelf_add_stub_section): Prototype.
609         (hppaelf_layaout_sections_again): Prototype.
610         (hook_in_stub): Prototype.
611         (LDEMUL_SET_OUTPUT_ARCH): Define.
612         (LDEMUL_FINISH): Define.
613         (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
614
615         * emulparams/armelf.sh (TEMPLATE_NAME): Use elf32.
616         (EXTRA_EM_FILE): New.
617         * emulparams/armelf_linux.sh: Likewise.
618         * emulparams/armelf_linux26.sh: Likewise.
619         * emulparams/hppalinux.sh: Likewise.
620         * emulparams/hppaelf.sh: Likewise.
621         (NOP): Define.
622
623         * emultempl/elf32.em: Fix formatting.
624         (EXTRA_EM_FILE): Source it.
625         (LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
626         LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
627         LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
628         LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
629         LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
630         LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
631         LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
632         LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
633         LDEMUL_FIND_POTENTIAL_LIBRARIES): New shell vars.  Add code to
634         allow functions in this file to be overridden.
635         (PARSE_AND_LIST_SHORTOPTS): Handle it.
636
637         * emultempl/m68kcoff.em: Include ldfile.h before ldemul.h.
638
639         * emultempl/elf32.em: Reorganize file.
640
641 2000-07-27  Ivan Kokshaysky  <ink@jurassic.park.msu.ru>
642
643         * emulparams/elf64alpha.sh: Implement "-taso" emulation
644         specific option to fit 64-bit executable in the lower
645         31-bit address range.  This is done by changing start
646         address of .interp (the very first section of executable)
647         and then setting EF_ALPHA_32BIT elf header flag.
648
649 2000-07-21  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
650
651         * emultempl/m68kcoff.em: New file.
652         * emulparams/m68kcoff.sh (TEMPLATE_NAME): Use m68kcoff template.
653         * Makefile.am (em68kcoff.c): Depend on m68kcoff.em rather than
654         generic.em.
655         * Makefile.in: Regenerate.
656
657 2000-07-20  H.J. Lu  <hjl@gnu.org>
658
659         * emultempl/elf32.em (longopts): Duplicate "disable-new-dtags"
660         and "disable-new-dtags" to stop getopt from treating -d/-e as
661         abbreviations for these options.
662
663 2000-07-20  H.J. Lu  <hjl@gnu.org>
664
665         * ld.texinfo: Add documentation for --disable-new-dtags and
666         --enable-new-dtags.
667
668         * ldmain.c (main): Initialize link_info.new_dtags to false.
669
670         * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Add
671         --disable-new-dtags and --enable-new-dtags.
672         (gld_${EMULATION_NAME}_list_options): Likewise.
673
674 2000-07-05  Kenneth Block  <krblock@computer.org>
675
676         * ld/lexsup.c: Add optional style to demangle switch
677         * ld/ld.texinfo: Document optional style to demangle switch.
678
679 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
680
681         * Makefile.am (ALL_EMULATIONS): Add ecrisaout.o, ecriself.o,
682         ecrislinux.o.
683         (ecrisaout.c, ecriself.c, ecrislinux.c): New rules.
684         Regenerate dependencies.
685         * Makefile.in: Rebuild.
686         * configure.tgt (cris-*-*): New target.
687         * emulparams/crisaout.sh, emulparams/criself.sh,
688         emulparams/crislinux.sh, scripttempl/crisaout.sc: New files.
689         * po/POTFILES.in, po/ld.pot: Regenerate.
690
691 2000-07-20  H.J. Lu  <hjl@gnu.org>
692
693         * emultempl/elf32.em (gld_${EMULATION_NAME}_list_options):
694         Print out ignored -z options.
695
696 2000-07-19  H.J. Lu  <hjl@gnu.org>
697
698         * emulparams/elf32mcore.sh (PARSE_AND_LIST_ARGS): Removed.
699         (PARSE_AND_LIST_PROLOGUE): New.
700         (PARSE_AND_LIST_LONGOPTS): Likewise.
701         (PARSE_AND_LIST_OPTIONS): Likewise.
702         (PARSE_AND_LIST_ARGS_CASES): Likewise.
703
704         * ldmain.c (main): Clear link_info.flags and link_info.flags_1.
705
706         * lexsup.c (ld_options): Comment out 'z'.
707         (parse_args): Likewise.
708
709         * emultempl/elf32.em: Include "elf/common.h".
710         (gld_${EMULATION_NAME}_parse_args): Defined. Handle some -z
711         options.
712         (gld_${EMULATION_NAME}_list_options): Likewise.
713
714         * ld.texinfo: Add documentation for the recognized -z options.
715
716 2000-07-19  H.J. Lu  <hjl@gnu.org>
717
718         * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Call
719         bfd_elf_set_dt_needed_soname ().
720
721 2000-07-18  DJ Delorie  <dj@cygnus.com>
722
723         * pe-dll.c (pe_dll_id_target): check object target name also
724
725 2000-07-18  Hans-Peter Nilsson  <hp@axis.com>
726
727         * scripttempl/elf.sc (.init): Only do ${INIT_START} and
728         ${INIT_END} if relocating.
729         (.fini): Likewise ${FINI_START} and ${FINI_END}.
730
731 2000-07-16  Charles Wilson  <cwilson@ece.gatech.edu>
732
733         * src/ld/emultempl/pe.em (gld_*_open_dynamic_archive): New search
734         order for dynamic library '-lfoo' on pei386: libfoo.dll.a,
735         foo.dll.a, libfoo.a, libfoo.dll, foo.dll. This fixes compatibility
736         errors introduced by the old dynamic lib search order.
737
738 2000-07-17  DJ Delorie  <dj@cygnus.com>
739
740         * pe-dll.c (process_def_file): auto-export data items also
741         (pe_process_import_defs): also see if _imp_ form needed
742
743 2000-07-12  Charles Wilson  <cwilson@ece.gatech.edu>
744
745         * pe-dll.c (make_one): fix a typo in the __imp_ name decoration
746         for dll import libraries
747
748 2000-07-12  Mark Elbrecht  <snowball3@bigfoot.com>
749
750         * scripttempl/i386go32.sc: Support the g++ attribute init_priority in
751           gcc 2.95.2 and later.
752
753 2000-07-11  Kazu Hirata  <kazu@hxi.com>
754
755         * ldfile.c (ldfile_try_open_bfd): Output '\n' after an error
756         message.
757
758 2000-07-10  Alan Modra  <alan@linuxcare.com.au>
759
760         * ldemul.h (struct lang_input_statement_struct): Remove forward
761         declaration.
762         (struct search_dirs): Likewise.
763         * ldfile.h (struct lang_input_statement_struct): Likewise.
764         Protect file from multiple inclusion.
765         * ldlang.h (LANG_FOR_EACH_INPUT_STATEMENT): Move file_chain
766         declaration from macro to file scope.
767
768         * ldemul.c: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this order.
769         * ldgram.y: Likewise here.
770         * ldlang.c: And here.
771         * ldmain.c: And here.
772         * mpw-elfmips.c: And here.
773         * mpw-eppcmac.c: And here.
774         * emultempl/aix.em: And here.
775         * emultempl/armcoff.em: And here.
776         * emultempl/armelf.em: And here.
777         * emultempl/armelf_oabi.em: And here.
778         * emultempl/beos.em: And here.
779         * emultempl/elf32.em: And here.
780         * emultempl/hppaelf.em: And here.
781         * emultempl/linux.em: And here.
782         * emultempl/lnk960.em: And here.
783         * emultempl/pe.em: And here.
784         * emultempl/sunos.em: And here.
785         * mpw-esh.c: And here. Include ldexp.h and ldlang.h too.
786         * mpw-idtmips.c: Ditto.
787         * emultempl/generic.em: Ditto.
788         * emultempl/gld960.em: Ditto.
789         * emultempl/gld960c.em: Ditto.
790         * emultempl/mipsecoff.em: Ditto.
791         * emultempl/ticoff.em: Ditto.
792         * emultempl/vanilla.em: Ditto.
793
794         * pe-dll.c: Include ldfile.h
795         * ldver.c: Include ldexp.h, ldlang.h, ldfile.h
796
797         * mpw-elfmips.c: (gldelf32ebmip_before_allocation): Add missing
798         arguments to bfd_elf32_size_dynamic_sections call.
799         (gldelf32ebmip_place_orphan): Add missing arguments to
800         lang_leave_output_section_statement call.
801
802 2000-07-10  H.J. Lu  <hjl@gnu.org>
803
804         * emultempl/pe.em (pe_enable_stdcall_fixup): Protect with
805         DLL_SUPPORT.
806         (strhash): Likewise.
807         (compute_dll_image_base): Likewise.
808         (pe_undef_found_sym): Likewise.
809         (pe_undef_cdecl_match): Likewise.
810         (gld_${EMULATION_NAME}_open_dynamic_archive): Mark the
811         argument "arch" with ATTRIBUTE_UNUSED.
812
813 2000-07-10  Alan Modra  <alan@linuxcare.com.au>
814
815         * configure.tgt: Remove extraneous hppa*-*-linux-gnu*.
816
817         From  Ryan Bradetich  <rbradetich@uswest.net>
818         * ldwrite.c (SSIZE): Remove to cure macro redefinition warning.
819
820 2000-07-09  Alan Modra  <alan@linuxcare.com.au>
821
822         Changes to create multiple linker stubs, positioned immediately
823         before the section where they are required.
824         * emultempl/hppaelf.em: Include elf32-hppa.h.
825         (stub_sec, file_chain): Delete.
826         (hppaelf_create_output_section_statements): Don't make a stub
827         section here.
828         (hook_stub_info): New struct.
829         (hook_in_stub): New function.
830         (hppaelf_add_stub_section): New function.
831         (hppaelf_finish): Do nothing for relocateable links.  Modify the
832         call to elf32_hppa_size_stubs.  Move code for updating section
833         layout from here...
834         (hppaelf_layaout_sections_again): ..to here, a new function.
835
836         * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Fix
837         broken list handling.  Pass in a pointer to the list.
838         (hppaelf_finish): Update call to hppaelf_delete_padding_statements
839         for above changes.
840         (hppaelf_before_parse): Prototype.
841         (hppaelf_set_output_arch): Prototype.
842         (hppaelf_create_output_section_statements): Prototype.
843         (hppaelf_delete_padding_statements): Prototype.
844         (hppaelf_finish): Prototype.
845
846         Merge from elf32.em
847         * emultempl/hppaelf.em: Include ctype.h.
848         (struct orphan_save): New.
849         (gld${EMULATION_NAME}_place_orphan): New.
850         (output_rel_find): New.
851         (hppaelf_get_script): Update from elf32.em.
852         (ld_hppaelf_emulation): Rename to ld_${EMULATION_NAME}_emulation.
853         Change emulation_name field to "${EMULATION_NAME}".  Add
854         gld${EMULATION_NAME}_place_orphan.
855
856         * Makefile.am (ALL_EMULATIONS): Reinstate ehppaelf.o,  add
857         ehppalinux.o, sort it.  Regenerate dependencies.
858         (ehppalinux.c): Depend on hppaelf.em
859         * Makefile.in: Regenerate.
860
861         * configure.tgt: targ_emul=hppalinux for hppa*linux
862
863         * emulparams/hppalinux.sh: New.
864         * emulparams/hppaelf.sh (TARGET_PAGE_SIZE): Write in hex.
865
866 2000-07-08  Alan Modra  <alan@linuxcare.com.au>
867
868         * lexsup.c (parse_args): Copy section name.
869
870 2000-07-07  Charles Wilson  <cwilson@ece.gatech.edu>
871
872         * emultempl/pe.em: institute the following search order for
873         dynamic libraries on pei386: libfoo.dll.a, foo.dll.a (import
874         libs), libfoo.dll, foo.dll (link direct to dll).  Fall back to
875         static lib (libfoo.a) if none of the above are found.
876
877 2000-07-07  Mumit Khan  <khan@xraylith.wisc.edu>
878
879         * emultempl/pe.em (pe_enable_auto_image_base): New variable.
880         (longopts): New --{enable,disable}-auto-image-base options.
881         (gld_${EMULATION_NAME}_list_options): Document.
882         (gld_${EMULATION_NAME}_parse): Handle.
883         (strhash): New static function.
884         (compute_dll_image_base): New static function.
885         (gld_${EMULATION_NAME}_set_symbols): Use.
886
887 2000-07-05  DJ Delorie  <dj@redhat.com>
888
889         * MAINTAINERS: new
890
891 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
892
893         * configure.tgt: Add traditional mips (mips*-*-sysv4*) target.
894         * emulparams/elf32btsmip.sh: New file.
895         * Makefile.am: Add traditional mips target.
896         * Makefile.in: Rebuild.
897
898 2000-07-01  H.J. Lu  <hjl@gnu.org>
899
900         * Makefile.am (EXTRA_ld_new_SOURCES): Set to deffilep.y for
901         automake to use YLWRAP.
902         * Makefile.in: Rebuild.
903
904 2000-07-01  Alan Modra  <alan@linuxcare.com.au>
905
906         * Makefile.am (DEP): Fix 2000-06-22.  grep after running dep.sed
907         (CLEANFILES): Add DEPA.
908         * Makefile.in: Regenerate.
909
910 2000-06-30  Timothy Wall  <twall@ppc>
911
912         * scripttempl/tic54xcoff.sc: PAGE N is not implemented, so encode
913         the page in the upper octet of the address.
914
915 2000-06-26  Marek Michalkiewicz  <marekm@linux.org.pl>
916
917         * emulparams/avrmega161.sh (ARCH): Change to avr:5.
918
919 2000-06-24  Alan Modra  <alan@linuxcare.com.au>
920
921         * NEWS: arm-elf does --gc-sections too.
922
923 2000-06-22  Alan Modra  <alan@linuxcare.com.au>
924
925         * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
926         find one.
927         * Makefile.in: Regenerate.
928
929 2000-06-21  H.J. Lu  <hjl@gnu.org>
930
931         * Makefile.am: Rebuild dependency.
932         * Makefile.in: Rebuild.
933
934 2000-06-20  H.J. Lu  <hjl@gnu.org>
935
936         * Makefile.am: Rebuild dependency.
937         * Makefile.in: Rebuild.
938
939 2000-06-20  Timothy Wall  <twall@cygnus.com>
940
941         * scripttempl/tic54xcoff.sc: New.
942         * ldlang.c (wild_doit): Propagate SEC_BLOCK flag.
943         * gen-doc.texi: Add flag for TI COFF.
944         * ld.texinfo: Add documentation for TI COFF handling switches.
945         * emultempl/ticoff.em: New. TI COFF handling.
946         * configure.tgt: Add tic54x target.
947         * Makefile.am: Add tic54x target.
948         * Makefile.in: Ditto.
949
950 2000-06-20  Alan Modra  <alan@linuxcare.com.au>
951
952         * ldmain.c (set_scripts_dir): Correct pointer comparison when
953         checking for backslashes.
954
955 2000-06-19  Alan Modra  <alan@linuxcare.com.au>
956
957         * NEWS: Move entries not in 2.10 above "Changes in version 2.10".
958
959 2000-06-18  Alan Modra  <alan@linuxcare.com.au>
960
961         * NEWS: Update list of targets supporting --gc-sections.
962
963         * scripttempl/elf.sc: KEEP .eh_frame contents.
964         * scripttempl/elfd30v.sc: Same here.
965
966 2000-06-18  Stephane Carrez  <stcarrez@worldnet.fr>
967
968         * Makefile.am (ALL_EMULATIONS): Added new emulation for m68hc12
969         and m68hc11 (elf).
970         * Makefile.in: Rebuild.
971         * configure.tgt: Recognize m68hc12 and m68hc11.
972         * scripttempl/elfm68hc12.sc: New file.
973         * emulparams/m68hc12elfb: New emulation.
974         * emulparams/m68hc12elf: New emulation.
975         * emulparams/m68hc11elfb.sh: New file.  User configurable emulation
976         (includes a memory.x script to define the ROM and RAM banks).
977         * scripttempl/elfm68hc11.sc, emulparams/m68hc11elf.sh:
978         New configuration files for support of Motorola 68hc11
979
980 2000-06-15  Alan Modra  <alan@linuxcare.com.au>
981
982         * ldmain.c (main): Only change SEC_READONLY for final link.
983
984 2000-06-13  H.J. Lu  <hjl@gnu.org>
985
986         * configure: Regenerate.
987
988 2000-06-08  David O'Brien  <obrien@FreeBSD.org>
989
990         * configure.in (VERSION): Update to show this is the CVS mainline.
991
992 2000-06-07  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
993
994         * emultempl/mipsecoff.em (gld{EMULATION_NAME}_after_open): Require all
995         input objects to be ECOFF.
996         (check_sections): einfo takes %B, not %P, to print a BFD name.
997
998 2000-06-05  Michael Matz <matz@ifh.de>
999
1000         * ldgram.y (vers_defns): Handle 'extern "C++" { ... }' in
1001          version scripts.
1002
1003          * ldlex.l (V_IDENTIFIER): Accept `::' in symbols.
1004
1005 2000-05-23  Marek Michalkiewicz  <marekm@linux.org.pl>
1006
1007         * emulparams/avr1200.sh (STACK): Define as 0.
1008         * emulparams/avr23xx.sh (STACK): Define as last internal SRAM address.
1009         * emulparams/avr4433.sh (STACK): Likewise.
1010         * emulparams/avr44x4.sh (STACK): Likewise.
1011         * emulparams/avr85xx.sh (STACK): Likewise.
1012         * emulparams/avrmega103.sh (STACK): Likewise.
1013         * emulparams/avrmega161.sh (STACK): Likewise.
1014         * emulparams/avrmega603.sh (STACK): Likewise.
1015         * scripttempl/elf32avr.sc (__data_start): Define for gcrt1.
1016         (__stack): Define from ${STACK} for main().
1017
1018 2000-05-26  Alan Modra  <alan@linuxcare.com.au>
1019
1020         * Makefile.am: Update dependencies with "make dep-am"
1021         * Makefile.in: Regenerate.
1022
1023 2000-05-26  Eli Zaretskii  <eliz@is.elta.co.il>
1024
1025         * ldmain.c: Include filenames.h.
1026         (set_scripts_dir): Support backslashes in program name.
1027
1028 2000-05-22  Igor Shevlyakov  <igor@windriver.com>
1029
1030         * ldmain.c (main): When deciding if ".text" section should be
1031         read-only, don't forget to reset SEC_READONLY because it
1032         could be already set.
1033
1034 2000-05-22  Thomas de Lellis  <tdel@windriver.com>
1035
1036         * ld.1: Add documentation for new command line option:
1037                 --section-start <sectionname>=<sectionorg>
1038         This is a generic version of -Ttext etc. which accepts
1039         any section name as a parameter instead of just text/data/
1040         bss.
1041         * ld.texinfo: More docs.
1042         * NEWS: More docs.
1043         * lexsup.c: (parse_args): Recognize new command line option.
1044         (ld_options): Add new option.
1045
1046 2000-05-18  H.J. Lu  <hjl@gnu.org>
1047
1048         * lexsup.c (parse_args): `i' == `r', not `q'.
1049
1050 Thu May 18 10:47:57 2000  Jeffrey A Law  (law@cygnus.com)
1051
1052         * configure.tgt (hppa*64*-*-*): Enable PA64 target.
1053
1054 2000-05-17 S. Bharadwaj Yadavalli  <sby@scrugs.lkg.dec.com>
1055               Rick Gorton          <gorton@scrugs.lkg.dec.com>
1056
1057         Add support for '-q' == '--emit-relocs' switch.
1058         * ldmain.c (main): Default to false.
1059         * lexsup.c (parse_args): Turn on emitrelocations flag if set.
1060         * NEWS: Describe the emitrelocations switch.
1061         * ld.texinfo: Describe the emitrelocations switch.
1062
1063 2000-05-16  Charles Wilson <cwilson@ece.gatech.edu>
1064
1065         * ld/emultempl/pe.em (_open_dynamic_archive): New function: Search
1066         the library path for "foo.dll" and "libfoo.dll" dynamic libraries
1067         before searching for 'libfoo.a' in response to a '-Bdynamic -lfoo'
1068         link options.
1069
1070 2000-05-15  David O'Brien  <obrien@FreeBSD.org>
1071
1072         * lexsup.c (parse_args): Update the year in the copyright notice.
1073
1074 2000-05-13  Alan Modra  <alan@linuxcare.com.au>
1075
1076         * ld.h (gettext, dgettext, dcgettext, textdomain, bindtextdomain):
1077         Replace defines with those from intl/libgettext.h to quieten gcc
1078         warnings.
1079
1080 2000-05-10  H.J. Lu  <hjl@gnu.org>
1081
1082         * ldlang.c (open_input_bfds): Don't load the same file within
1083         a group again if the whole archive has been loaded already.
1084
1085 2000-05-03  Alan Modra  <alan@linuxcare.com.au>
1086
1087         From Ulf Carlsson <ulfc@engr.sgi.com> and Andreas Jaeger <aj@suse.de>
1088         * lexsup.c (set_section_start): Use bfd_scan_vma rather than
1089         strtoul.
1090
1091 Mon May  1 17:34:34 2000  Jim Wilson  <wilson@cygnus.com>
1092
1093         * configure.host (ia64-*-linux-gnu*): Change gcc to ${CC}.
1094
1095         * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
1096         host "ia64-*-linux-gnu*".
1097
1098 2000-04-29  Andreas Jaeger  <aj@suse.de>
1099
1100         * ld.h: Correctly check GCC version.
1101
1102 Tue Apr 25 11:20:43 2000  Jeffrey A Law  (law@cygnus.com)
1103
1104         * Makefile.am: Add PA64 support.  Add missing dependencies for
1105         PA32 elf support.
1106         * Makefile.in: Rebuilt.
1107         * configure.tgt: Add PA64 support (currently disabled).
1108
1109 2000-04-25  Alan Modra  <alan@linuxcare.com.au>
1110
1111         * emultempl/elf32.em (gld${EMULATION_NAME}_place_section): Delete.
1112         (output_rel_find): New function.
1113         (hold_section, hold_use): Delete.
1114         (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
1115         hold_interp): Make local to place_orphan.
1116         (gld${EMULATION_NAME}_place_orphan): Use lang_output_section_find
1117         rather than place_section to find possible previous use of orphan.
1118         Similarly find the place-holder output sections.  Use returned
1119         value from lang_enter_output_section_statement rather than calling
1120         lang_output_section_statement_lookup.
1121         * emultempl/armelf.em: Same here.
1122         * emultempl/pe.em: Similar to above, but no need for output_rel_find.
1123
1124         * ldlang.c (lang_enter_output_section_statement): Return output
1125         section statement.
1126         * ldlang.h (lang_enter_output_section_statement): Change
1127         declaration too.
1128
1129         * ldlang.h (lang_output_section_statement): Export it.
1130         * ldlang.c (lang_output_section_statement): Ditto.
1131
1132 2000-04-24  Nick Clifton  <nickc@cygnus.com>
1133
1134         * ld.texinfo (Output Section Data): Add note that section data
1135         commands cannot appear outside of section directives.
1136
1137 2000-04-2  Matthew Green  <mrg@cygnus.com>
1138
1139         * configure.tgt: Add NetBSD/sparc ELF, and NetBSD/sparc64 support.
1140
1141 Fri Apr 21 13:20:53 2000  Richard Henderson  <rth@cygnus.com>
1142                           David Mosberger  <davidm@hpl.hp.com>
1143
1144         * Makefile.am (ALL_64_EMULATIONS): Add eelf64_ia64.o.
1145         (eelf64_ia64.c): New rule.
1146         * Makefile.in: Rebuild.
1147         * configure.tgt (ia64-*-elf*, ia64-*-linux*): New targets.
1148         * emulparams/elf64_ia64.sh: New file.
1149
1150 2000-04-21  Richard Henderson  <rth@cygnus.com>
1151
1152         * scripttempl/elfd30v.sc: Place .gcc_except_table.
1153
1154 2000-04-19  Alan Modra  <alan@linuxcare.com.au>
1155
1156         * dep-in.sed: Match space at start of file name, not at end.
1157
1158 2000-04-18  H.J. Lu  <hjl@gnu.org>
1159
1160         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Call
1161         lang_leave_output_section_statement () after calling
1162         lang_enter_output_section_statement ().
1163         * emultempl/armelf.em: Likewise.
1164
1165 2000-04-18  Alan Modra  <alan@linuxcare.com.au>
1166
1167         * emultempl/elf32.em (struct orphan_save): Add section field.
1168         (gld${EMULATION_NAME}_place_orphan): Use above to keep sections in
1169         better order, and place first orphan section as we did before the
1170         2000-04-12 patch.  Ignore ~SEC_ALLOC sections when choosing place.
1171         Don't call make_bfd_section here, let wild_doit do the job for us.
1172         Don't build a statement list when we'll only throw it away.
1173         * emultempl/armelf.em: Ditto.
1174         * emultempl/pe.em: Similarly.
1175
1176 2000-04-14  Geoff Keating  <geoffk@cygnus.com>
1177
1178         * scripttempl/elfppc.sc: Remove.
1179         * emulparams/elf32ppc.sh: Use elf.sc.
1180         * emulparams/elf32lppc.sh: Use elf.sc.
1181         * emulparams/elf32ppclinux.sh: Use elf.sc.
1182         * emulparams/elf32ppcsim.sh: New file.
1183         * emulparams/elf32lppcsim.sh: New file.
1184         * Makefile.am: Update dependencies.  Add elf32ppcsim ad elf32lppcsim.
1185         (ALL_EMULATIONS): Add elf32ppcsim ad elf32lppcsim.
1186         * Makefile.in: Regenerate.
1187         * configure.tgt (powerpc-*): Add elf32ppcsim and elf32lppcsim.
1188
1189 2000-04-14  Alan Modra  <alan@linuxcare.com.au>
1190
1191         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Process
1192         ~SEC_ALLOC sections too.  Init start address of debug sections.
1193         * emultempl/armelf.em (gld${EMULATION_NAME}_place_orphan): Ditto.
1194         * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Ditto.
1195         Also set all relocateable section start addresses.
1196
1197 2000-04-13  Geoff Keating  <geoffk@cygnus.com>
1198
1199         * scripttempl/elf.sc: Add support for .sbss2 and .sdata2 sections.
1200         Add new BSS_PLT variable for when .plt need not be contained in
1201         the file.  Move _etext so that it is also after .fini, and provide
1202         both etext and _etext with a leading underscore.  Mark the start
1203         and end of .sbss.
1204
1205 2000-04-12  Alan Modra  <alan@linuxcare.com.au>
1206
1207         * emultempl/elf32.em (struct orphan_save): New.
1208         (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
1209         hold_interp): Make them struct orphan_save.
1210         (gld${EMULATION_NAME}_place_section): Modify for new hold_*.
1211         (gld${EMULATION_NAME}_place_orphan): Add new orphan sections to
1212         the end of the relevant section list.  Also add associated section
1213         statements to the end of any previous orphan statements.
1214         * emultempl/armelf.em: Similarly.
1215         * emultempl/pe.em: Similarly.
1216
1217 2000-04-11  Alan Modra  <alan@linuxcare.com.au>
1218
1219         * ld.texinfo (Simple Example): Remove extraneous paragraph.
1220
1221 Fri Apr  7 15:56:57 2000  Andrew Cagney  <cagney@b1.cygnus.com>
1222
1223         * configure.in (WARN_CFLAGS): Set to -W -Wall by default.  Add
1224         --enable-build-warnings option.
1225         * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
1226         * Makefile.in, configure: Re-generate.
1227
1228 2000-04-04  Alan Modra  <alan@linuxcare.com.au>
1229
1230         * po/ld.pot: Regenerate.
1231
1232         * lexsup.c (help): Restore translated part of bug string.
1233
1234         * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
1235         (DEP): Quote when passing vars to sub-make.  Add warning message
1236         to end.
1237         (DEP1): Rewrite for "gcc -MM".
1238         (CLEANFILES): Add DEP2.
1239         Update dependencies.
1240         * Makefile.in: Regenerate.
1241
1242 2000-04-03  Alan Modra  <alan@linuxcare.com.au>
1243
1244         * ld.h: #include "bin-bugs.h"
1245         * lexsup.c (help): Use REPORT_BUGS_TO.
1246
1247 2000-03-27  Denis Chertykov  <denisc@overta.ru>
1248
1249         * configure.tgt (avr-*-*): New target support.
1250         * Makefile.am: Likewise.
1251         * scripttempl/elf32avr.sc: New script file.
1252         * emulparams/avr1200.sh: New file.
1253         * emulparams/avr23xx.sh: New file.
1254         * emulparams/avr4433.sh New file.
1255         * emulparams/avr44x4.sh New file.
1256         * emulparams/avr85xx.sh New file.
1257         * emulparams/avrmega103.sh New file.
1258         * emulparams/avrmega161.sh New file.
1259         * emulparams/avrmega603.sh New file.
1260         * Makefile.in: Regenerate.
1261
1262 2000-03-09  Andreas Jaeger  <aj@suse.de>
1263
1264         * Makefile.am (check-DEJAGNU): Also unset LANG.
1265         * Makefile.in: Rebuild.
1266
1267 2000-03-06  Ian Lance Taylor  <ian@zembu.com>
1268
1269         * ldfile.c (ldfile_try_open_bfd): Don't crash if we see an empty
1270         archive.
1271
1272 2000-03-02  H.J. Lu  <hjl@gnu.org>
1273
1274         * emulparams/elf32mcore.sh: Include "getopt.h".
1275
1276 2000-03-01  Ian Lance Taylor  <ian@zembu.com>
1277
1278         * configure.tgt: Remove *-*-aout, *-*-coff, and *-*-netware.
1279
1280 2000-03-01  H.J. Lu  <hjl@gnu.org>
1281
1282         * emulparams/mipspe.sh: Add SUBSYSTEM and INITIAL_SYMBOL_CHAR.
1283         * emulparams/shpe.sh: Likewise.
1284
1285 2000-03-01  Nick Clifton  <nickc@cygnus.com>
1286
1287         * pe-dll.c: Remove unused variables and add ATTRIBUTE_UNUSED
1288         to unused parameters.
1289
1290         * emultempl/pe.em: Add "#ifdef DLL_SUPPORT" around static
1291         functions only used by DLL code.
1292         (_place_orphan): Initialise 'dollar'.
1293
1294 2000-03-01  H.J. Lu  <hjl@gnu.org>
1295
1296         * ldmain.c (undefined_symbol): Take one more arg, fatal, to
1297         indicate if the undefined symbol is a fatal error or not.
1298         Don't delete the output file if "fatal" is false.
1299
1300 2000-02-29  H.J. Lu  <hjl@gnu.org>
1301
1302         * Makefile.am (check-DEJAGNU): Also pass LIBS="$(LIBS)".
1303         Set LC_COLLATE and LC_ALL to null and export them. It is for
1304         sort which expects the C locale.
1305         Add $(LIBS) to all $(HOSTING_LIBS).
1306         * Makefile.in: Rebuild.
1307
1308 2000-02-29  Alan Modra  <alan@spri.levels.unisa.edu.au>
1309
1310         * emultempl/{aix.em, armcoff.em, armelf.em, armelf_oabi.em,
1311         beos.em, elf32.em, generic.em, gld960.em, gld960c.em, hppaelf.em,
1312         linux.em, lnk960.em, mipsecoff.em, sunos.em, vanilla.em}
1313         (ld_emulation_xfer_struct): Add missing NULL initialiser for
1314         find_potential_libraries.
1315
1316 2000-02-28  Jim Blandy  <jimb@redhat.com>
1317
1318         * ldgram.y (exclude_name_list): Don't require a comma to separate
1319         list entries; the lexer considers commas to be valid part of a
1320         filename, so in something like `foo, bar' the comma is considered
1321         part of the first filename, `foo,'.
1322         * ld.texinfo: Update section on EXCLUDE_FILE lists.
1323
1324 2000-02-27  Loren J. Rittle  <ljrittle@acm.org>
1325
1326         * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
1327         host "i[3456]86-*-freebsdelf*".
1328
1329 2000-02-27  Mark Elbrecht  <snowball3@bigfoot.com>
1330
1331         * scripttempl/i386go32.sc: Move misplaced semicolons.
1332
1333 2000-02-25  Ian Lance Taylor  <ian@zembu.com>
1334
1335         * Makefile.am (ALL_EMULATIONS): Remove ehppaelf.o.
1336         (ALL_64_EMULATIONS): Remove eelf64hppa.o.
1337         (eelf64hppa.c, ehppaelf.c): Remove targets.
1338         * Makefile.in: Rebuild.
1339
1340 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
1341
1342         * configure.tgt (targ_extra_ofiles): Enable elf64_sparc on
1343         GNU/Linux/sparc, but keep the default as 32.
1344
1345         * configure.tgt: Enable elf64_sparc on Solaris7+/sparc.  And make
1346         it default if sparcv9 or sparc64.
1347
1348 2000-02-24  Nick Clifton  <nickc@cygnus.com>
1349
1350         * Makefile.am: Add rules to build emipspe.o and earmpe.o.
1351         * Makefile.in: Regenerate.
1352         * configure.tgt: Add targets for arm-wince, sh-pe and mips-pe.
1353
1354         * ldemul.h (ld_emulation_xfer_struct): Add new field:
1355         find_potential_libraries.
1356         * ldemul.c (ldemul_find_potential_libraries): New function.
1357
1358         * ldfile.c (ldfile_open_file_search): Allow function to be
1359         exported.
1360         (ldfile_open_file): Call ldemul_find_potential_libraries.
1361         * ldfile.h: Add prototype for ldfile_open_file_search.
1362
1363         * pe-dll.c: Add support for ARM, MIPS and SH targets.
1364
1365         * emulparams/mipspe.sh: New file.  Parameters for mips-pe target.
1366         * emulparams/shpe.sh: New file.  Parameters for sh-pe target.
1367
1368         * emultempl/pe.em: Add support for ARM, MIPS and SH DLLs.
1369         (gld_X_find_potential_libraries): New function.  Search for
1370         libraries called "*.lib".
1371
1372         * scriptempl/pe.sc: Add .pdata section.
1373
1374 2000-02-23  Richard Henderson  <rth@cygnus.com>
1375
1376         * scripttempl/elfd10v.sc: Remove dynamic linking hooks.
1377         Add and use memory regions.
1378
1379 2000-02-23  Linas Vepstas (linas@linas.org)
1380
1381         * emulparams/elf32i370.sh, scripttempl/elfi370.sc: New.
1382
1383         * Makefile.am: Add support for Linux/IBM 370.
1384         * configure.tgt: Likewise.
1385
1386         * Makefile.in: Regenerate.
1387
1388 2000-02-21  Alan Modra  <alan@spri.levels.unisa.edu.au>
1389
1390         * ldlang.c (print_input_section, print_data_statement,
1391         print_reloc_statement, print_padding_statement, insert_pad,
1392         size_input_section, lang_check_section_addresses,
1393         lang_size_sections, lang_do_assignments, lang_set_startof,
1394         lang_one_common): Change `opb' to unsigned.
1395         (lang_do_assignments): Also change `size' to unsigned.
1396
1397 2000-02-16  Richard Henderson  <rth@cygnus.com>
1398
1399         * scripttempl/elf.sc: Place OTHER_PLT_RELOC_SECTION.
1400
1401 2000-02-16  Timothy Wall  <twall@cygnus.com>
1402
1403         * mri.c (mri_draw_tree): Add default LMA region argument to call
1404         to lang_leave_output_section_statement.
1405         * ldlang.h: Update prototypes with LMA region arguments.
1406         * ldlang.c (lang_size_sections): Encapsulate region bounds
1407         checking in os_check_region call.
1408         (os_check_region): New function.
1409         (lang_output_section_statement_lookup): Initialize lma_region.
1410         (lang_leave_output_section_statement): Add LMA region argument.
1411         (lang_leave_overlay): Ditto.
1412         * ldgram.y: Handle LMA region syntax.
1413         * ld.texinfo (Output Section Description): Describe LMA region usage.
1414         * emultempl/armelf.em (gld$place_orphan): Add default value for
1415         lma region in call to lang_leave_output_section_statement.
1416         * emultempl/elf32.em (gld$place_orphan): Add default value for
1417         lma region in call to lang_leave_output_section_statement.
1418         * emultempl/pe.em (gld$place_orphan): Add default value for
1419         lma region in call to lang_leave_output_section_statement.
1420
1421
1422 2000-02-04  Timothy Wall  <twall@redhat.com>
1423
1424         * ldlang.c (lang_check_section_addresses): Use bytes instead of
1425         octets when calculating section end addresses.
1426
1427 2000-02-04  Timothy Wall  <twall@redhat.com>
1428
1429         * ldlang.c (lang_size_sections): Fix typo in ALIGN_N invocation.
1430
1431 2000-02-03  Timothy Wall <twall@redhat.com>
1432
1433         * ld/ldexp.c (fold_name): Make SIZEOF operator return byte count, not
1434         octet count.
1435         * ld/ldlang.c (print_input_section, print_data_statement,
1436         print_reloc_statement, print_padding_statement): Print target
1437         address values and section sizes as bytes, not octets.
1438         (insert_pad) Calculate padding size in octets, and adjust "dot"
1439         by bytes.
1440         (size_input_section) Always adjust "dot" by bytes, not octets.
1441         (lang_check_section_addresses, lang_do_assignments) Adjust
1442         "dot" by bytes, not octets.  Use the larger of the directive size
1443         or octets_per_byte for the number of octets actually allocated in
1444         the output section.
1445         (lang_set_startof) Make sure STARTOF returns a target address.
1446         (lang_one_common) Record size changes in octets.
1447         (lang_abs_symbol_at_end_of) Section end symbol's value is
1448         recorded in target bytes.
1449         * ld.texinfo:   Updated description of BYTE, SHORT, LONG, etc.
1450         to be clear about behavior when an octet is smaller than one byte.
1451
1452 2000-01-27  Alan Modra  <alan@spri.levels.unisa.edu.au>
1453
1454         * ldcref.c (output_cref): Don't pass message strings to printf
1455         as format arg.
1456         Update copyright.
1457
1458         * ldmisc.c (vfinfo): Same here.
1459         Update copyright.
1460
1461 2000-01-23  Alan Modra  <alan@spri.levels.unisa.edu.au>
1462
1463         * emultempl/{armcoff.em,armelf.em,armelf_oabi.em,beos.em,
1464         generic.em,gld960.em,gld960c.em,hppaelf.em,linux.em,lnk960.em,
1465         mipsecoff.em,sunos.em,vanilla.em} (ld_emulation_xfer_struct):
1466         Add missing NULL initialisers, and comments.
1467
1468         * testsuite/ld-srec/sr3.cc (__rethrow): New.
1469
1470 2000-01-21  Nick Clifton  <nickc@cygnus.com>
1471
1472         * ldlang.c (lang_size_sections): Fix typo in comment.
1473
1474 2000-01-18  H.J. Lu  <hjl@gnu.org>
1475
1476         * ldlang.c (lang_size_sections): Also update the current
1477         address of a region if the SEC_NEVER_LOAD bit is not set.
1478
1479 2000-01-10  Philip Blundell  <pb@futuretv.com>
1480
1481         * configure.tgt (arm*-*-conix*): New target.
1482
1483 2000-01-07  Nick Clifton  <nickc@cygnus.com>
1484
1485         * ld.texinfo (Options): Remind users to preceed linker command
1486         line switches with -Wl, (or whatever is appropriate) if it is
1487         being invoked by a comnpiler driver program.
1488         Fix description of the behaviour of the -n command line switch.
1489
1490 Wed Jan  5 08:02:12 2000  Catherine Moore  <clm@cygnus.com>
1491
1492         * ld.h (wildcard_spec):  Change exclude_name to exclude_name_list.
1493         (name_list): New.
1494         * ld.texinfo (EXCLUDE_FILE): Update documentation.
1495         * ldgram.y (wildcard_spec): Support a list of excluded_files.
1496         (exclude_name_list): New.
1497         ldlang.c (walk_wild_section): Support list of excluded files.
1498         (print_wild_statement): Likewise.
1499         (lang_add_wild): Likewise.
1500         * ldlang.h (lang_wild_statement_type): Likewise.
1501         * scripttempl/elf.sc (OTHER_EXCLUDE_FILES): Support.
1502
1503 2000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
1504
1505         * pe-dll.c (pe_dll_warn_dup_exports): New variable.
1506         (process_def_file): Use.
1507         (pe_dll_compat_implib): New variable.
1508         (make_one): Use.
1509
1510         * pe-dll.h: Add exports of pe_dll_warn_dup_exports and
1511         pe_dll_compat_implib.
1512
1513         * emultempl/pe.em (longopts): Add warn-duplicate-exports and
1514         compat-implib options.
1515         (gld_${EMULATION_NAME}_list_options): List new options.
1516         (gld_${EMULATION_NAME}_parse_args): Handle.
1517
1518         * pe-dll.c (pe_dll_generate_implib): Use the correct name for output
1519         dll.
1520
1521         * deffilep.y (opt_name): Allow "." in name.
1522
1523 1999-12-02  Nick Clifton  <nickc@cygnus.com>
1524
1525         * Makefile.am: Fix arm-epoc-pe dependencies.
1526         * Makefile.in: Regenerate.
1527
1528         * emulparams/arm_epoc_pe.sh (SCRIPT_NAME): Set to epocpe.
1529
1530         * scripttempl/epocpe.sc: New file: copy of pe.sc, customised for
1531         EPOC by placing .rdata into .text.
1532
1533 1999-11-26  Andreas Schwab  <schwab@suse.de>
1534
1535         * configure.in: Put AC_MSG_CHECKING/AC_MSG_RESULT around check for
1536         STRINGIFY.  Use yes/no instead of true/false as value for cache
1537         variable.
1538         * configure: Regenerate.
1539
1540 1999-11-24  Nick Clifton  <nickc@cygnus.com>
1541
1542         * ldlang.c (IGNORE_SECTION): Section must have both ALLOC and LOAD
1543         attributes in order to be checked.
1544
1545 1999-11-22  Nick Clifton  <nickc@cygnus.com>
1546
1547         * ldlang.c (lang_check_section_addresses): Fix test to determine
1548         if a section should be tested.
1549         (IGNORE_SECTION): New macro.
1550
1551 Wed Nov  3 23:31:19 1999  Jeffrey A Law  (law@cygnus.com)
1552
1553         * emultempl/elf32.em (gld${EMULATION_NAME}_open_dynamic_archive):
1554         Clean up code to use EXTRA_SHLIB_EXTENSION.
1555
1556 1999-11-03  Nick Clifton  <nickc@cygnus.com>
1557
1558         * emulparams/elf32mcore.sh (OUTPUT_FORMAT): Change to little endian.
1559         * emulparams/mcorepe.sh (OUTPUT_FORMAT): Change to little endian.
1560
1561 1999-11-01  Steve Chamberlain  <sac@pobox.com>
1562
1563         * ldlang.c (section_already_linked): Rework to use hash table.
1564         (already_linked_newfunc): New function.
1565         (already_linked_table_init): New function.
1566         (already_linked_table_free): New function.
1567         (lang_process): Initialize and free the already_linked hash table.
1568
1569 1999-10-27  Andreas Jaeger  <aj@suse.de>
1570
1571         * ld/configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
1572         target "mips*-*-linux-gnu*".
1573
1574 1999-10-27  Scott Bambrough  <scottb@netwinder.org>
1575
1576         * emultempl/armelf.em: Include ctype.h to prevent compile time
1577         warnings.
1578
1579 1999-10-26  Nick Clifton  <nickc@cygnus.com>
1580
1581         * emultempl/armcoff.em (gld{}_finish): Remove extraneous
1582         underscore from prototype.
1583         * emultempl/armelf.em (gld{}_finish): Remove extraneous
1584         underscore from prototype.
1585
1586 1999-10-07  Geoffrey Keating  <geoffk@cygnus.com>
1587
1588         * scripttempl/elf.sc (.rel.sdata): Combine all the sdata relocs
1589         being .rel.sdata, .rel.sdata.*, .rel.gnu.linkonce.s*.
1590         (.rela.sdata): Likewise for .rela.sdata.* and .rela.gnu.linkonce.s*.
1591         (.rel.sbss): Make like .rel.bss.
1592         (.rela.sbss): Make like .rel.bss.
1593         (.sdata): Don't include .gnu.linkonce.s.* or .sdata.* when
1594         ld -r.
1595         (.sbss): Do the same things as for .bss: include SDATA_START_SYMBOLS,
1596         .dynsbss.
1597
1598 1999-09-29  Andrew Haley  <aph@cygnus.com>
1599
1600         * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Defer
1601         merging sections when not relocating.
1602
1603 1999-09-28  Mumit Khan  <khan@xraylith.wisc.edu>
1604
1605         * pe-dll.c (process_def_file): Move the offset lookup from here to
1606         (fill_exported_offsets): here. New static function.
1607         (fill_edata): Use.
1608
1609 1999-09-28  Mumit Khan  <khan@xraylith.wisc.edu>
1610
1611         * deffilep.y (tokens): Add upper and lower case versions of DATA,
1612         CONSTANT, NONAME and PRIVATE tokens.
1613         (command): Use DATAU.
1614         (expline): Allow for drectve syntax as well.
1615         (exp_opt_list): Likewise.
1616         (exp_opt): Likewise.
1617         * pe-dll.c (make_one): Only generate the idata entries for data
1618         symbols.
1619
1620 1999-09-28  Geoffrey Keating  <geoffk@cygnus.com>
1621
1622         * scripttempl/elf.sc (.sdata): Include .gnu.linkonce.s.* sections
1623         in .sdata too.
1624
1625 1999-09-26  Nick Clifton  <nickc@cygnus.com>
1626
1627         * scripttempl/elf.sc (.bss): Accept sections named .bss.*
1628         (.sbss): Accept sections names .sbss.*
1629
1630 1999-09-22  Nick Clifton  <nickc@cygnus.com>
1631
1632         * Makefile.am: Add earm_epoc_pe.c build target.
1633
1634 Sat Sep 18 07:57:10 1999  Jeffrey A Law  (law@cygnus.com)
1635
1636         * emulparms/elf64hppa.sh (OTHER_READONLY_SYMBOLS): Remove ".stubs",
1637         they've been renamed to ".stub", which is handled automatically
1638         by elf.sc.
1639
1640 Fri Sep 17 11:00:33 1999  Jeffrey A Law  (law@cygnus.com)
1641
1642         * emulparms/elf64hppa.sh (TEXT_START_SYMBOLS): Kill completely.
1643         (DATA_START_SYMBOLS): Kill __hp_load_map definition
1644
1645 Thu Sep 16 10:59:56 1999  Jeffrey A Law  (law@cygnus.com)
1646
1647         * emultempl/elf32.em (gld${EMULATION_NAME}_open_dynamic_archive):
1648         Use the same filename extension for the bfd_elf_dt_needed_name call
1649         as we did for finding the library.
1650
1651         * emulparms/elf64hppa.sh (DATA_START_SYMBOLS): Define.
1652         (OTHER_READWRITE_SECTIONS): No longer define __hp_load_map.
1653
1654         * emulparms/elf64hppa.sh (TEXT_START_SYMBOLS): Define.
1655
1656 Wed Sep 15 02:47:43 1999  Jeffrey A Law  (law@cygnus.com)
1657
1658         * emulparms/elf64hppa.sh (SHLIB_TEXT_START_ADDR): Define.
1659         (SHLIB_DATA_ADDR): Likewise.
1660
1661         * emulparms/elf64hppa.sh (TEXT_DYNAMIC): Define.
1662
1663         * emulparms/elf64hppa.sh (OTHER_READWRITE_SECTIONS):  No longer combine
1664         the .plt, .dlt, .opd  into a single output section.  Provide values
1665         for __gp and __hp_load_map.
1666
1667 1999-09-14  Michael Meissner  <meissner@cygnus.com>
1668
1669         * configure.in (Canonicalization of target names): Remove adding
1670         ${CONFIG_SHELL} in front of $ac_config_sub, since autoconfig 2.14
1671         generates $ac_config_sub with a ${CONFIG_SHELL} already.
1672         * configure: Regenerate.
1673
1674 1999-09-14  Donn Terry  <donn@interix.com>
1675
1676         * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): allow for
1677         terminating null.
1678
1679 1999-09-14  Ulrich Drepper  <drepper@cygnus.com>
1680
1681         * configure.in: Define EXTRA_SHLIB_EXTENSION to ".sl" for HP target.
1682         * config.in: Add EXTRA_SHLIB_EXTENSION.
1683
1684         * emultempl/elf32.em (gld${EMULATION_NAME}_open_dynamic_archive):
1685         Search for second shared lib extension only if EXTRA_SHLIB_EXTENSION
1686         is defined.
1687
1688 1999-09-14  Nick Clifton  <nickc@cygnus.com>
1689
1690         * Makefile.in: Add earm_epoc_pe.c build target.
1691
1692 Tue Sep 14 05:26:34 1999  Jeffrey A Law  (law@cygnus.com)
1693
1694         * emulparms/elf64hppa.sh (OTHER_GOT_RELOC_SECTIONS): Add .rela.dlt.
1695
1696 1999-09-13  Donn Terry  <donn@interix.com>
1697
1698         * emultempl/pe.em: Remove the output file at the start, in case it
1699         is not writable.
1700
1701 Mon Sep 13 00:17:18 1999  Jeffrey A Law  (law@cygnus.com)
1702
1703         * emultempl/elf32.em (gld${EMULATION_NAME}_open_dynamic_archive):
1704         Search for file with .sl extension if no file with a .so extension
1705         is found.
1706
1707         * emulparms/elf64hppa.sh (OTHER_READWRITE_SECTIONS): Put .plt
1708         at the start of the .dlt output section.
1709
1710 1999-09-12  Ian Lance Taylor  <ian@zembu.com>
1711
1712         * pe.em: Don't include "../bfd/libbfd.h".
1713         (gld_${EMULATION_NAME}_after_open): Use xmalloc rather than
1714         bfd_alloc.
1715
1716         * pe-dll.h: New file.
1717         * pe-dll.c: Include "pe-dll.h".  Mark unused arguments as needed
1718         to avoid warnings.
1719         (edata_sz, reloc_sz): Change from int to size_t.
1720         (pe_details_type): Change type of imagebase_reloc from int to
1721         unsigned int.
1722         (pe_detail_list): Fully initialize last entry.
1723         (pe_dll_id_target): Change parameter to const.
1724         (pe_dll_generate_def_file): Likewise.
1725         (pe_dll_generate_implib): Likewise.
1726         (pe_implied_import_dll): Likewise.  Change dll_name to const.
1727         * emultempl/pe.em: Include "pe-dll.h".  Remove declarations now in
1728         pe-dll.h.
1729         (init): Fully initialize __dll__ entry.
1730         (gld_${EMULATION_NAME}_after_open): Remove unused variables
1731         sequence, elt, and i.
1732         * deffile.h: Add preprocessor guard.
1733         * deffilep.y (def_debug): Remove.
1734         * Makefile.am: Rebuild dependencies.
1735         (HFILES): Add pe-dll.h.
1736
1737 1999-09-12  Donn Terry  <donn@interix.com>
1738
1739         * ld.h (ld_abort): Declare.
1740         (abort): Define.
1741         * ldmisc.c (ld_abort): Define.
1742
1743         * scripttempl/pe.sc: Use ${ENTRY} rather than _mainCRTStartup.
1744         Move .bss section after .rdata.  Move .reloc section after .rsrc.
1745
1746         * lexsup.c (parse_args): Use strtoul for --split-by-reloc
1747         argument.
1748
1749         * lexsup.c (parse_args): If we get an unrecognized argument,
1750         mention --help.
1751
1752         * ldlang.c (section_already_linked): Use comdat information if it
1753         is available.
1754
1755         * emultempl/pe.em (PE_DEF_SECTION_ALIGNMENT): If
1756         OVERRIDE_SECTION_ALIGNMENT is defined, change to that.
1757         (gld_${EMULATION_NAME}_before_parse): Use EXECUTABLE_NAME if it is
1758         defined, rather than a.exe.
1759         (init): Define __subsystem__ as ${SUBSYSTEM}.
1760         (set_pe_subsystem): Add ${INITIAL_SYMBOL_CHAR} before entry symbol
1761         name.
1762
1763 1999-09-12  Ian Lance Taylor  <ian@zembu.com>
1764
1765         * ldlang.c (open_output): Change local variable desired_endian
1766         from int to enum bfd_endian.
1767
1768         * emulparams/arm_epoc_pe.sh: Define ENTRY, SUBSYSTEM and
1769         INITIAL_SYMBOL_CHAR.
1770         * emulparams/armpe.sh: Likewise.
1771         * emulparams/morepe.sh: Likewise.
1772         * emulparams/ppcpe.sh: Likewise.
1773         * emulparams/i386pe.sh (ENTRY): Define as _mainCRTStartup.
1774         (SUBSYSTEM): Define as PE_DEF_SUBSYSTEM.
1775
1776 Fri Sep 10 00:22:50 1999  Jeffrey A Law  (law@cygnus.com)
1777
1778         * emulparms/elf64hppa.sh (LIB_PATH): Define.
1779
1780         * emulparms/elf64hppa.sh (OTHER_READONLY_SECTIONS): Put stubs before
1781         unwinders so that they are closer to the text section.
1782         (OTHER_BSS_SECTIONS): Define.
1783         (EXECUTABLE_SYMBOLS): Provide __SYSTEM_ID and _FPU_STATUS.
1784         (INIT_START, INIT_END): Define.
1785         (FINI_START, FINI_END): Define.
1786         * scripttempl/elf.sc: Add support for INIT_START, INIT_END,
1787         FINI_START, FINI_END and OTHER_BSS_SECTIONS.
1788
1789 Thu Sep  9 21:43:58 1999  Jeffrey A Law  (law@cygnus.com)
1790
1791         * emulparms/elf64hppa.sh (TEXT_START_ADDR): Move up one page.
1792         (DATA_ADDR): Define.
1793
1794 1999-09-09  Stan Shebs  <shebs@andros.cygnus.com>
1795
1796         * emulparams/d10velf.sh (READONLY_START_ADDR): Set to 0x2000004.
1797
1798 1999-09-09  Andreas Schwab  <schwab@suse.de>
1799
1800         * ld.texinfo: Fix arguments of @var to not contain punctuation.
1801
1802 Thu Sep  9 05:52:34 1999  Jeffrey A Law  (law@cygnus.com)
1803
1804         * emulparms/elf64hppa.sh (OTHER_READWRITE_SECTIONS): Define.
1805
1806 1999-09-08  Ulrich Drepper  <drepper@cygnus.com>
1807
1808         * emulparams/elf64hppa.sh (ELFSIZE): New.  Set to 64.
1809
1810 Wed Sep  8 00:07:39 1999  Jeffrey A Law  (law@cygnus.com)
1811
1812         * emulparms/elf64hppa.sh (ENTRY): Define to main.
1813
1814 1999-09-03  Scott Bambrough  <scottb@netwinder.org>
1815
1816         * ld/configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
1817         target "arm*-*-linux-gnu*"
1818
1819 1999-09-04  Steve Chamberlain  <sac@pobox.com>
1820
1821         * configure.tgt (pjl-*-*, pj-*-*): New targets.
1822         * emulparams/pjelf.sh: New file.
1823         * emulparams/pjlelf.sh: New file.
1824         * scripttempl/pj.sc: New file.
1825         * Makefile.am (ALL_EMULATIONS): Add epjelf.o and epjlelf.o.
1826         (epjelf.o, epjlelf.o): New targets.
1827         * Makefile.in: Rebuild.
1828
1829 Fri Sep  3 20:17:08 1999  Jeffrey A Law  (law@cygnus.com)
1830
1831         * emulparams/elf64hppa.sh (MAXPAGESIZE): Define.
1832         (OTHER_READONLY_SECTIONS, DATA_PLT): Likewise.
1833
1834 Thu Sep  2 14:32:03 1999  Jeffrey A Law  (law@cygnus.com)
1835
1836         * emulparams/elf64hppa.sh: New file.
1837         * configure.tgt (hppa*w-*-*): Use elf64hppa emulation.
1838         * Makefile.am (ALL_64_EMULATIONS): Add eelf64hppa.o
1839         (eelf64hppa.c): Add dependencies.
1840         * Makefile.in: Rebuilt.
1841
1842 1999-08-25  Philip Blundell  <pb@nexus.co.uk>
1843
1844         * emulparams/armelf.sh (OTHER_BSS_SYMBOLS): Add __end__.
1845         * emulparams/armelf_linux.sh: Likewise.
1846         * emulparams/armelf_linux26.sh: Likewise.
1847
1848 1999-08-24  Nick Clifton  <nickc@cygnus.com>
1849
1850         From a patch submitted by Roland McGrath  <roland@baalperazim.frob.com>
1851
1852         * configure.tgt (arm-*-netbsd*): New target.
1853         * Makefile.am (ALL_EMULATIONS): Add earmnbsd.o.
1854         (earmnbsd.c): New rule with deps.
1855         * Makefile.on: Regenerate.
1856         * emulparams/armnbsd.sh: New file.
1857
1858 1999-08-23  Nick Clifton  <nickc@cygnus.com>
1859
1860         * emulparams/elf32mcore.sh (PARSE_AND_LIST_ARGS): Define.
1861         Implement --base-file command line switch.
1862
1863         * emultempl/elf32.em: Add ability for individual targets to have
1864         their own command line switches by defining PARSE_AND_LIST_ARGS.
1865
1866 1999-08-19  Andreas Schwab  <schwab@suse.de>
1867
1868         * configure.host: Use ${CC} instead of gcc for finding compiler
1869         related files.
1870
1871 1999-08-11  Nick Clifton  <nickc@cygnus.com>
1872
1873         * scripttempl/mcorepe.sc (OUTPUT_FORMAT): Fix typo.
1874
1875 1999-08-09  Mark Elbrecht  <snowball3@bigfoot.com>
1876
1877         * scripttempl/i386go32.sc: Handle g++ exception sections.
1878
1879 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
1880
1881         From Wally Iimura <iimura@microunity.com>:
1882         * ldlang.c (lang_size_sections): When checking whether an address
1883         is within a region, don't get confused by wrapping around at the
1884         end of the address space.
1885
1886 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
1887
1888         * ldlang.c (wild_doit): Update for renaming of SEC_SHORT to
1889         SEC_SMALL_DATA.
1890
1891         * Makefile.am: Rename .dep* files to DEP*.  Change DEP variable to
1892         MKDEP.  Rebuild dependencies.
1893         * Makefile.in: Rebuild.
1894
1895 1999-08-08  Jakub Jelinek  <jj@ultra.linux.cz>
1896
1897         * configure.host (sparc-*-linux-gnu*): New host.
1898         (sparc64-*-linux-gnu*): New host.
1899
1900 1999-08-06  Ian Lance Taylor  <ian@zembu.com>
1901
1902         * lexsup.c (is_num): Reindent.
1903         (parse_args): Mention program name in error message.
1904
1905         * emultempl/ostring.sed: Rename from stringify.sed.
1906         * emultempl/astring.sed: New file.
1907         * Makefile.am (stringify.sed): New target.
1908         (GEN_DEPENDS): Change $(srcdir)/emultempl/stringify.sed to
1909         stringify.sed.
1910         * configure.in: Define and substitute STRINGIFY.
1911         * emultempl/*.em: Use stringify.sed from build directory rather
1912         than source directory.
1913         * emultempl/elf32.em: Use stringify.sed rather than inline sed
1914         script.
1915         * emultempl/gld960.em, emultempl/gld960c.em: Likewise.
1916         * emultempl/hppaelf.em, emultempl/linux.em: Likewise.
1917         * emultempl/lnk960.em, emultempl/sunos.em: Likewise.
1918         * configure, Makefile.in: Rebuild.
1919
1920 1999-08-05  Donn Terry  <donn@interix.com>
1921
1922         * emulparams/i386pe.sh: Define ENTRY, SUBSYSTEM, and
1923         INITIAL_SYMBOL_CHAR.
1924         * emulparams/i386pe_posix.sh: New file.
1925         * Makefile.am (YACC): If bison is not in the source tree, use
1926         @YACC@ rather than bison -y.
1927         (LEX): If flex is not in the source tree, use @LEX@ rather than
1928         flex.
1929         (ALL_EMULATIONS): Add ei386pe_posix.o.
1930         (ei386pe_posix.c): New target.
1931         * configure.tgt (i[3456]86-*-interix*): New target.
1932         * configure.host (i[3456]86-pc-interix*): New host.
1933         * Makefile.in: Rebuild.
1934
1935 1999-08-03  Ian Lance Taylor  <ian@zembu.com>
1936
1937         * emulparams/elf32ppc.sh (MAXPAGESIZE): Change to 0x10000.
1938         * emulparams/elf32ppclinux.sh (MAXPAGESIZE): Likewise.
1939
1940 1999-08-03  H.J. Lu  <hjl@gnu.org>
1941
1942         * Makefile.am (ALL_EMULATIONS): Remove ego32.o.
1943         (ego32.c): Remove.
1944         * Makefile.in: Rebuild.
1945
1946 1999-07-22  Philip Blundell  <pb@nexus.co.uk>
1947
1948         * emulparams/armelf_linux26.sh (DATA_START_SYMBOLS): Define.
1949         (OTHER_BSS_SYMBOLS, OTHER_BSS_END_SYMBOLS): Likewise.
1950         * emulparams/armelf_linux.sh (DATA_START_SYMBOLS): Define.
1951
1952         * configure.tgt (arm*-*-uclinux*, thumb-*-uclinux*,
1953         thumb-*-linux-gnu*): New targets.
1954
1955 1999-07-21  Mark Elbrecht  <snowball3@bigfoot.com>
1956
1957         * scripttempl/i386go32.sc: Add handling of linkonce sections.
1958
1959         * configure.bat: Remove; obsolete.
1960         * emulparams/go32.sh: Remove; obsolete.
1961         * scripttempl/go32coff.sc: Remove; obsolete.
1962
1963 1999-07-21  H.J. Lu  <hjl@gnu.org>
1964
1965         * configure.tgt (mips*el-*-vxworks*): New target.
1966
1967 1999-07-21  Brad M. Garcia  <bgarcia@fore.com>
1968
1969         * configure.tgt (i[3456]86-*-vxworks*): New target.
1970
1971 Tue Jul 20 15:18:46 1999  Bob Manson  <manson@charmed.cygnus.com>
1972
1973         * ldlang.c (lang_gc_sections): Only handle the start symbol
1974         specially if there is one.
1975
1976 Mon Jul 19 14:19:14 1999  Mark P. Mitchell  <mark@codesourcery.com>
1977
1978         * emulparams/elf32bmipn32.sh (OTHER_RELOCATING_SECTIONS): Add
1979         .MIPS.events and .MIPS.content handling.
1980         * emulparams/elf64bmip.sh (OTHER_RELOCATING_SECTIONS): Likewise.
1981
1982 1999-07-17  Nick Clifton  <nickc@cygnus.com>
1983
1984         * ldlang.c (get_target): New function: Return true iff the
1985         given target is the target being sought.
1986         (stricpy): New function:  Like strcpy but convert to lower
1987         case as well.
1988         (strcut): New function:  Like strstr but remove the located
1989         substring as well.
1990         (name_compare): New function: Compute a compatability rating
1991         for two target names.
1992         (winner): New variable: Best target found by
1993         closest_target_match() so far.
1994         (closest_target_match): New function: Find the target which is
1995         the closest match to the original target.
1996         (get_first_input_target): New function: Find the target format
1997         of the first of the linker's input file.
1998         (open_output): Be more clever about deciding the output target
1999         format.
2000
2001 1999-07-16  Jakub Jelinek  <jj@ultra.linux.cz>
2002
2003         * emulparams/elf64_sparc.sh: Add 64-bit directories to native LIB_PATH.
2004
2005 Thu Jul 15 15:55:15 1999  Mark P. Mitchell  <mark@codesourcery.com>
2006
2007         * configure.host: Set up HOSTING_CRT0 and HOSTING_LIBS for IRIX6.
2008
2009 1999-07-15  Ian Lance Taylor  <ian@zembu.com>
2010
2011         * configure.in: Bump version number to 2.9.5.
2012         * configure: Rebuild.
2013
2014 1999-07-14  Richard Henderson  <rth@cygnus.com>
2015
2016         * ldlang.c (wild_doit): Copy SEC_SHORT to output section.
2017
2018         * scripttempl/elf.sc: Re-order .rel[a].foo outputs to the
2019         same order seen for the main sections.  Add
2020         OTHER_READONLY_RELOC_SECTIONS and OTHER_GOT_RELOC_SECTIONS.
2021
2022 1999-07-12  Andreas Schwab  <schwab@suse.de>
2023
2024         * emultempl/linux.em (ld_${EMULATION_NAME}_emulation): Fill in
2025         structure initializations.
2026
2027         * emultempl/elf32.em (ld_${EMULATION_NAME}_emulation): Add missing
2028         comma in initializer.
2029
2030 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
2031
2032         * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED
2033         as appropriate.  Fill in structure initializations.
2034
2035 1999-07-10  Ian Lance Taylor  <ian@zembu.com>
2036
2037         * ldfile.c: Revert patch of 1999-07-08.
2038         (ldfile_try_open_bfd): If we are searching for the file, skip
2039         files with an incompatible architecture.
2040
2041 1999-07-09  Nick Clifton  <nickc@cygnus.com>
2042
2043         * scripttempl/armcoff.sc (OUTPUT_FORMAT): Include big endian and
2044         little endian formats.
2045
2046 1999-07-08  Felix Lee  <flee@cygnus.com>
2047
2048         * scripttempl/mcorepe.sc: fix quoting problem, for bash 2.x
2049
2050 1999-07-08  Jakub Jelinek  <jj@ultra.linux.cz>
2051
2052         * ldfile.c (ldfile_open_file_search): Skip libraries made for
2053         incompatible architectures in the search path. Let the user know
2054         about any such skips.
2055
2056 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
2057
2058         * configure.tgt (hppa*-linux-gnu*): New target.
2059
2060 1999-07-07  Mark Mitchell  <mark@codesourcery.com>
2061
2062         * Makefile.am (ALL_64_EMULATIONS): Add eelf64bmip.
2063         (eelf64bmip): New target.
2064         * Makefile.in: Regenerated.
2065         * configure.tgt (mips-sgi-irix6*): Add 64-bit emulation.
2066         * emulparams/elf64bmip.sh: New file.
2067
2068 1999-07-05  Nick Clifton  <nickc@cygnus.com>
2069
2070         * emultempl/pe.em (after_open): Abort if input format is ARM and
2071         output format is not.
2072         * emultempl/armcoff.em (after_open): Abort if input format is ARM
2073         and output format is not.
2074         * emultempl/armelf.em (after_open): Abort if input format is ARM
2075         and output format is not.
2076
2077 1999-07-02  Ian Lance Taylor  <ian@zembu.com>
2078
2079         * ldlang.c: Revert change of 1999-06-23.
2080
2081 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
2082
2083         * Makefile.am (ALL_EMULATIONS): Add eelf32bmipn32.o.
2084         (eelf32bmipn32.c): New target.
2085         * Makefile.in: Regenerated.
2086         * configure.tgt (mips-sgi-irix6*): Make n32 the default
2087         emulation.
2088         * emulparams/elf32bmipn32.sh: New file.
2089
2090 1999-06-28  Jim Pick <jim@jimpick.com>
2091
2092         * emultempl/armelf.em: Added code so that .xs linker scripts are
2093         called so that ARM shared libraries are built correctly.
2094
2095 1999-06-22  Mark Mitchell  <mark@codesourcery.com>
2096
2097         * ldmain.c (main): Initialize link_info.init_function and
2098         link_info.fini_function.
2099         * lexsup.c (OPTION_INIT): New macro.
2100         (OPTION_FINI): Likewise.
2101         (ld_options): Add descriptions for them.
2102         (parse_args): Handle them.
2103
2104 1999-06-23  Ian Lance Taylor  <ian@zembu.com>
2105
2106         * ldlang.c (section_already_linked): Only discard link once
2107         sections if we are building constructors.
2108
2109 1999-06-22  Nick Clifton  <nickc@cygnus.com>
2110
2111         * ld.texinfo (Location Counter): Describe behaviour of
2112         location counter inside section statements.
2113
2114 1999-06-20  Mark Mitchell  <mark@codesourcery.com>
2115
2116         * scripttempl/elf.sc (WRITABLE_RODATA): New variable for
2117         controlling whether or not .rodata is in the data segment or the
2118         text segment.
2119
2120 1999-06-18  Nick Clifton  <nickc@cygnus.com>
2121
2122         * emultempl/pe.em: Add new command line switch --thumb-entry.
2123         * emultempl/armelf.em: Add new command line switch --thumb-entry.
2124         * emultempl/armcoff.em: Add new command line switch --thumb-entry.
2125         * ld.texinfo: Document new ARM command line switch: --thumb-entry.
2126
2127 1999-06-20  H.J. Lu  <hjl@gnu.org>
2128
2129         * configure.in (all_libpath): Accumulate across all enabled targets.
2130
2131 Sun Jun 20 14:10:33 1999  Richard Henderson  <rth@cygnus.com>
2132
2133         * emultempl/armelf.em: Watch EMULATION_LIBPATH instead of
2134         DEFAULT_EMULATION.
2135         * emultempl/elf32.em: Likewise.
2136         * emultempl/sunos.em: Likewise.
2137
2138 Fri Jun 18 15:24:48 1999  Richard Henderson  <rth@cygnus.com>
2139
2140         * Makefile.am (GENSCRIPTS): Pass EMULATION_LIBPATH, not EMUL.
2141         * configure.in (all_emuls): Add targ_extra_libpath.
2142         (all_libpath, EMULATION_LIBPATH): Define.
2143         * configure.tgt (powerpc-*-linux-gnu*): Define targ_extra_libpath.
2144         * genscripts.sh (LIB_PATH): Define if emulation in EMULATION_LIBPATH.
2145
2146 Mon Jun 14 10:38:36 1999  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
2147
2148         * ld.texinfo: Fix use of @item vs. @itemx.
2149
2150 1999-06-13  Ian Lance Taylor  <ian@zembu.com>
2151
2152         From Thomas Zenker <thz@lennartz-electronic.de>:
2153         * ldgram.y (attributes_opt): Use attributes_list instead of NAME.
2154         (attributes_list, attributes_string): New nonterminals.
2155         * ldlang.c (lang_set_flags): Add invert parameter.  Don't handle
2156         '!'.
2157         * ldlang.c (lang_set_flags): Update declaration.
2158
2159 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
2160
2161         * emultempl/pe.em (gld_${EMULATION_NAME}_after_parse): Don't add
2162         entry_symbol as an undefined symbol when doing a relocateable
2163         link.  From <jeffdb@goodnet.com>.
2164
2165 1999-06-12  David O'Brien  <obrien@freebsd.org>
2166
2167         * configure.tgt: (i[3456]86-*-freebsd*): Now defaults to ELF.
2168
2169 1999-06-09  Nick Clifton  <nickc@cygnus.com>
2170
2171         * lexsup.c (help): Restore previous format of output.
2172
2173 1999-06-04  Nick Clifton  <nickc@cygnus.com>
2174
2175         * emultempl/pe.em: If compiling for arm_epoc_pe rename
2176         interworking functions to avoid a name space clash.
2177
2178 1999-06-02  Jason Merrill  <jason@yorick.cygnus.com>
2179
2180         * scripttempl/v850.sc: Add initp support.
2181
2182 1999-06-02  Nick Clifton  <nickc@cygnus.com>
2183
2184         * emultempl/pe.em: Rename global arm interworking functions to
2185         avoid name collision when all targets BFD is built.
2186
2187 1999-05-30  Cort Dougan  <cort@attis.cs.nmt.edu>
2188
2189         * Makefile.am (ALL_EMULATIONS): Add eelf32ppclinux.o.
2190         * configure.tgt (powerpc-*-linux-gnu): Use it.
2191         * emulparams/elf32ppclinux.sh: New file.
2192
2193 1999-05-29  Ian Lance Taylor  <ian@zembu.com>
2194
2195         * ld.texinfo (Options): Clarify that options which refer to files
2196         must be properly ordered.
2197
2198 1999-05-29  Nick Clifton  <nickc@cygnus.com>
2199
2200         * emultempl/armelf.em (..._parse_args): New function: Parse
2201         command line option.  Accept arm-elf specific command line option
2202         '-p' or '--no-pipeline-knowledge'.
2203         (..._list_options): New function: Describe the new command line
2204         option.
2205         (..._before_allocation): Pass the value of the new variable
2206         no_pipeline_knowledge to bfd_elf32_arm_process_before_allocation.
2207
2208         * emultemp/armelf_oabi.em (..._before_allocation): Pass zero as
2209         the third parameter to bfd_elf32_arm_process_before_allocation.
2210
2211 1999-05-28  Nick Clifton  <nickc@cygnus.com>
2212
2213         * lexsup.c (help): Minor formatting changes.
2214
2215 1999-05-28  Martin Dorey  <mdorey@madge.com>
2216
2217         * configure.tgt (i960-*-elf*): New target.
2218         * emulparams/elf32_i960.sh: New file.
2219         * Makefile.am (ALL_EMULATIONS): Add eelf32_i960.o.
2220         (eelf32_i960.c): New target.
2221         * Makefile.in: Rebuild.
2222
2223 1999-05-26  Nick Clifton  <nickc@cygnus.com>
2224
2225         * emulparams/armelf_oabi.sh (TEMPLATE_NAME): Set to armelf_oabi.
2226
2227 1999-05-24  Philip Blundell  <philb@gnu.org>
2228
2229         * emultempl/armelf.em (before_parse): Set config.dynamic_link and
2230         config.has_shared.
2231         * emulparams/armelf.sh (GENERATE_SHLIB_SCRIPT): Define.
2232         * emulparams/armelf_linux.sh (GENERATE_SHLIB_SCRIPT): Likewise.
2233
2234 1999-04-13  Philip Blundell  <philb@gnu.org>
2235
2236         * emultempl/armelf.em: Add definitions related to shared objects
2237         (copied from elf32.em).
2238
2239 Wed May 19 12:44:26 1999  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
2240
2241         * Makefile.am (ALL_EMULATIONS): Remove earmlinux.o and
2242         earm26linux.o, add earmelf_linux.o and earmelf_linux26.o.
2243         * Makefile.in: Regenerated.
2244
2245 1999-05-16  Nick Clifton  <nickc@cygnus.com>
2246
2247         * emulparams/elf32mcore.sh (GENERATE_SHLIB_SCRIPT): Define.
2248         (TEMPLATE_NAME): Define.
2249
2250 Thu May 13 09:48:09 1999  Joel Sherrill (joel@OARcorp.com)
2251
2252         * configure.tgt (i386-*-rtemself*, sh-*-rtemself*): New targets.
2253         (mips*el-*-rtems*, powerpcle-*-rtems*): New targets.
2254
2255 1999-05-10  DJ Delorie  <dj@cygnus.com>
2256
2257         * scripttempl/pe.sc: Specify the output arch, which Ian says is
2258         the Right Thing to do.
2259
2260         * emultempl/pe.em: various changes to parameterize the
2261         target-specific information.
2262         (gld_i386pe_after_open): Detect and fix MS import libraries
2263         by renaming the member objects (which are all named the same).
2264
2265         * pe-dll.c: various changes to parameterize the target-specific
2266         information.
2267         (generate_reloc): support relocs more generically to allow for
2268         expansion.
2269         (pe_exe_build_sections): new; used to add .relocs to .exes
2270         (pe_exe_fill_sections): ditto
2271
2272 1999-05-10  Catherine Moore  <clm@cygnus.com>
2273
2274         * emultempl/pe.em (gld_${EMULATION_NAME}_after_open):
2275         Check for TARGET_IS_arm_epoc_pe.
2276         (gld_${EMULATION_NAME}_before_allocation): Likewise.
2277
2278 1999-05-12  Anthony Green  <green@cygnus.com>
2279
2280         * ldlang.c (walk_wild, walk_wild_file, walk_wild_section,
2281         output_section_callback, gc_section_callback): New functions for
2282         generic section walks.
2283         (wild, lang_gc_wild): Use walk_wild.
2284         (wild_file, lang_gc_wild_file): Deleted. Common logic moved to
2285         walk_wild_file.
2286         (wild_section, lang_gc_wild_section): Deleted. Common logic moved
2287         to walk_fild_section.  Unique logic moved into callbacks
2288         output_section_callback and gc_section_callback.
2289
2290 1999-04-26  Tom Tromey  <tromey@cygnus.com>
2291
2292         * aclocal.m4, configure: Updated for new version of libtool.
2293
2294 1999-04-12  Philip Blundell  <pb@nexus.co.uk>
2295
2296         * emulparams/armelf_linux.sh: New file.  Support for ARM
2297         GNU/Linux ELF ABI.
2298         * emulparams/armelf_linux26.sh: New file. APCS-26 version of above.
2299         * configure.tgt: For arm*-*-linux-gnu*, set default emulation to
2300         `armelf_linux', and also include `armelf_linux26' and `armelf'.
2301         * Makefile.am: Add rules to make earmlinux.c and earmlinux26.c.
2302         (ALL_EMULATIONS): Add earmlinux.o and earmlinux26.o.
2303         * Makefile.in: Regenerate.
2304
2305 1999-04-11  Richard Henderson  <rth@cygnus.com>
2306
2307         * Makefile.am (ALL_EMULATIONS): Add elf_i386_be.o.
2308         * configure.tgt (i[3456]86-*-beos*): Use it.
2309         * emulparams/elf_i386_be.sh: New file.
2310         * Makefile.in: Rebuild.
2311
2312         * configure.in (environ): Detect declaration.
2313         * ldmain.c (main): Don't declare environ.
2314         * sysdep.h (environ): Declare if needed.
2315         * configure, config.in: Rebuild.
2316
2317 1999-04-11  Richard Henderson  <rth@cygnus.com>
2318
2319         * ldgram.y (ldgram_vers_current_lang): New.
2320         (vers_defns): Accept `extern "lang" { }' syntax.
2321         * ldlex.l (vers_node_nesting): New.
2322         (V_IDENTIFIER): Accept . and $ in symbols.
2323         (VERS_NODE): Accept `extern "lang" { }' tokens.  Nest VERS_NODE states.
2324         * ldlang.c (lang_new_vers_regex): New `lang' argument.  Update callers.
2325         (lang_vers_match_lang_c): New function.
2326         (lang_vers_match_lang_cplusplus): New function.
2327         (lang_vers_match_lang_java): New function.
2328         (lang_do_version_exports_section): Fix iteration.  Don't free
2329         section contents, as it is still in use by the patterns.
2330
2331 1999-04-10  Richard Henderson  <rth@cygnus.com>
2332
2333         * ldmain.c (main): Init link_info.no_undefined.
2334         * lexsup.c: Add command-line option --no-undefined.
2335
2336 1999-04-06  Ian Lance Taylor  <ian@zembu.com>
2337
2338         * ld.h (LC_MESSAGES): Never define.
2339         * ldmain.c (main): Don't pass LC_MESSAGES to setlocale if the
2340         system does not define it.
2341
2342 1999-04-06  H.J. Lu  <hjl@gnu.org>
2343
2344         * ldmain.h (demangling): Declare.
2345         * ldmain.c (demangling): New global variable.
2346         (main): Initialize demangling.
2347         * ldmisc.c (vfinfo): Don't demangle symbol if ! demangling.
2348         * lexsup.c (ld_options, parse_args): Handle --demangle and
2349         --no-demangle.
2350         * ld.texinfo, ld.1: Document --demangle/--no-demangle.
2351
2352         * ldlex.l (V_IDENTIFIER): Allow '.' in symbol.
2353
2354 1999-04-05  Chris Torek  <torek@BSDI.COM>
2355
2356         * emultempl/sunos.em (gld${EMULATION_NAME}_search_dir): Check that
2357         a shared library really exists, avoiding broken symlinks.
2358
2359         * ldfile.c (ldfile_open_file): Generate a better error message if
2360         we can't find a -l file.
2361
2362 1999-04-05  DJ Delorie  <dj@cygnus.com>
2363
2364         * configure.tgt (i386-*-pe): add targ_extra_ofiles for other PE
2365         targets (i386-pe and i386-winnt)
2366
2367 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
2368
2369         * deffilep.y: Include "sysdep.h" and "ldmisc.h".
2370         (def_file_add_directive): Change return type to void.  Remove
2371         unused locals sh_reserve, sh_commit, and j.
2372         (def_ungetc): Always return a value.
2373         (def_lex): Correct parenthesization of || within &&.
2374         * deffile.h (def_file_add_directive): Update declaration.
2375         * pe-dll.c: Include <time.h>, <ctype.h>, and "ldemul.h".
2376         (generate_edata): Remove unused local i.
2377         (quoteput): Add cast to avoid warning.
2378         (pe_dll_generate_def_file): Fix type in format string.
2379         (quick_symbol): Remove unused local blhe.
2380         (pe_dll_generate_implib): Add cast to avoid warning.
2381         (pe_process_import_defs): Remove unused locals ar_head, ar_tail,
2382         and n.
2383         (pe_as16): Comment out.
2384
2385 1999-04-04  Don Bowman <don@pixsci.com>
2386
2387         * configure.tgt: Add mips*-*-vxworks* target.
2388
2389 1999-03-31  Nick Clifton  <nickc@cygnus.com>
2390
2391         * Makefile.in (ALL_EMULATIONS): Add earm_epoc_pe.o
2392         Add build rule and dependencies for earm_epoc_pe.c.
2393
2394         * emulparams/arm_epoc_pe.sh: New file.
2395
2396         * configure.tgt: Add 'targ_extra_ofiles' for ARM based PE
2397         targets.
2398
2399 1999-03-31  Philip Blundell  <pb@nexus.co.uk>
2400
2401         * configure.tgt: Match `arm*-*-linux-gnu*' not
2402         `armv*-*-linux-gnu'.
2403
2404 1999-03-26  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
2405
2406         * scripttempl/elf.sc: Put the .eh_frame and .gcc_except_table
2407         sections in the data segment.
2408
2409 Fri Mar 26 12:05:51 1999  Catherine Moore  <clm@cygnus.com>
2410
2411         * ld.h (wildcard_spec): Add exclude_name.
2412         * ldgram.y (EXCLUDE_FILE): New token.
2413         (wildcard_spec): Set exclude_name.
2414         (file_NAME_list): Recognize EXCLUDE_FILE.
2415         * ldlang.c (wild_section): Check for excluded files.
2416         (print_wild_statement): Print excluded files.
2417         (lang_add_wild): New argument exclude_filename.
2418         Set exclude_filename.
2419         * ldlang.h (lang_wild_statement_type):  Add exclude_filename.
2420         * ldlex.l: New token EXCLUDE_FILE.
2421         * mri.c (mri_draw_tree):  Add argument to lang_add_wild.
2422         * scripttempl/elf.sc (CTOR, DTOR):  Exclude crtend.o from ctor wildcard.
2423         Reorder sorted and unsorted ctors.
2424         * scripttempl/elfd10v.sc (CTOR, DTOR): Likewise.
2425         * scripttempl/elfd30v.sc (CTOR, DTOR): Likewise.
2426         * scripttempl/elfppc.sc (CTOR, DTOR): Likewise.
2427
2428 1999-03-26  Nick Clifton  <nickc@cygnus.com>
2429
2430         * ldlang.c (lang_gc_sections): If entry_symbol is not defined,
2431         default to "start".
2432
2433 1999-03-03  Nick Clifton  <nickc@cygnus.com>
2434
2435         * scripttempl/elf.sc: Add explicit placements for the .eh_frame
2436         and .gcc_except_table sections.
2437
2438 Wed Mar  3 09:13:34 1999  Catherine Moore  <clm@cygnus.clm>
2439
2440         * scripttempl/elf.sc: Remove .end.ctors and .end.dtors
2441         sections.  Reorder .ctors section entries.
2442         * scripttempl/elfd10v.sc: Likewise.
2443         * scripttempl/elfd30v.sc: Likewise.
2444         * scripttempl/elfppc.sc: Likewise.
2445
2446 1999-02-26  Jim Lemke  <jlemke@cygnus.com>
2447
2448         * ldmain.c (main): Wrong error msg for -r and --mpc860c0.
2449
2450 1999-02-25  Nick Clifton  <nickc@cygnus.com>
2451
2452         * ldlang.c (lang_check_section_addresses): Remove extraneous
2453         backslash.
2454
2455 Thu Feb 25 15:07:24 1999  Catherine Moore  <clm@cygnus.com>
2456
2457         * scripttempl/elf.sc: Don't gather .ctor and .dtor sections
2458         for relocateable links.
2459         * scripttempl/elfd10v.sc: Likewise.
2460         * scripttempl/elfd30v.sc: Likewise.
2461         * scripttempl/elfppc.sc: Likewise.
2462
2463 1999-02-22  Jim Lemke  <jlemke@cygnus.com>
2464
2465         * ldint.texinfo: remove extraneous right brace.
2466         * ldmain.c (main): initialize and check option "mpc860c0".
2467         * lexsup.c (ld_options, parse_args): add option "mpc860c0".
2468
2469 Wed Feb 17 12:10:06 1999  Stan Cox  <scox@cygnus.com>
2470
2471         * mpw-elfmips.c (gldelf32ebmip_before_allocation): Remove special
2472         .reginfo section handling.
2473         * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Likewise.
2474         * emulparams/elf32elmip.sh (INITIAL_READONLY_SECTIONS): Removed
2475         * emulparams/elf32ebmip.sh (INITIAL_READONLY_SECTIONS): Removed
2476
2477 1999-02-17  Nick Clifton  <nickc@cygnus.com>
2478
2479         Patch from: Scott Bambrough <scottb@corelcomputer.com>
2480
2481         * configure.tgt: Added armv*-*-linux-gnu to $targ_emul
2482         recognition.
2483
2484 Wed Feb 17 Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
2485
2486         * emultempl/armelf_oabi.em
2487         (bfd_elf32_arm_allocate_interworking_sections,
2488         bfd_elf32_arm_get_bfd_for_interworking,
2489         bfd_elf32_arm_process_before_allocation): Define them to use the
2490         old ABI versions of the functions.
2491
2492 Tue Feb 16 16:48:19 1999  Ian Lance Taylor  <ian@cygnus.com>
2493
2494         * configure.in: Change AC_PREREQ to 2.13.  Change AM_PROG_INSTALL
2495         to AC_PROG_INSTALL.  Change AM_EXEEXT to AC_EXEEXT.
2496         * Makefile.am (earmelf_oabi.c): Changes spaces to tab.
2497         * acconfig.h: Remove.
2498         * aclocal.m4: Rebuild.
2499         * configure: Rebuild.
2500         * Makefile.in: Rebuild.
2501
2502 Mon Feb 15 18:21:48 1999  Vladimir N. Makarov  <vmakarov@cygnus.com>
2503
2504         * ldexp.h (struct etree_value_type): Change valid onto valid_p.
2505
2506         * ldexp.c (new_abs): Ditto.
2507         (new_rel, new_rel_from_section, fold_binary, invalid, fold_name,
2508         exp_fold_tree, exp_binop, exp_trinop, stat_alloc,
2509         exp_get_abs_int): Ditto
2510
2511         * ldlang.c (print_assignment, lang_size_sections,
2512         lang_do_assignments): Ditto.
2513
2514 1999-02-11  Nick Clifton  <nickc@cygnus.com>
2515
2516         * ldlang.c (lang_check_section_addresses): New function: Check
2517         addresses assigned to section for overlaps.
2518         (lang_process): Call lang_check_section_addresses if suitable.
2519
2520         * ld.h: Add new boolean field to args_type structure:
2521         'check_section_addresses'.
2522
2523         * ldmain.c: Initialise check_section_addresses field to true.
2524
2525         * lexsup.c: Add new command line options '--no-check-sections' and
2526         '--check-sections'.
2527
2528         * ld.texinfo: Document new command line options '--check-sections'
2529         and '--no-check-sections'.
2530
2531 1999-02-08  Nick Clifton  <nickc@cygnus.com>
2532
2533         * configure.tgt: Add support for StrongARM target.
2534
2535 Wed Feb  3 19:41:01 1999  Ian Lance Taylor  <ian@cygnus.com>
2536
2537         * ldctor.c (ldctor_build_sets): Just set SEC_KEEP once.  Check for
2538         an owner of a section before using it to look up a reloc type.
2539         Don't set SEC_KEEP for the absolute section.
2540
2541 Mon Feb  1 11:39:46 1999  Catherine Moore  <clm@cygnus.com>
2542
2543         * Makefile.am (earmelf_oabi.o):  New.
2544         * Makefile.in:  Regenerate.
2545         * configure.tgt (arm-*-oabi):  New.
2546         (thumb-*-oabi):  New.
2547         * emulparams/armelf_oabi.sh:  New.
2548         * emultempl/armelf_oabi.em:  New.
2549
2550 1999-01-31 17:57:31 1998  Michael Meissner  <meissner@cygnus.com>
2551
2552         * scripttempl/elfppc.sc: Add support for -fleading-underscores
2553         switch in all linker generated symbols.
2554
2555         * configure.tgt (powerpc{,le}*-*-vxworks): Add as aliases for
2556         powerpc{,le}-*-eabi.
2557
2558 Wed Jan 20 17:01:48 1999  Ian Lance Taylor  <ian@cygnus.com>
2559
2560         * configure.tgt (i[3456]86-*-solaris2*): New target.  From Pavel
2561         Roskin <pavel_roskin@geocities.com>.
2562
2563 1999-01-19  Nick Clifton  <nickc@cygnus.com>
2564
2565         * ldlang.c (lang_size_sections): Count loadable sections as
2566           contributing to the size of the current segment.
2567
2568 1999-01-15  Nick Clifton  <nickc@cygnus.com>
2569
2570         * ldlang.c (lang_size_sections): Only update the current
2571           address of a region if the section just placed into it is an
2572           allocated section.
2573
2574 1999-01-12  Nick Clifton  <nickc@cygnus.com>
2575
2576         * Makefile.am: Replace efr30.o with eelf32fr30.o.
2577         * Makefile.in: Regenerate.
2578
2579         * configure.tgt: Replace fr30 with elf32fr30.
2580
2581         * emulparams/elf32fr30.sh: New file: Replaces fr30.sh, and uses
2582         generic elf.sc script.  Also replaces the .stack section with a
2583         user definable symbol __stack.
2584
2585 1999-01-11  Nick Clifton  <nickc@cygnus.com>
2586
2587         * scripttempl/fr30.sc: Fill .init and .fini sections with NOP
2588         pattern.
2589
2590 1999-01-03  Ken Raeburn  <raeburn@cygnus.com>
2591
2592         * Makefile.am (check-DEJAGNU): No longer provide HOSTING_EMU,
2593         HOSTING_CRT0, HOSTING_LIBS; the test suite can extract them from
2594         configure.host and configure.tgt now.
2595         * Makefile.in: Rebuild.
2596
2597 1998-12-27  Ulrich Drepper  <drepper@cygnus.com>
2598
2599         * lexsup.c (parse_args, case OPTION_RPATH): Avoid adding duplicate
2600         elements to rpath.
2601
2602 Thu Dec 10 11:12:28 1998  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
2603
2604         * Makefile.am (ALL_EMULATIONS): Remove pe-dll.o and deffilep.o.
2605         (ALL_EMUL_EXTRA_OFILES): New variable.  Put them here instead.
2606         * configure.in: Set EMUL_EXTRA_OFILES to $(ALL_EMUL_EXTRA_OFILES)
2607         if configuring with all targets.
2608         * configure, Makefile.in, aclocal.m4: Rebuild.
2609
2610         * emultempl/pe.em (pe_enable_stdcall_fixup): Make static.
2611         (pe_dll_do_default_excludes): Removed, unused.
2612         (pe_def_file, pe_dll_export_everything, pe_dll_kill_ats,
2613         pe_dll_stdcall_aliases): Don't initialize them, this file may be
2614         compiled more than once.
2615         * pe-dll.c (pe_def_file, pe_dll_export_everything,
2616         pe_dll_do_default_excludes, pe_dll_kill_ats,
2617         pe_dll_stdcall_aliases): Define and initialize them here instead.
2618         (generate_reloc): Fix allocation of reloc_addresses array to use
2619         bfd_vma instead of unsigned long.  Fix element size in qsort call.
2620         (reloc_sort): Compare pointers to bfd_vma instead of unsigned
2621         long.
2622
2623 Mon Dec  7 21:10:09 1998  J.J. van der Heijden  <j.j.vanderheijden@student.utwente.nl>
2624
2625         * configure.tgt (i[3456]86-*-mingw32*): Add cygwin target specific
2626         files.
2627
2628 Sun Dec  6 16:33:33 1998  Ian Lance Taylor  <ian@cygnus.com>
2629
2630         * configure.tgt (m68*-*-gnu*): New target.  From Aymeric Vincent
2631         <aymeric.vincent@emi.u-bordeaux.fr>.
2632
2633 1998-12-04  Nick Clifton  <nickc@cygnus.com>
2634
2635         * emulparams/fr30.sh (TEXT_START_ADDR): Change TEXT_START_ADDR
2636         from 0x100000 to 0x10000 so that it fits in 20 bits.
2637
2638 Sat Nov 28 22:32:20 1998  Ian Lance Taylor  <ian@cygnus.com>
2639
2640         * ldemul.h (ldemul_recognized_file): Declare.
2641
2642 Sat Nov 28 22:30:55 1998  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
2643
2644         * ldlang.c (lang_add_wild): Don't pretend that there is an input
2645         file if the filename is a wildcard pattern.
2646
2647 1998-11-25  DJ Delorie  <dj@cygnus.com>
2648
2649         * ldemul.h (ld_emulation_xfer_struct): new hook "recognized_file"
2650         * ldemul.c (ldemul_recognized_file): new function, new hook
2651         * ldint.texinfo: document new hook.
2652         * ldlang.c (load_symbols): call recognized_hook for all objects we
2653         do recognize, in case the emulation needs to handle them
2654         specially.  PE DLLs use this.
2655         * pe-dll.c (pe_dll_generate_def_file): take out hack and debug
2656         printfs
2657         * emultempl/pe.em (gld_i386_recognized_file): new function
2658         (gld_i486_unrecognized_file): take out hack
2659
2660 1998-11-23  DJ Delorie  <dj@cygnus.com>
2661
2662         * pe-dll.c (fill_edata): fill in timestamp
2663         (make_head): name object files sequentially to ensure
2664         they link in the right order.
2665         (make_tail): same here
2666         (pe_process_import_defs): use sequential names for bfds to ensure
2667         proper link order.
2668         (pe_implied_import_dll): new function; handles linking directly
2669         against DLLs by simulating IMPORTS directives.  * emultempl/pe.em
2670         (gld_i386pe_before_parse): hack bfd to not recognize .dll files
2671         via bfd_pe_dll_not_recognized_hack
2672
2673 1998-11-23  DJ Delorie  <dj@cygnus.com>
2674
2675         * emultempl/pe.em (gld_i386pe_parse_args): Conditionalize call to
2676         pe_dll_add_excludes
2677
2678 Mon Nov 23 14:36:18 1998  Nick Clifton  <nickc@cygnus.com>
2679
2680         * emultempl/pe.em (after_parse): Only create an undefined entry
2681         symbol if one has been specified.
2682
2683 1998-11-23  DJ Delorie  <dj@cygnus.com>
2684
2685         * emultempl/pe.em (gld_i386pe_after_open): call
2686         pe_process_import_defs
2687         * pe-dll.c (pe_dll_generate_def_file): calculate BASE from
2688         pe_data, only print if actually set.  Print version only if
2689         set.
2690         (save_relocs): save relocs for both input and output.
2691         (make_one): support internal/external different names.
2692         (pe_dll_generate_implib): support new make_one
2693         (pe_process_import_defs): new function; handles IMPORT
2694         directives in .def files.
2695
2696 Fri Nov 20 13:06:49 1998  Nick Clifton  <nickc@cygnus.com>
2697
2698         * ldmisc.c (vfinfo): Cope with empty symbol names.
2699
2700 Thu Nov 19 13:31:15 1998  Nick Clifton  <nickc@cygnus.com>
2701
2702         * scripttempl/pe.sc: Add provision of '_end' symbol.
2703
2704 Wed Nov 18 18:18:43 1998  Geoffrey Noer  <noer@cygnus.com>
2705
2706         * configure.tgt: change refs from cygwin32* to cygwin*.
2707         * aclocal.m4: regenerate
2708         * configure.in: don't need to call AM_CYGWIN32.
2709         * configure: regenerate
2710
2711 Mon Nov 16 22:14:07 1998  DJ Delorie  <dj@cygnus.com>
2712
2713         * emultempl/pe.em (gld_i386_finish): generate import library
2714         * deffile.h: add hint member.
2715         * pe-dll.c (pe_dll_generate_implib): New function with helpers;
2716         generates the import library directly from the export table.
2717         (fill_edata): remember the actual hint for the import library.
2718
2719 Sat Nov 14 14:36:24 1998  Ian Lance Taylor  <ian@cygnus.com>
2720
2721         * ld.1: Some cleanups from NOKUBI Hirotaka <hnokubi@yyy.or.jp>.
2722
2723 Thu Nov 12 19:21:57 1998  Dave Brolley  <brolley@cygnus.com>
2724
2725         * po/ld.pot: Regenerated.
2726         * po/POTFILES.in: Regenerated.
2727         * configure: Regenerated.
2728         * aclocal.m4: Regenerated.
2729         * Makefile.in: Regenerated.
2730
2731 Wed Nov 11 18:10:15 1998  DJ Delorie  <dj@cygnus.com>
2732
2733         * pe-dll.c (generate_reloc): don't output PE relocs for sections
2734         that won't be loaded.
2735
2736 Wed Nov 11 13:44:54 1998  DJ Delorie  <dj@cygnus.com>
2737
2738         * pe-dll.c (fill_edata): don't strip underscores
2739
2740 Tue Nov 10 21:28:19 1998  DJ Delorie  <dj@cygnus.com>
2741
2742         * ld.texinfo: added i386pe option summary
2743
2744 Tue Nov 10 17:53:17 1998  DJ Delorie  <dj@cygnus.com>
2745
2746         * pe-dll.c (process_def_file): properly note undefined exported
2747         symbols, clean up old code.
2748         (pe_dll_generate_def_file): don't crash if pe_def_file is NULL
2749         * emultempl/pe.em (gld_i386_parse_args): add
2750         (en/dis)able-stdcall-fixups
2751         (pe_fixup_stdcalls): warn about stdcall fixups
2752         (gld_i386_unrecognized_file): make exported symbols undefs so that
2753         archive members get pulled in
2754
2755 Tue Nov 10 14:50:51 1998  Catherine Moore  <clm@cygnus.com>
2756
2757         * scripttempl/elfd10v.sc: Add KEEP attribute to .init,
2758         .fini, .dtors and .ctors.  Add .data and .text
2759         wildcards to support section garbage collection.
2760
2761 Mon Nov  9 22:52:50 1998  DJ Delorie  <dj@indy.delorie.com>
2762
2763         * deffilep.y: properly handle relocs with multiple def_files,
2764         cache import module names
2765
2766 Mon Nov  9 22:44:58 1998  DJ Delorie  <dj@cygnus.com>
2767
2768         * pe-dll.c (process_def_file): don't assume exports won't move
2769         during a realloc
2770
2771 Mon Nov  9 16:41:30 1998  DJ Delorie  <dj@cygnus.com>
2772
2773         * pe-dll.c: New file; direct support for PE DLLs
2774         * deffile.h: New file; direct support for PE DLLs
2775         * deffilep.y: New file; direct support for PE DLLs
2776         * emultempl/pe.em: add direct support for PE DLLs
2777         * configure.tgt: allow target-specific extra files
2778         * configure.in: allow target-specific extra files
2779         * ldlang.c (lang_add_assignment): return the assignment so that
2780         one can change the value later based on the object files (pe-dll
2781         DEF files do this)
2782         * ldint.texinfo: add section for emulation walkthrough
2783         * Makefile.am: add new files and target-specific extra files
2784         * emultempl/pe.em (gld_i386_list_options): list dll-specific
2785         options.
2786         * pe-dll.c (process_def_file): auto-export everything if
2787         nothing is otherwise exported.
2788
2789 Wed Nov  4 16:39:18 1998  Nick Clifton  <nickc@cygnus.com>
2790
2791         * Makefile.am: Add support for FR30 target.
2792         * configure.tgt: Add support for FR30 target.
2793         * Makefile.in: Regenerate.
2794         * emulparams/fr30.sh: New file.
2795         * scripttemp/fr30.sc: New file.
2796
2797 Mon Nov  2 14:47:15 1998  Catherine Moore  <clm@cygnus.com>
2798
2799         * ldmain.c (main):  Don't report error for dynamic links and
2800         --gc-sections.
2801
2802 1998-10-26 16:05  Ulrich Drepper  <drepper@cygnus.com>
2803
2804         * lexsup.c (ld_options): Change text of -O to Optimize output file".
2805         (parse_args): Set link_info.optimize based on -O argument.
2806         * ldmain.c (main): Initialize link_info.optimze to false.
2807         * ld.texinfo: Describe -O option.
2808         * ld.1: Likewise.
2809
2810 Mon Oct 12 14:29:56 1998  Nick Clifton  <nickc@cygnus.com>
2811
2812         * scripttempl/v850.sc: Move .sbss and .scommon sections into their
2813         own segment, so that they can be next to the .bss section and so
2814         initialised by the same piece of code.
2815
2816 Fri Oct  9 15:59:52 1998  Catherine Moore  <clm@cygnus.com>
2817
2818         * scripttempl/elf.sc:  Merge .sdata.* etc sections.
2819         * ldctor.c (ldctor_build_sets):  Set SEC_KEEP for
2820         ctor sections.
2821
2822 Mon Oct  5 09:40:43 1998  Catherine Moore  <clm@cygnus.com>
2823
2824         * ldmain.c (main):  Error if --gc-sections and
2825         dyanmic linking.
2826         * scripttempl/v850.sc:  Add KEEP attribute to .init,
2827         .fini, .dtors and .ctors.  Add .data and .text
2828         wildcards to support section garbage collection.
2829
2830 Wed Sep 30 11:19:15 1998  Nick Clifton  <nickc@cygnus.com>
2831
2832         * scripttempl/v850.sc: Rename .call_table section to
2833         .call_table_data and create a new section called
2834         .call_table_text.
2835
2836 Sun Sep 20 00:43:26 1998  Ian Lance Taylor  <ian@cygnus.com>
2837
2838         * scripttempl/elf.sc: Add alignment at the end of the .bss
2839         section, so that it is included in the memsize of the segment.
2840
2841 Fri Sep 18 13:42:42 1998  Catherine Moore  <clm@cygnus.com>
2842
2843         * emultempl/elf32.em (gld_place_orphan): Don't process for
2844         sections with SEC_EXCLUDE flag.
2845
2846 Fri Sep  4 09:24:02 1998  Nick Clifton  <nickc@cygnus.com>
2847
2848         * emulparams/d30velf.sh (TEXT_SIZE): Increased to 2000K.
2849         (DATA_SIZE): Increased to 2000K.
2850
2851 Thu Sep  3 17:30:58 1998  Richard Henderson  <rth@cygnus.com>
2852
2853         * emulparams/d10velf.sh (TEMPLATE_NAME): Use elf32.
2854
2855 Mon Aug 31 01:06:00 1998  Catherine Moore  <clm@cygnus.com>
2856
2857         * Makefile.am:  Change armelf.sc to elf.sc
2858         * Makefile.in:  Regenerate.
2859
2860 Mon Aug 31 11:12:04 1998  Catherine Moore  <clm@cygnus.com>
2861
2862         * emulparams/armelf.sh:  Change SCRIPT_NAME to
2863         elf.  Change TEXT_START_ADDR to 0x8000.  Define
2864         OTHER_TEXT_SECTIONS, OTHER_BSS_SYMBOLS and
2865         OTHER_BSS_END_SYMBOLS.
2866         * scripttempl/elf.sc:  Modify to use
2867         OTHER_BSS_END_SYMBOLS.
2868         * scripttempl/elfarm.sc:  Remove file.
2869
2870 Tue Aug 18 12:05:34 1998  Catherine Moore  <clm@cygnus.com>
2871
2872         * emultempl/armelf.em (gld_armelf_before_allocation):
2873         Add bfd_ prefix to elf32_arm_process_before_allocation
2874         and elf32_arm_allocate_interworking_sections.
2875         (gld_armelf_after_open): Add bfd_ prefix to
2876         elf32_arm_get_bfd_for_interworking.
2877
2878 Fri Aug 14 15:34:29 1998  Ian Lance Taylor  <ian@cygnus.com>
2879
2880         * Makefile.am: Rebuild dependencies.
2881         * Makefile.in: Rebuild.
2882
2883         * ldgram.y: Include "ldctor.h".
2884         (statement): Accept SORT around CONSTRUCTORS.
2885         * ldctor.c: Include <ctype.h>.
2886         (constructors_sorted): New global variable.
2887         (ctor_prio, ctor_cmp): New static functions.
2888         (ldctor_build_sets): Sort constructors if requested.
2889         * ldctor.h (constructors_sorted): Declare.
2890         * ldlang.c (print_statement): Print sorted CONSTRUCTORS
2891         correctly.
2892         * scripttempl/elf.sc: Add sort around CONSTRUCTORS.
2893         * ld.texinfo (Output Section Keywords): Document SORT
2894         (CONSTRUCTORS).
2895
2896 Thu Aug 13 12:20:39 1998  Catherine Moore  <clm@cygnus.com>
2897
2898         * emulparams/armelf.sh:  Define TEMPLATE_NAME to armelf.
2899         * scripttempl/elfarm.sc:  Include .glue_7t and .glue7
2900         sections.
2901         * emultempl/armelf.em: New file.
2902
2903 Thu Aug 13 12:52:45 1998  H.J. Lu  <hjl@gnu.org>
2904
2905         * Makefile.am (ld.dvi): Use " instead of ' for MAKEINFO.
2906         * Makefile.in: Rebuild.
2907
2908 Tue Aug 11 16:17:01 1998  Catherine Moore  <clm@cygnus.com>
2909
2910         * scripttempl/elfarm.sc:  Change text start address
2911         back to zero.
2912
2913 Tue Aug 11 10:01:12 1998  Jeffrey A Law  (law@cygnus.com)
2914
2915         * emulparms/mn10200.sh (MAX_PAGESIZE): Define to 1.
2916         * emulparms/mn10300.sh (MAX_PAGESIZE): Define to 1.
2917
2918 Sun Aug  9 20:31:27 1998  Catherine Moore  <clm@cygnus.com>
2919
2920         * scripttempl/elfarm.sc:  Set text start address to
2921         0x8000.  Add __bss_end definition.
2922
2923 Sat Aug  1 11:47:37 1998  Catherine Moore  <clm@cygnus.com>
2924
2925         * scripttempl/elfarm.sc:  New file.
2926         * emulparams/armelf.sh: Set SCRIPT_NAME to elfarm.
2927
2928 Fri Jul 31 15:56:16 1998  Catherine Moore  <clm@cygnus.com>
2929
2930         * emulparams/armelf.sh: New file.
2931         * configure.tgt:  Recognize thumb-elf and arm-elf.
2932         * Makefile.am (earmelf.o): New.
2933         * Makefile.in: Rebuild.
2934
2935 Fri Jul 24 12:00:57 1998  Ian Lance Taylor  <ian@cygnus.com>
2936
2937         * Makefile.am (install-exec-local): Don't remove the file before
2938         checking whether $(bindir) == $(tooldir)/bin.  From Maciej
2939         W. Rozycki <macro@ds2.pg.gda.pl>.
2940         * Makefile.in: Rebuild.
2941
2942         * configure.tgt: Recognize h8[35]00*-coff* as well as -hms*.
2943
2944 Thu Jul 23 11:15:12 1998  Ian Lance Taylor  <ian@cygnus.com>
2945
2946         * scripttempl/aout.sc: If ALIGNMENT is defined, use it to set
2947         alignment of end symbol.
2948         * scripttempl/elf.sc: Likewise.
2949         * emulparams/sun4.sh (ALIGNMENT): Define.
2950         * emulparams/elf32_sparc.sh (ALIGNMENT): Define.
2951         * ldint.texinfo (emulation parameters): Document ALIGNMENT.
2952
2953         * lexsup.c (parse_args): Add missing break statement.
2954
2955         * ldlang.c (lang_gc_sections_1): Add default case to switch to
2956         avoid warnings.
2957
2958 Tue Jul 14 15:42:17 1998  Richard Henderson  <rth@cygnus.com>
2959
2960         * configure.tgt (i?86-*-beos{pe,elf,}*): Recognize.
2961         * Makefile.am (ei386beos.o): New.
2962         * emulparams/i386beos.sh: New file.
2963         * emultempl/beos.em, scripttempl/i386beos.sc: New file.
2964
2965 Tue Jul 14 15:35:42 1998  Richard Henderson  <rth@cygnus.com>
2966
2967         * lexsup.c: New option --version-exports-section.
2968         * ld.h (struct args_type): Add version_exports_section.
2969         * ldlang.c (lang_do_version_exports_section): New function.
2970         (lang_process): Call it.
2971
2972 Mon Jul 13 13:20:23 1998  Steve Chamberlain  <sac@transmeta.com>
2973
2974         * ldlex.l: Accept ASSERT.
2975         * ldgram.y (exp): Add ASSERT_K case.
2976         * ldexp.h (node_type): Add etree_assert to node_class enum.
2977         (etree_type): Add assert_s field.
2978         (exp_assert): Declare.
2979         * ldexp.c (exp_fold_tree): Handle etree_assert.
2980         (exp_assert): New function.
2981         (exp_print_tree): Handle etree_assert.
2982         * ld.texinfo (Miscellaneous Commands): Document ASSERT.
2983
2984 Wed Jul  8 14:03:12 1998  Ian Lance Taylor  <ian@cygnus.com>
2985
2986         * ldgram.y: Change MAX to MAX_K and MIN to MIN_K, to avoid
2987         conflicts with system header files.  Change all uses.
2988
2989         * Makefile.am (MAINTAINERCLEANFILES): Define.
2990         * Makefile.in: Rebuild.
2991
2992 Tue Jul  7 18:03:22 1998  Ian Lance Taylor  <ian@cygnus.com>
2993
2994         * Makefile.am (ldver.texi): New target.
2995         (ld.info, ld.dvi): Depend upon ldver.texi.
2996         * ld.texinfo: Include ldver.texi.  Mention version number on title
2997         page and in top node.
2998         * Makefile.in: Rebuild.
2999
3000 Mon Jul  6 14:55:13 1998  Ian Lance Taylor  <ian@cygnus.com>
3001
3002         * configure.tgt (i[3456]86-*-solaris*): New target.
3003
3004 Fri Jul  3 14:19:06 1998  Ian Lance Taylor  <ian@cygnus.com>
3005
3006         * ldlang.c (wild_section): Don't get an assertion failure if the
3007         section is discarded.
3008
3009         * scripttempl/pe.sc: Use SORT to sort sections appropriately.
3010         * emultempl/pe.em (sort_by_file_name): Remove.
3011         (sort_by_section_name): Remove.
3012         (sort_sections_1, sort_sections): Remove.
3013         (gld_${EMULATION_NAME}_before_allocation): Don't call
3014         sort_sections.
3015         (hold_section, hold_section_name): New static variables.
3016         (hold_use, hold_text, hold_rdata, hold_data, hold_bss): Likewise.
3017         (gld_${EMULATION_NAME}_place_orphan): Rewrite.  Look for a good
3018         place to put the section.  Align the section.  Sort the input
3019         sections by name.
3020         (gld_${EMULATION_NAME}_place_section): New static function.
3021
3022         * ldlang.c (wild_sort): When sorting by file name, sort by archive
3023         name first.
3024
3025         * emultempl/pe.em (set_pe_subsystem): Don't call
3026         ldlang_add_undef.
3027         (gld_${EMULATION_NAME}_after_parse): New static function.
3028         (ld_${EMULATION_NAME}_emulation): Use new after_parse function
3029         rather than after_parse_default.
3030
3031         * ldgram.y (extern_name_list): Do not require symbols to be
3032         separated by commas.
3033         (ifile_p1): Add EXTERN.
3034         * ldlex.l: Accept EXTERN in BOTH and SCRIPT mode as well as MRI
3035         mode.
3036         * ld.texinfo (Options): Mention that EXTERN is equivalent to -u.
3037         (Miscellaneous Commands): Document EXTERN.
3038
3039 Wed Jul  1 19:40:34 1998  Richard Henderson <rth@cygnus.com>
3040
3041         * ld.h (args_type): Add gc_sections.
3042         * ldgram.y (ldgram_had_keep, KEEP): New.
3043         (input_section_spec_no_keep): Rename from old input_section_spec.
3044         (input_section_spec): New.  Recognize KEEP.
3045         * ldlang.c (wild_section): Handle keep sections.
3046         (lang_gc_wild_section, lang_gc_wild_file, lang_gc_wild): New.
3047         (lang_gc_sections_1, lang_gc_sections): New.
3048         (lang_process): Invoke lang_gc_sections.
3049         (lang_add_wild): Add keep argument.  Update all callers.
3050         * ldlang.h (lang_wild_statement_struct): Add keep_sections.
3051         * ldlex.l (KEEP): Match it.
3052         * ldmain.c (main): Error on -r and --gc-sections.
3053         * lexsup.c: Add --gc-sections.
3054
3055         * scripttempl/elf.sc: Merge .text.* etc sections appropriately.
3056         Mark startup sections with KEEP.
3057         * scripttempl/elfppc.sc: Likewise.
3058
3059         * ld.texinfo: Update for --gc-sections and KEEP.
3060
3061 Wed Jul  1 15:21:20 1998  Ian Lance Taylor  <ian@cygnus.com>
3062
3063         From Peter Jordan <pjordan@chla.usc.edu>:
3064         * scripttempl/i386go32.sc: Correct constructor handling for -u.
3065
3066 Tue Jun 23 15:17:27 1998  Ian Lance Taylor  <ian@cygnus.com>
3067
3068         * Makefile.am (install-data-local): Make ldscripts subdirectory.
3069         * Makefile.in: Rebuild.
3070
3071 Tue Jun 23 15:17:04 1998  Mike Stump  <mrs@wrs.com>
3072
3073         * Makefile.am (install-exec-local): Don't let EXEEXT interfere
3074         with the program transform name.
3075         * Makefile.in: Rebuild.
3076
3077 Sun Jun 21 23:55:16 1998  Jeffrey A Law  (law@cygnus.com)
3078
3079         * ld.texinfo: Note that -relax may make symbolic debugging
3080         impossible on some platforms.
3081
3082 Tue Jun 16 12:51:13 1998  Geoff Keating  <geoffk@ozemail.com.au>
3083
3084         * Makefile.am (Makefile): Remove target.
3085         (config.status): New target.
3086         * Makefile.in: Rebuild.
3087
3088         * configure.host (powerpc*-*-linux-gnu*): New host.
3089
3090 Fri Jun 12 17:38:07 1998  Doug Evans  <devans@seba.cygnus.com>
3091
3092         * scripttempl/elf.sc (INPUT_FILES): Optional INPUT spec.
3093
3094         * emulparams/m32relf.sh (OTHER_RELOCATING_SECTIONS): Change top of
3095         stack to 8MB.
3096
3097 Fri Jun 12 19:33:17 1998  Ian Lance Taylor  <ian@cygnus.com>
3098
3099         * Makefile.am (HFILES): Remove config.h.
3100         (EMULATION_OFILES, POTFILES): Move patch of May 14 from
3101         Makefile.in to Makefile.am.
3102         (earmcoff.c): Depend upon armcoff.em, not generic.em.
3103         * po/Make-in (all-yes): Correct misspelling in $(PACKAGE).
3104         ($(srcdir)/$(PACKAGE).pot): Pass -C to $(XGETTEXT).
3105         * Makefile.in, po/POTFILES.in, po/ld.pot: Rebuild.
3106
3107 Fri Jun 12 13:43:17 1998  Tom Tromey  <tromey@cygnus.com>
3108
3109         * po/Make-in (all-yes): If maintainer mode, depend on .pot file.
3110         ($(PACKAGE).pot): Unconditionally depend on POTFILES.
3111
3112 Tue Jun  9 09:36:48 1998  Nick Clifton  <nickc@cygnus.com>
3113
3114         * ldlang.c (lang_finish): Add CONST type modifier to declaration
3115         of 'send'.
3116
3117 Fri Jun  5 18:19:59 1998  Ian Lance Taylor  <ian@cygnus.com>
3118
3119         * emultempl/aix.em (gld${EMULATION_NAME}_before_parse): Set
3120         config.has_shared to true.
3121         * emultempl/linux.em (gld${EMULATION_NAME}_before_parse):
3122         Likewise.
3123         * emultempl/sunos.em (gld${EMULATION_NAME}_before_parse):
3124         Likewise.
3125
3126 Tue Jun  2 12:55:03 1998  Ian Lance Taylor  <ian@cygnus.com>
3127
3128         * ldlang.c (lang_finish): If the entry symbol is not found, try
3129         parsing it as a number.
3130         * ld.texinfo (Options): Document this.
3131
3132 Mon Jun  1 14:01:20 1998  Ian Lance Taylor  <ian@cygnus.com>
3133
3134         * ld.texinfo (Input Section Wildcards): Document SORT keyword.
3135
3136 Mon May 18 12:42:53 1998  Doug Evans  <devans@canuck.cygnus.com>
3137
3138         * ld.h (ld_config_type): New member has_shared.
3139         * ldmain.c (main): Initialize it.
3140         * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Set it.
3141         * lexsup.c (parse_args): Treat -shared as error if not supported.
3142
3143 Mon May 18 13:14:43 1998  Ian Lance Taylor  <ian@cygnus.com>
3144
3145         From Jason Merrill <jason@cygnus.com>:
3146         * ldlang.c (wild_sort): Correct order of sort.
3147         * scripttempl/elf.sc: Put *crtbegin.o before other .ctors and
3148         .dtors.
3149         * scripttempl/elfd10v.sc: Likewise.
3150         * scripttempl/elfd30v.sc: Likewise.
3151         * scripttempl/elfppc.sc: Likewise.
3152
3153 Fri May 15 00:22:35 1998  Ian Lance Taylor  <ian@cygnus.com>
3154
3155         * ldlex.l: Recognize keyword SORT.
3156         * ldgram.y (current_file): Change to struct wildcard_spec.
3157         (%union): Add new fields cname and wildcard.
3158         (wildcard_name, wildcard_spec): New nonterminals.
3159         (file_NAME_list): Use wildcard_spec.
3160         (input_section_spec): Change current_file usage.
3161         * ld.h (struct wildcard_spec): Define.
3162         * ldlang.h (lang_wild_statement_struct): Add new fields
3163         sections_sorted and filenames_sorted.
3164         (lang_add_wild): Update declaration.
3165         * ldlang.c (wild_sort): New static function.
3166         (wild_section): Use wild_sort.
3167         (print_wild_statement): Print sorting information.
3168         (lang_add_wild): Add new parameters sections_sorted and
3169         filenames_sorted.  Change all callers.
3170         * mri.c (mri_draw_tree): Update calls to lang_add_wild.
3171         * scripttempl/elf.sc: Sort .ctors.* and .dtors.* by section name.
3172         * scripttempl/elfd10v.sc: Likewise.
3173         * scripttempl/elfd30v.sc: Likewise.
3174         * scripttempl/elfppc.sc: Likewise.
3175
3176 Thu May 14 18:39:16 1998  Richard Henderson  <rth@cygnus.com>
3177
3178         * emulparams/m32relf.sh (TEMPLATE_NAME): Define.
3179
3180 Thu May 14 14:51:24 1998  Nick Clifton  <nickc@cygnus.com>
3181
3182         * ldemul.h: Add new prototype: ldemul_list_emulation_options.
3183         (ld_emulation_xfer_struct): Add new field: list_options.
3184         * ldemul.c (ldemul_list_options): New function.  Call the
3185         list_options field of the ld_emulation_xfer_struct for each
3186         supported emulation, if such a function is present.
3187         * lexsup.c (help): Call ldemul_list_emulation_options.
3188         * emultempl/pe.em (gld_<>_list_options): New function.  Describe
3189         the pe emulation specific command line options.
3190         * emultempl/armcoff.em (gld<>_list_options): New function.
3191         Describe  the armcoff emulation specific command line options.
3192
3193         * emultempl/pe.em: Add a new command line option:
3194         --support-old-code.
3195         * emultempl/armcoff.em: Ditto.
3196         * ld.texinfo: Document the --support-old-code option.
3197
3198         * Makefile.in: Add emulation files for POTFILES.in target.
3199         * emultempl/pe.em: Internationalise suitable strings.
3200         * emultempl/armcoff.em: Internationalise suitable strings.
3201         * po/POTFILES.in: Rebuilt.
3202
3203 Sun May 10 22:36:30 1998  Jeffrey A Law  (law@cygnus.com)
3204
3205         * po/Make-in (install-info): New target.
3206
3207 Tue Apr 28 19:18:30 1998  Tom Tromey  <tromey@cygnus.com>
3208
3209         * ldmain.c (main): Conditionally call setlocale.
3210         * ld.h: Include <locale.h> if HAVE_LOCALE_H.
3211         (LC_MESSAGES): Now can be defined even when ENABLE_NLS.
3212
3213 Mon Apr 27 11:56:21 1998  Ian Lance Taylor  <ian@cygnus.com>
3214
3215         * configure.in: Change version number to 2.9.4
3216         * configure: Rebuild.
3217
3218         * ld.texinfo (Options) [-rpath-link]: Mention ld.so.conf.
3219
3220         Based on patch from H.J. Lu <hjl@gnu.org>:
3221         * emultempl/elf32.em (global_vercheck_needed): New file static
3222         variable.
3223         (global_vercheck_failed): New file static variable.
3224         (gld${EMULATION_NAME}_after_open): Check for shared libraries
3225         twice, once with force set to 0 and once with it set to 1.
3226         (gld${EMULATION_NAME}_check_ld_so_conf): Add force parameter.
3227         Change all callers.
3228         (gld${EMULATION_NAME}_search_needed): Likewise.
3229         (gld${EMULATION_NAME}_try_needed): Likewise.  If not force, check
3230         whether the libraries needs any incompatible versions.
3231         (gld${EMULATION_NAME}_vercheck): New static function.
3232
3233 Wed Apr 22 16:01:35 1998  Tom Tromey  <tromey@cygnus.com>
3234
3235         * po/Make-in (MKINSTALLDIRS): Don't look in $(top_srcdir).
3236
3237 Wed Apr 22 12:40:56 1998  Ian Lance Taylor  <ian@cygnus.com>
3238
3239         * Makefile.am (check-DEJAGNU): Add $(INTLLIBS) to LIBIBERTY when
3240         invoking runtest.
3241         * Makefile.in: Rebuild.
3242
3243         * lexsup.c (parse_args): Change -l options into --library options
3244         to avoid confusion between -li and -library.
3245
3246         * ld.texinfo (MEMORY): Clarify use of >REGION.
3247
3248 Tue Apr 21 23:12:40 1998  Tom Tromey  <tromey@scribbles.cygnus.com>
3249
3250         * Many files: Added gettext invocations around user-visible
3251         strings.
3252         * ld.h: Added gettext-related includes and defines.
3253         * ldmain.c: Call setlocale, bindtextdomain, textdomain.
3254         * acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT, HAVE_STPCPY,
3255         HAVE_LC_MESSAGES): Define.
3256         * configure.in: Call CY_GNU_GETTEXT.  Create po/Makefile.in and
3257         po/Makefile.  Use AM_PROG_LEX.
3258         (TDIRS): AC_SUBST early on, to avoid having value split when it
3259         happens to cross line 90 of the generated sed script.
3260         * Makefile.am (SUBDIRS): New macro.
3261         (POTFILES): Likewise.
3262         (po/POTFILES.in): New target.
3263         (ld_new_LDADD): Added INTLLIBS.
3264         (ld_new_DEPENDENCIES): Added INTLDEPS.
3265         * po/Make-in, po/POTFILES.in, po/gas.pot: New files.
3266
3267 Tue Apr 21 23:07:07 1998  Ian Lance Taylor  <ian@cygnus.com>
3268
3269         * ld.texinfo (Simple Example): Rewrite a few things as suggested
3270         by Nick Clifton <nickc@cygnus.com>.
3271         (PROVIDE): Likewise.
3272
3273 Tue Apr 21 09:55:06 1998  Nick Clifton  <nickc@cygnus.com>
3274
3275         * emultempl/pe.em: Rename external arm interworking functions
3276         to conform to BFD naming conventions.  Add code to _after_open()
3277         function to obtain a bfd for use by the interworking code.
3278
3279         * emultempl/armcoff.em: Rename external arm interworking functions
3280         to conform to BFD naming conventions.  Add new _after_open()
3281         function to obtain a bfd for use by the interworking code.
3282
3283 Sun Apr 19 19:23:09 1998  Richard Henderson  <rth@cygnus.com>
3284
3285         * ldlang.c (lang_size_sections) [case lang_assignment_statement_enum]:
3286         Update dot and the default memory section even when relaxing.
3287
3288 Sat Apr 18 18:41:12 1998  Richard Henderson  <rth@cygnus.com>
3289
3290         * ldlang.c (lang_one_common): Manipulate the section's cooked size
3291         rather than its raw size.
3292
3293 Tue Apr  7 13:35:29 1998  H.J. Lu  <hjl@gnu.org>
3294
3295         * configure.in (TESTBFDLIB): New.  Defined and substituted.
3296         * Makefile.am (TESTBFDLIB): Changed to @TESTBFDLIB@.
3297         * configure, Makefile.in: Rebuild.
3298
3299 Mon Apr  6 15:33:39 1998  Ian Lance Taylor  <ian@cygnus.com>
3300
3301         * Makefile.am (ld.info): Invoke makeinfo with -I options directly
3302         rather than relying on default rule.  Don't depend upon
3303         bfdsumm.texi.
3304         (ld.dvi): Likewise.
3305         (bfdsumm.texi): Remove target.
3306         (CLEANFILES): Take bfdsumm.texi out of value.
3307         * Makefile.in: Rebuild.
3308
3309 Sun Apr  5 13:07:57 1998  Ian Lance Taylor  <ian@cygnus.com>
3310
3311         * scripttempl/pe.sc: Use shell variables to avoid depending upon
3312         how $ is handled when expanding a shell substitution.
3313
3314 Fri Apr  3 00:56:50 1998  Ian Lance Taylor  <ian@cygnus.com>
3315
3316         * Makefile.am (MOSTLYCLEANFILES): Add ld.log and ld.sum.
3317         (DISTCLEANFILES): Add site.exp and site.bak.
3318         * Makefile.in: Rebuild.
3319
3320         * configure.in: Put the tdirs in a file and use AC_SUBST_FILE,
3321         rather than in a shell variable and using AC_SUBST.
3322         * Makefile.am (DISTCLEANFILES): Remove ldscripts.  Add tdirs.
3323         (distclean-local): New target.
3324         * configure, Makefile.in: Rebuild.
3325
3326         * ld.texinfo: Completely rewrite linker script documentation.
3327
3328 Mon Mar 30 12:47:33 1998  Ian Lance Taylor  <ian@cygnus.com>
3329
3330         * configure.in: Set version to 2.9.1.
3331         * configure: Rebuild.
3332
3333         * Branched binutils 2.9.
3334
3335 Sat Mar 28 16:48:19 1998  Ian Lance Taylor  <ian@cygnus.com>
3336
3337         * Makefile.am (MOSTLYCLEANFILES): Remove tmpdir.
3338         (mostlyclean-local): New target to remove tmpdir.
3339         * Makefile.in: Rebuild.
3340
3341         Fix some gcc -Wall warnings:
3342         * ldcref.c (output_cref): Add casts to avoid warnings.
3343         * ldfile.c (ldfile_add_arch): Likewise.
3344         * ldlang.c (lang_leave_overlay_section): Likewise.
3345         * lexsup.c (OPTION_COUNT): Likewise.
3346         (parse_args): Likewise.
3347         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan):
3348         Likewise.
3349         * emultempl/sunos.em (gld${EMULATION_NAME}_search_dir): Likewise.
3350         * ldlang.c (lang_check): Initialize variables to avoid warnings.
3351         * ldwrite.c (build_link_order): Likewise.
3352         * emultempl/sunos.em (gld${EMULATION_NAME}_find_so): Likewise.
3353         * emultempl/armcoff.em (gld${EMULATION_NAME}_before_allocation):
3354         Remove unused variables.
3355
3356         * Makefile.am (MOSTLYCLEANFILES): Correct name (was
3357         MOSTCLEANFILES).
3358         * Makefile.in: Rebuild.
3359
3360 Fri Mar 27 16:39:25 1998  Ian Lance Taylor  <ian@cygnus.com>
3361
3362         * emultempl/pe.em (gld_${EMULATION_NAME}_before_allocation): Put
3363         ARM code inside ifdef TARGET_IS_armpe.
3364
3365 Wed Mar 25 11:34:13 1998  Ian Lance Taylor  <ian@cygnus.com>
3366
3367         Based on patch from H.J. Lu  <hjl@gnu.org>:
3368         * Makefile.am (LDDISTSTUFF): New variable.
3369         (diststuff): New target.
3370         * Makefile.in: Rebuild.
3371
3372         * scripttempl/pe.sc: Only include .idata\$[0-7] in .idata when
3373         relocating.
3374
3375 Tue Mar 24 15:59:29 1998  Nick Clifton  <nickc@cygnus.com>
3376
3377         * scripttempl/pe.sc (.text): Add .glue_7 and .glue_7t sections to
3378         hold Arm/Thumb stubs.
3379
3380         * emultempl/pe.em (gld_pe_before_allocation): Call
3381         arm_process_before_allocation (for ARM/Thumb targets) in order to
3382         gather interworking stb information.
3383
3384 Mon Mar 23 18:54:15 1998  Joel Sherrill  <joel@OARcorp.com>
3385
3386         * configure.tgt: (sh*-*-rtems*): Switched from ELF to COFF.
3387
3388 Fri Mar 20 19:17:13 1998  Ian Lance Taylor  <ian@cygnus.com>
3389
3390         * aclocal.m4, configure: Rebuild with libtool 1.2.
3391
3392 Thu Mar 19 14:54:45 1998  Geoffrey Noer  <noer@cygnus.com>
3393
3394         * scripttempl/pe.sc: The Cygwin32 library uses a .data$nocopy
3395         section to avoid copying certain data on fork.  The linker used to
3396         include this between __data_start__ and __data_end__, but that
3397         breaks building the cygwin32 dll.  The fix is to rename the
3398         section ".data_cygwin_nocopy" and explictly include it after
3399         __data_end__.
3400
3401 Wed Mar 18 09:42:24 1998  Nick Clifton  <nickc@cygnus.com>
3402
3403         * configure.tgt (targ_extra_emuls): Add thumb-pe target.
3404
3405 Sun Mar  8 23:34:14 1998  Stan Cox  <scox@equinox.cygnus.com>
3406
3407         * configure.tgt (sparclite*-*-elf): Added.
3408
3409 Mon Mar  2 19:24:08 1998  Michael Meissner  <meissner@cygnus.com>
3410
3411         * ldlang.c (lang_size_sections): If the default memory region is
3412         *default*, see if there is a memory region that could be used.
3413
3414 Thu Feb 26 17:09:53 1998  Michael Meissner  <meissner@cygnus.com>
3415
3416         * scripttempl/elfd30v.sc: Add support for .eit_v section and put
3417         it at 0xfffff020.
3418         * emulparams/d30v{elf,_o,_e}.sh: Ditto.
3419
3420 Mon Feb 23 17:46:51 1998  Ian Lance Taylor  <ian@cygnus.com>
3421
3422         * emultempl/pe.em (sort_sections): Permit the wildcard to include
3423         a trailing '*' when sorting grouped sections.
3424         * scripttempl/pe.sc: Include grouped sections using NAME\$*.  Only
3425         include them when relocating.
3426
3427 Wed Feb 18 23:39:46 1998  Richard Henderson  <rth@cygnus.com>
3428
3429         * Makefile.am (install-exec-local): Install properly when ln
3430         fails or tooldir == prefix.
3431
3432 Fri Feb 13 15:24:06 1998  Ian Lance Taylor  <ian@cygnus.com>
3433
3434         * Makefile.am (AUTOMAKE_OPTIONS): Define.
3435         * configure, Makefile.in, aclocal.m4: Rebuild with automake 1.2e.
3436
3437 Thu Feb 12 14:10:44 1998  Ian Lance Taylor  <ian@cygnus.com>
3438
3439         * scripttempl/elf.sc: Align the _end symbol according to the ELF
3440         format size.  From Gordon W. Ross <gwr@mc.com>.
3441
3442         NetBSD patches from Gordon W. Ross <gwr@mc.com>:
3443         * configure.host (alpha*-*-netbsd*): New host.
3444         * configure.tgt (alpha*-*-netbsd*, powerpc-*-netbsd*): New
3445         targets.
3446
3447         * lexsup.c (help): Update bug-gnu-utils address.
3448         * ld.texinfo (Bug Reporting): Likewise.
3449
3450 Tue Feb 10 18:05:56 1998  Ian Lance Taylor  <ian@cygnus.com>
3451
3452         * ldlang.c (lang_size_sections): Warn if some memory regions were
3453         defined, but a loadable section is going into the default memory
3454         region.
3455
3456 Tue Feb 10 16:17:20 1998  H.J. Lu  <hjl@gnu.org>
3457
3458         * ldlex.l (V_IDENTIFIER): Allow '.' as symbol prefix.
3459
3460 Tue Feb 10 15:09:45 1998  Ian Lance Taylor  <ian@cygnus.com>
3461
3462         * Makefile.am (Makefile): Add target, for dependencies on
3463         configure.host and configure.tgt.
3464         * configure.host, configure.tgt: Change -linux* to -linux-gnu*.
3465         * Makefile.in: Rebuild.
3466
3467 Mon Feb  9 13:44:40 1998  Andrew Cagney  <cagney@b1.cygnus.com>
3468
3469         * scripttempl/elfd10v.sc (.stack): Move stack to 0x00..7FFE.
3470
3471         * emulparams/d10velf.sh (READONLY_START_ADDR): Read only section
3472         moved to 0x00.....4.
3473
3474 Sat Feb  7 15:41:26 1998  Ian Lance Taylor  <ian@cygnus.com>
3475
3476         * configure, aclocal.m4: Rebuild with new libtool.
3477
3478 Thu Feb  5 12:16:11 1998  Ian Lance Taylor  <ian@cygnus.com>
3479
3480         * scripttempl/pe.sc: Remove ${RELOCATING-0} from all sections.
3481         From Thomas de Lellis <tdel@wrs.com>.
3482
3483         * configure, Makefile.in, aclocal.m4: Rebuild with new libtool.
3484
3485 Wed Feb  4 13:02:32 1998  Ian Lance Taylor  <ian@cygnus.com>
3486
3487         * Makefile.am (ld_new_LDADD): Remove @LEXLIB@.
3488         * Makefile.in: Rebuild.
3489
3490 Mon Feb  2 19:34:54 1998  Steve Haworth  <steve@pm.cse.rmit.EDU.AU>
3491
3492         Add tms320c30 support:
3493         * configure.tgt (tic30-*-*aout*, tic30-*-*coff*): New targets.
3494         * emulparams/tic30aout.sh: New file.
3495         * emulparams/tic30coff.sh: New file.
3496         * scripttempl/tic30aout.sc: New file.
3497         * scripttempl/tic30coff.sc: New file.
3498         * Makefile.am (ALL_EMULATIONS): Add etic30aout.o and
3499         etic30coff.o.
3500         (etic30aout.c, etic30coff.c): New targets.
3501         * Makefile.in: Rebuild.
3502
3503 Mon Feb  2 14:10:59 1998  Ian Lance Taylor  <ian@cygnus.com>
3504
3505         * configure.host: Correct HOSTING_CRT0 in alpha*-*-linux* case to
3506         accept either ld.so or ld-linux.so.
3507
3508 Fri Jan 30 19:16:28 1998  Doug Evans  <devans@canuck.cygnus.com>
3509
3510         * Makefile.am ({CC,CXX}_FOR_TARGET): Change program_transform_name
3511         to transform.
3512         * Makefile.in: Regenerate.
3513
3514 Fri Jan 30 19:15:17 1998  Geoff Keating  <geoffk@ozemail.com.au>
3515
3516         * scripttempl/elfppc.sc: Put .dynsbss in .sbss.
3517
3518 Fri Jan 30 11:43:49 1998  H.J. Lu  <hjl@gnu.ai.mit.edu>
3519
3520         * Makefile.am (eelf32bsmip.c, eelf32lsmip.c): New targets.
3521         * Makefile.in: Rebuild.
3522
3523 Thu Jan 29 16:04:21 1998  Mumit Khan  <khan@xraylith.wisc.edu>
3524
3525         * ldfile.c (slash): Set to backslash if _WIN32 but not
3526         __CYGWIN32__.
3527         (ldfile_open_file_search): If __MSDOS__ or _WIN32, accept a
3528         leading backslash or a leading x: as an absolute path.
3529         (ldfile_find_command_file): Use slash rather than / when
3530         generating name to try.
3531         * lexsup.c (PATH_SEPARATOR): Define.
3532         (set_default_dirlist): Use PATH_SEPARATOR rather than ':'.
3533
3534 Wed Jan 28 14:06:30 1998  Richard Henderson  <rth@cygnus.com>
3535
3536         * emulparams/elf64_sparc.sh (ELFSIZE): 64
3537         (TEXT_START_ADDR): Round off, since SIZEOF_HEADERS is added later.
3538         (DATA_PLT): Needed by v9 abi.
3539
3540 Wed Jan 28 16:37:27 1998  J.J. van der Heijden  <J.J.vanderHeijden@student.utwente.nl>
3541
3542         * configure.tgt (i[3456]86-*-mingw32*): New entry.
3543
3544 Wed Jan 28 15:51:58 1998  Ian Lance Taylor  <ian@cygnus.com>
3545
3546         * scripttempl/elf.sc: Only include linkonce sections in final
3547         sections when relocating.
3548
3549 Wed Jan 28 14:10:01 1998  Ian Lance Taylor  <ian@cygnus.com>
3550
3551         * ld.texinfo (Options): Add a brief description of the types of
3552         information included in a link map.
3553
3554         * ld.texinfo (Options): Mention LDEMULATION in description of -m.
3555         (Environment): Mention LDEMULATION.
3556
3557         * ld.texinfo (Options): Clarify --export-dynamic a bit.
3558
3559 Thu Jan 22 16:07:23 1998  Richard Henderson  <rth@cygnus.com>
3560
3561         * ldlex.l (<SCRIPT>{WILDCHAR}*): Take care for the comments this
3562         pattern could match.
3563
3564 Wed Jan 21 22:26:46 1998  Ian Lance Taylor  <ian@cygnus.com>
3565
3566         * emultempl/pe.em (gld_${EMULATION_NAME}_set_symbols): When doing
3567         a relocateable link, set the image base to 0, and don't define the
3568         various symbols.
3569         * emulparams/i386pe.sh (RELOCATEABLE_OUTPUT_FORMAT): Define.
3570         * scripttempl/pe.sc: Swap the .data and .bss sections so that
3571         .data comes first.  If doing a relocateable link, use
3572         RELOCATEABLE_OUTPUT_FORMAT if it is defined, and start the
3573         sections at 0, and don't define any symbols.
3574
3575         * ldlang.c (lang_memory_default): Correct parenthisization of
3576         expression.
3577
3578 Wed Jan 21 21:20:32 1998  Manfred Hollstein  <manfred@s-direktnet.de>
3579
3580         * emultempl/sunos.em: Don't include sys/types.h and sys/stat.h
3581         here; they are included already via sysdep.h.
3582
3583 Tue Jan  6 13:40:02 1998  Richard Henderson  <rth@cygnus.com>
3584
3585         * scripttempl/i960.sc: Don't explicitly set .data and .bss start.
3586
3587 Fri Jan  2 20:15:37 1998  Michael Meissner  <meissner@cygnus.com>
3588
3589         * ldgram.y (attributes_opt): Pass region pointer to
3590         lang_set_flags, not &region->flags.
3591
3592         * ldlang.c (lang_memory_default): New function to figure out a
3593         default memory region for a section if it was not specified.
3594         (lang_memory_region_lookup): Zero flags, not_flags field.
3595         (lang_map{,_flags}): Print attribute flags in memory map.
3596         (lang_size_sections): Call lang_memory_default to get default
3597         memory region.
3598         (lang_set_flags): Implement attribute flags for real.  Take new
3599         argument to give the flags we are to skip for this region.
3600
3601         * ldlang.h (memory_region_struct): Add not_flags field, make both
3602         flags fields flagword type.
3603         (lang_output_section_state): Make flags field flagword type.
3604         (lang_set_flags): Update prototype to match new calling sequence.
3605         (lang_memory_region_default): Add prototype.
3606
3607         * emulparams/d30v{_e,_o,elf}.sh ({TEXT,DATA,EMEM}_DEF_SECTION):
3608         Define whether or not the region gets default sections, and if so,
3609         what sections.
3610
3611         * scripttempl/elfd30v.sc (MEMORY): Set up which of the regions get
3612         default sections.
3613
3614 Thu Jan  1 22:58:04 1998  Michael Meissner  <meissner@cygnus.com>
3615
3616         * scripttempl/elfd30v.sc (.eh_frame): Link into the data section.
3617
3618 Thu Jan  1 18:04:51 1998  Jeffrey A Law  (law@cygnus.com)
3619
3620         * scripttempl/h8300h.sc: Fix typo.
3621         * scripttempl/h8300s.sc: Likewise.
3622
3623 Sun Dec 21 12:51:49 1997  Ian Lance Taylor  <ian@cygnus.com>
3624
3625         * ldexp.c (fold_name): Don't crash if the symbol is defined in a
3626         section with no output section, such as a shared library section.
3627
3628 Wed Dec 17 12:14:11 1997  Ian Lance Taylor  <ian@cygnus.com>
3629
3630         * lexsup.c (parse_args): Keep track of where we are in the option
3631         parsing before calling ldemul_parse_args, so that we don't call it
3632         multiple times on the same argument and confuse the getopt
3633         internals.
3634
3635 Thu Dec 11 09:00:15 1997  Michael Meissner  <meissner@cygnus.com>
3636
3637         * configure.tgt (d30v-elf-*): Rename d30velf_e to d30v_e and
3638         d30velf_o to d30v_o to work in DOS environments.
3639         * Makefile.{am,in}: Ditto.
3640
3641         * emulparams/d30v_{o,e}: Rename from d30velf_{o,e}.
3642         * emulparams/d30velf_{o,e}: Deleted.
3643
3644 Wed Dec 10 17:40:08 1997  Nick Clifton  <nickc@cygnus.com>
3645
3646         * scripttempl/armcoff.sc: Add glue sections (code taken from Arm
3647         branch).
3648
3649         * emulparams/armcoff.sh (TEMPLATE_NAME): Set to armcoff.
3650
3651         * emultempl/armcoff.em: New file, imported from Arm branch.
3652
3653 Wed Dec 10 14:10:44 1997  Michael Meissner  <meissner@cygnus.com>
3654
3655         * scripttempl/elfd30v.sc: Add .rel and .rela sections for all
3656         defined sections.  Set up __{D,C}TOR_{LIST,END}__.  Add onchip and
3657         external memory sections for rodata.  Delete .string, .rodata1,
3658         and .data1 sections.
3659
3660 Tue Dec  9 15:28:17 1997  Michael Meissner  <meissner@cygnus.com>
3661
3662         * Makefile.am: Add Oct 23 changes to Makefile.in here.
3663
3664         * Makefile.{am,in}: (ALL_EMULATIONS): Add ed10velf.o.
3665
3666         * Makefile.{am,in}: (ALL_EMULATIONS): Add etic80coff.o.
3667
3668         * Makefile.{am,in}: (ALL_EMULATIONS): Add ed30velf{,_e,_o}.o.
3669         (ed30velf_e.c): Like d30velf, except .text/.data/etc always go in
3670         external memory.
3671         (ed30velf_o.c): Like d30velf, except .text/.data/etc always go in
3672         onchip memory.
3673
3674         * emulparams/d30velf.sh (STACK_START_ADDR): Top of default
3675         stack.
3676         ({TEXT,DATA,EMEM}_SIZE): Sizes of the 3 memory areas.
3677         ({TEXT,DATA,BSS}_MEMORY): Which memory region .text, .data, and
3678         .bss should go in.
3679
3680         * emulparams/d30velf_{e,o}.sh: New files to be explicit whether
3681         .text, .data, etc go in external memory or onchip memory.
3682
3683         * configure.tgt (d30v-*-*ext*): New configuration to default
3684         .text, .data, etc. in external memory.
3685         (d30v-*-*onchip*): New configuration to default .text, .data,
3686         etc. in onchip memory.
3687         (d30v-*-*): Add d30velf_{e,o} emulations.
3688
3689         * scripttempl/elfd30v.sc: Allow .text, .data, .bss to be put in
3690         either the onchip text/data areas or the external memory area.
3691         (MEMORY): Get sizes from d30velf.sh.
3692         (.e{data,text,bss}): Put sections in the external memory region.
3693         (.stext): Put section in the onchip text region.
3694         (.s{data,bss}): Put sections in the onchip data region.
3695         (__stack): Assign from ${STACK_START_ADDR}.
3696         (.text): Put in ${TEXT_MEMORY} memory region.
3697         (.data{,1}/.strings/.rodata{,1}): Put in ${DATA_MEMORY} memory
3698         region.
3699         (.bss): Put in ${BSS_MEMORY} memory region.
3700
3701 Tue Dec  2 10:14:47 1997  Nick Clifton  <nickc@cygnus.com>
3702
3703         * configure.tgt (targ_extra_emuls): Add support for Thumb target.
3704
3705 Sat Nov 22 15:23:19 1997  Ian Lance Taylor  <ian@cygnus.com>
3706
3707         * ldlex.l: Don't define hex_mode.  Correct number regexp to not
3708         accept hex digits without a leading $ or 0x.  Handle leading $
3709         correctly.  Pass 0 rather than hex_mode to bfd_scan_vma.
3710         * ldlex.h (hex_mode): Don't declare.
3711
3712 Sun Nov 16 20:16:45 1997  Michael Meissner  <meissner@cygnus.com>
3713
3714         * emulparams/d30velf.sh ({DATA,EMEM}_START_ADDR): Define as start
3715         of internal data area and external memory on chip.
3716
3717         * scripttempl/elfd30v.sc: Define a MEMORY region that describes
3718         the 3 regions of memory on the chip.  Put .text/.init/.fini into
3719         the text memory region, put other segments into the data memory
3720         region.  Add more of the standard elf sections.  Default __stack
3721         to be 0x20008000, which is 1 byte beyond end of the internal data
3722         region.
3723
3724 Thu Nov 13 13:45:00 1997  Andrew Cagney  <cagney@b1.cygnus.com>
3725
3726         * configure.tgt (targ_extra_emuls): Make FreeBSD a i386bsd
3727         variant.
3728
3729 Sun Nov  2 14:51:36 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
3730
3731         * configure.host (alpha*-*-linux*): Correct HOSTING_CRT0.  Set
3732         HOSTING_LIBS.
3733
3734 Thu Oct 30 12:25:55 1997  Ian Lance Taylor  <ian@cygnus.com>
3735
3736         * ld.h (args_type): Add warn_mismatch field.
3737         * ldmain.c (main): Initialize warn_mismatch field.
3738         * lexsup.c (parse_args): Handle --no-warn-mismatch option.
3739         * ldlang.c (ignore_bfd_error): New static function.
3740         (lang_check): If warn_mismatch is false, don't warn about
3741         mismatched input files.
3742         * ld.texinfo, ld.1: Document new option.
3743
3744 Thu Oct 23 14:38:18 1997  Nick Clifton  <nickc@cygnus.com>
3745
3746         * scripttempl/v850.sc: Rename linker symbol '_stack' to '__stack'
3747         to avoid conflicts with C code which is defining a variable called
3748         'stack'.
3749
3750 Thu Oct 23 00:57:45 1997  Richard Henderson  <rth@dot.cygnus.com>
3751
3752         * Makefile.in (ALL_EMULATIONS): Move eelf64_sparc.o ...
3753         (ALL_64_EMULATIONS): ... here.
3754         (eelf64_sparc.c): Template should be elf32 not generic.
3755         * emulparams/elf64_sparc.sh (TEMPLATE_NAME): New definition.
3756
3757 Thu Oct 23 00:44:20 1997  Richard Henderson  <rth@dot.cygnus.com>
3758
3759         * configure.tgt: Add sparc64-*-linux*.
3760         * emulparams/elf64_sparc.sh (GENERATE_SHLIB_SCRIPT, NOP): New.
3761
3762 Wed Oct 22 11:29:25 1997  Ian Lance Taylor  <ian@cygnus.com>
3763
3764         * scripttempl/pe.sc: Put .eh_frame in .rdata.
3765
3766 Fri Oct 17 00:00:13 1997  Richard Henderson  <rth@cygnus.com>
3767
3768         * ldlang.c (lang_register_vers_node): Only check globals<=>locals,
3769         since we need to be able to export different versions of the same
3770         symbol.
3771
3772 Wed Oct 15 14:52:36 1997  Ian Lance Taylor  <ian@cygnus.com>
3773
3774         * scripttempl/pe.sc: Put .stab and .stabstr sections at end.
3775
3776 Wed Oct  8 12:37:05 1997  Richard Henderson  <rth@cygnus.com>
3777
3778         * configure.tgt, configure.host: Change alpha-*-* to alpha*-*-*;
3779         config.guess now recognizes alphaev5 etc.
3780
3781 Fri Oct  3 14:23:02 1997  Ian Lance Taylor  <ian@cygnus.com>
3782
3783         * emultempl/aix.em (gld${EMULATION_NAME}_parse_args): Don't treat
3784         -s and -u as -static and -unix.
3785
3786 Thu Oct  2 18:40:28 1997  Ian Lance Taylor  <ian@cygnus.com>
3787
3788         * ldlang.c (wild_doit): Rewrite flag handling for clarity.  If we
3789         are not adding the first input section, and SEC_READONLY is clear
3790         on the output section, then don't copy it from the input section.
3791         If SEC_READONLY is not set on the input section, then clear it on
3792         the output section.
3793
3794         * configure.tgt (mips*-sgi-irix[56]*): Use elf32bsmip rather than
3795         elf32bmip.
3796         (mips*el-*-linux*): Change elf32lmip to elf32lsmip and elf32bmip
3797         to elf32bsmip.
3798         (mips*-*-linux*): Likewise.
3799         * emulparams/elf32bsmip.sh: New file; just like elf32bmip.sh, but
3800         setting ENTRY to __start.
3801         * emulparams/elf32lsmip.sh: New file; just like elf32lmip.sh, but
3802         setting ENTRY to __start.
3803         * scripttempl/elf.sc: Always set ENTRY to _start if it was not
3804         already set.
3805
3806 Wed Oct  1 16:41:00 1997  Nick Clifton  <nickc@cygnus.com>
3807
3808         * emulparams/v850.sh (ROZDATA_START_ADDR, ROSDATA_START_ADDR): New
3809         Variables.
3810
3811         * scripttempl/v850.sc: Move read only areas out of zero and small
3812         data sections and into their own sections.
3813
3814 Wed Sep 24 16:59:15 1997  Joel Sherrill  <joel@oarcorp.com>
3815
3816         * configure.tgt (sh*-*-rtems*): New target, like sh-*-elf*.
3817
3818 Wed Sep 24 11:33:14 1997  Ian Lance Taylor  <ian@cygnus.com>
3819
3820         * ld.texinfo (Section Options): Improve documentation of NOLOAD
3821         directive.
3822
3823         * aclocal.m4: Rebuild with new libtool.
3824         * configure: Rebuild.
3825
3826 Mon Sep 22 17:24:06 1997  Ian Lance Taylor  <ian@cygnus.com>
3827
3828         * ldlang.c (wild_doit): Revert patch of September 3.
3829
3830 Wed Sep 17 16:45:34 1997  Nick Clifton  <nickc@cygnus.com>
3831
3832         * Makefile.am, Makefile.in: Add rule for ev850.c
3833         * configure.tgt (targ_extra_emuls): Add v850 target.
3834
3835 Wed Sep 17 16:43:39 1997  Nick Clifton  <nickc@cygnus.com>
3836
3837         * emulparams/v850.sh (CALL_TABLE_START_ADDR): New entry.
3838         * scripttempl/v850.sc: Add call table data area
3839
3840 Mon Sep 15 11:29:13 1997  Ken Raeburn  <raeburn@cygnus.com>
3841
3842         Merge change from Martin Hunt:
3843
3844         * scripttempl/elfd30v.sc: Put .rodata in the .text section.
3845
3846 Tue Sep  9 07:49:56 1997  Fred Fish  <fnf@ninemoons.com>
3847
3848         * ldlang.c (lang_memory_region_lookup): Remove extraneous
3849         initialization of p.
3850
3851 Thu Sep  4 09:03:33 1997  Ian Lance Taylor  <ian@cygnus.com>
3852
3853         * emultempl/aix.em (gld${EMULATION_NAME}_parse_args): In
3854         expression produced for -bpT and -bpD options, align to a 32 byte
3855         boundary rather than an 8 byte boundary.
3856         * scripttempl/aix.sc: Put .tocbss at start of .bss section.
3857
3858         * ldmisc.h, ldmisc.c, ldcref.c: Rename finfo to lfinfo, to avoid
3859         function name conflict with AIX 4.2 unistd.h header file.
3860
3861 Wed Sep  3 15:12:32 1997  Ian Lance Taylor  <ian@cygnus.com>
3862
3863         * ldlang.c (wild_doit): Clear SEC_HAS_CONTENTS from a
3864         noload_section.
3865
3866 Fri Aug 29 00:32:31 1997  Ian Lance Taylor  <ian@cygnus.com>
3867
3868         * Makefile.am (ld_new_DEPENDENCIES): Remove @LEXLIB@.
3869         * Makefile.in: Rebuild.
3870
3871 Thu Aug 28 10:12:10 1997  Doug Evans  <dje@canuck.cygnus.com>
3872
3873         * configure.tgt (arc-*-elf*): Recognize.
3874         * Makefile.am (ALL_EMULATIONS): Add earcelf.o.
3875         * Makefile.in: Regenerate.
3876         * emulparams/arcelf.sh: New file.
3877
3878 Wed Aug 20 11:14:13 1997  Ian Lance Taylor  <ian@cygnus.com>
3879
3880         * ldlang.c (wildcardp): Don't let a backslash by itself cause a
3881         pattern to be treated as a wildcard pattern.
3882
3883         * ldgram.y (atype): Accept parentheses with no type.
3884
3885         * ld.texinfo (Section Definition): Clarify use of whitespace.
3886         (Section Placement): Likewise.
3887
3888 Mon Aug 18 11:12:03 1997  Nick Clifton  <nickc@cygnus.com>
3889
3890         * configure.tgt (targ_extra_emuls): Add support for v850e target.
3891
3892 Mon Aug 18 11:12:03 1997  Nick Clifton  <nickc@cygnus.com>
3893
3894         * configure.tgt (targ_extra_emuls): Add support for v850e target.
3895
3896 Sat Aug  9 00:42:27 1997  Ian Lance Taylor  <ian@cygnus.com>
3897
3898         * Makefile.am (ld.info): Change dependency from
3899         $(BFDDIR)/doc/bfdsumm.texi to bfdsumm.texi.
3900         (ld.dvi): Likewise.
3901         (bfdsumm.texi): New target.
3902         (CLEANFILES): Add bfdsumm.texi.
3903         * Makefile.in: Rebuild.
3904
3905         * Makefile.am: New file, based on old Makefile.in.
3906         * acinclude.m4: New file, from old aclocal.m4.
3907         * configure.in: Call AM_INIT_AUTOMAKE and AM_PROG_LIBTOOL.  Remove
3908         shared library handling; now handled by libtool.  Replace
3909         AC_CONFIG_HEADER with AM_CONFIG_HEADER.  Call AC_PROG_YACC,
3910         AC_PROG_LEX, and AC_DECL_YYTEXT.  Call AM_MAINTAINER_MODE,
3911         AM_CYGWIN32, and AM_EXEEXT.  Don't call CY_CYGWIN32 or CY_EXEEXT.
3912         * configure.host: Don't set HLDFLAGS, HLDENV, or RPATH_ENVVAR.
3913         * acconfig.h: Mention PACKAGE and VERSION.
3914         * stamp-h.in: New file.
3915         * ldver.c (ld_program_version): Set ld_program_version from
3916         VERSION.
3917         * ldgram.y, ldlex.l: Replace VERSION with VERSIONK.
3918         * Makefile.in: Now built with automake.
3919         * aclocal.m4: Now built with aclocal.
3920         * configure, config.in: Rebuild.
3921
3922 Mon Jul 28 19:04:50 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
3923
3924         * configure.in: Use CYGWIN and EXEEXT autoconf macro to look for
3925         win32 dependencies.
3926         * configure: Regenerated with autoconf 2.12.
3927         * Makefile.in: Add $(EXEEXT) to executable.
3928
3929 Tue Jul 22 18:50:38 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
3930
3931         * emulparams/i386go32.sh (OUTPUT_FORMAT): Set to "coff-go32".
3932         (SEGMENT_SIZE): Set to 0x200.
3933         * scripttempl/i386go32.sc: Rewrite.
3934         * configure.tgt (i[3456]86-*-msdosdjgpp*): New target.
3935
3936 Mon Jul  7 12:39:42 1997  Ian Lance Taylor  <ian@cygnus.com>
3937
3938         From Manfred Hollstein <manfred@s-direktnet.de>:
3939         * configure.host (i[3456]86-*-linux*libc1*): Renamed from
3940         i[3456]86-*-linux*.
3941         (i[3456]86-*-linux*): New host.
3942
3943 Thu Jun 26 13:54:03 1997  Ian Lance Taylor  <ian@cygnus.com>
3944
3945         * scripttempl/pe.sc: Put .rsrc after .reloc.  Put input .rsrc
3946         sections in the output .rsrc section.
3947
3948 Wed Jun 25 12:48:41 1997  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3949
3950         * configure.host (m68*-*-linux*libc1*): Renamed from
3951         `m68*-*-linux*'.
3952         (m68*-*-linux*): New configuration for use with GNU libc 2.
3953
3954 Mon Jun 16 19:18:21 1997  Geoff Keating  <geoffk@ozemail.com.au>
3955
3956         * scripttempl/elfppc.sc: Correct .rela.sdata entries.
3957
3958         * scripttempl/elfppc.sc: Put the PLT between the small and large
3959         BSS segments.
3960         * emulparams/elf32ppc.sh (TEXT_START_ADDR): The ABI says `A
3961         program base of 0x02000000 is recommended...' because otherwise
3962         shared libraries are less efficient.  We use 0x01800000 because
3963         otherwise it's impossible to branch to location 0, for instance if
3964         you have an undefined weak symbol.
3965
3966 Mon Jun 16 12:49:36 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
3967
3968         * ldlang.c (lang_place_undefineds): Add \n in einfo call.
3969         (lang_size_sections): Likewise.
3970         * ldlex.l: Likewise.
3971         * emultempl/aix.em (gld${EMULATION_NAME}_read_file): Likewise.
3972         * emultempl/mipsecoff.em (gld${EMULATION_NAME}_after_open):
3973         Likewise.
3974         (check_sections): Likewise.
3975         (gld${EMULATION_NAME}_after_allocation): Likewise.
3976         * emultempl/pe.em (gld_$${EMULATION_NAME}_before_allocation):
3977         Likewise.
3978         * mpw-eppcmac.c (gldppcmacos_read_file): Likewise.
3979         * mpw-idtmips.c (gldmipsidt_after_open): Likewise.
3980         (check_sections): Likewise.
3981         (gldmipsidt_after_allocation): Likewise.
3982
3983         * ldemul.c (ldemul_choose_mode): Remove unused einfo argument.
3984
3985 Fri Jun  6 23:47:42 1997  Ian Lance Taylor  <ian@cygnus.com>
3986
3987         * scripttempl/pe.sc: Add zeroes after .idata$3 to mark the end of
3988         the import list.
3989
3990 Thu May 29 13:13:22 1997  Ian Lance Taylor  <ian@cygnus.com>
3991
3992         * emultempl/elf32.em (gld${EMULATION_NAME}_place_section): Don't
3993         crash if an output section has no BFD section.
3994
3995 Fri May 23 15:23:25 1997  Fred Fish  <fnf@cygnus.com>
3996
3997         * lexsup.c (ld_options): Add entry for the new "task-link" option.
3998         (parse_args): Handle the "task-link" option.
3999         (OPTION_TASK_LINK): Add define.
4000
4001 Wed May 21 17:44:15 1997  Ian Lance Taylor  <ian@cygnus.com>
4002
4003         * ldmain.c (main): Correct check of fclose return value when
4004         handling --force-exe-suffix.
4005
4006 Thu May 15 11:35:29 1997  Nick Clifton  <nickc@cygnus.com>
4007
4008         * ldlang.c (lang_check): Add test of the return value from the
4009         call to bfd_merge_private_bfd_data().
4010
4011 Mon May 12 23:22:58 1997  Ian Lance Taylor  <ian@cygnus.com>
4012
4013         * scripttempl/elfmips.sc: Remove.
4014         * scripttempl/elf.sc: Set ENTRY based on target.  Permit
4015         TEXT_DYNAMIC to control .dynamic segment.  Permit
4016         SHLIB_TEXT_START_ADDR to set start of shared object.  Support
4017         INITIAL_READONLY_SECTIONS.  Put .stub in .text.  Only put
4018         .gnu.linkonce.t* in .text when relocating.  Support
4019         OTHER_TEXT_SECTIONS.  Support SHLIB_DATA_ADDR as well as
4020         DATA_ADDR.  Support OTHER_GOT_SYMBOLS and OTHER_GOT_SECTIONS.
4021         * emulparams/elf32b4300.sh (SCRIPT_NAME): Set to elf.
4022         (DATA_ADDR): Don't set.
4023         (INITIAL_READONLY_SECTIONS): Rename from OTHER_READONLY_SECTIONS.
4024         (OTHER_TEXT_SECTIONS): Set.
4025         (OTHER_GOT_SECTIONS): Rename from OTHER_READWRITE_SECTIONS.
4026         (MACHINE): Set to empty string.
4027         * emulparams/elf32l4300.sh: Likewise.
4028         * emulparams/elf32ebmip.sh: Likewise.
4029         * emulparams/elf32elmip.sh: Likewise.
4030         * emulparams/elf32bmip.sh: Likewise.  Also:
4031         (TEXT_DYNAMIC): Set.
4032         * emulparams/elf32lmips.sh: Likewise.
4033         * Makefile.in (eelf32bmips.c): Depend upon elf.sc rather than
4034         elfmips.sc.
4035         (eelf32ebmips.c, eelf32elmips.c, eelf32lmip.c): Likewise.
4036
4037 Mon May 12 11:11:06 1997  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4038
4039         * scripttempl/elf.sc: Don't align the data segment on the next 8
4040         byte boundary, instead let the linker use whatever the individual
4041         sections require.
4042
4043 Fri May  9 17:45:46 1997  Ian Lance Taylor  <ian@cygnus.com>
4044
4045         * configure.tgt (i[3456]86-*-gnu*): Don't include Mach support.
4046
4047 Tue May  6 13:21:19 1997  Ian Lance Taylor  <ian@cygnus.com>
4048
4049         From Sean McNeil <sean@mcneil.com>:
4050         * emultempl/pe.em (sort_by_file_name): Sort by archive name
4051         first.
4052         (sort_sections): Sort all sections, not just sections in the same
4053         archive.
4054
4055 Mon May  5 18:19:55 1997  Philip Blundell  <pjb27@cam.ac.uk>
4056
4057         * configure.tgt, configure.host: cope with '*-*-linux-gnuaout'
4058         targets.
4059
4060 Fri May  2 15:54:28 1997  Mike Meissner  <meissner@cygnus.com>
4061
4062         * scripttempl/tic80coff.sc (.text): Add a leading underscore to
4063         __{D,C}TOR_{LIST,END}__ definations.  Rearrange the order of items
4064         in the .text section.  Move .const, .ctors, .dtors into separate
4065         sections.
4066
4067 Wed Apr 30 12:23:21 1997  Manfred Hollstein  <manfred@s-direktnet.de>
4068
4069         * scripttempl/m88kbcs.sc (__.initp.end, _etext): Added whitespace
4070         around assignment of current location pointer.
4071
4072 Thu Apr 17 13:07:18 1997  Ian Lance Taylor  <ian@cygnus.com>
4073
4074         * ldctor.c (ldctor_build_sets): Make sure the set is aligned
4075         appropriately.
4076
4077 Tue Apr 15 13:19:26 1997  Ian Lance Taylor  <ian@cygnus.com>
4078
4079         * Makefile.in (INSTALL): Set to @INSTALL@.
4080         (INSTALL_XFORM, INSTALL_XFORM1): Remove.
4081         (install): Depend upon ld.new and installdirs.  Use
4082         $(program_transform_name) directly, rather than using
4083         $(INSTALL_XFORM) and $(INSTALL_XFORM1).
4084         (installdirs): New target.
4085         (install-info): Run mkinstalldirs.
4086
4087 Mon Apr 14 12:06:15 1997  Ian Lance Taylor  <ian@cygnus.com>
4088
4089         * Makefile.in (INSTALL): Change install.sh to install-sh.
4090
4091         From Thomas Graichen <graichen@rzpd.de>:
4092         * configure.in: Use ${CONFIG_SHELL} when running $ac_config_sub.
4093         * configure: Rebuild.
4094
4095 Fri Apr  4 11:42:41 1997  Ian Lance Taylor  <ian@cygnus.com>
4096
4097         * emultempl/pe.em: Include "libiberty.h".
4098         (sort_sections_1): Use xmalloc rather than alloca.
4099
4100         * ldlex.l: Recognize SQUAD.
4101         * ldgram.y (length): Add SQUAD.
4102         * ldctor.c (ldctor_build_sets): Use SQUAD for a signed 8 byte
4103         reloc.
4104         * ldlang.c (print_data_statement): Handle SQUAD.
4105         (lang_size_sections, lang_do_assignments): Likewise.
4106         * ldexp.c (exp_print_token): Add SQUAD to table.
4107         * ldwrite.c (build_link_order): Handle SQUAD.
4108         * ld.texinfo (Section Data Expressions): Document SQUAD.
4109
4110 Thu Apr  3 13:19:40 1997  Ian Lance Taylor  <ian@cygnus.com>
4111
4112         * ldver.c (ld_program_version): Set to 2.8.1.
4113
4114         * Branched binutils 2.8.
4115
4116 Wed Apr  2 11:55:27 1997  Ian Lance Taylor  <ian@cygnus.com>
4117
4118         * mpw-idtmips.c: Rename from mpw-emipsidt.c.
4119         * mpw-elfmips.c: Rename from mpw-emipself.c.
4120         * mpw-config.in: Update accordingly.
4121
4122         * ldlang.c (lang_process): Call lang_check immediately after
4123         opening the input files, rather than at the end of the link.
4124
4125 Mon Mar 31 23:44:00 1997  Ian Lance Taylor  <ian@cygnus.com>
4126
4127         * emultempl/pe.em (init): Fully bracket initializer.
4128         (set_pe_stack_heap): Remove locals begin_commit and end.
4129         (gld_${EMULATION_NAME}_after_open): Remove unused local i.
4130         (gld${EMULATION_NAME}_place_orphan): Remove unused local ptr.
4131
4132 Mon Mar 31 16:35:51 1997  Joel Sherrill  <joel@oarcorp.com>
4133
4134         * configure.tgt (hppa*-*-rtems*): New target, like hppa-*-*elf*.
4135
4136 Fri Mar 28 15:29:23 1997  H.J. Lu <hjl@gnu.ai.mit.edu>
4137
4138         Contributed by David S. Miller <davem@caip.rutgers.edu>:
4139         * configure.tgt (sparc*-*-linuxaout*): New target.
4140         (sparc*-*-linux*): New target.
4141         * emulparams/sparclinux.sh: New file.
4142         * Makefile.in (ALL_EMULATIONS): Add esparclinux.o.
4143         (esparclinux.c): New target.
4144
4145 Fri Mar 28 14:30:12 1997  Ian Lance Taylor  <ian@cygnus.com>
4146
4147         From Ralf Baechle <ralf@gnu.ai.mit.edu>:
4148         * configure.tgt: Set targ_extra_emuls for mips*el-*-linux* and
4149         mips*-*-linux*.  Use elf32bmip and elf32lmip, not elf32ebmip and
4150         elf32elmip.
4151
4152 Thu Mar 27 17:14:32 1997  Ian Lance Taylor  <ian@cygnus.com>
4153
4154         * lexsup.c (parse_args): Update copyright date in version
4155         message.
4156
4157 Fri Mar 21 12:28:41 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
4158
4159         * emulparams/delta68.sh (OUTPUT_FORMAT): Set to "coff-m68k-sysv".
4160
4161 Tue Mar 18 11:16:23 1997  Ian Lance Taylor  <ian@cygnus.com>
4162
4163         * Makefile.in: Rebuild dependencies.
4164
4165         * emultempl/aix.em: Include "obstack.h".
4166
4167 Mon Mar 17 19:26:06 1997  Ian Lance Taylor  <ian@cygnus.com>
4168
4169         * ldlang.c: Include "obstack.h".
4170
4171 Sat Mar 15 23:23:46 1997  Fred Fish  <fnf@cygnus.com>
4172
4173         * configure.tgt (powerpc-*-beos*): Use aixppc for targ_emul.
4174
4175 Sat Mar 15 18:10:38 1997  H.J. Lu  <hjl@lucon.org>
4176
4177         * ldemul.h (ldemul_list_emulations): Use full prototype.
4178         * ldlang.c (print_one_symbol): Add declaration.
4179         * ldlang.h (dprint_statements): Declare.
4180         * ldmain.c (remove_output): Declare.
4181         * ldmisc.c (vfinfo): Declare.
4182         * ldwrite.c (clone_section): Declare.
4183         (split_sections): Make static.  Declare.
4184         * mri.c: Include libiberty.h.
4185         (strdup): Don't declare.
4186         (mri_alias): Use xstrdup rather than strdup.
4187
4188 Fri Mar 14 21:30:06 1997  Ian Lance Taylor  <ian@cygnus.com>
4189
4190         * scripttempl/elfmips.sc: Change handling of data area when
4191         generating a shared library to not skip a large block of memory.
4192         From Per Fogelstrom <pefo@cvs.openbsd.org>.
4193
4194 Wed Mar 12 21:33:09 1997  Ian Lance Taylor  <ian@cygnus.com>
4195
4196         * ldmain.c (multiple_definition): Only skip the warning if the
4197         output section is absolute when the input section is not
4198         absolute.
4199
4200         * ldlex.l: Accept whitespace in VERS_START state.  Warn about
4201         invalid characters in VERS_* states.
4202
4203 Tue Mar 11 13:51:31 1997  Ian Lance Taylor  <ian@cygnus.com>
4204
4205         * emultempl/aix.em (gld${EMULATION_NAME}_read_file): Don't let a
4206         trailing space lead us to think that there is a zero address.
4207
4208 Sun Mar  9 23:06:35 1997  Eric Youngdale  <eric@andante.jic.com>
4209
4210         * ldgram.y (vers_node): Correct typo of '('  for '{'.
4211
4212 Fri Mar  7 18:40:12 1997  Fred Fish  <fnf@cygnus.com>
4213
4214         * scripttempl/tic80coff.sc (ENTRY): Entry symbol is __start
4215         rather than _start.
4216         (__edata): Define this rather than "edata".
4217         (__end): Define this rather than "end".
4218
4219 Tue Mar  4 17:18:35 1997  Michael Meissner  <meissner@cygnus.com>
4220
4221         * configure.tgt (tic80-*-*): Allow dropping of -coff.
4222
4223 Sun Mar  2 22:59:49 1997  Fred Fish  <fnf@cygnus.com>
4224
4225         * Makefile.in (ld.dvi): Set MAKEINFO environment variable as well
4226         as TEXINPUTS.  Needed for building in separate build dir.
4227         * ldint.texinfo (SCRIPT_NAME): Fix typo.
4228         * emulparams/tic80coff.sh: Rewrite to include internal documentation
4229         about each shell variable that is set (or not set).
4230         * scripttempl/tic80coff.sc: Complete rewrite.
4231
4232 Fri Feb 28 17:42:27 1997  Ian Lance Taylor  <ian@cygnus.com>
4233
4234         * ldmain.c (main): Call bfd_set_default_target.
4235         * Makefile.in (ldmain.o): Define TARGET when compiling.
4236
4237 Thu Feb 27 11:41:03 1997  Ian Lance Taylor  <ian@cygnus.com>
4238
4239         * ldmain.c (main): Don't initialize link_info.lprefix or
4240         link_info.lprefix_len.
4241         * emultempl/hppaelf.em (hppaelf_before_parse): Likewise.
4242
4243         * emultempl/m88kbcs.em: Remove.
4244         * emulparams/m88kbcs.sh (TEMPLATE_NAME): Don't set.
4245         * Makefile.in (em88kbcs.c): Depend upon generic.em rather than
4246         m88kbcs.em.
4247
4248         * mri.c (mri_draw_tree): Pass noload_section, not SEC_NEVER_LOAD,
4249         to lang_enter_output_section_statement.  From Mark Rasin
4250         <mark.rasin@telrad.co.il>.
4251
4252 Wed Feb 26 11:51:44 1997  Ian Lance Taylor  <ian@cygnus.com>
4253
4254         * ldlang.c (lang_one_common): Clear SEC_IS_COMMON from common
4255         section.
4256
4257 Tue Feb 25 20:38:11 1997  Stan Shebs  <shebs@andros.cygnus.com>
4258
4259         * configure.tgt (mips*-*-lnews*): New target.
4260         * Makefile.in (emipslnews.c): New target.
4261         * emulparams/mipslnews.sh: New file.
4262
4263 Tue Feb 25 16:04:09 1997  Ian Lance Taylor  <ian@cygnus.com>
4264
4265         * emultempl/elf32.em (hold_interp): New static variable.
4266         (gld${EMULATION_NAME}_place_orphan): Put loadable .note sections
4267         after hold_interp.  Choose a unique output section name.
4268         (gld${EMULATION_NAME}_place_section): Don't set hold_use if the
4269         SEC_LOAD or SEC_ALLOC flags differ.  Set hold_interp.
4270
4271 Mon Feb 24 18:16:09 1997  Ian Lance Taylor  <ian@cygnus.com>
4272
4273         From Eric Youngdale <eric@andante.jic.com>:
4274         * ldlex.l (V_TAG, V_IDENTIFIER): New macros.
4275         (VERS_START, VERS_SCRIPT, VERS_NODE): New states to parse version
4276         information.
4277         (ldlex_version_script, ldlex_version_file): New functions.
4278         * ldlex.h (enum input_enum): Add input_version_script.
4279         (ldlex_version_script): Declare.
4280         (ldlex_version_file): Declare.
4281         * ldgram.y (%union): Add deflist, versyms, and versnode.
4282         (VERS_TAG, VERS_IDENTIFIER): New terminals.
4283         (GLOBAL, LOCAL, VERSION, INPUT_VERSION_SCRIPT): New terminals.
4284         (file): Accept INPUT_VERSION_SCRIPT.
4285         (ifile_p1): Accept version.
4286         (version_script_file): New nonterminal.
4287         (version, vers_nodes, vers_node): Likewise.
4288         (verdep, vers_tag, ver_defns): Likewise.
4289         * ldlang.c (lang_elf_version_info): New global variable.
4290         (lang_new_vers_regex): New function.
4291         (lang_new_vers_node): New function.
4292         (version_index): New static variable.
4293         (lang_register_vers_node): New function.
4294         (lang_add_vers_depend): New function.
4295         * ldlang.h (lang_elf_version_info): Declare.
4296         (lang_new_vers_regex, lang_new_vers_node): Declare.
4297         (lang_add_vers_depend, lang_register_vers_node): Declare.
4298         * lexsup.c (OPTION_VERSION_SCRIPT): Define.
4299         (ld_options): Add "version-script".
4300         (parse_args): Handle OPTION_VERSION_SCRIPT.
4301         * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
4302         Pass lang_elf_version_info to size_dynamic_sections.
4303         * scripttempl/elf.sc: Add .gnu.version sections.
4304         * ld.texinfo: Document symbol versioning.
4305
4306 Fri Feb 21 17:37:51 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
4307
4308         * Makefile.in (ed30velf.c): New target.
4309         * configure.tgt (d30v-*-*): New target.
4310         * emulparams/d30velf.sh: New file.
4311         * scripttempl/elfd30v.sc: New file.
4312
4313 Fri Feb 14 18:28:31 1997  Ian Lance Taylor  <ian@cygnus.com>
4314
4315         * ld.texinfo (Option Commands): Document the INCLUDE command.
4316
4317 Thu Feb 13 20:31:37 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
4318
4319         * configure.in: Call BFD_NEED_DECLARATION on getenv.
4320         * acconfig.h (NEED_DECLARATION_GETENV): New macro.
4321         * sysdep.h (getenv): Declare if NEED_DECLARATION_GETENV.
4322         * ldemul.c (ld_emul_default_target): Do not cast getenv return
4323         value.
4324         * ldmain.c (get_emulation): Likewise.
4325         * configure, config.in: Rebuild.
4326
4327 Tue Feb 11 15:34:26 1997  Ian Lance Taylor  <ian@cygnus.com>
4328
4329         * scripttempl/elfmips.sc: When relocating, put .mips16.fn.* and
4330         .mips16.call.* in .text.
4331
4332 Sun Feb  9 18:09:13 1997  Fred Fish  <fnf@cygnus.com>
4333
4334         * emulparams/tic80coff.sh: New (dummy) file for TIc80.
4335         * scripttempl/tic80coff.sc: New (dummy) file for TIc80.
4336         * Makefile.in (etic80coff.c): Add target and rule to build it.
4337         * configure.tgt (tic80-*-coff): Set targ_emul to tic80coff.
4338
4339 Fri Jan 31 13:16:53 1997  Ian Lance Taylor  <ian@cygnus.com>
4340
4341         * emultempl/sunos.em (gld${EMULATION_NAME}_find_so): Search for
4342         ".so" in the name, not ".so.".
4343         (gld${EMULATION_NAME}_search_dir): Accept a plain .so file.
4344
4345         * Makefile.in (ld.info): Add -I$(srcdir).  From Alan Modra
4346         <alan@spri.levels.unisa.edu.au>.
4347
4348 Thu Jan 30 11:31:52 1997  Ian Lance Taylor  <ian@cygnus.com>
4349
4350         * emultempl/sunos.em: Include <ctype.h>.
4351         (gld${EMULATION_NAME}_find_so): Skip the directory name when
4352         searching for ".so.".
4353         (gld${EMULATION_NAME}_search_dir): Make sure that the library name
4354         has a version number, and that only version numbers follow .so.
4355
4356 Wed Jan 29 18:15:00 1997  Geoffrey Noer  <noer@cygnus.com>
4357
4358         * scripttempl/pe.sc:
4359         * scripttempl/ppcpe.sc: add *(.gcc_except_table) to the text
4360         section so Win32 executables are valid.
4361
4362 Mon Jan 27 12:28:43 1997  Ian Lance Taylor  <ian@cygnus.com>
4363
4364         * scripttempl/elf.sc: Put linkonce reloc section in other
4365         appropriate reloc sections.
4366         * scripttempl/elfmips.sc: Add linkonce support.
4367         * scripttempl/elfppc.sc: Likewise.
4368
4369 Fri Jan 24 10:44:09 1997  Jeffrey A Law  (law@cygnus.com)
4370
4371         * emulparms/mn10200.sh (OTHER_RELOCATING_SECTIONS): Move the
4372         stack up to 0x80000.
4373         * emulparms/mn10300.sh (OTHER_RELOCATING_SECTIONS): Likewise.
4374
4375 Tue Jan 21 12:11:10 1997  Doug Evans  <dje@seba.cygnus.com>
4376
4377         * emulparams/m32relf.sh (OTHER_RELOCATING_SECTIONS): Use PROVIDE
4378         to define `_stack'.
4379
4380 Thu Jan 16 17:07:52 1997  Ian Lance Taylor  <ian@cygnus.com>
4381
4382         * ld.h (args_type): Rename auxiliary_filter_shlib to
4383         auxiliary_filters, and make it char **.
4384         * lexsup.c (parse_args): Handle -f by setting up an array.
4385         * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Use
4386         new name of auxiliary_filters.
4387
4388         * ld.texinfo (Options): Improve documentation of --filter and
4389         --auxiliary.
4390
4391 Tue Jan 14 15:44:28 1997  Ian Lance Taylor  <ian@cygnus.com>
4392
4393         * ld.texinfo (Options): Clarify that the normal usage is -T.
4394         (Commands): Likewise.
4395
4396 Thu Jan  9 11:26:27 1997  Ian Lance Taylor  <ian@cygnus.com>
4397
4398         * scripttempl/armcoff.sc: Correct mask used for .data address.
4399
4400 Wed Jan  8 15:14:59 1997  Geoffrey Noer  <noer@cygnus.com>
4401
4402         * emultempl/pe.em: make default executable a.exe instead of
4403         a.out
4404
4405 Fri Jan  3 17:33:34 1997  Richard Henderson  <rth@tamu.edu>
4406
4407         * scripttempl/elf.sc: Move .got closer to .sdata and .sbss by
4408         shifting .plt back.  Rumour has it that the NetBSD ld.so depends
4409         on .dynamic being after .got, so we leave that.
4410
4411 Fri Jan  3 14:04:40 1997  Ian Lance Taylor  <ian@cygnus.com>
4412
4413         * Makefile.in (clean): Don't remove configdoc.texi.
4414         (maintainer-clean): Do remove configdoc.texi.
4415
4416         * ld.texinfo (Operators): Remove '@' from @smallexmple in comment
4417         to avoid confusing texi2roff.
4418
4419 Fri Jan  3 11:27:02 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
4420
4421         * scripttempl/v850.sc (.zdata): Add .zcommon section.
4422         (.tdata): Add .tcommon and .tcommon_byte sections.
4423
4424 Thu Jan  2 18:14:32 1997  Ian Lance Taylor  <ian@cygnus.com>
4425
4426         * configure.tgt (mips*el-*-linux*, mips*-*-linux*): New targets.
4427         * scripttempl/elfmips.sc: Use __start as the entry address for
4428         mips*-*-linux*.
4429
4430 Tue Dec 31 14:48:30 1996  Ian Lance Taylor  <ian@cygnus.com>
4431
4432         * Makefile.in (ALL_CFLAGS): Add -D_GNU_SOURCE.
4433
4434         * ld.h (args_type): Add filter_shlib and auxiliary_filter_shlib
4435         fields.
4436         * lexsup.c (parse_args): Recognize --auxiliary/-f and
4437         --filter/-F.
4438         * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
4439         Pass filter_shlib and auxiliary_filter_shlib to
4440         size_dynamic_sections.
4441         * ld.texinfo, ld.1: Document --filter/-F and --auxiliary/-f.
4442
4443 Mon Dec 30 13:55:57 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
4444
4445         * scripttempl/v850.sc (.tdata) Add .tbss and .tbyte sections.
4446
4447 Wed Dec 18 22:57:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
4448
4449         * mpw-make.sed: Use NewFolderRecursive for installation.
4450
4451 Fri Dec 13 14:08:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
4452
4453         * scripttempl/v850.sc: Make sure __{e,g}p start relative to the
4454         {s,t}data sections.  Do not emit any linker generated symbols if
4455         -r.  Use {TEXT,{Z,S,T}DATA}_START_ADDR variables to initialize
4456         where the different sections go.  Change some whitespace.
4457
4458         * emulparams/v850.sh ({TEXT,{Z,S,T}DATA}_START_ADDR): Define
4459         appropriately.  Remove crud not used anymore.
4460
4461 Fri Dec 13 10:19:57 1996  Jeffrey A Law  (law@cygnus.com)
4462
4463         * Makefile.in (emn10200.c): Add dependencies.
4464         * configure.tgt: Handle mn10200.
4465         * emulparms/mn10200.sh: New file.
4466
4467 Thu Dec 12 17:04:55 1996  Ian Lance Taylor  <ian@cygnus.com>
4468
4469         * emultempl/gld960c.em: Include <ctype.h>.
4470         (gld960_set_output_arch): Get the machine type from the -A option
4471         if there is one, rather than always using core.
4472
4473 Sat Dec  7 10:07:51 1996  Jeffrey A Law  (law@cygnus.com)
4474
4475         * emulparms/mn10300.sh: Handle leading underscores.
4476
4477 Thu Dec  5 13:45:58 1996  Ian Lance Taylor  <ian@cygnus.com>
4478
4479         * emultempl/elf32.em (gld${EMULATION_NAME}_place_section): Only
4480         set hold_rel if SEC_ALLOC is set.
4481
4482 Tue Dec  3 11:29:20 1996  Ian Lance Taylor  <ian@cygnus.com>
4483
4484         * ldlang.c (section_already_linked): Set the output_offset as well
4485         as the output_section when only reading symbols from a file.
4486
4487 Mon Dec  2 11:43:50 1996  Ian Lance Taylor  <ian@cygnus.com>
4488
4489         * emulparams/*.sh: Make sure that each set of parameters which
4490         uses the elf.sc script sets MACHINE.
4491
4492 Wed Nov 27 03:22:05 1996  Jason Merrill  <jason@yorick.cygnus.com>
4493
4494         * scripttempl/elf{,mips,ppc}.sc: Add the remaining DWARF sections.
4495         * scripttempl/elfd10v.sc: Likewise.
4496         * scripttempl/v850.sc: Likewise.
4497
4498 Tue Nov 26 16:58:33 1996  Ian Lance Taylor  <ian@cygnus.com>
4499
4500         * configure: Rebuild with autoconf 2.12.
4501
4502 Mon Nov 25 12:17:55 1996  Jim Wilson  <wilson@cygnus.com>
4503
4504         * emultempl/pe.em (gld_${EMULATION_NAME}_set_symbols): Add case
4505         for bfd_vma to init loop.
4506
4507 Mon Nov 25 09:55:07 1996  Jeffrey A Law  (law@cygnus.com)
4508
4509         * emulparms/mn10300.sh: Remove bogus '_' prefix for
4510         entry symbol and ctor/dtor stuff.
4511
4512 Fri Nov 15 13:00:18 1996  Jeffrey A Law  (law@cygnus.com)
4513
4514         * Makefile.in (emn10300.c): Add dependencies.
4515         * configure.tgt: Handle mn10300.
4516         * emulparms/mn10300.sh: New file.
4517
4518 Tue Nov  5 10:57:50 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
4519
4520         * emulparams/d10velf.sh (READONLY_START_ADDR): Changed to 0x2000004.
4521         (EMBEDDED): Define.
4522
4523 Fri Nov  1 10:01:27 1996  Ian Lance Taylor  <ian@cygnus.com>
4524
4525         * ld.texinfo: Add section on reporting bugs.
4526
4527         * scripttempl/m68kcoff.sc: Make sure the etext and __CTOR_LIST__
4528         symbols are correctly aligned.
4529
4530 Thu Oct 31 09:28:59 1996  Jeffrey A Law  (law@cygnus.com)
4531
4532         * scriptempl/v850.sc (zdata): Handle reszdata, romzdata and
4533         romzbss too.
4534
4535 Tue Oct 29 12:33:05 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
4536
4537         * emulparams/d10velf.sh: Changes needed for D10V-EVA board.
4538         Set TEXT_START_ADDR to 0x1000000. Set READONLY_START_ADDR to
4539         0x2000000.
4540
4541         * scripttempl/elfd10v.sc:  Fix calculation of .text.  Change
4542         .stack to start at 0x2007ffe.
4543
4544 Mon Oct 28 15:37:00 1996  Doug Evans  <dje@canuck.cygnus.com>
4545
4546         * configure.tgt (sparclet*-*-aout*): Delete, use sparc*-*-aout*.
4547
4548 Wed Oct 23 16:17:22 1996  Jeffrey A Law  (law@cygnus.com)
4549
4550         * scriptempl/v850.sc (zdata): Fix typo "zrodata" -> "rozdata".
4551
4552         * scriptempl/v850.sc (zdata): Make sure this stays
4553         in lo-memory.
4554
4555 Tue Oct 22 11:36:47 1996  Jeffrey A Law  (law@cygnus.com)
4556
4557         * scripttempl/v850.sc (__ep): Put it at the start
4558         of the tda section.
4559
4560         * scriptempl/v850.sc: Move all "normal" sections into
4561         the external memory region (0x100000 - 0x200000).
4562
4563 Mon Oct 21 17:16:59 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
4564
4565         * scripttempl/elfd10v.sc: Clone from elf.sc, move .text to
4566         0x10000, so that is more room for data.
4567
4568         * emulparams/d10velf.sh (TEXT_START_ADDR): Now 0x100000.
4569         (READONLY_START_ADDR): Now 0x0.
4570         (SCRIPT_NAME): Now elfd10v.
4571
4572         * Makefile.in (ed10velf.c): Depend on elfd10v.sc, not elf.sc.
4573
4574 Fri Oct 18 22:12:49 1996  Doug Evans  <dje@canuck.cygnus.com>
4575
4576         * emulparams/m32relf.sh (TEXT_START_ADDR): Change from 0 to 0x100.
4577
4578 Fri Oct 18 15:43:38 1996  Ian Lance Taylor  <ian@cygnus.com>
4579
4580         * Makefile.in (ALL_EMULATIONS): Remove eelf64alpha.o.
4581         (ALL_64_EMULATIONS): New variable.
4582         * configure.in: Accept --enable-64-bit-bfd option.  If it is set
4583         with --enable-targets=all, include ALL_64_EMULATIONS in
4584         EMULATION_OFILES.
4585         * configure: Rebuild.
4586
4587 Fri Oct 18 12:58:35 1996  Jeffrey A Law  (law@cygnus.com)
4588
4589         * scripttempl/v850.sc (__gp, __ep): Define.
4590
4591 Thu Oct 17 18:14:07 1996  Ian Lance Taylor  <ian@cygnus.com>
4592
4593         * ld.texinfo: Try to consistently use a single or a double dash
4594         for each option.
4595
4596 Thu Oct 17 10:17:20 1996  Doug Evans  <dje@canuck.cygnus.com>
4597
4598         * emulparams/m32relf.sh (EMBEDDED): Define.
4599
4600 Thu Oct 17 10:56:49 1996  Jeffrey A Law  (law@cygnus.com)
4601
4602         * scripttempl/v850.sc (.zdata): Add this before .text.
4603         (.sdata): Also include .rosdata as part of the .sdata.
4604         (.tdata): Include this just before .sdata.
4605
4606         * emulparms/v850.sh (SCRIPT_NAME): Use "v850" not "elf".
4607         * scripttempl/v850.sc: Wrap script with a "cat << EOF".
4608
4609 Wed Oct 16 23:10:01 1996  Jeffrey A Law  (law@cygnus.com)
4610
4611         * scripttempl/v850.sc: New linker script for the V850.
4612         * Makefile.in: Use it.
4613
4614 Thu Oct 10 17:57:00 1996  Ian Lance Taylor  <ian@cygnus.com>
4615
4616         * emulparams/elf32b4300.sh: Define _gp in OTHER_GOT_SYMBOLS, not
4617         OTHER_READWRITE_SECTIONS.
4618         * emulparams/elf32l4300.sh: Likewise.
4619
4620 Wed Oct  9 14:36:18 1996  Ian Lance Taylor  <ian@cygnus.com>
4621
4622         * ld.h (ld_config_type): Add warn_section_align field.
4623         * lexsup.c (OPTION_WARN_SECTION_ALIGN): Define.
4624         (ld_options): Add --warn-section-align.
4625         (parse_args): Handle --warn-section-align.
4626         * ldlang.c (lang_size_sections): If warn_section_align, warn if
4627         the start of a section changes due to alignment.
4628         * ld.texinfo, ld.1: Document --warn-section-align.
4629         * ld.texinfo: Change some single dashes to double dashes.
4630
4631         * emultempl/pe.em (set_pe_subsystem): Record entry symbol for each
4632         subsystem type.  Ifdef out os2 type.  Recognize a version number.
4633
4634 Tue Oct  8 12:07:13 1996  Ian Lance Taylor  <ian@cygnus.com>
4635
4636         * emultempl/pe.em (set_pe_subsystem): When setting the subsystem
4637         to windows, set the entry point.
4638
4639         * Makefile.in (ldlex.c): Don't pass any options to $(LEX).
4640
4641 Mon Oct  7 17:29:05 1996  Ian Lance Taylor  <ian@cygnus.com>
4642
4643         * ld.texinfo (Options): Mention .so extensions for shared
4644         libraries.
4645
4646 Sun Oct  6 22:35:36 1996  Jason Merrill  <jason@yorick.cygnus.com>
4647
4648         * scripttempl/elf{,mips,ppc}.sc: Add DWARF 2 sections.
4649
4650 Fri Oct  4 18:49:31 1996  Ian Lance Taylor  <ian@cygnus.com>
4651
4652         * scripttempl/m68kcoff.sc: Only set the address of .text if
4653         RELOCATING.
4654
4655 Fri Oct  4 10:59:52 1996  Doug Evans  <dje@canuck.cygnus.com>
4656
4657         * emulparams/sparcaout.sh ({BIG,LITTLE}_OUTPUT_FORMAT): Define.
4658         * scripttempl/aout.sc ({BIG,LITTLE}_OUTPUT_FORMAT): Provide default.
4659         (OUTPUT_FORMAT): Support bi-endian targets.
4660
4661 Thu Oct  3 13:52:03 1996  Ian Lance Taylor  <ian@cygnus.com>
4662
4663         * fnmatch.h, fnmatch.c: Remove (now in libiberty).
4664         * Makefile.in: Rebuild dependencies.
4665         (CFILES): Remove fnmatch.c.
4666         (HFILES): Remove fnmatch.h.
4667         (OFILES): Remove fnmatch.o.
4668
4669 Thu Oct  3 15:41:24 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
4670
4671         * Makefile.in (mostlyclean): Move config.log to distclean.
4672
4673 Wed Oct  2 23:45:25 1996  Geoffrey Noer  <noer@cygnus.com>
4674
4675         * emultmpl/pe.em: increase size of stack reserve to 0x2000000
4676         (necessary in order to compile parse.c in gcc sources under NT)
4677
4678 Wed Oct  2 14:49:10 1996  Ian Lance Taylor  <ian@cygnus.com>
4679
4680         * lexsup.c (ld_options): Fix typo in --rpath-link description.
4681         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Suggest
4682         --rpath if a needed library is not found.
4683
4684 Tue Oct  1 16:17:33 1996  Joel Sherrill  <joel@oarcorp.com>
4685
4686         * configure.tgt (mips*-*-rtems*): New target, like mips*-*-elf*.
4687
4688 Tue Oct  1 15:50:34 1996  Ian Lance Taylor  <ian@cygnus.com>
4689
4690         * ld.texinfo (Options): Give more detail on -l option.
4691
4692         * scripttempl/elfmips.sc: Handle CREATE_SHLIB the same way that
4693         elf.sc does, so that glibc works better.
4694
4695         * ldver.c (ld_program_version): New variable.
4696         (ldversion): Use it.
4697         * ldver.h (ld_program_version): Declare.
4698         * lexsup.c (ld_options): Handle --dll-verbose like --verbose, not
4699         --version.  Change --version handling to match current GNU
4700         standards.
4701         (help): Print bug report address.
4702
4703 Mon Sep 30 12:14:43 1996  Doug Evans  <dje@canuck.cygnus.com>
4704
4705         * Makefile.in (em32relf.c): Add rule for.
4706         * configure.tgt (m32r-*-*): Recognize.
4707         * emulparams/m32relf.sh: New file.
4708
4709 Thu Sep 26 13:58:47 1996  Stan Shebs  <shebs@andros.cygnus.com>
4710
4711         * mpw-make.sed: Add symbolic doublequoting to ldmain compile edit.
4712         * mpw-config.in: Add mips-*-* case as mips-elf, and use more
4713         wildcards in matching.
4714         * mpw-emipself.c: New file, pregenerated mips elf emulation.
4715
4716 Tue Sep 17 12:18:21 1996  Ian Lance Taylor  <ian@cygnus.com>
4717
4718         * ldint.texinfo: Rewrote.
4719
4720         * configure.tgt: Add cases for MIPS 5000 like MIPS 4300.
4721
4722 Mon Sep 16 17:55:21 1996  Ian Lance Taylor  <ian@cygnus.com>
4723
4724         * scripttempl/armcoff.sc: Only define symbols if RELOCATING.  Fix
4725         syntax error on __end__ line.
4726
4727         * scripttempl/armcoff.sc: For -N or -n, don't align .data.  From
4728         Chris Hadley <Christopher.Hadley@cl.cam.ac.uk>
4729
4730 Sun Sep 15 22:09:56 1996  Jeffrey A Law  (law@cygnus.com)
4731
4732         * emulparms/v850.sh: Fix OTHER_RELOCATING_SECTIONS.
4733
4734 Sun Sep 15 10:38:16 1996  Mark Alexander  <marka@cygnus.com>
4735
4736         * emulparms/d10v.sh: Set OTHER_RELOCATING_SECTIONS to put
4737         stack at top of simulator memory.
4738
4739 Fri Sep 13 15:49:45 1996  Ian Lance Taylor  <ian@cygnus.com>
4740
4741         * ldlex.l (SYMBOLCHARN): Add $, _, and ~.
4742
4743 Wed Sep 11 23:30:42 1996  Ian Lance Taylor  <ian@cygnus.com>
4744
4745         * ldmain.c (get_emulation): Check for -mips4 like -mips1, et. al.
4746
4747 Thu Sep  5 15:24:12 1996  Ian Lance Taylor  <ian@cygnus.com>
4748
4749         * ldlang.c (section_already_linked): Accept a lang_input_statement
4750         as the PTR argument.  If the file is symbols only, discard all
4751         input sections.
4752         (ldlang_add_file): Pass entry to bfd_map_over_sections.
4753
4754 Wed Sep  4 15:53:43 1996  Ian Lance Taylor  <ian@cygnus.com>
4755
4756         * configure.tgt (alpha-*-gnu*): New target.  From Fila Kolodny
4757         <fila@ibi.com>.
4758
4759 Tue Sep  3 00:52:54 1996  Jeffrey A Law  (law@cygnus.com)
4760
4761         * emulparms/v850.sh: Set OTHER_RELOCATING_SECTIONS
4762
4763 Sun Sep  1 21:48:58 1996  Jeffrey A Law  (law@cygnus.com)
4764
4765         * emulparms/v850.sh: Set EMBEDDED.
4766
4767 Fri Aug 30 22:30:30 1996  Jeffrey A Law  (law@cygnus.com)
4768
4769         * emulparms/v850.sh: Entry symbol is "_start", tweak
4770         ctor/dtor support.
4771
4772 Fri Aug 30 18:32:31 1996  Ian Lance Taylor  <ian@cygnus.com>
4773
4774         * configure.tgt (sh-*-elf*): New target.
4775         * emulparams/shelf.sh: New file.
4776         * emulparams/shlelf.sh: New file.
4777         * Makefile.in (ALL_EMULATIONS): Add eshelf.o and eshlelf.o.
4778         (eshelf.c, eshlelf.c): New targets.
4779         * scripttempl/elf.sc: If EMBEDDED is defined, then don't add
4780         SIZEOF_HEADERS to TEXT_START_ADDR.  Expand CTOR_START and CTOR_END
4781         around .ctors, and DTOR_START and DTOR_END around .dtors.  Expand
4782         OTHER_RELOCATING_SECTIONS if RELOCATING.
4783
4784 Thu Aug 29 16:57:46 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
4785
4786         * configure.{host,tgt} (i[345]86-*-*): Recognize i686 for pentium
4787         pro.
4788
4789 Mon Aug 26 12:58:11 1996  Ian Lance Taylor  <ian@cygnus.com>
4790
4791         * ldgram.y (section): Add opt_nocrossrefs; pass value to
4792         lang_enter_overlay.
4793         (opt_nocrossrefs): New nonterminal.
4794         * ldlex.l: Recognize NOCROSSREFS keyword in EXPRESSION mode.
4795         * ldlang.c (overlay_nocrossrefs): New static variable.
4796         (lang_enter_overlay): Add nocrossrefs parameter.
4797         (lang_leave_overlay): Only add nocrossrefs if overlay_nocrossrefs
4798         is set.  Initialize overlay_nocrossrefs.
4799         * ldlang.h (lang_enter_overlay): Update declaration.
4800         * ld.texinfo (Overlays): Update documentation.
4801
4802         * ldver.c (ldversion): Print GNU ld in the version message.
4803
4804 Thu Aug 22 17:10:40 1996  Ian Lance Taylor  <ian@cygnus.com>
4805
4806         * configure.host: Set HLDENV.
4807         * configure.in: Substitute HLDENV.
4808         * configure: Rebuild.
4809         * Makefile.in (HLDENV): New variable.
4810         ($(LD_PROG)): Use $(HLDENV).
4811
4812 Thu Aug 22 16:29:28 1996  Jeffrey A Law  (law@cygnus.com)
4813
4814         * Makefile.in (ev850.c): New target.
4815         * configure.tgt (v850-*-*): New target.
4816         * emulparams/v850.sh: New file.
4817
4818 Thu Aug 22 11:16:02 1996  Stan Shebs  <shebs@andros.cygnus.com>
4819
4820         * mpw-make.sed: Add @DASH_C_FLAG@ to compiler edit.
4821
4822 Wed Aug 21 11:26:37 1996  Ian Lance Taylor  <ian@cygnus.com>
4823
4824         * scripttempl/elf.sc: Put .gnu.linkonce* sections in appropriate
4825         containing sections.
4826
4827 Mon Aug 19 13:01:42 1996  Ian Lance Taylor  <ian@cygnus.com>
4828
4829         * fnmatch.c: Include sysdep.h.
4830
4831 Mon Aug 19 11:28:29 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
4832
4833         * genscripts.sh: Undo 8/16 change.
4834
4835         * emulparams/d10velf.sh (MACHINE): Explicitly set to nothing.
4836
4837 Fri Aug 16 19:18:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
4838
4839         * genscripts.sh: Explicitly reset any shell variables set or used
4840         by the various .sc scripts to allow inadvertant use of these
4841         names as normal environment variables by the person running
4842         configure.
4843
4844         * Makefile.in (ed10velf.c): Use tdir_d10v, not tdir_arcelf.
4845
4846 Fri Aug 16 14:15:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
4847
4848         * scripttempl/armcoff.sc (__bss_start__, __bss_end__,
4849         __data_start__, __data_end__): Added to keep in sync. with the
4850         default ARM crt0.s. Added __CTOR_LIST__ and __DTOR_LIST__ support.
4851
4852 Thu Aug  8 14:24:56 1996  Ian Lance Taylor  <ian@cygnus.com>
4853
4854         * ldcref.c (check_reloc_refs): If info->same, look for any symbol
4855         defined in info->defsec, not just the section symbol.
4856
4857 Wed Aug  7 14:40:48 1996  Philippe De Muyter  <phdm@info.ucl.ac.be>
4858
4859         * configure.in: Call BFD_NEED_DECLARATION on strstr and sbrk.
4860         * acconfig.h (NEED_DECLARATION_STRSTR): New macro.
4861         (NEED_DECLARATION_SBRK): New macro.
4862         * configure, config.in: Rebuild.
4863         * sysdep.h (strstr): Declare if NEED_DECLARATION_STRSTR.
4864         * ldmain.c (sbrk): Declare if HAVE_SBRK and
4865         NEED_DECLARATION_SBRK.
4866
4867         * ldlang.c (lang_record_phdrs): Cast xmalloc and xrealloc return.
4868
4869 Mon Aug  5 16:26:14 1996  Ian Lance Taylor  <ian@cygnus.com>
4870
4871         * ldlex.l: Recognize OVERLAY.
4872         * ldgram.y: Add section_phdr field to %union.
4873         (section): Handle phdr_opt result.  Add OVERLAY case.
4874         (opt_exp_without_type): New nonterminal.
4875         (phdr_opt): Return list of phdrs.
4876         (overlay_section): New nonterminal.
4877         * ldlang.c: Include <ctype.h>.
4878         (lang_leave_output_section_statement): Add phdrs parameter.
4879         Change all callers.
4880         (lang_section_in_phdr): Remove.
4881         (overlay_vma, overlay_lmn, overlay_max): New static variables.
4882         (struct overlay_list): Define.
4883         (overlay_list): New static variable.
4884         (lang_enter_overlay, lang_enter_overlay_section): New functions.
4885         (lang_leave_overlay_section, lang_leave_overlay): New functions.
4886         * ldlang.h (lang_leave_output_section_statement): Update
4887         declaration for new parameter.
4888         (lang_section_in_phdr): Don't declare.
4889         (lang_enter_overlay, lang_enter_overlay_section): Declare.
4890         (lang_leave_overlay_section, lang_leave_overlay): Declare.
4891         * ld.texinfo (Overlays): New node under SECTIONS, documenting
4892         overlays.
4893
4894         * ldlex.l: Recognize MAX and MIN.
4895         * ldgram.y (MAX, MIN): New terminals.
4896         (exp): Recognize MAX and MIN.
4897         * ldexp.c (fold_binary): Handle MAX and MIN.
4898         * ld.texinfo (Arithmetic Functions): Document MAX and MIN.
4899
4900         * ld.texinfo (PHDRS): Use @cindex, not @kindex, for program header
4901         index entries.
4902
4903         * ldgram.y (SIZEOF, ADDR): Do not specify type.
4904
4905         * ldcref.c (check_nocrossref): Skip symbols with no output
4906         sections.
4907
4908 Fri Aug  2 14:57:49 1996  Ian Lance Taylor  <ian@cygnus.com>
4909
4910         * ldgram.y (LOADADDR): New terminal.
4911         (exp): Handle LOADADDR.
4912         * ldlex.l: Recognize LOADADDR.
4913         * ldexp.c (exp_print_token): Add LOADADDR.
4914         (fold_name): Implement LOADADDR.
4915         * ldlang.c (exp_init_os): Treat LOADADDR like ADDR.
4916         * ld.texinfo (Arithmetic Functions): Document LOADADDR.
4917
4918 Thu Aug  1 12:52:19 1996  Ian Lance Taylor  <ian@cygnus.com>
4919
4920         * ld.h (check_nocrossrefs): Declare.
4921         * ldlang.h (struct lang_nocrossref): Define.
4922         (struct lang_nocrossrefs): Define.
4923         (nocrossref_list): Declare.
4924         (lang_add_nocrossref): Declare.
4925         * ldlex.l: Recognize NOCROSSREFS keyword.
4926         * ldgram.y (%union): Add nocrossref field.
4927         (NOCROSSREFS): New terminal.
4928         (ifile_p1): Recognize NOCROSSREFS.
4929         (nocrossref_list): New nonterminal.
4930         * ldlang.c (nocrossref_list): Define.
4931         (lang_add_nocrossref): New function.
4932         * ldmain.c (main): If nocrossref_list is not NULL, call
4933         check_nocrossrefs.
4934         (warning_callback): Free symbols if there is no place to store
4935         them.
4936         (notice): Call add_cref if nocrossref_list is not NULL.
4937         * ldcref.c: Include "ldexp.h" and "ldlang.h".
4938         (check_nocrossrefs): New function.
4939         (check_nocrossref): New static function.
4940         (struct check_refs_info): Define.
4941         (check_refs, check_reloc_refs): New static functions.
4942         * Makefile.in: Rebuild dependencies.
4943         * ld.texinfo (Option Commands): Document NOCROSSREFS.
4944
4945         * ld.texinfo (Section Placement): Improve the wording of the
4946         wildcard documentation.  Mention that wildcards are only searched
4947         for on the command line, not in the file system.
4948
4949         * emultempl/sunos.em (gld${EMULATION_NAME}_after_open): Move
4950         definition of lib_path inside condition where it is used.
4951
4952 Wed Jul 31 13:17:10 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
4953
4954         * emulparams/d10velf.sh: Now works with elf.sc.
4955
4956 Wed Jul 31 11:52:03 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
4957
4958         * emulparams/d10velf.sh (SCRIPT_NAME): Change to vanilla.
4959
4960 Tue Jul 30 14:46:42 1996  Ian Lance Taylor  <ian@cygnus.com>
4961
4962         * ldlang.c (lang_size_sections): Add the section VMA to the result
4963         value when computing the address of a section.
4964
4965         * ld.h (args_type): Add cref field.
4966         * lexsup.c (parse_args): Set command_line.cref.
4967         * ldmain.c (main): Check command_line.cref rather than
4968         link_info.notice_all.
4969         (notice): Likewise.
4970
4971         * ldcref.c (output_one_cref): Don't crash if a symbol is defined
4972         in a section without an owner.
4973
4974 Mon Jul 29 17:23:33 1996  Ian Lance Taylor  <ian@cygnus.com>
4975
4976         * fnmatch.h, fnmatch.c: New files.
4977         * ldlex.l: Remove unused definition of FILENAME.  Add definition
4978         of WILDCHAR.  In SCRIPT mode, accept any sequence of WILDCHAR as a
4979         NAME.
4980         * ldgram.y (file_NAME_list): Accept '*' and '?' specially.
4981         (input_section_spec): Accept '?' specially.
4982         (statement): Change exp to mustbe_exp in length and FILL cases.
4983         (section): Call ldlex_script before section statements, and call
4984         ldlex_popstate after them.
4985         * ldlang.c: Include "fnmatch.h".
4986         (wildcardp): New static function.
4987         (wild_section): Permit the section name to be a wildcard.
4988         (wild_file): New static function, broken out of wild.
4989         (wild): Call wild_file.  Permit the file name to be a wildcard.
4990         (open_input_bfds): Don't call lookup_name for a wildcard pattern.
4991         * Makefile.in: Rebuild dependencies.
4992         (CFILES): Add fnmatch.c.
4993         (HFILES): Add fnmatch.h.
4994         (OFILES): Add fnmatch.o.
4995         * ld.texinfo: Document that file and section names can now be
4996         wildcard patterns.
4997
4998         * ldlang.c (lang_place_orphans): Correct condition: place a common
4999         section if not relocateable or if common definitions are forced.
5000
5001 Wed Jul 24 12:16:38 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
5002
5003         * emulparams/d10velf.sh (SCRIPT_NAME): Change to elf.
5004
5005 Wed Jul 24 13:38:22 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
5006
5007         * configure.tgt (d10v-*-*): Don't require the -elf, allow plain d10v.
5008
5009 Tue Jul 23 10:36:19 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
5010
5011         * Makefile.in (ed10velf.c): New target.
5012         * configure.tgt (d10v-*-elf*): New target.
5013         * emulparams/d10velf.sh: New file.
5014
5015 Thu Jul 18 16:25:39 1996  Ian Lance Taylor  <ian@cygnus.com>
5016
5017         * configure.tgt (sparc*-*-sysv4*): New target.  From Andrew Gierth
5018         <ANDREWG@microlise.co.uk>.
5019
5020         * configure.host: Change irix5 to irix[56]*.
5021         * configure.tgt: Likewise.
5022
5023 Wed Jul 17 10:52:46 1996  Kim Knuttila  <krk@cygnus.com>
5024
5025         * emultempl/pe.em (sort_sections): Pay attention to return code.
5026
5027         * ldmisc.c (demangle): Remove all prefix '.'s from a name.
5028
5029 Mon Jul 15 11:49:49 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5030
5031         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Round
5032         the value of __start_SECNAME to the alignment required by the
5033         section to be placed.
5034
5035 Tue Jul  9 12:09:02 1996  Ian Lance Taylor  <ian@cygnus.com>
5036
5037         * configure.tgt (mips*el-*-elf*): Use elf32elmip.
5038         (mips*-*-elf*): Use elf32ebmip.
5039         * emulparams/elf32bmip.sh (EMBEDDED): Don't define.
5040         * emulparams/elf32lmip.sh (EMBEDDED): Don't define.
5041         * emulparams/elf32elmip.sh: New file; copy of elf32lmip.sh with
5042         EMBEDDED defined.
5043         * emulparams/elf32ebmip.sh: New file; copy of elf32bmip.sh with
5044         EMBEDDED defined.
5045         * emulparams/elf32b4300.sh (EMBEDDED): Define.
5046         * emulparams/elf32l4300.sh (EMBEDDED): Define.
5047         * Makefile.in (ALL_EMULATIONS): Add eelf32ebmip.o eelf32elmip.o.
5048         (eelf32ebmip.c, eelf32elmip.c): New targets.
5049
5050 Thu Jul  4 12:01:03 1996  Ian Lance Taylor  <ian@cygnus.com>
5051
5052         * ldver.c (ldversion): Set version to cygnus-2.7.1.
5053
5054         * Released binutils 2.7.
5055
5056         * emulparams/pc532macha.sh: Rename from pc532machaout.sh to avoid
5057         System V file name limitations.
5058         * configure.tgt (nc32k-pc532-mach*, ns32k-pc532-ux*): Use
5059         pc532macha rather than pc532machaout.
5060         * Makefile.in (ALL_EMULATIONS): Change epc532machaout.o to
5061         epc532macha.o.
5062         (epc532macha.c): Rename target from epc532machaout.c.
5063
5064 Wed Jul  3 11:40:10 1996  Ian Lance Taylor  <ian@cygnus.com>
5065
5066         * ldlang.c (print_padding_statement): Use %u, not %x, to print
5067         fill value.
5068
5069 Sun Jun 30 11:16:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
5070
5071         * mpw-eppcmac.c: Update to reflect May 23 change to aix.em.
5072
5073 Thu Jun 27 14:03:42 1996  Ian Lance Taylor  <ian@cygnus.com>
5074
5075         * emultempl/sunos.em (gld${EMULATION_NAME}_find_so): Put the .sa
5076         file just before the .so file, rather than just after.
5077
5078         * configure.host: Use -print-file-name=FILE rather than piping
5079         -print-libgcc-file-name through sed.
5080         (i[345]86*-*-sco*, i[345]86-*-isc*): Create crtbegin.o and
5081         crtend.o files, in case gcc doesn't use them.
5082         * Makefile.in (mostlyclean): Remove crtbegin.o and crtend.o.
5083
5084 Wed Jun 26 15:57:21 1996  Ian Lance Taylor  <ian@cygnus.com>
5085
5086         * configure.tgt (mips*-dec-osf*): New target.
5087
5088 Tue Jun 25 22:15:29 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
5089
5090         * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
5091         INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
5092         (docdir): Removed.
5093         * configure.in (AC_PREREQ): autoconf 2.5 or higher.
5094         (AC_PROG_INSTALL): Added.
5095         * configure: Rebuilt.
5096
5097 Mon Jun 24 18:48:16 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
5098
5099         * scripttempl/elfppc.sc (_GLOBAL_OFFSET_TABLE_): Don't do a
5100         PROVIDE of _GLOBAL_OFFSET_TABLE_, since it needs to be at a
5101         non-fixed location.
5102
5103 Mon Jun 24 17:55:31 1996  Jouke Numan  <jnuman@bazis.nl>
5104
5105         * ldlang.h (enum section_type): Define.
5106         (lang_output_section_statement_type): Remove loadable field.  Add
5107         sectype field.
5108         (lang_enter_output_section_statement): Change flags parameter in
5109         prototype to sectype.
5110         * ldgram.y (typebits): Remove.
5111         (sectype): New static variable.
5112         (opt_at): Use sectype rather than typebits.
5113         (type): Set sectype rather than typebits.
5114         (atype): Likewise.
5115         * ldlex.l: Recognize DSECT, COPY, INFO, and OVERLAY in
5116         EXPRESSION mode.
5117         * ldlang.c (lang_output_section_statement_lookup): Set sectype
5118         field rather than loadable field.
5119         (wild_doit): Check sectype rather than loadable.
5120         (lang_record_phdrs): Likewise.
5121         (lang_enter_output_section_statement): Rename flags parameter to
5122         sectype.  Set sectype field rather than loadable field.  Set flags
5123         field based on sectype.
5124
5125 Mon Jun 24 12:00:32 1996  Ian Lance Taylor  <ian@cygnus.com>
5126
5127         * scripttempl/elf.sc: Force .stab* and .comment sections to start
5128         at 0.
5129
5130         * configure.in: On alpha*-*-osf*, link against libbfd.a if not
5131         using shared libraries.
5132         * configure: Rebuild with autoconf 2.10.
5133
5134 Fri Jun 21 17:40:56 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
5135
5136         * configure.tgt: Add support for *-*-rtems* configurations.
5137
5138 Fri Jun 21 13:05:51 1996  Richard Henderson  <rth@tamu.edu>
5139
5140         * configure.tgt (alpha-*-linuxecoff*): New target.
5141         (alpha-*-linux*): Use elf64alpha.
5142         * emulparams/elf64alpha.sh: New file.
5143         * emultempl/elf32.em: If ELFSIZE is not set, set it to 32.  Use
5144         ${ELFSIZE} rather than 32 when calling BFD routines.
5145         (hold_rodata): New static variable.
5146         (gld${EMULATION_NAME}_place_orphan): Use hold_rodata for a
5147         readonly section that is not code.
5148         (gld${EMULATION_NAME}_place_section): Set hold_rodata.  Don't use
5149         a .rel section unless its bfd_section field is not NULL.
5150         * Makefile.in (ALL_EMULATIONS): Add eelf64alpha.o.
5151         (eelf64alpha.c): New target.
5152
5153 Fri Jun 21 12:45:46 1996  Ian Lance Taylor  <ian@cygnus.com>
5154
5155         * ldmisc.c (vfinfo): Correct handling of 0 in %W case.
5156
5157 Thu Jun 20 13:55:28 1996  Ian Lance Taylor  <ian@cygnus.com>
5158
5159         Add enough support to understand the gcc svr3.ifile script:
5160         * ldlex.l: Recognize BLOCK and GROUP in EXPRESSION context.  Add
5161         BIND keyword.
5162         * ldgram.y: Add BIND token.
5163         (section): Recognize GROUP.
5164         (opt_ext_with_type): Recognize a couple of cases of BIND.
5165         * ldlang.c (init_os): Don't do anything if section is already
5166         initialized.  Call exp_init_os on addr_tree field.
5167         (exp_init_os): New static function.
5168         (map_input_to_output_sections): Call exp_init_os on assignment
5169         expression.
5170         (lang_place_orphans): Check for common sections by name COMMON
5171         rather than by common_section field.  Don't warn about absence of
5172         [COMMON] command.
5173
5174         * ldlang.h (lang_input_statement_type): Remove useless fields
5175         common_section, common_output_section, and complained, as well as
5176         all references to them.
5177
5178         * ldexp.c: Reindent a lot of code.
5179         (exp_fold_tree): Call FAIL rather than einfo in default case.
5180
5181 Wed Jun 19 11:40:14 1996  Ian Lance Taylor  <ian@cygnus.com>
5182
5183         * configure.host (m88*-*-dgux*): Quote HOSTING_CRT0.  From
5184         <randall.hron@medaphis.com>.
5185
5186 Tue Jun 18 15:53:09 1996  Jeffrey A. Law  <law@rtl.cygnus.com>
5187
5188         * scripttempl/h8300s.sc: New file for H8/S.
5189         * emulpararms/h8300s.sh: New file for H8/S.
5190         * Makefile.in (ALL_EMULATIONS): Add H8/S.
5191         (e_h8300s.c): Add dependencies.
5192         * configure.tgt: Add H8/S to targ_extra_emuls.
5193
5194 Tue Jun 18 17:55:39 1996  Ian Lance Taylor  <ian@cygnus.com>
5195
5196         * configure.tgt (i[345]86*-*-isc*): New target.  From
5197         <uddeborg@carmen.se>.
5198
5199 Wed Jun 12 12:46:21 1996  Ian Lance Taylor  <ian@cygnus.com>
5200
5201         * lexsup.c: Include "libiberty.h".
5202         (parse_args): Copy the -Y argument into memory.
5203         (set_default_dirlist): Don't put the ':' back into the directory
5204         list.
5205
5206 Fri Jun  7 11:27:42 1996  Ian Lance Taylor  <ian@cygnus.com>
5207
5208         * emultempl/sunos.em: Include libiberty.h.
5209         (gld${EMULATION_NAME}_set_symbols): New static function to add
5210         LD_LIBRARY_PATH to the list of search directories.
5211         (ld_${EMULATION_NAME}_emulation): Add new set_symbols routine.
5212
5213 Thu Jun  6 11:50:31 1996  Ian Lance Taylor  <ian@cygnus.com>
5214
5215         * emulparams/elf32bmip.sh (OTHER_GOT_SYMBOLS): Use ALIGN(16)
5216         rather than . when computing _gp value.  From Per Fogelstrom.
5217         * emulparams/elf32lmip.sh (OTHER_GOT_SYMBOLS): Likewise.
5218
5219         * ldmain.c (main): Don't close and unlink the file on error, since
5220         remove_output will do it anyhow.
5221         * ldlang.c (open_output): Set boolean variable to true, not 1.
5222
5223 Wed Jun  5 18:34:14 1996  James G. Smith  <jsmith@cygnus.co.uk>
5224
5225         * emulparams/{elf32b4300.sh,elf32l4300.sh} (SCRIPT_NAME): Use
5226         elfmips instead of elf.
5227
5228 Tue Jun  4 18:43:07 1996  Ian Lance Taylor  <ian@cygnus.com>
5229
5230         * ldcref.c: New file.
5231         * ld.h (add_cref, output_cref): Declare.
5232         * ldmain.c (main): Initialize notice_all field.  If it is set at
5233         end of link, call output_cref.
5234         (notice): Rename from notice_ysym.  Check notice_all.
5235         * ldmisc.c (finfo): Make globally visible.
5236         * ldmisc.h (finfo): Declare.
5237         * lexsup.c (OPTION_CREF): Define.
5238         (ld_options): Add "cref".
5239         (parse_args): Handle OPTION_CREF.
5240         * Makefile.in: Rebuild dependencies.
5241         (CFILES): Add ldcref.c.
5242         (OFILES): Add ldcref.o.
5243         * ld.texinfo, ld.1: Document --cref.
5244
5245 Tue Jun  4 12:12:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
5246
5247         * Makefile.in (install): Make $(tooldir) and $(tooldir)/bin.
5248
5249 Fri May 31 12:40:55 1996  Ian Lance Taylor  <ian@cygnus.com>
5250
5251         * emultempl/pe.em (sort_sections): Don't assume that a
5252         wild_statement has a section name.
5253
5254 Wed May 29 13:13:35 1996  Ian Lance Taylor  <ian@cygnus.com>
5255
5256         * scripttempl/elfmips.sc: Quote test -z argument.
5257
5258         * ld.texinfo: Clarify the CONSTRUCTORS command.
5259
5260 Thu May 23 16:07:44 1996  Ian Lance Taylor  <ian@cygnus.com>
5261
5262         * emultempl/aix.em (gld${EMULATION_NAME}_read_file): Initialize
5263         file, not impfile.
5264
5265 Wed May 22 11:31:30 1996  Doug Evans  <dje@seba.cygnus.com>
5266
5267         * ldlang.c (wild_doit): Don't copy over SEC_LINK_{ONCE,DUPLICATES}
5268         if final link.
5269         * emultempl/pe.em (sfunc): Renamed to sort_by_file_name.
5270         (sort_by_section_name, sort_sections_1): New functions.
5271         (sort_sections): Only sort by file name sections in .idata.
5272         Add "Grouped Sections" support.
5273         (gld${EMULATION_NAME}_place_orphan): Rewrite to support Grouped
5274         Sections.
5275         (gld${EMULATION_NAME}_place_section): Delete.
5276         * scripttempl/pe.sc (.text,.data,.rdata): Add *(.foo\$).
5277         (.CRT,.rsrc): Rewrite to use Grouped Section support.
5278
5279 Tue May 21 14:31:48 1996  Stan Shebs  <shebs@andros.cygnus.com>
5280
5281         * mpw-eppcmac.c: Update to reflect changes to aix.em.
5282
5283 Sun May 19 16:59:44 1996  Doug Evans  <dje@seba.cygnus.com>
5284
5285         * ldlang.c (dprint_statement): Stop printing at end of list.
5286
5287 Sat May 18 13:12:05 1996  Steve Chamberlain  <sac@slash.cygnus.com>
5288
5289         Support for --force-exe-suffix
5290         * ld.h (args_type): Add force_exe_suffix.
5291         * ld.texinfo: Add documentation.
5292         * ldmain.c (main):  Add support for option.
5293         * lexsup.c (OPTION_FORCE_EXE_SUFFIX): New.
5294         (ld_options, parse_args):  Add support for option.
5295
5296 Wed May 15 12:50:25 1996  Jim Wilson  <wilson@chestnut.cygnus.com>
5297
5298         * emultempl/pe.em (set_pe_value): Pass 0 not 16 to strtoul call.
5299
5300 Fri May 10 16:28:44 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
5301
5302         * scripttempl/elfppc.sc (__stack): Make __stack 0 if it was
5303         referenced but not defined.
5304
5305 Thu May  9 08:52:23 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
5306
5307         * emulparams/{elf32bmip.sh,elf32lmip.sh,mipsidt.sh,mipsidtl.sh}:
5308         Set a new variable to signify if the final target is an embedded
5309         system.
5310         * scripttempl/{mips.sc,elfmips.sc}: Don't add SIZEOF_HEADERS to
5311         .text for an embedded system.
5312
5313 Tue May  7 10:56:11 1996  Doug Evans  <dje@canuck.cygnus.com>
5314
5315         * scripttempl/pe.em (gld${EMULATION_NAME}_place_orphan): New function.
5316         (gld${EMULATION_NAME}_place_section): New function.
5317         (hold_{section,use,text,rdata,data}): New static locals.
5318         (ld_${EMULATION_NAME}_emulation): Update orphan field.
5319         * scripttempl/pe.sc: Whitespace cleanup.  Semicolon usage cleanup.
5320         (INIT,FINI): Delete, unused.
5321         (.text): Document orphan .text.foo sections.
5322         (.rdata): Document orphan .rdata.foo sections.
5323         (.data): Document orphan .data.foo sections.
5324
5325 Tue May  7 11:35:46 1996  Jeffrey A Law  (law@cygnus.com)
5326
5327         * scripttempl/h8300.sc: Place ".tiny" sections right
5328         after ".data" sections.
5329         * scripttempl/h8300h.sc: Place ".tiny" sections into
5330         the "tiny" memory region, 0xff8000 through 0xffff00.
5331
5332         * scripttempl/h8300.sc: Set the entry point to the value of
5333         "_start" rather than the start of the text segment.
5334         * scripttempl/h8300h.sc: Likewise.
5335
5336         * scripttempl/h8300.sc: Place .rodata sections before .text
5337         sections in main ram.
5338         * scripttempl/h8300h.sc: Likewise.
5339
5340 Mon May  6 23:32:30 1996  Jeffrey A Law  (law@cygnus.com)
5341
5342         * scripttempl/h8300h.sc: Use "eight", not "eightbit" for the
5343         8-bit region and 8-bit sections.
5344
5345 Wed May  1 17:50:06 1996  Doug Evans  <dje@canuck.cygnus.com>
5346
5347         * ldlang.c (section_already_linked): Fix typos.
5348
5349 Mon Apr 29 20:31:06 1996  Doug Evans  <dje@canuck.cygnus.com>
5350
5351         * scripttempl/pe.sc (.endjunk): Define __end__.
5352
5353 Mon Apr 29 17:05:13 1996  Ian Lance Taylor  <ian@cygnus.com>
5354
5355         * ldlang.c (longest_section_name): Remove.
5356         (SECTION_NAME_MAP_LENGTH): Define.
5357         (print_size, print_alignment, print_fill, print_section): Remove.
5358         (print_flags): Remove.
5359         (lang_map): Rewrite.
5360         (print_output_section_statement): Rewrite.
5361         (print_assignment): Rewrite.
5362         (print_one_symbol): Rewrite.
5363         (print_input_section): Rewrite.
5364         (print_fill_statement): Rewrite.
5365         (print_data_statement): Rewrite.
5366         (print_address_statement): New static function.
5367         (print_reloc_statement): Rewrite.
5368         (print_padding_statement): Rewrite.
5369         (print_wild_statement): Rewrite.
5370         (print_statement_list): Clean up.
5371         (print_statement): Clean up.  Some minor output changes.
5372         (print_statements): Clean up.
5373         (load_symbols): Put another - before -whole-archive.
5374         * ldexp.c (exp_print_tree): Change etree_value and etree_rel to
5375         print 0x and to omit leading zeroes.  For etree_rel, use %B to
5376         print the BFD.  For etree_assign, remove the space after the
5377         destination name.
5378         * ldwrite.c: Include "libiberty.h".
5379         (clone_section): Call xstrdup, not strdup.
5380         (ldwrite): Don't print any map information.
5381         (print_symbol_table, print_file_stuff, print_symbol): Remove.
5382         * ldmain.c (main): Call lang_map when appropriate.
5383         * ldmisc.c (vfinfo): Add support for %W.
5384         (print_address): Remove.
5385         * ldmisc.h (print_address): Don't declare.
5386         * Makefile.in: Rebuild dependencies.
5387
5388 Mon Apr 29 10:29:07 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5389
5390         * configure.host (m68*-*-linux*): Add -dynamic-linker to
5391         HOSTING_CRT0.  Search -lgcc both before and after -lc in
5392         HOSTING_LIBS.  Look for crt{begin,end}.o in the compiler directory
5393         at first.
5394         (i[345]86-*-linux*): Look for crt{begin,end}.o in the compiler
5395         directory at first.
5396
5397 Fri Apr 26 14:42:27 1996  Ian Lance Taylor  <ian@cygnus.com>
5398
5399         * ldmisc.h (demangle): Declare.
5400         * ldmisc.c: Include "libiberty.h".  Include demangle.h with "",
5401         not <>.
5402         (demangle): Make non-static.  Remove remove_underscore paramter.
5403         Always return an allocated string.
5404         (vfinfo): Free result of demangle.  Add case 'G'.  Use %T to print
5405         functionname, rather than calling demangle.  Print a colon between
5406         the BFD(section+offset) and the line number.
5407         * ldmain.c (add_archive_element): Improve format of archive
5408         information in map file.
5409         (constructor_callback): Don't print anything to the map file.
5410         * ldlang.c (lang_one_common): Improve format of common symbol
5411         information in map file.
5412         * ldctor.c (ldctor_build_sets): If producing a map file, print set
5413         information.
5414         * ldwrite.c (print_symbol_table): Print a newline before the
5415         header in the map file.
5416         * Makefile.in: Rebuild dependencies.
5417
5418         * ldmisc.c (vfinfo): Reindent.
5419
5420 Mon Apr 22 12:07:32 1996  Ian Lance Taylor  <ian@cygnus.com>
5421
5422         * ldlang.c (lang_size_sections): If _cooked_size is not 0, then
5423         don't clobber it when not relaxing.
5424
5425         * ld.h (ld_config_type): Remove traditional_format field.
5426         * ldmain.c (main): Use link_info.traditional_format rather than
5427         config.traditional_format.
5428         * ldlang.c (ldlang_open_output): Likewise.
5429         * lexsup.c (parse_args): Likewise.
5430         * emultempl/aix.em (gld${EMULATION_NAME}_parse_args): Likewise.
5431         * mpw-eppcmac.c (gldppcmacos_parse_args): Likewise.
5432
5433         * ldlang.c (wild_doit): Discard debugging sections if we are
5434         stripping debugging information.
5435
5436         * emulparams/z8002.sh (ARCH): Set to z8002, not z8k.
5437
5438 Tue Apr 16 16:38:32 1996  Ian Lance Taylor  <ian@cygnus.com>
5439
5440         * ldexp.c (fold_binary): Correct handling of subtraction with
5441         absolute values.
5442         (fold_name): Permit symbols in lang_allocating_phase_enum.
5443
5444         * scripttempl/aout.sc: Only PROVIDE __stack when RELOCATING.  Undo
5445         accidental changes in last patch.
5446
5447 Tue Apr 16 10:25:42 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
5448
5449         * configure.tgt (powerpc*-*-{sysv,linux}): Add aliases.
5450         (powerpcle*-*-{sysv,solaris}): Ditto.
5451
5452 Mon Apr 15 14:50:56 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
5453
5454         * scripttempl/aout.sc: Add PROVIDE (__stack = 0) so I can use it
5455         in m68k/crt0.S without things blowing up.
5456
5457 Fri Apr 12 16:40:56 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
5458
5459         * scripttempl/m68kcoff.sc: Remove default address for .data so
5460         .text, .data, and .bss are all sequential.
5461
5462 Thu Apr 11 12:05:35 1996  Ian Lance Taylor  <ian@cygnus.com>
5463
5464         * scripttempl/m68kcoff.sc: Remove regions and simplify.
5465
5466 Wed Apr 10 14:41:53 1996  Jeffrey A Law  (law@cygnus.com)
5467
5468         * scripttempl/h8300.sc: Add the "8-bit area" in the upper 256
5469         bytes of the address space.  Put data from the ".eight" sections
5470         into the 8-bit area.
5471         * scripttempl/h8300h.sc: Likewise.
5472
5473 Tue Apr  9 14:10:42 1996  Doug Evans  <dje@canuck.cygnus.com>
5474
5475         * emultempl/generic.em (gld${EMULATION_NAME}_before_parse):
5476         Pass $ARCH to ldfile_set_output_arch instead of setting
5477         ldfile_output_architecture directly.
5478
5479 Tue Apr  9 14:22:15 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
5480
5481         * scripttempl/elfppc.sc (.init,.fini): Put .init, .fini section
5482         next to .text.  Put _etext after .text, .init, .fini, and
5483         .rodata{,2} sections.
5484
5485 Tue Apr  9 12:18:57 1996  Ian Lance Taylor  <ian@cygnus.com>
5486
5487         * ld.texinfo: Rearrange option documentation.
5488
5489         * lexsup.c (ld_options): New static array.
5490         (parse_args): Build shortopts and longopts from ld_options array.
5491         (help): New static function.
5492         * ldver.h (help): Don't declare.
5493         * ldver.c (ldversion): Reindent.
5494         (help): Remove.
5495
5496         * ld.texinfo, ld.1: Mention -E as a synonym for -export-dynamic.
5497
5498 Mon Apr  8 11:56:23 1996  Ian Lance Taylor  <ian@cygnus.com>
5499
5500         * emultempl/elf32.em: When checking for a native emulation, check
5501         that the current emulation is the default emulation.
5502         * emultempl/sunos.em: Likewise.
5503
5504         * configure.in: Permit --enable-shared to specify a list of
5505         directories.
5506         * configure: Rebuild.
5507
5508         * lexsup.c (parse_args): Add -E as a synonym for -export-dynamic,
5509         for HP/UX compatibility.
5510
5511 Fri Apr  5 14:30:14 1996  Ian Lance Taylor  <ian@cygnus.com>
5512
5513         * emultempl/elf32.em (gld${EMULATION_NAME}_check_ld_so_conf): New
5514         static function, if ${host} = ${target}.
5515         (gld${EMULATION_NAME}_after_open): Call check_ld_so_conf to find a
5516         needed shared library if ${host} = $[target}.
5517
5518         * configure.host (i[345]86-*-linux*): Add -dynamic-linker to
5519         HOSTING_CRT0.  Search -lgcc both before and after -lc in
5520         HOSTING_LIBS.
5521
5522         * configure.tgt: Add i[345]86-*-freebsdelf* target; from John
5523         Polstra <jdp@polstra.com>.
5524
5525 Fri Apr  5 18:11:25 1996  James G. Smith  <jsmith@cygnus.co.uk>
5526
5527         * emulparams/elf32{b,l}4300.sh (MACHINE): Add explicit
5528         architecture number.
5529         * scripttempl/elf.sc: Use $MACHINE definition if present.
5530         * configure.tgt (targ_extra_emuls): Force 4100 build to use same
5531         template as 4300.
5532
5533 Mon Apr  1 17:35:40 1996  Ian Lance Taylor  <ian@cygnus.com>
5534
5535         * ldlang.c (lang_size_sections): Change region check to handle
5536         regions which end at the highest possible address correctly.
5537         From Roland Weber <roweber@ira.uka.de>.
5538
5539         * ldlang.c (section_already_linked): New static function.
5540         (wild_doit): Discard sections with SEC_EXCLUDE set if not doing a
5541         relocateable link.  Don't worry about section being NULL, since it
5542         never should be.  Don't call init_os unless the section is going
5543         to be added.
5544         (ldlang_add_file): Call section_already_linked for each section.
5545         * ldmain.c (multiple_definition): Don't warn about multiple
5546         definitions in sections which are being discarded.
5547
5548 Sun Mar 31 00:30:47 1996  steve chamberlain  <sac@slash.cygnus.com>
5549
5550         * scripttempl/{ppcpe.sc, pe.sc} (.junk): Remove and use /DISCARD/.
5551         * emultempl/pe.em (init): Remove special case PPC code.
5552
5553 Fri Mar 29 00:01:29 1996  Jeffrey A Law  (law@cygnus.com)
5554
5555         * scripttempl/h8300.sc: Make vectors section 0xc4 bytes long
5556         so as not to overwrite the magic syscall entry at 0xc4.
5557         * scripttempl/h8300h.sc: Likewise.
5558
5559 Thu Mar 28 11:05:47 1996  Doug Evans  <dje@canuck.cygnus.com>
5560
5561         * configure.tgt (sparc64-*-solaris2*): Delete.
5562         Stick with sparc-*-solaris2*.
5563
5564 Wed Mar 27 12:33:24 1996  Ian Lance Taylor  <ian@cygnus.com>
5565
5566         * ld.h (DISCARD_SECTION_NAME): Define to "/DISCARD/".
5567         * ldlang.c (init_os): Fail on an attempt to initialize any section
5568         named DISCARD_SECTION_NAME.
5569         (wild_doit): Discard input sections assigned to an output section
5570         named DISCARD_SECTION_NAME.
5571         * ld.texinfo: Document use of /DISCARD/.
5572
5573         * ldlang.c: Fix some indentation and comments.
5574
5575 Tue Mar 26 18:14:49 1996  Ian Lance Taylor  <ian@cygnus.com>
5576
5577         * ldmain.c (main): Call bfd_set_error_program_name.
5578
5579 Thu Mar 21 13:17:34 1996  Ian Lance Taylor  <ian@cygnus.com>
5580
5581         * ld.texinfo: Fix a couple of indexing entries.  Mention that
5582         --verbose displays builtin linker scripts.
5583
5584         * ldmisc.c (vfinfo): case 'I': If the file is not in an archive,
5585         and the local symbol name does not match the filename, print the
5586         filename as well.
5587
5588         Patches from John Polstra <jdp@polstra.com> for FreeBSD ELF:
5589         * lexsup.c (parse_args): -Bshareable is a synonym for -shared.
5590         * emulparams/elf_i386.sh (NONPAGED_TEXT_START_ADDR): Make the same
5591         as TEXT_START_ADDR.
5592
5593 Wed Mar 20 18:18:25 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5594
5595         * ld.texinfo: Fix typos.  Use @pxref only inside parentheses.
5596
5597 Wed Mar 20 16:56:15 1996  Ian Lance Taylor  <ian@cygnus.com>
5598
5599         * ldmain.c (add_wrap): New function.
5600         * ldmain.h (add_wrap): Declare.
5601         * lexsup.c (parse_args): Call add_wrap.
5602
5603 Tue Mar 19 16:44:20 1996  Doug Evans  <dje@canuck.cygnus.com>
5604
5605         * configure.host (sparc*-*-solaris2* host): Accept any sparc variant.
5606
5607 Wed Mar 13 17:47:31 1996  Jeffrey A Law  (law@cygnus.com)
5608
5609         * scripttempl/h8300.sc: Change name of page zero memory
5610         from "null" to "vectors".  Create an output section for
5611         vectors.  Add comments on how to explicitly place items
5612         in the vector table.
5613         * scripttempl/h8300h.sc: Likewise.
5614
5615 Wed Mar 13 12:40:18 1996  Ian Lance Taylor  <ian@cygnus.com>
5616
5617         * emultempl/lnk960.em (machine_table): Add jx and hx.
5618
5619         * genscripts.sh: Don't use ${9:-xx}, since Ultrix /bin/sh doesn't
5620         support it.
5621
5622 Tue Mar 12 12:43:59 1996  David Mosberger-Tang  <davidm@koala.azstarnet.com>
5623
5624         * ld.h (ld_config_type): Add warn_multiple_gp field.
5625         * lexsup.c (parse_args): Handle --warn-multiple-gp.
5626         * ldmain.c (warning_callback): Suppress multiple gp values warning
5627         if --warn_multiple_gp was not used.
5628         * ld.texinfo, ld.1: Document --warn-multiple-gp.
5629
5630 Tue Mar 12 12:02:21 1996  Ian Lance Taylor  <ian@cygnus.com>
5631
5632         * lexsup.c (parse_args): Handle --wrap.
5633         * ldmain.c (main): Initialize link_info.wrap_hash.
5634         * ldexp.c (fold_name): Use bfd_wrapped_link_hash_lookup in DEFINED
5635         and NAME cases.
5636         * ld.texinfo, ld.1: Document --wrap.
5637
5638         * configure: Rebuild with autoconf 2.8.
5639
5640         Don't do SunOS style dynamic linking for sparc-aout:
5641         * configure.tgt (sparc64-*-aout*): Use sparcaout, not sun4.
5642         (sparclite*-fujitsu-*, sparc*-*-aout): Likewise.
5643         (sparc*-wrs-vxworks*): Likewise.
5644         * emulparams/sparcaout.sh: New file.
5645         * Makefile.in (ALL_EMULATIONS): Add esparcaout.o.
5646         (esparcaout.c): New target.
5647
5648 Wed Mar  6 16:06:52 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
5649
5650         * scripttempl/elfppc.sc (.sdata2, .sbss2): Implement Feb 2 change
5651         in a different manner to work around differences in shell variable
5652         expansion.
5653
5654 Wed Mar  6 18:08:18 1996  Ian Lance Taylor  <ian@cygnus.com>
5655
5656         * ldemul.h (ldemul_unrecognized_file): Declare.
5657         (ldemulation_xfer_type): Add unrecognized_file field.
5658         * ldemul.c (ldemul_unrecognized_file): New function.
5659         * ldlang.c (load_symbols): If a file can not be recognized, call
5660         ldemul_unrecognized_file before trying it as a linker script.
5661         * aix.em (gld${EMULATION_NAME}_unrecognized_file): New static
5662         function.
5663         (gld${EMULATION_NAME}_read_file): Use FOPEN_RT, not "r".
5664         (ld_${EMULATION_NAME}_emulation): Initialize unrecognized_file.
5665
5666 Mon Mar  4 14:11:17 1996  Ian Lance Taylor  <ian@cygnus.com>
5667
5668         * ldlang.c (wild): Handle foo.a(.text) by mapping each included
5669         member of foo.a separately.  From Jouke Numan <jnuman@bazis.nl>.
5670
5671 Fri Mar  1 10:24:59 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5672
5673         * emultempl/elf32.em (gld${EMULATION_NAME}_find_exp_assignment):
5674         Search trinary.cond rather than searching trinary.lhs twice.
5675
5676 Tue Feb 27 15:08:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
5677
5678         * mpw-make.sed: Edit out shared library support.
5679         (@TDIRS@): Edit out, can't use genscripts.
5680
5681 Tue Feb 27 15:09:21 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5682
5683         * configure.tgt (m68k-*-linuxaout*, m68k-*-linux*): New targets.
5684         * emulparams/m68klinux.sh: New file.
5685         * emultempl/linux.em (gld${EMULATION_NAME}_before_allocation):
5686         Call bfd_${EMULATION_NAME}_size_dynamic_sections instead of
5687         bfd_linux_size_dynamic_sections.
5688         * Makefile.in (ALL_EMULATIONS): Add em68klinux.o.
5689         (em68klinux.c): New target.
5690         * configure.host (m68*-*-linuxaout*, m68*-*-linux*): New hosts.
5691
5692 Tue Feb 27 12:55:46 1996  Ian Lance Taylor  <ian@cygnus.com>
5693
5694         * Makefile.in (ALL_EMULATIONS): Sort into alphabetical order.
5695         Fill in missing entries.
5696
5697         * lexsup.c (parse_args): Recognize --no-whole-archive.
5698         * ldlang.h (lang_input_statement_type): Add whole_archive field.
5699         * ldlang.c (new_afile): Set whole_archive field.
5700         (load_symbols): Check input file specific whole_archive field
5701         rather than global variable.
5702         * ld.texinfo, ld.1: Document --no-whole-archive.
5703
5704 Tue Feb 20 16:07:00 1996  Ian Lance Taylor  <ian@cygnus.com>
5705
5706         * configure.tgt: Correct gldi960 to gld960.
5707
5708 Mon Feb 19 11:16:44 1996  Ian Lance Taylor  <ian@cygnus.com>
5709
5710         * emultempl/elf32.em (gld${EMULATION_NAME}_check_needed): Check
5711         the SONAME if it is available.
5712         (gld${EMULATION_NAME}_stat_needed): Use the SONAME, not the
5713         filename, when checking for conflicting library versions.  Don't
5714         assume that the suffix is only numbers and dots.
5715
5716         * ld.texinfo: Mention that -R can be used for -rpath.
5717
5718 Sun Feb 18 15:05:17 1996  Ian Lance Taylor  <ian@cygnus.com>
5719
5720         * configure.host: Check for 'do not mix' from native linker before
5721         trying to use -rpath.
5722
5723 Thu Feb 15 13:58:06 1996  Ian Lance Taylor  <ian@cygnus.com>
5724
5725         * configure.in: Remove explicit substitution of CFLAGS; autoconf
5726         does it anyhow.
5727         * configure: Rebuild.
5728         * Makefile.in (LDFLAGS): Set to @LDFLAGS@.
5729
5730         * configure.in: Call AC_PROG_CC before configure.host.
5731         * configure: Rebuild.
5732         * configure.host: Remove go32 host, since it should no longer be
5733         necessary.  Don't set CC for romp host.
5734
5735         * scripttempl/elf.sc: Don't skip a page in virtual memory space if
5736         the text segment ends exactly on a page boundary.
5737
5738         * configure.in: Substitute RPATH_ENVVAR.
5739         * configure: Rebuild.
5740         * configure.host: Set RPATH_ENVVAR.
5741         * Makefile.in (RPATH_ENVVAR): New variable.
5742         (check): Use $(RPATH_ENVVAR) rather than LD_LIBRARY_PATH.
5743
5744 Wed Feb 14 18:49:01 1996  Alan Modra  <alan@spri.levels.unisa.edu.au>
5745
5746         * configure.in: Redo emulation handling so that each emulation
5747         searches the correct tool directory, based on the target alias.
5748         For example, "configure --enable-targets=m68k-coff i386-linux"
5749         will search /usr/local/i386-linux/lib for linux and
5750         /usr/local/m68k-coff/lib for m68k-coff.
5751         * configure: Rebuild.
5752         * configure.tgt: Add special tdir settings for Linux.
5753         * Makefile.in: Add @TDIRS@.  Pass "$(tdir_EMUL)" to ${GENSCRIPTS}
5754         for each eEMUL.c target.
5755         * genscripts.sh: Accept specific alias as 9th argument, and use it
5756         in LIB_PATH.
5757
5758 Wed Feb 14 16:38:36 1996  Martin Anantharaman  <martin@mail.imech.uni-duisburg.de>
5759
5760         * ldlang.c (lang_set_startof): Don't do anything for a
5761         relocateable link.
5762
5763         * ldgram.y (mri_script_file): Call mri_draw_tree.
5764         * mri.c (mri_draw_tree): Make globally visible.  Don't bother to
5765         create memory regions.
5766         (mri_load): Don't call mri_draw_tree.
5767         * mri.h (mri_draw_tree): Declare.
5768
5769         * configure.tgt (m68*-*-psos): New target.
5770         * emulparams/m68kpsos.sh: New file.
5771         * scripttempl/psos.sc: New file.
5772         * Makefile.in (ALL_EMULATIONS): Add em68kpsos.o.
5773         (em68kpsos.c): New target.
5774
5775 Wed Feb 14 11:09:25 1996  Ian Lance Taylor  <ian@cygnus.com>
5776
5777         * configure.tgt (*-*-ieee*): New target; use vanilla.
5778
5779         * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Strip
5780         `:foo' from ${ARCH}.
5781
5782 Tue Feb 13 15:58:58 1996  Bryan Ford  <baford@snake.cs.utah.edu>
5783
5784         * scripttempl/i386msdos.sc: Don't pad the .text section.  Put
5785         .rodata in .data.
5786
5787 Tue Feb 13 14:04:19 1996  Ian Lance Taylor  <ian@cygnus.com>
5788
5789         * configure.host: Set HDLFLAGS for *-*-hpux with --enable-shared.
5790
5791         * emultempl/elf32.em (gld${EMULATION_NAME}_stat_needed): Warn if
5792         it looks like we might be linking in two different versions of the
5793         same shared library.  Based on a patch from H J Lu <hjl@zoom.com>.
5794
5795 Thu Feb  8 19:25:54 1996  Ian Lance Taylor  <ian@cygnus.com>
5796
5797         * ldlang.c (lang_size_sections): Increment the section size when a
5798         padding statement is encountered.
5799
5800 Wed Feb  7 14:01:33 1996  Ian Lance Taylor  <ian@cygnus.com>
5801
5802         * configure.in: Look for --enable-shared.  Change the value of
5803         BFDLIB when linking against a shared library on SunOS.
5804         * configure: Rebuild.
5805         * configure.host: If using a shared BFD library, try to pass a
5806         reasonable -rpath option when linking.
5807         * Makefile.in (BFDLIB): Set to @BFDLIB@.
5808
5809 Tue Feb  6 12:29:14 1996  Doug Evans  <dje@charmed.cygnus.com>
5810
5811         * emulparams/elf64_sparc.sh (ARCH): Change to `sparc:v9'.
5812         * emultempl/generic.em: Strip `:foo' from ${ARCH}.
5813
5814 Mon Feb  5 16:25:30 1996  Ian Lance Taylor  <ian@cygnus.com>
5815
5816         Support for building bfd and opcodes as shared libraries, based on
5817         patches from Alan Modra <alan@spri.levels.unisa.edu.au>:
5818         * configure.in (HLDFLAGS): New substitution.
5819         * configure: Rebuild.
5820         * configure.host: Set HLDFLAGS on SunOS.
5821         * Makefile.in (HLDFLAGS): New variable.
5822         (BFDDEP): New variable.
5823         (BFDLIB): Change to -L../bfd -lbfd.
5824         ($(LD_PROG)): Depend upon $(BFDDEP) rathern than $(BFDLIB).  Use
5825         $(HLDFLAGS) in link.
5826         (check): Set LD_LIBRARY_PATH in the environment.
5827
5828 Fri Feb  2 19:26:25 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
5829
5830         * scripttempl/elfppc.sc (.sdata2, .sbss2): Put .sdata2 and .sbss
5831         in the read-only section, not read/write unless we are making a
5832         shared library.
5833         (.debug*): Add dwarf debug sections.
5834         (.rela.{sdata*,sbss*}): Add sections.
5835
5836 Fri Feb  2 16:50:21 1996  Ian Lance Taylor  <ian@cygnus.com>
5837
5838         * configure: Regenerate.
5839
5840 Thu Feb  1 10:50:46 1996  Ian Lance Taylor  <ian@cygnus.com>
5841
5842         * emulparams/elf_i386.sh (TEXT_START_ADDR): Change to 0x8048000,
5843         for SVR4 compatibility.
5844
5845         * ldexp.c (exp_fold_tree): Correct handling of ABSOLUTE.
5846
5847 Wed Jan 31 17:30:19 1996  Steve Chamberlain  <sac@slash.cygnus.com>
5848
5849         * configure.tgt (i[345]86-*-cygwin32, powerpcle-*-cygwin32): New.
5850         * emultempl/pe.em (definfo init): Make the default stack reserve
5851         of a PPC larger.
5852
5853 Wed Jan 31 14:34:23 1996  Richard Henderson  <rth@tamu.edu>
5854
5855         * configure.tgt (m68*-apple-aux*): New target.
5856         * emulparams/m68kaux.sh: New file.
5857         * scripttempl/m68kaux.sc: New file.
5858         * Makefile.in (ALL_EMULATIONS): Add em68kaux.o.
5859         (em68kaux.c): New target.
5860
5861 Tue Jan 30 13:18:56 1996  Ian Lance Taylor  <ian@cygnus.com>
5862
5863         * emultempl/aix.em (gld${EMULATION_NAME}_parse_args): Ignore
5864         -bnoentry, since the right thing tends to happen anyhow.
5865
5866 Mon Jan 29 12:29:26 1996  Ian Lance Taylor  <ian@cygnus.com>
5867
5868         * ld.texinfo, ld.1: Document -export-dynamic.
5869
5870 Fri Jan 26 11:11:55 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5871
5872         * emultempl/sunos.em: Check for native compile by comparing
5873         ${target} and ${host}.
5874
5875 Thu Jan 25 16:46:58 1996  James G. Smith  <jsmith@cygnus.co.uk>
5876
5877         * emulparams/{elf32b4300.sh, elf32l4300.sh}: Changed
5878         TEXT_START_ADDR to allow use on IDT and PMON systems.
5879
5880 Wed Jan 24 20:59:40 1996  Steve Chamberlain  <sac@slash.cygnus.com>
5881
5882         * emultempl/pe.em (gld_${EMULATION_NAME}_parse_args):
5883         correct spelling.
5884
5885 Wed Jan 24 16:59:19 1996  Doug Evans  <dje@charmed.cygnus.com>
5886
5887         * configure.tgt (sparc64-*-solaris2*): New configuration.
5888         (sparc64-*-aout*): Renamed from sparc64*.
5889
5890 Mon Jan 22 13:01:35 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5891
5892         * Makefile.in (GENSCRIPTS): Pass @host@ @target@ @target_alias@.
5893         * genscripts.sh: Set host, target and target_alias variables.
5894         Check for native compile by comparing ${target} and ${host}.
5895         * emultempl/elf32.em: Likewise.
5896         * scripttempl/elfmips.sc: Test ${target}, not ${target_alias}.
5897
5898 Mon Jan 22 11:03:23 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
5899
5900         * scripttempl/elfppc.sc: Refine eabi support to better support
5901         .sdata, .sdata2, .sbss, etc. sections.
5902
5903 Tue Jan 16 15:16:58 1996  Ian Lance Taylor  <ian@cygnus.com>
5904
5905         * ldgram.y (%union): Add phdr field.
5906         (phdr): Use phdr_qualifiers rather than opt_hdrs and opt_at.
5907         (phdr_qualifiers): New nonterminal.  Add support for FLAGS.
5908         (opt_hdrs, hdr): Remove.
5909         (phdr_val): New nonterminal.
5910         * ldlang.c (lang_new_phdr): Replace hdrs parameter with filehdr
5911         and phdrs parameters.  Add flags parameter.
5912         (lang_record_phdrs): Update for changes to lang_phdr.  Pass flags
5913         to bfd_record_phdr.
5914         * ldlang.h (struct lang_phdr): Replace hdrs field with filehdr and
5915         phdrs fields.  Add flags field.
5916         (LANG_PHDR_FILEHDR, LANG_PHDR_PHDRS): Remove.
5917         (lang_new_phdr): Update declaration.
5918         * ld.texinfo: Document FLAGS.
5919
5920 Mon Jan 15 15:07:19 1996  Ian Lance Taylor  <ian@cygnus.com>
5921
5922         * emultempl/sunos.em (gld${EMULATION_NAME}_before_allocation):
5923         Don't make a shared library because of an undefined reference to
5924         __GLOBAL_OFFSET_TABLE_.
5925
5926         Add some Irix 5 support, mostly from Kazumoto Kojima
5927         <kkojima@info.kanagawa-u.ac.jp>:
5928         * emulparams/elf32bmip.sh (SCRIPT_NAME): Change to elfmips.
5929         (SHLIB_TEXT_START_ADDR): Define.
5930         (OTHER_GOT_SYMBOLS): Define.
5931         (OTHER_READWRITE_SECTIONS): Remove initialization of _gp.
5932         (EXECUTABLE_SYMBOLS): Don't define.
5933         (DYNAMIC_LINK): Don't define.
5934         * emulparams/elf32lmip.sh: Same changes as elf32bmip.sh.
5935         * scripttempl/elfmips.sc: New file.
5936         * configure.host (mips*-dec-bsd*): Change mips to mips*.
5937         (mips*-sgi-irix4*): Likewise.
5938         (mips*-sgi-irix5*): New entry.
5939         * Makefile.in (eelf32bmip.c): Depend upon elfmips.sc rather than
5940         elf.sc.
5941         (eelf32lmip.c): Likewise.
5942
5943 Sat Jan 13 09:41:43 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
5944
5945         * scripttempl/elfppc.sc: Remove support for .rel.* sections.  Add
5946         .rela.got.neg section.
5947
5948 Fri Jan 12 14:56:19 1996  Ian Lance Taylor  <ian@cygnus.com>
5949
5950         * scripttempl/sh.sc: Only build constructors when CONSTRUCTING.
5951
5952         * ldmisc.c: Include <stdarg.h> rather than <varargs.h> if
5953         ANSI_PROTOTYPES is defined.  Remove special handling of
5954         WINDOWS_NT.  Various indendation fixes.
5955         (vfinfo): Change fmt parameter to const char *.
5956         (info_msg): Write <stdarg.h> version.
5957         (einfo, minfo, finfo): Likewise.
5958         (info_assert): Change file parameter to const char *.
5959         * ldmisc.h (einfo, minfo, info_msg): If ANSI_PROTOTYPES is
5960         defined, use a real prototype.
5961         (info_assert): Change first parameter to be const char *.
5962
5963 Fri Jan 12 13:29:55 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
5964
5965         * scripttempl/elfppc.sc: Add support for .sdata2/.sbss2, etc.  Add
5966         in old support that 2.7.2 needs, but the current compiler does
5967         not.
5968
5969         * Makefile.in (eelf32{,l}ppc.c): Fix up dependencies to use the
5970         correct Linker script template.
5971
5972         * emulparams/elf32{,l}ppc.sh (TEXT_START_ADDR): Set to 0x40000,
5973         not 0x400000.
5974         (DATA_ADDR,NONPAGED_TEXT_START_ADDR): Delete.
5975
5976 Tue Jan  9 15:53:02 1996  Ian Lance Taylor  <ian@cygnus.com>
5977
5978         * scripttempl/alpha.sc: Put .rconst right after .rdata.
5979
5980 Fri Jan  5 14:07:45 1996  Steve Chamberlain  <sac@slash.cygnus.com>
5981
5982         * emultempl/pe.em (gld_${EMULATION_NAME}_before_allocation):
5983         sort using right pointer.
5984
5985 Fri Jan  5 12:25:47 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
5986
5987         * scripttempl/elfppc.sc: Remove support for creating special
5988         labels for eabi section begin/end here.  The compiler now uses
5989         crt{i,n}.o to create these symbols.
5990
5991 Thu Jan  4 17:08:58 1996  Ian Lance Taylor  <ian@cygnus.com>
5992
5993         * configure.host: Change existing Linux HOSTING_CRT0 to be used
5994         for a.out only, and put in appropriate HOSTING_CRT0 and
5995         HOSTING_LIBS values for Linux ELF.
5996
5997 Thu Jan  4 12:02:05 1996  Doug Evans  <dje@canuck.cygnus.com>
5998
5999         * scripttempl/h8300.sc: Use all 64K for ram.
6000         * scripttempl/h8300h.sc: Define 256K ram size.
6001
6002 Thu Dec 21 15:57:18 1995  Ian Lance Taylor  <ian@cygnus.com>
6003
6004         * emultempl/aix.em (gld${EMULATION_NAME}_before_allocation): Pass
6005         export_defines as true to bfd_xcoff_size_dynamic_sections if -unix
6006         was used, regardless of whether -bE was used.
6007
6008 Tue Dec 19 17:35:38 1995  Ian Lance Taylor  <ian@cygnus.com>
6009
6010         * emultempl/aix.em (gld${EMULATION_NAME}_after_open): Only set
6011         relocateable before calling ldctor_build_sets if the output file
6012         is in an XCOFF format.
6013
6014 Fri Dec 15 16:34:36 1995  Ian Lance Taylor  <ian@cygnus.com>
6015
6016         * ldwrite.c (build_link_order): When handling a data statement, if
6017         the endianness of the output file is unknown, use the endianness
6018         of the input file.
6019
6020 Tue Dec 12 13:55:41 1995  Stan Shebs  <shebs@andros.cygnus.com>
6021
6022         * mpw-config.in: Recognize mips-*-* as equivalent to
6023         mips-idt-ecoff.
6024         * mpw-eppcmacos.c: Rename to shorter mpw-eppcmac.c.
6025         * mpw-ld.r: Add version resources.
6026         (cfrg): Use symbolic instead of literal name for executable.
6027
6028 Mon Dec 11 15:13:41 1995  Kim Knuttila  <krk@cygnus.com>
6029
6030         * scripttempl/ppcpe.sc (FINI): Moved the .reloc section.
6031
6032 Wed Dec  6 14:33:50 1995  Doug Evans  <dje@canuck.cygnus.com>
6033
6034         * ldlang.c (print_statement{,s}): Delete duplicate prototype.
6035         (print_statement_list): Renamed from print_statement.  All callers
6036         updated.
6037         (print_statement): New function to print just one statement.
6038         (print_{data,reloc,padding}_statement): Don't crash if
6039         output_section == NULL.
6040         (dprint_statement): New function.
6041
6042         * emultempl/pe.em (gld_${EMULATION_NAME}_before_allocation): Fix
6043         call to sort_sections.
6044
6045 Wed Dec  6 14:59:06 1995  Ian Lance Taylor  <ian@cygnus.com>
6046
6047         * emultempl/aix.em (unix_ld): New static variable.
6048         (gld${EMULATION_NAME}_parse_args): Handle -unix.
6049         (gld${EMULATION_NAME}_before_allocation): If unix_ld, pass
6050         gc as false and export_defineds as true to size_dynamic_sections.
6051
6052         * ldexp.c (exp_fold_tree): Permit assignments to dot in the final
6053         phase if the current section is abs_output_section.
6054
6055
6056 Tue Dec  5 09:49:39 1995  Doug Evans  <dje@canuck.cygnus.com>
6057
6058         * emultempl/pe.em (gld_${EMULATION_NAME}_before_allocation): Fix call
6059         to sort_sections.
6060
6061 Fri Dec  1 16:48:36 1995  Ian Lance Taylor  <ian@cygnus.com>
6062
6063         * ldgram.y (PHDRS): New token.
6064         (ifile_p1): Accept phdrs.
6065         (section): Accept phdr_opt at the end of the section definition.
6066         (phdr_op): New nonterminal.
6067         (phdrs, phdr_list, phdr, phdr_type, opt_hdrs, hdr): Likewise.
6068         * ldlex.l: Accept PHDRS.
6069         * ldlang.h (struct lang_output_section_phdr_list): Define.
6070         (lang_output_section_statement_type): Add phdrs field.
6071         (struct lang_phdr): Define.
6072         (LANG_PHDR_FILEHDR, LANG_PHDR_PHDRS): Define.
6073         (lang_new_phdr): Declare.
6074         * ldlang.c (lang_phdr_list): New static variable.
6075         (lang_output_section_statement_lookup): Initialize phdrs field.
6076         (lang_process): Call lang_record_phdrs.
6077         (lang_new_phdr): New function.
6078         (lang_section_in_phdr): New function.
6079         (lang_record_phdrs): New static function.
6080         * ld.texinfo: Document PHDRS.
6081
6082 Thu Nov 30 13:14:30 1995  Kim Knuttila  <krk@cygnus.com>
6083
6084         * scripttempl/ppcpe.sc: Moved .edata into its own section to
6085         expose it.
6086
6087 Thu Nov 30 11:32:34 1995  Manfred Hollstein KS/EF4A 60/1F/110 #40283  <manfred@lts.sel.alcatel.de>
6088
6089         * configure.host (m68*-motorola-sysv): Define HOSTING_CRT0 and
6090         HOSTING_LIBS for testing.
6091         (m88*-motorola-sysv3): Define HOSTING_CRT0 and HOSTING_LIBS for
6092         testing.
6093
6094 Tue Nov 28 12:14:53 1995  Ian Lance Taylor  <ian@cygnus.com>
6095
6096         * lexsup.c (parse_args): Set config.dynamic_link to false for -N
6097         and -n.
6098
6099 Mon Nov 27 13:12:09 1995  Ian Lance Taylor  <ian@cygnus.com>
6100
6101         * configure: Rebuild with autoconf 2.7.
6102
6103 Fri Nov 24 18:35:35 1995  Doug Evans  <dje@canuck.cygnus.com>
6104
6105         * scripttempl/pe.sc: Two .junk's is too much junk.
6106
6107 Tue Nov 21 16:14:32 1995  Ian Lance Taylor  <ian@cygnus.com>
6108
6109         * configure.in: Use BFD_NEED_DECLARATION.
6110         * acconfig.h: Put NEED_DECLARATION_FREE in @TOP@ section.
6111         * configure, config.in: Rebuild with autoconf 2.6.
6112
6113         * ldmain.c (constructor_callback): Don't warn about BFD_RELOC_CTOR
6114         being unsupported if this is not a relocateable link and the input
6115         BFD supports it, since ldctor_build_sets can cope with that case.
6116
6117 Fri Nov 17 16:23:15 1995  Stan Shebs  <shebs@andros.cygnus.com>
6118
6119         * configure.tgt (powerpc-*-macos*): New target.
6120         * emulparams/ppcmacos.sh: New file, PowerMac emulation.
6121         * Makefile.in (ALL_EMULATIONS): Add eppcmacos.o.
6122         (eppcmacos.c): New target.
6123         * mpw-eppcmacos.c: Update.
6124         * mpw-make.sed: Edit out attempts to use {GENSCRIPTS}.
6125
6126 Fri Nov 17 10:37:27 1995  Ian Lance Taylor  <ian@cygnus.com>
6127
6128         * Makefile.in (CC_FOR_TARGET): Use @host@ and @target@, not
6129         $(host_canonical) and $(target_canonical).
6130         (CXX_FOR_TARGET): Likewise.
6131
6132 Thu Nov 16 11:23:42 1995  Doug Evans  <dje@canuck.cygnus.com>
6133
6134         * scripttempl/pe.sc (.endjunk): Move definition of `end' to here
6135         so the malloc heap begins at a sane place.
6136
6137 Thu Nov 16 03:09:32 1995  Ken Raeburn  <raeburn@cygnus.com>
6138
6139         Version 2.6 released.
6140         * ldver.c (ldversion): Update to 2.6.
6141
6142         * Makefile.in (mostlyclean): Delete ldemul-list.h here, but not
6143         $(GENERATED_*FILES), since they need to be retained by distclean.
6144         (maintainer-clean, realclean): Delete them here.
6145
6146 Tue Nov 14 17:08:06 1995  Ian Lance Taylor  <ian@cygnus.com>
6147
6148         * emultempl/pe.em (gld_${EMULATION_NAME}_parse_args): Open the
6149         base file with FOPEN_WB, not "w".
6150
6151         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Use the
6152         environment variable LD_RUN_PATH if neither -rpath nor -rpath-link
6153         were used.
6154         (gld${EMULATION_NAME}_before_allocation): Use the environment
6155         variable LD_RUN_PATH if -rpath was not used.
6156         * ld.texinfo, ld.1: Document LD_RUN_PATH.
6157
6158 Thu Nov  9 13:09:29 1995  Ian Lance Taylor  <ian@cygnus.com>
6159
6160         * emultempl/aix.em (gld${EMULATION_NAME}_parse_args): Recognize
6161         -bl and -bloadmap options.
6162
6163         * ldfile.c (ldfile_try_open_bfd): If bfd_error_invalid_target,
6164         report a better error.
6165
6166         * emultempl/aix.em (gld${EMULATION_NAME}_before_allocation): Add
6167         new local variable special_sections, and pass it to
6168         size_dynamic_sections.  Look through the results, and move the
6169         sections around in the mapping so that they are defined correctly.
6170
6171 Wed Nov  8 11:40:59 1995  Ian Lance Taylor  <ian@cygnus.com>
6172
6173         * ldemul.c (ldemul_default_target): Cast getenv return value.
6174
6175 Tue Nov  7 11:15:36 1995  Kim Knuttila  <krk@cygnus.com>
6176
6177         * emulparams/ppcpe.sh (ARCH): New file for PowerPC Portable
6178         Executable support.
6179         * scripttempl/ppcpe.sc: New file for PowerPC Portable Executable
6180         support.
6181
6182         * configure.tgt (targ_extra_emuls): Added powerpcle-pe target.
6183         * Makefile.in (ALL_EMULATIONS): Added eppcpe.o target.
6184
6185         * emultempl/pe.em (TARGET_IS_ppcpe): file tailoring macro
6186         (gld_$_before_allocation): added hooks for toc construction based
6187         on the above macro.
6188
6189 Tue Nov  7 11:47:23 1995  Ian Lance Taylor  <ian@cygnus.com>
6190
6191         * ld.texinfo: The linker does not use _main as an entry point.
6192
6193 Tue Nov  7 11:46:11 1995  Manfred Hollstein KS/EF4A 60/1F/110 #40283  <manfred@lts.sel.alcatel.de>
6194
6195         * scripttempl/m88kbcs.sc (.data): Calculate next boundary modulo
6196         0x2000 not 0x200.
6197
6198 Mon Nov  6 10:59:21 1995  Ian Lance Taylor  <ian@cygnus.com>
6199
6200         * configure.in: Add test for whether free must be declared.
6201         * sysdep.h: Declare free if necessary.  Include "ansidecl.h".
6202         * acconfig.h: Explain NEED_DECLARATION_FREE.
6203         * configure, config.in: Rebuild.
6204
6205         * lexsup.c (parse_args): Take B:: out of shortopts.
6206
6207 Sun Nov  5 03:08:28 1995  Ken Raeburn  <raeburn@cygnus.com>
6208
6209         * emulparams/i386nbsd.sh (EXECUTABLE_SYMBOLS): Set __DYNAMIC to 0
6210         for now, as with m68k4kbsd, until shared library support gets
6211         done.
6212
6213         * configure.host: For i386 BSD variants, crt0.o lives in
6214         /usr/lib.  (True for NetBSD at least, unconfirmed for others.)
6215
6216 Wed Nov  1 15:42:45 1995  Manfred Hollstein KS/EF4A 60/1F/110 #40283  <manfred@lts.sel.alcatel.de>
6217
6218         * Makefile.in (ALL_EMULATIONS): Add edelta68.o.
6219         (edelta68.c): New target.
6220         * configure.tgt (m68*-motorola-sysv*): New target.
6221         * emulparams/delta68.sh: New file.
6222         * scripttempl/delta68.sc: New file.
6223
6224         * scripttempl/m88kbcs.sc: Handle .init and .fini.  Change section
6225         addresses.
6226
6227 Wed Nov  1 11:41:56 1995  Ian Lance Taylor  <ian@cygnus.com>
6228
6229         * ldgram.y (mri_script_command): Accept ',' as well as '=' in
6230         ALIGN and ALIGNMOD statements.
6231
6232         * emultempl/aix.em: Include ldgram.h.
6233         (gld${EMULATION_NAME}_parse_args): Handle -pD and -pT, as used on
6234         AIX 4.1.
6235         * Makefile.in ($(EMULATION_OFILES)): Depend upon ldgram.h.
6236
6237 Tue Oct 31 18:22:24 1995  David Mosberger-Tang  <davidm@azstarnet.com>
6238
6239         * configure.host (alpha-*-linux*): New host.
6240         * configure.tgt (alpha-*-linux*): New target.
6241
6242 Tue Oct 31 12:36:52 1995  Ian Lance Taylor  <ian@cygnus.com>
6243
6244         * emultempl/aix.em (export_files): Remove.
6245         (import_files): Make static.
6246         (struct export_symbol_list): Define.
6247         (export_symbols): New static variable.
6248         (gld${EMULATION_NAME}_parse_args): Handle an initial -b option
6249         correctly.  Call read_file for an export file.
6250         (gld${EMULATION_NAME}_before_allocation): Call
6251         bfd_xcoff_export_symbol for each export symbol, rather than
6252         calling read_file for each export file.
6253         (gld${EMULATION_NAME}_read_file): For an export file, make the
6254         exported symbols undefined, and store them on the export_symbols
6255         list.
6256
6257 Sat Oct 28 00:10:03 1995  steve chamberlain  <sac@slash.cygnus.com>
6258
6259         * emultempl/pe.em (gld_${EMULATION_NAME}_parse_args):
6260         Don't hang if last option is unrecognised.
6261         (gld_${EMULATION_NAME}_set_symbols): Insert created
6262         symbols into ABS output section.
6263
6264 Fri Oct 27 18:03:17 1995  Niklas Hallqvist  <niklas@appli.se>
6265
6266         *  Makefile.in (ALL_EMULATIONS): Added support for the NetBSD
6267         m68k4k arch.
6268         (em68k4knbsd.c): New rule.
6269
6270         * configure.tgt: Added support for the NetBSD m68k4k arch.
6271
6272         * genscripts.sh, ldint.texinfo,
6273         emulparams/{a29k,armaoutb,armaoutl,coff_sparc,ebmon29k,gld960,
6274         gld960coff,go32,h8300,h8300h,h8500,h8500b,h8500c,h8500m,h8500s,
6275         hp300bsd,hp3hpux,hppaelf.sh,i386aout,i386bsd,i386coff,i386go32,
6276         i386linux,i386lynx,i386nbsd,lnk960,m68kaout,m68kcoff,m68klynx,
6277         m88kbcs,mipsbig,mipsbsd,mipsidt,mipsidtl,mipslit,news,ns32knbsd,
6278         pc532machaout,riscix,sa29200,sh,shl,sparclynx,sparcnbsd,
6279         st2000,sun3,sun4,vanilla,vax,vsta,w65,z8001,z8002}.sh: Changed
6280         PAGE_SIZE to TARGET_PAGE_SIZE.
6281
6282         * emulparams/m68knbsd.h: Ditto.
6283         (TEXT_START_ADDR, NONPAGED_TEXT_START_ADDR): We have 8K pagesize.
6284         (EXECUTABLE_SYMBOLS): Hardcode __DYNAMIC to zero for the time
6285         being.
6286
6287         * emulparams/m68k4knbsd.sh: New file.
6288
6289         * scripttempl/aout.sc: Expand EXECUTABLE_SYMBOLS if relocating.
6290
6291 Fri Oct 27 17:59:09 1995  Ian Lance Taylor  <ian@cygnus.com>
6292
6293         * emultempl/aix.em: Include ldctor.h.
6294         (gld${EMULATION_NAME}_after_open): New static function.
6295         (gld${EMULATION_NAME}_before_allocation): Call find_relocs.
6296         (gld${EMULATION_NAME}_find_relocs): New static function.
6297         (gld${EMULATION_NAME}_find_exp_assignment): New static function.
6298         (ld_${EMULATION_NAME}_emulation): Use new after_open function.
6299         * scripttempl/aix.sc: Use CONSTRUCTORS in .data.
6300         * ldctor.c (struct set_info): Move definition into ldctor.h.
6301         (struct set_element): Likewise.
6302         (sets): Make non-static.
6303         (ldctor_add_set_entry): Add name parameter.  Save it in the new
6304         set element.
6305         (ldctor_build_sets): Avoid being called twice.  Pass set element
6306         name to lang_add_reloc.
6307         * ldctor.h (struct set_info): Move definition here from ldctor.c.
6308         (struct set_element): Likewise.  Add new field name.
6309         (sets): Declare.
6310         (ldctor_add_set_entry): Declare new name parameter.
6311         * ldwrite.c (build_link_order): Don't insist that either name or
6312         section be NULL in a lang_reloc_statement.
6313         * ldmain.c (add_to_set): Pass NULL to ldctor_add_new_set_entry for
6314         new name parameter.
6315         (constructor_callback): Pass name to ldctor_add_new_set_entry for
6316         new name parameter.
6317
6318         * ldmisc.c (demangle): Fix indentation.  Remove a leading period.
6319
6320 Thu Oct 26 22:22:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
6321
6322         * mpw-config.in: Add PowerMac target support, generate config.h.
6323         * mac-ld.r: New file, Mac resources.
6324         * mpw-make.sed: New file, edits Makefile.in into MPW syntax.
6325         * mpw-make.in: Remove.
6326         * mpw-eppcmacos.c: Prebuilt version of PowerMac linking script.
6327
6328 Thu Oct 26 14:11:26 1995  Ian Lance Taylor  <ian@cygnus.com>
6329
6330         * emultempl/aix.em (gld${EMULATION_NAME}_parse_args): Treat
6331         -static as a synonym for -bnso.
6332
6333         * scripttempl/aix.sc: Move special symbols inside sections.
6334         Always start .data at 0.
6335
6336 Wed Oct 25 11:52:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
6337
6338         * Makefile.in (diststuff):  Also make info.
6339         (maintainer-clean realclean):  Also delete *.info*.
6340
6341 Wed Oct 25 11:27:25 1995  Ian Lance Taylor  <ian@cygnus.com>
6342
6343         * emultempl/aix.em: Add support for various AIX linker options,
6344         for AIX import and export files, and for AIX shared objects.
6345         * scripttempl/aix.sc: Add .pad.  Put .ds just before the TOC.
6346
6347         * ldmain.c (main): Initialize new field link_info.static_link.
6348
6349         * ldmain.c (add_keepsyms_file): Add \n at end of einfo calls.
6350         (constructor_callback): Likewise.
6351         * ldmisc.c (vfinfo): Likewise.
6352         * ldwrite.c (build_link_order): Likewise.
6353
6354         * ld.texinfo: The MRI ALIGN directive is supported.
6355
6356 Mon Oct 23 11:46:43 1995  James G. Smith  <jsmith@pasanda.cygnus.co.uk>
6357
6358         * emulparams/elf32vr4300.sh: Deleted.
6359         * emulparams/elf32vr4300el.sh: Deleted.
6360         * emulparams/elf32b4300.sh: Added.
6361         * emulparams/elf32l4300.sh: Added.
6362         * configure.tgt, Makefile.in: Updated the build to use the
6363         new 8.3 unique names.
6364
6365 Thu Oct 19 17:41:46 1995  Ian Lance Taylor  <ian@cygnus.com>
6366
6367         * ldlang.c (entry_symbol): Make non-static.
6368         * ldlang.h (entry_symbol): Declare.
6369
6370         * ldlex.l: Treat PROVIDE as a keyword in expression state.
6371
6372 Wed Oct 18 17:34:06 1995  steve chamberlain  <sac@slash.cygnus.com>
6373
6374         * scripttempl/pe.sc (.bss): Move to be after .text
6375
6376 Tue Oct 17 12:22:05 1995  Ian Lance Taylor  <ian@cygnus.com>
6377
6378         * emultempl/sunos.em (gld${EMULATION_NAME}_find_exp_assignment):
6379         Search trinary.cond rather than searching trinary.lhs twice.  From
6380         linli@ihp.PHys.ethz.CH.
6381
6382         * emultempl/sunos.em (gld${EMULATION_NAME}_find_so): Move
6383         directory searching code into gld${EMULATION_NAME}_search_dir.
6384         (gld${EMULATION_NAME}_search_dir): New static function, extracted
6385         from gld${EMULATION_NAME}_find_so.
6386         (global_needed, global_found): New static variables.
6387         (gld${EMULATION_NAME}_after_open): New static function.
6388         (gld${EMULATION_NAME}_search_needed): New static function.
6389         (gld${EMULATION_NAME}_try_needed): New static function.
6390         (gld${EMULATION_NAME}_check_needed): New static function.
6391         (ld_${EMULATION_NAME}_emulation): Use new after_open function.
6392         * ld.texinfo, ld.1: Mention -rpath-link on SunOS.
6393
6394         * Makefile.in (eelf32ppc.c): Depend upon elf32.em, not generic.em.
6395         (eelf32lppc.c): Likewise.
6396         * emulparams/elf32lppc.sh (TEMPLATE_NAME): Define as elf32.
6397         (GENERATE_SHLIB_SCRIPT): Define as yes.
6398
6399 Mon Oct 16 19:11:13 1995  Ian Lance Taylor  <ian@cygnus.com>
6400
6401         * emultempl/elf32.em: Struct bfd_elf_link_needed_list is now named
6402         bfd_link_needed-list; make appropriate changes.
6403
6404         * configure.tgt (powerpc-*-aix*): New target; use aixppc.
6405         (rs6000-*-aix*): New target; use aixrs6.
6406         * emulparams/aixppc.sh, emulparams/aixrs6.sh: New files.
6407         * emultempl/aix.em: New file.
6408         * scripttempl/aix.sc: New file.
6409         * Makefile.in (ALL_EMULATIONS): Add eaixppc.o and eaixrs6.o.
6410         (eaixppc.c, eaixrs6.c): New targets.
6411
6412 Fri Oct 13 14:00:37 1995  steve chamberlain  <sac@slash.cygnus.com>
6413
6414         * scripttemp/pe.sc (.reloc): Move to the end.
6415
6416 Tue Oct 10 17:53:22 1995  Ian Lance Taylor  <ian@cygnus.com>
6417
6418         * ldlang.c (lang_finish): Don't try to use an entry_symbol from a
6419         section which was not linked into the final output.
6420
6421 Tue Oct 10 10:17:22 1995  steve chamberlain  <sac@slash.cygnus.com>
6422
6423         * emultempl/pe.em (gld_${EMULATION_NAME}_parse_args): Fix
6424         fatal typos.
6425
6426 Tue Oct 10 01:01:51 1995  Ian Lance Taylor  <ian@cygnus.com>
6427
6428         * ld.h (args_type): Add rpath_link field.
6429         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Search for
6430         required dependencies in rpath_link path.  Only search
6431         LD_LIBRARY_PATH when configured native.
6432         * lexsup.c (parse_args): Recognize -rpath-link.
6433         * ld.1, ld.texinfo: Document -rpath-link.
6434
6435 Sat Oct  7 17:07:17 1995  Ian Lance Taylor  <ian@cygnus.com>
6436
6437         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Don't
6438         bother searching for needed libraries unless doing a final link.
6439
6440 Fri Oct  6 16:26:16 1995  Ken Raeburn  <raeburn@cygnus.com>
6441
6442         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6443
6444         * ld/ld.1: Fix formatting bugs.
6445
6446 Wed Oct  4 17:37:46 1995  Ian Lance Taylor  <ian@cygnus.com>
6447
6448         * ldexp.c (exp_get_abs_int): Return bfd_vma, not int.
6449         * ldexp.h (exp_get_abs_int): Update declaration.
6450         * ldlang.c (print_output_section_statement): Use fprintf_vma to
6451         print return value of exp_get_abs_int.
6452
6453 Mon Oct  2 13:56:09 1995  Ian Lance Taylor  <ian@cygnus.com>
6454
6455         * emultempl/elf32.em (global_stat): New file static variable.
6456         (gld${EMULATION_NAME}_try_needed): Call stat_needed to make sure
6457         that the file has not already been included under another name.
6458         (gld${EMULATION_NAME}_stat_needed): New static function.
6459
6460 Fri Sep 29 12:00:18 1995  Doug Evans  <dje@deneb.cygnus.com>
6461
6462         * scripttempl/armcoff.sc: Start .text at 0x8000.
6463         Start .data at 0x40000.
6464
6465 Fri Sep 29 11:09:46 1995  Ian Lance Taylor  <ian@cygnus.com>
6466
6467         * emultempl/sunos.em (gld${EMULATION_NAME}_before_allocation): If
6468         command_line.rpath is set, use it, rather than the -L options, to
6469         build the rules section.
6470         * ld.texinfo: Document this use of -rpath.
6471
6472         * lexsup.c (parse_args): Don't set link_info.shared for -assert
6473         pure-text.  Pass true, not 1, to lang_add_entry.
6474         * emultempl/sunos.em (find_assign): New static variable.
6475         (found_assign): New static variable.
6476         (gld${EMULATION_NAME}_before_allocation): Rename local h to hdyn.
6477         If not a relocateable link, and no start symbol was specified on
6478         the command line, and there are any undefined symbols, set
6479         link_info.shared.  If link_info.shared is set, set the address of
6480         the .text section to 0x20.
6481         (gld${EMULATION_NAME}_find_assignment): Rename from
6482         gld${EMULATION_NAME}_find_statement_assignment.  If find_assign is
6483         set, then just set found_assign based on whether an assignment is
6484         found to find_assign.
6485         (gld${EMULATION_NAME}_get_script): Don't use a special script when
6486         producing a shared library.
6487         * emulparams/sun4.sh (GENERATE_SHLIB_SCRIPT): Remove.
6488         * scripttempl/aout.sc: Remove CREATE_SHLIB tests.
6489         * ldlang.c (entry_from_cmdline): New global variable.
6490         (lang_add_entry): Change cmdline parameter from int to boolean.
6491         Use global entry_from_cmdline rather than function static
6492         from_cmdline.
6493         * ldlang.h (entry_from_cmdline): Declare.
6494         (lang_add_entry): Change declaration of second parameter from int
6495         to boolean.
6496         * ldgram.y: Pass false, not 0, to lang_add_entry.
6497
6498 Thu Sep 28 12:34:13 1995  Ian Lance Taylor  <ian@cygnus.com>
6499
6500         * ld.h (parsing_defsym): Declare.
6501         * ldlex.h (lex_string): Declare.
6502         * ldlex.l (lex_string): Define.
6503         * lexsup.c (parsing_defsym): Define.
6504         (parse_args): In OPTION_DEFSYM case, set lex_string before calling
6505         lex_redirect, and clear it after calling yyparse.  Set
6506         parsing_defsym around call to yyparse.
6507         * ldmain.c (main): Set lex_string before calling lex_redirect, and
6508         clear it after calling yyparse.
6509         * ldmisc.c (vfinfo): For %S, handle --defsym arguments and built
6510         in linker scripts correctly.
6511
6512         * scripttempl/sparccoff.sc: Add .ctors/.dtors handling like other
6513         COFF targets, allowing for the leading underscore used on SPARC
6514         COFF.
6515
6516         * lexsup.c (parse_args): Handle -assert.
6517         * emulparams/sun4.sh (GENERATE_SHLIB_SCRIPT): Define.
6518         * emultempl/sunos.em (gld${EMULATION_NAME}_get_script): Use the
6519         shared library script when appropriate.
6520         * scripttempl/aout.sc: If CREATE_SHLIB is set, start the .text
6521         section at SIZEOF_HEADERS.
6522
6523 Thu Sep 28 01:40:37 1995  Doug Evans  <dje@deneb.cygnus.com>
6524
6525         * Makefile.in (earmcoff.c): Build.
6526         * configure.tgt (arm-*-coff): New target
6527         * emulparms/armcoff.sh: New file.
6528         * scripttempl/armcoff.sc: New file.
6529
6530 Tue Sep 26 10:59:32 1995  Ian Lance Taylor  <ian@cygnus.com>
6531
6532         * scripttempl/i386coff.sc: Remove .data2; no longer needed.
6533
6534 Fri Sep 22 18:09:02 1995  Ian Lance Taylor  <ian@cygnus.com>
6535
6536         * ldfile.c (ldfile_set_output_arch): Make arch const.
6537
6538 Thu Sep 21 17:55:24 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
6539
6540         * scripttempl/elfppc.sc: Correctly locate __bss_start at the
6541         beginning of the .bss area, not at the end of data.  Add
6542         __sbss_{start,end} symbols.
6543
6544 Wed Sep 20 12:29:36 1995  Ian Lance Taylor  <ian@cygnus.com>
6545
6546         * Makefile.in (CC_FOR_TARGET): Quote $(program_transform_name).
6547         (CXX_FOR_TARGET, install): Likewise.
6548
6549 Mon Sep 18 14:53:22 1995  Ian Lance Taylor  <ian@cygnus.com>
6550
6551         Based on patches by Alan Modra <alan@spri.levels.unisa.edu.au>:
6552         * Makefile.in (CC_FOR_TARGET): Remove brokensed stuff.
6553         (CXX_FOR_TARGET): Likewise.
6554         (install): Likewise.
6555         (GENERATED_HFILES): Remove config.h.
6556         (.dep): Depend upon config.h.
6557
6558 Mon Sep 18 14:39:38 1995  Arne H. Juul  <arnej@pvv.unit.no>
6559
6560         * configure.tgt (mips*-dec-netbsd*): New target.
6561
6562 Fri Sep 15 20:01:52 1995  Ken Raeburn  <raeburn@cygnus.com>
6563
6564         * configure.host (m88*-*-dgux*): Fix another shell syntax error.
6565
6566 Fri Sep 15 23:28:05 1995  Andrew Cagney  <cagney@highland.com.au>
6567
6568         * configure.host (i[345]86-*-bsd*): Fix shell syntax error.
6569
6570 Thu Sep 12 12:50:49 1995  steve chamberlain  <sac@slash.cygnus.com>
6571
6572         * scripttemp/pe.sc:  Allow both spellings of .ctors/.dtors.
6573         Start .text section on the right boundary. Always align
6574         stabs.
6575
6576 Tue Sep 12 12:24:17 1995  Ian Lance Taylor  <ian@cygnus.com>
6577
6578         * Makefile.in (maintainer-clean): New target.
6579
6580         * ldmain.c (struct warning_callback_info): Define.
6581         (warning_callback): Add new parameter symbol.  Call
6582         warning_find_reloc to try to find the section and VMA.
6583         (warning_find_reloc): New static function.
6584         * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
6585         Pass NULL as symbol parameter to warning callback.
6586
6587         * ld.texinfo: Clarify -L option.
6588
6589         * ldlang.c (lang_one_common): Add cast to avoid warning.
6590         (topower): Likewise.  Also, reindent.
6591         * ldwrite.c (clone_section): Change i to unsigned int.
6592         * emultempl/sunos.em (gld${EMULATION_NAME}_before_allocation): Add
6593         cast to avoid warning.
6594
6595 Fri Sep  8 16:32:43 1995  Ian Lance Taylor  <ian@cygnus.com>
6596
6597         * Makefile.in (config.status): Depend upon configure.tgt.
6598
6599         * ldemul.h (ldemul_set_symbols): Declare.
6600         (ldemul_parse_args): Declare.
6601         * ldemul.c (ldemul_parse_args): Fix indentation.
6602
6603         * configure.in: Call AC_HEADER_DIRENT.
6604         * configure, config.in: Rebuild.
6605         * emultempl/sunos.em: Use autoconf recommend mechanism to define
6606         DIR and struct dirent.
6607
6608         * configure.tgt (mips*-*-bsd*): New case.
6609
6610         * configure.host (i[345]86-sequent-ptx* | i[345]86-sequent-sysv*)
6611         New case.
6612         * configure.tgt (i[345]86-*-ptx*): New case.
6613
6614 Thu Sep  7 10:48:26 1995  Ian Lance Taylor  <ian@cygnus.com>
6615
6616         * config.in: Rename from config.h.in.
6617         * configure.in: Call AC_CONFIG_HEADER with config.h:config.in.
6618         Check for config.h:config.in when creating stamp-h.
6619         * configure: Rebuild.
6620         * Makefile.in (stamp-h): Depend upon config.in rather than
6621         config.h.in.  Set CONFIG_HEADERS to config.h:config.in when
6622         calling config.status.
6623
6624         * Makefile.in (distclean): Remove config.h and stamp-h.
6625
6626         * configure.host (sparc-*-sunos64*): Remove.
6627         * ldlang.c (lang_map): Check BFD64, not HOST_64_BIT.
6628
6629         * ldexp.c (exp_fold_tree): Don't warn about moving the location
6630         counter backward in the absolute section.
6631
6632 Wed Sep  6 14:42:11 1995  Ian Lance Taylor  <ian@cygnus.com>
6633
6634         * configure.in: Rewrite to use autoconf.
6635         * configure.host: New file.
6636         * configure.tgt: New file.
6637         * aclocal.m4: New file.
6638         * configure: New file, built by autoconf.
6639         * acconfig.h: New file.
6640         * config.h.in: New file, built by autoheader.
6641         * sysdep.h: New file.
6642         * ld.h: Incorporate old contents of config.h.
6643         * config.h: Remove.
6644         * Makefile.in: Various changes for new configure script.  Also:
6645         (CC_FOR_BUILD): Remove.
6646         (ldmain.o): Don't bother to ensure that EMUL is non-empty.
6647         (dep.sed): Use @SRCDIR@, not @srcdir@.
6648         * dep-in.sed: Use @SRCDIR@, not @srcdir@.
6649         * genscripts.sh: Create ldscripts if it does not exist.
6650         * ldemul.c, lexsup.c, mpw-emipsidt.c: Don't include "config.h".
6651         * mpw-esh.c, emultemp/*.em: Likewise.
6652         * ldmain.c: Likewise.  Include <ctype.h>.  Don't try to set
6653         HAVE_SBRK here.
6654         * config/*.mt, config/*.mh: Remove.
6655
6656 Tue Sep  5 14:55:24 1995  Ken Raeburn  <raeburn@cygnus.com>
6657
6658         * configure.in: Treat ns32k-pc532-ux* like ns32k-pc532-mach*, and
6659         ns32k-pc532-lites* like ns32k-pc532-netbsd*.  From Ian Dall.
6660
6661 Fri Sep  1 22:29:52 1995  Doug Evans  <dje@canuck.cygnus.com>
6662
6663         * scripttempl/pe.sc: Fix typo in spelling of .ctors/.dtors.
6664
6665 Fri Sep  1 13:13:29 1995  Ian Lance Taylor  <ian@cygnus.com>
6666
6667         * ldmain.c (warning_callback): Add abfd, section, and address
6668         parameters.
6669         * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
6670         Change call to warning accordingly.
6671
6672         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): If not
6673         relocateable and not shared, put .gnu.warning.SYMBOL sections into
6674         the .text section.
6675
6676 Fri Sep  1 08:35:16 1995  James G. Smith  <jsmith@beauty.cygnus.com>
6677
6678         * configure.in: Added mips*vr4300-idt-elf* and
6679         mips*vr4300el-idt-elf* targets.
6680         * Makefile.in: Added eelf32vr4300* targets.
6681         * emulparams/{elf32vr4300.sh, elf32vr4300el.sh}: Added.
6682         * config/{mips-vr4300.mt, mips-vr4300el.mt}: Added.
6683
6684 Fri Sep  1 10:51:45 1995  Ian Lance Taylor  <ian@cygnus.com>
6685
6686         * scripttempl/a29k.sc: Fix to be reasonable.  From Brendan Kehoe
6687         <brendan@cygnus.com>.
6688
6689 Thu Aug 31 16:37:07 1995  steve chamberlain  <sac@slash.cygnus.com>
6690
6691         * ldemul.c (ldemul_parse_args): New.
6692         * ldemul.h (ld_emulation_xfer_struct): Add parse_args.
6693         * lexsup.c (all pe stuff): Moved into pe.em
6694         (parse_args): Call emulation arg parser.
6695         * emultempl/pe.em (parse_args): handle PE specfic args.
6696
6697 Thu Aug 31 17:01:37 1995  Ian Lance Taylor  <ian@cygnus.com>
6698
6699         * ldlang.c (lang_memory_region_lookup): Don't use the first region
6700         as the default region.  Create a new region instead.
6701
6702 Tue Aug 29 14:21:41 1995  steve chamberlain  <sac@slash.cygnus.com>
6703
6704         * ldemul.c (ldemul_set_symbols): New function.
6705         * ldemul.h (ld_emulation_xfer_struct): Add set_symbols.
6706         * ldmain.c (main): Add call to ldemul_set_symbols.
6707         * lexsup.c (set_pe_value): New args.
6708         (set_pe_name): New.
6709         (parse_args): Cope with new set_pe_value args.
6710         * emultempl/pe.em (set_symbols): New function.
6711         (ld_emulation_xfer_struct): Add set_symbols.
6712         * scripttempl/pe.sc: Use new symbols.
6713
6714 Thu Aug 24 18:12:18 1995  Ian Lance Taylor  (ian@cygnus.com)
6715
6716         * lexsup.c (parse_args): Don't call set_default_dirlist for -O.
6717         For -Y, ignore a leading `P,', and only call set_default_dirlist
6718         after processing all the other arguments.
6719
6720 Tue Aug 22 07:36:58 1995  steve chamberlain  <sac@slash.cygnus.com>
6721
6722         * scripttempl/pe.sc: Keep .edata, don't base stabs at 0.
6723         * emulparams/armpe.sh: Run PE script.
6724
6725 Mon Aug 21 18:30:42 1995  steve chamberlain  <sac@slash.cygnus.com>
6726
6727         * ldmain.c (main): Remove PE stuff.
6728         * lexsup.c (options): Load more PE options.
6729         (set_pe_value): New function.
6730
6731 Thu Aug 17 13:35:49 1995  steve chamberlain  <sac@slash.cygnus.com>
6732
6733
6734         * emultempl/{armpe.sc, i386pe.sc}: Deleted.
6735         * emultempl/pe.sc: New file performs generic PE support and sorts
6736         archive members.
6737         * emulparams/{armpe.sh,i386pe.sh}: Use new file.
6738         * scripttempl/{armpe.sc, i386pe.sc}: Deleted
6739         * scripttempl/pe.sc: New.
6740         * Makefile.in: Use new files.
6741
6742 Thu Aug 17 14:46:34 1995  Doug Evans  <dje@canuck.cygnus.com>
6743
6744         * scripttempl/h8500s.sc (.rdata): All data must go in data segment.
6745         (.strings,.ctors,.dtors): Likewise.
6746
6747 Wed Aug 16 11:38:59 1995  steve chamberlain  <sac@slash.cygnus.com>
6748
6749         * scripttempl/armpe.sc: Always start code at 0x401000, even
6750         if -r.
6751         * ldwrite.c (strdup): New extern declaration.
6752         * ldgram.y (atype): New rule to clarify type parsing.
6753         * ldlang.c (init_os): Remove commented out code.
6754         (lang_size_sections): Set SEC_ALLOC and SEC_LOAD bits
6755         unless told not to by the link script.
6756
6757 Wed Aug 16 11:45:11 1995  Ian Lance Taylor  <ian@cygnus.com>
6758
6759         * ldlang.c (lang_set_startof): New static function.
6760         (lang_process): Call it.
6761
6762         * ldgram.y: Tweak casesymlist to avoid bison errors.
6763
6764         * lexsup.c (parse_args): Accept -h as a synonym for --soname, for
6765         Solaris compatibility.
6766
6767 Tue Aug 15 17:31:16 1995  Ian Lance Taylor  <ian@cygnus.com>
6768
6769         * ldgram.y (YYDEBUG): If not defined, define as 1.
6770         (CASE, EXTERN, START): New tokens.
6771         (mri_script_command): Handle CASE, EXTERN, INCLUDE, START.
6772         (casesymlist): New nonterminal.
6773         (extern_name_list): New nonterminal.
6774         * ldlex.l: Accept lower case trailing base specifiers.  Don't
6775         ignore the first digit when the base is a suffix.  Accept many
6776         EXPRESSION state tokens in MRI state.  Support MRI continuation
6777         lines and MRI semicolon comments.  Accept all MRI keywords in
6778         lower case.  Add CASE, EXTERN, and START MRI keywords.
6779
6780 Tue Aug  8 19:14:58 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
6781
6782         * emultempl/sunos.em (gld${EMULATION_NAME}_find_so): Use xmalloc
6783         instead of alloca.
6784
6785 Tue Aug  8 15:24:05 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
6786
6787         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Don't use
6788         $r/../gcc/xgcc unless it is present.
6789
6790 Thu Aug  3 11:56:22 1995  Ian Lance Taylor  <ian@cygnus.com>
6791
6792         * scripttempl/m68kcoff.sc: Only put .ctors and .dtors in .text
6793         when CONSTRUCTING.
6794         * scripttempl/m68klynx.sc: Likewise.
6795         * scripttempl/nw.sc: Likewise.
6796         * scripttempl/sa29200.sc: Likewise.
6797         * scripttempl/sparclynx.sc: Likewise.
6798
6799 Fri Jul 28 12:02:23 1995  steve chamberlain  <sac@slash.cygnus.com>
6800
6801         * emulparams/{z8001.sh, z8002.sh}: Fix typo.
6802
6803 Thu Jul 27 21:06:21 1995  Ken Raeburn  <raeburn@cygnus.com>
6804
6805         * configure.in (i[345]86-*-linuxoldld): Treat like linuxaout*.
6806
6807 Thu Jul 27 15:26:28 1995  steve chamberlain  <sac@slash.cygnus.com>
6808
6809         * scripttempl/i386pe.sc: Cope with constructors.
6810         * scripttempl/z8ksim.sc: Deleted.
6811         * scripttempl/z8000.sc: Resurrected as this, but
6812         can handle z8001 and z8002 formats.
6813         * emulparams/z8ksim.sh: Deleted.
6814         * emulparams/{z8001.sh, z8002.sh}: New files.
6815         * config/z8ksim.mt: Deleted
6816         * config/z8k-coff.mt: New, generates both emulations.
6817
6818 Tue Jul 25 14:53:02 1995  Ian Lance Taylor  <ian@cygnus.com>
6819
6820         * ldmisc.c (vfinfo): In %C and %D case, always print the BFD using
6821         %B, in case it is in an archive.
6822
6823 Mon Jul 24 15:23:39 1995  Ian Lance Taylor  <ian@cygnus.com>
6824
6825         * ldlang.c (lang_process): Call reset_memory_regions for each
6826         relaxation pass.
6827
6828 Fri Jul 21 22:49:44 1995  Michael Meissner  <meissner@cygnus.com>
6829
6830         * scripttempl/elfppc.sc: Add support for .sdata, .sbss, and
6831         _SDA_BASE.
6832
6833 Thu Jul 20 16:26:55 1995  Ken Raeburn  <raeburn@cygnus.com>
6834
6835         * ldmain.c (constructor_callback): Allocate set_name in stack
6836         frame, rather than always calling alloca with a fixed size.
6837
6838 Wed Jul 19 16:21:43 1995  Doug Evans  <dje@canuck.cygnus.com>
6839
6840         * emulparams/armpe.sh (OUTPUT_FORMAT): Change to pei-arm-little.
6841         (LITTLE_OUTPUT_FORMAT, BIG_OUTPUT_FORMAT): Define.
6842
6843 Mon Jul 17 13:57:00 1995  Ian Lance Taylor  <ian@cygnus.com>
6844
6845         * ldwrite.c (clone_section): Set the alignment of the clone
6846         section to that of the section being cloned.
6847
6848         * ldwrite.c (split_sections): Don't split the first input section
6849         into a new output section.
6850
6851 Sat Jul 15 00:26:35 1995  Michael Meissner  <meissner@cygnus.com>
6852
6853         * emulparams/elf32ppc.sh (TEMPLATE_NAME): Define as elf32.
6854         (GENERATE_SHLIB_SCRIPT): Define as yes.
6855
6856 Fri Jul 14 12:11:46 1995  Ian Lance Taylor  <ian@cygnus.com>
6857
6858         * emultempl/mipsecoff.em (check_sections): Use %P, not %F.
6859
6860         * ldver.c (help): Update list of options to match currently
6861         supported list.
6862
6863 Thu Jul 13 13:52:10 1995  Ian Lance Taylor  <ian@cygnus.com>
6864
6865         * emultempl/lnk960.em (ld_lnk960_emulation): Initialize
6866         after_open field.
6867
6868         * ldexp.c (exp_intop): Don't cast stat_alloc arg to bfd_size_type;
6869         it takes a size_t anyhow.
6870         (exp_binop): Likewise.
6871         (exp_trinop): Likewise.
6872         (exp_unop): Likewise.
6873         (exp_nameop): Likewise.
6874         (exp_assop): Likewise.
6875         * ldlang.c (lang_memory_region_lookup): Likewise.
6876         (init_os): Likewise.
6877         (ldlang_add_undef): Likewise.
6878         (insert_pad): Likewise.
6879         * ldfile.c (ldfile_add_arch): Don't cast xmalloc arg to
6880         bfd_size_type.
6881
6882         * Makefile.in (ALL_EMULATIONS): It's earmaoutb.o, not earmoutb.o.
6883
6884 Wed Jul 12 11:32:22 1995  Ian Lance Taylor  <ian@cygnus.com>
6885
6886         * ldemul.h (ldemul_open_dynamic_archive): Add search parameter to
6887         declaration.
6888         (ld_emulation_xfer_type): Add search parameter to
6889         open_dynamic_archive entry point.
6890         * ldemul.c (ldemul_open_dynamic_archive): Add search parameter.
6891         * ldfile.c (ldfile_try_open_bfd): Rename from try_open_bfd, and
6892         make non-static.  Change all callers to use new name.
6893         (ldfile_open_file_search): Make static.  If entry is dynamic, call
6894         ldemul_open_dynamic_archive.
6895         (ldfile_open_file): Don't call ldemul_open_dynamic_archive.
6896         * ldfile.h (ldfile_open_file_search): Don't declare.
6897         (ldfile_try_open_bfd): Declare.
6898         * emultempl/elf32.em (gld${EMULATION_NAME}_open_dynamic_archive):
6899         Accept search parameter.  Don't search for a library, just look in
6900         a single place.
6901         * emultempl/linux.em (gld${EMULATION_NAME}_open_dynamic_archive):
6902         Likewise.
6903
6904 Tue Jul 11 16:44:21 1995  Ian Lance Taylor  <ian@cygnus.com>
6905
6906         * ldmain.c (set_scripts_dir): Don't base script directory on
6907         current directory.
6908
6909 Tue Jul 11 12:29:02 1995  Rick Sladkey  <jrs@world.std.com>
6910
6911         * ldmisc.c (vfinfo): Don't print the line number if it isn't
6912         meaningful.
6913
6914 Mon Jul 10 13:38:28 1995  Ian Lance Taylor  <ian@cygnus.com>
6915
6916         * ld.h (ld_config_type): Add field warn_constructors.
6917         * ldmain.c (add_to_set): Warn if config.warn_constructors.
6918         (constructor_callback): Likewise.
6919         * lexsup.c (parse_args): Handle -warn-constructors.
6920         * ld.texinfo, ld.1: Document -warn-constructors.
6921
6922         * emultempl/elf32.em (gld${EMULATION_NAME}_check_needed): Don't
6923         get confused by directory names if we searched for the file.
6924
6925         Based on patches from H.J. Lu <hjl@nynexst.com>:
6926         * ldlang.h (lang_input_statement_type): Add new field dynamic.
6927         * ldlang.c (new_afile): Set dynamic from config.dynamic_link.
6928         * ldfile.c: Include bfdlink.h.
6929         (ldfile_open_file): Check dynamic field of entry, not global
6930         dynamic_link field.  Don't do a dynamic search when doing a
6931         relocateable link.
6932         * ldmain.c (main): Don't warn about dynamic_link for a
6933         relocateable link.
6934         * emultempl/sunos.em (gld${EMULATION_NAME}_find_so): Skip file if
6935         dynamic is false.
6936         (gld${EMULATION_NAME}_create_output_section_statements): Always
6937         loop over input files.
6938         * Makefile.in: Rebuild dependencies.
6939
6940         * ld.texinfo, ld.1: Document -Bstatic, -Bdynamic, -Bshared, and
6941         -shared.
6942
6943 Mon Jul 10 13:29:43 1995  Eric Youngdale  <eric@aib.com>
6944
6945         * ldmain.c (main): Set link_info.symbolic to false.
6946         * lexsup.c (parse_args): Handle -Bsymbolic.
6947
6948 Wed Jul  5 00:12:11 1995  Fred Fish  (fnf@cygnus.com)
6949
6950         * ldmain.c (HAVE_SBRK):  Define for everything except
6951         specific systems that are known to not support sbrk.
6952         (main):  Use HAVE_SBRK to decide whether or not to use sbrk.
6953
6954 Tue Jul  4 12:55:48 1995  Ian Lance Taylor  <ian@cygnus.com>
6955
6956         * emultempl/elf32.em (gld${EMULATION_NAME}_find_exp_assignment):
6957         Handle etree_provide.
6958
6959         * emultempl/elf32.em (global_needed): New static variable.
6960         (global_found): Likewise.
6961         (gld${EMULATION_NAME}_after_open): New static function.
6962         (gld${EMULATION_NAME}_search_needed): Likewise.
6963         (gld${EMULATION_NAME}_try_needed): Likewise.
6964         (gld${EMULATION_NAME}_check_needed): Likewise.
6965         (ld_${EMULATION_NAME}_emulation): Replace after_open_default with
6966         gld${EMULATION_NAME}_after_open.
6967
6968 Mon Jul  3 14:26:37 1995  Steve Chamberlain  <sac@slash.cygnus.com>
6969
6970         * configure.in (i386-*-win32): New target.
6971
6972 Mon Jul  3 14:39:22 1995  Ian Lance Taylor  <ian@cygnus.com>
6973
6974         * lexsup.c (parse_args): Let -G either set the small data size or
6975         be equivalent to --shared, depending on the next argument.  Accept
6976         and ignore -z for Solaris compatibility.
6977
6978 Sun Jul  2 17:52:34 1995  Ian Lance Taylor  <ian@cygnus.com>
6979
6980         * lexsup.c (parse_args): Cast fopen result to PTR before storing
6981         it in link_info.base_file.  Fix indentation.
6982
6983 Wed Jun 28 17:11:25 1995  Steve Chamberlain  <sac@slash.cygnus.com>
6984
6985         * ldmain.c (main): Always initialize PE info in link_info.
6986         * lexsup.c (OPTION_BASE_FILE): New option.
6987         (parse_args): Handle new option.
6988         * emulparams/armpe.sh: Output pei.
6989         * emultempl/i386pe.em: Add newline to end.
6990         * scripttempl/armpe.sc: Change output and quote the $s.
6991         * scripttempl/i386pe.sc: Change output and quote the $s.
6992
6993 Thu Jun 22 19:55:41 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
6994
6995         Sun May  7 11:53:41 MDT 1995  Bryan Ford  <baford@cs.utah.edu>
6996
6997         * configure.in (i386-*-msdos*, i386-*-moss*): New targets.
6998         * Makefile.in (ALL_EMULATIONS): Added i386msdos.o.
6999         (i386msdos.o): New target.
7000         * config/i386-msdos.mt: Created.
7001         * emulparams/i386msdos.sh: Created.
7002         * scripttempl/i386msdos.sc: Created.
7003
7004 Thu Jun 22 15:06:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
7005
7006         * scripttempl/elfppc.sc (.fixup): Add support for a .fixup section
7007         that contains pointers to be relocated.
7008
7009 Tue Jun 20 17:47:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
7010
7011         * mpw-esh.c: New file, modified for MPW from esh.c.
7012         * scripttempl/sh.sc: Reformatted to simplify MPWification,
7013         use *() to concat stab sections instead of [].
7014
7015 Thu Jun 15 08:48:16 1995  Steve Chamberlain  <sac@slash.cygnus.com>
7016
7017         * scripttempl/armpe.sc: Add constructor support.
7018
7019 Tue Jun 13 09:11:20 1995  Steve Chamberlain  <sac@slash.cygnus.com>
7020
7021         * ldlang.c (lang_size_sections):  Any section with a DATA
7022         statement has contents.
7023
7024 Sun Jun 11 15:20:46 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
7025
7026         * emulparams/m68kelf.sh (NOP): Define.
7027         (DYNAMIC_LINK): Don't define.
7028         (TEXT_START_ADDR): Set to 0x80000000; the extra 0x100 for headers
7029         will come from the linker script.
7030
7031 Thu Jun  8 14:17:33 1995  Steve Chamberlain  <sac@slash.cygnus.com>
7032
7033         * emulparams/armpe.sh, scriptempl/armpe.sc: Add end and stack.
7034
7035 Mon Jun  5 02:16:24 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
7036
7037         * configure.in (i[345]86-*-gnu*): Use GNU elf config.
7038
7039 Thu May 25 11:49:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
7040
7041         From Andrew Cagney <cagney@highland.com.au>
7042         * Makefile.in: Fixup more gotchas from renaming elf32ppcle to
7043         elf32lppc.
7044
7045 Wed May 24 11:23:21 1995  Steve Chamberlain  <sac@slash.cygnus.com>
7046
7047         Add support for ARM-PE.
7048         * Makefile.in (ALL_EMULATIONS): Add armpe.o
7049         * configure.in: Recognize armpe.
7050         * config/arm-pe.mt: New file.
7051         * emulparams/armpe.sh: New file.
7052         * scripttempl/armpe.sc: New file.
7053
7054
7055 Mon May 22 15:19:26 1995  Doug Evans  <dje@chestnut.cygnus.com>
7056
7057         * configure.in (h8300h-*-hms): Deleted
7058         * config/cf-h8300h.mt: Deleted.
7059
7060 Thu May 18 04:26:10 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
7061
7062         Wed May 10 14:28:16 1995 Richard Earnshaw (rearnsha@armltd.co.uk)
7063
7064         From David Taylor (dtaylor@armltd.co.uk)
7065         * Makefile.in (ALL_EMULATIONS): Add earmout[lb].o
7066         * configure.in: Recognize arm{,e[lb]-*-aout.
7067         * config/arm[lb]-aout.mt: New files.
7068         * emulparams/armaout[lb].sh: New files.
7069         * scripttempl/armaout.sc: New file.
7070
7071 Tue May 16 18:27:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
7072
7073         * config/ppcle-elf32.mt (EMUL): Use elf32lppc, not elf32ppcle, to
7074         be unique in 8 characters for DOS.
7075
7076         * emulparams/elf32lppc.sh: New file, renamed from elf32ppcle.sh.
7077         * emulparams/elf32ppcle.sh: Deleted.
7078
7079 Fri May 12 11:03:55 1995  Steve Chamberlain  <sac@slash.cygnus.com>
7080                           Tom Griest <griest@cs.yale.edu>
7081
7082         Initial support for PE executables (eg NT, win32)
7083
7084         * Makefile.in (configure.in, ei386pe): Add support.
7085         * ldmain.c (main): Initialize PE argument info.
7086         * ldwrite.c (print_file_stuff): Don't print out .drectve
7087         and .debug section info.
7088         * lexsup.c (set_subsystem, set_stack_heap, OPTION_HEAP,
7089          OPTION_SUBSYSTEM, parse_argsm set_subsystem, set_stack_heap):
7090          Handle new arguments.
7091         * config/i386-pe.mt, emultempl/i386pe.em, scripttempl/i386pe.sc:
7092         New files
7093
7094 Wed May 10 18:37:59 1995  Stu Grossman  (grossman@andros.cygnus.com)
7095
7096         * scripttempl/hppaelf.sc:  Remove .PARISC.unwind section from text
7097         segment.  This allows ld -r to preserve unwind sections.
7098
7099 Tue May  9 17:19:57 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
7100
7101         * configure.in: Add little endian PowerPC support.
7102
7103         * Makefile.in (ALL_EMULATIONS): Add eelf32ppcle.o.
7104         (eelf32ppcle.c): Support for little endian PowerPC.
7105
7106         * config/ppcle-elf32.mt: New file for little endian PowerPC.
7107         * emulparams/elf32ppcle.sh: Ditto.
7108
7109 Wed May  3 12:56:32 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
7110
7111         * ldlang.c (print_output_section_statement): Check
7112         subsection_alignment, instead of checking section_alignment twice.
7113         Noticed by Alan Modra <alan@spri.levels.unisa.edu.au>.
7114
7115 Tue May  2 16:36:07 1995  Jeff Law  (law@snake.cs.utah.edu)
7116
7117         * configure.in (hppa*-*-lites*): Handle like hppa*-*-*elf*.
7118
7119 Mon Apr 24 19:21:02 1995  Michael Meissner  <meissner@cygnus.com>
7120
7121         * ldwrite.c (ldwrite): Before doing anything, reset the error
7122         code.  If bfd_final_link returns an error, but the error code is
7123         unset, don't issue an extra message.  Assume a correct error
7124         message was already set.
7125
7126 Fri Apr 14 16:31:24 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
7127
7128         * Makefile.in (ALL_EMULATIONS): Added em68kelf.o.
7129         (em68kelf.o): New target.
7130         * config/m68k-elf.mt, emulparams/m68kelf.sh: New files.
7131         * configure.in: Use them for m68*-*-elf.
7132
7133 Tue Apr 11 12:02:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
7134
7135         Merge in support for Mac MPW as a host.
7136         (Old change descriptions retained for informational value.)
7137
7138         * mpw-config.in (i386-unknown-aout): Change to i386-unknown-go32.
7139         (i386-unknown-coff): Remove.
7140         (sh-hitachi-hms): New target.
7141         (emulation_ofiles): Set correctly for each target.
7142         (version, TDEFINES): Add to makefile fragment.
7143         * mpw-make.in (BISON): Use byacc instead of bison.
7144         (em_*.c): Replace with e*.c everywhere.
7145         (ldgram.h): Separate action from ldgram.c generation.
7146         (LD_PROG): Depend on Version.r.
7147         (Version.r): generate from version info.
7148         * mpw-emipsidt.c: New file, modified for MPW from emipsidt.c.
7149
7150         * mpw-config.in (m68k-apple-macos, ppc-apple-macos,
7151         i386-unknown-aout, i386-unknown-coff): New targets.
7152         (m68k-aout, m68k-coff): Remove targets.
7153         (mk.tmp): Add definition of EMUL.
7154
7155         * mpw-config.in (emulname): Set based on target.
7156         (ldemul-list.h): Construct.
7157         * mpw-make.in (install-only): New target.
7158         (install): Depend on install-only.
7159
7160         * mpw-make.in (bindir): Fix pathname.
7161         (install): Move here from mpw-build.in.
7162
7163         * mpw-config.in: New file, MPW configuration fragment.
7164         * mpw-make.in: New file, MPW makefile fragment.
7165         (This file is semi-automatically generated from Makefile.in.)
7166         * ldfile.c (slash): If MPW, set to `:'.
7167         * ldlex.l (TRUE_FALSE_ALREADY_DEFINED): If MPW, set this to
7168         prevent redefinition errors.
7169
7170 Tue Apr  4 17:55:18 1995  Steve Chamberlain  <sac@bang.hack.com>
7171
7172         * ldwrite.c (clone_section): Align clone sections on even
7173         boundaries.
7174
7175 Thu Mar 30 14:32:26 1995  H.J. Lu (hjl@nynexst.com)
7176
7177         * configure.in: Change linux to default to elf.  Using
7178         i[345]86-*-linuxaout will build a linker which defaults to a.out.
7179         * config/i386-laout.mt: Rename from old config/i386-linux.mt.
7180         * config/i386-linux.mt: Rename from old config/i386-lelf.mt.
7181         * config/i386-lelf.mt: Remove.
7182
7183 Thu Mar 30 13:09:46 1995  Ian Lance Taylor  <ian@cygnus.com>
7184
7185         * ldmain.c (main): If opening the map file fails, call
7186         bfd_set_error before calling einfo.
7187
7188         * ld.texinfo, ld.1: Document the -no-keep-memory option.
7189
7190 Mon Mar 27 11:10:08 1995  Ian Lance Taylor  <ian@cygnus.com>
7191
7192         * ldmain.c (main): Revert patch of March 10, since the SVR4 linker
7193         does mark shared libraries as executable.
7194
7195 Tue Mar 21 15:15:38 1995  Ian Lance Taylor  <ian@cygnus.com>
7196
7197         * ldlang.c (lang_common): Change power to int.  Pass larger values
7198         before smaller values.
7199         (lang_one_common): Treat info as int *.  Don't bother to check for
7200         last value, since it is now zero.
7201
7202 Sat Mar 18 01:49:14 1995  Ian Lance Taylor  <ian@cygnus.com>
7203
7204         * ldlang.c (load_symbols): An empty archive is OK.
7205
7206 Fri Mar 17 16:15:31 1995  Stan Shebs  <shebs@andros.cygnus.com>
7207
7208         * ldmain.c (progress.h): Include.
7209         (main): Call START_PROGRESS and END_PROGRESS.
7210
7211 Thu Mar 16 17:17:33 1995  Michael Meissner  <meissner@cygnus.com>
7212
7213         * scripttempl/elfppc.sc: Move _GOT2_END_ after the .ctors and
7214         .dtors sections, so that these pointers get relocated also.
7215         Define the symbols __{C,D}TOR_{LIST,END}__ to mark the beginning
7216         and end of the constructors/destructors.
7217
7218 Thu Mar 16 13:59:14 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
7219
7220         * ldlang.c (load_symbols): If whole_archive is true and ENTRY
7221         describes an archive, call bfd_link_add_symbols on each member.
7222         * ldmain.c (whole_archive): New variable.
7223         (main): Initialize it to false.
7224         * ldmain.h: Declare whole_archive.
7225         * lexsup.c (parse_args): Grok --whole-archive switch.
7226         * ld.texinfo, ld.1: Document --whole-archive.
7227
7228 Thu Mar 16 11:38:48 1995  Ian Lance Taylor  <ian@cygnus.com>
7229
7230         * genscripts.sh (EMULATION_NAME): Set LIB_PATH to empty when not
7231         using the default emulation.
7232
7233         * config/dgux.mh (HOSTING_EMU): Use -m rather than trying to set
7234         LDEMULATION.
7235         * config/hppaelf.mh (HOSTING_EMU): Likewise.
7236
7237 Tue Mar 14 12:28:03 1995  Ian Lance Taylor  <ian@cygnus.com>
7238
7239         * emultempl/sunos.em (gld${EMULATION_NAME}_find_so): Set force_maj
7240         for -lc.N.  From H.J. Lu <hjl@nynexst.com>.
7241
7242 Fri Mar 10 14:43:48 1995  Ian Lance Taylor  <ian@cygnus.com>
7243
7244         * ldmain.c (main): Don't set EXEC_P if link_info.shared is set.
7245
7246         * ldlex.l: Return -lFILENAME as the token LNAME.
7247         * ldgram.y: Add token LNAME.
7248         (input_list): Treat LNAME like NAME, but pass it to
7249         lang_add_input_file as lang_input_file_is_l_enum.
7250         * ld.texinfo: Document using -lFILENAME in INPUT.
7251
7252 Thu Mar  9 12:21:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
7253
7254         * ldlang.c (lang_check): If the architectures are compatible call
7255         bfd_merge_private_bfd_data to let the backend do additional
7256         checks.
7257
7258 Tue Mar  7 00:53:08 1995  Ian Lance Taylor  <ian@cygnus.com>
7259
7260         * ldemul.c (ldemul_choose_mode): If emulation not recognized, list
7261         all supported emulations.
7262
7263 Mon Mar  6 14:03:50 1995  Ian Lance Taylor  <ian@cygnus.com>
7264
7265         * ldemul.c (ldemul_list_emulations): New function.
7266         * ldemul.h (ldemul_list_emulations): Declare.
7267         * ldver.c (help): List supported targets and emulations.
7268
7269 Fri Mar  3 15:40:36 1995  Doug Evans  <dje@canuck.cygnus.com>
7270
7271         * scripttempl/elf.sc (.debug): Relocate to address 0.
7272         (.debug_srcinfo, .debug_aranges, .debug_pubnames,
7273         .debug_sfnames, .line): Likewise.
7274
7275 Fri Mar  3 17:07:14 1995  Ian Lance Taylor  <ian@cygnus.com>
7276
7277         * emultempl/elf32.em (hold_rel): New static variable.
7278         (gld${EMULATION_NAME}_place_orphan): Place readonly sections with
7279         contents whose names begin with ".rel" after hold_rel.  Remove the
7280         assertion which checked for unplaced .rel sections.  Don't try to
7281         sort the section into place if place->bfd_section is NULL.
7282         (gld${EMULATION_NAME}_place_section): Set hold_rel to the first
7283         section beginning with ".rel".
7284
7285 Thu Mar  2 14:34:43 1995  Ian Lance Taylor  <ian@cygnus.com>
7286
7287         Doc note from pierre@phi.la.tce.com (Pierre Willard):
7288         * ld.texinfo: -X and -x work even if -s or -S are not specified.
7289         * ld.1: Similar change.
7290
7291 Wed Mar  1 13:51:16 1995  Ian Lance Taylor  <ian@cygnus.com>
7292
7293         * emulparams/gld960coff.sh (COFF_CTORS): Define.
7294         * scripttempl/i960.sc: Use COFF_CTORS if CONSTRUCTING.
7295
7296 Tue Feb 28 12:42:56 1995  Ian Lance Taylor  <ian@cygnus.com>
7297
7298         * configure.in (i[345]86-*-linuxelf*): New target.  Use i386-lelf.
7299         (i[345]86-*-gnuelf*): New target.  Use i386-gelf.
7300         * config/i386-lelf.mt: New file.
7301         * config/i386-gelf.mt: New file.
7302
7303 Tue Feb 28 10:27:54 1995  Rob Savoye  <rob@darkstar.cygnus.com>
7304
7305         * configure.in: Match on mips-ecoff, and default to the IDT
7306         configuration.
7307
7308 Fri Feb 17 13:06:47 1995  Michael Meissner  <meissner@cygnus.com>
7309
7310         * scripttempl/elfppc.sc: Add support for .got1 and .got2 sections.
7311         Offset _GLOBAL_OFFSET_TABLE_ 32768 from the start of the GOT area
7312         to double the size of the table.
7313
7314 Thu Feb  9 18:29:43 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
7315
7316         * Makefile.in (distclean): Do recursive deletion, since ldscripts
7317         is a directory.
7318
7319 Thu Feb  9 11:38:22 1995  Ian Lance Taylor  <ian@cygnus.com>
7320
7321         * ldmain.c (main): If trace_file_tries is true, and we are using
7322         an internal linker script, print out the script.
7323         * ldfile.c (try_open): Reindent function.  Make the messages about
7324         opening script files more informative.
7325
7326         * lexsup.c (parse_args): For -V, call ldversion with 1, not 0.
7327         * ld.texinfo, ld.1: Update accordingly.
7328
7329 Wed Feb  8 17:34:45 1995  Ian Lance Taylor  <ian@cygnus.com>
7330
7331         * ldlang.c (lang_one_common): Adjust references to common symbol
7332         information for new structure.
7333
7334 Mon Feb  6 12:17:24 1995  Ian Lance Taylor  <ian@cygnus.com>
7335
7336         * ldmain.c (undefined_symbol): Handle section being NULL.
7337
7338         * ldctor.c (ldctor_build_sets): Handle bfd_link_hash_defweak.
7339         * ldexp.c (fold_name): Likewise.
7340         * ldlang.c (print_one_symbol): Likewise.
7341         (lang_finish): Likewise.
7342         * ldmain.c (multiple_common): Likewise.
7343         * ldwrite.c (print_symbol): Likewise.  Also, bfd_link_hash_weak
7344         renamed to bfd_link_hash_undefweak.
7345
7346         * scripttempl/alpha.sc: Set address of .data section correctly
7347         when -n or -N is used.  Patch from Chris G Demetriou
7348         <Chris_G_Demetriou@LAGAVULIN.PDL.CS.CMU.EDU>.
7349         * scripttempl/mips.sc: Similar change.
7350
7351 Tue Jan 31 16:20:52 1995  Doug Evans  <dje@canuck.cygnus.com>
7352
7353         * ldlang.c (lang_size_sections): Clarify error message when user
7354         specified start addr conflicts with region.  Fix resetting of
7355         region pointer.
7356
7357 Tue Jan 31 12:37:09 1995  Ian Lance Taylor  <ian@cygnus.com>
7358
7359         * ldexp.c (fold_name): In case NAME, permit an absolute symbol
7360         in lang_allocating_phase_enum.
7361
7362 Mon Jan 30 11:33:25 1995  Ian Lance Taylor  <ian@cygnus.com>
7363
7364         * Makefile.in (distclean): Depend upon clean.  Don't bother to
7365         remove files which will be removed by clean.  From patch by
7366         alan@SPRI.Levels.UniSA.Edu.Au (Alan Modra).
7367
7368 Fri Jan 27 16:27:34 1995  Ian Lance Taylor  <ian@cygnus.com>
7369
7370         * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): For
7371         a MIPS target, clobber the size of all but the first input
7372         .reginfo section to be 0, so that lang_size_sections sets the
7373         correct size for the output .reginfo section.
7374
7375 Thu Jan 26 19:53:37 1995  Ian Lance Taylor  <ian@cygnus.com>
7376
7377         * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
7378         Remove unused variable is.
7379
7380 Thu Jan 26 12:33:05 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
7381
7382         * configure.in: Add support for powerpc-*-eabi.
7383
7384         * scripttempl/elfppc.sc: New file for PowerPC embedded ABI
7385         support.
7386
7387         * emulparams/elf32ppc.sh (SCRIPT_NAME): Use elfppc.sc instead of
7388         elf.sc, which defines some new symbols PowerPC elf needs.
7389
7390 Tue Jan 24 10:32:15 1995  Ian Lance Taylor  <ian@sanguine.cygnus.com>
7391
7392         * ldctor.c (ldctor_add_set_entry): Don't dump core if a
7393         constructor entry is in the absolute section.
7394
7395 Mon Jan 23 13:58:13 1995  Ian Lance Taylor  <ian@sanguine.cygnus.com>
7396
7397         * configure.in (i[345]86-*-gnu*): Set ld_target to i386-gnu.
7398         * config/i386-gnu.mt: New file.  Include ELF support.
7399
7400 Thu Jan 19 16:22:11 1995  Ian Lance Taylor  <ian@sanguine.cygnus.com>
7401
7402         * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): If
7403         there are any input sections named .gnu.warning, treat them as
7404         containing a warning message to be printed by the linker, and
7405         clobber the size so that the message is not copied into the output
7406         file.
7407         * scripttempl/elf.sc: Put .gnu.warning sections into the .text
7408         section.
7409
7410 Sun Jan 15 16:45:00 1995  Steve Chamberlain  <sac@splat>
7411
7412         * configure.in (w65-*-*): New target.
7413         * Makefile.in: Update.
7414         * scripttempl/w65.sc: New.
7415         * config/coff-w65.mt: New.
7416
7417 Thu Jan 12 01:32:25 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
7418
7419         * ldlang.c (lang_place_orphans): Don't ignore files with
7420         just_syms_flag set.  Instead, put all their sections in
7421         bfd_abs_section_ptr, using the section VMA as the output_offset.
7422
7423 Wed Jan 11 22:59:09 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
7424
7425         * ldctor.c (ldctor_build_sets): Don't use `const' with typedef
7426         name `reloc_howto_type', since it's now defined to be const.
7427         * ldlang.c (lang_add_reloc): Ditto.
7428         * ldlang.h (lang_reloc_statement_type, lang_add_reloc): Ditto.
7429
7430 Wed Jan 11 11:24:45 1995  Ian Lance Taylor  <ian@sanguine.cygnus.com>
7431
7432         * ldexp.c (fold_binary): Adding or subtracting an absolute value
7433         to a relative value does not require forcing the relative value to
7434         be absolute.  Also, reindent function.
7435
7436 Wed Dec 28 22:05:52 1994  Steve Chamberlain  (sac@jonny.cygnus.com)
7437
7438         * ldwrite.c (clone_section): Create a symbol with the
7439         same name as the section.
7440
7441 Mon Dec 19 14:02:13 1994  Steve Chamberlain  (sac@jonny.cygnus.com)
7442
7443         * ld.h (split_by_reloc, split_by_file): New flags.
7444         * ldwrite.c  (clone_section, split_sections): New functions.
7445         * lexsup.c (parse_args): Understand new split options.
7446
7447 Fri Dec  9 17:22:55 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
7448
7449         * scripttempl/elf.sc: Move .ctors and .dtors from .text segment to
7450         .data segment.  They must be writable when creating a shared
7451         library.  From H.J. Lu <hjl@nynexst.com>.
7452
7453 Fri Dec  2 14:09:00 1994  Ian Lance Taylor  <ian@rtl.cygnus.com>
7454
7455         * emultempl/miposecoff.em: New file.
7456         * emulparams/mipsidt.sh (TEMPLATE_NAME): Set to mipsecoff.
7457         * emulparams/mipsidtl.sh (TEMPLATE_NAME): Likewise.
7458         * scripttempl/mips.sc: Put .rel.sdata sections in .text, and
7459         provide __runtime_reloc_start and __runtime_reloc_stop if they are
7460         used.   Align _fdata to a 16 byte boundary.
7461         * Makefile.in (emipsidt.c): Depend upon mipsecoff.em rather than
7462         generic.em.
7463         (emipsidtl.c): Likewise.
7464         (check): Pass CC_FOR_HOST and CFLAGS_FOR_HOST to runtest.
7465
7466         * ld.h (args_type): Add new field embedded_relocs.
7467         * ldemul.h (ldemul_after_open, after_open_default): Declare.
7468         (ld_emulation_xfer_struct): Add new field after_open.
7469         * ldemul.c (ldemul_after_open): New function.
7470         (after_open_default): New function.
7471         * ldlang.c (lang_process): Call ldemul_after_open.
7472         * lexsup.c (parse_args): Handle --embedded-relocs.
7473         * emultempl/elf32.em (ld_${EMULATION_NAME}_emulation): Initialize
7474         new after_open field to after_open_default.
7475         * emultempl/generic.em, emultempl/gld960.em: Likewise.
7476         * emultempl/gld960c.em, emultempl/hppaelf.em: Likewise.
7477         * emultempl/linux.em, emultempl/m88kbcs.em: Likewise.
7478         * emultempl/sunos.em, emultempl/vanilla.em: Likewise.
7479         * ld.texinfo, ld.1: Mention -embedded-relocs.
7480
7481 Wed Nov 23 22:04:47 1994  Steve Chamberlain  (sac@jonny.cygnus.com)
7482
7483         * Makefile.in: Add eshl.o.
7484         * config/coff-sh.mt: Add shl emulation.
7485
7486 Tue Nov 22 11:55:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
7487
7488         * scripttempl/elf.sc: Fill .text section with NOPS.  From Eric
7489         Youngdale <eric@aib.com>.
7490
7491 Thu Nov 17 14:39:48 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
7492
7493         Patches from pirker@eiunix.tuwien.ac.at (Martin Pirker).
7494         * config/i386linux.mh: New file; set HOSTING_CRT0.
7495         * genscripts.sh: Don't put ${libdir} in LIB_PATH if it is
7496         /usr/lib, since that is already in LIB_PATH.
7497
7498 Wed Nov 16 10:03:03 1994  Jeff Law  (law@snake.cs.utah.edu)
7499
7500         * scripttempl/hppaelf.sc (.text): Handle a use rdefined text start
7501         address.
7502         (.data, .bss): If "-N", then place the data/bss just after the end
7503         of the .text section rather than at the default 0x40000000.
7504
7505         * scripttempl/hppaelf.sc (.text): Place unwind descriptors in the
7506         text segment.
7507
7508 Sat Nov 12 15:55:56 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
7509
7510         Patches from Eric Youngdale <eric@aib.com>:
7511         * ldlang.c (lang_finish): Don't warn if entry symbol not found
7512         when generating a shared library.
7513         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Warn if
7514         attempting to place an orphaned relocation section when generating
7515         a dynamically linked object.
7516
7517         * scripttempl/elf.sc: Add ENTRY(${ENTRY}), and default ${ENTRY} to
7518         _start.
7519
7520 Fri Nov 11 14:27:23 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
7521
7522         * ld.h (args_type): Add field export_dynamic.
7523         * lexsup.c (parse_args): Recognize --export-dynamic.
7524         * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
7525         Pass export_dynamic argument to bfd_elf32_size_dynamic_sections.
7526
7527 Wed Nov  9 12:47:11 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
7528
7529         * ldlang.c (lang_one_common): Set SEC_ALLOC in any section where
7530         we allocate common symbols.
7531
7532 Tue Nov  8 17:50:43 1994  Eric Youngdale  (eric@aib.com)
7533
7534         * scripttempl/elf.sc: Add .rel.init, .rela.init, .rel.fini, and
7535         .rela.fini to the list of .rel* sections.
7536
7537 Tue Nov  8 17:47:45 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
7538
7539         * ldlang.c (load_symbols): Add new argument place.  Only accept
7540         linker scripts if place is not NULL.  Put commands found in an
7541         assumed linker script into place.
7542         (lookup_name): Pass NULL as place argument to load_symbols.
7543         (open_input_bfds): In lang_input_statement_enum case, pass a place
7544         argument to load_symbols, and store any new statements after the
7545         current one.
7546
7547 Mon Nov  7 15:53:02 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
7548
7549         * ldver.c (ldversion): Bump to 2.5.3.
7550
7551 Fri Nov  4 15:11:26 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
7552
7553         * Makefile.in (e*nbsd.c): Fix typo in dependencies.
7554
7555 Thu Nov  3 19:35:44 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
7556
7557         * Makefile.in (check): Add missing "else true" clause.
7558
7559         * emulparams/vax.sh (OUTPUT_FORMAT): Use "a.out".
7560
7561         * scripttempl/go32coff.sc: Changes from DJ Delorie: Change default
7562         entry point to "start".  Align at end of each section to 0x200.
7563         Start .text section 0x1000 later.  Add _etext, _edata, _end
7564         symbols.
7565
7566 Wed Nov  2 12:17:49 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
7567
7568         * ldctor.c (ldctor_add_set_entry): Don't permit a set to be
7569         composed of different object file formats.
7570         (ldctor_build_sets): If the output format does not support the
7571         reloc, and we are not generating a relocateable link, try getting
7572         the reloc from the input format.
7573
7574 Tue Nov  1 10:30:19 1994  J.T. Conklin  (jtc@rtl.cygnus.com)
7575
7576         * Makefile.in (ALL_EMULATIONS): Added em68knbsd.o.
7577           (em68knbsd.c): New target.
7578
7579         * config/m68k-nbsd.mt: New file.
7580         * emulparams/m68knbsd.sh: New file.
7581         * configure.in (m68*-*-netbsd*): Use above configs.
7582
7583 Mon Oct 31 19:35:17 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
7584
7585         * emultempl/sunos.em (gld${EMULATION_NAME}_find_so): If we find an
7586         appropriately named static library, stop the search at that
7587         directory.
7588
7589 Wed Oct 26 13:59:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
7590
7591         * Makefile.in (ALL_EMULATIONS): Added ei386nbsd.o, ens32knbsd.o
7592           and esparcnbsd.o; sorted entries.
7593           (ei386nbsd.c,ens32knbsd.c,esparcnbsd.c): New targets.
7594
7595         * config/netbsd532.mt: Removed.
7596         * emulparams/netbsd532.sh: Removed.
7597
7598         * config/{i386-nbsd.mt,ns32k-nbsd.mt,sparc-nbsd.mt}: New files.
7599         * emulparams/{i386nbsd.sh,ns32knbsd.sh,sparcnbsd.sh}: New files.
7600         * configure.in (i[345]86-*-netbsd*, ns32k-pc532-netbsd*,
7601           sparc*-*-netbsd*): Use above configs.
7602
7603 Tue Oct 25 11:47:10 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
7604
7605         * ldmain.c (multiple_common): One of the types may now be
7606         bfd_link_hash_indirect.  The old BFD argument may be NULL.
7607
7608 Thu Oct 20 22:01:39 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
7609
7610         * configure.in: Add * at the end of m68k-hp-hpux.
7611
7612 Tue Oct 18 15:58:39 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
7613
7614         * ldlex.l: Cast assignment to yy_ch_buf field to char *, not to
7615         YY_CHAR *.
7616
7617 Mon Oct 17 14:53:16 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
7618
7619         * scripttempl/nw.sc: Gather constructors and destructors and
7620           define __CTOR__LIST__ and __DTOR_LIST__ appropriately.
7621
7622 Fri Oct 14 14:35:38 1994  J.T. Conklin  (jtc@rtl.cygnus.com)
7623
7624         * Makefile.in (ALL_EMULATIONS): Add ei386nw.o and eppcnw.o.
7625           (ei386nw.c, eppcnw.c): New targets.
7626
7627         * config/{i386,ppc}-nw.mt, emulparams/{i386,ppc}nw.sh,
7628           scripttempl/nw.sc: New files, for i386 and powerpc netware.
7629
7630         * configure.in: Changed netware ld_target name to be {i386,ppc}-nw
7631           instead of {i386,ppc}-elf.
7632
7633         * configure.in (sparc*-*-netware): Removed.  There is no such
7634           thing anymore.
7635
7636         * ldint.texinfo: Move misplaced `@end iftex'.
7637
7638 Fri Oct 14 12:02:18 1994  Eric Youngdale  (eric@aib.com)
7639
7640         * scripttempl/elf.sc: Add .rel.ctors, .rela.ctors, .rel.dtors, and
7641         .rela.dtors to the list of .rel* sections.
7642
7643 Thu Oct 13 14:16:27 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
7644
7645         * ldver.c (ldversion): Update to version 2.5.
7646         * Version 2.5 released.
7647
7648         * configure.in (all_targets): Handle i386-linux*.
7649
7650 Thu Oct 13 11:24:33 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
7651
7652         * scripttempl/aout.sc: Set _etext and __etext to ., not
7653         ${DATA_ALIGNMENT}.  This is compatible with SunOS, and, with luck,
7654         will not break any other system.  From Eric Valette
7655         <ev@chorus.fr>.
7656
7657 Wed Oct 12 16:22:58 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
7658
7659         * lexsup.c (parse_args): Change -V to be a synonym for -v.  Add
7660         --verbose to get the old -V behaviour.
7661         * ld.1, ld.texinfo: Document this change.
7662
7663 Tue Sep 27 14:56:20 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
7664
7665         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Remove
7666         assertion, since it could fail with a user defined linker script.
7667
7668         * ldexp.c (fold_name): For DEFINED case, don't try to look up the
7669         name in the hash table during the first phase--the hash table does
7670         not even exist at that point, much less have the right value.
7671
7672         * Makefile.in (CC): Define.
7673         (CXX): Move definition, change from g++ to gcc.
7674         (EXPECT, RUNTEST): Copy definitions from top level Makefile.in.
7675         (RUNTEST_CC, RUNTEST_CFLAGS): Remove.
7676         (RUNTEST_CXX, RUNTEST_CXXFLAGS): Remove.
7677         (CC_FOR_TARGET, CXX_FOR_TARGET): Copy from top level Makefile.in.
7678         (.cc.o): Comment out.
7679         (testdir): Remove.
7680         (site.exp): Don't create testdir or set tmpdir.
7681         (check): Run checks even if not running native.  Use CC_FOR_TARGET
7682         instead of RUNTEST_CC, and likewise for CXX.
7683         (cdtest targets): Comment out.
7684         * config/solaris2.mh (HOSTING_LIBS): Only mention crtend.o once.
7685         * cdtest-bar.cc, cdtest-foo.cc, cdtest-foo.h: Remove.
7686         * cdtest-main.cc, cdtest.exp: Remove.
7687
7688 Mon Sep 26 11:40:30 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
7689
7690         * emulparams/elf32bmip.sh: Rename from elf32mipb.sh to avoid DOS
7691         file naming problems.
7692         * emulparams/elf32lmip.sh: Rename from elf32mipl.sh.
7693         * Makefile.in (ALL_EMULATIONS): Rename eelf32mipb.o to
7694         eelf32bmip.o and eelf32mipl.o to eelf32lmip.o.
7695         (eelf32bmip.c): Rename from eelf32mipb.c.  Use elf32bmip.sh.
7696         (eelf32lmip.c): Rename from eelf32mipl.c.  Use elf32lmip.sh.
7697         * config/mipsb-elf32.mt (EMUL): Use elf32bmip, not elf32mipb.
7698         * config/mipsl-elf32.mt (EMUL): Use elf32lmip, not elf32mipl.
7699
7700         * genscripts.sh: Always search /usr/local/TARGET/lib.
7701
7702         * scripttempl/elf.sc: If -N is set, force DATA_ADDR to be ".".
7703
7704 Fri Sep 23 15:05:49 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
7705
7706         * configure.in: Handle i386-bsdi* targets like i386-bsd.
7707
7708 Fri Sep 23 00:06:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
7709
7710         * lexsup.c (parse_args): Add support for -a for HP/UX
7711         compatibility.
7712
7713         * lexsup.c (parse_args): -c takes an argument.
7714
7715 Tue Sep 20 14:35:27 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
7716
7717         * ld.h (args_type): Add new field endian.
7718         * lexsup.c (parse_args): Handle -EB and -EL by setting
7719         command_line.endian.
7720         * ldgram.y (ifile_p1): Accept OUTPUT_FORMAT with three arguments.
7721         * ldlang.c (lang_add_output_format): Add arguments big and little.
7722         If command_line.endian is set, use it to select big or little
7723         rather than the default.  Changed all callers.
7724         * ldlang.h (lang_add_output_format): Update declaration.
7725         * emulparams/elf32mipb.sh: Define BIG_OUTPUT_FORMAT and
7726         LITTLE_OUTPUT_FORMAT.
7727         * emulparams/elf32mipl.sh: Likewise.
7728         * emulparams/mipsbig.sh: Likewise.
7729         * emulparams/mipsbsd.sh: Likewise.
7730         * emulparams/mipsidt.sh: Likewise.
7731         * emulparams/mipsidtl.sh: Likewise.
7732         * emulparams/mipslit.sh: Likewise.
7733         * scripttempl/elf.sc: Define BIG_OUTPUT_FORMAT and
7734         LITTLE_OUTPUT_FORMAT if not already defined.  Pass them to
7735         OUTPUT_FORMAT.
7736         * scripttempl/mips.sc: Pass BIG_OUTPUT_FORMAT and
7737         LITTLE_OUTPUT_FORMAT to OUTPUT_FORMAT.
7738         * scripttempl/mipsbsd.sc: Likewise.
7739
7740         * Makefile.in (ldgram.h): Make separate target from ldgram.c,
7741         depending upon ldgram.c, so that a parallel make does not try to
7742         build both at once.
7743
7744         * configure.in (mips*el-elf*): New target.
7745         * Makefile.in (ALL_EMULATIONS): Add eelf32mipb.o and eelf32mipl.o.
7746         (eelf32mipl.c): New target.
7747
7748         * config/mipsl-elf32.mt: New file.
7749         * emulparams/elf32mipl.sh: New file.
7750
7751 Fri Sep 16 12:16:20 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
7752
7753         * ldmain.c (main): Rather than prohibiting ld -r -s, treat it as
7754         ld -r -S -x.
7755
7756 Thu Sep 15 13:05:44 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
7757
7758         * ldmisc.c (vfinfo): Print BFD file name as well as file name
7759         returned by find_nearest_line, in case the file name is something
7760         unhelpful such as a .h file.  Handle %u.
7761
7762 Wed Sep 14 12:49:12 1994  Steve Chamberlain  (sac@jonny.cygnus.com)
7763
7764         * ldlang.c (lang_do_assignments): Make sure output statement
7765         has an attached bfd_section before trying to dereference it.
7766
7767 Wed Sep 14 12:48:09 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
7768
7769         * ld.h (ld_config_type): Add new field warn_once.
7770         * ldmain.c (undefined_symbol): Handle -warn-once.
7771         * lexsup.c (parse_args): Recognize -warn-once.
7772         * ld.texinfo (Options): Document -warn-once.
7773         * ld.1: Likewise.
7774
7775         * ldmisc.c (vfinfo): Handle %D as %C, but never print the function
7776         name.  For %C, print the function name on a separate line, to keep
7777         the length of error messages under control.
7778         * ldmain.c (multiple_definition): Use %D for ``first defined
7779         here.''
7780         (undefined_symbol): Use %D for ``more undefined references
7781         follow''.
7782
7783         * ldmisc.c (multiple_warn): Remove; no longer used.
7784         * ldmisc.h (multiple_warn): Don't declare.
7785
7786 Tue Sep 13 20:47:58 1994  Steve Chamberlain  (sac@jonny.cygnus.com)
7787
7788         * ldlang.c (print_output_section_statement): Print all lines
7789         to the map file.
7790
7791 Tue Sep 13 16:30:11 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
7792
7793         * ldlang.c (load_symbols): Check for archive before object.  Use
7794         bfd_check_format_matches, and, if ambiguous, print a list of
7795         matching formats.  If file format is not recognized, treat file as
7796         a linker script.
7797         * ldgram.y (yyerror): If assuming an object file is a script,
7798         mention that.  Tweak the format of the error messages.
7799         * ldlex.l (lex_warn_invalid): If assuming an object is a script,
7800         guess that this is not actually a script, and just report that the
7801         file format was not recognized.
7802         * ld.texinfo (Options): Admit that -( may be used more than once.
7803         Add note that unrecognized object files are now treated as linker
7804         scripts.
7805
7806         * ldfile.c (ldfile_input_filename): Make const.
7807         (ldfile_assumed_script): New variable.
7808         (try_open): Change arguments types to const.
7809         (ldfile_find_command_file): Likewise.
7810         (ldfile_open_command_file): Likewise.  Also, set lineno to 1.
7811         * ldfile.h: Update declarations for ldfile.c changes.
7812         * ldlex.l: Include <ctype.h>.
7813         (file_name_stack): Change to be const char *.
7814         (lineno_stack): New static variable.
7815         (<<EOF>>): Set lineno as well as ldfile_input_filename.
7816         (lex_push_file): Make name argument const.  Initialize
7817         lineno_stack entry.
7818         (lex_redirect): Initialize lineno_stack entry.
7819         (lex_warn_invalid): Handle non printable characters nicely.
7820         * ldlex.h (lex_push_file): Declare second argument as const.
7821
7822         * ldgram.y (ifile_p1): Recognize GROUP.
7823         * ldlex.l: Recognize GROUP.
7824         * ld.texinfo (Option Commands): Document GROUP.
7825
7826 Mon Sep 12 17:04:27 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
7827
7828         * config/m68klynx.mh: New file.
7829
7830 Mon Sep 12 01:50:03 1994  Jeff Law  (law@snake.cs.utah.edu)
7831
7832         * emultempl/hppaelf.em: Add newlines to the error messages.
7833
7834 Sat Sep 10 16:05:38 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
7835
7836         * config/i386lynx.mh: New file.
7837         * scripttempl/i386lynx.sc: Don't put .ctors and .dtors in .text
7838         unless CONSTRUCTING.
7839
7840 Thu Sep  8 13:25:24 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
7841
7842         * emulparams/elf32mipb.sh (TEMPLATE_NAME): Define as elf32.
7843         (GENERATE_SHLIB_SCRIPT): Define as yes.
7844         (DYNAMIC_LINK): Define as false.
7845         * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse):
7846         Initialize config.dynamic_link to DYNAMIC_LINK if it is defined.
7847         (gld${EMULATION_NAME}_place_orphan): Reset stat_ptr at end.
7848         * Makefile.in (eelf32mipb.c): Depend upon elf32.em rather than
7849         generic.em.
7850
7851 Thu Sep  8 16:30:37 1994  Steve Chamberlain  (sac@jonny.cygnus.com)
7852
7853         * scripttempl/h8500b.sc: Put rdata stuff into own segment.
7854
7855 Thu Sep  8 13:25:24 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
7856
7857         * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS): Don't define;
7858         .got section is now explicitly handled in elf.sc.
7859
7860 Wed Sep  7 13:08:34 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
7861
7862         * scripttempl/alpha.sc: Redo script to set . outside of sections
7863         and not bother to explicitly specify section addresses.
7864         Explicitly place .sdata section.
7865
7866 Tue Sep  6 23:51:45 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
7867
7868         * scripttempl/m68kcoff.sc: Put .bss in data segment.
7869
7870         * scripttempl/h8300.sc: Change .stab and .stabstr to use a VMA of
7871         0, and to only be marked as NOLOAD if relocating.
7872         * scripttempl/h8500.sc, scripttempl/h8500b.sc: Likewise.
7873         * scripttempl/h8500c.sc, scripttempl/h8500m.sc: Likewise.
7874         * scripttempl/h8500s.sc, scripttempl/i386coff.sc: Likewise.
7875         * scripttempl/i386go32.sc, scripttempl/i386lynx.sc: Likewise.
7876         * scripttempl/m68kcoff.sc, scripttempl/m68klynx.sc: Likewise.
7877         * scripttempl/sh.sc, scripttempl/sparccoff.sc: Likewise.
7878         * scripttempl/sparclynx.sc: Likewise.
7879
7880 Sun Sep 04 17:58:10 1994  Richard Earnshaw (rwe@pegasus.esprit.ec.org)
7881
7882         * Makefile.in, configure.in: Add support (disabled) the ARM/RISCiX.
7883         * config/riscix.mt, emulparams/riscix.sh, scripttempl/riscix.sc:
7884         New files.
7885
7886 Tue Aug 30 11:48:08 1994  Eric Youngdale  (ericy@cais.cais.com)
7887
7888         * ld.h (args_type): Add field soname.
7889         * lexsup.c (parse_args): Handle -soname argument.
7890         * emultempl/elf32.em: In call to bfd_elf32_size_dynamic_sections,
7891         pass soname.
7892         * ld.texinfo: Document -soname.
7893
7894 Mon Aug 29 15:21:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
7895
7896         * ldlang.c (lang_check): Don't try to set the architecture if the
7897         input and output files are incompatible.  Just warn.
7898
7899 Wed Aug 24 12:52:30 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
7900
7901         * configure.in: Change i[34]86 to i[345]86.
7902
7903 Sun Aug 21 16:17:19 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
7904
7905         * emulparams/hp3hpux.sh: Define __DYNAMIC to be 0.
7906
7907 Thu Aug 18 15:37:45 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
7908
7909         Make the ELF linker handle orphaned sections reasonably.  Also,
7910         define __start_SECNAME and __stop_SECNAME around sections whose
7911         names can be represented in C, for the benefit of symbol sets in
7912         glibc.
7913         * ldemul.h (ldemul_place_orphan): Declare.
7914         (ld_emulation_xfer_type): Add place_orphan field.
7915         * ldemul.c (ldemul_place_orphan): New function.
7916         * ldlang.h (wild_doit): Declare.
7917         * ldlang.c (wild_doit): Make nonstatic.
7918         (lang_place_orphans): Call ldemul_place_orphan.
7919         * emultempl/elf32.em: Include <ctype.h> and "ldgram.h".
7920         (hold_section, hold_use, hold_text, hold_data, hold_bss): New
7921         static variables.
7922         (gld${EMULATION_NAME}_place_orphan): New static function.
7923         (gld${EMULATION_NAME}_place_section): New static function.
7924         (ld_${EMULATION_NAME}_emulation): Initialize place_orphan field.
7925
7926 Tue Aug 16 00:17:20 1994  Eric Youngdale  (ericy@cais.cais.com)
7927
7928         * scripttempl/aout.sc: Add .linux-dynamic after .data.
7929
7930 Tue Aug 16 00:08:22 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
7931
7932         * lexsup.c (parse_args) Treat --dll-verbose as --version, for
7933         Linux compatibility.  From hjl@nynexst.com (H.J. Lu).
7934
7935 Mon Aug 15 17:17:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
7936
7937         * ldexp.h (exp_get_abs_int): Declare.
7938
7939 Sat Aug  6 01:45:39 1994  Steve Chamberlain  (sac@jonny.cygnus.com)
7940
7941         * ldlang.c (lang_do_assignments):  Handle complex AT's better.
7942         * ldexp.c (exp_get_abs_int):  New function.
7943
7944 Fri Aug  5 20:55:55 1994  Jason Molenda (crash@phydeaux.cygnus.com)
7945
7946         * configure.in: add i960-nindy-coff support.
7947
7948 Thu Aug  4 14:45:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
7949
7950         * ldlex.l (yy_create_string_buffer): Handle change to internal
7951         interface in flex 2.4.7.
7952
7953 Tue Aug  2 11:52:06 1994  Eric Youngdale  (ericy@cais.cais.com)
7954
7955         * emultempl/linux.em (gld${EMULATION_NAME}_find_address_statement):
7956         New function; add 0x20 to any use of -Ttext.
7957         (gld${EMULATION_NAME}_create_output_section_statements): New
7958         function.
7959         (ld_${EMULATION_NAME}_emulation): Use the new function
7960         gld${EMULATION_NAME}_create_output_section_statements.
7961
7962 Mon Aug  1 15:50:44 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
7963
7964         * scripttempl/mips.sc: Redo script to set . outside of sections
7965         and not bother to explicitly specify section addresses.
7966
7967 Tue Jul 26 11:02:35 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
7968
7969         * scripttempl/elf.sc: Copy several more relocation sections into
7970         the output.  Put .got.plt sections into .got.
7971
7972 Fri Jul 22 12:15:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
7973
7974         * scripttempl/elf.sc: Use PROVIDE to define etext, edata, and end.
7975
7976         Add a new script operator, PROVIDE, to define a symbol only if it
7977         is needed.
7978         * ldgram.y (PROVIDE): New token.
7979         (assignment): Accept PROVIDE.
7980         * ldlex.l (PROVIDE): New token.
7981         * ldexp.h (node_type): Add etree_provide to node_class enum.
7982         (exp_provide): Declare.
7983         * ldexp.c (exp_fold_tree): Handle etree_provide.
7984         (exp_provide): New function.
7985         (exp_print_tree): Handle etree_provide.
7986         * ld.texinfo: Document PROVIDE.
7987
7988         * ldlang.c (lang_common): Pass desired alignment to
7989         lang_one_common as power of two.
7990         (lang_one_common): Get common symbol alignment from linker hash
7991         table entry.  Treat desired alignment as a power of two.
7992
7993         * ldlang.c (wild_section): Attach all section with the given name,
7994         not just the first one.  If there is no name, attach all sections
7995         even if the SEC_IS_COMMON flag is set.
7996
7997 Wed Jul 20 15:49:27 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
7998
7999         * ld.h (args_type): Add field rpath.
8000         * lexsup.c (S_ISDIR): Define if not already defined.
8001         (parse_args): Add support for -rpath.  If -R is used to name a
8002         directory, treat it as -rpath for Solaris compatibility.
8003         * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
8004         Pass command_line.rpath to bfd_elf32_size_dynamic_sections.
8005         * ldmain.c (main): Initialize command_line.rpath to NULL.
8006         * ld.texinfo: Document -rpath option.
8007
8008 Sun Jul 10 00:33:24 1994  Ian Dall  (dall@hfrd.dsto.gov.au)
8009
8010         * emulparams/pc532machaout.sh: New file. Pc532 mach script
8011         parameters.
8012
8013         * emulparams/netbsd532.sh: New file. Netbsd 532 script parameters.
8014
8015         * config/pc532mach.mt: New file. Pc532 mach target support.
8016
8017         * config/pc532mach.mh: New file. Pc532 mach host support.
8018
8019         * config/netbsd532.mt: New file. Netbsd 532 target support.
8020
8021         * configure.in: Add ns32k-pc532-mach and ns32k-pc532-netbsd support.
8022
8023         * Makefile.in: Add epcmachaout.c dependency and enetbsd532.c
8024         dependency.
8025
8026 Fri Jul  8 10:57:02 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
8027
8028         * emultempl/sunos.em (gld${EMULATION_NAME}_before_allocation): Use
8029         bfd_abs_section_ptr, not &bfd_abs_section.
8030
8031         * lexsup.c (parse_args): Changed "retain-symbols-file" from
8032         no_argument to required_argument.  From djm.
8033
8034 Thu Jul  7 12:29:53 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
8035
8036         * scripttempl/elf.sc: Explicitly mention .stab and .stabstr
8037         sections to force a VMA of 0; needed for ELF backends which have
8038         not been converted to the new linker style.
8039
8040 Mon Jul  4 19:35:45 1994  Jeff Law  (law@snake.cs.utah.edu)
8041
8042         * scripttempl/hppaelf.sc (__stack_zero): Don't define this name,
8043         it was for the HPUX dynamic loader's use and it creates problems
8044         with ELF GDB.
8045
8046 Fri Jul  1 12:53:47 1994  Jeff Law  (law@snake.cs.utah.edu)
8047
8048         * ldlang.c (lang_do_assignments): No longer static.  Delete decl.
8049         * ldlang.h (lang_do_assignments): Put external decl here.
8050         * emultempl/hppaelf.em: Minor cleanups throughout file.
8051         (hppa_elf_create_output_section_statements): Rewrite.
8052         (hppaelf_finish): Rewrite.
8053
8054 Wed Jun 29 16:50:00 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
8055
8056         * config/solaris2.mh (NATIVE_LIB_DIRS): Define as /usr/ccs/lib.
8057
8058         * lexsup.c (parse_args): Accept -Bstatic and -Bdynamic.  Do not
8059         accept plain -B.
8060         * ld.texinfo: -Bstatic is not ignored.
8061
8062 Tue Jun 28 12:13:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
8063
8064         * ldlex.l: Recognize \r the same as \n.
8065
8066 Thu Jun 23 17:53:04 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
8067
8068         Preliminary support for generating shared libraries, from Eric
8069         Youngdale <ericy@cais.cais.com>.
8070         * genscripts.sh: If the emulation parameter file sets
8071         GENERATE_SHLIB_SCRIPT, generate a .xs script file with
8072         CREATE_SHLIB defined.
8073         * emultempl/elf32.em (gld${EMULATION_NAME}_get_script): If
8074         link_info.shared is set, use the .xs script file.
8075         * scripttempl/elf.sc: If CREATE_SHLIB is set, don't create a
8076         .interp section, and don't include TEXT_START_ADDR in the starting
8077         address of the first section.
8078         * emulparams/elf_i386.sh (GENERATE_SHLIB_SCRIPT): Likewise.
8079         * emulparams/elf32_sparc.sh (GENERATE_SHLIB_SCRIPT): Define.
8080
8081 Thu Jun 23 12:52:22 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
8082
8083         * configure.in: Change --with-targets to --enable-targets.
8084
8085 Wed Jun 22 13:42:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
8086
8087         * lexsup.c (parse_args): Add support for new options -( -) with
8088         synonyms --start-group --end-group.
8089         * ldlang.h (enum statement_enum): Add lang_group_statement_enum.
8090         (lang_group_statement_type): Define new struct.
8091         (lang_statement_union_type): Add group_statement field.
8092         (lang_enter_group, lang_leave_group): Declare.
8093         * ldlang.c (lang_for_each_statement_worker): Handle
8094         lang_group_statement_enum.
8095         (map_input_to_output_sections, print_statement): Likewise.
8096         (lang_size_sections, lang_do_assignments): Likewise.
8097         (open_input_bfds): Completely rewrite.  Now does its own looping,
8098         rather than using lang_for_each_statement.  Handle groups.
8099         (lang_process): Update call to open_input_bfds.
8100         (print_group): New static function.
8101         (lang_enter_group, lang_leave_group): New static functions.
8102         * ldfile.c (ldfile_open_file): If the file has already been
8103         opened, just return rather than taking an assertion failure.
8104         * ldver.c (help): Mention new options.
8105         * ld.texinfo: Document new options.
8106
8107         * ldlang.c (end_of_data_section_statement_list): Don't define.
8108         (lang_leave_output_section_statement): Don't set obsolete variable
8109         end_of_data_section_statement_list.
8110
8111         * scripttempl/go32coff.sc: Don't put ${DATA_ALIGNMENT} inside an
8112         ALIGN.
8113
8114         * ldlang.c (lang_size_sections): Adjust current region address
8115         even for sections with an explicit address.  From
8116         ralphc@pyramid.com (Ralph Campbell).
8117
8118         * emulparams/i386linux.sh (NONPAGED_TEXT_START_ADDR): Set to 0.
8119         From jrs@world.std.com (Rick Sladkey).
8120
8121         * scripttempl/mipsbsd.sc: Let sections align to their natural
8122         boundaries.
8123
8124 Tue Jun 21 11:27:04 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
8125
8126         * ldlang.c (lang_init): Use new bfd_abs_section_ptr, not
8127         &bfd_abs_section.
8128         (lang_abs_symbol_at_beginning_of): Likewise.
8129         (lang_abs_symbol_at_end_of): Likewise.
8130         (lang_size_sections): Use bfd_is_abs_section to check for the
8131         absolute section.  Don't try to set the VMA or output_offset or
8132         size of the absolute section.
8133         * ldmain.c (notice_ysym): Use bfd_is_und_section to check for the
8134         undefined section.
8135
8136 Thu Jun 16 22:48:41 1994  Jeff Law  (law@snake.cs.utah.edu)
8137
8138         * scripttempl/hppaelf.sc: Place .data and .bss at 0x40000000
8139         when generating relocatable objects.
8140
8141 Thu Jun 16 14:25:22 1994  Eric Youngdale  (ericy@cais.cais.com)
8142
8143         * emultempl/linux.em: New file providing support for linking
8144         against Linux shared libraries.
8145         * config/i386-linux.mt (ei386linux.c): Depend upon linux.em.
8146         * emulparams/i386linux.sh (TEMPLATE_NAME): Define as linux.
8147
8148 Thu Jun 16 12:22:01 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8149
8150         * lexsup.c (parse_args): Add -shared to longopts, and handle it.
8151         * ldmain.c (main): Initialize link_info.shared to false.  Give
8152         error if link_info.relocateable and link_info.shared are both set.
8153
8154         * configure.in: If EMUL_EXTRA* is defined in a config file, treat
8155         it as naming an emulation to be added to EMULATION_OFILES.
8156         * config/i386-linux.mt (EMUL_EXTRA1): Define as elf_i386.
8157
8158         * Makefile.in: Rebuilt dependencies.
8159         (ALL_EMULATIONS): Add ei386linux.o, eelf32_sparc.o,
8160         eelf64_sparc.o.  Remove $(OTHER_EMULATIONS).
8161         (ei386linux.c, eelf32_sparc.c, eelf64_sparc.c): New targets.
8162         * config/i386-linux.mt (OTHER_EMULATIONS): Don't define.
8163         (ei386linux.c): Remove; now in Makefile.in.
8164         * config/i386-lynx.mt (OTHER_EMULATIONS): Don't define.
8165         * config/m68k-lynx.mt (OTHER_EMULATIONS): Don't define.
8166         * config/sparc-lynx.mt (OTHER_EMULATIONS): Don't define.
8167         * config/sparc64-elf.mt (OTHER_EMULATIONS): Don't define.
8168         (eelf64_sparc.c): Remove; now in Makefile.in.
8169         * config/sun4sol2.mt (OTHER_EMULATIONS): Don't define.
8170         (eelf32_sparc.c): Remove; now in Makefile.in.
8171
8172         * ldexp.c (exp_print_tree): Don't crash if etree_rel section has
8173         no owner--it might be bfd_abs_section.  From Eric Youngdale
8174         <ericy@cais.cais.com>.
8175
8176         * scripttempl/aout.sc: Let sections align to their natural
8177         boundaries.
8178
8179 Wed Jun 15 01:54:54 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8180
8181         * ldemul.h (ldemul_open_dynamic_archive): Declare.
8182         (ld_emulation_xfer_type): Add new field open_dynamic_archive.
8183         * ldemul.c: Include ldexp.h and ldlang.h.
8184         (ldemul_open_dynamic_archive): New function.
8185         * ldfile.h (ldfile_open_file_search): Declare.
8186         * ldfile.c: Include ldemul.h.
8187         (try_open_bfd): Rename from cache_bfd_openr.  Return boolean
8188         argument, not bfd *.  Change all callers.
8189         (ldfile_open_file_search): Rename from open_a.  Return boolean
8190         argument, not bfd *.  Clean up.  Change all callers.
8191         (ldfile_open_file): If doing a dynamic link, call
8192         ldemul_open_dynamic_archive rather than assuming the extension of
8193         a dynamic object is ".so".
8194         * emultempl/elf32.em (gld${EMULATION_NAME}_open_dynamic_archive):
8195         New function.
8196         (ld_${EMULATION_NAME}_emulation): Initialize open_dynamic_archive
8197         field.
8198         * emultempl/sunos.em (ld_${EMULATION_NAME}_emulation): Likewise.
8199
8200         * ldmain.c (get_emulation): Ignore -m486 for Linux compatibility.
8201         * lexsup.c (parse_args): Ignore -qmagic for Linux compatibility.
8202         Accept -static as a synonym for -non_shared.
8203
8204         Let the user change the dynamic linker used by ELF code.
8205         * ld.h (args_type): Add new field interpreter.
8206         * lexsup.c (parse_args): Add dynamic-linker to longopts, and
8207         handle it.
8208         * ldmain.c (main): Initialize command_line.interpreter to NULL.
8209         * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Get
8210         the ELF backend to return the .interp section.  If
8211         command_line.interpreter is not NULL, set the contents of .interp
8212         to it.
8213         * ld.texinfo: Mention -dynamic-linker.
8214
8215         * config/sun4sol2.mt (eelf32_sparc.c): Depend upon elf32.em, not
8216         generic.em.
8217
8218         * lexsup.c (parse_args): Sort out the option macros and change the
8219         definitions to make it easier to add a new option.
8220
8221         * scripttempl/aout.sc: Define __etext and __edata to go along with
8222         _etext and _edata.
8223
8224         * ld.h (ld_config_type): Add new field traditional_format.
8225         * lexsup.c (parse_args): Add traditional-format to longopts, and
8226         handle it.
8227         * ldmain.c (main): Initialize config.traditional_format to false.
8228         * ldlang.c (ldlang_open_output): Set BFD_TRADITIONAL_FORMAT in BFD
8229         flags of output_bfd according to config.traditional_format.
8230         * ldver.c (help): Mention -traditional-format.
8231         * ld.texinfo: Document -traditional-format.
8232
8233 Tue Jun 14 23:10:07 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8234
8235         * ldctor.c (ldctor_add_entry): Add entries to a set in the order
8236         they are encountered.
8237
8238 Tue Jun 14 18:05:09 1994  Eric Youngdale  (ericy@cais.cais.com)
8239
8240         * emulparams/i386linux.sh (TEXT_START_ADDR): Define as 0x1000.
8241         (NONPAGED_TEXT_START_ADDR): Define as 0x20.
8242
8243 Mon Jun 13 15:46:09 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8244
8245         * scripttempl/alpha.sc: Define _ftext, _etext and _fdata insted of
8246         _FTEXT, _ETEXT and _FDATA.  Dont define _END.
8247
8248         * ldfile.c (open_a): If this is not an archive, try to open it in
8249         the current directory before searching for it.
8250
8251         * lexsup.c (parse_args): Treat -i as a synonym for -r.
8252
8253         * ldgram.y (exp): Treat BLOCK as a synonym for ALIGN, so that
8254         BLOCK works in a section address as documented.
8255
8256         * ldgram.y (YYDEBUG): Don't define.
8257
8258 Fri Jun 10 16:45:39 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8259
8260         * emultempl/gld960.em: Pass false for new argument to
8261         ldfile_add_library_path.
8262         * emultempl/gld960c.em, emultempl/lnk960.em: Likewise.
8263
8264         * emultempl/sunos.em: Only look for .so files if doing a dynamic
8265         link.
8266
8267 Thu Jun  9 08:35:17 1994  Ian Lance Taylor  (ian@cygnus.com)
8268
8269         * scripttempl/i960.sc: Add CONSTRUCTORS to .data.
8270
8271 Thu Jun  9 06:52:29 1994  Bill Cox  (bill@rtl.cygnus.com)
8272
8273         * Makefile.in (check): Delete ld.new dependency so that a regression
8274           test doesn't trigger a rebuild of the linker.
8275
8276 Thu Jun  9 00:17:20 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8277
8278         * ldlang.c (map_input_to_output_sections): For lang_address, call
8279         init_os if it hasn't already been called.
8280
8281 Thu Jun  2 17:24:08 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8282
8283         Add support for SunOS shared libraries.
8284         * aout.sc: Don't define __DYNAMIC here.  Add new sections used by
8285         shared library support code.
8286         * emultempl/sunos.em: New file.
8287         * emulparams/sun4.sh (TEMPLATE_NAME): Define as sunos.
8288         * emulparams/sun3.sh (TEMPLATE_NAME): Likewise.
8289         * Makefile.in (esun4.c): Depend upon sunos.em, not generic.em.
8290         (esun3.c): Likewise.
8291
8292         * ldlang.c: Minor formatting cleanups.
8293         (lang_for_each_input_file): New function.
8294         * ldlang.h (lang_for_each_input_file): Declare.
8295
8296         * ldfile.h (search_dirs_type): Move from ldfile.c, and add cmdline
8297         field.
8298         (search_head): Declare.
8299         (ldfile_add_library_path): Add new cmdline argument in prototype.
8300         * ldfile.c (search_head): Make non-static.
8301         (search_dirs_type): Move to ldfile.h.
8302         (ldfile_add_library_path): Accept cmdline argument, and save it.
8303         * lexsup.c (parse_args): Pass true for new cmdline argument of
8304         ldfile_add_library_path.
8305         (set_default_dirlist): Likewise.
8306         * ldmain.c (check_for_scripts_dir): Pass false for new cmdline
8307         argument of ldfile_add_library_path.
8308         * ldgram.y (ifile_p1): Likewise.
8309
8310 Wed Jun  1 14:24:08 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8311
8312         * ldlang.h (lang_input_statement_type): Remove fields subfiles,
8313         total_size, superfile and chain.
8314         * ldfile.c (open_a): Don't clear search_dirs_flag.
8315         (ldfile_open_file): Don't try to open superfile.  Assert that file
8316         has not already been opened.
8317         * ldlang.c (new_afile): Don't initialize superfile.
8318         * ldmain.c (add_archive_element): Don't initialize subfiles or
8319         chain or superfile.  Initialize search_dirs_flag to false.
8320
8321 Fri May 27 12:25:33 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
8322
8323         * ldver.c (ldversion): Changed version to "cygnus-2.4.1".
8324
8325         Changes from binutils-2.4 release:
8326
8327         * genscripts.sh (RELOCATING, CONSTRUCTING): When setting
8328         variables, use whitespace, so scripts don't break.
8329
8330         * config/alphaosf.mh (HDEFINES, CFLAGS): Deleted.
8331
8332         * emultempl/generic.em: Find emultempl/stringify.sed in ${srcdir}.
8333
8334         * cdtest-bar.cc: Renamed from cdtest-func.cc.
8335         * Makefile.in: Noted change.
8336
8337         * scripttempl/a29k.sc: Don't include /lab3/u3/..../segments.o; I
8338         don't know where that's supposed to come from, or why it's
8339         necessary.
8340
8341         Wed May 11 22:32:00 1994  DJ Delorie (dj@ctron.com)
8342
8343         * configure.bat: update to latest makefile.in
8344         * emulpara/go32.sh: set to coff-go32 not aout
8345         * emultemp/generic.em: strength-reduce the structure of
8346           this shell script, since the only available shell for
8347           DOS can't handle complex syntax.
8348         * emultemp/stringify.sed: for "sed -f" instead of inline.
8349         * makefile.in: depend on stringify.sed as well as genscripts.sh
8350         * scripttemp/go32coff.sc: correct for djgpp 1.11's COFF format
8351         * genscripts.sh: empty variables aren't always considered "set",
8352           so set them to "y" instead.
8353
8354 Fri May 27 01:08:14 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8355
8356         * ldlang.c (entry_symbol): Make static.
8357         (lang_add_entry): Add cmdline argument.
8358         * ldlang.h (lang_add_entry): Change prototype.
8359         * ldgram.y (statement_anywhere): Change lang_add_entry call.
8360         * lexsup.c (parse_args): Likewise.
8361
8362 Tue May 24 16:13:43 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8363
8364         * emulparams/elf32mipb.sh (OTHER_READONLY_SECTIONS): Don't give
8365         .reginfo an address.
8366         (OTHER_READWRITE_SECTIONS): Don't give .lit4 or .lit8 an address.
8367         (OTHER_SECTIONS): Define for .gptab.sdata and .gptab.sbss.
8368         * scripttempl/elf.sc: Use OTHER_SECTIONS at end of script.
8369
8370 Thu May 19 13:31:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8371
8372         Add support for ELF shared libraries.
8373         * ld.h (ld_config_type): Add field dynamic_link.
8374         * ldmain.c (main): Initialize config.dynamic_link to false.  Warn
8375         on attempts to use -r with -relax, -call_shared or -s.
8376         * lexsup.c (longopts): Separate OPTION_CALL_SHARED from
8377         OPTION_NON_SHARED.  Add OPTION_IGNORE.  Adjust macro values
8378         accordingly.  Add "dy" and "non_shared" options.  Change "Qy" to
8379         OPTION_IGNORE for now.  Handle OPTION_CALL_SHARED and
8380         OPTION_NON_SHARED by setting dynamic_link field accordingly.
8381         Handle OPTION_IGNORE by ignoring it.  Clear dynamic_link field for
8382         -r and -Ur.
8383         * ldfile.c (ldfile_open_file): If config.dynamic_link is true, try
8384         opening a file with a .so extension first.
8385         * emultempl/elf32.em: New file.
8386         * emulparams/elf32_sparc.sh (TEXT_START_ADDR): Change to 0x10000.
8387         (NONPAGED_TEXT_START_ADDR): Likewise.
8388         (TEMPLATE_NAME): Define as elf32.
8389         (DATA_PLT): Define.
8390         * emulparams/elf_i386.sh (TEMPLATE_NAME): Define as elf32.
8391         * scripttempl/elf.sc: Add placement for new dynamic sections.
8392         Don't use CREATE_OBJECT_SYMBOLS.  Define _etext, _edata and _end
8393         outside of any section.  Don't use ALIGN(8); just let one section
8394         VMA follow another.  Put .dynbss in .bss.  Don't mention debugging
8395         sections; they'll be handled correctly anyhow.
8396         * Makefile.in (eelf_i386.c): Depend upon elf32.em, not generic.em.
8397
8398 Wed May 18 10:15:39 1994  Ian Lance Taylor  (ian@cygnus.com)
8399
8400         * Makefile.in (install): Redirect output of ln to /dev/null.
8401
8402 Mon May 16 13:35:08 1994  Jeff Law  (law@snake.cs.utah.edu)
8403
8404         * emultempl/hppaelf.em: Change all references of
8405         .hppa_linker_stubs to .PARISC.stubs.
8406         * scripttempl/hppaelf.sc: Likewise.
8407
8408 Fri May 13 13:00:38 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8409
8410         * ldlang.c (print_output_section_statement): Change ``no attached
8411         output section'' message slightly.
8412         (lang_do_assignments): Don't recurse down if there is no real
8413         section.
8414
8415         * config/i386-linux.mt (OTHER_EMULATIONS): Change em_ to e to
8416         match corresponding change in emulation templates.
8417         * config/i386-lynx.mt, config/m68k-lynx.mt: Likewise.
8418         * config/sparc-lynx.mt, config/sun4sol2.mt: Likewise.
8419
8420 Wed May 11 18:16:46 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
8421
8422         * ldver.c (ldversion): Updated version number.
8423
8424         * cdtest-foo.cc: Use explicit "#pragma implementation".
8425         * cdtest-bar.cc: Renamed from cdtest-func.cc.
8426         * Makefile.in: References to cdtest-func.o changed to
8427         cdtest-bar.o.
8428
8429 Wed May 11 16:24:19 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8430
8431         Don't create unnecessary output sections.
8432         * ldlang.c (out_bfd_get_section_by_name): Remove.
8433         (wild_section): Call bfd_get_section_by_name rather than
8434         our_bfd_get_section_by_name.  Don't call wild_doit if there is no
8435         section.
8436         (lang_create_output_section_statements): Remove.
8437         (map_input_to_output_sections): For several cases, call init_os if
8438         it has not already been called.
8439         (lang_size_sections): If output section was not created, skip it.
8440         (lang_process): Don't call lan_create_output_section_statements.
8441         (lang_place_orphans): Skip files with just_syms_flags set to true.
8442         * ld.texinfo: Document change.
8443
8444 Tue May 10 14:31:16 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8445
8446         * ldlang.c (wild_doit): Don't bother initializing the vma and
8447         section size.  Don't special case SEC_SHARED_LIBRARY.
8448         (lang_size_sections): Handle SEC_COFF_SHARED_LIBRARY sections
8449         specially.
8450
8451 Fri May  6 12:24:27 1994  Steve Chamberlain  (sac@cygnus.com)
8452
8453         * config/go32.mh : New file for Xgo32X.
8454
8455 Fri May  6 15:15:35 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8456
8457         * ldfile.c (ldfile_open_command_file): Set bfd_error_system_call
8458         before calling einfo, since we are reporting an fopen failure.
8459         From jrs@world.std.com (Rick Sladkey).
8460
8461         * configure.in: Use "e" rather than "em_" as prefix for
8462         emulations.
8463
8464 Fri May  6 01:08:14 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
8465
8466         * emultempl/generic.em: Use "e" rather than "em_" as prefix for
8467         filename.
8468         * emultempl/gld960.em, emultempl/gld960c.em, emultempl/lnk960.em,
8469         emultempl/hppaelf.em, emultempl/m88kbcs.em, emultempl/vanilla.em:
8470         Ditto.
8471         * Makefile.in: Changed all generated file names.
8472         (ldemul-list.h): Depend on Makefile, not config.status.  Changed
8473         sed patterns to handle new filenames.
8474
8475         * config/mipsl-idt.mt: Renamed from mips-idtl.mt.
8476         * configure.in: Adjusted.
8477
8478 Thu May  5 15:07:32 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
8479
8480         * Makefile.in (install-info): Don't use "$<*", it doesn't always
8481         work.  Instead, check build dir and $srcdir explicitly, and use
8482         `echo' to get all the filenames.
8483
8484         * configure.in (h8300h-*-hms): Changed ld_target name to
8485         cf-h8300h.
8486         * config/cf-h8300h.mt: Renamed from coff-h8300h.mt, to make it
8487         unique in 8.3.
8488
8489         * config/i960coff.mt: New file.
8490         * emulparams/gld960coff.sh: New file.
8491         * emultempl/gld960c.em: New file.
8492         * configure.in (i960-*-vxworks5* except -vxworks5.0*): Use
8493         i960coff configuration.
8494         * Makefile.in (em_gld960coff.c): Added dependencies, build rule.
8495
8496         * Makefile.in (ALL_EMULATIONS): Remove em_delta68.o, since the
8497         code isn't included in FSF releases, and it can still be
8498         explicitly selected.
8499         (distclean): Remove site.bak and tmpdir.
8500         (STAGESTUFF): Removed $(GENERATED_CFILES) $(GENERATED_HFILES).
8501         (mostlyclean): Delete them explicitly here.  Also remove tmpdir.
8502
8503         Patches from Ralph Campbell:
8504         * config/mipsbsd.mh: New file.
8505         * Makefile.in (em_mipsbsd.c): Use mipsbsd.sc, not aout.sc.
8506         * scripttempl/mipsbsd.sc: Don't define __DYNAMIC.
8507         * emulparams/mipsbsd.sh (OUTPUT_FORMAT): Fix name to have `a.out'
8508         instead of `aout'.
8509
8510         * configure.in (i386-*-gnu*): Treat like i386-*-mach*.
8511
8512 Wed May  4 11:59:40 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8513
8514         * config/m68k.mt (EMUL): Set to m68kaout.
8515         * emulparams/m68kaout.sh: New file.
8516         * Makefile.in (ALL_EMULATIONS): Add em_m68kaout.o.
8517         (em_m68kaout.c): New target.
8518
8519         * ldlang.c (lang_size_sections): If dot moves because of an
8520         assignment, don't try to insert a pad into the absolute output
8521         section, just change the address of the default memory region
8522         instead.
8523
8524         * Makefile.in (mostlyclean): Remove cdtest.tmp, cdtest-ur,
8525         cdtest-ur.out, and cdtest-ur.tmp.
8526
8527 Wed Apr 27 16:03:37 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8528
8529         * scripttempl/sa29200.sc: Align all sections to four byte
8530         boundaries.
8531
8532 Wed Apr 27 10:48:03 1994  Steve Chamberlain  (sac@cygnus.com)
8533
8534         * Makefile.in, configure.in: Support for go32 coff.
8535         * config/i386-go32.mt: New file
8536         * emulparams/i386go32.sh: New file
8537         * scripttempl/i386go32.sc: New file
8538
8539 Tue Apr 26 17:20:03 1994  Stan Shebs  (shebs@andros.cygnus.com)
8540
8541         * Makefile.in (em_m68klynx.c, em_i386lynx.c, em_sparclynx.c): Use
8542         Lynx-specific script templates.
8543         * configure.in (sparclite*-*-coff): Use coff-sparc.
8544         * emulparams/i386lynx.sh (SCRIPT_NAME): Set to i386lynx.
8545         * emulparams/sparclynx.sh (SCRIPT_NAME): Set to sparclynx.
8546         (ENTRY): Set to __main.
8547         * scripttempl/i386lynx.sc: New file, script for I386 Lynx.
8548         * scripttempl/m68klynx.sc: Add insertion of ctor/dtor sections.
8549         * scripttempl/sparclynx.sc: New file, script for uSparc Lynx.
8550
8551 Tue Apr 26 12:41:03 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8552
8553         * scripttempl/mips.sc: Force _gp and .lit8 to be aligned to a 16
8554         byte boundary, in case the global constructors do not take up an
8555         even 16 bytes.
8556
8557         * config/i386v4.mh (HOSTING_CRT0): If ../gcc/crtbegin.o does not
8558         exist, get crtbegin based on gcc -print-libgcc-file-name.
8559         (HOSTING_LIBS): Similar change for ../gcc/crtend.o.
8560
8561 Mon Apr 25 15:27:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8562
8563         * ldlang.c (lang_size_sections): When no address is given for a
8564         section, align it according to its requirements.
8565
8566 Thu Apr 21 17:24:24 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8567
8568         * Makefile.in (clean, distclean): Remove configdoc.texi.
8569
8570 Tue Apr 19 12:12:15 1994  Bill Cox  (bill@rtl.cygnus.com)
8571
8572         * configure.in: Add i[34]86-*-bsd386 to the patterns recognized.
8573
8574 Fri Apr 15 14:35:42 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8575
8576         * ldlang.c (lang_size_sections): When relaxing, adjust the
8577         position of a padding statement, and adjust dot accordingly.
8578
8579 Mon Apr 11 17:37:09 1994  Bill Cox  (bill@rtl.cygnus.com)
8580
8581         * Makefile.in (EXPECT, RUNTEST): Set these for the check goal.
8582
8583 Mon Apr 11 12:32:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8584
8585         * scripttempl/i386coff.sc: If relocating, don't put .init and
8586         .fini sections into .text; keep them separate.
8587         * config/i386sco.mh (HOSTING_CRT0): If ../gcc/crtbegin.o does not
8588         exist, get crtbegin based on gcc -print-libgcc-file-name.
8589         (HOSTING_LIBS): Similar change for ../gcc/crtend.o.
8590
8591 Mon Apr 11 10:31:00 1994  Bill Cox  (bill@rtl.cygnus.com)
8592
8593         * Makefile.in (check): Set TCL_LIBRARY for runtest.
8594
8595 Wed Apr  6 00:09:37 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
8596
8597         * configure.in (hppa*-*-*elf*): Don't require "-hp-" for the
8598         manufacturer.
8599
8600         * emultempl/hppaelf.em (hppaelf_finish): Only resize sections
8601         if building a final executable.
8602
8603 Tue Apr  5 12:17:30 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8604
8605         * ldmain.c (main): Check the return value of bfd_close.
8606
8607 Thu Mar 31 18:07:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8608
8609         * scripttempl/alpha.sc: Clean up section alignment to ensure that
8610         sections never overlap when using -r.
8611
8612 Wed Mar 30 15:51:15 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8613
8614         * ldmisc.c (vfinfo): Change symbol reading slightly for recent BFD
8615         changes: get_symtab_upper_bound renamed and returns long,
8616         bfd_canonicalize_symtab returns long, check for error indications.
8617
8618 Fri Mar 25 17:20:01 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8619
8620         * ldlang.c (print_input_section): For section size, use
8621         _cooked_size if it is non-zero, size otherwise.
8622         (size_input_section): Likewise.
8623         (lang_do_assignments): Likewise (case lang_input_section_enum).
8624
8625 Thu Mar 24 15:20:47 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8626
8627         * ldlang.c (new_afile): Add new argument add_to_list.  Don't set
8628         real to true for lang_input_file_is_marker_enum.  Clear the_bfd.
8629         (lang_add_input_file): Pass true to new_afile for add_to_list.
8630         (lookup_name): Remove force_load argument.  Changed all callers.
8631         Pass false to new_afile for add_to_list.  Split loading of symbols
8632         out into separate function.
8633         (load_symbols): New function split out of lookup_name.  Don't load
8634         the symbols if they are already loaded.
8635         (open_input_bfds): For lang_input_statement_enum call load_symbols
8636         rather than lookup_name.
8637         (lang_process): Pass abs_output_section rather than NULL to
8638         lang_size_sections.
8639         (lang_startup): Set real field of first_file to true.
8640
8641 Wed Mar 23 14:15:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8642
8643         * ldlang.c (had_relax): Removed.
8644         (relax_again): New static variable.
8645         (lang_size_sections): Change call to bfd_relax_section to
8646         correspond to BFD changes.  Set relax_again appropriately.
8647         (lang_process): Remove #if 0 code.  When relaxing, keep calling
8648         lang_do_assignments and lang_size_sections until relax_again
8649         becomes false.
8650
8651         * emultemp/gld960.em: Include libiberty.h
8652         (gld960_before_parse): Pass NULL as final argument to concat.
8653
8654 Tue Mar 22 13:08:28 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8655
8656         * scripttempl/aout.sc: Force _end and __end to be aligned to a
8657         four byte boundary.
8658
8659         * ldwrite.c (build_link_order): Handle lang_data_statement_enum by
8660         building a bfd_data_link_order, rather than by setting the section
8661         contents immediately.
8662
8663 Mon Mar 21 18:28:37 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8664
8665         Changes to make -Ur work again.
8666         * ldmain.c (add_to_set): Now takes reloc argument rather than
8667         bitsize.  Check config.build_constructors here.  If an new hash
8668         table entry is created, mark it as undefined.
8669         (constructor_callback): No longer takes bitsize argument.  Pass
8670         BFD_RELOC_CTOR to ldctor_add_set_entry, but first make sure the
8671         BFD backend supports it.
8672         (reloc_overflow): Handle a NULL abfd argument.
8673         (reloc_dangerous, unattached_reloc): Likewise.
8674         * ldctor.c: Include ldmain.h.
8675         (struct set_info): Change bitsize field to reloc.
8676         (ldctor_add_set_entry): Now takes reloc argument rather than
8677         bitsize.  Don't bother to check config.build_constructors here.
8678         (ldctor_build_sets): Get the size from the reloc howto.  If
8679         generating relocateable output, call lang_add_reloc rather than
8680         lang_add_data.
8681         * ldctor.h (ldctor_add_set_entry): Change declaration to use reloc
8682         instead of bitsize.
8683         * ldlang.h (statement_enum): Add lang_reloc_statement_enum.
8684         (lang_reloc_statement_type): New structure.
8685         (lang_statement_union_type): Add reloc_statement field.
8686         (lang_add_reloc): Declare new function.
8687         * ldlang.c (lang_for_each_statement_worker): Handle
8688         lang_reloc_statement_enum.
8689         (map_input_to_output_sections, print_statement): Likewise.
8690         (lang_size_sections, lang_do_assignments): Likewise.
8691         (print_reloc_statement): New function.
8692         (lang_add_reloc): New function.
8693         * ldwrite.c (build_link_order): Handle lang_reloc_statement_enum.
8694
8695         * Makefile.in (cdtest.out, cdtest-ur.o): New targets.
8696         (cdtest-ur, cdtest-ur.out): New targets.
8697         (check-cdtest): Now also check that -Ur works correctly.
8698
8699         * scripttemp/alpha.sc: Align all sections to 16 byte boundaries.
8700
8701 Thu Mar 17 12:45:41 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8702
8703         * ldlang.c (lang_process): Move lang_common call before
8704         map_input_to_output_sections, to ensure that any alignment
8705         constraints set by common symbols are copied over to the output
8706         sections.
8707
8708 Fri Mar 11 22:17:34 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8709
8710         * emulparams/elf32ppc.sh (TEMPLATE_NAME): Don't define.
8711         (OTHER_READWRITE_SECTIONS): Rename .toc to .got.
8712         * Makefile.in (em_elf32ppc.c): Depend upon generic.em, not ppc.em.
8713         * emultempl/ppc.em: Remove ugly stub code; turns out not to be
8714         needed for ELF.
8715
8716 Tue Mar  8 04:22:27 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
8717
8718         * config/i386bsd.mh: New file.
8719
8720 Mon Mar  7 15:23:24 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8721
8722         * elf.sc: Permit TEXT_START_SYMBOLS and DATA_START_SYMBOLS to be
8723         defined.
8724         * emulparams/elf32mipb.s (TEXT_START_SYMBOLS): Define _ftext.
8725         (DATA_START_SYMBOLS): Define _fdata.
8726
8727 Mon Feb 28 10:59:14 1994  Stan Shebs  (shebs@andros.cygnus.com)
8728
8729         * ldlang.c (cat): Define using ANSI style if ALMOST_STDC defined.
8730
8731 Sun Feb 27 16:29:38 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
8732
8733         * emultempl/hppaelf.em (hppaelf_finish): Update comments.  This
8734         works again.  Attach some output symbols to the stub file bfd.
8735
8736         * emultempl/hppaelf.em: Include elf32-hppa.h.
8737         (file_chain): Add decl.
8738         (hppa_look_for_stubs_in_section): Delete decl.
8739         (hppaelf_finish): Reenable code.  Do not pass symbols
8740         down to hppa_look_for_stubs_in_section.
8741
8742 Sat Feb 26 10:58:25 1994  Ian Lance Taylor  (ian@cygnus.com)
8743
8744         * ldmain.c (write_map): Don't define.  Removed all references.
8745         Just use map_file or map_filename instead.
8746         (add_archive_element): Use minfo to write map information, not
8747         info_msg.
8748         (constructor_callback): Use fprintf to write map information, not
8749         info_msg.
8750         * ldmain.h (write_map): Don't declare.
8751         * ldgram.y (mri_script_command): Removed reference to write_map.
8752         * ldlang.c (lang_one_common): Likewise.
8753         * lexsup.c (parse_args): Likewise.
8754
8755 Fri Feb 25 19:12:03 1994  Ian Lance Taylor  (ian@cygnus.com)
8756
8757         * scripttempl/elf.sc: Force all sections to be aligned.
8758
8759         * ldgram.y (section): Reverse the order of memspec_opt and
8760         fill_opt to avoid an ambiguity when both are used.
8761         * ld.texinfo: Changed accordingly.
8762
8763         * ldgram.y: Move include of ldlex.h back with other includes.
8764         * ldlex.h (input_type): Don't initialize enum constants to
8765         particular values.
8766         * ldlex.l: Use a switch to return the right token based on
8767         input_type, rather than knowing that input_type has a value based
8768         on a token type.
8769
8770         * ldgram.y (dirlist_ptr): Removed; not used.
8771         * lexsup.c: Include ldver.h.
8772         * Makefile.in: Rebuilt dependencies.
8773
8774 Fri Feb 25 18:55:54 1994  Ted Lemon  (mellon@pepper.ncd.com)
8775
8776         * ldlang.c (lookup_name): don't call bfd_set_gp_size.
8777         (ldlang_add_file): call it here instead.
8778
8779 Fri Feb 25 18:13:46 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
8780
8781         * ldgram.y: Include ldlex.h after %token decls, for byacc.
8782
8783 Fri Feb 25 10:47:25 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
8784
8785         * emultempl/hppaelf.em: First attempt to clean this file up.
8786         Add comments in several functions as to their purpose and
8787         how they function (or my current best guess).  Clean up horrible
8788         spacing and indention that never should have been accepted in the
8789         first place.  Add FIXMEs for issues which need to be resolved.
8790         Disable linker-stub generation until it gets fixed.  This allows
8791         the linker to at least work on simple code for testing purposes.
8792
8793         * ldlang.c (lang_size_sections): No longer static (PA ELF calls
8794         it via hppaelf_finish).  Prototype moved into ldlang.h.
8795         (lang_process): Move problematic extra call to lang_size_sections
8796         into the PA ELF specific code.
8797         * emultempl/hppaelf.em (hppaelf_finish): Extra call to
8798         lang_size_sections moved here.
8799
8800 Thu Feb 24 16:47:33 1994  Ian Lance Taylor  (ian@cygnus.com)
8801
8802         * configure.in (powerpc-*-elf*): New target; use ppc-elf32.
8803         * config/ppc-elf32.mt: New file.
8804         * emulparams/elf32ppc.sh: New file.
8805         * emultempl/ppc.em: New file.
8806         * Makefile.in (ALL_EMULATIONS): Added em_elf32ppc.o.
8807         (em_elf32ppc.c): New target; uses elf32ppc.sh, ppc.em and elf.sc.
8808         (EMULATION_OFILES): Added dependencies on ldexp.h and ldlang.h.
8809
8810 Thu Feb 24 12:27:07 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
8811
8812         * lexsup.c (parse_args): Use symbolic numbers for long options.
8813         Fix misunderstanding in -Y and -call_shared et al.
8814
8815         Use getopt instead of lex and yacc to parse the command line.
8816
8817         * ld.texinfo (Options): Document changes to option syntax.
8818         * Makefile.in: Update dependencies.
8819         * ldver.c (help): Tweak dashes in usage message.
8820         * ldgram.y (%union): Remove unused members.
8821         Remove %tokens for command line options; add ones for input types.
8822         (command_line): Rules removed.
8823         (file): Instead of command line, recognize an
8824         input type indicator, then use the nonterminal for that type.
8825         (defsym_expr): New nonterminal from code formerly in command_line.
8826         * ldlex.h: Declare parser input type enum and variable.
8827         Don't declare parse_line.
8828         * ldlex.l: Remove unused variables.  Make some used ones static
8829         and comment them.
8830         (COMMAND): Start state and its rules removed.
8831         At start of yylex, return input state token if at start of input.
8832         (lex_redirect): Don't need to set yyout.
8833         (ldlex_command): Function removed.
8834         * ldmain.c (main): Instead of calling parse_line, set up the
8835         redirections and call yyparse directly.
8836         * ldmisc.c (vfinfo): If there's no input filename, print nothing, not
8837         "command line".
8838         * lexsup.c: Remove #if 0'd code.
8839         (parse_line): Function removed.
8840         (parse_args): Rewrite to use getopt_long_only.
8841         (set_default_dirlist): New function from code formerly in
8842         ldgram.y:command_line.
8843         (set_section_start): New function.
8844         * emultempl/generic.em, emultempl/gld960.em, emultempl/hppaelf.em,
8845         emultempl/lnk960.em, emultempl/m88kbcs.em: Don't enclose
8846         compiled-in link scripts in "{" and "}", as the grammar no longer
8847         wants them to be.
8848
8849 Thu Feb 24 08:43:26 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
8850
8851         * Makefile.in (ld.dvi): Depend on configdoc.texi, but don't
8852         require that it be in $(srcdir).
8853
8854 Tue Feb 22 09:21:18 1994  Ian Lance Taylor  (ian@cygnus.com)
8855
8856         * ldlang.c (lang_size_sections): Only align section to alignment
8857         required by linker script, not to maximum alignment of input
8858         sections.
8859
8860         * ldlang.h (largest_section): Don't declare.
8861         * ldlang.c (largest_section): Don't define.
8862         (size_input_section): Don't set largest_section; not used.
8863
8864 Mon Feb 21 15:15:29 1994  Ian Lance Taylor  (ian@cygnus.com)
8865
8866         * ldlang.c (new_afile): Pass NULL as last argument to concat.
8867
8868 Thu Feb 17 15:51:23 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8869
8870         * ldlang.c, ldmain.c: Include libiberty.h.
8871
8872         * ldmisc.h (concat): Don't declare.
8873         * ldmisc.c (concat): Don't define; just use the one in libiberty.
8874
8875         * ld.h (as_output_section_statement): Removed; not used.
8876
8877 Thu Feb 17 09:32:14 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
8878
8879         * ldlang.c, ldmain.c, ldmisc.c: Use bfd_get_error and
8880         bfd_set_error and new error names.
8881
8882 Tue Feb 15 20:14:53 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
8883
8884         * ldwrite.c (build_link_order): If the cooked size of the section
8885         has been set, use it, for determining link_order size.
8886         (ldwrite): In the error message displayed if bfd_final_link fails,
8887         indicate that it was in fact the final link step that failed.
8888
8889         * ldlang.c (lang_size_sections): Clear bfd_error before calling
8890         bfd_relax_section, in case it returns false but doesn't flag an
8891         error.  If an error is returned, indicate which one it is in the
8892         error message.
8893
8894         * Makefile.in (install-info): Depend on ld.info, and use "$<*" so
8895         it'll get picked up from $(srcdir) if appropriate.
8896
8897 Tue Feb 15 16:32:04 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
8898
8899         * scripttempl/aout.sc: Only pad .text if PAD_TEXT is set.
8900         * emulparams/i386mach.sh (PAD_TEXT): Set PAD_TEXT.
8901
8902 Fri Feb 11 17:02:49 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
8903
8904         * ldlex.l (comment): Increment line number when newline is read.
8905
8906 Fri Feb 11 17:36:20 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8907
8908         * ldlang.c (lookup_name): Take new argument, force_load.  If true,
8909         reload the file even if it is already loaded.
8910         (wild): Call lookup_name with force_load argument of 0.
8911         (open_input_bfds): Call lookup_name with force_load argument of 1.
8912         (print_symbol): Remove declaration of non-existent function.
8913         (print_one_symbol): Return true rather than falling off end.
8914
8915 Thu Feb 10 11:52:38 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8916
8917         * ldmain.c (main): Use %ld when printing long values.
8918
8919         * scripttempl/elf.sc: Move _edata after the .sdata section.
8920         Permit OTHER_BSS_SYMBOLS to be defined.
8921         * emulparams/elf32mipb.s (OTHER_BSS_SYMBOLS): Define _fbss.
8922
8923 Mon Feb  7 16:31:15 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
8924
8925         * Rename all "hppaosf" files to "hppaelf".
8926         * Change all "osf" references to "elf" in hppaelf files.
8927         * Makefile.in: Likewise.
8928         * configure.in: Likewise.
8929
8930 Sun Feb  6 20:31:56 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
8931
8932         * ldmain.c (main): Call xatexit, not atexit.
8933         Call xmalloc_set_program_name.
8934
8935         * ldlang.c (lang_size_sections): Check if bfd_relax_section set
8936         bfd_errno.
8937
8938 Sat Feb  5 03:54:34 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
8939
8940         * emultempl/lnk960.em (append), emultempl/hppaosf.em
8941         (hppaosf_finish): Call xmalloc, not ldmalloc.
8942         * ldmain.c (preserve_output): Function removed.
8943         (main): Do it here instead.
8944
8945 Fri Feb  4 23:02:19 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
8946
8947         * ldlang.h (LANG_FOR_EACH_{INPUT,OUTPUT}_SECTION): Delete (unused)
8948         GNU C specific macros.
8949
8950         * emultempl/hppaosf.em (hppaosf_finish): Expand the only remaining
8951         call to LANG_FOR_EACH_INPUT_SECTION.
8952
8953 Fri Feb  4 16:26:08 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
8954
8955         * ldmisc.c (ldmalloc, xmalloc, ldrealloc, xrealloc): Functions
8956         deleted; will use libiberty versions instead.
8957         * ldctor.c ldfile.c ldlang.c ldmain.c ldmisc.c ldmisc.h lexsup.c
8958         mri.c Makefile.in: Change callers.
8959
8960         * ldmisc.c (vfinfo): Remove cleanup code.
8961         * ldmain.c (remove_output): Put it here (new function).
8962         (preserve_output): New function.
8963         (main): Register remove_output and preserve_output with atexit.
8964         * ldmain.c ldgram.y: Call xexit instead of exit.
8965         * ldmisc.h: Declare xexit.
8966
8967 Fri Feb  4 15:19:01 1994  Steve Chamberlain  (sac@cygnus.com)
8968
8969         * Makefile.in: Lots of new H8/500 memory models.
8970
8971 Sun Jan 30 14:33:40 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
8972
8973         * ldlex.l: Removed duplicate rules.
8974         (yywrap): Provide default definition, needed with some versions of
8975         flex.
8976
8977 Fri Jan 28 09:12:56 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
8978
8979         * ldmisc.c (vfinfo): For `%I', if the file is in an archive, print
8980         the archive filename too.
8981
8982         * ldlex.l: Add rule to catch invalid input characters instead of
8983         printing them.  Include "ldmain.h" for program_name decl.
8984         (lex_warn_invalid): New function.
8985         * Makefile.in: Add dependency.
8986
8987 Fri Jan 28 12:58:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
8988
8989         * Makefile.in (check): Don't bother running any tests of
8990         cross-linker until the test suite no longer assumes native mode.
8991
8992 Thu Jan 27 17:19:54 1994  Steve Chamberlain  (sac@jonny.cygnus.com)
8993
8994         * ldlang.c (print_one_symbol, print_input_section):  Print
8995         global symbols in symbol table again.
8996
8997 Thu Jan 27 12:35:01 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
8998
8999         * ldmain.c ldmain.h ldgram.y: If -v -V or --version was given,
9000         exit successfully instead of complaining if no input files are
9001         given.
9002
9003 Tue Jan 25 13:19:41 1994  Stan Shebs  (shebs@andros.cygnus.com)
9004
9005         * Makefile.in: Format variable definitions consistently.
9006         (LD_PROG): Remove unnecessary variables from link command,
9007         change variable LOADLIBES to EXTRALIBS.
9008
9009         * ldmain.c (main): Compute and display total execution time.
9010         * ld.texinfo (-stats): Document the option.
9011
9012 Mon Jan 24 12:56:37 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9013
9014         * ldmain.c (reloc_overflow): Added name, reloc_name and addend
9015         arguments.
9016
9017         * ldlang.c (lookup_name): Set BFD GP size to -G argument value
9018         after opening BFD.
9019
9020         * ldlang.c (relaxing): Removed global variable.
9021         (lang_size_sections): If the canonical symbols have not already
9022         been read in, read them in before relaxing.
9023         * ldlang.h (relaxing): Removed declaration.
9024
9025 Fri Jan 21 00:44:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9026
9027         * ldlang.c (new_afile): Initialize loaded field to false.
9028         (lookup_name): If file was already loaded, don't call the
9029         add_symbols entry point again.
9030
9031 Wed Jan 19 13:57:00 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
9032
9033         * ld.texinfo: Clarify what -T option does.
9034
9035 Tue Jan 18 16:18:15 1994  Steve Chamberlain  (sac@jonny.cygnus.com)
9036
9037         * scripttempl/m88kbcs.sc: Don't use CREATE_OBJECT_SYMBOLS, that's
9038         for a.out.
9039
9040 Tue Jan 11 13:22:04 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9041
9042         * ldmain.c (add_archive_element): If trace_files or
9043         trace_file_tries, print file name.
9044         * ldlang.c (lookup_name): Likewise.
9045         (ldlang_add_file): Don't put files on input_bfds list in reverse
9046         order.
9047
9048         * scripttempl/elf.sc: Correct typo.
9049
9050 Mon Jan 10 19:49:05 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
9051
9052         * ldgram.y, ldlex.l: Make the space between -e, -u, and -y and
9053         their arguments optional, for compatibility with the old GNU ld.
9054
9055 Fri Jan  7 20:00:24 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9056
9057         * scripttempl/elf.c: Define __bss_start before the .sbss section.
9058
9059 Thu Jan  6 00:13:10 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9060
9061         * ldmain.c (add_to_set): Add bitsize argument.
9062         (constructor_callback): New function.
9063         (link_callbacks): Add constructor_callback.
9064         * ldctor.c (struct set_info): Add bitsize field.
9065         (ldctor_add_set_entry): Add bitsize argument.
9066         (ldctor_build_sets): Base the size of the elements of the set on
9067         the bitsize, rather than always using LONG.
9068         * ldctor.h (ldctor_add_set_entry): Add bitsize to declaration.
9069
9070         * ld.h (QUAD_SIZE): Define.
9071         * ldgram.y (QUAD): New token.
9072         (length): Handle it.
9073         * ldlex.l: Return QUAD.
9074         * lexsup.c (keywords): Add QUAD.
9075         * ldwrite.c (build_link_order): Handle QUAD.
9076         * ldlang.c (print_data_statement): Handle QUAD.
9077         (lang_size_sections): Likewise.
9078         (lang_do_assignments): Likewise.
9079         * ldexp.c (exp_print_token): Add QUAD to table.
9080         * ld.texinfo: Describe QUAD.
9081
9082         * scripttempl/alpha.sc: Don't create .lit4 or .sdata sections,
9083         since the Alpha doesn't use them.
9084
9085 Wed Jan  5 17:42:16 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
9086
9087         * ldemul.h (ld_emulation_xfer_struct): Comment the members.
9088
9089 Sat Jan  1 13:39:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
9090
9091         * Makefile.in, configure.in: Add support for VSTa micro-kernel.
9092         * config/vsta.mt, emulparams/vsta.sh: New files for VSTa.
9093
9094 Sat Jan  1 10:53:35 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
9095
9096         * scripttempl/aout.sc: Pad .text to DATA_ALIGNMENT if relocating;
9097         needed for i386mach.  (Should be a no-op on other systems.)
9098
9099         * emulparams/i386mach.sh (SEGMENT_SIZE): Fix again.
9100         (PAGE_SIZE): Don't define; not used.
9101
9102 Fri Dec 31 16:12:06 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9103
9104         * ldgram.y (yyerror): Make argument const char *, and actually
9105         print it out rather than assuming it is a syntax error.
9106         * ldmisc.h: Change declaration of yyerror.
9107         * ldemul.c, ldwrite.c: Add /*ARGSUSED*/ as appropriate.
9108
9109 Fri Dec 31 11:37:28 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
9110
9111         * emulparams/i386mach.sh (NONPAGED_TEXT_START_ADDR): Don't include
9112         exec header offset, since the exec header isn't loaded.
9113         (PAGE_SIZE, SEGMENT_SIZE): Agree with bfd/i386mach3.c.
9114
9115 Thu Dec 30 13:01:43 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9116
9117         A major rewrite to move the bulk of the linker into BFD so that
9118         more efficient backend code can be written for specific object
9119         files.
9120         * lderror.c, lderror.h, ldindr.c, ldindr.h, ldsym.c, ldsym.h,
9121         ldwarn.c, ldwarn.h, relax.c, relax.h: Removed.
9122         * ldctor.c, ldctor.h: Complete rewrite.
9123         * ldwrite.c, ldwrite.h: Complete rewrite.
9124         * ld.h (strip_symbols_type, strip_symbols): Removed.  Use
9125         link_info.strip instead.  Changed all uses.
9126         (discard_locals_type, discard_locals): Removed.  Use
9127         link_info.discard instead.  Changed all uses.
9128         (ld_config_type): Removed relocateable_output field; use
9129         link_info.relocateable instead; changed all uses.  Added stats
9130         field.
9131         (set_asymbol_chain, get_asymbol_chain, get_loader_symbol,
9132         set_loader_symbol): Removed.
9133         * ldexp.h (node_class): Added etree_rel.
9134         (etree_type): Added rel field.
9135         * ldexp.c (exp_print_token): Bracketed table initialization.
9136         (exp_relop): New function.
9137         (fold_name): Use linker hash table rather than ldsym functions.
9138         (exp_fold_tree): Likewise.  Also, handle etree_rel case.
9139         (exp_print_tree): Handle etree_rel.
9140         * ldgram.y (strip_symbols, discard_locals): Removed.
9141         (OPTION_stats, OPTION_no_keep_memory): New tokens.  Handle them.
9142         (REL): New token.  Does not appear in grammar, but needed for
9143         expression code.
9144         (file): Don't call lang_final; it's called by main anyhow.
9145         * ldlex.l: Accept -stats and -no-keep-memory options.
9146         * ldlang.h (fill_type): Make unsigned int, not unsigned short.
9147         * ldlang.c: Consistently use fill_type for fill argument.
9148         (lang_init_script_file, script_file): Removed.
9149         (create_object_symbols): Removed.  Use
9150         link_info.create_object_symbols_section instead.  Changed all
9151         uses.
9152         (lang_add_keepsyms_file): Removed.
9153         (lookup_name): Call bfd_link_add_symbols instead of
9154         ldmain_open_file_read_symbol.
9155         (wild): Don't iterate over script_file.
9156         (open_output): Create link hash table.
9157         (lang_place_undefineds): Rewrote.
9158         (lang_size_sections): Handle relaxing (doesn't work yet).
9159         (lang_relocate_globals): Removed.
9160         (lang_finish): Use link hash table rather than ldsym functions.
9161         (lang_common): Rewrote.
9162         (lang_one_common): New function.
9163         (ldlang_add_file): Add file to link_info.input_bfds list.  Set
9164         usrdata.
9165         (create_symbol): Removed.
9166         (lang_process): Don't call lang_init_script_file.  Call
9167         ldctor_build_sets rather than find_constructors.  Don't call
9168         lang_relocate_globals.
9169         (lang_abs_symbol_at_beginning_of): Rewrote.
9170         (lang_abs_symbol_at_end_of): Rewrote.
9171         * ldmain.c (had_y): Removed.
9172         (lprefix, lprefix_len): Removed; use link_info fields instead.
9173         Changed all uses.
9174         (multiple_def_count, commons_pending, undefined_global_sym_count,
9175         total_symbols_seen, total_files_seen): Removed.
9176         (link_callbacks, link_info): New variables.
9177         (main): Initialize link_info.  Don't call init_bfd_error_vector or
9178         ldsym_init.  Don't set now unused variables.  Handle -stats.
9179         (get_emulation): Removed obsolete and nonfunctional GNU960 code.
9180         (add_ysym): Rewrote.
9181         (read_entry_symbols, refize, enter_global_ref, enter_file_symbols,
9182         search_library, gnu960_check_format, decode_library_subfile,
9183         linear_library, symdef_library, clear_syms, subfile_wanted_p):
9184         Removed.
9185         (add_keepsyms_file, add_archive_element, multiple_definition,
9186         multiple_common, add_to_set, warning_callback, undefined_symbol,
9187         reloc_overflow, reloc_dangerous, unattached_reloc, notice_ysym):
9188         New functions.
9189         * ldmisc.c (vfinfo): Accept a string for %T, not a symbol.  Don't
9190         require symbols for %C; look them up instead.
9191         * emultempl/hppaosf.em: Pass link_info to
9192         hppa_look_for_stubs_in_section.
9193         * Makefile.in: Rebuilt dependencies.
9194         (CFILES): Removed lderror.c, ldindr.c, ldsym.c, ldwarn.c, and
9195         relax.c.
9196         (HFILES): Removed lderror.h, ldindr.h, ldsym.h, ldwarn.h, and
9197         relax.h.
9198         (EMULATION_OFILES): Depend on bfdlink.h, ldmain.h, ldexp.h,
9199         ldlang.h and ldctor.h.
9200
9201         * Makefile.in (ldlex.c): Don't depend on ldgram.h.  Remove
9202         declarations of free and malloc from flex output.  Change malloc
9203         to ldmalloc in flex output.
9204
9205 Thu Dec 16 21:19:57 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
9206
9207         * ldmain.c (lprefix): Change default from a char to a string
9208         with only one character.
9209         (lprefix_len): Set default to one.
9210
9211         * ldmain.h (lprefix_len): Declare.
9212
9213         * ldsym.c (write_file_locals): Use strncmp rather than a character
9214         comparison for lprefix.
9215
9216         * emultmpl/m88kbcs.em (before_parse): Set lprefix and lprefix_len
9217         correctly.
9218
9219         * emultmpl/hppaosf.em: Include ldexp.h.
9220         (before_parse): Set lprefix and lprefix_len correctly.
9221
9222 Tue Dec 14 17:19:03 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9223
9224         * ldlex.h: Don't declare yywrap if it is a macro.
9225         * ldlex.l: Include sysdep.h.
9226         * ldlang.c (lang_for_each_statement_worker,
9227         lang_for_each_statement): Forgot to use PARAMS.
9228
9229 Mon Dec 13 14:30:03 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9230
9231         * Makefile.in: Added .PHONY targets where appropriate.  Added some
9232         comments.  Also:
9233         (gcclibdir, version): Removed unused variables.
9234         (DEP): New variable, set to mkdep.
9235         (ALL_CFLAGS): New variable.  Used in .c.o target.
9236         (CFILES, HFILES, GENERATED_CFILES, GENERATED_HFILES): New
9237         variables.
9238         (HEADERS, MANSOURCES, LDCSOURCES, GENERATED_SOURCES,
9239         GENERATED_HEADERS, LDSOURCES, BFD_SOURCES, SOURCES): Removed
9240         mostly obsolete variables.  Adjusted remaining uses.
9241         (DEF_EMUL): Removed variable.
9242         (ldmain.o): Handle undefined EMUL error correctly.
9243         (ldemul-list.h): Depend on config.status rather than Makefile.
9244         Create via temporary file.
9245         (ver960.c, roll, make): Removed obsolete targets.
9246         (.dep, .dep1, dep.sed, dep, dep-in): New targets.  Used to rebuild
9247         dependencies.
9248         * dep-in.sed: New file, used when rebuilding dependencies.
9249
9250 Sat Dec 11 14:43:44 1993  Ian Lance Taylor  (ian@deneb.cygnus.com)
9251
9252         Made many changes to eliminate gcc warnings.  Made various
9253         cosmetic changes, declared various things in header files, removed
9254         various extern declarations from .c files.  No substantive
9255         changes.
9256
9257         * ldlang.c (lang_process): Ifdef out final call to
9258         lang_size_sections again (reverting change of Nove 2), since it
9259         breaks the Sun4 linker.
9260
9261 Thu Dec  2 16:31:47 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9262
9263         * configure.in (alpha-*-netware*): New target; use alpha.
9264
9265 Wed Dec  1 14:04:20 1993  Ken Raeburn  (raeburn@cygnus.com)
9266
9267         * configure.in: Group targets by CPU.  Merge some m68k target
9268         entries with different CPU specs that use the same ld_target
9269         values.
9270
9271         * configure.in: Add sparc*-*-coff.
9272         * config/coff-sparc.mt, emulparams/coff_sparc.sh: New files.
9273         * Makefile.in (ALL_EMULATIONS): Add em_coff_sparc.o.
9274         (em_coff_sparc.c): Add dependencies and build rules.
9275
9276         * ldmisc.c (errno, sys_nerr, sys_errlist): Don't declare.
9277
9278 Wed Dec  1 12:19:55 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9279
9280         * ldgram.y (OPTION_call_shared, OPTION_non_shared, OPTION_Oval):
9281         New tokens.
9282         (command_line_option): Accept and ignore them (for now).
9283         * ldlex.l (<COMMAND>): Handle -non_shared, -call_shared, and -On
9284         where n is a number.
9285
9286 Mon Nov 22 14:14:29 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9287
9288         * ldmain.c (subfile_wanted_p): If merging a common symbol which is
9289         not in bfd_com_section, create the section in the BFD so that it
9290         can be placed in the right output section.
9291
9292 Fri Nov 19 14:12:39 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9293
9294         * configure.in (mips*-sgi-irix5*): New target.  Use mipsb-elf32.
9295         * emulparams/elf32mipsb.sh (DATA_ADDR): Define.
9296         (OTHER_READONLY_SECTIONS): Define for .reginfo.
9297         (EXECUTABLE_SYMBOLS): Define for _DYNAMIC_LINK.
9298         * scripttempl/elf.sc: Use EXECUTABLE_SYMBOLS when not relocating.
9299         Move OTHER_READONLY_SECTIONS after all the other readonly
9300         sections.  Don't use DATA_ADDR twice.
9301
9302         * ldmain.c (enter_file_symbols): Removed duplicate tests of p.  If
9303         p is in a common section, make sure the BFD has a section of that
9304         name.
9305
9306         * ldlang.c (lang_common): Add newline to error message.
9307
9308 Thu Nov 11 15:54:41 1993  Stan Shebs  (shebs@rtl.cygnus.com)
9309
9310         * emulparams/m68klynx.sh (SCRIPT_NAME): Define to use a
9311         Lynx-specific script instead of m68kcoff.
9312         (OUTPUT_FORMAT): Define as "coff-m68k-lynx".
9313         (ENTRY): Define as __main.
9314         (TEXT_START_ADDR): Define as 0.
9315         (PAGE_SIZE): Define as 0x1000.
9316         * emulparams/i386lynx.sh, emulparams/sparclynx.sh: Fix comment.
9317         * scripttempl/m68klynx.sc: New file.
9318
9319 Mon Nov  8 12:00:16 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9320
9321         * ldmain.c (get_emulation): Ignore -mips1, -mips2 and -mips3
9322         arguments rather than treating them as emulation names.
9323
9324 Fri Nov  5 09:02:52 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
9325
9326         * configure.in: Support x86 unixware and netware plus generic netware.
9327
9328 Fri Nov  5 21:47:55 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
9329
9330         * emulparams/i386mach.sh (TEXT_START_ADDR, NONPAGED_TEXT_START_ADDR):
9331         Correct values (?).
9332
9333 Wed Nov  3 15:10:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
9334
9335         * Makefile.in (distclean): Don't delete dvi or info files.
9336         (ld.info): Update dependency list.
9337         (ld.dvi): Ditto.  Extend TEXINPUTS to get bfdsumm.texi.
9338
9339 Wed Nov  3 12:07:39 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
9340
9341         * ldlang.c (lang_add_output): Take new arg, FROM_SCRIPT.
9342         Set output_filename instead of creating a new node.
9343         (open_output): Don't set output_filename.
9344         (lang_final): Create the new node here.
9345         * ldlang.c, ldlang.h, ldgram.y, mri.c: pass FROM_SCRIPT.
9346
9347 Tue Nov  2 15:45:51 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
9348
9349         From Pete Hoogenboom (hoogen@cs.utah.edu):
9350
9351         * scripttempl/hppaosf.sc: (___stack_zero, etext, _etext,
9352         edata, _edata, end): Add definitions of these symbols.
9353         (__end):  Remove definition of this symbol.
9354         (__data_start): Move definition of this symbol.
9355
9356         * emultempl/hppaosf.em:  Various fixes and support for linker stub
9357         generation.
9358         (hppaosf_finish, hppaosf_search_for_padding_statements,
9359         hppaosf_create_output_section_statements): New functions in
9360         support of linker stub generation.
9361         (ld_hppaosf_emulation):  Redefine to include new
9362         emulation-specific routines.
9363
9364         * ldlang.c (lang_process): Re-enable last call lang_size_sections.
9365         Pass abs_output_section rather than NULL to avoid invalidating
9366         absolute symbols.
9367
9368 Thu Oct 28 21:16:42 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
9369
9370         * Makefile.in (ALL_EMULATIONS): Add em_i386mach.o.
9371         (em_i386mach.c): New rule.
9372         * configure.in (i[34]86-*-mach*): New case.
9373         * config/i386-mach.mt: New file.
9374         * emulparams/i386mach.sh: New file.
9375
9376 Fri Oct 29 14:55:05 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9377
9378         * ld.h (flag_is_*): Removed macros.
9379         * ldmain.c (enter_global_ref), ldsym.c (write_file_locals):
9380         Consistently check the BFD symbol flags directly, rather than
9381         using file_is_* macros.
9382
9383 Thu Oct 28 19:08:42 1993  Stan Shebs  (shebs@rtl.cygnus.com)
9384
9385         * configure.in (sparc*-*-lynxos*): New target.
9386         * Makefile.in: Add rule for em_sparclynx.c.
9387         (ALL_EMULATIONS): Add Lynx emulations.
9388         * config/sparc-lynx.mt: New file.
9389         * emulparams/sparclynx.sh: New file.
9390         * scripttempl/sparccoff.sc: New file.
9391
9392 Thu Oct 28 13:50:25 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9393
9394         * Makefile.in: Add dependency for $(EMULATION_OFILES).
9395
9396 Mon Oct 25 16:09:24 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9397
9398         * relax.c (write_relax): Check return value of bfd_seclet_link.
9399
9400 Mon Oct 25 09:31:21 1993  Ken Raeburn  (raeburn@cygnus.com)
9401
9402         * ldlang.c (delete_output_file_on_failure): New variable.
9403         (open_output): Set it after bfd open succeeds.
9404         * ldmisc.c (vfinfo): Test it.
9405
9406         Changes from Peter Hoogenboom, hoogen@cs.utah.edu:
9407
9408         * ldsym.c (write_file_locals): Set the BSF_FILE flag for object
9409         symbols.
9410
9411         * ldemul.c: Support was added to allow emulation-specific
9412         processing to occur.  This support was added primarily for linker
9413         stub generation in the elf32-hppa gld.
9414         (ldemul_finish, ldemul_create_output_section_statements):  New
9415         functions.
9416         * ldemul.h: Support was added to allow emulation-specific
9417         processing to occur. (As described above.)  Added finish and
9418         create_output_section_statements fields to
9419         ld_emulation_xfer_struct structure.
9420         * ldlang.c: Add calls to emulation-specific routines.
9421         (lang_process):  Add call to
9422         ldemul_create_output_section_statements function.
9423         (lang_process):  Add call to a emulation-specific routine (and
9424         some processing after the call).
9425
9426 Fri Oct 22 20:54:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
9427
9428         * configure.in: mips*- instead of mips-, mips*el changes
9429
9430 Tue Oct 19 15:46:28 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9431
9432         * configure.in (alpha-*-osf*): New target; use alpha.mt.
9433         * Makefile.in (ALL_EMULATIONS): Added em_alpha.o.
9434         (em_alpha.c): New target; use alpha.sh and alpha.sc.
9435         * config/alphaosf.mh (NATIVE_LIB_DIRS, HOSTING_CRT0): Define.
9436         * config/alpha.mt: New file.
9437         * emulparams/alpha.sh: New file.
9438         * scripttempl/alpha.sc: New file.
9439
9440 Fri Oct 15 02:20:04 1993  Doug Evans  (dje@canuck.cygnus.com)
9441
9442         * ldlang.c (lang_size_sections, lang_common): ALIGN_N can't handle
9443         types of different sizes (eg: 64 and 32 bits), so coerce.
9444         * ld.h (ALIGN_N): Add warning about usage.
9445
9446 Wed Oct 13 16:02:39 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9447
9448         * ldmain.c (enter_global_ref): Just ignore any weak symbol for
9449         which we already have a definition, rather than checking in
9450         several different places whether the symbol is weak.
9451
9452 Tue Oct 12 17:30:51 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9453
9454         * configure.in (mips-*-elf*): New target; use mipsb-elf32.
9455         * scripttempl/elf.sc: Only use OTHER_READONLY_SECTIONS and
9456         OTHER_READWRITE_SECTIONS if relocating.  Shell variables are not
9457         expanded within them.
9458         * config/mipsb-elf32.mt: New file.
9459         * emulparams/elf32mipb.sh: New file.
9460         * Makefile.in (em_elf32mipb.c): New target.
9461
9462 Thu Sep 30 17:00:36 1993  Rob Savoye  (rob@darkstar.cygnus.com)
9463
9464         * ldgram.y: In input_list, change lang_input_file_is_file_enum to
9465         lang_input_file_is_search_file_enum so objects brought in using
9466         INPUT() do a path lookup.
9467
9468 Tue Sep 28 13:31:23 1993  Stan Shebs  (shebs@rtl.cygnus.com)
9469
9470         * configure.in: Change Lynx ld_target to be {i386,m68k}-lynx
9471         instead of {i386,m68k}-coff.
9472         * Makefile.in (em_i386lynx.c, em_m68klynx.c): New targets.
9473         * config/i386-lynx.mt: New file.
9474         * config/m68k-lynx.mt: New file.
9475         * emulparams/i386lynx.sh: New file.
9476         * emulparams/m68klynx.sh: New file.
9477
9478         * scripttempl/i386coff.sc: Make ENTRY get its value from ${ENTRY},
9479         but defaulting to _start.
9480
9481         * ldemul.c, ldfile.c, ldlang.c, ldmain.c, ldmisc.c, ldmisc.h,
9482         ldsym.c, ldwarn.c: Rename info to info_msg, to avoid conflict with
9483         LynxOS libc.
9484
9485 Thu Sep 23 14:51:03 1993  Ian Lance Taylor  (ian@cygnus.com)
9486
9487         * config/solaris2.mh: New file.  Define HOSTING_CRT0 and
9488         HOSTING_LIBS for testing.
9489
9490 Fri Sep 17 17:52:24 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9491
9492         Finish up support for i386-sysv4 (without shared libraries):
9493         * ld.h (flag_is_weak): Define.
9494         * ldlang.c (print_symbol): Mention whether symbol is weak.
9495         (print_input_section): Print weak symbols as globals.
9496         * ldmain.c (refize): Do not zero out BSF_WEAK flag.
9497         (enter_global_ref): Do not warn if a weak symbol redefines a
9498         global symbol.  Do not let a weak symbol redefine a common symbol.
9499         (enter_file_symbols): Treat weak symbols as global symbols.
9500         (subfile_wanted_p): Do not pull in an object file from a archive
9501         just to resolve an undefined weak symbol.
9502         * ldmisc.c (vfinfo): Don't needlessly malloc space after a fatal
9503         error; the error might be that malloc has run out of space.
9504         * ldsym.c (write_file_locals): Treat weak symbols as global.
9505         * configure.in (i[34]86-*-sysv4*, i[34]86-*-elf*): New targets;
9506         use i386-elf.
9507         * config/i386v4.mh: New file; set NATIVE_LIB_DIRS to /usr/ccs/lib.
9508         * config/i386-elf.mt: New file; set EMUL to elf_i386.
9509         * emulparams/elf_i386.sh: New file.
9510         * scripttempl/elf.sc: Use ${NOP} as filler (defaults to 0).
9511         * Makefile.in (NATIVE_LIB_DIRS): Define to be empty.
9512         (ALL_EMULATIONS): Add em_elf_i386.o.
9513         (GENSCRIPTS): Pass NATIVE_LIB_DIRS as sixth argument.
9514         (em_elf_i386.c): New target, like other em_*.c targets.
9515         ($(LD_PROG)): Pass $(CFLAGS) to $(CC).
9516         * genscripts.sh: Accept NATIVE_LIB_DIRS as sixth argument.  If
9517         nonempty, and configured for native, add it to LIB_PATH.
9518
9519 Fri Sep 17 13:07:39 1993  Stan Shebs  (shebs@rtl.cygnus.com)
9520
9521         * scripttempl/{h8300.sc,h8500.sc,i386coff.sc,m68kcoff.sc,sh.sc}:
9522         Added statements to pass stab and stabstr sections through and
9523         mark them as NOLOAD, which makes GDB happier.
9524
9525 Wed Sep 15 16:02:29 1993  Stan Shebs  (shebs@rtl.cygnus.com)
9526
9527         * configure.in: Accept m68k-lynx-lynxos config.
9528
9529         * Makefile.in: Use $(SHELL) to run genscripts.sh.
9530
9531 Sun Sep 12 16:04:40 1993  Doug Evans  (dje@cygnus.com)
9532
9533         * config/coff-h8300.mt: Add EMUL=h8300h.
9534
9535         * ldmain.c (main): Call set_scripts_dir after argv has been processed.
9536
9537 Fri Sep 10 09:36:29 1993  Jeffrey Wheat  (cassidy@cygnus.com)
9538
9539         * Makefile.in: Changed CXX back to g++.
9540
9541 Fri Sep 10 09:34:29 1993  Jeffrey Wheat  (cassidy@cygnus.com)
9542
9543         * Makefile.in: Fixed RUNTEST* CXX CXXFLAGS macros and check rule.
9544
9545 Fri Sep 10 07:26:57 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
9546
9547         * Makefile.in (TAGS): Use shell wildcards.
9548
9549 Tue Sep  7 18:04:54 1993  Jeffrey Osier  (jeffrey@cygnus.com)
9550
9551         * Makefile.in:  add TEXINPUTS variable and use it in ld.dvi target
9552
9553 Fri Sep  3 16:46:41 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
9554
9555         * ld.texinfo: re-enable included config file; conditionalize doc
9556         for -oformat to interact properly with SingleFormat doc config
9557         var; rename @up/@down to @raisesections/@lowersections.
9558
9559 Wed Aug 25 16:29:56 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
9560
9561         * configure.in: recognize m88110.
9562
9563 Tue Aug 24 18:49:40 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
9564
9565         From Peter Hoogenboom <hoogen@shafer.cs.utah.edu>:
9566         * emultempl/hppaosf.em (ld_hppaosf_emulation): Correct name for PA
9567         ELF emulation is "elf32-hppa" not "elf-big".
9568         (hppaosf_before_parse): Remove unneeded processing of environment
9569         variables.
9570         * scripttempl/hppaosf.sc: Include .hppa_linker_stubs sections in
9571         .text segment of output file.
9572         * emulparams/hppaosf.sh (OUTPUT_FORMAT): Use elf32-hppa.
9573
9574 Tue Aug 24 16:17:00 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
9575
9576         * ld.h: define BYTE_SIZE, SHORT_SIZE, and LONG_SIZE which are no
9577           longer in bfd.h.
9578
9579         * ldlang.c, ld.h: updated copyright.
9580
9581 Tue Aug 17 15:22:03 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9582
9583         * ldlang.c (open_output, lang_check): Check return value of
9584         bfd_set_arch_mach.
9585
9586 Tue Aug 17 07:02:19 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
9587
9588         * scripttempl/h8500.sc: Start all sections in a different segment.
9589         * scripttempl/z8ksim.sc: Handle constructors
9590
9591 Thu Aug 12 16:05:37 1993  Jeffrey Wheat  (cassidy@cygnus.com)
9592
9593         * Makefile.in: revert earlier changes back to execute runtest
9594           with make check. cdtest and bootstrap now function as they
9595           did within the Makefile.
9596
9597 Thu Aug 12 10:20:05 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
9598
9599         * Makefile.in:  Update dependencies.
9600
9601         * configure.in: Set EMULATION_OFILES in Makefile based on
9602         --with-targets option.
9603
9604 Thu Aug 12 08:52:29 1993  Jeffrey Wheat  (cassidy@cygnus.com)
9605
9606         * Makefile.in: check targets reimplemented to old way.
9607
9608 Wed Aug 11 08:26:11 1993  Ian Lance Taylor  (ian@cygnus.com)
9609
9610         * config/i386v.mh, config/irix4.mh: Use gcc
9611         -print-libgcc-file-name rather than $(libdir)/libgcc.a.
9612         * config/i386sco.mh: New file; copy of i386v.mh to correspond to
9613         bfd/configure.host change.
9614
9615 Mon Aug  9 14:25:35 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
9616
9617         * scripttempl/elf.sc: Handle .line and .debug* sections.
9618
9619         * ldlex.l: Use bfd_scan_vma, not strtoul.
9620
9621 Fri Aug  6 08:57:39 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
9622
9623         * ldexp.c, ldfile.c, ldlang.c, lexsup.c, ldmain.c, ldemul.c:
9624         Remove inital caps in some error messages, change "can't" to
9625         "cannot", add missing colons.
9626         * ldmisc.c (vfinfo): Print "%%" as a single %.
9627         For '%' followed by unrecognized character, print them both
9628         verbatim instead of expecting a char * arg.
9629         For '%C', don't put the function name in parens.
9630
9631         * ldexp.c (invalid): Pass "%%", not "% ".
9632
9633 Fri Aug  6 14:31:22 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9634
9635         * scripttempl/mips.sc: Always define _ftext, _fdata, _fbss.
9636         (BSS_VAR): Removed; now always define _fbss.
9637         * emulparams/mipsidt.sh, emulparams/mipsidtl.sh (BSS_VAR):
9638         Removed.
9639
9640 Thu Aug  5 15:55:19 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
9641
9642         * configure.in: z8k-coff is the same as z8k-sim
9643
9644 Wed Aug  4 21:00:18 1993  Jeffrey Wheat  (cassidy@cygnus.com)
9645
9646         * testsuite/lib/ld.exp: new file
9647         * testsuite/config/unix-ld.exp: new file
9648         * testsuite/ld.bootstrap/bootstrap.exp: new file
9649         * Makefile.in: add dejagnu support for make check
9650
9651 Wed Aug  4 17:52:32 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
9652
9653         * ldlex.l (comment): Add missing newline in message.
9654         * ldindr.c (add_indirect): Ditto.
9655         * ldexp.c (exp_fold_tree): Ditto.
9656
9657 Tue Aug  3 10:57:41 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
9658
9659         * ldgram.y, ldlex.l, mri.c, ldwrite.c: Change multiple commons
9660         into externs.
9661
9662         * ldmisc.c (multiple_warn): New function.
9663         * ldmisc.h: Declare it.
9664         * ldmain.c (enter_global_ref): Call it.
9665         * ld.h (ld_config_type): Add warn_common.
9666         * ldlex.l, ldgram.y: Set it with -warn-common option.
9667         * ldver.c (help): Document it.
9668
9669 Mon Aug  2 12:04:36 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
9670
9671         * scripttempl/elf.sc: Add hooks for .sdata, .sbss, and
9672         target-specific sections, and for changing data section vma.
9673
9674 Mon Jul 26 14:00:02 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
9675
9676         * ldgram.y (OPTION_Qy, OPTION_Y, OPTION_dn, OPTION_YP): New
9677         terminals, for Solaris.
9678         (dirlist_ptr): New static variable.
9679         (command_line_option): Accept new options.
9680
9681         * ldlex.l: Accept command-line options "-Qy", "-dn", "-Y", and
9682         "-YP,...".
9683
9684         * config/sun4sol2.mt: Pass emulation name without ".sh".
9685
9686         * emulparams/elf32_sparc.c: Renamed from elf32-sparc.c.
9687         * config/sun4sol2.mt (em_elf32_sparc.c): Adjusted accordingly.
9688
9689 Fri Jul 23 13:51:09 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
9690
9691         * scripttempl/elf.sc: Add support for .init, .fini, .ctors,
9692         .dtors, .data1, .rodata1 sections, instead of combining them into
9693         other sections.  For `-r', set all section start addresses to
9694         zero.
9695
9696         * emulparams/elf32-sparc.sh (TEXT_START_ADDR,
9697         NONPAGED_TEXT_START_ADDR): Value should be 0x10100.
9698         (MAXPAGESIZE): Renamed from PAGE_SIZE.
9699
9700 Wed Jul 21 14:28:42 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
9701
9702         * genscripts.sh: If this is the default emulation, set
9703         COMPILE_IN.
9704         * emultempl/*.em: Use it to determine whether to compile in the
9705         scripts.
9706
9707         * Makefile.in (GENSCRIPTS): Pass the default emulation name to
9708         genscripts.sh.  Pass the current emulation name without ".sh" on
9709         the end.
9710         * genscripts.sh: Take an default emulation arg.
9711         Use the current emulation name as EMULATION_NAME.
9712         Make default lib path for cross-compiling ':', not null.
9713         * emulparams/*.sh: Don't set EMULATION_NAME.
9714         * ldemul.c (ldemul_get_script): Take isfile arg.
9715         Pass it to emulation's get_script function.
9716         * ldemul.h: Adjust get_script prototypes.
9717         * ldfile.c (ldfile_find_command_file): Renamed from find_a_name.
9718         No longer static.
9719         * ldfile.h: Declare it.
9720         * ldgram.y: Accept a script on the command line again,
9721         for parsing compiled-in scripts.
9722         * ldmain.c (main): If ld script is a file, parse it as a -T
9723         option, otherwise parse it directly.
9724         * emultempl/*.em (*get_script): Return the scripts themselves if
9725         this is the default emulation; otherwise return their file names.
9726         * emultempl/m88kbcs.em: New file, to take m88kbcs #ifdef out of
9727         generic.em.
9728         * emulparams/m88kbcs.sh: Use it.
9729
9730         * ld.h (ld_config_type::unix_relocate): Remove unused element.
9731
9732 Tue Jul 20 12:01:49 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
9733
9734         * Makefile.in (ALL_EMULATIONS): Delete em_i386linux.o (for which
9735         there's no change log entry yet, tsk tsk) from the list of
9736         emulations compiled in until Mark gets around to checking in
9737         emulparams/i386linux.sh.
9738         (ldemul-list.h): Depend on Makefile, so if EMULATION_OFILES is
9739         changed, this file gets updated.
9740
9741 Fri Jul 16 14:14:32 1993  Ian Lance Taylor  (ian@cygnus.com)
9742
9743         * ldgram.y (OPTION_Lfile): New token.
9744         (command_line_option): Accept OPTION_L NAME (whitespace after -L).
9745         * ldlex.l (<COMMAND>): Accept -L without FILENAME.
9746
9747 Fri Jul 16 13:44:26 1993  Doug Evans  (dje@canuck.cygnus.com)
9748
9749         * configure.in: h8/300h support needs own .mt file.
9750         config/coff-h8300h.mt: New file.
9751
9752 Thu Jul 15 12:44:35 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
9753
9754         * ldmain.c: Don't include sys/stat.h; it already got included
9755         somewhere along the way.
9756
9757 Thu Jul 15 14:43:34 1993  Doug Evans  (dje@canuck.cygnus.com)
9758
9759         * Makefile.in: Add h8300h support.
9760         emulparams/h8300h.sh: New file.
9761         scripttempl/h8300h.sc: New file.
9762
9763 Thu Jul 15 12:44:35 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
9764
9765         * ldfile.c (ldfile_open_file): In error message, use the name the
9766         user gave (e.g., "-lc"), rather than the base file name.
9767
9768         * ldexp.c (exp_fold_tree): Don't assign an int to an enum.
9769
9770         * ldmain.[ch]: Remove initial Q_ from function names.
9771         * ldexp.c, ldindr.c, ldlang.c: Change callers.
9772
9773         * ldfile.c, ldmain.c, ldgram.y: Rename option_v to trace_file_tries.
9774
9775         * ldlang.c (lang_process): Move loading of default script from
9776         here to main.  Add a "/" to start of script name to prevent
9777         finding it in "." first.
9778
9779         * ldmain.c (set_scripts_dir): Don't look in "." first.
9780
9781         * ldgram.y, ldlang.c, ldsym.c: Remove traces of unused var
9782         option_longmap.
9783
9784 Thu Jul 15 10:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
9785
9786         * Makefile.in (em_m88kbcs.c): Correct dependency.
9787         * scripttempl/m88kbcs.sc: It's ARCH, not arch.  Removed TARGET
9788         statement.  Changed OUTPUT_FORMAT to use ${OUTPUT_FORMAT}.
9789         * emulparams/m88kbcs.sh: It's coff-m88kbcs, not m88kbcs.
9790
9791 Wed Jul 14 21:42:53 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
9792
9793         * ldfile.c (ldlang_open_file, ldfile_open_command_file),
9794         main.c (main): Print the errno string in the error message.
9795
9796 Tue Jul 13 20:00:30 1993  Doug Evans  (dje@canuck.cygnus.com)
9797
9798         * configure.in: Accept h8300h for target cpu.
9799
9800         * ldmisc.c (vfinfo): Have demangle remove leading underscore if
9801         present (demangle is smart enough to know whether to do it or not).
9802
9803 Mon Jul 12 11:45:48 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
9804
9805         * ldmain.c (set_scripts_dir): Check . and <ld bin dir>/../lib for
9806         ldscripts, as well as <ld bin dir> and SCRIPTDIR.
9807
9808         * ldlang.c (lang_process): Use sizeof instead of magic constant.
9809
9810         * ldmain.c (get_emulation, check_for_scripts_dir,
9811         set_scripts_dir):  New functions.
9812         (main): Call them.
9813
9814 Mon Jul 12 10:57:03 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
9815
9816         * scripttempl/elf.sc: Include .init, .fini, .rodata sections.
9817         Create symbol "end" instead of "__end".  Comment out some parts
9818         that may not be needed (yet) for elf.
9819
9820         * configure.in: Accept sparc-elf and sparc-solaris2 configs.
9821
9822 Thu Jul  8 15:33:32 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
9823
9824         * Makefile.in (ALL_EMULATIONS): Include $(OTHER_EMULATIONS).
9825
9826         * ldmisc.h (einfo, minfo, info): Don't bother with PARAMS macro
9827         when no prototype is being supplied.
9828         (ldmalloc, ldrealloc): Size argument is now size_t.
9829
9830         * ldmisc.c (finfo): New function, accepts FILE* argument.
9831         (vfinfo, case 'v'): New format character; displays bfd_vma in hex
9832         without leading zeros.
9833         (vfinfo, cases 'R' and 'C'): Use finfo(%v) when displaying a
9834         bfd_vma value, instead of fprintf(%x) which won't hold a long long
9835         value.
9836         (concat, buystring): String lengths are size_t.
9837         (ldmalloc, ldrealloc, xrealloc): Size argument is now size_t.
9838
9839         * ldlang.c (new_statement): Size argument is now size_t.  Added
9840         forward declaration with prototype.
9841
9842 Thu Jul  8 10:53:47 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
9843
9844         * ldgram.y (OPTION_v): Don't turn on verbose output.
9845
9846 Wed Jul  7 17:10:45 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
9847
9848         * ldlex.l: Get rid of local typedef for bfd_vma!  Get it from
9849         bfd.h instead.
9850
9851 Wed Jul  7 11:33:12 1993  Ian Lance Taylor  (ian@cygnus.com)
9852
9853         * Makefile.in (install): Don't install as $(tooldir)/bin/gld;
9854         collect2 doesn't look for gld any more anyhow.
9855
9856 Mon Jul  5 14:29:48 1993  Ian Lance Taylor  (ian@cygnus.com)
9857
9858         * ldlang.c (lang_relocate_globals): Skip indirect symbols, which
9859         now have a non NULL srefs_chain.
9860
9861         * config/hp300hpux.mt: Use emulation hp3hpux rather than
9862         hp300hpux, since the latter does not exist.
9863
9864 Fri Jul  2 18:06:05 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
9865
9866         * genscripts.sh: Put the scripts in the ldscripts directory, not
9867         emulations.
9868         * configure.in (ldscripts): Make, instead of emulations.
9869         * Makefile.in (scriptdir): Take off the "ld" part.
9870         (install, clean, distclean): Use ldscripts, not emulations.
9871         In tests, don't pass -Lemulations.
9872         Don't pass tooldir/lib to genscripts.sh.
9873         * genscripts.sh: Don't take tooldir/lib arg.
9874         * ldlang.c (lang_process): Add "ldscripts/" to the name of the
9875         default script file.
9876
9877 Fri Jul  2 17:13:35 1993  Doug Evans  (dje@canuck.cygnus.com)
9878
9879         * scripttempl/h8300.sc: Add .tors section for constructor/destructors.
9880
9881 Thu Jul  1 16:38:45 1993  Doug Evans  (dje@canuck.cygnus.com)
9882
9883         * config/coff-h8300.mt: EMUL=h8300hms -> h8300.
9884
9885 Wed Jun 30 15:45:55 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
9886
9887         * Makefile.in (.y.c): skip default .y.c rules. gnu make can now
9888           run in parallel without colliding on yacc's static file names.
9889           Without the stub rule, make will try to start two yacc's
9890           concurrently which fails because of yacc's static file names.
9891
9892 Tue Jun 29 12:20:36 1993  Ian Lance Taylor  (ian@cygnus.com)
9893
9894         * ldmain.c (subfile_wanted_p): Don't dump core if there are no
9895         symbols.
9896
9897 Mon Jun 28 12:22:11 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
9898
9899         * genscripts.sh (LIB_PATH): Only add /usr/local/lib if it's
9900         different from libdir.
9901
9902         * Makefile.in (scriptdir): Base on tooldir, not datadir.
9903
9904 Sat Jun 26 12:03:57 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
9905
9906         * ldver.c (help): New function.
9907         * ldver.h: Declare it.
9908         * ldlex.l, ldgram.y: Recognize new options --help and --version.
9909
9910 Mon Jun 21 20:39:48 1993  Ken Raeburn  (raeburn@poseidon.cygnus.com)
9911
9912         * Makefile.in (INCLUDES): Don't need ../include any more.
9913
9914 Mon Jun 21 16:38:35 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
9915
9916         * ldlex.l, ldgram.y: Support new -oformat option.
9917         Remove attempt at supporting script fragments on the command line.
9918         * ldlang.c (lang_add_output_format): Take new arg, FROM_SCRIPT.
9919         * mri.c (mri_format), ldgram.y: Change callers.
9920         * ldlang.h: Change prototype.
9921
9922 Thu Jun 17 16:53:56 1993  david d `zoo' zuhn (zoo@cygnus.com)
9923
9924         * Makefile.in: canonicalize install.sh; for use within
9925         this directory (and subdirs)
9926
9927 Thu Jun 17 14:33:09 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
9928
9929         * ldgram.y: Tweak grammar to make reporting of invalid options work.
9930
9931         * Makefile.in (.cc.o): Restore .SUFFIXES entry for .cc
9932         and .cc.o rule.
9933
9934 Wed Jun 16 11:45:32 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
9935
9936         * ldfile.c (ldfile_open_command): Don't try .ld extension.
9937         It wasn't documented (or likely used) and wastes time.
9938         (try_open): If EXTEN is empty, don't try it.
9939
9940         * ldctor.c, lderror.c, ldexp.c, ldfile.c, ldindr.c, ldlang.c,
9941         ldlex.l, ldmain.c, ldmisc.c, ldsym.c, ldver.c, ldwarn.c,
9942         ldwrite.c, lexsup.c, mri.c, relax.c: Replace DEFUN macro calls
9943         with normal function declarations.
9944
9945         * Move *.em to emultempl/*.em.  Move *.sh to emulparams/*.sh.
9946         Move *.sc-sh to scripttempl/*.sc.
9947         * {emultempl,emulparams,scripttempl}/README: New files.
9948         * sh.em, st2000.em, z8ksim.em, h8300hms.em, h8500hms.em: Files
9949         removed, replaced with generic.em.
9950         * h8300.sh, h8500.sh, h8300.sc, h8500.sc: Renamed from
9951          h8[35]00hms.s[ch].  Change their contents to omit the "hms".
9952
9953         * *.em (*_get_script): Return script name instead of script contents.
9954         * ldlang.c (lang_process): Change caller.
9955
9956         * ldlex.l, ldgram.y: Recognize -m option.
9957         Check for input files after *all* options in grammar.
9958         * ldmain.c (main): Check for -m options.  Add default directory
9959         for -m.
9960
9961         * mkscript.c: File removed.
9962         * genscripts.sh: Take two more parameters, tooldirlib and libdir,
9963         to add to the default LIB_PATH.
9964         Look for input files in the new subdirectories.
9965         Create the scripts in emulations subdirectory and don't filter
9966         them through mkscript.
9967         * configure.in: Make the emulations subdirectory.
9968
9969         * Makefile.in: Account for all of the above changes.
9970         Remove unused .SUFFIXES.  Get libgcc.a path with gcc
9971         -print-libgcc-file-name instead of $(libdir)/libgcc.a.
9972         Put CFLAGS last in the compilation rules.
9973         Add -I../bfd to INCLUDES so sysdep.h is found.
9974
9975 Tue Jun 15 23:04:46 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
9976
9977         * Makefile.in (INCLUDES): Look in ../include, not ../bfd.
9978
9979         * aout.sc-sh: Add SHLIB_PATH like STACKZERO.  Make STACKZERO
9980         dependent on RELOCATING, not RELOCATION.
9981         * hp3hpux.sh (SHLIB_PATH): Define it.
9982
9983 Mon Jun 14 19:06:15 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
9984
9985         * ldfile.c (try_open): If opening without the extension fails,
9986         try with the extension even if -v or -V was given.
9987         had_script is imported (from ldgram.y), not exported.
9988
9989 Mon Jun 14 16:26:10 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
9990
9991         * Makefile.in: remove parentdir support, use INSTALL_XFORM
9992
9993 Thu Jun 10 14:00:06 1993  Ian Lance Taylor  (ian@cygnus.com)
9994
9995         * ldexp.c (exp_fold_tree): Don't lose the old flag bits.
9996         * ldgram.y (statement_list_opt): New nonterminal, either empty or
9997         statement_list.
9998         (section): Use statement_list_opt, not statement_list.
9999         * m68kcoff.sc-sh: Gather constructors and destructors and define
10000         __CTOR_LIST__ and __DTOR_LIST__ appropriately.
10001         * sa29200.sc-sh: Gather constructors and destructors and define
10002         ___CTOR_LIST__ and ___DTOR_LIST__ appropriately.
10003
10004 Mon Jun  7 12:53:28 1993  Per Bothner  (bothner@rtl.cygnus.com)
10005
10006         * Makefile.in (INCLUDES):  Add -I../bfd for sysdep.h and bfd.h.
10007         * configure.in:  No longer need to configure to get sysdep.h.
10008
10009 Fri Jun  4 16:18:24 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10010
10011         * Makefile.in: remove install:all and install-info:info
10012         dependencies (these cause some spurious rebuilds at 'make install'
10013         time)
10014
10015 Fri Jun  4 08:50:14 1993  Ian Lance Taylor  (ian@cygnus.com)
10016
10017         * configure.in (mips-idt-ecoffl*): New target; use mips-idtl.
10018         (mips-idt-ecoff*): Added trailing '*'.
10019         * config/mips-idtl.mt: New file; use EMUL of mipsidtl.
10020         * mipsidtl.sh: New file; like mipsidt.sh, but little endian.
10021         * Makefile.in (ALL_EMULATIONS): Added em_mipsidtl.o.
10022
10023         * config/sun3.mh (HOSTING_LIBS, HOSTING_EMU): Removed obsolete and
10024         incorrect definitions.
10025
10026 Tue Jun  1 14:56:10 1993  Per Bothner  (bothner@rtl.cygnus.com)
10027
10028         * ldsym.c (write_file_locals):  Write BSF_CONSTRUCTOR
10029         symbols, unless stripping.
10030
10031 Tue May 25 15:34:25 1993  Ian Lance Taylor  (ian@cygnus.com)
10032
10033         * Makefile.in: configure looks for ####, so remove lines with many
10034         '#' characters.
10035         * config/irix4.mh, config/i386v.mh: New files; set HOSTING_CRT0
10036         and HOSTING_LIBS correctly so that ``make check'' will work.
10037
10038 Thu May 20 13:56:16 1993  Per Bothner  (bothner@deneb.cygnus.com)
10039
10040         * mips.sc-sh:  Define _etext, _edata, and _end, in addition
10041         to etext, edata, and end.  Needed for IRIX 4.0.5F.
10042         Patch from mwp@iconix.oz.au (Michael Paddon).
10043
10044         * Version 2.2.1 released.
10045
10046 Thu May 20 11:42:06 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
10047
10048         * mipsbsd.sc-sh: Renamed from aout-mipsbsd.sc-sh.
10049         * mipsbsd.sh (EMULATION_NAME): Use new file name.
10050
10051 Tue May 18 17:10:24 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
10052
10053         * Makefile.in (LDDISTSTUFF): Remove ld.mm since we can't build it
10054         properly right now.
10055
10056         * Version 2.2 released.
10057
10058 Mon May 17 15:37:28 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
10059
10060         * ldver.c (ldversion): Bump version number to 2.2.
10061
10062 Mon May 17 12:44:31 1993  Per Bothner  (bothner@cygnus.com)
10063
10064         * NEWS:  New file.
10065
10066 Fri May 14 11:26:24 1993  Ian Lance Taylor  (ian@cygnus.com)
10067
10068         * mips.sc-sh: Don't define BSS_VAR unless relocating.
10069
10070 Wed May 12 13:33:29 1993  Ian Lance Taylor  (ian@cygnus.com)
10071
10072         * Makefile.in (mkscript.o, mkscript): Build mkscript via
10073         mkscript.o, rather than directly from mkscript.c.
10074
10075 Tue May  4 21:58:56 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
10076
10077         * configure.in: Look for ${target_makefile_frag} relative to
10078         ${srcdir}, not relative to build directory.
10079
10080         * hppaosf.em, hppaosf.sc-sh, hppaosf.sh: New files.
10081         * configure.in: Recognize hppa*-hp-osf.
10082         * Makefile.in (ALL_EMULATIONS): Include hppaosf emulation.
10083         (em_hppaosf.c): Build it.
10084         * config/hppaosf.mh, hppaosf.mt: New files.
10085
10086         * ld.h (ALIGN_N): Renamed from ALIGN, because that conflicted with
10087         some system header files.  All uses changed.
10088
10089         * configure.in: Recognize i386-aix configurations as i386-coff
10090         targets.
10091
10092         * configure.in: Recognize m68*-*-hpux.
10093         * aout.sc-sh: If STACKZERO and RELOCATING are both defined, output
10094         the value of STACKZERO.
10095         * Makefile.in (ALL_EMULATIONS): Include hp300-hpux emulation.
10096         (em_hp3hpux.c): Build it.
10097         * hp3hpux.sh, config/hp300hpux.mt: New files.
10098
10099 Tue May  4 12:37:35 1993  Ian Lance Taylor  (ian@cygnus.com)
10100
10101         * mips.sc-sh: Put constructors in the .data section.
10102         * Makefile.in (cdtest): Added dependency on ld.new.
10103
10104 Mon May  3 19:43:39 1993  Per Bothner  (bothner@cygnus.com)
10105
10106         * Makefile.in:  Change definition of $(tooldir) to match FSF.
10107         * vax.sh, config/vax.mt, configure.in, Makefile.in:
10108         Support VAX Ultrix and BSD.
10109
10110 Mon Apr 26 18:35:47 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
10111
10112         * sh.em, sh.sh, sh.sc-sh: New files supporting Hitachi SH.
10113
10114 Wed Apr 14 21:01:51 1993  John Gilmore  (gnu@cygnus.com)
10115
10116         * ldlang.h (struct memory_region):  Change `length' and
10117         `old_length' fields to bfd_size_type.  Eliminate use of bfd_offset.
10118         * ldlang.c, mri.c:  Corresponding changes, plus lint.
10119
10120 Thu Apr  8 22:08:18 1993  Ian Lance Taylor  (ian@cygnus.com)
10121
10122         * configure.in: For all i386 targets, accept i486 as well.
10123
10124 Mon Apr  5 17:33:39 1993  Ian Lance Taylor  (ian@cygnus.com)
10125
10126         * ldlang.c (wild_doit): Preserve all flags for a
10127         SEC_SHARED_LIBRARY section.
10128         (size_input_section): Consider any SEC_HAS_CONTENTS section when
10129         computing largest_section.
10130
10131 Fri Apr  2 14:33:52 1993  Ian Lance Taylor  (ian@cygnus.com)
10132
10133         * ldlang.c (lang_output_section_statement_lookup): Initialize all
10134         fields of newly created structure.
10135
10136 Wed Mar 31 18:19:15 1993  Ian Lance Taylor  (ian@cygnus.com)
10137
10138         * ldmain.c (g_switch_value): New variable.
10139         * ldgram.y (OPTION_G, OPTION_Gval): New tokens.
10140         (command_line_option): Accept -G and set g_switch_value.
10141         * ldlex.l (COMMAND): Accept -G.
10142         * ldlang.c (open_output): Call bfd_set_gp_size on new BFD.
10143
10144 Tue Mar 30 09:40:25 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
10145
10146         Support for linking and loading at different places:
10147
10148         * ldlex.l: Add "AT" keyword.
10149         * ldgram.y: Cleanup, and parse AT.
10150         * ldlang.c (print_output_section_statement): Print output address
10151         of section in map. (lang_size_sections): Fill sections' lma with
10152         load address.
10153         * ldlang.h (lang_output_section_statement_type): Add load_base
10154         information.
10155
10156         * ldindr.c (add_indirect): Keep more information in the alias
10157         symbol chain.
10158         * ldlang.c (wild_doit):  Don't inherit NEVER_LOAD section
10159         attribute from an input section.
10160         * ldmain.c (Q_enter_file_symbols): Common section is NEVER_LOAD by
10161         default. (Q_enter_file_symbos): Indirect symbols now are known by
10162         their section, not a special symbol flag.
10163         * ldsym.c (write_file_locals): Indirect symbols aren't local.
10164         (write_file_globals): Write the mapping for an indirect symbol.
10165         * relax.c (build_it): When forced to write a NEVER_LOAD section,
10166         fill it with zeros.
10167
10168 Tue Mar 23 13:24:10 1993  Jeffrey Osier  (jeffrey@fowanton.cygnus.com)
10169
10170         * ld.texinfo:  changes for q1
10171
10172 Tue Mar 23 00:13:29 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10173
10174         * Makefile.in: add dvi target, define & use TEXI2DVI, add installcheck
10175
10176 Mon Mar  8 20:30:35 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10177
10178         * Makefile.in: rename HOST_CC to CC_FOR_BUILD
10179
10180 Thu Mar  4 12:44:33 1993  Ian Lance Taylor  (ian@cygnus.com)
10181
10182         * mips.sc-sh: Added variables which may be overridden by a
10183         specific emulation.
10184         * mipsidt.sh: New file; emulation for IDT MIPS board.
10185         * Makefile.in (ALL_EMULATIONS): Added em_mipsidt.o.
10186         (em_mipsidt.c): New target.  Uses mipsidt.sh and mips.sc-sh.
10187         * config/mips-idt.mt: New file; sets EMUL to mipsidt.
10188         * configure.in (mips-idt-ecoff): New target; uses mips-idt.
10189
10190 Sat Feb 27 00:00:14 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
10191
10192         * aout-mipsbsd.sc-sh, mipsbsd.sh: New files from Ralph Campbell,
10193         ralphc@pyramid.com.
10194         * i386bsd.sh, config/i386bsd.mt: New files.
10195         * configure.in, Makefile.in: Added support for mipsbsd and 386bsd.
10196
10197 Thu Feb 25 15:33:10 1993  Per Bothner  (bothner@rtl.cygnus.com)
10198
10199         * mri.c:  Add extern declaration of strdup.
10200         * ldsym.c (KEEP macro):  Add spaces around '=' for the
10201         sake of old (e.g. PCC) compilers.
10202
10203 Wed Feb 24 19:49:31 1993  Per Bothner  (bothner@rtl.cygnus.com)
10204
10205         * ldver.c:  Bump to version 2.1.
10206
10207 Fri Feb 12 08:09:11 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
10208
10209         * ldgram.y: allow section types without address  expressions.
10210         * ldlang.c (lang_relocate_globals): avoid possible hang with
10211         undefined but unreferenced symbols.
10212         * relax.c (relax_section): don't complain if the script file isn't
10213         relaxable but -relax is set
10214
10215 Thu Feb 18 17:58:45 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10216
10217         * configure.in: go32 is the 3rd part of the triple, not the 2nd
10218
10219 Wed Feb  3 09:05:56 1993  Ian Lance Taylor  (ian@cygnus.com)
10220
10221         * mipsbig.sh: New file.  Big endian MIPS emulation.
10222         * config/mips-big.mt: New file.  Use mipsbig emulation.
10223         * configure.in (mips-sgi-irix*): Use target mips-big.
10224         * Makefile.in (ALL_EMULATIONS): Added em_mipsbig.o.
10225         (em_mipsbig.c): New target.  Uses mipsbig.sh.
10226
10227 Tue Feb  2 11:32:27 1993  Ian Lance Taylor  (ian@cygnus.com)
10228
10229         * mips.sc-sh: Put .scommon sections into .sbss section.
10230
10231         * ldmain.c (subfile_wanted_p): Preserve section of common symbols,
10232         rather than always putting them in bfd_com_section.
10233         * ldlang.c (lang_common): If a common symbol is not in
10234         bfd_com_section, put in a section of the same name, rather than
10235         always putting it in section COMMON.
10236
10237 Fri Jan 29 09:57:58 1993  Ian Lance Taylor  (ian@cygnus.com)
10238
10239         * ldmain.c (subfile_wanted_p): If we already have a common
10240         definition of a symbol, don't necessarily pull in an object file
10241         that provides a non-common definition.
10242
10243         * ldlex.l (COMMAND): Accept -EB and -EL command line arguments,
10244         returning OPTION_EB and OPTION_EL.  gcc passes these to a MIPS
10245         linker.
10246         * ldgram.y (OPTION_EB, OPTION_EL): New tokens.
10247         (command_line_option): Accept and ignore OPTION_EB and OPTION_EL.
10248
10249 Thu Jan 28 15:12:04 1993  Ian Lance Taylor  (ian@cygnus.com)
10250
10251         * Makefile.in (install): Remove $(tooldir)/bin/gld before creating
10252         the link to it.
10253
10254 Tue Jan 26 11:49:50 1993  Ian Lance Taylor  (ian@cygnus.com)
10255
10256         * ldmain.c, ldsym.c: Use new bfd_is_com_section macro rather than
10257         checking for equality to bfd_com_section.
10258
10259 Fri Jan 22 14:22:44 1993  Ian Lance Taylor  (ian@cygnus.com)
10260
10261         * mips.sc-sh: New file.  Ultrix, and hopefully other MIPS ECOFF
10262         targets, linker script.
10263         * mipslit.sh: New file.  Little endian MIPS emulation.
10264         * config/mips-lit.mt: New file.  Use mipslit emulation.
10265         * configure.in (mips-dec-ultrix*): Use target mips-lit.
10266         * Makefile.in (ALL_EMULATIONS): Added em_mipslit.o.
10267         (em_mipslit.c): New target.  Uses mipslit.sh.
10268
10269 Thu Jan 14 15:30:27 1993  Ian Lance Taylor  (ian@cygnus.com)
10270
10271         * Makefile.in (install): Install ld as both $(tooldir)/bin/ld and
10272         $(tooldir)/bin/gld, so that gcc can find it with or without
10273         collect2.
10274
10275 Mon Jan 11 18:50:07 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10276
10277         * ldwrite.c: Removed perform_relocation, copy_and_relocate, and
10278         write_norel.  All linking is now done via write_relax.  Call
10279         ldsym_write before calling write_relax.
10280         * relax.c: Added copyright.
10281         (write_relax): Renamed from write_relaxnorel.  Added relocateable
10282         argument.  seclet_dump renamed to bfd_seclet_link.
10283         * relax.h: Added copyright.
10284
10285 Mon Jan 11 15:41:56 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
10286
10287         * ldmain.c (decode_library_subfile): Patch from
10288         hoogen@shafer.cs.utah.edu, don't reread library symbol tables.
10289
10290 Fri Jan  8 18:04:33 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10291
10292         * config/vxworks960.mt renamed to config/i960.mt
10293
10294         * configure.in: sparc-aout emulates a sun4, as does
10295         sparc*-vxworks, i960-nindy uses gld960 emulation
10296
10297 Fri Jan  8 14:39:07 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
10298
10299          Fix support for NOLOAD, add INCLUDE
10300         * ldfile.c (ldfile_open_command_file): pass file name to
10301         lex_push_file.
10302         * ldlex.l, ldgram.y: tidy up, parse INCLUDE and NOLOAD
10303         * ldlang.c (wild_doit): make output sections inherit NEVER_LOAD
10304         attribute.
10305
10306 Thu Jan  7 10:22:19 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10307
10308         * Makefile.in, config.h: no more default emulation.  Make the lack
10309         of emulation a compile time error
10310
10311 Wed Jan  6 01:08:37 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10312
10313         * configure.in: recognise all sparclite variants, not just 'sparclite'
10314
10315 Mon Dec 28 11:15:35 1992  Ian Lance Taylor  (ian@cygnus.com)
10316
10317         * m68kcoff.sc-sh: define _end as well as end, for consistency with
10318         aout.sc-sh.
10319
10320         * configure.in: accept *-ericsson-ose for any m68k CPU.
10321
10322         * ldwrite.c (write_rel): don't always set SEC_HAS_CONTENTS flag
10323         for each output section.
10324
10325 Mon Dec 21 16:06:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
10326
10327         * ldexp.c, ldlang.c, ldmain.c, ldsym.c, ldwarn.c:  Use new
10328         macro bfd_asymbol_bfd as appropriate.
10329         * Makefile.in:  Un-duplicate ldlex.c dependency.
10330         * condigure.in:  Replace my_host case table by sourcing
10331         ../bfd/configure.host.  Allow std-host as the default.
10332         * ldmisc.c:  Change logic for C++ name demangling:  There is
10333         no initial '_' to remove from stab-derived function names.
10334
10335 Sun Dec 13 16:31:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
10336
10337         * ldlang.c (lang_init_script_file): don't attach the output file
10338         sections to the script file.
10339
10340 Wed Dec  9 08:38:05 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
10341         * ldlang.c (wild): run expansion loop over command line bfd too.
10342         (lang_ini_script_file): initialize more parts of the command line
10343         bfd.
10344         * ldlex.l: fix DEFINED start states.
10345
10346 Mon Dec  7 08:43:41 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
10347          -y support
10348         * ld.texinfo: new doc.
10349         * ldgram.y, ldlex.l: understand -y<symbol>
10350         * ldmain.c (Q_enter_file_symbols): if had -y, lookup symbol and
10351         print info. (add_ysym): new function.
10352         * ldsym.h: (ldsym_type): new define SYM_Y.
10353
10354 Sat Nov 21 03:15:27 1992  John Gilmore  (gnu@cygnus.com)
10355
10356         * ldctor.h, lderror.h, ldexp.h, ldfile.h, ldindr.h, ldlang.c,
10357         ldlang.h, ldlex.h, ldmain.h, ldmisc.h, ldsym.h, ldver.h, ldwarn.h,
10358         ldwrite.h, relax.h:  Replace all uses of EXFUN and PROTO ansi-glue
10359         macros with PARAMS.  Recreational cleanup.  Update copyrights.
10360
10361 Tue Nov 10 00:23:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10362
10363         * Makefile.in: pass down the bfd source directory for includes
10364
10365 Thu Nov  5 15:41:55 1992  Ian Lance Taylor  (ian@cygnus.com)
10366
10367         * ldlang.c (lang_size_sections): don't change size and address for
10368         SEC_SHARED_LIBRARY sections rather than for SEC_NEVER_LOAD
10369         sections.
10370
10371 Thu Nov  5 11:33:57 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
10372
10373         * relax.c (build_it): re-enable the processing of data_statements
10374         in scripts, makes counted contructor lists work again.
10375
10376 Thu Nov  5 05:43:01 1992  John Gilmore  (gnu@cygnus.com)
10377
10378         * ldemul.h:  Remove uses of SDEF and PROTO macros (use PARAMS).
10379
10380 Tue Oct 20 10:56:06 1992  Ian Lance Taylor  (ian@cygnus.com)
10381
10382         * m68kcoff.sc-sh: don't use initial underscores for etext, edata
10383         and end.
10384
10385 Mon Oct 19 09:45:38 1992  Ian Lance Taylor  (ian@cygnus.com)
10386
10387         * Support for i386-sysv.
10388         configure.in: check for i386-*-sysv* and i386-*-sco*.
10389         i386coff.sc-sh: rewrote to support SVR3 by default.
10390         ldctor.c (find_constructors): preserve stat_ptr.
10391         ldlang.c (wild_doit): initialize vma and size of new output
10392         section to corresponding input section.  This is required for
10393         shared library support.
10394         (lang_size_sections): don't modify vma and size of sections which
10395         are never loaded (for shared libraries).
10396         ldwrite.c (copy_and_relocate): copy the contents of any section
10397         which has contents, not just sections which are loaded (for shared
10398         libraries).
10399
10400 Thu Oct 15 15:20:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
10401
10402         * ldlang.c (size_input_section): count the sizes of all sections
10403         we allocate.
10404
10405 Thu Oct  8 09:05:25 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
10406
10407         * ldmisc.c (demangle,vfinfo): use the new underscore in bfd to
10408         to demangle symbols better
10409
10410 Tue Oct  6 13:08:54 1992  Ian Lance Taylor  (ian@cygnus.com)
10411
10412         * ldlang.c (lang_finish): don't warn if -e start symbol does not
10413         exist when linking with -r.
10414
10415 Mon Oct  5 14:07:37 1992  Ian Lance Taylor  (ian@cygnus.com)
10416
10417         * aout.sc-sh, m68kcoff.sc-sh: set __bss_start to the start of the
10418         .bss segment.
10419
10420 Mon Oct  5 08:55:14 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
10421
10422         * ldmain.c (linear_library): don't even think about processing
10423         an object file if it's already been done
10424
10425 Thu Oct  1 23:14:59 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10426
10427         * configure.in: the hp9000/300 config file is now hp300
10428
10429 Wed Sep 30 07:34:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
10430
10431         * config/z8ksim.mt: new file
10432
10433 Fri Sep 25 13:49:52 1992  Ken Raeburn  (raeburn@kyriath.cygnus.com)
10434
10435         * Makefile.in (ldexp.o, ldctor.o, ldlang.o, ldmain.o, ldwrite.o,
10436         lexsup.o, mri.o, relax.o): Indicate dependence on ldgram.h.
10437
10438         * ld.h (strip_symbols_type): Add value STRIP_SOME.
10439         * ldgram.y (OPTION_RETAIN_SYMBOLS_FILE): New terminal token.
10440         * ldlang.c (lang_add_keepsyms_file): New function.
10441         * ldlex.l: Handle "-retain-symbols-file".
10442         * ldsym.c (keepsyms_file, kept_syms): New vars.
10443         (process_keepsyms): New functihon; reads file, marks symbols for
10444         saving.
10445         (write_file_locals): File symbols should always be kept.
10446         (ldsym_write): Warn about "-retain-symbols-file" overriding "-S"
10447         and "-s".  Process retain-symbols file before setting symtab.
10448         * ldsym.h (SYM_KEEP): New flag for ldsym_type flags.
10449         (keepsyms_file, kept_syms): Declare them.
10450
10451         * ldmain.c (main): Non-fatal errors should still cause non-zero
10452         exit status even with -r.
10453
10454 Fri Sep 25 11:08:01 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
10455
10456         Added initial support for the z8k
10457         * z8ksim.em, z8ksim.sc-sh, z8ksim.sh: new files
10458         * configure.in, Makefile.in: modified to reflect above
10459
10460         * ldlang.c (lang_check): when linking conflicting architectures,
10461         make the output file reflect at least one of the bad inputs.
10462
10463 Tue Sep 15 15:35:38 1992  Ian Lance Taylor  (ian@cygnus.com)
10464
10465         * Makefile.in (install): if $(tooldir) exists, install ld in
10466         $(tooldir)/bin.
10467
10468 Fri Sep 11 10:24:22 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
10469
10470         * Makefile.in, configure.in: modified to support i386-coff
10471         * i386coff.sh: new file
10472
10473 Wed Sep  9 11:52:58 1992  Ian Lance Taylor  (ian@cygnus.com)
10474
10475         * Makefile.in, m68kcoff.sh, m68kcoff.sc-sh, config/m68k-coff.mt:
10476         added m68k-coff emulation mode, stolen from a29k emulation.
10477         Almost certainly wrong, but perhaps better than sun3.
10478
10479 Thu Sep  3 14:19:30 1992  Per Bothner  (bothner@rtl.cygnus.com)
10480
10481         * Makefile.in, Makefile.dos, generic.em, genscripts.sh,
10482         gld960.em, h8300hms.em, h8300xray.em, lnk960.em, st2000.em,
10483         vanilla.em:  Rename all (generated) ld__*.c files to em_.c.
10484         This is one character shorter, and lets people build on
10485         SVR3 system. (ld__h8300xray.[co] was the killer there;
10486         h8300xray.sc-sh is also overlong, but seems harmless.)
10487         Based on a patch from Jonathan Ryshpan <hitachi!amito!jon>.
10488         * Makefile.in (clean):  Fix typo mostclean -> mostlyclean.
10489         * configure.in:  Add host isc.
10490
10491         * ldver.c:  Call it version 2.0.
10492
10493 Wed Sep  2 00:21:33 1992  Per Bothner  (bothner@rtl.cygnus.com)
10494
10495         * ldver.c:  Bump to version 0.98.
10496         * TODO:  New file.
10497
10498         * Makefile.in:  Added mostlyclean, distclean, realclean rules.
10499
10500 Tue Sep  1 23:42:16 1992  Per Bothner  (bothner@rtl.cygnus.com)
10501
10502         * ldmisc.c (xrealloc):  New (needed by ../libiberty/cplus.dem.c).
10503         * ldlex.l: Moved comment() to end, since some compilers
10504         otherwise have problems with input() used before it is defined.
10505
10506 Tue Sep  1 17:45:51 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10507
10508         * configure.in: added Solaris 2 and Irix 4 host support.
10509
10510 Mon Aug 31 19:27:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10511
10512         * Makefile.in: remove -S flag from the FLEX definition
10513
10514         * configure.in: rewrote, using new style case statement.  use
10515         m68k.mt for m68k-aout systems
10516
10517 Sun Aug 30 21:38:53 1992  Ian Lance Taylor  (ian@cygnus.com)
10518
10519         * Makefile.in: map "ld" through program_transform_name when
10520         installing.
10521
10522 Sun Aug 30 18:12:13 1992  Per Bothner  (bothner@rtl.cygnus.com)
10523
10524         * cplus-dem.c:  Removed.  Use the version in libiberty now.
10525         * ldmisc.c:  Use new libiberty version of cplus_demangle().
10526
10527 Thu Aug 27 16:38:42 1992  Ian Lance Taylor  (ian@cygnus.com)
10528
10529         * gld960.em (gld960_choose_target): default to little endian, not
10530         big endian.
10531
10532 Wed Aug 26 17:28:51 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
10533
10534         * ldlang.c (lang_process): don't pass null pointers when
10535         abs_output_section is what is required.
10536         * ldwrite.c (ldwrite): use malloc to allocate the largest space
10537         used, and pass that down.
10538         * relax.c,relax.h (write_relaxnorel): use the passed malloc area rather
10539         than alloca.
10540
10541 Mon Aug 24 14:42:06 1992  Ian Lance Taylor  (ian@cygnus.com)
10542
10543         * configure.in, config/ose68.mt: renamed OSE to ose.
10544
10545 Thu Aug 20 19:55:22 1992  Ken Raeburn  (raeburn@cygnus.com)
10546
10547         * ldsym.c (write_file_locals): Reorder check for common or
10548         undefined symbols so that it works.
10549
10550 Tue Aug 18 13:41:36 1992  Ian Lance Taylor  (ian@cygnus.com)
10551
10552         * configure.in: accept all m68K family members.
10553
10554         * Makefile.in: always create installation directories.
10555
10556 Thu Aug 13 11:49:34 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
10557
10558         * ldlex.l: now parses comment correctly, added ~ to acceptable
10559         chars in filenames
10560
10561         * ldexp.c (exp_unop): pass down abs_output_section - now can have
10562         unary -ve constants.
10563
10564         * ldlang.c (lang_finish): warn when an entry symbol supplied on
10565         the command line can't be found.
10566
10567 Fri Aug  7 12:31:10 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
10568
10569         * ldlang.h: add new field "loadable" to output_section_statement.
10570         * ldlang.c (lang_output_section_statement_lookup): initilize new
10571         field. (wild_doit): if new field is not set, then stop output
10572         section from being loadable.
10573         (lang_enter_output_section_statement): set the field from the
10574         NOLOAD keyword
10575         * ldgram.y: new synax for NOLOAD. Removes a shift/reduce too.
10576         * h8300hms.sc-sh, h8300hms.em: get -r right.
10577
10578 Thu Aug  6 18:35:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
10579
10580         * ldint.texinfo:  New internals manual (beginnings thereof).
10581         * PORTING:  Removed, merged into ldint.texinfo.
10582
10583 Tue Aug  4 21:12:29 1992  Per Bothner  (bothner@rtl.cygnus.com)
10584
10585         * cdtest-main.cc, cdtest-func.cc, cdtest-foo.h, cdtest-foo.cc,
10586         cdtest.exp:  A test program (copied from libg++/test-install)
10587         that tests that constructor and destructors are handled
10588         corrrectly.
10589
10590 Mon Aug  3 14:58:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10591
10592         * Makefile.in (install): install from ld.new, renaming during the
10593         copy, or else the next 'make install' needs to re-link ld.
10594
10595 Mon Jul 20 03:37:06 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
10596
10597         * configure.in: generalise hp recognition (from sef).
10598
10599 Sat Jul 18 14:46:04 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10600
10601         * configure.in: recognize bsd and hpux hppa configurations.
10602         error messages echo to stderr, not stdout
10603
10604 Fri Jul 17 22:06:11 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
10605
10606         * Makefile.dos, gld.1, ld.texinfo, ldemul.c, ldfile.c, ldlang.c,
10607           ldmisc.c: removed rcsid's.
10608
10609 Tue Jul 14 08:34:34 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
10610
10611         * ldlang.c (lang_map): print changes in sizes due to relaxing
10612         (size_input_section): maintain the delta information.
10613         * ldlang.h: add new field to struct to contain delta info.
10614         * relax.c  (relax_section): complain if input not relaxable.
10615         * ldlex.l : add '_', ',' and '$' to chars which can appear at the
10616         start of a filename
10617
10618 Mon Jul 13 17:33:00 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
10619
10620         * ldmain.c(main): prevent -r and -relax from being on at the same
10621         time.
10622
10623 Wed Jul  1 17:51:19 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
10624
10625         * ldmain.c (Q_enter_global_ref), ldindr.c (add_indirect): fix for
10626         aliasing problems
10627
10628
10629 Thu Jun 18 09:38:56 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
10630
10631         * h8300hms.em, h8300hms.sc-sh:  do the right thing for -r
10632         * ldexp.c:  lint
10633         * ldlang.c(open_output): set the target arch and machine as soon
10634         as we can. (lang_size_sections): use new macros for setting vma
10635         * ldwrite.c: lint
10636
10637 Mon Jun 15 08:47:43 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
10638
10639         * configure.in (my_target): Accept m680?0 for wrs as vxworks68.
10640         Also deleted an unreachable path to wrs.
10641
10642 Wed May 27 23:24:19 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
10643
10644         * Makefile.in (install): use -d test for $tooldir before
10645         installing ld there so that $tooldir can be inherited from
10646         top-level Makefile.
10647
10648 Wed May 27 16:56:48 1992  Per Bothner  (bothner@rtl.cygnus.com)
10649
10650         * ldlang.c:  Two non-substantial changes for the sake of
10651         the old Portable C Compiler.
10652
10653 Wed May 27 15:15:58 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
10654
10655         * ldgram.y, ldlex.l: parse ABSOLUTE
10656         * ldexp.c: add support for ABSOLUTE
10657
10658 Wed May 27 13:07:20 1992  Per Bothner  (bothner@rtl.cygnus.com)
10659
10660         * Makefile.in:  Added default definitions for HOSTING_CRT0,
10661         HOSTING_LIBS, and HOSTING_EMU, based on those in config/*.mh.
10662         * config/*.mh:  Miscellaneous clean-up:  Removed definitions
10663         of YACC (since it is not longer used in the Makefile).
10664         Remove HOSTING_* definitions that are subsumed by the
10665         ones added to Makefile.in.  Removed most definitions of CC.
10666         * config/{sparc,news,hp300bsd,decstation}.mh:  Removed;
10667         These are no longer needed.
10668
10669 Fri May 22 13:47:19 1992  Per Bothner  (bothner@cygnus.com)
10670
10671         * Makefile.in:  Use srcdir instead of VPATH in ldgram/ldlex
10672         rules, since these are used when building a distribution.
10673         * Makefile.in (ldlex.c):  Don't re-direct output, since that
10674         leaves a bogus output files if it fails.
10675
10676         * config/sparc.mh:  Fix HOSTING_LIBS so it has a chance of working.
10677         * ldlex.c:  Fix some unnecessary flex-specific-isms.
10678
10679 Fri May  8 11:49:43 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
10680
10681         * ldgram.y: move spurious semicolon
10682         * ldexp.h: fix prototype
10683
10684 Thu May  7 17:01:12 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
10685
10686         * ld.texinfo: references to linker now say "ld" not "gld".
10687
10688 Wed May  6 13:26:19 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
10689
10690         changed calling convention for Q_enter_global_ref
10691         * ldexp.c, ldlang.c, ldmain.c: reflect this
10692         * ldver.c: bump version to 1.97.1
10693         * ldindr.c (add_indirect): when an edict declaring an indirect
10694         symbol is found, make sure that any ideas about the symbol being
10695         common are changed if it now known to be defined.
10696         * ldmain.c (linear_library): complain once if archive isn't
10697         ranlibbed.
10698         * ldlang.h, ldlang.c: make room for and initialize the complain
10699         once field.
10700
10701 Wed May  6 11:07:35 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
10702
10703         * Makefile.in: use flex & bison from ../ if they exist.
10704
10705 Tue May  5 17:47:33 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
10706
10707         * relax.c (build_it): don't allocate space in the output file for
10708         stuff if -R flag applys to it.
10709         * ldfile.c: merge in VMS filename support
10710         * ldmain.c (main): take out ./ from library path, and close file
10711         before unlinking. Make multiple defs of a symbol create an
10712         unexecable file.
10713         * ldmisc.c: fatal errosrs delete output file
10714
10715 Tue May  5 14:05:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
10716
10717         * ldver.c:  Increase version number to 1.97, for consistency
10718         with ../binutils.
10719
10720 Tue May  5 12:12:24 1992  K. Richard Pixley  (rich@cygnus.com)
10721
10722         * Makefile.in: FLEX -> LEX.
10723
10724         * ld.texinfo: {} -> @{@}.
10725
10726 Mon May  4 17:52:41 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
10727
10728         * ld.texinfo: describe alternate, MRI-compatible linker scripts
10729         (and associated change in -c option, now used for these scripts)
10730
10731 Mon May  4 16:10:10 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
10732
10733         * ldver.c: Bumped version to 1.96 - new release, resync with the
10734         bfd too #.
10735         * ldexp.c, ldlang.c: now build memory shape tree in obstacks
10736         rather than with raw malloc, makes it easier to track where memory
10737         is going.
10738         * ldsym.h, ldsym.c: create obstack for all global symbols too.
10739         * ldwrite.c (ldwrite): moved malloc so only used when needed.
10740         * sa29200-sc.sh: added support for .lit, data1 and data2 sections.
10741
10742
10743 Fri May  1 18:17:52 1992  K. Richard Pixley  (rich@cygnus.com)
10744
10745         * config/sparc.mh: use ../gcc/libgcc.a on check if it exists.
10746
10747         * Makefile.in: use bootstrap for check.
10748
10749 Fri May  1 13:03:41 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
10750
10751         * ldgram.y, ldlex.c, mri.c: added more compatible words; BASE, ALIAS and
10752         PUBLIC.
10753         * Makefile.in: now use flex, not lex
10754         * ldlex.l, ldlang.c, ldctor.c: lint
10755
10756 Wed Apr 22 12:48:42 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
10757
10758         * ldlex.l: added CMDFILENAMECHAR state so that you can lex
10759         different sorts of filenames on the command line than in a script.
10760
10761 Mon Apr 20 22:37:04 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
10762
10763         * Makefile.in: rework CFLAGS so that they can be passed on the
10764           make command line.  Remove MINUS_G.  Default CFLAGS to -g.
10765
10766 Fri Apr 17 08:57:17 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
10767
10768         * relax.c: added handling for new "padding" seclet type, used to
10769         fill out gaps between section.
10770         * ldgram.y, ldlex.l: now -defsym on the command line is done
10771         properly.
10772
10773 Wed Apr 15 21:20:07 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
10774
10775         * Makefile.in: the tooldir copy of ld goes directly in tooldir.
10776
10777 Wed Apr 15 16:09:33 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
10778
10779         * mri.c, ldgram.y, ldlex.l: added support for minimal strange link
10780         scripts.
10781
10782 Thu Apr  9 05:52:02 1992  Ken Raeburn  (Raeburn@Cygnus.COM)
10783
10784         * Makefile.in (install): Install second copy in $(tooldir)/bin
10785         without $(program_prefix), since that's what gcc expects.
10786
10787 Sat Apr  4 17:44:06 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
10788
10789         * ldlex.l, ldgram.y, ldlex.h: Rewrote lexer. Now it's much nicer.
10790         * h8300*: fix bit rot and add support for h8300xray target
10791         * go32.sh: target emulation for go32.
10792
10793 Mon Mar 16 14:53:29 1992  Steve Chamberlain  (sac@rtl.cygnus.com)
10794
10795         * gld960.em, i960.sc-sh. Fix i960 bit rot
10796
10797 Fri Mar 13 19:47:22 1992  K. Richard Pixley  (rich@cygnus.com)
10798
10799         * Makefile.in: install man page.
10800
10801 Fri Mar 13 08:23:59 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
10802
10803         * config/mt-<foo> renamed to <foo>.mt
10804         * config/mh-<foo> renamed to <foo>.mt
10805         * configure.in changed to reflect this
10806         * genscripts.sh now make .xbn files rather than .xN files
10807
10808 Sat Mar  7 03:40:40 1992  K. Richard Pixley  (rich@cygnus.com)
10809
10810         * ldver.h: fix decl of ldversion.
10811
10812 Fri Mar  6 22:00:35 1992  K. Richard Pixley  (rich@cygnus.com)
10813
10814         * Makefile.in: added check target.
10815
10816 Fri Mar  6 06:59:04 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
10817
10818         * ldmain.c (Q_enter_file_symbols): now aliases work again
10819
10820 Thu Mar  5 21:39:29 1992  K. Richard Pixley  (rich@cygnus.com)
10821
10822         * Makefile.in: added clean-info target.
10823
10824 Thu Mar  5 16:55:56 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
10825
10826         * ldexp.c (exp_print_tree): don't try and follow null pointers
10827         around.
10828         * ldgram.y: remove 11 shift reduce errors
10829
10830 Tue Mar  3 15:46:39 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
10831
10832         * Makefile.in: added tooldir and program_prefix.
10833
10834 Fri Feb 28 08:17:45 1992  Steve Chamberlain  (sac at thepub.cygnus.com)
10835
10836         * ldlang.c (size_input_section): don't move absolute sections
10837         around!
10838
10839
10840 Thu Feb 27 09:20:41 1992  Steve Chamberlain  (sac at thepub.cygnus.com)
10841
10842         * cplus-dem.c: yet another copy of this - maybe it should go into
10843         libiberty ?
10844         * ldgram.y: now -V and -v have different actions
10845         * ldver.c: if -V, prints list of emulations compiled in
10846         * ldmisc.c: support for cplus demangling
10847
10848
10849 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
10850
10851         * Makefile.in, configure.in: removed traces of namesubdir,
10852           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
10853           copyrights to '92, changed some from Cygnus to FSF.
10854
10855 Thu Feb 20 17:43:46 1992  Per Bothner  (bothner at cygnus.com)
10856
10857         * Makefile.in:  Change mkscript rule into one for ./mkscript
10858         (for the sake of makes that don't realize they're the same).
10859         * PORTING:  Add more details.
10860         * genscripts.sh:  Add more tailorability of DATA_ALIGNMENT.
10861
10862 Mon Feb 17 12:04:36 1992  Per Bothner  (bothner at cygnus.com)
10863
10864         * Makefile.in, and new files hp300bsd.sh, config/mh-hp300bsd,
10865         config/mt-hp300bsd:  New port to hp300 running BSD.
10866
10867 Sat Feb 15 13:59:54 1992  Per Bothner  (bothner at cygnus.com)
10868
10869         Major rewrite of how ld is configured.  The major idea
10870         is to use shell scripts to generate everything.
10871         * generic.em replaces ldtemplate.
10872         * Other *.em files replace various *.c files.
10873         A *.em file is a shell script that generates the corresponding
10874         ld__*.c file that implements an emulation.  This is usually
10875         a straight 'cat' of a here-document, possibly with substitutions.
10876         * Script files (*.sc) are places by *.sc-sh scripts.
10877         Again, these are simple shell scripts that 'cat'
10878         here-documents, usually with some substitutions.
10879         The output a *.sc-sh is a script file.
10880         * Each emulation is defined by a short shell script with
10881         extension *.sh that specifies the emulation-specific
10882         parameters (such as the name of the *.sh-sc and *.em
10883         files to use).
10884         * genscript.sh is the master shell script used to generate
10885         an emulation.  It is passed various argument, including
10886         the name a the emulation-speciic *.sh file that it
10887         "sources" to set variables to emulation-specifc parameters.
10888         * config/mt-foo:  Changed EMUL=GLDFOO_EMULATION_NAME
10889         to EMUL=foo. (The GLDFOO_EMULATION_NAMEs have bee removed.)
10890         * config/mh-foo:  Rename LDEMULATION names as appropriate
10891         (usually 'gldfoo' -> plain 'foo').
10892         * ldwrite.c:  Fixed a typo in a comment.
10893         * Makefile.in:  Major changes.  Removed some the sed
10894         magic to converts scripts, since that is now handled
10895         by genscripts.sh and the *.sc-sh scipt generators.
10896         * config.h:  Remove a bunch of macros defining emulations
10897         and targets.  This becomes one less file to edit when
10898         adding emulations or targets.
10899         * ldemul.h (struct ld_emulation_xfer_struct):  Add
10900         emulation_name and target_name fields.
10901         * ldemul.c, ldemul.h:  Define some default functions used
10902         by most emulations (and remove from the *.em scripts).
10903         * ldemul.c (ldemul_choose_target):  Search the new
10904         ld_emulations array using a loop (instead of a hardwired
10905         nested if statement).
10906         Define the ld_emulation from the automatically-geenrated
10907         ldemul-list.h.  This means you no longer have to edit ldemul.c
10908         to add a new emulation.
10909         * ldmain.c:  Replace {GLD,LNK}960_EMULATION_NAME by
10910         their expansions, since the former no longer exist.
10911         * PORTING:  A very rough first draft of a porting guide.
10912
10913         * ldgram.y, ldlex.l, lexsup.c: Changes to allow an assignment
10914         to be terminated by a new-line (instead of requiring a semicolon).
10915
10916 Mon Feb 10 16:21:02 1992  Steve Chamberlain  (sac at rtl.cygnus.com)
10917
10918         * ldexp.c, ldlang.c: added new idea "abs_output_section", removes
10919         tests for NULL pointers all over the place.
10920         * ldlang.c (lang_process): remember to relocate global symbols
10921         *after* relaxing has done it stuff.
10922
10923 Thu Feb  6 11:40:15 1992  Steve Chamberlain  (sac at rtl.cygnus.com)
10924
10925         * config/mt-coff-h8300: use EMUL like everything else
10926         * ldlang.c: (print_padding_statement): print the right address.
10927         * Makefile.in, config.h, ldemul.c: renamed  h8300hds to h8300hms
10928
10929
10930 Tue Feb  4 15:28:01 1992  Steve Chamberlain  (sac at rtl.cygnus.com)
10931
10932         * ldlex.l: Put pack -noinhibit-exec and -sort-common
10933         * ldlang.c (print_data_statement): print the right address.
10934
10935 Thu Jan 30 17:51:53 1992  Per Bothner  (bothner at cygnus.com)
10936
10937         * Makefile.in:  The rule for testing ld by re-linking itself
10938         via an intermediate -r link was moved to the ld1 rule
10939         instead of the ld2 rule.  This allows ld2 and ld3 to be identical,
10940         which allows the bootstrap rule to work.
10941         * ldctor.c (find_constructors):  Don't create a constructor
10942         list if it is already defined (as would happen if ld is
10943         invoked by collect).
10944
10945 Wed Jan 29 08:35:39 1992  Steve Chamberlain  (sac at rtl.cygnus.com)
10946
10947         * config/mh-sparc.h: now uses libgcc.a
10948         * ldmain.c: quit using exit
10949         * *sc: use *(COMMON) rather than [COMMON]
10950         * ldlex.l, lexsup.c: much thinking moved from .l and put into .c,
10951         to allow preprocessing of .l file.
10952         * Makefile.in: New ldlex.l mangling
10953         * ldexp.c (fold_binary): perform expressions with % and / in
10954         integer.
10955         * ldfile.c (open_a): open archives on VMS in a special way
10956
10957
10958 Tue Jan 28 10:18:16 1992  Steve Chamberlain  (sac at rtl.cygnus.com)
10959
10960         * ldgram.y: map -M behave in the same way as -Map (sets file name
10961         to be "-".
10962         * ldsym.c, ldlang.c: remember that size of a section is dependent on
10963         whether or not relaxing has been done.
10964         * ldmain.c: don't open a map file if it doesn't have a name
10965         * relax.c: all the brains have moved into bfd.
10966         * ldwrite.c: ammend comment
10967
10968 Fri Jan 24 14:23:46 1992  Steve Chamberlain  (sac at rtl.cygnus.com)
10969
10970         * Makefile.in: added relax, also made three stage go through a
10971         partial link stage.
10972         * relax.c : added
10973         * config.h: if GNU960 defined, then default emulation mode is
10974         GLD960
10975         * ldexp.h, ldexp.c: map to file hooks
10976         * ldlang.c: map to file hooks
10977         * ldgram.y: added -Map -relax
10978         * ldlex.l: added -relax, -Map
10979         * ldmain.c: open map file
10980         * ldmisc.c: support for map file
10981         * ldwrite.c: new relax magic
10982
10983 Thu Dec 19 18:49:51 1991  John Gilmore  (gnu at cygnus.com)
10984
10985         * Makefile.in, config/tm-*.h:  Clean up make output, only
10986         pass DEFAULT_EMULATION to ldmain.c.
10987
10988 Wed Dec 18 15:02:47 1991  Per Bothner  (bothner at cygnus.com)
10989
10990         * ldver.c:  Bump to version 1.94.
10991
10992 Tue Dec 10 04:07:23 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
10993
10994         * Makefile.in: infodir belongs in datadir.
10995
10996 Mon Dec  9 16:26:43 1991  Per Bothner  (bothner at cygnus.com)
10997
10998         * Makefile.in:  Pass -y to bison.  (Again;
10999         accidentally deleted by Rich.)
11000         * news.sc, ldgld68k.sc:  Define __end as well as _end.
11001
11002 Sat Dec  7 17:19:26 1991  Steve Chamberlain  (sac at rtl.cygnus.com)
11003
11004         * ldindr.h: added to contain prototypes of ldindr.c
11005         * ldfile.c: include ctype.h
11006         * ldmain.c: include the requried prototype headers
11007         * ldwrite.c: get_reloc_upper_bound has been renamed
11008         bfd_get_reloc_upper_bound
11009
11010 Fri Dec  6 23:29:26 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
11011
11012         * Makefile.in: punt "fundamental" mode because it breaks my emacs
11013           macros.  install using INSTALL_PROGRAM and INSTALL_DATA.  remove
11014           spaces following hyphens, bsd make can't cope.  added
11015           standards.text support and made it look like all the other
11016           makefiles.
11017
11018         * configure.in: configure now runs entirely in objdir so make file
11019           existence checks against ${srcdir}.  Mark this directory as
11020           target dependent.
11021
11022 Thu Dec  5 22:46:16 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
11023
11024         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
11025           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
11026           and mandir now keyed off datadir by default.
11027
11028 Wed Dec  4 23:36:55 1991  Per Bothner  (bothner at cygnus.com)
11029
11030         * ldver.c:  Bumped version to 1.93.
11031         * Makefile.in:  Pass -y to bison.
11032
11033 Mon Nov 25 18:28:40 1991  Steve Chamberlain  (sac at cygnus.com)
11034
11035         * config.h: h8 is now coff, not ieee
11036         * h8300hds.sc: reflect the same
11037
11038 Thu Nov 14 19:55:09 1991  Per Bothner  (bothner at cygnus.com)
11039
11040         * ldver.c (ldversion()):  Update to 1.92.
11041         * ldctor.c: There are two places constructor sets
11042         can be defined.  One of them checked for an existing
11043         duplicate, the other didn't.  Unfortunately, the latter
11044         was called after the former ...
11045         So, factor out code for inserting a new element into
11046         constructor_name_list (after checking for a duplicate)
11047         into a new function add_constructor_name, and call
11048         it from both aforementioned places (ldlang_add_constructor
11049         and ldlang_check_for_constructors).
11050
11051 Wed Nov 13 15:17:43 1991  Per Bothner  (bothner at cygnus.com)
11052
11053         * Makefile.in:  Rename .c files generated from ldtemplate
11054         to have names starting with ld__.  This helps 'make clean'.
11055
11056 Tue Nov 12 18:36:50 1991  Steve Chamberlain  (sac at cygnus.com)
11057
11058         * Makefile.in: Take out the version number for install
11059         * m88kbcs.sc: put in contructor blocks.
11060
11061 Mon Nov 11 18:47:33 1991  Per Bothner  (bothner at cygnus.com)
11062
11063         * ldmisc.c, ldmisc.h:  Re-write info() to take a filename
11064         parameter, a format, and an arg pointer, and rename it to
11065         vfinfo().  Write info() in terms of new vfinfo().
11066         New einfo() is the same as info(), except it writes to stderr.
11067         * ldemul.c, ldexp.c, ldlang.c, ldlnk960.c, ldmain.c, ldwrite.c,
11068         ldmisc.c:  Replace "error" calls to info() by new einfo().
11069
11070 Mon Nov 11 09:57:32 1991  Steve Chamberlain  (steve at cygnus.com)
11071
11072         * ldlex.l ldgram.y: made -V option do same as -v
11073         * Makefile.in: Added $(MINUS_G) flag so debugging can be
11074         turned off
11075
11076 Sun Nov  3 16:37:37 1991  Steve Chamberlain  (steve at cygnus.com)
11077          i386 aout changes from Bob Kukura
11078         * Makefile.in, config.h: added i386aout support
11079         * configure.in: fixed /h-{myhost} typo
11080         * ldgram.y: -MM now gives more boring map.
11081         * ldlang.c: now does D_PAGED flag the right way.
11082         * ldsym.c: -MM flags does the right thing.
11083
11084 Sun Nov  3 15:00:03 1991  Per Bothner  (bothner at cygnus.com)
11085
11086         * configure.in:  Fixed typo.  Also, a fix for hp300bsd.
11087         * ldlang.c (init_os):  Compensate for BFD change,
11088         where bfd_make_section now returns NULL for a duplicate
11089         section request, instead of the old section.
11090
11091 Thu Oct 17 15:27:13 1991  Per Bothner  (bothner at cygnus.com)
11092
11093         * ldver.c: Bump to version 1.91 (consistent with binutils).
11094
11095 Wed Oct 16 12:27:08 1991  Per Bothner  (bothner at cygnus.com)
11096
11097         * Makefile.in, config.h, ld.h, ldemul.c, ldexp.c, ldexp.h,
11098         ldgram.y, ldlex.l, ldlnk960.c, ldmain.c, ldmisc.c, ldmisc.h,
11099         ldsym.c, ldsym.h, ldtemplate, ldvanilla.c, ldver.c, ldver.h,
11100         ldwarn.c, ldwarn.h, ldwrite.c, ldwrite.h, mkscript.c:
11101         Add or update copyright notices.
11102
11103 Mon Oct 14 23:55:27 1991  Per Bothner  (bothner at cygnus.com)
11104
11105         * README: New file.
11106         * Makefile.in:  Changed installation directory name scheme
11107         to be consistent with gcc.  Also changed 'install'.
11108
11109 Mon Oct 14 17:30:02 1991  Roland H. Pesch  (pesch at cygnus.com)
11110
11111         * Makefile.in: new targets ld.mm, ld.me
11112
11113 Mon Oct 14 17:27:24 1991  Per Bothner  (bothner at cygnus.com)
11114
11115         * Makefile.in, ldtemplate:  Need to use separate scripts
11116         for -n and -N options.  Yet more complication.
11117
11118 Fri Oct 11 22:40:46 1991  John Gilmore  (gnu at cygnus.com)
11119
11120         * Makefile.in:  Avoid using $< in explicit Make rules (it doesn't
11121         work).  Add some lines to avoid Sun Make VPATH bugs.
11122
11123 Fri Oct 11 16:42:22 1991  Per Bothner  (bothner at cygnus.com)
11124
11125         * news.sc: Add alignment for data segment.
11126         * ldtemplate: Add (yet another) script to get for -n or -N
11127         options.  (These need different alignment than ZMAGIC files.)
11128         * Makefile.in:  Add stuff for new foo.xn scripts.
11129         These are generated by replacing "ALIGN(0x...00)" by ".".
11130
11131 Fri Oct 11 15:43:04 1991  Roland H. Pesch  (pesch at cygnus.com)
11132
11133         * Makefile.in: new targets ld.ms, ld-index.ms
11134         ld.texinfo: remove tabs, other cleanups for texi2roff
11135
11136 Fri Oct 11 13:51:54 1991  Per Bothner  (bothner at cygnus.com)
11137
11138         * ldmain.c (main): Make config.magic_demand_paged be true
11139         by default.  Don't set the WP_TEXT and D_PAGED flags of
11140         output_bfd here; it's too late, so set it when output_bfd
11141         is created (in ldlang.c).  Also fix setting of EXEC_P flag
11142         * ldlang.c (ldlang_open_output):  Set output_bfd->flags here.
11143         * ldlang.c: Remove some duplicate extern declarations.
11144         * ldgram.y: Fixes to -N and -n options.
11145         * Makefile.in:  Recognize upper case letters in sed script
11146         to remove assignments from script files.
11147         * ldtemplate:  Don't assukme that -N or -n options
11148         imply use of -r script.
11149         * mkscript.c:  Tweaking to correctly handle \n and \\ in input.
11150
11151 Fri Oct 11 10:29:27 1991  Steve Chamberlain  (steve at cygnus.com)
11152
11153         * ldtemplate: include bfd.h before sysdep.h.
11154
11155 Fri Oct 11 04:24:45 1991  John Gilmore  (gnu at cygnus.com)
11156
11157         Restructure configuration scheme for bfd, binutils, ld.
11158
11159         * include/sys/h-*.h:  Move to bfd/hosts/h-*.h.
11160         * configure.in:  Revise to symlink sysdep.h to ../bfd/hosts/h-xxx.h.
11161         Change some config names to match other dirs.
11162         * *.c:  Include bfd.h before sysdep.h, so ansidecl and PROTO()
11163         get defined first.
11164         * config/:  Rename some config files to match up h-*.h names.
11165         Remove all the HOST_SYS definitions from the config files.
11166
11167 Tue Oct  8 16:00:57 1991  Per Bothner  (bothner at cygnus.com)
11168
11169         * ldexp.h, ldlang.h: Change enum boolean -> enum bfd_boolean.
11170         * ldtemplate: Remove ldfile_add_library_path calls;
11171         just use the SEARCH_DIR commands in the script files.
11172         * Makefile.in: Add LIB_PATH macro, which if set is used to replace
11173         the SEARCH_DIR commands in the scripts (using ugly sed magic).
11174         This is primarily intended for cross-linking, where you would
11175         place libaries in a different place than native libraries.
11176         Also, emulations made from ldtemplate now use $(srcdir).
11177         * ldglda29k.sc:  Change SEARCH_DIR commands to a conventional
11178         form; people can use the Makefile's LIB_PATH to override.
11179
11180 Tue Oct  8 14:51:21 1991  Roland H. Pesch  (pesch at cygnus.com)
11181
11182         * Makefile.in: fix target ld.dvi, add target ld.info
11183         ld.texinfo: make info filename ld.info
11184
11185 Fri Oct  4 21:51:58 1991  John Gilmore  (gnu at cygnus.com)
11186
11187         * Makefile.in:  Avoid using $< in non-suffix rules (breaks on Sun
11188         Make).
11189         * ldfile.c, ldlang.c, ldmain.c, ldwrite.c:  Cope with renames of a
11190         few BFD types & enums.
11191
11192 \f
11193 Local Variables:
11194 mode: change-log
11195 left-margin: 8
11196 fill-column: 74
11197 version-control: never
11198 End: