Update RTEMS targets
[external/binutils.git] / ld / ChangeLog
1 2000-12-01      Joel Sherrill <joel@OARcorp.com>
2
3         * configure.tgt (arm-*-rtems*, a29k-*rtems*, h8300-*-rtems*):
4         New targets.
5         (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
6         (sparc*-*-rtems*): Switched from a.out to ELF.
7
8 2000-11-30  Jan Hubicka  <jh@suse.cz>
9
10         * Makefile.am (ALL_EMULATIONS): Add eelf_x86_64.o
11         (eelf_x86_64.c): New.
12         * Makefile.in: Regenerate.
13         * configure.tgt: Add support for x86_64-*-linux-gnu*.
14         * emulparams/elf_x86_64.sh: New.
15
16 2000-11-30  Hans-Peter Nilsson  <hp@axis.com>
17
18         * emulparams/crislinux.sh (ENTRY): Change back to _start.
19         (TEXT_START_SYMBOLS): Remove conditional setting of __start.
20
21         * scripttempl/crisaout.sc: Change all RELOCATING not related to
22         merging non-a.out sections into CONSTRUCTING.
23
24 2000-11-28  Nick Clifton  <nickc@redhat.com>
25
26         * ld.1 (COPYING): Mention that the GNU Free Documentation
27         License is present in the sources, but not the output, and
28         also available from the GNU website.
29         (GNU Free Documentation License): Comment out this section.
30
31 2000-11-28  David O'Brien  <obrien@dragon.nuxi.com>
32
33         * emulparams/elf64alpha.sh (ENTRY): Remove leading underscore as ELF
34         does not use them.
35
36 2000-11-25  David O'Brien  <obrien@FreeBSD.org>
37
38         * ld.1: Remove old date so it does not give the impression the manpage
39         is way out of date.
40
41 2000-11-24  Nick Clifton  <nickc@redhat.com>
42
43         * configure.tgt (xscale-coff): Add target.
44         (xscale-elf): Add target.
45
46 2000-11-24  Fred Fish  <fnf@be.com>
47
48         * ldmain.c (main): Remove redundant init of config.make_executable
49         to true.
50
51 2000-11-15  Richard Henderson  <rth@redhat.com>
52
53         * emulparams/elf64alpha.sh (MAXPAGESIZE): Typo -- 64k, not 1M.
54
55 2000-11-14  Kazu Hirata  <kazu@hxi.com>
56
57         * scripttempl/h8300.sc: Fix formatting.
58         * scripttempl/h8300h.sc: Likewise.
59         * scripttempl/h8300s.sc: Likewise.
60
61 Tue Nov 14 00:59:19 2000  Denis Chertykov  <denisc@overta.ru>
62
63         * scripttempl/elf32avr.sc: Fix bug in .eeprom segment.
64
65 2000-11-09  Philip Blundell  <pb@futuretv.com>
66
67         * emultempl/pe.em: Define ___start_SECNAME and ___stop_SECNAME
68         around orphan sections whose names can be represented in C.
69
70 2000-11-07  Jim Wilson  <wilson@redhat.com>
71
72         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): New local
73         hold_sdata.  If SEC_SMALL_DATA set, set place to hold_sdata.
74
75 2000-11-06  Nick Clifton  <nickc@redhat.com>
76
77         * ld.texinfo: Add GNU Free Documentation License.
78         * ldint.texinfo: Add GNU Free Documentation License.
79         * ld.1: Add GNU Free Documentation License.
80
81 2000-11-05  Alan Modra  <alan@linuxcare.com.au>
82
83         * ldlex.l (yy_create_string_buffer): Init yy_is_our_buffer,
84         yy_is_interactive, yy_at_bol, and yy_fill_buffer.
85
86         * Makefile.am (DISTCLEANFILES): Add stringify.sed.
87         Move 2000-11-02 Makefile.in changes to this file.
88         * Makefile.in: Regenerate.
89
90 2000-11-03  Nick Clifton  <nickc@redhat.com>
91
92         * scripttempl/h8300.sc: Use ${CONSTRUCTING...} to enclose
93         constructors and destructors.
94         * scripttempl/h8300h.sc: Ditto.
95         * scripttempl/h8300s.sc: Ditto.
96         * scripttempl/h8500.sc: Ditto.
97         * scripttempl/h8500b.sc: Ditto.
98         * scripttempl/h8500c.sc: Ditto.
99         * scripttempl/h8500m.sc: Ditto.
100         * scripttempl/h8500s.sc: Ditto.
101         * scripttempl/v850.sc: Ditto.
102         * scripttempl/w65.sc: Ditto.
103         * scripttempl/z8000.sc: Ditto.
104
105 2000-11-02  Per Lundberg  <plundis@chaosdev.org>
106
107         * Makefile.in (e_i386_chaos.c): New rule.
108         (ALL_EMULATIONS): Added e_i386_chaos.o.
109         * emulparams/elf_i386_chaos.sh: New file.
110         * configure.tgt: Recognise i[3456]86-chaosdev-storm-chaos.
111
112 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
113
114         * emulparams/elf64_sparc.sh (TEXT_START_ADDR,
115         NONPAGED_TEXT_START_ADDR): Set to 4GB for Solaris targets.
116         Fix sed invocation, so that it coped with '/' in Solaris 64bit
117         library path suffix.
118         Based on patch by Andrew Macleod <amacleod@cygnus.com>.
119
120 2000-10-18  Hans-Peter Nilsson  <hp@axis.com>
121
122         * scripttempl/crisaout.sc (.text, .data): Pad, with ALIGN (32),
123         for consecutive sections.
124
125 2000-10-17  Chandrakala Chavva  <cchavva@redhat.com>
126
127         * lexsup.c: New option OPTION_TARGET_HELP. Prints all target specific
128         options.
129         * ld.texinfo: Added notes about this new option.
130
131 2000-10-16  Nick Clifton  <nickc@redhat.com>
132
133         * emultempl/pe.em (_after_open): Add tests of return values from
134         bfd functions.  Emit appropriate error messages if necessary.
135
136 2000-10-13  Nick Clifton  <nickc@redhat.com>
137
138         * emultempl/pe.em (_after_open): Delete 'is2' and 'nsyms'
139         local variables - they are not used, but leave in the call to
140         bfd_canonicalize_symtab.
141         (_open_dynamic_archive): Add #ifdef DLL_SUPPORT around use of
142         pe_dll_search_prefix.
143
144 2000-10-12  Charles Wilson  <cwilson@ece.gatech.edu>
145   
146         * emultempl/pe.em (pe_dll_search_prefix): New variable,
147         (longopts): New --dll-search-prefix option.
148         (gld_${EMULATION_NAME}_list_options): Document.
149         (gld_${EMULATION_NAME}_parse_args): Handle.
150         (gld_${EMULATION_NAME}_open_dynamic_archive): When linking
151         dynamically, search for a dll named '<prefix><basename>.dll'
152         in preference to 'lib<basename>.dll' if --dll-search-prefix
153         is specified.
154
155 2000-10-12  Alan Modra  <alan@linuxcare.com.au>
156
157         * ldlang.c (section_already_linked): Set kept_section instead of
158         sec->comdat->sec.
159
160 2000-10-10  Kazu Hirata  <kazu@hxi.com>
161
162         * deffile.h: Fix formatting.
163         * lexsup.c: Likewise.
164         * mri.c: Likewise.
165
166 2000-10-09  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
167
168         * pe-dll.c (make_one): Do not generate code thunk for DATA
169         exports.
170         (process_def_file): deduce DATA flag for auto-export sumbols.
171
172 2000-10-09  Kazu Hirata  <kazu@hxi.com>
173
174         * ld.h: Fix formatting.
175         * ldcref.c: Likewise.
176         * ldctor.h: Likewise.
177         * ldemul.c: Likewise.
178         * ldemul.h: Likewise.
179         * ldexp.c: Likewise.
180         * ldexp.h: Likewise.
181         * ldfile.c: Likewise.
182         * ldfile.h: Likewise.
183         * ldlang.c: Likewise.
184         * ldlang.h: Likewise.
185         * ldmain.c: Likewise.
186         * pe-dll.c: Likewise.
187
188         * pe-dll.c: Revert some formatting fixes.
189
190 2000-10-08  Kazu Hirata  <kazu@hxi.com>
191
192         * pe-dll.c: Fix formatting.
193
194 2000-10-05  Kazu Hirata  <kazu@hxi.com>
195
196         * ldlang.c: Fix formatting.
197
198 2000-10-03  DJ Delorie  <dj@redhat.com>
199
200         * pe-dll.c (fill_edata): initialize entire block
201         (make_one): fill in correct section.
202
203 2000-10-03  Kazu Hirata  <kazu@hxi.com>
204
205         * ldexp.c: Fix formatting.
206
207 2000-10-02  DJ Delorie  <dj@redhat.com>
208
209         * emultempl/pe.em (gld_*_after_open): detect case where there two
210         import libraries for same dll; rename one to ensure proper link
211         order.
212
213         * pe-dll.c (process_def_file): compare ordinals to -1, not 0; fix
214         typo
215         (generate_edata): fix typo
216
217 2000-09-29  Hans-Peter Nilsson  <hp@axis.com>
218
219         * scripttempl/crisaout.sc (ENTRY): Now __start.
220         (.text): Add default setting for __start.
221         Remove CONSTRUCTORS handling.
222         (/DISCARD/): Add .gnu.warning.*.
223         * emulparams/crislinux.sh (ENTRY): Now __start.
224         (TEXT_START_SYMBOLS): New; provide __Stext and __start default.
225         * emulparams/criself.sh (OUTPUT_FORMAT): Now elf32-us-cris.
226         (ENTRY): Now __start.
227         (INITIAL_READONLY_SECTIONS): Add KEEP for .startup.
228         (EXECUTABLE_SYMBOLS): Add default setting for __start.
229
230 2000-09-29  Kazu Hirata  <kazu@hxi.com>
231
232         * deffile.h: Fix formatting.
233         * ld.h: Likewise.
234         * ldcref.c: Likewise.
235         * ldctor.c: Likewise.
236         * ldctor.h: Likewise.
237         * ldemul.c: Likewise.
238         * ldemul.h: Likewise.
239         * ldexp.c: Likewise.
240         * ldexp.h: Likewise.
241         * ldfile.c: Likewise.
242         * ldfile.h: Likewise.
243         * ldlang.c: Likewise.
244         * ldlang.h: Likewise.
245         * lexsup.c: Likewise.
246         * mri.c: Likewise.
247         * pe-dll.c: Likewise.
248
249 2000-09-28  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
250
251         * pe-dll.c (process_def_file): Uninitialized data wasn't
252         exported with --export-all-symbols switch.
253         
254 2000-09-28  DJ Delorie  <dj@redhat.com>
255
256         * pe-dll.c (fill_edata): rearrange the data so that ordinals and
257         noname work properly.
258
259 2000-09-28  Alan Modra  <alan@linuxcare.com.au>
260
261         * ld.texinfo (HPPA ELF32): New section.
262
263         * emultempl/hppaelf.em (group_size): New.
264         (hppaelf_finish): Pass group_size to elf32_hppa_size_stubs.
265         (PARSE_AND_LIST_PROLOGUE): Add OPTION_STUBGROUP_SIZE.
266         (PARSE_AND_LIST_LONGOPTS): Add --stub-group-size.  Duplicate
267         options to prevent abbreviations matching.
268         (PARSE_AND_LIST_OPTIONS): Describe the above.  Reformat.
269         (PARSE_AND_LIST_ARGS_CASES): Handle it.
270
271 2000-09-21  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
272
273         * emultempl/m68kelf.em: Conditionalise the embedded relocs feature
274         on the m68*-*-elf target.  Make it support COFF input objects.
275
276 2000-09-21  Kazu Hirata  <kazu@hxi.com>
277
278         * ldmain.c: Fix formatting.
279         * ldmisc.c: Likewise.
280         * ldver.c: Likewise.
281         * ldwrite.c: Likewise.
282
283 2000-09-21  Alan Modra  <alan@linuxcare.com.au>
284
285         * ldwrite.c (clone_section): Silence gcc warnings.
286
287 2000-09-20  Alan Modra  <alan@linuxcare.com.au>
288
289         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Handle
290         out of memory failure.
291
292         * ldwrite.c (ldwrite): Remove unnecessary einfo arg.
293         (clone_section): Handle out of memory failures.  Rename var to
294         avoid c++ reserved word.
295
296 2000-09-18  Alan Modra  <alan@linuxcare.com.au>
297
298         * emultempl/hppaelf.em (hppaelf_add_stub_section): Rename
299         stub_name param to stub_sec_name.
300         (hppaelf_finish): Modify call to elf32_hppa_size_stubs.
301
302 2000-09-10  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
303
304         * emultempl/m68kelf.em: New file.
305         * emulparams/m68kelf.sh (EXTRA_EM_FILE): Use it.
306         * Makefile.am (em68kelf.c): Add dependency on m68kelf.em.
307         * Makefile.in: Regenerate.
308
309 2000-09-15  Alan Modra  <alan@linuxcare.com.au>
310
311         * emulparams/hppalinux.sh (DATA_START_SYMBOLS): Provide $global$
312         only as needed.
313
314 2000-09-13  Nick Clifton  <nickc@redhat.com>
315
316         * ldmain.c (multiple_definition): Disable relaxation if
317         multiple symbol definitions are encountered - otherwise the
318         linker could abort with an assertion failure.
319
320 2000-09-10  Nick Clifton  <nickc@redhat.com>
321
322         * mri.c: Fix formatting.
323
324 2000-09-07  H.J. Lu  <hjl@gnu.org>
325
326         * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
327         * configure: Rebuild.
328
329 2000-09-07  H.J. Lu  <hjl@gnu.org>
330
331         * Makefile.am (lexsup.o): Also depend on $(INCDIR)/demangle.h.
332         * Makefile.in: Rebuild.
333
334 2000-09-07  Alan Modra  <alan@linuxcare.com.au>
335
336         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Fix
337         broken list handling.  Create __start_SECNAME and __stop_SECNAME
338         when no place-holder.  Add some comments.  Test both SEC_CODE and
339         SEC_READONLY for hold_text to prevent .rodata orphan poisoning.
340         Handle case where no output section statement created.
341
342 2000-09-07  Niibe Yutaka  <gniibe@m17n.org>, Kaz Kojima  <kkojima@rr.iij4u.or.jp>, Alexandre Oliva  <aoliva@redhat.com>
343
344         * configure.tgt (sh-*-linux*): Added.
345         * Makefile.am: Added eshelf_linux and eshlelf_linux.
346         * Makefile.in: Rebuilt.
347         * emulparams/shelf_linux.sh: New file.
348         * emulparams/shlelf_linux.sh: New file.
349
350 2000-09-06  Alan Modra  <alan@linuxcare.com.au>
351
352         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
353         try shuffling sections when the orphan happens to be the place
354         holder.  Keep count of unique section names generated so we speed
355         the search for a new name.
356
357 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
358
359         * configure: Rebuilt with new libtool.m4.
360
361 2000-09-05  Nick Clifton  <nickc@redhat.com>
362
363         * Makefile.in: Regenerate.
364         * aclocal.m4: Regenerate.
365         * configure: Regenerate.
366         * config.in: Regenerate.
367         * po/ld.pot: Regenerate.
368
369         * ldint.texinfo: Remove CVS revision marker - it foils local
370         comparisons.
371
372         * emultempl/ticoff.em: Remove extraneous comma.
373
374 2000-09-05  Alan Modra  <alan@linuxcare.com.au>
375
376         * emultempl/hppaelf.em (hppaelf_add_stub_section): Add SEC_RELOC
377         to stub section flags.
378         (hppa_for_each_input_file_wrapper): New.
379         (hppa_lang_for_each_input_file): New.
380         (lang_for_each_input_file): Define to call above.
381         (multi_subspace): New.
382         (hppaelf_finish): Pass multi_subspace to elf32_hppa_size_stubs.
383         (PARSE_AND_LIST_PROLOGUE): Define.
384         (PARSE_AND_LIST_LONGOPTS): Define.
385         (PARSE_AND_LIST_OPTIONS): Define.
386         (PARSE_AND_LIST_ARGS_CASES): Define.
387         (hppaelf_finish): Call elf32_hppa_set_gp.
388         (hppaelf_set_output_arch): Remove.
389         (LDEMUL_SET_OUTPUT_ARCH): Remove.
390
391         * emulparams/hppalinux.sh (ELFSIZE): Define.
392         (MACHINE): Define.
393         (OTHER_READONLY_SECTIONS): Define.
394         (DATA_PLT): Define.
395         (GENERATE_SHLIB_SCRIPT): Define.
396
397         * ldlang.c: Add missing prototypes, and tidy others.  Change CONST
398         to const throughout.  Change `void *' to `PTR' throughout.
399         (lang_memory_default): Function is local to file, add `static'.
400
401         * Makefile.am (ehppaelf.c): Depend on emultempl/elf32.em.
402         (ehppalinux.c): Likewise.
403         (earmelf.c): Likewise.
404         (earmelf_linux.c): Likewise.
405         (earmelf_linux26.c): Likewise.
406         * Makefile.in: Regenerate.
407
408         * ld.h (ld_config_type): Add unique_orphan_sections.
409         * lexsup.c (OPTION_UNIQUE): Define.
410         (ld_options): Add "--unique".
411         (parse_args): Handle it.
412         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
413         search for an existing output section if unique_orphan_sections is
414         set.  Make use of bfd_get_unique_section_name rather than
415         duplicating code here.
416         * ld.texinfo: Describe --unique.
417
418         * lexsup.c (ld_options): Make split-by-reloc arg optional. Add
419         optional arg to split-by-file.
420         (parse_args): Handle them.
421         * ld.texinfo: Update description of these options.
422         * ldwrite.c (clone_section): Pass in the section name.  Replace
423         local code with bfd_get_unique_section_name.
424         (split_sections): Tidy code and comments.  Use a list traversal
425         more appropriate to the list construction.  Handle cooked section
426         sizes.  Split when split_by_reloc reached rather than exceeded.
427         Track section size and split when split_by_file reached.  Fix
428         link_order_tail (even though it's not used).
429         (ldwrite): Modify condition for calling split_sections to suit
430         changed split_by_reloc and split_by_file.
431         * ldmain.c (main): Init config.split_by_reloc and
432         config.split_by_file to -1.
433         * ld.h (ld_config_type): Change split_by_reloc to unsigned.
434         Change split_by_file to bfd_size_type.
435
436 2000-09-02  Nick Clifton  <nickc@redhat.com>
437
438         * configure.in: Increase version number to 2.10.91.
439         * NEWS: Mention new ability to support removal of duplicate DWARF2
440         debug information.
441         * configure: Regenerate.
442         * aclocal.m4: Regenerate.
443         * config.in: Regenerate.
444
445 2000-09-02  Daniel Berlin <dberlin@redhat.com>
446
447         * scripttempl/elf.sc: Add .gnu.linkonce.wi.* to .debug_info
448         sections.
449         * scripttempl/elf32var.sc: Ditto.
450         * scripttempl/elfd10v.sc: Ditto.
451         * scripttempl/elfd30v.sc: Ditto.
452         * scripttempl/elfi370.sc: Ditto.
453         * scripttempl/elfm68hc11.sc: Ditto.
454         * scripttempl/elfm68hc12.sc: Ditto.
455         * scripttempl/elfi386beos.sc: Ditto.
456         * scripttempl/v850.sc: Ditto.
457
458 2000-08-31  Alexandre Oliva  <aoliva@redhat.com>
459
460         * acinclude.m4: Include libtool and gettext macros from the
461         top level.
462         * aclocal.m4, configure: Rebuilt.
463
464 2000-08-25  Nick Clifton  <nickc@redhat.com>
465
466         * ldlang.c (open_output): When choosing the target for a
467         particular endianness, do nothing if the target is not
468         supported.
469
470 2000-08-25  H.J. Lu  <hjl@gnu.org>
471
472         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Don't
473         check -rpath nor LD_RUN_PATH for cross link.
474         * ld.texinfo: Document the change.
475
476 2000-08-24  Hans-Peter Nilsson  <hp@axis.com>
477
478         * NEWS: Mention support for CRIS.
479
480 2000-08-23  H.J. Lu  <hjl@gnu.org>
481
482         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Get
483         the current runpath list from bfd_elf_get_runpath_list ()
484         before search.
485
486 2000-08-22  H.J. Lu  <hjl@gnu.org>
487
488         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Search
489         the DT_RPATH/DT_RUNPATH entries for DT_NEEDED after
490         LD_LIBRARY_PATH for native linker. Display the needed DSO if
491         trace_file_tries is non-zero.
492         (gld${EMULATION_NAME}_try_needed): Report the needed DSO found
493         if trace_file_tries is non-zero.
494
495         * ld.texinfo: Document the usage of DT_RPATH/DT_RUNPATH.
496         * NEWS: Mention it.
497
498 2000-08-14  Jason Eckhardt  <jle@cygnus.com>
499
500         * NEWS: Mention i860 support.
501
502 2000-08-14  Andreas Schwab  <schwab@suse.de>
503
504         * scripttempl/elf.sc: Fix last change to use correct comment
505         syntax.
506
507 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
508
509         * scripttempl/elf.sc: Add a comment giving the correspondence
510         between sections, per-datum sections, and linkonce sections.  Make
511         the comment true even for .bss, .sdata, .sdata2, .sbss, and
512         .sbss2.
513
514 2000-08-10  Jason Eckhardt  <jle@cygnus.com>
515
516         * emulparams/elf32_i860.sh: New file.
517         * configure.tgt: Recognize new target i860-stardent-{sysv4*|elf*}.
518         * Makefile.am (ALL_EMULATIONS): Add eelf32_i860.o.
519         (eelf32_i860.c): New rule.
520         * Makefile.in: Regenerate.
521
522 2000-08-10  Nick Clifton  <nickc@cygnus.com>
523
524         * emulparams/mipspe.sh (ENTRY): Add definition.
525
526 2000-08-08  Peter Jeremy  <peter.jeremy@alcatel.com.au>
527
528         * emultempl/elf32.em (_after_close): Refer to -rpath not --rpath
529         in error message.
530
531 2000-08-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
532
533         * scripttempl/elfm68hc11.sc: Define __bss_size symbol to indicate
534         the final size of .bss section.
535         * scripttempl/elfm68hc12.sc: Likewise.
536
537 2000-08-04  Alan Modra  <alan@linuxcare.com.au>
538
539         * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Rename to
540         gld${EMULATION_NAME}_parse_args for consistency.  Combine
541         lastoptind and prevoptind vars, and keep track of last optind.
542         (gld_${EMULATION_NAME}_list_options): Rename to
543         gld${EMULATION_NAME}_list_options.
544
545 2000-08-03  Rodney Brown  <RodneyBrown@pmsc.com>
546
547         * configure.tgt: Select targ_emul=elf_i386 for Unixware 7
548         (i586-sco-sysv5uw7.1.0).
549
550 2000-07-27  H.J. Lu  <hjl@gnu.org>
551
552         * emulparams/elf64alpha.sh (PARSE_AND_LIST_ARGS): Removed.
553         (PARSE_AND_LIST_PROLOGUE): New.
554         (PARSE_AND_LIST_LONGOPTS): Likewise.
555         (PARSE_AND_LIST_OPTIONS): Likewise.
556         (PARSE_AND_LIST_ARGS_CASES): Likewise.
557         (PARSE_AND_LIST_EPILOGUE): Likewise.
558
559 2000-07-28  Alan Modra  <alan@linuxcare.com.au>
560
561         * emultempl/armelf.em: Elide functions common to elf32.em,
562         ie. most of the file.
563         (arm_elf_after_open): New.  Do arm specific things then call
564         gld${EMULATION_NAME}_after_open.
565         (arm_elf_before_allocation): New.  Call
566         gld${EMULATION_NAME}_before_allocation then do arm specifics.
567         (PARSE_AND_LIST_PROLOGUE): Define.
568         (PARSE_AND_LIST_SHORTOPTS): Define.
569         (PARSE_AND_LIST_LONGOPTS): Define.
570         (PARSE_AND_LIST_OPTIONS): Define.
571         (PARSE_AND_LIST_ARGS_CASES): Define.
572         (LDEMUL_AFTER_OPEN): Define.
573         (LDEMUL_BEFORE_ALLOCATION): Define.
574         (LDEMUL_BEFORE_PARSE): Define.
575         (LDEMUL_FINISH): Define.
576
577         * emultempl/hppaelf.em: Similarly zap most of this file.
578         (hppaelf_add_stub_section): Prototype.
579         (hppaelf_layaout_sections_again): Prototype.
580         (hook_in_stub): Prototype.
581         (LDEMUL_SET_OUTPUT_ARCH): Define.
582         (LDEMUL_FINISH): Define.
583         (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Define.
584
585         * emulparams/armelf.sh (TEMPLATE_NAME): Use elf32.
586         (EXTRA_EM_FILE): New.
587         * emulparams/armelf_linux.sh: Likewise.
588         * emulparams/armelf_linux26.sh: Likewise.
589         * emulparams/hppalinux.sh: Likewise.
590         * emulparams/hppaelf.sh: Likewise.
591         (NOP): Define.
592
593         * emultempl/elf32.em: Fix formatting.
594         (EXTRA_EM_FILE): Source it.
595         (LDEMUL_BEFORE_PARSE, LDEMUL_SYSLIB, LDEMUL_HLL,
596         LDEMUL_AFTER_PARSE, LDEMUL_AFTER_OPEN, LDEMUL_AFTER_ALLOCATION,
597         LDEMUL_SET_OUTPUT_ARCH, LDEMUL_CHOOSE_TARGET,
598         LDEMUL_BEFORE_ALLOCATION, LDEMUL_GET_SCRIPT, LDEMUL_FINISH,
599         LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS,
600         LDEMUL_OPEN_DYNAMIC_ARCHIVE, LDEMUL_PLACE_ORPHAN,
601         LDEMUL_SET_SYMBOLS, LDEMUL_PARSE_ARGS, LDEMUL_UNRECOGNIZED_FILE,
602         LDEMUL_LIST_OPTIONS, LDEMUL_RECOGNIZED_FILE,
603         LDEMUL_FIND_POTENTIAL_LIBRARIES): New shell vars.  Add code to
604         allow functions in this file to be overridden.
605         (PARSE_AND_LIST_SHORTOPTS): Handle it.
606
607         * emultempl/m68kcoff.em: Include ldfile.h before ldemul.h.
608
609         * emultempl/elf32.em: Reorganize file.
610
611 2000-07-27  Ivan Kokshaysky  <ink@jurassic.park.msu.ru>
612
613         * emulparams/elf64alpha.sh: Implement "-taso" emulation
614         specific option to fit 64-bit executable in the lower
615         31-bit address range.  This is done by changing start
616         address of .interp (the very first section of executable)
617         and then setting EF_ALPHA_32BIT elf header flag.
618
619 2000-07-21  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
620
621         * emultempl/m68kcoff.em: New file.
622         * emulparams/m68kcoff.sh (TEMPLATE_NAME): Use m68kcoff template.
623         * Makefile.am (em68kcoff.c): Depend on m68kcoff.em rather than
624         generic.em.
625         * Makefile.in: Regenerate.
626
627 2000-07-20  H.J. Lu  <hjl@gnu.org>
628
629         * emultempl/elf32.em (longopts): Duplicate "disable-new-dtags"
630         and "disable-new-dtags" to stop getopt from treating -d/-e as
631         abbreviations for these options.
632
633 2000-07-20  H.J. Lu  <hjl@gnu.org>
634
635         * ld.texinfo: Add documentation for --disable-new-dtags and
636         --enable-new-dtags.
637
638         * ldmain.c (main): Initialize link_info.new_dtags to false.
639
640         * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Add
641         --disable-new-dtags and --enable-new-dtags.
642         (gld_${EMULATION_NAME}_list_options): Likewise.
643
644 2000-07-05  Kenneth Block  <krblock@computer.org>
645
646         * ld/lexsup.c: Add optional style to demangle switch
647         * ld/ld.texinfo: Document optional style to demangle switch.
648
649 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
650
651         * Makefile.am (ALL_EMULATIONS): Add ecrisaout.o, ecriself.o,
652         ecrislinux.o.
653         (ecrisaout.c, ecriself.c, ecrislinux.c): New rules.
654         Regenerate dependencies.
655         * Makefile.in: Rebuild.
656         * configure.tgt (cris-*-*): New target.
657         * emulparams/crisaout.sh, emulparams/criself.sh,
658         emulparams/crislinux.sh, scripttempl/crisaout.sc: New files.
659         * po/POTFILES.in, po/ld.pot: Regenerate.
660
661 2000-07-20  H.J. Lu  <hjl@gnu.org>
662
663         * emultempl/elf32.em (gld_${EMULATION_NAME}_list_options):
664         Print out ignored -z options.
665
666 2000-07-19  H.J. Lu  <hjl@gnu.org>
667
668         * emulparams/elf32mcore.sh (PARSE_AND_LIST_ARGS): Removed.
669         (PARSE_AND_LIST_PROLOGUE): New.
670         (PARSE_AND_LIST_LONGOPTS): Likewise.
671         (PARSE_AND_LIST_OPTIONS): Likewise.
672         (PARSE_AND_LIST_ARGS_CASES): Likewise.
673
674         * ldmain.c (main): Clear link_info.flags and link_info.flags_1.
675
676         * lexsup.c (ld_options): Comment out 'z'.
677         (parse_args): Likewise.
678
679         * emultempl/elf32.em: Include "elf/common.h".
680         (gld_${EMULATION_NAME}_parse_args): Defined. Handle some -z
681         options.
682         (gld_${EMULATION_NAME}_list_options): Likewise.
683
684         * ld.texinfo: Add documentation for the recognized -z options.
685
686 2000-07-19  H.J. Lu  <hjl@gnu.org>
687
688         * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Call
689         bfd_elf_set_dt_needed_soname ().
690
691 2000-07-18  DJ Delorie  <dj@cygnus.com>
692
693         * pe-dll.c (pe_dll_id_target): check object target name also
694
695 2000-07-18  Hans-Peter Nilsson  <hp@axis.com>
696
697         * scripttempl/elf.sc (.init): Only do ${INIT_START} and
698         ${INIT_END} if relocating.
699         (.fini): Likewise ${FINI_START} and ${FINI_END}.
700
701 2000-07-16  Charles Wilson  <cwilson@ece.gatech.edu>
702
703         * src/ld/emultempl/pe.em (gld_*_open_dynamic_archive): New search
704         order for dynamic library '-lfoo' on pei386: libfoo.dll.a,
705         foo.dll.a, libfoo.a, libfoo.dll, foo.dll. This fixes compatibility
706         errors introduced by the old dynamic lib search order.
707
708 2000-07-17  DJ Delorie  <dj@cygnus.com>
709
710         * pe-dll.c (process_def_file): auto-export data items also
711         (pe_process_import_defs): also see if _imp_ form needed
712
713 2000-07-12  Charles Wilson  <cwilson@ece.gatech.edu>
714
715         * pe-dll.c (make_one): fix a typo in the __imp_ name decoration
716         for dll import libraries
717
718 2000-07-12  Mark Elbrecht  <snowball3@bigfoot.com>
719
720         * scripttempl/i386go32.sc: Support the g++ attribute init_priority in
721           gcc 2.95.2 and later.
722
723 2000-07-11  Kazu Hirata  <kazu@hxi.com>
724
725         * ldfile.c (ldfile_try_open_bfd): Output '\n' after an error
726         message.
727
728 2000-07-10  Alan Modra  <alan@linuxcare.com.au>
729
730         * ldemul.h (struct lang_input_statement_struct): Remove forward
731         declaration.
732         (struct search_dirs): Likewise.
733         * ldfile.h (struct lang_input_statement_struct): Likewise.
734         Protect file from multiple inclusion.
735         * ldlang.h (LANG_FOR_EACH_INPUT_STATEMENT): Move file_chain
736         declaration from macro to file scope.
737
738         * ldemul.c: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this order.
739         * ldgram.y: Likewise here.
740         * ldlang.c: And here.
741         * ldmain.c: And here.
742         * mpw-elfmips.c: And here.
743         * mpw-eppcmac.c: And here.
744         * emultempl/aix.em: And here.
745         * emultempl/armcoff.em: And here.
746         * emultempl/armelf.em: And here.
747         * emultempl/armelf_oabi.em: And here.
748         * emultempl/beos.em: And here.
749         * emultempl/elf32.em: And here.
750         * emultempl/hppaelf.em: And here.
751         * emultempl/linux.em: And here.
752         * emultempl/lnk960.em: And here.
753         * emultempl/pe.em: And here.
754         * emultempl/sunos.em: And here.
755         * mpw-esh.c: And here. Include ldexp.h and ldlang.h too.
756         * mpw-idtmips.c: Ditto.
757         * emultempl/generic.em: Ditto.
758         * emultempl/gld960.em: Ditto.
759         * emultempl/gld960c.em: Ditto.
760         * emultempl/mipsecoff.em: Ditto.
761         * emultempl/ticoff.em: Ditto.
762         * emultempl/vanilla.em: Ditto.
763
764         * pe-dll.c: Include ldfile.h
765         * ldver.c: Include ldexp.h, ldlang.h, ldfile.h
766
767         * mpw-elfmips.c: (gldelf32ebmip_before_allocation): Add missing
768         arguments to bfd_elf32_size_dynamic_sections call.
769         (gldelf32ebmip_place_orphan): Add missing arguments to
770         lang_leave_output_section_statement call.
771
772 2000-07-10  H.J. Lu  <hjl@gnu.org>
773
774         * emultempl/pe.em (pe_enable_stdcall_fixup): Protect with
775         DLL_SUPPORT.
776         (strhash): Likewise.
777         (compute_dll_image_base): Likewise.
778         (pe_undef_found_sym): Likewise.
779         (pe_undef_cdecl_match): Likewise.
780         (gld_${EMULATION_NAME}_open_dynamic_archive): Mark the
781         argument "arch" with ATTRIBUTE_UNUSED.
782
783 2000-07-10  Alan Modra  <alan@linuxcare.com.au>
784
785         * configure.tgt: Remove extraneous hppa*-*-linux-gnu*.
786
787         From  Ryan Bradetich  <rbradetich@uswest.net>
788         * ldwrite.c (SSIZE): Remove to cure macro redefinition warning.
789
790 2000-07-09  Alan Modra  <alan@linuxcare.com.au>
791
792         Changes to create multiple linker stubs, positioned immediately
793         before the section where they are required.
794         * emultempl/hppaelf.em: Include elf32-hppa.h.
795         (stub_sec, file_chain): Delete.
796         (hppaelf_create_output_section_statements): Don't make a stub
797         section here.
798         (hook_stub_info): New struct.
799         (hook_in_stub): New function.
800         (hppaelf_add_stub_section): New function.
801         (hppaelf_finish): Do nothing for relocateable links.  Modify the
802         call to elf32_hppa_size_stubs.  Move code for updating section
803         layout from here...
804         (hppaelf_layaout_sections_again): ..to here, a new function.
805
806         * emultempl/hppaelf.em (hppaelf_delete_padding_statements): Fix
807         broken list handling.  Pass in a pointer to the list.
808         (hppaelf_finish): Update call to hppaelf_delete_padding_statements
809         for above changes.
810         (hppaelf_before_parse): Prototype.
811         (hppaelf_set_output_arch): Prototype.
812         (hppaelf_create_output_section_statements): Prototype.
813         (hppaelf_delete_padding_statements): Prototype.
814         (hppaelf_finish): Prototype.
815
816         Merge from elf32.em
817         * emultempl/hppaelf.em: Include ctype.h.
818         (struct orphan_save): New.
819         (gld${EMULATION_NAME}_place_orphan): New.
820         (output_rel_find): New.
821         (hppaelf_get_script): Update from elf32.em.
822         (ld_hppaelf_emulation): Rename to ld_${EMULATION_NAME}_emulation.
823         Change emulation_name field to "${EMULATION_NAME}".  Add
824         gld${EMULATION_NAME}_place_orphan.
825
826         * Makefile.am (ALL_EMULATIONS): Reinstate ehppaelf.o,  add
827         ehppalinux.o, sort it.  Regenerate dependencies.
828         (ehppalinux.c): Depend on hppaelf.em
829         * Makefile.in: Regenerate.
830
831         * configure.tgt: targ_emul=hppalinux for hppa*linux
832
833         * emulparams/hppalinux.sh: New.
834         * emulparams/hppaelf.sh (TARGET_PAGE_SIZE): Write in hex.
835
836 2000-07-08  Alan Modra  <alan@linuxcare.com.au>
837
838         * lexsup.c (parse_args): Copy section name.
839
840 2000-07-07  Charles Wilson  <cwilson@ece.gatech.edu>
841
842         * emultempl/pe.em: institute the following search order for
843         dynamic libraries on pei386: libfoo.dll.a, foo.dll.a (import
844         libs), libfoo.dll, foo.dll (link direct to dll).  Fall back to
845         static lib (libfoo.a) if none of the above are found.
846
847 2000-07-07  Mumit Khan  <khan@xraylith.wisc.edu>
848
849         * emultempl/pe.em (pe_enable_auto_image_base): New variable.
850         (longopts): New --{enable,disable}-auto-image-base options.
851         (gld_${EMULATION_NAME}_list_options): Document.
852         (gld_${EMULATION_NAME}_parse): Handle.
853         (strhash): New static function.
854         (compute_dll_image_base): New static function.
855         (gld_${EMULATION_NAME}_set_symbols): Use.
856
857 2000-07-05  DJ Delorie  <dj@redhat.com>
858
859         * MAINTAINERS: new
860
861 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
862
863         * configure.tgt: Add traditional mips (mips*-*-sysv4*) target.
864         * emulparams/elf32btsmip.sh: New file.
865         * Makefile.am: Add traditional mips target.
866         * Makefile.in: Rebuild.
867
868 2000-07-01  H.J. Lu  <hjl@gnu.org>
869
870         * Makefile.am (EXTRA_ld_new_SOURCES): Set to deffilep.y for
871         automake to use YLWRAP.
872         * Makefile.in: Rebuild.
873
874 2000-07-01  Alan Modra  <alan@linuxcare.com.au>
875
876         * Makefile.am (DEP): Fix 2000-06-22.  grep after running dep.sed
877         (CLEANFILES): Add DEPA.
878         * Makefile.in: Regenerate.
879
880 2000-06-30  Timothy Wall  <twall@ppc>
881
882         * scripttempl/tic54xcoff.sc: PAGE N is not implemented, so encode
883         the page in the upper octet of the address.
884
885 2000-06-26  Marek Michalkiewicz  <marekm@linux.org.pl>
886
887         * emulparams/avrmega161.sh (ARCH): Change to avr:5.
888
889 2000-06-24  Alan Modra  <alan@linuxcare.com.au>
890
891         * NEWS: arm-elf does --gc-sections too.
892
893 2000-06-22  Alan Modra  <alan@linuxcare.com.au>
894
895         * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
896         find one.
897         * Makefile.in: Regenerate.
898
899 2000-06-21  H.J. Lu  <hjl@gnu.org>
900
901         * Makefile.am: Rebuild dependency.
902         * Makefile.in: Rebuild.
903
904 2000-06-20  H.J. Lu  <hjl@gnu.org>
905
906         * Makefile.am: Rebuild dependency.
907         * Makefile.in: Rebuild.
908
909 2000-06-20  Timothy Wall  <twall@cygnus.com>
910
911         * scripttempl/tic54xcoff.sc: New.
912         * ldlang.c (wild_doit): Propagate SEC_BLOCK flag.
913         * gen-doc.texi: Add flag for TI COFF.
914         * ld.texinfo: Add documentation for TI COFF handling switches.
915         * emultempl/ticoff.em: New. TI COFF handling.
916         * configure.tgt: Add tic54x target.
917         * Makefile.am: Add tic54x target.
918         * Makefile.in: Ditto.
919
920 2000-06-20  Alan Modra  <alan@linuxcare.com.au>
921
922         * ldmain.c (set_scripts_dir): Correct pointer comparison when
923         checking for backslashes.
924
925 2000-06-19  Alan Modra  <alan@linuxcare.com.au>
926
927         * NEWS: Move entries not in 2.10 above "Changes in version 2.10".
928
929 2000-06-18  Alan Modra  <alan@linuxcare.com.au>
930
931         * NEWS: Update list of targets supporting --gc-sections.
932
933         * scripttempl/elf.sc: KEEP .eh_frame contents.
934         * scripttempl/elfd30v.sc: Same here.
935
936 2000-06-18  Stephane Carrez  <stcarrez@worldnet.fr>
937
938         * Makefile.am (ALL_EMULATIONS): Added new emulation for m68hc12
939         and m68hc11 (elf).
940         * Makefile.in: Rebuild.
941         * configure.tgt: Recognize m68hc12 and m68hc11.
942         * scripttempl/elfm68hc12.sc: New file.
943         * emulparams/m68hc12elfb: New emulation.
944         * emulparams/m68hc12elf: New emulation.
945         * emulparams/m68hc11elfb.sh: New file.  User configurable emulation
946         (includes a memory.x script to define the ROM and RAM banks).
947         * scripttempl/elfm68hc11.sc, emulparams/m68hc11elf.sh:
948         New configuration files for support of Motorola 68hc11
949
950 2000-06-15  Alan Modra  <alan@linuxcare.com.au>
951
952         * ldmain.c (main): Only change SEC_READONLY for final link.
953
954 2000-06-13  H.J. Lu  <hjl@gnu.org>
955
956         * configure: Regenerate.
957
958 2000-06-08  David O'Brien  <obrien@FreeBSD.org>
959
960         * configure.in (VERSION): Update to show this is the CVS mainline.
961
962 2000-06-07  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
963
964         * emultempl/mipsecoff.em (gld{EMULATION_NAME}_after_open): Require all
965         input objects to be ECOFF.
966         (check_sections): einfo takes %B, not %P, to print a BFD name.
967
968 2000-06-05  Michael Matz <matz@ifh.de>
969
970         * ldgram.y (vers_defns): Handle 'extern "C++" { ... }' in
971          version scripts.
972
973          * ldlex.l (V_IDENTIFIER): Accept `::' in symbols.
974
975 2000-05-23  Marek Michalkiewicz  <marekm@linux.org.pl>
976
977         * emulparams/avr1200.sh (STACK): Define as 0.
978         * emulparams/avr23xx.sh (STACK): Define as last internal SRAM address.
979         * emulparams/avr4433.sh (STACK): Likewise.
980         * emulparams/avr44x4.sh (STACK): Likewise.
981         * emulparams/avr85xx.sh (STACK): Likewise.
982         * emulparams/avrmega103.sh (STACK): Likewise.
983         * emulparams/avrmega161.sh (STACK): Likewise.
984         * emulparams/avrmega603.sh (STACK): Likewise.
985         * scripttempl/elf32avr.sc (__data_start): Define for gcrt1.
986         (__stack): Define from ${STACK} for main().
987
988 2000-05-26  Alan Modra  <alan@linuxcare.com.au>
989
990         * Makefile.am: Update dependencies with "make dep-am"
991         * Makefile.in: Regenerate.
992
993 2000-05-26  Eli Zaretskii  <eliz@is.elta.co.il>
994
995         * ldmain.c: Include filenames.h.
996         (set_scripts_dir): Support backslashes in program name.
997
998 2000-05-22  Igor Shevlyakov  <igor@windriver.com>
999
1000         * ldmain.c (main): When deciding if ".text" section should be
1001         read-only, don't forget to reset SEC_READONLY because it
1002         could be already set.
1003
1004 2000-05-22  Thomas de Lellis  <tdel@windriver.com>
1005
1006         * ld.1: Add documentation for new command line option:
1007                 --section-start <sectionname>=<sectionorg>
1008         This is a generic version of -Ttext etc. which accepts
1009         any section name as a parameter instead of just text/data/
1010         bss.
1011         * ld.texinfo: More docs.
1012         * NEWS: More docs.
1013         * lexsup.c: (parse_args): Recognize new command line option.
1014         (ld_options): Add new option.
1015
1016 2000-05-18  H.J. Lu  <hjl@gnu.org>
1017
1018         * lexsup.c (parse_args): `i' == `r', not `q'.
1019
1020 Thu May 18 10:47:57 2000  Jeffrey A Law  (law@cygnus.com)
1021
1022         * configure.tgt (hppa*64*-*-*): Enable PA64 target.
1023
1024 2000-05-17 S. Bharadwaj Yadavalli  <sby@scrugs.lkg.dec.com>
1025               Rick Gorton          <gorton@scrugs.lkg.dec.com>
1026
1027         Add support for '-q' == '--emit-relocs' switch.
1028         * ldmain.c (main): Default to false.
1029         * lexsup.c (parse_args): Turn on emitrelocations flag if set.
1030         * NEWS: Describe the emitrelocations switch.
1031         * ld.texinfo: Describe the emitrelocations switch.
1032
1033 2000-05-16  Charles Wilson <cwilson@ece.gatech.edu>
1034
1035         * ld/emultempl/pe.em (_open_dynamic_archive): New function: Search
1036         the library path for "foo.dll" and "libfoo.dll" dynamic libraries
1037         before searching for 'libfoo.a' in response to a '-Bdynamic -lfoo'
1038         link options.
1039
1040 2000-05-15  David O'Brien  <obrien@FreeBSD.org>
1041
1042         * lexsup.c (parse_args): Update the year in the copyright notice.
1043
1044 2000-05-13  Alan Modra  <alan@linuxcare.com.au>
1045
1046         * ld.h (gettext, dgettext, dcgettext, textdomain, bindtextdomain):
1047         Replace defines with those from intl/libgettext.h to quieten gcc
1048         warnings.
1049
1050 2000-05-10  H.J. Lu  <hjl@gnu.org>
1051
1052         * ldlang.c (open_input_bfds): Don't load the same file within
1053         a group again if the whole archive has been loaded already.
1054
1055 2000-05-03  Alan Modra  <alan@linuxcare.com.au>
1056
1057         From Ulf Carlsson <ulfc@engr.sgi.com> and Andreas Jaeger <aj@suse.de>
1058         * lexsup.c (set_section_start): Use bfd_scan_vma rather than
1059         strtoul.
1060
1061 Mon May  1 17:34:34 2000  Jim Wilson  <wilson@cygnus.com>
1062
1063         * configure.host (ia64-*-linux-gnu*): Change gcc to ${CC}.
1064
1065         * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
1066         host "ia64-*-linux-gnu*".
1067
1068 2000-04-29  Andreas Jaeger  <aj@suse.de>
1069
1070         * ld.h: Correctly check GCC version.
1071
1072 Tue Apr 25 11:20:43 2000  Jeffrey A Law  (law@cygnus.com)
1073
1074         * Makefile.am: Add PA64 support.  Add missing dependencies for
1075         PA32 elf support.
1076         * Makefile.in: Rebuilt.
1077         * configure.tgt: Add PA64 support (currently disabled).
1078
1079 2000-04-25  Alan Modra  <alan@linuxcare.com.au>
1080
1081         * emultempl/elf32.em (gld${EMULATION_NAME}_place_section): Delete.
1082         (output_rel_find): New function.
1083         (hold_section, hold_use): Delete.
1084         (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
1085         hold_interp): Make local to place_orphan.
1086         (gld${EMULATION_NAME}_place_orphan): Use lang_output_section_find
1087         rather than place_section to find possible previous use of orphan.
1088         Similarly find the place-holder output sections.  Use returned
1089         value from lang_enter_output_section_statement rather than calling
1090         lang_output_section_statement_lookup.
1091         * emultempl/armelf.em: Same here.
1092         * emultempl/pe.em: Similar to above, but no need for output_rel_find.
1093
1094         * ldlang.c (lang_enter_output_section_statement): Return output
1095         section statement.
1096         * ldlang.h (lang_enter_output_section_statement): Change
1097         declaration too.
1098
1099         * ldlang.h (lang_output_section_statement): Export it.
1100         * ldlang.c (lang_output_section_statement): Ditto.
1101
1102 2000-04-24  Nick Clifton  <nickc@cygnus.com>
1103
1104         * ld.texinfo (Output Section Data): Add note that section data
1105         commands cannot appear outside of section directives.
1106
1107 2000-04-2  Matthew Green  <mrg@cygnus.com>
1108
1109         * configure.tgt: Add NetBSD/sparc ELF, and NetBSD/sparc64 support.
1110
1111 Fri Apr 21 13:20:53 2000  Richard Henderson  <rth@cygnus.com>
1112                           David Mosberger  <davidm@hpl.hp.com>
1113
1114         * Makefile.am (ALL_64_EMULATIONS): Add eelf64_ia64.o.
1115         (eelf64_ia64.c): New rule.
1116         * Makefile.in: Rebuild.
1117         * configure.tgt (ia64-*-elf*, ia64-*-linux*): New targets.
1118         * emulparams/elf64_ia64.sh: New file.
1119
1120 2000-04-21  Richard Henderson  <rth@cygnus.com>
1121
1122         * scripttempl/elfd30v.sc: Place .gcc_except_table.
1123
1124 2000-04-19  Alan Modra  <alan@linuxcare.com.au>
1125
1126         * dep-in.sed: Match space at start of file name, not at end.
1127
1128 2000-04-18  H.J. Lu  <hjl@gnu.org>
1129
1130         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Call
1131         lang_leave_output_section_statement () after calling
1132         lang_enter_output_section_statement ().
1133         * emultempl/armelf.em: Likewise.
1134
1135 2000-04-18  Alan Modra  <alan@linuxcare.com.au>
1136
1137         * emultempl/elf32.em (struct orphan_save): Add section field.
1138         (gld${EMULATION_NAME}_place_orphan): Use above to keep sections in
1139         better order, and place first orphan section as we did before the
1140         2000-04-12 patch.  Ignore ~SEC_ALLOC sections when choosing place.
1141         Don't call make_bfd_section here, let wild_doit do the job for us.
1142         Don't build a statement list when we'll only throw it away.
1143         * emultempl/armelf.em: Ditto.
1144         * emultempl/pe.em: Similarly.
1145
1146 2000-04-14  Geoff Keating  <geoffk@cygnus.com>
1147
1148         * scripttempl/elfppc.sc: Remove.
1149         * emulparams/elf32ppc.sh: Use elf.sc.
1150         * emulparams/elf32lppc.sh: Use elf.sc.
1151         * emulparams/elf32ppclinux.sh: Use elf.sc.
1152         * emulparams/elf32ppcsim.sh: New file.
1153         * emulparams/elf32lppcsim.sh: New file.
1154         * Makefile.am: Update dependencies.  Add elf32ppcsim ad elf32lppcsim.
1155         (ALL_EMULATIONS): Add elf32ppcsim ad elf32lppcsim.
1156         * Makefile.in: Regenerate.
1157         * configure.tgt (powerpc-*): Add elf32ppcsim and elf32lppcsim.
1158
1159 2000-04-14  Alan Modra  <alan@linuxcare.com.au>
1160
1161         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Process
1162         ~SEC_ALLOC sections too.  Init start address of debug sections.
1163         * emultempl/armelf.em (gld${EMULATION_NAME}_place_orphan): Ditto.
1164         * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Ditto.
1165         Also set all relocateable section start addresses.
1166
1167 2000-04-13  Geoff Keating  <geoffk@cygnus.com>
1168
1169         * scripttempl/elf.sc: Add support for .sbss2 and .sdata2 sections.
1170         Add new BSS_PLT variable for when .plt need not be contained in
1171         the file.  Move _etext so that it is also after .fini, and provide
1172         both etext and _etext with a leading underscore.  Mark the start
1173         and end of .sbss.
1174
1175 2000-04-12  Alan Modra  <alan@linuxcare.com.au>
1176
1177         * emultempl/elf32.em (struct orphan_save): New.
1178         (hold_text, hold_rodata, hold_data, hold_bss, hold_rel,
1179         hold_interp): Make them struct orphan_save.
1180         (gld${EMULATION_NAME}_place_section): Modify for new hold_*.
1181         (gld${EMULATION_NAME}_place_orphan): Add new orphan sections to
1182         the end of the relevant section list.  Also add associated section
1183         statements to the end of any previous orphan statements.
1184         * emultempl/armelf.em: Similarly.
1185         * emultempl/pe.em: Similarly.
1186
1187 2000-04-11  Alan Modra  <alan@linuxcare.com.au>
1188
1189         * ld.texinfo (Simple Example): Remove extraneous paragraph.
1190
1191 Fri Apr  7 15:56:57 2000  Andrew Cagney  <cagney@b1.cygnus.com>
1192
1193         * configure.in (WARN_CFLAGS): Set to -W -Wall by default.  Add
1194         --enable-build-warnings option.
1195         * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
1196         * Makefile.in, configure: Re-generate.
1197
1198 2000-04-04  Alan Modra  <alan@linuxcare.com.au>
1199
1200         * po/ld.pot: Regenerate.
1201
1202         * lexsup.c (help): Restore translated part of bug string.
1203
1204         * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
1205         (DEP): Quote when passing vars to sub-make.  Add warning message
1206         to end.
1207         (DEP1): Rewrite for "gcc -MM".
1208         (CLEANFILES): Add DEP2.
1209         Update dependencies.
1210         * Makefile.in: Regenerate.
1211
1212 2000-04-03  Alan Modra  <alan@linuxcare.com.au>
1213
1214         * ld.h: #include "bin-bugs.h"
1215         * lexsup.c (help): Use REPORT_BUGS_TO.
1216
1217 2000-03-27  Denis Chertykov  <denisc@overta.ru>
1218
1219         * configure.tgt (avr-*-*): New target support.
1220         * Makefile.am: Likewise.
1221         * scripttempl/elf32avr.sc: New script file.
1222         * emulparams/avr1200.sh: New file.
1223         * emulparams/avr23xx.sh: New file.
1224         * emulparams/avr4433.sh New file.
1225         * emulparams/avr44x4.sh New file.
1226         * emulparams/avr85xx.sh New file.
1227         * emulparams/avrmega103.sh New file.
1228         * emulparams/avrmega161.sh New file.
1229         * emulparams/avrmega603.sh New file.
1230         * Makefile.in: Regenerate.
1231
1232 2000-03-09  Andreas Jaeger  <aj@suse.de>
1233
1234         * Makefile.am (check-DEJAGNU): Also unset LANG.
1235         * Makefile.in: Rebuild.
1236
1237 2000-03-06  Ian Lance Taylor  <ian@zembu.com>
1238
1239         * ldfile.c (ldfile_try_open_bfd): Don't crash if we see an empty
1240         archive.
1241
1242 2000-03-02  H.J. Lu  <hjl@gnu.org>
1243
1244         * emulparams/elf32mcore.sh: Include "getopt.h".
1245
1246 2000-03-01  Ian Lance Taylor  <ian@zembu.com>
1247
1248         * configure.tgt: Remove *-*-aout, *-*-coff, and *-*-netware.
1249
1250 2000-03-01  H.J. Lu  <hjl@gnu.org>
1251
1252         * emulparams/mipspe.sh: Add SUBSYSTEM and INITIAL_SYMBOL_CHAR.
1253         * emulparams/shpe.sh: Likewise.
1254
1255 2000-03-01  Nick Clifton  <nickc@cygnus.com>
1256
1257         * pe-dll.c: Remove unused variables and add ATTRIBUTE_UNUSED
1258         to unused parameters.
1259
1260         * emultempl/pe.em: Add "#ifdef DLL_SUPPORT" around static
1261         functions only used by DLL code.
1262         (_place_orphan): Initialise 'dollar'.
1263
1264 2000-03-01  H.J. Lu  <hjl@gnu.org>
1265
1266         * ldmain.c (undefined_symbol): Take one more arg, fatal, to
1267         indicate if the undefined symbol is a fatal error or not.
1268         Don't delete the output file if "fatal" is false.
1269
1270 2000-02-29  H.J. Lu  <hjl@gnu.org>
1271
1272         * Makefile.am (check-DEJAGNU): Also pass LIBS="$(LIBS)".
1273         Set LC_COLLATE and LC_ALL to null and export them. It is for
1274         sort which expects the C locale.
1275         Add $(LIBS) to all $(HOSTING_LIBS).
1276         * Makefile.in: Rebuild.
1277
1278 2000-02-29  Alan Modra  <alan@spri.levels.unisa.edu.au>
1279
1280         * emultempl/{aix.em, armcoff.em, armelf.em, armelf_oabi.em,
1281         beos.em, elf32.em, generic.em, gld960.em, gld960c.em, hppaelf.em,
1282         linux.em, lnk960.em, mipsecoff.em, sunos.em, vanilla.em}
1283         (ld_emulation_xfer_struct): Add missing NULL initialiser for
1284         find_potential_libraries.
1285
1286 2000-02-28  Jim Blandy  <jimb@redhat.com>
1287
1288         * ldgram.y (exclude_name_list): Don't require a comma to separate
1289         list entries; the lexer considers commas to be valid part of a
1290         filename, so in something like `foo, bar' the comma is considered
1291         part of the first filename, `foo,'.
1292         * ld.texinfo: Update section on EXCLUDE_FILE lists.
1293
1294 2000-02-27  Loren J. Rittle  <ljrittle@acm.org>
1295
1296         * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
1297         host "i[3456]86-*-freebsdelf*".
1298
1299 2000-02-27  Mark Elbrecht  <snowball3@bigfoot.com>
1300
1301         * scripttempl/i386go32.sc: Move misplaced semicolons.
1302
1303 2000-02-25  Ian Lance Taylor  <ian@zembu.com>
1304
1305         * Makefile.am (ALL_EMULATIONS): Remove ehppaelf.o.
1306         (ALL_64_EMULATIONS): Remove eelf64hppa.o.
1307         (eelf64hppa.c, ehppaelf.c): Remove targets.
1308         * Makefile.in: Rebuild.
1309
1310 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
1311
1312         * configure.tgt (targ_extra_ofiles): Enable elf64_sparc on
1313         GNU/Linux/sparc, but keep the default as 32.
1314
1315         * configure.tgt: Enable elf64_sparc on Solaris7+/sparc.  And make
1316         it default if sparcv9 or sparc64.
1317
1318 2000-02-24  Nick Clifton  <nickc@cygnus.com>
1319
1320         * Makefile.am: Add rules to build emipspe.o and earmpe.o.
1321         * Makefile.in: Regenerate.
1322         * configure.tgt: Add targets for arm-wince, sh-pe and mips-pe.
1323
1324         * ldemul.h (ld_emulation_xfer_struct): Add new field:
1325         find_potential_libraries.
1326         * ldemul.c (ldemul_find_potential_libraries): New function.
1327
1328         * ldfile.c (ldfile_open_file_search): Allow function to be
1329         exported.
1330         (ldfile_open_file): Call ldemul_find_potential_libraries.
1331         * ldfile.h: Add prototype for ldfile_open_file_search.
1332
1333         * pe-dll.c: Add support for ARM, MIPS and SH targets.
1334
1335         * emulparams/mipspe.sh: New file.  Parameters for mips-pe target.
1336         * emulparams/shpe.sh: New file.  Parameters for sh-pe target.
1337
1338         * emultempl/pe.em: Add support for ARM, MIPS and SH DLLs.
1339         (gld_X_find_potential_libraries): New function.  Search for
1340         libraries called "*.lib".
1341
1342         * scriptempl/pe.sc: Add .pdata section.
1343
1344 2000-02-23  Richard Henderson  <rth@cygnus.com>
1345
1346         * scripttempl/elfd10v.sc: Remove dynamic linking hooks.
1347         Add and use memory regions.
1348
1349 2000-02-23  Linas Vepstas (linas@linas.org)
1350
1351         * emulparams/elf32i370.sh, scripttempl/elfi370.sc: New.
1352
1353         * Makefile.am: Add support for Linux/IBM 370.
1354         * configure.tgt: Likewise.
1355
1356         * Makefile.in: Regenerate.
1357
1358 2000-02-21  Alan Modra  <alan@spri.levels.unisa.edu.au>
1359
1360         * ldlang.c (print_input_section, print_data_statement,
1361         print_reloc_statement, print_padding_statement, insert_pad,
1362         size_input_section, lang_check_section_addresses,
1363         lang_size_sections, lang_do_assignments, lang_set_startof,
1364         lang_one_common): Change `opb' to unsigned.
1365         (lang_do_assignments): Also change `size' to unsigned.
1366
1367 2000-02-16  Richard Henderson  <rth@cygnus.com>
1368
1369         * scripttempl/elf.sc: Place OTHER_PLT_RELOC_SECTION.
1370
1371 2000-02-16  Timothy Wall  <twall@cygnus.com>
1372
1373         * mri.c (mri_draw_tree): Add default LMA region argument to call
1374         to lang_leave_output_section_statement.
1375         * ldlang.h: Update prototypes with LMA region arguments.
1376         * ldlang.c (lang_size_sections): Encapsulate region bounds
1377         checking in os_check_region call.
1378         (os_check_region): New function.
1379         (lang_output_section_statement_lookup): Initialize lma_region.
1380         (lang_leave_output_section_statement): Add LMA region argument.
1381         (lang_leave_overlay): Ditto.
1382         * ldgram.y: Handle LMA region syntax.
1383         * ld.texinfo (Output Section Description): Describe LMA region usage.
1384         * emultempl/armelf.em (gld$place_orphan): Add default value for
1385         lma region in call to lang_leave_output_section_statement.
1386         * emultempl/elf32.em (gld$place_orphan): Add default value for
1387         lma region in call to lang_leave_output_section_statement.
1388         * emultempl/pe.em (gld$place_orphan): Add default value for
1389         lma region in call to lang_leave_output_section_statement.
1390
1391
1392 2000-02-04  Timothy Wall  <twall@redhat.com>
1393
1394         * ldlang.c (lang_check_section_addresses): Use bytes instead of
1395         octets when calculating section end addresses.
1396
1397 2000-02-04  Timothy Wall  <twall@redhat.com>
1398
1399         * ldlang.c (lang_size_sections): Fix typo in ALIGN_N invocation.
1400
1401 2000-02-03  Timothy Wall <twall@redhat.com>
1402
1403         * ld/ldexp.c (fold_name): Make SIZEOF operator return byte count, not
1404         octet count.
1405         * ld/ldlang.c (print_input_section, print_data_statement,
1406         print_reloc_statement, print_padding_statement): Print target
1407         address values and section sizes as bytes, not octets.
1408         (insert_pad) Calculate padding size in octets, and adjust "dot"
1409         by bytes.
1410         (size_input_section) Always adjust "dot" by bytes, not octets.
1411         (lang_check_section_addresses, lang_do_assignments) Adjust
1412         "dot" by bytes, not octets.  Use the larger of the directive size
1413         or octets_per_byte for the number of octets actually allocated in
1414         the output section.
1415         (lang_set_startof) Make sure STARTOF returns a target address.
1416         (lang_one_common) Record size changes in octets.
1417         (lang_abs_symbol_at_end_of) Section end symbol's value is
1418         recorded in target bytes.
1419         * ld.texinfo:   Updated description of BYTE, SHORT, LONG, etc.
1420         to be clear about behavior when an octet is smaller than one byte.
1421
1422 2000-01-27  Alan Modra  <alan@spri.levels.unisa.edu.au>
1423
1424         * ldcref.c (output_cref): Don't pass message strings to printf
1425         as format arg.
1426         Update copyright.
1427
1428         * ldmisc.c (vfinfo): Same here.
1429         Update copyright.
1430
1431 2000-01-23  Alan Modra  <alan@spri.levels.unisa.edu.au>
1432
1433         * emultempl/{armcoff.em,armelf.em,armelf_oabi.em,beos.em,
1434         generic.em,gld960.em,gld960c.em,hppaelf.em,linux.em,lnk960.em,
1435         mipsecoff.em,sunos.em,vanilla.em} (ld_emulation_xfer_struct):
1436         Add missing NULL initialisers, and comments.
1437
1438         * testsuite/ld-srec/sr3.cc (__rethrow): New.
1439
1440 2000-01-21  Nick Clifton  <nickc@cygnus.com>
1441
1442         * ldlang.c (lang_size_sections): Fix typo in comment.
1443
1444 2000-01-18  H.J. Lu  <hjl@gnu.org>
1445
1446         * ldlang.c (lang_size_sections): Also update the current
1447         address of a region if the SEC_NEVER_LOAD bit is not set.
1448
1449 2000-01-10  Philip Blundell  <pb@futuretv.com>
1450
1451         * configure.tgt (arm*-*-conix*): New target.
1452
1453 2000-01-07  Nick Clifton  <nickc@cygnus.com>
1454
1455         * ld.texinfo (Options): Remind users to preceed linker command
1456         line switches with -Wl, (or whatever is appropriate) if it is
1457         being invoked by a comnpiler driver program.
1458         Fix description of the behaviour of the -n command line switch.
1459
1460 Wed Jan  5 08:02:12 2000  Catherine Moore  <clm@cygnus.com>
1461
1462         * ld.h (wildcard_spec):  Change exclude_name to exclude_name_list.
1463         (name_list): New.
1464         * ld.texinfo (EXCLUDE_FILE): Update documentation.
1465         * ldgram.y (wildcard_spec): Support a list of excluded_files.
1466         (exclude_name_list): New.
1467         ldlang.c (walk_wild_section): Support list of excluded files.
1468         (print_wild_statement): Likewise.
1469         (lang_add_wild): Likewise.
1470         * ldlang.h (lang_wild_statement_type): Likewise.
1471         * scripttempl/elf.sc (OTHER_EXCLUDE_FILES): Support.
1472
1473 2000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
1474
1475         * pe-dll.c (pe_dll_warn_dup_exports): New variable.
1476         (process_def_file): Use.
1477         (pe_dll_compat_implib): New variable.
1478         (make_one): Use.
1479
1480         * pe-dll.h: Add exports of pe_dll_warn_dup_exports and
1481         pe_dll_compat_implib.
1482
1483         * emultempl/pe.em (longopts): Add warn-duplicate-exports and
1484         compat-implib options.
1485         (gld_${EMULATION_NAME}_list_options): List new options.
1486         (gld_${EMULATION_NAME}_parse_args): Handle.
1487
1488         * pe-dll.c (pe_dll_generate_implib): Use the correct name for output
1489         dll.
1490
1491         * deffilep.y (opt_name): Allow "." in name.
1492
1493 1999-12-02  Nick Clifton  <nickc@cygnus.com>
1494
1495         * Makefile.am: Fix arm-epoc-pe dependencies.
1496         * Makefile.in: Regenerate.
1497
1498         * emulparams/arm_epoc_pe.sh (SCRIPT_NAME): Set to epocpe.
1499
1500         * scripttempl/epocpe.sc: New file: copy of pe.sc, customised for
1501         EPOC by placing .rdata into .text.
1502
1503 1999-11-26  Andreas Schwab  <schwab@suse.de>
1504
1505         * configure.in: Put AC_MSG_CHECKING/AC_MSG_RESULT around check for
1506         STRINGIFY.  Use yes/no instead of true/false as value for cache
1507         variable.
1508         * configure: Regenerate.
1509
1510 1999-11-24  Nick Clifton  <nickc@cygnus.com>
1511
1512         * ldlang.c (IGNORE_SECTION): Section must have both ALLOC and LOAD
1513         attributes in order to be checked.
1514
1515 1999-11-22  Nick Clifton  <nickc@cygnus.com>
1516
1517         * ldlang.c (lang_check_section_addresses): Fix test to determine
1518         if a section should be tested.
1519         (IGNORE_SECTION): New macro.
1520
1521 Wed Nov  3 23:31:19 1999  Jeffrey A Law  (law@cygnus.com)
1522
1523         * emultempl/elf32.em (gld${EMULATION_NAME}_open_dynamic_archive):
1524         Clean up code to use EXTRA_SHLIB_EXTENSION.
1525
1526 1999-11-03  Nick Clifton  <nickc@cygnus.com>
1527
1528         * emulparams/elf32mcore.sh (OUTPUT_FORMAT): Change to little endian.
1529         * emulparams/mcorepe.sh (OUTPUT_FORMAT): Change to little endian.
1530
1531 1999-11-01  Steve Chamberlain  <sac@pobox.com>
1532
1533         * ldlang.c (section_already_linked): Rework to use hash table.
1534         (already_linked_newfunc): New function.
1535         (already_linked_table_init): New function.
1536         (already_linked_table_free): New function.
1537         (lang_process): Initialize and free the already_linked hash table.
1538
1539 1999-10-27  Andreas Jaeger  <aj@suse.de>
1540
1541         * ld/configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
1542         target "mips*-*-linux-gnu*".
1543
1544 1999-10-27  Scott Bambrough  <scottb@netwinder.org>
1545
1546         * emultempl/armelf.em: Include ctype.h to prevent compile time
1547         warnings.
1548
1549 1999-10-26  Nick Clifton  <nickc@cygnus.com>
1550
1551         * emultempl/armcoff.em (gld{}_finish): Remove extraneous
1552         underscore from prototype.
1553         * emultempl/armelf.em (gld{}_finish): Remove extraneous
1554         underscore from prototype.
1555
1556 1999-10-07  Geoffrey Keating  <geoffk@cygnus.com>
1557
1558         * scripttempl/elf.sc (.rel.sdata): Combine all the sdata relocs
1559         being .rel.sdata, .rel.sdata.*, .rel.gnu.linkonce.s*.
1560         (.rela.sdata): Likewise for .rela.sdata.* and .rela.gnu.linkonce.s*.
1561         (.rel.sbss): Make like .rel.bss.
1562         (.rela.sbss): Make like .rel.bss.
1563         (.sdata): Don't include .gnu.linkonce.s.* or .sdata.* when
1564         ld -r.
1565         (.sbss): Do the same things as for .bss: include SDATA_START_SYMBOLS,
1566         .dynsbss.
1567
1568 1999-09-29  Andrew Haley  <aph@cygnus.com>
1569
1570         * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Defer
1571         merging sections when not relocating.
1572
1573 1999-09-28  Mumit Khan  <khan@xraylith.wisc.edu>
1574
1575         * pe-dll.c (process_def_file): Move the offset lookup from here to
1576         (fill_exported_offsets): here. New static function.
1577         (fill_edata): Use.
1578
1579 1999-09-28  Mumit Khan  <khan@xraylith.wisc.edu>
1580
1581         * deffilep.y (tokens): Add upper and lower case versions of DATA,
1582         CONSTANT, NONAME and PRIVATE tokens.
1583         (command): Use DATAU.
1584         (expline): Allow for drectve syntax as well.
1585         (exp_opt_list): Likewise.
1586         (exp_opt): Likewise.
1587         * pe-dll.c (make_one): Only generate the idata entries for data
1588         symbols.
1589
1590 1999-09-28  Geoffrey Keating  <geoffk@cygnus.com>
1591
1592         * scripttempl/elf.sc (.sdata): Include .gnu.linkonce.s.* sections
1593         in .sdata too.
1594
1595 1999-09-26  Nick Clifton  <nickc@cygnus.com>
1596
1597         * scripttempl/elf.sc (.bss): Accept sections named .bss.*
1598         (.sbss): Accept sections names .sbss.*
1599
1600 1999-09-22  Nick Clifton  <nickc@cygnus.com>
1601
1602         * Makefile.am: Add earm_epoc_pe.c build target.
1603
1604 Sat Sep 18 07:57:10 1999  Jeffrey A Law  (law@cygnus.com)
1605
1606         * emulparms/elf64hppa.sh (OTHER_READONLY_SYMBOLS): Remove ".stubs",
1607         they've been renamed to ".stub", which is handled automatically
1608         by elf.sc.
1609
1610 Fri Sep 17 11:00:33 1999  Jeffrey A Law  (law@cygnus.com)
1611
1612         * emulparms/elf64hppa.sh (TEXT_START_SYMBOLS): Kill completely.
1613         (DATA_START_SYMBOLS): Kill __hp_load_map definition
1614
1615 Thu Sep 16 10:59:56 1999  Jeffrey A Law  (law@cygnus.com)
1616
1617         * emultempl/elf32.em (gld${EMULATION_NAME}_open_dynamic_archive):
1618         Use the same filename extension for the bfd_elf_dt_needed_name call
1619         as we did for finding the library.
1620
1621         * emulparms/elf64hppa.sh (DATA_START_SYMBOLS): Define.
1622         (OTHER_READWRITE_SECTIONS): No longer define __hp_load_map.
1623
1624         * emulparms/elf64hppa.sh (TEXT_START_SYMBOLS): Define.
1625
1626 Wed Sep 15 02:47:43 1999  Jeffrey A Law  (law@cygnus.com)
1627
1628         * emulparms/elf64hppa.sh (SHLIB_TEXT_START_ADDR): Define.
1629         (SHLIB_DATA_ADDR): Likewise.
1630
1631         * emulparms/elf64hppa.sh (TEXT_DYNAMIC): Define.
1632
1633         * emulparms/elf64hppa.sh (OTHER_READWRITE_SECTIONS):  No longer combine
1634         the .plt, .dlt, .opd  into a single output section.  Provide values
1635         for __gp and __hp_load_map.
1636
1637 1999-09-14  Michael Meissner  <meissner@cygnus.com>
1638
1639         * configure.in (Canonicalization of target names): Remove adding
1640         ${CONFIG_SHELL} in front of $ac_config_sub, since autoconfig 2.14
1641         generates $ac_config_sub with a ${CONFIG_SHELL} already.
1642         * configure: Regenerate.
1643
1644 1999-09-14  Donn Terry  <donn@interix.com>
1645
1646         * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): allow for
1647         terminating null.
1648
1649 1999-09-14  Ulrich Drepper  <drepper@cygnus.com>
1650
1651         * configure.in: Define EXTRA_SHLIB_EXTENSION to ".sl" for HP target.
1652         * config.in: Add EXTRA_SHLIB_EXTENSION.
1653
1654         * emultempl/elf32.em (gld${EMULATION_NAME}_open_dynamic_archive):
1655         Search for second shared lib extension only if EXTRA_SHLIB_EXTENSION
1656         is defined.
1657
1658 1999-09-14  Nick Clifton  <nickc@cygnus.com>
1659
1660         * Makefile.in: Add earm_epoc_pe.c build target.
1661
1662 Tue Sep 14 05:26:34 1999  Jeffrey A Law  (law@cygnus.com)
1663
1664         * emulparms/elf64hppa.sh (OTHER_GOT_RELOC_SECTIONS): Add .rela.dlt.
1665
1666 1999-09-13  Donn Terry  <donn@interix.com>
1667
1668         * emultempl/pe.em: Remove the output file at the start, in case it
1669         is not writable.
1670
1671 Mon Sep 13 00:17:18 1999  Jeffrey A Law  (law@cygnus.com)
1672
1673         * emultempl/elf32.em (gld${EMULATION_NAME}_open_dynamic_archive):
1674         Search for file with .sl extension if no file with a .so extension
1675         is found.
1676
1677         * emulparms/elf64hppa.sh (OTHER_READWRITE_SECTIONS): Put .plt
1678         at the start of the .dlt output section.
1679
1680 1999-09-12  Ian Lance Taylor  <ian@zembu.com>
1681
1682         * pe.em: Don't include "../bfd/libbfd.h".
1683         (gld_${EMULATION_NAME}_after_open): Use xmalloc rather than
1684         bfd_alloc.
1685
1686         * pe-dll.h: New file.
1687         * pe-dll.c: Include "pe-dll.h".  Mark unused arguments as needed
1688         to avoid warnings.
1689         (edata_sz, reloc_sz): Change from int to size_t.
1690         (pe_details_type): Change type of imagebase_reloc from int to
1691         unsigned int.
1692         (pe_detail_list): Fully initialize last entry.
1693         (pe_dll_id_target): Change parameter to const.
1694         (pe_dll_generate_def_file): Likewise.
1695         (pe_dll_generate_implib): Likewise.
1696         (pe_implied_import_dll): Likewise.  Change dll_name to const.
1697         * emultempl/pe.em: Include "pe-dll.h".  Remove declarations now in
1698         pe-dll.h.
1699         (init): Fully initialize __dll__ entry.
1700         (gld_${EMULATION_NAME}_after_open): Remove unused variables
1701         sequence, elt, and i.
1702         * deffile.h: Add preprocessor guard.
1703         * deffilep.y (def_debug): Remove.
1704         * Makefile.am: Rebuild dependencies.
1705         (HFILES): Add pe-dll.h.
1706
1707 1999-09-12  Donn Terry  <donn@interix.com>
1708
1709         * ld.h (ld_abort): Declare.
1710         (abort): Define.
1711         * ldmisc.c (ld_abort): Define.
1712
1713         * scripttempl/pe.sc: Use ${ENTRY} rather than _mainCRTStartup.
1714         Move .bss section after .rdata.  Move .reloc section after .rsrc.
1715
1716         * lexsup.c (parse_args): Use strtoul for --split-by-reloc
1717         argument.
1718
1719         * lexsup.c (parse_args): If we get an unrecognized argument,
1720         mention --help.
1721
1722         * ldlang.c (section_already_linked): Use comdat information if it
1723         is available.
1724
1725         * emultempl/pe.em (PE_DEF_SECTION_ALIGNMENT): If
1726         OVERRIDE_SECTION_ALIGNMENT is defined, change to that.
1727         (gld_${EMULATION_NAME}_before_parse): Use EXECUTABLE_NAME if it is
1728         defined, rather than a.exe.
1729         (init): Define __subsystem__ as ${SUBSYSTEM}.
1730         (set_pe_subsystem): Add ${INITIAL_SYMBOL_CHAR} before entry symbol
1731         name.
1732
1733 1999-09-12  Ian Lance Taylor  <ian@zembu.com>
1734
1735         * ldlang.c (open_output): Change local variable desired_endian
1736         from int to enum bfd_endian.
1737
1738         * emulparams/arm_epoc_pe.sh: Define ENTRY, SUBSYSTEM and
1739         INITIAL_SYMBOL_CHAR.
1740         * emulparams/armpe.sh: Likewise.
1741         * emulparams/morepe.sh: Likewise.
1742         * emulparams/ppcpe.sh: Likewise.
1743         * emulparams/i386pe.sh (ENTRY): Define as _mainCRTStartup.
1744         (SUBSYSTEM): Define as PE_DEF_SUBSYSTEM.
1745
1746 Fri Sep 10 00:22:50 1999  Jeffrey A Law  (law@cygnus.com)
1747
1748         * emulparms/elf64hppa.sh (LIB_PATH): Define.
1749
1750         * emulparms/elf64hppa.sh (OTHER_READONLY_SECTIONS): Put stubs before
1751         unwinders so that they are closer to the text section.
1752         (OTHER_BSS_SECTIONS): Define.
1753         (EXECUTABLE_SYMBOLS): Provide __SYSTEM_ID and _FPU_STATUS.
1754         (INIT_START, INIT_END): Define.
1755         (FINI_START, FINI_END): Define.
1756         * scripttempl/elf.sc: Add support for INIT_START, INIT_END,
1757         FINI_START, FINI_END and OTHER_BSS_SECTIONS.
1758
1759 Thu Sep  9 21:43:58 1999  Jeffrey A Law  (law@cygnus.com)
1760
1761         * emulparms/elf64hppa.sh (TEXT_START_ADDR): Move up one page.
1762         (DATA_ADDR): Define.
1763
1764 1999-09-09  Stan Shebs  <shebs@andros.cygnus.com>
1765
1766         * emulparams/d10velf.sh (READONLY_START_ADDR): Set to 0x2000004.
1767
1768 1999-09-09  Andreas Schwab  <schwab@suse.de>
1769
1770         * ld.texinfo: Fix arguments of @var to not contain punctuation.
1771
1772 Thu Sep  9 05:52:34 1999  Jeffrey A Law  (law@cygnus.com)
1773
1774         * emulparms/elf64hppa.sh (OTHER_READWRITE_SECTIONS): Define.
1775
1776 1999-09-08  Ulrich Drepper  <drepper@cygnus.com>
1777
1778         * emulparams/elf64hppa.sh (ELFSIZE): New.  Set to 64.
1779
1780 Wed Sep  8 00:07:39 1999  Jeffrey A Law  (law@cygnus.com)
1781
1782         * emulparms/elf64hppa.sh (ENTRY): Define to main.
1783
1784 1999-09-03  Scott Bambrough  <scottb@netwinder.org>
1785
1786         * ld/configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
1787         target "arm*-*-linux-gnu*"
1788
1789 1999-09-04  Steve Chamberlain  <sac@pobox.com>
1790
1791         * configure.tgt (pjl-*-*, pj-*-*): New targets.
1792         * emulparams/pjelf.sh: New file.
1793         * emulparams/pjlelf.sh: New file.
1794         * scripttempl/pj.sc: New file.
1795         * Makefile.am (ALL_EMULATIONS): Add epjelf.o and epjlelf.o.
1796         (epjelf.o, epjlelf.o): New targets.
1797         * Makefile.in: Rebuild.
1798
1799 Fri Sep  3 20:17:08 1999  Jeffrey A Law  (law@cygnus.com)
1800
1801         * emulparams/elf64hppa.sh (MAXPAGESIZE): Define.
1802         (OTHER_READONLY_SECTIONS, DATA_PLT): Likewise.
1803
1804 Thu Sep  2 14:32:03 1999  Jeffrey A Law  (law@cygnus.com)
1805
1806         * emulparams/elf64hppa.sh: New file.
1807         * configure.tgt (hppa*w-*-*): Use elf64hppa emulation.
1808         * Makefile.am (ALL_64_EMULATIONS): Add eelf64hppa.o
1809         (eelf64hppa.c): Add dependencies.
1810         * Makefile.in: Rebuilt.
1811
1812 1999-08-25  Philip Blundell  <pb@nexus.co.uk>
1813
1814         * emulparams/armelf.sh (OTHER_BSS_SYMBOLS): Add __end__.
1815         * emulparams/armelf_linux.sh: Likewise.
1816         * emulparams/armelf_linux26.sh: Likewise.
1817
1818 1999-08-24  Nick Clifton  <nickc@cygnus.com>
1819
1820         From a patch submitted by Roland McGrath  <roland@baalperazim.frob.com>
1821
1822         * configure.tgt (arm-*-netbsd*): New target.
1823         * Makefile.am (ALL_EMULATIONS): Add earmnbsd.o.
1824         (earmnbsd.c): New rule with deps.
1825         * Makefile.on: Regenerate.
1826         * emulparams/armnbsd.sh: New file.
1827
1828 1999-08-23  Nick Clifton  <nickc@cygnus.com>
1829
1830         * emulparams/elf32mcore.sh (PARSE_AND_LIST_ARGS): Define.
1831         Implement --base-file command line switch.
1832
1833         * emultempl/elf32.em: Add ability for individual targets to have
1834         their own command line switches by defining PARSE_AND_LIST_ARGS.
1835
1836 1999-08-19  Andreas Schwab  <schwab@suse.de>
1837
1838         * configure.host: Use ${CC} instead of gcc for finding compiler
1839         related files.
1840
1841 1999-08-11  Nick Clifton  <nickc@cygnus.com>
1842
1843         * scripttempl/mcorepe.sc (OUTPUT_FORMAT): Fix typo.
1844
1845 1999-08-09  Mark Elbrecht  <snowball3@bigfoot.com>
1846
1847         * scripttempl/i386go32.sc: Handle g++ exception sections.
1848
1849 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
1850
1851         From Wally Iimura <iimura@microunity.com>:
1852         * ldlang.c (lang_size_sections): When checking whether an address
1853         is within a region, don't get confused by wrapping around at the
1854         end of the address space.
1855
1856 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
1857
1858         * ldlang.c (wild_doit): Update for renaming of SEC_SHORT to
1859         SEC_SMALL_DATA.
1860
1861         * Makefile.am: Rename .dep* files to DEP*.  Change DEP variable to
1862         MKDEP.  Rebuild dependencies.
1863         * Makefile.in: Rebuild.
1864
1865 1999-08-08  Jakub Jelinek  <jj@ultra.linux.cz>
1866
1867         * configure.host (sparc-*-linux-gnu*): New host.
1868         (sparc64-*-linux-gnu*): New host.
1869
1870 1999-08-06  Ian Lance Taylor  <ian@zembu.com>
1871
1872         * lexsup.c (is_num): Reindent.
1873         (parse_args): Mention program name in error message.
1874
1875         * emultempl/ostring.sed: Rename from stringify.sed.
1876         * emultempl/astring.sed: New file.
1877         * Makefile.am (stringify.sed): New target.
1878         (GEN_DEPENDS): Change $(srcdir)/emultempl/stringify.sed to
1879         stringify.sed.
1880         * configure.in: Define and substitute STRINGIFY.
1881         * emultempl/*.em: Use stringify.sed from build directory rather
1882         than source directory.
1883         * emultempl/elf32.em: Use stringify.sed rather than inline sed
1884         script.
1885         * emultempl/gld960.em, emultempl/gld960c.em: Likewise.
1886         * emultempl/hppaelf.em, emultempl/linux.em: Likewise.
1887         * emultempl/lnk960.em, emultempl/sunos.em: Likewise.
1888         * configure, Makefile.in: Rebuild.
1889
1890 1999-08-05  Donn Terry  <donn@interix.com>
1891
1892         * emulparams/i386pe.sh: Define ENTRY, SUBSYSTEM, and
1893         INITIAL_SYMBOL_CHAR.
1894         * emulparams/i386pe_posix.sh: New file.
1895         * Makefile.am (YACC): If bison is not in the source tree, use
1896         @YACC@ rather than bison -y.
1897         (LEX): If flex is not in the source tree, use @LEX@ rather than
1898         flex.
1899         (ALL_EMULATIONS): Add ei386pe_posix.o.
1900         (ei386pe_posix.c): New target.
1901         * configure.tgt (i[3456]86-*-interix*): New target.
1902         * configure.host (i[3456]86-pc-interix*): New host.
1903         * Makefile.in: Rebuild.
1904
1905 1999-08-03  Ian Lance Taylor  <ian@zembu.com>
1906
1907         * emulparams/elf32ppc.sh (MAXPAGESIZE): Change to 0x10000.
1908         * emulparams/elf32ppclinux.sh (MAXPAGESIZE): Likewise.
1909
1910 1999-08-03  H.J. Lu  <hjl@gnu.org>
1911
1912         * Makefile.am (ALL_EMULATIONS): Remove ego32.o.
1913         (ego32.c): Remove.
1914         * Makefile.in: Rebuild.
1915
1916 1999-07-22  Philip Blundell  <pb@nexus.co.uk>
1917
1918         * emulparams/armelf_linux26.sh (DATA_START_SYMBOLS): Define.
1919         (OTHER_BSS_SYMBOLS, OTHER_BSS_END_SYMBOLS): Likewise.
1920         * emulparams/armelf_linux.sh (DATA_START_SYMBOLS): Define.
1921
1922         * configure.tgt (arm*-*-uclinux*, thumb-*-uclinux*,
1923         thumb-*-linux-gnu*): New targets.
1924
1925 1999-07-21  Mark Elbrecht  <snowball3@bigfoot.com>
1926
1927         * scripttempl/i386go32.sc: Add handling of linkonce sections.
1928
1929         * configure.bat: Remove; obsolete.
1930         * emulparams/go32.sh: Remove; obsolete.
1931         * scripttempl/go32coff.sc: Remove; obsolete.
1932
1933 1999-07-21  H.J. Lu  <hjl@gnu.org>
1934
1935         * configure.tgt (mips*el-*-vxworks*): New target.
1936
1937 1999-07-21  Brad M. Garcia  <bgarcia@fore.com>
1938
1939         * configure.tgt (i[3456]86-*-vxworks*): New target.
1940
1941 Tue Jul 20 15:18:46 1999  Bob Manson  <manson@charmed.cygnus.com>
1942
1943         * ldlang.c (lang_gc_sections): Only handle the start symbol
1944         specially if there is one.
1945
1946 Mon Jul 19 14:19:14 1999  Mark P. Mitchell  <mark@codesourcery.com>
1947
1948         * emulparams/elf32bmipn32.sh (OTHER_RELOCATING_SECTIONS): Add
1949         .MIPS.events and .MIPS.content handling.
1950         * emulparams/elf64bmip.sh (OTHER_RELOCATING_SECTIONS): Likewise.
1951
1952 1999-07-17  Nick Clifton  <nickc@cygnus.com>
1953
1954         * ldlang.c (get_target): New function: Return true iff the
1955         given target is the target being sought.
1956         (stricpy): New function:  Like strcpy but convert to lower
1957         case as well.
1958         (strcut): New function:  Like strstr but remove the located
1959         substring as well.
1960         (name_compare): New function: Compute a compatability rating
1961         for two target names.
1962         (winner): New variable: Best target found by
1963         closest_target_match() so far.
1964         (closest_target_match): New function: Find the target which is
1965         the closest match to the original target.
1966         (get_first_input_target): New function: Find the target format
1967         of the first of the linker's input file.
1968         (open_output): Be more clever about deciding the output target
1969         format.
1970
1971 1999-07-16  Jakub Jelinek  <jj@ultra.linux.cz>
1972
1973         * emulparams/elf64_sparc.sh: Add 64-bit directories to native LIB_PATH.
1974
1975 Thu Jul 15 15:55:15 1999  Mark P. Mitchell  <mark@codesourcery.com>
1976
1977         * configure.host: Set up HOSTING_CRT0 and HOSTING_LIBS for IRIX6.
1978
1979 1999-07-15  Ian Lance Taylor  <ian@zembu.com>
1980
1981         * configure.in: Bump version number to 2.9.5.
1982         * configure: Rebuild.
1983
1984 1999-07-14  Richard Henderson  <rth@cygnus.com>
1985
1986         * ldlang.c (wild_doit): Copy SEC_SHORT to output section.
1987
1988         * scripttempl/elf.sc: Re-order .rel[a].foo outputs to the
1989         same order seen for the main sections.  Add
1990         OTHER_READONLY_RELOC_SECTIONS and OTHER_GOT_RELOC_SECTIONS.
1991
1992 1999-07-12  Andreas Schwab  <schwab@suse.de>
1993
1994         * emultempl/linux.em (ld_${EMULATION_NAME}_emulation): Fill in
1995         structure initializations.
1996
1997         * emultempl/elf32.em (ld_${EMULATION_NAME}_emulation): Add missing
1998         comma in initializer.
1999
2000 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
2001
2002         * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED
2003         as appropriate.  Fill in structure initializations.
2004
2005 1999-07-10  Ian Lance Taylor  <ian@zembu.com>
2006
2007         * ldfile.c: Revert patch of 1999-07-08.
2008         (ldfile_try_open_bfd): If we are searching for the file, skip
2009         files with an incompatible architecture.
2010
2011 1999-07-09  Nick Clifton  <nickc@cygnus.com>
2012
2013         * scripttempl/armcoff.sc (OUTPUT_FORMAT): Include big endian and
2014         little endian formats.
2015
2016 1999-07-08  Felix Lee  <flee@cygnus.com>
2017
2018         * scripttempl/mcorepe.sc: fix quoting problem, for bash 2.x
2019
2020 1999-07-08  Jakub Jelinek  <jj@ultra.linux.cz>
2021
2022         * ldfile.c (ldfile_open_file_search): Skip libraries made for
2023         incompatible architectures in the search path. Let the user know
2024         about any such skips.
2025
2026 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
2027
2028         * configure.tgt (hppa*-linux-gnu*): New target.
2029
2030 1999-07-07  Mark Mitchell  <mark@codesourcery.com>
2031
2032         * Makefile.am (ALL_64_EMULATIONS): Add eelf64bmip.
2033         (eelf64bmip): New target.
2034         * Makefile.in: Regenerated.
2035         * configure.tgt (mips-sgi-irix6*): Add 64-bit emulation.
2036         * emulparams/elf64bmip.sh: New file.
2037
2038 1999-07-05  Nick Clifton  <nickc@cygnus.com>
2039
2040         * emultempl/pe.em (after_open): Abort if input format is ARM and
2041         output format is not.
2042         * emultempl/armcoff.em (after_open): Abort if input format is ARM
2043         and output format is not.
2044         * emultempl/armelf.em (after_open): Abort if input format is ARM
2045         and output format is not.
2046
2047 1999-07-02  Ian Lance Taylor  <ian@zembu.com>
2048
2049         * ldlang.c: Revert change of 1999-06-23.
2050
2051 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
2052
2053         * Makefile.am (ALL_EMULATIONS): Add eelf32bmipn32.o.
2054         (eelf32bmipn32.c): New target.
2055         * Makefile.in: Regenerated.
2056         * configure.tgt (mips-sgi-irix6*): Make n32 the default
2057         emulation.
2058         * emulparams/elf32bmipn32.sh: New file.
2059
2060 1999-06-28  Jim Pick <jim@jimpick.com>
2061
2062         * emultempl/armelf.em: Added code so that .xs linker scripts are
2063         called so that ARM shared libraries are built correctly.
2064
2065 1999-06-22  Mark Mitchell  <mark@codesourcery.com>
2066
2067         * ldmain.c (main): Initialize link_info.init_function and
2068         link_info.fini_function.
2069         * lexsup.c (OPTION_INIT): New macro.
2070         (OPTION_FINI): Likewise.
2071         (ld_options): Add descriptions for them.
2072         (parse_args): Handle them.
2073
2074 1999-06-23  Ian Lance Taylor  <ian@zembu.com>
2075
2076         * ldlang.c (section_already_linked): Only discard link once
2077         sections if we are building constructors.
2078
2079 1999-06-22  Nick Clifton  <nickc@cygnus.com>
2080
2081         * ld.texinfo (Location Counter): Describe behaviour of
2082         location counter inside section statements.
2083
2084 1999-06-20  Mark Mitchell  <mark@codesourcery.com>
2085
2086         * scripttempl/elf.sc (WRITABLE_RODATA): New variable for
2087         controlling whether or not .rodata is in the data segment or the
2088         text segment.
2089
2090 1999-06-18  Nick Clifton  <nickc@cygnus.com>
2091
2092         * emultempl/pe.em: Add new command line switch --thumb-entry.
2093         * emultempl/armelf.em: Add new command line switch --thumb-entry.
2094         * emultempl/armcoff.em: Add new command line switch --thumb-entry.
2095         * ld.texinfo: Document new ARM command line switch: --thumb-entry.
2096
2097 1999-06-20  H.J. Lu  <hjl@gnu.org>
2098
2099         * configure.in (all_libpath): Accumulate across all enabled targets.
2100
2101 Sun Jun 20 14:10:33 1999  Richard Henderson  <rth@cygnus.com>
2102
2103         * emultempl/armelf.em: Watch EMULATION_LIBPATH instead of
2104         DEFAULT_EMULATION.
2105         * emultempl/elf32.em: Likewise.
2106         * emultempl/sunos.em: Likewise.
2107
2108 Fri Jun 18 15:24:48 1999  Richard Henderson  <rth@cygnus.com>
2109
2110         * Makefile.am (GENSCRIPTS): Pass EMULATION_LIBPATH, not EMUL.
2111         * configure.in (all_emuls): Add targ_extra_libpath.
2112         (all_libpath, EMULATION_LIBPATH): Define.
2113         * configure.tgt (powerpc-*-linux-gnu*): Define targ_extra_libpath.
2114         * genscripts.sh (LIB_PATH): Define if emulation in EMULATION_LIBPATH.
2115
2116 Mon Jun 14 10:38:36 1999  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
2117
2118         * ld.texinfo: Fix use of @item vs. @itemx.
2119
2120 1999-06-13  Ian Lance Taylor  <ian@zembu.com>
2121
2122         From Thomas Zenker <thz@lennartz-electronic.de>:
2123         * ldgram.y (attributes_opt): Use attributes_list instead of NAME.
2124         (attributes_list, attributes_string): New nonterminals.
2125         * ldlang.c (lang_set_flags): Add invert parameter.  Don't handle
2126         '!'.
2127         * ldlang.c (lang_set_flags): Update declaration.
2128
2129 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
2130
2131         * emultempl/pe.em (gld_${EMULATION_NAME}_after_parse): Don't add
2132         entry_symbol as an undefined symbol when doing a relocateable
2133         link.  From <jeffdb@goodnet.com>.
2134
2135 1999-06-12  David O'Brien  <obrien@freebsd.org>
2136
2137         * configure.tgt: (i[3456]86-*-freebsd*): Now defaults to ELF.
2138
2139 1999-06-09  Nick Clifton  <nickc@cygnus.com>
2140
2141         * lexsup.c (help): Restore previous format of output.
2142
2143 1999-06-04  Nick Clifton  <nickc@cygnus.com>
2144
2145         * emultempl/pe.em: If compiling for arm_epoc_pe rename
2146         interworking functions to avoid a name space clash.
2147
2148 1999-06-02  Jason Merrill  <jason@yorick.cygnus.com>
2149
2150         * scripttempl/v850.sc: Add initp support.
2151
2152 1999-06-02  Nick Clifton  <nickc@cygnus.com>
2153
2154         * emultempl/pe.em: Rename global arm interworking functions to
2155         avoid name collision when all targets BFD is built.
2156
2157 1999-05-30  Cort Dougan  <cort@attis.cs.nmt.edu>
2158
2159         * Makefile.am (ALL_EMULATIONS): Add eelf32ppclinux.o.
2160         * configure.tgt (powerpc-*-linux-gnu): Use it.
2161         * emulparams/elf32ppclinux.sh: New file.
2162
2163 1999-05-29  Ian Lance Taylor  <ian@zembu.com>
2164
2165         * ld.texinfo (Options): Clarify that options which refer to files
2166         must be properly ordered.
2167
2168 1999-05-29  Nick Clifton  <nickc@cygnus.com>
2169
2170         * emultempl/armelf.em (..._parse_args): New function: Parse
2171         command line option.  Accept arm-elf specific command line option
2172         '-p' or '--no-pipeline-knowledge'.
2173         (..._list_options): New function: Describe the new command line
2174         option.
2175         (..._before_allocation): Pass the value of the new variable
2176         no_pipeline_knowledge to bfd_elf32_arm_process_before_allocation.
2177
2178         * emultemp/armelf_oabi.em (..._before_allocation): Pass zero as
2179         the third parameter to bfd_elf32_arm_process_before_allocation.
2180
2181 1999-05-28  Nick Clifton  <nickc@cygnus.com>
2182
2183         * lexsup.c (help): Minor formatting changes.
2184
2185 1999-05-28  Martin Dorey  <mdorey@madge.com>
2186
2187         * configure.tgt (i960-*-elf*): New target.
2188         * emulparams/elf32_i960.sh: New file.
2189         * Makefile.am (ALL_EMULATIONS): Add eelf32_i960.o.
2190         (eelf32_i960.c): New target.
2191         * Makefile.in: Rebuild.
2192
2193 1999-05-26  Nick Clifton  <nickc@cygnus.com>
2194
2195         * emulparams/armelf_oabi.sh (TEMPLATE_NAME): Set to armelf_oabi.
2196
2197 1999-05-24  Philip Blundell  <philb@gnu.org>
2198
2199         * emultempl/armelf.em (before_parse): Set config.dynamic_link and
2200         config.has_shared.
2201         * emulparams/armelf.sh (GENERATE_SHLIB_SCRIPT): Define.
2202         * emulparams/armelf_linux.sh (GENERATE_SHLIB_SCRIPT): Likewise.
2203
2204 1999-04-13  Philip Blundell  <philb@gnu.org>
2205
2206         * emultempl/armelf.em: Add definitions related to shared objects
2207         (copied from elf32.em).
2208
2209 Wed May 19 12:44:26 1999  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
2210
2211         * Makefile.am (ALL_EMULATIONS): Remove earmlinux.o and
2212         earm26linux.o, add earmelf_linux.o and earmelf_linux26.o.
2213         * Makefile.in: Regenerated.
2214
2215 1999-05-16  Nick Clifton  <nickc@cygnus.com>
2216
2217         * emulparams/elf32mcore.sh (GENERATE_SHLIB_SCRIPT): Define.
2218         (TEMPLATE_NAME): Define.
2219
2220 Thu May 13 09:48:09 1999  Joel Sherrill (joel@OARcorp.com)
2221
2222         * configure.tgt (i386-*-rtemself*, sh-*-rtemself*): New targets.
2223         (mips*el-*-rtems*, powerpcle-*-rtems*): New targets.
2224
2225 1999-05-10  DJ Delorie  <dj@cygnus.com>
2226
2227         * scripttempl/pe.sc: Specify the output arch, which Ian says is
2228         the Right Thing to do.
2229
2230         * emultempl/pe.em: various changes to parameterize the
2231         target-specific information.
2232         (gld_i386pe_after_open): Detect and fix MS import libraries
2233         by renaming the member objects (which are all named the same).
2234
2235         * pe-dll.c: various changes to parameterize the target-specific
2236         information.
2237         (generate_reloc): support relocs more generically to allow for
2238         expansion.
2239         (pe_exe_build_sections): new; used to add .relocs to .exes
2240         (pe_exe_fill_sections): ditto
2241
2242 1999-05-10  Catherine Moore  <clm@cygnus.com>
2243
2244         * emultempl/pe.em (gld_${EMULATION_NAME}_after_open):
2245         Check for TARGET_IS_arm_epoc_pe.
2246         (gld_${EMULATION_NAME}_before_allocation): Likewise.
2247
2248 1999-05-12  Anthony Green  <green@cygnus.com>
2249
2250         * ldlang.c (walk_wild, walk_wild_file, walk_wild_section,
2251         output_section_callback, gc_section_callback): New functions for
2252         generic section walks.
2253         (wild, lang_gc_wild): Use walk_wild.
2254         (wild_file, lang_gc_wild_file): Deleted. Common logic moved to
2255         walk_wild_file.
2256         (wild_section, lang_gc_wild_section): Deleted. Common logic moved
2257         to walk_fild_section.  Unique logic moved into callbacks
2258         output_section_callback and gc_section_callback.
2259
2260 1999-04-26  Tom Tromey  <tromey@cygnus.com>
2261
2262         * aclocal.m4, configure: Updated for new version of libtool.
2263
2264 1999-04-12  Philip Blundell  <pb@nexus.co.uk>
2265
2266         * emulparams/armelf_linux.sh: New file.  Support for ARM
2267         GNU/Linux ELF ABI.
2268         * emulparams/armelf_linux26.sh: New file. APCS-26 version of above.
2269         * configure.tgt: For arm*-*-linux-gnu*, set default emulation to
2270         `armelf_linux', and also include `armelf_linux26' and `armelf'.
2271         * Makefile.am: Add rules to make earmlinux.c and earmlinux26.c.
2272         (ALL_EMULATIONS): Add earmlinux.o and earmlinux26.o.
2273         * Makefile.in: Regenerate.
2274
2275 1999-04-11  Richard Henderson  <rth@cygnus.com>
2276
2277         * Makefile.am (ALL_EMULATIONS): Add elf_i386_be.o.
2278         * configure.tgt (i[3456]86-*-beos*): Use it.
2279         * emulparams/elf_i386_be.sh: New file.
2280         * Makefile.in: Rebuild.
2281
2282         * configure.in (environ): Detect declaration.
2283         * ldmain.c (main): Don't declare environ.
2284         * sysdep.h (environ): Declare if needed.
2285         * configure, config.in: Rebuild.
2286
2287 1999-04-11  Richard Henderson  <rth@cygnus.com>
2288
2289         * ldgram.y (ldgram_vers_current_lang): New.
2290         (vers_defns): Accept `extern "lang" { }' syntax.
2291         * ldlex.l (vers_node_nesting): New.
2292         (V_IDENTIFIER): Accept . and $ in symbols.
2293         (VERS_NODE): Accept `extern "lang" { }' tokens.  Nest VERS_NODE states.
2294         * ldlang.c (lang_new_vers_regex): New `lang' argument.  Update callers.
2295         (lang_vers_match_lang_c): New function.
2296         (lang_vers_match_lang_cplusplus): New function.
2297         (lang_vers_match_lang_java): New function.
2298         (lang_do_version_exports_section): Fix iteration.  Don't free
2299         section contents, as it is still in use by the patterns.
2300
2301 1999-04-10  Richard Henderson  <rth@cygnus.com>
2302
2303         * ldmain.c (main): Init link_info.no_undefined.
2304         * lexsup.c: Add command-line option --no-undefined.
2305
2306 1999-04-06  Ian Lance Taylor  <ian@zembu.com>
2307
2308         * ld.h (LC_MESSAGES): Never define.
2309         * ldmain.c (main): Don't pass LC_MESSAGES to setlocale if the
2310         system does not define it.
2311
2312 1999-04-06  H.J. Lu  <hjl@gnu.org>
2313
2314         * ldmain.h (demangling): Declare.
2315         * ldmain.c (demangling): New global variable.
2316         (main): Initialize demangling.
2317         * ldmisc.c (vfinfo): Don't demangle symbol if ! demangling.
2318         * lexsup.c (ld_options, parse_args): Handle --demangle and
2319         --no-demangle.
2320         * ld.texinfo, ld.1: Document --demangle/--no-demangle.
2321
2322         * ldlex.l (V_IDENTIFIER): Allow '.' in symbol.
2323
2324 1999-04-05  Chris Torek  <torek@BSDI.COM>
2325
2326         * emultempl/sunos.em (gld${EMULATION_NAME}_search_dir): Check that
2327         a shared library really exists, avoiding broken symlinks.
2328
2329         * ldfile.c (ldfile_open_file): Generate a better error message if
2330         we can't find a -l file.
2331
2332 1999-04-05  DJ Delorie  <dj@cygnus.com>
2333
2334         * configure.tgt (i386-*-pe): add targ_extra_ofiles for other PE
2335         targets (i386-pe and i386-winnt)
2336
2337 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
2338
2339         * deffilep.y: Include "sysdep.h" and "ldmisc.h".
2340         (def_file_add_directive): Change return type to void.  Remove
2341         unused locals sh_reserve, sh_commit, and j.
2342         (def_ungetc): Always return a value.
2343         (def_lex): Correct parenthesization of || within &&.
2344         * deffile.h (def_file_add_directive): Update declaration.
2345         * pe-dll.c: Include <time.h>, <ctype.h>, and "ldemul.h".
2346         (generate_edata): Remove unused local i.
2347         (quoteput): Add cast to avoid warning.
2348         (pe_dll_generate_def_file): Fix type in format string.
2349         (quick_symbol): Remove unused local blhe.
2350         (pe_dll_generate_implib): Add cast to avoid warning.
2351         (pe_process_import_defs): Remove unused locals ar_head, ar_tail,
2352         and n.
2353         (pe_as16): Comment out.
2354
2355 1999-04-04  Don Bowman <don@pixsci.com>
2356
2357         * configure.tgt: Add mips*-*-vxworks* target.
2358
2359 1999-03-31  Nick Clifton  <nickc@cygnus.com>
2360
2361         * Makefile.in (ALL_EMULATIONS): Add earm_epoc_pe.o
2362         Add build rule and dependencies for earm_epoc_pe.c.
2363
2364         * emulparams/arm_epoc_pe.sh: New file.
2365
2366         * configure.tgt: Add 'targ_extra_ofiles' for ARM based PE
2367         targets.
2368
2369 1999-03-31  Philip Blundell  <pb@nexus.co.uk>
2370
2371         * configure.tgt: Match `arm*-*-linux-gnu*' not
2372         `armv*-*-linux-gnu'.
2373
2374 1999-03-26  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
2375
2376         * scripttempl/elf.sc: Put the .eh_frame and .gcc_except_table
2377         sections in the data segment.
2378
2379 Fri Mar 26 12:05:51 1999  Catherine Moore  <clm@cygnus.com>
2380
2381         * ld.h (wildcard_spec): Add exclude_name.
2382         * ldgram.y (EXCLUDE_FILE): New token.
2383         (wildcard_spec): Set exclude_name.
2384         (file_NAME_list): Recognize EXCLUDE_FILE.
2385         * ldlang.c (wild_section): Check for excluded files.
2386         (print_wild_statement): Print excluded files.
2387         (lang_add_wild): New argument exclude_filename.
2388         Set exclude_filename.
2389         * ldlang.h (lang_wild_statement_type):  Add exclude_filename.
2390         * ldlex.l: New token EXCLUDE_FILE.
2391         * mri.c (mri_draw_tree):  Add argument to lang_add_wild.
2392         * scripttempl/elf.sc (CTOR, DTOR):  Exclude crtend.o from ctor wildcard.
2393         Reorder sorted and unsorted ctors.
2394         * scripttempl/elfd10v.sc (CTOR, DTOR): Likewise.
2395         * scripttempl/elfd30v.sc (CTOR, DTOR): Likewise.
2396         * scripttempl/elfppc.sc (CTOR, DTOR): Likewise.
2397
2398 1999-03-26  Nick Clifton  <nickc@cygnus.com>
2399
2400         * ldlang.c (lang_gc_sections): If entry_symbol is not defined,
2401         default to "start".
2402
2403 1999-03-03  Nick Clifton  <nickc@cygnus.com>
2404
2405         * scripttempl/elf.sc: Add explicit placements for the .eh_frame
2406         and .gcc_except_table sections.
2407
2408 Wed Mar  3 09:13:34 1999  Catherine Moore  <clm@cygnus.clm>
2409
2410         * scripttempl/elf.sc: Remove .end.ctors and .end.dtors
2411         sections.  Reorder .ctors section entries.
2412         * scripttempl/elfd10v.sc: Likewise.
2413         * scripttempl/elfd30v.sc: Likewise.
2414         * scripttempl/elfppc.sc: Likewise.
2415
2416 1999-02-26  Jim Lemke  <jlemke@cygnus.com>
2417
2418         * ldmain.c (main): Wrong error msg for -r and --mpc860c0.
2419
2420 1999-02-25  Nick Clifton  <nickc@cygnus.com>
2421
2422         * ldlang.c (lang_check_section_addresses): Remove extraneous
2423         backslash.
2424
2425 Thu Feb 25 15:07:24 1999  Catherine Moore  <clm@cygnus.com>
2426
2427         * scripttempl/elf.sc: Don't gather .ctor and .dtor sections
2428         for relocateable links.
2429         * scripttempl/elfd10v.sc: Likewise.
2430         * scripttempl/elfd30v.sc: Likewise.
2431         * scripttempl/elfppc.sc: Likewise.
2432
2433 1999-02-22  Jim Lemke  <jlemke@cygnus.com>
2434
2435         * ldint.texinfo: remove extraneous right brace.
2436         * ldmain.c (main): initialize and check option "mpc860c0".
2437         * lexsup.c (ld_options, parse_args): add option "mpc860c0".
2438
2439 Wed Feb 17 12:10:06 1999  Stan Cox  <scox@cygnus.com>
2440
2441         * mpw-elfmips.c (gldelf32ebmip_before_allocation): Remove special
2442         .reginfo section handling.
2443         * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Likewise.
2444         * emulparams/elf32elmip.sh (INITIAL_READONLY_SECTIONS): Removed
2445         * emulparams/elf32ebmip.sh (INITIAL_READONLY_SECTIONS): Removed
2446
2447 1999-02-17  Nick Clifton  <nickc@cygnus.com>
2448
2449         Patch from: Scott Bambrough <scottb@corelcomputer.com>
2450
2451         * configure.tgt: Added armv*-*-linux-gnu to $targ_emul
2452         recognition.
2453
2454 Wed Feb 17 Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
2455
2456         * emultempl/armelf_oabi.em
2457         (bfd_elf32_arm_allocate_interworking_sections,
2458         bfd_elf32_arm_get_bfd_for_interworking,
2459         bfd_elf32_arm_process_before_allocation): Define them to use the
2460         old ABI versions of the functions.
2461
2462 Tue Feb 16 16:48:19 1999  Ian Lance Taylor  <ian@cygnus.com>
2463
2464         * configure.in: Change AC_PREREQ to 2.13.  Change AM_PROG_INSTALL
2465         to AC_PROG_INSTALL.  Change AM_EXEEXT to AC_EXEEXT.
2466         * Makefile.am (earmelf_oabi.c): Changes spaces to tab.
2467         * acconfig.h: Remove.
2468         * aclocal.m4: Rebuild.
2469         * configure: Rebuild.
2470         * Makefile.in: Rebuild.
2471
2472 Mon Feb 15 18:21:48 1999  Vladimir N. Makarov  <vmakarov@cygnus.com>
2473
2474         * ldexp.h (struct etree_value_type): Change valid onto valid_p.
2475
2476         * ldexp.c (new_abs): Ditto.
2477         (new_rel, new_rel_from_section, fold_binary, invalid, fold_name,
2478         exp_fold_tree, exp_binop, exp_trinop, stat_alloc,
2479         exp_get_abs_int): Ditto
2480
2481         * ldlang.c (print_assignment, lang_size_sections,
2482         lang_do_assignments): Ditto.
2483
2484 1999-02-11  Nick Clifton  <nickc@cygnus.com>
2485
2486         * ldlang.c (lang_check_section_addresses): New function: Check
2487         addresses assigned to section for overlaps.
2488         (lang_process): Call lang_check_section_addresses if suitable.
2489
2490         * ld.h: Add new boolean field to args_type structure:
2491         'check_section_addresses'.
2492
2493         * ldmain.c: Initialise check_section_addresses field to true.
2494
2495         * lexsup.c: Add new command line options '--no-check-sections' and
2496         '--check-sections'.
2497
2498         * ld.texinfo: Document new command line options '--check-sections'
2499         and '--no-check-sections'.
2500
2501 1999-02-08  Nick Clifton  <nickc@cygnus.com>
2502
2503         * configure.tgt: Add support for StrongARM target.
2504
2505 Wed Feb  3 19:41:01 1999  Ian Lance Taylor  <ian@cygnus.com>
2506
2507         * ldctor.c (ldctor_build_sets): Just set SEC_KEEP once.  Check for
2508         an owner of a section before using it to look up a reloc type.
2509         Don't set SEC_KEEP for the absolute section.
2510
2511 Mon Feb  1 11:39:46 1999  Catherine Moore  <clm@cygnus.com>
2512
2513         * Makefile.am (earmelf_oabi.o):  New.
2514         * Makefile.in:  Regenerate.
2515         * configure.tgt (arm-*-oabi):  New.
2516         (thumb-*-oabi):  New.
2517         * emulparams/armelf_oabi.sh:  New.
2518         * emultempl/armelf_oabi.em:  New.
2519
2520 1999-01-31 17:57:31 1998  Michael Meissner  <meissner@cygnus.com>
2521
2522         * scripttempl/elfppc.sc: Add support for -fleading-underscores
2523         switch in all linker generated symbols.
2524
2525         * configure.tgt (powerpc{,le}*-*-vxworks): Add as aliases for
2526         powerpc{,le}-*-eabi.
2527
2528 Wed Jan 20 17:01:48 1999  Ian Lance Taylor  <ian@cygnus.com>
2529
2530         * configure.tgt (i[3456]86-*-solaris2*): New target.  From Pavel
2531         Roskin <pavel_roskin@geocities.com>.
2532
2533 1999-01-19  Nick Clifton  <nickc@cygnus.com>
2534
2535         * ldlang.c (lang_size_sections): Count loadable sections as
2536           contributing to the size of the current segment.
2537
2538 1999-01-15  Nick Clifton  <nickc@cygnus.com>
2539
2540         * ldlang.c (lang_size_sections): Only update the current
2541           address of a region if the section just placed into it is an
2542           allocated section.
2543
2544 1999-01-12  Nick Clifton  <nickc@cygnus.com>
2545
2546         * Makefile.am: Replace efr30.o with eelf32fr30.o.
2547         * Makefile.in: Regenerate.
2548
2549         * configure.tgt: Replace fr30 with elf32fr30.
2550
2551         * emulparams/elf32fr30.sh: New file: Replaces fr30.sh, and uses
2552         generic elf.sc script.  Also replaces the .stack section with a
2553         user definable symbol __stack.
2554
2555 1999-01-11  Nick Clifton  <nickc@cygnus.com>
2556
2557         * scripttempl/fr30.sc: Fill .init and .fini sections with NOP
2558         pattern.
2559
2560 1999-01-03  Ken Raeburn  <raeburn@cygnus.com>
2561
2562         * Makefile.am (check-DEJAGNU): No longer provide HOSTING_EMU,
2563         HOSTING_CRT0, HOSTING_LIBS; the test suite can extract them from
2564         configure.host and configure.tgt now.
2565         * Makefile.in: Rebuild.
2566
2567 1998-12-27  Ulrich Drepper  <drepper@cygnus.com>
2568
2569         * lexsup.c (parse_args, case OPTION_RPATH): Avoid adding duplicate
2570         elements to rpath.
2571
2572 Thu Dec 10 11:12:28 1998  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
2573
2574         * Makefile.am (ALL_EMULATIONS): Remove pe-dll.o and deffilep.o.
2575         (ALL_EMUL_EXTRA_OFILES): New variable.  Put them here instead.
2576         * configure.in: Set EMUL_EXTRA_OFILES to $(ALL_EMUL_EXTRA_OFILES)
2577         if configuring with all targets.
2578         * configure, Makefile.in, aclocal.m4: Rebuild.
2579
2580         * emultempl/pe.em (pe_enable_stdcall_fixup): Make static.
2581         (pe_dll_do_default_excludes): Removed, unused.
2582         (pe_def_file, pe_dll_export_everything, pe_dll_kill_ats,
2583         pe_dll_stdcall_aliases): Don't initialize them, this file may be
2584         compiled more than once.
2585         * pe-dll.c (pe_def_file, pe_dll_export_everything,
2586         pe_dll_do_default_excludes, pe_dll_kill_ats,
2587         pe_dll_stdcall_aliases): Define and initialize them here instead.
2588         (generate_reloc): Fix allocation of reloc_addresses array to use
2589         bfd_vma instead of unsigned long.  Fix element size in qsort call.
2590         (reloc_sort): Compare pointers to bfd_vma instead of unsigned
2591         long.
2592
2593 Mon Dec  7 21:10:09 1998  J.J. van der Heijden  <j.j.vanderheijden@student.utwente.nl>
2594
2595         * configure.tgt (i[3456]86-*-mingw32*): Add cygwin target specific
2596         files.
2597
2598 Sun Dec  6 16:33:33 1998  Ian Lance Taylor  <ian@cygnus.com>
2599
2600         * configure.tgt (m68*-*-gnu*): New target.  From Aymeric Vincent
2601         <aymeric.vincent@emi.u-bordeaux.fr>.
2602
2603 1998-12-04  Nick Clifton  <nickc@cygnus.com>
2604
2605         * emulparams/fr30.sh (TEXT_START_ADDR): Change TEXT_START_ADDR
2606         from 0x100000 to 0x10000 so that it fits in 20 bits.
2607
2608 Sat Nov 28 22:32:20 1998  Ian Lance Taylor  <ian@cygnus.com>
2609
2610         * ldemul.h (ldemul_recognized_file): Declare.
2611
2612 Sat Nov 28 22:30:55 1998  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
2613
2614         * ldlang.c (lang_add_wild): Don't pretend that there is an input
2615         file if the filename is a wildcard pattern.
2616
2617 1998-11-25  DJ Delorie  <dj@cygnus.com>
2618
2619         * ldemul.h (ld_emulation_xfer_struct): new hook "recognized_file"
2620         * ldemul.c (ldemul_recognized_file): new function, new hook
2621         * ldint.texinfo: document new hook.
2622         * ldlang.c (load_symbols): call recognized_hook for all objects we
2623         do recognize, in case the emulation needs to handle them
2624         specially.  PE DLLs use this.
2625         * pe-dll.c (pe_dll_generate_def_file): take out hack and debug
2626         printfs
2627         * emultempl/pe.em (gld_i386_recognized_file): new function
2628         (gld_i486_unrecognized_file): take out hack
2629
2630 1998-11-23  DJ Delorie  <dj@cygnus.com>
2631
2632         * pe-dll.c (fill_edata): fill in timestamp
2633         (make_head): name object files sequentially to ensure
2634         they link in the right order.
2635         (make_tail): same here
2636         (pe_process_import_defs): use sequential names for bfds to ensure
2637         proper link order.
2638         (pe_implied_import_dll): new function; handles linking directly
2639         against DLLs by simulating IMPORTS directives.  * emultempl/pe.em
2640         (gld_i386pe_before_parse): hack bfd to not recognize .dll files
2641         via bfd_pe_dll_not_recognized_hack
2642
2643 1998-11-23  DJ Delorie  <dj@cygnus.com>
2644
2645         * emultempl/pe.em (gld_i386pe_parse_args): Conditionalize call to
2646         pe_dll_add_excludes
2647
2648 Mon Nov 23 14:36:18 1998  Nick Clifton  <nickc@cygnus.com>
2649
2650         * emultempl/pe.em (after_parse): Only create an undefined entry
2651         symbol if one has been specified.
2652
2653 1998-11-23  DJ Delorie  <dj@cygnus.com>
2654
2655         * emultempl/pe.em (gld_i386pe_after_open): call
2656         pe_process_import_defs
2657         * pe-dll.c (pe_dll_generate_def_file): calculate BASE from
2658         pe_data, only print if actually set.  Print version only if
2659         set.
2660         (save_relocs): save relocs for both input and output.
2661         (make_one): support internal/external different names.
2662         (pe_dll_generate_implib): support new make_one
2663         (pe_process_import_defs): new function; handles IMPORT
2664         directives in .def files.
2665
2666 Fri Nov 20 13:06:49 1998  Nick Clifton  <nickc@cygnus.com>
2667
2668         * ldmisc.c (vfinfo): Cope with empty symbol names.
2669
2670 Thu Nov 19 13:31:15 1998  Nick Clifton  <nickc@cygnus.com>
2671
2672         * scripttempl/pe.sc: Add provision of '_end' symbol.
2673
2674 Wed Nov 18 18:18:43 1998  Geoffrey Noer  <noer@cygnus.com>
2675
2676         * configure.tgt: change refs from cygwin32* to cygwin*.
2677         * aclocal.m4: regenerate
2678         * configure.in: don't need to call AM_CYGWIN32.
2679         * configure: regenerate
2680
2681 Mon Nov 16 22:14:07 1998  DJ Delorie  <dj@cygnus.com>
2682
2683         * emultempl/pe.em (gld_i386_finish): generate import library
2684         * deffile.h: add hint member.
2685         * pe-dll.c (pe_dll_generate_implib): New function with helpers;
2686         generates the import library directly from the export table.
2687         (fill_edata): remember the actual hint for the import library.
2688
2689 Sat Nov 14 14:36:24 1998  Ian Lance Taylor  <ian@cygnus.com>
2690
2691         * ld.1: Some cleanups from NOKUBI Hirotaka <hnokubi@yyy.or.jp>.
2692
2693 Thu Nov 12 19:21:57 1998  Dave Brolley  <brolley@cygnus.com>
2694
2695         * po/ld.pot: Regenerated.
2696         * po/POTFILES.in: Regenerated.
2697         * configure: Regenerated.
2698         * aclocal.m4: Regenerated.
2699         * Makefile.in: Regenerated.
2700
2701 Wed Nov 11 18:10:15 1998  DJ Delorie  <dj@cygnus.com>
2702
2703         * pe-dll.c (generate_reloc): don't output PE relocs for sections
2704         that won't be loaded.
2705
2706 Wed Nov 11 13:44:54 1998  DJ Delorie  <dj@cygnus.com>
2707
2708         * pe-dll.c (fill_edata): don't strip underscores
2709
2710 Tue Nov 10 21:28:19 1998  DJ Delorie  <dj@cygnus.com>
2711
2712         * ld.texinfo: added i386pe option summary
2713
2714 Tue Nov 10 17:53:17 1998  DJ Delorie  <dj@cygnus.com>
2715
2716         * pe-dll.c (process_def_file): properly note undefined exported
2717         symbols, clean up old code.
2718         (pe_dll_generate_def_file): don't crash if pe_def_file is NULL
2719         * emultempl/pe.em (gld_i386_parse_args): add
2720         (en/dis)able-stdcall-fixups
2721         (pe_fixup_stdcalls): warn about stdcall fixups
2722         (gld_i386_unrecognized_file): make exported symbols undefs so that
2723         archive members get pulled in
2724
2725 Tue Nov 10 14:50:51 1998  Catherine Moore  <clm@cygnus.com>
2726
2727         * scripttempl/elfd10v.sc: Add KEEP attribute to .init,
2728         .fini, .dtors and .ctors.  Add .data and .text
2729         wildcards to support section garbage collection.
2730
2731 Mon Nov  9 22:52:50 1998  DJ Delorie  <dj@indy.delorie.com>
2732
2733         * deffilep.y: properly handle relocs with multiple def_files,
2734         cache import module names
2735
2736 Mon Nov  9 22:44:58 1998  DJ Delorie  <dj@cygnus.com>
2737
2738         * pe-dll.c (process_def_file): don't assume exports won't move
2739         during a realloc
2740
2741 Mon Nov  9 16:41:30 1998  DJ Delorie  <dj@cygnus.com>
2742
2743         * pe-dll.c: New file; direct support for PE DLLs
2744         * deffile.h: New file; direct support for PE DLLs
2745         * deffilep.y: New file; direct support for PE DLLs
2746         * emultempl/pe.em: add direct support for PE DLLs
2747         * configure.tgt: allow target-specific extra files
2748         * configure.in: allow target-specific extra files
2749         * ldlang.c (lang_add_assignment): return the assignment so that
2750         one can change the value later based on the object files (pe-dll
2751         DEF files do this)
2752         * ldint.texinfo: add section for emulation walkthrough
2753         * Makefile.am: add new files and target-specific extra files
2754         * emultempl/pe.em (gld_i386_list_options): list dll-specific
2755         options.
2756         * pe-dll.c (process_def_file): auto-export everything if
2757         nothing is otherwise exported.
2758
2759 Wed Nov  4 16:39:18 1998  Nick Clifton  <nickc@cygnus.com>
2760
2761         * Makefile.am: Add support for FR30 target.
2762         * configure.tgt: Add support for FR30 target.
2763         * Makefile.in: Regenerate.
2764         * emulparams/fr30.sh: New file.
2765         * scripttemp/fr30.sc: New file.
2766
2767 Mon Nov  2 14:47:15 1998  Catherine Moore  <clm@cygnus.com>
2768
2769         * ldmain.c (main):  Don't report error for dynamic links and
2770         --gc-sections.
2771
2772 1998-10-26 16:05  Ulrich Drepper  <drepper@cygnus.com>
2773
2774         * lexsup.c (ld_options): Change text of -O to Optimize output file".
2775         (parse_args): Set link_info.optimize based on -O argument.
2776         * ldmain.c (main): Initialize link_info.optimze to false.
2777         * ld.texinfo: Describe -O option.
2778         * ld.1: Likewise.
2779
2780 Mon Oct 12 14:29:56 1998  Nick Clifton  <nickc@cygnus.com>
2781
2782         * scripttempl/v850.sc: Move .sbss and .scommon sections into their
2783         own segment, so that they can be next to the .bss section and so
2784         initialised by the same piece of code.
2785
2786 Fri Oct  9 15:59:52 1998  Catherine Moore  <clm@cygnus.com>
2787
2788         * scripttempl/elf.sc:  Merge .sdata.* etc sections.
2789         * ldctor.c (ldctor_build_sets):  Set SEC_KEEP for
2790         ctor sections.
2791
2792 Mon Oct  5 09:40:43 1998  Catherine Moore  <clm@cygnus.com>
2793
2794         * ldmain.c (main):  Error if --gc-sections and
2795         dyanmic linking.
2796         * scripttempl/v850.sc:  Add KEEP attribute to .init,
2797         .fini, .dtors and .ctors.  Add .data and .text
2798         wildcards to support section garbage collection.
2799
2800 Wed Sep 30 11:19:15 1998  Nick Clifton  <nickc@cygnus.com>
2801
2802         * scripttempl/v850.sc: Rename .call_table section to
2803         .call_table_data and create a new section called
2804         .call_table_text.
2805
2806 Sun Sep 20 00:43:26 1998  Ian Lance Taylor  <ian@cygnus.com>
2807
2808         * scripttempl/elf.sc: Add alignment at the end of the .bss
2809         section, so that it is included in the memsize of the segment.
2810
2811 Fri Sep 18 13:42:42 1998  Catherine Moore  <clm@cygnus.com>
2812
2813         * emultempl/elf32.em (gld_place_orphan): Don't process for
2814         sections with SEC_EXCLUDE flag.
2815
2816 Fri Sep  4 09:24:02 1998  Nick Clifton  <nickc@cygnus.com>
2817
2818         * emulparams/d30velf.sh (TEXT_SIZE): Increased to 2000K.
2819         (DATA_SIZE): Increased to 2000K.
2820
2821 Thu Sep  3 17:30:58 1998  Richard Henderson  <rth@cygnus.com>
2822
2823         * emulparams/d10velf.sh (TEMPLATE_NAME): Use elf32.
2824
2825 Mon Aug 31 01:06:00 1998  Catherine Moore  <clm@cygnus.com>
2826
2827         * Makefile.am:  Change armelf.sc to elf.sc
2828         * Makefile.in:  Regenerate.
2829
2830 Mon Aug 31 11:12:04 1998  Catherine Moore  <clm@cygnus.com>
2831
2832         * emulparams/armelf.sh:  Change SCRIPT_NAME to
2833         elf.  Change TEXT_START_ADDR to 0x8000.  Define
2834         OTHER_TEXT_SECTIONS, OTHER_BSS_SYMBOLS and
2835         OTHER_BSS_END_SYMBOLS.
2836         * scripttempl/elf.sc:  Modify to use
2837         OTHER_BSS_END_SYMBOLS.
2838         * scripttempl/elfarm.sc:  Remove file.
2839
2840 Tue Aug 18 12:05:34 1998  Catherine Moore  <clm@cygnus.com>
2841
2842         * emultempl/armelf.em (gld_armelf_before_allocation):
2843         Add bfd_ prefix to elf32_arm_process_before_allocation
2844         and elf32_arm_allocate_interworking_sections.
2845         (gld_armelf_after_open): Add bfd_ prefix to
2846         elf32_arm_get_bfd_for_interworking.
2847
2848 Fri Aug 14 15:34:29 1998  Ian Lance Taylor  <ian@cygnus.com>
2849
2850         * Makefile.am: Rebuild dependencies.
2851         * Makefile.in: Rebuild.
2852
2853         * ldgram.y: Include "ldctor.h".
2854         (statement): Accept SORT around CONSTRUCTORS.
2855         * ldctor.c: Include <ctype.h>.
2856         (constructors_sorted): New global variable.
2857         (ctor_prio, ctor_cmp): New static functions.
2858         (ldctor_build_sets): Sort constructors if requested.
2859         * ldctor.h (constructors_sorted): Declare.
2860         * ldlang.c (print_statement): Print sorted CONSTRUCTORS
2861         correctly.
2862         * scripttempl/elf.sc: Add sort around CONSTRUCTORS.
2863         * ld.texinfo (Output Section Keywords): Document SORT
2864         (CONSTRUCTORS).
2865
2866 Thu Aug 13 12:20:39 1998  Catherine Moore  <clm@cygnus.com>
2867
2868         * emulparams/armelf.sh:  Define TEMPLATE_NAME to armelf.
2869         * scripttempl/elfarm.sc:  Include .glue_7t and .glue7
2870         sections.
2871         * emultempl/armelf.em: New file.
2872
2873 Thu Aug 13 12:52:45 1998  H.J. Lu  <hjl@gnu.org>
2874
2875         * Makefile.am (ld.dvi): Use " instead of ' for MAKEINFO.
2876         * Makefile.in: Rebuild.
2877
2878 Tue Aug 11 16:17:01 1998  Catherine Moore  <clm@cygnus.com>
2879
2880         * scripttempl/elfarm.sc:  Change text start address
2881         back to zero.
2882
2883 Tue Aug 11 10:01:12 1998  Jeffrey A Law  (law@cygnus.com)
2884
2885         * emulparms/mn10200.sh (MAX_PAGESIZE): Define to 1.
2886         * emulparms/mn10300.sh (MAX_PAGESIZE): Define to 1.
2887
2888 Sun Aug  9 20:31:27 1998  Catherine Moore  <clm@cygnus.com>
2889
2890         * scripttempl/elfarm.sc:  Set text start address to
2891         0x8000.  Add __bss_end definition.
2892
2893 Sat Aug  1 11:47:37 1998  Catherine Moore  <clm@cygnus.com>
2894
2895         * scripttempl/elfarm.sc:  New file.
2896         * emulparams/armelf.sh: Set SCRIPT_NAME to elfarm.
2897
2898 Fri Jul 31 15:56:16 1998  Catherine Moore  <clm@cygnus.com>
2899
2900         * emulparams/armelf.sh: New file.
2901         * configure.tgt:  Recognize thumb-elf and arm-elf.
2902         * Makefile.am (earmelf.o): New.
2903         * Makefile.in: Rebuild.
2904
2905 Fri Jul 24 12:00:57 1998  Ian Lance Taylor  <ian@cygnus.com>
2906
2907         * Makefile.am (install-exec-local): Don't remove the file before
2908         checking whether $(bindir) == $(tooldir)/bin.  From Maciej
2909         W. Rozycki <macro@ds2.pg.gda.pl>.
2910         * Makefile.in: Rebuild.
2911
2912         * configure.tgt: Recognize h8[35]00*-coff* as well as -hms*.
2913
2914 Thu Jul 23 11:15:12 1998  Ian Lance Taylor  <ian@cygnus.com>
2915
2916         * scripttempl/aout.sc: If ALIGNMENT is defined, use it to set
2917         alignment of end symbol.
2918         * scripttempl/elf.sc: Likewise.
2919         * emulparams/sun4.sh (ALIGNMENT): Define.
2920         * emulparams/elf32_sparc.sh (ALIGNMENT): Define.
2921         * ldint.texinfo (emulation parameters): Document ALIGNMENT.
2922
2923         * lexsup.c (parse_args): Add missing break statement.
2924
2925         * ldlang.c (lang_gc_sections_1): Add default case to switch to
2926         avoid warnings.
2927
2928 Tue Jul 14 15:42:17 1998  Richard Henderson  <rth@cygnus.com>
2929
2930         * configure.tgt (i?86-*-beos{pe,elf,}*): Recognize.
2931         * Makefile.am (ei386beos.o): New.
2932         * emulparams/i386beos.sh: New file.
2933         * emultempl/beos.em, scripttempl/i386beos.sc: New file.
2934
2935 Tue Jul 14 15:35:42 1998  Richard Henderson  <rth@cygnus.com>
2936
2937         * lexsup.c: New option --version-exports-section.
2938         * ld.h (struct args_type): Add version_exports_section.
2939         * ldlang.c (lang_do_version_exports_section): New function.
2940         (lang_process): Call it.
2941
2942 Mon Jul 13 13:20:23 1998  Steve Chamberlain  <sac@transmeta.com>
2943
2944         * ldlex.l: Accept ASSERT.
2945         * ldgram.y (exp): Add ASSERT_K case.
2946         * ldexp.h (node_type): Add etree_assert to node_class enum.
2947         (etree_type): Add assert_s field.
2948         (exp_assert): Declare.
2949         * ldexp.c (exp_fold_tree): Handle etree_assert.
2950         (exp_assert): New function.
2951         (exp_print_tree): Handle etree_assert.
2952         * ld.texinfo (Miscellaneous Commands): Document ASSERT.
2953
2954 Wed Jul  8 14:03:12 1998  Ian Lance Taylor  <ian@cygnus.com>
2955
2956         * ldgram.y: Change MAX to MAX_K and MIN to MIN_K, to avoid
2957         conflicts with system header files.  Change all uses.
2958
2959         * Makefile.am (MAINTAINERCLEANFILES): Define.
2960         * Makefile.in: Rebuild.
2961
2962 Tue Jul  7 18:03:22 1998  Ian Lance Taylor  <ian@cygnus.com>
2963
2964         * Makefile.am (ldver.texi): New target.
2965         (ld.info, ld.dvi): Depend upon ldver.texi.
2966         * ld.texinfo: Include ldver.texi.  Mention version number on title
2967         page and in top node.
2968         * Makefile.in: Rebuild.
2969
2970 Mon Jul  6 14:55:13 1998  Ian Lance Taylor  <ian@cygnus.com>
2971
2972         * configure.tgt (i[3456]86-*-solaris*): New target.
2973
2974 Fri Jul  3 14:19:06 1998  Ian Lance Taylor  <ian@cygnus.com>
2975
2976         * ldlang.c (wild_section): Don't get an assertion failure if the
2977         section is discarded.
2978
2979         * scripttempl/pe.sc: Use SORT to sort sections appropriately.
2980         * emultempl/pe.em (sort_by_file_name): Remove.
2981         (sort_by_section_name): Remove.
2982         (sort_sections_1, sort_sections): Remove.
2983         (gld_${EMULATION_NAME}_before_allocation): Don't call
2984         sort_sections.
2985         (hold_section, hold_section_name): New static variables.
2986         (hold_use, hold_text, hold_rdata, hold_data, hold_bss): Likewise.
2987         (gld_${EMULATION_NAME}_place_orphan): Rewrite.  Look for a good
2988         place to put the section.  Align the section.  Sort the input
2989         sections by name.
2990         (gld_${EMULATION_NAME}_place_section): New static function.
2991
2992         * ldlang.c (wild_sort): When sorting by file name, sort by archive
2993         name first.
2994
2995         * emultempl/pe.em (set_pe_subsystem): Don't call
2996         ldlang_add_undef.
2997         (gld_${EMULATION_NAME}_after_parse): New static function.
2998         (ld_${EMULATION_NAME}_emulation): Use new after_parse function
2999         rather than after_parse_default.
3000
3001         * ldgram.y (extern_name_list): Do not require symbols to be
3002         separated by commas.
3003         (ifile_p1): Add EXTERN.
3004         * ldlex.l: Accept EXTERN in BOTH and SCRIPT mode as well as MRI
3005         mode.
3006         * ld.texinfo (Options): Mention that EXTERN is equivalent to -u.
3007         (Miscellaneous Commands): Document EXTERN.
3008
3009 Wed Jul  1 19:40:34 1998  Richard Henderson <rth@cygnus.com>
3010
3011         * ld.h (args_type): Add gc_sections.
3012         * ldgram.y (ldgram_had_keep, KEEP): New.
3013         (input_section_spec_no_keep): Rename from old input_section_spec.
3014         (input_section_spec): New.  Recognize KEEP.
3015         * ldlang.c (wild_section): Handle keep sections.
3016         (lang_gc_wild_section, lang_gc_wild_file, lang_gc_wild): New.
3017         (lang_gc_sections_1, lang_gc_sections): New.
3018         (lang_process): Invoke lang_gc_sections.
3019         (lang_add_wild): Add keep argument.  Update all callers.
3020         * ldlang.h (lang_wild_statement_struct): Add keep_sections.
3021         * ldlex.l (KEEP): Match it.
3022         * ldmain.c (main): Error on -r and --gc-sections.
3023         * lexsup.c: Add --gc-sections.
3024
3025         * scripttempl/elf.sc: Merge .text.* etc sections appropriately.
3026         Mark startup sections with KEEP.
3027         * scripttempl/elfppc.sc: Likewise.
3028
3029         * ld.texinfo: Update for --gc-sections and KEEP.
3030
3031 Wed Jul  1 15:21:20 1998  Ian Lance Taylor  <ian@cygnus.com>
3032
3033         From Peter Jordan <pjordan@chla.usc.edu>:
3034         * scripttempl/i386go32.sc: Correct constructor handling for -u.
3035
3036 Tue Jun 23 15:17:27 1998  Ian Lance Taylor  <ian@cygnus.com>
3037
3038         * Makefile.am (install-data-local): Make ldscripts subdirectory.
3039         * Makefile.in: Rebuild.
3040
3041 Tue Jun 23 15:17:04 1998  Mike Stump  <mrs@wrs.com>
3042
3043         * Makefile.am (install-exec-local): Don't let EXEEXT interfere
3044         with the program transform name.
3045         * Makefile.in: Rebuild.
3046
3047 Sun Jun 21 23:55:16 1998  Jeffrey A Law  (law@cygnus.com)
3048
3049         * ld.texinfo: Note that -relax may make symbolic debugging
3050         impossible on some platforms.
3051
3052 Tue Jun 16 12:51:13 1998  Geoff Keating  <geoffk@ozemail.com.au>
3053
3054         * Makefile.am (Makefile): Remove target.
3055         (config.status): New target.
3056         * Makefile.in: Rebuild.
3057
3058         * configure.host (powerpc*-*-linux-gnu*): New host.
3059
3060 Fri Jun 12 17:38:07 1998  Doug Evans  <devans@seba.cygnus.com>
3061
3062         * scripttempl/elf.sc (INPUT_FILES): Optional INPUT spec.
3063
3064         * emulparams/m32relf.sh (OTHER_RELOCATING_SECTIONS): Change top of
3065         stack to 8MB.
3066
3067 Fri Jun 12 19:33:17 1998  Ian Lance Taylor  <ian@cygnus.com>
3068
3069         * Makefile.am (HFILES): Remove config.h.
3070         (EMULATION_OFILES, POTFILES): Move patch of May 14 from
3071         Makefile.in to Makefile.am.
3072         (earmcoff.c): Depend upon armcoff.em, not generic.em.
3073         * po/Make-in (all-yes): Correct misspelling in $(PACKAGE).
3074         ($(srcdir)/$(PACKAGE).pot): Pass -C to $(XGETTEXT).
3075         * Makefile.in, po/POTFILES.in, po/ld.pot: Rebuild.
3076
3077 Fri Jun 12 13:43:17 1998  Tom Tromey  <tromey@cygnus.com>
3078
3079         * po/Make-in (all-yes): If maintainer mode, depend on .pot file.
3080         ($(PACKAGE).pot): Unconditionally depend on POTFILES.
3081
3082 Tue Jun  9 09:36:48 1998  Nick Clifton  <nickc@cygnus.com>
3083
3084         * ldlang.c (lang_finish): Add CONST type modifier to declaration
3085         of 'send'.
3086
3087 Fri Jun  5 18:19:59 1998  Ian Lance Taylor  <ian@cygnus.com>
3088
3089         * emultempl/aix.em (gld${EMULATION_NAME}_before_parse): Set
3090         config.has_shared to true.
3091         * emultempl/linux.em (gld${EMULATION_NAME}_before_parse):
3092         Likewise.
3093         * emultempl/sunos.em (gld${EMULATION_NAME}_before_parse):
3094         Likewise.
3095
3096 Tue Jun  2 12:55:03 1998  Ian Lance Taylor  <ian@cygnus.com>
3097
3098         * ldlang.c (lang_finish): If the entry symbol is not found, try
3099         parsing it as a number.
3100         * ld.texinfo (Options): Document this.
3101
3102 Mon Jun  1 14:01:20 1998  Ian Lance Taylor  <ian@cygnus.com>
3103
3104         * ld.texinfo (Input Section Wildcards): Document SORT keyword.
3105
3106 Mon May 18 12:42:53 1998  Doug Evans  <devans@canuck.cygnus.com>
3107
3108         * ld.h (ld_config_type): New member has_shared.
3109         * ldmain.c (main): Initialize it.
3110         * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Set it.
3111         * lexsup.c (parse_args): Treat -shared as error if not supported.
3112
3113 Mon May 18 13:14:43 1998  Ian Lance Taylor  <ian@cygnus.com>
3114
3115         From Jason Merrill <jason@cygnus.com>:
3116         * ldlang.c (wild_sort): Correct order of sort.
3117         * scripttempl/elf.sc: Put *crtbegin.o before other .ctors and
3118         .dtors.
3119         * scripttempl/elfd10v.sc: Likewise.
3120         * scripttempl/elfd30v.sc: Likewise.
3121         * scripttempl/elfppc.sc: Likewise.
3122
3123 Fri May 15 00:22:35 1998  Ian Lance Taylor  <ian@cygnus.com>
3124
3125         * ldlex.l: Recognize keyword SORT.
3126         * ldgram.y (current_file): Change to struct wildcard_spec.
3127         (%union): Add new fields cname and wildcard.
3128         (wildcard_name, wildcard_spec): New nonterminals.
3129         (file_NAME_list): Use wildcard_spec.
3130         (input_section_spec): Change current_file usage.
3131         * ld.h (struct wildcard_spec): Define.
3132         * ldlang.h (lang_wild_statement_struct): Add new fields
3133         sections_sorted and filenames_sorted.
3134         (lang_add_wild): Update declaration.
3135         * ldlang.c (wild_sort): New static function.
3136         (wild_section): Use wild_sort.
3137         (print_wild_statement): Print sorting information.
3138         (lang_add_wild): Add new parameters sections_sorted and
3139         filenames_sorted.  Change all callers.
3140         * mri.c (mri_draw_tree): Update calls to lang_add_wild.
3141         * scripttempl/elf.sc: Sort .ctors.* and .dtors.* by section name.
3142         * scripttempl/elfd10v.sc: Likewise.
3143         * scripttempl/elfd30v.sc: Likewise.
3144         * scripttempl/elfppc.sc: Likewise.
3145
3146 Thu May 14 18:39:16 1998  Richard Henderson  <rth@cygnus.com>
3147
3148         * emulparams/m32relf.sh (TEMPLATE_NAME): Define.
3149
3150 Thu May 14 14:51:24 1998  Nick Clifton  <nickc@cygnus.com>
3151
3152         * ldemul.h: Add new prototype: ldemul_list_emulation_options.
3153         (ld_emulation_xfer_struct): Add new field: list_options.
3154         * ldemul.c (ldemul_list_options): New function.  Call the
3155         list_options field of the ld_emulation_xfer_struct for each
3156         supported emulation, if such a function is present.
3157         * lexsup.c (help): Call ldemul_list_emulation_options.
3158         * emultempl/pe.em (gld_<>_list_options): New function.  Describe
3159         the pe emulation specific command line options.
3160         * emultempl/armcoff.em (gld<>_list_options): New function.
3161         Describe  the armcoff emulation specific command line options.
3162
3163         * emultempl/pe.em: Add a new command line option:
3164         --support-old-code.
3165         * emultempl/armcoff.em: Ditto.
3166         * ld.texinfo: Document the --support-old-code option.
3167
3168         * Makefile.in: Add emulation files for POTFILES.in target.
3169         * emultempl/pe.em: Internationalise suitable strings.
3170         * emultempl/armcoff.em: Internationalise suitable strings.
3171         * po/POTFILES.in: Rebuilt.
3172
3173 Sun May 10 22:36:30 1998  Jeffrey A Law  (law@cygnus.com)
3174
3175         * po/Make-in (install-info): New target.
3176
3177 Tue Apr 28 19:18:30 1998  Tom Tromey  <tromey@cygnus.com>
3178
3179         * ldmain.c (main): Conditionally call setlocale.
3180         * ld.h: Include <locale.h> if HAVE_LOCALE_H.
3181         (LC_MESSAGES): Now can be defined even when ENABLE_NLS.
3182
3183 Mon Apr 27 11:56:21 1998  Ian Lance Taylor  <ian@cygnus.com>
3184
3185         * configure.in: Change version number to 2.9.4
3186         * configure: Rebuild.
3187
3188         * ld.texinfo (Options) [-rpath-link]: Mention ld.so.conf.
3189
3190         Based on patch from H.J. Lu <hjl@gnu.org>:
3191         * emultempl/elf32.em (global_vercheck_needed): New file static
3192         variable.
3193         (global_vercheck_failed): New file static variable.
3194         (gld${EMULATION_NAME}_after_open): Check for shared libraries
3195         twice, once with force set to 0 and once with it set to 1.
3196         (gld${EMULATION_NAME}_check_ld_so_conf): Add force parameter.
3197         Change all callers.
3198         (gld${EMULATION_NAME}_search_needed): Likewise.
3199         (gld${EMULATION_NAME}_try_needed): Likewise.  If not force, check
3200         whether the libraries needs any incompatible versions.
3201         (gld${EMULATION_NAME}_vercheck): New static function.
3202
3203 Wed Apr 22 16:01:35 1998  Tom Tromey  <tromey@cygnus.com>
3204
3205         * po/Make-in (MKINSTALLDIRS): Don't look in $(top_srcdir).
3206
3207 Wed Apr 22 12:40:56 1998  Ian Lance Taylor  <ian@cygnus.com>
3208
3209         * Makefile.am (check-DEJAGNU): Add $(INTLLIBS) to LIBIBERTY when
3210         invoking runtest.
3211         * Makefile.in: Rebuild.
3212
3213         * lexsup.c (parse_args): Change -l options into --library options
3214         to avoid confusion between -li and -library.
3215
3216         * ld.texinfo (MEMORY): Clarify use of >REGION.
3217
3218 Tue Apr 21 23:12:40 1998  Tom Tromey  <tromey@scribbles.cygnus.com>
3219
3220         * Many files: Added gettext invocations around user-visible
3221         strings.
3222         * ld.h: Added gettext-related includes and defines.
3223         * ldmain.c: Call setlocale, bindtextdomain, textdomain.
3224         * acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT, HAVE_STPCPY,
3225         HAVE_LC_MESSAGES): Define.
3226         * configure.in: Call CY_GNU_GETTEXT.  Create po/Makefile.in and
3227         po/Makefile.  Use AM_PROG_LEX.
3228         (TDIRS): AC_SUBST early on, to avoid having value split when it
3229         happens to cross line 90 of the generated sed script.
3230         * Makefile.am (SUBDIRS): New macro.
3231         (POTFILES): Likewise.
3232         (po/POTFILES.in): New target.
3233         (ld_new_LDADD): Added INTLLIBS.
3234         (ld_new_DEPENDENCIES): Added INTLDEPS.
3235         * po/Make-in, po/POTFILES.in, po/gas.pot: New files.
3236
3237 Tue Apr 21 23:07:07 1998  Ian Lance Taylor  <ian@cygnus.com>
3238
3239         * ld.texinfo (Simple Example): Rewrite a few things as suggested
3240         by Nick Clifton <nickc@cygnus.com>.
3241         (PROVIDE): Likewise.
3242
3243 Tue Apr 21 09:55:06 1998  Nick Clifton  <nickc@cygnus.com>
3244
3245         * emultempl/pe.em: Rename external arm interworking functions
3246         to conform to BFD naming conventions.  Add code to _after_open()
3247         function to obtain a bfd for use by the interworking code.
3248
3249         * emultempl/armcoff.em: Rename external arm interworking functions
3250         to conform to BFD naming conventions.  Add new _after_open()
3251         function to obtain a bfd for use by the interworking code.
3252
3253 Sun Apr 19 19:23:09 1998  Richard Henderson  <rth@cygnus.com>
3254
3255         * ldlang.c (lang_size_sections) [case lang_assignment_statement_enum]:
3256         Update dot and the default memory section even when relaxing.
3257
3258 Sat Apr 18 18:41:12 1998  Richard Henderson  <rth@cygnus.com>
3259
3260         * ldlang.c (lang_one_common): Manipulate the section's cooked size
3261         rather than its raw size.
3262
3263 Tue Apr  7 13:35:29 1998  H.J. Lu  <hjl@gnu.org>
3264
3265         * configure.in (TESTBFDLIB): New.  Defined and substituted.
3266         * Makefile.am (TESTBFDLIB): Changed to @TESTBFDLIB@.
3267         * configure, Makefile.in: Rebuild.
3268
3269 Mon Apr  6 15:33:39 1998  Ian Lance Taylor  <ian@cygnus.com>
3270
3271         * Makefile.am (ld.info): Invoke makeinfo with -I options directly
3272         rather than relying on default rule.  Don't depend upon
3273         bfdsumm.texi.
3274         (ld.dvi): Likewise.
3275         (bfdsumm.texi): Remove target.
3276         (CLEANFILES): Take bfdsumm.texi out of value.
3277         * Makefile.in: Rebuild.
3278
3279 Sun Apr  5 13:07:57 1998  Ian Lance Taylor  <ian@cygnus.com>
3280
3281         * scripttempl/pe.sc: Use shell variables to avoid depending upon
3282         how $ is handled when expanding a shell substitution.
3283
3284 Fri Apr  3 00:56:50 1998  Ian Lance Taylor  <ian@cygnus.com>
3285
3286         * Makefile.am (MOSTLYCLEANFILES): Add ld.log and ld.sum.
3287         (DISTCLEANFILES): Add site.exp and site.bak.
3288         * Makefile.in: Rebuild.
3289
3290         * configure.in: Put the tdirs in a file and use AC_SUBST_FILE,
3291         rather than in a shell variable and using AC_SUBST.
3292         * Makefile.am (DISTCLEANFILES): Remove ldscripts.  Add tdirs.
3293         (distclean-local): New target.
3294         * configure, Makefile.in: Rebuild.
3295
3296         * ld.texinfo: Completely rewrite linker script documentation.
3297
3298 Mon Mar 30 12:47:33 1998  Ian Lance Taylor  <ian@cygnus.com>
3299
3300         * configure.in: Set version to 2.9.1.
3301         * configure: Rebuild.
3302
3303         * Branched binutils 2.9.
3304
3305 Sat Mar 28 16:48:19 1998  Ian Lance Taylor  <ian@cygnus.com>
3306
3307         * Makefile.am (MOSTLYCLEANFILES): Remove tmpdir.
3308         (mostlyclean-local): New target to remove tmpdir.
3309         * Makefile.in: Rebuild.
3310
3311         Fix some gcc -Wall warnings:
3312         * ldcref.c (output_cref): Add casts to avoid warnings.
3313         * ldfile.c (ldfile_add_arch): Likewise.
3314         * ldlang.c (lang_leave_overlay_section): Likewise.
3315         * lexsup.c (OPTION_COUNT): Likewise.
3316         (parse_args): Likewise.
3317         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan):
3318         Likewise.
3319         * emultempl/sunos.em (gld${EMULATION_NAME}_search_dir): Likewise.
3320         * ldlang.c (lang_check): Initialize variables to avoid warnings.
3321         * ldwrite.c (build_link_order): Likewise.
3322         * emultempl/sunos.em (gld${EMULATION_NAME}_find_so): Likewise.
3323         * emultempl/armcoff.em (gld${EMULATION_NAME}_before_allocation):
3324         Remove unused variables.
3325
3326         * Makefile.am (MOSTLYCLEANFILES): Correct name (was
3327         MOSTCLEANFILES).
3328         * Makefile.in: Rebuild.
3329
3330 Fri Mar 27 16:39:25 1998  Ian Lance Taylor  <ian@cygnus.com>
3331
3332         * emultempl/pe.em (gld_${EMULATION_NAME}_before_allocation): Put
3333         ARM code inside ifdef TARGET_IS_armpe.
3334
3335 Wed Mar 25 11:34:13 1998  Ian Lance Taylor  <ian@cygnus.com>
3336
3337         Based on patch from H.J. Lu  <hjl@gnu.org>:
3338         * Makefile.am (LDDISTSTUFF): New variable.
3339         (diststuff): New target.
3340         * Makefile.in: Rebuild.
3341
3342         * scripttempl/pe.sc: Only include .idata\$[0-7] in .idata when
3343         relocating.
3344
3345 Tue Mar 24 15:59:29 1998  Nick Clifton  <nickc@cygnus.com>
3346
3347         * scripttempl/pe.sc (.text): Add .glue_7 and .glue_7t sections to
3348         hold Arm/Thumb stubs.
3349
3350         * emultempl/pe.em (gld_pe_before_allocation): Call
3351         arm_process_before_allocation (for ARM/Thumb targets) in order to
3352         gather interworking stb information.
3353
3354 Mon Mar 23 18:54:15 1998  Joel Sherrill  <joel@OARcorp.com>
3355
3356         * configure.tgt: (sh*-*-rtems*): Switched from ELF to COFF.
3357
3358 Fri Mar 20 19:17:13 1998  Ian Lance Taylor  <ian@cygnus.com>
3359
3360         * aclocal.m4, configure: Rebuild with libtool 1.2.
3361
3362 Thu Mar 19 14:54:45 1998  Geoffrey Noer  <noer@cygnus.com>
3363
3364         * scripttempl/pe.sc: The Cygwin32 library uses a .data$nocopy
3365         section to avoid copying certain data on fork.  The linker used to
3366         include this between __data_start__ and __data_end__, but that
3367         breaks building the cygwin32 dll.  The fix is to rename the
3368         section ".data_cygwin_nocopy" and explictly include it after
3369         __data_end__.
3370
3371 Wed Mar 18 09:42:24 1998  Nick Clifton  <nickc@cygnus.com>
3372
3373         * configure.tgt (targ_extra_emuls): Add thumb-pe target.
3374
3375 Sun Mar  8 23:34:14 1998  Stan Cox  <scox@equinox.cygnus.com>
3376
3377         * configure.tgt (sparclite*-*-elf): Added.
3378
3379 Mon Mar  2 19:24:08 1998  Michael Meissner  <meissner@cygnus.com>
3380
3381         * ldlang.c (lang_size_sections): If the default memory region is
3382         *default*, see if there is a memory region that could be used.
3383
3384 Thu Feb 26 17:09:53 1998  Michael Meissner  <meissner@cygnus.com>
3385
3386         * scripttempl/elfd30v.sc: Add support for .eit_v section and put
3387         it at 0xfffff020.
3388         * emulparams/d30v{elf,_o,_e}.sh: Ditto.
3389
3390 Mon Feb 23 17:46:51 1998  Ian Lance Taylor  <ian@cygnus.com>
3391
3392         * emultempl/pe.em (sort_sections): Permit the wildcard to include
3393         a trailing '*' when sorting grouped sections.
3394         * scripttempl/pe.sc: Include grouped sections using NAME\$*.  Only
3395         include them when relocating.
3396
3397 Wed Feb 18 23:39:46 1998  Richard Henderson  <rth@cygnus.com>
3398
3399         * Makefile.am (install-exec-local): Install properly when ln
3400         fails or tooldir == prefix.
3401
3402 Fri Feb 13 15:24:06 1998  Ian Lance Taylor  <ian@cygnus.com>
3403
3404         * Makefile.am (AUTOMAKE_OPTIONS): Define.
3405         * configure, Makefile.in, aclocal.m4: Rebuild with automake 1.2e.
3406
3407 Thu Feb 12 14:10:44 1998  Ian Lance Taylor  <ian@cygnus.com>
3408
3409         * scripttempl/elf.sc: Align the _end symbol according to the ELF
3410         format size.  From Gordon W. Ross <gwr@mc.com>.
3411
3412         NetBSD patches from Gordon W. Ross <gwr@mc.com>:
3413         * configure.host (alpha*-*-netbsd*): New host.
3414         * configure.tgt (alpha*-*-netbsd*, powerpc-*-netbsd*): New
3415         targets.
3416
3417         * lexsup.c (help): Update bug-gnu-utils address.
3418         * ld.texinfo (Bug Reporting): Likewise.
3419
3420 Tue Feb 10 18:05:56 1998  Ian Lance Taylor  <ian@cygnus.com>
3421
3422         * ldlang.c (lang_size_sections): Warn if some memory regions were
3423         defined, but a loadable section is going into the default memory
3424         region.
3425
3426 Tue Feb 10 16:17:20 1998  H.J. Lu  <hjl@gnu.org>
3427
3428         * ldlex.l (V_IDENTIFIER): Allow '.' as symbol prefix.
3429
3430 Tue Feb 10 15:09:45 1998  Ian Lance Taylor  <ian@cygnus.com>
3431
3432         * Makefile.am (Makefile): Add target, for dependencies on
3433         configure.host and configure.tgt.
3434         * configure.host, configure.tgt: Change -linux* to -linux-gnu*.
3435         * Makefile.in: Rebuild.
3436
3437 Mon Feb  9 13:44:40 1998  Andrew Cagney  <cagney@b1.cygnus.com>
3438
3439         * scripttempl/elfd10v.sc (.stack): Move stack to 0x00..7FFE.
3440
3441         * emulparams/d10velf.sh (READONLY_START_ADDR): Read only section
3442         moved to 0x00.....4.
3443
3444 Sat Feb  7 15:41:26 1998  Ian Lance Taylor  <ian@cygnus.com>
3445
3446         * configure, aclocal.m4: Rebuild with new libtool.
3447
3448 Thu Feb  5 12:16:11 1998  Ian Lance Taylor  <ian@cygnus.com>
3449
3450         * scripttempl/pe.sc: Remove ${RELOCATING-0} from all sections.
3451         From Thomas de Lellis <tdel@wrs.com>.
3452
3453         * configure, Makefile.in, aclocal.m4: Rebuild with new libtool.
3454
3455 Wed Feb  4 13:02:32 1998  Ian Lance Taylor  <ian@cygnus.com>
3456
3457         * Makefile.am (ld_new_LDADD): Remove @LEXLIB@.
3458         * Makefile.in: Rebuild.
3459
3460 Mon Feb  2 19:34:54 1998  Steve Haworth  <steve@pm.cse.rmit.EDU.AU>
3461
3462         Add tms320c30 support:
3463         * configure.tgt (tic30-*-*aout*, tic30-*-*coff*): New targets.
3464         * emulparams/tic30aout.sh: New file.
3465         * emulparams/tic30coff.sh: New file.
3466         * scripttempl/tic30aout.sc: New file.
3467         * scripttempl/tic30coff.sc: New file.
3468         * Makefile.am (ALL_EMULATIONS): Add etic30aout.o and
3469         etic30coff.o.
3470         (etic30aout.c, etic30coff.c): New targets.
3471         * Makefile.in: Rebuild.
3472
3473 Mon Feb  2 14:10:59 1998  Ian Lance Taylor  <ian@cygnus.com>
3474
3475         * configure.host: Correct HOSTING_CRT0 in alpha*-*-linux* case to
3476         accept either ld.so or ld-linux.so.
3477
3478 Fri Jan 30 19:16:28 1998  Doug Evans  <devans@canuck.cygnus.com>
3479
3480         * Makefile.am ({CC,CXX}_FOR_TARGET): Change program_transform_name
3481         to transform.
3482         * Makefile.in: Regenerate.
3483
3484 Fri Jan 30 19:15:17 1998  Geoff Keating  <geoffk@ozemail.com.au>
3485
3486         * scripttempl/elfppc.sc: Put .dynsbss in .sbss.
3487
3488 Fri Jan 30 11:43:49 1998  H.J. Lu  <hjl@gnu.ai.mit.edu>
3489
3490         * Makefile.am (eelf32bsmip.c, eelf32lsmip.c): New targets.
3491         * Makefile.in: Rebuild.
3492
3493 Thu Jan 29 16:04:21 1998  Mumit Khan  <khan@xraylith.wisc.edu>
3494
3495         * ldfile.c (slash): Set to backslash if _WIN32 but not
3496         __CYGWIN32__.
3497         (ldfile_open_file_search): If __MSDOS__ or _WIN32, accept a
3498         leading backslash or a leading x: as an absolute path.
3499         (ldfile_find_command_file): Use slash rather than / when
3500         generating name to try.
3501         * lexsup.c (PATH_SEPARATOR): Define.
3502         (set_default_dirlist): Use PATH_SEPARATOR rather than ':'.
3503
3504 Wed Jan 28 14:06:30 1998  Richard Henderson  <rth@cygnus.com>
3505
3506         * emulparams/elf64_sparc.sh (ELFSIZE): 64
3507         (TEXT_START_ADDR): Round off, since SIZEOF_HEADERS is added later.
3508         (DATA_PLT): Needed by v9 abi.
3509
3510 Wed Jan 28 16:37:27 1998  J.J. van der Heijden  <J.J.vanderHeijden@student.utwente.nl>
3511
3512         * configure.tgt (i[3456]86-*-mingw32*): New entry.
3513
3514 Wed Jan 28 15:51:58 1998  Ian Lance Taylor  <ian@cygnus.com>
3515
3516         * scripttempl/elf.sc: Only include linkonce sections in final
3517         sections when relocating.
3518
3519 Wed Jan 28 14:10:01 1998  Ian Lance Taylor  <ian@cygnus.com>
3520
3521         * ld.texinfo (Options): Add a brief description of the types of
3522         information included in a link map.
3523
3524         * ld.texinfo (Options): Mention LDEMULATION in description of -m.
3525         (Environment): Mention LDEMULATION.
3526
3527         * ld.texinfo (Options): Clarify --export-dynamic a bit.
3528
3529 Thu Jan 22 16:07:23 1998  Richard Henderson  <rth@cygnus.com>
3530
3531         * ldlex.l (<SCRIPT>{WILDCHAR}*): Take care for the comments this
3532         pattern could match.
3533
3534 Wed Jan 21 22:26:46 1998  Ian Lance Taylor  <ian@cygnus.com>
3535
3536         * emultempl/pe.em (gld_${EMULATION_NAME}_set_symbols): When doing
3537         a relocateable link, set the image base to 0, and don't define the
3538         various symbols.
3539         * emulparams/i386pe.sh (RELOCATEABLE_OUTPUT_FORMAT): Define.
3540         * scripttempl/pe.sc: Swap the .data and .bss sections so that
3541         .data comes first.  If doing a relocateable link, use
3542         RELOCATEABLE_OUTPUT_FORMAT if it is defined, and start the
3543         sections at 0, and don't define any symbols.
3544
3545         * ldlang.c (lang_memory_default): Correct parenthisization of
3546         expression.
3547
3548 Wed Jan 21 21:20:32 1998  Manfred Hollstein  <manfred@s-direktnet.de>
3549
3550         * emultempl/sunos.em: Don't include sys/types.h and sys/stat.h
3551         here; they are included already via sysdep.h.
3552
3553 Tue Jan  6 13:40:02 1998  Richard Henderson  <rth@cygnus.com>
3554
3555         * scripttempl/i960.sc: Don't explicitly set .data and .bss start.
3556
3557 Fri Jan  2 20:15:37 1998  Michael Meissner  <meissner@cygnus.com>
3558
3559         * ldgram.y (attributes_opt): Pass region pointer to
3560         lang_set_flags, not &region->flags.
3561
3562         * ldlang.c (lang_memory_default): New function to figure out a
3563         default memory region for a section if it was not specified.
3564         (lang_memory_region_lookup): Zero flags, not_flags field.
3565         (lang_map{,_flags}): Print attribute flags in memory map.
3566         (lang_size_sections): Call lang_memory_default to get default
3567         memory region.
3568         (lang_set_flags): Implement attribute flags for real.  Take new
3569         argument to give the flags we are to skip for this region.
3570
3571         * ldlang.h (memory_region_struct): Add not_flags field, make both
3572         flags fields flagword type.
3573         (lang_output_section_state): Make flags field flagword type.
3574         (lang_set_flags): Update prototype to match new calling sequence.
3575         (lang_memory_region_default): Add prototype.
3576
3577         * emulparams/d30v{_e,_o,elf}.sh ({TEXT,DATA,EMEM}_DEF_SECTION):
3578         Define whether or not the region gets default sections, and if so,
3579         what sections.
3580
3581         * scripttempl/elfd30v.sc (MEMORY): Set up which of the regions get
3582         default sections.
3583
3584 Thu Jan  1 22:58:04 1998  Michael Meissner  <meissner@cygnus.com>
3585
3586         * scripttempl/elfd30v.sc (.eh_frame): Link into the data section.
3587
3588 Thu Jan  1 18:04:51 1998  Jeffrey A Law  (law@cygnus.com)
3589
3590         * scripttempl/h8300h.sc: Fix typo.
3591         * scripttempl/h8300s.sc: Likewise.
3592
3593 Sun Dec 21 12:51:49 1997  Ian Lance Taylor  <ian@cygnus.com>
3594
3595         * ldexp.c (fold_name): Don't crash if the symbol is defined in a
3596         section with no output section, such as a shared library section.
3597
3598 Wed Dec 17 12:14:11 1997  Ian Lance Taylor  <ian@cygnus.com>
3599
3600         * lexsup.c (parse_args): Keep track of where we are in the option
3601         parsing before calling ldemul_parse_args, so that we don't call it
3602         multiple times on the same argument and confuse the getopt
3603         internals.
3604
3605 Thu Dec 11 09:00:15 1997  Michael Meissner  <meissner@cygnus.com>
3606
3607         * configure.tgt (d30v-elf-*): Rename d30velf_e to d30v_e and
3608         d30velf_o to d30v_o to work in DOS environments.
3609         * Makefile.{am,in}: Ditto.
3610
3611         * emulparams/d30v_{o,e}: Rename from d30velf_{o,e}.
3612         * emulparams/d30velf_{o,e}: Deleted.
3613
3614 Wed Dec 10 17:40:08 1997  Nick Clifton  <nickc@cygnus.com>
3615
3616         * scripttempl/armcoff.sc: Add glue sections (code taken from Arm
3617         branch).
3618
3619         * emulparams/armcoff.sh (TEMPLATE_NAME): Set to armcoff.
3620
3621         * emultempl/armcoff.em: New file, imported from Arm branch.
3622
3623 Wed Dec 10 14:10:44 1997  Michael Meissner  <meissner@cygnus.com>
3624
3625         * scripttempl/elfd30v.sc: Add .rel and .rela sections for all
3626         defined sections.  Set up __{D,C}TOR_{LIST,END}__.  Add onchip and
3627         external memory sections for rodata.  Delete .string, .rodata1,
3628         and .data1 sections.
3629
3630 Tue Dec  9 15:28:17 1997  Michael Meissner  <meissner@cygnus.com>
3631
3632         * Makefile.am: Add Oct 23 changes to Makefile.in here.
3633
3634         * Makefile.{am,in}: (ALL_EMULATIONS): Add ed10velf.o.
3635
3636         * Makefile.{am,in}: (ALL_EMULATIONS): Add etic80coff.o.
3637
3638         * Makefile.{am,in}: (ALL_EMULATIONS): Add ed30velf{,_e,_o}.o.
3639         (ed30velf_e.c): Like d30velf, except .text/.data/etc always go in
3640         external memory.
3641         (ed30velf_o.c): Like d30velf, except .text/.data/etc always go in
3642         onchip memory.
3643
3644         * emulparams/d30velf.sh (STACK_START_ADDR): Top of default
3645         stack.
3646         ({TEXT,DATA,EMEM}_SIZE): Sizes of the 3 memory areas.
3647         ({TEXT,DATA,BSS}_MEMORY): Which memory region .text, .data, and
3648         .bss should go in.
3649
3650         * emulparams/d30velf_{e,o}.sh: New files to be explicit whether
3651         .text, .data, etc go in external memory or onchip memory.
3652
3653         * configure.tgt (d30v-*-*ext*): New configuration to default
3654         .text, .data, etc. in external memory.
3655         (d30v-*-*onchip*): New configuration to default .text, .data,
3656         etc. in onchip memory.
3657         (d30v-*-*): Add d30velf_{e,o} emulations.
3658
3659         * scripttempl/elfd30v.sc: Allow .text, .data, .bss to be put in
3660         either the onchip text/data areas or the external memory area.
3661         (MEMORY): Get sizes from d30velf.sh.
3662         (.e{data,text,bss}): Put sections in the external memory region.
3663         (.stext): Put section in the onchip text region.
3664         (.s{data,bss}): Put sections in the onchip data region.
3665         (__stack): Assign from ${STACK_START_ADDR}.
3666         (.text): Put in ${TEXT_MEMORY} memory region.
3667         (.data{,1}/.strings/.rodata{,1}): Put in ${DATA_MEMORY} memory
3668         region.
3669         (.bss): Put in ${BSS_MEMORY} memory region.
3670
3671 Tue Dec  2 10:14:47 1997  Nick Clifton  <nickc@cygnus.com>
3672
3673         * configure.tgt (targ_extra_emuls): Add support for Thumb target.
3674
3675 Sat Nov 22 15:23:19 1997  Ian Lance Taylor  <ian@cygnus.com>
3676
3677         * ldlex.l: Don't define hex_mode.  Correct number regexp to not
3678         accept hex digits without a leading $ or 0x.  Handle leading $
3679         correctly.  Pass 0 rather than hex_mode to bfd_scan_vma.
3680         * ldlex.h (hex_mode): Don't declare.
3681
3682 Sun Nov 16 20:16:45 1997  Michael Meissner  <meissner@cygnus.com>
3683
3684         * emulparams/d30velf.sh ({DATA,EMEM}_START_ADDR): Define as start
3685         of internal data area and external memory on chip.
3686
3687         * scripttempl/elfd30v.sc: Define a MEMORY region that describes
3688         the 3 regions of memory on the chip.  Put .text/.init/.fini into
3689         the text memory region, put other segments into the data memory
3690         region.  Add more of the standard elf sections.  Default __stack
3691         to be 0x20008000, which is 1 byte beyond end of the internal data
3692         region.
3693
3694 Thu Nov 13 13:45:00 1997  Andrew Cagney  <cagney@b1.cygnus.com>
3695
3696         * configure.tgt (targ_extra_emuls): Make FreeBSD a i386bsd
3697         variant.
3698
3699 Sun Nov  2 14:51:36 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
3700
3701         * configure.host (alpha*-*-linux*): Correct HOSTING_CRT0.  Set
3702         HOSTING_LIBS.
3703
3704 Thu Oct 30 12:25:55 1997  Ian Lance Taylor  <ian@cygnus.com>
3705
3706         * ld.h (args_type): Add warn_mismatch field.
3707         * ldmain.c (main): Initialize warn_mismatch field.
3708         * lexsup.c (parse_args): Handle --no-warn-mismatch option.
3709         * ldlang.c (ignore_bfd_error): New static function.
3710         (lang_check): If warn_mismatch is false, don't warn about
3711         mismatched input files.
3712         * ld.texinfo, ld.1: Document new option.
3713
3714 Thu Oct 23 14:38:18 1997  Nick Clifton  <nickc@cygnus.com>
3715
3716         * scripttempl/v850.sc: Rename linker symbol '_stack' to '__stack'
3717         to avoid conflicts with C code which is defining a variable called
3718         'stack'.
3719
3720 Thu Oct 23 00:57:45 1997  Richard Henderson  <rth@dot.cygnus.com>
3721
3722         * Makefile.in (ALL_EMULATIONS): Move eelf64_sparc.o ...
3723         (ALL_64_EMULATIONS): ... here.
3724         (eelf64_sparc.c): Template should be elf32 not generic.
3725         * emulparams/elf64_sparc.sh (TEMPLATE_NAME): New definition.
3726
3727 Thu Oct 23 00:44:20 1997  Richard Henderson  <rth@dot.cygnus.com>
3728
3729         * configure.tgt: Add sparc64-*-linux*.
3730         * emulparams/elf64_sparc.sh (GENERATE_SHLIB_SCRIPT, NOP): New.
3731
3732 Wed Oct 22 11:29:25 1997  Ian Lance Taylor  <ian@cygnus.com>
3733
3734         * scripttempl/pe.sc: Put .eh_frame in .rdata.
3735
3736 Fri Oct 17 00:00:13 1997  Richard Henderson  <rth@cygnus.com>
3737
3738         * ldlang.c (lang_register_vers_node): Only check globals<=>locals,
3739         since we need to be able to export different versions of the same
3740         symbol.
3741
3742 Wed Oct 15 14:52:36 1997  Ian Lance Taylor  <ian@cygnus.com>
3743
3744         * scripttempl/pe.sc: Put .stab and .stabstr sections at end.
3745
3746 Wed Oct  8 12:37:05 1997  Richard Henderson  <rth@cygnus.com>
3747
3748         * configure.tgt, configure.host: Change alpha-*-* to alpha*-*-*;
3749         config.guess now recognizes alphaev5 etc.
3750
3751 Fri Oct  3 14:23:02 1997  Ian Lance Taylor  <ian@cygnus.com>
3752
3753         * emultempl/aix.em (gld${EMULATION_NAME}_parse_args): Don't treat
3754         -s and -u as -static and -unix.
3755
3756 Thu Oct  2 18:40:28 1997  Ian Lance Taylor  <ian@cygnus.com>
3757
3758         * ldlang.c (wild_doit): Rewrite flag handling for clarity.  If we
3759         are not adding the first input section, and SEC_READONLY is clear
3760         on the output section, then don't copy it from the input section.
3761         If SEC_READONLY is not set on the input section, then clear it on
3762         the output section.
3763
3764         * configure.tgt (mips*-sgi-irix[56]*): Use elf32bsmip rather than
3765         elf32bmip.
3766         (mips*el-*-linux*): Change elf32lmip to elf32lsmip and elf32bmip
3767         to elf32bsmip.
3768         (mips*-*-linux*): Likewise.
3769         * emulparams/elf32bsmip.sh: New file; just like elf32bmip.sh, but
3770         setting ENTRY to __start.
3771         * emulparams/elf32lsmip.sh: New file; just like elf32lmip.sh, but
3772         setting ENTRY to __start.
3773         * scripttempl/elf.sc: Always set ENTRY to _start if it was not
3774         already set.
3775
3776 Wed Oct  1 16:41:00 1997  Nick Clifton  <nickc@cygnus.com>
3777
3778         * emulparams/v850.sh (ROZDATA_START_ADDR, ROSDATA_START_ADDR): New
3779         Variables.
3780
3781         * scripttempl/v850.sc: Move read only areas out of zero and small
3782         data sections and into their own sections.
3783
3784 Wed Sep 24 16:59:15 1997  Joel Sherrill  <joel@oarcorp.com>
3785
3786         * configure.tgt (sh*-*-rtems*): New target, like sh-*-elf*.
3787
3788 Wed Sep 24 11:33:14 1997  Ian Lance Taylor  <ian@cygnus.com>
3789
3790         * ld.texinfo (Section Options): Improve documentation of NOLOAD
3791         directive.
3792
3793         * aclocal.m4: Rebuild with new libtool.
3794         * configure: Rebuild.
3795
3796 Mon Sep 22 17:24:06 1997  Ian Lance Taylor  <ian@cygnus.com>
3797
3798         * ldlang.c (wild_doit): Revert patch of September 3.
3799
3800 Wed Sep 17 16:45:34 1997  Nick Clifton  <nickc@cygnus.com>
3801
3802         * Makefile.am, Makefile.in: Add rule for ev850.c
3803         * configure.tgt (targ_extra_emuls): Add v850 target.
3804
3805 Wed Sep 17 16:43:39 1997  Nick Clifton  <nickc@cygnus.com>
3806
3807         * emulparams/v850.sh (CALL_TABLE_START_ADDR): New entry.
3808         * scripttempl/v850.sc: Add call table data area
3809
3810 Mon Sep 15 11:29:13 1997  Ken Raeburn  <raeburn@cygnus.com>
3811
3812         Merge change from Martin Hunt:
3813
3814         * scripttempl/elfd30v.sc: Put .rodata in the .text section.
3815
3816 Tue Sep  9 07:49:56 1997  Fred Fish  <fnf@ninemoons.com>
3817
3818         * ldlang.c (lang_memory_region_lookup): Remove extraneous
3819         initialization of p.
3820
3821 Thu Sep  4 09:03:33 1997  Ian Lance Taylor  <ian@cygnus.com>
3822
3823         * emultempl/aix.em (gld${EMULATION_NAME}_parse_args): In
3824         expression produced for -bpT and -bpD options, align to a 32 byte
3825         boundary rather than an 8 byte boundary.
3826         * scripttempl/aix.sc: Put .tocbss at start of .bss section.
3827
3828         * ldmisc.h, ldmisc.c, ldcref.c: Rename finfo to lfinfo, to avoid
3829         function name conflict with AIX 4.2 unistd.h header file.
3830
3831 Wed Sep  3 15:12:32 1997  Ian Lance Taylor  <ian@cygnus.com>
3832
3833         * ldlang.c (wild_doit): Clear SEC_HAS_CONTENTS from a
3834         noload_section.
3835
3836 Fri Aug 29 00:32:31 1997  Ian Lance Taylor  <ian@cygnus.com>
3837
3838         * Makefile.am (ld_new_DEPENDENCIES): Remove @LEXLIB@.
3839         * Makefile.in: Rebuild.
3840
3841 Thu Aug 28 10:12:10 1997  Doug Evans  <dje@canuck.cygnus.com>
3842
3843         * configure.tgt (arc-*-elf*): Recognize.
3844         * Makefile.am (ALL_EMULATIONS): Add earcelf.o.
3845         * Makefile.in: Regenerate.
3846         * emulparams/arcelf.sh: New file.
3847
3848 Wed Aug 20 11:14:13 1997  Ian Lance Taylor  <ian@cygnus.com>
3849
3850         * ldlang.c (wildcardp): Don't let a backslash by itself cause a
3851         pattern to be treated as a wildcard pattern.
3852
3853         * ldgram.y (atype): Accept parentheses with no type.
3854
3855         * ld.texinfo (Section Definition): Clarify use of whitespace.
3856         (Section Placement): Likewise.
3857
3858 Mon Aug 18 11:12:03 1997  Nick Clifton  <nickc@cygnus.com>
3859
3860         * configure.tgt (targ_extra_emuls): Add support for v850e target.
3861
3862 Mon Aug 18 11:12:03 1997  Nick Clifton  <nickc@cygnus.com>
3863
3864         * configure.tgt (targ_extra_emuls): Add support for v850e target.
3865
3866 Sat Aug  9 00:42:27 1997  Ian Lance Taylor  <ian@cygnus.com>
3867
3868         * Makefile.am (ld.info): Change dependency from
3869         $(BFDDIR)/doc/bfdsumm.texi to bfdsumm.texi.
3870         (ld.dvi): Likewise.
3871         (bfdsumm.texi): New target.
3872         (CLEANFILES): Add bfdsumm.texi.
3873         * Makefile.in: Rebuild.
3874
3875         * Makefile.am: New file, based on old Makefile.in.
3876         * acinclude.m4: New file, from old aclocal.m4.
3877         * configure.in: Call AM_INIT_AUTOMAKE and AM_PROG_LIBTOOL.  Remove
3878         shared library handling; now handled by libtool.  Replace
3879         AC_CONFIG_HEADER with AM_CONFIG_HEADER.  Call AC_PROG_YACC,
3880         AC_PROG_LEX, and AC_DECL_YYTEXT.  Call AM_MAINTAINER_MODE,
3881         AM_CYGWIN32, and AM_EXEEXT.  Don't call CY_CYGWIN32 or CY_EXEEXT.
3882         * configure.host: Don't set HLDFLAGS, HLDENV, or RPATH_ENVVAR.
3883         * acconfig.h: Mention PACKAGE and VERSION.
3884         * stamp-h.in: New file.
3885         * ldver.c (ld_program_version): Set ld_program_version from
3886         VERSION.
3887         * ldgram.y, ldlex.l: Replace VERSION with VERSIONK.
3888         * Makefile.in: Now built with automake.
3889         * aclocal.m4: Now built with aclocal.
3890         * configure, config.in: Rebuild.
3891
3892 Mon Jul 28 19:04:50 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
3893
3894         * configure.in: Use CYGWIN and EXEEXT autoconf macro to look for
3895         win32 dependencies.
3896         * configure: Regenerated with autoconf 2.12.
3897         * Makefile.in: Add $(EXEEXT) to executable.
3898
3899 Tue Jul 22 18:50:38 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
3900
3901         * emulparams/i386go32.sh (OUTPUT_FORMAT): Set to "coff-go32".
3902         (SEGMENT_SIZE): Set to 0x200.
3903         * scripttempl/i386go32.sc: Rewrite.
3904         * configure.tgt (i[3456]86-*-msdosdjgpp*): New target.
3905
3906 Mon Jul  7 12:39:42 1997  Ian Lance Taylor  <ian@cygnus.com>
3907
3908         From Manfred Hollstein <manfred@s-direktnet.de>:
3909         * configure.host (i[3456]86-*-linux*libc1*): Renamed from
3910         i[3456]86-*-linux*.
3911         (i[3456]86-*-linux*): New host.
3912
3913 Thu Jun 26 13:54:03 1997  Ian Lance Taylor  <ian@cygnus.com>
3914
3915         * scripttempl/pe.sc: Put .rsrc after .reloc.  Put input .rsrc
3916         sections in the output .rsrc section.
3917
3918 Wed Jun 25 12:48:41 1997  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3919
3920         * configure.host (m68*-*-linux*libc1*): Renamed from
3921         `m68*-*-linux*'.
3922         (m68*-*-linux*): New configuration for use with GNU libc 2.
3923
3924 Mon Jun 16 19:18:21 1997  Geoff Keating  <geoffk@ozemail.com.au>
3925
3926         * scripttempl/elfppc.sc: Correct .rela.sdata entries.
3927
3928         * scripttempl/elfppc.sc: Put the PLT between the small and large
3929         BSS segments.
3930         * emulparams/elf32ppc.sh (TEXT_START_ADDR): The ABI says `A
3931         program base of 0x02000000 is recommended...' because otherwise
3932         shared libraries are less efficient.  We use 0x01800000 because
3933         otherwise it's impossible to branch to location 0, for instance if
3934         you have an undefined weak symbol.
3935
3936 Mon Jun 16 12:49:36 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
3937
3938         * ldlang.c (lang_place_undefineds): Add \n in einfo call.
3939         (lang_size_sections): Likewise.
3940         * ldlex.l: Likewise.
3941         * emultempl/aix.em (gld${EMULATION_NAME}_read_file): Likewise.
3942         * emultempl/mipsecoff.em (gld${EMULATION_NAME}_after_open):
3943         Likewise.
3944         (check_sections): Likewise.
3945         (gld${EMULATION_NAME}_after_allocation): Likewise.
3946         * emultempl/pe.em (gld_$${EMULATION_NAME}_before_allocation):
3947         Likewise.
3948         * mpw-eppcmac.c (gldppcmacos_read_file): Likewise.
3949         * mpw-idtmips.c (gldmipsidt_after_open): Likewise.
3950         (check_sections): Likewise.
3951         (gldmipsidt_after_allocation): Likewise.
3952
3953         * ldemul.c (ldemul_choose_mode): Remove unused einfo argument.
3954
3955 Fri Jun  6 23:47:42 1997  Ian Lance Taylor  <ian@cygnus.com>
3956
3957         * scripttempl/pe.sc: Add zeroes after .idata$3 to mark the end of
3958         the import list.
3959
3960 Thu May 29 13:13:22 1997  Ian Lance Taylor  <ian@cygnus.com>
3961
3962         * emultempl/elf32.em (gld${EMULATION_NAME}_place_section): Don't
3963         crash if an output section has no BFD section.
3964
3965 Fri May 23 15:23:25 1997  Fred Fish  <fnf@cygnus.com>
3966
3967         * lexsup.c (ld_options): Add entry for the new "task-link" option.
3968         (parse_args): Handle the "task-link" option.
3969         (OPTION_TASK_LINK): Add define.
3970
3971 Wed May 21 17:44:15 1997  Ian Lance Taylor  <ian@cygnus.com>
3972
3973         * ldmain.c (main): Correct check of fclose return value when
3974         handling --force-exe-suffix.
3975
3976 Thu May 15 11:35:29 1997  Nick Clifton  <nickc@cygnus.com>
3977
3978         * ldlang.c (lang_check): Add test of the return value from the
3979         call to bfd_merge_private_bfd_data().
3980
3981 Mon May 12 23:22:58 1997  Ian Lance Taylor  <ian@cygnus.com>
3982
3983         * scripttempl/elfmips.sc: Remove.
3984         * scripttempl/elf.sc: Set ENTRY based on target.  Permit
3985         TEXT_DYNAMIC to control .dynamic segment.  Permit
3986         SHLIB_TEXT_START_ADDR to set start of shared object.  Support
3987         INITIAL_READONLY_SECTIONS.  Put .stub in .text.  Only put
3988         .gnu.linkonce.t* in .text when relocating.  Support
3989         OTHER_TEXT_SECTIONS.  Support SHLIB_DATA_ADDR as well as
3990         DATA_ADDR.  Support OTHER_GOT_SYMBOLS and OTHER_GOT_SECTIONS.
3991         * emulparams/elf32b4300.sh (SCRIPT_NAME): Set to elf.
3992         (DATA_ADDR): Don't set.
3993         (INITIAL_READONLY_SECTIONS): Rename from OTHER_READONLY_SECTIONS.
3994         (OTHER_TEXT_SECTIONS): Set.
3995         (OTHER_GOT_SECTIONS): Rename from OTHER_READWRITE_SECTIONS.
3996         (MACHINE): Set to empty string.
3997         * emulparams/elf32l4300.sh: Likewise.
3998         * emulparams/elf32ebmip.sh: Likewise.
3999         * emulparams/elf32elmip.sh: Likewise.
4000         * emulparams/elf32bmip.sh: Likewise.  Also:
4001         (TEXT_DYNAMIC): Set.
4002         * emulparams/elf32lmips.sh: Likewise.
4003         * Makefile.in (eelf32bmips.c): Depend upon elf.sc rather than
4004         elfmips.sc.
4005         (eelf32ebmips.c, eelf32elmips.c, eelf32lmip.c): Likewise.
4006
4007 Mon May 12 11:11:06 1997  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4008
4009         * scripttempl/elf.sc: Don't align the data segment on the next 8
4010         byte boundary, instead let the linker use whatever the individual
4011         sections require.
4012
4013 Fri May  9 17:45:46 1997  Ian Lance Taylor  <ian@cygnus.com>
4014
4015         * configure.tgt (i[3456]86-*-gnu*): Don't include Mach support.
4016
4017 Tue May  6 13:21:19 1997  Ian Lance Taylor  <ian@cygnus.com>
4018
4019         From Sean McNeil <sean@mcneil.com>:
4020         * emultempl/pe.em (sort_by_file_name): Sort by archive name
4021         first.
4022         (sort_sections): Sort all sections, not just sections in the same
4023         archive.
4024
4025 Mon May  5 18:19:55 1997  Philip Blundell  <pjb27@cam.ac.uk>
4026
4027         * configure.tgt, configure.host: cope with '*-*-linux-gnuaout'
4028         targets.
4029
4030 Fri May  2 15:54:28 1997  Mike Meissner  <meissner@cygnus.com>
4031
4032         * scripttempl/tic80coff.sc (.text): Add a leading underscore to
4033         __{D,C}TOR_{LIST,END}__ definations.  Rearrange the order of items
4034         in the .text section.  Move .const, .ctors, .dtors into separate
4035         sections.
4036
4037 Wed Apr 30 12:23:21 1997  Manfred Hollstein  <manfred@s-direktnet.de>
4038
4039         * scripttempl/m88kbcs.sc (__.initp.end, _etext): Added whitespace
4040         around assignment of current location pointer.
4041
4042 Thu Apr 17 13:07:18 1997  Ian Lance Taylor  <ian@cygnus.com>
4043
4044         * ldctor.c (ldctor_build_sets): Make sure the set is aligned
4045         appropriately.
4046
4047 Tue Apr 15 13:19:26 1997  Ian Lance Taylor  <ian@cygnus.com>
4048
4049         * Makefile.in (INSTALL): Set to @INSTALL@.
4050         (INSTALL_XFORM, INSTALL_XFORM1): Remove.
4051         (install): Depend upon ld.new and installdirs.  Use
4052         $(program_transform_name) directly, rather than using
4053         $(INSTALL_XFORM) and $(INSTALL_XFORM1).
4054         (installdirs): New target.
4055         (install-info): Run mkinstalldirs.
4056
4057 Mon Apr 14 12:06:15 1997  Ian Lance Taylor  <ian@cygnus.com>
4058
4059         * Makefile.in (INSTALL): Change install.sh to install-sh.
4060
4061         From Thomas Graichen <graichen@rzpd.de>:
4062         * configure.in: Use ${CONFIG_SHELL} when running $ac_config_sub.
4063         * configure: Rebuild.
4064
4065 Fri Apr  4 11:42:41 1997  Ian Lance Taylor  <ian@cygnus.com>
4066
4067         * emultempl/pe.em: Include "libiberty.h".
4068         (sort_sections_1): Use xmalloc rather than alloca.
4069
4070         * ldlex.l: Recognize SQUAD.
4071         * ldgram.y (length): Add SQUAD.
4072         * ldctor.c (ldctor_build_sets): Use SQUAD for a signed 8 byte
4073         reloc.
4074         * ldlang.c (print_data_statement): Handle SQUAD.
4075         (lang_size_sections, lang_do_assignments): Likewise.
4076         * ldexp.c (exp_print_token): Add SQUAD to table.
4077         * ldwrite.c (build_link_order): Handle SQUAD.
4078         * ld.texinfo (Section Data Expressions): Document SQUAD.
4079
4080 Thu Apr  3 13:19:40 1997  Ian Lance Taylor  <ian@cygnus.com>
4081
4082         * ldver.c (ld_program_version): Set to 2.8.1.
4083
4084         * Branched binutils 2.8.
4085
4086 Wed Apr  2 11:55:27 1997  Ian Lance Taylor  <ian@cygnus.com>
4087
4088         * mpw-idtmips.c: Rename from mpw-emipsidt.c.
4089         * mpw-elfmips.c: Rename from mpw-emipself.c.
4090         * mpw-config.in: Update accordingly.
4091
4092         * ldlang.c (lang_process): Call lang_check immediately after
4093         opening the input files, rather than at the end of the link.
4094
4095 Mon Mar 31 23:44:00 1997  Ian Lance Taylor  <ian@cygnus.com>
4096
4097         * emultempl/pe.em (init): Fully bracket initializer.
4098         (set_pe_stack_heap): Remove locals begin_commit and end.
4099         (gld_${EMULATION_NAME}_after_open): Remove unused local i.
4100         (gld${EMULATION_NAME}_place_orphan): Remove unused local ptr.
4101
4102 Mon Mar 31 16:35:51 1997  Joel Sherrill  <joel@oarcorp.com>
4103
4104         * configure.tgt (hppa*-*-rtems*): New target, like hppa-*-*elf*.
4105
4106 Fri Mar 28 15:29:23 1997  H.J. Lu <hjl@gnu.ai.mit.edu>
4107
4108         Contributed by David S. Miller <davem@caip.rutgers.edu>:
4109         * configure.tgt (sparc*-*-linuxaout*): New target.
4110         (sparc*-*-linux*): New target.
4111         * emulparams/sparclinux.sh: New file.
4112         * Makefile.in (ALL_EMULATIONS): Add esparclinux.o.
4113         (esparclinux.c): New target.
4114
4115 Fri Mar 28 14:30:12 1997  Ian Lance Taylor  <ian@cygnus.com>
4116
4117         From Ralf Baechle <ralf@gnu.ai.mit.edu>:
4118         * configure.tgt: Set targ_extra_emuls for mips*el-*-linux* and
4119         mips*-*-linux*.  Use elf32bmip and elf32lmip, not elf32ebmip and
4120         elf32elmip.
4121
4122 Thu Mar 27 17:14:32 1997  Ian Lance Taylor  <ian@cygnus.com>
4123
4124         * lexsup.c (parse_args): Update copyright date in version
4125         message.
4126
4127 Fri Mar 21 12:28:41 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
4128
4129         * emulparams/delta68.sh (OUTPUT_FORMAT): Set to "coff-m68k-sysv".
4130
4131 Tue Mar 18 11:16:23 1997  Ian Lance Taylor  <ian@cygnus.com>
4132
4133         * Makefile.in: Rebuild dependencies.
4134
4135         * emultempl/aix.em: Include "obstack.h".
4136
4137 Mon Mar 17 19:26:06 1997  Ian Lance Taylor  <ian@cygnus.com>
4138
4139         * ldlang.c: Include "obstack.h".
4140
4141 Sat Mar 15 23:23:46 1997  Fred Fish  <fnf@cygnus.com>
4142
4143         * configure.tgt (powerpc-*-beos*): Use aixppc for targ_emul.
4144
4145 Sat Mar 15 18:10:38 1997  H.J. Lu  <hjl@lucon.org>
4146
4147         * ldemul.h (ldemul_list_emulations): Use full prototype.
4148         * ldlang.c (print_one_symbol): Add declaration.
4149         * ldlang.h (dprint_statements): Declare.
4150         * ldmain.c (remove_output): Declare.
4151         * ldmisc.c (vfinfo): Declare.
4152         * ldwrite.c (clone_section): Declare.
4153         (split_sections): Make static.  Declare.
4154         * mri.c: Include libiberty.h.
4155         (strdup): Don't declare.
4156         (mri_alias): Use xstrdup rather than strdup.
4157
4158 Fri Mar 14 21:30:06 1997  Ian Lance Taylor  <ian@cygnus.com>
4159
4160         * scripttempl/elfmips.sc: Change handling of data area when
4161         generating a shared library to not skip a large block of memory.
4162         From Per Fogelstrom <pefo@cvs.openbsd.org>.
4163
4164 Wed Mar 12 21:33:09 1997  Ian Lance Taylor  <ian@cygnus.com>
4165
4166         * ldmain.c (multiple_definition): Only skip the warning if the
4167         output section is absolute when the input section is not
4168         absolute.
4169
4170         * ldlex.l: Accept whitespace in VERS_START state.  Warn about
4171         invalid characters in VERS_* states.
4172
4173 Tue Mar 11 13:51:31 1997  Ian Lance Taylor  <ian@cygnus.com>
4174
4175         * emultempl/aix.em (gld${EMULATION_NAME}_read_file): Don't let a
4176         trailing space lead us to think that there is a zero address.
4177
4178 Sun Mar  9 23:06:35 1997  Eric Youngdale  <eric@andante.jic.com>
4179
4180         * ldgram.y (vers_node): Correct typo of '('  for '{'.
4181
4182 Fri Mar  7 18:40:12 1997  Fred Fish  <fnf@cygnus.com>
4183
4184         * scripttempl/tic80coff.sc (ENTRY): Entry symbol is __start
4185         rather than _start.
4186         (__edata): Define this rather than "edata".
4187         (__end): Define this rather than "end".
4188
4189 Tue Mar  4 17:18:35 1997  Michael Meissner  <meissner@cygnus.com>
4190
4191         * configure.tgt (tic80-*-*): Allow dropping of -coff.
4192
4193 Sun Mar  2 22:59:49 1997  Fred Fish  <fnf@cygnus.com>
4194
4195         * Makefile.in (ld.dvi): Set MAKEINFO environment variable as well
4196         as TEXINPUTS.  Needed for building in separate build dir.
4197         * ldint.texinfo (SCRIPT_NAME): Fix typo.
4198         * emulparams/tic80coff.sh: Rewrite to include internal documentation
4199         about each shell variable that is set (or not set).
4200         * scripttempl/tic80coff.sc: Complete rewrite.
4201
4202 Fri Feb 28 17:42:27 1997  Ian Lance Taylor  <ian@cygnus.com>
4203
4204         * ldmain.c (main): Call bfd_set_default_target.
4205         * Makefile.in (ldmain.o): Define TARGET when compiling.
4206
4207 Thu Feb 27 11:41:03 1997  Ian Lance Taylor  <ian@cygnus.com>
4208
4209         * ldmain.c (main): Don't initialize link_info.lprefix or
4210         link_info.lprefix_len.
4211         * emultempl/hppaelf.em (hppaelf_before_parse): Likewise.
4212
4213         * emultempl/m88kbcs.em: Remove.
4214         * emulparams/m88kbcs.sh (TEMPLATE_NAME): Don't set.
4215         * Makefile.in (em88kbcs.c): Depend upon generic.em rather than
4216         m88kbcs.em.
4217
4218         * mri.c (mri_draw_tree): Pass noload_section, not SEC_NEVER_LOAD,
4219         to lang_enter_output_section_statement.  From Mark Rasin
4220         <mark.rasin@telrad.co.il>.
4221
4222 Wed Feb 26 11:51:44 1997  Ian Lance Taylor  <ian@cygnus.com>
4223
4224         * ldlang.c (lang_one_common): Clear SEC_IS_COMMON from common
4225         section.
4226
4227 Tue Feb 25 20:38:11 1997  Stan Shebs  <shebs@andros.cygnus.com>
4228
4229         * configure.tgt (mips*-*-lnews*): New target.
4230         * Makefile.in (emipslnews.c): New target.
4231         * emulparams/mipslnews.sh: New file.
4232
4233 Tue Feb 25 16:04:09 1997  Ian Lance Taylor  <ian@cygnus.com>
4234
4235         * emultempl/elf32.em (hold_interp): New static variable.
4236         (gld${EMULATION_NAME}_place_orphan): Put loadable .note sections
4237         after hold_interp.  Choose a unique output section name.
4238         (gld${EMULATION_NAME}_place_section): Don't set hold_use if the
4239         SEC_LOAD or SEC_ALLOC flags differ.  Set hold_interp.
4240
4241 Mon Feb 24 18:16:09 1997  Ian Lance Taylor  <ian@cygnus.com>
4242
4243         From Eric Youngdale <eric@andante.jic.com>:
4244         * ldlex.l (V_TAG, V_IDENTIFIER): New macros.
4245         (VERS_START, VERS_SCRIPT, VERS_NODE): New states to parse version
4246         information.
4247         (ldlex_version_script, ldlex_version_file): New functions.
4248         * ldlex.h (enum input_enum): Add input_version_script.
4249         (ldlex_version_script): Declare.
4250         (ldlex_version_file): Declare.
4251         * ldgram.y (%union): Add deflist, versyms, and versnode.
4252         (VERS_TAG, VERS_IDENTIFIER): New terminals.
4253         (GLOBAL, LOCAL, VERSION, INPUT_VERSION_SCRIPT): New terminals.
4254         (file): Accept INPUT_VERSION_SCRIPT.
4255         (ifile_p1): Accept version.
4256         (version_script_file): New nonterminal.
4257         (version, vers_nodes, vers_node): Likewise.
4258         (verdep, vers_tag, ver_defns): Likewise.
4259         * ldlang.c (lang_elf_version_info): New global variable.
4260         (lang_new_vers_regex): New function.
4261         (lang_new_vers_node): New function.
4262         (version_index): New static variable.
4263         (lang_register_vers_node): New function.
4264         (lang_add_vers_depend): New function.
4265         * ldlang.h (lang_elf_version_info): Declare.
4266         (lang_new_vers_regex, lang_new_vers_node): Declare.
4267         (lang_add_vers_depend, lang_register_vers_node): Declare.
4268         * lexsup.c (OPTION_VERSION_SCRIPT): Define.
4269         (ld_options): Add "version-script".
4270         (parse_args): Handle OPTION_VERSION_SCRIPT.
4271         * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
4272         Pass lang_elf_version_info to size_dynamic_sections.
4273         * scripttempl/elf.sc: Add .gnu.version sections.
4274         * ld.texinfo: Document symbol versioning.
4275
4276 Fri Feb 21 17:37:51 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
4277
4278         * Makefile.in (ed30velf.c): New target.
4279         * configure.tgt (d30v-*-*): New target.
4280         * emulparams/d30velf.sh: New file.
4281         * scripttempl/elfd30v.sc: New file.
4282
4283 Fri Feb 14 18:28:31 1997  Ian Lance Taylor  <ian@cygnus.com>
4284
4285         * ld.texinfo (Option Commands): Document the INCLUDE command.
4286
4287 Thu Feb 13 20:31:37 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
4288
4289         * configure.in: Call BFD_NEED_DECLARATION on getenv.
4290         * acconfig.h (NEED_DECLARATION_GETENV): New macro.
4291         * sysdep.h (getenv): Declare if NEED_DECLARATION_GETENV.
4292         * ldemul.c (ld_emul_default_target): Do not cast getenv return
4293         value.
4294         * ldmain.c (get_emulation): Likewise.
4295         * configure, config.in: Rebuild.
4296
4297 Tue Feb 11 15:34:26 1997  Ian Lance Taylor  <ian@cygnus.com>
4298
4299         * scripttempl/elfmips.sc: When relocating, put .mips16.fn.* and
4300         .mips16.call.* in .text.
4301
4302 Sun Feb  9 18:09:13 1997  Fred Fish  <fnf@cygnus.com>
4303
4304         * emulparams/tic80coff.sh: New (dummy) file for TIc80.
4305         * scripttempl/tic80coff.sc: New (dummy) file for TIc80.
4306         * Makefile.in (etic80coff.c): Add target and rule to build it.
4307         * configure.tgt (tic80-*-coff): Set targ_emul to tic80coff.
4308
4309 Fri Jan 31 13:16:53 1997  Ian Lance Taylor  <ian@cygnus.com>
4310
4311         * emultempl/sunos.em (gld${EMULATION_NAME}_find_so): Search for
4312         ".so" in the name, not ".so.".
4313         (gld${EMULATION_NAME}_search_dir): Accept a plain .so file.
4314
4315         * Makefile.in (ld.info): Add -I$(srcdir).  From Alan Modra
4316         <alan@spri.levels.unisa.edu.au>.
4317
4318 Thu Jan 30 11:31:52 1997  Ian Lance Taylor  <ian@cygnus.com>
4319
4320         * emultempl/sunos.em: Include <ctype.h>.
4321         (gld${EMULATION_NAME}_find_so): Skip the directory name when
4322         searching for ".so.".
4323         (gld${EMULATION_NAME}_search_dir): Make sure that the library name
4324         has a version number, and that only version numbers follow .so.
4325
4326 Wed Jan 29 18:15:00 1997  Geoffrey Noer  <noer@cygnus.com>
4327
4328         * scripttempl/pe.sc:
4329         * scripttempl/ppcpe.sc: add *(.gcc_except_table) to the text
4330         section so Win32 executables are valid.
4331
4332 Mon Jan 27 12:28:43 1997  Ian Lance Taylor  <ian@cygnus.com>
4333
4334         * scripttempl/elf.sc: Put linkonce reloc section in other
4335         appropriate reloc sections.
4336         * scripttempl/elfmips.sc: Add linkonce support.
4337         * scripttempl/elfppc.sc: Likewise.
4338
4339 Fri Jan 24 10:44:09 1997  Jeffrey A Law  (law@cygnus.com)
4340
4341         * emulparms/mn10200.sh (OTHER_RELOCATING_SECTIONS): Move the
4342         stack up to 0x80000.
4343         * emulparms/mn10300.sh (OTHER_RELOCATING_SECTIONS): Likewise.
4344
4345 Tue Jan 21 12:11:10 1997  Doug Evans  <dje@seba.cygnus.com>
4346
4347         * emulparams/m32relf.sh (OTHER_RELOCATING_SECTIONS): Use PROVIDE
4348         to define `_stack'.
4349
4350 Thu Jan 16 17:07:52 1997  Ian Lance Taylor  <ian@cygnus.com>
4351
4352         * ld.h (args_type): Rename auxiliary_filter_shlib to
4353         auxiliary_filters, and make it char **.
4354         * lexsup.c (parse_args): Handle -f by setting up an array.
4355         * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Use
4356         new name of auxiliary_filters.
4357
4358         * ld.texinfo (Options): Improve documentation of --filter and
4359         --auxiliary.
4360
4361 Tue Jan 14 15:44:28 1997  Ian Lance Taylor  <ian@cygnus.com>
4362
4363         * ld.texinfo (Options): Clarify that the normal usage is -T.
4364         (Commands): Likewise.
4365
4366 Thu Jan  9 11:26:27 1997  Ian Lance Taylor  <ian@cygnus.com>
4367
4368         * scripttempl/armcoff.sc: Correct mask used for .data address.
4369
4370 Wed Jan  8 15:14:59 1997  Geoffrey Noer  <noer@cygnus.com>
4371
4372         * emultempl/pe.em: make default executable a.exe instead of
4373         a.out
4374
4375 Fri Jan  3 17:33:34 1997  Richard Henderson  <rth@tamu.edu>
4376
4377         * scripttempl/elf.sc: Move .got closer to .sdata and .sbss by
4378         shifting .plt back.  Rumour has it that the NetBSD ld.so depends
4379         on .dynamic being after .got, so we leave that.
4380
4381 Fri Jan  3 14:04:40 1997  Ian Lance Taylor  <ian@cygnus.com>
4382
4383         * Makefile.in (clean): Don't remove configdoc.texi.
4384         (maintainer-clean): Do remove configdoc.texi.
4385
4386         * ld.texinfo (Operators): Remove '@' from @smallexmple in comment
4387         to avoid confusing texi2roff.
4388
4389 Fri Jan  3 11:27:02 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
4390
4391         * scripttempl/v850.sc (.zdata): Add .zcommon section.
4392         (.tdata): Add .tcommon and .tcommon_byte sections.
4393
4394 Thu Jan  2 18:14:32 1997  Ian Lance Taylor  <ian@cygnus.com>
4395
4396         * configure.tgt (mips*el-*-linux*, mips*-*-linux*): New targets.
4397         * scripttempl/elfmips.sc: Use __start as the entry address for
4398         mips*-*-linux*.
4399
4400 Tue Dec 31 14:48:30 1996  Ian Lance Taylor  <ian@cygnus.com>
4401
4402         * Makefile.in (ALL_CFLAGS): Add -D_GNU_SOURCE.
4403
4404         * ld.h (args_type): Add filter_shlib and auxiliary_filter_shlib
4405         fields.
4406         * lexsup.c (parse_args): Recognize --auxiliary/-f and
4407         --filter/-F.
4408         * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
4409         Pass filter_shlib and auxiliary_filter_shlib to
4410         size_dynamic_sections.
4411         * ld.texinfo, ld.1: Document --filter/-F and --auxiliary/-f.
4412
4413 Mon Dec 30 13:55:57 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
4414
4415         * scripttempl/v850.sc (.tdata) Add .tbss and .tbyte sections.
4416
4417 Wed Dec 18 22:57:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
4418
4419         * mpw-make.sed: Use NewFolderRecursive for installation.
4420
4421 Fri Dec 13 14:08:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
4422
4423         * scripttempl/v850.sc: Make sure __{e,g}p start relative to the
4424         {s,t}data sections.  Do not emit any linker generated symbols if
4425         -r.  Use {TEXT,{Z,S,T}DATA}_START_ADDR variables to initialize
4426         where the different sections go.  Change some whitespace.
4427
4428         * emulparams/v850.sh ({TEXT,{Z,S,T}DATA}_START_ADDR): Define
4429         appropriately.  Remove crud not used anymore.
4430
4431 Fri Dec 13 10:19:57 1996  Jeffrey A Law  (law@cygnus.com)
4432
4433         * Makefile.in (emn10200.c): Add dependencies.
4434         * configure.tgt: Handle mn10200.
4435         * emulparms/mn10200.sh: New file.
4436
4437 Thu Dec 12 17:04:55 1996  Ian Lance Taylor  <ian@cygnus.com>
4438
4439         * emultempl/gld960c.em: Include <ctype.h>.
4440         (gld960_set_output_arch): Get the machine type from the -A option
4441         if there is one, rather than always using core.
4442
4443 Sat Dec  7 10:07:51 1996  Jeffrey A Law  (law@cygnus.com)
4444
4445         * emulparms/mn10300.sh: Handle leading underscores.
4446
4447 Thu Dec  5 13:45:58 1996  Ian Lance Taylor  <ian@cygnus.com>
4448
4449         * emultempl/elf32.em (gld${EMULATION_NAME}_place_section): Only
4450         set hold_rel if SEC_ALLOC is set.
4451
4452 Tue Dec  3 11:29:20 1996  Ian Lance Taylor  <ian@cygnus.com>
4453
4454         * ldlang.c (section_already_linked): Set the output_offset as well
4455         as the output_section when only reading symbols from a file.
4456
4457 Mon Dec  2 11:43:50 1996  Ian Lance Taylor  <ian@cygnus.com>
4458
4459         * emulparams/*.sh: Make sure that each set of parameters which
4460         uses the elf.sc script sets MACHINE.
4461
4462 Wed Nov 27 03:22:05 1996  Jason Merrill  <jason@yorick.cygnus.com>
4463
4464         * scripttempl/elf{,mips,ppc}.sc: Add the remaining DWARF sections.
4465         * scripttempl/elfd10v.sc: Likewise.
4466         * scripttempl/v850.sc: Likewise.
4467
4468 Tue Nov 26 16:58:33 1996  Ian Lance Taylor  <ian@cygnus.com>
4469
4470         * configure: Rebuild with autoconf 2.12.
4471
4472 Mon Nov 25 12:17:55 1996  Jim Wilson  <wilson@cygnus.com>
4473
4474         * emultempl/pe.em (gld_${EMULATION_NAME}_set_symbols): Add case
4475         for bfd_vma to init loop.
4476
4477 Mon Nov 25 09:55:07 1996  Jeffrey A Law  (law@cygnus.com)
4478
4479         * emulparms/mn10300.sh: Remove bogus '_' prefix for
4480         entry symbol and ctor/dtor stuff.
4481
4482 Fri Nov 15 13:00:18 1996  Jeffrey A Law  (law@cygnus.com)
4483
4484         * Makefile.in (emn10300.c): Add dependencies.
4485         * configure.tgt: Handle mn10300.
4486         * emulparms/mn10300.sh: New file.
4487
4488 Tue Nov  5 10:57:50 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
4489
4490         * emulparams/d10velf.sh (READONLY_START_ADDR): Changed to 0x2000004.
4491         (EMBEDDED): Define.
4492
4493 Fri Nov  1 10:01:27 1996  Ian Lance Taylor  <ian@cygnus.com>
4494
4495         * ld.texinfo: Add section on reporting bugs.
4496
4497         * scripttempl/m68kcoff.sc: Make sure the etext and __CTOR_LIST__
4498         symbols are correctly aligned.
4499
4500 Thu Oct 31 09:28:59 1996  Jeffrey A Law  (law@cygnus.com)
4501
4502         * scriptempl/v850.sc (zdata): Handle reszdata, romzdata and
4503         romzbss too.
4504
4505 Tue Oct 29 12:33:05 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
4506
4507         * emulparams/d10velf.sh: Changes needed for D10V-EVA board.
4508         Set TEXT_START_ADDR to 0x1000000. Set READONLY_START_ADDR to
4509         0x2000000.
4510
4511         * scripttempl/elfd10v.sc:  Fix calculation of .text.  Change
4512         .stack to start at 0x2007ffe.
4513
4514 Mon Oct 28 15:37:00 1996  Doug Evans  <dje@canuck.cygnus.com>
4515
4516         * configure.tgt (sparclet*-*-aout*): Delete, use sparc*-*-aout*.
4517
4518 Wed Oct 23 16:17:22 1996  Jeffrey A Law  (law@cygnus.com)
4519
4520         * scriptempl/v850.sc (zdata): Fix typo "zrodata" -> "rozdata".
4521
4522         * scriptempl/v850.sc (zdata): Make sure this stays
4523         in lo-memory.
4524
4525 Tue Oct 22 11:36:47 1996  Jeffrey A Law  (law@cygnus.com)
4526
4527         * scripttempl/v850.sc (__ep): Put it at the start
4528         of the tda section.
4529
4530         * scriptempl/v850.sc: Move all "normal" sections into
4531         the external memory region (0x100000 - 0x200000).
4532
4533 Mon Oct 21 17:16:59 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
4534
4535         * scripttempl/elfd10v.sc: Clone from elf.sc, move .text to
4536         0x10000, so that is more room for data.
4537
4538         * emulparams/d10velf.sh (TEXT_START_ADDR): Now 0x100000.
4539         (READONLY_START_ADDR): Now 0x0.
4540         (SCRIPT_NAME): Now elfd10v.
4541
4542         * Makefile.in (ed10velf.c): Depend on elfd10v.sc, not elf.sc.
4543
4544 Fri Oct 18 22:12:49 1996  Doug Evans  <dje@canuck.cygnus.com>
4545
4546         * emulparams/m32relf.sh (TEXT_START_ADDR): Change from 0 to 0x100.
4547
4548 Fri Oct 18 15:43:38 1996  Ian Lance Taylor  <ian@cygnus.com>
4549
4550         * Makefile.in (ALL_EMULATIONS): Remove eelf64alpha.o.
4551         (ALL_64_EMULATIONS): New variable.
4552         * configure.in: Accept --enable-64-bit-bfd option.  If it is set
4553         with --enable-targets=all, include ALL_64_EMULATIONS in
4554         EMULATION_OFILES.
4555         * configure: Rebuild.
4556
4557 Fri Oct 18 12:58:35 1996  Jeffrey A Law  (law@cygnus.com)
4558
4559         * scripttempl/v850.sc (__gp, __ep): Define.
4560
4561 Thu Oct 17 18:14:07 1996  Ian Lance Taylor  <ian@cygnus.com>
4562
4563         * ld.texinfo: Try to consistently use a single or a double dash
4564         for each option.
4565
4566 Thu Oct 17 10:17:20 1996  Doug Evans  <dje@canuck.cygnus.com>
4567
4568         * emulparams/m32relf.sh (EMBEDDED): Define.
4569
4570 Thu Oct 17 10:56:49 1996  Jeffrey A Law  (law@cygnus.com)
4571
4572         * scripttempl/v850.sc (.zdata): Add this before .text.
4573         (.sdata): Also include .rosdata as part of the .sdata.
4574         (.tdata): Include this just before .sdata.
4575
4576         * emulparms/v850.sh (SCRIPT_NAME): Use "v850" not "elf".
4577         * scripttempl/v850.sc: Wrap script with a "cat << EOF".
4578
4579 Wed Oct 16 23:10:01 1996  Jeffrey A Law  (law@cygnus.com)
4580
4581         * scripttempl/v850.sc: New linker script for the V850.
4582         * Makefile.in: Use it.
4583
4584 Thu Oct 10 17:57:00 1996  Ian Lance Taylor  <ian@cygnus.com>
4585
4586         * emulparams/elf32b4300.sh: Define _gp in OTHER_GOT_SYMBOLS, not
4587         OTHER_READWRITE_SECTIONS.
4588         * emulparams/elf32l4300.sh: Likewise.
4589
4590 Wed Oct  9 14:36:18 1996  Ian Lance Taylor  <ian@cygnus.com>
4591
4592         * ld.h (ld_config_type): Add warn_section_align field.
4593         * lexsup.c (OPTION_WARN_SECTION_ALIGN): Define.
4594         (ld_options): Add --warn-section-align.
4595         (parse_args): Handle --warn-section-align.
4596         * ldlang.c (lang_size_sections): If warn_section_align, warn if
4597         the start of a section changes due to alignment.
4598         * ld.texinfo, ld.1: Document --warn-section-align.
4599         * ld.texinfo: Change some single dashes to double dashes.
4600
4601         * emultempl/pe.em (set_pe_subsystem): Record entry symbol for each
4602         subsystem type.  Ifdef out os2 type.  Recognize a version number.
4603
4604 Tue Oct  8 12:07:13 1996  Ian Lance Taylor  <ian@cygnus.com>
4605
4606         * emultempl/pe.em (set_pe_subsystem): When setting the subsystem
4607         to windows, set the entry point.
4608
4609         * Makefile.in (ldlex.c): Don't pass any options to $(LEX).
4610
4611 Mon Oct  7 17:29:05 1996  Ian Lance Taylor  <ian@cygnus.com>
4612
4613         * ld.texinfo (Options): Mention .so extensions for shared
4614         libraries.
4615
4616 Sun Oct  6 22:35:36 1996  Jason Merrill  <jason@yorick.cygnus.com>
4617
4618         * scripttempl/elf{,mips,ppc}.sc: Add DWARF 2 sections.
4619
4620 Fri Oct  4 18:49:31 1996  Ian Lance Taylor  <ian@cygnus.com>
4621
4622         * scripttempl/m68kcoff.sc: Only set the address of .text if
4623         RELOCATING.
4624
4625 Fri Oct  4 10:59:52 1996  Doug Evans  <dje@canuck.cygnus.com>
4626
4627         * emulparams/sparcaout.sh ({BIG,LITTLE}_OUTPUT_FORMAT): Define.
4628         * scripttempl/aout.sc ({BIG,LITTLE}_OUTPUT_FORMAT): Provide default.
4629         (OUTPUT_FORMAT): Support bi-endian targets.
4630
4631 Thu Oct  3 13:52:03 1996  Ian Lance Taylor  <ian@cygnus.com>
4632
4633         * fnmatch.h, fnmatch.c: Remove (now in libiberty).
4634         * Makefile.in: Rebuild dependencies.
4635         (CFILES): Remove fnmatch.c.
4636         (HFILES): Remove fnmatch.h.
4637         (OFILES): Remove fnmatch.o.
4638
4639 Thu Oct  3 15:41:24 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
4640
4641         * Makefile.in (mostlyclean): Move config.log to distclean.
4642
4643 Wed Oct  2 23:45:25 1996  Geoffrey Noer  <noer@cygnus.com>
4644
4645         * emultmpl/pe.em: increase size of stack reserve to 0x2000000
4646         (necessary in order to compile parse.c in gcc sources under NT)
4647
4648 Wed Oct  2 14:49:10 1996  Ian Lance Taylor  <ian@cygnus.com>
4649
4650         * lexsup.c (ld_options): Fix typo in --rpath-link description.
4651         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Suggest
4652         --rpath if a needed library is not found.
4653
4654 Tue Oct  1 16:17:33 1996  Joel Sherrill  <joel@oarcorp.com>
4655
4656         * configure.tgt (mips*-*-rtems*): New target, like mips*-*-elf*.
4657
4658 Tue Oct  1 15:50:34 1996  Ian Lance Taylor  <ian@cygnus.com>
4659
4660         * ld.texinfo (Options): Give more detail on -l option.
4661
4662         * scripttempl/elfmips.sc: Handle CREATE_SHLIB the same way that
4663         elf.sc does, so that glibc works better.
4664
4665         * ldver.c (ld_program_version): New variable.
4666         (ldversion): Use it.
4667         * ldver.h (ld_program_version): Declare.
4668         * lexsup.c (ld_options): Handle --dll-verbose like --verbose, not
4669         --version.  Change --version handling to match current GNU
4670         standards.
4671         (help): Print bug report address.
4672
4673 Mon Sep 30 12:14:43 1996  Doug Evans  <dje@canuck.cygnus.com>
4674
4675         * Makefile.in (em32relf.c): Add rule for.
4676         * configure.tgt (m32r-*-*): Recognize.
4677         * emulparams/m32relf.sh: New file.
4678
4679 Thu Sep 26 13:58:47 1996  Stan Shebs  <shebs@andros.cygnus.com>
4680
4681         * mpw-make.sed: Add symbolic doublequoting to ldmain compile edit.
4682         * mpw-config.in: Add mips-*-* case as mips-elf, and use more
4683         wildcards in matching.
4684         * mpw-emipself.c: New file, pregenerated mips elf emulation.
4685
4686 Tue Sep 17 12:18:21 1996  Ian Lance Taylor  <ian@cygnus.com>
4687
4688         * ldint.texinfo: Rewrote.
4689
4690         * configure.tgt: Add cases for MIPS 5000 like MIPS 4300.
4691
4692 Mon Sep 16 17:55:21 1996  Ian Lance Taylor  <ian@cygnus.com>
4693
4694         * scripttempl/armcoff.sc: Only define symbols if RELOCATING.  Fix
4695         syntax error on __end__ line.
4696
4697         * scripttempl/armcoff.sc: For -N or -n, don't align .data.  From
4698         Chris Hadley <Christopher.Hadley@cl.cam.ac.uk>
4699
4700 Sun Sep 15 22:09:56 1996  Jeffrey A Law  (law@cygnus.com)
4701
4702         * emulparms/v850.sh: Fix OTHER_RELOCATING_SECTIONS.
4703
4704 Sun Sep 15 10:38:16 1996  Mark Alexander  <marka@cygnus.com>
4705
4706         * emulparms/d10v.sh: Set OTHER_RELOCATING_SECTIONS to put
4707         stack at top of simulator memory.
4708
4709 Fri Sep 13 15:49:45 1996  Ian Lance Taylor  <ian@cygnus.com>
4710
4711         * ldlex.l (SYMBOLCHARN): Add $, _, and ~.
4712
4713 Wed Sep 11 23:30:42 1996  Ian Lance Taylor  <ian@cygnus.com>
4714
4715         * ldmain.c (get_emulation): Check for -mips4 like -mips1, et. al.
4716
4717 Thu Sep  5 15:24:12 1996  Ian Lance Taylor  <ian@cygnus.com>
4718
4719         * ldlang.c (section_already_linked): Accept a lang_input_statement
4720         as the PTR argument.  If the file is symbols only, discard all
4721         input sections.
4722         (ldlang_add_file): Pass entry to bfd_map_over_sections.
4723
4724 Wed Sep  4 15:53:43 1996  Ian Lance Taylor  <ian@cygnus.com>
4725
4726         * configure.tgt (alpha-*-gnu*): New target.  From Fila Kolodny
4727         <fila@ibi.com>.
4728
4729 Tue Sep  3 00:52:54 1996  Jeffrey A Law  (law@cygnus.com)
4730
4731         * emulparms/v850.sh: Set OTHER_RELOCATING_SECTIONS
4732
4733 Sun Sep  1 21:48:58 1996  Jeffrey A Law  (law@cygnus.com)
4734
4735         * emulparms/v850.sh: Set EMBEDDED.
4736
4737 Fri Aug 30 22:30:30 1996  Jeffrey A Law  (law@cygnus.com)
4738
4739         * emulparms/v850.sh: Entry symbol is "_start", tweak
4740         ctor/dtor support.
4741
4742 Fri Aug 30 18:32:31 1996  Ian Lance Taylor  <ian@cygnus.com>
4743
4744         * configure.tgt (sh-*-elf*): New target.
4745         * emulparams/shelf.sh: New file.
4746         * emulparams/shlelf.sh: New file.
4747         * Makefile.in (ALL_EMULATIONS): Add eshelf.o and eshlelf.o.
4748         (eshelf.c, eshlelf.c): New targets.
4749         * scripttempl/elf.sc: If EMBEDDED is defined, then don't add
4750         SIZEOF_HEADERS to TEXT_START_ADDR.  Expand CTOR_START and CTOR_END
4751         around .ctors, and DTOR_START and DTOR_END around .dtors.  Expand
4752         OTHER_RELOCATING_SECTIONS if RELOCATING.
4753
4754 Thu Aug 29 16:57:46 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
4755
4756         * configure.{host,tgt} (i[345]86-*-*): Recognize i686 for pentium
4757         pro.
4758
4759 Mon Aug 26 12:58:11 1996  Ian Lance Taylor  <ian@cygnus.com>
4760
4761         * ldgram.y (section): Add opt_nocrossrefs; pass value to
4762         lang_enter_overlay.
4763         (opt_nocrossrefs): New nonterminal.
4764         * ldlex.l: Recognize NOCROSSREFS keyword in EXPRESSION mode.
4765         * ldlang.c (overlay_nocrossrefs): New static variable.
4766         (lang_enter_overlay): Add nocrossrefs parameter.
4767         (lang_leave_overlay): Only add nocrossrefs if overlay_nocrossrefs
4768         is set.  Initialize overlay_nocrossrefs.
4769         * ldlang.h (lang_enter_overlay): Update declaration.
4770         * ld.texinfo (Overlays): Update documentation.
4771
4772         * ldver.c (ldversion): Print GNU ld in the version message.
4773
4774 Thu Aug 22 17:10:40 1996  Ian Lance Taylor  <ian@cygnus.com>
4775
4776         * configure.host: Set HLDENV.
4777         * configure.in: Substitute HLDENV.
4778         * configure: Rebuild.
4779         * Makefile.in (HLDENV): New variable.
4780         ($(LD_PROG)): Use $(HLDENV).
4781
4782 Thu Aug 22 16:29:28 1996  Jeffrey A Law  (law@cygnus.com)
4783
4784         * Makefile.in (ev850.c): New target.
4785         * configure.tgt (v850-*-*): New target.
4786         * emulparams/v850.sh: New file.
4787
4788 Thu Aug 22 11:16:02 1996  Stan Shebs  <shebs@andros.cygnus.com>
4789
4790         * mpw-make.sed: Add @DASH_C_FLAG@ to compiler edit.
4791
4792 Wed Aug 21 11:26:37 1996  Ian Lance Taylor  <ian@cygnus.com>
4793
4794         * scripttempl/elf.sc: Put .gnu.linkonce* sections in appropriate
4795         containing sections.
4796
4797 Mon Aug 19 13:01:42 1996  Ian Lance Taylor  <ian@cygnus.com>
4798
4799         * fnmatch.c: Include sysdep.h.
4800
4801 Mon Aug 19 11:28:29 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
4802
4803         * genscripts.sh: Undo 8/16 change.
4804
4805         * emulparams/d10velf.sh (MACHINE): Explicitly set to nothing.
4806
4807 Fri Aug 16 19:18:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
4808
4809         * genscripts.sh: Explicitly reset any shell variables set or used
4810         by the various .sc scripts to allow inadvertant use of these
4811         names as normal environment variables by the person running
4812         configure.
4813
4814         * Makefile.in (ed10velf.c): Use tdir_d10v, not tdir_arcelf.
4815
4816 Fri Aug 16 14:15:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
4817
4818         * scripttempl/armcoff.sc (__bss_start__, __bss_end__,
4819         __data_start__, __data_end__): Added to keep in sync. with the
4820         default ARM crt0.s. Added __CTOR_LIST__ and __DTOR_LIST__ support.
4821
4822 Thu Aug  8 14:24:56 1996  Ian Lance Taylor  <ian@cygnus.com>
4823
4824         * ldcref.c (check_reloc_refs): If info->same, look for any symbol
4825         defined in info->defsec, not just the section symbol.
4826
4827 Wed Aug  7 14:40:48 1996  Philippe De Muyter  <phdm@info.ucl.ac.be>
4828
4829         * configure.in: Call BFD_NEED_DECLARATION on strstr and sbrk.
4830         * acconfig.h (NEED_DECLARATION_STRSTR): New macro.
4831         (NEED_DECLARATION_SBRK): New macro.
4832         * configure, config.in: Rebuild.
4833         * sysdep.h (strstr): Declare if NEED_DECLARATION_STRSTR.
4834         * ldmain.c (sbrk): Declare if HAVE_SBRK and
4835         NEED_DECLARATION_SBRK.
4836
4837         * ldlang.c (lang_record_phdrs): Cast xmalloc and xrealloc return.
4838
4839 Mon Aug  5 16:26:14 1996  Ian Lance Taylor  <ian@cygnus.com>
4840
4841         * ldlex.l: Recognize OVERLAY.
4842         * ldgram.y: Add section_phdr field to %union.
4843         (section): Handle phdr_opt result.  Add OVERLAY case.
4844         (opt_exp_without_type): New nonterminal.
4845         (phdr_opt): Return list of phdrs.
4846         (overlay_section): New nonterminal.
4847         * ldlang.c: Include <ctype.h>.
4848         (lang_leave_output_section_statement): Add phdrs parameter.
4849         Change all callers.
4850         (lang_section_in_phdr): Remove.
4851         (overlay_vma, overlay_lmn, overlay_max): New static variables.
4852         (struct overlay_list): Define.
4853         (overlay_list): New static variable.
4854         (lang_enter_overlay, lang_enter_overlay_section): New functions.
4855         (lang_leave_overlay_section, lang_leave_overlay): New functions.
4856         * ldlang.h (lang_leave_output_section_statement): Update
4857         declaration for new parameter.
4858         (lang_section_in_phdr): Don't declare.
4859         (lang_enter_overlay, lang_enter_overlay_section): Declare.
4860         (lang_leave_overlay_section, lang_leave_overlay): Declare.
4861         * ld.texinfo (Overlays): New node under SECTIONS, documenting
4862         overlays.
4863
4864         * ldlex.l: Recognize MAX and MIN.
4865         * ldgram.y (MAX, MIN): New terminals.
4866         (exp): Recognize MAX and MIN.
4867         * ldexp.c (fold_binary): Handle MAX and MIN.
4868         * ld.texinfo (Arithmetic Functions): Document MAX and MIN.
4869
4870         * ld.texinfo (PHDRS): Use @cindex, not @kindex, for program header
4871         index entries.
4872
4873         * ldgram.y (SIZEOF, ADDR): Do not specify type.
4874
4875         * ldcref.c (check_nocrossref): Skip symbols with no output
4876         sections.
4877
4878 Fri Aug  2 14:57:49 1996  Ian Lance Taylor  <ian@cygnus.com>
4879
4880         * ldgram.y (LOADADDR): New terminal.
4881         (exp): Handle LOADADDR.
4882         * ldlex.l: Recognize LOADADDR.
4883         * ldexp.c (exp_print_token): Add LOADADDR.
4884         (fold_name): Implement LOADADDR.
4885         * ldlang.c (exp_init_os): Treat LOADADDR like ADDR.
4886         * ld.texinfo (Arithmetic Functions): Document LOADADDR.
4887
4888 Thu Aug  1 12:52:19 1996  Ian Lance Taylor  <ian@cygnus.com>
4889
4890         * ld.h (check_nocrossrefs): Declare.
4891         * ldlang.h (struct lang_nocrossref): Define.
4892         (struct lang_nocrossrefs): Define.
4893         (nocrossref_list): Declare.
4894         (lang_add_nocrossref): Declare.
4895         * ldlex.l: Recognize NOCROSSREFS keyword.
4896         * ldgram.y (%union): Add nocrossref field.
4897         (NOCROSSREFS): New terminal.
4898         (ifile_p1): Recognize NOCROSSREFS.
4899         (nocrossref_list): New nonterminal.
4900         * ldlang.c (nocrossref_list): Define.
4901         (lang_add_nocrossref): New function.
4902         * ldmain.c (main): If nocrossref_list is not NULL, call
4903         check_nocrossrefs.
4904         (warning_callback): Free symbols if there is no place to store
4905         them.
4906         (notice): Call add_cref if nocrossref_list is not NULL.
4907         * ldcref.c: Include "ldexp.h" and "ldlang.h".
4908         (check_nocrossrefs): New function.
4909         (check_nocrossref): New static function.
4910         (struct check_refs_info): Define.
4911         (check_refs, check_reloc_refs): New static functions.
4912         * Makefile.in: Rebuild dependencies.
4913         * ld.texinfo (Option Commands): Document NOCROSSREFS.
4914
4915         * ld.texinfo (Section Placement): Improve the wording of the
4916         wildcard documentation.  Mention that wildcards are only searched
4917         for on the command line, not in the file system.
4918
4919         * emultempl/sunos.em (gld${EMULATION_NAME}_after_open): Move
4920         definition of lib_path inside condition where it is used.
4921
4922 Wed Jul 31 13:17:10 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
4923
4924         * emulparams/d10velf.sh: Now works with elf.sc.
4925
4926 Wed Jul 31 11:52:03 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
4927
4928         * emulparams/d10velf.sh (SCRIPT_NAME): Change to vanilla.
4929
4930 Tue Jul 30 14:46:42 1996  Ian Lance Taylor  <ian@cygnus.com>
4931
4932         * ldlang.c (lang_size_sections): Add the section VMA to the result
4933         value when computing the address of a section.
4934
4935         * ld.h (args_type): Add cref field.
4936         * lexsup.c (parse_args): Set command_line.cref.
4937         * ldmain.c (main): Check command_line.cref rather than
4938         link_info.notice_all.
4939         (notice): Likewise.
4940
4941         * ldcref.c (output_one_cref): Don't crash if a symbol is defined
4942         in a section without an owner.
4943
4944 Mon Jul 29 17:23:33 1996  Ian Lance Taylor  <ian@cygnus.com>
4945
4946         * fnmatch.h, fnmatch.c: New files.
4947         * ldlex.l: Remove unused definition of FILENAME.  Add definition
4948         of WILDCHAR.  In SCRIPT mode, accept any sequence of WILDCHAR as a
4949         NAME.
4950         * ldgram.y (file_NAME_list): Accept '*' and '?' specially.
4951         (input_section_spec): Accept '?' specially.
4952         (statement): Change exp to mustbe_exp in length and FILL cases.
4953         (section): Call ldlex_script before section statements, and call
4954         ldlex_popstate after them.
4955         * ldlang.c: Include "fnmatch.h".
4956         (wildcardp): New static function.
4957         (wild_section): Permit the section name to be a wildcard.
4958         (wild_file): New static function, broken out of wild.
4959         (wild): Call wild_file.  Permit the file name to be a wildcard.
4960         (open_input_bfds): Don't call lookup_name for a wildcard pattern.
4961         * Makefile.in: Rebuild dependencies.
4962         (CFILES): Add fnmatch.c.
4963         (HFILES): Add fnmatch.h.
4964         (OFILES): Add fnmatch.o.
4965         * ld.texinfo: Document that file and section names can now be
4966         wildcard patterns.
4967
4968         * ldlang.c (lang_place_orphans): Correct condition: place a common
4969         section if not relocateable or if common definitions are forced.
4970
4971 Wed Jul 24 12:16:38 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
4972
4973         * emulparams/d10velf.sh (SCRIPT_NAME): Change to elf.
4974
4975 Wed Jul 24 13:38:22 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
4976
4977         * configure.tgt (d10v-*-*): Don't require the -elf, allow plain d10v.
4978
4979 Tue Jul 23 10:36:19 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
4980
4981         * Makefile.in (ed10velf.c): New target.
4982         * configure.tgt (d10v-*-elf*): New target.
4983         * emulparams/d10velf.sh: New file.
4984
4985 Thu Jul 18 16:25:39 1996  Ian Lance Taylor  <ian@cygnus.com>
4986
4987         * configure.tgt (sparc*-*-sysv4*): New target.  From Andrew Gierth
4988         <ANDREWG@microlise.co.uk>.
4989
4990         * configure.host: Change irix5 to irix[56]*.
4991         * configure.tgt: Likewise.
4992
4993 Wed Jul 17 10:52:46 1996  Kim Knuttila  <krk@cygnus.com>
4994
4995         * emultempl/pe.em (sort_sections): Pay attention to return code.
4996
4997         * ldmisc.c (demangle): Remove all prefix '.'s from a name.
4998
4999 Mon Jul 15 11:49:49 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5000
5001         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Round
5002         the value of __start_SECNAME to the alignment required by the
5003         section to be placed.
5004
5005 Tue Jul  9 12:09:02 1996  Ian Lance Taylor  <ian@cygnus.com>
5006
5007         * configure.tgt (mips*el-*-elf*): Use elf32elmip.
5008         (mips*-*-elf*): Use elf32ebmip.
5009         * emulparams/elf32bmip.sh (EMBEDDED): Don't define.
5010         * emulparams/elf32lmip.sh (EMBEDDED): Don't define.
5011         * emulparams/elf32elmip.sh: New file; copy of elf32lmip.sh with
5012         EMBEDDED defined.
5013         * emulparams/elf32ebmip.sh: New file; copy of elf32bmip.sh with
5014         EMBEDDED defined.
5015         * emulparams/elf32b4300.sh (EMBEDDED): Define.
5016         * emulparams/elf32l4300.sh (EMBEDDED): Define.
5017         * Makefile.in (ALL_EMULATIONS): Add eelf32ebmip.o eelf32elmip.o.
5018         (eelf32ebmip.c, eelf32elmip.c): New targets.
5019
5020 Thu Jul  4 12:01:03 1996  Ian Lance Taylor  <ian@cygnus.com>
5021
5022         * ldver.c (ldversion): Set version to cygnus-2.7.1.
5023
5024         * Released binutils 2.7.
5025
5026         * emulparams/pc532macha.sh: Rename from pc532machaout.sh to avoid
5027         System V file name limitations.
5028         * configure.tgt (nc32k-pc532-mach*, ns32k-pc532-ux*): Use
5029         pc532macha rather than pc532machaout.
5030         * Makefile.in (ALL_EMULATIONS): Change epc532machaout.o to
5031         epc532macha.o.
5032         (epc532macha.c): Rename target from epc532machaout.c.
5033
5034 Wed Jul  3 11:40:10 1996  Ian Lance Taylor  <ian@cygnus.com>
5035
5036         * ldlang.c (print_padding_statement): Use %u, not %x, to print
5037         fill value.
5038
5039 Sun Jun 30 11:16:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
5040
5041         * mpw-eppcmac.c: Update to reflect May 23 change to aix.em.
5042
5043 Thu Jun 27 14:03:42 1996  Ian Lance Taylor  <ian@cygnus.com>
5044
5045         * emultempl/sunos.em (gld${EMULATION_NAME}_find_so): Put the .sa
5046         file just before the .so file, rather than just after.
5047
5048         * configure.host: Use -print-file-name=FILE rather than piping
5049         -print-libgcc-file-name through sed.
5050         (i[345]86*-*-sco*, i[345]86-*-isc*): Create crtbegin.o and
5051         crtend.o files, in case gcc doesn't use them.
5052         * Makefile.in (mostlyclean): Remove crtbegin.o and crtend.o.
5053
5054 Wed Jun 26 15:57:21 1996  Ian Lance Taylor  <ian@cygnus.com>
5055
5056         * configure.tgt (mips*-dec-osf*): New target.
5057
5058 Tue Jun 25 22:15:29 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
5059
5060         * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
5061         INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
5062         (docdir): Removed.
5063         * configure.in (AC_PREREQ): autoconf 2.5 or higher.
5064         (AC_PROG_INSTALL): Added.
5065         * configure: Rebuilt.
5066
5067 Mon Jun 24 18:48:16 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
5068
5069         * scripttempl/elfppc.sc (_GLOBAL_OFFSET_TABLE_): Don't do a
5070         PROVIDE of _GLOBAL_OFFSET_TABLE_, since it needs to be at a
5071         non-fixed location.
5072
5073 Mon Jun 24 17:55:31 1996  Jouke Numan  <jnuman@bazis.nl>
5074
5075         * ldlang.h (enum section_type): Define.
5076         (lang_output_section_statement_type): Remove loadable field.  Add
5077         sectype field.
5078         (lang_enter_output_section_statement): Change flags parameter in
5079         prototype to sectype.
5080         * ldgram.y (typebits): Remove.
5081         (sectype): New static variable.
5082         (opt_at): Use sectype rather than typebits.
5083         (type): Set sectype rather than typebits.
5084         (atype): Likewise.
5085         * ldlex.l: Recognize DSECT, COPY, INFO, and OVERLAY in
5086         EXPRESSION mode.
5087         * ldlang.c (lang_output_section_statement_lookup): Set sectype
5088         field rather than loadable field.
5089         (wild_doit): Check sectype rather than loadable.
5090         (lang_record_phdrs): Likewise.
5091         (lang_enter_output_section_statement): Rename flags parameter to
5092         sectype.  Set sectype field rather than loadable field.  Set flags
5093         field based on sectype.
5094
5095 Mon Jun 24 12:00:32 1996  Ian Lance Taylor  <ian@cygnus.com>
5096
5097         * scripttempl/elf.sc: Force .stab* and .comment sections to start
5098         at 0.
5099
5100         * configure.in: On alpha*-*-osf*, link against libbfd.a if not
5101         using shared libraries.
5102         * configure: Rebuild with autoconf 2.10.
5103
5104 Fri Jun 21 17:40:56 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
5105
5106         * configure.tgt: Add support for *-*-rtems* configurations.
5107
5108 Fri Jun 21 13:05:51 1996  Richard Henderson  <rth@tamu.edu>
5109
5110         * configure.tgt (alpha-*-linuxecoff*): New target.
5111         (alpha-*-linux*): Use elf64alpha.
5112         * emulparams/elf64alpha.sh: New file.
5113         * emultempl/elf32.em: If ELFSIZE is not set, set it to 32.  Use
5114         ${ELFSIZE} rather than 32 when calling BFD routines.
5115         (hold_rodata): New static variable.
5116         (gld${EMULATION_NAME}_place_orphan): Use hold_rodata for a
5117         readonly section that is not code.
5118         (gld${EMULATION_NAME}_place_section): Set hold_rodata.  Don't use
5119         a .rel section unless its bfd_section field is not NULL.
5120         * Makefile.in (ALL_EMULATIONS): Add eelf64alpha.o.
5121         (eelf64alpha.c): New target.
5122
5123 Fri Jun 21 12:45:46 1996  Ian Lance Taylor  <ian@cygnus.com>
5124
5125         * ldmisc.c (vfinfo): Correct handling of 0 in %W case.
5126
5127 Thu Jun 20 13:55:28 1996  Ian Lance Taylor  <ian@cygnus.com>
5128
5129         Add enough support to understand the gcc svr3.ifile script:
5130         * ldlex.l: Recognize BLOCK and GROUP in EXPRESSION context.  Add
5131         BIND keyword.
5132         * ldgram.y: Add BIND token.
5133         (section): Recognize GROUP.
5134         (opt_ext_with_type): Recognize a couple of cases of BIND.
5135         * ldlang.c (init_os): Don't do anything if section is already
5136         initialized.  Call exp_init_os on addr_tree field.
5137         (exp_init_os): New static function.
5138         (map_input_to_output_sections): Call exp_init_os on assignment
5139         expression.
5140         (lang_place_orphans): Check for common sections by name COMMON
5141         rather than by common_section field.  Don't warn about absence of
5142         [COMMON] command.
5143
5144         * ldlang.h (lang_input_statement_type): Remove useless fields
5145         common_section, common_output_section, and complained, as well as
5146         all references to them.
5147
5148         * ldexp.c: Reindent a lot of code.
5149         (exp_fold_tree): Call FAIL rather than einfo in default case.
5150
5151 Wed Jun 19 11:40:14 1996  Ian Lance Taylor  <ian@cygnus.com>
5152
5153         * configure.host (m88*-*-dgux*): Quote HOSTING_CRT0.  From
5154         <randall.hron@medaphis.com>.
5155
5156 Tue Jun 18 15:53:09 1996  Jeffrey A. Law  <law@rtl.cygnus.com>
5157
5158         * scripttempl/h8300s.sc: New file for H8/S.
5159         * emulpararms/h8300s.sh: New file for H8/S.
5160         * Makefile.in (ALL_EMULATIONS): Add H8/S.
5161         (e_h8300s.c): Add dependencies.
5162         * configure.tgt: Add H8/S to targ_extra_emuls.
5163
5164 Tue Jun 18 17:55:39 1996  Ian Lance Taylor  <ian@cygnus.com>
5165
5166         * configure.tgt (i[345]86*-*-isc*): New target.  From
5167         <uddeborg@carmen.se>.
5168
5169 Wed Jun 12 12:46:21 1996  Ian Lance Taylor  <ian@cygnus.com>
5170
5171         * lexsup.c: Include "libiberty.h".
5172         (parse_args): Copy the -Y argument into memory.
5173         (set_default_dirlist): Don't put the ':' back into the directory
5174         list.
5175
5176 Fri Jun  7 11:27:42 1996  Ian Lance Taylor  <ian@cygnus.com>
5177
5178         * emultempl/sunos.em: Include libiberty.h.
5179         (gld${EMULATION_NAME}_set_symbols): New static function to add
5180         LD_LIBRARY_PATH to the list of search directories.
5181         (ld_${EMULATION_NAME}_emulation): Add new set_symbols routine.
5182
5183 Thu Jun  6 11:50:31 1996  Ian Lance Taylor  <ian@cygnus.com>
5184
5185         * emulparams/elf32bmip.sh (OTHER_GOT_SYMBOLS): Use ALIGN(16)
5186         rather than . when computing _gp value.  From Per Fogelstrom.
5187         * emulparams/elf32lmip.sh (OTHER_GOT_SYMBOLS): Likewise.
5188
5189         * ldmain.c (main): Don't close and unlink the file on error, since
5190         remove_output will do it anyhow.
5191         * ldlang.c (open_output): Set boolean variable to true, not 1.
5192
5193 Wed Jun  5 18:34:14 1996  James G. Smith  <jsmith@cygnus.co.uk>
5194
5195         * emulparams/{elf32b4300.sh,elf32l4300.sh} (SCRIPT_NAME): Use
5196         elfmips instead of elf.
5197
5198 Tue Jun  4 18:43:07 1996  Ian Lance Taylor  <ian@cygnus.com>
5199
5200         * ldcref.c: New file.
5201         * ld.h (add_cref, output_cref): Declare.
5202         * ldmain.c (main): Initialize notice_all field.  If it is set at
5203         end of link, call output_cref.
5204         (notice): Rename from notice_ysym.  Check notice_all.
5205         * ldmisc.c (finfo): Make globally visible.
5206         * ldmisc.h (finfo): Declare.
5207         * lexsup.c (OPTION_CREF): Define.
5208         (ld_options): Add "cref".
5209         (parse_args): Handle OPTION_CREF.
5210         * Makefile.in: Rebuild dependencies.
5211         (CFILES): Add ldcref.c.
5212         (OFILES): Add ldcref.o.
5213         * ld.texinfo, ld.1: Document --cref.
5214
5215 Tue Jun  4 12:12:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
5216
5217         * Makefile.in (install): Make $(tooldir) and $(tooldir)/bin.
5218
5219 Fri May 31 12:40:55 1996  Ian Lance Taylor  <ian@cygnus.com>
5220
5221         * emultempl/pe.em (sort_sections): Don't assume that a
5222         wild_statement has a section name.
5223
5224 Wed May 29 13:13:35 1996  Ian Lance Taylor  <ian@cygnus.com>
5225
5226         * scripttempl/elfmips.sc: Quote test -z argument.
5227
5228         * ld.texinfo: Clarify the CONSTRUCTORS command.
5229
5230 Thu May 23 16:07:44 1996  Ian Lance Taylor  <ian@cygnus.com>
5231
5232         * emultempl/aix.em (gld${EMULATION_NAME}_read_file): Initialize
5233         file, not impfile.
5234
5235 Wed May 22 11:31:30 1996  Doug Evans  <dje@seba.cygnus.com>
5236
5237         * ldlang.c (wild_doit): Don't copy over SEC_LINK_{ONCE,DUPLICATES}
5238         if final link.
5239         * emultempl/pe.em (sfunc): Renamed to sort_by_file_name.
5240         (sort_by_section_name, sort_sections_1): New functions.
5241         (sort_sections): Only sort by file name sections in .idata.
5242         Add "Grouped Sections" support.
5243         (gld${EMULATION_NAME}_place_orphan): Rewrite to support Grouped
5244         Sections.
5245         (gld${EMULATION_NAME}_place_section): Delete.
5246         * scripttempl/pe.sc (.text,.data,.rdata): Add *(.foo\$).
5247         (.CRT,.rsrc): Rewrite to use Grouped Section support.
5248
5249 Tue May 21 14:31:48 1996  Stan Shebs  <shebs@andros.cygnus.com>
5250
5251         * mpw-eppcmac.c: Update to reflect changes to aix.em.
5252
5253 Sun May 19 16:59:44 1996  Doug Evans  <dje@seba.cygnus.com>
5254
5255         * ldlang.c (dprint_statement): Stop printing at end of list.
5256
5257 Sat May 18 13:12:05 1996  Steve Chamberlain  <sac@slash.cygnus.com>
5258
5259         Support for --force-exe-suffix
5260         * ld.h (args_type): Add force_exe_suffix.
5261         * ld.texinfo: Add documentation.
5262         * ldmain.c (main):  Add support for option.
5263         * lexsup.c (OPTION_FORCE_EXE_SUFFIX): New.
5264         (ld_options, parse_args):  Add support for option.
5265
5266 Wed May 15 12:50:25 1996  Jim Wilson  <wilson@chestnut.cygnus.com>
5267
5268         * emultempl/pe.em (set_pe_value): Pass 0 not 16 to strtoul call.
5269
5270 Fri May 10 16:28:44 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
5271
5272         * scripttempl/elfppc.sc (__stack): Make __stack 0 if it was
5273         referenced but not defined.
5274
5275 Thu May  9 08:52:23 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
5276
5277         * emulparams/{elf32bmip.sh,elf32lmip.sh,mipsidt.sh,mipsidtl.sh}:
5278         Set a new variable to signify if the final target is an embedded
5279         system.
5280         * scripttempl/{mips.sc,elfmips.sc}: Don't add SIZEOF_HEADERS to
5281         .text for an embedded system.
5282
5283 Tue May  7 10:56:11 1996  Doug Evans  <dje@canuck.cygnus.com>
5284
5285         * scripttempl/pe.em (gld${EMULATION_NAME}_place_orphan): New function.
5286         (gld${EMULATION_NAME}_place_section): New function.
5287         (hold_{section,use,text,rdata,data}): New static locals.
5288         (ld_${EMULATION_NAME}_emulation): Update orphan field.
5289         * scripttempl/pe.sc: Whitespace cleanup.  Semicolon usage cleanup.
5290         (INIT,FINI): Delete, unused.
5291         (.text): Document orphan .text.foo sections.
5292         (.rdata): Document orphan .rdata.foo sections.
5293         (.data): Document orphan .data.foo sections.
5294
5295 Tue May  7 11:35:46 1996  Jeffrey A Law  (law@cygnus.com)
5296
5297         * scripttempl/h8300.sc: Place ".tiny" sections right
5298         after ".data" sections.
5299         * scripttempl/h8300h.sc: Place ".tiny" sections into
5300         the "tiny" memory region, 0xff8000 through 0xffff00.
5301
5302         * scripttempl/h8300.sc: Set the entry point to the value of
5303         "_start" rather than the start of the text segment.
5304         * scripttempl/h8300h.sc: Likewise.
5305
5306         * scripttempl/h8300.sc: Place .rodata sections before .text
5307         sections in main ram.
5308         * scripttempl/h8300h.sc: Likewise.
5309
5310 Mon May  6 23:32:30 1996  Jeffrey A Law  (law@cygnus.com)
5311
5312         * scripttempl/h8300h.sc: Use "eight", not "eightbit" for the
5313         8-bit region and 8-bit sections.
5314
5315 Wed May  1 17:50:06 1996  Doug Evans  <dje@canuck.cygnus.com>
5316
5317         * ldlang.c (section_already_linked): Fix typos.
5318
5319 Mon Apr 29 20:31:06 1996  Doug Evans  <dje@canuck.cygnus.com>
5320
5321         * scripttempl/pe.sc (.endjunk): Define __end__.
5322
5323 Mon Apr 29 17:05:13 1996  Ian Lance Taylor  <ian@cygnus.com>
5324
5325         * ldlang.c (longest_section_name): Remove.
5326         (SECTION_NAME_MAP_LENGTH): Define.
5327         (print_size, print_alignment, print_fill, print_section): Remove.
5328         (print_flags): Remove.
5329         (lang_map): Rewrite.
5330         (print_output_section_statement): Rewrite.
5331         (print_assignment): Rewrite.
5332         (print_one_symbol): Rewrite.
5333         (print_input_section): Rewrite.
5334         (print_fill_statement): Rewrite.
5335         (print_data_statement): Rewrite.
5336         (print_address_statement): New static function.
5337         (print_reloc_statement): Rewrite.
5338         (print_padding_statement): Rewrite.
5339         (print_wild_statement): Rewrite.
5340         (print_statement_list): Clean up.
5341         (print_statement): Clean up.  Some minor output changes.
5342         (print_statements): Clean up.
5343         (load_symbols): Put another - before -whole-archive.
5344         * ldexp.c (exp_print_tree): Change etree_value and etree_rel to
5345         print 0x and to omit leading zeroes.  For etree_rel, use %B to
5346         print the BFD.  For etree_assign, remove the space after the
5347         destination name.
5348         * ldwrite.c: Include "libiberty.h".
5349         (clone_section): Call xstrdup, not strdup.
5350         (ldwrite): Don't print any map information.
5351         (print_symbol_table, print_file_stuff, print_symbol): Remove.
5352         * ldmain.c (main): Call lang_map when appropriate.
5353         * ldmisc.c (vfinfo): Add support for %W.
5354         (print_address): Remove.
5355         * ldmisc.h (print_address): Don't declare.
5356         * Makefile.in: Rebuild dependencies.
5357
5358 Mon Apr 29 10:29:07 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5359
5360         * configure.host (m68*-*-linux*): Add -dynamic-linker to
5361         HOSTING_CRT0.  Search -lgcc both before and after -lc in
5362         HOSTING_LIBS.  Look for crt{begin,end}.o in the compiler directory
5363         at first.
5364         (i[345]86-*-linux*): Look for crt{begin,end}.o in the compiler
5365         directory at first.
5366
5367 Fri Apr 26 14:42:27 1996  Ian Lance Taylor  <ian@cygnus.com>
5368
5369         * ldmisc.h (demangle): Declare.
5370         * ldmisc.c: Include "libiberty.h".  Include demangle.h with "",
5371         not <>.
5372         (demangle): Make non-static.  Remove remove_underscore paramter.
5373         Always return an allocated string.
5374         (vfinfo): Free result of demangle.  Add case 'G'.  Use %T to print
5375         functionname, rather than calling demangle.  Print a colon between
5376         the BFD(section+offset) and the line number.
5377         * ldmain.c (add_archive_element): Improve format of archive
5378         information in map file.
5379         (constructor_callback): Don't print anything to the map file.
5380         * ldlang.c (lang_one_common): Improve format of common symbol
5381         information in map file.
5382         * ldctor.c (ldctor_build_sets): If producing a map file, print set
5383         information.
5384         * ldwrite.c (print_symbol_table): Print a newline before the
5385         header in the map file.
5386         * Makefile.in: Rebuild dependencies.
5387
5388         * ldmisc.c (vfinfo): Reindent.
5389
5390 Mon Apr 22 12:07:32 1996  Ian Lance Taylor  <ian@cygnus.com>
5391
5392         * ldlang.c (lang_size_sections): If _cooked_size is not 0, then
5393         don't clobber it when not relaxing.
5394
5395         * ld.h (ld_config_type): Remove traditional_format field.
5396         * ldmain.c (main): Use link_info.traditional_format rather than
5397         config.traditional_format.
5398         * ldlang.c (ldlang_open_output): Likewise.
5399         * lexsup.c (parse_args): Likewise.
5400         * emultempl/aix.em (gld${EMULATION_NAME}_parse_args): Likewise.
5401         * mpw-eppcmac.c (gldppcmacos_parse_args): Likewise.
5402
5403         * ldlang.c (wild_doit): Discard debugging sections if we are
5404         stripping debugging information.
5405
5406         * emulparams/z8002.sh (ARCH): Set to z8002, not z8k.
5407
5408 Tue Apr 16 16:38:32 1996  Ian Lance Taylor  <ian@cygnus.com>
5409
5410         * ldexp.c (fold_binary): Correct handling of subtraction with
5411         absolute values.
5412         (fold_name): Permit symbols in lang_allocating_phase_enum.
5413
5414         * scripttempl/aout.sc: Only PROVIDE __stack when RELOCATING.  Undo
5415         accidental changes in last patch.
5416
5417 Tue Apr 16 10:25:42 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
5418
5419         * configure.tgt (powerpc*-*-{sysv,linux}): Add aliases.
5420         (powerpcle*-*-{sysv,solaris}): Ditto.
5421
5422 Mon Apr 15 14:50:56 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
5423
5424         * scripttempl/aout.sc: Add PROVIDE (__stack = 0) so I can use it
5425         in m68k/crt0.S without things blowing up.
5426
5427 Fri Apr 12 16:40:56 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
5428
5429         * scripttempl/m68kcoff.sc: Remove default address for .data so
5430         .text, .data, and .bss are all sequential.
5431
5432 Thu Apr 11 12:05:35 1996  Ian Lance Taylor  <ian@cygnus.com>
5433
5434         * scripttempl/m68kcoff.sc: Remove regions and simplify.
5435
5436 Wed Apr 10 14:41:53 1996  Jeffrey A Law  (law@cygnus.com)
5437
5438         * scripttempl/h8300.sc: Add the "8-bit area" in the upper 256
5439         bytes of the address space.  Put data from the ".eight" sections
5440         into the 8-bit area.
5441         * scripttempl/h8300h.sc: Likewise.
5442
5443 Tue Apr  9 14:10:42 1996  Doug Evans  <dje@canuck.cygnus.com>
5444
5445         * emultempl/generic.em (gld${EMULATION_NAME}_before_parse):
5446         Pass $ARCH to ldfile_set_output_arch instead of setting
5447         ldfile_output_architecture directly.
5448
5449 Tue Apr  9 14:22:15 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
5450
5451         * scripttempl/elfppc.sc (.init,.fini): Put .init, .fini section
5452         next to .text.  Put _etext after .text, .init, .fini, and
5453         .rodata{,2} sections.
5454
5455 Tue Apr  9 12:18:57 1996  Ian Lance Taylor  <ian@cygnus.com>
5456
5457         * ld.texinfo: Rearrange option documentation.
5458
5459         * lexsup.c (ld_options): New static array.
5460         (parse_args): Build shortopts and longopts from ld_options array.
5461         (help): New static function.
5462         * ldver.h (help): Don't declare.
5463         * ldver.c (ldversion): Reindent.
5464         (help): Remove.
5465
5466         * ld.texinfo, ld.1: Mention -E as a synonym for -export-dynamic.
5467
5468 Mon Apr  8 11:56:23 1996  Ian Lance Taylor  <ian@cygnus.com>
5469
5470         * emultempl/elf32.em: When checking for a native emulation, check
5471         that the current emulation is the default emulation.
5472         * emultempl/sunos.em: Likewise.
5473
5474         * configure.in: Permit --enable-shared to specify a list of
5475         directories.
5476         * configure: Rebuild.
5477
5478         * lexsup.c (parse_args): Add -E as a synonym for -export-dynamic,
5479         for HP/UX compatibility.
5480
5481 Fri Apr  5 14:30:14 1996  Ian Lance Taylor  <ian@cygnus.com>
5482
5483         * emultempl/elf32.em (gld${EMULATION_NAME}_check_ld_so_conf): New
5484         static function, if ${host} = ${target}.
5485         (gld${EMULATION_NAME}_after_open): Call check_ld_so_conf to find a
5486         needed shared library if ${host} = $[target}.
5487
5488         * configure.host (i[345]86-*-linux*): Add -dynamic-linker to
5489         HOSTING_CRT0.  Search -lgcc both before and after -lc in
5490         HOSTING_LIBS.
5491
5492         * configure.tgt: Add i[345]86-*-freebsdelf* target; from John
5493         Polstra <jdp@polstra.com>.
5494
5495 Fri Apr  5 18:11:25 1996  James G. Smith  <jsmith@cygnus.co.uk>
5496
5497         * emulparams/elf32{b,l}4300.sh (MACHINE): Add explicit
5498         architecture number.
5499         * scripttempl/elf.sc: Use $MACHINE definition if present.
5500         * configure.tgt (targ_extra_emuls): Force 4100 build to use same
5501         template as 4300.
5502
5503 Mon Apr  1 17:35:40 1996  Ian Lance Taylor  <ian@cygnus.com>
5504
5505         * ldlang.c (lang_size_sections): Change region check to handle
5506         regions which end at the highest possible address correctly.
5507         From Roland Weber <roweber@ira.uka.de>.
5508
5509         * ldlang.c (section_already_linked): New static function.
5510         (wild_doit): Discard sections with SEC_EXCLUDE set if not doing a
5511         relocateable link.  Don't worry about section being NULL, since it
5512         never should be.  Don't call init_os unless the section is going
5513         to be added.
5514         (ldlang_add_file): Call section_already_linked for each section.
5515         * ldmain.c (multiple_definition): Don't warn about multiple
5516         definitions in sections which are being discarded.
5517
5518 Sun Mar 31 00:30:47 1996  steve chamberlain  <sac@slash.cygnus.com>
5519
5520         * scripttempl/{ppcpe.sc, pe.sc} (.junk): Remove and use /DISCARD/.
5521         * emultempl/pe.em (init): Remove special case PPC code.
5522
5523 Fri Mar 29 00:01:29 1996  Jeffrey A Law  (law@cygnus.com)
5524
5525         * scripttempl/h8300.sc: Make vectors section 0xc4 bytes long
5526         so as not to overwrite the magic syscall entry at 0xc4.
5527         * scripttempl/h8300h.sc: Likewise.
5528
5529 Thu Mar 28 11:05:47 1996  Doug Evans  <dje@canuck.cygnus.com>
5530
5531         * configure.tgt (sparc64-*-solaris2*): Delete.
5532         Stick with sparc-*-solaris2*.
5533
5534 Wed Mar 27 12:33:24 1996  Ian Lance Taylor  <ian@cygnus.com>
5535
5536         * ld.h (DISCARD_SECTION_NAME): Define to "/DISCARD/".
5537         * ldlang.c (init_os): Fail on an attempt to initialize any section
5538         named DISCARD_SECTION_NAME.
5539         (wild_doit): Discard input sections assigned to an output section
5540         named DISCARD_SECTION_NAME.
5541         * ld.texinfo: Document use of /DISCARD/.
5542
5543         * ldlang.c: Fix some indentation and comments.
5544
5545 Tue Mar 26 18:14:49 1996  Ian Lance Taylor  <ian@cygnus.com>
5546
5547         * ldmain.c (main): Call bfd_set_error_program_name.
5548
5549 Thu Mar 21 13:17:34 1996  Ian Lance Taylor  <ian@cygnus.com>
5550
5551         * ld.texinfo: Fix a couple of indexing entries.  Mention that
5552         --verbose displays builtin linker scripts.
5553
5554         * ldmisc.c (vfinfo): case 'I': If the file is not in an archive,
5555         and the local symbol name does not match the filename, print the
5556         filename as well.
5557
5558         Patches from John Polstra <jdp@polstra.com> for FreeBSD ELF:
5559         * lexsup.c (parse_args): -Bshareable is a synonym for -shared.
5560         * emulparams/elf_i386.sh (NONPAGED_TEXT_START_ADDR): Make the same
5561         as TEXT_START_ADDR.
5562
5563 Wed Mar 20 18:18:25 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5564
5565         * ld.texinfo: Fix typos.  Use @pxref only inside parentheses.
5566
5567 Wed Mar 20 16:56:15 1996  Ian Lance Taylor  <ian@cygnus.com>
5568
5569         * ldmain.c (add_wrap): New function.
5570         * ldmain.h (add_wrap): Declare.
5571         * lexsup.c (parse_args): Call add_wrap.
5572
5573 Tue Mar 19 16:44:20 1996  Doug Evans  <dje@canuck.cygnus.com>
5574
5575         * configure.host (sparc*-*-solaris2* host): Accept any sparc variant.
5576
5577 Wed Mar 13 17:47:31 1996  Jeffrey A Law  (law@cygnus.com)
5578
5579         * scripttempl/h8300.sc: Change name of page zero memory
5580         from "null" to "vectors".  Create an output section for
5581         vectors.  Add comments on how to explicitly place items
5582         in the vector table.
5583         * scripttempl/h8300h.sc: Likewise.
5584
5585 Wed Mar 13 12:40:18 1996  Ian Lance Taylor  <ian@cygnus.com>
5586
5587         * emultempl/lnk960.em (machine_table): Add jx and hx.
5588
5589         * genscripts.sh: Don't use ${9:-xx}, since Ultrix /bin/sh doesn't
5590         support it.
5591
5592 Tue Mar 12 12:43:59 1996  David Mosberger-Tang  <davidm@koala.azstarnet.com>
5593
5594         * ld.h (ld_config_type): Add warn_multiple_gp field.
5595         * lexsup.c (parse_args): Handle --warn-multiple-gp.
5596         * ldmain.c (warning_callback): Suppress multiple gp values warning
5597         if --warn_multiple_gp was not used.
5598         * ld.texinfo, ld.1: Document --warn-multiple-gp.
5599
5600 Tue Mar 12 12:02:21 1996  Ian Lance Taylor  <ian@cygnus.com>
5601
5602         * lexsup.c (parse_args): Handle --wrap.
5603         * ldmain.c (main): Initialize link_info.wrap_hash.
5604         * ldexp.c (fold_name): Use bfd_wrapped_link_hash_lookup in DEFINED
5605         and NAME cases.
5606         * ld.texinfo, ld.1: Document --wrap.
5607
5608         * configure: Rebuild with autoconf 2.8.
5609
5610         Don't do SunOS style dynamic linking for sparc-aout:
5611         * configure.tgt (sparc64-*-aout*): Use sparcaout, not sun4.
5612         (sparclite*-fujitsu-*, sparc*-*-aout): Likewise.
5613         (sparc*-wrs-vxworks*): Likewise.
5614         * emulparams/sparcaout.sh: New file.
5615         * Makefile.in (ALL_EMULATIONS): Add esparcaout.o.
5616         (esparcaout.c): New target.
5617
5618 Wed Mar  6 16:06:52 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
5619
5620         * scripttempl/elfppc.sc (.sdata2, .sbss2): Implement Feb 2 change
5621         in a different manner to work around differences in shell variable
5622         expansion.
5623
5624 Wed Mar  6 18:08:18 1996  Ian Lance Taylor  <ian@cygnus.com>
5625
5626         * ldemul.h (ldemul_unrecognized_file): Declare.
5627         (ldemulation_xfer_type): Add unrecognized_file field.
5628         * ldemul.c (ldemul_unrecognized_file): New function.
5629         * ldlang.c (load_symbols): If a file can not be recognized, call
5630         ldemul_unrecognized_file before trying it as a linker script.
5631         * aix.em (gld${EMULATION_NAME}_unrecognized_file): New static
5632         function.
5633         (gld${EMULATION_NAME}_read_file): Use FOPEN_RT, not "r".
5634         (ld_${EMULATION_NAME}_emulation): Initialize unrecognized_file.
5635
5636 Mon Mar  4 14:11:17 1996  Ian Lance Taylor  <ian@cygnus.com>
5637
5638         * ldlang.c (wild): Handle foo.a(.text) by mapping each included
5639         member of foo.a separately.  From Jouke Numan <jnuman@bazis.nl>.
5640
5641 Fri Mar  1 10:24:59 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5642
5643         * emultempl/elf32.em (gld${EMULATION_NAME}_find_exp_assignment):
5644         Search trinary.cond rather than searching trinary.lhs twice.
5645
5646 Tue Feb 27 15:08:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
5647
5648         * mpw-make.sed: Edit out shared library support.
5649         (@TDIRS@): Edit out, can't use genscripts.
5650
5651 Tue Feb 27 15:09:21 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5652
5653         * configure.tgt (m68k-*-linuxaout*, m68k-*-linux*): New targets.
5654         * emulparams/m68klinux.sh: New file.
5655         * emultempl/linux.em (gld${EMULATION_NAME}_before_allocation):
5656         Call bfd_${EMULATION_NAME}_size_dynamic_sections instead of
5657         bfd_linux_size_dynamic_sections.
5658         * Makefile.in (ALL_EMULATIONS): Add em68klinux.o.
5659         (em68klinux.c): New target.
5660         * configure.host (m68*-*-linuxaout*, m68*-*-linux*): New hosts.
5661
5662 Tue Feb 27 12:55:46 1996  Ian Lance Taylor  <ian@cygnus.com>
5663
5664         * Makefile.in (ALL_EMULATIONS): Sort into alphabetical order.
5665         Fill in missing entries.
5666
5667         * lexsup.c (parse_args): Recognize --no-whole-archive.
5668         * ldlang.h (lang_input_statement_type): Add whole_archive field.
5669         * ldlang.c (new_afile): Set whole_archive field.
5670         (load_symbols): Check input file specific whole_archive field
5671         rather than global variable.
5672         * ld.texinfo, ld.1: Document --no-whole-archive.
5673
5674 Tue Feb 20 16:07:00 1996  Ian Lance Taylor  <ian@cygnus.com>
5675
5676         * configure.tgt: Correct gldi960 to gld960.
5677
5678 Mon Feb 19 11:16:44 1996  Ian Lance Taylor  <ian@cygnus.com>
5679
5680         * emultempl/elf32.em (gld${EMULATION_NAME}_check_needed): Check
5681         the SONAME if it is available.
5682         (gld${EMULATION_NAME}_stat_needed): Use the SONAME, not the
5683         filename, when checking for conflicting library versions.  Don't
5684         assume that the suffix is only numbers and dots.
5685
5686         * ld.texinfo: Mention that -R can be used for -rpath.
5687
5688 Sun Feb 18 15:05:17 1996  Ian Lance Taylor  <ian@cygnus.com>
5689
5690         * configure.host: Check for 'do not mix' from native linker before
5691         trying to use -rpath.
5692
5693 Thu Feb 15 13:58:06 1996  Ian Lance Taylor  <ian@cygnus.com>
5694
5695         * configure.in: Remove explicit substitution of CFLAGS; autoconf
5696         does it anyhow.
5697         * configure: Rebuild.
5698         * Makefile.in (LDFLAGS): Set to @LDFLAGS@.
5699
5700         * configure.in: Call AC_PROG_CC before configure.host.
5701         * configure: Rebuild.
5702         * configure.host: Remove go32 host, since it should no longer be
5703         necessary.  Don't set CC for romp host.
5704
5705         * scripttempl/elf.sc: Don't skip a page in virtual memory space if
5706         the text segment ends exactly on a page boundary.
5707
5708         * configure.in: Substitute RPATH_ENVVAR.
5709         * configure: Rebuild.
5710         * configure.host: Set RPATH_ENVVAR.
5711         * Makefile.in (RPATH_ENVVAR): New variable.
5712         (check): Use $(RPATH_ENVVAR) rather than LD_LIBRARY_PATH.
5713
5714 Wed Feb 14 18:49:01 1996  Alan Modra  <alan@spri.levels.unisa.edu.au>
5715
5716         * configure.in: Redo emulation handling so that each emulation
5717         searches the correct tool directory, based on the target alias.
5718         For example, "configure --enable-targets=m68k-coff i386-linux"
5719         will search /usr/local/i386-linux/lib for linux and
5720         /usr/local/m68k-coff/lib for m68k-coff.
5721         * configure: Rebuild.
5722         * configure.tgt: Add special tdir settings for Linux.
5723         * Makefile.in: Add @TDIRS@.  Pass "$(tdir_EMUL)" to ${GENSCRIPTS}
5724         for each eEMUL.c target.
5725         * genscripts.sh: Accept specific alias as 9th argument, and use it
5726         in LIB_PATH.
5727
5728 Wed Feb 14 16:38:36 1996  Martin Anantharaman  <martin@mail.imech.uni-duisburg.de>
5729
5730         * ldlang.c (lang_set_startof): Don't do anything for a
5731         relocateable link.
5732
5733         * ldgram.y (mri_script_file): Call mri_draw_tree.
5734         * mri.c (mri_draw_tree): Make globally visible.  Don't bother to
5735         create memory regions.
5736         (mri_load): Don't call mri_draw_tree.
5737         * mri.h (mri_draw_tree): Declare.
5738
5739         * configure.tgt (m68*-*-psos): New target.
5740         * emulparams/m68kpsos.sh: New file.
5741         * scripttempl/psos.sc: New file.
5742         * Makefile.in (ALL_EMULATIONS): Add em68kpsos.o.
5743         (em68kpsos.c): New target.
5744
5745 Wed Feb 14 11:09:25 1996  Ian Lance Taylor  <ian@cygnus.com>
5746
5747         * configure.tgt (*-*-ieee*): New target; use vanilla.
5748
5749         * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Strip
5750         `:foo' from ${ARCH}.
5751
5752 Tue Feb 13 15:58:58 1996  Bryan Ford  <baford@snake.cs.utah.edu>
5753
5754         * scripttempl/i386msdos.sc: Don't pad the .text section.  Put
5755         .rodata in .data.
5756
5757 Tue Feb 13 14:04:19 1996  Ian Lance Taylor  <ian@cygnus.com>
5758
5759         * configure.host: Set HDLFLAGS for *-*-hpux with --enable-shared.
5760
5761         * emultempl/elf32.em (gld${EMULATION_NAME}_stat_needed): Warn if
5762         it looks like we might be linking in two different versions of the
5763         same shared library.  Based on a patch from H J Lu <hjl@zoom.com>.
5764
5765 Thu Feb  8 19:25:54 1996  Ian Lance Taylor  <ian@cygnus.com>
5766
5767         * ldlang.c (lang_size_sections): Increment the section size when a
5768         padding statement is encountered.
5769
5770 Wed Feb  7 14:01:33 1996  Ian Lance Taylor  <ian@cygnus.com>
5771
5772         * configure.in: Look for --enable-shared.  Change the value of
5773         BFDLIB when linking against a shared library on SunOS.
5774         * configure: Rebuild.
5775         * configure.host: If using a shared BFD library, try to pass a
5776         reasonable -rpath option when linking.
5777         * Makefile.in (BFDLIB): Set to @BFDLIB@.
5778
5779 Tue Feb  6 12:29:14 1996  Doug Evans  <dje@charmed.cygnus.com>
5780
5781         * emulparams/elf64_sparc.sh (ARCH): Change to `sparc:v9'.
5782         * emultempl/generic.em: Strip `:foo' from ${ARCH}.
5783
5784 Mon Feb  5 16:25:30 1996  Ian Lance Taylor  <ian@cygnus.com>
5785
5786         Support for building bfd and opcodes as shared libraries, based on
5787         patches from Alan Modra <alan@spri.levels.unisa.edu.au>:
5788         * configure.in (HLDFLAGS): New substitution.
5789         * configure: Rebuild.
5790         * configure.host: Set HLDFLAGS on SunOS.
5791         * Makefile.in (HLDFLAGS): New variable.
5792         (BFDDEP): New variable.
5793         (BFDLIB): Change to -L../bfd -lbfd.
5794         ($(LD_PROG)): Depend upon $(BFDDEP) rathern than $(BFDLIB).  Use
5795         $(HLDFLAGS) in link.
5796         (check): Set LD_LIBRARY_PATH in the environment.
5797
5798 Fri Feb  2 19:26:25 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
5799
5800         * scripttempl/elfppc.sc (.sdata2, .sbss2): Put .sdata2 and .sbss
5801         in the read-only section, not read/write unless we are making a
5802         shared library.
5803         (.debug*): Add dwarf debug sections.
5804         (.rela.{sdata*,sbss*}): Add sections.
5805
5806 Fri Feb  2 16:50:21 1996  Ian Lance Taylor  <ian@cygnus.com>
5807
5808         * configure: Regenerate.
5809
5810 Thu Feb  1 10:50:46 1996  Ian Lance Taylor  <ian@cygnus.com>
5811
5812         * emulparams/elf_i386.sh (TEXT_START_ADDR): Change to 0x8048000,
5813         for SVR4 compatibility.
5814
5815         * ldexp.c (exp_fold_tree): Correct handling of ABSOLUTE.
5816
5817 Wed Jan 31 17:30:19 1996  Steve Chamberlain  <sac@slash.cygnus.com>
5818
5819         * configure.tgt (i[345]86-*-cygwin32, powerpcle-*-cygwin32): New.
5820         * emultempl/pe.em (definfo init): Make the default stack reserve
5821         of a PPC larger.
5822
5823 Wed Jan 31 14:34:23 1996  Richard Henderson  <rth@tamu.edu>
5824
5825         * configure.tgt (m68*-apple-aux*): New target.
5826         * emulparams/m68kaux.sh: New file.
5827         * scripttempl/m68kaux.sc: New file.
5828         * Makefile.in (ALL_EMULATIONS): Add em68kaux.o.
5829         (em68kaux.c): New target.
5830
5831 Tue Jan 30 13:18:56 1996  Ian Lance Taylor  <ian@cygnus.com>
5832
5833         * emultempl/aix.em (gld${EMULATION_NAME}_parse_args): Ignore
5834         -bnoentry, since the right thing tends to happen anyhow.
5835
5836 Mon Jan 29 12:29:26 1996  Ian Lance Taylor  <ian@cygnus.com>
5837
5838         * ld.texinfo, ld.1: Document -export-dynamic.
5839
5840 Fri Jan 26 11:11:55 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5841
5842         * emultempl/sunos.em: Check for native compile by comparing
5843         ${target} and ${host}.
5844
5845 Thu Jan 25 16:46:58 1996  James G. Smith  <jsmith@cygnus.co.uk>
5846
5847         * emulparams/{elf32b4300.sh, elf32l4300.sh}: Changed
5848         TEXT_START_ADDR to allow use on IDT and PMON systems.
5849
5850 Wed Jan 24 20:59:40 1996  Steve Chamberlain  <sac@slash.cygnus.com>
5851
5852         * emultempl/pe.em (gld_${EMULATION_NAME}_parse_args):
5853         correct spelling.
5854
5855 Wed Jan 24 16:59:19 1996  Doug Evans  <dje@charmed.cygnus.com>
5856
5857         * configure.tgt (sparc64-*-solaris2*): New configuration.
5858         (sparc64-*-aout*): Renamed from sparc64*.
5859
5860 Mon Jan 22 13:01:35 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5861
5862         * Makefile.in (GENSCRIPTS): Pass @host@ @target@ @target_alias@.
5863         * genscripts.sh: Set host, target and target_alias variables.
5864         Check for native compile by comparing ${target} and ${host}.
5865         * emultempl/elf32.em: Likewise.
5866         * scripttempl/elfmips.sc: Test ${target}, not ${target_alias}.
5867
5868 Mon Jan 22 11:03:23 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
5869
5870         * scripttempl/elfppc.sc: Refine eabi support to better support
5871         .sdata, .sdata2, .sbss, etc. sections.
5872
5873 Tue Jan 16 15:16:58 1996  Ian Lance Taylor  <ian@cygnus.com>
5874
5875         * ldgram.y (%union): Add phdr field.
5876         (phdr): Use phdr_qualifiers rather than opt_hdrs and opt_at.
5877         (phdr_qualifiers): New nonterminal.  Add support for FLAGS.
5878         (opt_hdrs, hdr): Remove.
5879         (phdr_val): New nonterminal.
5880         * ldlang.c (lang_new_phdr): Replace hdrs parameter with filehdr
5881         and phdrs parameters.  Add flags parameter.
5882         (lang_record_phdrs): Update for changes to lang_phdr.  Pass flags
5883         to bfd_record_phdr.
5884         * ldlang.h (struct lang_phdr): Replace hdrs field with filehdr and
5885         phdrs fields.  Add flags field.
5886         (LANG_PHDR_FILEHDR, LANG_PHDR_PHDRS): Remove.
5887         (lang_new_phdr): Update declaration.
5888         * ld.texinfo: Document FLAGS.
5889
5890 Mon Jan 15 15:07:19 1996  Ian Lance Taylor  <ian@cygnus.com>
5891
5892         * emultempl/sunos.em (gld${EMULATION_NAME}_before_allocation):
5893         Don't make a shared library because of an undefined reference to
5894         __GLOBAL_OFFSET_TABLE_.
5895
5896         Add some Irix 5 support, mostly from Kazumoto Kojima
5897         <kkojima@info.kanagawa-u.ac.jp>:
5898         * emulparams/elf32bmip.sh (SCRIPT_NAME): Change to elfmips.
5899         (SHLIB_TEXT_START_ADDR): Define.
5900         (OTHER_GOT_SYMBOLS): Define.
5901         (OTHER_READWRITE_SECTIONS): Remove initialization of _gp.
5902         (EXECUTABLE_SYMBOLS): Don't define.
5903         (DYNAMIC_LINK): Don't define.
5904         * emulparams/elf32lmip.sh: Same changes as elf32bmip.sh.
5905         * scripttempl/elfmips.sc: New file.
5906         * configure.host (mips*-dec-bsd*): Change mips to mips*.
5907         (mips*-sgi-irix4*): Likewise.
5908         (mips*-sgi-irix5*): New entry.
5909         * Makefile.in (eelf32bmip.c): Depend upon elfmips.sc rather than
5910         elf.sc.
5911         (eelf32lmip.c): Likewise.
5912
5913 Sat Jan 13 09:41:43 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
5914
5915         * scripttempl/elfppc.sc: Remove support for .rel.* sections.  Add
5916         .rela.got.neg section.
5917
5918 Fri Jan 12 14:56:19 1996  Ian Lance Taylor  <ian@cygnus.com>
5919
5920         * scripttempl/sh.sc: Only build constructors when CONSTRUCTING.
5921
5922         * ldmisc.c: Include <stdarg.h> rather than <varargs.h> if
5923         ANSI_PROTOTYPES is defined.  Remove special handling of
5924         WINDOWS_NT.  Various indendation fixes.
5925         (vfinfo): Change fmt parameter to const char *.
5926         (info_msg): Write <stdarg.h> version.
5927         (einfo, minfo, finfo): Likewise.
5928         (info_assert): Change file parameter to const char *.
5929         * ldmisc.h (einfo, minfo, info_msg): If ANSI_PROTOTYPES is
5930         defined, use a real prototype.
5931         (info_assert): Change first parameter to be const char *.
5932
5933 Fri Jan 12 13:29:55 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
5934
5935         * scripttempl/elfppc.sc: Add support for .sdata2/.sbss2, etc.  Add
5936         in old support that 2.7.2 needs, but the current compiler does
5937         not.
5938
5939         * Makefile.in (eelf32{,l}ppc.c): Fix up dependencies to use the
5940         correct Linker script template.
5941
5942         * emulparams/elf32{,l}ppc.sh (TEXT_START_ADDR): Set to 0x40000,
5943         not 0x400000.
5944         (DATA_ADDR,NONPAGED_TEXT_START_ADDR): Delete.
5945
5946 Tue Jan  9 15:53:02 1996  Ian Lance Taylor  <ian@cygnus.com>
5947
5948         * scripttempl/alpha.sc: Put .rconst right after .rdata.
5949
5950 Fri Jan  5 14:07:45 1996  Steve Chamberlain  <sac@slash.cygnus.com>
5951
5952         * emultempl/pe.em (gld_${EMULATION_NAME}_before_allocation):
5953         sort using right pointer.
5954
5955 Fri Jan  5 12:25:47 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
5956
5957         * scripttempl/elfppc.sc: Remove support for creating special
5958         labels for eabi section begin/end here.  The compiler now uses
5959         crt{i,n}.o to create these symbols.
5960
5961 Thu Jan  4 17:08:58 1996  Ian Lance Taylor  <ian@cygnus.com>
5962
5963         * configure.host: Change existing Linux HOSTING_CRT0 to be used
5964         for a.out only, and put in appropriate HOSTING_CRT0 and
5965         HOSTING_LIBS values for Linux ELF.
5966
5967 Thu Jan  4 12:02:05 1996  Doug Evans  <dje@canuck.cygnus.com>
5968
5969         * scripttempl/h8300.sc: Use all 64K for ram.
5970         * scripttempl/h8300h.sc: Define 256K ram size.
5971
5972 Thu Dec 21 15:57:18 1995  Ian Lance Taylor  <ian@cygnus.com>
5973
5974         * emultempl/aix.em (gld${EMULATION_NAME}_before_allocation): Pass
5975         export_defines as true to bfd_xcoff_size_dynamic_sections if -unix
5976         was used, regardless of whether -bE was used.
5977
5978 Tue Dec 19 17:35:38 1995  Ian Lance Taylor  <ian@cygnus.com>
5979
5980         * emultempl/aix.em (gld${EMULATION_NAME}_after_open): Only set
5981         relocateable before calling ldctor_build_sets if the output file
5982         is in an XCOFF format.
5983
5984 Fri Dec 15 16:34:36 1995  Ian Lance Taylor  <ian@cygnus.com>
5985
5986         * ldwrite.c (build_link_order): When handling a data statement, if
5987         the endianness of the output file is unknown, use the endianness
5988         of the input file.
5989
5990 Tue Dec 12 13:55:41 1995  Stan Shebs  <shebs@andros.cygnus.com>
5991
5992         * mpw-config.in: Recognize mips-*-* as equivalent to
5993         mips-idt-ecoff.
5994         * mpw-eppcmacos.c: Rename to shorter mpw-eppcmac.c.
5995         * mpw-ld.r: Add version resources.
5996         (cfrg): Use symbolic instead of literal name for executable.
5997
5998 Mon Dec 11 15:13:41 1995  Kim Knuttila  <krk@cygnus.com>
5999
6000         * scripttempl/ppcpe.sc (FINI): Moved the .reloc section.
6001
6002 Wed Dec  6 14:33:50 1995  Doug Evans  <dje@canuck.cygnus.com>
6003
6004         * ldlang.c (print_statement{,s}): Delete duplicate prototype.
6005         (print_statement_list): Renamed from print_statement.  All callers
6006         updated.
6007         (print_statement): New function to print just one statement.
6008         (print_{data,reloc,padding}_statement): Don't crash if
6009         output_section == NULL.
6010         (dprint_statement): New function.
6011
6012         * emultempl/pe.em (gld_${EMULATION_NAME}_before_allocation): Fix
6013         call to sort_sections.
6014
6015 Wed Dec  6 14:59:06 1995  Ian Lance Taylor  <ian@cygnus.com>
6016
6017         * emultempl/aix.em (unix_ld): New static variable.
6018         (gld${EMULATION_NAME}_parse_args): Handle -unix.
6019         (gld${EMULATION_NAME}_before_allocation): If unix_ld, pass
6020         gc as false and export_defineds as true to size_dynamic_sections.
6021
6022         * ldexp.c (exp_fold_tree): Permit assignments to dot in the final
6023         phase if the current section is abs_output_section.
6024
6025
6026 Tue Dec  5 09:49:39 1995  Doug Evans  <dje@canuck.cygnus.com>
6027
6028         * emultempl/pe.em (gld_${EMULATION_NAME}_before_allocation): Fix call
6029         to sort_sections.
6030
6031 Fri Dec  1 16:48:36 1995  Ian Lance Taylor  <ian@cygnus.com>
6032
6033         * ldgram.y (PHDRS): New token.
6034         (ifile_p1): Accept phdrs.
6035         (section): Accept phdr_opt at the end of the section definition.
6036         (phdr_op): New nonterminal.
6037         (phdrs, phdr_list, phdr, phdr_type, opt_hdrs, hdr): Likewise.
6038         * ldlex.l: Accept PHDRS.
6039         * ldlang.h (struct lang_output_section_phdr_list): Define.
6040         (lang_output_section_statement_type): Add phdrs field.
6041         (struct lang_phdr): Define.
6042         (LANG_PHDR_FILEHDR, LANG_PHDR_PHDRS): Define.
6043         (lang_new_phdr): Declare.
6044         * ldlang.c (lang_phdr_list): New static variable.
6045         (lang_output_section_statement_lookup): Initialize phdrs field.
6046         (lang_process): Call lang_record_phdrs.
6047         (lang_new_phdr): New function.
6048         (lang_section_in_phdr): New function.
6049         (lang_record_phdrs): New static function.
6050         * ld.texinfo: Document PHDRS.
6051
6052 Thu Nov 30 13:14:30 1995  Kim Knuttila  <krk@cygnus.com>
6053
6054         * scripttempl/ppcpe.sc: Moved .edata into its own section to
6055         expose it.
6056
6057 Thu Nov 30 11:32:34 1995  Manfred Hollstein KS/EF4A 60/1F/110 #40283  <manfred@lts.sel.alcatel.de>
6058
6059         * configure.host (m68*-motorola-sysv): Define HOSTING_CRT0 and
6060         HOSTING_LIBS for testing.
6061         (m88*-motorola-sysv3): Define HOSTING_CRT0 and HOSTING_LIBS for
6062         testing.
6063
6064 Tue Nov 28 12:14:53 1995  Ian Lance Taylor  <ian@cygnus.com>
6065
6066         * lexsup.c (parse_args): Set config.dynamic_link to false for -N
6067         and -n.
6068
6069 Mon Nov 27 13:12:09 1995  Ian Lance Taylor  <ian@cygnus.com>
6070
6071         * configure: Rebuild with autoconf 2.7.
6072
6073 Fri Nov 24 18:35:35 1995  Doug Evans  <dje@canuck.cygnus.com>
6074
6075         * scripttempl/pe.sc: Two .junk's is too much junk.
6076
6077 Tue Nov 21 16:14:32 1995  Ian Lance Taylor  <ian@cygnus.com>
6078
6079         * configure.in: Use BFD_NEED_DECLARATION.
6080         * acconfig.h: Put NEED_DECLARATION_FREE in @TOP@ section.
6081         * configure, config.in: Rebuild with autoconf 2.6.
6082
6083         * ldmain.c (constructor_callback): Don't warn about BFD_RELOC_CTOR
6084         being unsupported if this is not a relocateable link and the input
6085         BFD supports it, since ldctor_build_sets can cope with that case.
6086
6087 Fri Nov 17 16:23:15 1995  Stan Shebs  <shebs@andros.cygnus.com>
6088
6089         * configure.tgt (powerpc-*-macos*): New target.
6090         * emulparams/ppcmacos.sh: New file, PowerMac emulation.
6091         * Makefile.in (ALL_EMULATIONS): Add eppcmacos.o.
6092         (eppcmacos.c): New target.
6093         * mpw-eppcmacos.c: Update.
6094         * mpw-make.sed: Edit out attempts to use {GENSCRIPTS}.
6095
6096 Fri Nov 17 10:37:27 1995  Ian Lance Taylor  <ian@cygnus.com>
6097
6098         * Makefile.in (CC_FOR_TARGET): Use @host@ and @target@, not
6099         $(host_canonical) and $(target_canonical).
6100         (CXX_FOR_TARGET): Likewise.
6101
6102 Thu Nov 16 11:23:42 1995  Doug Evans  <dje@canuck.cygnus.com>
6103
6104         * scripttempl/pe.sc (.endjunk): Move definition of `end' to here
6105         so the malloc heap begins at a sane place.
6106
6107 Thu Nov 16 03:09:32 1995  Ken Raeburn  <raeburn@cygnus.com>
6108
6109         Version 2.6 released.
6110         * ldver.c (ldversion): Update to 2.6.
6111
6112         * Makefile.in (mostlyclean): Delete ldemul-list.h here, but not
6113         $(GENERATED_*FILES), since they need to be retained by distclean.
6114         (maintainer-clean, realclean): Delete them here.
6115
6116 Tue Nov 14 17:08:06 1995  Ian Lance Taylor  <ian@cygnus.com>
6117
6118         * emultempl/pe.em (gld_${EMULATION_NAME}_parse_args): Open the
6119         base file with FOPEN_WB, not "w".
6120
6121         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Use the
6122         environment variable LD_RUN_PATH if neither -rpath nor -rpath-link
6123         were used.
6124         (gld${EMULATION_NAME}_before_allocation): Use the environment
6125         variable LD_RUN_PATH if -rpath was not used.
6126         * ld.texinfo, ld.1: Document LD_RUN_PATH.
6127
6128 Thu Nov  9 13:09:29 1995  Ian Lance Taylor  <ian@cygnus.com>
6129
6130         * emultempl/aix.em (gld${EMULATION_NAME}_parse_args): Recognize
6131         -bl and -bloadmap options.
6132
6133         * ldfile.c (ldfile_try_open_bfd): If bfd_error_invalid_target,
6134         report a better error.
6135
6136         * emultempl/aix.em (gld${EMULATION_NAME}_before_allocation): Add
6137         new local variable special_sections, and pass it to
6138         size_dynamic_sections.  Look through the results, and move the
6139         sections around in the mapping so that they are defined correctly.
6140
6141 Wed Nov  8 11:40:59 1995  Ian Lance Taylor  <ian@cygnus.com>
6142
6143         * ldemul.c (ldemul_default_target): Cast getenv return value.
6144
6145 Tue Nov  7 11:15:36 1995  Kim Knuttila  <krk@cygnus.com>
6146
6147         * emulparams/ppcpe.sh (ARCH): New file for PowerPC Portable
6148         Executable support.
6149         * scripttempl/ppcpe.sc: New file for PowerPC Portable Executable
6150         support.
6151
6152         * configure.tgt (targ_extra_emuls): Added powerpcle-pe target.
6153         * Makefile.in (ALL_EMULATIONS): Added eppcpe.o target.
6154
6155         * emultempl/pe.em (TARGET_IS_ppcpe): file tailoring macro
6156         (gld_$_before_allocation): added hooks for toc construction based
6157         on the above macro.
6158
6159 Tue Nov  7 11:47:23 1995  Ian Lance Taylor  <ian@cygnus.com>
6160
6161         * ld.texinfo: The linker does not use _main as an entry point.
6162
6163 Tue Nov  7 11:46:11 1995  Manfred Hollstein KS/EF4A 60/1F/110 #40283  <manfred@lts.sel.alcatel.de>
6164
6165         * scripttempl/m88kbcs.sc (.data): Calculate next boundary modulo
6166         0x2000 not 0x200.
6167
6168 Mon Nov  6 10:59:21 1995  Ian Lance Taylor  <ian@cygnus.com>
6169
6170         * configure.in: Add test for whether free must be declared.
6171         * sysdep.h: Declare free if necessary.  Include "ansidecl.h".
6172         * acconfig.h: Explain NEED_DECLARATION_FREE.
6173         * configure, config.in: Rebuild.
6174
6175         * lexsup.c (parse_args): Take B:: out of shortopts.
6176
6177 Sun Nov  5 03:08:28 1995  Ken Raeburn  <raeburn@cygnus.com>
6178
6179         * emulparams/i386nbsd.sh (EXECUTABLE_SYMBOLS): Set __DYNAMIC to 0
6180         for now, as with m68k4kbsd, until shared library support gets
6181         done.
6182
6183         * configure.host: For i386 BSD variants, crt0.o lives in
6184         /usr/lib.  (True for NetBSD at least, unconfirmed for others.)
6185
6186 Wed Nov  1 15:42:45 1995  Manfred Hollstein KS/EF4A 60/1F/110 #40283  <manfred@lts.sel.alcatel.de>
6187
6188         * Makefile.in (ALL_EMULATIONS): Add edelta68.o.
6189         (edelta68.c): New target.
6190         * configure.tgt (m68*-motorola-sysv*): New target.
6191         * emulparams/delta68.sh: New file.
6192         * scripttempl/delta68.sc: New file.
6193
6194         * scripttempl/m88kbcs.sc: Handle .init and .fini.  Change section
6195         addresses.
6196
6197 Wed Nov  1 11:41:56 1995  Ian Lance Taylor  <ian@cygnus.com>
6198
6199         * ldgram.y (mri_script_command): Accept ',' as well as '=' in
6200         ALIGN and ALIGNMOD statements.
6201
6202         * emultempl/aix.em: Include ldgram.h.
6203         (gld${EMULATION_NAME}_parse_args): Handle -pD and -pT, as used on
6204         AIX 4.1.
6205         * Makefile.in ($(EMULATION_OFILES)): Depend upon ldgram.h.
6206
6207 Tue Oct 31 18:22:24 1995  David Mosberger-Tang  <davidm@azstarnet.com>
6208
6209         * configure.host (alpha-*-linux*): New host.
6210         * configure.tgt (alpha-*-linux*): New target.
6211
6212 Tue Oct 31 12:36:52 1995  Ian Lance Taylor  <ian@cygnus.com>
6213
6214         * emultempl/aix.em (export_files): Remove.
6215         (import_files): Make static.
6216         (struct export_symbol_list): Define.
6217         (export_symbols): New static variable.
6218         (gld${EMULATION_NAME}_parse_args): Handle an initial -b option
6219         correctly.  Call read_file for an export file.
6220         (gld${EMULATION_NAME}_before_allocation): Call
6221         bfd_xcoff_export_symbol for each export symbol, rather than
6222         calling read_file for each export file.
6223         (gld${EMULATION_NAME}_read_file): For an export file, make the
6224         exported symbols undefined, and store them on the export_symbols
6225         list.
6226
6227 Sat Oct 28 00:10:03 1995  steve chamberlain  <sac@slash.cygnus.com>
6228
6229         * emultempl/pe.em (gld_${EMULATION_NAME}_parse_args):
6230         Don't hang if last option is unrecognised.
6231         (gld_${EMULATION_NAME}_set_symbols): Insert created
6232         symbols into ABS output section.
6233
6234 Fri Oct 27 18:03:17 1995  Niklas Hallqvist  <niklas@appli.se>
6235
6236         *  Makefile.in (ALL_EMULATIONS): Added support for the NetBSD
6237         m68k4k arch.
6238         (em68k4knbsd.c): New rule.
6239
6240         * configure.tgt: Added support for the NetBSD m68k4k arch.
6241
6242         * genscripts.sh, ldint.texinfo,
6243         emulparams/{a29k,armaoutb,armaoutl,coff_sparc,ebmon29k,gld960,
6244         gld960coff,go32,h8300,h8300h,h8500,h8500b,h8500c,h8500m,h8500s,
6245         hp300bsd,hp3hpux,hppaelf.sh,i386aout,i386bsd,i386coff,i386go32,
6246         i386linux,i386lynx,i386nbsd,lnk960,m68kaout,m68kcoff,m68klynx,
6247         m88kbcs,mipsbig,mipsbsd,mipsidt,mipsidtl,mipslit,news,ns32knbsd,
6248         pc532machaout,riscix,sa29200,sh,shl,sparclynx,sparcnbsd,
6249         st2000,sun3,sun4,vanilla,vax,vsta,w65,z8001,z8002}.sh: Changed
6250         PAGE_SIZE to TARGET_PAGE_SIZE.
6251
6252         * emulparams/m68knbsd.h: Ditto.
6253         (TEXT_START_ADDR, NONPAGED_TEXT_START_ADDR): We have 8K pagesize.
6254         (EXECUTABLE_SYMBOLS): Hardcode __DYNAMIC to zero for the time
6255         being.
6256
6257         * emulparams/m68k4knbsd.sh: New file.
6258
6259         * scripttempl/aout.sc: Expand EXECUTABLE_SYMBOLS if relocating.
6260
6261 Fri Oct 27 17:59:09 1995  Ian Lance Taylor  <ian@cygnus.com>
6262
6263         * emultempl/aix.em: Include ldctor.h.
6264         (gld${EMULATION_NAME}_after_open): New static function.
6265         (gld${EMULATION_NAME}_before_allocation): Call find_relocs.
6266         (gld${EMULATION_NAME}_find_relocs): New static function.
6267         (gld${EMULATION_NAME}_find_exp_assignment): New static function.
6268         (ld_${EMULATION_NAME}_emulation): Use new after_open function.
6269         * scripttempl/aix.sc: Use CONSTRUCTORS in .data.
6270         * ldctor.c (struct set_info): Move definition into ldctor.h.
6271         (struct set_element): Likewise.
6272         (sets): Make non-static.
6273         (ldctor_add_set_entry): Add name parameter.  Save it in the new
6274         set element.
6275         (ldctor_build_sets): Avoid being called twice.  Pass set element
6276         name to lang_add_reloc.
6277         * ldctor.h (struct set_info): Move definition here from ldctor.c.
6278         (struct set_element): Likewise.  Add new field name.
6279         (sets): Declare.
6280         (ldctor_add_set_entry): Declare new name parameter.
6281         * ldwrite.c (build_link_order): Don't insist that either name or
6282         section be NULL in a lang_reloc_statement.
6283         * ldmain.c (add_to_set): Pass NULL to ldctor_add_new_set_entry for
6284         new name parameter.
6285         (constructor_callback): Pass name to ldctor_add_new_set_entry for
6286         new name parameter.
6287
6288         * ldmisc.c (demangle): Fix indentation.  Remove a leading period.
6289
6290 Thu Oct 26 22:22:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
6291
6292         * mpw-config.in: Add PowerMac target support, generate config.h.
6293         * mac-ld.r: New file, Mac resources.
6294         * mpw-make.sed: New file, edits Makefile.in into MPW syntax.
6295         * mpw-make.in: Remove.
6296         * mpw-eppcmacos.c: Prebuilt version of PowerMac linking script.
6297
6298 Thu Oct 26 14:11:26 1995  Ian Lance Taylor  <ian@cygnus.com>
6299
6300         * emultempl/aix.em (gld${EMULATION_NAME}_parse_args): Treat
6301         -static as a synonym for -bnso.
6302
6303         * scripttempl/aix.sc: Move special symbols inside sections.
6304         Always start .data at 0.
6305
6306 Wed Oct 25 11:52:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
6307
6308         * Makefile.in (diststuff):  Also make info.
6309         (maintainer-clean realclean):  Also delete *.info*.
6310
6311 Wed Oct 25 11:27:25 1995  Ian Lance Taylor  <ian@cygnus.com>
6312
6313         * emultempl/aix.em: Add support for various AIX linker options,
6314         for AIX import and export files, and for AIX shared objects.
6315         * scripttempl/aix.sc: Add .pad.  Put .ds just before the TOC.
6316
6317         * ldmain.c (main): Initialize new field link_info.static_link.
6318
6319         * ldmain.c (add_keepsyms_file): Add \n at end of einfo calls.
6320         (constructor_callback): Likewise.
6321         * ldmisc.c (vfinfo): Likewise.
6322         * ldwrite.c (build_link_order): Likewise.
6323
6324         * ld.texinfo: The MRI ALIGN directive is supported.
6325
6326 Mon Oct 23 11:46:43 1995  James G. Smith  <jsmith@pasanda.cygnus.co.uk>
6327
6328         * emulparams/elf32vr4300.sh: Deleted.
6329         * emulparams/elf32vr4300el.sh: Deleted.
6330         * emulparams/elf32b4300.sh: Added.
6331         * emulparams/elf32l4300.sh: Added.
6332         * configure.tgt, Makefile.in: Updated the build to use the
6333         new 8.3 unique names.
6334
6335 Thu Oct 19 17:41:46 1995  Ian Lance Taylor  <ian@cygnus.com>
6336
6337         * ldlang.c (entry_symbol): Make non-static.
6338         * ldlang.h (entry_symbol): Declare.
6339
6340         * ldlex.l: Treat PROVIDE as a keyword in expression state.
6341
6342 Wed Oct 18 17:34:06 1995  steve chamberlain  <sac@slash.cygnus.com>
6343
6344         * scripttempl/pe.sc (.bss): Move to be after .text
6345
6346 Tue Oct 17 12:22:05 1995  Ian Lance Taylor  <ian@cygnus.com>
6347
6348         * emultempl/sunos.em (gld${EMULATION_NAME}_find_exp_assignment):
6349         Search trinary.cond rather than searching trinary.lhs twice.  From
6350         linli@ihp.PHys.ethz.CH.
6351
6352         * emultempl/sunos.em (gld${EMULATION_NAME}_find_so): Move
6353         directory searching code into gld${EMULATION_NAME}_search_dir.
6354         (gld${EMULATION_NAME}_search_dir): New static function, extracted
6355         from gld${EMULATION_NAME}_find_so.
6356         (global_needed, global_found): New static variables.
6357         (gld${EMULATION_NAME}_after_open): New static function.
6358         (gld${EMULATION_NAME}_search_needed): New static function.
6359         (gld${EMULATION_NAME}_try_needed): New static function.
6360         (gld${EMULATION_NAME}_check_needed): New static function.
6361         (ld_${EMULATION_NAME}_emulation): Use new after_open function.
6362         * ld.texinfo, ld.1: Mention -rpath-link on SunOS.
6363
6364         * Makefile.in (eelf32ppc.c): Depend upon elf32.em, not generic.em.
6365         (eelf32lppc.c): Likewise.
6366         * emulparams/elf32lppc.sh (TEMPLATE_NAME): Define as elf32.
6367         (GENERATE_SHLIB_SCRIPT): Define as yes.
6368
6369 Mon Oct 16 19:11:13 1995  Ian Lance Taylor  <ian@cygnus.com>
6370
6371         * emultempl/elf32.em: Struct bfd_elf_link_needed_list is now named
6372         bfd_link_needed-list; make appropriate changes.
6373
6374         * configure.tgt (powerpc-*-aix*): New target; use aixppc.
6375         (rs6000-*-aix*): New target; use aixrs6.
6376         * emulparams/aixppc.sh, emulparams/aixrs6.sh: New files.
6377         * emultempl/aix.em: New file.
6378         * scripttempl/aix.sc: New file.
6379         * Makefile.in (ALL_EMULATIONS): Add eaixppc.o and eaixrs6.o.
6380         (eaixppc.c, eaixrs6.c): New targets.
6381
6382 Fri Oct 13 14:00:37 1995  steve chamberlain  <sac@slash.cygnus.com>
6383
6384         * scripttemp/pe.sc (.reloc): Move to the end.
6385
6386 Tue Oct 10 17:53:22 1995  Ian Lance Taylor  <ian@cygnus.com>
6387
6388         * ldlang.c (lang_finish): Don't try to use an entry_symbol from a
6389         section which was not linked into the final output.
6390
6391 Tue Oct 10 10:17:22 1995  steve chamberlain  <sac@slash.cygnus.com>
6392
6393         * emultempl/pe.em (gld_${EMULATION_NAME}_parse_args): Fix
6394         fatal typos.
6395
6396 Tue Oct 10 01:01:51 1995  Ian Lance Taylor  <ian@cygnus.com>
6397
6398         * ld.h (args_type): Add rpath_link field.
6399         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Search for
6400         required dependencies in rpath_link path.  Only search
6401         LD_LIBRARY_PATH when configured native.
6402         * lexsup.c (parse_args): Recognize -rpath-link.
6403         * ld.1, ld.texinfo: Document -rpath-link.
6404
6405 Sat Oct  7 17:07:17 1995  Ian Lance Taylor  <ian@cygnus.com>
6406
6407         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Don't
6408         bother searching for needed libraries unless doing a final link.
6409
6410 Fri Oct  6 16:26:16 1995  Ken Raeburn  <raeburn@cygnus.com>
6411
6412         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6413
6414         * ld/ld.1: Fix formatting bugs.
6415
6416 Wed Oct  4 17:37:46 1995  Ian Lance Taylor  <ian@cygnus.com>
6417
6418         * ldexp.c (exp_get_abs_int): Return bfd_vma, not int.
6419         * ldexp.h (exp_get_abs_int): Update declaration.
6420         * ldlang.c (print_output_section_statement): Use fprintf_vma to
6421         print return value of exp_get_abs_int.
6422
6423 Mon Oct  2 13:56:09 1995  Ian Lance Taylor  <ian@cygnus.com>
6424
6425         * emultempl/elf32.em (global_stat): New file static variable.
6426         (gld${EMULATION_NAME}_try_needed): Call stat_needed to make sure
6427         that the file has not already been included under another name.
6428         (gld${EMULATION_NAME}_stat_needed): New static function.
6429
6430 Fri Sep 29 12:00:18 1995  Doug Evans  <dje@deneb.cygnus.com>
6431
6432         * scripttempl/armcoff.sc: Start .text at 0x8000.
6433         Start .data at 0x40000.
6434
6435 Fri Sep 29 11:09:46 1995  Ian Lance Taylor  <ian@cygnus.com>
6436
6437         * emultempl/sunos.em (gld${EMULATION_NAME}_before_allocation): If
6438         command_line.rpath is set, use it, rather than the -L options, to
6439         build the rules section.
6440         * ld.texinfo: Document this use of -rpath.
6441
6442         * lexsup.c (parse_args): Don't set link_info.shared for -assert
6443         pure-text.  Pass true, not 1, to lang_add_entry.
6444         * emultempl/sunos.em (find_assign): New static variable.
6445         (found_assign): New static variable.
6446         (gld${EMULATION_NAME}_before_allocation): Rename local h to hdyn.
6447         If not a relocateable link, and no start symbol was specified on
6448         the command line, and there are any undefined symbols, set
6449         link_info.shared.  If link_info.shared is set, set the address of
6450         the .text section to 0x20.
6451         (gld${EMULATION_NAME}_find_assignment): Rename from
6452         gld${EMULATION_NAME}_find_statement_assignment.  If find_assign is
6453         set, then just set found_assign based on whether an assignment is
6454         found to find_assign.
6455         (gld${EMULATION_NAME}_get_script): Don't use a special script when
6456         producing a shared library.
6457         * emulparams/sun4.sh (GENERATE_SHLIB_SCRIPT): Remove.
6458         * scripttempl/aout.sc: Remove CREATE_SHLIB tests.
6459         * ldlang.c (entry_from_cmdline): New global variable.
6460         (lang_add_entry): Change cmdline parameter from int to boolean.
6461         Use global entry_from_cmdline rather than function static
6462         from_cmdline.
6463         * ldlang.h (entry_from_cmdline): Declare.
6464         (lang_add_entry): Change declaration of second parameter from int
6465         to boolean.
6466         * ldgram.y: Pass false, not 0, to lang_add_entry.
6467
6468 Thu Sep 28 12:34:13 1995  Ian Lance Taylor  <ian@cygnus.com>
6469
6470         * ld.h (parsing_defsym): Declare.
6471         * ldlex.h (lex_string): Declare.
6472         * ldlex.l (lex_string): Define.
6473         * lexsup.c (parsing_defsym): Define.
6474         (parse_args): In OPTION_DEFSYM case, set lex_string before calling
6475         lex_redirect, and clear it after calling yyparse.  Set
6476         parsing_defsym around call to yyparse.
6477         * ldmain.c (main): Set lex_string before calling lex_redirect, and
6478         clear it after calling yyparse.
6479         * ldmisc.c (vfinfo): For %S, handle --defsym arguments and built
6480         in linker scripts correctly.
6481
6482         * scripttempl/sparccoff.sc: Add .ctors/.dtors handling like other
6483         COFF targets, allowing for the leading underscore used on SPARC
6484         COFF.
6485
6486         * lexsup.c (parse_args): Handle -assert.
6487         * emulparams/sun4.sh (GENERATE_SHLIB_SCRIPT): Define.
6488         * emultempl/sunos.em (gld${EMULATION_NAME}_get_script): Use the
6489         shared library script when appropriate.
6490         * scripttempl/aout.sc: If CREATE_SHLIB is set, start the .text
6491         section at SIZEOF_HEADERS.
6492
6493 Thu Sep 28 01:40:37 1995  Doug Evans  <dje@deneb.cygnus.com>
6494
6495         * Makefile.in (earmcoff.c): Build.
6496         * configure.tgt (arm-*-coff): New target
6497         * emulparms/armcoff.sh: New file.
6498         * scripttempl/armcoff.sc: New file.
6499
6500 Tue Sep 26 10:59:32 1995  Ian Lance Taylor  <ian@cygnus.com>
6501
6502         * scripttempl/i386coff.sc: Remove .data2; no longer needed.
6503
6504 Fri Sep 22 18:09:02 1995  Ian Lance Taylor  <ian@cygnus.com>
6505
6506         * ldfile.c (ldfile_set_output_arch): Make arch const.
6507
6508 Thu Sep 21 17:55:24 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
6509
6510         * scripttempl/elfppc.sc: Correctly locate __bss_start at the
6511         beginning of the .bss area, not at the end of data.  Add
6512         __sbss_{start,end} symbols.
6513
6514 Wed Sep 20 12:29:36 1995  Ian Lance Taylor  <ian@cygnus.com>
6515
6516         * Makefile.in (CC_FOR_TARGET): Quote $(program_transform_name).
6517         (CXX_FOR_TARGET, install): Likewise.
6518
6519 Mon Sep 18 14:53:22 1995  Ian Lance Taylor  <ian@cygnus.com>
6520
6521         Based on patches by Alan Modra <alan@spri.levels.unisa.edu.au>:
6522         * Makefile.in (CC_FOR_TARGET): Remove brokensed stuff.
6523         (CXX_FOR_TARGET): Likewise.
6524         (install): Likewise.
6525         (GENERATED_HFILES): Remove config.h.
6526         (.dep): Depend upon config.h.
6527
6528 Mon Sep 18 14:39:38 1995  Arne H. Juul  <arnej@pvv.unit.no>
6529
6530         * configure.tgt (mips*-dec-netbsd*): New target.
6531
6532 Fri Sep 15 20:01:52 1995  Ken Raeburn  <raeburn@cygnus.com>
6533
6534         * configure.host (m88*-*-dgux*): Fix another shell syntax error.
6535
6536 Fri Sep 15 23:28:05 1995  Andrew Cagney  <cagney@highland.com.au>
6537
6538         * configure.host (i[345]86-*-bsd*): Fix shell syntax error.
6539
6540 Thu Sep 12 12:50:49 1995  steve chamberlain  <sac@slash.cygnus.com>
6541
6542         * scripttemp/pe.sc:  Allow both spellings of .ctors/.dtors.
6543         Start .text section on the right boundary. Always align
6544         stabs.
6545
6546 Tue Sep 12 12:24:17 1995  Ian Lance Taylor  <ian@cygnus.com>
6547
6548         * Makefile.in (maintainer-clean): New target.
6549
6550         * ldmain.c (struct warning_callback_info): Define.
6551         (warning_callback): Add new parameter symbol.  Call
6552         warning_find_reloc to try to find the section and VMA.
6553         (warning_find_reloc): New static function.
6554         * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
6555         Pass NULL as symbol parameter to warning callback.
6556
6557         * ld.texinfo: Clarify -L option.
6558
6559         * ldlang.c (lang_one_common): Add cast to avoid warning.
6560         (topower): Likewise.  Also, reindent.
6561         * ldwrite.c (clone_section): Change i to unsigned int.
6562         * emultempl/sunos.em (gld${EMULATION_NAME}_before_allocation): Add
6563         cast to avoid warning.
6564
6565 Fri Sep  8 16:32:43 1995  Ian Lance Taylor  <ian@cygnus.com>
6566
6567         * Makefile.in (config.status): Depend upon configure.tgt.
6568
6569         * ldemul.h (ldemul_set_symbols): Declare.
6570         (ldemul_parse_args): Declare.
6571         * ldemul.c (ldemul_parse_args): Fix indentation.
6572
6573         * configure.in: Call AC_HEADER_DIRENT.
6574         * configure, config.in: Rebuild.
6575         * emultempl/sunos.em: Use autoconf recommend mechanism to define
6576         DIR and struct dirent.
6577
6578         * configure.tgt (mips*-*-bsd*): New case.
6579
6580         * configure.host (i[345]86-sequent-ptx* | i[345]86-sequent-sysv*)
6581         New case.
6582         * configure.tgt (i[345]86-*-ptx*): New case.
6583
6584 Thu Sep  7 10:48:26 1995  Ian Lance Taylor  <ian@cygnus.com>
6585
6586         * config.in: Rename from config.h.in.
6587         * configure.in: Call AC_CONFIG_HEADER with config.h:config.in.
6588         Check for config.h:config.in when creating stamp-h.
6589         * configure: Rebuild.
6590         * Makefile.in (stamp-h): Depend upon config.in rather than
6591         config.h.in.  Set CONFIG_HEADERS to config.h:config.in when
6592         calling config.status.
6593
6594         * Makefile.in (distclean): Remove config.h and stamp-h.
6595
6596         * configure.host (sparc-*-sunos64*): Remove.
6597         * ldlang.c (lang_map): Check BFD64, not HOST_64_BIT.
6598
6599         * ldexp.c (exp_fold_tree): Don't warn about moving the location
6600         counter backward in the absolute section.
6601
6602 Wed Sep  6 14:42:11 1995  Ian Lance Taylor  <ian@cygnus.com>
6603
6604         * configure.in: Rewrite to use autoconf.
6605         * configure.host: New file.
6606         * configure.tgt: New file.
6607         * aclocal.m4: New file.
6608         * configure: New file, built by autoconf.
6609         * acconfig.h: New file.
6610         * config.h.in: New file, built by autoheader.
6611         * sysdep.h: New file.
6612         * ld.h: Incorporate old contents of config.h.
6613         * config.h: Remove.
6614         * Makefile.in: Various changes for new configure script.  Also:
6615         (CC_FOR_BUILD): Remove.
6616         (ldmain.o): Don't bother to ensure that EMUL is non-empty.
6617         (dep.sed): Use @SRCDIR@, not @srcdir@.
6618         * dep-in.sed: Use @SRCDIR@, not @srcdir@.
6619         * genscripts.sh: Create ldscripts if it does not exist.
6620         * ldemul.c, lexsup.c, mpw-emipsidt.c: Don't include "config.h".
6621         * mpw-esh.c, emultemp/*.em: Likewise.
6622         * ldmain.c: Likewise.  Include <ctype.h>.  Don't try to set
6623         HAVE_SBRK here.
6624         * config/*.mt, config/*.mh: Remove.
6625
6626 Tue Sep  5 14:55:24 1995  Ken Raeburn  <raeburn@cygnus.com>
6627
6628         * configure.in: Treat ns32k-pc532-ux* like ns32k-pc532-mach*, and
6629         ns32k-pc532-lites* like ns32k-pc532-netbsd*.  From Ian Dall.
6630
6631 Fri Sep  1 22:29:52 1995  Doug Evans  <dje@canuck.cygnus.com>
6632
6633         * scripttempl/pe.sc: Fix typo in spelling of .ctors/.dtors.
6634
6635 Fri Sep  1 13:13:29 1995  Ian Lance Taylor  <ian@cygnus.com>
6636
6637         * ldmain.c (warning_callback): Add abfd, section, and address
6638         parameters.
6639         * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
6640         Change call to warning accordingly.
6641
6642         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): If not
6643         relocateable and not shared, put .gnu.warning.SYMBOL sections into
6644         the .text section.
6645
6646 Fri Sep  1 08:35:16 1995  James G. Smith  <jsmith@beauty.cygnus.com>
6647
6648         * configure.in: Added mips*vr4300-idt-elf* and
6649         mips*vr4300el-idt-elf* targets.
6650         * Makefile.in: Added eelf32vr4300* targets.
6651         * emulparams/{elf32vr4300.sh, elf32vr4300el.sh}: Added.
6652         * config/{mips-vr4300.mt, mips-vr4300el.mt}: Added.
6653
6654 Fri Sep  1 10:51:45 1995  Ian Lance Taylor  <ian@cygnus.com>
6655
6656         * scripttempl/a29k.sc: Fix to be reasonable.  From Brendan Kehoe
6657         <brendan@cygnus.com>.
6658
6659 Thu Aug 31 16:37:07 1995  steve chamberlain  <sac@slash.cygnus.com>
6660
6661         * ldemul.c (ldemul_parse_args): New.
6662         * ldemul.h (ld_emulation_xfer_struct): Add parse_args.
6663         * lexsup.c (all pe stuff): Moved into pe.em
6664         (parse_args): Call emulation arg parser.
6665         * emultempl/pe.em (parse_args): handle PE specfic args.
6666
6667 Thu Aug 31 17:01:37 1995  Ian Lance Taylor  <ian@cygnus.com>
6668
6669         * ldlang.c (lang_memory_region_lookup): Don't use the first region
6670         as the default region.  Create a new region instead.
6671
6672 Tue Aug 29 14:21:41 1995  steve chamberlain  <sac@slash.cygnus.com>
6673
6674         * ldemul.c (ldemul_set_symbols): New function.
6675         * ldemul.h (ld_emulation_xfer_struct): Add set_symbols.
6676         * ldmain.c (main): Add call to ldemul_set_symbols.
6677         * lexsup.c (set_pe_value): New args.
6678         (set_pe_name): New.
6679         (parse_args): Cope with new set_pe_value args.
6680         * emultempl/pe.em (set_symbols): New function.
6681         (ld_emulation_xfer_struct): Add set_symbols.
6682         * scripttempl/pe.sc: Use new symbols.
6683
6684 Thu Aug 24 18:12:18 1995  Ian Lance Taylor  (ian@cygnus.com)
6685
6686         * lexsup.c (parse_args): Don't call set_default_dirlist for -O.
6687         For -Y, ignore a leading `P,', and only call set_default_dirlist
6688         after processing all the other arguments.
6689
6690 Tue Aug 22 07:36:58 1995  steve chamberlain  <sac@slash.cygnus.com>
6691
6692         * scripttempl/pe.sc: Keep .edata, don't base stabs at 0.
6693         * emulparams/armpe.sh: Run PE script.
6694
6695 Mon Aug 21 18:30:42 1995  steve chamberlain  <sac@slash.cygnus.com>
6696
6697         * ldmain.c (main): Remove PE stuff.
6698         * lexsup.c (options): Load more PE options.
6699         (set_pe_value): New function.
6700
6701 Thu Aug 17 13:35:49 1995  steve chamberlain  <sac@slash.cygnus.com>
6702
6703
6704         * emultempl/{armpe.sc, i386pe.sc}: Deleted.
6705         * emultempl/pe.sc: New file performs generic PE support and sorts
6706         archive members.
6707         * emulparams/{armpe.sh,i386pe.sh}: Use new file.
6708         * scripttempl/{armpe.sc, i386pe.sc}: Deleted
6709         * scripttempl/pe.sc: New.
6710         * Makefile.in: Use new files.
6711
6712 Thu Aug 17 14:46:34 1995  Doug Evans  <dje@canuck.cygnus.com>
6713
6714         * scripttempl/h8500s.sc (.rdata): All data must go in data segment.
6715         (.strings,.ctors,.dtors): Likewise.
6716
6717 Wed Aug 16 11:38:59 1995  steve chamberlain  <sac@slash.cygnus.com>
6718
6719         * scripttempl/armpe.sc: Always start code at 0x401000, even
6720         if -r.
6721         * ldwrite.c (strdup): New extern declaration.
6722         * ldgram.y (atype): New rule to clarify type parsing.
6723         * ldlang.c (init_os): Remove commented out code.
6724         (lang_size_sections): Set SEC_ALLOC and SEC_LOAD bits
6725         unless told not to by the link script.
6726
6727 Wed Aug 16 11:45:11 1995  Ian Lance Taylor  <ian@cygnus.com>
6728
6729         * ldlang.c (lang_set_startof): New static function.
6730         (lang_process): Call it.
6731
6732         * ldgram.y: Tweak casesymlist to avoid bison errors.
6733
6734         * lexsup.c (parse_args): Accept -h as a synonym for --soname, for
6735         Solaris compatibility.
6736
6737 Tue Aug 15 17:31:16 1995  Ian Lance Taylor  <ian@cygnus.com>
6738
6739         * ldgram.y (YYDEBUG): If not defined, define as 1.
6740         (CASE, EXTERN, START): New tokens.
6741         (mri_script_command): Handle CASE, EXTERN, INCLUDE, START.
6742         (casesymlist): New nonterminal.
6743         (extern_name_list): New nonterminal.
6744         * ldlex.l: Accept lower case trailing base specifiers.  Don't
6745         ignore the first digit when the base is a suffix.  Accept many
6746         EXPRESSION state tokens in MRI state.  Support MRI continuation
6747         lines and MRI semicolon comments.  Accept all MRI keywords in
6748         lower case.  Add CASE, EXTERN, and START MRI keywords.
6749
6750 Tue Aug  8 19:14:58 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
6751
6752         * emultempl/sunos.em (gld${EMULATION_NAME}_find_so): Use xmalloc
6753         instead of alloca.
6754
6755 Tue Aug  8 15:24:05 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
6756
6757         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Don't use
6758         $r/../gcc/xgcc unless it is present.
6759
6760 Thu Aug  3 11:56:22 1995  Ian Lance Taylor  <ian@cygnus.com>
6761
6762         * scripttempl/m68kcoff.sc: Only put .ctors and .dtors in .text
6763         when CONSTRUCTING.
6764         * scripttempl/m68klynx.sc: Likewise.
6765         * scripttempl/nw.sc: Likewise.
6766         * scripttempl/sa29200.sc: Likewise.
6767         * scripttempl/sparclynx.sc: Likewise.
6768
6769 Fri Jul 28 12:02:23 1995  steve chamberlain  <sac@slash.cygnus.com>
6770
6771         * emulparams/{z8001.sh, z8002.sh}: Fix typo.
6772
6773 Thu Jul 27 21:06:21 1995  Ken Raeburn  <raeburn@cygnus.com>
6774
6775         * configure.in (i[345]86-*-linuxoldld): Treat like linuxaout*.
6776
6777 Thu Jul 27 15:26:28 1995  steve chamberlain  <sac@slash.cygnus.com>
6778
6779         * scripttempl/i386pe.sc: Cope with constructors.
6780         * scripttempl/z8ksim.sc: Deleted.
6781         * scripttempl/z8000.sc: Resurrected as this, but
6782         can handle z8001 and z8002 formats.
6783         * emulparams/z8ksim.sh: Deleted.
6784         * emulparams/{z8001.sh, z8002.sh}: New files.
6785         * config/z8ksim.mt: Deleted
6786         * config/z8k-coff.mt: New, generates both emulations.
6787
6788 Tue Jul 25 14:53:02 1995  Ian Lance Taylor  <ian@cygnus.com>
6789
6790         * ldmisc.c (vfinfo): In %C and %D case, always print the BFD using
6791         %B, in case it is in an archive.
6792
6793 Mon Jul 24 15:23:39 1995  Ian Lance Taylor  <ian@cygnus.com>
6794
6795         * ldlang.c (lang_process): Call reset_memory_regions for each
6796         relaxation pass.
6797
6798 Fri Jul 21 22:49:44 1995  Michael Meissner  <meissner@cygnus.com>
6799
6800         * scripttempl/elfppc.sc: Add support for .sdata, .sbss, and
6801         _SDA_BASE.
6802
6803 Thu Jul 20 16:26:55 1995  Ken Raeburn  <raeburn@cygnus.com>
6804
6805         * ldmain.c (constructor_callback): Allocate set_name in stack
6806         frame, rather than always calling alloca with a fixed size.
6807
6808 Wed Jul 19 16:21:43 1995  Doug Evans  <dje@canuck.cygnus.com>
6809
6810         * emulparams/armpe.sh (OUTPUT_FORMAT): Change to pei-arm-little.
6811         (LITTLE_OUTPUT_FORMAT, BIG_OUTPUT_FORMAT): Define.
6812
6813 Mon Jul 17 13:57:00 1995  Ian Lance Taylor  <ian@cygnus.com>
6814
6815         * ldwrite.c (clone_section): Set the alignment of the clone
6816         section to that of the section being cloned.
6817
6818         * ldwrite.c (split_sections): Don't split the first input section
6819         into a new output section.
6820
6821 Sat Jul 15 00:26:35 1995  Michael Meissner  <meissner@cygnus.com>
6822
6823         * emulparams/elf32ppc.sh (TEMPLATE_NAME): Define as elf32.
6824         (GENERATE_SHLIB_SCRIPT): Define as yes.
6825
6826 Fri Jul 14 12:11:46 1995  Ian Lance Taylor  <ian@cygnus.com>
6827
6828         * emultempl/mipsecoff.em (check_sections): Use %P, not %F.
6829
6830         * ldver.c (help): Update list of options to match currently
6831         supported list.
6832
6833 Thu Jul 13 13:52:10 1995  Ian Lance Taylor  <ian@cygnus.com>
6834
6835         * emultempl/lnk960.em (ld_lnk960_emulation): Initialize
6836         after_open field.
6837
6838         * ldexp.c (exp_intop): Don't cast stat_alloc arg to bfd_size_type;
6839         it takes a size_t anyhow.
6840         (exp_binop): Likewise.
6841         (exp_trinop): Likewise.
6842         (exp_unop): Likewise.
6843         (exp_nameop): Likewise.
6844         (exp_assop): Likewise.
6845         * ldlang.c (lang_memory_region_lookup): Likewise.
6846         (init_os): Likewise.
6847         (ldlang_add_undef): Likewise.
6848         (insert_pad): Likewise.
6849         * ldfile.c (ldfile_add_arch): Don't cast xmalloc arg to
6850         bfd_size_type.
6851
6852         * Makefile.in (ALL_EMULATIONS): It's earmaoutb.o, not earmoutb.o.
6853
6854 Wed Jul 12 11:32:22 1995  Ian Lance Taylor  <ian@cygnus.com>
6855
6856         * ldemul.h (ldemul_open_dynamic_archive): Add search parameter to
6857         declaration.
6858         (ld_emulation_xfer_type): Add search parameter to
6859         open_dynamic_archive entry point.
6860         * ldemul.c (ldemul_open_dynamic_archive): Add search parameter.
6861         * ldfile.c (ldfile_try_open_bfd): Rename from try_open_bfd, and
6862         make non-static.  Change all callers to use new name.
6863         (ldfile_open_file_search): Make static.  If entry is dynamic, call
6864         ldemul_open_dynamic_archive.
6865         (ldfile_open_file): Don't call ldemul_open_dynamic_archive.
6866         * ldfile.h (ldfile_open_file_search): Don't declare.
6867         (ldfile_try_open_bfd): Declare.
6868         * emultempl/elf32.em (gld${EMULATION_NAME}_open_dynamic_archive):
6869         Accept search parameter.  Don't search for a library, just look in
6870         a single place.
6871         * emultempl/linux.em (gld${EMULATION_NAME}_open_dynamic_archive):
6872         Likewise.
6873
6874 Tue Jul 11 16:44:21 1995  Ian Lance Taylor  <ian@cygnus.com>
6875
6876         * ldmain.c (set_scripts_dir): Don't base script directory on
6877         current directory.
6878
6879 Tue Jul 11 12:29:02 1995  Rick Sladkey  <jrs@world.std.com>
6880
6881         * ldmisc.c (vfinfo): Don't print the line number if it isn't
6882         meaningful.
6883
6884 Mon Jul 10 13:38:28 1995  Ian Lance Taylor  <ian@cygnus.com>
6885
6886         * ld.h (ld_config_type): Add field warn_constructors.
6887         * ldmain.c (add_to_set): Warn if config.warn_constructors.
6888         (constructor_callback): Likewise.
6889         * lexsup.c (parse_args): Handle -warn-constructors.
6890         * ld.texinfo, ld.1: Document -warn-constructors.
6891
6892         * emultempl/elf32.em (gld${EMULATION_NAME}_check_needed): Don't
6893         get confused by directory names if we searched for the file.
6894
6895         Based on patches from H.J. Lu <hjl@nynexst.com>:
6896         * ldlang.h (lang_input_statement_type): Add new field dynamic.
6897         * ldlang.c (new_afile): Set dynamic from config.dynamic_link.
6898         * ldfile.c: Include bfdlink.h.
6899         (ldfile_open_file): Check dynamic field of entry, not global
6900         dynamic_link field.  Don't do a dynamic search when doing a
6901         relocateable link.
6902         * ldmain.c (main): Don't warn about dynamic_link for a
6903         relocateable link.
6904         * emultempl/sunos.em (gld${EMULATION_NAME}_find_so): Skip file if
6905         dynamic is false.
6906         (gld${EMULATION_NAME}_create_output_section_statements): Always
6907         loop over input files.
6908         * Makefile.in: Rebuild dependencies.
6909
6910         * ld.texinfo, ld.1: Document -Bstatic, -Bdynamic, -Bshared, and
6911         -shared.
6912
6913 Mon Jul 10 13:29:43 1995  Eric Youngdale  <eric@aib.com>
6914
6915         * ldmain.c (main): Set link_info.symbolic to false.
6916         * lexsup.c (parse_args): Handle -Bsymbolic.
6917
6918 Wed Jul  5 00:12:11 1995  Fred Fish  (fnf@cygnus.com)
6919
6920         * ldmain.c (HAVE_SBRK):  Define for everything except
6921         specific systems that are known to not support sbrk.
6922         (main):  Use HAVE_SBRK to decide whether or not to use sbrk.
6923
6924 Tue Jul  4 12:55:48 1995  Ian Lance Taylor  <ian@cygnus.com>
6925
6926         * emultempl/elf32.em (gld${EMULATION_NAME}_find_exp_assignment):
6927         Handle etree_provide.
6928
6929         * emultempl/elf32.em (global_needed): New static variable.
6930         (global_found): Likewise.
6931         (gld${EMULATION_NAME}_after_open): New static function.
6932         (gld${EMULATION_NAME}_search_needed): Likewise.
6933         (gld${EMULATION_NAME}_try_needed): Likewise.
6934         (gld${EMULATION_NAME}_check_needed): Likewise.
6935         (ld_${EMULATION_NAME}_emulation): Replace after_open_default with
6936         gld${EMULATION_NAME}_after_open.
6937
6938 Mon Jul  3 14:26:37 1995  Steve Chamberlain  <sac@slash.cygnus.com>
6939
6940         * configure.in (i386-*-win32): New target.
6941
6942 Mon Jul  3 14:39:22 1995  Ian Lance Taylor  <ian@cygnus.com>
6943
6944         * lexsup.c (parse_args): Let -G either set the small data size or
6945         be equivalent to --shared, depending on the next argument.  Accept
6946         and ignore -z for Solaris compatibility.
6947
6948 Sun Jul  2 17:52:34 1995  Ian Lance Taylor  <ian@cygnus.com>
6949
6950         * lexsup.c (parse_args): Cast fopen result to PTR before storing
6951         it in link_info.base_file.  Fix indentation.
6952
6953 Wed Jun 28 17:11:25 1995  Steve Chamberlain  <sac@slash.cygnus.com>
6954
6955         * ldmain.c (main): Always initialize PE info in link_info.
6956         * lexsup.c (OPTION_BASE_FILE): New option.
6957         (parse_args): Handle new option.
6958         * emulparams/armpe.sh: Output pei.
6959         * emultempl/i386pe.em: Add newline to end.
6960         * scripttempl/armpe.sc: Change output and quote the $s.
6961         * scripttempl/i386pe.sc: Change output and quote the $s.
6962
6963 Thu Jun 22 19:55:41 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
6964
6965         Sun May  7 11:53:41 MDT 1995  Bryan Ford  <baford@cs.utah.edu>
6966
6967         * configure.in (i386-*-msdos*, i386-*-moss*): New targets.
6968         * Makefile.in (ALL_EMULATIONS): Added i386msdos.o.
6969         (i386msdos.o): New target.
6970         * config/i386-msdos.mt: Created.
6971         * emulparams/i386msdos.sh: Created.
6972         * scripttempl/i386msdos.sc: Created.
6973
6974 Thu Jun 22 15:06:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
6975
6976         * scripttempl/elfppc.sc (.fixup): Add support for a .fixup section
6977         that contains pointers to be relocated.
6978
6979 Tue Jun 20 17:47:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
6980
6981         * mpw-esh.c: New file, modified for MPW from esh.c.
6982         * scripttempl/sh.sc: Reformatted to simplify MPWification,
6983         use *() to concat stab sections instead of [].
6984
6985 Thu Jun 15 08:48:16 1995  Steve Chamberlain  <sac@slash.cygnus.com>
6986
6987         * scripttempl/armpe.sc: Add constructor support.
6988
6989 Tue Jun 13 09:11:20 1995  Steve Chamberlain  <sac@slash.cygnus.com>
6990
6991         * ldlang.c (lang_size_sections):  Any section with a DATA
6992         statement has contents.
6993
6994 Sun Jun 11 15:20:46 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
6995
6996         * emulparams/m68kelf.sh (NOP): Define.
6997         (DYNAMIC_LINK): Don't define.
6998         (TEXT_START_ADDR): Set to 0x80000000; the extra 0x100 for headers
6999         will come from the linker script.
7000
7001 Thu Jun  8 14:17:33 1995  Steve Chamberlain  <sac@slash.cygnus.com>
7002
7003         * emulparams/armpe.sh, scriptempl/armpe.sc: Add end and stack.
7004
7005 Mon Jun  5 02:16:24 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
7006
7007         * configure.in (i[345]86-*-gnu*): Use GNU elf config.
7008
7009 Thu May 25 11:49:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
7010
7011         From Andrew Cagney <cagney@highland.com.au>
7012         * Makefile.in: Fixup more gotchas from renaming elf32ppcle to
7013         elf32lppc.
7014
7015 Wed May 24 11:23:21 1995  Steve Chamberlain  <sac@slash.cygnus.com>
7016
7017         Add support for ARM-PE.
7018         * Makefile.in (ALL_EMULATIONS): Add armpe.o
7019         * configure.in: Recognize armpe.
7020         * config/arm-pe.mt: New file.
7021         * emulparams/armpe.sh: New file.
7022         * scripttempl/armpe.sc: New file.
7023
7024
7025 Mon May 22 15:19:26 1995  Doug Evans  <dje@chestnut.cygnus.com>
7026
7027         * configure.in (h8300h-*-hms): Deleted
7028         * config/cf-h8300h.mt: Deleted.
7029
7030 Thu May 18 04:26:10 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
7031
7032         Wed May 10 14:28:16 1995 Richard Earnshaw (rearnsha@armltd.co.uk)
7033
7034         From David Taylor (dtaylor@armltd.co.uk)
7035         * Makefile.in (ALL_EMULATIONS): Add earmout[lb].o
7036         * configure.in: Recognize arm{,e[lb]-*-aout.
7037         * config/arm[lb]-aout.mt: New files.
7038         * emulparams/armaout[lb].sh: New files.
7039         * scripttempl/armaout.sc: New file.
7040
7041 Tue May 16 18:27:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
7042
7043         * config/ppcle-elf32.mt (EMUL): Use elf32lppc, not elf32ppcle, to
7044         be unique in 8 characters for DOS.
7045
7046         * emulparams/elf32lppc.sh: New file, renamed from elf32ppcle.sh.
7047         * emulparams/elf32ppcle.sh: Deleted.
7048
7049 Fri May 12 11:03:55 1995  Steve Chamberlain  <sac@slash.cygnus.com>
7050                           Tom Griest <griest@cs.yale.edu>
7051
7052         Initial support for PE executables (eg NT, win32)
7053
7054         * Makefile.in (configure.in, ei386pe): Add support.
7055         * ldmain.c (main): Initialize PE argument info.
7056         * ldwrite.c (print_file_stuff): Don't print out .drectve
7057         and .debug section info.
7058         * lexsup.c (set_subsystem, set_stack_heap, OPTION_HEAP,
7059          OPTION_SUBSYSTEM, parse_argsm set_subsystem, set_stack_heap):
7060          Handle new arguments.
7061         * config/i386-pe.mt, emultempl/i386pe.em, scripttempl/i386pe.sc:
7062         New files
7063
7064 Wed May 10 18:37:59 1995  Stu Grossman  (grossman@andros.cygnus.com)
7065
7066         * scripttempl/hppaelf.sc:  Remove .PARISC.unwind section from text
7067         segment.  This allows ld -r to preserve unwind sections.
7068
7069 Tue May  9 17:19:57 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
7070
7071         * configure.in: Add little endian PowerPC support.
7072
7073         * Makefile.in (ALL_EMULATIONS): Add eelf32ppcle.o.
7074         (eelf32ppcle.c): Support for little endian PowerPC.
7075
7076         * config/ppcle-elf32.mt: New file for little endian PowerPC.
7077         * emulparams/elf32ppcle.sh: Ditto.
7078
7079 Wed May  3 12:56:32 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
7080
7081         * ldlang.c (print_output_section_statement): Check
7082         subsection_alignment, instead of checking section_alignment twice.
7083         Noticed by Alan Modra <alan@spri.levels.unisa.edu.au>.
7084
7085 Tue May  2 16:36:07 1995  Jeff Law  (law@snake.cs.utah.edu)
7086
7087         * configure.in (hppa*-*-lites*): Handle like hppa*-*-*elf*.
7088
7089 Mon Apr 24 19:21:02 1995  Michael Meissner  <meissner@cygnus.com>
7090
7091         * ldwrite.c (ldwrite): Before doing anything, reset the error
7092         code.  If bfd_final_link returns an error, but the error code is
7093         unset, don't issue an extra message.  Assume a correct error
7094         message was already set.
7095
7096 Fri Apr 14 16:31:24 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
7097
7098         * Makefile.in (ALL_EMULATIONS): Added em68kelf.o.
7099         (em68kelf.o): New target.
7100         * config/m68k-elf.mt, emulparams/m68kelf.sh: New files.
7101         * configure.in: Use them for m68*-*-elf.
7102
7103 Tue Apr 11 12:02:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
7104
7105         Merge in support for Mac MPW as a host.
7106         (Old change descriptions retained for informational value.)
7107
7108         * mpw-config.in (i386-unknown-aout): Change to i386-unknown-go32.
7109         (i386-unknown-coff): Remove.
7110         (sh-hitachi-hms): New target.
7111         (emulation_ofiles): Set correctly for each target.
7112         (version, TDEFINES): Add to makefile fragment.
7113         * mpw-make.in (BISON): Use byacc instead of bison.
7114         (em_*.c): Replace with e*.c everywhere.
7115         (ldgram.h): Separate action from ldgram.c generation.
7116         (LD_PROG): Depend on Version.r.
7117         (Version.r): generate from version info.
7118         * mpw-emipsidt.c: New file, modified for MPW from emipsidt.c.
7119
7120         * mpw-config.in (m68k-apple-macos, ppc-apple-macos,
7121         i386-unknown-aout, i386-unknown-coff): New targets.
7122         (m68k-aout, m68k-coff): Remove targets.
7123         (mk.tmp): Add definition of EMUL.
7124
7125         * mpw-config.in (emulname): Set based on target.
7126         (ldemul-list.h): Construct.
7127         * mpw-make.in (install-only): New target.
7128         (install): Depend on install-only.
7129
7130         * mpw-make.in (bindir): Fix pathname.
7131         (install): Move here from mpw-build.in.
7132
7133         * mpw-config.in: New file, MPW configuration fragment.
7134         * mpw-make.in: New file, MPW makefile fragment.
7135         (This file is semi-automatically generated from Makefile.in.)
7136         * ldfile.c (slash): If MPW, set to `:'.
7137         * ldlex.l (TRUE_FALSE_ALREADY_DEFINED): If MPW, set this to
7138         prevent redefinition errors.
7139
7140 Tue Apr  4 17:55:18 1995  Steve Chamberlain  <sac@bang.hack.com>
7141
7142         * ldwrite.c (clone_section): Align clone sections on even
7143         boundaries.
7144
7145 Thu Mar 30 14:32:26 1995  H.J. Lu (hjl@nynexst.com)
7146
7147         * configure.in: Change linux to default to elf.  Using
7148         i[345]86-*-linuxaout will build a linker which defaults to a.out.
7149         * config/i386-laout.mt: Rename from old config/i386-linux.mt.
7150         * config/i386-linux.mt: Rename from old config/i386-lelf.mt.
7151         * config/i386-lelf.mt: Remove.
7152
7153 Thu Mar 30 13:09:46 1995  Ian Lance Taylor  <ian@cygnus.com>
7154
7155         * ldmain.c (main): If opening the map file fails, call
7156         bfd_set_error before calling einfo.
7157
7158         * ld.texinfo, ld.1: Document the -no-keep-memory option.
7159
7160 Mon Mar 27 11:10:08 1995  Ian Lance Taylor  <ian@cygnus.com>
7161
7162         * ldmain.c (main): Revert patch of March 10, since the SVR4 linker
7163         does mark shared libraries as executable.
7164
7165 Tue Mar 21 15:15:38 1995  Ian Lance Taylor  <ian@cygnus.com>
7166
7167         * ldlang.c (lang_common): Change power to int.  Pass larger values
7168         before smaller values.
7169         (lang_one_common): Treat info as int *.  Don't bother to check for
7170         last value, since it is now zero.
7171
7172 Sat Mar 18 01:49:14 1995  Ian Lance Taylor  <ian@cygnus.com>
7173
7174         * ldlang.c (load_symbols): An empty archive is OK.
7175
7176 Fri Mar 17 16:15:31 1995  Stan Shebs  <shebs@andros.cygnus.com>
7177
7178         * ldmain.c (progress.h): Include.
7179         (main): Call START_PROGRESS and END_PROGRESS.
7180
7181 Thu Mar 16 17:17:33 1995  Michael Meissner  <meissner@cygnus.com>
7182
7183         * scripttempl/elfppc.sc: Move _GOT2_END_ after the .ctors and
7184         .dtors sections, so that these pointers get relocated also.
7185         Define the symbols __{C,D}TOR_{LIST,END}__ to mark the beginning
7186         and end of the constructors/destructors.
7187
7188 Thu Mar 16 13:59:14 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
7189
7190         * ldlang.c (load_symbols): If whole_archive is true and ENTRY
7191         describes an archive, call bfd_link_add_symbols on each member.
7192         * ldmain.c (whole_archive): New variable.
7193         (main): Initialize it to false.
7194         * ldmain.h: Declare whole_archive.
7195         * lexsup.c (parse_args): Grok --whole-archive switch.
7196         * ld.texinfo, ld.1: Document --whole-archive.
7197
7198 Thu Mar 16 11:38:48 1995  Ian Lance Taylor  <ian@cygnus.com>
7199
7200         * genscripts.sh (EMULATION_NAME): Set LIB_PATH to empty when not
7201         using the default emulation.
7202
7203         * config/dgux.mh (HOSTING_EMU): Use -m rather than trying to set
7204         LDEMULATION.
7205         * config/hppaelf.mh (HOSTING_EMU): Likewise.
7206
7207 Tue Mar 14 12:28:03 1995  Ian Lance Taylor  <ian@cygnus.com>
7208
7209         * emultempl/sunos.em (gld${EMULATION_NAME}_find_so): Set force_maj
7210         for -lc.N.  From H.J. Lu <hjl@nynexst.com>.
7211
7212 Fri Mar 10 14:43:48 1995  Ian Lance Taylor  <ian@cygnus.com>
7213
7214         * ldmain.c (main): Don't set EXEC_P if link_info.shared is set.
7215
7216         * ldlex.l: Return -lFILENAME as the token LNAME.
7217         * ldgram.y: Add token LNAME.
7218         (input_list): Treat LNAME like NAME, but pass it to
7219         lang_add_input_file as lang_input_file_is_l_enum.
7220         * ld.texinfo: Document using -lFILENAME in INPUT.
7221
7222 Thu Mar  9 12:21:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
7223
7224         * ldlang.c (lang_check): If the architectures are compatible call
7225         bfd_merge_private_bfd_data to let the backend do additional
7226         checks.
7227
7228 Tue Mar  7 00:53:08 1995  Ian Lance Taylor  <ian@cygnus.com>
7229
7230         * ldemul.c (ldemul_choose_mode): If emulation not recognized, list
7231         all supported emulations.
7232
7233 Mon Mar  6 14:03:50 1995  Ian Lance Taylor  <ian@cygnus.com>
7234
7235         * ldemul.c (ldemul_list_emulations): New function.
7236         * ldemul.h (ldemul_list_emulations): Declare.
7237         * ldver.c (help): List supported targets and emulations.
7238
7239 Fri Mar  3 15:40:36 1995  Doug Evans  <dje@canuck.cygnus.com>
7240
7241         * scripttempl/elf.sc (.debug): Relocate to address 0.
7242         (.debug_srcinfo, .debug_aranges, .debug_pubnames,
7243         .debug_sfnames, .line): Likewise.
7244
7245 Fri Mar  3 17:07:14 1995  Ian Lance Taylor  <ian@cygnus.com>
7246
7247         * emultempl/elf32.em (hold_rel): New static variable.
7248         (gld${EMULATION_NAME}_place_orphan): Place readonly sections with
7249         contents whose names begin with ".rel" after hold_rel.  Remove the
7250         assertion which checked for unplaced .rel sections.  Don't try to
7251         sort the section into place if place->bfd_section is NULL.
7252         (gld${EMULATION_NAME}_place_section): Set hold_rel to the first
7253         section beginning with ".rel".
7254
7255 Thu Mar  2 14:34:43 1995  Ian Lance Taylor  <ian@cygnus.com>
7256
7257         Doc note from pierre@phi.la.tce.com (Pierre Willard):
7258         * ld.texinfo: -X and -x work even if -s or -S are not specified.
7259         * ld.1: Similar change.
7260
7261 Wed Mar  1 13:51:16 1995  Ian Lance Taylor  <ian@cygnus.com>
7262
7263         * emulparams/gld960coff.sh (COFF_CTORS): Define.
7264         * scripttempl/i960.sc: Use COFF_CTORS if CONSTRUCTING.
7265
7266 Tue Feb 28 12:42:56 1995  Ian Lance Taylor  <ian@cygnus.com>
7267
7268         * configure.in (i[345]86-*-linuxelf*): New target.  Use i386-lelf.
7269         (i[345]86-*-gnuelf*): New target.  Use i386-gelf.
7270         * config/i386-lelf.mt: New file.
7271         * config/i386-gelf.mt: New file.
7272
7273 Tue Feb 28 10:27:54 1995  Rob Savoye  <rob@darkstar.cygnus.com>
7274
7275         * configure.in: Match on mips-ecoff, and default to the IDT
7276         configuration.
7277
7278 Fri Feb 17 13:06:47 1995  Michael Meissner  <meissner@cygnus.com>
7279
7280         * scripttempl/elfppc.sc: Add support for .got1 and .got2 sections.
7281         Offset _GLOBAL_OFFSET_TABLE_ 32768 from the start of the GOT area
7282         to double the size of the table.
7283
7284 Thu Feb  9 18:29:43 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
7285
7286         * Makefile.in (distclean): Do recursive deletion, since ldscripts
7287         is a directory.
7288
7289 Thu Feb  9 11:38:22 1995  Ian Lance Taylor  <ian@cygnus.com>
7290
7291         * ldmain.c (main): If trace_file_tries is true, and we are using
7292         an internal linker script, print out the script.
7293         * ldfile.c (try_open): Reindent function.  Make the messages about
7294         opening script files more informative.
7295
7296         * lexsup.c (parse_args): For -V, call ldversion with 1, not 0.
7297         * ld.texinfo, ld.1: Update accordingly.
7298
7299 Wed Feb  8 17:34:45 1995  Ian Lance Taylor  <ian@cygnus.com>
7300
7301         * ldlang.c (lang_one_common): Adjust references to common symbol
7302         information for new structure.
7303
7304 Mon Feb  6 12:17:24 1995  Ian Lance Taylor  <ian@cygnus.com>
7305
7306         * ldmain.c (undefined_symbol): Handle section being NULL.
7307
7308         * ldctor.c (ldctor_build_sets): Handle bfd_link_hash_defweak.
7309         * ldexp.c (fold_name): Likewise.
7310         * ldlang.c (print_one_symbol): Likewise.
7311         (lang_finish): Likewise.
7312         * ldmain.c (multiple_common): Likewise.
7313         * ldwrite.c (print_symbol): Likewise.  Also, bfd_link_hash_weak
7314         renamed to bfd_link_hash_undefweak.
7315
7316         * scripttempl/alpha.sc: Set address of .data section correctly
7317         when -n or -N is used.  Patch from Chris G Demetriou
7318         <Chris_G_Demetriou@LAGAVULIN.PDL.CS.CMU.EDU>.
7319         * scripttempl/mips.sc: Similar change.
7320
7321 Tue Jan 31 16:20:52 1995  Doug Evans  <dje@canuck.cygnus.com>
7322
7323         * ldlang.c (lang_size_sections): Clarify error message when user
7324         specified start addr conflicts with region.  Fix resetting of
7325         region pointer.
7326
7327 Tue Jan 31 12:37:09 1995  Ian Lance Taylor  <ian@cygnus.com>
7328
7329         * ldexp.c (fold_name): In case NAME, permit an absolute symbol
7330         in lang_allocating_phase_enum.
7331
7332 Mon Jan 30 11:33:25 1995  Ian Lance Taylor  <ian@cygnus.com>
7333
7334         * Makefile.in (distclean): Depend upon clean.  Don't bother to
7335         remove files which will be removed by clean.  From patch by
7336         alan@SPRI.Levels.UniSA.Edu.Au (Alan Modra).
7337
7338 Fri Jan 27 16:27:34 1995  Ian Lance Taylor  <ian@cygnus.com>
7339
7340         * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): For
7341         a MIPS target, clobber the size of all but the first input
7342         .reginfo section to be 0, so that lang_size_sections sets the
7343         correct size for the output .reginfo section.
7344
7345 Thu Jan 26 19:53:37 1995  Ian Lance Taylor  <ian@cygnus.com>
7346
7347         * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
7348         Remove unused variable is.
7349
7350 Thu Jan 26 12:33:05 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
7351
7352         * configure.in: Add support for powerpc-*-eabi.
7353
7354         * scripttempl/elfppc.sc: New file for PowerPC embedded ABI
7355         support.
7356
7357         * emulparams/elf32ppc.sh (SCRIPT_NAME): Use elfppc.sc instead of
7358         elf.sc, which defines some new symbols PowerPC elf needs.
7359
7360 Tue Jan 24 10:32:15 1995  Ian Lance Taylor  <ian@sanguine.cygnus.com>
7361
7362         * ldctor.c (ldctor_add_set_entry): Don't dump core if a
7363         constructor entry is in the absolute section.
7364
7365 Mon Jan 23 13:58:13 1995  Ian Lance Taylor  <ian@sanguine.cygnus.com>
7366
7367         * configure.in (i[345]86-*-gnu*): Set ld_target to i386-gnu.
7368         * config/i386-gnu.mt: New file.  Include ELF support.
7369
7370 Thu Jan 19 16:22:11 1995  Ian Lance Taylor  <ian@sanguine.cygnus.com>
7371
7372         * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): If
7373         there are any input sections named .gnu.warning, treat them as
7374         containing a warning message to be printed by the linker, and
7375         clobber the size so that the message is not copied into the output
7376         file.
7377         * scripttempl/elf.sc: Put .gnu.warning sections into the .text
7378         section.
7379
7380 Sun Jan 15 16:45:00 1995  Steve Chamberlain  <sac@splat>
7381
7382         * configure.in (w65-*-*): New target.
7383         * Makefile.in: Update.
7384         * scripttempl/w65.sc: New.
7385         * config/coff-w65.mt: New.
7386
7387 Thu Jan 12 01:32:25 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
7388
7389         * ldlang.c (lang_place_orphans): Don't ignore files with
7390         just_syms_flag set.  Instead, put all their sections in
7391         bfd_abs_section_ptr, using the section VMA as the output_offset.
7392
7393 Wed Jan 11 22:59:09 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
7394
7395         * ldctor.c (ldctor_build_sets): Don't use `const' with typedef
7396         name `reloc_howto_type', since it's now defined to be const.
7397         * ldlang.c (lang_add_reloc): Ditto.
7398         * ldlang.h (lang_reloc_statement_type, lang_add_reloc): Ditto.
7399
7400 Wed Jan 11 11:24:45 1995  Ian Lance Taylor  <ian@sanguine.cygnus.com>
7401
7402         * ldexp.c (fold_binary): Adding or subtracting an absolute value
7403         to a relative value does not require forcing the relative value to
7404         be absolute.  Also, reindent function.
7405
7406 Wed Dec 28 22:05:52 1994  Steve Chamberlain  (sac@jonny.cygnus.com)
7407
7408         * ldwrite.c (clone_section): Create a symbol with the
7409         same name as the section.
7410
7411 Mon Dec 19 14:02:13 1994  Steve Chamberlain  (sac@jonny.cygnus.com)
7412
7413         * ld.h (split_by_reloc, split_by_file): New flags.
7414         * ldwrite.c  (clone_section, split_sections): New functions.
7415         * lexsup.c (parse_args): Understand new split options.
7416
7417 Fri Dec  9 17:22:55 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
7418
7419         * scripttempl/elf.sc: Move .ctors and .dtors from .text segment to
7420         .data segment.  They must be writable when creating a shared
7421         library.  From H.J. Lu <hjl@nynexst.com>.
7422
7423 Fri Dec  2 14:09:00 1994  Ian Lance Taylor  <ian@rtl.cygnus.com>
7424
7425         * emultempl/miposecoff.em: New file.
7426         * emulparams/mipsidt.sh (TEMPLATE_NAME): Set to mipsecoff.
7427         * emulparams/mipsidtl.sh (TEMPLATE_NAME): Likewise.
7428         * scripttempl/mips.sc: Put .rel.sdata sections in .text, and
7429         provide __runtime_reloc_start and __runtime_reloc_stop if they are
7430         used.   Align _fdata to a 16 byte boundary.
7431         * Makefile.in (emipsidt.c): Depend upon mipsecoff.em rather than
7432         generic.em.
7433         (emipsidtl.c): Likewise.
7434         (check): Pass CC_FOR_HOST and CFLAGS_FOR_HOST to runtest.
7435
7436         * ld.h (args_type): Add new field embedded_relocs.
7437         * ldemul.h (ldemul_after_open, after_open_default): Declare.
7438         (ld_emulation_xfer_struct): Add new field after_open.
7439         * ldemul.c (ldemul_after_open): New function.
7440         (after_open_default): New function.
7441         * ldlang.c (lang_process): Call ldemul_after_open.
7442         * lexsup.c (parse_args): Handle --embedded-relocs.
7443         * emultempl/elf32.em (ld_${EMULATION_NAME}_emulation): Initialize
7444         new after_open field to after_open_default.
7445         * emultempl/generic.em, emultempl/gld960.em: Likewise.
7446         * emultempl/gld960c.em, emultempl/hppaelf.em: Likewise.
7447         * emultempl/linux.em, emultempl/m88kbcs.em: Likewise.
7448         * emultempl/sunos.em, emultempl/vanilla.em: Likewise.
7449         * ld.texinfo, ld.1: Mention -embedded-relocs.
7450
7451 Wed Nov 23 22:04:47 1994  Steve Chamberlain  (sac@jonny.cygnus.com)
7452
7453         * Makefile.in: Add eshl.o.
7454         * config/coff-sh.mt: Add shl emulation.
7455
7456 Tue Nov 22 11:55:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
7457
7458         * scripttempl/elf.sc: Fill .text section with NOPS.  From Eric
7459         Youngdale <eric@aib.com>.
7460
7461 Thu Nov 17 14:39:48 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
7462
7463         Patches from pirker@eiunix.tuwien.ac.at (Martin Pirker).
7464         * config/i386linux.mh: New file; set HOSTING_CRT0.
7465         * genscripts.sh: Don't put ${libdir} in LIB_PATH if it is
7466         /usr/lib, since that is already in LIB_PATH.
7467
7468 Wed Nov 16 10:03:03 1994  Jeff Law  (law@snake.cs.utah.edu)
7469
7470         * scripttempl/hppaelf.sc (.text): Handle a use rdefined text start
7471         address.
7472         (.data, .bss): If "-N", then place the data/bss just after the end
7473         of the .text section rather than at the default 0x40000000.
7474
7475         * scripttempl/hppaelf.sc (.text): Place unwind descriptors in the
7476         text segment.
7477
7478 Sat Nov 12 15:55:56 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
7479
7480         Patches from Eric Youngdale <eric@aib.com>:
7481         * ldlang.c (lang_finish): Don't warn if entry symbol not found
7482         when generating a shared library.
7483         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Warn if
7484         attempting to place an orphaned relocation section when generating
7485         a dynamically linked object.
7486
7487         * scripttempl/elf.sc: Add ENTRY(${ENTRY}), and default ${ENTRY} to
7488         _start.
7489
7490 Fri Nov 11 14:27:23 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
7491
7492         * ld.h (args_type): Add field export_dynamic.
7493         * lexsup.c (parse_args): Recognize --export-dynamic.
7494         * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
7495         Pass export_dynamic argument to bfd_elf32_size_dynamic_sections.
7496
7497 Wed Nov  9 12:47:11 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
7498
7499         * ldlang.c (lang_one_common): Set SEC_ALLOC in any section where
7500         we allocate common symbols.
7501
7502 Tue Nov  8 17:50:43 1994  Eric Youngdale  (eric@aib.com)
7503
7504         * scripttempl/elf.sc: Add .rel.init, .rela.init, .rel.fini, and
7505         .rela.fini to the list of .rel* sections.
7506
7507 Tue Nov  8 17:47:45 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
7508
7509         * ldlang.c (load_symbols): Add new argument place.  Only accept
7510         linker scripts if place is not NULL.  Put commands found in an
7511         assumed linker script into place.
7512         (lookup_name): Pass NULL as place argument to load_symbols.
7513         (open_input_bfds): In lang_input_statement_enum case, pass a place
7514         argument to load_symbols, and store any new statements after the
7515         current one.
7516
7517 Mon Nov  7 15:53:02 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
7518
7519         * ldver.c (ldversion): Bump to 2.5.3.
7520
7521 Fri Nov  4 15:11:26 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
7522
7523         * Makefile.in (e*nbsd.c): Fix typo in dependencies.
7524
7525 Thu Nov  3 19:35:44 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
7526
7527         * Makefile.in (check): Add missing "else true" clause.
7528
7529         * emulparams/vax.sh (OUTPUT_FORMAT): Use "a.out".
7530
7531         * scripttempl/go32coff.sc: Changes from DJ Delorie: Change default
7532         entry point to "start".  Align at end of each section to 0x200.
7533         Start .text section 0x1000 later.  Add _etext, _edata, _end
7534         symbols.
7535
7536 Wed Nov  2 12:17:49 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
7537
7538         * ldctor.c (ldctor_add_set_entry): Don't permit a set to be
7539         composed of different object file formats.
7540         (ldctor_build_sets): If the output format does not support the
7541         reloc, and we are not generating a relocateable link, try getting
7542         the reloc from the input format.
7543
7544 Tue Nov  1 10:30:19 1994  J.T. Conklin  (jtc@rtl.cygnus.com)
7545
7546         * Makefile.in (ALL_EMULATIONS): Added em68knbsd.o.
7547           (em68knbsd.c): New target.
7548
7549         * config/m68k-nbsd.mt: New file.
7550         * emulparams/m68knbsd.sh: New file.
7551         * configure.in (m68*-*-netbsd*): Use above configs.
7552
7553 Mon Oct 31 19:35:17 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
7554
7555         * emultempl/sunos.em (gld${EMULATION_NAME}_find_so): If we find an
7556         appropriately named static library, stop the search at that
7557         directory.
7558
7559 Wed Oct 26 13:59:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
7560
7561         * Makefile.in (ALL_EMULATIONS): Added ei386nbsd.o, ens32knbsd.o
7562           and esparcnbsd.o; sorted entries.
7563           (ei386nbsd.c,ens32knbsd.c,esparcnbsd.c): New targets.
7564
7565         * config/netbsd532.mt: Removed.
7566         * emulparams/netbsd532.sh: Removed.
7567
7568         * config/{i386-nbsd.mt,ns32k-nbsd.mt,sparc-nbsd.mt}: New files.
7569         * emulparams/{i386nbsd.sh,ns32knbsd.sh,sparcnbsd.sh}: New files.
7570         * configure.in (i[345]86-*-netbsd*, ns32k-pc532-netbsd*,
7571           sparc*-*-netbsd*): Use above configs.
7572
7573 Tue Oct 25 11:47:10 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
7574
7575         * ldmain.c (multiple_common): One of the types may now be
7576         bfd_link_hash_indirect.  The old BFD argument may be NULL.
7577
7578 Thu Oct 20 22:01:39 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
7579
7580         * configure.in: Add * at the end of m68k-hp-hpux.
7581
7582 Tue Oct 18 15:58:39 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
7583
7584         * ldlex.l: Cast assignment to yy_ch_buf field to char *, not to
7585         YY_CHAR *.
7586
7587 Mon Oct 17 14:53:16 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
7588
7589         * scripttempl/nw.sc: Gather constructors and destructors and
7590           define __CTOR__LIST__ and __DTOR_LIST__ appropriately.
7591
7592 Fri Oct 14 14:35:38 1994  J.T. Conklin  (jtc@rtl.cygnus.com)
7593
7594         * Makefile.in (ALL_EMULATIONS): Add ei386nw.o and eppcnw.o.
7595           (ei386nw.c, eppcnw.c): New targets.
7596
7597         * config/{i386,ppc}-nw.mt, emulparams/{i386,ppc}nw.sh,
7598           scripttempl/nw.sc: New files, for i386 and powerpc netware.
7599
7600         * configure.in: Changed netware ld_target name to be {i386,ppc}-nw
7601           instead of {i386,ppc}-elf.
7602
7603         * configure.in (sparc*-*-netware): Removed.  There is no such
7604           thing anymore.
7605
7606         * ldint.texinfo: Move misplaced `@end iftex'.
7607
7608 Fri Oct 14 12:02:18 1994  Eric Youngdale  (eric@aib.com)
7609
7610         * scripttempl/elf.sc: Add .rel.ctors, .rela.ctors, .rel.dtors, and
7611         .rela.dtors to the list of .rel* sections.
7612
7613 Thu Oct 13 14:16:27 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
7614
7615         * ldver.c (ldversion): Update to version 2.5.
7616         * Version 2.5 released.
7617
7618         * configure.in (all_targets): Handle i386-linux*.
7619
7620 Thu Oct 13 11:24:33 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
7621
7622         * scripttempl/aout.sc: Set _etext and __etext to ., not
7623         ${DATA_ALIGNMENT}.  This is compatible with SunOS, and, with luck,
7624         will not break any other system.  From Eric Valette
7625         <ev@chorus.fr>.
7626
7627 Wed Oct 12 16:22:58 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
7628
7629         * lexsup.c (parse_args): Change -V to be a synonym for -v.  Add
7630         --verbose to get the old -V behaviour.
7631         * ld.1, ld.texinfo: Document this change.
7632
7633 Tue Sep 27 14:56:20 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
7634
7635         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Remove
7636         assertion, since it could fail with a user defined linker script.
7637
7638         * ldexp.c (fold_name): For DEFINED case, don't try to look up the
7639         name in the hash table during the first phase--the hash table does
7640         not even exist at that point, much less have the right value.
7641
7642         * Makefile.in (CC): Define.
7643         (CXX): Move definition, change from g++ to gcc.
7644         (EXPECT, RUNTEST): Copy definitions from top level Makefile.in.
7645         (RUNTEST_CC, RUNTEST_CFLAGS): Remove.
7646         (RUNTEST_CXX, RUNTEST_CXXFLAGS): Remove.
7647         (CC_FOR_TARGET, CXX_FOR_TARGET): Copy from top level Makefile.in.
7648         (.cc.o): Comment out.
7649         (testdir): Remove.
7650         (site.exp): Don't create testdir or set tmpdir.
7651         (check): Run checks even if not running native.  Use CC_FOR_TARGET
7652         instead of RUNTEST_CC, and likewise for CXX.
7653         (cdtest targets): Comment out.
7654         * config/solaris2.mh (HOSTING_LIBS): Only mention crtend.o once.
7655         * cdtest-bar.cc, cdtest-foo.cc, cdtest-foo.h: Remove.
7656         * cdtest-main.cc, cdtest.exp: Remove.
7657
7658 Mon Sep 26 11:40:30 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
7659
7660         * emulparams/elf32bmip.sh: Rename from elf32mipb.sh to avoid DOS
7661         file naming problems.
7662         * emulparams/elf32lmip.sh: Rename from elf32mipl.sh.
7663         * Makefile.in (ALL_EMULATIONS): Rename eelf32mipb.o to
7664         eelf32bmip.o and eelf32mipl.o to eelf32lmip.o.
7665         (eelf32bmip.c): Rename from eelf32mipb.c.  Use elf32bmip.sh.
7666         (eelf32lmip.c): Rename from eelf32mipl.c.  Use elf32lmip.sh.
7667         * config/mipsb-elf32.mt (EMUL): Use elf32bmip, not elf32mipb.
7668         * config/mipsl-elf32.mt (EMUL): Use elf32lmip, not elf32mipl.
7669
7670         * genscripts.sh: Always search /usr/local/TARGET/lib.
7671
7672         * scripttempl/elf.sc: If -N is set, force DATA_ADDR to be ".".
7673
7674 Fri Sep 23 15:05:49 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
7675
7676         * configure.in: Handle i386-bsdi* targets like i386-bsd.
7677
7678 Fri Sep 23 00:06:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
7679
7680         * lexsup.c (parse_args): Add support for -a for HP/UX
7681         compatibility.
7682
7683         * lexsup.c (parse_args): -c takes an argument.
7684
7685 Tue Sep 20 14:35:27 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
7686
7687         * ld.h (args_type): Add new field endian.
7688         * lexsup.c (parse_args): Handle -EB and -EL by setting
7689         command_line.endian.
7690         * ldgram.y (ifile_p1): Accept OUTPUT_FORMAT with three arguments.
7691         * ldlang.c (lang_add_output_format): Add arguments big and little.
7692         If command_line.endian is set, use it to select big or little
7693         rather than the default.  Changed all callers.
7694         * ldlang.h (lang_add_output_format): Update declaration.
7695         * emulparams/elf32mipb.sh: Define BIG_OUTPUT_FORMAT and
7696         LITTLE_OUTPUT_FORMAT.
7697         * emulparams/elf32mipl.sh: Likewise.
7698         * emulparams/mipsbig.sh: Likewise.
7699         * emulparams/mipsbsd.sh: Likewise.
7700         * emulparams/mipsidt.sh: Likewise.
7701         * emulparams/mipsidtl.sh: Likewise.
7702         * emulparams/mipslit.sh: Likewise.
7703         * scripttempl/elf.sc: Define BIG_OUTPUT_FORMAT and
7704         LITTLE_OUTPUT_FORMAT if not already defined.  Pass them to
7705         OUTPUT_FORMAT.
7706         * scripttempl/mips.sc: Pass BIG_OUTPUT_FORMAT and
7707         LITTLE_OUTPUT_FORMAT to OUTPUT_FORMAT.
7708         * scripttempl/mipsbsd.sc: Likewise.
7709
7710         * Makefile.in (ldgram.h): Make separate target from ldgram.c,
7711         depending upon ldgram.c, so that a parallel make does not try to
7712         build both at once.
7713
7714         * configure.in (mips*el-elf*): New target.
7715         * Makefile.in (ALL_EMULATIONS): Add eelf32mipb.o and eelf32mipl.o.
7716         (eelf32mipl.c): New target.
7717
7718         * config/mipsl-elf32.mt: New file.
7719         * emulparams/elf32mipl.sh: New file.
7720
7721 Fri Sep 16 12:16:20 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
7722
7723         * ldmain.c (main): Rather than prohibiting ld -r -s, treat it as
7724         ld -r -S -x.
7725
7726 Thu Sep 15 13:05:44 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
7727
7728         * ldmisc.c (vfinfo): Print BFD file name as well as file name
7729         returned by find_nearest_line, in case the file name is something
7730         unhelpful such as a .h file.  Handle %u.
7731
7732 Wed Sep 14 12:49:12 1994  Steve Chamberlain  (sac@jonny.cygnus.com)
7733
7734         * ldlang.c (lang_do_assignments): Make sure output statement
7735         has an attached bfd_section before trying to dereference it.
7736
7737 Wed Sep 14 12:48:09 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
7738
7739         * ld.h (ld_config_type): Add new field warn_once.
7740         * ldmain.c (undefined_symbol): Handle -warn-once.
7741         * lexsup.c (parse_args): Recognize -warn-once.
7742         * ld.texinfo (Options): Document -warn-once.
7743         * ld.1: Likewise.
7744
7745         * ldmisc.c (vfinfo): Handle %D as %C, but never print the function
7746         name.  For %C, print the function name on a separate line, to keep
7747         the length of error messages under control.
7748         * ldmain.c (multiple_definition): Use %D for ``first defined
7749         here.''
7750         (undefined_symbol): Use %D for ``more undefined references
7751         follow''.
7752
7753         * ldmisc.c (multiple_warn): Remove; no longer used.
7754         * ldmisc.h (multiple_warn): Don't declare.
7755
7756 Tue Sep 13 20:47:58 1994  Steve Chamberlain  (sac@jonny.cygnus.com)
7757
7758         * ldlang.c (print_output_section_statement): Print all lines
7759         to the map file.
7760
7761 Tue Sep 13 16:30:11 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
7762
7763         * ldlang.c (load_symbols): Check for archive before object.  Use
7764         bfd_check_format_matches, and, if ambiguous, print a list of
7765         matching formats.  If file format is not recognized, treat file as
7766         a linker script.
7767         * ldgram.y (yyerror): If assuming an object file is a script,
7768         mention that.  Tweak the format of the error messages.
7769         * ldlex.l (lex_warn_invalid): If assuming an object is a script,
7770         guess that this is not actually a script, and just report that the
7771         file format was not recognized.
7772         * ld.texinfo (Options): Admit that -( may be used more than once.
7773         Add note that unrecognized object files are now treated as linker
7774         scripts.
7775
7776         * ldfile.c (ldfile_input_filename): Make const.
7777         (ldfile_assumed_script): New variable.
7778         (try_open): Change arguments types to const.
7779         (ldfile_find_command_file): Likewise.
7780         (ldfile_open_command_file): Likewise.  Also, set lineno to 1.
7781         * ldfile.h: Update declarations for ldfile.c changes.
7782         * ldlex.l: Include <ctype.h>.
7783         (file_name_stack): Change to be const char *.
7784         (lineno_stack): New static variable.
7785         (<<EOF>>): Set lineno as well as ldfile_input_filename.
7786         (lex_push_file): Make name argument const.  Initialize
7787         lineno_stack entry.
7788         (lex_redirect): Initialize lineno_stack entry.
7789         (lex_warn_invalid): Handle non printable characters nicely.
7790         * ldlex.h (lex_push_file): Declare second argument as const.
7791
7792         * ldgram.y (ifile_p1): Recognize GROUP.
7793         * ldlex.l: Recognize GROUP.
7794         * ld.texinfo (Option Commands): Document GROUP.
7795
7796 Mon Sep 12 17:04:27 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
7797
7798         * config/m68klynx.mh: New file.
7799
7800 Mon Sep 12 01:50:03 1994  Jeff Law  (law@snake.cs.utah.edu)
7801
7802         * emultempl/hppaelf.em: Add newlines to the error messages.
7803
7804 Sat Sep 10 16:05:38 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
7805
7806         * config/i386lynx.mh: New file.
7807         * scripttempl/i386lynx.sc: Don't put .ctors and .dtors in .text
7808         unless CONSTRUCTING.
7809
7810 Thu Sep  8 13:25:24 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
7811
7812         * emulparams/elf32mipb.sh (TEMPLATE_NAME): Define as elf32.
7813         (GENERATE_SHLIB_SCRIPT): Define as yes.
7814         (DYNAMIC_LINK): Define as false.
7815         * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse):
7816         Initialize config.dynamic_link to DYNAMIC_LINK if it is defined.
7817         (gld${EMULATION_NAME}_place_orphan): Reset stat_ptr at end.
7818         * Makefile.in (eelf32mipb.c): Depend upon elf32.em rather than
7819         generic.em.
7820
7821 Thu Sep  8 16:30:37 1994  Steve Chamberlain  (sac@jonny.cygnus.com)
7822
7823         * scripttempl/h8500b.sc: Put rdata stuff into own segment.
7824
7825 Thu Sep  8 13:25:24 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
7826
7827         * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS): Don't define;
7828         .got section is now explicitly handled in elf.sc.
7829
7830 Wed Sep  7 13:08:34 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
7831
7832         * scripttempl/alpha.sc: Redo script to set . outside of sections
7833         and not bother to explicitly specify section addresses.
7834         Explicitly place .sdata section.
7835
7836 Tue Sep  6 23:51:45 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
7837
7838         * scripttempl/m68kcoff.sc: Put .bss in data segment.
7839
7840         * scripttempl/h8300.sc: Change .stab and .stabstr to use a VMA of
7841         0, and to only be marked as NOLOAD if relocating.
7842         * scripttempl/h8500.sc, scripttempl/h8500b.sc: Likewise.
7843         * scripttempl/h8500c.sc, scripttempl/h8500m.sc: Likewise.
7844         * scripttempl/h8500s.sc, scripttempl/i386coff.sc: Likewise.
7845         * scripttempl/i386go32.sc, scripttempl/i386lynx.sc: Likewise.
7846         * scripttempl/m68kcoff.sc, scripttempl/m68klynx.sc: Likewise.
7847         * scripttempl/sh.sc, scripttempl/sparccoff.sc: Likewise.
7848         * scripttempl/sparclynx.sc: Likewise.
7849
7850 Sun Sep 04 17:58:10 1994  Richard Earnshaw (rwe@pegasus.esprit.ec.org)
7851
7852         * Makefile.in, configure.in: Add support (disabled) the ARM/RISCiX.
7853         * config/riscix.mt, emulparams/riscix.sh, scripttempl/riscix.sc:
7854         New files.
7855
7856 Tue Aug 30 11:48:08 1994  Eric Youngdale  (ericy@cais.cais.com)
7857
7858         * ld.h (args_type): Add field soname.
7859         * lexsup.c (parse_args): Handle -soname argument.
7860         * emultempl/elf32.em: In call to bfd_elf32_size_dynamic_sections,
7861         pass soname.
7862         * ld.texinfo: Document -soname.
7863
7864 Mon Aug 29 15:21:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
7865
7866         * ldlang.c (lang_check): Don't try to set the architecture if the
7867         input and output files are incompatible.  Just warn.
7868
7869 Wed Aug 24 12:52:30 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
7870
7871         * configure.in: Change i[34]86 to i[345]86.
7872
7873 Sun Aug 21 16:17:19 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
7874
7875         * emulparams/hp3hpux.sh: Define __DYNAMIC to be 0.
7876
7877 Thu Aug 18 15:37:45 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
7878
7879         Make the ELF linker handle orphaned sections reasonably.  Also,
7880         define __start_SECNAME and __stop_SECNAME around sections whose
7881         names can be represented in C, for the benefit of symbol sets in
7882         glibc.
7883         * ldemul.h (ldemul_place_orphan): Declare.
7884         (ld_emulation_xfer_type): Add place_orphan field.
7885         * ldemul.c (ldemul_place_orphan): New function.
7886         * ldlang.h (wild_doit): Declare.
7887         * ldlang.c (wild_doit): Make nonstatic.
7888         (lang_place_orphans): Call ldemul_place_orphan.
7889         * emultempl/elf32.em: Include <ctype.h> and "ldgram.h".
7890         (hold_section, hold_use, hold_text, hold_data, hold_bss): New
7891         static variables.
7892         (gld${EMULATION_NAME}_place_orphan): New static function.
7893         (gld${EMULATION_NAME}_place_section): New static function.
7894         (ld_${EMULATION_NAME}_emulation): Initialize place_orphan field.
7895
7896 Tue Aug 16 00:17:20 1994  Eric Youngdale  (ericy@cais.cais.com)
7897
7898         * scripttempl/aout.sc: Add .linux-dynamic after .data.
7899
7900 Tue Aug 16 00:08:22 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
7901
7902         * lexsup.c (parse_args) Treat --dll-verbose as --version, for
7903         Linux compatibility.  From hjl@nynexst.com (H.J. Lu).
7904
7905 Mon Aug 15 17:17:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
7906
7907         * ldexp.h (exp_get_abs_int): Declare.
7908
7909 Sat Aug  6 01:45:39 1994  Steve Chamberlain  (sac@jonny.cygnus.com)
7910
7911         * ldlang.c (lang_do_assignments):  Handle complex AT's better.
7912         * ldexp.c (exp_get_abs_int):  New function.
7913
7914 Fri Aug  5 20:55:55 1994  Jason Molenda (crash@phydeaux.cygnus.com)
7915
7916         * configure.in: add i960-nindy-coff support.
7917
7918 Thu Aug  4 14:45:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
7919
7920         * ldlex.l (yy_create_string_buffer): Handle change to internal
7921         interface in flex 2.4.7.
7922
7923 Tue Aug  2 11:52:06 1994  Eric Youngdale  (ericy@cais.cais.com)
7924
7925         * emultempl/linux.em (gld${EMULATION_NAME}_find_address_statement):
7926         New function; add 0x20 to any use of -Ttext.
7927         (gld${EMULATION_NAME}_create_output_section_statements): New
7928         function.
7929         (ld_${EMULATION_NAME}_emulation): Use the new function
7930         gld${EMULATION_NAME}_create_output_section_statements.
7931
7932 Mon Aug  1 15:50:44 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
7933
7934         * scripttempl/mips.sc: Redo script to set . outside of sections
7935         and not bother to explicitly specify section addresses.
7936
7937 Tue Jul 26 11:02:35 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
7938
7939         * scripttempl/elf.sc: Copy several more relocation sections into
7940         the output.  Put .got.plt sections into .got.
7941
7942 Fri Jul 22 12:15:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
7943
7944         * scripttempl/elf.sc: Use PROVIDE to define etext, edata, and end.
7945
7946         Add a new script operator, PROVIDE, to define a symbol only if it
7947         is needed.
7948         * ldgram.y (PROVIDE): New token.
7949         (assignment): Accept PROVIDE.
7950         * ldlex.l (PROVIDE): New token.
7951         * ldexp.h (node_type): Add etree_provide to node_class enum.
7952         (exp_provide): Declare.
7953         * ldexp.c (exp_fold_tree): Handle etree_provide.
7954         (exp_provide): New function.
7955         (exp_print_tree): Handle etree_provide.
7956         * ld.texinfo: Document PROVIDE.
7957
7958         * ldlang.c (lang_common): Pass desired alignment to
7959         lang_one_common as power of two.
7960         (lang_one_common): Get common symbol alignment from linker hash
7961         table entry.  Treat desired alignment as a power of two.
7962
7963         * ldlang.c (wild_section): Attach all section with the given name,
7964         not just the first one.  If there is no name, attach all sections
7965         even if the SEC_IS_COMMON flag is set.
7966
7967 Wed Jul 20 15:49:27 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
7968
7969         * ld.h (args_type): Add field rpath.
7970         * lexsup.c (S_ISDIR): Define if not already defined.
7971         (parse_args): Add support for -rpath.  If -R is used to name a
7972         directory, treat it as -rpath for Solaris compatibility.
7973         * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
7974         Pass command_line.rpath to bfd_elf32_size_dynamic_sections.
7975         * ldmain.c (main): Initialize command_line.rpath to NULL.
7976         * ld.texinfo: Document -rpath option.
7977
7978 Sun Jul 10 00:33:24 1994  Ian Dall  (dall@hfrd.dsto.gov.au)
7979
7980         * emulparams/pc532machaout.sh: New file. Pc532 mach script
7981         parameters.
7982
7983         * emulparams/netbsd532.sh: New file. Netbsd 532 script parameters.
7984
7985         * config/pc532mach.mt: New file. Pc532 mach target support.
7986
7987         * config/pc532mach.mh: New file. Pc532 mach host support.
7988
7989         * config/netbsd532.mt: New file. Netbsd 532 target support.
7990
7991         * configure.in: Add ns32k-pc532-mach and ns32k-pc532-netbsd support.
7992
7993         * Makefile.in: Add epcmachaout.c dependency and enetbsd532.c
7994         dependency.
7995
7996 Fri Jul  8 10:57:02 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
7997
7998         * emultempl/sunos.em (gld${EMULATION_NAME}_before_allocation): Use
7999         bfd_abs_section_ptr, not &bfd_abs_section.
8000
8001         * lexsup.c (parse_args): Changed "retain-symbols-file" from
8002         no_argument to required_argument.  From djm.
8003
8004 Thu Jul  7 12:29:53 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
8005
8006         * scripttempl/elf.sc: Explicitly mention .stab and .stabstr
8007         sections to force a VMA of 0; needed for ELF backends which have
8008         not been converted to the new linker style.
8009
8010 Mon Jul  4 19:35:45 1994  Jeff Law  (law@snake.cs.utah.edu)
8011
8012         * scripttempl/hppaelf.sc (__stack_zero): Don't define this name,
8013         it was for the HPUX dynamic loader's use and it creates problems
8014         with ELF GDB.
8015
8016 Fri Jul  1 12:53:47 1994  Jeff Law  (law@snake.cs.utah.edu)
8017
8018         * ldlang.c (lang_do_assignments): No longer static.  Delete decl.
8019         * ldlang.h (lang_do_assignments): Put external decl here.
8020         * emultempl/hppaelf.em: Minor cleanups throughout file.
8021         (hppa_elf_create_output_section_statements): Rewrite.
8022         (hppaelf_finish): Rewrite.
8023
8024 Wed Jun 29 16:50:00 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
8025
8026         * config/solaris2.mh (NATIVE_LIB_DIRS): Define as /usr/ccs/lib.
8027
8028         * lexsup.c (parse_args): Accept -Bstatic and -Bdynamic.  Do not
8029         accept plain -B.
8030         * ld.texinfo: -Bstatic is not ignored.
8031
8032 Tue Jun 28 12:13:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
8033
8034         * ldlex.l: Recognize \r the same as \n.
8035
8036 Thu Jun 23 17:53:04 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
8037
8038         Preliminary support for generating shared libraries, from Eric
8039         Youngdale <ericy@cais.cais.com>.
8040         * genscripts.sh: If the emulation parameter file sets
8041         GENERATE_SHLIB_SCRIPT, generate a .xs script file with
8042         CREATE_SHLIB defined.
8043         * emultempl/elf32.em (gld${EMULATION_NAME}_get_script): If
8044         link_info.shared is set, use the .xs script file.
8045         * scripttempl/elf.sc: If CREATE_SHLIB is set, don't create a
8046         .interp section, and don't include TEXT_START_ADDR in the starting
8047         address of the first section.
8048         * emulparams/elf_i386.sh (GENERATE_SHLIB_SCRIPT): Likewise.
8049         * emulparams/elf32_sparc.sh (GENERATE_SHLIB_SCRIPT): Define.
8050
8051 Thu Jun 23 12:52:22 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
8052
8053         * configure.in: Change --with-targets to --enable-targets.
8054
8055 Wed Jun 22 13:42:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
8056
8057         * lexsup.c (parse_args): Add support for new options -( -) with
8058         synonyms --start-group --end-group.
8059         * ldlang.h (enum statement_enum): Add lang_group_statement_enum.
8060         (lang_group_statement_type): Define new struct.
8061         (lang_statement_union_type): Add group_statement field.
8062         (lang_enter_group, lang_leave_group): Declare.
8063         * ldlang.c (lang_for_each_statement_worker): Handle
8064         lang_group_statement_enum.
8065         (map_input_to_output_sections, print_statement): Likewise.
8066         (lang_size_sections, lang_do_assignments): Likewise.
8067         (open_input_bfds): Completely rewrite.  Now does its own looping,
8068         rather than using lang_for_each_statement.  Handle groups.
8069         (lang_process): Update call to open_input_bfds.
8070         (print_group): New static function.
8071         (lang_enter_group, lang_leave_group): New static functions.
8072         * ldfile.c (ldfile_open_file): If the file has already been
8073         opened, just return rather than taking an assertion failure.
8074         * ldver.c (help): Mention new options.
8075         * ld.texinfo: Document new options.
8076
8077         * ldlang.c (end_of_data_section_statement_list): Don't define.
8078         (lang_leave_output_section_statement): Don't set obsolete variable
8079         end_of_data_section_statement_list.
8080
8081         * scripttempl/go32coff.sc: Don't put ${DATA_ALIGNMENT} inside an
8082         ALIGN.
8083
8084         * ldlang.c (lang_size_sections): Adjust current region address
8085         even for sections with an explicit address.  From
8086         ralphc@pyramid.com (Ralph Campbell).
8087
8088         * emulparams/i386linux.sh (NONPAGED_TEXT_START_ADDR): Set to 0.
8089         From jrs@world.std.com (Rick Sladkey).
8090
8091         * scripttempl/mipsbsd.sc: Let sections align to their natural
8092         boundaries.
8093
8094 Tue Jun 21 11:27:04 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
8095
8096         * ldlang.c (lang_init): Use new bfd_abs_section_ptr, not
8097         &bfd_abs_section.
8098         (lang_abs_symbol_at_beginning_of): Likewise.
8099         (lang_abs_symbol_at_end_of): Likewise.
8100         (lang_size_sections): Use bfd_is_abs_section to check for the
8101         absolute section.  Don't try to set the VMA or output_offset or
8102         size of the absolute section.
8103         * ldmain.c (notice_ysym): Use bfd_is_und_section to check for the
8104         undefined section.
8105
8106 Thu Jun 16 22:48:41 1994  Jeff Law  (law@snake.cs.utah.edu)
8107
8108         * scripttempl/hppaelf.sc: Place .data and .bss at 0x40000000
8109         when generating relocatable objects.
8110
8111 Thu Jun 16 14:25:22 1994  Eric Youngdale  (ericy@cais.cais.com)
8112
8113         * emultempl/linux.em: New file providing support for linking
8114         against Linux shared libraries.
8115         * config/i386-linux.mt (ei386linux.c): Depend upon linux.em.
8116         * emulparams/i386linux.sh (TEMPLATE_NAME): Define as linux.
8117
8118 Thu Jun 16 12:22:01 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8119
8120         * lexsup.c (parse_args): Add -shared to longopts, and handle it.
8121         * ldmain.c (main): Initialize link_info.shared to false.  Give
8122         error if link_info.relocateable and link_info.shared are both set.
8123
8124         * configure.in: If EMUL_EXTRA* is defined in a config file, treat
8125         it as naming an emulation to be added to EMULATION_OFILES.
8126         * config/i386-linux.mt (EMUL_EXTRA1): Define as elf_i386.
8127
8128         * Makefile.in: Rebuilt dependencies.
8129         (ALL_EMULATIONS): Add ei386linux.o, eelf32_sparc.o,
8130         eelf64_sparc.o.  Remove $(OTHER_EMULATIONS).
8131         (ei386linux.c, eelf32_sparc.c, eelf64_sparc.c): New targets.
8132         * config/i386-linux.mt (OTHER_EMULATIONS): Don't define.
8133         (ei386linux.c): Remove; now in Makefile.in.
8134         * config/i386-lynx.mt (OTHER_EMULATIONS): Don't define.
8135         * config/m68k-lynx.mt (OTHER_EMULATIONS): Don't define.
8136         * config/sparc-lynx.mt (OTHER_EMULATIONS): Don't define.
8137         * config/sparc64-elf.mt (OTHER_EMULATIONS): Don't define.
8138         (eelf64_sparc.c): Remove; now in Makefile.in.
8139         * config/sun4sol2.mt (OTHER_EMULATIONS): Don't define.
8140         (eelf32_sparc.c): Remove; now in Makefile.in.
8141
8142         * ldexp.c (exp_print_tree): Don't crash if etree_rel section has
8143         no owner--it might be bfd_abs_section.  From Eric Youngdale
8144         <ericy@cais.cais.com>.
8145
8146         * scripttempl/aout.sc: Let sections align to their natural
8147         boundaries.
8148
8149 Wed Jun 15 01:54:54 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8150
8151         * ldemul.h (ldemul_open_dynamic_archive): Declare.
8152         (ld_emulation_xfer_type): Add new field open_dynamic_archive.
8153         * ldemul.c: Include ldexp.h and ldlang.h.
8154         (ldemul_open_dynamic_archive): New function.
8155         * ldfile.h (ldfile_open_file_search): Declare.
8156         * ldfile.c: Include ldemul.h.
8157         (try_open_bfd): Rename from cache_bfd_openr.  Return boolean
8158         argument, not bfd *.  Change all callers.
8159         (ldfile_open_file_search): Rename from open_a.  Return boolean
8160         argument, not bfd *.  Clean up.  Change all callers.
8161         (ldfile_open_file): If doing a dynamic link, call
8162         ldemul_open_dynamic_archive rather than assuming the extension of
8163         a dynamic object is ".so".
8164         * emultempl/elf32.em (gld${EMULATION_NAME}_open_dynamic_archive):
8165         New function.
8166         (ld_${EMULATION_NAME}_emulation): Initialize open_dynamic_archive
8167         field.
8168         * emultempl/sunos.em (ld_${EMULATION_NAME}_emulation): Likewise.
8169
8170         * ldmain.c (get_emulation): Ignore -m486 for Linux compatibility.
8171         * lexsup.c (parse_args): Ignore -qmagic for Linux compatibility.
8172         Accept -static as a synonym for -non_shared.
8173
8174         Let the user change the dynamic linker used by ELF code.
8175         * ld.h (args_type): Add new field interpreter.
8176         * lexsup.c (parse_args): Add dynamic-linker to longopts, and
8177         handle it.
8178         * ldmain.c (main): Initialize command_line.interpreter to NULL.
8179         * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Get
8180         the ELF backend to return the .interp section.  If
8181         command_line.interpreter is not NULL, set the contents of .interp
8182         to it.
8183         * ld.texinfo: Mention -dynamic-linker.
8184
8185         * config/sun4sol2.mt (eelf32_sparc.c): Depend upon elf32.em, not
8186         generic.em.
8187
8188         * lexsup.c (parse_args): Sort out the option macros and change the
8189         definitions to make it easier to add a new option.
8190
8191         * scripttempl/aout.sc: Define __etext and __edata to go along with
8192         _etext and _edata.
8193
8194         * ld.h (ld_config_type): Add new field traditional_format.
8195         * lexsup.c (parse_args): Add traditional-format to longopts, and
8196         handle it.
8197         * ldmain.c (main): Initialize config.traditional_format to false.
8198         * ldlang.c (ldlang_open_output): Set BFD_TRADITIONAL_FORMAT in BFD
8199         flags of output_bfd according to config.traditional_format.
8200         * ldver.c (help): Mention -traditional-format.
8201         * ld.texinfo: Document -traditional-format.
8202
8203 Tue Jun 14 23:10:07 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8204
8205         * ldctor.c (ldctor_add_entry): Add entries to a set in the order
8206         they are encountered.
8207
8208 Tue Jun 14 18:05:09 1994  Eric Youngdale  (ericy@cais.cais.com)
8209
8210         * emulparams/i386linux.sh (TEXT_START_ADDR): Define as 0x1000.
8211         (NONPAGED_TEXT_START_ADDR): Define as 0x20.
8212
8213 Mon Jun 13 15:46:09 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8214
8215         * scripttempl/alpha.sc: Define _ftext, _etext and _fdata insted of
8216         _FTEXT, _ETEXT and _FDATA.  Dont define _END.
8217
8218         * ldfile.c (open_a): If this is not an archive, try to open it in
8219         the current directory before searching for it.
8220
8221         * lexsup.c (parse_args): Treat -i as a synonym for -r.
8222
8223         * ldgram.y (exp): Treat BLOCK as a synonym for ALIGN, so that
8224         BLOCK works in a section address as documented.
8225
8226         * ldgram.y (YYDEBUG): Don't define.
8227
8228 Fri Jun 10 16:45:39 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8229
8230         * emultempl/gld960.em: Pass false for new argument to
8231         ldfile_add_library_path.
8232         * emultempl/gld960c.em, emultempl/lnk960.em: Likewise.
8233
8234         * emultempl/sunos.em: Only look for .so files if doing a dynamic
8235         link.
8236
8237 Thu Jun  9 08:35:17 1994  Ian Lance Taylor  (ian@cygnus.com)
8238
8239         * scripttempl/i960.sc: Add CONSTRUCTORS to .data.
8240
8241 Thu Jun  9 06:52:29 1994  Bill Cox  (bill@rtl.cygnus.com)
8242
8243         * Makefile.in (check): Delete ld.new dependency so that a regression
8244           test doesn't trigger a rebuild of the linker.
8245
8246 Thu Jun  9 00:17:20 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8247
8248         * ldlang.c (map_input_to_output_sections): For lang_address, call
8249         init_os if it hasn't already been called.
8250
8251 Thu Jun  2 17:24:08 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8252
8253         Add support for SunOS shared libraries.
8254         * aout.sc: Don't define __DYNAMIC here.  Add new sections used by
8255         shared library support code.
8256         * emultempl/sunos.em: New file.
8257         * emulparams/sun4.sh (TEMPLATE_NAME): Define as sunos.
8258         * emulparams/sun3.sh (TEMPLATE_NAME): Likewise.
8259         * Makefile.in (esun4.c): Depend upon sunos.em, not generic.em.
8260         (esun3.c): Likewise.
8261
8262         * ldlang.c: Minor formatting cleanups.
8263         (lang_for_each_input_file): New function.
8264         * ldlang.h (lang_for_each_input_file): Declare.
8265
8266         * ldfile.h (search_dirs_type): Move from ldfile.c, and add cmdline
8267         field.
8268         (search_head): Declare.
8269         (ldfile_add_library_path): Add new cmdline argument in prototype.
8270         * ldfile.c (search_head): Make non-static.
8271         (search_dirs_type): Move to ldfile.h.
8272         (ldfile_add_library_path): Accept cmdline argument, and save it.
8273         * lexsup.c (parse_args): Pass true for new cmdline argument of
8274         ldfile_add_library_path.
8275         (set_default_dirlist): Likewise.
8276         * ldmain.c (check_for_scripts_dir): Pass false for new cmdline
8277         argument of ldfile_add_library_path.
8278         * ldgram.y (ifile_p1): Likewise.
8279
8280 Wed Jun  1 14:24:08 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8281
8282         * ldlang.h (lang_input_statement_type): Remove fields subfiles,
8283         total_size, superfile and chain.
8284         * ldfile.c (open_a): Don't clear search_dirs_flag.
8285         (ldfile_open_file): Don't try to open superfile.  Assert that file
8286         has not already been opened.
8287         * ldlang.c (new_afile): Don't initialize superfile.
8288         * ldmain.c (add_archive_element): Don't initialize subfiles or
8289         chain or superfile.  Initialize search_dirs_flag to false.
8290
8291 Fri May 27 12:25:33 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
8292
8293         * ldver.c (ldversion): Changed version to "cygnus-2.4.1".
8294
8295         Changes from binutils-2.4 release:
8296
8297         * genscripts.sh (RELOCATING, CONSTRUCTING): When setting
8298         variables, use whitespace, so scripts don't break.
8299
8300         * config/alphaosf.mh (HDEFINES, CFLAGS): Deleted.
8301
8302         * emultempl/generic.em: Find emultempl/stringify.sed in ${srcdir}.
8303
8304         * cdtest-bar.cc: Renamed from cdtest-func.cc.
8305         * Makefile.in: Noted change.
8306
8307         * scripttempl/a29k.sc: Don't include /lab3/u3/..../segments.o; I
8308         don't know where that's supposed to come from, or why it's
8309         necessary.
8310
8311         Wed May 11 22:32:00 1994  DJ Delorie (dj@ctron.com)
8312
8313         * configure.bat: update to latest makefile.in
8314         * emulpara/go32.sh: set to coff-go32 not aout
8315         * emultemp/generic.em: strength-reduce the structure of
8316           this shell script, since the only available shell for
8317           DOS can't handle complex syntax.
8318         * emultemp/stringify.sed: for "sed -f" instead of inline.
8319         * makefile.in: depend on stringify.sed as well as genscripts.sh
8320         * scripttemp/go32coff.sc: correct for djgpp 1.11's COFF format
8321         * genscripts.sh: empty variables aren't always considered "set",
8322           so set them to "y" instead.
8323
8324 Fri May 27 01:08:14 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8325
8326         * ldlang.c (entry_symbol): Make static.
8327         (lang_add_entry): Add cmdline argument.
8328         * ldlang.h (lang_add_entry): Change prototype.
8329         * ldgram.y (statement_anywhere): Change lang_add_entry call.
8330         * lexsup.c (parse_args): Likewise.
8331
8332 Tue May 24 16:13:43 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8333
8334         * emulparams/elf32mipb.sh (OTHER_READONLY_SECTIONS): Don't give
8335         .reginfo an address.
8336         (OTHER_READWRITE_SECTIONS): Don't give .lit4 or .lit8 an address.
8337         (OTHER_SECTIONS): Define for .gptab.sdata and .gptab.sbss.
8338         * scripttempl/elf.sc: Use OTHER_SECTIONS at end of script.
8339
8340 Thu May 19 13:31:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8341
8342         Add support for ELF shared libraries.
8343         * ld.h (ld_config_type): Add field dynamic_link.
8344         * ldmain.c (main): Initialize config.dynamic_link to false.  Warn
8345         on attempts to use -r with -relax, -call_shared or -s.
8346         * lexsup.c (longopts): Separate OPTION_CALL_SHARED from
8347         OPTION_NON_SHARED.  Add OPTION_IGNORE.  Adjust macro values
8348         accordingly.  Add "dy" and "non_shared" options.  Change "Qy" to
8349         OPTION_IGNORE for now.  Handle OPTION_CALL_SHARED and
8350         OPTION_NON_SHARED by setting dynamic_link field accordingly.
8351         Handle OPTION_IGNORE by ignoring it.  Clear dynamic_link field for
8352         -r and -Ur.
8353         * ldfile.c (ldfile_open_file): If config.dynamic_link is true, try
8354         opening a file with a .so extension first.
8355         * emultempl/elf32.em: New file.
8356         * emulparams/elf32_sparc.sh (TEXT_START_ADDR): Change to 0x10000.
8357         (NONPAGED_TEXT_START_ADDR): Likewise.
8358         (TEMPLATE_NAME): Define as elf32.
8359         (DATA_PLT): Define.
8360         * emulparams/elf_i386.sh (TEMPLATE_NAME): Define as elf32.
8361         * scripttempl/elf.sc: Add placement for new dynamic sections.
8362         Don't use CREATE_OBJECT_SYMBOLS.  Define _etext, _edata and _end
8363         outside of any section.  Don't use ALIGN(8); just let one section
8364         VMA follow another.  Put .dynbss in .bss.  Don't mention debugging
8365         sections; they'll be handled correctly anyhow.
8366         * Makefile.in (eelf_i386.c): Depend upon elf32.em, not generic.em.
8367
8368 Wed May 18 10:15:39 1994  Ian Lance Taylor  (ian@cygnus.com)
8369
8370         * Makefile.in (install): Redirect output of ln to /dev/null.
8371
8372 Mon May 16 13:35:08 1994  Jeff Law  (law@snake.cs.utah.edu)
8373
8374         * emultempl/hppaelf.em: Change all references of
8375         .hppa_linker_stubs to .PARISC.stubs.
8376         * scripttempl/hppaelf.sc: Likewise.
8377
8378 Fri May 13 13:00:38 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8379
8380         * ldlang.c (print_output_section_statement): Change ``no attached
8381         output section'' message slightly.
8382         (lang_do_assignments): Don't recurse down if there is no real
8383         section.
8384
8385         * config/i386-linux.mt (OTHER_EMULATIONS): Change em_ to e to
8386         match corresponding change in emulation templates.
8387         * config/i386-lynx.mt, config/m68k-lynx.mt: Likewise.
8388         * config/sparc-lynx.mt, config/sun4sol2.mt: Likewise.
8389
8390 Wed May 11 18:16:46 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
8391
8392         * ldver.c (ldversion): Updated version number.
8393
8394         * cdtest-foo.cc: Use explicit "#pragma implementation".
8395         * cdtest-bar.cc: Renamed from cdtest-func.cc.
8396         * Makefile.in: References to cdtest-func.o changed to
8397         cdtest-bar.o.
8398
8399 Wed May 11 16:24:19 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8400
8401         Don't create unnecessary output sections.
8402         * ldlang.c (out_bfd_get_section_by_name): Remove.
8403         (wild_section): Call bfd_get_section_by_name rather than
8404         our_bfd_get_section_by_name.  Don't call wild_doit if there is no
8405         section.
8406         (lang_create_output_section_statements): Remove.
8407         (map_input_to_output_sections): For several cases, call init_os if
8408         it has not already been called.
8409         (lang_size_sections): If output section was not created, skip it.
8410         (lang_process): Don't call lan_create_output_section_statements.
8411         (lang_place_orphans): Skip files with just_syms_flags set to true.
8412         * ld.texinfo: Document change.
8413
8414 Tue May 10 14:31:16 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8415
8416         * ldlang.c (wild_doit): Don't bother initializing the vma and
8417         section size.  Don't special case SEC_SHARED_LIBRARY.
8418         (lang_size_sections): Handle SEC_COFF_SHARED_LIBRARY sections
8419         specially.
8420
8421 Fri May  6 12:24:27 1994  Steve Chamberlain  (sac@cygnus.com)
8422
8423         * config/go32.mh : New file for Xgo32X.
8424
8425 Fri May  6 15:15:35 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8426
8427         * ldfile.c (ldfile_open_command_file): Set bfd_error_system_call
8428         before calling einfo, since we are reporting an fopen failure.
8429         From jrs@world.std.com (Rick Sladkey).
8430
8431         * configure.in: Use "e" rather than "em_" as prefix for
8432         emulations.
8433
8434 Fri May  6 01:08:14 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
8435
8436         * emultempl/generic.em: Use "e" rather than "em_" as prefix for
8437         filename.
8438         * emultempl/gld960.em, emultempl/gld960c.em, emultempl/lnk960.em,
8439         emultempl/hppaelf.em, emultempl/m88kbcs.em, emultempl/vanilla.em:
8440         Ditto.
8441         * Makefile.in: Changed all generated file names.
8442         (ldemul-list.h): Depend on Makefile, not config.status.  Changed
8443         sed patterns to handle new filenames.
8444
8445         * config/mipsl-idt.mt: Renamed from mips-idtl.mt.
8446         * configure.in: Adjusted.
8447
8448 Thu May  5 15:07:32 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
8449
8450         * Makefile.in (install-info): Don't use "$<*", it doesn't always
8451         work.  Instead, check build dir and $srcdir explicitly, and use
8452         `echo' to get all the filenames.
8453
8454         * configure.in (h8300h-*-hms): Changed ld_target name to
8455         cf-h8300h.
8456         * config/cf-h8300h.mt: Renamed from coff-h8300h.mt, to make it
8457         unique in 8.3.
8458
8459         * config/i960coff.mt: New file.
8460         * emulparams/gld960coff.sh: New file.
8461         * emultempl/gld960c.em: New file.
8462         * configure.in (i960-*-vxworks5* except -vxworks5.0*): Use
8463         i960coff configuration.
8464         * Makefile.in (em_gld960coff.c): Added dependencies, build rule.
8465
8466         * Makefile.in (ALL_EMULATIONS): Remove em_delta68.o, since the
8467         code isn't included in FSF releases, and it can still be
8468         explicitly selected.
8469         (distclean): Remove site.bak and tmpdir.
8470         (STAGESTUFF): Removed $(GENERATED_CFILES) $(GENERATED_HFILES).
8471         (mostlyclean): Delete them explicitly here.  Also remove tmpdir.
8472
8473         Patches from Ralph Campbell:
8474         * config/mipsbsd.mh: New file.
8475         * Makefile.in (em_mipsbsd.c): Use mipsbsd.sc, not aout.sc.
8476         * scripttempl/mipsbsd.sc: Don't define __DYNAMIC.
8477         * emulparams/mipsbsd.sh (OUTPUT_FORMAT): Fix name to have `a.out'
8478         instead of `aout'.
8479
8480         * configure.in (i386-*-gnu*): Treat like i386-*-mach*.
8481
8482 Wed May  4 11:59:40 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8483
8484         * config/m68k.mt (EMUL): Set to m68kaout.
8485         * emulparams/m68kaout.sh: New file.
8486         * Makefile.in (ALL_EMULATIONS): Add em_m68kaout.o.
8487         (em_m68kaout.c): New target.
8488
8489         * ldlang.c (lang_size_sections): If dot moves because of an
8490         assignment, don't try to insert a pad into the absolute output
8491         section, just change the address of the default memory region
8492         instead.
8493
8494         * Makefile.in (mostlyclean): Remove cdtest.tmp, cdtest-ur,
8495         cdtest-ur.out, and cdtest-ur.tmp.
8496
8497 Wed Apr 27 16:03:37 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8498
8499         * scripttempl/sa29200.sc: Align all sections to four byte
8500         boundaries.
8501
8502 Wed Apr 27 10:48:03 1994  Steve Chamberlain  (sac@cygnus.com)
8503
8504         * Makefile.in, configure.in: Support for go32 coff.
8505         * config/i386-go32.mt: New file
8506         * emulparams/i386go32.sh: New file
8507         * scripttempl/i386go32.sc: New file
8508
8509 Tue Apr 26 17:20:03 1994  Stan Shebs  (shebs@andros.cygnus.com)
8510
8511         * Makefile.in (em_m68klynx.c, em_i386lynx.c, em_sparclynx.c): Use
8512         Lynx-specific script templates.
8513         * configure.in (sparclite*-*-coff): Use coff-sparc.
8514         * emulparams/i386lynx.sh (SCRIPT_NAME): Set to i386lynx.
8515         * emulparams/sparclynx.sh (SCRIPT_NAME): Set to sparclynx.
8516         (ENTRY): Set to __main.
8517         * scripttempl/i386lynx.sc: New file, script for I386 Lynx.
8518         * scripttempl/m68klynx.sc: Add insertion of ctor/dtor sections.
8519         * scripttempl/sparclynx.sc: New file, script for uSparc Lynx.
8520
8521 Tue Apr 26 12:41:03 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8522
8523         * scripttempl/mips.sc: Force _gp and .lit8 to be aligned to a 16
8524         byte boundary, in case the global constructors do not take up an
8525         even 16 bytes.
8526
8527         * config/i386v4.mh (HOSTING_CRT0): If ../gcc/crtbegin.o does not
8528         exist, get crtbegin based on gcc -print-libgcc-file-name.
8529         (HOSTING_LIBS): Similar change for ../gcc/crtend.o.
8530
8531 Mon Apr 25 15:27:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8532
8533         * ldlang.c (lang_size_sections): When no address is given for a
8534         section, align it according to its requirements.
8535
8536 Thu Apr 21 17:24:24 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8537
8538         * Makefile.in (clean, distclean): Remove configdoc.texi.
8539
8540 Tue Apr 19 12:12:15 1994  Bill Cox  (bill@rtl.cygnus.com)
8541
8542         * configure.in: Add i[34]86-*-bsd386 to the patterns recognized.
8543
8544 Fri Apr 15 14:35:42 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8545
8546         * ldlang.c (lang_size_sections): When relaxing, adjust the
8547         position of a padding statement, and adjust dot accordingly.
8548
8549 Mon Apr 11 17:37:09 1994  Bill Cox  (bill@rtl.cygnus.com)
8550
8551         * Makefile.in (EXPECT, RUNTEST): Set these for the check goal.
8552
8553 Mon Apr 11 12:32:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8554
8555         * scripttempl/i386coff.sc: If relocating, don't put .init and
8556         .fini sections into .text; keep them separate.
8557         * config/i386sco.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 11 10:31:00 1994  Bill Cox  (bill@rtl.cygnus.com)
8562
8563         * Makefile.in (check): Set TCL_LIBRARY for runtest.
8564
8565 Wed Apr  6 00:09:37 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
8566
8567         * configure.in (hppa*-*-*elf*): Don't require "-hp-" for the
8568         manufacturer.
8569
8570         * emultempl/hppaelf.em (hppaelf_finish): Only resize sections
8571         if building a final executable.
8572
8573 Tue Apr  5 12:17:30 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8574
8575         * ldmain.c (main): Check the return value of bfd_close.
8576
8577 Thu Mar 31 18:07:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8578
8579         * scripttempl/alpha.sc: Clean up section alignment to ensure that
8580         sections never overlap when using -r.
8581
8582 Wed Mar 30 15:51:15 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8583
8584         * ldmisc.c (vfinfo): Change symbol reading slightly for recent BFD
8585         changes: get_symtab_upper_bound renamed and returns long,
8586         bfd_canonicalize_symtab returns long, check for error indications.
8587
8588 Fri Mar 25 17:20:01 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8589
8590         * ldlang.c (print_input_section): For section size, use
8591         _cooked_size if it is non-zero, size otherwise.
8592         (size_input_section): Likewise.
8593         (lang_do_assignments): Likewise (case lang_input_section_enum).
8594
8595 Thu Mar 24 15:20:47 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8596
8597         * ldlang.c (new_afile): Add new argument add_to_list.  Don't set
8598         real to true for lang_input_file_is_marker_enum.  Clear the_bfd.
8599         (lang_add_input_file): Pass true to new_afile for add_to_list.
8600         (lookup_name): Remove force_load argument.  Changed all callers.
8601         Pass false to new_afile for add_to_list.  Split loading of symbols
8602         out into separate function.
8603         (load_symbols): New function split out of lookup_name.  Don't load
8604         the symbols if they are already loaded.
8605         (open_input_bfds): For lang_input_statement_enum call load_symbols
8606         rather than lookup_name.
8607         (lang_process): Pass abs_output_section rather than NULL to
8608         lang_size_sections.
8609         (lang_startup): Set real field of first_file to true.
8610
8611 Wed Mar 23 14:15:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8612
8613         * ldlang.c (had_relax): Removed.
8614         (relax_again): New static variable.
8615         (lang_size_sections): Change call to bfd_relax_section to
8616         correspond to BFD changes.  Set relax_again appropriately.
8617         (lang_process): Remove #if 0 code.  When relaxing, keep calling
8618         lang_do_assignments and lang_size_sections until relax_again
8619         becomes false.
8620
8621         * emultemp/gld960.em: Include libiberty.h
8622         (gld960_before_parse): Pass NULL as final argument to concat.
8623
8624 Tue Mar 22 13:08:28 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8625
8626         * scripttempl/aout.sc: Force _end and __end to be aligned to a
8627         four byte boundary.
8628
8629         * ldwrite.c (build_link_order): Handle lang_data_statement_enum by
8630         building a bfd_data_link_order, rather than by setting the section
8631         contents immediately.
8632
8633 Mon Mar 21 18:28:37 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8634
8635         Changes to make -Ur work again.
8636         * ldmain.c (add_to_set): Now takes reloc argument rather than
8637         bitsize.  Check config.build_constructors here.  If an new hash
8638         table entry is created, mark it as undefined.
8639         (constructor_callback): No longer takes bitsize argument.  Pass
8640         BFD_RELOC_CTOR to ldctor_add_set_entry, but first make sure the
8641         BFD backend supports it.
8642         (reloc_overflow): Handle a NULL abfd argument.
8643         (reloc_dangerous, unattached_reloc): Likewise.
8644         * ldctor.c: Include ldmain.h.
8645         (struct set_info): Change bitsize field to reloc.
8646         (ldctor_add_set_entry): Now takes reloc argument rather than
8647         bitsize.  Don't bother to check config.build_constructors here.
8648         (ldctor_build_sets): Get the size from the reloc howto.  If
8649         generating relocateable output, call lang_add_reloc rather than
8650         lang_add_data.
8651         * ldctor.h (ldctor_add_set_entry): Change declaration to use reloc
8652         instead of bitsize.
8653         * ldlang.h (statement_enum): Add lang_reloc_statement_enum.
8654         (lang_reloc_statement_type): New structure.
8655         (lang_statement_union_type): Add reloc_statement field.
8656         (lang_add_reloc): Declare new function.
8657         * ldlang.c (lang_for_each_statement_worker): Handle
8658         lang_reloc_statement_enum.
8659         (map_input_to_output_sections, print_statement): Likewise.
8660         (lang_size_sections, lang_do_assignments): Likewise.
8661         (print_reloc_statement): New function.
8662         (lang_add_reloc): New function.
8663         * ldwrite.c (build_link_order): Handle lang_reloc_statement_enum.
8664
8665         * Makefile.in (cdtest.out, cdtest-ur.o): New targets.
8666         (cdtest-ur, cdtest-ur.out): New targets.
8667         (check-cdtest): Now also check that -Ur works correctly.
8668
8669         * scripttemp/alpha.sc: Align all sections to 16 byte boundaries.
8670
8671 Thu Mar 17 12:45:41 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8672
8673         * ldlang.c (lang_process): Move lang_common call before
8674         map_input_to_output_sections, to ensure that any alignment
8675         constraints set by common symbols are copied over to the output
8676         sections.
8677
8678 Fri Mar 11 22:17:34 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8679
8680         * emulparams/elf32ppc.sh (TEMPLATE_NAME): Don't define.
8681         (OTHER_READWRITE_SECTIONS): Rename .toc to .got.
8682         * Makefile.in (em_elf32ppc.c): Depend upon generic.em, not ppc.em.
8683         * emultempl/ppc.em: Remove ugly stub code; turns out not to be
8684         needed for ELF.
8685
8686 Tue Mar  8 04:22:27 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
8687
8688         * config/i386bsd.mh: New file.
8689
8690 Mon Mar  7 15:23:24 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8691
8692         * elf.sc: Permit TEXT_START_SYMBOLS and DATA_START_SYMBOLS to be
8693         defined.
8694         * emulparams/elf32mipb.s (TEXT_START_SYMBOLS): Define _ftext.
8695         (DATA_START_SYMBOLS): Define _fdata.
8696
8697 Mon Feb 28 10:59:14 1994  Stan Shebs  (shebs@andros.cygnus.com)
8698
8699         * ldlang.c (cat): Define using ANSI style if ALMOST_STDC defined.
8700
8701 Sun Feb 27 16:29:38 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
8702
8703         * emultempl/hppaelf.em (hppaelf_finish): Update comments.  This
8704         works again.  Attach some output symbols to the stub file bfd.
8705
8706         * emultempl/hppaelf.em: Include elf32-hppa.h.
8707         (file_chain): Add decl.
8708         (hppa_look_for_stubs_in_section): Delete decl.
8709         (hppaelf_finish): Reenable code.  Do not pass symbols
8710         down to hppa_look_for_stubs_in_section.
8711
8712 Sat Feb 26 10:58:25 1994  Ian Lance Taylor  (ian@cygnus.com)
8713
8714         * ldmain.c (write_map): Don't define.  Removed all references.
8715         Just use map_file or map_filename instead.
8716         (add_archive_element): Use minfo to write map information, not
8717         info_msg.
8718         (constructor_callback): Use fprintf to write map information, not
8719         info_msg.
8720         * ldmain.h (write_map): Don't declare.
8721         * ldgram.y (mri_script_command): Removed reference to write_map.
8722         * ldlang.c (lang_one_common): Likewise.
8723         * lexsup.c (parse_args): Likewise.
8724
8725 Fri Feb 25 19:12:03 1994  Ian Lance Taylor  (ian@cygnus.com)
8726
8727         * scripttempl/elf.sc: Force all sections to be aligned.
8728
8729         * ldgram.y (section): Reverse the order of memspec_opt and
8730         fill_opt to avoid an ambiguity when both are used.
8731         * ld.texinfo: Changed accordingly.
8732
8733         * ldgram.y: Move include of ldlex.h back with other includes.
8734         * ldlex.h (input_type): Don't initialize enum constants to
8735         particular values.
8736         * ldlex.l: Use a switch to return the right token based on
8737         input_type, rather than knowing that input_type has a value based
8738         on a token type.
8739
8740         * ldgram.y (dirlist_ptr): Removed; not used.
8741         * lexsup.c: Include ldver.h.
8742         * Makefile.in: Rebuilt dependencies.
8743
8744 Fri Feb 25 18:55:54 1994  Ted Lemon  (mellon@pepper.ncd.com)
8745
8746         * ldlang.c (lookup_name): don't call bfd_set_gp_size.
8747         (ldlang_add_file): call it here instead.
8748
8749 Fri Feb 25 18:13:46 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
8750
8751         * ldgram.y: Include ldlex.h after %token decls, for byacc.
8752
8753 Fri Feb 25 10:47:25 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
8754
8755         * emultempl/hppaelf.em: First attempt to clean this file up.
8756         Add comments in several functions as to their purpose and
8757         how they function (or my current best guess).  Clean up horrible
8758         spacing and indention that never should have been accepted in the
8759         first place.  Add FIXMEs for issues which need to be resolved.
8760         Disable linker-stub generation until it gets fixed.  This allows
8761         the linker to at least work on simple code for testing purposes.
8762
8763         * ldlang.c (lang_size_sections): No longer static (PA ELF calls
8764         it via hppaelf_finish).  Prototype moved into ldlang.h.
8765         (lang_process): Move problematic extra call to lang_size_sections
8766         into the PA ELF specific code.
8767         * emultempl/hppaelf.em (hppaelf_finish): Extra call to
8768         lang_size_sections moved here.
8769
8770 Thu Feb 24 16:47:33 1994  Ian Lance Taylor  (ian@cygnus.com)
8771
8772         * configure.in (powerpc-*-elf*): New target; use ppc-elf32.
8773         * config/ppc-elf32.mt: New file.
8774         * emulparams/elf32ppc.sh: New file.
8775         * emultempl/ppc.em: New file.
8776         * Makefile.in (ALL_EMULATIONS): Added em_elf32ppc.o.
8777         (em_elf32ppc.c): New target; uses elf32ppc.sh, ppc.em and elf.sc.
8778         (EMULATION_OFILES): Added dependencies on ldexp.h and ldlang.h.
8779
8780 Thu Feb 24 12:27:07 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
8781
8782         * lexsup.c (parse_args): Use symbolic numbers for long options.
8783         Fix misunderstanding in -Y and -call_shared et al.
8784
8785         Use getopt instead of lex and yacc to parse the command line.
8786
8787         * ld.texinfo (Options): Document changes to option syntax.
8788         * Makefile.in: Update dependencies.
8789         * ldver.c (help): Tweak dashes in usage message.
8790         * ldgram.y (%union): Remove unused members.
8791         Remove %tokens for command line options; add ones for input types.
8792         (command_line): Rules removed.
8793         (file): Instead of command line, recognize an
8794         input type indicator, then use the nonterminal for that type.
8795         (defsym_expr): New nonterminal from code formerly in command_line.
8796         * ldlex.h: Declare parser input type enum and variable.
8797         Don't declare parse_line.
8798         * ldlex.l: Remove unused variables.  Make some used ones static
8799         and comment them.
8800         (COMMAND): Start state and its rules removed.
8801         At start of yylex, return input state token if at start of input.
8802         (lex_redirect): Don't need to set yyout.
8803         (ldlex_command): Function removed.
8804         * ldmain.c (main): Instead of calling parse_line, set up the
8805         redirections and call yyparse directly.
8806         * ldmisc.c (vfinfo): If there's no input filename, print nothing, not
8807         "command line".
8808         * lexsup.c: Remove #if 0'd code.
8809         (parse_line): Function removed.
8810         (parse_args): Rewrite to use getopt_long_only.
8811         (set_default_dirlist): New function from code formerly in
8812         ldgram.y:command_line.
8813         (set_section_start): New function.
8814         * emultempl/generic.em, emultempl/gld960.em, emultempl/hppaelf.em,
8815         emultempl/lnk960.em, emultempl/m88kbcs.em: Don't enclose
8816         compiled-in link scripts in "{" and "}", as the grammar no longer
8817         wants them to be.
8818
8819 Thu Feb 24 08:43:26 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
8820
8821         * Makefile.in (ld.dvi): Depend on configdoc.texi, but don't
8822         require that it be in $(srcdir).
8823
8824 Tue Feb 22 09:21:18 1994  Ian Lance Taylor  (ian@cygnus.com)
8825
8826         * ldlang.c (lang_size_sections): Only align section to alignment
8827         required by linker script, not to maximum alignment of input
8828         sections.
8829
8830         * ldlang.h (largest_section): Don't declare.
8831         * ldlang.c (largest_section): Don't define.
8832         (size_input_section): Don't set largest_section; not used.
8833
8834 Mon Feb 21 15:15:29 1994  Ian Lance Taylor  (ian@cygnus.com)
8835
8836         * ldlang.c (new_afile): Pass NULL as last argument to concat.
8837
8838 Thu Feb 17 15:51:23 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8839
8840         * ldlang.c, ldmain.c: Include libiberty.h.
8841
8842         * ldmisc.h (concat): Don't declare.
8843         * ldmisc.c (concat): Don't define; just use the one in libiberty.
8844
8845         * ld.h (as_output_section_statement): Removed; not used.
8846
8847 Thu Feb 17 09:32:14 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
8848
8849         * ldlang.c, ldmain.c, ldmisc.c: Use bfd_get_error and
8850         bfd_set_error and new error names.
8851
8852 Tue Feb 15 20:14:53 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
8853
8854         * ldwrite.c (build_link_order): If the cooked size of the section
8855         has been set, use it, for determining link_order size.
8856         (ldwrite): In the error message displayed if bfd_final_link fails,
8857         indicate that it was in fact the final link step that failed.
8858
8859         * ldlang.c (lang_size_sections): Clear bfd_error before calling
8860         bfd_relax_section, in case it returns false but doesn't flag an
8861         error.  If an error is returned, indicate which one it is in the
8862         error message.
8863
8864         * Makefile.in (install-info): Depend on ld.info, and use "$<*" so
8865         it'll get picked up from $(srcdir) if appropriate.
8866
8867 Tue Feb 15 16:32:04 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
8868
8869         * scripttempl/aout.sc: Only pad .text if PAD_TEXT is set.
8870         * emulparams/i386mach.sh (PAD_TEXT): Set PAD_TEXT.
8871
8872 Fri Feb 11 17:02:49 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
8873
8874         * ldlex.l (comment): Increment line number when newline is read.
8875
8876 Fri Feb 11 17:36:20 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8877
8878         * ldlang.c (lookup_name): Take new argument, force_load.  If true,
8879         reload the file even if it is already loaded.
8880         (wild): Call lookup_name with force_load argument of 0.
8881         (open_input_bfds): Call lookup_name with force_load argument of 1.
8882         (print_symbol): Remove declaration of non-existent function.
8883         (print_one_symbol): Return true rather than falling off end.
8884
8885 Thu Feb 10 11:52:38 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8886
8887         * ldmain.c (main): Use %ld when printing long values.
8888
8889         * scripttempl/elf.sc: Move _edata after the .sdata section.
8890         Permit OTHER_BSS_SYMBOLS to be defined.
8891         * emulparams/elf32mipb.s (OTHER_BSS_SYMBOLS): Define _fbss.
8892
8893 Mon Feb  7 16:31:15 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
8894
8895         * Rename all "hppaosf" files to "hppaelf".
8896         * Change all "osf" references to "elf" in hppaelf files.
8897         * Makefile.in: Likewise.
8898         * configure.in: Likewise.
8899
8900 Sun Feb  6 20:31:56 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
8901
8902         * ldmain.c (main): Call xatexit, not atexit.
8903         Call xmalloc_set_program_name.
8904
8905         * ldlang.c (lang_size_sections): Check if bfd_relax_section set
8906         bfd_errno.
8907
8908 Sat Feb  5 03:54:34 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
8909
8910         * emultempl/lnk960.em (append), emultempl/hppaosf.em
8911         (hppaosf_finish): Call xmalloc, not ldmalloc.
8912         * ldmain.c (preserve_output): Function removed.
8913         (main): Do it here instead.
8914
8915 Fri Feb  4 23:02:19 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
8916
8917         * ldlang.h (LANG_FOR_EACH_{INPUT,OUTPUT}_SECTION): Delete (unused)
8918         GNU C specific macros.
8919
8920         * emultempl/hppaosf.em (hppaosf_finish): Expand the only remaining
8921         call to LANG_FOR_EACH_INPUT_SECTION.
8922
8923 Fri Feb  4 16:26:08 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
8924
8925         * ldmisc.c (ldmalloc, xmalloc, ldrealloc, xrealloc): Functions
8926         deleted; will use libiberty versions instead.
8927         * ldctor.c ldfile.c ldlang.c ldmain.c ldmisc.c ldmisc.h lexsup.c
8928         mri.c Makefile.in: Change callers.
8929
8930         * ldmisc.c (vfinfo): Remove cleanup code.
8931         * ldmain.c (remove_output): Put it here (new function).
8932         (preserve_output): New function.
8933         (main): Register remove_output and preserve_output with atexit.
8934         * ldmain.c ldgram.y: Call xexit instead of exit.
8935         * ldmisc.h: Declare xexit.
8936
8937 Fri Feb  4 15:19:01 1994  Steve Chamberlain  (sac@cygnus.com)
8938
8939         * Makefile.in: Lots of new H8/500 memory models.
8940
8941 Sun Jan 30 14:33:40 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
8942
8943         * ldlex.l: Removed duplicate rules.
8944         (yywrap): Provide default definition, needed with some versions of
8945         flex.
8946
8947 Fri Jan 28 09:12:56 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
8948
8949         * ldmisc.c (vfinfo): For `%I', if the file is in an archive, print
8950         the archive filename too.
8951
8952         * ldlex.l: Add rule to catch invalid input characters instead of
8953         printing them.  Include "ldmain.h" for program_name decl.
8954         (lex_warn_invalid): New function.
8955         * Makefile.in: Add dependency.
8956
8957 Fri Jan 28 12:58:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
8958
8959         * Makefile.in (check): Don't bother running any tests of
8960         cross-linker until the test suite no longer assumes native mode.
8961
8962 Thu Jan 27 17:19:54 1994  Steve Chamberlain  (sac@jonny.cygnus.com)
8963
8964         * ldlang.c (print_one_symbol, print_input_section):  Print
8965         global symbols in symbol table again.
8966
8967 Thu Jan 27 12:35:01 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
8968
8969         * ldmain.c ldmain.h ldgram.y: If -v -V or --version was given,
8970         exit successfully instead of complaining if no input files are
8971         given.
8972
8973 Tue Jan 25 13:19:41 1994  Stan Shebs  (shebs@andros.cygnus.com)
8974
8975         * Makefile.in: Format variable definitions consistently.
8976         (LD_PROG): Remove unnecessary variables from link command,
8977         change variable LOADLIBES to EXTRALIBS.
8978
8979         * ldmain.c (main): Compute and display total execution time.
8980         * ld.texinfo (-stats): Document the option.
8981
8982 Mon Jan 24 12:56:37 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8983
8984         * ldmain.c (reloc_overflow): Added name, reloc_name and addend
8985         arguments.
8986
8987         * ldlang.c (lookup_name): Set BFD GP size to -G argument value
8988         after opening BFD.
8989
8990         * ldlang.c (relaxing): Removed global variable.
8991         (lang_size_sections): If the canonical symbols have not already
8992         been read in, read them in before relaxing.
8993         * ldlang.h (relaxing): Removed declaration.
8994
8995 Fri Jan 21 00:44:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
8996
8997         * ldlang.c (new_afile): Initialize loaded field to false.
8998         (lookup_name): If file was already loaded, don't call the
8999         add_symbols entry point again.
9000
9001 Wed Jan 19 13:57:00 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
9002
9003         * ld.texinfo: Clarify what -T option does.
9004
9005 Tue Jan 18 16:18:15 1994  Steve Chamberlain  (sac@jonny.cygnus.com)
9006
9007         * scripttempl/m88kbcs.sc: Don't use CREATE_OBJECT_SYMBOLS, that's
9008         for a.out.
9009
9010 Tue Jan 11 13:22:04 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9011
9012         * ldmain.c (add_archive_element): If trace_files or
9013         trace_file_tries, print file name.
9014         * ldlang.c (lookup_name): Likewise.
9015         (ldlang_add_file): Don't put files on input_bfds list in reverse
9016         order.
9017
9018         * scripttempl/elf.sc: Correct typo.
9019
9020 Mon Jan 10 19:49:05 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
9021
9022         * ldgram.y, ldlex.l: Make the space between -e, -u, and -y and
9023         their arguments optional, for compatibility with the old GNU ld.
9024
9025 Fri Jan  7 20:00:24 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9026
9027         * scripttempl/elf.c: Define __bss_start before the .sbss section.
9028
9029 Thu Jan  6 00:13:10 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9030
9031         * ldmain.c (add_to_set): Add bitsize argument.
9032         (constructor_callback): New function.
9033         (link_callbacks): Add constructor_callback.
9034         * ldctor.c (struct set_info): Add bitsize field.
9035         (ldctor_add_set_entry): Add bitsize argument.
9036         (ldctor_build_sets): Base the size of the elements of the set on
9037         the bitsize, rather than always using LONG.
9038         * ldctor.h (ldctor_add_set_entry): Add bitsize to declaration.
9039
9040         * ld.h (QUAD_SIZE): Define.
9041         * ldgram.y (QUAD): New token.
9042         (length): Handle it.
9043         * ldlex.l: Return QUAD.
9044         * lexsup.c (keywords): Add QUAD.
9045         * ldwrite.c (build_link_order): Handle QUAD.
9046         * ldlang.c (print_data_statement): Handle QUAD.
9047         (lang_size_sections): Likewise.
9048         (lang_do_assignments): Likewise.
9049         * ldexp.c (exp_print_token): Add QUAD to table.
9050         * ld.texinfo: Describe QUAD.
9051
9052         * scripttempl/alpha.sc: Don't create .lit4 or .sdata sections,
9053         since the Alpha doesn't use them.
9054
9055 Wed Jan  5 17:42:16 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
9056
9057         * ldemul.h (ld_emulation_xfer_struct): Comment the members.
9058
9059 Sat Jan  1 13:39:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
9060
9061         * Makefile.in, configure.in: Add support for VSTa micro-kernel.
9062         * config/vsta.mt, emulparams/vsta.sh: New files for VSTa.
9063
9064 Sat Jan  1 10:53:35 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
9065
9066         * scripttempl/aout.sc: Pad .text to DATA_ALIGNMENT if relocating;
9067         needed for i386mach.  (Should be a no-op on other systems.)
9068
9069         * emulparams/i386mach.sh (SEGMENT_SIZE): Fix again.
9070         (PAGE_SIZE): Don't define; not used.
9071
9072 Fri Dec 31 16:12:06 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9073
9074         * ldgram.y (yyerror): Make argument const char *, and actually
9075         print it out rather than assuming it is a syntax error.
9076         * ldmisc.h: Change declaration of yyerror.
9077         * ldemul.c, ldwrite.c: Add /*ARGSUSED*/ as appropriate.
9078
9079 Fri Dec 31 11:37:28 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
9080
9081         * emulparams/i386mach.sh (NONPAGED_TEXT_START_ADDR): Don't include
9082         exec header offset, since the exec header isn't loaded.
9083         (PAGE_SIZE, SEGMENT_SIZE): Agree with bfd/i386mach3.c.
9084
9085 Thu Dec 30 13:01:43 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9086
9087         A major rewrite to move the bulk of the linker into BFD so that
9088         more efficient backend code can be written for specific object
9089         files.
9090         * lderror.c, lderror.h, ldindr.c, ldindr.h, ldsym.c, ldsym.h,
9091         ldwarn.c, ldwarn.h, relax.c, relax.h: Removed.
9092         * ldctor.c, ldctor.h: Complete rewrite.
9093         * ldwrite.c, ldwrite.h: Complete rewrite.
9094         * ld.h (strip_symbols_type, strip_symbols): Removed.  Use
9095         link_info.strip instead.  Changed all uses.
9096         (discard_locals_type, discard_locals): Removed.  Use
9097         link_info.discard instead.  Changed all uses.
9098         (ld_config_type): Removed relocateable_output field; use
9099         link_info.relocateable instead; changed all uses.  Added stats
9100         field.
9101         (set_asymbol_chain, get_asymbol_chain, get_loader_symbol,
9102         set_loader_symbol): Removed.
9103         * ldexp.h (node_class): Added etree_rel.
9104         (etree_type): Added rel field.
9105         * ldexp.c (exp_print_token): Bracketed table initialization.
9106         (exp_relop): New function.
9107         (fold_name): Use linker hash table rather than ldsym functions.
9108         (exp_fold_tree): Likewise.  Also, handle etree_rel case.
9109         (exp_print_tree): Handle etree_rel.
9110         * ldgram.y (strip_symbols, discard_locals): Removed.
9111         (OPTION_stats, OPTION_no_keep_memory): New tokens.  Handle them.
9112         (REL): New token.  Does not appear in grammar, but needed for
9113         expression code.
9114         (file): Don't call lang_final; it's called by main anyhow.
9115         * ldlex.l: Accept -stats and -no-keep-memory options.
9116         * ldlang.h (fill_type): Make unsigned int, not unsigned short.
9117         * ldlang.c: Consistently use fill_type for fill argument.
9118         (lang_init_script_file, script_file): Removed.
9119         (create_object_symbols): Removed.  Use
9120         link_info.create_object_symbols_section instead.  Changed all
9121         uses.
9122         (lang_add_keepsyms_file): Removed.
9123         (lookup_name): Call bfd_link_add_symbols instead of
9124         ldmain_open_file_read_symbol.
9125         (wild): Don't iterate over script_file.
9126         (open_output): Create link hash table.
9127         (lang_place_undefineds): Rewrote.
9128         (lang_size_sections): Handle relaxing (doesn't work yet).
9129         (lang_relocate_globals): Removed.
9130         (lang_finish): Use link hash table rather than ldsym functions.
9131         (lang_common): Rewrote.
9132         (lang_one_common): New function.
9133         (ldlang_add_file): Add file to link_info.input_bfds list.  Set
9134         usrdata.
9135         (create_symbol): Removed.
9136         (lang_process): Don't call lang_init_script_file.  Call
9137         ldctor_build_sets rather than find_constructors.  Don't call
9138         lang_relocate_globals.
9139         (lang_abs_symbol_at_beginning_of): Rewrote.
9140         (lang_abs_symbol_at_end_of): Rewrote.
9141         * ldmain.c (had_y): Removed.
9142         (lprefix, lprefix_len): Removed; use link_info fields instead.
9143         Changed all uses.
9144         (multiple_def_count, commons_pending, undefined_global_sym_count,
9145         total_symbols_seen, total_files_seen): Removed.
9146         (link_callbacks, link_info): New variables.
9147         (main): Initialize link_info.  Don't call init_bfd_error_vector or
9148         ldsym_init.  Don't set now unused variables.  Handle -stats.
9149         (get_emulation): Removed obsolete and nonfunctional GNU960 code.
9150         (add_ysym): Rewrote.
9151         (read_entry_symbols, refize, enter_global_ref, enter_file_symbols,
9152         search_library, gnu960_check_format, decode_library_subfile,
9153         linear_library, symdef_library, clear_syms, subfile_wanted_p):
9154         Removed.
9155         (add_keepsyms_file, add_archive_element, multiple_definition,
9156         multiple_common, add_to_set, warning_callback, undefined_symbol,
9157         reloc_overflow, reloc_dangerous, unattached_reloc, notice_ysym):
9158         New functions.
9159         * ldmisc.c (vfinfo): Accept a string for %T, not a symbol.  Don't
9160         require symbols for %C; look them up instead.
9161         * emultempl/hppaosf.em: Pass link_info to
9162         hppa_look_for_stubs_in_section.
9163         * Makefile.in: Rebuilt dependencies.
9164         (CFILES): Removed lderror.c, ldindr.c, ldsym.c, ldwarn.c, and
9165         relax.c.
9166         (HFILES): Removed lderror.h, ldindr.h, ldsym.h, ldwarn.h, and
9167         relax.h.
9168         (EMULATION_OFILES): Depend on bfdlink.h, ldmain.h, ldexp.h,
9169         ldlang.h and ldctor.h.
9170
9171         * Makefile.in (ldlex.c): Don't depend on ldgram.h.  Remove
9172         declarations of free and malloc from flex output.  Change malloc
9173         to ldmalloc in flex output.
9174
9175 Thu Dec 16 21:19:57 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
9176
9177         * ldmain.c (lprefix): Change default from a char to a string
9178         with only one character.
9179         (lprefix_len): Set default to one.
9180
9181         * ldmain.h (lprefix_len): Declare.
9182
9183         * ldsym.c (write_file_locals): Use strncmp rather than a character
9184         comparison for lprefix.
9185
9186         * emultmpl/m88kbcs.em (before_parse): Set lprefix and lprefix_len
9187         correctly.
9188
9189         * emultmpl/hppaosf.em: Include ldexp.h.
9190         (before_parse): Set lprefix and lprefix_len correctly.
9191
9192 Tue Dec 14 17:19:03 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9193
9194         * ldlex.h: Don't declare yywrap if it is a macro.
9195         * ldlex.l: Include sysdep.h.
9196         * ldlang.c (lang_for_each_statement_worker,
9197         lang_for_each_statement): Forgot to use PARAMS.
9198
9199 Mon Dec 13 14:30:03 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9200
9201         * Makefile.in: Added .PHONY targets where appropriate.  Added some
9202         comments.  Also:
9203         (gcclibdir, version): Removed unused variables.
9204         (DEP): New variable, set to mkdep.
9205         (ALL_CFLAGS): New variable.  Used in .c.o target.
9206         (CFILES, HFILES, GENERATED_CFILES, GENERATED_HFILES): New
9207         variables.
9208         (HEADERS, MANSOURCES, LDCSOURCES, GENERATED_SOURCES,
9209         GENERATED_HEADERS, LDSOURCES, BFD_SOURCES, SOURCES): Removed
9210         mostly obsolete variables.  Adjusted remaining uses.
9211         (DEF_EMUL): Removed variable.
9212         (ldmain.o): Handle undefined EMUL error correctly.
9213         (ldemul-list.h): Depend on config.status rather than Makefile.
9214         Create via temporary file.
9215         (ver960.c, roll, make): Removed obsolete targets.
9216         (.dep, .dep1, dep.sed, dep, dep-in): New targets.  Used to rebuild
9217         dependencies.
9218         * dep-in.sed: New file, used when rebuilding dependencies.
9219
9220 Sat Dec 11 14:43:44 1993  Ian Lance Taylor  (ian@deneb.cygnus.com)
9221
9222         Made many changes to eliminate gcc warnings.  Made various
9223         cosmetic changes, declared various things in header files, removed
9224         various extern declarations from .c files.  No substantive
9225         changes.
9226
9227         * ldlang.c (lang_process): Ifdef out final call to
9228         lang_size_sections again (reverting change of Nove 2), since it
9229         breaks the Sun4 linker.
9230
9231 Thu Dec  2 16:31:47 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9232
9233         * configure.in (alpha-*-netware*): New target; use alpha.
9234
9235 Wed Dec  1 14:04:20 1993  Ken Raeburn  (raeburn@cygnus.com)
9236
9237         * configure.in: Group targets by CPU.  Merge some m68k target
9238         entries with different CPU specs that use the same ld_target
9239         values.
9240
9241         * configure.in: Add sparc*-*-coff.
9242         * config/coff-sparc.mt, emulparams/coff_sparc.sh: New files.
9243         * Makefile.in (ALL_EMULATIONS): Add em_coff_sparc.o.
9244         (em_coff_sparc.c): Add dependencies and build rules.
9245
9246         * ldmisc.c (errno, sys_nerr, sys_errlist): Don't declare.
9247
9248 Wed Dec  1 12:19:55 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9249
9250         * ldgram.y (OPTION_call_shared, OPTION_non_shared, OPTION_Oval):
9251         New tokens.
9252         (command_line_option): Accept and ignore them (for now).
9253         * ldlex.l (<COMMAND>): Handle -non_shared, -call_shared, and -On
9254         where n is a number.
9255
9256 Mon Nov 22 14:14:29 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9257
9258         * ldmain.c (subfile_wanted_p): If merging a common symbol which is
9259         not in bfd_com_section, create the section in the BFD so that it
9260         can be placed in the right output section.
9261
9262 Fri Nov 19 14:12:39 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9263
9264         * configure.in (mips*-sgi-irix5*): New target.  Use mipsb-elf32.
9265         * emulparams/elf32mipsb.sh (DATA_ADDR): Define.
9266         (OTHER_READONLY_SECTIONS): Define for .reginfo.
9267         (EXECUTABLE_SYMBOLS): Define for _DYNAMIC_LINK.
9268         * scripttempl/elf.sc: Use EXECUTABLE_SYMBOLS when not relocating.
9269         Move OTHER_READONLY_SECTIONS after all the other readonly
9270         sections.  Don't use DATA_ADDR twice.
9271
9272         * ldmain.c (enter_file_symbols): Removed duplicate tests of p.  If
9273         p is in a common section, make sure the BFD has a section of that
9274         name.
9275
9276         * ldlang.c (lang_common): Add newline to error message.
9277
9278 Thu Nov 11 15:54:41 1993  Stan Shebs  (shebs@rtl.cygnus.com)
9279
9280         * emulparams/m68klynx.sh (SCRIPT_NAME): Define to use a
9281         Lynx-specific script instead of m68kcoff.
9282         (OUTPUT_FORMAT): Define as "coff-m68k-lynx".
9283         (ENTRY): Define as __main.
9284         (TEXT_START_ADDR): Define as 0.
9285         (PAGE_SIZE): Define as 0x1000.
9286         * emulparams/i386lynx.sh, emulparams/sparclynx.sh: Fix comment.
9287         * scripttempl/m68klynx.sc: New file.
9288
9289 Mon Nov  8 12:00:16 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9290
9291         * ldmain.c (get_emulation): Ignore -mips1, -mips2 and -mips3
9292         arguments rather than treating them as emulation names.
9293
9294 Fri Nov  5 09:02:52 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
9295
9296         * configure.in: Support x86 unixware and netware plus generic netware.
9297
9298 Fri Nov  5 21:47:55 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
9299
9300         * emulparams/i386mach.sh (TEXT_START_ADDR, NONPAGED_TEXT_START_ADDR):
9301         Correct values (?).
9302
9303 Wed Nov  3 15:10:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
9304
9305         * Makefile.in (distclean): Don't delete dvi or info files.
9306         (ld.info): Update dependency list.
9307         (ld.dvi): Ditto.  Extend TEXINPUTS to get bfdsumm.texi.
9308
9309 Wed Nov  3 12:07:39 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
9310
9311         * ldlang.c (lang_add_output): Take new arg, FROM_SCRIPT.
9312         Set output_filename instead of creating a new node.
9313         (open_output): Don't set output_filename.
9314         (lang_final): Create the new node here.
9315         * ldlang.c, ldlang.h, ldgram.y, mri.c: pass FROM_SCRIPT.
9316
9317 Tue Nov  2 15:45:51 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
9318
9319         From Pete Hoogenboom (hoogen@cs.utah.edu):
9320
9321         * scripttempl/hppaosf.sc: (___stack_zero, etext, _etext,
9322         edata, _edata, end): Add definitions of these symbols.
9323         (__end):  Remove definition of this symbol.
9324         (__data_start): Move definition of this symbol.
9325
9326         * emultempl/hppaosf.em:  Various fixes and support for linker stub
9327         generation.
9328         (hppaosf_finish, hppaosf_search_for_padding_statements,
9329         hppaosf_create_output_section_statements): New functions in
9330         support of linker stub generation.
9331         (ld_hppaosf_emulation):  Redefine to include new
9332         emulation-specific routines.
9333
9334         * ldlang.c (lang_process): Re-enable last call lang_size_sections.
9335         Pass abs_output_section rather than NULL to avoid invalidating
9336         absolute symbols.
9337
9338 Thu Oct 28 21:16:42 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
9339
9340         * Makefile.in (ALL_EMULATIONS): Add em_i386mach.o.
9341         (em_i386mach.c): New rule.
9342         * configure.in (i[34]86-*-mach*): New case.
9343         * config/i386-mach.mt: New file.
9344         * emulparams/i386mach.sh: New file.
9345
9346 Fri Oct 29 14:55:05 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9347
9348         * ld.h (flag_is_*): Removed macros.
9349         * ldmain.c (enter_global_ref), ldsym.c (write_file_locals):
9350         Consistently check the BFD symbol flags directly, rather than
9351         using file_is_* macros.
9352
9353 Thu Oct 28 19:08:42 1993  Stan Shebs  (shebs@rtl.cygnus.com)
9354
9355         * configure.in (sparc*-*-lynxos*): New target.
9356         * Makefile.in: Add rule for em_sparclynx.c.
9357         (ALL_EMULATIONS): Add Lynx emulations.
9358         * config/sparc-lynx.mt: New file.
9359         * emulparams/sparclynx.sh: New file.
9360         * scripttempl/sparccoff.sc: New file.
9361
9362 Thu Oct 28 13:50:25 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9363
9364         * Makefile.in: Add dependency for $(EMULATION_OFILES).
9365
9366 Mon Oct 25 16:09:24 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9367
9368         * relax.c (write_relax): Check return value of bfd_seclet_link.
9369
9370 Mon Oct 25 09:31:21 1993  Ken Raeburn  (raeburn@cygnus.com)
9371
9372         * ldlang.c (delete_output_file_on_failure): New variable.
9373         (open_output): Set it after bfd open succeeds.
9374         * ldmisc.c (vfinfo): Test it.
9375
9376         Changes from Peter Hoogenboom, hoogen@cs.utah.edu:
9377
9378         * ldsym.c (write_file_locals): Set the BSF_FILE flag for object
9379         symbols.
9380
9381         * ldemul.c: Support was added to allow emulation-specific
9382         processing to occur.  This support was added primarily for linker
9383         stub generation in the elf32-hppa gld.
9384         (ldemul_finish, ldemul_create_output_section_statements):  New
9385         functions.
9386         * ldemul.h: Support was added to allow emulation-specific
9387         processing to occur. (As described above.)  Added finish and
9388         create_output_section_statements fields to
9389         ld_emulation_xfer_struct structure.
9390         * ldlang.c: Add calls to emulation-specific routines.
9391         (lang_process):  Add call to
9392         ldemul_create_output_section_statements function.
9393         (lang_process):  Add call to a emulation-specific routine (and
9394         some processing after the call).
9395
9396 Fri Oct 22 20:54:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
9397
9398         * configure.in: mips*- instead of mips-, mips*el changes
9399
9400 Tue Oct 19 15:46:28 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9401
9402         * configure.in (alpha-*-osf*): New target; use alpha.mt.
9403         * Makefile.in (ALL_EMULATIONS): Added em_alpha.o.
9404         (em_alpha.c): New target; use alpha.sh and alpha.sc.
9405         * config/alphaosf.mh (NATIVE_LIB_DIRS, HOSTING_CRT0): Define.
9406         * config/alpha.mt: New file.
9407         * emulparams/alpha.sh: New file.
9408         * scripttempl/alpha.sc: New file.
9409
9410 Fri Oct 15 02:20:04 1993  Doug Evans  (dje@canuck.cygnus.com)
9411
9412         * ldlang.c (lang_size_sections, lang_common): ALIGN_N can't handle
9413         types of different sizes (eg: 64 and 32 bits), so coerce.
9414         * ld.h (ALIGN_N): Add warning about usage.
9415
9416 Wed Oct 13 16:02:39 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9417
9418         * ldmain.c (enter_global_ref): Just ignore any weak symbol for
9419         which we already have a definition, rather than checking in
9420         several different places whether the symbol is weak.
9421
9422 Tue Oct 12 17:30:51 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9423
9424         * configure.in (mips-*-elf*): New target; use mipsb-elf32.
9425         * scripttempl/elf.sc: Only use OTHER_READONLY_SECTIONS and
9426         OTHER_READWRITE_SECTIONS if relocating.  Shell variables are not
9427         expanded within them.
9428         * config/mipsb-elf32.mt: New file.
9429         * emulparams/elf32mipb.sh: New file.
9430         * Makefile.in (em_elf32mipb.c): New target.
9431
9432 Thu Sep 30 17:00:36 1993  Rob Savoye  (rob@darkstar.cygnus.com)
9433
9434         * ldgram.y: In input_list, change lang_input_file_is_file_enum to
9435         lang_input_file_is_search_file_enum so objects brought in using
9436         INPUT() do a path lookup.
9437
9438 Tue Sep 28 13:31:23 1993  Stan Shebs  (shebs@rtl.cygnus.com)
9439
9440         * configure.in: Change Lynx ld_target to be {i386,m68k}-lynx
9441         instead of {i386,m68k}-coff.
9442         * Makefile.in (em_i386lynx.c, em_m68klynx.c): New targets.
9443         * config/i386-lynx.mt: New file.
9444         * config/m68k-lynx.mt: New file.
9445         * emulparams/i386lynx.sh: New file.
9446         * emulparams/m68klynx.sh: New file.
9447
9448         * scripttempl/i386coff.sc: Make ENTRY get its value from ${ENTRY},
9449         but defaulting to _start.
9450
9451         * ldemul.c, ldfile.c, ldlang.c, ldmain.c, ldmisc.c, ldmisc.h,
9452         ldsym.c, ldwarn.c: Rename info to info_msg, to avoid conflict with
9453         LynxOS libc.
9454
9455 Thu Sep 23 14:51:03 1993  Ian Lance Taylor  (ian@cygnus.com)
9456
9457         * config/solaris2.mh: New file.  Define HOSTING_CRT0 and
9458         HOSTING_LIBS for testing.
9459
9460 Fri Sep 17 17:52:24 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9461
9462         Finish up support for i386-sysv4 (without shared libraries):
9463         * ld.h (flag_is_weak): Define.
9464         * ldlang.c (print_symbol): Mention whether symbol is weak.
9465         (print_input_section): Print weak symbols as globals.
9466         * ldmain.c (refize): Do not zero out BSF_WEAK flag.
9467         (enter_global_ref): Do not warn if a weak symbol redefines a
9468         global symbol.  Do not let a weak symbol redefine a common symbol.
9469         (enter_file_symbols): Treat weak symbols as global symbols.
9470         (subfile_wanted_p): Do not pull in an object file from a archive
9471         just to resolve an undefined weak symbol.
9472         * ldmisc.c (vfinfo): Don't needlessly malloc space after a fatal
9473         error; the error might be that malloc has run out of space.
9474         * ldsym.c (write_file_locals): Treat weak symbols as global.
9475         * configure.in (i[34]86-*-sysv4*, i[34]86-*-elf*): New targets;
9476         use i386-elf.
9477         * config/i386v4.mh: New file; set NATIVE_LIB_DIRS to /usr/ccs/lib.
9478         * config/i386-elf.mt: New file; set EMUL to elf_i386.
9479         * emulparams/elf_i386.sh: New file.
9480         * scripttempl/elf.sc: Use ${NOP} as filler (defaults to 0).
9481         * Makefile.in (NATIVE_LIB_DIRS): Define to be empty.
9482         (ALL_EMULATIONS): Add em_elf_i386.o.
9483         (GENSCRIPTS): Pass NATIVE_LIB_DIRS as sixth argument.
9484         (em_elf_i386.c): New target, like other em_*.c targets.
9485         ($(LD_PROG)): Pass $(CFLAGS) to $(CC).
9486         * genscripts.sh: Accept NATIVE_LIB_DIRS as sixth argument.  If
9487         nonempty, and configured for native, add it to LIB_PATH.
9488
9489 Fri Sep 17 13:07:39 1993  Stan Shebs  (shebs@rtl.cygnus.com)
9490
9491         * scripttempl/{h8300.sc,h8500.sc,i386coff.sc,m68kcoff.sc,sh.sc}:
9492         Added statements to pass stab and stabstr sections through and
9493         mark them as NOLOAD, which makes GDB happier.
9494
9495 Wed Sep 15 16:02:29 1993  Stan Shebs  (shebs@rtl.cygnus.com)
9496
9497         * configure.in: Accept m68k-lynx-lynxos config.
9498
9499         * Makefile.in: Use $(SHELL) to run genscripts.sh.
9500
9501 Sun Sep 12 16:04:40 1993  Doug Evans  (dje@cygnus.com)
9502
9503         * config/coff-h8300.mt: Add EMUL=h8300h.
9504
9505         * ldmain.c (main): Call set_scripts_dir after argv has been processed.
9506
9507 Fri Sep 10 09:36:29 1993  Jeffrey Wheat  (cassidy@cygnus.com)
9508
9509         * Makefile.in: Changed CXX back to g++.
9510
9511 Fri Sep 10 09:34:29 1993  Jeffrey Wheat  (cassidy@cygnus.com)
9512
9513         * Makefile.in: Fixed RUNTEST* CXX CXXFLAGS macros and check rule.
9514
9515 Fri Sep 10 07:26:57 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
9516
9517         * Makefile.in (TAGS): Use shell wildcards.
9518
9519 Tue Sep  7 18:04:54 1993  Jeffrey Osier  (jeffrey@cygnus.com)
9520
9521         * Makefile.in:  add TEXINPUTS variable and use it in ld.dvi target
9522
9523 Fri Sep  3 16:46:41 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
9524
9525         * ld.texinfo: re-enable included config file; conditionalize doc
9526         for -oformat to interact properly with SingleFormat doc config
9527         var; rename @up/@down to @raisesections/@lowersections.
9528
9529 Wed Aug 25 16:29:56 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
9530
9531         * configure.in: recognize m88110.
9532
9533 Tue Aug 24 18:49:40 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
9534
9535         From Peter Hoogenboom <hoogen@shafer.cs.utah.edu>:
9536         * emultempl/hppaosf.em (ld_hppaosf_emulation): Correct name for PA
9537         ELF emulation is "elf32-hppa" not "elf-big".
9538         (hppaosf_before_parse): Remove unneeded processing of environment
9539         variables.
9540         * scripttempl/hppaosf.sc: Include .hppa_linker_stubs sections in
9541         .text segment of output file.
9542         * emulparams/hppaosf.sh (OUTPUT_FORMAT): Use elf32-hppa.
9543
9544 Tue Aug 24 16:17:00 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
9545
9546         * ld.h: define BYTE_SIZE, SHORT_SIZE, and LONG_SIZE which are no
9547           longer in bfd.h.
9548
9549         * ldlang.c, ld.h: updated copyright.
9550
9551 Tue Aug 17 15:22:03 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9552
9553         * ldlang.c (open_output, lang_check): Check return value of
9554         bfd_set_arch_mach.
9555
9556 Tue Aug 17 07:02:19 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
9557
9558         * scripttempl/h8500.sc: Start all sections in a different segment.
9559         * scripttempl/z8ksim.sc: Handle constructors
9560
9561 Thu Aug 12 16:05:37 1993  Jeffrey Wheat  (cassidy@cygnus.com)
9562
9563         * Makefile.in: revert earlier changes back to execute runtest
9564           with make check. cdtest and bootstrap now function as they
9565           did within the Makefile.
9566
9567 Thu Aug 12 10:20:05 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
9568
9569         * Makefile.in:  Update dependencies.
9570
9571         * configure.in: Set EMULATION_OFILES in Makefile based on
9572         --with-targets option.
9573
9574 Thu Aug 12 08:52:29 1993  Jeffrey Wheat  (cassidy@cygnus.com)
9575
9576         * Makefile.in: check targets reimplemented to old way.
9577
9578 Wed Aug 11 08:26:11 1993  Ian Lance Taylor  (ian@cygnus.com)
9579
9580         * config/i386v.mh, config/irix4.mh: Use gcc
9581         -print-libgcc-file-name rather than $(libdir)/libgcc.a.
9582         * config/i386sco.mh: New file; copy of i386v.mh to correspond to
9583         bfd/configure.host change.
9584
9585 Mon Aug  9 14:25:35 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
9586
9587         * scripttempl/elf.sc: Handle .line and .debug* sections.
9588
9589         * ldlex.l: Use bfd_scan_vma, not strtoul.
9590
9591 Fri Aug  6 08:57:39 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
9592
9593         * ldexp.c, ldfile.c, ldlang.c, lexsup.c, ldmain.c, ldemul.c:
9594         Remove inital caps in some error messages, change "can't" to
9595         "cannot", add missing colons.
9596         * ldmisc.c (vfinfo): Print "%%" as a single %.
9597         For '%' followed by unrecognized character, print them both
9598         verbatim instead of expecting a char * arg.
9599         For '%C', don't put the function name in parens.
9600
9601         * ldexp.c (invalid): Pass "%%", not "% ".
9602
9603 Fri Aug  6 14:31:22 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9604
9605         * scripttempl/mips.sc: Always define _ftext, _fdata, _fbss.
9606         (BSS_VAR): Removed; now always define _fbss.
9607         * emulparams/mipsidt.sh, emulparams/mipsidtl.sh (BSS_VAR):
9608         Removed.
9609
9610 Thu Aug  5 15:55:19 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
9611
9612         * configure.in: z8k-coff is the same as z8k-sim
9613
9614 Wed Aug  4 21:00:18 1993  Jeffrey Wheat  (cassidy@cygnus.com)
9615
9616         * testsuite/lib/ld.exp: new file
9617         * testsuite/config/unix-ld.exp: new file
9618         * testsuite/ld.bootstrap/bootstrap.exp: new file
9619         * Makefile.in: add dejagnu support for make check
9620
9621 Wed Aug  4 17:52:32 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
9622
9623         * ldlex.l (comment): Add missing newline in message.
9624         * ldindr.c (add_indirect): Ditto.
9625         * ldexp.c (exp_fold_tree): Ditto.
9626
9627 Tue Aug  3 10:57:41 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
9628
9629         * ldgram.y, ldlex.l, mri.c, ldwrite.c: Change multiple commons
9630         into externs.
9631
9632         * ldmisc.c (multiple_warn): New function.
9633         * ldmisc.h: Declare it.
9634         * ldmain.c (enter_global_ref): Call it.
9635         * ld.h (ld_config_type): Add warn_common.
9636         * ldlex.l, ldgram.y: Set it with -warn-common option.
9637         * ldver.c (help): Document it.
9638
9639 Mon Aug  2 12:04:36 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
9640
9641         * scripttempl/elf.sc: Add hooks for .sdata, .sbss, and
9642         target-specific sections, and for changing data section vma.
9643
9644 Mon Jul 26 14:00:02 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
9645
9646         * ldgram.y (OPTION_Qy, OPTION_Y, OPTION_dn, OPTION_YP): New
9647         terminals, for Solaris.
9648         (dirlist_ptr): New static variable.
9649         (command_line_option): Accept new options.
9650
9651         * ldlex.l: Accept command-line options "-Qy", "-dn", "-Y", and
9652         "-YP,...".
9653
9654         * config/sun4sol2.mt: Pass emulation name without ".sh".
9655
9656         * emulparams/elf32_sparc.c: Renamed from elf32-sparc.c.
9657         * config/sun4sol2.mt (em_elf32_sparc.c): Adjusted accordingly.
9658
9659 Fri Jul 23 13:51:09 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
9660
9661         * scripttempl/elf.sc: Add support for .init, .fini, .ctors,
9662         .dtors, .data1, .rodata1 sections, instead of combining them into
9663         other sections.  For `-r', set all section start addresses to
9664         zero.
9665
9666         * emulparams/elf32-sparc.sh (TEXT_START_ADDR,
9667         NONPAGED_TEXT_START_ADDR): Value should be 0x10100.
9668         (MAXPAGESIZE): Renamed from PAGE_SIZE.
9669
9670 Wed Jul 21 14:28:42 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
9671
9672         * genscripts.sh: If this is the default emulation, set
9673         COMPILE_IN.
9674         * emultempl/*.em: Use it to determine whether to compile in the
9675         scripts.
9676
9677         * Makefile.in (GENSCRIPTS): Pass the default emulation name to
9678         genscripts.sh.  Pass the current emulation name without ".sh" on
9679         the end.
9680         * genscripts.sh: Take an default emulation arg.
9681         Use the current emulation name as EMULATION_NAME.
9682         Make default lib path for cross-compiling ':', not null.
9683         * emulparams/*.sh: Don't set EMULATION_NAME.
9684         * ldemul.c (ldemul_get_script): Take isfile arg.
9685         Pass it to emulation's get_script function.
9686         * ldemul.h: Adjust get_script prototypes.
9687         * ldfile.c (ldfile_find_command_file): Renamed from find_a_name.
9688         No longer static.
9689         * ldfile.h: Declare it.
9690         * ldgram.y: Accept a script on the command line again,
9691         for parsing compiled-in scripts.
9692         * ldmain.c (main): If ld script is a file, parse it as a -T
9693         option, otherwise parse it directly.
9694         * emultempl/*.em (*get_script): Return the scripts themselves if
9695         this is the default emulation; otherwise return their file names.
9696         * emultempl/m88kbcs.em: New file, to take m88kbcs #ifdef out of
9697         generic.em.
9698         * emulparams/m88kbcs.sh: Use it.
9699
9700         * ld.h (ld_config_type::unix_relocate): Remove unused element.
9701
9702 Tue Jul 20 12:01:49 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
9703
9704         * Makefile.in (ALL_EMULATIONS): Delete em_i386linux.o (for which
9705         there's no change log entry yet, tsk tsk) from the list of
9706         emulations compiled in until Mark gets around to checking in
9707         emulparams/i386linux.sh.
9708         (ldemul-list.h): Depend on Makefile, so if EMULATION_OFILES is
9709         changed, this file gets updated.
9710
9711 Fri Jul 16 14:14:32 1993  Ian Lance Taylor  (ian@cygnus.com)
9712
9713         * ldgram.y (OPTION_Lfile): New token.
9714         (command_line_option): Accept OPTION_L NAME (whitespace after -L).
9715         * ldlex.l (<COMMAND>): Accept -L without FILENAME.
9716
9717 Fri Jul 16 13:44:26 1993  Doug Evans  (dje@canuck.cygnus.com)
9718
9719         * configure.in: h8/300h support needs own .mt file.
9720         config/coff-h8300h.mt: New file.
9721
9722 Thu Jul 15 12:44:35 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
9723
9724         * ldmain.c: Don't include sys/stat.h; it already got included
9725         somewhere along the way.
9726
9727 Thu Jul 15 14:43:34 1993  Doug Evans  (dje@canuck.cygnus.com)
9728
9729         * Makefile.in: Add h8300h support.
9730         emulparams/h8300h.sh: New file.
9731         scripttempl/h8300h.sc: New file.
9732
9733 Thu Jul 15 12:44:35 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
9734
9735         * ldfile.c (ldfile_open_file): In error message, use the name the
9736         user gave (e.g., "-lc"), rather than the base file name.
9737
9738         * ldexp.c (exp_fold_tree): Don't assign an int to an enum.
9739
9740         * ldmain.[ch]: Remove initial Q_ from function names.
9741         * ldexp.c, ldindr.c, ldlang.c: Change callers.
9742
9743         * ldfile.c, ldmain.c, ldgram.y: Rename option_v to trace_file_tries.
9744
9745         * ldlang.c (lang_process): Move loading of default script from
9746         here to main.  Add a "/" to start of script name to prevent
9747         finding it in "." first.
9748
9749         * ldmain.c (set_scripts_dir): Don't look in "." first.
9750
9751         * ldgram.y, ldlang.c, ldsym.c: Remove traces of unused var
9752         option_longmap.
9753
9754 Thu Jul 15 10:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
9755
9756         * Makefile.in (em_m88kbcs.c): Correct dependency.
9757         * scripttempl/m88kbcs.sc: It's ARCH, not arch.  Removed TARGET
9758         statement.  Changed OUTPUT_FORMAT to use ${OUTPUT_FORMAT}.
9759         * emulparams/m88kbcs.sh: It's coff-m88kbcs, not m88kbcs.
9760
9761 Wed Jul 14 21:42:53 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
9762
9763         * ldfile.c (ldlang_open_file, ldfile_open_command_file),
9764         main.c (main): Print the errno string in the error message.
9765
9766 Tue Jul 13 20:00:30 1993  Doug Evans  (dje@canuck.cygnus.com)
9767
9768         * configure.in: Accept h8300h for target cpu.
9769
9770         * ldmisc.c (vfinfo): Have demangle remove leading underscore if
9771         present (demangle is smart enough to know whether to do it or not).
9772
9773 Mon Jul 12 11:45:48 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
9774
9775         * ldmain.c (set_scripts_dir): Check . and <ld bin dir>/../lib for
9776         ldscripts, as well as <ld bin dir> and SCRIPTDIR.
9777
9778         * ldlang.c (lang_process): Use sizeof instead of magic constant.
9779
9780         * ldmain.c (get_emulation, check_for_scripts_dir,
9781         set_scripts_dir):  New functions.
9782         (main): Call them.
9783
9784 Mon Jul 12 10:57:03 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
9785
9786         * scripttempl/elf.sc: Include .init, .fini, .rodata sections.
9787         Create symbol "end" instead of "__end".  Comment out some parts
9788         that may not be needed (yet) for elf.
9789
9790         * configure.in: Accept sparc-elf and sparc-solaris2 configs.
9791
9792 Thu Jul  8 15:33:32 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
9793
9794         * Makefile.in (ALL_EMULATIONS): Include $(OTHER_EMULATIONS).
9795
9796         * ldmisc.h (einfo, minfo, info): Don't bother with PARAMS macro
9797         when no prototype is being supplied.
9798         (ldmalloc, ldrealloc): Size argument is now size_t.
9799
9800         * ldmisc.c (finfo): New function, accepts FILE* argument.
9801         (vfinfo, case 'v'): New format character; displays bfd_vma in hex
9802         without leading zeros.
9803         (vfinfo, cases 'R' and 'C'): Use finfo(%v) when displaying a
9804         bfd_vma value, instead of fprintf(%x) which won't hold a long long
9805         value.
9806         (concat, buystring): String lengths are size_t.
9807         (ldmalloc, ldrealloc, xrealloc): Size argument is now size_t.
9808
9809         * ldlang.c (new_statement): Size argument is now size_t.  Added
9810         forward declaration with prototype.
9811
9812 Thu Jul  8 10:53:47 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
9813
9814         * ldgram.y (OPTION_v): Don't turn on verbose output.
9815
9816 Wed Jul  7 17:10:45 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
9817
9818         * ldlex.l: Get rid of local typedef for bfd_vma!  Get it from
9819         bfd.h instead.
9820
9821 Wed Jul  7 11:33:12 1993  Ian Lance Taylor  (ian@cygnus.com)
9822
9823         * Makefile.in (install): Don't install as $(tooldir)/bin/gld;
9824         collect2 doesn't look for gld any more anyhow.
9825
9826 Mon Jul  5 14:29:48 1993  Ian Lance Taylor  (ian@cygnus.com)
9827
9828         * ldlang.c (lang_relocate_globals): Skip indirect symbols, which
9829         now have a non NULL srefs_chain.
9830
9831         * config/hp300hpux.mt: Use emulation hp3hpux rather than
9832         hp300hpux, since the latter does not exist.
9833
9834 Fri Jul  2 18:06:05 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
9835
9836         * genscripts.sh: Put the scripts in the ldscripts directory, not
9837         emulations.
9838         * configure.in (ldscripts): Make, instead of emulations.
9839         * Makefile.in (scriptdir): Take off the "ld" part.
9840         (install, clean, distclean): Use ldscripts, not emulations.
9841         In tests, don't pass -Lemulations.
9842         Don't pass tooldir/lib to genscripts.sh.
9843         * genscripts.sh: Don't take tooldir/lib arg.
9844         * ldlang.c (lang_process): Add "ldscripts/" to the name of the
9845         default script file.
9846
9847 Fri Jul  2 17:13:35 1993  Doug Evans  (dje@canuck.cygnus.com)
9848
9849         * scripttempl/h8300.sc: Add .tors section for constructor/destructors.
9850
9851 Thu Jul  1 16:38:45 1993  Doug Evans  (dje@canuck.cygnus.com)
9852
9853         * config/coff-h8300.mt: EMUL=h8300hms -> h8300.
9854
9855 Wed Jun 30 15:45:55 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
9856
9857         * Makefile.in (.y.c): skip default .y.c rules. gnu make can now
9858           run in parallel without colliding on yacc's static file names.
9859           Without the stub rule, make will try to start two yacc's
9860           concurrently which fails because of yacc's static file names.
9861
9862 Tue Jun 29 12:20:36 1993  Ian Lance Taylor  (ian@cygnus.com)
9863
9864         * ldmain.c (subfile_wanted_p): Don't dump core if there are no
9865         symbols.
9866
9867 Mon Jun 28 12:22:11 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
9868
9869         * genscripts.sh (LIB_PATH): Only add /usr/local/lib if it's
9870         different from libdir.
9871
9872         * Makefile.in (scriptdir): Base on tooldir, not datadir.
9873
9874 Sat Jun 26 12:03:57 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
9875
9876         * ldver.c (help): New function.
9877         * ldver.h: Declare it.
9878         * ldlex.l, ldgram.y: Recognize new options --help and --version.
9879
9880 Mon Jun 21 20:39:48 1993  Ken Raeburn  (raeburn@poseidon.cygnus.com)
9881
9882         * Makefile.in (INCLUDES): Don't need ../include any more.
9883
9884 Mon Jun 21 16:38:35 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
9885
9886         * ldlex.l, ldgram.y: Support new -oformat option.
9887         Remove attempt at supporting script fragments on the command line.
9888         * ldlang.c (lang_add_output_format): Take new arg, FROM_SCRIPT.
9889         * mri.c (mri_format), ldgram.y: Change callers.
9890         * ldlang.h: Change prototype.
9891
9892 Thu Jun 17 16:53:56 1993  david d `zoo' zuhn (zoo@cygnus.com)
9893
9894         * Makefile.in: canonicalize install.sh; for use within
9895         this directory (and subdirs)
9896
9897 Thu Jun 17 14:33:09 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
9898
9899         * ldgram.y: Tweak grammar to make reporting of invalid options work.
9900
9901         * Makefile.in (.cc.o): Restore .SUFFIXES entry for .cc
9902         and .cc.o rule.
9903
9904 Wed Jun 16 11:45:32 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
9905
9906         * ldfile.c (ldfile_open_command): Don't try .ld extension.
9907         It wasn't documented (or likely used) and wastes time.
9908         (try_open): If EXTEN is empty, don't try it.
9909
9910         * ldctor.c, lderror.c, ldexp.c, ldfile.c, ldindr.c, ldlang.c,
9911         ldlex.l, ldmain.c, ldmisc.c, ldsym.c, ldver.c, ldwarn.c,
9912         ldwrite.c, lexsup.c, mri.c, relax.c: Replace DEFUN macro calls
9913         with normal function declarations.
9914
9915         * Move *.em to emultempl/*.em.  Move *.sh to emulparams/*.sh.
9916         Move *.sc-sh to scripttempl/*.sc.
9917         * {emultempl,emulparams,scripttempl}/README: New files.
9918         * sh.em, st2000.em, z8ksim.em, h8300hms.em, h8500hms.em: Files
9919         removed, replaced with generic.em.
9920         * h8300.sh, h8500.sh, h8300.sc, h8500.sc: Renamed from
9921          h8[35]00hms.s[ch].  Change their contents to omit the "hms".
9922
9923         * *.em (*_get_script): Return script name instead of script contents.
9924         * ldlang.c (lang_process): Change caller.
9925
9926         * ldlex.l, ldgram.y: Recognize -m option.
9927         Check for input files after *all* options in grammar.
9928         * ldmain.c (main): Check for -m options.  Add default directory
9929         for -m.
9930
9931         * mkscript.c: File removed.
9932         * genscripts.sh: Take two more parameters, tooldirlib and libdir,
9933         to add to the default LIB_PATH.
9934         Look for input files in the new subdirectories.
9935         Create the scripts in emulations subdirectory and don't filter
9936         them through mkscript.
9937         * configure.in: Make the emulations subdirectory.
9938
9939         * Makefile.in: Account for all of the above changes.
9940         Remove unused .SUFFIXES.  Get libgcc.a path with gcc
9941         -print-libgcc-file-name instead of $(libdir)/libgcc.a.
9942         Put CFLAGS last in the compilation rules.
9943         Add -I../bfd to INCLUDES so sysdep.h is found.
9944
9945 Tue Jun 15 23:04:46 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
9946
9947         * Makefile.in (INCLUDES): Look in ../include, not ../bfd.
9948
9949         * aout.sc-sh: Add SHLIB_PATH like STACKZERO.  Make STACKZERO
9950         dependent on RELOCATING, not RELOCATION.
9951         * hp3hpux.sh (SHLIB_PATH): Define it.
9952
9953 Mon Jun 14 19:06:15 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
9954
9955         * ldfile.c (try_open): If opening without the extension fails,
9956         try with the extension even if -v or -V was given.
9957         had_script is imported (from ldgram.y), not exported.
9958
9959 Mon Jun 14 16:26:10 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
9960
9961         * Makefile.in: remove parentdir support, use INSTALL_XFORM
9962
9963 Thu Jun 10 14:00:06 1993  Ian Lance Taylor  (ian@cygnus.com)
9964
9965         * ldexp.c (exp_fold_tree): Don't lose the old flag bits.
9966         * ldgram.y (statement_list_opt): New nonterminal, either empty or
9967         statement_list.
9968         (section): Use statement_list_opt, not statement_list.
9969         * m68kcoff.sc-sh: Gather constructors and destructors and define
9970         __CTOR_LIST__ and __DTOR_LIST__ appropriately.
9971         * sa29200.sc-sh: Gather constructors and destructors and define
9972         ___CTOR_LIST__ and ___DTOR_LIST__ appropriately.
9973
9974 Mon Jun  7 12:53:28 1993  Per Bothner  (bothner@rtl.cygnus.com)
9975
9976         * Makefile.in (INCLUDES):  Add -I../bfd for sysdep.h and bfd.h.
9977         * configure.in:  No longer need to configure to get sysdep.h.
9978
9979 Fri Jun  4 16:18:24 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
9980
9981         * Makefile.in: remove install:all and install-info:info
9982         dependencies (these cause some spurious rebuilds at 'make install'
9983         time)
9984
9985 Fri Jun  4 08:50:14 1993  Ian Lance Taylor  (ian@cygnus.com)
9986
9987         * configure.in (mips-idt-ecoffl*): New target; use mips-idtl.
9988         (mips-idt-ecoff*): Added trailing '*'.
9989         * config/mips-idtl.mt: New file; use EMUL of mipsidtl.
9990         * mipsidtl.sh: New file; like mipsidt.sh, but little endian.
9991         * Makefile.in (ALL_EMULATIONS): Added em_mipsidtl.o.
9992
9993         * config/sun3.mh (HOSTING_LIBS, HOSTING_EMU): Removed obsolete and
9994         incorrect definitions.
9995
9996 Tue Jun  1 14:56:10 1993  Per Bothner  (bothner@rtl.cygnus.com)
9997
9998         * ldsym.c (write_file_locals):  Write BSF_CONSTRUCTOR
9999         symbols, unless stripping.
10000
10001 Tue May 25 15:34:25 1993  Ian Lance Taylor  (ian@cygnus.com)
10002
10003         * Makefile.in: configure looks for ####, so remove lines with many
10004         '#' characters.
10005         * config/irix4.mh, config/i386v.mh: New files; set HOSTING_CRT0
10006         and HOSTING_LIBS correctly so that ``make check'' will work.
10007
10008 Thu May 20 13:56:16 1993  Per Bothner  (bothner@deneb.cygnus.com)
10009
10010         * mips.sc-sh:  Define _etext, _edata, and _end, in addition
10011         to etext, edata, and end.  Needed for IRIX 4.0.5F.
10012         Patch from mwp@iconix.oz.au (Michael Paddon).
10013
10014         * Version 2.2.1 released.
10015
10016 Thu May 20 11:42:06 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
10017
10018         * mipsbsd.sc-sh: Renamed from aout-mipsbsd.sc-sh.
10019         * mipsbsd.sh (EMULATION_NAME): Use new file name.
10020
10021 Tue May 18 17:10:24 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
10022
10023         * Makefile.in (LDDISTSTUFF): Remove ld.mm since we can't build it
10024         properly right now.
10025
10026         * Version 2.2 released.
10027
10028 Mon May 17 15:37:28 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
10029
10030         * ldver.c (ldversion): Bump version number to 2.2.
10031
10032 Mon May 17 12:44:31 1993  Per Bothner  (bothner@cygnus.com)
10033
10034         * NEWS:  New file.
10035
10036 Fri May 14 11:26:24 1993  Ian Lance Taylor  (ian@cygnus.com)
10037
10038         * mips.sc-sh: Don't define BSS_VAR unless relocating.
10039
10040 Wed May 12 13:33:29 1993  Ian Lance Taylor  (ian@cygnus.com)
10041
10042         * Makefile.in (mkscript.o, mkscript): Build mkscript via
10043         mkscript.o, rather than directly from mkscript.c.
10044
10045 Tue May  4 21:58:56 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
10046
10047         * configure.in: Look for ${target_makefile_frag} relative to
10048         ${srcdir}, not relative to build directory.
10049
10050         * hppaosf.em, hppaosf.sc-sh, hppaosf.sh: New files.
10051         * configure.in: Recognize hppa*-hp-osf.
10052         * Makefile.in (ALL_EMULATIONS): Include hppaosf emulation.
10053         (em_hppaosf.c): Build it.
10054         * config/hppaosf.mh, hppaosf.mt: New files.
10055
10056         * ld.h (ALIGN_N): Renamed from ALIGN, because that conflicted with
10057         some system header files.  All uses changed.
10058
10059         * configure.in: Recognize i386-aix configurations as i386-coff
10060         targets.
10061
10062         * configure.in: Recognize m68*-*-hpux.
10063         * aout.sc-sh: If STACKZERO and RELOCATING are both defined, output
10064         the value of STACKZERO.
10065         * Makefile.in (ALL_EMULATIONS): Include hp300-hpux emulation.
10066         (em_hp3hpux.c): Build it.
10067         * hp3hpux.sh, config/hp300hpux.mt: New files.
10068
10069 Tue May  4 12:37:35 1993  Ian Lance Taylor  (ian@cygnus.com)
10070
10071         * mips.sc-sh: Put constructors in the .data section.
10072         * Makefile.in (cdtest): Added dependency on ld.new.
10073
10074 Mon May  3 19:43:39 1993  Per Bothner  (bothner@cygnus.com)
10075
10076         * Makefile.in:  Change definition of $(tooldir) to match FSF.
10077         * vax.sh, config/vax.mt, configure.in, Makefile.in:
10078         Support VAX Ultrix and BSD.
10079
10080 Mon Apr 26 18:35:47 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
10081
10082         * sh.em, sh.sh, sh.sc-sh: New files supporting Hitachi SH.
10083
10084 Wed Apr 14 21:01:51 1993  John Gilmore  (gnu@cygnus.com)
10085
10086         * ldlang.h (struct memory_region):  Change `length' and
10087         `old_length' fields to bfd_size_type.  Eliminate use of bfd_offset.
10088         * ldlang.c, mri.c:  Corresponding changes, plus lint.
10089
10090 Thu Apr  8 22:08:18 1993  Ian Lance Taylor  (ian@cygnus.com)
10091
10092         * configure.in: For all i386 targets, accept i486 as well.
10093
10094 Mon Apr  5 17:33:39 1993  Ian Lance Taylor  (ian@cygnus.com)
10095
10096         * ldlang.c (wild_doit): Preserve all flags for a
10097         SEC_SHARED_LIBRARY section.
10098         (size_input_section): Consider any SEC_HAS_CONTENTS section when
10099         computing largest_section.
10100
10101 Fri Apr  2 14:33:52 1993  Ian Lance Taylor  (ian@cygnus.com)
10102
10103         * ldlang.c (lang_output_section_statement_lookup): Initialize all
10104         fields of newly created structure.
10105
10106 Wed Mar 31 18:19:15 1993  Ian Lance Taylor  (ian@cygnus.com)
10107
10108         * ldmain.c (g_switch_value): New variable.
10109         * ldgram.y (OPTION_G, OPTION_Gval): New tokens.
10110         (command_line_option): Accept -G and set g_switch_value.
10111         * ldlex.l (COMMAND): Accept -G.
10112         * ldlang.c (open_output): Call bfd_set_gp_size on new BFD.
10113
10114 Tue Mar 30 09:40:25 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
10115
10116         Support for linking and loading at different places:
10117
10118         * ldlex.l: Add "AT" keyword.
10119         * ldgram.y: Cleanup, and parse AT.
10120         * ldlang.c (print_output_section_statement): Print output address
10121         of section in map. (lang_size_sections): Fill sections' lma with
10122         load address.
10123         * ldlang.h (lang_output_section_statement_type): Add load_base
10124         information.
10125
10126         * ldindr.c (add_indirect): Keep more information in the alias
10127         symbol chain.
10128         * ldlang.c (wild_doit):  Don't inherit NEVER_LOAD section
10129         attribute from an input section.
10130         * ldmain.c (Q_enter_file_symbols): Common section is NEVER_LOAD by
10131         default. (Q_enter_file_symbos): Indirect symbols now are known by
10132         their section, not a special symbol flag.
10133         * ldsym.c (write_file_locals): Indirect symbols aren't local.
10134         (write_file_globals): Write the mapping for an indirect symbol.
10135         * relax.c (build_it): When forced to write a NEVER_LOAD section,
10136         fill it with zeros.
10137
10138 Tue Mar 23 13:24:10 1993  Jeffrey Osier  (jeffrey@fowanton.cygnus.com)
10139
10140         * ld.texinfo:  changes for q1
10141
10142 Tue Mar 23 00:13:29 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10143
10144         * Makefile.in: add dvi target, define & use TEXI2DVI, add installcheck
10145
10146 Mon Mar  8 20:30:35 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10147
10148         * Makefile.in: rename HOST_CC to CC_FOR_BUILD
10149
10150 Thu Mar  4 12:44:33 1993  Ian Lance Taylor  (ian@cygnus.com)
10151
10152         * mips.sc-sh: Added variables which may be overridden by a
10153         specific emulation.
10154         * mipsidt.sh: New file; emulation for IDT MIPS board.
10155         * Makefile.in (ALL_EMULATIONS): Added em_mipsidt.o.
10156         (em_mipsidt.c): New target.  Uses mipsidt.sh and mips.sc-sh.
10157         * config/mips-idt.mt: New file; sets EMUL to mipsidt.
10158         * configure.in (mips-idt-ecoff): New target; uses mips-idt.
10159
10160 Sat Feb 27 00:00:14 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
10161
10162         * aout-mipsbsd.sc-sh, mipsbsd.sh: New files from Ralph Campbell,
10163         ralphc@pyramid.com.
10164         * i386bsd.sh, config/i386bsd.mt: New files.
10165         * configure.in, Makefile.in: Added support for mipsbsd and 386bsd.
10166
10167 Thu Feb 25 15:33:10 1993  Per Bothner  (bothner@rtl.cygnus.com)
10168
10169         * mri.c:  Add extern declaration of strdup.
10170         * ldsym.c (KEEP macro):  Add spaces around '=' for the
10171         sake of old (e.g. PCC) compilers.
10172
10173 Wed Feb 24 19:49:31 1993  Per Bothner  (bothner@rtl.cygnus.com)
10174
10175         * ldver.c:  Bump to version 2.1.
10176
10177 Fri Feb 12 08:09:11 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
10178
10179         * ldgram.y: allow section types without address  expressions.
10180         * ldlang.c (lang_relocate_globals): avoid possible hang with
10181         undefined but unreferenced symbols.
10182         * relax.c (relax_section): don't complain if the script file isn't
10183         relaxable but -relax is set
10184
10185 Thu Feb 18 17:58:45 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10186
10187         * configure.in: go32 is the 3rd part of the triple, not the 2nd
10188
10189 Wed Feb  3 09:05:56 1993  Ian Lance Taylor  (ian@cygnus.com)
10190
10191         * mipsbig.sh: New file.  Big endian MIPS emulation.
10192         * config/mips-big.mt: New file.  Use mipsbig emulation.
10193         * configure.in (mips-sgi-irix*): Use target mips-big.
10194         * Makefile.in (ALL_EMULATIONS): Added em_mipsbig.o.
10195         (em_mipsbig.c): New target.  Uses mipsbig.sh.
10196
10197 Tue Feb  2 11:32:27 1993  Ian Lance Taylor  (ian@cygnus.com)
10198
10199         * mips.sc-sh: Put .scommon sections into .sbss section.
10200
10201         * ldmain.c (subfile_wanted_p): Preserve section of common symbols,
10202         rather than always putting them in bfd_com_section.
10203         * ldlang.c (lang_common): If a common symbol is not in
10204         bfd_com_section, put in a section of the same name, rather than
10205         always putting it in section COMMON.
10206
10207 Fri Jan 29 09:57:58 1993  Ian Lance Taylor  (ian@cygnus.com)
10208
10209         * ldmain.c (subfile_wanted_p): If we already have a common
10210         definition of a symbol, don't necessarily pull in an object file
10211         that provides a non-common definition.
10212
10213         * ldlex.l (COMMAND): Accept -EB and -EL command line arguments,
10214         returning OPTION_EB and OPTION_EL.  gcc passes these to a MIPS
10215         linker.
10216         * ldgram.y (OPTION_EB, OPTION_EL): New tokens.
10217         (command_line_option): Accept and ignore OPTION_EB and OPTION_EL.
10218
10219 Thu Jan 28 15:12:04 1993  Ian Lance Taylor  (ian@cygnus.com)
10220
10221         * Makefile.in (install): Remove $(tooldir)/bin/gld before creating
10222         the link to it.
10223
10224 Tue Jan 26 11:49:50 1993  Ian Lance Taylor  (ian@cygnus.com)
10225
10226         * ldmain.c, ldsym.c: Use new bfd_is_com_section macro rather than
10227         checking for equality to bfd_com_section.
10228
10229 Fri Jan 22 14:22:44 1993  Ian Lance Taylor  (ian@cygnus.com)
10230
10231         * mips.sc-sh: New file.  Ultrix, and hopefully other MIPS ECOFF
10232         targets, linker script.
10233         * mipslit.sh: New file.  Little endian MIPS emulation.
10234         * config/mips-lit.mt: New file.  Use mipslit emulation.
10235         * configure.in (mips-dec-ultrix*): Use target mips-lit.
10236         * Makefile.in (ALL_EMULATIONS): Added em_mipslit.o.
10237         (em_mipslit.c): New target.  Uses mipslit.sh.
10238
10239 Thu Jan 14 15:30:27 1993  Ian Lance Taylor  (ian@cygnus.com)
10240
10241         * Makefile.in (install): Install ld as both $(tooldir)/bin/ld and
10242         $(tooldir)/bin/gld, so that gcc can find it with or without
10243         collect2.
10244
10245 Mon Jan 11 18:50:07 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
10246
10247         * ldwrite.c: Removed perform_relocation, copy_and_relocate, and
10248         write_norel.  All linking is now done via write_relax.  Call
10249         ldsym_write before calling write_relax.
10250         * relax.c: Added copyright.
10251         (write_relax): Renamed from write_relaxnorel.  Added relocateable
10252         argument.  seclet_dump renamed to bfd_seclet_link.
10253         * relax.h: Added copyright.
10254
10255 Mon Jan 11 15:41:56 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
10256
10257         * ldmain.c (decode_library_subfile): Patch from
10258         hoogen@shafer.cs.utah.edu, don't reread library symbol tables.
10259
10260 Fri Jan  8 18:04:33 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10261
10262         * config/vxworks960.mt renamed to config/i960.mt
10263
10264         * configure.in: sparc-aout emulates a sun4, as does
10265         sparc*-vxworks, i960-nindy uses gld960 emulation
10266
10267 Fri Jan  8 14:39:07 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
10268
10269          Fix support for NOLOAD, add INCLUDE
10270         * ldfile.c (ldfile_open_command_file): pass file name to
10271         lex_push_file.
10272         * ldlex.l, ldgram.y: tidy up, parse INCLUDE and NOLOAD
10273         * ldlang.c (wild_doit): make output sections inherit NEVER_LOAD
10274         attribute.
10275
10276 Thu Jan  7 10:22:19 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10277
10278         * Makefile.in, config.h: no more default emulation.  Make the lack
10279         of emulation a compile time error
10280
10281 Wed Jan  6 01:08:37 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10282
10283         * configure.in: recognise all sparclite variants, not just 'sparclite'
10284
10285 Mon Dec 28 11:15:35 1992  Ian Lance Taylor  (ian@cygnus.com)
10286
10287         * m68kcoff.sc-sh: define _end as well as end, for consistency with
10288         aout.sc-sh.
10289
10290         * configure.in: accept *-ericsson-ose for any m68k CPU.
10291
10292         * ldwrite.c (write_rel): don't always set SEC_HAS_CONTENTS flag
10293         for each output section.
10294
10295 Mon Dec 21 16:06:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
10296
10297         * ldexp.c, ldlang.c, ldmain.c, ldsym.c, ldwarn.c:  Use new
10298         macro bfd_asymbol_bfd as appropriate.
10299         * Makefile.in:  Un-duplicate ldlex.c dependency.
10300         * condigure.in:  Replace my_host case table by sourcing
10301         ../bfd/configure.host.  Allow std-host as the default.
10302         * ldmisc.c:  Change logic for C++ name demangling:  There is
10303         no initial '_' to remove from stab-derived function names.
10304
10305 Sun Dec 13 16:31:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
10306
10307         * ldlang.c (lang_init_script_file): don't attach the output file
10308         sections to the script file.
10309
10310 Wed Dec  9 08:38:05 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
10311         * ldlang.c (wild): run expansion loop over command line bfd too.
10312         (lang_ini_script_file): initialize more parts of the command line
10313         bfd.
10314         * ldlex.l: fix DEFINED start states.
10315
10316 Mon Dec  7 08:43:41 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
10317          -y support
10318         * ld.texinfo: new doc.
10319         * ldgram.y, ldlex.l: understand -y<symbol>
10320         * ldmain.c (Q_enter_file_symbols): if had -y, lookup symbol and
10321         print info. (add_ysym): new function.
10322         * ldsym.h: (ldsym_type): new define SYM_Y.
10323
10324 Sat Nov 21 03:15:27 1992  John Gilmore  (gnu@cygnus.com)
10325
10326         * ldctor.h, lderror.h, ldexp.h, ldfile.h, ldindr.h, ldlang.c,
10327         ldlang.h, ldlex.h, ldmain.h, ldmisc.h, ldsym.h, ldver.h, ldwarn.h,
10328         ldwrite.h, relax.h:  Replace all uses of EXFUN and PROTO ansi-glue
10329         macros with PARAMS.  Recreational cleanup.  Update copyrights.
10330
10331 Tue Nov 10 00:23:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10332
10333         * Makefile.in: pass down the bfd source directory for includes
10334
10335 Thu Nov  5 15:41:55 1992  Ian Lance Taylor  (ian@cygnus.com)
10336
10337         * ldlang.c (lang_size_sections): don't change size and address for
10338         SEC_SHARED_LIBRARY sections rather than for SEC_NEVER_LOAD
10339         sections.
10340
10341 Thu Nov  5 11:33:57 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
10342
10343         * relax.c (build_it): re-enable the processing of data_statements
10344         in scripts, makes counted contructor lists work again.
10345
10346 Thu Nov  5 05:43:01 1992  John Gilmore  (gnu@cygnus.com)
10347
10348         * ldemul.h:  Remove uses of SDEF and PROTO macros (use PARAMS).
10349
10350 Tue Oct 20 10:56:06 1992  Ian Lance Taylor  (ian@cygnus.com)
10351
10352         * m68kcoff.sc-sh: don't use initial underscores for etext, edata
10353         and end.
10354
10355 Mon Oct 19 09:45:38 1992  Ian Lance Taylor  (ian@cygnus.com)
10356
10357         * Support for i386-sysv.
10358         configure.in: check for i386-*-sysv* and i386-*-sco*.
10359         i386coff.sc-sh: rewrote to support SVR3 by default.
10360         ldctor.c (find_constructors): preserve stat_ptr.
10361         ldlang.c (wild_doit): initialize vma and size of new output
10362         section to corresponding input section.  This is required for
10363         shared library support.
10364         (lang_size_sections): don't modify vma and size of sections which
10365         are never loaded (for shared libraries).
10366         ldwrite.c (copy_and_relocate): copy the contents of any section
10367         which has contents, not just sections which are loaded (for shared
10368         libraries).
10369
10370 Thu Oct 15 15:20:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
10371
10372         * ldlang.c (size_input_section): count the sizes of all sections
10373         we allocate.
10374
10375 Thu Oct  8 09:05:25 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
10376
10377         * ldmisc.c (demangle,vfinfo): use the new underscore in bfd to
10378         to demangle symbols better
10379
10380 Tue Oct  6 13:08:54 1992  Ian Lance Taylor  (ian@cygnus.com)
10381
10382         * ldlang.c (lang_finish): don't warn if -e start symbol does not
10383         exist when linking with -r.
10384
10385 Mon Oct  5 14:07:37 1992  Ian Lance Taylor  (ian@cygnus.com)
10386
10387         * aout.sc-sh, m68kcoff.sc-sh: set __bss_start to the start of the
10388         .bss segment.
10389
10390 Mon Oct  5 08:55:14 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
10391
10392         * ldmain.c (linear_library): don't even think about processing
10393         an object file if it's already been done
10394
10395 Thu Oct  1 23:14:59 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10396
10397         * configure.in: the hp9000/300 config file is now hp300
10398
10399 Wed Sep 30 07:34:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
10400
10401         * config/z8ksim.mt: new file
10402
10403 Fri Sep 25 13:49:52 1992  Ken Raeburn  (raeburn@kyriath.cygnus.com)
10404
10405         * Makefile.in (ldexp.o, ldctor.o, ldlang.o, ldmain.o, ldwrite.o,
10406         lexsup.o, mri.o, relax.o): Indicate dependence on ldgram.h.
10407
10408         * ld.h (strip_symbols_type): Add value STRIP_SOME.
10409         * ldgram.y (OPTION_RETAIN_SYMBOLS_FILE): New terminal token.
10410         * ldlang.c (lang_add_keepsyms_file): New function.
10411         * ldlex.l: Handle "-retain-symbols-file".
10412         * ldsym.c (keepsyms_file, kept_syms): New vars.
10413         (process_keepsyms): New functihon; reads file, marks symbols for
10414         saving.
10415         (write_file_locals): File symbols should always be kept.
10416         (ldsym_write): Warn about "-retain-symbols-file" overriding "-S"
10417         and "-s".  Process retain-symbols file before setting symtab.
10418         * ldsym.h (SYM_KEEP): New flag for ldsym_type flags.
10419         (keepsyms_file, kept_syms): Declare them.
10420
10421         * ldmain.c (main): Non-fatal errors should still cause non-zero
10422         exit status even with -r.
10423
10424 Fri Sep 25 11:08:01 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
10425
10426         Added initial support for the z8k
10427         * z8ksim.em, z8ksim.sc-sh, z8ksim.sh: new files
10428         * configure.in, Makefile.in: modified to reflect above
10429
10430         * ldlang.c (lang_check): when linking conflicting architectures,
10431         make the output file reflect at least one of the bad inputs.
10432
10433 Tue Sep 15 15:35:38 1992  Ian Lance Taylor  (ian@cygnus.com)
10434
10435         * Makefile.in (install): if $(tooldir) exists, install ld in
10436         $(tooldir)/bin.
10437
10438 Fri Sep 11 10:24:22 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
10439
10440         * Makefile.in, configure.in: modified to support i386-coff
10441         * i386coff.sh: new file
10442
10443 Wed Sep  9 11:52:58 1992  Ian Lance Taylor  (ian@cygnus.com)
10444
10445         * Makefile.in, m68kcoff.sh, m68kcoff.sc-sh, config/m68k-coff.mt:
10446         added m68k-coff emulation mode, stolen from a29k emulation.
10447         Almost certainly wrong, but perhaps better than sun3.
10448
10449 Thu Sep  3 14:19:30 1992  Per Bothner  (bothner@rtl.cygnus.com)
10450
10451         * Makefile.in, Makefile.dos, generic.em, genscripts.sh,
10452         gld960.em, h8300hms.em, h8300xray.em, lnk960.em, st2000.em,
10453         vanilla.em:  Rename all (generated) ld__*.c files to em_.c.
10454         This is one character shorter, and lets people build on
10455         SVR3 system. (ld__h8300xray.[co] was the killer there;
10456         h8300xray.sc-sh is also overlong, but seems harmless.)
10457         Based on a patch from Jonathan Ryshpan <hitachi!amito!jon>.
10458         * Makefile.in (clean):  Fix typo mostclean -> mostlyclean.
10459         * configure.in:  Add host isc.
10460
10461         * ldver.c:  Call it version 2.0.
10462
10463 Wed Sep  2 00:21:33 1992  Per Bothner  (bothner@rtl.cygnus.com)
10464
10465         * ldver.c:  Bump to version 0.98.
10466         * TODO:  New file.
10467
10468         * Makefile.in:  Added mostlyclean, distclean, realclean rules.
10469
10470 Tue Sep  1 23:42:16 1992  Per Bothner  (bothner@rtl.cygnus.com)
10471
10472         * ldmisc.c (xrealloc):  New (needed by ../libiberty/cplus.dem.c).
10473         * ldlex.l: Moved comment() to end, since some compilers
10474         otherwise have problems with input() used before it is defined.
10475
10476 Tue Sep  1 17:45:51 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10477
10478         * configure.in: added Solaris 2 and Irix 4 host support.
10479
10480 Mon Aug 31 19:27:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10481
10482         * Makefile.in: remove -S flag from the FLEX definition
10483
10484         * configure.in: rewrote, using new style case statement.  use
10485         m68k.mt for m68k-aout systems
10486
10487 Sun Aug 30 21:38:53 1992  Ian Lance Taylor  (ian@cygnus.com)
10488
10489         * Makefile.in: map "ld" through program_transform_name when
10490         installing.
10491
10492 Sun Aug 30 18:12:13 1992  Per Bothner  (bothner@rtl.cygnus.com)
10493
10494         * cplus-dem.c:  Removed.  Use the version in libiberty now.
10495         * ldmisc.c:  Use new libiberty version of cplus_demangle().
10496
10497 Thu Aug 27 16:38:42 1992  Ian Lance Taylor  (ian@cygnus.com)
10498
10499         * gld960.em (gld960_choose_target): default to little endian, not
10500         big endian.
10501
10502 Wed Aug 26 17:28:51 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
10503
10504         * ldlang.c (lang_process): don't pass null pointers when
10505         abs_output_section is what is required.
10506         * ldwrite.c (ldwrite): use malloc to allocate the largest space
10507         used, and pass that down.
10508         * relax.c,relax.h (write_relaxnorel): use the passed malloc area rather
10509         than alloca.
10510
10511 Mon Aug 24 14:42:06 1992  Ian Lance Taylor  (ian@cygnus.com)
10512
10513         * configure.in, config/ose68.mt: renamed OSE to ose.
10514
10515 Thu Aug 20 19:55:22 1992  Ken Raeburn  (raeburn@cygnus.com)
10516
10517         * ldsym.c (write_file_locals): Reorder check for common or
10518         undefined symbols so that it works.
10519
10520 Tue Aug 18 13:41:36 1992  Ian Lance Taylor  (ian@cygnus.com)
10521
10522         * configure.in: accept all m68K family members.
10523
10524         * Makefile.in: always create installation directories.
10525
10526 Thu Aug 13 11:49:34 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
10527
10528         * ldlex.l: now parses comment correctly, added ~ to acceptable
10529         chars in filenames
10530
10531         * ldexp.c (exp_unop): pass down abs_output_section - now can have
10532         unary -ve constants.
10533
10534         * ldlang.c (lang_finish): warn when an entry symbol supplied on
10535         the command line can't be found.
10536
10537 Fri Aug  7 12:31:10 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
10538
10539         * ldlang.h: add new field "loadable" to output_section_statement.
10540         * ldlang.c (lang_output_section_statement_lookup): initilize new
10541         field. (wild_doit): if new field is not set, then stop output
10542         section from being loadable.
10543         (lang_enter_output_section_statement): set the field from the
10544         NOLOAD keyword
10545         * ldgram.y: new synax for NOLOAD. Removes a shift/reduce too.
10546         * h8300hms.sc-sh, h8300hms.em: get -r right.
10547
10548 Thu Aug  6 18:35:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
10549
10550         * ldint.texinfo:  New internals manual (beginnings thereof).
10551         * PORTING:  Removed, merged into ldint.texinfo.
10552
10553 Tue Aug  4 21:12:29 1992  Per Bothner  (bothner@rtl.cygnus.com)
10554
10555         * cdtest-main.cc, cdtest-func.cc, cdtest-foo.h, cdtest-foo.cc,
10556         cdtest.exp:  A test program (copied from libg++/test-install)
10557         that tests that constructor and destructors are handled
10558         corrrectly.
10559
10560 Mon Aug  3 14:58:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10561
10562         * Makefile.in (install): install from ld.new, renaming during the
10563         copy, or else the next 'make install' needs to re-link ld.
10564
10565 Mon Jul 20 03:37:06 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
10566
10567         * configure.in: generalise hp recognition (from sef).
10568
10569 Sat Jul 18 14:46:04 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
10570
10571         * configure.in: recognize bsd and hpux hppa configurations.
10572         error messages echo to stderr, not stdout
10573
10574 Fri Jul 17 22:06:11 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
10575
10576         * Makefile.dos, gld.1, ld.texinfo, ldemul.c, ldfile.c, ldlang.c,
10577           ldmisc.c: removed rcsid's.
10578
10579 Tue Jul 14 08:34:34 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
10580
10581         * ldlang.c (lang_map): print changes in sizes due to relaxing
10582         (size_input_section): maintain the delta information.
10583         * ldlang.h: add new field to struct to contain delta info.
10584         * relax.c  (relax_section): complain if input not relaxable.
10585         * ldlex.l : add '_', ',' and '$' to chars which can appear at the
10586         start of a filename
10587
10588 Mon Jul 13 17:33:00 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
10589
10590         * ldmain.c(main): prevent -r and -relax from being on at the same
10591         time.
10592
10593 Wed Jul  1 17:51:19 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
10594
10595         * ldmain.c (Q_enter_global_ref), ldindr.c (add_indirect): fix for
10596         aliasing problems
10597
10598
10599 Thu Jun 18 09:38:56 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
10600
10601         * h8300hms.em, h8300hms.sc-sh:  do the right thing for -r
10602         * ldexp.c:  lint
10603         * ldlang.c(open_output): set the target arch and machine as soon
10604         as we can. (lang_size_sections): use new macros for setting vma
10605         * ldwrite.c: lint
10606
10607 Mon Jun 15 08:47:43 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
10608
10609         * configure.in (my_target): Accept m680?0 for wrs as vxworks68.
10610         Also deleted an unreachable path to wrs.
10611
10612 Wed May 27 23:24:19 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
10613
10614         * Makefile.in (install): use -d test for $tooldir before
10615         installing ld there so that $tooldir can be inherited from
10616         top-level Makefile.
10617
10618 Wed May 27 16:56:48 1992  Per Bothner  (bothner@rtl.cygnus.com)
10619
10620         * ldlang.c:  Two non-substantial changes for the sake of
10621         the old Portable C Compiler.
10622
10623 Wed May 27 15:15:58 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
10624
10625         * ldgram.y, ldlex.l: parse ABSOLUTE
10626         * ldexp.c: add support for ABSOLUTE
10627
10628 Wed May 27 13:07:20 1992  Per Bothner  (bothner@rtl.cygnus.com)
10629
10630         * Makefile.in:  Added default definitions for HOSTING_CRT0,
10631         HOSTING_LIBS, and HOSTING_EMU, based on those in config/*.mh.
10632         * config/*.mh:  Miscellaneous clean-up:  Removed definitions
10633         of YACC (since it is not longer used in the Makefile).
10634         Remove HOSTING_* definitions that are subsumed by the
10635         ones added to Makefile.in.  Removed most definitions of CC.
10636         * config/{sparc,news,hp300bsd,decstation}.mh:  Removed;
10637         These are no longer needed.
10638
10639 Fri May 22 13:47:19 1992  Per Bothner  (bothner@cygnus.com)
10640
10641         * Makefile.in:  Use srcdir instead of VPATH in ldgram/ldlex
10642         rules, since these are used when building a distribution.
10643         * Makefile.in (ldlex.c):  Don't re-direct output, since that
10644         leaves a bogus output files if it fails.
10645
10646         * config/sparc.mh:  Fix HOSTING_LIBS so it has a chance of working.
10647         * ldlex.c:  Fix some unnecessary flex-specific-isms.
10648
10649 Fri May  8 11:49:43 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
10650
10651         * ldgram.y: move spurious semicolon
10652         * ldexp.h: fix prototype
10653
10654 Thu May  7 17:01:12 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
10655
10656         * ld.texinfo: references to linker now say "ld" not "gld".
10657
10658 Wed May  6 13:26:19 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
10659
10660         changed calling convention for Q_enter_global_ref
10661         * ldexp.c, ldlang.c, ldmain.c: reflect this
10662         * ldver.c: bump version to 1.97.1
10663         * ldindr.c (add_indirect): when an edict declaring an indirect
10664         symbol is found, make sure that any ideas about the symbol being
10665         common are changed if it now known to be defined.
10666         * ldmain.c (linear_library): complain once if archive isn't
10667         ranlibbed.
10668         * ldlang.h, ldlang.c: make room for and initialize the complain
10669         once field.
10670
10671 Wed May  6 11:07:35 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
10672
10673         * Makefile.in: use flex & bison from ../ if they exist.
10674
10675 Tue May  5 17:47:33 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
10676
10677         * relax.c (build_it): don't allocate space in the output file for
10678         stuff if -R flag applys to it.
10679         * ldfile.c: merge in VMS filename support
10680         * ldmain.c (main): take out ./ from library path, and close file
10681         before unlinking. Make multiple defs of a symbol create an
10682         unexecable file.
10683         * ldmisc.c: fatal errosrs delete output file
10684
10685 Tue May  5 14:05:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
10686
10687         * ldver.c:  Increase version number to 1.97, for consistency
10688         with ../binutils.
10689
10690 Tue May  5 12:12:24 1992  K. Richard Pixley  (rich@cygnus.com)
10691
10692         * Makefile.in: FLEX -> LEX.
10693
10694         * ld.texinfo: {} -> @{@}.
10695
10696 Mon May  4 17:52:41 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
10697
10698         * ld.texinfo: describe alternate, MRI-compatible linker scripts
10699         (and associated change in -c option, now used for these scripts)
10700
10701 Mon May  4 16:10:10 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
10702
10703         * ldver.c: Bumped version to 1.96 - new release, resync with the
10704         bfd too #.
10705         * ldexp.c, ldlang.c: now build memory shape tree in obstacks
10706         rather than with raw malloc, makes it easier to track where memory
10707         is going.
10708         * ldsym.h, ldsym.c: create obstack for all global symbols too.
10709         * ldwrite.c (ldwrite): moved malloc so only used when needed.
10710         * sa29200-sc.sh: added support for .lit, data1 and data2 sections.
10711
10712
10713 Fri May  1 18:17:52 1992  K. Richard Pixley  (rich@cygnus.com)
10714
10715         * config/sparc.mh: use ../gcc/libgcc.a on check if it exists.
10716
10717         * Makefile.in: use bootstrap for check.
10718
10719 Fri May  1 13:03:41 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
10720
10721         * ldgram.y, ldlex.c, mri.c: added more compatible words; BASE, ALIAS and
10722         PUBLIC.
10723         * Makefile.in: now use flex, not lex
10724         * ldlex.l, ldlang.c, ldctor.c: lint
10725
10726 Wed Apr 22 12:48:42 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
10727
10728         * ldlex.l: added CMDFILENAMECHAR state so that you can lex
10729         different sorts of filenames on the command line than in a script.
10730
10731 Mon Apr 20 22:37:04 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
10732
10733         * Makefile.in: rework CFLAGS so that they can be passed on the
10734           make command line.  Remove MINUS_G.  Default CFLAGS to -g.
10735
10736 Fri Apr 17 08:57:17 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
10737
10738         * relax.c: added handling for new "padding" seclet type, used to
10739         fill out gaps between section.
10740         * ldgram.y, ldlex.l: now -defsym on the command line is done
10741         properly.
10742
10743 Wed Apr 15 21:20:07 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
10744
10745         * Makefile.in: the tooldir copy of ld goes directly in tooldir.
10746
10747 Wed Apr 15 16:09:33 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
10748
10749         * mri.c, ldgram.y, ldlex.l: added support for minimal strange link
10750         scripts.
10751
10752 Thu Apr  9 05:52:02 1992  Ken Raeburn  (Raeburn@Cygnus.COM)
10753
10754         * Makefile.in (install): Install second copy in $(tooldir)/bin
10755         without $(program_prefix), since that's what gcc expects.
10756
10757 Sat Apr  4 17:44:06 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
10758
10759         * ldlex.l, ldgram.y, ldlex.h: Rewrote lexer. Now it's much nicer.
10760         * h8300*: fix bit rot and add support for h8300xray target
10761         * go32.sh: target emulation for go32.
10762
10763 Mon Mar 16 14:53:29 1992  Steve Chamberlain  (sac@rtl.cygnus.com)
10764
10765         * gld960.em, i960.sc-sh. Fix i960 bit rot
10766
10767 Fri Mar 13 19:47:22 1992  K. Richard Pixley  (rich@cygnus.com)
10768
10769         * Makefile.in: install man page.
10770
10771 Fri Mar 13 08:23:59 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
10772
10773         * config/mt-<foo> renamed to <foo>.mt
10774         * config/mh-<foo> renamed to <foo>.mt
10775         * configure.in changed to reflect this
10776         * genscripts.sh now make .xbn files rather than .xN files
10777
10778 Sat Mar  7 03:40:40 1992  K. Richard Pixley  (rich@cygnus.com)
10779
10780         * ldver.h: fix decl of ldversion.
10781
10782 Fri Mar  6 22:00:35 1992  K. Richard Pixley  (rich@cygnus.com)
10783
10784         * Makefile.in: added check target.
10785
10786 Fri Mar  6 06:59:04 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
10787
10788         * ldmain.c (Q_enter_file_symbols): now aliases work again
10789
10790 Thu Mar  5 21:39:29 1992  K. Richard Pixley  (rich@cygnus.com)
10791
10792         * Makefile.in: added clean-info target.
10793
10794 Thu Mar  5 16:55:56 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
10795
10796         * ldexp.c (exp_print_tree): don't try and follow null pointers
10797         around.
10798         * ldgram.y: remove 11 shift reduce errors
10799
10800 Tue Mar  3 15:46:39 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
10801
10802         * Makefile.in: added tooldir and program_prefix.
10803
10804 Fri Feb 28 08:17:45 1992  Steve Chamberlain  (sac at thepub.cygnus.com)
10805
10806         * ldlang.c (size_input_section): don't move absolute sections
10807         around!
10808
10809
10810 Thu Feb 27 09:20:41 1992  Steve Chamberlain  (sac at thepub.cygnus.com)
10811
10812         * cplus-dem.c: yet another copy of this - maybe it should go into
10813         libiberty ?
10814         * ldgram.y: now -V and -v have different actions
10815         * ldver.c: if -V, prints list of emulations compiled in
10816         * ldmisc.c: support for cplus demangling
10817
10818
10819 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
10820
10821         * Makefile.in, configure.in: removed traces of namesubdir,
10822           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
10823           copyrights to '92, changed some from Cygnus to FSF.
10824
10825 Thu Feb 20 17:43:46 1992  Per Bothner  (bothner at cygnus.com)
10826
10827         * Makefile.in:  Change mkscript rule into one for ./mkscript
10828         (for the sake of makes that don't realize they're the same).
10829         * PORTING:  Add more details.
10830         * genscripts.sh:  Add more tailorability of DATA_ALIGNMENT.
10831
10832 Mon Feb 17 12:04:36 1992  Per Bothner  (bothner at cygnus.com)
10833
10834         * Makefile.in, and new files hp300bsd.sh, config/mh-hp300bsd,
10835         config/mt-hp300bsd:  New port to hp300 running BSD.
10836
10837 Sat Feb 15 13:59:54 1992  Per Bothner  (bothner at cygnus.com)
10838
10839         Major rewrite of how ld is configured.  The major idea
10840         is to use shell scripts to generate everything.
10841         * generic.em replaces ldtemplate.
10842         * Other *.em files replace various *.c files.
10843         A *.em file is a shell script that generates the corresponding
10844         ld__*.c file that implements an emulation.  This is usually
10845         a straight 'cat' of a here-document, possibly with substitutions.
10846         * Script files (*.sc) are places by *.sc-sh scripts.
10847         Again, these are simple shell scripts that 'cat'
10848         here-documents, usually with some substitutions.
10849         The output a *.sc-sh is a script file.
10850         * Each emulation is defined by a short shell script with
10851         extension *.sh that specifies the emulation-specific
10852         parameters (such as the name of the *.sh-sc and *.em
10853         files to use).
10854         * genscript.sh is the master shell script used to generate
10855         an emulation.  It is passed various argument, including
10856         the name a the emulation-speciic *.sh file that it
10857         "sources" to set variables to emulation-specifc parameters.
10858         * config/mt-foo:  Changed EMUL=GLDFOO_EMULATION_NAME
10859         to EMUL=foo. (The GLDFOO_EMULATION_NAMEs have bee removed.)
10860         * config/mh-foo:  Rename LDEMULATION names as appropriate
10861         (usually 'gldfoo' -> plain 'foo').
10862         * ldwrite.c:  Fixed a typo in a comment.
10863         * Makefile.in:  Major changes.  Removed some the sed
10864         magic to converts scripts, since that is now handled
10865         by genscripts.sh and the *.sc-sh scipt generators.
10866         * config.h:  Remove a bunch of macros defining emulations
10867         and targets.  This becomes one less file to edit when
10868         adding emulations or targets.
10869         * ldemul.h (struct ld_emulation_xfer_struct):  Add
10870         emulation_name and target_name fields.
10871         * ldemul.c, ldemul.h:  Define some default functions used
10872         by most emulations (and remove from the *.em scripts).
10873         * ldemul.c (ldemul_choose_target):  Search the new
10874         ld_emulations array using a loop (instead of a hardwired
10875         nested if statement).
10876         Define the ld_emulation from the automatically-geenrated
10877         ldemul-list.h.  This means you no longer have to edit ldemul.c
10878         to add a new emulation.
10879         * ldmain.c:  Replace {GLD,LNK}960_EMULATION_NAME by
10880         their expansions, since the former no longer exist.
10881         * PORTING:  A very rough first draft of a porting guide.
10882
10883         * ldgram.y, ldlex.l, lexsup.c: Changes to allow an assignment
10884         to be terminated by a new-line (instead of requiring a semicolon).
10885
10886 Mon Feb 10 16:21:02 1992  Steve Chamberlain  (sac at rtl.cygnus.com)
10887
10888         * ldexp.c, ldlang.c: added new idea "abs_output_section", removes
10889         tests for NULL pointers all over the place.
10890         * ldlang.c (lang_process): remember to relocate global symbols
10891         *after* relaxing has done it stuff.
10892
10893 Thu Feb  6 11:40:15 1992  Steve Chamberlain  (sac at rtl.cygnus.com)
10894
10895         * config/mt-coff-h8300: use EMUL like everything else
10896         * ldlang.c: (print_padding_statement): print the right address.
10897         * Makefile.in, config.h, ldemul.c: renamed  h8300hds to h8300hms
10898
10899
10900 Tue Feb  4 15:28:01 1992  Steve Chamberlain  (sac at rtl.cygnus.com)
10901
10902         * ldlex.l: Put pack -noinhibit-exec and -sort-common
10903         * ldlang.c (print_data_statement): print the right address.
10904
10905 Thu Jan 30 17:51:53 1992  Per Bothner  (bothner at cygnus.com)
10906
10907         * Makefile.in:  The rule for testing ld by re-linking itself
10908         via an intermediate -r link was moved to the ld1 rule
10909         instead of the ld2 rule.  This allows ld2 and ld3 to be identical,
10910         which allows the bootstrap rule to work.
10911         * ldctor.c (find_constructors):  Don't create a constructor
10912         list if it is already defined (as would happen if ld is
10913         invoked by collect).
10914
10915 Wed Jan 29 08:35:39 1992  Steve Chamberlain  (sac at rtl.cygnus.com)
10916
10917         * config/mh-sparc.h: now uses libgcc.a
10918         * ldmain.c: quit using exit
10919         * *sc: use *(COMMON) rather than [COMMON]
10920         * ldlex.l, lexsup.c: much thinking moved from .l and put into .c,
10921         to allow preprocessing of .l file.
10922         * Makefile.in: New ldlex.l mangling
10923         * ldexp.c (fold_binary): perform expressions with % and / in
10924         integer.
10925         * ldfile.c (open_a): open archives on VMS in a special way
10926
10927
10928 Tue Jan 28 10:18:16 1992  Steve Chamberlain  (sac at rtl.cygnus.com)
10929
10930         * ldgram.y: map -M behave in the same way as -Map (sets file name
10931         to be "-".
10932         * ldsym.c, ldlang.c: remember that size of a section is dependent on
10933         whether or not relaxing has been done.
10934         * ldmain.c: don't open a map file if it doesn't have a name
10935         * relax.c: all the brains have moved into bfd.
10936         * ldwrite.c: ammend comment
10937
10938 Fri Jan 24 14:23:46 1992  Steve Chamberlain  (sac at rtl.cygnus.com)
10939
10940         * Makefile.in: added relax, also made three stage go through a
10941         partial link stage.
10942         * relax.c : added
10943         * config.h: if GNU960 defined, then default emulation mode is
10944         GLD960
10945         * ldexp.h, ldexp.c: map to file hooks
10946         * ldlang.c: map to file hooks
10947         * ldgram.y: added -Map -relax
10948         * ldlex.l: added -relax, -Map
10949         * ldmain.c: open map file
10950         * ldmisc.c: support for map file
10951         * ldwrite.c: new relax magic
10952
10953 Thu Dec 19 18:49:51 1991  John Gilmore  (gnu at cygnus.com)
10954
10955         * Makefile.in, config/tm-*.h:  Clean up make output, only
10956         pass DEFAULT_EMULATION to ldmain.c.
10957
10958 Wed Dec 18 15:02:47 1991  Per Bothner  (bothner at cygnus.com)
10959
10960         * ldver.c:  Bump to version 1.94.
10961
10962 Tue Dec 10 04:07:23 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
10963
10964         * Makefile.in: infodir belongs in datadir.
10965
10966 Mon Dec  9 16:26:43 1991  Per Bothner  (bothner at cygnus.com)
10967
10968         * Makefile.in:  Pass -y to bison.  (Again;
10969         accidentally deleted by Rich.)
10970         * news.sc, ldgld68k.sc:  Define __end as well as _end.
10971
10972 Sat Dec  7 17:19:26 1991  Steve Chamberlain  (sac at rtl.cygnus.com)
10973
10974         * ldindr.h: added to contain prototypes of ldindr.c
10975         * ldfile.c: include ctype.h
10976         * ldmain.c: include the requried prototype headers
10977         * ldwrite.c: get_reloc_upper_bound has been renamed
10978         bfd_get_reloc_upper_bound
10979
10980 Fri Dec  6 23:29:26 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
10981
10982         * Makefile.in: punt "fundamental" mode because it breaks my emacs
10983           macros.  install using INSTALL_PROGRAM and INSTALL_DATA.  remove
10984           spaces following hyphens, bsd make can't cope.  added
10985           standards.text support and made it look like all the other
10986           makefiles.
10987
10988         * configure.in: configure now runs entirely in objdir so make file
10989           existence checks against ${srcdir}.  Mark this directory as
10990           target dependent.
10991
10992 Thu Dec  5 22:46:16 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
10993
10994         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
10995           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
10996           and mandir now keyed off datadir by default.
10997
10998 Wed Dec  4 23:36:55 1991  Per Bothner  (bothner at cygnus.com)
10999
11000         * ldver.c:  Bumped version to 1.93.
11001         * Makefile.in:  Pass -y to bison.
11002
11003 Mon Nov 25 18:28:40 1991  Steve Chamberlain  (sac at cygnus.com)
11004
11005         * config.h: h8 is now coff, not ieee
11006         * h8300hds.sc: reflect the same
11007
11008 Thu Nov 14 19:55:09 1991  Per Bothner  (bothner at cygnus.com)
11009
11010         * ldver.c (ldversion()):  Update to 1.92.
11011         * ldctor.c: There are two places constructor sets
11012         can be defined.  One of them checked for an existing
11013         duplicate, the other didn't.  Unfortunately, the latter
11014         was called after the former ...
11015         So, factor out code for inserting a new element into
11016         constructor_name_list (after checking for a duplicate)
11017         into a new function add_constructor_name, and call
11018         it from both aforementioned places (ldlang_add_constructor
11019         and ldlang_check_for_constructors).
11020
11021 Wed Nov 13 15:17:43 1991  Per Bothner  (bothner at cygnus.com)
11022
11023         * Makefile.in:  Rename .c files generated from ldtemplate
11024         to have names starting with ld__.  This helps 'make clean'.
11025
11026 Tue Nov 12 18:36:50 1991  Steve Chamberlain  (sac at cygnus.com)
11027
11028         * Makefile.in: Take out the version number for install
11029         * m88kbcs.sc: put in contructor blocks.
11030
11031 Mon Nov 11 18:47:33 1991  Per Bothner  (bothner at cygnus.com)
11032
11033         * ldmisc.c, ldmisc.h:  Re-write info() to take a filename
11034         parameter, a format, and an arg pointer, and rename it to
11035         vfinfo().  Write info() in terms of new vfinfo().
11036         New einfo() is the same as info(), except it writes to stderr.
11037         * ldemul.c, ldexp.c, ldlang.c, ldlnk960.c, ldmain.c, ldwrite.c,
11038         ldmisc.c:  Replace "error" calls to info() by new einfo().
11039
11040 Mon Nov 11 09:57:32 1991  Steve Chamberlain  (steve at cygnus.com)
11041
11042         * ldlex.l ldgram.y: made -V option do same as -v
11043         * Makefile.in: Added $(MINUS_G) flag so debugging can be
11044         turned off
11045
11046 Sun Nov  3 16:37:37 1991  Steve Chamberlain  (steve at cygnus.com)
11047          i386 aout changes from Bob Kukura
11048         * Makefile.in, config.h: added i386aout support
11049         * configure.in: fixed /h-{myhost} typo
11050         * ldgram.y: -MM now gives more boring map.
11051         * ldlang.c: now does D_PAGED flag the right way.
11052         * ldsym.c: -MM flags does the right thing.
11053
11054 Sun Nov  3 15:00:03 1991  Per Bothner  (bothner at cygnus.com)
11055
11056         * configure.in:  Fixed typo.  Also, a fix for hp300bsd.
11057         * ldlang.c (init_os):  Compensate for BFD change,
11058         where bfd_make_section now returns NULL for a duplicate
11059         section request, instead of the old section.
11060
11061 Thu Oct 17 15:27:13 1991  Per Bothner  (bothner at cygnus.com)
11062
11063         * ldver.c: Bump to version 1.91 (consistent with binutils).
11064
11065 Wed Oct 16 12:27:08 1991  Per Bothner  (bothner at cygnus.com)
11066
11067         * Makefile.in, config.h, ld.h, ldemul.c, ldexp.c, ldexp.h,
11068         ldgram.y, ldlex.l, ldlnk960.c, ldmain.c, ldmisc.c, ldmisc.h,
11069         ldsym.c, ldsym.h, ldtemplate, ldvanilla.c, ldver.c, ldver.h,
11070         ldwarn.c, ldwarn.h, ldwrite.c, ldwrite.h, mkscript.c:
11071         Add or update copyright notices.
11072
11073 Mon Oct 14 23:55:27 1991  Per Bothner  (bothner at cygnus.com)
11074
11075         * README: New file.
11076         * Makefile.in:  Changed installation directory name scheme
11077         to be consistent with gcc.  Also changed 'install'.
11078
11079 Mon Oct 14 17:30:02 1991  Roland H. Pesch  (pesch at cygnus.com)
11080
11081         * Makefile.in: new targets ld.mm, ld.me
11082
11083 Mon Oct 14 17:27:24 1991  Per Bothner  (bothner at cygnus.com)
11084
11085         * Makefile.in, ldtemplate:  Need to use separate scripts
11086         for -n and -N options.  Yet more complication.
11087
11088 Fri Oct 11 22:40:46 1991  John Gilmore  (gnu at cygnus.com)
11089
11090         * Makefile.in:  Avoid using $< in explicit Make rules (it doesn't
11091         work).  Add some lines to avoid Sun Make VPATH bugs.
11092
11093 Fri Oct 11 16:42:22 1991  Per Bothner  (bothner at cygnus.com)
11094
11095         * news.sc: Add alignment for data segment.
11096         * ldtemplate: Add (yet another) script to get for -n or -N
11097         options.  (These need different alignment than ZMAGIC files.)
11098         * Makefile.in:  Add stuff for new foo.xn scripts.
11099         These are generated by replacing "ALIGN(0x...00)" by ".".
11100
11101 Fri Oct 11 15:43:04 1991  Roland H. Pesch  (pesch at cygnus.com)
11102
11103         * Makefile.in: new targets ld.ms, ld-index.ms
11104         ld.texinfo: remove tabs, other cleanups for texi2roff
11105
11106 Fri Oct 11 13:51:54 1991  Per Bothner  (bothner at cygnus.com)
11107
11108         * ldmain.c (main): Make config.magic_demand_paged be true
11109         by default.  Don't set the WP_TEXT and D_PAGED flags of
11110         output_bfd here; it's too late, so set it when output_bfd
11111         is created (in ldlang.c).  Also fix setting of EXEC_P flag
11112         * ldlang.c (ldlang_open_output):  Set output_bfd->flags here.
11113         * ldlang.c: Remove some duplicate extern declarations.
11114         * ldgram.y: Fixes to -N and -n options.
11115         * Makefile.in:  Recognize upper case letters in sed script
11116         to remove assignments from script files.
11117         * ldtemplate:  Don't assukme that -N or -n options
11118         imply use of -r script.
11119         * mkscript.c:  Tweaking to correctly handle \n and \\ in input.
11120
11121 Fri Oct 11 10:29:27 1991  Steve Chamberlain  (steve at cygnus.com)
11122
11123         * ldtemplate: include bfd.h before sysdep.h.
11124
11125 Fri Oct 11 04:24:45 1991  John Gilmore  (gnu at cygnus.com)
11126
11127         Restructure configuration scheme for bfd, binutils, ld.
11128
11129         * include/sys/h-*.h:  Move to bfd/hosts/h-*.h.
11130         * configure.in:  Revise to symlink sysdep.h to ../bfd/hosts/h-xxx.h.
11131         Change some config names to match other dirs.
11132         * *.c:  Include bfd.h before sysdep.h, so ansidecl and PROTO()
11133         get defined first.
11134         * config/:  Rename some config files to match up h-*.h names.
11135         Remove all the HOST_SYS definitions from the config files.
11136
11137 Tue Oct  8 16:00:57 1991  Per Bothner  (bothner at cygnus.com)
11138
11139         * ldexp.h, ldlang.h: Change enum boolean -> enum bfd_boolean.
11140         * ldtemplate: Remove ldfile_add_library_path calls;
11141         just use the SEARCH_DIR commands in the script files.
11142         * Makefile.in: Add LIB_PATH macro, which if set is used to replace
11143         the SEARCH_DIR commands in the scripts (using ugly sed magic).
11144         This is primarily intended for cross-linking, where you would
11145         place libaries in a different place than native libraries.
11146         Also, emulations made from ldtemplate now use $(srcdir).
11147         * ldglda29k.sc:  Change SEARCH_DIR commands to a conventional
11148         form; people can use the Makefile's LIB_PATH to override.
11149
11150 Tue Oct  8 14:51:21 1991  Roland H. Pesch  (pesch at cygnus.com)
11151
11152         * Makefile.in: fix target ld.dvi, add target ld.info
11153         ld.texinfo: make info filename ld.info
11154
11155 Fri Oct  4 21:51:58 1991  John Gilmore  (gnu at cygnus.com)
11156
11157         * Makefile.in:  Avoid using $< in non-suffix rules (breaks on Sun
11158         Make).
11159         * ldfile.c, ldlang.c, ldmain.c, ldwrite.c:  Cope with renames of a
11160         few BFD types & enums.
11161
11162 \f
11163 Local Variables:
11164 mode: change-log
11165 left-margin: 8
11166 fill-column: 74
11167 version-control: never
11168 End: