]> Git Repo - binutils.git/blob - ld/ChangeLog
* scripttempl/v850.sc: New linker script for the V850.
[binutils.git] / ld / ChangeLog
1 start-sanitize-v850
2 Wed Oct 16 23:10:01 1996  Jeffrey A Law  ([email protected])
3
4         * scripttempl/v850.sc: New linker script for the V850.
5         * Makefile.in: Use it.
6
7 end-sanitize-v850
8 Thu Oct 10 17:57:00 1996  Ian Lance Taylor  <[email protected]>
9
10         * emulparams/elf32b4300.sh: Define _gp in OTHER_GOT_SYMBOLS, not
11         OTHER_READWRITE_SECTIONS.
12         * emulparams/elf32l4300.sh: Likewise.
13
14 Wed Oct  9 14:36:18 1996  Ian Lance Taylor  <[email protected]>
15
16         * ld.h (ld_config_type): Add warn_section_align field.
17         * lexsup.c (OPTION_WARN_SECTION_ALIGN): Define.
18         (ld_options): Add --warn-section-align.
19         (parse_args): Handle --warn-section-align.
20         * ldlang.c (lang_size_sections): If warn_section_align, warn if
21         the start of a section changes due to alignment.
22         * ld.texinfo, ld.1: Document --warn-section-align.
23         * ld.texinfo: Change some single dashes to double dashes.
24
25         * emultempl/pe.em (set_pe_subsystem): Record entry symbol for each
26         subsystem type.  Ifdef out os2 type.  Recognize a version number.
27
28 Tue Oct  8 12:07:13 1996  Ian Lance Taylor  <[email protected]>
29
30         * emultempl/pe.em (set_pe_subsystem): When setting the subsystem
31         to windows, set the entry point.
32
33         * Makefile.in (ldlex.c): Don't pass any options to $(LEX).
34
35 Mon Oct  7 17:29:05 1996  Ian Lance Taylor  <[email protected]>
36
37         * ld.texinfo (Options): Mention .so extensions for shared
38         libraries.
39
40 Sun Oct  6 22:35:36 1996  Jason Merrill  <[email protected]>
41
42         * scripttempl/elf{,mips,ppc}.sc: Add DWARF 2 sections.
43
44 Fri Oct  4 18:49:31 1996  Ian Lance Taylor  <[email protected]>
45
46         * scripttempl/m68kcoff.sc: Only set the address of .text if
47         RELOCATING.
48
49 Fri Oct  4 10:59:52 1996  Doug Evans  <[email protected]>
50
51         * emulparams/sparcaout.sh ({BIG,LITTLE}_OUTPUT_FORMAT): Define.
52         * scripttempl/aout.sc ({BIG,LITTLE}_OUTPUT_FORMAT): Provide default.
53         (OUTPUT_FORMAT): Support bi-endian targets.
54
55 Thu Oct  3 13:52:03 1996  Ian Lance Taylor  <[email protected]>
56
57         * fnmatch.h, fnmatch.c: Remove (now in libiberty).
58         * Makefile.in: Rebuild dependencies.
59         (CFILES): Remove fnmatch.c.
60         (HFILES): Remove fnmatch.h.
61         (OFILES): Remove fnmatch.o.
62
63 Thu Oct  3 15:41:24 1996  Jason Molenda  ([email protected])
64
65         * Makefile.in (mostlyclean): Move config.log to distclean.
66
67 Wed Oct  2 23:45:25 1996  Geoffrey Noer  <[email protected]>
68
69         * emultmpl/pe.em: increase size of stack reserve to 0x2000000
70         (necessary in order to compile parse.c in gcc sources under NT)
71
72 Wed Oct  2 14:49:10 1996  Ian Lance Taylor  <[email protected]>
73
74         * lexsup.c (ld_options): Fix typo in --rpath-link description.
75         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Suggest
76         --rpath if a needed library is not found.
77
78 Tue Oct  1 16:17:33 1996  Joel Sherrill  <[email protected]>
79
80         * configure.tgt (mips*-*-rtems*): New target, like mips*-*-elf*.
81
82 Tue Oct  1 15:50:34 1996  Ian Lance Taylor  <[email protected]>
83
84         * ld.texinfo (Options): Give more detail on -l option.
85
86         * scripttempl/elfmips.sc: Handle CREATE_SHLIB the same way that
87         elf.sc does, so that glibc works better.
88
89         * ldver.c (ld_program_version): New variable.
90         (ldversion): Use it.
91         * ldver.h (ld_program_version): Declare.
92         * lexsup.c (ld_options): Handle --dll-verbose like --verbose, not
93         --version.  Change --version handling to match current GNU
94         standards.
95         (help): Print bug report address.
96
97 start-sanitize-m32r
98 Mon Sep 30 12:14:43 1996  Doug Evans  <[email protected]>
99
100         * Makefile.in (em32relf.c): Add rule for.
101         * configure.tgt (m32r-*-*): Recognize.
102         * emulparams/m32relf.sh: New file.
103
104 end-sanitize-m32r
105 Thu Sep 26 13:58:47 1996  Stan Shebs  <[email protected]>
106
107         * mpw-make.sed: Add symbolic doublequoting to ldmain compile edit.
108         * mpw-config.in: Add mips-*-* case as mips-elf, and use more
109         wildcards in matching.
110         * mpw-emipself.c: New file, pregenerated mips elf emulation.
111
112 Tue Sep 17 12:18:21 1996  Ian Lance Taylor  <[email protected]>
113
114         * ldint.texinfo: Rewrote.
115
116         * configure.tgt: Add cases for MIPS 5000 like MIPS 4300.
117
118 Mon Sep 16 17:55:21 1996  Ian Lance Taylor  <[email protected]>
119
120         * scripttempl/armcoff.sc: Only define symbols if RELOCATING.  Fix
121         syntax error on __end__ line.
122
123         * scripttempl/armcoff.sc: For -N or -n, don't align .data.  From
124         Chris Hadley <[email protected]>
125
126 start-sanitize-v850
127 Sun Sep 15 22:09:56 1996  Jeffrey A Law  ([email protected])
128
129         * emulparms/v850.sh: Fix OTHER_RELOCATING_SECTIONS.
130
131 end-sanitize-v850
132 start-sanitize-d10v
133 Sun Sep 15 10:38:16 1996  Mark Alexander  <[email protected]>
134
135         * emulparms/d10v.sh: Set OTHER_RELOCATING_SECTIONS to put
136         stack at top of simulator memory.
137
138 end-sanitize-d10v
139 Fri Sep 13 15:49:45 1996  Ian Lance Taylor  <[email protected]>
140
141         * ldlex.l (SYMBOLCHARN): Add $, _, and ~.
142
143 Wed Sep 11 23:30:42 1996  Ian Lance Taylor  <[email protected]>
144
145         * ldmain.c (get_emulation): Check for -mips4 like -mips1, et. al.
146
147 Thu Sep  5 15:24:12 1996  Ian Lance Taylor  <[email protected]>
148
149         * ldlang.c (section_already_linked): Accept a lang_input_statement
150         as the PTR argument.  If the file is symbols only, discard all
151         input sections.
152         (ldlang_add_file): Pass entry to bfd_map_over_sections.
153
154 Wed Sep  4 15:53:43 1996  Ian Lance Taylor  <[email protected]>
155
156         * configure.tgt (alpha-*-gnu*): New target.  From Fila Kolodny
157         <[email protected]>.
158
159 start-sanitize-v850
160 Tue Sep  3 00:52:54 1996  Jeffrey A Law  ([email protected])
161
162         * emulparms/v850.sh: Set OTHER_RELOCATING_SECTIONS
163
164 Sun Sep  1 21:48:58 1996  Jeffrey A Law  ([email protected])
165
166         * emulparms/v850.sh: Set EMBEDDED.
167
168 Fri Aug 30 22:30:30 1996  Jeffrey A Law  ([email protected])
169
170         * emulparms/v850.sh: Entry symbol is "_start", tweak
171         ctor/dtor support.
172
173 end-sanitize-v850
174 Fri Aug 30 18:32:31 1996  Ian Lance Taylor  <[email protected]>
175
176         * configure.tgt (sh-*-elf*): New target.
177         * emulparams/shelf.sh: New file.
178         * emulparams/shlelf.sh: New file.
179         * Makefile.in (ALL_EMULATIONS): Add eshelf.o and eshlelf.o.
180         (eshelf.c, eshlelf.c): New targets.
181         * scripttempl/elf.sc: If EMBEDDED is defined, then don't add
182         SIZEOF_HEADERS to TEXT_START_ADDR.  Expand CTOR_START and CTOR_END
183         around .ctors, and DTOR_START and DTOR_END around .dtors.  Expand
184         OTHER_RELOCATING_SECTIONS if RELOCATING.
185
186 Thu Aug 29 16:57:46 1996  Michael Meissner  <[email protected]>
187
188         * configure.{host,tgt} (i[345]86-*-*): Recognize i686 for pentium
189         pro.
190
191 Mon Aug 26 12:58:11 1996  Ian Lance Taylor  <[email protected]>
192
193         * ldgram.y (section): Add opt_nocrossrefs; pass value to
194         lang_enter_overlay.
195         (opt_nocrossrefs): New nonterminal.
196         * ldlex.l: Recognize NOCROSSREFS keyword in EXPRESSION mode.
197         * ldlang.c (overlay_nocrossrefs): New static variable.
198         (lang_enter_overlay): Add nocrossrefs parameter.
199         (lang_leave_overlay): Only add nocrossrefs if overlay_nocrossrefs
200         is set.  Initialize overlay_nocrossrefs.
201         * ldlang.h (lang_enter_overlay): Update declaration.
202         * ld.texinfo (Overlays): Update documentation.
203
204         * ldver.c (ldversion): Print GNU ld in the version message.
205
206 Thu Aug 22 17:10:40 1996  Ian Lance Taylor  <[email protected]>
207
208         * configure.host: Set HLDENV.
209         * configure.in: Substitute HLDENV.
210         * configure: Rebuild.
211         * Makefile.in (HLDENV): New variable.
212         ($(LD_PROG)): Use $(HLDENV).
213
214 start-sanitize-v850
215 Thu Aug 22 16:29:28 1996  Jeffrey A Law  ([email protected])
216
217         * Makefile.in (ev850.c): New target.
218         * configure.tgt (v850-*-*): New target.
219         * emulparams/v850.sh: New file.
220
221 end-sanitize-v850
222 Thu Aug 22 11:16:02 1996  Stan Shebs  <[email protected]>
223
224         * mpw-make.sed: Add @DASH_C_FLAG@ to compiler edit.
225
226 Wed Aug 21 11:26:37 1996  Ian Lance Taylor  <[email protected]>
227
228         * scripttempl/elf.sc: Put .gnu.linkonce* sections in appropriate
229         containing sections.
230
231 Mon Aug 19 13:01:42 1996  Ian Lance Taylor  <[email protected]>
232
233         * fnmatch.c: Include sysdep.h.
234
235 Mon Aug 19 11:28:29 1996  Michael Meissner  <[email protected]>
236
237         * genscripts.sh: Undo 8/16 change.
238
239 start-sanitize-d10v
240         * emulparams/d10velf.sh (MACHINE): Explicitly set to nothing.
241 end-sanitize-d10v
242
243 Fri Aug 16 19:18:08 1996  Michael Meissner  <[email protected]>
244
245         * genscripts.sh: Explicitly reset any shell variables set or used
246         by the various .sc scripts to allow inadvertant use of these
247         names as normal environment variables by the person running
248         configure.
249
250 start-sanitize-d10v
251         * Makefile.in (ed10velf.c): Use tdir_d10v, not tdir_arcelf.
252 end-sanitize-d10v
253
254 Fri Aug 16 14:15:41 1996  James G. Smith  <[email protected]>
255
256         * scripttempl/armcoff.sc (__bss_start__, __bss_end__,
257         __data_start__, __data_end__): Added to keep in sync. with the
258         default ARM crt0.s. Added __CTOR_LIST__ and __DTOR_LIST__ support.
259
260 Thu Aug  8 14:24:56 1996  Ian Lance Taylor  <[email protected]>
261
262         * ldcref.c (check_reloc_refs): If info->same, look for any symbol
263         defined in info->defsec, not just the section symbol.
264
265 Wed Aug  7 14:40:48 1996  Philippe De Muyter  <[email protected]>
266
267         * configure.in: Call BFD_NEED_DECLARATION on strstr and sbrk.
268         * acconfig.h (NEED_DECLARATION_STRSTR): New macro.
269         (NEED_DECLARATION_SBRK): New macro.
270         * configure, config.in: Rebuild.
271         * sysdep.h (strstr): Declare if NEED_DECLARATION_STRSTR.
272         * ldmain.c (sbrk): Declare if HAVE_SBRK and
273         NEED_DECLARATION_SBRK.
274
275         * ldlang.c (lang_record_phdrs): Cast xmalloc and xrealloc return.
276
277 Mon Aug  5 16:26:14 1996  Ian Lance Taylor  <[email protected]>
278
279         * ldlex.l: Recognize OVERLAY.
280         * ldgram.y: Add section_phdr field to %union.
281         (section): Handle phdr_opt result.  Add OVERLAY case.
282         (opt_exp_without_type): New nonterminal.
283         (phdr_opt): Return list of phdrs.
284         (overlay_section): New nonterminal.
285         * ldlang.c: Include <ctype.h>.
286         (lang_leave_output_section_statement): Add phdrs parameter.
287         Change all callers.
288         (lang_section_in_phdr): Remove.
289         (overlay_vma, overlay_lmn, overlay_max): New static variables.
290         (struct overlay_list): Define.
291         (overlay_list): New static variable.
292         (lang_enter_overlay, lang_enter_overlay_section): New functions.
293         (lang_leave_overlay_section, lang_leave_overlay): New functions.
294         * ldlang.h (lang_leave_output_section_statement): Update
295         declaration for new parameter.
296         (lang_section_in_phdr): Don't declare.
297         (lang_enter_overlay, lang_enter_overlay_section): Declare.
298         (lang_leave_overlay_section, lang_leave_overlay): Declare.
299         * ld.texinfo (Overlays): New node under SECTIONS, documenting
300         overlays.
301
302         * ldlex.l: Recognize MAX and MIN.
303         * ldgram.y (MAX, MIN): New terminals.
304         (exp): Recognize MAX and MIN.
305         * ldexp.c (fold_binary): Handle MAX and MIN.
306         * ld.texinfo (Arithmetic Functions): Document MAX and MIN.
307
308         * ld.texinfo (PHDRS): Use @cindex, not @kindex, for program header
309         index entries.
310
311         * ldgram.y (SIZEOF, ADDR): Do not specify type.
312
313         * ldcref.c (check_nocrossref): Skip symbols with no output
314         sections.
315
316 Fri Aug  2 14:57:49 1996  Ian Lance Taylor  <[email protected]>
317
318         * ldgram.y (LOADADDR): New terminal.
319         (exp): Handle LOADADDR.
320         * ldlex.l: Recognize LOADADDR.
321         * ldexp.c (exp_print_token): Add LOADADDR.
322         (fold_name): Implement LOADADDR.
323         * ldlang.c (exp_init_os): Treat LOADADDR like ADDR.
324         * ld.texinfo (Arithmetic Functions): Document LOADADDR.
325
326 Thu Aug  1 12:52:19 1996  Ian Lance Taylor  <[email protected]>
327
328         * ld.h (check_nocrossrefs): Declare.
329         * ldlang.h (struct lang_nocrossref): Define.
330         (struct lang_nocrossrefs): Define.
331         (nocrossref_list): Declare.
332         (lang_add_nocrossref): Declare.
333         * ldlex.l: Recognize NOCROSSREFS keyword.
334         * ldgram.y (%union): Add nocrossref field.
335         (NOCROSSREFS): New terminal.
336         (ifile_p1): Recognize NOCROSSREFS.
337         (nocrossref_list): New nonterminal.
338         * ldlang.c (nocrossref_list): Define.
339         (lang_add_nocrossref): New function.
340         * ldmain.c (main): If nocrossref_list is not NULL, call
341         check_nocrossrefs.
342         (warning_callback): Free symbols if there is no place to store
343         them.
344         (notice): Call add_cref if nocrossref_list is not NULL.
345         * ldcref.c: Include "ldexp.h" and "ldlang.h".
346         (check_nocrossrefs): New function.
347         (check_nocrossref): New static function.
348         (struct check_refs_info): Define.
349         (check_refs, check_reloc_refs): New static functions.
350         * Makefile.in: Rebuild dependencies.
351         * ld.texinfo (Option Commands): Document NOCROSSREFS.
352
353         * ld.texinfo (Section Placement): Improve the wording of the
354         wildcard documentation.  Mention that wildcards are only searched
355         for on the command line, not in the file system.
356
357         * emultempl/sunos.em (gld${EMULATION_NAME}_after_open): Move
358         definition of lib_path inside condition where it is used.
359
360 start-sanitize-d10v
361 Wed Jul 31 13:17:10 1996  Martin M. Hunt  <[email protected]>
362
363         * emulparams/d10velf.sh: Now works with elf.sc.
364
365 Wed Jul 31 11:52:03 1996  Martin M. Hunt  <[email protected]>
366
367         * emulparams/d10velf.sh (SCRIPT_NAME): Change to vanilla.
368
369 end-sanitize-d10v       
370 Tue Jul 30 14:46:42 1996  Ian Lance Taylor  <[email protected]>
371
372         * ldlang.c (lang_size_sections): Add the section VMA to the result
373         value when computing the address of a section.
374
375         * ld.h (args_type): Add cref field.
376         * lexsup.c (parse_args): Set command_line.cref.
377         * ldmain.c (main): Check command_line.cref rather than
378         link_info.notice_all.
379         (notice): Likewise.
380
381         * ldcref.c (output_one_cref): Don't crash if a symbol is defined
382         in a section without an owner.
383
384 Mon Jul 29 17:23:33 1996  Ian Lance Taylor  <[email protected]>
385
386         * fnmatch.h, fnmatch.c: New files.
387         * ldlex.l: Remove unused definition of FILENAME.  Add definition
388         of WILDCHAR.  In SCRIPT mode, accept any sequence of WILDCHAR as a
389         NAME.
390         * ldgram.y (file_NAME_list): Accept '*' and '?' specially.
391         (input_section_spec): Accept '?' specially.
392         (statement): Change exp to mustbe_exp in length and FILL cases.
393         (section): Call ldlex_script before section statements, and call
394         ldlex_popstate after them.
395         * ldlang.c: Include "fnmatch.h".
396         (wildcardp): New static function.
397         (wild_section): Permit the section name to be a wildcard.
398         (wild_file): New static function, broken out of wild.
399         (wild): Call wild_file.  Permit the file name to be a wildcard.
400         (open_input_bfds): Don't call lookup_name for a wildcard pattern.
401         * Makefile.in: Rebuild dependencies.
402         (CFILES): Add fnmatch.c.
403         (HFILES): Add fnmatch.h.
404         (OFILES): Add fnmatch.o.
405         * ld.texinfo: Document that file and section names can now be
406         wildcard patterns.
407
408         * ldlang.c (lang_place_orphans): Correct condition: place a common
409         section if not relocateable or if common definitions are forced.
410
411 start-sanitize-d10v
412 Wed Jul 24 12:16:38 1996  Martin M. Hunt  <[email protected]>
413
414         * emulparams/d10velf.sh (SCRIPT_NAME): Change to elf.
415
416 Wed Jul 24 13:38:22 1996  Michael Meissner  <[email protected]>
417
418         * configure.tgt (d10v-*-*): Don't require the -elf, allow plain d10v.
419
420 Tue Jul 23 10:36:19 1996  Martin M. Hunt  <[email protected]>
421
422         * Makefile.in (ed10velf.c): New target.
423         * configure.tgt (d10v-*-elf*): New target.
424         * emulparams/d10velf.sh: New file.
425
426 end-sanitize-d10v
427 Thu Jul 18 16:25:39 1996  Ian Lance Taylor  <[email protected]>
428
429         * configure.tgt (sparc*-*-sysv4*): New target.  From Andrew Gierth
430         <[email protected]>.
431
432         * configure.host: Change irix5 to irix[56]*.
433         * configure.tgt: Likewise.
434
435 Wed Jul 17 10:52:46 1996  Kim Knuttila  <[email protected]>
436
437         * emultempl/pe.em (sort_sections): Pay attention to return code.
438
439         * ldmisc.c (demangle): Remove all prefix '.'s from a name.
440
441 Mon Jul 15 11:49:49 1996  Andreas Schwab  <[email protected]>
442
443         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Round
444         the value of __start_SECNAME to the alignment required by the
445         section to be placed.
446
447 Tue Jul  9 12:09:02 1996  Ian Lance Taylor  <[email protected]>
448
449         * configure.tgt (mips*el-*-elf*): Use elf32elmip.
450         (mips*-*-elf*): Use elf32ebmip.
451         * emulparams/elf32bmip.sh (EMBEDDED): Don't define.
452         * emulparams/elf32lmip.sh (EMBEDDED): Don't define.
453         * emulparams/elf32elmip.sh: New file; copy of elf32lmip.sh with
454         EMBEDDED defined.
455         * emulparams/elf32ebmip.sh: New file; copy of elf32bmip.sh with
456         EMBEDDED defined.
457         * emulparams/elf32b4300.sh (EMBEDDED): Define.
458         * emulparams/elf32l4300.sh (EMBEDDED): Define.
459         * Makefile.in (ALL_EMULATIONS): Add eelf32ebmip.o eelf32elmip.o.
460         (eelf32ebmip.c, eelf32elmip.c): New targets.
461
462 Thu Jul  4 12:01:03 1996  Ian Lance Taylor  <[email protected]>
463
464         * ldver.c (ldversion): Set version to cygnus-2.7.1.
465
466         * Released binutils 2.7.
467
468         * emulparams/pc532macha.sh: Rename from pc532machaout.sh to avoid
469         System V file name limitations.
470         * configure.tgt (nc32k-pc532-mach*, ns32k-pc532-ux*): Use
471         pc532macha rather than pc532machaout.
472         * Makefile.in (ALL_EMULATIONS): Change epc532machaout.o to
473         epc532macha.o.
474         (epc532macha.c): Rename target from epc532machaout.c.
475
476 Wed Jul  3 11:40:10 1996  Ian Lance Taylor  <[email protected]>
477
478         * ldlang.c (print_padding_statement): Use %u, not %x, to print
479         fill value.
480
481 Sun Jun 30 11:16:43 1996  Stan Shebs  <[email protected]>
482
483         * mpw-eppcmac.c: Update to reflect May 23 change to aix.em.
484
485 Thu Jun 27 14:03:42 1996  Ian Lance Taylor  <[email protected]>
486
487         * emultempl/sunos.em (gld${EMULATION_NAME}_find_so): Put the .sa
488         file just before the .so file, rather than just after.
489
490         * configure.host: Use -print-file-name=FILE rather than piping
491         -print-libgcc-file-name through sed.
492         (i[345]86*-*-sco*, i[345]86-*-isc*): Create crtbegin.o and
493         crtend.o files, in case gcc doesn't use them.
494         * Makefile.in (mostlyclean): Remove crtbegin.o and crtend.o.
495
496 Wed Jun 26 15:57:21 1996  Ian Lance Taylor  <[email protected]>
497
498         * configure.tgt (mips*-dec-osf*): New target.
499
500 Tue Jun 25 22:15:29 1996  Jason Molenda  ([email protected])
501
502         * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
503         INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
504         (docdir): Removed.
505         * configure.in (AC_PREREQ): autoconf 2.5 or higher.
506         (AC_PROG_INSTALL): Added.
507         * configure: Rebuilt.
508
509 Mon Jun 24 18:48:16 1996  Michael Meissner  <[email protected]>
510
511         * scripttempl/elfppc.sc (_GLOBAL_OFFSET_TABLE_): Don't do a
512         PROVIDE of _GLOBAL_OFFSET_TABLE_, since it needs to be at a
513         non-fixed location.
514
515 Mon Jun 24 17:55:31 1996  Jouke Numan  <[email protected]>
516
517         * ldlang.h (enum section_type): Define.
518         (lang_output_section_statement_type): Remove loadable field.  Add
519         sectype field.
520         (lang_enter_output_section_statement): Change flags parameter in
521         prototype to sectype.
522         * ldgram.y (typebits): Remove.
523         (sectype): New static variable.
524         (opt_at): Use sectype rather than typebits.
525         (type): Set sectype rather than typebits.
526         (atype): Likewise.
527         * ldlex.l: Recognize DSECT, COPY, INFO, and OVERLAY in
528         EXPRESSION mode.
529         * ldlang.c (lang_output_section_statement_lookup): Set sectype
530         field rather than loadable field.
531         (wild_doit): Check sectype rather than loadable.
532         (lang_record_phdrs): Likewise.
533         (lang_enter_output_section_statement): Rename flags parameter to
534         sectype.  Set sectype field rather than loadable field.  Set flags
535         field based on sectype.
536
537 Mon Jun 24 12:00:32 1996  Ian Lance Taylor  <[email protected]>
538
539         * scripttempl/elf.sc: Force .stab* and .comment sections to start
540         at 0.
541
542         * configure.in: On alpha*-*-osf*, link against libbfd.a if not
543         using shared libraries.
544         * configure: Rebuild with autoconf 2.10.
545
546 Fri Jun 21 17:40:56 1996  Joel Sherrill  <[email protected]>
547
548         * configure.tgt: Add support for *-*-rtems* configurations.
549
550 Fri Jun 21 13:05:51 1996  Richard Henderson  <[email protected]>
551
552         * configure.tgt (alpha-*-linuxecoff*): New target.
553         (alpha-*-linux*): Use elf64alpha.
554         * emulparams/elf64alpha.sh: New file.
555         * emultempl/elf32.em: If ELFSIZE is not set, set it to 32.  Use
556         ${ELFSIZE} rather than 32 when calling BFD routines.
557         (hold_rodata): New static variable.
558         (gld${EMULATION_NAME}_place_orphan): Use hold_rodata for a
559         readonly section that is not code.
560         (gld${EMULATION_NAME}_place_section): Set hold_rodata.  Don't use
561         a .rel section unless its bfd_section field is not NULL.
562         * Makefile.in (ALL_EMULATIONS): Add eelf64alpha.o.
563         (eelf64alpha.c): New target.
564
565 Fri Jun 21 12:45:46 1996  Ian Lance Taylor  <[email protected]>
566
567         * ldmisc.c (vfinfo): Correct handling of 0 in %W case.
568
569 Thu Jun 20 13:55:28 1996  Ian Lance Taylor  <[email protected]>
570
571         Add enough support to understand the gcc svr3.ifile script:
572         * ldlex.l: Recognize BLOCK and GROUP in EXPRESSION context.  Add
573         BIND keyword.
574         * ldgram.y: Add BIND token.
575         (section): Recognize GROUP.
576         (opt_ext_with_type): Recognize a couple of cases of BIND.
577         * ldlang.c (init_os): Don't do anything if section is already
578         initialized.  Call exp_init_os on addr_tree field.
579         (exp_init_os): New static function.
580         (map_input_to_output_sections): Call exp_init_os on assignment
581         expression.
582         (lang_place_orphans): Check for common sections by name COMMON
583         rather than by common_section field.  Don't warn about absence of
584         [COMMON] command.
585
586         * ldlang.h (lang_input_statement_type): Remove useless fields
587         common_section, common_output_section, and complained, as well as
588         all references to them.
589
590         * ldexp.c: Reindent a lot of code.
591         (exp_fold_tree): Call FAIL rather than einfo in default case.
592
593 Wed Jun 19 11:40:14 1996  Ian Lance Taylor  <[email protected]>
594
595         * configure.host (m88*-*-dgux*): Quote HOSTING_CRT0.  From
596         <[email protected]>.
597
598 Tue Jun 18 15:53:09 1996  Jeffrey A. Law  <[email protected]>
599
600         * scripttempl/h8300s.sc: New file for H8/S.
601         * emulpararms/h8300s.sh: New file for H8/S.
602         * Makefile.in (ALL_EMULATIONS): Add H8/S.
603         (e_h8300s.c): Add dependencies.
604         * configure.tgt: Add H8/S to targ_extra_emuls.
605
606 Tue Jun 18 17:55:39 1996  Ian Lance Taylor  <[email protected]>
607
608         * configure.tgt (i[345]86*-*-isc*): New target.  From
609         <[email protected]>.
610
611 Wed Jun 12 12:46:21 1996  Ian Lance Taylor  <[email protected]>
612
613         * lexsup.c: Include "libiberty.h".
614         (parse_args): Copy the -Y argument into memory.
615         (set_default_dirlist): Don't put the ':' back into the directory
616         list.
617
618 Fri Jun  7 11:27:42 1996  Ian Lance Taylor  <[email protected]>
619
620         * emultempl/sunos.em: Include libiberty.h.
621         (gld${EMULATION_NAME}_set_symbols): New static function to add
622         LD_LIBRARY_PATH to the list of search directories.
623         (ld_${EMULATION_NAME}_emulation): Add new set_symbols routine.
624
625 Thu Jun  6 11:50:31 1996  Ian Lance Taylor  <[email protected]>
626
627         * emulparams/elf32bmip.sh (OTHER_GOT_SYMBOLS): Use ALIGN(16)
628         rather than . when computing _gp value.  From Per Fogelstrom.
629         * emulparams/elf32lmip.sh (OTHER_GOT_SYMBOLS): Likewise.
630
631         * ldmain.c (main): Don't close and unlink the file on error, since
632         remove_output will do it anyhow.
633         * ldlang.c (open_output): Set boolean variable to true, not 1.
634
635 Wed Jun  5 18:34:14 1996  James G. Smith  <[email protected]>
636
637         * emulparams/{elf32b4300.sh,elf32l4300.sh} (SCRIPT_NAME): Use
638         elfmips instead of elf.
639
640 Tue Jun  4 18:43:07 1996  Ian Lance Taylor  <[email protected]>
641
642         * ldcref.c: New file.
643         * ld.h (add_cref, output_cref): Declare.
644         * ldmain.c (main): Initialize notice_all field.  If it is set at
645         end of link, call output_cref.
646         (notice): Rename from notice_ysym.  Check notice_all.
647         * ldmisc.c (finfo): Make globally visible.
648         * ldmisc.h (finfo): Declare.
649         * lexsup.c (OPTION_CREF): Define.
650         (ld_options): Add "cref".
651         (parse_args): Handle OPTION_CREF.
652         * Makefile.in: Rebuild dependencies.
653         (CFILES): Add ldcref.c.
654         (OFILES): Add ldcref.o.
655         * ld.texinfo, ld.1: Document --cref.
656
657 Tue Jun  4 12:12:25 1996  Tom Tromey  <[email protected]>
658
659         * Makefile.in (install): Make $(tooldir) and $(tooldir)/bin.
660
661 Fri May 31 12:40:55 1996  Ian Lance Taylor  <[email protected]>
662
663         * emultempl/pe.em (sort_sections): Don't assume that a
664         wild_statement has a section name.
665
666 Wed May 29 13:13:35 1996  Ian Lance Taylor  <[email protected]>
667
668         * scripttempl/elfmips.sc: Quote test -z argument.
669
670         * ld.texinfo: Clarify the CONSTRUCTORS command.
671
672 Thu May 23 16:07:44 1996  Ian Lance Taylor  <[email protected]>
673
674         * emultempl/aix.em (gld${EMULATION_NAME}_read_file): Initialize
675         file, not impfile.
676
677 Wed May 22 11:31:30 1996  Doug Evans  <[email protected]>
678
679         * ldlang.c (wild_doit): Don't copy over SEC_LINK_{ONCE,DUPLICATES}
680         if final link.
681         * emultempl/pe.em (sfunc): Renamed to sort_by_file_name.
682         (sort_by_section_name, sort_sections_1): New functions.
683         (sort_sections): Only sort by file name sections in .idata.
684         Add "Grouped Sections" support.
685         (gld${EMULATION_NAME}_place_orphan): Rewrite to support Grouped
686         Sections.
687         (gld${EMULATION_NAME}_place_section): Delete.
688         * scripttempl/pe.sc (.text,.data,.rdata): Add *(.foo\$).
689         (.CRT,.rsrc): Rewrite to use Grouped Section support.
690
691 Tue May 21 14:31:48 1996  Stan Shebs  <[email protected]>
692
693         * mpw-eppcmac.c: Update to reflect changes to aix.em.
694
695 Sun May 19 16:59:44 1996  Doug Evans  <[email protected]>
696
697         * ldlang.c (dprint_statement): Stop printing at end of list.
698
699 Sat May 18 13:12:05 1996  Steve Chamberlain  <[email protected]>
700
701         Support for --force-exe-suffix
702         * ld.h (args_type): Add force_exe_suffix.
703         * ld.texinfo: Add documentation.
704         * ldmain.c (main):  Add support for option.
705         * lexsup.c (OPTION_FORCE_EXE_SUFFIX): New.
706         (ld_options, parse_args):  Add support for option.
707
708 Wed May 15 12:50:25 1996  Jim Wilson  <[email protected]>
709
710         * emultempl/pe.em (set_pe_value): Pass 0 not 16 to strtoul call.
711
712 Fri May 10 16:28:44 1996  Michael Meissner  <[email protected]>
713
714         * scripttempl/elfppc.sc (__stack): Make __stack 0 if it was
715         referenced but not defined.
716
717 Thu May  9 08:52:23 1996  Rob Savoye  <[email protected]>
718
719         * emulparams/{elf32bmip.sh,elf32lmip.sh,mipsidt.sh,mipsidtl.sh}:
720         Set a new variable to signify if the final target is an embedded
721         system. 
722         * scripttempl/{mips.sc,elfmips.sc}: Don't add SIZEOF_HEADERS to
723         .text for an embedded system.
724
725 Tue May  7 10:56:11 1996  Doug Evans  <[email protected]>
726
727         * scripttempl/pe.em (gld${EMULATION_NAME}_place_orphan): New function.
728         (gld${EMULATION_NAME}_place_section): New function.
729         (hold_{section,use,text,rdata,data}): New static locals.
730         (ld_${EMULATION_NAME}_emulation): Update orphan field.
731         * scripttempl/pe.sc: Whitespace cleanup.  Semicolon usage cleanup.
732         (INIT,FINI): Delete, unused.
733         (.text): Document orphan .text.foo sections.
734         (.rdata): Document orphan .rdata.foo sections.
735         (.data): Document orphan .data.foo sections.
736
737 Tue May  7 11:35:46 1996  Jeffrey A Law  ([email protected])
738
739         * scripttempl/h8300.sc: Place ".tiny" sections right
740         after ".data" sections.
741         * scripttempl/h8300h.sc: Place ".tiny" sections into
742         the "tiny" memory region, 0xff8000 through 0xffff00.
743
744         * scripttempl/h8300.sc: Set the entry point to the value of
745         "_start" rather than the start of the text segment.
746         * scripttempl/h8300h.sc: Likewise.
747
748         * scripttempl/h8300.sc: Place .rodata sections before .text
749         sections in main ram.
750         * scripttempl/h8300h.sc: Likewise.
751
752 Mon May  6 23:32:30 1996  Jeffrey A Law  ([email protected])
753
754         * scripttempl/h8300h.sc: Use "eight", not "eightbit" for the
755         8-bit region and 8-bit sections.
756
757 Wed May  1 17:50:06 1996  Doug Evans  <[email protected]>
758
759         * ldlang.c (section_already_linked): Fix typos.
760
761 Mon Apr 29 20:31:06 1996  Doug Evans  <[email protected]>
762
763         * scripttempl/pe.sc (.endjunk): Define __end__.
764
765 Mon Apr 29 17:05:13 1996  Ian Lance Taylor  <[email protected]>
766
767         * ldlang.c (longest_section_name): Remove.
768         (SECTION_NAME_MAP_LENGTH): Define.
769         (print_size, print_alignment, print_fill, print_section): Remove.
770         (print_flags): Remove.
771         (lang_map): Rewrite.
772         (print_output_section_statement): Rewrite.
773         (print_assignment): Rewrite.
774         (print_one_symbol): Rewrite.
775         (print_input_section): Rewrite.
776         (print_fill_statement): Rewrite.
777         (print_data_statement): Rewrite.
778         (print_address_statement): New static function.
779         (print_reloc_statement): Rewrite.
780         (print_padding_statement): Rewrite.
781         (print_wild_statement): Rewrite.
782         (print_statement_list): Clean up.
783         (print_statement): Clean up.  Some minor output changes.
784         (print_statements): Clean up.
785         (load_symbols): Put another - before -whole-archive.
786         * ldexp.c (exp_print_tree): Change etree_value and etree_rel to
787         print 0x and to omit leading zeroes.  For etree_rel, use %B to
788         print the BFD.  For etree_assign, remove the space after the
789         destination name.
790         * ldwrite.c: Include "libiberty.h".
791         (clone_section): Call xstrdup, not strdup.
792         (ldwrite): Don't print any map information.
793         (print_symbol_table, print_file_stuff, print_symbol): Remove.
794         * ldmain.c (main): Call lang_map when appropriate.
795         * ldmisc.c (vfinfo): Add support for %W.
796         (print_address): Remove.
797         * ldmisc.h (print_address): Don't declare.
798         * Makefile.in: Rebuild dependencies.
799
800 Mon Apr 29 10:29:07 1996  Andreas Schwab  <[email protected]>
801
802         * configure.host (m68*-*-linux*): Add -dynamic-linker to
803         HOSTING_CRT0.  Search -lgcc both before and after -lc in
804         HOSTING_LIBS.  Look for crt{begin,end}.o in the compiler directory
805         at first.
806         (i[345]86-*-linux*): Look for crt{begin,end}.o in the compiler
807         directory at first.
808
809 Fri Apr 26 14:42:27 1996  Ian Lance Taylor  <[email protected]>
810
811         * ldmisc.h (demangle): Declare.
812         * ldmisc.c: Include "libiberty.h".  Include demangle.h with "",
813         not <>.
814         (demangle): Make non-static.  Remove remove_underscore paramter.
815         Always return an allocated string.
816         (vfinfo): Free result of demangle.  Add case 'G'.  Use %T to print
817         functionname, rather than calling demangle.  Print a colon between
818         the BFD(section+offset) and the line number.
819         * ldmain.c (add_archive_element): Improve format of archive
820         information in map file.
821         (constructor_callback): Don't print anything to the map file.
822         * ldlang.c (lang_one_common): Improve format of common symbol
823         information in map file.
824         * ldctor.c (ldctor_build_sets): If producing a map file, print set
825         information.
826         * ldwrite.c (print_symbol_table): Print a newline before the
827         header in the map file.
828         * Makefile.in: Rebuild dependencies.
829
830         * ldmisc.c (vfinfo): Reindent.
831
832 Mon Apr 22 12:07:32 1996  Ian Lance Taylor  <[email protected]>
833
834         * ldlang.c (lang_size_sections): If _cooked_size is not 0, then
835         don't clobber it when not relaxing.
836
837         * ld.h (ld_config_type): Remove traditional_format field.
838         * ldmain.c (main): Use link_info.traditional_format rather than
839         config.traditional_format.
840         * ldlang.c (ldlang_open_output): Likewise.
841         * lexsup.c (parse_args): Likewise.
842         * emultempl/aix.em (gld${EMULATION_NAME}_parse_args): Likewise.
843         * mpw-eppcmac.c (gldppcmacos_parse_args): Likewise.
844
845         * ldlang.c (wild_doit): Discard debugging sections if we are
846         stripping debugging information.
847
848         * emulparams/z8002.sh (ARCH): Set to z8002, not z8k.
849
850 Tue Apr 16 16:38:32 1996  Ian Lance Taylor  <[email protected]>
851
852         * ldexp.c (fold_binary): Correct handling of subtraction with
853         absolute values.
854         (fold_name): Permit symbols in lang_allocating_phase_enum.
855
856         * scripttempl/aout.sc: Only PROVIDE __stack when RELOCATING.  Undo
857         accidental changes in last patch.
858
859 Tue Apr 16 10:25:42 1996  Michael Meissner  <[email protected]>
860
861         * configure.tgt (powerpc*-*-{sysv,linux}): Add aliases.
862         (powerpcle*-*-{sysv,solaris}): Ditto.
863
864 Mon Apr 15 14:50:56 1996  Rob Savoye  <[email protected]>
865
866         * scripttempl/aout.sc: Add PROVIDE (__stack = 0) so I can use it
867         in m68k/crt0.S without things blowing up.
868
869 Fri Apr 12 16:40:56 1996  Rob Savoye  <[email protected]>
870
871         * scripttempl/m68kcoff.sc: Remove default address for .data so
872         .text, .data, and .bss are all sequential.
873
874 Thu Apr 11 12:05:35 1996  Ian Lance Taylor  <[email protected]>
875
876         * scripttempl/m68kcoff.sc: Remove regions and simplify.
877
878 Wed Apr 10 14:41:53 1996  Jeffrey A Law  ([email protected])
879
880         * scripttempl/h8300.sc: Add the "8-bit area" in the upper 256
881         bytes of the address space.  Put data from the ".eight" sections
882         into the 8-bit area.
883         * scripttempl/h8300h.sc: Likewise.
884
885 Tue Apr  9 14:10:42 1996  Doug Evans  <[email protected]>
886
887         * emultempl/generic.em (gld${EMULATION_NAME}_before_parse):
888         Pass $ARCH to ldfile_set_output_arch instead of setting
889         ldfile_output_architecture directly.
890
891 Tue Apr  9 14:22:15 1996  Michael Meissner  <[email protected]>
892
893         * scripttempl/elfppc.sc (.init,.fini): Put .init, .fini section
894         next to .text.  Put _etext after .text, .init, .fini, and
895         .rodata{,2} sections.
896
897 Tue Apr  9 12:18:57 1996  Ian Lance Taylor  <[email protected]>
898
899         * ld.texinfo: Rearrange option documentation.
900
901         * lexsup.c (ld_options): New static array.
902         (parse_args): Build shortopts and longopts from ld_options array.
903         (help): New static function.
904         * ldver.h (help): Don't declare.
905         * ldver.c (ldversion): Reindent.
906         (help): Remove.
907
908         * ld.texinfo, ld.1: Mention -E as a synonym for -export-dynamic.
909
910 Mon Apr  8 11:56:23 1996  Ian Lance Taylor  <[email protected]>
911
912         * emultempl/elf32.em: When checking for a native emulation, check
913         that the current emulation is the default emulation.
914         * emultempl/sunos.em: Likewise.
915
916         * configure.in: Permit --enable-shared to specify a list of
917         directories.
918         * configure: Rebuild.
919
920         * lexsup.c (parse_args): Add -E as a synonym for -export-dynamic,
921         for HP/UX compatibility.
922
923 Fri Apr  5 14:30:14 1996  Ian Lance Taylor  <[email protected]>
924
925         * emultempl/elf32.em (gld${EMULATION_NAME}_check_ld_so_conf): New
926         static function, if ${host} = ${target}.
927         (gld${EMULATION_NAME}_after_open): Call check_ld_so_conf to find a
928         needed shared library if ${host} = $[target}.
929
930         * configure.host (i[345]86-*-linux*): Add -dynamic-linker to
931         HOSTING_CRT0.  Search -lgcc both before and after -lc in
932         HOSTING_LIBS.
933
934         * configure.tgt: Add i[345]86-*-freebsdelf* target; from John
935         Polstra <[email protected]>.
936
937 Fri Apr  5 18:11:25 1996  James G. Smith  <[email protected]>
938
939         * emulparams/elf32{b,l}4300.sh (MACHINE): Add explicit
940         architecture number.
941         * scripttempl/elf.sc: Use $MACHINE definition if present.
942         * configure.tgt (targ_extra_emuls): Force 4100 build to use same
943         template as 4300.
944
945 Mon Apr  1 17:35:40 1996  Ian Lance Taylor  <[email protected]>
946
947         * ldlang.c (lang_size_sections): Change region check to handle
948         regions which end at the highest possible address correctly.
949         From Roland Weber <[email protected]>.
950
951         * ldlang.c (section_already_linked): New static function.
952         (wild_doit): Discard sections with SEC_EXCLUDE set if not doing a
953         relocateable link.  Don't worry about section being NULL, since it
954         never should be.  Don't call init_os unless the section is going
955         to be added.
956         (ldlang_add_file): Call section_already_linked for each section.
957         * ldmain.c (multiple_definition): Don't warn about multiple
958         definitions in sections which are being discarded.
959
960 Sun Mar 31 00:30:47 1996  steve chamberlain  <[email protected]>
961
962         * scripttempl/{ppcpe.sc, pe.sc} (.junk): Remove and use /DISCARD/.
963         * emultempl/pe.em (init): Remove special case PPC code.
964
965 Fri Mar 29 00:01:29 1996  Jeffrey A Law  ([email protected])
966
967         * scripttempl/h8300.sc: Make vectors section 0xc4 bytes long
968         so as not to overwrite the magic syscall entry at 0xc4.
969         * scripttempl/h8300h.sc: Likewise.
970
971 Thu Mar 28 11:05:47 1996  Doug Evans  <[email protected]>
972
973         * configure.tgt (sparc64-*-solaris2*): Delete.
974         Stick with sparc-*-solaris2*.
975
976 Wed Mar 27 12:33:24 1996  Ian Lance Taylor  <[email protected]>
977
978         * ld.h (DISCARD_SECTION_NAME): Define to "/DISCARD/".
979         * ldlang.c (init_os): Fail on an attempt to initialize any section
980         named DISCARD_SECTION_NAME.
981         (wild_doit): Discard input sections assigned to an output section
982         named DISCARD_SECTION_NAME.
983         * ld.texinfo: Document use of /DISCARD/.
984
985         * ldlang.c: Fix some indentation and comments.
986
987 Tue Mar 26 18:14:49 1996  Ian Lance Taylor  <[email protected]>
988
989         * ldmain.c (main): Call bfd_set_error_program_name.
990
991 Thu Mar 21 13:17:34 1996  Ian Lance Taylor  <[email protected]>
992
993         * ld.texinfo: Fix a couple of indexing entries.  Mention that
994         --verbose displays builtin linker scripts.
995
996         * ldmisc.c (vfinfo): case 'I': If the file is not in an archive,
997         and the local symbol name does not match the filename, print the
998         filename as well.
999
1000         Patches from John Polstra <[email protected]> for FreeBSD ELF:
1001         * lexsup.c (parse_args): -Bshareable is a synonym for -shared.
1002         * emulparams/elf_i386.sh (NONPAGED_TEXT_START_ADDR): Make the same
1003         as TEXT_START_ADDR.
1004
1005 Wed Mar 20 18:18:25 1996  Andreas Schwab  <[email protected]>
1006
1007         * ld.texinfo: Fix typos.  Use @pxref only inside parentheses.
1008
1009 Wed Mar 20 16:56:15 1996  Ian Lance Taylor  <[email protected]>
1010
1011         * ldmain.c (add_wrap): New function.
1012         * ldmain.h (add_wrap): Declare.
1013         * lexsup.c (parse_args): Call add_wrap.
1014
1015 Tue Mar 19 16:44:20 1996  Doug Evans  <[email protected]>
1016
1017         * configure.host (sparc*-*-solaris2* host): Accept any sparc variant.
1018
1019 Wed Mar 13 17:47:31 1996  Jeffrey A Law  ([email protected])
1020
1021         * scripttempl/h8300.sc: Change name of page zero memory
1022         from "null" to "vectors".  Create an output section for
1023         vectors.  Add comments on how to explicitly place items
1024         in the vector table.
1025         * scripttempl/h8300h.sc: Likewise.
1026
1027 Wed Mar 13 12:40:18 1996  Ian Lance Taylor  <[email protected]>
1028
1029         * emultempl/lnk960.em (machine_table): Add jx and hx.
1030
1031         * genscripts.sh: Don't use ${9:-xx}, since Ultrix /bin/sh doesn't
1032         support it.
1033
1034 Tue Mar 12 12:43:59 1996  David Mosberger-Tang  <[email protected]>
1035
1036         * ld.h (ld_config_type): Add warn_multiple_gp field.
1037         * lexsup.c (parse_args): Handle --warn-multiple-gp.
1038         * ldmain.c (warning_callback): Suppress multiple gp values warning
1039         if --warn_multiple_gp was not used.
1040         * ld.texinfo, ld.1: Document --warn-multiple-gp.
1041
1042 Tue Mar 12 12:02:21 1996  Ian Lance Taylor  <[email protected]>
1043
1044         * lexsup.c (parse_args): Handle --wrap.
1045         * ldmain.c (main): Initialize link_info.wrap_hash.
1046         * ldexp.c (fold_name): Use bfd_wrapped_link_hash_lookup in DEFINED
1047         and NAME cases.
1048         * ld.texinfo, ld.1: Document --wrap.
1049
1050         * configure: Rebuild with autoconf 2.8.
1051
1052         Don't do SunOS style dynamic linking for sparc-aout:
1053         * configure.tgt (sparc64-*-aout*): Use sparcaout, not sun4.
1054         (sparclite*-fujitsu-*, sparc*-*-aout): Likewise.
1055         (sparc*-wrs-vxworks*): Likewise.
1056         * emulparams/sparcaout.sh: New file.
1057         * Makefile.in (ALL_EMULATIONS): Add esparcaout.o.
1058         (esparcaout.c): New target.
1059
1060 Wed Mar  6 16:06:52 1996  J.T. Conklin  <[email protected]>
1061
1062         * scripttempl/elfppc.sc (.sdata2, .sbss2): Implement Feb 2 change
1063         in a different manner to work around differences in shell variable
1064         expansion.
1065
1066 Wed Mar  6 18:08:18 1996  Ian Lance Taylor  <[email protected]>
1067
1068         * ldemul.h (ldemul_unrecognized_file): Declare.
1069         (ldemulation_xfer_type): Add unrecognized_file field.
1070         * ldemul.c (ldemul_unrecognized_file): New function.
1071         * ldlang.c (load_symbols): If a file can not be recognized, call
1072         ldemul_unrecognized_file before trying it as a linker script.
1073         * aix.em (gld${EMULATION_NAME}_unrecognized_file): New static
1074         function.
1075         (gld${EMULATION_NAME}_read_file): Use FOPEN_RT, not "r".
1076         (ld_${EMULATION_NAME}_emulation): Initialize unrecognized_file.
1077
1078 Mon Mar  4 14:11:17 1996  Ian Lance Taylor  <[email protected]>
1079
1080         * ldlang.c (wild): Handle foo.a(.text) by mapping each included
1081         member of foo.a separately.  From Jouke Numan <[email protected]>.
1082
1083 Fri Mar  1 10:24:59 1996  Andreas Schwab  <[email protected]>
1084
1085         * emultempl/elf32.em (gld${EMULATION_NAME}_find_exp_assignment):
1086         Search trinary.cond rather than searching trinary.lhs twice.
1087
1088 Tue Feb 27 15:08:43 1996  Stan Shebs  <[email protected]>
1089
1090         * mpw-make.sed: Edit out shared library support.
1091         (@TDIRS@): Edit out, can't use genscripts.
1092
1093 Tue Feb 27 15:09:21 1996  Andreas Schwab  <[email protected]>
1094
1095         * configure.tgt (m68k-*-linuxaout*, m68k-*-linux*): New targets.
1096         * emulparams/m68klinux.sh: New file.
1097         * emultempl/linux.em (gld${EMULATION_NAME}_before_allocation):
1098         Call bfd_${EMULATION_NAME}_size_dynamic_sections instead of
1099         bfd_linux_size_dynamic_sections.
1100         * Makefile.in (ALL_EMULATIONS): Add em68klinux.o.
1101         (em68klinux.c): New target.
1102         * configure.host (m68*-*-linuxaout*, m68*-*-linux*): New hosts.
1103
1104 Tue Feb 27 12:55:46 1996  Ian Lance Taylor  <[email protected]>
1105
1106         * Makefile.in (ALL_EMULATIONS): Sort into alphabetical order.
1107         Fill in missing entries.
1108
1109         * lexsup.c (parse_args): Recognize --no-whole-archive.
1110         * ldlang.h (lang_input_statement_type): Add whole_archive field.
1111         * ldlang.c (new_afile): Set whole_archive field.
1112         (load_symbols): Check input file specific whole_archive field
1113         rather than global variable.
1114         * ld.texinfo, ld.1: Document --no-whole-archive.
1115
1116 Tue Feb 20 16:07:00 1996  Ian Lance Taylor  <[email protected]>
1117
1118         * configure.tgt: Correct gldi960 to gld960.
1119
1120 Mon Feb 19 11:16:44 1996  Ian Lance Taylor  <[email protected]>
1121
1122         * emultempl/elf32.em (gld${EMULATION_NAME}_check_needed): Check
1123         the SONAME if it is available.
1124         (gld${EMULATION_NAME}_stat_needed): Use the SONAME, not the
1125         filename, when checking for conflicting library versions.  Don't
1126         assume that the suffix is only numbers and dots.
1127
1128         * ld.texinfo: Mention that -R can be used for -rpath.
1129
1130 Sun Feb 18 15:05:17 1996  Ian Lance Taylor  <[email protected]>
1131
1132         * configure.host: Check for 'do not mix' from native linker before
1133         trying to use -rpath.
1134
1135 Thu Feb 15 13:58:06 1996  Ian Lance Taylor  <[email protected]>
1136
1137         * configure.in: Remove explicit substitution of CFLAGS; autoconf
1138         does it anyhow.
1139         * configure: Rebuild.
1140         * Makefile.in (LDFLAGS): Set to @LDFLAGS@.
1141
1142         * configure.in: Call AC_PROG_CC before configure.host.
1143         * configure: Rebuild.
1144         * configure.host: Remove go32 host, since it should no longer be
1145         necessary.  Don't set CC for romp host.
1146
1147         * scripttempl/elf.sc: Don't skip a page in virtual memory space if
1148         the text segment ends exactly on a page boundary.
1149
1150         * configure.in: Substitute RPATH_ENVVAR.
1151         * configure: Rebuild.
1152         * configure.host: Set RPATH_ENVVAR.
1153         * Makefile.in (RPATH_ENVVAR): New variable.
1154         (check): Use $(RPATH_ENVVAR) rather than LD_LIBRARY_PATH.
1155
1156 Wed Feb 14 18:49:01 1996  Alan Modra  <[email protected]>
1157
1158         * configure.in: Redo emulation handling so that each emulation
1159         searches the correct tool directory, based on the target alias.
1160         For example, "configure --enable-targets=m68k-coff i386-linux"
1161         will search /usr/local/i386-linux/lib for linux and
1162         /usr/local/m68k-coff/lib for m68k-coff.
1163         * configure: Rebuild.
1164         * configure.tgt: Add special tdir settings for Linux.
1165         * Makefile.in: Add @TDIRS@.  Pass "$(tdir_EMUL)" to ${GENSCRIPTS}
1166         for each eEMUL.c target.
1167         * genscripts.sh: Accept specific alias as 9th argument, and use it
1168         in LIB_PATH.
1169
1170 Wed Feb 14 16:38:36 1996  Martin Anantharaman  <[email protected]>
1171
1172         * ldlang.c (lang_set_startof): Don't do anything for a
1173         relocateable link.
1174
1175         * ldgram.y (mri_script_file): Call mri_draw_tree.
1176         * mri.c (mri_draw_tree): Make globally visible.  Don't bother to
1177         create memory regions.
1178         (mri_load): Don't call mri_draw_tree.
1179         * mri.h (mri_draw_tree): Declare.
1180
1181         * configure.tgt (m68*-*-psos): New target.
1182         * emulparams/m68kpsos.sh: New file.
1183         * scripttempl/psos.sc: New file.
1184         * Makefile.in (ALL_EMULATIONS): Add em68kpsos.o.
1185         (em68kpsos.c): New target.
1186
1187 Wed Feb 14 11:09:25 1996  Ian Lance Taylor  <[email protected]>
1188
1189         * configure.tgt (*-*-ieee*): New target; use vanilla.
1190
1191         * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Strip
1192         `:foo' from ${ARCH}.
1193
1194 Tue Feb 13 15:58:58 1996  Bryan Ford  <[email protected]>
1195
1196         * scripttempl/i386msdos.sc: Don't pad the .text section.  Put
1197         .rodata in .data.
1198
1199 Tue Feb 13 14:04:19 1996  Ian Lance Taylor  <[email protected]>
1200
1201         * configure.host: Set HDLFLAGS for *-*-hpux with --enable-shared.
1202
1203         * emultempl/elf32.em (gld${EMULATION_NAME}_stat_needed): Warn if
1204         it looks like we might be linking in two different versions of the
1205         same shared library.  Based on a patch from H J Lu <[email protected]>.
1206
1207 Thu Feb  8 19:25:54 1996  Ian Lance Taylor  <[email protected]>
1208
1209         * ldlang.c (lang_size_sections): Increment the section size when a
1210         padding statement is encountered.
1211
1212 Wed Feb  7 14:01:33 1996  Ian Lance Taylor  <[email protected]>
1213
1214         * configure.in: Look for --enable-shared.  Change the value of
1215         BFDLIB when linking against a shared library on SunOS.
1216         * configure: Rebuild.
1217         * configure.host: If using a shared BFD library, try to pass a
1218         reasonable -rpath option when linking.
1219         * Makefile.in (BFDLIB): Set to @BFDLIB@.
1220
1221 Tue Feb  6 12:29:14 1996  Doug Evans  <[email protected]>
1222
1223         * emulparams/elf64_sparc.sh (ARCH): Change to `sparc:v9'.
1224         * emultempl/generic.em: Strip `:foo' from ${ARCH}.
1225
1226 Mon Feb  5 16:25:30 1996  Ian Lance Taylor  <[email protected]>
1227
1228         Support for building bfd and opcodes as shared libraries, based on
1229         patches from Alan Modra <[email protected]>:
1230         * configure.in (HLDFLAGS): New substitution.
1231         * configure: Rebuild.
1232         * configure.host: Set HLDFLAGS on SunOS.
1233         * Makefile.in (HLDFLAGS): New variable.
1234         (BFDDEP): New variable.
1235         (BFDLIB): Change to -L../bfd -lbfd.
1236         ($(LD_PROG)): Depend upon $(BFDDEP) rathern than $(BFDLIB).  Use
1237         $(HLDFLAGS) in link.
1238         (check): Set LD_LIBRARY_PATH in the environment.
1239
1240 Fri Feb  2 19:26:25 1996  Michael Meissner  <[email protected]>
1241
1242         * scripttempl/elfppc.sc (.sdata2, .sbss2): Put .sdata2 and .sbss
1243         in the read-only section, not read/write unless we are making a
1244         shared library.
1245         (.debug*): Add dwarf debug sections.
1246         (.rela.{sdata*,sbss*}): Add sections.
1247
1248 Fri Feb  2 16:50:21 1996  Ian Lance Taylor  <[email protected]>
1249
1250         * configure: Regenerate.
1251
1252 Thu Feb  1 10:50:46 1996  Ian Lance Taylor  <[email protected]>
1253
1254         * emulparams/elf_i386.sh (TEXT_START_ADDR): Change to 0x8048000,
1255         for SVR4 compatibility.
1256
1257         * ldexp.c (exp_fold_tree): Correct handling of ABSOLUTE.
1258
1259 Wed Jan 31 17:30:19 1996  Steve Chamberlain  <[email protected]>
1260
1261         * configure.tgt (i[345]86-*-cygwin32, powerpcle-*-cygwin32): New.
1262         * emultempl/pe.em (definfo init): Make the default stack reserve
1263         of a PPC larger.
1264         
1265 Wed Jan 31 14:34:23 1996  Richard Henderson  <[email protected]>
1266
1267         * configure.tgt (m68*-apple-aux*): New target.
1268         * emulparams/m68kaux.sh: New file.
1269         * scripttempl/m68kaux.sc: New file.
1270         * Makefile.in (ALL_EMULATIONS): Add em68kaux.o.
1271         (em68kaux.c): New target.
1272
1273 Tue Jan 30 13:18:56 1996  Ian Lance Taylor  <[email protected]>
1274
1275         * emultempl/aix.em (gld${EMULATION_NAME}_parse_args): Ignore
1276         -bnoentry, since the right thing tends to happen anyhow.
1277
1278 Mon Jan 29 12:29:26 1996  Ian Lance Taylor  <[email protected]>
1279
1280         * ld.texinfo, ld.1: Document -export-dynamic.
1281
1282 Fri Jan 26 11:11:55 1996  Andreas Schwab  <[email protected]>
1283
1284         * emultempl/sunos.em: Check for native compile by comparing
1285         ${target} and ${host}.
1286
1287 Thu Jan 25 16:46:58 1996  James G. Smith  <[email protected]>
1288
1289         * emulparams/{elf32b4300.sh, elf32l4300.sh}: Changed
1290         TEXT_START_ADDR to allow use on IDT and PMON systems.
1291
1292 Wed Jan 24 20:59:40 1996  Steve Chamberlain  <[email protected]>
1293
1294         * emultempl/pe.em (gld_${EMULATION_NAME}_parse_args):
1295         correct spelling.
1296
1297 Wed Jan 24 16:59:19 1996  Doug Evans  <[email protected]>
1298
1299         * configure.tgt (sparc64-*-solaris2*): New configuration.
1300         (sparc64-*-aout*): Renamed from sparc64*.
1301
1302 Mon Jan 22 13:01:35 1996  Andreas Schwab  <[email protected]>
1303
1304         * Makefile.in (GENSCRIPTS): Pass @host@ @target@ @target_alias@.
1305         * genscripts.sh: Set host, target and target_alias variables.
1306         Check for native compile by comparing ${target} and ${host}.
1307         * emultempl/elf32.em: Likewise.
1308         * scripttempl/elfmips.sc: Test ${target}, not ${target_alias}.
1309
1310 Mon Jan 22 11:03:23 1996  Michael Meissner  <[email protected]>
1311
1312         * scripttempl/elfppc.sc: Refine eabi support to better support
1313         .sdata, .sdata2, .sbss, etc. sections.
1314
1315 Tue Jan 16 15:16:58 1996  Ian Lance Taylor  <[email protected]>
1316
1317         * ldgram.y (%union): Add phdr field.
1318         (phdr): Use phdr_qualifiers rather than opt_hdrs and opt_at.
1319         (phdr_qualifiers): New nonterminal.  Add support for FLAGS.
1320         (opt_hdrs, hdr): Remove.
1321         (phdr_val): New nonterminal.
1322         * ldlang.c (lang_new_phdr): Replace hdrs parameter with filehdr
1323         and phdrs parameters.  Add flags parameter.
1324         (lang_record_phdrs): Update for changes to lang_phdr.  Pass flags
1325         to bfd_record_phdr.
1326         * ldlang.h (struct lang_phdr): Replace hdrs field with filehdr and
1327         phdrs fields.  Add flags field.
1328         (LANG_PHDR_FILEHDR, LANG_PHDR_PHDRS): Remove.
1329         (lang_new_phdr): Update declaration.
1330         * ld.texinfo: Document FLAGS.
1331
1332 Mon Jan 15 15:07:19 1996  Ian Lance Taylor  <[email protected]>
1333
1334         * emultempl/sunos.em (gld${EMULATION_NAME}_before_allocation):
1335         Don't make a shared library because of an undefined reference to
1336         __GLOBAL_OFFSET_TABLE_.
1337
1338         Add some Irix 5 support, mostly from Kazumoto Kojima
1339         <[email protected]>:
1340         * emulparams/elf32bmip.sh (SCRIPT_NAME): Change to elfmips.
1341         (SHLIB_TEXT_START_ADDR): Define.
1342         (OTHER_GOT_SYMBOLS): Define.
1343         (OTHER_READWRITE_SECTIONS): Remove initialization of _gp.
1344         (EXECUTABLE_SYMBOLS): Don't define.
1345         (DYNAMIC_LINK): Don't define.
1346         * emulparams/elf32lmip.sh: Same changes as elf32bmip.sh.
1347         * scripttempl/elfmips.sc: New file.
1348         * configure.host (mips*-dec-bsd*): Change mips to mips*.
1349         (mips*-sgi-irix4*): Likewise.
1350         (mips*-sgi-irix5*): New entry.
1351         * Makefile.in (eelf32bmip.c): Depend upon elfmips.sc rather than
1352         elf.sc.
1353         (eelf32lmip.c): Likewise.
1354
1355 Sat Jan 13 09:41:43 1996  Michael Meissner  <[email protected]>
1356
1357         * scripttempl/elfppc.sc: Remove support for .rel.* sections.  Add
1358         .rela.got.neg section.
1359
1360 Fri Jan 12 14:56:19 1996  Ian Lance Taylor  <[email protected]>
1361
1362         * scripttempl/sh.sc: Only build constructors when CONSTRUCTING.
1363
1364         * ldmisc.c: Include <stdarg.h> rather than <varargs.h> if
1365         ANSI_PROTOTYPES is defined.  Remove special handling of
1366         WINDOWS_NT.  Various indendation fixes.
1367         (vfinfo): Change fmt parameter to const char *.
1368         (info_msg): Write <stdarg.h> version.
1369         (einfo, minfo, finfo): Likewise.
1370         (info_assert): Change file parameter to const char *.
1371         * ldmisc.h (einfo, minfo, info_msg): If ANSI_PROTOTYPES is
1372         defined, use a real prototype.
1373         (info_assert): Change first parameter to be const char *.
1374
1375 Fri Jan 12 13:29:55 1996  Michael Meissner  <[email protected]>
1376
1377         * scripttempl/elfppc.sc: Add support for .sdata2/.sbss2, etc.  Add
1378         in old support that 2.7.2 needs, but the current compiler does
1379         not.
1380
1381         * Makefile.in (eelf32{,l}ppc.c): Fix up dependencies to use the
1382         correct Linker script template.
1383
1384         * emulparams/elf32{,l}ppc.sh (TEXT_START_ADDR): Set to 0x40000,
1385         not 0x400000.
1386         (DATA_ADDR,NONPAGED_TEXT_START_ADDR): Delete.
1387
1388 Tue Jan  9 15:53:02 1996  Ian Lance Taylor  <[email protected]>
1389
1390         * scripttempl/alpha.sc: Put .rconst right after .rdata.
1391
1392 Fri Jan  5 14:07:45 1996  Steve Chamberlain  <[email protected]>
1393
1394         * emultempl/pe.em (gld_${EMULATION_NAME}_before_allocation):
1395         sort using right pointer.
1396
1397 Fri Jan  5 12:25:47 1996  Michael Meissner  <[email protected]>
1398
1399         * scripttempl/elfppc.sc: Remove support for creating special
1400         labels for eabi section begin/end here.  The compiler now uses
1401         crt{i,n}.o to create these symbols.
1402
1403 Thu Jan  4 17:08:58 1996  Ian Lance Taylor  <[email protected]>
1404
1405         * configure.host: Change existing Linux HOSTING_CRT0 to be used
1406         for a.out only, and put in appropriate HOSTING_CRT0 and
1407         HOSTING_LIBS values for Linux ELF.
1408
1409 Thu Jan  4 12:02:05 1996  Doug Evans  <[email protected]>
1410
1411         * scripttempl/h8300.sc: Use all 64K for ram.
1412         * scripttempl/h8300h.sc: Define 256K ram size.
1413
1414 Thu Dec 21 15:57:18 1995  Ian Lance Taylor  <[email protected]>
1415
1416         * emultempl/aix.em (gld${EMULATION_NAME}_before_allocation): Pass
1417         export_defines as true to bfd_xcoff_size_dynamic_sections if -unix
1418         was used, regardless of whether -bE was used.
1419
1420 Tue Dec 19 17:35:38 1995  Ian Lance Taylor  <[email protected]>
1421
1422         * emultempl/aix.em (gld${EMULATION_NAME}_after_open): Only set
1423         relocateable before calling ldctor_build_sets if the output file
1424         is in an XCOFF format.
1425
1426 Fri Dec 15 16:34:36 1995  Ian Lance Taylor  <[email protected]>
1427
1428         * ldwrite.c (build_link_order): When handling a data statement, if
1429         the endianness of the output file is unknown, use the endianness
1430         of the input file.
1431
1432 Tue Dec 12 13:55:41 1995  Stan Shebs  <[email protected]>
1433
1434         * mpw-config.in: Recognize mips-*-* as equivalent to
1435         mips-idt-ecoff.
1436         * mpw-eppcmacos.c: Rename to shorter mpw-eppcmac.c.
1437         * mpw-ld.r: Add version resources.
1438         (cfrg): Use symbolic instead of literal name for executable.
1439
1440 Mon Dec 11 15:13:41 1995  Kim Knuttila  <[email protected]>
1441
1442         * scripttempl/ppcpe.sc (FINI): Moved the .reloc section.
1443
1444 Wed Dec  6 14:33:50 1995  Doug Evans  <[email protected]>
1445
1446         * ldlang.c (print_statement{,s}): Delete duplicate prototype.
1447         (print_statement_list): Renamed from print_statement.  All callers
1448         updated.
1449         (print_statement): New function to print just one statement.
1450         (print_{data,reloc,padding}_statement): Don't crash if
1451         output_section == NULL.
1452         (dprint_statement): New function.
1453
1454         * emultempl/pe.em (gld_${EMULATION_NAME}_before_allocation): Fix
1455         call to sort_sections.
1456
1457 Wed Dec  6 14:59:06 1995  Ian Lance Taylor  <[email protected]>
1458
1459         * emultempl/aix.em (unix_ld): New static variable.
1460         (gld${EMULATION_NAME}_parse_args): Handle -unix.
1461         (gld${EMULATION_NAME}_before_allocation): If unix_ld, pass
1462         gc as false and export_defineds as true to size_dynamic_sections.
1463
1464         * ldexp.c (exp_fold_tree): Permit assignments to dot in the final
1465         phase if the current section is abs_output_section.
1466
1467
1468 Tue Dec  5 09:49:39 1995  Doug Evans  <[email protected]>
1469
1470         * emultempl/pe.em (gld_${EMULATION_NAME}_before_allocation): Fix call
1471         to sort_sections.
1472
1473 Fri Dec  1 16:48:36 1995  Ian Lance Taylor  <[email protected]>
1474
1475         * ldgram.y (PHDRS): New token.
1476         (ifile_p1): Accept phdrs.
1477         (section): Accept phdr_opt at the end of the section definition.
1478         (phdr_op): New nonterminal.
1479         (phdrs, phdr_list, phdr, phdr_type, opt_hdrs, hdr): Likewise.
1480         * ldlex.l: Accept PHDRS.
1481         * ldlang.h (struct lang_output_section_phdr_list): Define.
1482         (lang_output_section_statement_type): Add phdrs field.
1483         (struct lang_phdr): Define.
1484         (LANG_PHDR_FILEHDR, LANG_PHDR_PHDRS): Define.
1485         (lang_new_phdr): Declare.
1486         * ldlang.c (lang_phdr_list): New static variable.
1487         (lang_output_section_statement_lookup): Initialize phdrs field.
1488         (lang_process): Call lang_record_phdrs.
1489         (lang_new_phdr): New function.
1490         (lang_section_in_phdr): New function.
1491         (lang_record_phdrs): New static function.
1492         * ld.texinfo: Document PHDRS.
1493
1494 Thu Nov 30 13:14:30 1995  Kim Knuttila  <[email protected]>
1495
1496         * scripttempl/ppcpe.sc: Moved .edata into its own section to
1497         expose it.
1498
1499 Thu Nov 30 11:32:34 1995  Manfred Hollstein KS/EF4A 60/1F/110 #40283  <[email protected]>
1500
1501         * configure.host (m68*-motorola-sysv): Define HOSTING_CRT0 and
1502         HOSTING_LIBS for testing.
1503         (m88*-motorola-sysv3): Define HOSTING_CRT0 and HOSTING_LIBS for
1504         testing.
1505
1506 Tue Nov 28 12:14:53 1995  Ian Lance Taylor  <[email protected]>
1507
1508         * lexsup.c (parse_args): Set config.dynamic_link to false for -N
1509         and -n.
1510
1511 Mon Nov 27 13:12:09 1995  Ian Lance Taylor  <[email protected]>
1512
1513         * configure: Rebuild with autoconf 2.7.
1514
1515 Fri Nov 24 18:35:35 1995  Doug Evans  <[email protected]>
1516
1517         * scripttempl/pe.sc: Two .junk's is too much junk.
1518
1519 Tue Nov 21 16:14:32 1995  Ian Lance Taylor  <[email protected]>
1520
1521         * configure.in: Use BFD_NEED_DECLARATION.
1522         * acconfig.h: Put NEED_DECLARATION_FREE in @TOP@ section.
1523         * configure, config.in: Rebuild with autoconf 2.6.
1524
1525         * ldmain.c (constructor_callback): Don't warn about BFD_RELOC_CTOR
1526         being unsupported if this is not a relocateable link and the input
1527         BFD supports it, since ldctor_build_sets can cope with that case.
1528
1529 Fri Nov 17 16:23:15 1995  Stan Shebs  <[email protected]>
1530
1531         * configure.tgt (powerpc-*-macos*): New target.
1532         * emulparams/ppcmacos.sh: New file, PowerMac emulation.
1533         * Makefile.in (ALL_EMULATIONS): Add eppcmacos.o.
1534         (eppcmacos.c): New target.
1535         * mpw-eppcmacos.c: Update.
1536         * mpw-make.sed: Edit out attempts to use {GENSCRIPTS}.
1537
1538 Fri Nov 17 10:37:27 1995  Ian Lance Taylor  <[email protected]>
1539
1540         * Makefile.in (CC_FOR_TARGET): Use @host@ and @target@, not
1541         $(host_canonical) and $(target_canonical).
1542         (CXX_FOR_TARGET): Likewise.
1543
1544 Thu Nov 16 11:23:42 1995  Doug Evans  <[email protected]>
1545
1546         * scripttempl/pe.sc (.endjunk): Move definition of `end' to here
1547         so the malloc heap begins at a sane place.
1548
1549 Thu Nov 16 03:09:32 1995  Ken Raeburn  <[email protected]>
1550
1551         Version 2.6 released.
1552         * ldver.c (ldversion): Update to 2.6.
1553
1554         * Makefile.in (mostlyclean): Delete ldemul-list.h here, but not
1555         $(GENERATED_*FILES), since they need to be retained by distclean.
1556         (maintainer-clean, realclean): Delete them here.
1557
1558 Tue Nov 14 17:08:06 1995  Ian Lance Taylor  <[email protected]>
1559
1560         * emultempl/pe.em (gld_${EMULATION_NAME}_parse_args): Open the
1561         base file with FOPEN_WB, not "w".
1562
1563         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Use the
1564         environment variable LD_RUN_PATH if neither -rpath nor -rpath-link
1565         were used.
1566         (gld${EMULATION_NAME}_before_allocation): Use the environment
1567         variable LD_RUN_PATH if -rpath was not used.
1568         * ld.texinfo, ld.1: Document LD_RUN_PATH.
1569
1570 Thu Nov  9 13:09:29 1995  Ian Lance Taylor  <[email protected]>
1571
1572         * emultempl/aix.em (gld${EMULATION_NAME}_parse_args): Recognize
1573         -bl and -bloadmap options.
1574
1575         * ldfile.c (ldfile_try_open_bfd): If bfd_error_invalid_target,
1576         report a better error.
1577
1578         * emultempl/aix.em (gld${EMULATION_NAME}_before_allocation): Add
1579         new local variable special_sections, and pass it to
1580         size_dynamic_sections.  Look through the results, and move the
1581         sections around in the mapping so that they are defined correctly.
1582
1583 Wed Nov  8 11:40:59 1995  Ian Lance Taylor  <[email protected]>
1584
1585         * ldemul.c (ldemul_default_target): Cast getenv return value.
1586
1587 Tue Nov  7 11:15:36 1995  Kim Knuttila  <[email protected]>
1588
1589         * emulparams/ppcpe.sh (ARCH): New file for PowerPC Portable
1590         Executable support.
1591         * scripttempl/ppcpe.sc: New file for PowerPC Portable Executable
1592         support.
1593
1594         * configure.tgt (targ_extra_emuls): Added powerpcle-pe target.
1595         * Makefile.in (ALL_EMULATIONS): Added eppcpe.o target.
1596
1597         * emultempl/pe.em (TARGET_IS_ppcpe): file tailoring macro
1598         (gld_$_before_allocation): added hooks for toc construction based
1599         on the above macro.
1600
1601 Tue Nov  7 11:47:23 1995  Ian Lance Taylor  <[email protected]>
1602
1603         * ld.texinfo: The linker does not use _main as an entry point.
1604
1605 Tue Nov  7 11:46:11 1995  Manfred Hollstein KS/EF4A 60/1F/110 #40283  <[email protected]>
1606
1607         * scripttempl/m88kbcs.sc (.data): Calculate next boundary modulo
1608         0x2000 not 0x200.
1609
1610 Mon Nov  6 10:59:21 1995  Ian Lance Taylor  <[email protected]>
1611
1612         * configure.in: Add test for whether free must be declared.
1613         * sysdep.h: Declare free if necessary.  Include "ansidecl.h".
1614         * acconfig.h: Explain NEED_DECLARATION_FREE.
1615         * configure, config.in: Rebuild.
1616
1617         * lexsup.c (parse_args): Take B:: out of shortopts.
1618
1619 Sun Nov  5 03:08:28 1995  Ken Raeburn  <[email protected]>
1620
1621         * emulparams/i386nbsd.sh (EXECUTABLE_SYMBOLS): Set __DYNAMIC to 0
1622         for now, as with m68k4kbsd, until shared library support gets
1623         done.
1624
1625         * configure.host: For i386 BSD variants, crt0.o lives in
1626         /usr/lib.  (True for NetBSD at least, unconfirmed for others.)
1627
1628 Wed Nov  1 15:42:45 1995  Manfred Hollstein KS/EF4A 60/1F/110 #40283  <[email protected]>
1629
1630         * Makefile.in (ALL_EMULATIONS): Add edelta68.o.
1631         (edelta68.c): New target.
1632         * configure.tgt (m68*-motorola-sysv*): New target.
1633         * emulparams/delta68.sh: New file.
1634         * scripttempl/delta68.sc: New file.
1635
1636         * scripttempl/m88kbcs.sc: Handle .init and .fini.  Change section
1637         addresses.
1638
1639 Wed Nov  1 11:41:56 1995  Ian Lance Taylor  <[email protected]>
1640
1641         * ldgram.y (mri_script_command): Accept ',' as well as '=' in
1642         ALIGN and ALIGNMOD statements.
1643
1644         * emultempl/aix.em: Include ldgram.h.
1645         (gld${EMULATION_NAME}_parse_args): Handle -pD and -pT, as used on
1646         AIX 4.1.
1647         * Makefile.in ($(EMULATION_OFILES)): Depend upon ldgram.h.
1648
1649 Tue Oct 31 18:22:24 1995  David Mosberger-Tang  <[email protected]>
1650
1651         * configure.host (alpha-*-linux*): New host.
1652         * configure.tgt (alpha-*-linux*): New target.
1653
1654 Tue Oct 31 12:36:52 1995  Ian Lance Taylor  <[email protected]>
1655
1656         * emultempl/aix.em (export_files): Remove.
1657         (import_files): Make static.
1658         (struct export_symbol_list): Define.
1659         (export_symbols): New static variable.
1660         (gld${EMULATION_NAME}_parse_args): Handle an initial -b option
1661         correctly.  Call read_file for an export file.
1662         (gld${EMULATION_NAME}_before_allocation): Call
1663         bfd_xcoff_export_symbol for each export symbol, rather than
1664         calling read_file for each export file.
1665         (gld${EMULATION_NAME}_read_file): For an export file, make the
1666         exported symbols undefined, and store them on the export_symbols
1667         list.
1668
1669 Sat Oct 28 00:10:03 1995  steve chamberlain  <[email protected]>
1670
1671         * emultempl/pe.em (gld_${EMULATION_NAME}_parse_args):
1672         Don't hang if last option is unrecognised.
1673         (gld_${EMULATION_NAME}_set_symbols): Insert created
1674         symbols into ABS output section.
1675
1676 Fri Oct 27 18:03:17 1995  Niklas Hallqvist  <[email protected]>
1677
1678         *  Makefile.in (ALL_EMULATIONS): Added support for the NetBSD
1679         m68k4k arch.
1680         (em68k4knbsd.c): New rule.
1681
1682         * configure.tgt: Added support for the NetBSD m68k4k arch.
1683
1684         * genscripts.sh, ldint.texinfo,
1685         emulparams/{a29k,armaoutb,armaoutl,coff_sparc,ebmon29k,gld960,
1686         gld960coff,go32,h8300,h8300h,h8500,h8500b,h8500c,h8500m,h8500s,
1687         hp300bsd,hp3hpux,hppaelf.sh,i386aout,i386bsd,i386coff,i386go32,
1688         i386linux,i386lynx,i386nbsd,lnk960,m68kaout,m68kcoff,m68klynx,
1689         m88kbcs,mipsbig,mipsbsd,mipsidt,mipsidtl,mipslit,news,ns32knbsd,
1690         pc532machaout,riscix,sa29200,sh,shl,sparclynx,sparcnbsd,
1691         st2000,sun3,sun4,vanilla,vax,vsta,w65,z8001,z8002}.sh: Changed
1692         PAGE_SIZE to TARGET_PAGE_SIZE. 
1693
1694         * emulparams/m68knbsd.h: Ditto.
1695         (TEXT_START_ADDR, NONPAGED_TEXT_START_ADDR): We have 8K pagesize.
1696         (EXECUTABLE_SYMBOLS): Hardcode __DYNAMIC to zero for the time
1697         being.
1698
1699         * emulparams/m68k4knbsd.sh: New file.
1700
1701         * scripttempl/aout.sc: Expand EXECUTABLE_SYMBOLS if relocating.
1702         
1703 Fri Oct 27 17:59:09 1995  Ian Lance Taylor  <[email protected]>
1704
1705         * emultempl/aix.em: Include ldctor.h.
1706         (gld${EMULATION_NAME}_after_open): New static function.
1707         (gld${EMULATION_NAME}_before_allocation): Call find_relocs.
1708         (gld${EMULATION_NAME}_find_relocs): New static function.
1709         (gld${EMULATION_NAME}_find_exp_assignment): New static function.
1710         (ld_${EMULATION_NAME}_emulation): Use new after_open function.
1711         * scripttempl/aix.sc: Use CONSTRUCTORS in .data.
1712         * ldctor.c (struct set_info): Move definition into ldctor.h.
1713         (struct set_element): Likewise.
1714         (sets): Make non-static.
1715         (ldctor_add_set_entry): Add name parameter.  Save it in the new
1716         set element.
1717         (ldctor_build_sets): Avoid being called twice.  Pass set element
1718         name to lang_add_reloc.
1719         * ldctor.h (struct set_info): Move definition here from ldctor.c.
1720         (struct set_element): Likewise.  Add new field name.
1721         (sets): Declare.
1722         (ldctor_add_set_entry): Declare new name parameter.
1723         * ldwrite.c (build_link_order): Don't insist that either name or
1724         section be NULL in a lang_reloc_statement.
1725         * ldmain.c (add_to_set): Pass NULL to ldctor_add_new_set_entry for
1726         new name parameter.
1727         (constructor_callback): Pass name to ldctor_add_new_set_entry for
1728         new name parameter.
1729         
1730         * ldmisc.c (demangle): Fix indentation.  Remove a leading period.
1731
1732 Thu Oct 26 22:22:49 1995  Stan Shebs  <[email protected]>
1733
1734         * mpw-config.in: Add PowerMac target support, generate config.h.
1735         * mac-ld.r: New file, Mac resources.
1736         * mpw-make.sed: New file, edits Makefile.in into MPW syntax.
1737         * mpw-make.in: Remove.
1738         * mpw-eppcmacos.c: Prebuilt version of PowerMac linking script.
1739
1740 Thu Oct 26 14:11:26 1995  Ian Lance Taylor  <[email protected]>
1741
1742         * emultempl/aix.em (gld${EMULATION_NAME}_parse_args): Treat
1743         -static as a synonym for -bnso.
1744
1745         * scripttempl/aix.sc: Move special symbols inside sections.
1746         Always start .data at 0.
1747
1748 Wed Oct 25 11:52:12 1995  Per Bothner  <[email protected]>
1749
1750         * Makefile.in (diststuff):  Also make info.
1751         (maintainer-clean realclean):  Also delete *.info*.
1752
1753 Wed Oct 25 11:27:25 1995  Ian Lance Taylor  <[email protected]>
1754
1755         * emultempl/aix.em: Add support for various AIX linker options,
1756         for AIX import and export files, and for AIX shared objects.
1757         * scripttempl/aix.sc: Add .pad.  Put .ds just before the TOC.
1758
1759         * ldmain.c (main): Initialize new field link_info.static_link.
1760
1761         * ldmain.c (add_keepsyms_file): Add \n at end of einfo calls.
1762         (constructor_callback): Likewise.
1763         * ldmisc.c (vfinfo): Likewise.
1764         * ldwrite.c (build_link_order): Likewise.
1765
1766         * ld.texinfo: The MRI ALIGN directive is supported.
1767
1768 Mon Oct 23 11:46:43 1995  James G. Smith  <[email protected]>
1769
1770         * emulparams/elf32vr4300.sh: Deleted.
1771         * emulparams/elf32vr4300el.sh: Deleted.
1772         * emulparams/elf32b4300.sh: Added.
1773         * emulparams/elf32l4300.sh: Added.
1774         * configure.tgt, Makefile.in: Updated the build to use the
1775         new 8.3 unique names.
1776
1777 Thu Oct 19 17:41:46 1995  Ian Lance Taylor  <[email protected]>
1778
1779         * ldlang.c (entry_symbol): Make non-static.
1780         * ldlang.h (entry_symbol): Declare.
1781
1782         * ldlex.l: Treat PROVIDE as a keyword in expression state.
1783
1784 Wed Oct 18 17:34:06 1995  steve chamberlain  <[email protected]>
1785
1786         * scripttempl/pe.sc (.bss): Move to be after .text
1787
1788 Tue Oct 17 12:22:05 1995  Ian Lance Taylor  <[email protected]>
1789
1790         * emultempl/sunos.em (gld${EMULATION_NAME}_find_exp_assignment):
1791         Search trinary.cond rather than searching trinary.lhs twice.  From
1792         [email protected].
1793
1794         * emultempl/sunos.em (gld${EMULATION_NAME}_find_so): Move
1795         directory searching code into gld${EMULATION_NAME}_search_dir.
1796         (gld${EMULATION_NAME}_search_dir): New static function, extracted
1797         from gld${EMULATION_NAME}_find_so.
1798         (global_needed, global_found): New static variables.
1799         (gld${EMULATION_NAME}_after_open): New static function.
1800         (gld${EMULATION_NAME}_search_needed): New static function.
1801         (gld${EMULATION_NAME}_try_needed): New static function.
1802         (gld${EMULATION_NAME}_check_needed): New static function.
1803         (ld_${EMULATION_NAME}_emulation): Use new after_open function.
1804         * ld.texinfo, ld.1: Mention -rpath-link on SunOS.
1805
1806         * Makefile.in (eelf32ppc.c): Depend upon elf32.em, not generic.em.
1807         (eelf32lppc.c): Likewise.
1808         * emulparams/elf32lppc.sh (TEMPLATE_NAME): Define as elf32.
1809         (GENERATE_SHLIB_SCRIPT): Define as yes.
1810
1811 Mon Oct 16 19:11:13 1995  Ian Lance Taylor  <[email protected]>
1812
1813         * emultempl/elf32.em: Struct bfd_elf_link_needed_list is now named
1814         bfd_link_needed-list; make appropriate changes.
1815
1816         * configure.tgt (powerpc-*-aix*): New target; use aixppc.
1817         (rs6000-*-aix*): New target; use aixrs6.
1818         * emulparams/aixppc.sh, emulparams/aixrs6.sh: New files.
1819         * emultempl/aix.em: New file.
1820         * scripttempl/aix.sc: New file.
1821         * Makefile.in (ALL_EMULATIONS): Add eaixppc.o and eaixrs6.o.
1822         (eaixppc.c, eaixrs6.c): New targets.
1823
1824 Fri Oct 13 14:00:37 1995  steve chamberlain  <[email protected]>
1825
1826         * scripttemp/pe.sc (.reloc): Move to the end.
1827
1828 Tue Oct 10 17:53:22 1995  Ian Lance Taylor  <[email protected]>
1829
1830         * ldlang.c (lang_finish): Don't try to use an entry_symbol from a
1831         section which was not linked into the final output.
1832
1833 Tue Oct 10 10:17:22 1995  steve chamberlain  <[email protected]>
1834
1835         * emultempl/pe.em (gld_${EMULATION_NAME}_parse_args): Fix
1836         fatal typos.
1837
1838 Tue Oct 10 01:01:51 1995  Ian Lance Taylor  <[email protected]>
1839
1840         * ld.h (args_type): Add rpath_link field.
1841         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Search for
1842         required dependencies in rpath_link path.  Only search
1843         LD_LIBRARY_PATH when configured native.
1844         * lexsup.c (parse_args): Recognize -rpath-link.
1845         * ld.1, ld.texinfo: Document -rpath-link.
1846
1847 Sat Oct  7 17:07:17 1995  Ian Lance Taylor  <[email protected]>
1848
1849         * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Don't
1850         bother searching for needed libraries unless doing a final link.
1851
1852 Fri Oct  6 16:26:16 1995  Ken Raeburn  <[email protected]>
1853
1854         Mon Sep 25 22:49:32 1995  Andreas Schwab  <[email protected]>
1855
1856         * ld/ld.1: Fix formatting bugs.
1857
1858 Wed Oct  4 17:37:46 1995  Ian Lance Taylor  <[email protected]>
1859
1860         * ldexp.c (exp_get_abs_int): Return bfd_vma, not int.
1861         * ldexp.h (exp_get_abs_int): Update declaration.
1862         * ldlang.c (print_output_section_statement): Use fprintf_vma to
1863         print return value of exp_get_abs_int.
1864
1865 Mon Oct  2 13:56:09 1995  Ian Lance Taylor  <[email protected]>
1866
1867         * emultempl/elf32.em (global_stat): New file static variable.
1868         (gld${EMULATION_NAME}_try_needed): Call stat_needed to make sure
1869         that the file has not already been included under another name.
1870         (gld${EMULATION_NAME}_stat_needed): New static function.
1871
1872 Fri Sep 29 12:00:18 1995  Doug Evans  <[email protected]>
1873
1874         * scripttempl/armcoff.sc: Start .text at 0x8000.
1875         Start .data at 0x40000.
1876
1877 Fri Sep 29 11:09:46 1995  Ian Lance Taylor  <[email protected]>
1878
1879         * emultempl/sunos.em (gld${EMULATION_NAME}_before_allocation): If
1880         command_line.rpath is set, use it, rather than the -L options, to
1881         build the rules section.
1882         * ld.texinfo: Document this use of -rpath.
1883
1884         * lexsup.c (parse_args): Don't set link_info.shared for -assert
1885         pure-text.  Pass true, not 1, to lang_add_entry.
1886         * emultempl/sunos.em (find_assign): New static variable.
1887         (found_assign): New static variable.
1888         (gld${EMULATION_NAME}_before_allocation): Rename local h to hdyn.
1889         If not a relocateable link, and no start symbol was specified on
1890         the command line, and there are any undefined symbols, set
1891         link_info.shared.  If link_info.shared is set, set the address of
1892         the .text section to 0x20.
1893         (gld${EMULATION_NAME}_find_assignment): Rename from
1894         gld${EMULATION_NAME}_find_statement_assignment.  If find_assign is
1895         set, then just set found_assign based on whether an assignment is
1896         found to find_assign.
1897         (gld${EMULATION_NAME}_get_script): Don't use a special script when
1898         producing a shared library.
1899         * emulparams/sun4.sh (GENERATE_SHLIB_SCRIPT): Remove.
1900         * scripttempl/aout.sc: Remove CREATE_SHLIB tests.
1901         * ldlang.c (entry_from_cmdline): New global variable.
1902         (lang_add_entry): Change cmdline parameter from int to boolean.
1903         Use global entry_from_cmdline rather than function static
1904         from_cmdline.
1905         * ldlang.h (entry_from_cmdline): Declare.
1906         (lang_add_entry): Change declaration of second parameter from int
1907         to boolean.
1908         * ldgram.y: Pass false, not 0, to lang_add_entry.
1909
1910 Thu Sep 28 12:34:13 1995  Ian Lance Taylor  <[email protected]>
1911
1912         * ld.h (parsing_defsym): Declare.
1913         * ldlex.h (lex_string): Declare.
1914         * ldlex.l (lex_string): Define.
1915         * lexsup.c (parsing_defsym): Define.
1916         (parse_args): In OPTION_DEFSYM case, set lex_string before calling
1917         lex_redirect, and clear it after calling yyparse.  Set
1918         parsing_defsym around call to yyparse.
1919         * ldmain.c (main): Set lex_string before calling lex_redirect, and
1920         clear it after calling yyparse.
1921         * ldmisc.c (vfinfo): For %S, handle --defsym arguments and built
1922         in linker scripts correctly.
1923
1924         * scripttempl/sparccoff.sc: Add .ctors/.dtors handling like other
1925         COFF targets, allowing for the leading underscore used on SPARC
1926         COFF.
1927
1928         * lexsup.c (parse_args): Handle -assert.
1929         * emulparams/sun4.sh (GENERATE_SHLIB_SCRIPT): Define.
1930         * emultempl/sunos.em (gld${EMULATION_NAME}_get_script): Use the
1931         shared library script when appropriate.
1932         * scripttempl/aout.sc: If CREATE_SHLIB is set, start the .text
1933         section at SIZEOF_HEADERS.
1934
1935 Thu Sep 28 01:40:37 1995  Doug Evans  <[email protected]>
1936
1937         * Makefile.in (earmcoff.c): Build.
1938         * configure.tgt (arm-*-coff): New target
1939         * emulparms/armcoff.sh: New file.
1940         * scripttempl/armcoff.sc: New file.
1941
1942 Tue Sep 26 10:59:32 1995  Ian Lance Taylor  <[email protected]>
1943
1944         * scripttempl/i386coff.sc: Remove .data2; no longer needed.
1945
1946 Fri Sep 22 18:09:02 1995  Ian Lance Taylor  <[email protected]>
1947
1948         * ldfile.c (ldfile_set_output_arch): Make arch const.
1949
1950 Thu Sep 21 17:55:24 1995  Michael Meissner  <[email protected]>
1951
1952         * scripttempl/elfppc.sc: Correctly locate __bss_start at the
1953         beginning of the .bss area, not at the end of data.  Add
1954         __sbss_{start,end} symbols.
1955
1956 Wed Sep 20 12:29:36 1995  Ian Lance Taylor  <[email protected]>
1957
1958         * Makefile.in (CC_FOR_TARGET): Quote $(program_transform_name).
1959         (CXX_FOR_TARGET, install): Likewise.
1960
1961 Mon Sep 18 14:53:22 1995  Ian Lance Taylor  <[email protected]>
1962
1963         Based on patches by Alan Modra <[email protected]>:
1964         * Makefile.in (CC_FOR_TARGET): Remove brokensed stuff.
1965         (CXX_FOR_TARGET): Likewise.
1966         (install): Likewise.
1967         (GENERATED_HFILES): Remove config.h.
1968         (.dep): Depend upon config.h.
1969
1970 Mon Sep 18 14:39:38 1995  Arne H. Juul  <[email protected]>
1971
1972         * configure.tgt (mips*-dec-netbsd*): New target.
1973
1974 Fri Sep 15 20:01:52 1995  Ken Raeburn  <[email protected]>
1975
1976         * configure.host (m88*-*-dgux*): Fix another shell syntax error.
1977
1978 Fri Sep 15 23:28:05 1995  Andrew Cagney  <[email protected]>
1979
1980         * configure.host (i[345]86-*-bsd*): Fix shell syntax error.
1981
1982 Thu Sep 12 12:50:49 1995  steve chamberlain  <[email protected]>
1983
1984         * scripttemp/pe.sc:  Allow both spellings of .ctors/.dtors.
1985         Start .text section on the right boundary. Always align
1986         stabs.
1987
1988 Tue Sep 12 12:24:17 1995  Ian Lance Taylor  <[email protected]>
1989
1990         * Makefile.in (maintainer-clean): New target.
1991
1992         * ldmain.c (struct warning_callback_info): Define.
1993         (warning_callback): Add new parameter symbol.  Call
1994         warning_find_reloc to try to find the section and VMA.
1995         (warning_find_reloc): New static function.
1996         * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
1997         Pass NULL as symbol parameter to warning callback.
1998
1999         * ld.texinfo: Clarify -L option.
2000
2001         * ldlang.c (lang_one_common): Add cast to avoid warning.
2002         (topower): Likewise.  Also, reindent.
2003         * ldwrite.c (clone_section): Change i to unsigned int.
2004         * emultempl/sunos.em (gld${EMULATION_NAME}_before_allocation): Add
2005         cast to avoid warning.
2006
2007 Fri Sep  8 16:32:43 1995  Ian Lance Taylor  <[email protected]>
2008
2009         * Makefile.in (config.status): Depend upon configure.tgt.
2010
2011         * ldemul.h (ldemul_set_symbols): Declare.
2012         (ldemul_parse_args): Declare.
2013         * ldemul.c (ldemul_parse_args): Fix indentation.
2014
2015         * configure.in: Call AC_HEADER_DIRENT.
2016         * configure, config.in: Rebuild.
2017         * emultempl/sunos.em: Use autoconf recommend mechanism to define
2018         DIR and struct dirent.
2019
2020         * configure.tgt (mips*-*-bsd*): New case.
2021
2022         * configure.host (i[345]86-sequent-ptx* | i[345]86-sequent-sysv*)
2023         New case.
2024         * configure.tgt (i[345]86-*-ptx*): New case.
2025
2026 Thu Sep  7 10:48:26 1995  Ian Lance Taylor  <[email protected]>
2027
2028         * config.in: Rename from config.h.in.
2029         * configure.in: Call AC_CONFIG_HEADER with config.h:config.in.
2030         Check for config.h:config.in when creating stamp-h.
2031         * configure: Rebuild.
2032         * Makefile.in (stamp-h): Depend upon config.in rather than
2033         config.h.in.  Set CONFIG_HEADERS to config.h:config.in when
2034         calling config.status.
2035
2036         * Makefile.in (distclean): Remove config.h and stamp-h.
2037
2038         * configure.host (sparc-*-sunos64*): Remove.
2039         * ldlang.c (lang_map): Check BFD64, not HOST_64_BIT.
2040
2041         * ldexp.c (exp_fold_tree): Don't warn about moving the location
2042         counter backward in the absolute section.
2043
2044 Wed Sep  6 14:42:11 1995  Ian Lance Taylor  <[email protected]>
2045
2046         * configure.in: Rewrite to use autoconf.
2047         * configure.host: New file.
2048         * configure.tgt: New file.
2049         * aclocal.m4: New file.
2050         * configure: New file, built by autoconf.
2051         * acconfig.h: New file.
2052         * config.h.in: New file, built by autoheader.
2053         * sysdep.h: New file.
2054         * ld.h: Incorporate old contents of config.h.
2055         * config.h: Remove.
2056         * Makefile.in: Various changes for new configure script.  Also:
2057         (CC_FOR_BUILD): Remove.
2058         (ldmain.o): Don't bother to ensure that EMUL is non-empty.
2059         (dep.sed): Use @SRCDIR@, not @srcdir@.
2060         * dep-in.sed: Use @SRCDIR@, not @srcdir@.
2061         * genscripts.sh: Create ldscripts if it does not exist.
2062         * ldemul.c, lexsup.c, mpw-emipsidt.c: Don't include "config.h".
2063         * mpw-esh.c, emultemp/*.em: Likewise.
2064         * ldmain.c: Likewise.  Include <ctype.h>.  Don't try to set
2065         HAVE_SBRK here.
2066         * config/*.mt, config/*.mh: Remove.
2067
2068 Tue Sep  5 14:55:24 1995  Ken Raeburn  <[email protected]>
2069
2070         * configure.in: Treat ns32k-pc532-ux* like ns32k-pc532-mach*, and
2071         ns32k-pc532-lites* like ns32k-pc532-netbsd*.  From Ian Dall.
2072
2073 Fri Sep  1 22:29:52 1995  Doug Evans  <[email protected]>
2074
2075         * scripttempl/pe.sc: Fix typo in spelling of .ctors/.dtors.
2076
2077 Fri Sep  1 13:13:29 1995  Ian Lance Taylor  <[email protected]>
2078
2079         * ldmain.c (warning_callback): Add abfd, section, and address
2080         parameters.
2081         * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
2082         Change call to warning accordingly.
2083
2084         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): If not
2085         relocateable and not shared, put .gnu.warning.SYMBOL sections into
2086         the .text section.
2087
2088 Fri Sep  1 08:35:16 1995  James G. Smith  <[email protected]>
2089
2090         * configure.in: Added mips*vr4300-idt-elf* and
2091         mips*vr4300el-idt-elf* targets.
2092         * Makefile.in: Added eelf32vr4300* targets.
2093         * emulparams/{elf32vr4300.sh, elf32vr4300el.sh}: Added.
2094         * config/{mips-vr4300.mt, mips-vr4300el.mt}: Added.
2095
2096 Fri Sep  1 10:51:45 1995  Ian Lance Taylor  <[email protected]>
2097
2098         * scripttempl/a29k.sc: Fix to be reasonable.  From Brendan Kehoe
2099         <[email protected]>.
2100
2101 Thu Aug 31 16:37:07 1995  steve chamberlain  <[email protected]>
2102
2103         * ldemul.c (ldemul_parse_args): New.
2104         * ldemul.h (ld_emulation_xfer_struct): Add parse_args.
2105         * lexsup.c (all pe stuff): Moved into pe.em
2106         (parse_args): Call emulation arg parser.
2107         * emultempl/pe.em (parse_args): handle PE specfic args.
2108
2109 Thu Aug 31 17:01:37 1995  Ian Lance Taylor  <[email protected]>
2110
2111         * ldlang.c (lang_memory_region_lookup): Don't use the first region
2112         as the default region.  Create a new region instead.
2113
2114 Tue Aug 29 14:21:41 1995  steve chamberlain  <[email protected]>
2115
2116         * ldemul.c (ldemul_set_symbols): New function.
2117         * ldemul.h (ld_emulation_xfer_struct): Add set_symbols.
2118         * ldmain.c (main): Add call to ldemul_set_symbols.
2119         * lexsup.c (set_pe_value): New args.
2120         (set_pe_name): New.
2121         (parse_args): Cope with new set_pe_value args.
2122         * emultempl/pe.em (set_symbols): New function.
2123         (ld_emulation_xfer_struct): Add set_symbols.
2124         * scripttempl/pe.sc: Use new symbols.
2125
2126 Thu Aug 24 18:12:18 1995  Ian Lance Taylor  ([email protected])
2127
2128         * lexsup.c (parse_args): Don't call set_default_dirlist for -O.
2129         For -Y, ignore a leading `P,', and only call set_default_dirlist
2130         after processing all the other arguments.
2131
2132 Tue Aug 22 07:36:58 1995  steve chamberlain  <[email protected]>
2133
2134         * scripttempl/pe.sc: Keep .edata, don't base stabs at 0.
2135         * emulparams/armpe.sh: Run PE script.
2136
2137 Mon Aug 21 18:30:42 1995  steve chamberlain  <[email protected]>
2138
2139         * ldmain.c (main): Remove PE stuff.
2140         * lexsup.c (options): Load more PE options.
2141         (set_pe_value): New function.
2142
2143 Thu Aug 17 13:35:49 1995  steve chamberlain  <[email protected]>
2144         
2145
2146         * emultempl/{armpe.sc, i386pe.sc}: Deleted.
2147         * emultempl/pe.sc: New file performs generic PE support and sorts
2148         archive members.
2149         * emulparams/{armpe.sh,i386pe.sh}: Use new file.
2150         * scripttempl/{armpe.sc, i386pe.sc}: Deleted
2151         * scripttempl/pe.sc: New.
2152         * Makefile.in: Use new files.
2153
2154 Thu Aug 17 14:46:34 1995  Doug Evans  <[email protected]>
2155
2156         * scripttempl/h8500s.sc (.rdata): All data must go in data segment.
2157         (.strings,.ctors,.dtors): Likewise.
2158
2159 Wed Aug 16 11:38:59 1995  steve chamberlain  <[email protected]>
2160
2161         * scripttempl/armpe.sc: Always start code at 0x401000, even
2162         if -r.
2163         * ldwrite.c (strdup): New extern declaration.
2164         * ldgram.y (atype): New rule to clarify type parsing. 
2165         * ldlang.c (init_os): Remove commented out code.
2166         (lang_size_sections): Set SEC_ALLOC and SEC_LOAD bits
2167         unless told not to by the link script.
2168
2169 Wed Aug 16 11:45:11 1995  Ian Lance Taylor  <[email protected]>
2170
2171         * ldlang.c (lang_set_startof): New static function.
2172         (lang_process): Call it.
2173
2174         * ldgram.y: Tweak casesymlist to avoid bison errors.
2175
2176         * lexsup.c (parse_args): Accept -h as a synonym for --soname, for
2177         Solaris compatibility.
2178
2179 Tue Aug 15 17:31:16 1995  Ian Lance Taylor  <[email protected]>
2180
2181         * ldgram.y (YYDEBUG): If not defined, define as 1.
2182         (CASE, EXTERN, START): New tokens.
2183         (mri_script_command): Handle CASE, EXTERN, INCLUDE, START.
2184         (casesymlist): New nonterminal.
2185         (extern_name_list): New nonterminal.
2186         * ldlex.l: Accept lower case trailing base specifiers.  Don't
2187         ignore the first digit when the base is a suffix.  Accept many
2188         EXPRESSION state tokens in MRI state.  Support MRI continuation
2189         lines and MRI semicolon comments.  Accept all MRI keywords in
2190         lower case.  Add CASE, EXTERN, and START MRI keywords.
2191
2192 Tue Aug  8 19:14:58 1995  Ken Raeburn  <[email protected]>
2193
2194         * emultempl/sunos.em (gld${EMULATION_NAME}_find_so): Use xmalloc
2195         instead of alloca.
2196
2197 Tue Aug  8 15:24:05 1995  J.T. Conklin  <[email protected]>
2198
2199         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Don't use
2200         $r/../gcc/xgcc unless it is present.
2201
2202 Thu Aug  3 11:56:22 1995  Ian Lance Taylor  <[email protected]>
2203
2204         * scripttempl/m68kcoff.sc: Only put .ctors and .dtors in .text
2205         when CONSTRUCTING.
2206         * scripttempl/m68klynx.sc: Likewise.
2207         * scripttempl/nw.sc: Likewise.
2208         * scripttempl/sa29200.sc: Likewise.
2209         * scripttempl/sparclynx.sc: Likewise.
2210
2211 Fri Jul 28 12:02:23 1995  steve chamberlain  <[email protected]>
2212
2213         * emulparams/{z8001.sh, z8002.sh}: Fix typo.
2214
2215 Thu Jul 27 21:06:21 1995  Ken Raeburn  <[email protected]>
2216
2217         * configure.in (i[345]86-*-linuxoldld): Treat like linuxaout*.
2218
2219 Thu Jul 27 15:26:28 1995  steve chamberlain  <[email protected]>
2220
2221         * scripttempl/i386pe.sc: Cope with constructors.
2222         * scripttempl/z8ksim.sc: Deleted.
2223         * scripttempl/z8000.sc: Resurrected as this, but
2224         can handle z8001 and z8002 formats.
2225         * emulparams/z8ksim.sh: Deleted.
2226         * emulparams/{z8001.sh, z8002.sh}: New files.
2227         * config/z8ksim.mt: Deleted
2228         * config/z8k-coff.mt: New, generates both emulations.
2229
2230 Tue Jul 25 14:53:02 1995  Ian Lance Taylor  <[email protected]>
2231
2232         * ldmisc.c (vfinfo): In %C and %D case, always print the BFD using
2233         %B, in case it is in an archive.
2234
2235 Mon Jul 24 15:23:39 1995  Ian Lance Taylor  <[email protected]>
2236
2237         * ldlang.c (lang_process): Call reset_memory_regions for each
2238         relaxation pass.
2239
2240 Fri Jul 21 22:49:44 1995  Michael Meissner  <[email protected]>
2241
2242         * scripttempl/elfppc.sc: Add support for .sdata, .sbss, and
2243         _SDA_BASE.
2244
2245 Thu Jul 20 16:26:55 1995  Ken Raeburn  <[email protected]>
2246
2247         * ldmain.c (constructor_callback): Allocate set_name in stack
2248         frame, rather than always calling alloca with a fixed size.
2249
2250 Wed Jul 19 16:21:43 1995  Doug Evans  <[email protected]>
2251
2252         * emulparams/armpe.sh (OUTPUT_FORMAT): Change to pei-arm-little.
2253         (LITTLE_OUTPUT_FORMAT, BIG_OUTPUT_FORMAT): Define.
2254
2255 Mon Jul 17 13:57:00 1995  Ian Lance Taylor  <[email protected]>
2256
2257         * ldwrite.c (clone_section): Set the alignment of the clone
2258         section to that of the section being cloned.
2259
2260         * ldwrite.c (split_sections): Don't split the first input section
2261         into a new output section.
2262
2263 Sat Jul 15 00:26:35 1995  Michael Meissner  <[email protected]>
2264
2265         * emulparams/elf32ppc.sh (TEMPLATE_NAME): Define as elf32.
2266         (GENERATE_SHLIB_SCRIPT): Define as yes.
2267
2268 Fri Jul 14 12:11:46 1995  Ian Lance Taylor  <[email protected]>
2269
2270         * emultempl/mipsecoff.em (check_sections): Use %P, not %F.
2271
2272         * ldver.c (help): Update list of options to match currently
2273         supported list.
2274
2275 Thu Jul 13 13:52:10 1995  Ian Lance Taylor  <[email protected]>
2276
2277         * emultempl/lnk960.em (ld_lnk960_emulation): Initialize
2278         after_open field.
2279
2280         * ldexp.c (exp_intop): Don't cast stat_alloc arg to bfd_size_type;
2281         it takes a size_t anyhow.
2282         (exp_binop): Likewise.
2283         (exp_trinop): Likewise.
2284         (exp_unop): Likewise.
2285         (exp_nameop): Likewise.
2286         (exp_assop): Likewise.
2287         * ldlang.c (lang_memory_region_lookup): Likewise.
2288         (init_os): Likewise.
2289         (ldlang_add_undef): Likewise.
2290         (insert_pad): Likewise.
2291         * ldfile.c (ldfile_add_arch): Don't cast xmalloc arg to
2292         bfd_size_type.
2293
2294         * Makefile.in (ALL_EMULATIONS): It's earmaoutb.o, not earmoutb.o.
2295
2296 Wed Jul 12 11:32:22 1995  Ian Lance Taylor  <[email protected]>
2297
2298         * ldemul.h (ldemul_open_dynamic_archive): Add search parameter to
2299         declaration.
2300         (ld_emulation_xfer_type): Add search parameter to
2301         open_dynamic_archive entry point.
2302         * ldemul.c (ldemul_open_dynamic_archive): Add search parameter.
2303         * ldfile.c (ldfile_try_open_bfd): Rename from try_open_bfd, and
2304         make non-static.  Change all callers to use new name.
2305         (ldfile_open_file_search): Make static.  If entry is dynamic, call
2306         ldemul_open_dynamic_archive.
2307         (ldfile_open_file): Don't call ldemul_open_dynamic_archive.
2308         * ldfile.h (ldfile_open_file_search): Don't declare.
2309         (ldfile_try_open_bfd): Declare.
2310         * emultempl/elf32.em (gld${EMULATION_NAME}_open_dynamic_archive):
2311         Accept search parameter.  Don't search for a library, just look in
2312         a single place.
2313         * emultempl/linux.em (gld${EMULATION_NAME}_open_dynamic_archive):
2314         Likewise.
2315
2316 Tue Jul 11 16:44:21 1995  Ian Lance Taylor  <[email protected]>
2317
2318         * ldmain.c (set_scripts_dir): Don't base script directory on
2319         current directory.
2320
2321 Tue Jul 11 12:29:02 1995  Rick Sladkey  <[email protected]>
2322
2323         * ldmisc.c (vfinfo): Don't print the line number if it isn't
2324         meaningful.
2325
2326 Mon Jul 10 13:38:28 1995  Ian Lance Taylor  <[email protected]>
2327
2328         * ld.h (ld_config_type): Add field warn_constructors.
2329         * ldmain.c (add_to_set): Warn if config.warn_constructors.
2330         (constructor_callback): Likewise.
2331         * lexsup.c (parse_args): Handle -warn-constructors.
2332         * ld.texinfo, ld.1: Document -warn-constructors.
2333
2334         * emultempl/elf32.em (gld${EMULATION_NAME}_check_needed): Don't
2335         get confused by directory names if we searched for the file.
2336
2337         Based on patches from H.J. Lu <[email protected]>:
2338         * ldlang.h (lang_input_statement_type): Add new field dynamic.
2339         * ldlang.c (new_afile): Set dynamic from config.dynamic_link.
2340         * ldfile.c: Include bfdlink.h.
2341         (ldfile_open_file): Check dynamic field of entry, not global
2342         dynamic_link field.  Don't do a dynamic search when doing a
2343         relocateable link.
2344         * ldmain.c (main): Don't warn about dynamic_link for a
2345         relocateable link.
2346         * emultempl/sunos.em (gld${EMULATION_NAME}_find_so): Skip file if
2347         dynamic is false.
2348         (gld${EMULATION_NAME}_create_output_section_statements): Always
2349         loop over input files.
2350         * Makefile.in: Rebuild dependencies.
2351
2352         * ld.texinfo, ld.1: Document -Bstatic, -Bdynamic, -Bshared, and
2353         -shared.
2354
2355 Mon Jul 10 13:29:43 1995  Eric Youngdale  <[email protected]>
2356
2357         * ldmain.c (main): Set link_info.symbolic to false.
2358         * lexsup.c (parse_args): Handle -Bsymbolic.
2359
2360 Wed Jul  5 00:12:11 1995  Fred Fish  ([email protected])
2361
2362         * ldmain.c (HAVE_SBRK):  Define for everything except
2363         specific systems that are known to not support sbrk.
2364         (main):  Use HAVE_SBRK to decide whether or not to use sbrk.
2365
2366 Tue Jul  4 12:55:48 1995  Ian Lance Taylor  <[email protected]>
2367
2368         * emultempl/elf32.em (gld${EMULATION_NAME}_find_exp_assignment):
2369         Handle etree_provide.
2370
2371         * emultempl/elf32.em (global_needed): New static variable.
2372         (global_found): Likewise.
2373         (gld${EMULATION_NAME}_after_open): New static function.
2374         (gld${EMULATION_NAME}_search_needed): Likewise.
2375         (gld${EMULATION_NAME}_try_needed): Likewise.
2376         (gld${EMULATION_NAME}_check_needed): Likewise.
2377         (ld_${EMULATION_NAME}_emulation): Replace after_open_default with
2378         gld${EMULATION_NAME}_after_open.
2379
2380 Mon Jul  3 14:26:37 1995  Steve Chamberlain  <[email protected]>
2381
2382         * configure.in (i386-*-win32): New target.
2383
2384 Mon Jul  3 14:39:22 1995  Ian Lance Taylor  <[email protected]>
2385
2386         * lexsup.c (parse_args): Let -G either set the small data size or
2387         be equivalent to --shared, depending on the next argument.  Accept
2388         and ignore -z for Solaris compatibility.
2389
2390 Sun Jul  2 17:52:34 1995  Ian Lance Taylor  <[email protected]>
2391
2392         * lexsup.c (parse_args): Cast fopen result to PTR before storing
2393         it in link_info.base_file.  Fix indentation.
2394
2395 Wed Jun 28 17:11:25 1995  Steve Chamberlain  <[email protected]>
2396
2397         * ldmain.c (main): Always initialize PE info in link_info.
2398         * lexsup.c (OPTION_BASE_FILE): New option.
2399         (parse_args): Handle new option.
2400         * emulparams/armpe.sh: Output pei.
2401         * emultempl/i386pe.em: Add newline to end.
2402         * scripttempl/armpe.sc: Change output and quote the $s.
2403         * scripttempl/i386pe.sc: Change output and quote the $s.
2404
2405 Thu Jun 22 19:55:41 1995  Ken Raeburn  <[email protected]>
2406
2407         Sun May  7 11:53:41 MDT 1995  Bryan Ford  <[email protected]>
2408
2409         * configure.in (i386-*-msdos*, i386-*-moss*): New targets.
2410         * Makefile.in (ALL_EMULATIONS): Added i386msdos.o.
2411         (i386msdos.o): New target.
2412         * config/i386-msdos.mt: Created.
2413         * emulparams/i386msdos.sh: Created.
2414         * scripttempl/i386msdos.sc: Created.
2415
2416 Thu Jun 22 15:06:35 1995  Michael Meissner  <[email protected]>
2417
2418         * scripttempl/elfppc.sc (.fixup): Add support for a .fixup section
2419         that contains pointers to be relocated.
2420
2421 Tue Jun 20 17:47:20 1995  Stan Shebs  <[email protected]>
2422
2423         * mpw-esh.c: New file, modified for MPW from esh.c.
2424         * scripttempl/sh.sc: Reformatted to simplify MPWification,
2425         use *() to concat stab sections instead of [].
2426
2427 Thu Jun 15 08:48:16 1995  Steve Chamberlain  <[email protected]>
2428
2429         * scripttempl/armpe.sc: Add constructor support.
2430
2431 Tue Jun 13 09:11:20 1995  Steve Chamberlain  <[email protected]>
2432
2433         * ldlang.c (lang_size_sections):  Any section with a DATA
2434         statement has contents.
2435
2436 Sun Jun 11 15:20:46 1995  Ken Raeburn  <[email protected]>
2437
2438         * emulparams/m68kelf.sh (NOP): Define.
2439         (DYNAMIC_LINK): Don't define.
2440         (TEXT_START_ADDR): Set to 0x80000000; the extra 0x100 for headers
2441         will come from the linker script.
2442
2443 Thu Jun  8 14:17:33 1995  Steve Chamberlain  <[email protected]>
2444
2445         * emulparams/armpe.sh, scriptempl/armpe.sc: Add end and stack.
2446
2447 Mon Jun  5 02:16:24 1995  Ken Raeburn  <[email protected]>
2448
2449         * configure.in (i[345]86-*-gnu*): Use GNU elf config.
2450
2451 Thu May 25 11:49:28 1995  Michael Meissner  <[email protected]>
2452
2453         From Andrew Cagney <[email protected]>
2454         * Makefile.in: Fixup more gotchas from renaming elf32ppcle to
2455         elf32lppc.
2456
2457 Wed May 24 11:23:21 1995  Steve Chamberlain  <[email protected]>
2458
2459         Add support for ARM-PE.
2460         * Makefile.in (ALL_EMULATIONS): Add armpe.o
2461         * configure.in: Recognize armpe.
2462         * config/arm-pe.mt: New file.
2463         * emulparams/armpe.sh: New file.
2464         * scripttempl/armpe.sc: New file.
2465
2466
2467 Mon May 22 15:19:26 1995  Doug Evans  <[email protected]>
2468
2469         * configure.in (h8300h-*-hms): Deleted
2470         * config/cf-h8300h.mt: Deleted.
2471
2472 Thu May 18 04:26:10 1995  Ken Raeburn  <[email protected]>
2473
2474         Wed May 10 14:28:16 1995 Richard Earnshaw ([email protected])
2475
2476         From David Taylor ([email protected])
2477         * Makefile.in (ALL_EMULATIONS): Add earmout[lb].o
2478         * configure.in: Recognize arm{,e[lb]-*-aout.
2479         * config/arm[lb]-aout.mt: New files.
2480         * emulparams/armaout[lb].sh: New files.
2481         * scripttempl/armaout.sc: New file.
2482
2483 Tue May 16 18:27:11 1995  Michael Meissner  <[email protected]>
2484
2485         * config/ppcle-elf32.mt (EMUL): Use elf32lppc, not elf32ppcle, to
2486         be unique in 8 characters for DOS.
2487
2488         * emulparams/elf32lppc.sh: New file, renamed from elf32ppcle.sh.
2489         * emulparams/elf32ppcle.sh: Deleted.
2490
2491 Fri May 12 11:03:55 1995  Steve Chamberlain  <[email protected]>
2492                           Tom Griest <[email protected]>
2493
2494         Initial support for PE executables (eg NT, win32)
2495
2496         * Makefile.in (configure.in, ei386pe): Add support.
2497         * ldmain.c (main): Initialize PE argument info.
2498         * ldwrite.c (print_file_stuff): Don't print out .drectve
2499         and .debug section info.
2500         * lexsup.c (set_subsystem, set_stack_heap, OPTION_HEAP,
2501          OPTION_SUBSYSTEM, parse_argsm set_subsystem, set_stack_heap):
2502          Handle new arguments.
2503         * config/i386-pe.mt, emultempl/i386pe.em, scripttempl/i386pe.sc:
2504         New files
2505
2506 Wed May 10 18:37:59 1995  Stu Grossman  ([email protected])
2507
2508         * scripttempl/hppaelf.sc:  Remove .PARISC.unwind section from text
2509         segment.  This allows ld -r to preserve unwind sections.
2510
2511 Tue May  9 17:19:57 1995  Michael Meissner  <[email protected]>
2512
2513         * configure.in: Add little endian PowerPC support.
2514
2515         * Makefile.in (ALL_EMULATIONS): Add eelf32ppcle.o.
2516         (eelf32ppcle.c): Support for little endian PowerPC.
2517
2518         * config/ppcle-elf32.mt: New file for little endian PowerPC.
2519         * emulparams/elf32ppcle.sh: Ditto.
2520
2521 Wed May  3 12:56:32 1995  Ken Raeburn  <[email protected]>
2522
2523         * ldlang.c (print_output_section_statement): Check
2524         subsection_alignment, instead of checking section_alignment twice.
2525         Noticed by Alan Modra <[email protected]>.
2526
2527 Tue May  2 16:36:07 1995  Jeff Law  ([email protected])
2528
2529         * configure.in (hppa*-*-lites*): Handle like hppa*-*-*elf*.
2530
2531 Mon Apr 24 19:21:02 1995  Michael Meissner  <[email protected]>
2532
2533         * ldwrite.c (ldwrite): Before doing anything, reset the error
2534         code.  If bfd_final_link returns an error, but the error code is
2535         unset, don't issue an extra message.  Assume a correct error
2536         message was already set.
2537
2538 Fri Apr 14 16:31:24 1995  Ken Raeburn  <[email protected]>
2539
2540         * Makefile.in (ALL_EMULATIONS): Added em68kelf.o.
2541         (em68kelf.o): New target.
2542         * config/m68k-elf.mt, emulparams/m68kelf.sh: New files.
2543         * configure.in: Use them for m68*-*-elf.
2544
2545 Tue Apr 11 12:02:03 1995  Stan Shebs  <[email protected]>
2546
2547         Merge in support for Mac MPW as a host.
2548         (Old change descriptions retained for informational value.)
2549
2550         * mpw-config.in (i386-unknown-aout): Change to i386-unknown-go32.
2551         (i386-unknown-coff): Remove.
2552         (sh-hitachi-hms): New target.
2553         (emulation_ofiles): Set correctly for each target.
2554         (version, TDEFINES): Add to makefile fragment.
2555         * mpw-make.in (BISON): Use byacc instead of bison.
2556         (em_*.c): Replace with e*.c everywhere.
2557         (ldgram.h): Separate action from ldgram.c generation.
2558         (LD_PROG): Depend on Version.r.
2559         (Version.r): generate from version info.
2560         * mpw-emipsidt.c: New file, modified for MPW from emipsidt.c.
2561
2562         * mpw-config.in (m68k-apple-macos, ppc-apple-macos,
2563         i386-unknown-aout, i386-unknown-coff): New targets.
2564         (m68k-aout, m68k-coff): Remove targets.
2565         (mk.tmp): Add definition of EMUL.
2566
2567         * mpw-config.in (emulname): Set based on target.
2568         (ldemul-list.h): Construct.
2569         * mpw-make.in (install-only): New target.
2570         (install): Depend on install-only.
2571
2572         * mpw-make.in (bindir): Fix pathname.
2573         (install): Move here from mpw-build.in.
2574
2575         * mpw-config.in: New file, MPW configuration fragment.
2576         * mpw-make.in: New file, MPW makefile fragment.
2577         (This file is semi-automatically generated from Makefile.in.)
2578         * ldfile.c (slash): If MPW, set to `:'.
2579         * ldlex.l (TRUE_FALSE_ALREADY_DEFINED): If MPW, set this to
2580         prevent redefinition errors.
2581
2582 start-sanitize-arc
2583 Thu Apr  6 20:38:36 1995  Doug Evans  <[email protected]>
2584
2585         * emulparams/arcelf.sh (ENTRY): Define.
2586 end-sanitize-arc
2587
2588 Tue Apr  4 17:55:18 1995  Steve Chamberlain  <[email protected]>
2589
2590         * ldwrite.c (clone_section): Align clone sections on even
2591         boundaries.
2592
2593 Thu Mar 30 14:32:26 1995  H.J. Lu ([email protected])
2594
2595         * configure.in: Change linux to default to elf.  Using
2596         i[345]86-*-linuxaout will build a linker which defaults to a.out.
2597         * config/i386-laout.mt: Rename from old config/i386-linux.mt.
2598         * config/i386-linux.mt: Rename from old config/i386-lelf.mt.
2599         * config/i386-lelf.mt: Remove.
2600
2601 Thu Mar 30 13:09:46 1995  Ian Lance Taylor  <[email protected]>
2602
2603         * ldmain.c (main): If opening the map file fails, call
2604         bfd_set_error before calling einfo.
2605
2606         * ld.texinfo, ld.1: Document the -no-keep-memory option.
2607
2608 Mon Mar 27 11:10:08 1995  Ian Lance Taylor  <[email protected]>
2609
2610         * ldmain.c (main): Revert patch of March 10, since the SVR4 linker
2611         does mark shared libraries as executable.
2612
2613 Tue Mar 21 15:15:38 1995  Ian Lance Taylor  <[email protected]>
2614
2615         * ldlang.c (lang_common): Change power to int.  Pass larger values
2616         before smaller values.
2617         (lang_one_common): Treat info as int *.  Don't bother to check for
2618         last value, since it is now zero.
2619
2620 Sat Mar 18 01:49:14 1995  Ian Lance Taylor  <[email protected]>
2621
2622         * ldlang.c (load_symbols): An empty archive is OK.
2623
2624 Fri Mar 17 16:15:31 1995  Stan Shebs  <[email protected]>
2625
2626         * ldmain.c (progress.h): Include.
2627         (main): Call START_PROGRESS and END_PROGRESS.
2628
2629 Thu Mar 16 17:17:33 1995  Michael Meissner  <[email protected]>
2630
2631         * scripttempl/elfppc.sc: Move _GOT2_END_ after the .ctors and
2632         .dtors sections, so that these pointers get relocated also.
2633         Define the symbols __{C,D}TOR_{LIST,END}__ to mark the beginning
2634         and end of the constructors/destructors.
2635
2636 Thu Mar 16 13:59:14 1995  Roland McGrath  <[email protected]>
2637
2638         * ldlang.c (load_symbols): If whole_archive is true and ENTRY
2639         describes an archive, call bfd_link_add_symbols on each member.
2640         * ldmain.c (whole_archive): New variable.
2641         (main): Initialize it to false.
2642         * ldmain.h: Declare whole_archive.
2643         * lexsup.c (parse_args): Grok --whole-archive switch.
2644         * ld.texinfo, ld.1: Document --whole-archive.
2645
2646 Thu Mar 16 11:38:48 1995  Ian Lance Taylor  <[email protected]>
2647
2648         * genscripts.sh (EMULATION_NAME): Set LIB_PATH to empty when not
2649         using the default emulation.
2650
2651         * config/dgux.mh (HOSTING_EMU): Use -m rather than trying to set
2652         LDEMULATION.
2653         * config/hppaelf.mh (HOSTING_EMU): Likewise.
2654
2655 Tue Mar 14 12:28:03 1995  Ian Lance Taylor  <[email protected]>
2656
2657         * emultempl/sunos.em (gld${EMULATION_NAME}_find_so): Set force_maj
2658         for -lc.N.  From H.J. Lu <[email protected]>.
2659
2660 Fri Mar 10 14:43:48 1995  Ian Lance Taylor  <[email protected]>
2661
2662         * ldmain.c (main): Don't set EXEC_P if link_info.shared is set.
2663
2664         * ldlex.l: Return -lFILENAME as the token LNAME.
2665         * ldgram.y: Add token LNAME.
2666         (input_list): Treat LNAME like NAME, but pass it to
2667         lang_add_input_file as lang_input_file_is_l_enum.
2668         * ld.texinfo: Document using -lFILENAME in INPUT.
2669
2670 Thu Mar  9 12:21:51 1995  Michael Meissner  <[email protected]>
2671
2672         * ldlang.c (lang_check): If the architectures are compatible call
2673         bfd_merge_private_bfd_data to let the backend do additional
2674         checks.
2675
2676 start-sanitize-arc
2677 Tue Mar  7 21:10:28 1995  Doug Evans  <[email protected]>
2678
2679         * emulparams/arcelf.sh (OUTPUT_FORMAT): Change to elf32-littlearc.
2680         (LITTLE_OUTPUT_FORMAT, BIG_OUTPUT_FORMAT): Define.
2681 end-sanitize-arc
2682
2683 Tue Mar  7 00:53:08 1995  Ian Lance Taylor  <[email protected]>
2684
2685         * ldemul.c (ldemul_choose_mode): If emulation not recognized, list
2686         all supported emulations.
2687
2688 Mon Mar  6 14:03:50 1995  Ian Lance Taylor  <[email protected]>
2689
2690         * ldemul.c (ldemul_list_emulations): New function.
2691         * ldemul.h (ldemul_list_emulations): Declare.
2692         * ldver.c (help): List supported targets and emulations.
2693
2694 Fri Mar  3 15:40:36 1995  Doug Evans  <[email protected]>
2695
2696         * scripttempl/elf.sc (.debug): Relocate to address 0.
2697         (.debug_srcinfo, .debug_aranges, .debug_pubnames,
2698         .debug_sfnames, .line): Likewise.
2699
2700 Fri Mar  3 17:07:14 1995  Ian Lance Taylor  <[email protected]>
2701
2702         * emultempl/elf32.em (hold_rel): New static variable.
2703         (gld${EMULATION_NAME}_place_orphan): Place readonly sections with
2704         contents whose names begin with ".rel" after hold_rel.  Remove the
2705         assertion which checked for unplaced .rel sections.  Don't try to
2706         sort the section into place if place->bfd_section is NULL.
2707         (gld${EMULATION_NAME}_place_section): Set hold_rel to the first
2708         section beginning with ".rel".
2709
2710 Thu Mar  2 14:34:43 1995  Ian Lance Taylor  <[email protected]>
2711
2712         Doc note from [email protected] (Pierre Willard):
2713         * ld.texinfo: -X and -x work even if -s or -S are not specified.
2714         * ld.1: Similar change. 
2715
2716 Wed Mar  1 13:51:16 1995  Ian Lance Taylor  <[email protected]>
2717
2718         * emulparams/gld960coff.sh (COFF_CTORS): Define.
2719         * scripttempl/i960.sc: Use COFF_CTORS if CONSTRUCTING.
2720
2721 Tue Feb 28 12:42:56 1995  Ian Lance Taylor  <[email protected]>
2722
2723         * configure.in (i[345]86-*-linuxelf*): New target.  Use i386-lelf.
2724         (i[345]86-*-gnuelf*): New target.  Use i386-gelf.
2725         * config/i386-lelf.mt: New file.
2726         * config/i386-gelf.mt: New file.
2727
2728 Tue Feb 28 10:27:54 1995  Rob Savoye  <[email protected]>
2729
2730         * configure.in: Match on mips-ecoff, and default to the IDT
2731         configuration.
2732
2733 Fri Feb 17 13:06:47 1995  Michael Meissner  <[email protected]>
2734
2735         * scripttempl/elfppc.sc: Add support for .got1 and .got2 sections.
2736         Offset _GLOBAL_OFFSET_TABLE_ 32768 from the start of the GOT area
2737         to double the size of the table.
2738
2739 start-sanitize-arc
2740 Thu Feb  9 19:03:25 1995  Doug Evans  <[email protected]>
2741
2742         * emulparms/arcelf.sh (TEMPLATE_NAME): Comment out.
2743 end-sanitize-arc
2744
2745 Thu Feb  9 18:29:43 1995  Ken Raeburn  <[email protected]>
2746
2747         * Makefile.in (distclean): Do recursive deletion, since ldscripts
2748         is a directory.
2749
2750 Thu Feb  9 11:38:22 1995  Ian Lance Taylor  <[email protected]>
2751
2752         * ldmain.c (main): If trace_file_tries is true, and we are using
2753         an internal linker script, print out the script.
2754         * ldfile.c (try_open): Reindent function.  Make the messages about
2755         opening script files more informative.
2756
2757         * lexsup.c (parse_args): For -V, call ldversion with 1, not 0.
2758         * ld.texinfo, ld.1: Update accordingly.
2759
2760 Wed Feb  8 17:34:45 1995  Ian Lance Taylor  <[email protected]>
2761
2762         * ldlang.c (lang_one_common): Adjust references to common symbol
2763         information for new structure.
2764
2765 Mon Feb  6 12:17:24 1995  Ian Lance Taylor  <[email protected]>
2766
2767         * ldmain.c (undefined_symbol): Handle section being NULL.
2768
2769         * ldctor.c (ldctor_build_sets): Handle bfd_link_hash_defweak.
2770         * ldexp.c (fold_name): Likewise.
2771         * ldlang.c (print_one_symbol): Likewise.
2772         (lang_finish): Likewise.
2773         * ldmain.c (multiple_common): Likewise.
2774         * ldwrite.c (print_symbol): Likewise.  Also, bfd_link_hash_weak
2775         renamed to bfd_link_hash_undefweak.
2776
2777         * scripttempl/alpha.sc: Set address of .data section correctly
2778         when -n or -N is used.  Patch from Chris G Demetriou
2779         <[email protected]>.
2780         * scripttempl/mips.sc: Similar change.
2781
2782 Tue Jan 31 16:20:52 1995  Doug Evans  <[email protected]>
2783
2784         * ldlang.c (lang_size_sections): Clarify error message when user
2785         specified start addr conflicts with region.  Fix resetting of
2786         region pointer.
2787
2788 Tue Jan 31 12:37:09 1995  Ian Lance Taylor  <[email protected]>
2789
2790         * ldexp.c (fold_name): In case NAME, permit an absolute symbol
2791         in lang_allocating_phase_enum.
2792
2793 Mon Jan 30 11:33:25 1995  Ian Lance Taylor  <[email protected]>
2794
2795         * Makefile.in (distclean): Depend upon clean.  Don't bother to
2796         remove files which will be removed by clean.  From patch by
2797         [email protected] (Alan Modra).
2798
2799 Fri Jan 27 16:27:34 1995  Ian Lance Taylor  <[email protected]>
2800
2801         * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): For
2802         a MIPS target, clobber the size of all but the first input
2803         .reginfo section to be 0, so that lang_size_sections sets the
2804         correct size for the output .reginfo section.
2805
2806 Thu Jan 26 19:53:37 1995  Ian Lance Taylor  <[email protected]>
2807
2808         * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
2809         Remove unused variable is.
2810
2811 Thu Jan 26 12:33:05 1995  Michael Meissner  <[email protected]>
2812
2813         * configure.in: Add support for powerpc-*-eabi.
2814
2815         * scripttempl/elfppc.sc: New file for PowerPC embedded ABI
2816         support.
2817
2818         * emulparams/elf32ppc.sh (SCRIPT_NAME): Use elfppc.sc instead of
2819         elf.sc, which defines some new symbols PowerPC elf needs.
2820
2821 Tue Jan 24 10:32:15 1995  Ian Lance Taylor  <[email protected]>
2822
2823         * ldctor.c (ldctor_add_set_entry): Don't dump core if a
2824         constructor entry is in the absolute section.
2825
2826 Mon Jan 23 13:58:13 1995  Ian Lance Taylor  <[email protected]>
2827
2828         * configure.in (i[345]86-*-gnu*): Set ld_target to i386-gnu.
2829         * config/i386-gnu.mt: New file.  Include ELF support.
2830
2831 Thu Jan 19 16:22:11 1995  Ian Lance Taylor  <[email protected]>
2832
2833         * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): If
2834         there are any input sections named .gnu.warning, treat them as
2835         containing a warning message to be printed by the linker, and
2836         clobber the size so that the message is not copied into the output
2837         file.
2838         * scripttempl/elf.sc: Put .gnu.warning sections into the .text
2839         section.
2840
2841 Sun Jan 15 16:45:00 1995  Steve Chamberlain  <sac@splat>
2842
2843         * configure.in (w65-*-*): New target.
2844         * Makefile.in: Update.
2845         * scripttempl/w65.sc: New.
2846         * config/coff-w65.mt: New.
2847
2848 Thu Jan 12 01:32:25 1995  Ian Lance Taylor  <[email protected]>
2849
2850         * ldlang.c (lang_place_orphans): Don't ignore files with
2851         just_syms_flag set.  Instead, put all their sections in
2852         bfd_abs_section_ptr, using the section VMA as the output_offset.
2853
2854 Wed Jan 11 22:59:09 1995  Ken Raeburn  <[email protected]>
2855
2856         * ldctor.c (ldctor_build_sets): Don't use `const' with typedef
2857         name `reloc_howto_type', since it's now defined to be const.
2858         * ldlang.c (lang_add_reloc): Ditto.
2859         * ldlang.h (lang_reloc_statement_type, lang_add_reloc): Ditto.
2860
2861 Wed Jan 11 11:24:45 1995  Ian Lance Taylor  <[email protected]>
2862
2863         * ldexp.c (fold_binary): Adding or subtracting an absolute value
2864         to a relative value does not require forcing the relative value to
2865         be absolute.  Also, reindent function.
2866
2867 Wed Dec 28 22:05:52 1994  Steve Chamberlain  ([email protected])
2868
2869         * ldwrite.c (clone_section): Create a symbol with the
2870         same name as the section.
2871
2872 Mon Dec 19 14:02:13 1994  Steve Chamberlain  ([email protected])
2873
2874         * ld.h (split_by_reloc, split_by_file): New flags.
2875         * ldwrite.c  (clone_section, split_sections): New functions.
2876         * lexsup.c (parse_args): Understand new split options.
2877
2878 start-sanitize-arc
2879 Tue Dec 13 16:45:18 1994  Doug Evans  <[email protected]>
2880
2881         * configure.in (arc-elf): New target.
2882         * Makefile.in (earcelf.c): New target.
2883         * config/arc-elf.mt: New file.
2884         * emulparms/arcelf.sh: New file.
2885 end-sanitize-arc
2886
2887 Fri Dec  9 17:22:55 1994  Ian Lance Taylor  <[email protected]>
2888
2889         * scripttempl/elf.sc: Move .ctors and .dtors from .text segment to
2890         .data segment.  They must be writable when creating a shared
2891         library.  From H.J. Lu <[email protected]>.
2892
2893 Fri Dec  2 14:09:00 1994  Ian Lance Taylor  <[email protected]>
2894
2895         * emultempl/miposecoff.em: New file.
2896         * emulparams/mipsidt.sh (TEMPLATE_NAME): Set to mipsecoff.
2897         * emulparams/mipsidtl.sh (TEMPLATE_NAME): Likewise.
2898         * scripttempl/mips.sc: Put .rel.sdata sections in .text, and
2899         provide __runtime_reloc_start and __runtime_reloc_stop if they are
2900         used.   Align _fdata to a 16 byte boundary.
2901         * Makefile.in (emipsidt.c): Depend upon mipsecoff.em rather than
2902         generic.em.
2903         (emipsidtl.c): Likewise.
2904         (check): Pass CC_FOR_HOST and CFLAGS_FOR_HOST to runtest.
2905
2906         * ld.h (args_type): Add new field embedded_relocs.
2907         * ldemul.h (ldemul_after_open, after_open_default): Declare.
2908         (ld_emulation_xfer_struct): Add new field after_open.
2909         * ldemul.c (ldemul_after_open): New function.
2910         (after_open_default): New function.
2911         * ldlang.c (lang_process): Call ldemul_after_open.
2912         * lexsup.c (parse_args): Handle --embedded-relocs.
2913         * emultempl/elf32.em (ld_${EMULATION_NAME}_emulation): Initialize
2914         new after_open field to after_open_default.
2915         * emultempl/generic.em, emultempl/gld960.em: Likewise.
2916         * emultempl/gld960c.em, emultempl/hppaelf.em: Likewise.
2917         * emultempl/linux.em, emultempl/m88kbcs.em: Likewise.
2918         * emultempl/sunos.em, emultempl/vanilla.em: Likewise.
2919         * ld.texinfo, ld.1: Mention -embedded-relocs.
2920
2921 Wed Nov 23 22:04:47 1994  Steve Chamberlain  ([email protected])
2922
2923         * Makefile.in: Add eshl.o.
2924         * config/coff-sh.mt: Add shl emulation.
2925
2926 Tue Nov 22 11:55:37 1994  Ian Lance Taylor  <[email protected]>
2927
2928         * scripttempl/elf.sc: Fill .text section with NOPS.  From Eric
2929         Youngdale <[email protected]>.
2930
2931 Thu Nov 17 14:39:48 1994  Ian Lance Taylor  <[email protected]>
2932
2933         Patches from [email protected] (Martin Pirker).
2934         * config/i386linux.mh: New file; set HOSTING_CRT0.
2935         * genscripts.sh: Don't put ${libdir} in LIB_PATH if it is
2936         /usr/lib, since that is already in LIB_PATH.
2937
2938 Wed Nov 16 10:03:03 1994  Jeff Law  ([email protected])
2939
2940         * scripttempl/hppaelf.sc (.text): Handle a use rdefined text start
2941         address.
2942         (.data, .bss): If "-N", then place the data/bss just after the end
2943         of the .text section rather than at the default 0x40000000.
2944
2945         * scripttempl/hppaelf.sc (.text): Place unwind descriptors in the
2946         text segment.
2947
2948 Sat Nov 12 15:55:56 1994  Ian Lance Taylor  ([email protected])
2949
2950         Patches from Eric Youngdale <[email protected]>:
2951         * ldlang.c (lang_finish): Don't warn if entry symbol not found
2952         when generating a shared library.
2953         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Warn if
2954         attempting to place an orphaned relocation section when generating
2955         a dynamically linked object.
2956
2957         * scripttempl/elf.sc: Add ENTRY(${ENTRY}), and default ${ENTRY} to
2958         _start.
2959
2960 Fri Nov 11 14:27:23 1994  Ian Lance Taylor  <[email protected]>
2961
2962         * ld.h (args_type): Add field export_dynamic.
2963         * lexsup.c (parse_args): Recognize --export-dynamic.
2964         * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
2965         Pass export_dynamic argument to bfd_elf32_size_dynamic_sections.
2966
2967 Wed Nov  9 12:47:11 1994  Ian Lance Taylor  <[email protected]>
2968
2969         * ldlang.c (lang_one_common): Set SEC_ALLOC in any section where
2970         we allocate common symbols.
2971
2972 Tue Nov  8 17:50:43 1994  Eric Youngdale  ([email protected])
2973
2974         * scripttempl/elf.sc: Add .rel.init, .rela.init, .rel.fini, and
2975         .rela.fini to the list of .rel* sections.
2976
2977 Tue Nov  8 17:47:45 1994  Ian Lance Taylor  <[email protected]>
2978
2979         * ldlang.c (load_symbols): Add new argument place.  Only accept
2980         linker scripts if place is not NULL.  Put commands found in an
2981         assumed linker script into place.
2982         (lookup_name): Pass NULL as place argument to load_symbols.
2983         (open_input_bfds): In lang_input_statement_enum case, pass a place
2984         argument to load_symbols, and store any new statements after the
2985         current one.
2986
2987 Mon Nov  7 15:53:02 1994  Ken Raeburn  <[email protected]>
2988
2989         * ldver.c (ldversion): Bump to 2.5.3.
2990
2991 Fri Nov  4 15:11:26 1994  Ken Raeburn  <[email protected]>
2992
2993         * Makefile.in (e*nbsd.c): Fix typo in dependencies.
2994
2995 Thu Nov  3 19:35:44 1994  Ken Raeburn  <[email protected]>
2996
2997         * Makefile.in (check): Add missing "else true" clause.
2998
2999         * emulparams/vax.sh (OUTPUT_FORMAT): Use "a.out".
3000
3001         * scripttempl/go32coff.sc: Changes from DJ Delorie: Change default
3002         entry point to "start".  Align at end of each section to 0x200.
3003         Start .text section 0x1000 later.  Add _etext, _edata, _end
3004         symbols.
3005
3006 Wed Nov  2 12:17:49 1994  Ian Lance Taylor  <[email protected]>
3007
3008         * ldctor.c (ldctor_add_set_entry): Don't permit a set to be
3009         composed of different object file formats.
3010         (ldctor_build_sets): If the output format does not support the
3011         reloc, and we are not generating a relocateable link, try getting
3012         the reloc from the input format.
3013
3014 Tue Nov  1 10:30:19 1994  J.T. Conklin  ([email protected])
3015
3016         * Makefile.in (ALL_EMULATIONS): Added em68knbsd.o.
3017           (em68knbsd.c): New target.
3018
3019         * config/m68k-nbsd.mt: New file.
3020         * emulparams/m68knbsd.sh: New file.
3021         * configure.in (m68*-*-netbsd*): Use above configs.
3022
3023 Mon Oct 31 19:35:17 1994  Ian Lance Taylor  <[email protected]>
3024
3025         * emultempl/sunos.em (gld${EMULATION_NAME}_find_so): If we find an
3026         appropriately named static library, stop the search at that
3027         directory.
3028
3029 Wed Oct 26 13:59:12 1994  J.T. Conklin  ([email protected])
3030
3031         * Makefile.in (ALL_EMULATIONS): Added ei386nbsd.o, ens32knbsd.o 
3032           and esparcnbsd.o; sorted entries.
3033           (ei386nbsd.c,ens32knbsd.c,esparcnbsd.c): New targets.
3034
3035         * config/netbsd532.mt: Removed.
3036         * emulparams/netbsd532.sh: Removed.
3037
3038         * config/{i386-nbsd.mt,ns32k-nbsd.mt,sparc-nbsd.mt}: New files.
3039         * emulparams/{i386nbsd.sh,ns32knbsd.sh,sparcnbsd.sh}: New files.
3040         * configure.in (i[345]86-*-netbsd*, ns32k-pc532-netbsd*, 
3041           sparc*-*-netbsd*): Use above configs.
3042
3043 Tue Oct 25 11:47:10 1994  Ian Lance Taylor  <[email protected]>
3044
3045         * ldmain.c (multiple_common): One of the types may now be
3046         bfd_link_hash_indirect.  The old BFD argument may be NULL.
3047
3048 Thu Oct 20 22:01:39 1994  Ian Lance Taylor  ([email protected])
3049
3050         * configure.in: Add * at the end of m68k-hp-hpux.
3051
3052 Tue Oct 18 15:58:39 1994  Ian Lance Taylor  <[email protected]>
3053
3054         * ldlex.l: Cast assignment to yy_ch_buf field to char *, not to
3055         YY_CHAR *.
3056
3057 Mon Oct 17 14:53:16 1994  J.T. Conklin  ([email protected])
3058
3059         * scripttempl/nw.sc: Gather constructors and destructors and
3060           define __CTOR__LIST__ and __DTOR_LIST__ appropriately.
3061
3062 Fri Oct 14 14:35:38 1994  J.T. Conklin  ([email protected])
3063
3064         * Makefile.in (ALL_EMULATIONS): Add ei386nw.o and eppcnw.o.
3065           (ei386nw.c, eppcnw.c): New targets.
3066
3067         * config/{i386,ppc}-nw.mt, emulparams/{i386,ppc}nw.sh,
3068           scripttempl/nw.sc: New files, for i386 and powerpc netware.
3069           
3070         * configure.in: Changed netware ld_target name to be {i386,ppc}-nw
3071           instead of {i386,ppc}-elf.
3072
3073         * configure.in (sparc*-*-netware): Removed.  There is no such
3074           thing anymore.
3075
3076         * ldint.texinfo: Move misplaced `@end iftex'.
3077
3078 Fri Oct 14 12:02:18 1994  Eric Youngdale  ([email protected])
3079
3080         * scripttempl/elf.sc: Add .rel.ctors, .rela.ctors, .rel.dtors, and
3081         .rela.dtors to the list of .rel* sections.
3082
3083 Thu Oct 13 14:16:27 1994  Ken Raeburn  <[email protected]>
3084
3085         * ldver.c (ldversion): Update to version 2.5.
3086         * Version 2.5 released.
3087
3088         * configure.in (all_targets): Handle i386-linux*.
3089
3090 Thu Oct 13 11:24:33 1994  Ian Lance Taylor  <[email protected]>
3091
3092         * scripttempl/aout.sc: Set _etext and __etext to ., not
3093         ${DATA_ALIGNMENT}.  This is compatible with SunOS, and, with luck,
3094         will not break any other system.  From Eric Valette
3095         <[email protected]>.
3096
3097 Wed Oct 12 16:22:58 1994  Ian Lance Taylor  <[email protected]>
3098
3099         * lexsup.c (parse_args): Change -V to be a synonym for -v.  Add
3100         --verbose to get the old -V behaviour.
3101         * ld.1, ld.texinfo: Document this change.
3102
3103 Tue Sep 27 14:56:20 1994  Ian Lance Taylor  ([email protected])
3104
3105         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Remove
3106         assertion, since it could fail with a user defined linker script.
3107
3108         * ldexp.c (fold_name): For DEFINED case, don't try to look up the
3109         name in the hash table during the first phase--the hash table does
3110         not even exist at that point, much less have the right value.
3111
3112         * Makefile.in (CC): Define.
3113         (CXX): Move definition, change from g++ to gcc.
3114         (EXPECT, RUNTEST): Copy definitions from top level Makefile.in.
3115         (RUNTEST_CC, RUNTEST_CFLAGS): Remove.
3116         (RUNTEST_CXX, RUNTEST_CXXFLAGS): Remove.
3117         (CC_FOR_TARGET, CXX_FOR_TARGET): Copy from top level Makefile.in.
3118         (.cc.o): Comment out.
3119         (testdir): Remove.
3120         (site.exp): Don't create testdir or set tmpdir.
3121         (check): Run checks even if not running native.  Use CC_FOR_TARGET
3122         instead of RUNTEST_CC, and likewise for CXX.
3123         (cdtest targets): Comment out.
3124         * config/solaris2.mh (HOSTING_LIBS): Only mention crtend.o once.
3125         * cdtest-bar.cc, cdtest-foo.cc, cdtest-foo.h: Remove.
3126         * cdtest-main.cc, cdtest.exp: Remove.
3127
3128 Mon Sep 26 11:40:30 1994  Ian Lance Taylor  ([email protected])
3129
3130         * emulparams/elf32bmip.sh: Rename from elf32mipb.sh to avoid DOS
3131         file naming problems.
3132         * emulparams/elf32lmip.sh: Rename from elf32mipl.sh.
3133         * Makefile.in (ALL_EMULATIONS): Rename eelf32mipb.o to
3134         eelf32bmip.o and eelf32mipl.o to eelf32lmip.o.
3135         (eelf32bmip.c): Rename from eelf32mipb.c.  Use elf32bmip.sh.
3136         (eelf32lmip.c): Rename from eelf32mipl.c.  Use elf32lmip.sh.
3137         * config/mipsb-elf32.mt (EMUL): Use elf32bmip, not elf32mipb.
3138         * config/mipsl-elf32.mt (EMUL): Use elf32lmip, not elf32mipl.
3139
3140         * genscripts.sh: Always search /usr/local/TARGET/lib.
3141
3142         * scripttempl/elf.sc: If -N is set, force DATA_ADDR to be ".".
3143
3144 Fri Sep 23 15:05:49 1994  Ken Raeburn  <[email protected]>
3145
3146         * configure.in: Handle i386-bsdi* targets like i386-bsd.
3147
3148 Fri Sep 23 00:06:59 1994  Ian Lance Taylor  ([email protected])
3149
3150         * lexsup.c (parse_args): Add support for -a for HP/UX
3151         compatibility.
3152
3153         * lexsup.c (parse_args): -c takes an argument.
3154
3155 Tue Sep 20 14:35:27 1994  Ian Lance Taylor  ([email protected])
3156
3157         * ld.h (args_type): Add new field endian.
3158         * lexsup.c (parse_args): Handle -EB and -EL by setting
3159         command_line.endian.
3160         * ldgram.y (ifile_p1): Accept OUTPUT_FORMAT with three arguments.
3161         * ldlang.c (lang_add_output_format): Add arguments big and little.
3162         If command_line.endian is set, use it to select big or little
3163         rather than the default.  Changed all callers.
3164         * ldlang.h (lang_add_output_format): Update declaration.
3165         * emulparams/elf32mipb.sh: Define BIG_OUTPUT_FORMAT and
3166         LITTLE_OUTPUT_FORMAT.
3167         * emulparams/elf32mipl.sh: Likewise.
3168         * emulparams/mipsbig.sh: Likewise.
3169         * emulparams/mipsbsd.sh: Likewise.
3170         * emulparams/mipsidt.sh: Likewise.
3171         * emulparams/mipsidtl.sh: Likewise.
3172         * emulparams/mipslit.sh: Likewise.
3173         * scripttempl/elf.sc: Define BIG_OUTPUT_FORMAT and
3174         LITTLE_OUTPUT_FORMAT if not already defined.  Pass them to
3175         OUTPUT_FORMAT.
3176         * scripttempl/mips.sc: Pass BIG_OUTPUT_FORMAT and
3177         LITTLE_OUTPUT_FORMAT to OUTPUT_FORMAT.
3178         * scripttempl/mipsbsd.sc: Likewise.
3179
3180         * Makefile.in (ldgram.h): Make separate target from ldgram.c,
3181         depending upon ldgram.c, so that a parallel make does not try to
3182         build both at once.
3183
3184         * configure.in (mips*el-elf*): New target.
3185         * Makefile.in (ALL_EMULATIONS): Add eelf32mipb.o and eelf32mipl.o.
3186         (eelf32mipl.c): New target.
3187
3188         * config/mipsl-elf32.mt: New file.
3189         * emulparams/elf32mipl.sh: New file.
3190
3191 Fri Sep 16 12:16:20 1994  Ian Lance Taylor  ([email protected])
3192
3193         * ldmain.c (main): Rather than prohibiting ld -r -s, treat it as
3194         ld -r -S -x.
3195
3196 Thu Sep 15 13:05:44 1994  Ian Lance Taylor  ([email protected])
3197
3198         * ldmisc.c (vfinfo): Print BFD file name as well as file name
3199         returned by find_nearest_line, in case the file name is something
3200         unhelpful such as a .h file.  Handle %u.
3201
3202 Wed Sep 14 12:49:12 1994  Steve Chamberlain  ([email protected])
3203
3204         * ldlang.c (lang_do_assignments): Make sure output statement
3205         has an attached bfd_section before trying to dereference it.
3206
3207 Wed Sep 14 12:48:09 1994  Ian Lance Taylor  ([email protected])
3208
3209         * ld.h (ld_config_type): Add new field warn_once.
3210         * ldmain.c (undefined_symbol): Handle -warn-once.
3211         * lexsup.c (parse_args): Recognize -warn-once.
3212         * ld.texinfo (Options): Document -warn-once.
3213         * ld.1: Likewise.
3214
3215         * ldmisc.c (vfinfo): Handle %D as %C, but never print the function
3216         name.  For %C, print the function name on a separate line, to keep
3217         the length of error messages under control.
3218         * ldmain.c (multiple_definition): Use %D for ``first defined
3219         here.''
3220         (undefined_symbol): Use %D for ``more undefined references
3221         follow''.
3222
3223         * ldmisc.c (multiple_warn): Remove; no longer used.
3224         * ldmisc.h (multiple_warn): Don't declare.
3225
3226 Tue Sep 13 20:47:58 1994  Steve Chamberlain  ([email protected])
3227
3228         * ldlang.c (print_output_section_statement): Print all lines
3229         to the map file.
3230
3231 Tue Sep 13 16:30:11 1994  Ian Lance Taylor  ([email protected])
3232
3233         * ldlang.c (load_symbols): Check for archive before object.  Use
3234         bfd_check_format_matches, and, if ambiguous, print a list of
3235         matching formats.  If file format is not recognized, treat file as
3236         a linker script.
3237         * ldgram.y (yyerror): If assuming an object file is a script,
3238         mention that.  Tweak the format of the error messages.
3239         * ldlex.l (lex_warn_invalid): If assuming an object is a script,
3240         guess that this is not actually a script, and just report that the
3241         file format was not recognized.
3242         * ld.texinfo (Options): Admit that -( may be used more than once.
3243         Add note that unrecognized object files are now treated as linker
3244         scripts.
3245
3246         * ldfile.c (ldfile_input_filename): Make const.
3247         (ldfile_assumed_script): New variable.
3248         (try_open): Change arguments types to const.
3249         (ldfile_find_command_file): Likewise.
3250         (ldfile_open_command_file): Likewise.  Also, set lineno to 1.
3251         * ldfile.h: Update declarations for ldfile.c changes.
3252         * ldlex.l: Include <ctype.h>.
3253         (file_name_stack): Change to be const char *.
3254         (lineno_stack): New static variable.
3255         (<<EOF>>): Set lineno as well as ldfile_input_filename.
3256         (lex_push_file): Make name argument const.  Initialize
3257         lineno_stack entry.
3258         (lex_redirect): Initialize lineno_stack entry.
3259         (lex_warn_invalid): Handle non printable characters nicely.
3260         * ldlex.h (lex_push_file): Declare second argument as const.
3261
3262         * ldgram.y (ifile_p1): Recognize GROUP.
3263         * ldlex.l: Recognize GROUP.
3264         * ld.texinfo (Option Commands): Document GROUP.
3265
3266 Mon Sep 12 17:04:27 1994  Ian Lance Taylor  ([email protected])
3267
3268         * config/m68klynx.mh: New file.
3269
3270 Mon Sep 12 01:50:03 1994  Jeff Law  ([email protected])
3271
3272         * emultempl/hppaelf.em: Add newlines to the error messages.
3273
3274 Sat Sep 10 16:05:38 1994  Ian Lance Taylor  ([email protected])
3275
3276         * config/i386lynx.mh: New file.
3277         * scripttempl/i386lynx.sc: Don't put .ctors and .dtors in .text
3278         unless CONSTRUCTING.
3279
3280 Thu Sep  8 13:25:24 1994  Ian Lance Taylor  ([email protected])
3281
3282         * emulparams/elf32mipb.sh (TEMPLATE_NAME): Define as elf32.
3283         (GENERATE_SHLIB_SCRIPT): Define as yes.
3284         (DYNAMIC_LINK): Define as false.
3285         * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse):
3286         Initialize config.dynamic_link to DYNAMIC_LINK if it is defined.
3287         (gld${EMULATION_NAME}_place_orphan): Reset stat_ptr at end.
3288         * Makefile.in (eelf32mipb.c): Depend upon elf32.em rather than
3289         generic.em.
3290
3291 Thu Sep  8 16:30:37 1994  Steve Chamberlain  ([email protected])
3292
3293         * scripttempl/h8500b.sc: Put rdata stuff into own segment.
3294
3295 Thu Sep  8 13:25:24 1994  Ian Lance Taylor  ([email protected])
3296
3297         * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS): Don't define;
3298         .got section is now explicitly handled in elf.sc.
3299
3300 Wed Sep  7 13:08:34 1994  Ian Lance Taylor  ([email protected])
3301
3302         * scripttempl/alpha.sc: Redo script to set . outside of sections
3303         and not bother to explicitly specify section addresses.
3304         Explicitly place .sdata section.
3305
3306 Tue Sep  6 23:51:45 1994  Ian Lance Taylor  ([email protected])
3307
3308         * scripttempl/m68kcoff.sc: Put .bss in data segment.
3309
3310         * scripttempl/h8300.sc: Change .stab and .stabstr to use a VMA of
3311         0, and to only be marked as NOLOAD if relocating.
3312         * scripttempl/h8500.sc, scripttempl/h8500b.sc: Likewise.
3313         * scripttempl/h8500c.sc, scripttempl/h8500m.sc: Likewise.
3314         * scripttempl/h8500s.sc, scripttempl/i386coff.sc: Likewise.
3315         * scripttempl/i386go32.sc, scripttempl/i386lynx.sc: Likewise.
3316         * scripttempl/m68kcoff.sc, scripttempl/m68klynx.sc: Likewise.
3317         * scripttempl/sh.sc, scripttempl/sparccoff.sc: Likewise.
3318         * scripttempl/sparclynx.sc: Likewise.
3319
3320 Sun Sep 04 17:58:10 1994  Richard Earnshaw ([email protected])
3321
3322         * Makefile.in, configure.in: Add support (disabled) the ARM/RISCiX.
3323         * config/riscix.mt, emulparams/riscix.sh, scripttempl/riscix.sc:
3324         New files.
3325
3326 Tue Aug 30 11:48:08 1994  Eric Youngdale  ([email protected])
3327
3328         * ld.h (args_type): Add field soname.
3329         * lexsup.c (parse_args): Handle -soname argument.
3330         * emultempl/elf32.em: In call to bfd_elf32_size_dynamic_sections,
3331         pass soname.
3332         * ld.texinfo: Document -soname.
3333
3334 Mon Aug 29 15:21:50 1994  Ian Lance Taylor  ([email protected])
3335
3336         * ldlang.c (lang_check): Don't try to set the architecture if the
3337         input and output files are incompatible.  Just warn.
3338
3339 Wed Aug 24 12:52:30 1994  Ian Lance Taylor  ([email protected])
3340
3341         * configure.in: Change i[34]86 to i[345]86.
3342
3343 Sun Aug 21 16:17:19 1994  Ian Lance Taylor  ([email protected])
3344
3345         * emulparams/hp3hpux.sh: Define __DYNAMIC to be 0.
3346
3347 Thu Aug 18 15:37:45 1994  Ian Lance Taylor  ([email protected])
3348
3349         Make the ELF linker handle orphaned sections reasonably.  Also,
3350         define __start_SECNAME and __stop_SECNAME around sections whose
3351         names can be represented in C, for the benefit of symbol sets in
3352         glibc.
3353         * ldemul.h (ldemul_place_orphan): Declare.
3354         (ld_emulation_xfer_type): Add place_orphan field.
3355         * ldemul.c (ldemul_place_orphan): New function.
3356         * ldlang.h (wild_doit): Declare.
3357         * ldlang.c (wild_doit): Make nonstatic.
3358         (lang_place_orphans): Call ldemul_place_orphan.
3359         * emultempl/elf32.em: Include <ctype.h> and "ldgram.h".
3360         (hold_section, hold_use, hold_text, hold_data, hold_bss): New
3361         static variables.
3362         (gld${EMULATION_NAME}_place_orphan): New static function.
3363         (gld${EMULATION_NAME}_place_section): New static function.
3364         (ld_${EMULATION_NAME}_emulation): Initialize place_orphan field.
3365
3366 Tue Aug 16 00:17:20 1994  Eric Youngdale  ([email protected])
3367
3368         * scripttempl/aout.sc: Add .linux-dynamic after .data.
3369
3370 Tue Aug 16 00:08:22 1994  Ian Lance Taylor  ([email protected])
3371
3372         * lexsup.c (parse_args) Treat --dll-verbose as --version, for
3373         Linux compatibility.  From [email protected] (H.J. Lu).
3374
3375 Mon Aug 15 17:17:33 1994  Ian Lance Taylor  ([email protected])
3376
3377         * ldexp.h (exp_get_abs_int): Declare.
3378
3379 Sat Aug  6 01:45:39 1994  Steve Chamberlain  ([email protected])
3380
3381         * ldlang.c (lang_do_assignments):  Handle complex AT's better.
3382         * ldexp.c (exp_get_abs_int):  New function.
3383
3384 Fri Aug  5 20:55:55 1994  Jason Molenda ([email protected])
3385
3386         * configure.in: add i960-nindy-coff support.
3387
3388 Thu Aug  4 14:45:50 1994  Ian Lance Taylor  ([email protected])
3389
3390         * ldlex.l (yy_create_string_buffer): Handle change to internal
3391         interface in flex 2.4.7.
3392
3393 Tue Aug  2 11:52:06 1994  Eric Youngdale  ([email protected])
3394
3395         * emultempl/linux.em (gld${EMULATION_NAME}_find_address_statement):
3396         New function; add 0x20 to any use of -Ttext.
3397         (gld${EMULATION_NAME}_create_output_section_statements): New
3398         function.
3399         (ld_${EMULATION_NAME}_emulation): Use the new function
3400         gld${EMULATION_NAME}_create_output_section_statements.
3401
3402 Mon Aug  1 15:50:44 1994  Ian Lance Taylor  ([email protected])
3403
3404         * scripttempl/mips.sc: Redo script to set . outside of sections
3405         and not bother to explicitly specify section addresses.
3406
3407 Tue Jul 26 11:02:35 1994  Ian Lance Taylor  ([email protected])
3408
3409         * scripttempl/elf.sc: Copy several more relocation sections into
3410         the output.  Put .got.plt sections into .got.
3411
3412 Fri Jul 22 12:15:36 1994  Ian Lance Taylor  ([email protected])
3413
3414         * scripttempl/elf.sc: Use PROVIDE to define etext, edata, and end.
3415
3416         Add a new script operator, PROVIDE, to define a symbol only if it
3417         is needed.
3418         * ldgram.y (PROVIDE): New token.
3419         (assignment): Accept PROVIDE.
3420         * ldlex.l (PROVIDE): New token.
3421         * ldexp.h (node_type): Add etree_provide to node_class enum.
3422         (exp_provide): Declare.
3423         * ldexp.c (exp_fold_tree): Handle etree_provide.
3424         (exp_provide): New function.
3425         (exp_print_tree): Handle etree_provide.
3426         * ld.texinfo: Document PROVIDE.
3427
3428         * ldlang.c (lang_common): Pass desired alignment to
3429         lang_one_common as power of two.
3430         (lang_one_common): Get common symbol alignment from linker hash
3431         table entry.  Treat desired alignment as a power of two.
3432
3433         * ldlang.c (wild_section): Attach all section with the given name,
3434         not just the first one.  If there is no name, attach all sections
3435         even if the SEC_IS_COMMON flag is set.
3436
3437 Wed Jul 20 15:49:27 1994  Ian Lance Taylor  ([email protected])
3438
3439         * ld.h (args_type): Add field rpath.
3440         * lexsup.c (S_ISDIR): Define if not already defined.
3441         (parse_args): Add support for -rpath.  If -R is used to name a
3442         directory, treat it as -rpath for Solaris compatibility.
3443         * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
3444         Pass command_line.rpath to bfd_elf32_size_dynamic_sections.
3445         * ldmain.c (main): Initialize command_line.rpath to NULL.
3446         * ld.texinfo: Document -rpath option.
3447
3448 Sun Jul 10 00:33:24 1994  Ian Dall  ([email protected])
3449
3450         * emulparams/pc532machaout.sh: New file. Pc532 mach script
3451         parameters. 
3452
3453         * emulparams/netbsd532.sh: New file. Netbsd 532 script parameters.
3454
3455         * config/pc532mach.mt: New file. Pc532 mach target support.
3456
3457         * config/pc532mach.mh: New file. Pc532 mach host support.
3458
3459         * config/netbsd532.mt: New file. Netbsd 532 target support.
3460
3461         * configure.in: Add ns32k-pc532-mach and ns32k-pc532-netbsd support.
3462
3463         * Makefile.in: Add epcmachaout.c dependency and enetbsd532.c
3464         dependency.
3465
3466 Fri Jul  8 10:57:02 1994  Ian Lance Taylor  ([email protected])
3467
3468         * emultempl/sunos.em (gld${EMULATION_NAME}_before_allocation): Use
3469         bfd_abs_section_ptr, not &bfd_abs_section.
3470
3471         * lexsup.c (parse_args): Changed "retain-symbols-file" from
3472         no_argument to required_argument.  From djm.
3473
3474 Thu Jul  7 12:29:53 1994  Ian Lance Taylor  ([email protected])
3475
3476         * scripttempl/elf.sc: Explicitly mention .stab and .stabstr
3477         sections to force a VMA of 0; needed for ELF backends which have
3478         not been converted to the new linker style.
3479
3480 Mon Jul  4 19:35:45 1994  Jeff Law  ([email protected])
3481
3482         * scripttempl/hppaelf.sc (__stack_zero): Don't define this name,
3483         it was for the HPUX dynamic loader's use and it creates problems
3484         with ELF GDB.
3485
3486 Fri Jul  1 12:53:47 1994  Jeff Law  ([email protected])
3487
3488         * ldlang.c (lang_do_assignments): No longer static.  Delete decl.
3489         * ldlang.h (lang_do_assignments): Put external decl here.
3490         * emultempl/hppaelf.em: Minor cleanups throughout file.
3491         (hppa_elf_create_output_section_statements): Rewrite.
3492         (hppaelf_finish): Rewrite.
3493
3494 Wed Jun 29 16:50:00 1994  Ian Lance Taylor  ([email protected])
3495
3496         * config/solaris2.mh (NATIVE_LIB_DIRS): Define as /usr/ccs/lib.
3497
3498         * lexsup.c (parse_args): Accept -Bstatic and -Bdynamic.  Do not
3499         accept plain -B.
3500         * ld.texinfo: -Bstatic is not ignored.
3501
3502 Tue Jun 28 12:13:34 1994  Stan Shebs  ([email protected])
3503
3504         * ldlex.l: Recognize \r the same as \n.
3505
3506 Thu Jun 23 17:53:04 1994  Ian Lance Taylor  ([email protected])
3507
3508         Preliminary support for generating shared libraries, from Eric
3509         Youngdale <[email protected]>.
3510         * genscripts.sh: If the emulation parameter file sets
3511         GENERATE_SHLIB_SCRIPT, generate a .xs script file with
3512         CREATE_SHLIB defined.
3513         * emultempl/elf32.em (gld${EMULATION_NAME}_get_script): If
3514         link_info.shared is set, use the .xs script file.
3515         * scripttempl/elf.sc: If CREATE_SHLIB is set, don't create a
3516         .interp section, and don't include TEXT_START_ADDR in the starting
3517         address of the first section.
3518         * emulparams/elf_i386.sh (GENERATE_SHLIB_SCRIPT): Likewise.
3519         * emulparams/elf32_sparc.sh (GENERATE_SHLIB_SCRIPT): Define.
3520
3521 Thu Jun 23 12:52:22 1994  David J. Mackenzie  ([email protected])
3522
3523         * configure.in: Change --with-targets to --enable-targets.
3524
3525 Wed Jun 22 13:42:14 1994  Ian Lance Taylor  ([email protected])
3526
3527         * lexsup.c (parse_args): Add support for new options -( -) with
3528         synonyms --start-group --end-group.
3529         * ldlang.h (enum statement_enum): Add lang_group_statement_enum.
3530         (lang_group_statement_type): Define new struct.
3531         (lang_statement_union_type): Add group_statement field.
3532         (lang_enter_group, lang_leave_group): Declare.
3533         * ldlang.c (lang_for_each_statement_worker): Handle
3534         lang_group_statement_enum.
3535         (map_input_to_output_sections, print_statement): Likewise.
3536         (lang_size_sections, lang_do_assignments): Likewise.
3537         (open_input_bfds): Completely rewrite.  Now does its own looping,
3538         rather than using lang_for_each_statement.  Handle groups.
3539         (lang_process): Update call to open_input_bfds.
3540         (print_group): New static function.
3541         (lang_enter_group, lang_leave_group): New static functions.
3542         * ldfile.c (ldfile_open_file): If the file has already been
3543         opened, just return rather than taking an assertion failure.
3544         * ldver.c (help): Mention new options.
3545         * ld.texinfo: Document new options.
3546
3547         * ldlang.c (end_of_data_section_statement_list): Don't define.
3548         (lang_leave_output_section_statement): Don't set obsolete variable
3549         end_of_data_section_statement_list.
3550
3551         * scripttempl/go32coff.sc: Don't put ${DATA_ALIGNMENT} inside an
3552         ALIGN.
3553
3554         * ldlang.c (lang_size_sections): Adjust current region address
3555         even for sections with an explicit address.  From
3556         [email protected] (Ralph Campbell).
3557
3558         * emulparams/i386linux.sh (NONPAGED_TEXT_START_ADDR): Set to 0.
3559         From [email protected] (Rick Sladkey).
3560
3561         * scripttempl/mipsbsd.sc: Let sections align to their natural
3562         boundaries.
3563
3564 Tue Jun 21 11:27:04 1994  Ian Lance Taylor  ([email protected])
3565
3566         * ldlang.c (lang_init): Use new bfd_abs_section_ptr, not
3567         &bfd_abs_section.
3568         (lang_abs_symbol_at_beginning_of): Likewise.
3569         (lang_abs_symbol_at_end_of): Likewise.
3570         (lang_size_sections): Use bfd_is_abs_section to check for the
3571         absolute section.  Don't try to set the VMA or output_offset or
3572         size of the absolute section.
3573         * ldmain.c (notice_ysym): Use bfd_is_und_section to check for the
3574         undefined section.
3575
3576 Thu Jun 16 22:48:41 1994  Jeff Law  ([email protected])
3577
3578         * scripttempl/hppaelf.sc: Place .data and .bss at 0x40000000
3579         when generating relocatable objects.
3580
3581 Thu Jun 16 14:25:22 1994  Eric Youngdale  ([email protected])
3582
3583         * emultempl/linux.em: New file providing support for linking
3584         against Linux shared libraries.
3585         * config/i386-linux.mt (ei386linux.c): Depend upon linux.em.
3586         * emulparams/i386linux.sh (TEMPLATE_NAME): Define as linux.
3587
3588 Thu Jun 16 12:22:01 1994  Ian Lance Taylor  ([email protected])
3589
3590         * lexsup.c (parse_args): Add -shared to longopts, and handle it.
3591         * ldmain.c (main): Initialize link_info.shared to false.  Give
3592         error if link_info.relocateable and link_info.shared are both set.
3593
3594         * configure.in: If EMUL_EXTRA* is defined in a config file, treat
3595         it as naming an emulation to be added to EMULATION_OFILES.
3596         * config/i386-linux.mt (EMUL_EXTRA1): Define as elf_i386.
3597
3598         * Makefile.in: Rebuilt dependencies.
3599         (ALL_EMULATIONS): Add ei386linux.o, eelf32_sparc.o,
3600         eelf64_sparc.o.  Remove $(OTHER_EMULATIONS).
3601         (ei386linux.c, eelf32_sparc.c, eelf64_sparc.c): New targets.
3602         * config/i386-linux.mt (OTHER_EMULATIONS): Don't define.
3603         (ei386linux.c): Remove; now in Makefile.in.
3604         * config/i386-lynx.mt (OTHER_EMULATIONS): Don't define.
3605         * config/m68k-lynx.mt (OTHER_EMULATIONS): Don't define.
3606         * config/sparc-lynx.mt (OTHER_EMULATIONS): Don't define.
3607         * config/sparc64-elf.mt (OTHER_EMULATIONS): Don't define.
3608         (eelf64_sparc.c): Remove; now in Makefile.in.
3609         * config/sun4sol2.mt (OTHER_EMULATIONS): Don't define.
3610         (eelf32_sparc.c): Remove; now in Makefile.in.
3611
3612         * ldexp.c (exp_print_tree): Don't crash if etree_rel section has
3613         no owner--it might be bfd_abs_section.  From Eric Youngdale
3614         <[email protected]>.
3615
3616         * scripttempl/aout.sc: Let sections align to their natural
3617         boundaries.
3618
3619 Wed Jun 15 01:54:54 1994  Ian Lance Taylor  ([email protected])
3620
3621         * ldemul.h (ldemul_open_dynamic_archive): Declare.
3622         (ld_emulation_xfer_type): Add new field open_dynamic_archive.
3623         * ldemul.c: Include ldexp.h and ldlang.h.
3624         (ldemul_open_dynamic_archive): New function.
3625         * ldfile.h (ldfile_open_file_search): Declare.
3626         * ldfile.c: Include ldemul.h.
3627         (try_open_bfd): Rename from cache_bfd_openr.  Return boolean
3628         argument, not bfd *.  Change all callers.
3629         (ldfile_open_file_search): Rename from open_a.  Return boolean
3630         argument, not bfd *.  Clean up.  Change all callers.
3631         (ldfile_open_file): If doing a dynamic link, call
3632         ldemul_open_dynamic_archive rather than assuming the extension of
3633         a dynamic object is ".so".
3634         * emultempl/elf32.em (gld${EMULATION_NAME}_open_dynamic_archive):
3635         New function.
3636         (ld_${EMULATION_NAME}_emulation): Initialize open_dynamic_archive
3637         field.
3638         * emultempl/sunos.em (ld_${EMULATION_NAME}_emulation): Likewise.
3639
3640         * ldmain.c (get_emulation): Ignore -m486 for Linux compatibility.
3641         * lexsup.c (parse_args): Ignore -qmagic for Linux compatibility.
3642         Accept -static as a synonym for -non_shared.
3643
3644         Let the user change the dynamic linker used by ELF code.
3645         * ld.h (args_type): Add new field interpreter.
3646         * lexsup.c (parse_args): Add dynamic-linker to longopts, and
3647         handle it.
3648         * ldmain.c (main): Initialize command_line.interpreter to NULL.
3649         * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Get
3650         the ELF backend to return the .interp section.  If
3651         command_line.interpreter is not NULL, set the contents of .interp
3652         to it.
3653         * ld.texinfo: Mention -dynamic-linker.
3654
3655         * config/sun4sol2.mt (eelf32_sparc.c): Depend upon elf32.em, not
3656         generic.em.
3657
3658         * lexsup.c (parse_args): Sort out the option macros and change the
3659         definitions to make it easier to add a new option.
3660
3661         * scripttempl/aout.sc: Define __etext and __edata to go along with
3662         _etext and _edata.
3663
3664         * ld.h (ld_config_type): Add new field traditional_format.
3665         * lexsup.c (parse_args): Add traditional-format to longopts, and
3666         handle it.
3667         * ldmain.c (main): Initialize config.traditional_format to false.
3668         * ldlang.c (ldlang_open_output): Set BFD_TRADITIONAL_FORMAT in BFD
3669         flags of output_bfd according to config.traditional_format.
3670         * ldver.c (help): Mention -traditional-format.
3671         * ld.texinfo: Document -traditional-format.
3672
3673 Tue Jun 14 23:10:07 1994  Ian Lance Taylor  ([email protected])
3674
3675         * ldctor.c (ldctor_add_entry): Add entries to a set in the order
3676         they are encountered.
3677
3678 Tue Jun 14 18:05:09 1994  Eric Youngdale  ([email protected])
3679
3680         * emulparams/i386linux.sh (TEXT_START_ADDR): Define as 0x1000.
3681         (NONPAGED_TEXT_START_ADDR): Define as 0x20.
3682
3683 Mon Jun 13 15:46:09 1994  Ian Lance Taylor  ([email protected])
3684
3685         * scripttempl/alpha.sc: Define _ftext, _etext and _fdata insted of
3686         _FTEXT, _ETEXT and _FDATA.  Dont define _END.
3687
3688         * ldfile.c (open_a): If this is not an archive, try to open it in
3689         the current directory before searching for it.
3690
3691         * lexsup.c (parse_args): Treat -i as a synonym for -r.
3692
3693         * ldgram.y (exp): Treat BLOCK as a synonym for ALIGN, so that
3694         BLOCK works in a section address as documented.
3695
3696         * ldgram.y (YYDEBUG): Don't define.
3697
3698 Fri Jun 10 16:45:39 1994  Ian Lance Taylor  ([email protected])
3699
3700         * emultempl/gld960.em: Pass false for new argument to
3701         ldfile_add_library_path.
3702         * emultempl/gld960c.em, emultempl/lnk960.em: Likewise.
3703
3704         * emultempl/sunos.em: Only look for .so files if doing a dynamic
3705         link.
3706
3707 Thu Jun  9 08:35:17 1994  Ian Lance Taylor  ([email protected])
3708
3709         * scripttempl/i960.sc: Add CONSTRUCTORS to .data.
3710
3711 Thu Jun  9 06:52:29 1994  Bill Cox  ([email protected])
3712
3713         * Makefile.in (check): Delete ld.new dependency so that a regression
3714           test doesn't trigger a rebuild of the linker. 
3715
3716 Thu Jun  9 00:17:20 1994  Ian Lance Taylor  ([email protected])
3717
3718         * ldlang.c (map_input_to_output_sections): For lang_address, call
3719         init_os if it hasn't already been called.
3720
3721 Thu Jun  2 17:24:08 1994  Ian Lance Taylor  ([email protected])
3722
3723         Add support for SunOS shared libraries.
3724         * aout.sc: Don't define __DYNAMIC here.  Add new sections used by
3725         shared library support code.
3726         * emultempl/sunos.em: New file.
3727         * emulparams/sun4.sh (TEMPLATE_NAME): Define as sunos.
3728         * emulparams/sun3.sh (TEMPLATE_NAME): Likewise.
3729         * Makefile.in (esun4.c): Depend upon sunos.em, not generic.em.
3730         (esun3.c): Likewise.
3731
3732         * ldlang.c: Minor formatting cleanups.
3733         (lang_for_each_input_file): New function.
3734         * ldlang.h (lang_for_each_input_file): Declare.
3735
3736         * ldfile.h (search_dirs_type): Move from ldfile.c, and add cmdline
3737         field.
3738         (search_head): Declare.
3739         (ldfile_add_library_path): Add new cmdline argument in prototype.
3740         * ldfile.c (search_head): Make non-static.
3741         (search_dirs_type): Move to ldfile.h.
3742         (ldfile_add_library_path): Accept cmdline argument, and save it.
3743         * lexsup.c (parse_args): Pass true for new cmdline argument of
3744         ldfile_add_library_path.
3745         (set_default_dirlist): Likewise.
3746         * ldmain.c (check_for_scripts_dir): Pass false for new cmdline
3747         argument of ldfile_add_library_path.
3748         * ldgram.y (ifile_p1): Likewise.
3749
3750 Wed Jun  1 14:24:08 1994  Ian Lance Taylor  ([email protected])
3751
3752         * ldlang.h (lang_input_statement_type): Remove fields subfiles,
3753         total_size, superfile and chain.
3754         * ldfile.c (open_a): Don't clear search_dirs_flag.
3755         (ldfile_open_file): Don't try to open superfile.  Assert that file
3756         has not already been opened.
3757         * ldlang.c (new_afile): Don't initialize superfile.
3758         * ldmain.c (add_archive_element): Don't initialize subfiles or
3759         chain or superfile.  Initialize search_dirs_flag to false.
3760
3761 Fri May 27 12:25:33 1994  Ken Raeburn  ([email protected])
3762
3763         * ldver.c (ldversion): Changed version to "cygnus-2.4.1".
3764
3765         Changes from binutils-2.4 release:
3766
3767         * genscripts.sh (RELOCATING, CONSTRUCTING): When setting
3768         variables, use whitespace, so scripts don't break.
3769
3770         * config/alphaosf.mh (HDEFINES, CFLAGS): Deleted.
3771
3772         * emultempl/generic.em: Find emultempl/stringify.sed in ${srcdir}.
3773
3774         * cdtest-bar.cc: Renamed from cdtest-func.cc.
3775         * Makefile.in: Noted change.
3776
3777         * scripttempl/a29k.sc: Don't include /lab3/u3/..../segments.o; I
3778         don't know where that's supposed to come from, or why it's
3779         necessary.
3780
3781         Wed May 11 22:32:00 1994  DJ Delorie ([email protected])
3782
3783         * configure.bat: update to latest makefile.in
3784         * emulpara/go32.sh: set to coff-go32 not aout
3785         * emultemp/generic.em: strength-reduce the structure of
3786           this shell script, since the only available shell for
3787           DOS can't handle complex syntax.
3788         * emultemp/stringify.sed: for "sed -f" instead of inline.
3789         * makefile.in: depend on stringify.sed as well as genscripts.sh
3790         * scripttemp/go32coff.sc: correct for djgpp 1.11's COFF format
3791         * genscripts.sh: empty variables aren't always considered "set",
3792           so set them to "y" instead.
3793
3794 Fri May 27 01:08:14 1994  Ian Lance Taylor  ([email protected])
3795
3796         * ldlang.c (entry_symbol): Make static.
3797         (lang_add_entry): Add cmdline argument.
3798         * ldlang.h (lang_add_entry): Change prototype.
3799         * ldgram.y (statement_anywhere): Change lang_add_entry call.
3800         * lexsup.c (parse_args): Likewise.
3801
3802 Tue May 24 16:13:43 1994  Ian Lance Taylor  ([email protected])
3803
3804         * emulparams/elf32mipb.sh (OTHER_READONLY_SECTIONS): Don't give
3805         .reginfo an address.
3806         (OTHER_READWRITE_SECTIONS): Don't give .lit4 or .lit8 an address.
3807         (OTHER_SECTIONS): Define for .gptab.sdata and .gptab.sbss.
3808         * scripttempl/elf.sc: Use OTHER_SECTIONS at end of script.
3809
3810 Thu May 19 13:31:33 1994  Ian Lance Taylor  ([email protected])
3811
3812         Add support for ELF shared libraries.
3813         * ld.h (ld_config_type): Add field dynamic_link.
3814         * ldmain.c (main): Initialize config.dynamic_link to false.  Warn
3815         on attempts to use -r with -relax, -call_shared or -s.
3816         * lexsup.c (longopts): Separate OPTION_CALL_SHARED from
3817         OPTION_NON_SHARED.  Add OPTION_IGNORE.  Adjust macro values
3818         accordingly.  Add "dy" and "non_shared" options.  Change "Qy" to
3819         OPTION_IGNORE for now.  Handle OPTION_CALL_SHARED and
3820         OPTION_NON_SHARED by setting dynamic_link field accordingly.
3821         Handle OPTION_IGNORE by ignoring it.  Clear dynamic_link field for
3822         -r and -Ur.
3823         * ldfile.c (ldfile_open_file): If config.dynamic_link is true, try
3824         opening a file with a .so extension first.
3825         * emultempl/elf32.em: New file.
3826         * emulparams/elf32_sparc.sh (TEXT_START_ADDR): Change to 0x10000.
3827         (NONPAGED_TEXT_START_ADDR): Likewise.
3828         (TEMPLATE_NAME): Define as elf32.
3829         (DATA_PLT): Define.
3830         * emulparams/elf_i386.sh (TEMPLATE_NAME): Define as elf32.
3831         * scripttempl/elf.sc: Add placement for new dynamic sections.
3832         Don't use CREATE_OBJECT_SYMBOLS.  Define _etext, _edata and _end
3833         outside of any section.  Don't use ALIGN(8); just let one section
3834         VMA follow another.  Put .dynbss in .bss.  Don't mention debugging
3835         sections; they'll be handled correctly anyhow.
3836         * Makefile.in (eelf_i386.c): Depend upon elf32.em, not generic.em.
3837
3838 Wed May 18 10:15:39 1994  Ian Lance Taylor  ([email protected])
3839
3840         * Makefile.in (install): Redirect output of ln to /dev/null.
3841
3842 Mon May 16 13:35:08 1994  Jeff Law  ([email protected])
3843
3844         * emultempl/hppaelf.em: Change all references of
3845         .hppa_linker_stubs to .PARISC.stubs.
3846         * scripttempl/hppaelf.sc: Likewise.
3847
3848 Fri May 13 13:00:38 1994  Ian Lance Taylor  ([email protected])
3849
3850         * ldlang.c (print_output_section_statement): Change ``no attached
3851         output section'' message slightly.
3852         (lang_do_assignments): Don't recurse down if there is no real
3853         section.
3854
3855         * config/i386-linux.mt (OTHER_EMULATIONS): Change em_ to e to
3856         match corresponding change in emulation templates.
3857         * config/i386-lynx.mt, config/m68k-lynx.mt: Likewise.
3858         * config/sparc-lynx.mt, config/sun4sol2.mt: Likewise.
3859
3860 Wed May 11 18:16:46 1994  Ken Raeburn  ([email protected])
3861
3862         * ldver.c (ldversion): Updated version number.
3863
3864         * cdtest-foo.cc: Use explicit "#pragma implementation".
3865         * cdtest-bar.cc: Renamed from cdtest-func.cc.
3866         * Makefile.in: References to cdtest-func.o changed to
3867         cdtest-bar.o.
3868
3869 Wed May 11 16:24:19 1994  Ian Lance Taylor  ([email protected])
3870
3871         Don't create unnecessary output sections.
3872         * ldlang.c (out_bfd_get_section_by_name): Remove.
3873         (wild_section): Call bfd_get_section_by_name rather than
3874         our_bfd_get_section_by_name.  Don't call wild_doit if there is no
3875         section.
3876         (lang_create_output_section_statements): Remove.
3877         (map_input_to_output_sections): For several cases, call init_os if
3878         it has not already been called.
3879         (lang_size_sections): If output section was not created, skip it.
3880         (lang_process): Don't call lan_create_output_section_statements.
3881         (lang_place_orphans): Skip files with just_syms_flags set to true.
3882         * ld.texinfo: Document change.
3883
3884 Tue May 10 14:31:16 1994  Ian Lance Taylor  ([email protected])
3885
3886         * ldlang.c (wild_doit): Don't bother initializing the vma and
3887         section size.  Don't special case SEC_SHARED_LIBRARY.
3888         (lang_size_sections): Handle SEC_COFF_SHARED_LIBRARY sections
3889         specially.
3890
3891 Fri May  6 12:24:27 1994  Steve Chamberlain  ([email protected])
3892
3893         * config/go32.mh : New file for Xgo32X.
3894
3895 Fri May  6 15:15:35 1994  Ian Lance Taylor  ([email protected])
3896
3897         * ldfile.c (ldfile_open_command_file): Set bfd_error_system_call
3898         before calling einfo, since we are reporting an fopen failure.
3899         From [email protected] (Rick Sladkey).
3900
3901         * configure.in: Use "e" rather than "em_" as prefix for
3902         emulations.
3903
3904 Fri May  6 01:08:14 1994  Ken Raeburn  ([email protected])
3905
3906         * emultempl/generic.em: Use "e" rather than "em_" as prefix for
3907         filename.
3908         * emultempl/gld960.em, emultempl/gld960c.em, emultempl/lnk960.em,
3909         emultempl/hppaelf.em, emultempl/m88kbcs.em, emultempl/vanilla.em:
3910         Ditto.
3911         * Makefile.in: Changed all generated file names.
3912         (ldemul-list.h): Depend on Makefile, not config.status.  Changed
3913         sed patterns to handle new filenames.
3914
3915         * config/mipsl-idt.mt: Renamed from mips-idtl.mt.
3916         * configure.in: Adjusted.
3917
3918 Thu May  5 15:07:32 1994  Ken Raeburn  ([email protected])
3919
3920         * Makefile.in (install-info): Don't use "$<*", it doesn't always
3921         work.  Instead, check build dir and $srcdir explicitly, and use
3922         `echo' to get all the filenames.
3923
3924         * configure.in (h8300h-*-hms): Changed ld_target name to
3925         cf-h8300h.
3926         * config/cf-h8300h.mt: Renamed from coff-h8300h.mt, to make it
3927         unique in 8.3.
3928
3929         * config/i960coff.mt: New file.
3930         * emulparams/gld960coff.sh: New file.
3931         * emultempl/gld960c.em: New file.
3932         * configure.in (i960-*-vxworks5* except -vxworks5.0*): Use
3933         i960coff configuration.
3934         * Makefile.in (em_gld960coff.c): Added dependencies, build rule.
3935
3936         * Makefile.in (ALL_EMULATIONS): Remove em_delta68.o, since the
3937         code isn't included in FSF releases, and it can still be
3938         explicitly selected.
3939         (distclean): Remove site.bak and tmpdir.
3940         (STAGESTUFF): Removed $(GENERATED_CFILES) $(GENERATED_HFILES).
3941         (mostlyclean): Delete them explicitly here.  Also remove tmpdir.
3942
3943         Patches from Ralph Campbell:
3944         * config/mipsbsd.mh: New file.
3945         * Makefile.in (em_mipsbsd.c): Use mipsbsd.sc, not aout.sc.
3946         * scripttempl/mipsbsd.sc: Don't define __DYNAMIC.
3947         * emulparams/mipsbsd.sh (OUTPUT_FORMAT): Fix name to have `a.out'
3948         instead of `aout'.
3949
3950         * configure.in (i386-*-gnu*): Treat like i386-*-mach*.
3951
3952 Wed May  4 11:59:40 1994  Ian Lance Taylor  ([email protected])
3953
3954         * config/m68k.mt (EMUL): Set to m68kaout.
3955         * emulparams/m68kaout.sh: New file.
3956         * Makefile.in (ALL_EMULATIONS): Add em_m68kaout.o.
3957         (em_m68kaout.c): New target.
3958
3959         * ldlang.c (lang_size_sections): If dot moves because of an
3960         assignment, don't try to insert a pad into the absolute output
3961         section, just change the address of the default memory region
3962         instead.
3963
3964         * Makefile.in (mostlyclean): Remove cdtest.tmp, cdtest-ur,
3965         cdtest-ur.out, and cdtest-ur.tmp.
3966
3967 Wed Apr 27 16:03:37 1994  Ian Lance Taylor  ([email protected])
3968
3969         * scripttempl/sa29200.sc: Align all sections to four byte
3970         boundaries.
3971
3972 Wed Apr 27 10:48:03 1994  Steve Chamberlain  ([email protected])
3973
3974         * Makefile.in, configure.in: Support for go32 coff.
3975         * config/i386-go32.mt: New file
3976         * emulparams/i386go32.sh: New file
3977         * scripttempl/i386go32.sc: New file
3978
3979 Tue Apr 26 17:20:03 1994  Stan Shebs  ([email protected])
3980
3981         * Makefile.in (em_m68klynx.c, em_i386lynx.c, em_sparclynx.c): Use
3982         Lynx-specific script templates.
3983         * configure.in (sparclite*-*-coff): Use coff-sparc.
3984         * emulparams/i386lynx.sh (SCRIPT_NAME): Set to i386lynx.
3985         * emulparams/sparclynx.sh (SCRIPT_NAME): Set to sparclynx.
3986         (ENTRY): Set to __main.
3987         * scripttempl/i386lynx.sc: New file, script for I386 Lynx.
3988         * scripttempl/m68klynx.sc: Add insertion of ctor/dtor sections.
3989         * scripttempl/sparclynx.sc: New file, script for uSparc Lynx.
3990
3991 Tue Apr 26 12:41:03 1994  Ian Lance Taylor  ([email protected])
3992
3993         * scripttempl/mips.sc: Force _gp and .lit8 to be aligned to a 16
3994         byte boundary, in case the global constructors do not take up an
3995         even 16 bytes.
3996
3997         * config/i386v4.mh (HOSTING_CRT0): If ../gcc/crtbegin.o does not
3998         exist, get crtbegin based on gcc -print-libgcc-file-name.
3999         (HOSTING_LIBS): Similar change for ../gcc/crtend.o.
4000
4001 Mon Apr 25 15:27:52 1994  Ian Lance Taylor  ([email protected])
4002
4003         * ldlang.c (lang_size_sections): When no address is given for a
4004         section, align it according to its requirements.
4005
4006 Thu Apr 21 17:24:24 1994  Ian Lance Taylor  ([email protected])
4007
4008         * Makefile.in (clean, distclean): Remove configdoc.texi.
4009
4010 Tue Apr 19 12:12:15 1994  Bill Cox  ([email protected])
4011
4012         * configure.in: Add i[34]86-*-bsd386 to the patterns recognized.
4013
4014 Fri Apr 15 14:35:42 1994  Ian Lance Taylor  ([email protected])
4015
4016         * ldlang.c (lang_size_sections): When relaxing, adjust the
4017         position of a padding statement, and adjust dot accordingly.
4018
4019 Mon Apr 11 17:37:09 1994  Bill Cox  ([email protected])
4020
4021         * Makefile.in (EXPECT, RUNTEST): Set these for the check goal.
4022
4023 Mon Apr 11 12:32:57 1994  Ian Lance Taylor  ([email protected])
4024
4025         * scripttempl/i386coff.sc: If relocating, don't put .init and
4026         .fini sections into .text; keep them separate.
4027         * config/i386sco.mh (HOSTING_CRT0): If ../gcc/crtbegin.o does not
4028         exist, get crtbegin based on gcc -print-libgcc-file-name.
4029         (HOSTING_LIBS): Similar change for ../gcc/crtend.o.
4030
4031 Mon Apr 11 10:31:00 1994  Bill Cox  ([email protected])
4032
4033         * Makefile.in (check): Set TCL_LIBRARY for runtest.
4034
4035 Wed Apr  6 00:09:37 1994  Jeffrey A. Law  ([email protected])
4036
4037         * configure.in (hppa*-*-*elf*): Don't require "-hp-" for the
4038         manufacturer.
4039
4040         * emultempl/hppaelf.em (hppaelf_finish): Only resize sections
4041         if building a final executable.
4042
4043 Tue Apr  5 12:17:30 1994  Ian Lance Taylor  ([email protected])
4044
4045         * ldmain.c (main): Check the return value of bfd_close.
4046
4047 Thu Mar 31 18:07:06 1994  Ian Lance Taylor  ([email protected])
4048
4049         * scripttempl/alpha.sc: Clean up section alignment to ensure that
4050         sections never overlap when using -r.
4051
4052 Wed Mar 30 15:51:15 1994  Ian Lance Taylor  ([email protected])
4053
4054         * ldmisc.c (vfinfo): Change symbol reading slightly for recent BFD
4055         changes: get_symtab_upper_bound renamed and returns long,
4056         bfd_canonicalize_symtab returns long, check for error indications.
4057
4058 Fri Mar 25 17:20:01 1994  Ian Lance Taylor  ([email protected])
4059
4060         * ldlang.c (print_input_section): For section size, use
4061         _cooked_size if it is non-zero, size otherwise.
4062         (size_input_section): Likewise.
4063         (lang_do_assignments): Likewise (case lang_input_section_enum).
4064
4065 Thu Mar 24 15:20:47 1994  Ian Lance Taylor  ([email protected])
4066
4067         * ldlang.c (new_afile): Add new argument add_to_list.  Don't set
4068         real to true for lang_input_file_is_marker_enum.  Clear the_bfd.
4069         (lang_add_input_file): Pass true to new_afile for add_to_list.
4070         (lookup_name): Remove force_load argument.  Changed all callers.
4071         Pass false to new_afile for add_to_list.  Split loading of symbols
4072         out into separate function.
4073         (load_symbols): New function split out of lookup_name.  Don't load
4074         the symbols if they are already loaded.
4075         (open_input_bfds): For lang_input_statement_enum call load_symbols
4076         rather than lookup_name.
4077         (lang_process): Pass abs_output_section rather than NULL to
4078         lang_size_sections.
4079         (lang_startup): Set real field of first_file to true.
4080
4081 Wed Mar 23 14:15:44 1994  Ian Lance Taylor  ([email protected])
4082
4083         * ldlang.c (had_relax): Removed.
4084         (relax_again): New static variable.
4085         (lang_size_sections): Change call to bfd_relax_section to
4086         correspond to BFD changes.  Set relax_again appropriately.
4087         (lang_process): Remove #if 0 code.  When relaxing, keep calling
4088         lang_do_assignments and lang_size_sections until relax_again
4089         becomes false.
4090
4091         * emultemp/gld960.em: Include libiberty.h
4092         (gld960_before_parse): Pass NULL as final argument to concat.
4093
4094 Tue Mar 22 13:08:28 1994  Ian Lance Taylor  ([email protected])
4095
4096         * scripttempl/aout.sc: Force _end and __end to be aligned to a
4097         four byte boundary.
4098
4099         * ldwrite.c (build_link_order): Handle lang_data_statement_enum by
4100         building a bfd_data_link_order, rather than by setting the section
4101         contents immediately.
4102
4103 Mon Mar 21 18:28:37 1994  Ian Lance Taylor  ([email protected])
4104
4105         Changes to make -Ur work again.
4106         * ldmain.c (add_to_set): Now takes reloc argument rather than
4107         bitsize.  Check config.build_constructors here.  If an new hash
4108         table entry is created, mark it as undefined.
4109         (constructor_callback): No longer takes bitsize argument.  Pass
4110         BFD_RELOC_CTOR to ldctor_add_set_entry, but first make sure the
4111         BFD backend supports it.
4112         (reloc_overflow): Handle a NULL abfd argument.
4113         (reloc_dangerous, unattached_reloc): Likewise.
4114         * ldctor.c: Include ldmain.h.
4115         (struct set_info): Change bitsize field to reloc.
4116         (ldctor_add_set_entry): Now takes reloc argument rather than
4117         bitsize.  Don't bother to check config.build_constructors here.
4118         (ldctor_build_sets): Get the size from the reloc howto.  If
4119         generating relocateable output, call lang_add_reloc rather than
4120         lang_add_data.
4121         * ldctor.h (ldctor_add_set_entry): Change declaration to use reloc
4122         instead of bitsize.
4123         * ldlang.h (statement_enum): Add lang_reloc_statement_enum.
4124         (lang_reloc_statement_type): New structure.
4125         (lang_statement_union_type): Add reloc_statement field.
4126         (lang_add_reloc): Declare new function.
4127         * ldlang.c (lang_for_each_statement_worker): Handle
4128         lang_reloc_statement_enum.
4129         (map_input_to_output_sections, print_statement): Likewise.
4130         (lang_size_sections, lang_do_assignments): Likewise.
4131         (print_reloc_statement): New function.
4132         (lang_add_reloc): New function.
4133         * ldwrite.c (build_link_order): Handle lang_reloc_statement_enum.
4134
4135         * Makefile.in (cdtest.out, cdtest-ur.o): New targets.
4136         (cdtest-ur, cdtest-ur.out): New targets.
4137         (check-cdtest): Now also check that -Ur works correctly.
4138
4139         * scripttemp/alpha.sc: Align all sections to 16 byte boundaries.
4140
4141 Thu Mar 17 12:45:41 1994  Ian Lance Taylor  ([email protected])
4142
4143         * ldlang.c (lang_process): Move lang_common call before
4144         map_input_to_output_sections, to ensure that any alignment
4145         constraints set by common symbols are copied over to the output
4146         sections.
4147
4148 Fri Mar 11 22:17:34 1994  Ian Lance Taylor  ([email protected])
4149
4150         * emulparams/elf32ppc.sh (TEMPLATE_NAME): Don't define.
4151         (OTHER_READWRITE_SECTIONS): Rename .toc to .got.
4152         * Makefile.in (em_elf32ppc.c): Depend upon generic.em, not ppc.em.
4153         * emultempl/ppc.em: Remove ugly stub code; turns out not to be
4154         needed for ELF.
4155
4156 Tue Mar  8 04:22:27 1994  David J. Mackenzie  ([email protected])
4157
4158         * config/i386bsd.mh: New file.
4159
4160 Mon Mar  7 15:23:24 1994  Ian Lance Taylor  ([email protected])
4161
4162         * elf.sc: Permit TEXT_START_SYMBOLS and DATA_START_SYMBOLS to be
4163         defined.
4164         * emulparams/elf32mipb.s (TEXT_START_SYMBOLS): Define _ftext.
4165         (DATA_START_SYMBOLS): Define _fdata.
4166
4167 Mon Feb 28 10:59:14 1994  Stan Shebs  ([email protected])
4168
4169         * ldlang.c (cat): Define using ANSI style if ALMOST_STDC defined.
4170
4171 Sun Feb 27 16:29:38 1994  Jeffrey A. Law  ([email protected])
4172
4173         * emultempl/hppaelf.em (hppaelf_finish): Update comments.  This
4174         works again.  Attach some output symbols to the stub file bfd.
4175
4176         * emultempl/hppaelf.em: Include elf32-hppa.h.
4177         (file_chain): Add decl.
4178         (hppa_look_for_stubs_in_section): Delete decl.
4179         (hppaelf_finish): Reenable code.  Do not pass symbols
4180         down to hppa_look_for_stubs_in_section.
4181
4182 Sat Feb 26 10:58:25 1994  Ian Lance Taylor  ([email protected])
4183
4184         * ldmain.c (write_map): Don't define.  Removed all references.
4185         Just use map_file or map_filename instead.
4186         (add_archive_element): Use minfo to write map information, not
4187         info_msg.
4188         (constructor_callback): Use fprintf to write map information, not
4189         info_msg.
4190         * ldmain.h (write_map): Don't declare.
4191         * ldgram.y (mri_script_command): Removed reference to write_map.
4192         * ldlang.c (lang_one_common): Likewise.
4193         * lexsup.c (parse_args): Likewise.
4194
4195 Fri Feb 25 19:12:03 1994  Ian Lance Taylor  ([email protected])
4196
4197         * scripttempl/elf.sc: Force all sections to be aligned.
4198
4199         * ldgram.y (section): Reverse the order of memspec_opt and
4200         fill_opt to avoid an ambiguity when both are used.
4201         * ld.texinfo: Changed accordingly.
4202
4203         * ldgram.y: Move include of ldlex.h back with other includes.
4204         * ldlex.h (input_type): Don't initialize enum constants to
4205         particular values.
4206         * ldlex.l: Use a switch to return the right token based on
4207         input_type, rather than knowing that input_type has a value based
4208         on a token type.
4209
4210         * ldgram.y (dirlist_ptr): Removed; not used.
4211         * lexsup.c: Include ldver.h.
4212         * Makefile.in: Rebuilt dependencies.
4213
4214 Fri Feb 25 18:55:54 1994  Ted Lemon  ([email protected])
4215
4216         * ldlang.c (lookup_name): don't call bfd_set_gp_size.
4217         (ldlang_add_file): call it here instead.
4218
4219 Fri Feb 25 18:13:46 1994  David J. Mackenzie  ([email protected])
4220
4221         * ldgram.y: Include ldlex.h after %token decls, for byacc.
4222
4223 Fri Feb 25 10:47:25 1994  Jeffrey A. Law  ([email protected])
4224
4225         * emultempl/hppaelf.em: First attempt to clean this file up.
4226         Add comments in several functions as to their purpose and
4227         how they function (or my current best guess).  Clean up horrible
4228         spacing and indention that never should have been accepted in the
4229         first place.  Add FIXMEs for issues which need to be resolved.
4230         Disable linker-stub generation until it gets fixed.  This allows
4231         the linker to at least work on simple code for testing purposes.
4232
4233         * ldlang.c (lang_size_sections): No longer static (PA ELF calls
4234         it via hppaelf_finish).  Prototype moved into ldlang.h.
4235         (lang_process): Move problematic extra call to lang_size_sections
4236         into the PA ELF specific code.
4237         * emultempl/hppaelf.em (hppaelf_finish): Extra call to
4238         lang_size_sections moved here.
4239
4240 Thu Feb 24 16:47:33 1994  Ian Lance Taylor  ([email protected])
4241
4242         * configure.in (powerpc-*-elf*): New target; use ppc-elf32.
4243         * config/ppc-elf32.mt: New file.
4244         * emulparams/elf32ppc.sh: New file.
4245         * emultempl/ppc.em: New file.
4246         * Makefile.in (ALL_EMULATIONS): Added em_elf32ppc.o.
4247         (em_elf32ppc.c): New target; uses elf32ppc.sh, ppc.em and elf.sc.
4248         (EMULATION_OFILES): Added dependencies on ldexp.h and ldlang.h.
4249
4250 Thu Feb 24 12:27:07 1994  David J. Mackenzie  ([email protected])
4251
4252         * lexsup.c (parse_args): Use symbolic numbers for long options.
4253         Fix misunderstanding in -Y and -call_shared et al.
4254
4255         Use getopt instead of lex and yacc to parse the command line.
4256
4257         * ld.texinfo (Options): Document changes to option syntax.
4258         * Makefile.in: Update dependencies.
4259         * ldver.c (help): Tweak dashes in usage message.
4260         * ldgram.y (%union): Remove unused members.
4261         Remove %tokens for command line options; add ones for input types.
4262         (command_line): Rules removed.
4263         (file): Instead of command line, recognize an
4264         input type indicator, then use the nonterminal for that type.
4265         (defsym_expr): New nonterminal from code formerly in command_line.
4266         * ldlex.h: Declare parser input type enum and variable.
4267         Don't declare parse_line.
4268         * ldlex.l: Remove unused variables.  Make some used ones static
4269         and comment them.
4270         (COMMAND): Start state and its rules removed.
4271         At start of yylex, return input state token if at start of input.
4272         (lex_redirect): Don't need to set yyout.
4273         (ldlex_command): Function removed.
4274         * ldmain.c (main): Instead of calling parse_line, set up the
4275         redirections and call yyparse directly.
4276         * ldmisc.c (vfinfo): If there's no input filename, print nothing, not
4277         "command line".
4278         * lexsup.c: Remove #if 0'd code.
4279         (parse_line): Function removed.
4280         (parse_args): Rewrite to use getopt_long_only.
4281         (set_default_dirlist): New function from code formerly in
4282         ldgram.y:command_line.
4283         (set_section_start): New function.
4284         * emultempl/generic.em, emultempl/gld960.em, emultempl/hppaelf.em,
4285         emultempl/lnk960.em, emultempl/m88kbcs.em: Don't enclose
4286         compiled-in link scripts in "{" and "}", as the grammar no longer
4287         wants them to be.
4288
4289 Thu Feb 24 08:43:26 1994  Ken Raeburn  ([email protected])
4290
4291         * Makefile.in (ld.dvi): Depend on configdoc.texi, but don't
4292         require that it be in $(srcdir).
4293
4294 Tue Feb 22 09:21:18 1994  Ian Lance Taylor  ([email protected])
4295
4296         * ldlang.c (lang_size_sections): Only align section to alignment
4297         required by linker script, not to maximum alignment of input
4298         sections.
4299
4300         * ldlang.h (largest_section): Don't declare.
4301         * ldlang.c (largest_section): Don't define.
4302         (size_input_section): Don't set largest_section; not used.
4303
4304 Mon Feb 21 15:15:29 1994  Ian Lance Taylor  ([email protected])
4305
4306         * ldlang.c (new_afile): Pass NULL as last argument to concat.
4307
4308 Thu Feb 17 15:51:23 1994  Ian Lance Taylor  ([email protected])
4309
4310         * ldlang.c, ldmain.c: Include libiberty.h.
4311
4312         * ldmisc.h (concat): Don't declare.
4313         * ldmisc.c (concat): Don't define; just use the one in libiberty.
4314
4315         * ld.h (as_output_section_statement): Removed; not used.
4316
4317 Thu Feb 17 09:32:14 1994  David J. Mackenzie  ([email protected])
4318
4319         * ldlang.c, ldmain.c, ldmisc.c: Use bfd_get_error and
4320         bfd_set_error and new error names. 
4321
4322 Tue Feb 15 20:14:53 1994  Ken Raeburn  ([email protected])
4323
4324         * ldwrite.c (build_link_order): If the cooked size of the section
4325         has been set, use it, for determining link_order size.
4326         (ldwrite): In the error message displayed if bfd_final_link fails,
4327         indicate that it was in fact the final link step that failed.
4328
4329         * ldlang.c (lang_size_sections): Clear bfd_error before calling
4330         bfd_relax_section, in case it returns false but doesn't flag an
4331         error.  If an error is returned, indicate which one it is in the
4332         error message.
4333
4334         * Makefile.in (install-info): Depend on ld.info, and use "$<*" so
4335         it'll get picked up from $(srcdir) if appropriate.
4336
4337 Tue Feb 15 16:32:04 1994  David J. Mackenzie  ([email protected])
4338
4339         * scripttempl/aout.sc: Only pad .text if PAD_TEXT is set.
4340         * emulparams/i386mach.sh (PAD_TEXT): Set PAD_TEXT.
4341
4342 Fri Feb 11 17:02:49 1994  David J. Mackenzie  ([email protected])
4343
4344         * ldlex.l (comment): Increment line number when newline is read.
4345
4346 Fri Feb 11 17:36:20 1994  Ian Lance Taylor  ([email protected])
4347
4348         * ldlang.c (lookup_name): Take new argument, force_load.  If true,
4349         reload the file even if it is already loaded.
4350         (wild): Call lookup_name with force_load argument of 0.
4351         (open_input_bfds): Call lookup_name with force_load argument of 1.
4352         (print_symbol): Remove declaration of non-existent function.
4353         (print_one_symbol): Return true rather than falling off end.
4354
4355 Thu Feb 10 11:52:38 1994  Ian Lance Taylor  ([email protected])
4356
4357         * ldmain.c (main): Use %ld when printing long values.
4358
4359         * scripttempl/elf.sc: Move _edata after the .sdata section.
4360         Permit OTHER_BSS_SYMBOLS to be defined.
4361         * emulparams/elf32mipb.s (OTHER_BSS_SYMBOLS): Define _fbss.
4362
4363 Mon Feb  7 16:31:15 1994  Jeffrey A. Law  ([email protected])
4364
4365         * Rename all "hppaosf" files to "hppaelf".
4366         * Change all "osf" references to "elf" in hppaelf files.
4367         * Makefile.in: Likewise.
4368         * configure.in: Likewise.
4369
4370 Sun Feb  6 20:31:56 1994  David J. Mackenzie  ([email protected])
4371
4372         * ldmain.c (main): Call xatexit, not atexit.
4373         Call xmalloc_set_program_name.
4374
4375         * ldlang.c (lang_size_sections): Check if bfd_relax_section set
4376         bfd_errno. 
4377
4378 Sat Feb  5 03:54:34 1994  David J. Mackenzie  ([email protected])
4379
4380         * emultempl/lnk960.em (append), emultempl/hppaosf.em
4381         (hppaosf_finish): Call xmalloc, not ldmalloc.
4382         * ldmain.c (preserve_output): Function removed.
4383         (main): Do it here instead.
4384
4385 Fri Feb  4 23:02:19 1994  Jeffrey A. Law  ([email protected])
4386
4387         * ldlang.h (LANG_FOR_EACH_{INPUT,OUTPUT}_SECTION): Delete (unused)
4388         GNU C specific macros.
4389
4390         * emultempl/hppaosf.em (hppaosf_finish): Expand the only remaining
4391         call to LANG_FOR_EACH_INPUT_SECTION.
4392
4393 Fri Feb  4 16:26:08 1994  David J. Mackenzie  ([email protected])
4394
4395         * ldmisc.c (ldmalloc, xmalloc, ldrealloc, xrealloc): Functions
4396         deleted; will use libiberty versions instead.
4397         * ldctor.c ldfile.c ldlang.c ldmain.c ldmisc.c ldmisc.h lexsup.c
4398         mri.c Makefile.in: Change callers.
4399
4400         * ldmisc.c (vfinfo): Remove cleanup code.
4401         * ldmain.c (remove_output): Put it here (new function).
4402         (preserve_output): New function.
4403         (main): Register remove_output and preserve_output with atexit.
4404         * ldmain.c ldgram.y: Call xexit instead of exit.
4405         * ldmisc.h: Declare xexit.
4406
4407 Fri Feb  4 15:19:01 1994  Steve Chamberlain  ([email protected])
4408
4409         * Makefile.in: Lots of new H8/500 memory models.
4410
4411 Sun Jan 30 14:33:40 1994  Ken Raeburn  ([email protected])
4412
4413         * ldlex.l: Removed duplicate rules.
4414         (yywrap): Provide default definition, needed with some versions of
4415         flex.
4416
4417 Fri Jan 28 09:12:56 1994  David J. Mackenzie  ([email protected])
4418
4419         * ldmisc.c (vfinfo): For `%I', if the file is in an archive, print
4420         the archive filename too.
4421
4422         * ldlex.l: Add rule to catch invalid input characters instead of
4423         printing them.  Include "ldmain.h" for program_name decl.
4424         (lex_warn_invalid): New function.
4425         * Makefile.in: Add dependency.
4426
4427 Fri Jan 28 12:58:45 1994  Ken Raeburn  ([email protected])
4428
4429         * Makefile.in (check): Don't bother running any tests of
4430         cross-linker until the test suite no longer assumes native mode.
4431
4432 Thu Jan 27 17:19:54 1994  Steve Chamberlain  ([email protected])
4433
4434         * ldlang.c (print_one_symbol, print_input_section):  Print
4435         global symbols in symbol table again.
4436
4437 Thu Jan 27 12:35:01 1994  David J. Mackenzie  ([email protected])
4438
4439         * ldmain.c ldmain.h ldgram.y: If -v -V or --version was given, 
4440         exit successfully instead of complaining if no input files are
4441         given. 
4442
4443 Tue Jan 25 13:19:41 1994  Stan Shebs  ([email protected])
4444
4445         * Makefile.in: Format variable definitions consistently.
4446         (LD_PROG): Remove unnecessary variables from link command,
4447         change variable LOADLIBES to EXTRALIBS.
4448
4449         * ldmain.c (main): Compute and display total execution time.
4450         * ld.texinfo (-stats): Document the option.
4451
4452 Mon Jan 24 12:56:37 1994  Ian Lance Taylor  ([email protected])
4453
4454         * ldmain.c (reloc_overflow): Added name, reloc_name and addend
4455         arguments.
4456
4457         * ldlang.c (lookup_name): Set BFD GP size to -G argument value
4458         after opening BFD.
4459
4460         * ldlang.c (relaxing): Removed global variable.
4461         (lang_size_sections): If the canonical symbols have not already
4462         been read in, read them in before relaxing.
4463         * ldlang.h (relaxing): Removed declaration.
4464
4465 Fri Jan 21 00:44:44 1994  Ian Lance Taylor  ([email protected])
4466
4467         * ldlang.c (new_afile): Initialize loaded field to false.
4468         (lookup_name): If file was already loaded, don't call the
4469         add_symbols entry point again.
4470
4471 Wed Jan 19 13:57:00 1994  David J. Mackenzie  ([email protected])
4472
4473         * ld.texinfo: Clarify what -T option does.
4474
4475 Tue Jan 18 16:18:15 1994  Steve Chamberlain  ([email protected])
4476
4477         * scripttempl/m88kbcs.sc: Don't use CREATE_OBJECT_SYMBOLS, that's
4478         for a.out.
4479
4480 Tue Jan 11 13:22:04 1994  Ian Lance Taylor  ([email protected])
4481
4482         * ldmain.c (add_archive_element): If trace_files or
4483         trace_file_tries, print file name.
4484         * ldlang.c (lookup_name): Likewise.
4485         (ldlang_add_file): Don't put files on input_bfds list in reverse
4486         order.
4487
4488         * scripttempl/elf.sc: Correct typo.
4489
4490 Mon Jan 10 19:49:05 1994  David J. Mackenzie  ([email protected])
4491
4492         * ldgram.y, ldlex.l: Make the space between -e, -u, and -y and
4493         their arguments optional, for compatibility with the old GNU ld.
4494
4495 Fri Jan  7 20:00:24 1994  Ian Lance Taylor  ([email protected])
4496
4497         * scripttempl/elf.c: Define __bss_start before the .sbss section.
4498
4499 Thu Jan  6 00:13:10 1994  Ian Lance Taylor  ([email protected])
4500
4501         * ldmain.c (add_to_set): Add bitsize argument.
4502         (constructor_callback): New function.
4503         (link_callbacks): Add constructor_callback.
4504         * ldctor.c (struct set_info): Add bitsize field.
4505         (ldctor_add_set_entry): Add bitsize argument.
4506         (ldctor_build_sets): Base the size of the elements of the set on
4507         the bitsize, rather than always using LONG.
4508         * ldctor.h (ldctor_add_set_entry): Add bitsize to declaration.
4509
4510         * ld.h (QUAD_SIZE): Define.
4511         * ldgram.y (QUAD): New token.
4512         (length): Handle it.
4513         * ldlex.l: Return QUAD.
4514         * lexsup.c (keywords): Add QUAD.
4515         * ldwrite.c (build_link_order): Handle QUAD.
4516         * ldlang.c (print_data_statement): Handle QUAD.
4517         (lang_size_sections): Likewise.
4518         (lang_do_assignments): Likewise.
4519         * ldexp.c (exp_print_token): Add QUAD to table.
4520         * ld.texinfo: Describe QUAD.
4521
4522         * scripttempl/alpha.sc: Don't create .lit4 or .sdata sections,
4523         since the Alpha doesn't use them.
4524
4525 Wed Jan  5 17:42:16 1994  David J. Mackenzie  ([email protected])
4526
4527         * ldemul.h (ld_emulation_xfer_struct): Comment the members.
4528
4529 Sat Jan  1 13:39:31 1994  Rob Savoye  ([email protected])
4530
4531         * Makefile.in, configure.in: Add support for VSTa micro-kernel.
4532         * config/vsta.mt, emulparams/vsta.sh: New files for VSTa.
4533
4534 Sat Jan  1 10:53:35 1994  David J. Mackenzie  ([email protected])
4535
4536         * scripttempl/aout.sc: Pad .text to DATA_ALIGNMENT if relocating;
4537         needed for i386mach.  (Should be a no-op on other systems.)
4538
4539         * emulparams/i386mach.sh (SEGMENT_SIZE): Fix again.
4540         (PAGE_SIZE): Don't define; not used.
4541
4542 Fri Dec 31 16:12:06 1993  Ian Lance Taylor  ([email protected])
4543
4544         * ldgram.y (yyerror): Make argument const char *, and actually
4545         print it out rather than assuming it is a syntax error.
4546         * ldmisc.h: Change declaration of yyerror.
4547         * ldemul.c, ldwrite.c: Add /*ARGSUSED*/ as appropriate.
4548
4549 Fri Dec 31 11:37:28 1993  David J. Mackenzie  ([email protected])
4550
4551         * emulparams/i386mach.sh (NONPAGED_TEXT_START_ADDR): Don't include
4552         exec header offset, since the exec header isn't loaded.
4553         (PAGE_SIZE, SEGMENT_SIZE): Agree with bfd/i386mach3.c.
4554
4555 Thu Dec 30 13:01:43 1993  Ian Lance Taylor  ([email protected])
4556
4557         A major rewrite to move the bulk of the linker into BFD so that
4558         more efficient backend code can be written for specific object
4559         files.
4560         * lderror.c, lderror.h, ldindr.c, ldindr.h, ldsym.c, ldsym.h,
4561         ldwarn.c, ldwarn.h, relax.c, relax.h: Removed.
4562         * ldctor.c, ldctor.h: Complete rewrite.
4563         * ldwrite.c, ldwrite.h: Complete rewrite.
4564         * ld.h (strip_symbols_type, strip_symbols): Removed.  Use
4565         link_info.strip instead.  Changed all uses.
4566         (discard_locals_type, discard_locals): Removed.  Use
4567         link_info.discard instead.  Changed all uses.
4568         (ld_config_type): Removed relocateable_output field; use
4569         link_info.relocateable instead; changed all uses.  Added stats
4570         field.
4571         (set_asymbol_chain, get_asymbol_chain, get_loader_symbol,
4572         set_loader_symbol): Removed.
4573         * ldexp.h (node_class): Added etree_rel.
4574         (etree_type): Added rel field.
4575         * ldexp.c (exp_print_token): Bracketed table initialization.
4576         (exp_relop): New function.
4577         (fold_name): Use linker hash table rather than ldsym functions.
4578         (exp_fold_tree): Likewise.  Also, handle etree_rel case.
4579         (exp_print_tree): Handle etree_rel.
4580         * ldgram.y (strip_symbols, discard_locals): Removed.
4581         (OPTION_stats, OPTION_no_keep_memory): New tokens.  Handle them.
4582         (REL): New token.  Does not appear in grammar, but needed for
4583         expression code.
4584         (file): Don't call lang_final; it's called by main anyhow.
4585         * ldlex.l: Accept -stats and -no-keep-memory options.
4586         * ldlang.h (fill_type): Make unsigned int, not unsigned short.
4587         * ldlang.c: Consistently use fill_type for fill argument.
4588         (lang_init_script_file, script_file): Removed.
4589         (create_object_symbols): Removed.  Use
4590         link_info.create_object_symbols_section instead.  Changed all
4591         uses.
4592         (lang_add_keepsyms_file): Removed.
4593         (lookup_name): Call bfd_link_add_symbols instead of
4594         ldmain_open_file_read_symbol.
4595         (wild): Don't iterate over script_file.
4596         (open_output): Create link hash table.
4597         (lang_place_undefineds): Rewrote.
4598         (lang_size_sections): Handle relaxing (doesn't work yet).
4599         (lang_relocate_globals): Removed.
4600         (lang_finish): Use link hash table rather than ldsym functions.
4601         (lang_common): Rewrote.
4602         (lang_one_common): New function.
4603         (ldlang_add_file): Add file to link_info.input_bfds list.  Set
4604         usrdata.
4605         (create_symbol): Removed.
4606         (lang_process): Don't call lang_init_script_file.  Call
4607         ldctor_build_sets rather than find_constructors.  Don't call
4608         lang_relocate_globals.
4609         (lang_abs_symbol_at_beginning_of): Rewrote.
4610         (lang_abs_symbol_at_end_of): Rewrote.
4611         * ldmain.c (had_y): Removed.
4612         (lprefix, lprefix_len): Removed; use link_info fields instead.
4613         Changed all uses.
4614         (multiple_def_count, commons_pending, undefined_global_sym_count,
4615         total_symbols_seen, total_files_seen): Removed.
4616         (link_callbacks, link_info): New variables.
4617         (main): Initialize link_info.  Don't call init_bfd_error_vector or
4618         ldsym_init.  Don't set now unused variables.  Handle -stats.
4619         (get_emulation): Removed obsolete and nonfunctional GNU960 code.
4620         (add_ysym): Rewrote.
4621         (read_entry_symbols, refize, enter_global_ref, enter_file_symbols,
4622         search_library, gnu960_check_format, decode_library_subfile,
4623         linear_library, symdef_library, clear_syms, subfile_wanted_p):
4624         Removed.
4625         (add_keepsyms_file, add_archive_element, multiple_definition,
4626         multiple_common, add_to_set, warning_callback, undefined_symbol,
4627         reloc_overflow, reloc_dangerous, unattached_reloc, notice_ysym):
4628         New functions.
4629         * ldmisc.c (vfinfo): Accept a string for %T, not a symbol.  Don't
4630         require symbols for %C; look them up instead.
4631         * emultempl/hppaosf.em: Pass link_info to
4632         hppa_look_for_stubs_in_section.
4633         * Makefile.in: Rebuilt dependencies.
4634         (CFILES): Removed lderror.c, ldindr.c, ldsym.c, ldwarn.c, and
4635         relax.c.
4636         (HFILES): Removed lderror.h, ldindr.h, ldsym.h, ldwarn.h, and
4637         relax.h.
4638         (EMULATION_OFILES): Depend on bfdlink.h, ldmain.h, ldexp.h,
4639         ldlang.h and ldctor.h.
4640
4641         * Makefile.in (ldlex.c): Don't depend on ldgram.h.  Remove
4642         declarations of free and malloc from flex output.  Change malloc
4643         to ldmalloc in flex output.
4644
4645 Thu Dec 16 21:19:57 1993  Jeffrey A. Law  ([email protected])
4646
4647         * ldmain.c (lprefix): Change default from a char to a string
4648         with only one character.
4649         (lprefix_len): Set default to one.
4650
4651         * ldmain.h (lprefix_len): Declare.
4652
4653         * ldsym.c (write_file_locals): Use strncmp rather than a character
4654         comparison for lprefix.
4655
4656         * emultmpl/m88kbcs.em (before_parse): Set lprefix and lprefix_len
4657         correctly.
4658
4659         * emultmpl/hppaosf.em: Include ldexp.h.
4660         (before_parse): Set lprefix and lprefix_len correctly.
4661
4662 Tue Dec 14 17:19:03 1993  Ian Lance Taylor  ([email protected])
4663
4664         * ldlex.h: Don't declare yywrap if it is a macro.
4665         * ldlex.l: Include sysdep.h.
4666         * ldlang.c (lang_for_each_statement_worker,
4667         lang_for_each_statement): Forgot to use PARAMS.
4668
4669 Mon Dec 13 14:30:03 1993  Ian Lance Taylor  ([email protected])
4670
4671         * Makefile.in: Added .PHONY targets where appropriate.  Added some
4672         comments.  Also:
4673         (gcclibdir, version): Removed unused variables.
4674         (DEP): New variable, set to mkdep.
4675         (ALL_CFLAGS): New variable.  Used in .c.o target.
4676         (CFILES, HFILES, GENERATED_CFILES, GENERATED_HFILES): New
4677         variables.
4678         (HEADERS, MANSOURCES, LDCSOURCES, GENERATED_SOURCES,
4679         GENERATED_HEADERS, LDSOURCES, BFD_SOURCES, SOURCES): Removed
4680         mostly obsolete variables.  Adjusted remaining uses.
4681         (DEF_EMUL): Removed variable.
4682         (ldmain.o): Handle undefined EMUL error correctly.
4683         (ldemul-list.h): Depend on config.status rather than Makefile.
4684         Create via temporary file.
4685         (ver960.c, roll, make): Removed obsolete targets.
4686         (.dep, .dep1, dep.sed, dep, dep-in): New targets.  Used to rebuild
4687         dependencies.
4688         * dep-in.sed: New file, used when rebuilding dependencies.
4689
4690 Sat Dec 11 14:43:44 1993  Ian Lance Taylor  ([email protected])
4691
4692         Made many changes to eliminate gcc warnings.  Made various
4693         cosmetic changes, declared various things in header files, removed
4694         various extern declarations from .c files.  No substantive
4695         changes.
4696
4697         * ldlang.c (lang_process): Ifdef out final call to
4698         lang_size_sections again (reverting change of Nove 2), since it
4699         breaks the Sun4 linker.
4700
4701 Thu Dec  2 16:31:47 1993  Ian Lance Taylor  ([email protected])
4702
4703         * configure.in (alpha-*-netware*): New target; use alpha.
4704
4705 Wed Dec  1 14:04:20 1993  Ken Raeburn  ([email protected])
4706
4707         * configure.in: Group targets by CPU.  Merge some m68k target
4708         entries with different CPU specs that use the same ld_target
4709         values.
4710
4711         * configure.in: Add sparc*-*-coff.
4712         * config/coff-sparc.mt, emulparams/coff_sparc.sh: New files.
4713         * Makefile.in (ALL_EMULATIONS): Add em_coff_sparc.o.
4714         (em_coff_sparc.c): Add dependencies and build rules.
4715
4716         * ldmisc.c (errno, sys_nerr, sys_errlist): Don't declare. 
4717
4718 Wed Dec  1 12:19:55 1993  Ian Lance Taylor  ([email protected])
4719
4720         * ldgram.y (OPTION_call_shared, OPTION_non_shared, OPTION_Oval):
4721         New tokens.
4722         (command_line_option): Accept and ignore them (for now).
4723         * ldlex.l (<COMMAND>): Handle -non_shared, -call_shared, and -On
4724         where n is a number.
4725
4726 Mon Nov 22 14:14:29 1993  Ian Lance Taylor  ([email protected])
4727
4728         * ldmain.c (subfile_wanted_p): If merging a common symbol which is
4729         not in bfd_com_section, create the section in the BFD so that it
4730         can be placed in the right output section.
4731
4732 Fri Nov 19 14:12:39 1993  Ian Lance Taylor  ([email protected])
4733
4734         * configure.in (mips*-sgi-irix5*): New target.  Use mipsb-elf32.
4735         * emulparams/elf32mipsb.sh (DATA_ADDR): Define.
4736         (OTHER_READONLY_SECTIONS): Define for .reginfo.
4737         (EXECUTABLE_SYMBOLS): Define for _DYNAMIC_LINK.
4738         * scripttempl/elf.sc: Use EXECUTABLE_SYMBOLS when not relocating.
4739         Move OTHER_READONLY_SECTIONS after all the other readonly
4740         sections.  Don't use DATA_ADDR twice.
4741
4742         * ldmain.c (enter_file_symbols): Removed duplicate tests of p.  If
4743         p is in a common section, make sure the BFD has a section of that
4744         name.
4745
4746         * ldlang.c (lang_common): Add newline to error message.
4747
4748 Thu Nov 11 15:54:41 1993  Stan Shebs  ([email protected])
4749
4750         * emulparams/m68klynx.sh (SCRIPT_NAME): Define to use a
4751         Lynx-specific script instead of m68kcoff.
4752         (OUTPUT_FORMAT): Define as "coff-m68k-lynx".
4753         (ENTRY): Define as __main.
4754         (TEXT_START_ADDR): Define as 0.
4755         (PAGE_SIZE): Define as 0x1000.
4756         * emulparams/i386lynx.sh, emulparams/sparclynx.sh: Fix comment.
4757         * scripttempl/m68klynx.sc: New file.
4758
4759 Mon Nov  8 12:00:16 1993  Ian Lance Taylor  ([email protected])
4760
4761         * ldmain.c (get_emulation): Ignore -mips1, -mips2 and -mips3
4762         arguments rather than treating them as emulation names.
4763
4764 Fri Nov  5 09:02:52 1993  D. V. Henkel-Wallace  ([email protected])
4765
4766         * configure.in: Support x86 unixware and netware plus generic netware.
4767
4768 Fri Nov  5 21:47:55 1993  David J. Mackenzie  ([email protected])
4769
4770         * emulparams/i386mach.sh (TEXT_START_ADDR, NONPAGED_TEXT_START_ADDR): 
4771         Correct values (?).
4772
4773 Wed Nov  3 15:10:15 1993  Ken Raeburn  ([email protected])
4774
4775         * Makefile.in (distclean): Don't delete dvi or info files.
4776         (ld.info): Update dependency list.
4777         (ld.dvi): Ditto.  Extend TEXINPUTS to get bfdsumm.texi.
4778
4779 Wed Nov  3 12:07:39 1993  David J. Mackenzie  ([email protected])
4780
4781         * ldlang.c (lang_add_output): Take new arg, FROM_SCRIPT.
4782         Set output_filename instead of creating a new node.
4783         (open_output): Don't set output_filename.
4784         (lang_final): Create the new node here.
4785         * ldlang.c, ldlang.h, ldgram.y, mri.c: pass FROM_SCRIPT.
4786
4787 Tue Nov  2 15:45:51 1993  Jeffrey A. Law  ([email protected])
4788
4789         From Pete Hoogenboom ([email protected]):
4790
4791         * scripttempl/hppaosf.sc: (___stack_zero, etext, _etext,
4792         edata, _edata, end): Add definitions of these symbols.
4793         (__end):  Remove definition of this symbol.
4794         (__data_start): Move definition of this symbol.
4795
4796         * emultempl/hppaosf.em:  Various fixes and support for linker stub
4797         generation.
4798         (hppaosf_finish, hppaosf_search_for_padding_statements,
4799         hppaosf_create_output_section_statements): New functions in
4800         support of linker stub generation.
4801         (ld_hppaosf_emulation):  Redefine to include new
4802         emulation-specific routines.
4803
4804         * ldlang.c (lang_process): Re-enable last call lang_size_sections.
4805         Pass abs_output_section rather than NULL to avoid invalidating
4806         absolute symbols.
4807
4808 Thu Oct 28 21:16:42 1993  David J. Mackenzie  ([email protected])
4809
4810         * Makefile.in (ALL_EMULATIONS): Add em_i386mach.o.
4811         (em_i386mach.c): New rule.
4812         * configure.in (i[34]86-*-mach*): New case.
4813         * config/i386-mach.mt: New file.
4814         * emulparams/i386mach.sh: New file.
4815
4816 Fri Oct 29 14:55:05 1993  Ian Lance Taylor  ([email protected])
4817
4818         * ld.h (flag_is_*): Removed macros.
4819         * ldmain.c (enter_global_ref), ldsym.c (write_file_locals):
4820         Consistently check the BFD symbol flags directly, rather than
4821         using file_is_* macros.
4822
4823 Thu Oct 28 19:08:42 1993  Stan Shebs  ([email protected])
4824
4825         * configure.in (sparc*-*-lynxos*): New target.
4826         * Makefile.in: Add rule for em_sparclynx.c.
4827         (ALL_EMULATIONS): Add Lynx emulations.
4828         * config/sparc-lynx.mt: New file.
4829         * emulparams/sparclynx.sh: New file.
4830         * scripttempl/sparccoff.sc: New file.
4831
4832 Thu Oct 28 13:50:25 1993  Ian Lance Taylor  ([email protected])
4833
4834         * Makefile.in: Add dependency for $(EMULATION_OFILES).
4835
4836 Mon Oct 25 16:09:24 1993  Ian Lance Taylor  ([email protected])
4837
4838         * relax.c (write_relax): Check return value of bfd_seclet_link.
4839
4840 Mon Oct 25 09:31:21 1993  Ken Raeburn  ([email protected])
4841
4842         * ldlang.c (delete_output_file_on_failure): New variable.
4843         (open_output): Set it after bfd open succeeds.
4844         * ldmisc.c (vfinfo): Test it.
4845
4846         Changes from Peter Hoogenboom, [email protected]:
4847
4848         * ldsym.c (write_file_locals): Set the BSF_FILE flag for object
4849         symbols.
4850
4851         * ldemul.c: Support was added to allow emulation-specific
4852         processing to occur.  This support was added primarily for linker
4853         stub generation in the elf32-hppa gld.
4854         (ldemul_finish, ldemul_create_output_section_statements):  New
4855         functions.
4856         * ldemul.h: Support was added to allow emulation-specific
4857         processing to occur. (As described above.)  Added finish and
4858         create_output_section_statements fields to
4859         ld_emulation_xfer_struct structure.
4860         * ldlang.c: Add calls to emulation-specific routines.
4861         (lang_process):  Add call to
4862         ldemul_create_output_section_statements function.
4863         (lang_process):  Add call to a emulation-specific routine (and
4864         some processing after the call).
4865
4866 Fri Oct 22 20:54:13 1993  david d `zoo' zuhn  ([email protected])
4867
4868         * configure.in: mips*- instead of mips-, mips*el changes
4869
4870 Tue Oct 19 15:46:28 1993  Ian Lance Taylor  ([email protected])
4871
4872         * configure.in (alpha-*-osf*): New target; use alpha.mt.
4873         * Makefile.in (ALL_EMULATIONS): Added em_alpha.o.
4874         (em_alpha.c): New target; use alpha.sh and alpha.sc.
4875         * config/alphaosf.mh (NATIVE_LIB_DIRS, HOSTING_CRT0): Define.
4876         * config/alpha.mt: New file.
4877         * emulparams/alpha.sh: New file.
4878         * scripttempl/alpha.sc: New file.
4879
4880 Fri Oct 15 02:20:04 1993  Doug Evans  ([email protected])
4881
4882         * ldlang.c (lang_size_sections, lang_common): ALIGN_N can't handle
4883         types of different sizes (eg: 64 and 32 bits), so coerce.
4884         * ld.h (ALIGN_N): Add warning about usage.
4885
4886 Wed Oct 13 16:02:39 1993  Ian Lance Taylor  ([email protected])
4887
4888         * ldmain.c (enter_global_ref): Just ignore any weak symbol for
4889         which we already have a definition, rather than checking in
4890         several different places whether the symbol is weak.
4891
4892 Tue Oct 12 17:30:51 1993  Ian Lance Taylor  ([email protected])
4893
4894         * configure.in (mips-*-elf*): New target; use mipsb-elf32.
4895         * scripttempl/elf.sc: Only use OTHER_READONLY_SECTIONS and
4896         OTHER_READWRITE_SECTIONS if relocating.  Shell variables are not
4897         expanded within them.
4898         * config/mipsb-elf32.mt: New file.
4899         * emulparams/elf32mipb.sh: New file.
4900         * Makefile.in (em_elf32mipb.c): New target.
4901
4902 Thu Sep 30 17:00:36 1993  Rob Savoye  ([email protected])
4903
4904         * ldgram.y: In input_list, change lang_input_file_is_file_enum to
4905         lang_input_file_is_search_file_enum so objects brought in using
4906         INPUT() do a path lookup.
4907
4908 Tue Sep 28 13:31:23 1993  Stan Shebs  ([email protected])
4909
4910         * configure.in: Change Lynx ld_target to be {i386,m68k}-lynx
4911         instead of {i386,m68k}-coff.
4912         * Makefile.in (em_i386lynx.c, em_m68klynx.c): New targets.
4913         * config/i386-lynx.mt: New file.
4914         * config/m68k-lynx.mt: New file.
4915         * emulparams/i386lynx.sh: New file.
4916         * emulparams/m68klynx.sh: New file.
4917
4918         * scripttempl/i386coff.sc: Make ENTRY get its value from ${ENTRY},
4919         but defaulting to _start.
4920
4921         * ldemul.c, ldfile.c, ldlang.c, ldmain.c, ldmisc.c, ldmisc.h,
4922         ldsym.c, ldwarn.c: Rename info to info_msg, to avoid conflict with
4923         LynxOS libc.
4924
4925 Thu Sep 23 14:51:03 1993  Ian Lance Taylor  ([email protected])
4926
4927         * config/solaris2.mh: New file.  Define HOSTING_CRT0 and
4928         HOSTING_LIBS for testing.
4929
4930 Fri Sep 17 17:52:24 1993  Ian Lance Taylor  ([email protected])
4931
4932         Finish up support for i386-sysv4 (without shared libraries):
4933         * ld.h (flag_is_weak): Define.
4934         * ldlang.c (print_symbol): Mention whether symbol is weak.
4935         (print_input_section): Print weak symbols as globals.
4936         * ldmain.c (refize): Do not zero out BSF_WEAK flag.
4937         (enter_global_ref): Do not warn if a weak symbol redefines a
4938         global symbol.  Do not let a weak symbol redefine a common symbol.
4939         (enter_file_symbols): Treat weak symbols as global symbols.
4940         (subfile_wanted_p): Do not pull in an object file from a archive
4941         just to resolve an undefined weak symbol.
4942         * ldmisc.c (vfinfo): Don't needlessly malloc space after a fatal
4943         error; the error might be that malloc has run out of space.
4944         * ldsym.c (write_file_locals): Treat weak symbols as global.
4945         * configure.in (i[34]86-*-sysv4*, i[34]86-*-elf*): New targets;
4946         use i386-elf.
4947         * config/i386v4.mh: New file; set NATIVE_LIB_DIRS to /usr/ccs/lib.
4948         * config/i386-elf.mt: New file; set EMUL to elf_i386.
4949         * emulparams/elf_i386.sh: New file.
4950         * scripttempl/elf.sc: Use ${NOP} as filler (defaults to 0).
4951         * Makefile.in (NATIVE_LIB_DIRS): Define to be empty.
4952         (ALL_EMULATIONS): Add em_elf_i386.o.
4953         (GENSCRIPTS): Pass NATIVE_LIB_DIRS as sixth argument.
4954         (em_elf_i386.c): New target, like other em_*.c targets.
4955         ($(LD_PROG)): Pass $(CFLAGS) to $(CC).
4956         * genscripts.sh: Accept NATIVE_LIB_DIRS as sixth argument.  If
4957         nonempty, and configured for native, add it to LIB_PATH.
4958
4959 Fri Sep 17 13:07:39 1993  Stan Shebs  ([email protected])
4960
4961         * scripttempl/{h8300.sc,h8500.sc,i386coff.sc,m68kcoff.sc,sh.sc}:
4962         Added statements to pass stab and stabstr sections through and
4963         mark them as NOLOAD, which makes GDB happier.
4964
4965 Wed Sep 15 16:02:29 1993  Stan Shebs  ([email protected])
4966
4967         * configure.in: Accept m68k-lynx-lynxos config.
4968
4969         * Makefile.in: Use $(SHELL) to run genscripts.sh.
4970
4971 Sun Sep 12 16:04:40 1993  Doug Evans  ([email protected])
4972
4973         * config/coff-h8300.mt: Add EMUL=h8300h.
4974
4975         * ldmain.c (main): Call set_scripts_dir after argv has been processed.
4976
4977 Fri Sep 10 09:36:29 1993  Jeffrey Wheat  ([email protected])
4978
4979         * Makefile.in: Changed CXX back to g++. 
4980
4981 Fri Sep 10 09:34:29 1993  Jeffrey Wheat  ([email protected])
4982
4983         * Makefile.in: Fixed RUNTEST* CXX CXXFLAGS macros and check rule.
4984
4985 Fri Sep 10 07:26:57 1993  David J. Mackenzie  ([email protected])
4986
4987         * Makefile.in (TAGS): Use shell wildcards.
4988
4989 Tue Sep  7 18:04:54 1993  Jeffrey Osier  ([email protected])
4990
4991         * Makefile.in:  add TEXINPUTS variable and use it in ld.dvi target
4992
4993 Fri Sep  3 16:46:41 1993  Roland H. Pesch  ([email protected])
4994
4995         * ld.texinfo: re-enable included config file; conditionalize doc
4996         for -oformat to interact properly with SingleFormat doc config
4997         var; rename @up/@down to @raisesections/@lowersections.
4998
4999 Wed Aug 25 16:29:56 1993  K. Richard Pixley  ([email protected])
5000
5001         * configure.in: recognize m88110.
5002
5003 Tue Aug 24 18:49:40 1993  Ken Raeburn  ([email protected])
5004
5005         From Peter Hoogenboom <[email protected]>:
5006         * emultempl/hppaosf.em (ld_hppaosf_emulation): Correct name for PA
5007         ELF emulation is "elf32-hppa" not "elf-big".
5008         (hppaosf_before_parse): Remove unneeded processing of environment
5009         variables.
5010         * scripttempl/hppaosf.sc: Include .hppa_linker_stubs sections in
5011         .text segment of output file.
5012         * emulparams/hppaosf.sh (OUTPUT_FORMAT): Use elf32-hppa.
5013
5014 Tue Aug 24 16:17:00 1993  K. Richard Pixley  ([email protected])
5015
5016         * ld.h: define BYTE_SIZE, SHORT_SIZE, and LONG_SIZE which are no
5017           longer in bfd.h.
5018
5019         * ldlang.c, ld.h: updated copyright.
5020
5021 Tue Aug 17 15:22:03 1993  Ian Lance Taylor  ([email protected])
5022
5023         * ldlang.c (open_output, lang_check): Check return value of
5024         bfd_set_arch_mach.
5025
5026 Tue Aug 17 07:02:19 1993  Steve Chamberlain  ([email protected])
5027
5028         * scripttempl/h8500.sc: Start all sections in a different segment.
5029         * scripttempl/z8ksim.sc: Handle constructors
5030
5031 Thu Aug 12 16:05:37 1993  Jeffrey Wheat  ([email protected])
5032
5033         * Makefile.in: revert earlier changes back to execute runtest
5034           with make check. cdtest and bootstrap now function as they
5035           did within the Makefile.
5036
5037 Thu Aug 12 10:20:05 1993  David J. Mackenzie  ([email protected])
5038
5039         * Makefile.in:  Update dependencies.
5040
5041         * configure.in: Set EMULATION_OFILES in Makefile based on
5042         --with-targets option.
5043
5044 Thu Aug 12 08:52:29 1993  Jeffrey Wheat  ([email protected])
5045
5046         * Makefile.in: check targets reimplemented to old way.
5047
5048 Wed Aug 11 08:26:11 1993  Ian Lance Taylor  ([email protected])
5049
5050         * config/i386v.mh, config/irix4.mh: Use gcc
5051         -print-libgcc-file-name rather than $(libdir)/libgcc.a.
5052         * config/i386sco.mh: New file; copy of i386v.mh to correspond to
5053         bfd/configure.host change.
5054
5055 Mon Aug  9 14:25:35 1993  Ken Raeburn  ([email protected])
5056
5057         * scripttempl/elf.sc: Handle .line and .debug* sections.
5058
5059         * ldlex.l: Use bfd_scan_vma, not strtoul.
5060
5061 Fri Aug  6 08:57:39 1993  David J. Mackenzie  ([email protected])
5062
5063         * ldexp.c, ldfile.c, ldlang.c, lexsup.c, ldmain.c, ldemul.c:
5064         Remove inital caps in some error messages, change "can't" to
5065         "cannot", add missing colons.
5066         * ldmisc.c (vfinfo): Print "%%" as a single %.
5067         For '%' followed by unrecognized character, print them both
5068         verbatim instead of expecting a char * arg.
5069         For '%C', don't put the function name in parens.
5070
5071         * ldexp.c (invalid): Pass "%%", not "% ".
5072
5073 Fri Aug  6 14:31:22 1993  Ian Lance Taylor  ([email protected])
5074
5075         * scripttempl/mips.sc: Always define _ftext, _fdata, _fbss.
5076         (BSS_VAR): Removed; now always define _fbss.
5077         * emulparams/mipsidt.sh, emulparams/mipsidtl.sh (BSS_VAR):
5078         Removed.
5079
5080 Thu Aug  5 15:55:19 1993  david d `zoo' zuhn  ([email protected])
5081
5082         * configure.in: z8k-coff is the same as z8k-sim
5083
5084 Wed Aug  4 21:00:18 1993  Jeffrey Wheat  ([email protected])
5085
5086         * testsuite/lib/ld.exp: new file
5087         * testsuite/config/unix-ld.exp: new file
5088         * testsuite/ld.bootstrap/bootstrap.exp: new file
5089         * Makefile.in: add dejagnu support for make check
5090
5091 Wed Aug  4 17:52:32 1993  David J. Mackenzie  ([email protected])
5092
5093         * ldlex.l (comment): Add missing newline in message.
5094         * ldindr.c (add_indirect): Ditto.
5095         * ldexp.c (exp_fold_tree): Ditto.
5096
5097 Tue Aug  3 10:57:41 1993  David J. Mackenzie  ([email protected])
5098
5099         * ldgram.y, ldlex.l, mri.c, ldwrite.c: Change multiple commons
5100         into externs.
5101
5102         * ldmisc.c (multiple_warn): New function.
5103         * ldmisc.h: Declare it.
5104         * ldmain.c (enter_global_ref): Call it.
5105         * ld.h (ld_config_type): Add warn_common.
5106         * ldlex.l, ldgram.y: Set it with -warn-common option.
5107         * ldver.c (help): Document it.
5108
5109 Mon Aug  2 12:04:36 1993  Ken Raeburn  ([email protected])
5110
5111         * scripttempl/elf.sc: Add hooks for .sdata, .sbss, and
5112         target-specific sections, and for changing data section vma.
5113
5114 Mon Jul 26 14:00:02 1993  Ken Raeburn  ([email protected])
5115
5116         * ldgram.y (OPTION_Qy, OPTION_Y, OPTION_dn, OPTION_YP): New
5117         terminals, for Solaris.
5118         (dirlist_ptr): New static variable.
5119         (command_line_option): Accept new options.
5120
5121         * ldlex.l: Accept command-line options "-Qy", "-dn", "-Y", and
5122         "-YP,...".
5123
5124         * config/sun4sol2.mt: Pass emulation name without ".sh".
5125
5126         * emulparams/elf32_sparc.c: Renamed from elf32-sparc.c.
5127         * config/sun4sol2.mt (em_elf32_sparc.c): Adjusted accordingly.
5128
5129 Fri Jul 23 13:51:09 1993  Ken Raeburn  ([email protected])
5130
5131         * scripttempl/elf.sc: Add support for .init, .fini, .ctors,
5132         .dtors, .data1, .rodata1 sections, instead of combining them into
5133         other sections.  For `-r', set all section start addresses to
5134         zero.
5135
5136         * emulparams/elf32-sparc.sh (TEXT_START_ADDR,
5137         NONPAGED_TEXT_START_ADDR): Value should be 0x10100.
5138         (MAXPAGESIZE): Renamed from PAGE_SIZE.
5139
5140 Wed Jul 21 14:28:42 1993  David J. Mackenzie  ([email protected])
5141
5142         * genscripts.sh: If this is the default emulation, set
5143         COMPILE_IN.
5144         * emultempl/*.em: Use it to determine whether to compile in the
5145         scripts.
5146
5147         * Makefile.in (GENSCRIPTS): Pass the default emulation name to
5148         genscripts.sh.  Pass the current emulation name without ".sh" on
5149         the end.
5150         * genscripts.sh: Take an default emulation arg.
5151         Use the current emulation name as EMULATION_NAME.
5152         Make default lib path for cross-compiling ':', not null.
5153         * emulparams/*.sh: Don't set EMULATION_NAME.
5154         * ldemul.c (ldemul_get_script): Take isfile arg.
5155         Pass it to emulation's get_script function.
5156         * ldemul.h: Adjust get_script prototypes.
5157         * ldfile.c (ldfile_find_command_file): Renamed from find_a_name.
5158         No longer static.
5159         * ldfile.h: Declare it.
5160         * ldgram.y: Accept a script on the command line again,
5161         for parsing compiled-in scripts.
5162         * ldmain.c (main): If ld script is a file, parse it as a -T
5163         option, otherwise parse it directly.
5164         * emultempl/*.em (*get_script): Return the scripts themselves if
5165         this is the default emulation; otherwise return their file names.
5166         * emultempl/m88kbcs.em: New file, to take m88kbcs #ifdef out of
5167         generic.em.
5168         * emulparams/m88kbcs.sh: Use it.
5169
5170         * ld.h (ld_config_type::unix_relocate): Remove unused element.
5171
5172 Tue Jul 20 12:01:49 1993  Ken Raeburn  ([email protected])
5173
5174         * Makefile.in (ALL_EMULATIONS): Delete em_i386linux.o (for which
5175         there's no change log entry yet, tsk tsk) from the list of
5176         emulations compiled in until Mark gets around to checking in
5177         emulparams/i386linux.sh.
5178         (ldemul-list.h): Depend on Makefile, so if EMULATION_OFILES is
5179         changed, this file gets updated.
5180
5181 Fri Jul 16 14:14:32 1993  Ian Lance Taylor  ([email protected])
5182
5183         * ldgram.y (OPTION_Lfile): New token.
5184         (command_line_option): Accept OPTION_L NAME (whitespace after -L).
5185         * ldlex.l (<COMMAND>): Accept -L without FILENAME.
5186
5187 Fri Jul 16 13:44:26 1993  Doug Evans  ([email protected])
5188
5189         * configure.in: h8/300h support needs own .mt file.
5190         config/coff-h8300h.mt: New file.
5191
5192 Thu Jul 15 12:44:35 1993  David J. Mackenzie  ([email protected])
5193
5194         * ldmain.c: Don't include sys/stat.h; it already got included
5195         somewhere along the way.
5196
5197 Thu Jul 15 14:43:34 1993  Doug Evans  ([email protected])
5198
5199         * Makefile.in: Add h8300h support.
5200         emulparams/h8300h.sh: New file.
5201         scripttempl/h8300h.sc: New file.
5202
5203 Thu Jul 15 12:44:35 1993  David J. Mackenzie  ([email protected])
5204
5205         * ldfile.c (ldfile_open_file): In error message, use the name the
5206         user gave (e.g., "-lc"), rather than the base file name.
5207
5208         * ldexp.c (exp_fold_tree): Don't assign an int to an enum.
5209
5210         * ldmain.[ch]: Remove initial Q_ from function names.
5211         * ldexp.c, ldindr.c, ldlang.c: Change callers.
5212
5213         * ldfile.c, ldmain.c, ldgram.y: Rename option_v to trace_file_tries.
5214
5215         * ldlang.c (lang_process): Move loading of default script from
5216         here to main.  Add a "/" to start of script name to prevent
5217         finding it in "." first.
5218
5219         * ldmain.c (set_scripts_dir): Don't look in "." first.
5220
5221         * ldgram.y, ldlang.c, ldsym.c: Remove traces of unused var
5222         option_longmap. 
5223
5224 Thu Jul 15 10:55:59 1993  Ian Lance Taylor  ([email protected])
5225
5226         * Makefile.in (em_m88kbcs.c): Correct dependency.
5227         * scripttempl/m88kbcs.sc: It's ARCH, not arch.  Removed TARGET
5228         statement.  Changed OUTPUT_FORMAT to use ${OUTPUT_FORMAT}.
5229         * emulparams/m88kbcs.sh: It's coff-m88kbcs, not m88kbcs.
5230
5231 Wed Jul 14 21:42:53 1993  David J. Mackenzie  ([email protected])
5232
5233         * ldfile.c (ldlang_open_file, ldfile_open_command_file),
5234         main.c (main): Print the errno string in the error message.
5235
5236 Tue Jul 13 20:00:30 1993  Doug Evans  ([email protected])
5237
5238         * configure.in: Accept h8300h for target cpu.
5239
5240         * ldmisc.c (vfinfo): Have demangle remove leading underscore if
5241         present (demangle is smart enough to know whether to do it or not).
5242
5243 Mon Jul 12 11:45:48 1993  David J. Mackenzie  ([email protected])
5244
5245         * ldmain.c (set_scripts_dir): Check . and <ld bin dir>/../lib for
5246         ldscripts, as well as <ld bin dir> and SCRIPTDIR.
5247
5248         * ldlang.c (lang_process): Use sizeof instead of magic constant.
5249
5250         * ldmain.c (get_emulation, check_for_scripts_dir,
5251         set_scripts_dir):  New functions.
5252         (main): Call them.
5253
5254 Mon Jul 12 10:57:03 1993  Ken Raeburn  ([email protected])
5255
5256         * scripttempl/elf.sc: Include .init, .fini, .rodata sections.
5257         Create symbol "end" instead of "__end".  Comment out some parts
5258         that may not be needed (yet) for elf.
5259
5260         * configure.in: Accept sparc-elf and sparc-solaris2 configs.
5261
5262 Thu Jul  8 15:33:32 1993  Ken Raeburn  ([email protected])
5263
5264         * Makefile.in (ALL_EMULATIONS): Include $(OTHER_EMULATIONS).
5265
5266         * ldmisc.h (einfo, minfo, info): Don't bother with PARAMS macro
5267         when no prototype is being supplied.
5268         (ldmalloc, ldrealloc): Size argument is now size_t.
5269
5270         * ldmisc.c (finfo): New function, accepts FILE* argument.
5271         (vfinfo, case 'v'): New format character; displays bfd_vma in hex
5272         without leading zeros.
5273         (vfinfo, cases 'R' and 'C'): Use finfo(%v) when displaying a
5274         bfd_vma value, instead of fprintf(%x) which won't hold a long long
5275         value.
5276         (concat, buystring): String lengths are size_t.
5277         (ldmalloc, ldrealloc, xrealloc): Size argument is now size_t.
5278
5279         * ldlang.c (new_statement): Size argument is now size_t.  Added
5280         forward declaration with prototype.
5281
5282 Thu Jul  8 10:53:47 1993  David J. Mackenzie  ([email protected])
5283
5284         * ldgram.y (OPTION_v): Don't turn on verbose output.
5285
5286 Wed Jul  7 17:10:45 1993  Ken Raeburn  ([email protected])
5287
5288         * ldlex.l: Get rid of local typedef for bfd_vma!  Get it from
5289         bfd.h instead.
5290
5291 Wed Jul  7 11:33:12 1993  Ian Lance Taylor  ([email protected])
5292
5293         * Makefile.in (install): Don't install as $(tooldir)/bin/gld;
5294         collect2 doesn't look for gld any more anyhow.
5295
5296 Mon Jul  5 14:29:48 1993  Ian Lance Taylor  ([email protected])
5297
5298         * ldlang.c (lang_relocate_globals): Skip indirect symbols, which
5299         now have a non NULL srefs_chain.
5300
5301         * config/hp300hpux.mt: Use emulation hp3hpux rather than
5302         hp300hpux, since the latter does not exist.
5303
5304 Fri Jul  2 18:06:05 1993  David J. Mackenzie  ([email protected])
5305
5306         * genscripts.sh: Put the scripts in the ldscripts directory, not
5307         emulations. 
5308         * configure.in (ldscripts): Make, instead of emulations.
5309         * Makefile.in (scriptdir): Take off the "ld" part.
5310         (install, clean, distclean): Use ldscripts, not emulations.
5311         In tests, don't pass -Lemulations.
5312         Don't pass tooldir/lib to genscripts.sh.
5313         * genscripts.sh: Don't take tooldir/lib arg.
5314         * ldlang.c (lang_process): Add "ldscripts/" to the name of the
5315         default script file.
5316
5317 Fri Jul  2 17:13:35 1993  Doug Evans  ([email protected])
5318
5319         * scripttempl/h8300.sc: Add .tors section for constructor/destructors.
5320
5321 Thu Jul  1 16:38:45 1993  Doug Evans  ([email protected])
5322
5323         * config/coff-h8300.mt: EMUL=h8300hms -> h8300.
5324
5325 Wed Jun 30 15:45:55 1993  K. Richard Pixley  ([email protected])
5326
5327         * Makefile.in (.y.c): skip default .y.c rules. gnu make can now
5328           run in parallel without colliding on yacc's static file names.
5329           Without the stub rule, make will try to start two yacc's
5330           concurrently which fails because of yacc's static file names.
5331
5332 Tue Jun 29 12:20:36 1993  Ian Lance Taylor  ([email protected])
5333
5334         * ldmain.c (subfile_wanted_p): Don't dump core if there are no
5335         symbols.
5336
5337 Mon Jun 28 12:22:11 1993  David J. Mackenzie  ([email protected])
5338
5339         * genscripts.sh (LIB_PATH): Only add /usr/local/lib if it's
5340         different from libdir.
5341
5342         * Makefile.in (scriptdir): Base on tooldir, not datadir.
5343
5344 Sat Jun 26 12:03:57 1993  David J. Mackenzie  ([email protected])
5345
5346         * ldver.c (help): New function.
5347         * ldver.h: Declare it.
5348         * ldlex.l, ldgram.y: Recognize new options --help and --version.
5349
5350 Mon Jun 21 20:39:48 1993  Ken Raeburn  ([email protected])
5351
5352         * Makefile.in (INCLUDES): Don't need ../include any more.
5353
5354 Mon Jun 21 16:38:35 1993  David J. Mackenzie  ([email protected])
5355
5356         * ldlex.l, ldgram.y: Support new -oformat option.
5357         Remove attempt at supporting script fragments on the command line.
5358         * ldlang.c (lang_add_output_format): Take new arg, FROM_SCRIPT.
5359         * mri.c (mri_format), ldgram.y: Change callers.
5360         * ldlang.h: Change prototype.
5361
5362 Thu Jun 17 16:53:56 1993  david d `zoo' zuhn ([email protected])
5363         
5364         * Makefile.in: canonicalize install.sh; for use within
5365         this directory (and subdirs)
5366
5367 Thu Jun 17 14:33:09 1993  David J. Mackenzie  ([email protected])
5368
5369         * ldgram.y: Tweak grammar to make reporting of invalid options work.
5370
5371         * Makefile.in (.cc.o): Restore .SUFFIXES entry for .cc
5372         and .cc.o rule.
5373
5374 Wed Jun 16 11:45:32 1993  David J. Mackenzie  ([email protected])
5375
5376         * ldfile.c (ldfile_open_command): Don't try .ld extension.
5377         It wasn't documented (or likely used) and wastes time.
5378         (try_open): If EXTEN is empty, don't try it.
5379
5380         * ldctor.c, lderror.c, ldexp.c, ldfile.c, ldindr.c, ldlang.c,
5381         ldlex.l, ldmain.c, ldmisc.c, ldsym.c, ldver.c, ldwarn.c,
5382         ldwrite.c, lexsup.c, mri.c, relax.c: Replace DEFUN macro calls
5383         with normal function declarations.
5384
5385         * Move *.em to emultempl/*.em.  Move *.sh to emulparams/*.sh.
5386         Move *.sc-sh to scripttempl/*.sc.
5387         * {emultempl,emulparams,scripttempl}/README: New files.
5388         * sh.em, st2000.em, z8ksim.em, h8300hms.em, h8500hms.em: Files
5389         removed, replaced with generic.em.
5390         * h8300.sh, h8500.sh, h8300.sc, h8500.sc: Renamed from
5391          h8[35]00hms.s[ch].  Change their contents to omit the "hms".
5392
5393         * *.em (*_get_script): Return script name instead of script contents.
5394         * ldlang.c (lang_process): Change caller.
5395
5396         * ldlex.l, ldgram.y: Recognize -m option.
5397         Check for input files after *all* options in grammar.
5398         * ldmain.c (main): Check for -m options.  Add default directory
5399         for -m.
5400
5401         * mkscript.c: File removed.
5402         * genscripts.sh: Take two more parameters, tooldirlib and libdir,
5403         to add to the default LIB_PATH.
5404         Look for input files in the new subdirectories.
5405         Create the scripts in emulations subdirectory and don't filter
5406         them through mkscript.
5407         * configure.in: Make the emulations subdirectory.
5408
5409         * Makefile.in: Account for all of the above changes.
5410         Remove unused .SUFFIXES.  Get libgcc.a path with gcc
5411         -print-libgcc-file-name instead of $(libdir)/libgcc.a.
5412         Put CFLAGS last in the compilation rules.
5413         Add -I../bfd to INCLUDES so sysdep.h is found.
5414
5415 Tue Jun 15 23:04:46 1993  Ken Raeburn  ([email protected])
5416
5417         * Makefile.in (INCLUDES): Look in ../include, not ../bfd.
5418
5419         * aout.sc-sh: Add SHLIB_PATH like STACKZERO.  Make STACKZERO
5420         dependent on RELOCATING, not RELOCATION.
5421         * hp3hpux.sh (SHLIB_PATH): Define it.
5422
5423 Mon Jun 14 19:06:15 1993  David J. Mackenzie  ([email protected])
5424
5425         * ldfile.c (try_open): If opening without the extension fails,
5426         try with the extension even if -v or -V was given.
5427         had_script is imported (from ldgram.y), not exported.
5428
5429 Mon Jun 14 16:26:10 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
5430
5431         * Makefile.in: remove parentdir support, use INSTALL_XFORM
5432
5433 Thu Jun 10 14:00:06 1993  Ian Lance Taylor  ([email protected])
5434
5435         * ldexp.c (exp_fold_tree): Don't lose the old flag bits.
5436         * ldgram.y (statement_list_opt): New nonterminal, either empty or
5437         statement_list.
5438         (section): Use statement_list_opt, not statement_list.
5439         * m68kcoff.sc-sh: Gather constructors and destructors and define
5440         __CTOR_LIST__ and __DTOR_LIST__ appropriately.
5441         * sa29200.sc-sh: Gather constructors and destructors and define
5442         ___CTOR_LIST__ and ___DTOR_LIST__ appropriately.
5443
5444 Mon Jun  7 12:53:28 1993  Per Bothner  ([email protected])
5445
5446         * Makefile.in (INCLUDES):  Add -I../bfd for sysdep.h and bfd.h.
5447         * configure.in:  No longer need to configure to get sysdep.h.
5448
5449 Fri Jun  4 16:18:24 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
5450
5451         * Makefile.in: remove install:all and install-info:info 
5452         dependencies (these cause some spurious rebuilds at 'make install'
5453         time)
5454
5455 Fri Jun  4 08:50:14 1993  Ian Lance Taylor  ([email protected])
5456
5457         * configure.in (mips-idt-ecoffl*): New target; use mips-idtl.
5458         (mips-idt-ecoff*): Added trailing '*'.
5459         * config/mips-idtl.mt: New file; use EMUL of mipsidtl.
5460         * mipsidtl.sh: New file; like mipsidt.sh, but little endian.
5461         * Makefile.in (ALL_EMULATIONS): Added em_mipsidtl.o.
5462
5463         * config/sun3.mh (HOSTING_LIBS, HOSTING_EMU): Removed obsolete and
5464         incorrect definitions.
5465
5466 Tue Jun  1 14:56:10 1993  Per Bothner  ([email protected])
5467
5468         * ldsym.c (write_file_locals):  Write BSF_CONSTRUCTOR
5469         symbols, unless stripping.
5470
5471 Tue May 25 15:34:25 1993  Ian Lance Taylor  ([email protected])
5472
5473         * Makefile.in: configure looks for ####, so remove lines with many
5474         '#' characters.
5475         * config/irix4.mh, config/i386v.mh: New files; set HOSTING_CRT0
5476         and HOSTING_LIBS correctly so that ``make check'' will work.
5477
5478 Thu May 20 13:56:16 1993  Per Bothner  ([email protected])
5479
5480         * mips.sc-sh:  Define _etext, _edata, and _end, in addition
5481         to etext, edata, and end.  Needed for IRIX 4.0.5F.
5482         Patch from [email protected] (Michael Paddon).
5483
5484         * Version 2.2.1 released.
5485
5486 Thu May 20 11:42:06 1993  Ken Raeburn  ([email protected])
5487
5488         * mipsbsd.sc-sh: Renamed from aout-mipsbsd.sc-sh.
5489         * mipsbsd.sh (EMULATION_NAME): Use new file name.
5490
5491 Tue May 18 17:10:24 1993  Ken Raeburn  ([email protected])
5492
5493         * Makefile.in (LDDISTSTUFF): Remove ld.mm since we can't build it
5494         properly right now.
5495
5496         * Version 2.2 released.
5497
5498 Mon May 17 15:37:28 1993  Ken Raeburn  ([email protected])
5499
5500         * ldver.c (ldversion): Bump version number to 2.2.
5501
5502 Mon May 17 12:44:31 1993  Per Bothner  ([email protected])
5503
5504         * NEWS:  New file.
5505
5506 Fri May 14 11:26:24 1993  Ian Lance Taylor  ([email protected])
5507
5508         * mips.sc-sh: Don't define BSS_VAR unless relocating.
5509
5510 Wed May 12 13:33:29 1993  Ian Lance Taylor  ([email protected])
5511
5512         * Makefile.in (mkscript.o, mkscript): Build mkscript via
5513         mkscript.o, rather than directly from mkscript.c.
5514
5515 Tue May  4 21:58:56 1993  Ken Raeburn  ([email protected])
5516
5517         * configure.in: Look for ${target_makefile_frag} relative to
5518         ${srcdir}, not relative to build directory.
5519
5520         * hppaosf.em, hppaosf.sc-sh, hppaosf.sh: New files.
5521         * configure.in: Recognize hppa*-hp-osf.
5522         * Makefile.in (ALL_EMULATIONS): Include hppaosf emulation.
5523         (em_hppaosf.c): Build it.
5524         * config/hppaosf.mh, hppaosf.mt: New files.
5525
5526         * ld.h (ALIGN_N): Renamed from ALIGN, because that conflicted with
5527         some system header files.  All uses changed.
5528
5529         * configure.in: Recognize i386-aix configurations as i386-coff
5530         targets.
5531
5532         * configure.in: Recognize m68*-*-hpux.
5533         * aout.sc-sh: If STACKZERO and RELOCATING are both defined, output
5534         the value of STACKZERO.
5535         * Makefile.in (ALL_EMULATIONS): Include hp300-hpux emulation.
5536         (em_hp3hpux.c): Build it.
5537         * hp3hpux.sh, config/hp300hpux.mt: New files.
5538
5539 Tue May  4 12:37:35 1993  Ian Lance Taylor  ([email protected])
5540
5541         * mips.sc-sh: Put constructors in the .data section.
5542         * Makefile.in (cdtest): Added dependency on ld.new.
5543
5544 Mon May  3 19:43:39 1993  Per Bothner  ([email protected])
5545
5546         * Makefile.in:  Change definition of $(tooldir) to match FSF.
5547         * vax.sh, config/vax.mt, configure.in, Makefile.in:
5548         Support VAX Ultrix and BSD.
5549
5550 Mon Apr 26 18:35:47 1993  Steve Chamberlain  ([email protected])
5551
5552         * sh.em, sh.sh, sh.sc-sh: New files supporting Hitachi SH.
5553
5554 Wed Apr 14 21:01:51 1993  John Gilmore  ([email protected])
5555
5556         * ldlang.h (struct memory_region):  Change `length' and
5557         `old_length' fields to bfd_size_type.  Eliminate use of bfd_offset.
5558         * ldlang.c, mri.c:  Corresponding changes, plus lint.
5559
5560 Thu Apr  8 22:08:18 1993  Ian Lance Taylor  ([email protected])
5561
5562         * configure.in: For all i386 targets, accept i486 as well.
5563
5564 Mon Apr  5 17:33:39 1993  Ian Lance Taylor  ([email protected])
5565
5566         * ldlang.c (wild_doit): Preserve all flags for a
5567         SEC_SHARED_LIBRARY section.
5568         (size_input_section): Consider any SEC_HAS_CONTENTS section when
5569         computing largest_section.
5570
5571 Fri Apr  2 14:33:52 1993  Ian Lance Taylor  ([email protected])
5572
5573         * ldlang.c (lang_output_section_statement_lookup): Initialize all
5574         fields of newly created structure.
5575
5576 Wed Mar 31 18:19:15 1993  Ian Lance Taylor  ([email protected])
5577
5578         * ldmain.c (g_switch_value): New variable.
5579         * ldgram.y (OPTION_G, OPTION_Gval): New tokens.
5580         (command_line_option): Accept -G and set g_switch_value.
5581         * ldlex.l (COMMAND): Accept -G.
5582         * ldlang.c (open_output): Call bfd_set_gp_size on new BFD.
5583
5584 Tue Mar 30 09:40:25 1993  Steve Chamberlain  ([email protected])
5585
5586         Support for linking and loading at different places:
5587
5588         * ldlex.l: Add "AT" keyword.
5589         * ldgram.y: Cleanup, and parse AT.
5590         * ldlang.c (print_output_section_statement): Print output address
5591         of section in map. (lang_size_sections): Fill sections' lma with
5592         load address.
5593         * ldlang.h (lang_output_section_statement_type): Add load_base
5594         information.
5595
5596         * ldindr.c (add_indirect): Keep more information in the alias
5597         symbol chain.
5598         * ldlang.c (wild_doit):  Don't inherit NEVER_LOAD section
5599         attribute from an input section.
5600         * ldmain.c (Q_enter_file_symbols): Common section is NEVER_LOAD by
5601         default. (Q_enter_file_symbos): Indirect symbols now are known by
5602         their section, not a special symbol flag.
5603         * ldsym.c (write_file_locals): Indirect symbols aren't local.
5604         (write_file_globals): Write the mapping for an indirect symbol.
5605         * relax.c (build_it): When forced to write a NEVER_LOAD section,
5606         fill it with zeros.
5607
5608 Tue Mar 23 13:24:10 1993  Jeffrey Osier  ([email protected])
5609
5610         * ld.texinfo:  changes for q1
5611
5612 Tue Mar 23 00:13:29 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
5613
5614         * Makefile.in: add dvi target, define & use TEXI2DVI, add installcheck
5615
5616 Mon Mar  8 20:30:35 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
5617
5618         * Makefile.in: rename HOST_CC to CC_FOR_BUILD
5619
5620 Thu Mar  4 12:44:33 1993  Ian Lance Taylor  ([email protected])
5621
5622         * mips.sc-sh: Added variables which may be overridden by a
5623         specific emulation.
5624         * mipsidt.sh: New file; emulation for IDT MIPS board.
5625         * Makefile.in (ALL_EMULATIONS): Added em_mipsidt.o.
5626         (em_mipsidt.c): New target.  Uses mipsidt.sh and mips.sc-sh.
5627         * config/mips-idt.mt: New file; sets EMUL to mipsidt.
5628         * configure.in (mips-idt-ecoff): New target; uses mips-idt.
5629
5630 Sat Feb 27 00:00:14 1993  Ken Raeburn  ([email protected])
5631
5632         * aout-mipsbsd.sc-sh, mipsbsd.sh: New files from Ralph Campbell,
5633         [email protected].
5634         * i386bsd.sh, config/i386bsd.mt: New files.
5635         * configure.in, Makefile.in: Added support for mipsbsd and 386bsd.
5636
5637 Thu Feb 25 15:33:10 1993  Per Bothner  ([email protected])
5638
5639         * mri.c:  Add extern declaration of strdup.
5640         * ldsym.c (KEEP macro):  Add spaces around '=' for the
5641         sake of old (e.g. PCC) compilers.
5642
5643 Wed Feb 24 19:49:31 1993  Per Bothner  ([email protected])
5644
5645         * ldver.c:  Bump to version 2.1.
5646
5647 Fri Feb 12 08:09:11 1993  Steve Chamberlain  ([email protected])
5648
5649         * ldgram.y: allow section types without address  expressions.
5650         * ldlang.c (lang_relocate_globals): avoid possible hang with
5651         undefined but unreferenced symbols.
5652         * relax.c (relax_section): don't complain if the script file isn't
5653         relaxable but -relax is set
5654
5655 Thu Feb 18 17:58:45 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
5656
5657         * configure.in: go32 is the 3rd part of the triple, not the 2nd
5658
5659 Wed Feb  3 09:05:56 1993  Ian Lance Taylor  ([email protected])
5660
5661         * mipsbig.sh: New file.  Big endian MIPS emulation.
5662         * config/mips-big.mt: New file.  Use mipsbig emulation.
5663         * configure.in (mips-sgi-irix*): Use target mips-big.
5664         * Makefile.in (ALL_EMULATIONS): Added em_mipsbig.o.
5665         (em_mipsbig.c): New target.  Uses mipsbig.sh.
5666
5667 Tue Feb  2 11:32:27 1993  Ian Lance Taylor  ([email protected])
5668
5669         * mips.sc-sh: Put .scommon sections into .sbss section.
5670
5671         * ldmain.c (subfile_wanted_p): Preserve section of common symbols,
5672         rather than always putting them in bfd_com_section.
5673         * ldlang.c (lang_common): If a common symbol is not in
5674         bfd_com_section, put in a section of the same name, rather than
5675         always putting it in section COMMON.
5676
5677 Fri Jan 29 09:57:58 1993  Ian Lance Taylor  ([email protected])
5678
5679         * ldmain.c (subfile_wanted_p): If we already have a common
5680         definition of a symbol, don't necessarily pull in an object file
5681         that provides a non-common definition.
5682
5683         * ldlex.l (COMMAND): Accept -EB and -EL command line arguments,
5684         returning OPTION_EB and OPTION_EL.  gcc passes these to a MIPS
5685         linker.
5686         * ldgram.y (OPTION_EB, OPTION_EL): New tokens.
5687         (command_line_option): Accept and ignore OPTION_EB and OPTION_EL.
5688
5689 Thu Jan 28 15:12:04 1993  Ian Lance Taylor  ([email protected])
5690
5691         * Makefile.in (install): Remove $(tooldir)/bin/gld before creating
5692         the link to it.
5693
5694 Tue Jan 26 11:49:50 1993  Ian Lance Taylor  ([email protected])
5695
5696         * ldmain.c, ldsym.c: Use new bfd_is_com_section macro rather than
5697         checking for equality to bfd_com_section.
5698
5699 Fri Jan 22 14:22:44 1993  Ian Lance Taylor  ([email protected])
5700
5701         * mips.sc-sh: New file.  Ultrix, and hopefully other MIPS ECOFF
5702         targets, linker script.
5703         * mipslit.sh: New file.  Little endian MIPS emulation.
5704         * config/mips-lit.mt: New file.  Use mipslit emulation.
5705         * configure.in (mips-dec-ultrix*): Use target mips-lit.
5706         * Makefile.in (ALL_EMULATIONS): Added em_mipslit.o.
5707         (em_mipslit.c): New target.  Uses mipslit.sh.
5708
5709 Thu Jan 14 15:30:27 1993  Ian Lance Taylor  ([email protected])
5710
5711         * Makefile.in (install): Install ld as both $(tooldir)/bin/ld and
5712         $(tooldir)/bin/gld, so that gcc can find it with or without
5713         collect2.
5714
5715 Mon Jan 11 18:50:07 1993  Ian Lance Taylor  ([email protected])
5716
5717         * ldwrite.c: Removed perform_relocation, copy_and_relocate, and
5718         write_norel.  All linking is now done via write_relax.  Call
5719         ldsym_write before calling write_relax.
5720         * relax.c: Added copyright.
5721         (write_relax): Renamed from write_relaxnorel.  Added relocateable
5722         argument.  seclet_dump renamed to bfd_seclet_link.
5723         * relax.h: Added copyright.
5724
5725 Mon Jan 11 15:41:56 1993  Steve Chamberlain  ([email protected])
5726
5727         * ldmain.c (decode_library_subfile): Patch from
5728         [email protected], don't reread library symbol tables.
5729
5730 Fri Jan  8 18:04:33 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
5731
5732         * config/vxworks960.mt renamed to config/i960.mt
5733
5734         * configure.in: sparc-aout emulates a sun4, as does
5735         sparc*-vxworks, i960-nindy uses gld960 emulation
5736
5737 Fri Jan  8 14:39:07 1993  Steve Chamberlain  ([email protected])
5738
5739          Fix support for NOLOAD, add INCLUDE
5740         * ldfile.c (ldfile_open_command_file): pass file name to
5741         lex_push_file.
5742         * ldlex.l, ldgram.y: tidy up, parse INCLUDE and NOLOAD 
5743         * ldlang.c (wild_doit): make output sections inherit NEVER_LOAD
5744         attribute.
5745
5746 Thu Jan  7 10:22:19 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
5747
5748         * Makefile.in, config.h: no more default emulation.  Make the lack
5749         of emulation a compile time error
5750
5751 Wed Jan  6 01:08:37 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
5752
5753         * configure.in: recognise all sparclite variants, not just 'sparclite'
5754
5755 Mon Dec 28 11:15:35 1992  Ian Lance Taylor  ([email protected])
5756
5757         * m68kcoff.sc-sh: define _end as well as end, for consistency with
5758         aout.sc-sh.
5759
5760         * configure.in: accept *-ericsson-ose for any m68k CPU.
5761
5762         * ldwrite.c (write_rel): don't always set SEC_HAS_CONTENTS flag
5763         for each output section.
5764
5765 Mon Dec 21 16:06:59 1992  Per Bothner  ([email protected])
5766
5767         * ldexp.c, ldlang.c, ldmain.c, ldsym.c, ldwarn.c:  Use new
5768         macro bfd_asymbol_bfd as appropriate.
5769         * Makefile.in:  Un-duplicate ldlex.c dependency.
5770         * condigure.in:  Replace my_host case table by sourcing
5771         ../bfd/configure.host.  Allow std-host as the default.
5772         * ldmisc.c:  Change logic for C++ name demangling:  There is
5773         no initial '_' to remove from stab-derived function names.
5774
5775 Sun Dec 13 16:31:26 1992  Steve Chamberlain  ([email protected])
5776
5777         * ldlang.c (lang_init_script_file): don't attach the output file
5778         sections to the script file.
5779
5780 Wed Dec  9 08:38:05 1992  Steve Chamberlain  ([email protected])
5781         * ldlang.c (wild): run expansion loop over command line bfd too.
5782         (lang_ini_script_file): initialize more parts of the command line
5783         bfd.
5784         * ldlex.l: fix DEFINED start states.
5785
5786 Mon Dec  7 08:43:41 1992  Steve Chamberlain  ([email protected])
5787          -y support
5788         * ld.texinfo: new doc.
5789         * ldgram.y, ldlex.l: understand -y<symbol>
5790         * ldmain.c (Q_enter_file_symbols): if had -y, lookup symbol and
5791         print info. (add_ysym): new function.
5792         * ldsym.h: (ldsym_type): new define SYM_Y.
5793
5794 Sat Nov 21 03:15:27 1992  John Gilmore  ([email protected])
5795
5796         * ldctor.h, lderror.h, ldexp.h, ldfile.h, ldindr.h, ldlang.c,
5797         ldlang.h, ldlex.h, ldmain.h, ldmisc.h, ldsym.h, ldver.h, ldwarn.h,
5798         ldwrite.h, relax.h:  Replace all uses of EXFUN and PROTO ansi-glue
5799         macros with PARAMS.  Recreational cleanup.  Update copyrights.
5800
5801 Tue Nov 10 00:23:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
5802
5803         * Makefile.in: pass down the bfd source directory for includes
5804
5805 Thu Nov  5 15:41:55 1992  Ian Lance Taylor  ([email protected])
5806
5807         * ldlang.c (lang_size_sections): don't change size and address for
5808         SEC_SHARED_LIBRARY sections rather than for SEC_NEVER_LOAD
5809         sections.
5810
5811 Thu Nov  5 11:33:57 1992  Steve Chamberlain  ([email protected])
5812
5813         * relax.c (build_it): re-enable the processing of data_statements
5814         in scripts, makes counted contructor lists work again.
5815
5816 Thu Nov  5 05:43:01 1992  John Gilmore  ([email protected])
5817
5818         * ldemul.h:  Remove uses of SDEF and PROTO macros (use PARAMS).
5819
5820 Tue Oct 20 10:56:06 1992  Ian Lance Taylor  ([email protected])
5821
5822         * m68kcoff.sc-sh: don't use initial underscores for etext, edata
5823         and end.
5824
5825 Mon Oct 19 09:45:38 1992  Ian Lance Taylor  ([email protected])
5826
5827         * Support for i386-sysv.
5828         configure.in: check for i386-*-sysv* and i386-*-sco*.
5829         i386coff.sc-sh: rewrote to support SVR3 by default.
5830         ldctor.c (find_constructors): preserve stat_ptr.
5831         ldlang.c (wild_doit): initialize vma and size of new output
5832         section to corresponding input section.  This is required for
5833         shared library support.
5834         (lang_size_sections): don't modify vma and size of sections which
5835         are never loaded (for shared libraries).
5836         ldwrite.c (copy_and_relocate): copy the contents of any section
5837         which has contents, not just sections which are loaded (for shared
5838         libraries).
5839
5840 Thu Oct 15 15:20:26 1992  Steve Chamberlain  ([email protected])
5841
5842         * ldlang.c (size_input_section): count the sizes of all sections
5843         we allocate.
5844
5845 Thu Oct  8 09:05:25 1992  Steve Chamberlain  ([email protected])
5846
5847         * ldmisc.c (demangle,vfinfo): use the new underscore in bfd to 
5848         to demangle symbols better
5849
5850 Tue Oct  6 13:08:54 1992  Ian Lance Taylor  ([email protected])
5851
5852         * ldlang.c (lang_finish): don't warn if -e start symbol does not
5853         exist when linking with -r.
5854
5855 Mon Oct  5 14:07:37 1992  Ian Lance Taylor  ([email protected])
5856
5857         * aout.sc-sh, m68kcoff.sc-sh: set __bss_start to the start of the
5858         .bss segment.
5859
5860 Mon Oct  5 08:55:14 1992  Steve Chamberlain  ([email protected])
5861
5862         * ldmain.c (linear_library): don't even think about processing 
5863         an object file if it's already been done
5864
5865 Thu Oct  1 23:14:59 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
5866
5867         * configure.in: the hp9000/300 config file is now hp300
5868
5869 Wed Sep 30 07:34:09 1992  Steve Chamberlain  ([email protected])
5870
5871         * config/z8ksim.mt: new file
5872
5873 Fri Sep 25 13:49:52 1992  Ken Raeburn  ([email protected])
5874
5875         * Makefile.in (ldexp.o, ldctor.o, ldlang.o, ldmain.o, ldwrite.o,
5876         lexsup.o, mri.o, relax.o): Indicate dependence on ldgram.h.
5877
5878         * ld.h (strip_symbols_type): Add value STRIP_SOME.
5879         * ldgram.y (OPTION_RETAIN_SYMBOLS_FILE): New terminal token.
5880         * ldlang.c (lang_add_keepsyms_file): New function.
5881         * ldlex.l: Handle "-retain-symbols-file".
5882         * ldsym.c (keepsyms_file, kept_syms): New vars.
5883         (process_keepsyms): New functihon; reads file, marks symbols for
5884         saving.
5885         (write_file_locals): File symbols should always be kept.
5886         (ldsym_write): Warn about "-retain-symbols-file" overriding "-S"
5887         and "-s".  Process retain-symbols file before setting symtab.
5888         * ldsym.h (SYM_KEEP): New flag for ldsym_type flags.
5889         (keepsyms_file, kept_syms): Declare them.
5890
5891         * ldmain.c (main): Non-fatal errors should still cause non-zero
5892         exit status even with -r.
5893
5894 Fri Sep 25 11:08:01 1992  Steve Chamberlain  ([email protected])
5895
5896         Added initial support for the z8k
5897         * z8ksim.em, z8ksim.sc-sh, z8ksim.sh: new files
5898         * configure.in, Makefile.in: modified to reflect above
5899
5900         * ldlang.c (lang_check): when linking conflicting architectures,
5901         make the output file reflect at least one of the bad inputs.
5902
5903 Tue Sep 15 15:35:38 1992  Ian Lance Taylor  ([email protected])
5904
5905         * Makefile.in (install): if $(tooldir) exists, install ld in
5906         $(tooldir)/bin.
5907
5908 Fri Sep 11 10:24:22 1992  Steve Chamberlain  ([email protected])
5909
5910         * Makefile.in, configure.in: modified to support i386-coff
5911         * i386coff.sh: new file
5912
5913 Wed Sep  9 11:52:58 1992  Ian Lance Taylor  ([email protected])
5914
5915         * Makefile.in, m68kcoff.sh, m68kcoff.sc-sh, config/m68k-coff.mt:
5916         added m68k-coff emulation mode, stolen from a29k emulation.
5917         Almost certainly wrong, but perhaps better than sun3.
5918
5919 Thu Sep  3 14:19:30 1992  Per Bothner  ([email protected])
5920
5921         * Makefile.in, Makefile.dos, generic.em, genscripts.sh,
5922         gld960.em, h8300hms.em, h8300xray.em, lnk960.em, st2000.em,
5923         vanilla.em:  Rename all (generated) ld__*.c files to em_.c.
5924         This is one character shorter, and lets people build on
5925         SVR3 system. (ld__h8300xray.[co] was the killer there;
5926         h8300xray.sc-sh is also overlong, but seems harmless.)
5927         Based on a patch from Jonathan Ryshpan <hitachi!amito!jon>.
5928         * Makefile.in (clean):  Fix typo mostclean -> mostlyclean.
5929         * configure.in:  Add host isc.
5930
5931         * ldver.c:  Call it version 2.0.
5932
5933 Wed Sep  2 00:21:33 1992  Per Bothner  ([email protected])
5934
5935         * ldver.c:  Bump to version 0.98.
5936         * TODO:  New file.
5937
5938         * Makefile.in:  Added mostlyclean, distclean, realclean rules.
5939
5940 Tue Sep  1 23:42:16 1992  Per Bothner  ([email protected])
5941
5942         * ldmisc.c (xrealloc):  New (needed by ../libiberty/cplus.dem.c).
5943         * ldlex.l: Moved comment() to end, since some compilers
5944         otherwise have problems with input() used before it is defined.
5945
5946 Tue Sep  1 17:45:51 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
5947
5948         * configure.in: added Solaris 2 and Irix 4 host support.
5949
5950 Mon Aug 31 19:27:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
5951
5952         * Makefile.in: remove -S flag from the FLEX definition
5953
5954         * configure.in: rewrote, using new style case statement.  use
5955         m68k.mt for m68k-aout systems
5956
5957 Sun Aug 30 21:38:53 1992  Ian Lance Taylor  ([email protected])
5958
5959         * Makefile.in: map "ld" through program_transform_name when
5960         installing.
5961
5962 Sun Aug 30 18:12:13 1992  Per Bothner  ([email protected])
5963
5964         * cplus-dem.c:  Removed.  Use the version in libiberty now.
5965         * ldmisc.c:  Use new libiberty version of cplus_demangle().
5966
5967 Thu Aug 27 16:38:42 1992  Ian Lance Taylor  ([email protected])
5968
5969         * gld960.em (gld960_choose_target): default to little endian, not
5970         big endian.
5971
5972 Wed Aug 26 17:28:51 1992  Steve Chamberlain  ([email protected])
5973
5974         * ldlang.c (lang_process): don't pass null pointers when
5975         abs_output_section is what is required.
5976         * ldwrite.c (ldwrite): use malloc to allocate the largest space
5977         used, and pass that down.
5978         * relax.c,relax.h (write_relaxnorel): use the passed malloc area rather
5979         than alloca. 
5980         
5981 Mon Aug 24 14:42:06 1992  Ian Lance Taylor  ([email protected])
5982
5983         * configure.in, config/ose68.mt: renamed OSE to ose.
5984
5985 Thu Aug 20 19:55:22 1992  Ken Raeburn  ([email protected])
5986
5987         * ldsym.c (write_file_locals): Reorder check for common or
5988         undefined symbols so that it works.
5989
5990 Tue Aug 18 13:41:36 1992  Ian Lance Taylor  ([email protected])
5991
5992         * configure.in: accept all m68K family members.
5993
5994         * Makefile.in: always create installation directories.
5995
5996 Thu Aug 13 11:49:34 1992  Steve Chamberlain  ([email protected])
5997
5998         * ldlex.l: now parses comment correctly, added ~ to acceptable
5999         chars in filenames
6000         
6001         * ldexp.c (exp_unop): pass down abs_output_section - now can have
6002         unary -ve constants.
6003
6004         * ldlang.c (lang_finish): warn when an entry symbol supplied on
6005         the command line can't be found.
6006
6007 Fri Aug  7 12:31:10 1992  Steve Chamberlain  ([email protected])
6008
6009         * ldlang.h: add new field "loadable" to output_section_statement.
6010         * ldlang.c (lang_output_section_statement_lookup): initilize new
6011         field. (wild_doit): if new field is not set, then stop output
6012         section from being loadable.
6013         (lang_enter_output_section_statement): set the field from the
6014         NOLOAD keyword
6015         * ldgram.y: new synax for NOLOAD. Removes a shift/reduce too.
6016         * h8300hms.sc-sh, h8300hms.em: get -r right.
6017
6018 Thu Aug  6 18:35:21 1992  Per Bothner  ([email protected])
6019
6020         * ldint.texinfo:  New internals manual (beginnings thereof).
6021         * PORTING:  Removed, merged into ldint.texinfo.
6022
6023 Tue Aug  4 21:12:29 1992  Per Bothner  ([email protected])
6024
6025         * cdtest-main.cc, cdtest-func.cc, cdtest-foo.h, cdtest-foo.cc,
6026         cdtest.exp:  A test program (copied from libg++/test-install)
6027         that tests that constructor and destructors are handled
6028         corrrectly.
6029
6030 Mon Aug  3 14:58:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
6031
6032         * Makefile.in (install): install from ld.new, renaming during the
6033         copy, or else the next 'make install' needs to re-link ld.
6034
6035 Mon Jul 20 03:37:06 1992  D. V. Henkel-Wallace  ([email protected])
6036
6037         * configure.in: generalise hp recognition (from sef).
6038
6039 Sat Jul 18 14:46:04 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
6040
6041         * configure.in: recognize bsd and hpux hppa configurations.
6042         error messages echo to stderr, not stdout
6043
6044 Fri Jul 17 22:06:11 1992  K. Richard Pixley  ([email protected])
6045
6046         * Makefile.dos, gld.1, ld.texinfo, ldemul.c, ldfile.c, ldlang.c,
6047           ldmisc.c: removed rcsid's.
6048
6049 Tue Jul 14 08:34:34 1992  Steve Chamberlain  ([email protected])
6050
6051         * ldlang.c (lang_map): print changes in sizes due to relaxing
6052         (size_input_section): maintain the delta information. 
6053         * ldlang.h: add new field to struct to contain delta info.
6054         * relax.c  (relax_section): complain if input not relaxable.
6055         * ldlex.l : add '_', ',' and '$' to chars which can appear at the
6056         start of a filename
6057
6058 Mon Jul 13 17:33:00 1992  Steve Chamberlain  ([email protected])
6059
6060         * ldmain.c(main): prevent -r and -relax from being on at the same
6061         time.
6062
6063 Wed Jul  1 17:51:19 1992  Steve Chamberlain  ([email protected])
6064
6065         * ldmain.c (Q_enter_global_ref), ldindr.c (add_indirect): fix for
6066         aliasing problems
6067         
6068
6069 Thu Jun 18 09:38:56 1992  Steve Chamberlain  ([email protected])
6070
6071         * h8300hms.em, h8300hms.sc-sh:  do the right thing for -r
6072         * ldexp.c:  lint
6073         * ldlang.c(open_output): set the target arch and machine as soon
6074         as we can. (lang_size_sections): use new macros for setting vma
6075         * ldwrite.c: lint
6076
6077 Mon Jun 15 08:47:43 1992  Michael Tiemann  ([email protected])
6078
6079         * configure.in (my_target): Accept m680?0 for wrs as vxworks68.
6080         Also deleted an unreachable path to wrs.
6081
6082 Wed May 27 23:24:19 1992  Michael Tiemann  ([email protected])
6083
6084         * Makefile.in (install): use -d test for $tooldir before
6085         installing ld there so that $tooldir can be inherited from
6086         top-level Makefile.
6087
6088 Wed May 27 16:56:48 1992  Per Bothner  ([email protected])
6089
6090         * ldlang.c:  Two non-substantial changes for the sake of
6091         the old Portable C Compiler.
6092
6093 Wed May 27 15:15:58 1992  Steve Chamberlain  ([email protected])
6094
6095         * ldgram.y, ldlex.l: parse ABSOLUTE
6096         * ldexp.c: add support for ABSOLUTE
6097
6098 Wed May 27 13:07:20 1992  Per Bothner  ([email protected])
6099
6100         * Makefile.in:  Added default definitions for HOSTING_CRT0,
6101         HOSTING_LIBS, and HOSTING_EMU, based on those in config/*.mh.
6102         * config/*.mh:  Miscellaneous clean-up:  Removed definitions
6103         of YACC (since it is not longer used in the Makefile).
6104         Remove HOSTING_* definitions that are subsumed by the
6105         ones added to Makefile.in.  Removed most definitions of CC.
6106         * config/{sparc,news,hp300bsd,decstation}.mh:  Removed;
6107         These are no longer needed.
6108
6109 Fri May 22 13:47:19 1992  Per Bothner  ([email protected])
6110
6111         * Makefile.in:  Use srcdir instead of VPATH in ldgram/ldlex
6112         rules, since these are used when building a distribution.
6113         * Makefile.in (ldlex.c):  Don't re-direct output, since that
6114         leaves a bogus output files if it fails.
6115
6116         * config/sparc.mh:  Fix HOSTING_LIBS so it has a chance of working.
6117         * ldlex.c:  Fix some unnecessary flex-specific-isms.
6118
6119 Fri May  8 11:49:43 1992  Steve Chamberlain  ([email protected])
6120
6121         * ldgram.y: move spurious semicolon
6122         * ldexp.h: fix prototype
6123
6124 Thu May  7 17:01:12 1992  Roland H. Pesch  ([email protected])
6125
6126         * ld.texinfo: references to linker now say "ld" not "gld".
6127
6128 Wed May  6 13:26:19 1992  Steve Chamberlain  ([email protected])
6129
6130         changed calling convention for Q_enter_global_ref
6131         * ldexp.c, ldlang.c, ldmain.c: reflect this
6132         * ldver.c: bump version to 1.97.1
6133         * ldindr.c (add_indirect): when an edict declaring an indirect
6134         symbol is found, make sure that any ideas about the symbol being
6135         common are changed if it now known to be defined.
6136         * ldmain.c (linear_library): complain once if archive isn't
6137         ranlibbed.
6138         * ldlang.h, ldlang.c: make room for and initialize the complain
6139         once field.
6140
6141 Wed May  6 11:07:35 1992  K. Richard Pixley  ([email protected])
6142
6143         * Makefile.in: use flex & bison from ../ if they exist.
6144
6145 Tue May  5 17:47:33 1992  Steve Chamberlain  ([email protected])
6146
6147         * relax.c (build_it): don't allocate space in the output file for
6148         stuff if -R flag applys to it.
6149         * ldfile.c: merge in VMS filename support
6150         * ldmain.c (main): take out ./ from library path, and close file
6151         before unlinking. Make multiple defs of a symbol create an
6152         unexecable file.
6153         * ldmisc.c: fatal errosrs delete output file 
6154
6155 Tue May  5 14:05:05 1992  Per Bothner  ([email protected])
6156
6157         * ldver.c:  Increase version number to 1.97, for consistency
6158         with ../binutils.
6159
6160 Tue May  5 12:12:24 1992  K. Richard Pixley  ([email protected])
6161
6162         * Makefile.in: FLEX -> LEX.
6163
6164         * ld.texinfo: {} -> @{@}.
6165
6166 Mon May  4 17:52:41 1992  Roland H. Pesch  ([email protected])
6167
6168         * ld.texinfo: describe alternate, MRI-compatible linker scripts
6169         (and associated change in -c option, now used for these scripts)
6170
6171 Mon May  4 16:10:10 1992  Steve Chamberlain  ([email protected])
6172
6173         * ldver.c: Bumped version to 1.96 - new release, resync with the
6174         bfd too #.
6175         * ldexp.c, ldlang.c: now build memory shape tree in obstacks
6176         rather than with raw malloc, makes it easier to track where memory
6177         is going.
6178         * ldsym.h, ldsym.c: create obstack for all global symbols too.
6179         * ldwrite.c (ldwrite): moved malloc so only used when needed.
6180         * sa29200-sc.sh: added support for .lit, data1 and data2 sections.
6181
6182
6183 Fri May  1 18:17:52 1992  K. Richard Pixley  ([email protected])
6184
6185         * config/sparc.mh: use ../gcc/libgcc.a on check if it exists.
6186
6187         * Makefile.in: use bootstrap for check.
6188
6189 Fri May  1 13:03:41 1992  Steve Chamberlain  ([email protected])
6190
6191         * ldgram.y, ldlex.c, mri.c: added more compatible words; BASE, ALIAS and
6192         PUBLIC.
6193         * Makefile.in: now use flex, not lex
6194         * ldlex.l, ldlang.c, ldctor.c: lint
6195
6196 Wed Apr 22 12:48:42 1992  Steve Chamberlain  ([email protected])
6197
6198         * ldlex.l: added CMDFILENAMECHAR state so that you can lex
6199         different sorts of filenames on the command line than in a script.
6200
6201 Mon Apr 20 22:37:04 1992  K. Richard Pixley  ([email protected])
6202
6203         * Makefile.in: rework CFLAGS so that they can be passed on the
6204           make command line.  Remove MINUS_G.  Default CFLAGS to -g.
6205
6206 Fri Apr 17 08:57:17 1992  Steve Chamberlain  ([email protected])
6207
6208         * relax.c: added handling for new "padding" seclet type, used to
6209         fill out gaps between section.
6210         * ldgram.y, ldlex.l: now -defsym on the command line is done
6211         properly.
6212
6213 Wed Apr 15 21:20:07 1992  K. Richard Pixley  ([email protected])
6214
6215         * Makefile.in: the tooldir copy of ld goes directly in tooldir.
6216
6217 Wed Apr 15 16:09:33 1992  Steve Chamberlain  ([email protected])
6218
6219         * mri.c, ldgram.y, ldlex.l: added support for minimal strange link
6220         scripts.
6221
6222 Thu Apr  9 05:52:02 1992  Ken Raeburn  ([email protected])
6223
6224         * Makefile.in (install): Install second copy in $(tooldir)/bin
6225         without $(program_prefix), since that's what gcc expects.
6226
6227 Sat Apr  4 17:44:06 1992  Steve Chamberlain  ([email protected])
6228
6229         * ldlex.l, ldgram.y, ldlex.h: Rewrote lexer. Now it's much nicer. 
6230         * h8300*: fix bit rot and add support for h8300xray target
6231         * go32.sh: target emulation for go32.
6232
6233 Mon Mar 16 14:53:29 1992  Steve Chamberlain  ([email protected])
6234
6235         * gld960.em, i960.sc-sh. Fix i960 bit rot
6236
6237 Fri Mar 13 19:47:22 1992  K. Richard Pixley  ([email protected])
6238
6239         * Makefile.in: install man page.
6240
6241 Fri Mar 13 08:23:59 1992  Steve Chamberlain  ([email protected])
6242
6243         * config/mt-<foo> renamed to <foo>.mt
6244         * config/mh-<foo> renamed to <foo>.mt
6245         * configure.in changed to reflect this
6246         * genscripts.sh now make .xbn files rather than .xN files
6247
6248 Sat Mar  7 03:40:40 1992  K. Richard Pixley  ([email protected])
6249
6250         * ldver.h: fix decl of ldversion.
6251
6252 Fri Mar  6 22:00:35 1992  K. Richard Pixley  ([email protected])
6253
6254         * Makefile.in: added check target.
6255
6256 Fri Mar  6 06:59:04 1992  Steve Chamberlain  ([email protected])
6257
6258         * ldmain.c (Q_enter_file_symbols): now aliases work again
6259
6260 Thu Mar  5 21:39:29 1992  K. Richard Pixley  ([email protected])
6261
6262         * Makefile.in: added clean-info target.
6263
6264 Thu Mar  5 16:55:56 1992  Steve Chamberlain  ([email protected])
6265
6266         * ldexp.c (exp_print_tree): don't try and follow null pointers
6267         around.
6268         * ldgram.y: remove 11 shift reduce errors
6269
6270 Tue Mar  3 15:46:39 1992  K. Richard Pixley  ([email protected])
6271
6272         * Makefile.in: added tooldir and program_prefix.
6273
6274 Fri Feb 28 08:17:45 1992  Steve Chamberlain  (sac at thepub.cygnus.com)
6275
6276         * ldlang.c (size_input_section): don't move absolute sections
6277         around!
6278
6279
6280 Thu Feb 27 09:20:41 1992  Steve Chamberlain  (sac at thepub.cygnus.com)
6281     
6282         * cplus-dem.c: yet another copy of this - maybe it should go into
6283         libiberty ?
6284         * ldgram.y: now -V and -v have different actions
6285         * ldver.c: if -V, prints list of emulations compiled in
6286         * ldmisc.c: support for cplus demangling
6287
6288
6289 Wed Feb 26 18:04:40 1992  K. Richard Pixley  ([email protected])
6290
6291         * Makefile.in, configure.in: removed traces of namesubdir,
6292           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
6293           copyrights to '92, changed some from Cygnus to FSF.
6294
6295 Thu Feb 20 17:43:46 1992  Per Bothner  (bothner at cygnus.com)
6296
6297         * Makefile.in:  Change mkscript rule into one for ./mkscript
6298         (for the sake of makes that don't realize they're the same).
6299         * PORTING:  Add more details.
6300         * genscripts.sh:  Add more tailorability of DATA_ALIGNMENT.
6301
6302 Mon Feb 17 12:04:36 1992  Per Bothner  (bothner at cygnus.com)
6303
6304         * Makefile.in, and new files hp300bsd.sh, config/mh-hp300bsd,
6305         config/mt-hp300bsd:  New port to hp300 running BSD.
6306
6307 Sat Feb 15 13:59:54 1992  Per Bothner  (bothner at cygnus.com)
6308
6309         Major rewrite of how ld is configured.  The major idea
6310         is to use shell scripts to generate everything.
6311         * generic.em replaces ldtemplate.
6312         * Other *.em files replace various *.c files.
6313         A *.em file is a shell script that generates the corresponding
6314         ld__*.c file that implements an emulation.  This is usually
6315         a straight 'cat' of a here-document, possibly with substitutions.
6316         * Script files (*.sc) are places by *.sc-sh scripts.
6317         Again, these are simple shell scripts that 'cat'
6318         here-documents, usually with some substitutions.
6319         The output a *.sc-sh is a script file.
6320         * Each emulation is defined by a short shell script with
6321         extension *.sh that specifies the emulation-specific
6322         parameters (such as the name of the *.sh-sc and *.em
6323         files to use).
6324         * genscript.sh is the master shell script used to generate
6325         an emulation.  It is passed various argument, including
6326         the name a the emulation-speciic *.sh file that it
6327         "sources" to set variables to emulation-specifc parameters.
6328         * config/mt-foo:  Changed EMUL=GLDFOO_EMULATION_NAME
6329         to EMUL=foo. (The GLDFOO_EMULATION_NAMEs have bee removed.)
6330         * config/mh-foo:  Rename LDEMULATION names as appropriate
6331         (usually 'gldfoo' -> plain 'foo').
6332         * ldwrite.c:  Fixed a typo in a comment.
6333         * Makefile.in:  Major changes.  Removed some the sed
6334         magic to converts scripts, since that is now handled
6335         by genscripts.sh and the *.sc-sh scipt generators.
6336         * config.h:  Remove a bunch of macros defining emulations
6337         and targets.  This becomes one less file to edit when
6338         adding emulations or targets.
6339         * ldemul.h (struct ld_emulation_xfer_struct):  Add
6340         emulation_name and target_name fields.
6341         * ldemul.c, ldemul.h:  Define some default functions used
6342         by most emulations (and remove from the *.em scripts).
6343         * ldemul.c (ldemul_choose_target):  Search the new
6344         ld_emulations array using a loop (instead of a hardwired
6345         nested if statement).
6346         Define the ld_emulation from the automatically-geenrated
6347         ldemul-list.h.  This means you no longer have to edit ldemul.c
6348         to add a new emulation.
6349         * ldmain.c:  Replace {GLD,LNK}960_EMULATION_NAME by
6350         their expansions, since the former no longer exist.
6351         * PORTING:  A very rough first draft of a porting guide.
6352
6353         * ldgram.y, ldlex.l, lexsup.c: Changes to allow an assignment
6354         to be terminated by a new-line (instead of requiring a semicolon).
6355
6356 Mon Feb 10 16:21:02 1992  Steve Chamberlain  (sac at rtl.cygnus.com)
6357
6358         * ldexp.c, ldlang.c: added new idea "abs_output_section", removes
6359         tests for NULL pointers all over the place.
6360         * ldlang.c (lang_process): remember to relocate global symbols
6361         *after* relaxing has done it stuff.
6362
6363 Thu Feb  6 11:40:15 1992  Steve Chamberlain  (sac at rtl.cygnus.com)
6364
6365         * config/mt-coff-h8300: use EMUL like everything else
6366         * ldlang.c: (print_padding_statement): print the right address.
6367         * Makefile.in, config.h, ldemul.c: renamed  h8300hds to h8300hms
6368         
6369
6370 Tue Feb  4 15:28:01 1992  Steve Chamberlain  (sac at rtl.cygnus.com)
6371
6372         * ldlex.l: Put pack -noinhibit-exec and -sort-common
6373         * ldlang.c (print_data_statement): print the right address.
6374
6375 Thu Jan 30 17:51:53 1992  Per Bothner  (bothner at cygnus.com)
6376
6377         * Makefile.in:  The rule for testing ld by re-linking itself
6378         via an intermediate -r link was moved to the ld1 rule
6379         instead of the ld2 rule.  This allows ld2 and ld3 to be identical,
6380         which allows the bootstrap rule to work.
6381         * ldctor.c (find_constructors):  Don't create a constructor
6382         list if it is already defined (as would happen if ld is
6383         invoked by collect).
6384
6385 Wed Jan 29 08:35:39 1992  Steve Chamberlain  (sac at rtl.cygnus.com)
6386
6387         * config/mh-sparc.h: now uses libgcc.a
6388         * ldmain.c: quit using exit
6389         * *sc: use *(COMMON) rather than [COMMON]
6390         * ldlex.l, lexsup.c: much thinking moved from .l and put into .c,
6391         to allow preprocessing of .l file.
6392         * Makefile.in: New ldlex.l mangling
6393         * ldexp.c (fold_binary): perform expressions with % and / in
6394         integer.
6395         * ldfile.c (open_a): open archives on VMS in a special way
6396
6397
6398 Tue Jan 28 10:18:16 1992  Steve Chamberlain  (sac at rtl.cygnus.com)
6399
6400         * ldgram.y: map -M behave in the same way as -Map (sets file name
6401         to be "-".
6402         * ldsym.c, ldlang.c: remember that size of a section is dependent on
6403         whether or not relaxing has been done.
6404         * ldmain.c: don't open a map file if it doesn't have a name
6405         * relax.c: all the brains have moved into bfd.
6406         * ldwrite.c: ammend comment
6407
6408 Fri Jan 24 14:23:46 1992  Steve Chamberlain  (sac at rtl.cygnus.com)
6409
6410         * Makefile.in: added relax, also made three stage go through a
6411         partial link stage.
6412         * relax.c : added
6413         * config.h: if GNU960 defined, then default emulation mode is
6414         GLD960
6415         * ldexp.h, ldexp.c: map to file hooks
6416         * ldlang.c: map to file hooks
6417         * ldgram.y: added -Map -relax
6418         * ldlex.l: added -relax, -Map
6419         * ldmain.c: open map file
6420         * ldmisc.c: support for map file
6421         * ldwrite.c: new relax magic
6422
6423 Thu Dec 19 18:49:51 1991  John Gilmore  (gnu at cygnus.com)
6424
6425         * Makefile.in, config/tm-*.h:  Clean up make output, only
6426         pass DEFAULT_EMULATION to ldmain.c.
6427
6428 Wed Dec 18 15:02:47 1991  Per Bothner  (bothner at cygnus.com)
6429
6430         * ldver.c:  Bump to version 1.94.
6431
6432 Tue Dec 10 04:07:23 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
6433
6434         * Makefile.in: infodir belongs in datadir.
6435
6436 Mon Dec  9 16:26:43 1991  Per Bothner  (bothner at cygnus.com)
6437
6438         * Makefile.in:  Pass -y to bison.  (Again;
6439         accidentally deleted by Rich.)
6440         * news.sc, ldgld68k.sc:  Define __end as well as _end.
6441
6442 Sat Dec  7 17:19:26 1991  Steve Chamberlain  (sac at rtl.cygnus.com)
6443
6444         * ldindr.h: added to contain prototypes of ldindr.c
6445         * ldfile.c: include ctype.h
6446         * ldmain.c: include the requried prototype headers
6447         * ldwrite.c: get_reloc_upper_bound has been renamed
6448         bfd_get_reloc_upper_bound 
6449
6450 Fri Dec  6 23:29:26 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
6451
6452         * Makefile.in: punt "fundamental" mode because it breaks my emacs
6453           macros.  install using INSTALL_PROGRAM and INSTALL_DATA.  remove
6454           spaces following hyphens, bsd make can't cope.  added
6455           standards.text support and made it look like all the other
6456           makefiles.
6457
6458         * configure.in: configure now runs entirely in objdir so make file
6459           existence checks against ${srcdir}.  Mark this directory as
6460           target dependent.
6461
6462 Thu Dec  5 22:46:16 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
6463
6464         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
6465           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
6466           and mandir now keyed off datadir by default.
6467
6468 Wed Dec  4 23:36:55 1991  Per Bothner  (bothner at cygnus.com)
6469
6470         * ldver.c:  Bumped version to 1.93.
6471         * Makefile.in:  Pass -y to bison.
6472
6473 Mon Nov 25 18:28:40 1991  Steve Chamberlain  (sac at cygnus.com)
6474
6475         * config.h: h8 is now coff, not ieee
6476         * h8300hds.sc: reflect the same
6477
6478 Thu Nov 14 19:55:09 1991  Per Bothner  (bothner at cygnus.com)
6479
6480         * ldver.c (ldversion()):  Update to 1.92.
6481         * ldctor.c: There are two places constructor sets
6482         can be defined.  One of them checked for an existing
6483         duplicate, the other didn't.  Unfortunately, the latter
6484         was called after the former ...
6485         So, factor out code for inserting a new element into
6486         constructor_name_list (after checking for a duplicate)
6487         into a new function add_constructor_name, and call
6488         it from both aforementioned places (ldlang_add_constructor
6489         and ldlang_check_for_constructors).
6490
6491 Wed Nov 13 15:17:43 1991  Per Bothner  (bothner at cygnus.com)
6492
6493         * Makefile.in:  Rename .c files generated from ldtemplate
6494         to have names starting with ld__.  This helps 'make clean'.     
6495
6496 Tue Nov 12 18:36:50 1991  Steve Chamberlain  (sac at cygnus.com)
6497
6498         * Makefile.in: Take out the version number for install
6499         * m88kbcs.sc: put in contructor blocks.
6500
6501 Mon Nov 11 18:47:33 1991  Per Bothner  (bothner at cygnus.com)
6502
6503         * ldmisc.c, ldmisc.h:  Re-write info() to take a filename
6504         parameter, a format, and an arg pointer, and rename it to
6505         vfinfo().  Write info() in terms of new vfinfo().
6506         New einfo() is the same as info(), except it writes to stderr.
6507         * ldemul.c, ldexp.c, ldlang.c, ldlnk960.c, ldmain.c, ldwrite.c,
6508         ldmisc.c:  Replace "error" calls to info() by new einfo().
6509
6510 Mon Nov 11 09:57:32 1991  Steve Chamberlain  (steve at cygnus.com)
6511
6512         * ldlex.l ldgram.y: made -V option do same as -v
6513         * Makefile.in: Added $(MINUS_G) flag so debugging can be
6514         turned off
6515
6516 Sun Nov  3 16:37:37 1991  Steve Chamberlain  (steve at cygnus.com)
6517          i386 aout changes from Bob Kukura
6518         * Makefile.in, config.h: added i386aout support
6519         * configure.in: fixed /h-{myhost} typo
6520         * ldgram.y: -MM now gives more boring map.
6521         * ldlang.c: now does D_PAGED flag the right way.
6522         * ldsym.c: -MM flags does the right thing.
6523
6524 Sun Nov  3 15:00:03 1991  Per Bothner  (bothner at cygnus.com)
6525
6526         * configure.in:  Fixed typo.  Also, a fix for hp300bsd.
6527         * ldlang.c (init_os):  Compensate for BFD change,
6528         where bfd_make_section now returns NULL for a duplicate
6529         section request, instead of the old section.
6530
6531 Thu Oct 17 15:27:13 1991  Per Bothner  (bothner at cygnus.com)
6532
6533         * ldver.c: Bump to version 1.91 (consistent with binutils).
6534
6535 Wed Oct 16 12:27:08 1991  Per Bothner  (bothner at cygnus.com)
6536
6537         * Makefile.in, config.h, ld.h, ldemul.c, ldexp.c, ldexp.h,
6538         ldgram.y, ldlex.l, ldlnk960.c, ldmain.c, ldmisc.c, ldmisc.h,
6539         ldsym.c, ldsym.h, ldtemplate, ldvanilla.c, ldver.c, ldver.h,
6540         ldwarn.c, ldwarn.h, ldwrite.c, ldwrite.h, mkscript.c:
6541         Add or update copyright notices.        
6542
6543 Mon Oct 14 23:55:27 1991  Per Bothner  (bothner at cygnus.com)
6544
6545         * README: New file.
6546         * Makefile.in:  Changed installation directory name scheme
6547         to be consistent with gcc.  Also changed 'install'.
6548
6549 Mon Oct 14 17:30:02 1991  Roland H. Pesch  (pesch at cygnus.com)
6550
6551         * Makefile.in: new targets ld.mm, ld.me
6552
6553 Mon Oct 14 17:27:24 1991  Per Bothner  (bothner at cygnus.com)
6554
6555         * Makefile.in, ldtemplate:  Need to use separate scripts
6556         for -n and -N options.  Yet more complication.
6557
6558 Fri Oct 11 22:40:46 1991  John Gilmore  (gnu at cygnus.com)
6559
6560         * Makefile.in:  Avoid using $< in explicit Make rules (it doesn't
6561         work).  Add some lines to avoid Sun Make VPATH bugs.
6562
6563 Fri Oct 11 16:42:22 1991  Per Bothner  (bothner at cygnus.com)
6564
6565         * news.sc: Add alignment for data segment.
6566         * ldtemplate: Add (yet another) script to get for -n or -N
6567         options.  (These need different alignment than ZMAGIC files.)
6568         * Makefile.in:  Add stuff for new foo.xn scripts.
6569         These are generated by replacing "ALIGN(0x...00)" by ".".
6570
6571 Fri Oct 11 15:43:04 1991  Roland H. Pesch  (pesch at cygnus.com)
6572
6573         * Makefile.in: new targets ld.ms, ld-index.ms
6574         ld.texinfo: remove tabs, other cleanups for texi2roff
6575
6576 Fri Oct 11 13:51:54 1991  Per Bothner  (bothner at cygnus.com)
6577
6578         * ldmain.c (main): Make config.magic_demand_paged be true
6579         by default.  Don't the WP_TEXT and D_PAGED flags of
6580         output_bfd here; it's too late, so set it when output_bfd
6581         is created (in ldlang.c).  Also fix setting of EXEC_P flag
6582         * ldlang.c (ldlang_open_output):  Set output_bfd->flags here.
6583         * ldlang.c: Remove some duplicate extern declarations.
6584         * ldgram.y: Fixes to -N and -n options.
6585         * Makefile.in:  Recognize upper case letters in sed script
6586         to remove assignments from script files.
6587         * ldtemplate:  Don't assukme that -N or -n options
6588         imply use of -r script.
6589         * mkscript.c:  Tweaking to correctly handle \n and \\ in input.
6590
6591 Fri Oct 11 10:29:27 1991  Steve Chamberlain  (steve at cygnus.com)
6592
6593         * ldtemplate: include bfd.h before sysdep.h.
6594
6595 Fri Oct 11 04:24:45 1991  John Gilmore  (gnu at cygnus.com)
6596
6597         Restructure configuration scheme for bfd, binutils, ld.
6598
6599         * include/sys/h-*.h:  Move to bfd/hosts/h-*.h.
6600         * configure.in:  Revise to symlink sysdep.h to ../bfd/hosts/h-xxx.h.
6601         Change some config names to match other dirs.
6602         * *.c:  Include bfd.h before sysdep.h, so ansidecl and PROTO()
6603         get defined first.
6604         * config/:  Rename some config files to match up h-*.h names.
6605         Remove all the HOST_SYS definitions from the config files.
6606
6607 Tue Oct  8 16:00:57 1991  Per Bothner  (bothner at cygnus.com)
6608
6609         * ldexp.h, ldlang.h: Change enum boolean -> enum bfd_boolean.
6610         * ldtemplate: Remove ldfile_add_library_path calls;
6611         just use the SEARCH_DIR commands in the script files.
6612         * Makefile.in: Add LIB_PATH macro, which if set is used to replace
6613         the SEARCH_DIR commands in the scripts (using ugly sed magic).
6614         This is primarily intended for cross-linking, where you would
6615         place libaries in a different place than native libraries.
6616         Also, emulations made from ldtemplate now use $(srcdir).
6617         * ldglda29k.sc:  Change SEARCH_DIR commands to a conventional
6618         form; people can use the Makefile's LIB_PATH to override.
6619
6620 Tue Oct  8 14:51:21 1991  Roland H. Pesch  (pesch at cygnus.com)
6621
6622         * Makefile.in: fix target ld.dvi, add target ld.info
6623         ld.texinfo: make info filename ld.info
6624
6625 Fri Oct  4 21:51:58 1991  John Gilmore  (gnu at cygnus.com)
6626
6627         * Makefile.in:  Avoid using $< in non-suffix rules (breaks on Sun
6628         Make). 
6629         * ldfile.c, ldlang.c, ldmain.c, ldwrite.c:  Cope with renames of a
6630         few BFD types & enums.
6631
6632 \f
6633 Local Variables:
6634 mode: indented-text
6635 left-margin: 8
6636 fill-column: 74
6637 version-control: never
6638 End:
This page took 0.399169 seconds and 4 git commands to generate.