* archive.c (_bfd_write_archive_contents): Round up the archive
[deliverable/binutils-gdb.git] / ld / ChangeLog
CommitLineData
831d7ac4
JL
1Wed Nov 16 10:03:03 1994 Jeff Law (law@snake.cs.utah.edu)
2
15ec1d5c
JL
3 * scripttempl/hppaelf.sc (.text): Handle a use rdefined text start
4 address.
5 (.data, .bss): If "-N", then place the data/bss just after the end
6 of the .text section rather than at the default 0x40000000.
7
831d7ac4
JL
8 * scripttempl/hppaelf.sc (.text): Place unwind descriptors in the
9 text segment.
10
fd41732a
ILT
11Sat Nov 12 15:55:56 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12
831d7ac4
JL
13 Patches from Eric Youngdale <eric@aib.com>:
14 * ldlang.c (lang_finish): Don't warn if entry symbol not found
15 when generating a shared library.
16 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Warn if
17 attempting to place an orphaned relocation section when generating
18 a dynamically linked object.
19
fd41732a
ILT
20 * scripttempl/elf.sc: Add ENTRY(${ENTRY}), and default ${ENTRY} to
21 _start.
22
5efddb2e
ILT
23Fri Nov 11 14:27:23 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
24
25 * ld.h (args_type): Add field export_dynamic.
26 * lexsup.c (parse_args): Recognize --export-dynamic.
27 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
28 Pass export_dynamic argument to bfd_elf32_size_dynamic_sections.
29
809391bd
ILT
30Wed Nov 9 12:47:11 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
31
32 * ldlang.c (lang_one_common): Set SEC_ALLOC in any section where
33 we allocate common symbols.
34
cd1d4f83
ILT
35Tue Nov 8 17:50:43 1994 Eric Youngdale (eric@aib.com)
36
37 * scripttempl/elf.sc: Add .rel.init, .rela.init, .rel.fini, and
38 .rela.fini to the list of .rel* sections.
39
6a02a973
ILT
40Tue Nov 8 17:47:45 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
41
42 * ldlang.c (load_symbols): Add new argument place. Only accept
43 linker scripts if place is not NULL. Put commands found in an
44 assumed linker script into place.
45 (lookup_name): Pass NULL as place argument to load_symbols.
46 (open_input_bfds): In lang_input_statement_enum case, pass a place
47 argument to load_symbols, and store any new statements after the
48 current one.
49
50Mon Nov 7 15:53:02 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
51
52 * ldver.c (ldversion): Bump to 2.5.3.
53
ca8f2f0d
KR
54Fri Nov 4 15:11:26 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
55
56 * Makefile.in (e*nbsd.c): Fix typo in dependencies.
57
0128cbae
KR
58Thu Nov 3 19:35:44 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
59
60 * Makefile.in (check): Add missing "else true" clause.
61
62 * emulparams/vax.sh (OUTPUT_FORMAT): Use "a.out".
63
64 * scripttempl/go32coff.sc: Changes from DJ Delorie: Change default
65 entry point to "start". Align at end of each section to 0x200.
66 Start .text section 0x1000 later. Add _etext, _edata, _end
67 symbols.
68
52329a29
ILT
69Wed Nov 2 12:17:49 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
70
71 * ldctor.c (ldctor_add_set_entry): Don't permit a set to be
72 composed of different object file formats.
73 (ldctor_build_sets): If the output format does not support the
74 reloc, and we are not generating a relocateable link, try getting
75 the reloc from the input format.
76
e574ddd4
C
77Tue Nov 1 10:30:19 1994 J.T. Conklin (jtc@rtl.cygnus.com)
78
79 * Makefile.in (ALL_EMULATIONS): Added em68knbsd.o.
80 (em68knbsd.c): New target.
81
82 * config/m68k-nbsd.mt: New file.
83 * emulparams/m68knbsd.sh: New file.
84 * configure.in (m68*-*-netbsd*): Use above configs.
85
fbf967b0
ILT
86Mon Oct 31 19:35:17 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
87
88 * emultempl/sunos.em (gld${EMULATION_NAME}_find_so): If we find an
89 appropriately named static library, stop the search at that
90 directory.
91
32286e08
C
92Wed Oct 26 13:59:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
93
94 * Makefile.in (ALL_EMULATIONS): Added ei386nbsd.o, ens32knbsd.o
95 and esparcnbsd.o; sorted entries.
96 (ei386nbsd.c,ens32knbsd.c,esparcnbsd.c): New targets.
97
98 * config/netbsd532.mt: Removed.
99 * emulparams/netbsd532.sh: Removed.
100
101 * config/{i386-nbsd.mt,ns32k-nbsd.mt,sparc-nbsd.mt}: New files.
102 * emulparams/{i386nbsd.sh,ns32knbsd.sh,sparcnbsd.sh}: New files.
103 * configure.in (i[345]86-*-netbsd*, ns32k-pc532-netbsd*,
104 sparc*-*-netbsd*): Use above configs.
105
fdfe873a
ILT
106Tue Oct 25 11:47:10 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
107
108 * ldmain.c (multiple_common): One of the types may now be
109 bfd_link_hash_indirect. The old BFD argument may be NULL.
110
3286598f
ILT
111Thu Oct 20 22:01:39 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
112
113 * configure.in: Add * at the end of m68k-hp-hpux.
114
81100e78
ILT
115Tue Oct 18 15:58:39 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
116
117 * ldlex.l: Cast assignment to yy_ch_buf field to char *, not to
118 YY_CHAR *.
119
51bdfd9b
C
120Mon Oct 17 14:53:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
121
122 * scripttempl/nw.sc: Gather constructors and destructors and
123 define __CTOR__LIST__ and __DTOR_LIST__ appropriately.
124
54d64846
C
125Fri Oct 14 14:35:38 1994 J.T. Conklin (jtc@rtl.cygnus.com)
126
0a1e63c4
KR
127 * Makefile.in (ALL_EMULATIONS): Add ei386nw.o and eppcnw.o.
128 (ei386nw.c, eppcnw.c): New targets.
129
130 * config/{i386,ppc}-nw.mt, emulparams/{i386,ppc}nw.sh,
51bdfd9b 131 scripttempl/nw.sc: New files, for i386 and powerpc netware.
0a1e63c4
KR
132
133 * configure.in: Changed netware ld_target name to be {i386,ppc}-nw
134 instead of {i386,ppc}-elf.
135
136 * configure.in (sparc*-*-netware): Removed. There is no such
137 thing anymore.
138
54d64846
C
139 * ldint.texinfo: Move misplaced `@end iftex'.
140
81d191be
ILT
141Fri Oct 14 12:02:18 1994 Eric Youngdale (eric@aib.com)
142
143 * scripttempl/elf.sc: Add .rel.ctors, .rela.ctors, .rel.dtors, and
144 .rela.dtors to the list of .rel* sections.
145
f608f62e
KR
146Thu Oct 13 14:16:27 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
147
0a1e63c4
KR
148 * ldver.c (ldversion): Update to version 2.5.
149 * Version 2.5 released.
150
f608f62e
KR
151 * configure.in (all_targets): Handle i386-linux*.
152
243f6d0d
ILT
153Thu Oct 13 11:24:33 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
154
155 * scripttempl/aout.sc: Set _etext and __etext to ., not
156 ${DATA_ALIGNMENT}. This is compatible with SunOS, and, with luck,
157 will not break any other system. From Eric Valette
158 <ev@chorus.fr>.
159
a82ae15d
ILT
160Wed Oct 12 16:22:58 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
161
162 * lexsup.c (parse_args): Change -V to be a synonym for -v. Add
163 --verbose to get the old -V behaviour.
164 * ld.1, ld.texinfo: Document this change.
165
262c8763
ILT
166Tue Sep 27 14:56:20 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
167
a82ae15d
ILT
168 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Remove
169 assertion, since it could fail with a user defined linker script.
170
aa61b923
ILT
171 * ldexp.c (fold_name): For DEFINED case, don't try to look up the
172 name in the hash table during the first phase--the hash table does
173 not even exist at that point, much less have the right value.
174
262c8763
ILT
175 * Makefile.in (CC): Define.
176 (CXX): Move definition, change from g++ to gcc.
177 (EXPECT, RUNTEST): Copy definitions from top level Makefile.in.
178 (RUNTEST_CC, RUNTEST_CFLAGS): Remove.
179 (RUNTEST_CXX, RUNTEST_CXXFLAGS): Remove.
180 (CC_FOR_TARGET, CXX_FOR_TARGET): Copy from top level Makefile.in.
181 (.cc.o): Comment out.
182 (testdir): Remove.
183 (site.exp): Don't create testdir or set tmpdir.
184 (check): Run checks even if not running native. Use CC_FOR_TARGET
185 instead of RUNTEST_CC, and likewise for CXX.
186 (cdtest targets): Comment out.
187 * config/solaris2.mh (HOSTING_LIBS): Only mention crtend.o once.
188 * cdtest-bar.cc, cdtest-foo.cc, cdtest-foo.h: Remove.
189 * cdtest-main.cc, cdtest.exp: Remove.
190
2150c3ee
ILT
191Mon Sep 26 11:40:30 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
192
262c8763
ILT
193 * emulparams/elf32bmip.sh: Rename from elf32mipb.sh to avoid DOS
194 file naming problems.
195 * emulparams/elf32lmip.sh: Rename from elf32mipl.sh.
196 * Makefile.in (ALL_EMULATIONS): Rename eelf32mipb.o to
197 eelf32bmip.o and eelf32mipl.o to eelf32lmip.o.
198 (eelf32bmip.c): Rename from eelf32mipb.c. Use elf32bmip.sh.
199 (eelf32lmip.c): Rename from eelf32mipl.c. Use elf32lmip.sh.
200 * config/mipsb-elf32.mt (EMUL): Use elf32bmip, not elf32mipb.
201 * config/mipsl-elf32.mt (EMUL): Use elf32lmip, not elf32mipl.
202
38189778
ILT
203 * genscripts.sh: Always search /usr/local/TARGET/lib.
204
2150c3ee
ILT
205 * scripttempl/elf.sc: If -N is set, force DATA_ADDR to be ".".
206
207Fri Sep 23 15:05:49 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
208
209 * configure.in: Handle i386-bsdi* targets like i386-bsd.
210
a2eea823
ILT
211Fri Sep 23 00:06:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
212
213 * lexsup.c (parse_args): Add support for -a for HP/UX
214 compatibility.
215
216 * lexsup.c (parse_args): -c takes an argument.
217
f1781adc
ILT
218Tue Sep 20 14:35:27 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
219
86037281
ILT
220 * ld.h (args_type): Add new field endian.
221 * lexsup.c (parse_args): Handle -EB and -EL by setting
222 command_line.endian.
223 * ldgram.y (ifile_p1): Accept OUTPUT_FORMAT with three arguments.
224 * ldlang.c (lang_add_output_format): Add arguments big and little.
225 If command_line.endian is set, use it to select big or little
226 rather than the default. Changed all callers.
227 * ldlang.h (lang_add_output_format): Update declaration.
228 * emulparams/elf32mipb.sh: Define BIG_OUTPUT_FORMAT and
229 LITTLE_OUTPUT_FORMAT.
230 * emulparams/elf32mipl.sh: Likewise.
231 * emulparams/mipsbig.sh: Likewise.
232 * emulparams/mipsbsd.sh: Likewise.
233 * emulparams/mipsidt.sh: Likewise.
234 * emulparams/mipsidtl.sh: Likewise.
235 * emulparams/mipslit.sh: Likewise.
236 * scripttempl/elf.sc: Define BIG_OUTPUT_FORMAT and
237 LITTLE_OUTPUT_FORMAT if not already defined. Pass them to
238 OUTPUT_FORMAT.
239 * scripttempl/mips.sc: Pass BIG_OUTPUT_FORMAT and
240 LITTLE_OUTPUT_FORMAT to OUTPUT_FORMAT.
241 * scripttempl/mipsbsd.sc: Likewise.
242
243 * Makefile.in (ldgram.h): Make separate target from ldgram.c,
244 depending upon ldgram.c, so that a parallel make does not try to
245 build both at once.
246
f1781adc 247 * configure.in (mips*el-elf*): New target.
5ccef180
ILT
248 * Makefile.in (ALL_EMULATIONS): Add eelf32mipb.o and eelf32mipl.o.
249 (eelf32mipl.c): New target.
86037281 250
f1781adc
ILT
251 * config/mipsl-elf32.mt: New file.
252 * emulparams/elf32mipl.sh: New file.
253
006ae0e4
ILT
254Fri Sep 16 12:16:20 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
255
256 * ldmain.c (main): Rather than prohibiting ld -r -s, treat it as
257 ld -r -S -x.
258
7aa8f496
ILT
259Thu Sep 15 13:05:44 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
260
261 * ldmisc.c (vfinfo): Print BFD file name as well as file name
262 returned by find_nearest_line, in case the file name is something
263 unhelpful such as a .h file. Handle %u.
264
467a0380
SC
265Wed Sep 14 12:49:12 1994 Steve Chamberlain (sac@jonny.cygnus.com)
266
267 * ldlang.c (lang_do_assignments): Make sure output statement
268 has an attached bfd_section before trying to dereference it.
269
8bff41c1
ILT
270Wed Sep 14 12:48:09 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
271
809ee7e0
ILT
272 * ld.h (ld_config_type): Add new field warn_once.
273 * ldmain.c (undefined_symbol): Handle -warn-once.
274 * lexsup.c (parse_args): Recognize -warn-once.
275 * ld.texinfo (Options): Document -warn-once.
276 * ld.1: Likewise.
277
cc23cc69
ILT
278 * ldmisc.c (vfinfo): Handle %D as %C, but never print the function
279 name. For %C, print the function name on a separate line, to keep
280 the length of error messages under control.
281 * ldmain.c (multiple_definition): Use %D for ``first defined
282 here.''
283 (undefined_symbol): Use %D for ``more undefined references
284 follow''.
285
8bff41c1
ILT
286 * ldmisc.c (multiple_warn): Remove; no longer used.
287 * ldmisc.h (multiple_warn): Don't declare.
288
3deb20fb
SC
289Tue Sep 13 20:47:58 1994 Steve Chamberlain (sac@jonny.cygnus.com)
290
291 * ldlang.c (print_output_section_statement): Print all lines
292 to the map file.
293
0b3499f6
ILT
294Tue Sep 13 16:30:11 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
295
296 * ldlang.c (load_symbols): Check for archive before object. Use
297 bfd_check_format_matches, and, if ambiguous, print a list of
298 matching formats. If file format is not recognized, treat file as
299 a linker script.
300 * ldgram.y (yyerror): If assuming an object file is a script,
301 mention that. Tweak the format of the error messages.
302 * ldlex.l (lex_warn_invalid): If assuming an object is a script,
303 guess that this is not actually a script, and just report that the
304 file format was not recognized.
305 * ld.texinfo (Options): Admit that -( may be used more than once.
306 Add note that unrecognized object files are now treated as linker
307 scripts.
308
309 * ldfile.c (ldfile_input_filename): Make const.
310 (ldfile_assumed_script): New variable.
311 (try_open): Change arguments types to const.
312 (ldfile_find_command_file): Likewise.
313 (ldfile_open_command_file): Likewise. Also, set lineno to 1.
314 * ldfile.h: Update declarations for ldfile.c changes.
315 * ldlex.l: Include <ctype.h>.
316 (file_name_stack): Change to be const char *.
317 (lineno_stack): New static variable.
318 (<<EOF>>): Set lineno as well as ldfile_input_filename.
319 (lex_push_file): Make name argument const. Initialize
320 lineno_stack entry.
321 (lex_redirect): Initialize lineno_stack entry.
322 (lex_warn_invalid): Handle non printable characters nicely.
323 * ldlex.h (lex_push_file): Declare second argument as const.
324
325 * ldgram.y (ifile_p1): Recognize GROUP.
326 * ldlex.l: Recognize GROUP.
327 * ld.texinfo (Option Commands): Document GROUP.
328
2fd87dbc
ILT
329Mon Sep 12 17:04:27 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
330
331 * config/m68klynx.mh: New file.
332
cb2af5cf
JL
333Mon Sep 12 01:50:03 1994 Jeff Law (law@snake.cs.utah.edu)
334
335 * emultempl/hppaelf.em: Add newlines to the error messages.
336
7b63ff76
ILT
337Sat Sep 10 16:05:38 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
338
339 * config/i386lynx.mh: New file.
340 * scripttempl/i386lynx.sc: Don't put .ctors and .dtors in .text
341 unless CONSTRUCTING.
342
dd37f215
ILT
343Thu Sep 8 13:25:24 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
344
345 * emulparams/elf32mipb.sh (TEMPLATE_NAME): Define as elf32.
346 (GENERATE_SHLIB_SCRIPT): Define as yes.
347 (DYNAMIC_LINK): Define as false.
348 * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse):
349 Initialize config.dynamic_link to DYNAMIC_LINK if it is defined.
350 (gld${EMULATION_NAME}_place_orphan): Reset stat_ptr at end.
351 * Makefile.in (eelf32mipb.c): Depend upon elf32.em rather than
352 generic.em.
353
fa3539fe
SC
354Thu Sep 8 16:30:37 1994 Steve Chamberlain (sac@jonny.cygnus.com)
355
356 * scripttempl/h8500b.sc: Put rdata stuff into own segment.
357
a864a26e
ILT
358Thu Sep 8 13:25:24 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
359
360 * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS): Don't define;
361 .got section is now explicitly handled in elf.sc.
362
363Wed Sep 7 13:08:34 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
364
365 * scripttempl/alpha.sc: Redo script to set . outside of sections
366 and not bother to explicitly specify section addresses.
367 Explicitly place .sdata section.
368
82950a80
ILT
369Tue Sep 6 23:51:45 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
370
371 * scripttempl/m68kcoff.sc: Put .bss in data segment.
372
373 * scripttempl/h8300.sc: Change .stab and .stabstr to use a VMA of
374 0, and to only be marked as NOLOAD if relocating.
375 * scripttempl/h8500.sc, scripttempl/h8500b.sc: Likewise.
376 * scripttempl/h8500c.sc, scripttempl/h8500m.sc: Likewise.
377 * scripttempl/h8500s.sc, scripttempl/i386coff.sc: Likewise.
378 * scripttempl/i386go32.sc, scripttempl/i386lynx.sc: Likewise.
379 * scripttempl/m68kcoff.sc, scripttempl/m68klynx.sc: Likewise.
380 * scripttempl/sh.sc, scripttempl/sparccoff.sc: Likewise.
381 * scripttempl/sparclynx.sc: Likewise.
382
383Sun Sep 04 17:58:10 1994 Richard Earnshaw (rwe@pegasus.esprit.ec.org)
318b02b6
KR
384
385 * Makefile.in, configure.in: Add support (disabled) the ARM/RISCiX.
386 * config/riscix.mt, emulparams/riscix.sh, scripttempl/riscix.sc:
387 New files.
388
3b21918a
ILT
389Tue Aug 30 11:48:08 1994 Eric Youngdale (ericy@cais.cais.com)
390
391 * ld.h (args_type): Add field soname.
392 * lexsup.c (parse_args): Handle -soname argument.
393 * emultempl/elf32.em: In call to bfd_elf32_size_dynamic_sections,
394 pass soname.
395 * ld.texinfo: Document -soname.
396
69927008
ILT
397Mon Aug 29 15:21:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
398
399 * ldlang.c (lang_check): Don't try to set the architecture if the
400 input and output files are incompatible. Just warn.
401
6d445436
ILT
402Wed Aug 24 12:52:30 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
403
404 * configure.in: Change i[34]86 to i[345]86.
405
406Sun Aug 21 16:17:19 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
407
408 * emulparams/hp3hpux.sh: Define __DYNAMIC to be 0.
409
b400f56d
ILT
410Thu Aug 18 15:37:45 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
411
412 Make the ELF linker handle orphaned sections reasonably. Also,
413 define __start_SECNAME and __stop_SECNAME around sections whose
414 names can be represented in C, for the benefit of symbol sets in
415 glibc.
416 * ldemul.h (ldemul_place_orphan): Declare.
417 (ld_emulation_xfer_type): Add place_orphan field.
418 * ldemul.c (ldemul_place_orphan): New function.
419 * ldlang.h (wild_doit): Declare.
420 * ldlang.c (wild_doit): Make nonstatic.
421 (lang_place_orphans): Call ldemul_place_orphan.
422 * emultempl/elf32.em: Include <ctype.h> and "ldgram.h".
423 (hold_section, hold_use, hold_text, hold_data, hold_bss): New
424 static variables.
425 (gld${EMULATION_NAME}_place_orphan): New static function.
426 (gld${EMULATION_NAME}_place_section): New static function.
427 (ld_${EMULATION_NAME}_emulation): Initialize place_orphan field.
428
9e5a036f
ILT
429Tue Aug 16 00:17:20 1994 Eric Youngdale (ericy@cais.cais.com)
430
431 * scripttempl/aout.sc: Add .linux-dynamic after .data.
432
c1a9aaa3
ILT
433Tue Aug 16 00:08:22 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
434
9e5a036f
ILT
435 * lexsup.c (parse_args) Treat --dll-verbose as --version, for
436 Linux compatibility. From hjl@nynexst.com (H.J. Lu).
c1a9aaa3 437
1fee94ec
ILT
438Mon Aug 15 17:17:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
439
440 * ldexp.h (exp_get_abs_int): Declare.
441
442Sat Aug 6 01:45:39 1994 Steve Chamberlain (sac@jonny.cygnus.com)
443
444 * ldlang.c (lang_do_assignments): Handle complex AT's better.
445 * ldexp.c (exp_get_abs_int): New function.
446
28d1c6ec
JM
447Fri Aug 5 20:55:55 1994 Jason Molenda (crash@phydeaux.cygnus.com)
448
449 * configure.in: add i960-nindy-coff support.
450
63936abc
JMD
451Thu Aug 4 14:45:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
452
453 * ldlex.l (yy_create_string_buffer): Handle change to internal
454 interface in flex 2.4.7.
455
bb329c20
JMD
456Tue Aug 2 11:52:06 1994 Eric Youngdale (ericy@cais.cais.com)
457
458 * emultempl/linux.em (gld${EMULATION_NAME}_find_address_statement):
459 New function; add 0x20 to any use of -Ttext.
460 (gld${EMULATION_NAME}_create_output_section_statements): New
461 function.
462 (ld_${EMULATION_NAME}_emulation): Use the new function
463 gld${EMULATION_NAME}_create_output_section_statements.
464
a1ed2435
ILT
465Mon Aug 1 15:50:44 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
466
467 * scripttempl/mips.sc: Redo script to set . outside of sections
468 and not bother to explicitly specify section addresses.
469
b019d460
ILT
470Tue Jul 26 11:02:35 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
471
472 * scripttempl/elf.sc: Copy several more relocation sections into
473 the output. Put .got.plt sections into .got.
474
309c8153
ILT
475Fri Jul 22 12:15:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
476
31ddb156
ILT
477 * scripttempl/elf.sc: Use PROVIDE to define etext, edata, and end.
478
479 Add a new script operator, PROVIDE, to define a symbol only if it
480 is needed.
481 * ldgram.y (PROVIDE): New token.
482 (assignment): Accept PROVIDE.
483 * ldlex.l (PROVIDE): New token.
484 * ldexp.h (node_type): Add etree_provide to node_class enum.
485 (exp_provide): Declare.
486 * ldexp.c (exp_fold_tree): Handle etree_provide.
487 (exp_provide): New function.
488 (exp_print_tree): Handle etree_provide.
489 * ld.texinfo: Document PROVIDE.
490
36c6e8c3
ILT
491 * ldlang.c (lang_common): Pass desired alignment to
492 lang_one_common as power of two.
493 (lang_one_common): Get common symbol alignment from linker hash
494 table entry. Treat desired alignment as a power of two.
495
309c8153
ILT
496 * ldlang.c (wild_section): Attach all section with the given name,
497 not just the first one. If there is no name, attach all sections
498 even if the SEC_IS_COMMON flag is set.
499
a1ad915d
ILT
500Wed Jul 20 15:49:27 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
501
502 * ld.h (args_type): Add field rpath.
503 * lexsup.c (S_ISDIR): Define if not already defined.
504 (parse_args): Add support for -rpath. If -R is used to name a
505 directory, treat it as -rpath for Solaris compatibility.
506 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
507 Pass command_line.rpath to bfd_elf32_size_dynamic_sections.
508 * ldmain.c (main): Initialize command_line.rpath to NULL.
509 * ld.texinfo: Document -rpath option.
510
cdf71377
KR
511Sun Jul 10 00:33:24 1994 Ian Dall (dall@hfrd.dsto.gov.au)
512
513 * emulparams/pc532machaout.sh: New file. Pc532 mach script
514 parameters.
515
516 * emulparams/netbsd532.sh: New file. Netbsd 532 script parameters.
517
518 * config/pc532mach.mt: New file. Pc532 mach target support.
519
520 * config/pc532mach.mh: New file. Pc532 mach host support.
521
522 * config/netbsd532.mt: New file. Netbsd 532 target support.
523
524 * configure.in: Add ns32k-pc532-mach and ns32k-pc532-netbsd support.
525
526 * Makefile.in: Add epcmachaout.c dependency and enetbsd532.c
527 dependency.
528
db770dfa
ILT
529Fri Jul 8 10:57:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
530
531 * emultempl/sunos.em (gld${EMULATION_NAME}_before_allocation): Use
532 bfd_abs_section_ptr, not &bfd_abs_section.
533
534 * lexsup.c (parse_args): Changed "retain-symbols-file" from
535 no_argument to required_argument. From djm.
536
537Thu Jul 7 12:29:53 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
538
539 * scripttempl/elf.sc: Explicitly mention .stab and .stabstr
540 sections to force a VMA of 0; needed for ELF backends which have
541 not been converted to the new linker style.
542
aee611f5
JL
543Mon Jul 4 19:35:45 1994 Jeff Law (law@snake.cs.utah.edu)
544
545 * scripttempl/hppaelf.sc (__stack_zero): Don't define this name,
546 it was for the HPUX dynamic loader's use and it creates problems
547 with ELF GDB.
548
549Fri Jul 1 12:53:47 1994 Jeff Law (law@snake.cs.utah.edu)
550
551 * ldlang.c (lang_do_assignments): No longer static. Delete decl.
552 * ldlang.h (lang_do_assignments): Put external decl here.
553 * emultempl/hppaelf.em: Minor cleanups throughout file.
554 (hppa_elf_create_output_section_statements): Rewrite.
555 (hppaelf_finish): Rewrite.
556
111b24d5
JMD
557Wed Jun 29 16:50:00 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
558
03730624
JMD
559 * config/solaris2.mh (NATIVE_LIB_DIRS): Define as /usr/ccs/lib.
560
111b24d5
JMD
561 * lexsup.c (parse_args): Accept -Bstatic and -Bdynamic. Do not
562 accept plain -B.
563 * ld.texinfo: -Bstatic is not ignored.
564
1c883f34
SS
565Tue Jun 28 12:13:34 1994 Stan Shebs (shebs@andros.cygnus.com)
566
567 * ldlex.l: Recognize \r the same as \n.
568
569Thu Jun 23 17:53:04 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
570
571 Preliminary support for generating shared libraries, from Eric
572 Youngdale <ericy@cais.cais.com>.
573 * genscripts.sh: If the emulation parameter file sets
574 GENERATE_SHLIB_SCRIPT, generate a .xs script file with
575 CREATE_SHLIB defined.
576 * emultempl/elf32.em (gld${EMULATION_NAME}_get_script): If
577 link_info.shared is set, use the .xs script file.
578 * scripttempl/elf.sc: If CREATE_SHLIB is set, don't create a
579 .interp section, and don't include TEXT_START_ADDR in the starting
580 address of the first section.
581 * emulparams/elf_i386.sh (GENERATE_SHLIB_SCRIPT): Likewise.
582 * emulparams/elf32_sparc.sh (GENERATE_SHLIB_SCRIPT): Define.
583
1f8b3b57
DM
584Thu Jun 23 12:52:22 1994 David J. Mackenzie (djm@rtl.cygnus.com)
585
586 * configure.in: Change --with-targets to --enable-targets.
587
3b7553e7
ILT
588Wed Jun 22 13:42:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
589
cf4245af
ILT
590 * lexsup.c (parse_args): Add support for new options -( -) with
591 synonyms --start-group --end-group.
592 * ldlang.h (enum statement_enum): Add lang_group_statement_enum.
593 (lang_group_statement_type): Define new struct.
594 (lang_statement_union_type): Add group_statement field.
595 (lang_enter_group, lang_leave_group): Declare.
596 * ldlang.c (lang_for_each_statement_worker): Handle
597 lang_group_statement_enum.
598 (map_input_to_output_sections, print_statement): Likewise.
599 (lang_size_sections, lang_do_assignments): Likewise.
600 (open_input_bfds): Completely rewrite. Now does its own looping,
601 rather than using lang_for_each_statement. Handle groups.
602 (lang_process): Update call to open_input_bfds.
603 (print_group): New static function.
604 (lang_enter_group, lang_leave_group): New static functions.
605 * ldfile.c (ldfile_open_file): If the file has already been
606 opened, just return rather than taking an assertion failure.
607 * ldver.c (help): Mention new options.
608 * ld.texinfo: Document new options.
609
02b57980
ILT
610 * ldlang.c (end_of_data_section_statement_list): Don't define.
611 (lang_leave_output_section_statement): Don't set obsolete variable
612 end_of_data_section_statement_list.
613
62a4b36c
ILT
614 * scripttempl/go32coff.sc: Don't put ${DATA_ALIGNMENT} inside an
615 ALIGN.
616
686739e2
ILT
617 * ldlang.c (lang_size_sections): Adjust current region address
618 even for sections with an explicit address. From
619 ralphc@pyramid.com (Ralph Campbell).
620
7d56d4f1
ILT
621 * emulparams/i386linux.sh (NONPAGED_TEXT_START_ADDR): Set to 0.
622 From jrs@world.std.com (Rick Sladkey).
623
3b7553e7
ILT
624 * scripttempl/mipsbsd.sc: Let sections align to their natural
625 boundaries.
626
627Tue Jun 21 11:27:04 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
628
629 * ldlang.c (lang_init): Use new bfd_abs_section_ptr, not
630 &bfd_abs_section.
631 (lang_abs_symbol_at_beginning_of): Likewise.
632 (lang_abs_symbol_at_end_of): Likewise.
633 (lang_size_sections): Use bfd_is_abs_section to check for the
634 absolute section. Don't try to set the VMA or output_offset or
635 size of the absolute section.
636 * ldmain.c (notice_ysym): Use bfd_is_und_section to check for the
637 undefined section.
638
c4aa82c1
JL
639Thu Jun 16 22:48:41 1994 Jeff Law (law@snake.cs.utah.edu)
640
641 * scripttempl/hppaelf.sc: Place .data and .bss at 0x40000000
642 when generating relocatable objects.
643
08f20f66
ILT
644Thu Jun 16 14:25:22 1994 Eric Youngdale (ericy@cais.cais.com)
645
646 * emultempl/linux.em: New file providing support for linking
647 against Linux shared libraries.
648 * config/i386-linux.mt (ei386linux.c): Depend upon linux.em.
649 * emulparams/i386linux.sh (TEMPLATE_NAME): Define as linux.
650
952b6c2c
ILT
651Thu Jun 16 12:22:01 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
652
64887de2
ILT
653 * lexsup.c (parse_args): Add -shared to longopts, and handle it.
654 * ldmain.c (main): Initialize link_info.shared to false. Give
655 error if link_info.relocateable and link_info.shared are both set.
656
5d1ffb2f
ILT
657 * configure.in: If EMUL_EXTRA* is defined in a config file, treat
658 it as naming an emulation to be added to EMULATION_OFILES.
659 * config/i386-linux.mt (EMUL_EXTRA1): Define as elf_i386.
660
bf82ab68
ILT
661 * Makefile.in: Rebuilt dependencies.
662 (ALL_EMULATIONS): Add ei386linux.o, eelf32_sparc.o,
663 eelf64_sparc.o. Remove $(OTHER_EMULATIONS).
664 (ei386linux.c, eelf32_sparc.c, eelf64_sparc.c): New targets.
665 * config/i386-linux.mt (OTHER_EMULATIONS): Don't define.
666 (ei386linux.c): Remove; now in Makefile.in.
667 * config/i386-lynx.mt (OTHER_EMULATIONS): Don't define.
668 * config/m68k-lynx.mt (OTHER_EMULATIONS): Don't define.
669 * config/sparc-lynx.mt (OTHER_EMULATIONS): Don't define.
670 * config/sparc64-elf.mt (OTHER_EMULATIONS): Don't define.
671 (eelf64_sparc.c): Remove; now in Makefile.in.
672 * config/sun4sol2.mt (OTHER_EMULATIONS): Don't define.
673 (eelf32_sparc.c): Remove; now in Makefile.in.
674
641fe79b
ILT
675 * ldexp.c (exp_print_tree): Don't crash if etree_rel section has
676 no owner--it might be bfd_abs_section. From Eric Youngdale
677 <ericy@cais.cais.com>.
678
952b6c2c
ILT
679 * scripttempl/aout.sc: Let sections align to their natural
680 boundaries.
681
c96386c4
ILT
682Wed Jun 15 01:54:54 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
683
33b90e52
ILT
684 * ldemul.h (ldemul_open_dynamic_archive): Declare.
685 (ld_emulation_xfer_type): Add new field open_dynamic_archive.
686 * ldemul.c: Include ldexp.h and ldlang.h.
687 (ldemul_open_dynamic_archive): New function.
688 * ldfile.h (ldfile_open_file_search): Declare.
689 * ldfile.c: Include ldemul.h.
690 (try_open_bfd): Rename from cache_bfd_openr. Return boolean
691 argument, not bfd *. Change all callers.
692 (ldfile_open_file_search): Rename from open_a. Return boolean
693 argument, not bfd *. Clean up. Change all callers.
694 (ldfile_open_file): If doing a dynamic link, call
695 ldemul_open_dynamic_archive rather than assuming the extension of
696 a dynamic object is ".so".
697 * emultempl/elf32.em (gld${EMULATION_NAME}_open_dynamic_archive):
698 New function.
699 (ld_${EMULATION_NAME}_emulation): Initialize open_dynamic_archive
700 field.
701 * emultempl/sunos.em (ld_${EMULATION_NAME}_emulation): Likewise.
702
cbbf9608
ILT
703 * ldmain.c (get_emulation): Ignore -m486 for Linux compatibility.
704 * lexsup.c (parse_args): Ignore -qmagic for Linux compatibility.
42792411 705 Accept -static as a synonym for -non_shared.
cbbf9608 706
7fb9ca5f
ILT
707 Let the user change the dynamic linker used by ELF code.
708 * ld.h (args_type): Add new field interpreter.
709 * lexsup.c (parse_args): Add dynamic-linker to longopts, and
710 handle it.
711 * ldmain.c (main): Initialize command_line.interpreter to NULL.
712 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Get
713 the ELF backend to return the .interp section. If
714 command_line.interpreter is not NULL, set the contents of .interp
715 to it.
716 * ld.texinfo: Mention -dynamic-linker.
717
718 * config/sun4sol2.mt (eelf32_sparc.c): Depend upon elf32.em, not
719 generic.em.
720
bec7a138
ILT
721 * lexsup.c (parse_args): Sort out the option macros and change the
722 definitions to make it easier to add a new option.
723
66da6c84
ILT
724 * scripttempl/aout.sc: Define __etext and __edata to go along with
725 _etext and _edata.
726
c96386c4 727 * ld.h (ld_config_type): Add new field traditional_format.
605da7e2 728 * lexsup.c (parse_args): Add traditional-format to longopts, and
c96386c4
ILT
729 handle it.
730 * ldmain.c (main): Initialize config.traditional_format to false.
731 * ldlang.c (ldlang_open_output): Set BFD_TRADITIONAL_FORMAT in BFD
732 flags of output_bfd according to config.traditional_format.
605da7e2 733 * ldver.c (help): Mention -traditional-format.
c96386c4
ILT
734 * ld.texinfo: Document -traditional-format.
735
7fe331f1
ILT
736Tue Jun 14 23:10:07 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
737
738 * ldctor.c (ldctor_add_entry): Add entries to a set in the order
739 they are encountered.
740
39a00f7d
ILT
741Tue Jun 14 18:05:09 1994 Eric Youngdale (ericy@cais.cais.com)
742
743 * emulparams/i386linux.sh (TEXT_START_ADDR): Define as 0x1000.
744 (NONPAGED_TEXT_START_ADDR): Define as 0x20.
745
eb7edfa1
ILT
746Mon Jun 13 15:46:09 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
747
23677217
ILT
748 * scripttempl/alpha.sc: Define _ftext, _etext and _fdata insted of
749 _FTEXT, _ETEXT and _FDATA. Dont define _END.
750
e845d289
ILT
751 * ldfile.c (open_a): If this is not an archive, try to open it in
752 the current directory before searching for it.
753
3e1fd33d
ILT
754 * lexsup.c (parse_args): Treat -i as a synonym for -r.
755
f24078fd
ILT
756 * ldgram.y (exp): Treat BLOCK as a synonym for ALIGN, so that
757 BLOCK works in a section address as documented.
758
eb7edfa1
ILT
759 * ldgram.y (YYDEBUG): Don't define.
760
f8015b85
ILT
761Fri Jun 10 16:45:39 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
762
763 * emultempl/gld960.em: Pass false for new argument to
764 ldfile_add_library_path.
765 * emultempl/gld960c.em, emultempl/lnk960.em: Likewise.
766
767 * emultempl/sunos.em: Only look for .so files if doing a dynamic
768 link.
769
9beeb5d9
ILT
770Thu Jun 9 08:35:17 1994 Ian Lance Taylor (ian@cygnus.com)
771
772 * scripttempl/i960.sc: Add CONSTRUCTORS to .data.
773
64bb143c
BC
774Thu Jun 9 06:52:29 1994 Bill Cox (bill@rtl.cygnus.com)
775
776 * Makefile.in (check): Delete ld.new dependency so that a regression
777 test doesn't trigger a rebuild of the linker.
778
ef01a8a8
ILT
779Thu Jun 9 00:17:20 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
780
781 * ldlang.c (map_input_to_output_sections): For lang_address, call
782 init_os if it hasn't already been called.
783
ed601bea
ILT
784Thu Jun 2 17:24:08 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
785
786 Add support for SunOS shared libraries.
787 * aout.sc: Don't define __DYNAMIC here. Add new sections used by
788 shared library support code.
789 * emultempl/sunos.em: New file.
790 * emulparams/sun4.sh (TEMPLATE_NAME): Define as sunos.
f7e66391 791 * emulparams/sun3.sh (TEMPLATE_NAME): Likewise.
ed601bea 792 * Makefile.in (esun4.c): Depend upon sunos.em, not generic.em.
f7e66391 793 (esun3.c): Likewise.
ed601bea
ILT
794
795 * ldlang.c: Minor formatting cleanups.
796 (lang_for_each_input_file): New function.
797 * ldlang.h (lang_for_each_input_file): Declare.
798
799 * ldfile.h (search_dirs_type): Move from ldfile.c, and add cmdline
800 field.
801 (search_head): Declare.
802 (ldfile_add_library_path): Add new cmdline argument in prototype.
803 * ldfile.c (search_head): Make non-static.
804 (search_dirs_type): Move to ldfile.h.
805 (ldfile_add_library_path): Accept cmdline argument, and save it.
806 * lexsup.c (parse_args): Pass true for new cmdline argument of
807 ldfile_add_library_path.
808 (set_default_dirlist): Likewise.
809 * ldmain.c (check_for_scripts_dir): Pass false for new cmdline
810 argument of ldfile_add_library_path.
811 * ldgram.y (ifile_p1): Likewise.
812
210c52ac
ILT
813Wed Jun 1 14:24:08 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
814
815 * ldlang.h (lang_input_statement_type): Remove fields subfiles,
816 total_size, superfile and chain.
817 * ldfile.c (open_a): Don't clear search_dirs_flag.
818 (ldfile_open_file): Don't try to open superfile. Assert that file
819 has not already been opened.
820 * ldlang.c (new_afile): Don't initialize superfile.
821 * ldmain.c (add_archive_element): Don't initialize subfiles or
822 chain or superfile. Initialize search_dirs_flag to false.
823
c06e55d9
KR
824Fri May 27 12:25:33 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
825
826 * ldver.c (ldversion): Changed version to "cygnus-2.4.1".
827
828 Changes from binutils-2.4 release:
829
830 * genscripts.sh (RELOCATING, CONSTRUCTING): When setting
831 variables, use whitespace, so scripts don't break.
832
833 * config/alphaosf.mh (HDEFINES, CFLAGS): Deleted.
834
835 * emultempl/generic.em: Find emultempl/stringify.sed in ${srcdir}.
836
837 * cdtest-bar.cc: Renamed from cdtest-func.cc.
838 * Makefile.in: Noted change.
839
840 * scripttempl/a29k.sc: Don't include /lab3/u3/..../segments.o; I
841 don't know where that's supposed to come from, or why it's
842 necessary.
843
844 Wed May 11 22:32:00 1994 DJ Delorie (dj@ctron.com)
845
846 * configure.bat: update to latest makefile.in
847 * emulpara/go32.sh: set to coff-go32 not aout
848 * emultemp/generic.em: strength-reduce the structure of
849 this shell script, since the only available shell for
850 DOS can't handle complex syntax.
851 * emultemp/stringify.sed: for "sed -f" instead of inline.
852 * makefile.in: depend on stringify.sed as well as genscripts.sh
853 * scripttemp/go32coff.sc: correct for djgpp 1.11's COFF format
854 * genscripts.sh: empty variables aren't always considered "set",
855 so set them to "y" instead.
856
29371b1f
ILT
857Fri May 27 01:08:14 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
858
60e8a534
ILT
859 * ldlang.c (entry_symbol): Make static.
860 (lang_add_entry): Add cmdline argument.
861 * ldlang.h (lang_add_entry): Change prototype.
862 * ldgram.y (statement_anywhere): Change lang_add_entry call.
863 * lexsup.c (parse_args): Likewise.
29371b1f 864
f49f58c6
ILT
865Tue May 24 16:13:43 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
866
867 * emulparams/elf32mipb.sh (OTHER_READONLY_SECTIONS): Don't give
868 .reginfo an address.
869 (OTHER_READWRITE_SECTIONS): Don't give .lit4 or .lit8 an address.
870 (OTHER_SECTIONS): Define for .gptab.sdata and .gptab.sbss.
871 * scripttempl/elf.sc: Use OTHER_SECTIONS at end of script.
872
2a9fa50c
ILT
873Thu May 19 13:31:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
874
875 Add support for ELF shared libraries.
876 * ld.h (ld_config_type): Add field dynamic_link.
877 * ldmain.c (main): Initialize config.dynamic_link to false. Warn
878 on attempts to use -r with -relax, -call_shared or -s.
879 * lexsup.c (longopts): Separate OPTION_CALL_SHARED from
880 OPTION_NON_SHARED. Add OPTION_IGNORE. Adjust macro values
881 accordingly. Add "dy" and "non_shared" options. Change "Qy" to
882 OPTION_IGNORE for now. Handle OPTION_CALL_SHARED and
883 OPTION_NON_SHARED by setting dynamic_link field accordingly.
884 Handle OPTION_IGNORE by ignoring it. Clear dynamic_link field for
885 -r and -Ur.
886 * ldfile.c (ldfile_open_file): If config.dynamic_link is true, try
887 opening a file with a .so extension first.
888 * emultempl/elf32.em: New file.
889 * emulparams/elf32_sparc.sh (TEXT_START_ADDR): Change to 0x10000.
890 (NONPAGED_TEXT_START_ADDR): Likewise.
891 (TEMPLATE_NAME): Define as elf32.
892 (DATA_PLT): Define.
893 * emulparams/elf_i386.sh (TEMPLATE_NAME): Define as elf32.
894 * scripttempl/elf.sc: Add placement for new dynamic sections.
895 Don't use CREATE_OBJECT_SYMBOLS. Define _etext, _edata and _end
896 outside of any section. Don't use ALIGN(8); just let one section
897 VMA follow another. Put .dynbss in .bss. Don't mention debugging
898 sections; they'll be handled correctly anyhow.
899 * Makefile.in (eelf_i386.c): Depend upon elf32.em, not generic.em.
900
188ce705
ILT
901Wed May 18 10:15:39 1994 Ian Lance Taylor (ian@cygnus.com)
902
903 * Makefile.in (install): Redirect output of ln to /dev/null.
904
4bd5c39f
JL
905Mon May 16 13:35:08 1994 Jeff Law (law@snake.cs.utah.edu)
906
907 * emultempl/hppaelf.em: Change all references of
908 .hppa_linker_stubs to .PARISC.stubs.
909 * scripttempl/hppaelf.sc: Likewise.
910
439a3604
ILT
911Fri May 13 13:00:38 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
912
269773c1
ILT
913 * ldlang.c (print_output_section_statement): Change ``no attached
914 output section'' message slightly.
915 (lang_do_assignments): Don't recurse down if there is no real
916 section.
917
439a3604
ILT
918 * config/i386-linux.mt (OTHER_EMULATIONS): Change em_ to e to
919 match corresponding change in emulation templates.
920 * config/i386-lynx.mt, config/m68k-lynx.mt: Likewise.
921 * config/sparc-lynx.mt, config/sun4sol2.mt: Likewise.
922
82ebe9a2
KR
923Wed May 11 18:16:46 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
924
925 * ldver.c (ldversion): Updated version number.
926
927 * cdtest-foo.cc: Use explicit "#pragma implementation".
928 * cdtest-bar.cc: Renamed from cdtest-func.cc.
929 * Makefile.in: References to cdtest-func.o changed to
930 cdtest-bar.o.
931
f9d3d71a
ILT
932Wed May 11 16:24:19 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
933
934 Don't create unnecessary output sections.
935 * ldlang.c (out_bfd_get_section_by_name): Remove.
936 (wild_section): Call bfd_get_section_by_name rather than
937 our_bfd_get_section_by_name. Don't call wild_doit if there is no
938 section.
939 (lang_create_output_section_statements): Remove.
940 (map_input_to_output_sections): For several cases, call init_os if
941 it has not already been called.
942 (lang_size_sections): If output section was not created, skip it.
943 (lang_process): Don't call lan_create_output_section_statements.
944 (lang_place_orphans): Skip files with just_syms_flags set to true.
945 * ld.texinfo: Document change.
946
27f7237e
ILT
947Tue May 10 14:31:16 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
948
949 * ldlang.c (wild_doit): Don't bother initializing the vma and
950 section size. Don't special case SEC_SHARED_LIBRARY.
951 (lang_size_sections): Handle SEC_COFF_SHARED_LIBRARY sections
952 specially.
953
c1124600
ILT
954Fri May 6 12:24:27 1994 Steve Chamberlain (sac@cygnus.com)
955
956 * config/go32.mh : New file for Xgo32X.
957
f6671f28
ILT
958Fri May 6 15:15:35 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
959
5acce559
ILT
960 * ldfile.c (ldfile_open_command_file): Set bfd_error_system_call
961 before calling einfo, since we are reporting an fopen failure.
962 From jrs@world.std.com (Rick Sladkey).
963
f6671f28
ILT
964 * configure.in: Use "e" rather than "em_" as prefix for
965 emulations.
966
6e1e82a0
KR
967Fri May 6 01:08:14 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
968
969 * emultempl/generic.em: Use "e" rather than "em_" as prefix for
970 filename.
971 * emultempl/gld960.em, emultempl/gld960c.em, emultempl/lnk960.em,
972 emultempl/hppaelf.em, emultempl/m88kbcs.em, emultempl/vanilla.em:
973 Ditto.
974 * Makefile.in: Changed all generated file names.
975 (ldemul-list.h): Depend on Makefile, not config.status. Changed
976 sed patterns to handle new filenames.
977
978 * config/mipsl-idt.mt: Renamed from mips-idtl.mt.
979 * configure.in: Adjusted.
980
981Thu May 5 15:07:32 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
982
983 * Makefile.in (install-info): Don't use "$<*", it doesn't always
984 work. Instead, check build dir and $srcdir explicitly, and use
985 `echo' to get all the filenames.
986
987 * configure.in (h8300h-*-hms): Changed ld_target name to
988 cf-h8300h.
989 * config/cf-h8300h.mt: Renamed from coff-h8300h.mt, to make it
990 unique in 8.3.
991
992 * config/i960coff.mt: New file.
993 * emulparams/gld960coff.sh: New file.
994 * emultempl/gld960c.em: New file.
995 * configure.in (i960-*-vxworks5* except -vxworks5.0*): Use
996 i960coff configuration.
997 * Makefile.in (em_gld960coff.c): Added dependencies, build rule.
998
999 * Makefile.in (ALL_EMULATIONS): Remove em_delta68.o, since the
1000 code isn't included in FSF releases, and it can still be
1001 explicitly selected.
1002 (distclean): Remove site.bak and tmpdir.
1003 (STAGESTUFF): Removed $(GENERATED_CFILES) $(GENERATED_HFILES).
1004 (mostlyclean): Delete them explicitly here. Also remove tmpdir.
1005
1006 Patches from Ralph Campbell:
1007 * config/mipsbsd.mh: New file.
1008 * Makefile.in (em_mipsbsd.c): Use mipsbsd.sc, not aout.sc.
1009 * scripttempl/mipsbsd.sc: Don't define __DYNAMIC.
1010 * emulparams/mipsbsd.sh (OUTPUT_FORMAT): Fix name to have `a.out'
1011 instead of `aout'.
1012
1013 * configure.in (i386-*-gnu*): Treat like i386-*-mach*.
1014
269ec825
ILT
1015Wed May 4 11:59:40 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1016
6e1e82a0
KR
1017 * config/m68k.mt (EMUL): Set to m68kaout.
1018 * emulparams/m68kaout.sh: New file.
1019 * Makefile.in (ALL_EMULATIONS): Add em_m68kaout.o.
1020 (em_m68kaout.c): New target.
1021
269ec825
ILT
1022 * ldlang.c (lang_size_sections): If dot moves because of an
1023 assignment, don't try to insert a pad into the absolute output
1024 section, just change the address of the default memory region
1025 instead.
1026
1027 * Makefile.in (mostlyclean): Remove cdtest.tmp, cdtest-ur,
1028 cdtest-ur.out, and cdtest-ur.tmp.
1029
e6d84626
ILT
1030Wed Apr 27 16:03:37 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1031
1032 * scripttempl/sa29200.sc: Align all sections to four byte
1033 boundaries.
1034
6c86b9ff
SC
1035Wed Apr 27 10:48:03 1994 Steve Chamberlain (sac@cygnus.com)
1036
1037 * Makefile.in, configure.in: Support for go32 coff.
1038 * config/i386-go32.mt: New file
1039 * emulparams/i386go32.sh: New file
1040 * scripttempl/i386go32.sc: New file
1041
028f8872
SS
1042Tue Apr 26 17:20:03 1994 Stan Shebs (shebs@andros.cygnus.com)
1043
1044 * Makefile.in (em_m68klynx.c, em_i386lynx.c, em_sparclynx.c): Use
1045 Lynx-specific script templates.
1046 * configure.in (sparclite*-*-coff): Use coff-sparc.
1047 * emulparams/i386lynx.sh (SCRIPT_NAME): Set to i386lynx.
1048 * emulparams/sparclynx.sh (SCRIPT_NAME): Set to sparclynx.
1049 (ENTRY): Set to __main.
1050 * scripttempl/i386lynx.sc: New file, script for I386 Lynx.
1051 * scripttempl/m68klynx.sc: Add insertion of ctor/dtor sections.
1052 * scripttempl/sparclynx.sc: New file, script for uSparc Lynx.
1053
cde73501
ILT
1054Tue Apr 26 12:41:03 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1055
c435aba8
ILT
1056 * scripttempl/mips.sc: Force _gp and .lit8 to be aligned to a 16
1057 byte boundary, in case the global constructors do not take up an
1058 even 16 bytes.
1059
cde73501
ILT
1060 * config/i386v4.mh (HOSTING_CRT0): If ../gcc/crtbegin.o does not
1061 exist, get crtbegin based on gcc -print-libgcc-file-name.
1062 (HOSTING_LIBS): Similar change for ../gcc/crtend.o.
1063
feaa9c4b
ILT
1064Mon Apr 25 15:27:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1065
1066 * ldlang.c (lang_size_sections): When no address is given for a
1067 section, align it according to its requirements.
1068
1e45c4c3
ILT
1069Thu Apr 21 17:24:24 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1070
1071 * Makefile.in (clean, distclean): Remove configdoc.texi.
1072
9ad75873
BC
1073Tue Apr 19 12:12:15 1994 Bill Cox (bill@rtl.cygnus.com)
1074
1075 * configure.in: Add i[34]86-*-bsd386 to the patterns recognized.
1076
9d87af56
ILT
1077Fri Apr 15 14:35:42 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1078
1079 * ldlang.c (lang_size_sections): When relaxing, adjust the
1080 position of a padding statement, and adjust dot accordingly.
1081
ea68d58d
BC
1082Mon Apr 11 17:37:09 1994 Bill Cox (bill@rtl.cygnus.com)
1083
1084 * Makefile.in (EXPECT, RUNTEST): Set these for the check goal.
1085
4f2ee958
ILT
1086Mon Apr 11 12:32:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1087
1088 * scripttempl/i386coff.sc: If relocating, don't put .init and
1089 .fini sections into .text; keep them separate.
1090 * config/i386sco.mh (HOSTING_CRT0): If ../gcc/crtbegin.o does not
1091 exist, get crtbegin based on gcc -print-libgcc-file-name.
1092 (HOSTING_LIBS): Similar change for ../gcc/crtend.o.
1093
099c286e
BC
1094Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
1095
1096 * Makefile.in (check): Set TCL_LIBRARY for runtest.
1097
79f7de91
JL
1098Wed Apr 6 00:09:37 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
1099
f39a73b1
JL
1100 * configure.in (hppa*-*-*elf*): Don't require "-hp-" for the
1101 manufacturer.
1102
79f7de91
JL
1103 * emultempl/hppaelf.em (hppaelf_finish): Only resize sections
1104 if building a final executable.
1105
67d0e7ff
ILT
1106Tue Apr 5 12:17:30 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1107
1108 * ldmain.c (main): Check the return value of bfd_close.
1109
be9ffc1f
ILT
1110Thu Mar 31 18:07:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1111
1112 * scripttempl/alpha.sc: Clean up section alignment to ensure that
1113 sections never overlap when using -r.
1114
6c00b04f
ILT
1115Wed Mar 30 15:51:15 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1116
1117 * ldmisc.c (vfinfo): Change symbol reading slightly for recent BFD
1118 changes: get_symtab_upper_bound renamed and returns long,
1119 bfd_canonicalize_symtab returns long, check for error indications.
1120
f078dc7c
ILT
1121Fri Mar 25 17:20:01 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1122
1123 * ldlang.c (print_input_section): For section size, use
1124 _cooked_size if it is non-zero, size otherwise.
1125 (size_input_section): Likewise.
1126 (lang_do_assignments): Likewise (case lang_input_section_enum).
1127
193c5f93
ILT
1128Thu Mar 24 15:20:47 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1129
1130 * ldlang.c (new_afile): Add new argument add_to_list. Don't set
1131 real to true for lang_input_file_is_marker_enum. Clear the_bfd.
1132 (lang_add_input_file): Pass true to new_afile for add_to_list.
1133 (lookup_name): Remove force_load argument. Changed all callers.
1134 Pass false to new_afile for add_to_list. Split loading of symbols
1135 out into separate function.
1136 (load_symbols): New function split out of lookup_name. Don't load
1137 the symbols if they are already loaded.
1138 (open_input_bfds): For lang_input_statement_enum call load_symbols
1139 rather than lookup_name.
1140 (lang_process): Pass abs_output_section rather than NULL to
1141 lang_size_sections.
1142 (lang_startup): Set real field of first_file to true.
1143
a2670c2f
ILT
1144Wed Mar 23 14:15:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1145
193c5f93
ILT
1146 * ldlang.c (had_relax): Removed.
1147 (relax_again): New static variable.
1148 (lang_size_sections): Change call to bfd_relax_section to
1149 correspond to BFD changes. Set relax_again appropriately.
1150 (lang_process): Remove #if 0 code. When relaxing, keep calling
1151 lang_do_assignments and lang_size_sections until relax_again
1152 becomes false.
1153
a2670c2f
ILT
1154 * emultemp/gld960.em: Include libiberty.h
1155 (gld960_before_parse): Pass NULL as final argument to concat.
1156
f3bc3ac3
ILT
1157Tue Mar 22 13:08:28 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1158
f7a26f1b
ILT
1159 * scripttempl/aout.sc: Force _end and __end to be aligned to a
1160 four byte boundary.
1161
f3bc3ac3
ILT
1162 * ldwrite.c (build_link_order): Handle lang_data_statement_enum by
1163 building a bfd_data_link_order, rather than by setting the section
1164 contents immediately.
1165
4fdbafb2
ILT
1166Mon Mar 21 18:28:37 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1167
1168 Changes to make -Ur work again.
1169 * ldmain.c (add_to_set): Now takes reloc argument rather than
1170 bitsize. Check config.build_constructors here. If an new hash
1171 table entry is created, mark it as undefined.
1172 (constructor_callback): No longer takes bitsize argument. Pass
1173 BFD_RELOC_CTOR to ldctor_add_set_entry, but first make sure the
1174 BFD backend supports it.
1175 (reloc_overflow): Handle a NULL abfd argument.
1176 (reloc_dangerous, unattached_reloc): Likewise.
1177 * ldctor.c: Include ldmain.h.
1178 (struct set_info): Change bitsize field to reloc.
1179 (ldctor_add_set_entry): Now takes reloc argument rather than
1180 bitsize. Don't bother to check config.build_constructors here.
1181 (ldctor_build_sets): Get the size from the reloc howto. If
1182 generating relocateable output, call lang_add_reloc rather than
1183 lang_add_data.
1184 * ldctor.h (ldctor_add_set_entry): Change declaration to use reloc
1185 instead of bitsize.
1186 * ldlang.h (statement_enum): Add lang_reloc_statement_enum.
1187 (lang_reloc_statement_type): New structure.
1188 (lang_statement_union_type): Add reloc_statement field.
1189 (lang_add_reloc): Declare new function.
1190 * ldlang.c (lang_for_each_statement_worker): Handle
1191 lang_reloc_statement_enum.
1192 (map_input_to_output_sections, print_statement): Likewise.
1193 (lang_size_sections, lang_do_assignments): Likewise.
1194 (print_reloc_statement): New function.
1195 (lang_add_reloc): New function.
1196 * ldwrite.c (build_link_order): Handle lang_reloc_statement_enum.
1197
1198 * Makefile.in (cdtest.out, cdtest-ur.o): New targets.
1199 (cdtest-ur, cdtest-ur.out): New targets.
1200 (check-cdtest): Now also check that -Ur works correctly.
1201
1202 * scripttemp/alpha.sc: Align all sections to 16 byte boundaries.
1203
1204Thu Mar 17 12:45:41 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1205
1206 * ldlang.c (lang_process): Move lang_common call before
1207 map_input_to_output_sections, to ensure that any alignment
1208 constraints set by common symbols are copied over to the output
1209 sections.
1210
1211Fri Mar 11 22:17:34 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1212
1213 * emulparams/elf32ppc.sh (TEMPLATE_NAME): Don't define.
1214 (OTHER_READWRITE_SECTIONS): Rename .toc to .got.
1215 * Makefile.in (em_elf32ppc.c): Depend upon generic.em, not ppc.em.
1216 * emultempl/ppc.em: Remove ugly stub code; turns out not to be
1217 needed for ELF.
1218
0071a731
DM
1219Tue Mar 8 04:22:27 1994 David J. Mackenzie (djm@rtl.cygnus.com)
1220
1221 * config/i386bsd.mh: New file.
1222
7f0638d5
ILT
1223Mon Mar 7 15:23:24 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1224
1225 * elf.sc: Permit TEXT_START_SYMBOLS and DATA_START_SYMBOLS to be
1226 defined.
1227 * emulparams/elf32mipb.s (TEXT_START_SYMBOLS): Define _ftext.
1228 (DATA_START_SYMBOLS): Define _fdata.
1229
b897ed67
SS
1230Mon Feb 28 10:59:14 1994 Stan Shebs (shebs@andros.cygnus.com)
1231
1232 * ldlang.c (cat): Define using ANSI style if ALMOST_STDC defined.
1233
2e39abdb
JL
1234Sun Feb 27 16:29:38 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
1235
ff68559e
JL
1236 * emultempl/hppaelf.em (hppaelf_finish): Update comments. This
1237 works again. Attach some output symbols to the stub file bfd.
1238
2e39abdb
JL
1239 * emultempl/hppaelf.em: Include elf32-hppa.h.
1240 (file_chain): Add decl.
1241 (hppa_look_for_stubs_in_section): Delete decl.
1242 (hppaelf_finish): Reenable code. Do not pass symbols
1243 down to hppa_look_for_stubs_in_section.
1244
b495c314
ILT
1245Sat Feb 26 10:58:25 1994 Ian Lance Taylor (ian@cygnus.com)
1246
1247 * ldmain.c (write_map): Don't define. Removed all references.
1248 Just use map_file or map_filename instead.
1249 (add_archive_element): Use minfo to write map information, not
1250 info_msg.
1251 (constructor_callback): Use fprintf to write map information, not
1252 info_msg.
1253 * ldmain.h (write_map): Don't declare.
1254 * ldgram.y (mri_script_command): Removed reference to write_map.
1255 * ldlang.c (lang_one_common): Likewise.
1256 * lexsup.c (parse_args): Likewise.
1257
4725fb48
ILT
1258Fri Feb 25 19:12:03 1994 Ian Lance Taylor (ian@cygnus.com)
1259
bff600cf
ILT
1260 * scripttempl/elf.sc: Force all sections to be aligned.
1261
27baca71
ILT
1262 * ldgram.y (section): Reverse the order of memspec_opt and
1263 fill_opt to avoid an ambiguity when both are used.
1264 * ld.texinfo: Changed accordingly.
1265
6232b6c4
ILT
1266 * ldgram.y: Move include of ldlex.h back with other includes.
1267 * ldlex.h (input_type): Don't initialize enum constants to
1268 particular values.
1269 * ldlex.l: Use a switch to return the right token based on
1270 input_type, rather than knowing that input_type has a value based
1271 on a token type.
1272
4725fb48
ILT
1273 * ldgram.y (dirlist_ptr): Removed; not used.
1274 * lexsup.c: Include ldver.h.
1275 * Makefile.in: Rebuilt dependencies.
1276
fc1dfb71
ILT
1277Fri Feb 25 18:55:54 1994 Ted Lemon (mellon@pepper.ncd.com)
1278
1279 * ldlang.c (lookup_name): don't call bfd_set_gp_size.
1280 (ldlang_add_file): call it here instead.
1281
ff33a8c1
DM
1282Fri Feb 25 18:13:46 1994 David J. Mackenzie (djm@rtl.cygnus.com)
1283
1284 * ldgram.y: Include ldlex.h after %token decls, for byacc.
1285
a62494c4
JL
1286Fri Feb 25 10:47:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
1287
531a5bd1
JL
1288 * emultempl/hppaelf.em: First attempt to clean this file up.
1289 Add comments in several functions as to their purpose and
1290 how they function (or my current best guess). Clean up horrible
1291 spacing and indention that never should have been accepted in the
1292 first place. Add FIXMEs for issues which need to be resolved.
1293 Disable linker-stub generation until it gets fixed. This allows
1294 the linker to at least work on simple code for testing purposes.
1295
a62494c4
JL
1296 * ldlang.c (lang_size_sections): No longer static (PA ELF calls
1297 it via hppaelf_finish). Prototype moved into ldlang.h.
1298 (lang_process): Move problematic extra call to lang_size_sections
1299 into the PA ELF specific code.
1300 * emultempl/hppaelf.em (hppaelf_finish): Extra call to
1301 lang_size_sections moved here.
1302
c361ce46
ILT
1303Thu Feb 24 16:47:33 1994 Ian Lance Taylor (ian@cygnus.com)
1304
1305 * configure.in (powerpc-*-elf*): New target; use ppc-elf32.
1306 * config/ppc-elf32.mt: New file.
1307 * emulparams/elf32ppc.sh: New file.
1308 * emultempl/ppc.em: New file.
1309 * Makefile.in (ALL_EMULATIONS): Added em_elf32ppc.o.
1310 (em_elf32ppc.c): New target; uses elf32ppc.sh, ppc.em and elf.sc.
1311 (EMULATION_OFILES): Added dependencies on ldexp.h and ldlang.h.
1312
d4e5e3c3
DM
1313Thu Feb 24 12:27:07 1994 David J. Mackenzie (djm@rtl.cygnus.com)
1314
d5b79a89
DM
1315 * lexsup.c (parse_args): Use symbolic numbers for long options.
1316 Fix misunderstanding in -Y and -call_shared et al.
1317
d4e5e3c3
DM
1318 Use getopt instead of lex and yacc to parse the command line.
1319
1320 * ld.texinfo (Options): Document changes to option syntax.
1321 * Makefile.in: Update dependencies.
1322 * ldver.c (help): Tweak dashes in usage message.
1323 * ldgram.y (%union): Remove unused members.
1324 Remove %tokens for command line options; add ones for input types.
1325 (command_line): Rules removed.
1326 (file): Instead of command line, recognize an
1327 input type indicator, then use the nonterminal for that type.
1328 (defsym_expr): New nonterminal from code formerly in command_line.
1329 * ldlex.h: Declare parser input type enum and variable.
1330 Don't declare parse_line.
1331 * ldlex.l: Remove unused variables. Make some used ones static
1332 and comment them.
1333 (COMMAND): Start state and its rules removed.
1334 At start of yylex, return input state token if at start of input.
1335 (lex_redirect): Don't need to set yyout.
1336 (ldlex_command): Function removed.
1337 * ldmain.c (main): Instead of calling parse_line, set up the
1338 redirections and call yyparse directly.
1339 * ldmisc.c (vfinfo): If there's no input filename, print nothing, not
1340 "command line".
1341 * lexsup.c: Remove #if 0'd code.
1342 (parse_line): Function removed.
1343 (parse_args): Rewrite to use getopt_long_only.
1344 (set_default_dirlist): New function from code formerly in
1345 ldgram.y:command_line.
1346 (set_section_start): New function.
1347 * emultempl/generic.em, emultempl/gld960.em, emultempl/hppaelf.em,
1348 emultempl/lnk960.em, emultempl/m88kbcs.em: Don't enclose
1349 compiled-in link scripts in "{" and "}", as the grammar no longer
1350 wants them to be.
1351
1352Thu Feb 24 08:43:26 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
1353
1354 * Makefile.in (ld.dvi): Depend on configdoc.texi, but don't
1355 require that it be in $(srcdir).
1356
6b8929a1
ILT
1357Tue Feb 22 09:21:18 1994 Ian Lance Taylor (ian@cygnus.com)
1358
a733e1d7
ILT
1359 * ldlang.c (lang_size_sections): Only align section to alignment
1360 required by linker script, not to maximum alignment of input
1361 sections.
1362
6b8929a1
ILT
1363 * ldlang.h (largest_section): Don't declare.
1364 * ldlang.c (largest_section): Don't define.
1365 (size_input_section): Don't set largest_section; not used.
1366
ef76742f
ILT
1367Mon Feb 21 15:15:29 1994 Ian Lance Taylor (ian@cygnus.com)
1368
1369 * ldlang.c (new_afile): Pass NULL as last argument to concat.
1370
42f62ead
ILT
1371Thu Feb 17 15:51:23 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1372
1373 * ldlang.c, ldmain.c: Include libiberty.h.
1374
1375 * ldmisc.h (concat): Don't declare.
1376 * ldmisc.c (concat): Don't define; just use the one in libiberty.
1377
1378 * ld.h (as_output_section_statement): Removed; not used.
1379
5bcb7f28
DM
1380Thu Feb 17 09:32:14 1994 David J. Mackenzie (djm@thepub.cygnus.com)
1381
1382 * ldlang.c, ldmain.c, ldmisc.c: Use bfd_get_error and
1383 bfd_set_error and new error names.
1384
7ff6f2da
KR
1385Tue Feb 15 20:14:53 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
1386
1387 * ldwrite.c (build_link_order): If the cooked size of the section
1388 has been set, use it, for determining link_order size.
1389 (ldwrite): In the error message displayed if bfd_final_link fails,
1390 indicate that it was in fact the final link step that failed.
1391
1392 * ldlang.c (lang_size_sections): Clear bfd_error before calling
1393 bfd_relax_section, in case it returns false but doesn't flag an
1394 error. If an error is returned, indicate which one it is in the
1395 error message.
1396
1397 * Makefile.in (install-info): Depend on ld.info, and use "$<*" so
1398 it'll get picked up from $(srcdir) if appropriate.
1399
1400Tue Feb 15 16:32:04 1994 David J. Mackenzie (djm@rtl.cygnus.com)
1401
1402 * scripttempl/aout.sc: Only pad .text if PAD_TEXT is set.
1403 * emulparams/i386mach.sh (PAD_TEXT): Set PAD_TEXT.
1404
09aaf97a
DM
1405Fri Feb 11 17:02:49 1994 David J. Mackenzie (djm@thepub.cygnus.com)
1406
1407 * ldlex.l (comment): Increment line number when newline is read.
1408
c4e48be3
ILT
1409Fri Feb 11 17:36:20 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1410
1411 * ldlang.c (lookup_name): Take new argument, force_load. If true,
1412 reload the file even if it is already loaded.
1413 (wild): Call lookup_name with force_load argument of 0.
1414 (open_input_bfds): Call lookup_name with force_load argument of 1.
1415 (print_symbol): Remove declaration of non-existent function.
1416 (print_one_symbol): Return true rather than falling off end.
1417
410945f1
ILT
1418Thu Feb 10 11:52:38 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1419
1420 * ldmain.c (main): Use %ld when printing long values.
1421
1422 * scripttempl/elf.sc: Move _edata after the .sdata section.
1423 Permit OTHER_BSS_SYMBOLS to be defined.
1424 * emulparams/elf32mipb.s (OTHER_BSS_SYMBOLS): Define _fbss.
1425
f7d4f6f6
JL
1426Mon Feb 7 16:31:15 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
1427
1428 * Rename all "hppaosf" files to "hppaelf".
410945f1
ILT
1429 * Change all "osf" references to "elf" in hppaelf files.
1430 * Makefile.in: Likewise.
1431 * configure.in: Likewise.
f7d4f6f6 1432
f4972135
DM
1433Sun Feb 6 20:31:56 1994 David J. Mackenzie (djm@thepub.cygnus.com)
1434
6f671266
DM
1435 * ldmain.c (main): Call xatexit, not atexit.
1436 Call xmalloc_set_program_name.
1437
f4972135
DM
1438 * ldlang.c (lang_size_sections): Check if bfd_relax_section set
1439 bfd_errno.
1440
52a8ebfe
DM
1441Sat Feb 5 03:54:34 1994 David J. Mackenzie (djm@thepub.cygnus.com)
1442
1443 * emultempl/lnk960.em (append), emultempl/hppaosf.em
1444 (hppaosf_finish): Call xmalloc, not ldmalloc.
1445 * ldmain.c (preserve_output): Function removed.
1446 (main): Do it here instead.
1447
9dd7d585
JL
1448Fri Feb 4 23:02:19 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
1449
1450 * ldlang.h (LANG_FOR_EACH_{INPUT,OUTPUT}_SECTION): Delete (unused)
1451 GNU C specific macros.
1452
1453 * emultempl/hppaosf.em (hppaosf_finish): Expand the only remaining
1454 call to LANG_FOR_EACH_INPUT_SECTION.
1455
0b2f8d2e
DM
1456Fri Feb 4 16:26:08 1994 David J. Mackenzie (djm@thepub.cygnus.com)
1457
1458 * ldmisc.c (ldmalloc, xmalloc, ldrealloc, xrealloc): Functions
1459 deleted; will use libiberty versions instead.
1460 * ldctor.c ldfile.c ldlang.c ldmain.c ldmisc.c ldmisc.h lexsup.c
1461 mri.c Makefile.in: Change callers.
1462
1463 * ldmisc.c (vfinfo): Remove cleanup code.
1464 * ldmain.c (remove_output): Put it here (new function).
1465 (preserve_output): New function.
1466 (main): Register remove_output and preserve_output with atexit.
1467 * ldmain.c ldgram.y: Call xexit instead of exit.
1468 * ldmisc.h: Declare xexit.
1469
9e0f78c8
SC
1470Fri Feb 4 15:19:01 1994 Steve Chamberlain (sac@cygnus.com)
1471
1472 * Makefile.in: Lots of new H8/500 memory models.
1473
836dcbcf
KR
1474Sun Jan 30 14:33:40 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
1475
1476 * ldlex.l: Removed duplicate rules.
1477 (yywrap): Provide default definition, needed with some versions of
1478 flex.
1479
fb55f9b8
DM
1480Fri Jan 28 09:12:56 1994 David J. Mackenzie (djm@thepub.cygnus.com)
1481
288897f4
DM
1482 * ldmisc.c (vfinfo): For `%I', if the file is in an archive, print
1483 the archive filename too.
1484
fb55f9b8
DM
1485 * ldlex.l: Add rule to catch invalid input characters instead of
1486 printing them. Include "ldmain.h" for program_name decl.
1487 (lex_warn_invalid): New function.
1488 * Makefile.in: Add dependency.
1489
f3c6455f
KR
1490Fri Jan 28 12:58:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
1491
1492 * Makefile.in (check): Don't bother running any tests of
1493 cross-linker until the test suite no longer assumes native mode.
1494
804c8601
SC
1495Thu Jan 27 17:19:54 1994 Steve Chamberlain (sac@jonny.cygnus.com)
1496
1497 * ldlang.c (print_one_symbol, print_input_section): Print
1498 global symbols in symbol table again.
1499
7b40f2b1
DM
1500Thu Jan 27 12:35:01 1994 David J. Mackenzie (djm@thepub.cygnus.com)
1501
1502 * ldmain.c ldmain.h ldgram.y: If -v -V or --version was given,
1503 exit successfully instead of complaining if no input files are
1504 given.
1505
8594f568
SS
1506Tue Jan 25 13:19:41 1994 Stan Shebs (shebs@andros.cygnus.com)
1507
74e6b793
SS
1508 * Makefile.in: Format variable definitions consistently.
1509 (LD_PROG): Remove unnecessary variables from link command,
1510 change variable LOADLIBES to EXTRALIBS.
1511
8594f568
SS
1512 * ldmain.c (main): Compute and display total execution time.
1513 * ld.texinfo (-stats): Document the option.
1514
755f42fe
ILT
1515Mon Jan 24 12:56:37 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1516
5dad4c97
ILT
1517 * ldmain.c (reloc_overflow): Added name, reloc_name and addend
1518 arguments.
1519
de08b0b1
ILT
1520 * ldlang.c (lookup_name): Set BFD GP size to -G argument value
1521 after opening BFD.
1522
755f42fe
ILT
1523 * ldlang.c (relaxing): Removed global variable.
1524 (lang_size_sections): If the canonical symbols have not already
1525 been read in, read them in before relaxing.
1526 * ldlang.h (relaxing): Removed declaration.
1527
5e6cd559
ILT
1528Fri Jan 21 00:44:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1529
1530 * ldlang.c (new_afile): Initialize loaded field to false.
1531 (lookup_name): If file was already loaded, don't call the
1532 add_symbols entry point again.
1533
8de26d62
DM
1534Wed Jan 19 13:57:00 1994 David J. Mackenzie (djm@thepub.cygnus.com)
1535
1536 * ld.texinfo: Clarify what -T option does.
1537
a843c817
SC
1538Tue Jan 18 16:18:15 1994 Steve Chamberlain (sac@jonny.cygnus.com)
1539
1540 * scripttempl/m88kbcs.sc: Don't use CREATE_OBJECT_SYMBOLS, that's
1541 for a.out.
1542
901f3538
ILT
1543Tue Jan 11 13:22:04 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1544
8a432746
ILT
1545 * ldmain.c (add_archive_element): If trace_files or
1546 trace_file_tries, print file name.
1547 * ldlang.c (lookup_name): Likewise.
1548 (ldlang_add_file): Don't put files on input_bfds list in reverse
1549 order.
1550
901f3538
ILT
1551 * scripttempl/elf.sc: Correct typo.
1552
c344d884
DM
1553Mon Jan 10 19:49:05 1994 David J. Mackenzie (djm@thepub.cygnus.com)
1554
1555 * ldgram.y, ldlex.l: Make the space between -e, -u, and -y and
1556 their arguments optional, for compatibility with the old GNU ld.
1557
267a3ab3
ILT
1558Fri Jan 7 20:00:24 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1559
1560 * scripttempl/elf.c: Define __bss_start before the .sbss section.
1561
3107eb5b
ILT
1562Thu Jan 6 00:13:10 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1563
2f84ec0d
ILT
1564 * ldmain.c (add_to_set): Add bitsize argument.
1565 (constructor_callback): New function.
1566 (link_callbacks): Add constructor_callback.
1567 * ldctor.c (struct set_info): Add bitsize field.
1568 (ldctor_add_set_entry): Add bitsize argument.
1569 (ldctor_build_sets): Base the size of the elements of the set on
1570 the bitsize, rather than always using LONG.
1571 * ldctor.h (ldctor_add_set_entry): Add bitsize to declaration.
1572
1573 * ld.h (QUAD_SIZE): Define.
1574 * ldgram.y (QUAD): New token.
1575 (length): Handle it.
1576 * ldlex.l: Return QUAD.
1577 * lexsup.c (keywords): Add QUAD.
1578 * ldwrite.c (build_link_order): Handle QUAD.
1579 * ldlang.c (print_data_statement): Handle QUAD.
1580 (lang_size_sections): Likewise.
1581 (lang_do_assignments): Likewise.
1582 * ldexp.c (exp_print_token): Add QUAD to table.
1583 * ld.texinfo: Describe QUAD.
1584
3107eb5b
ILT
1585 * scripttempl/alpha.sc: Don't create .lit4 or .sdata sections,
1586 since the Alpha doesn't use them.
1587
080d8af0
DM
1588Wed Jan 5 17:42:16 1994 David J. Mackenzie (djm@thepub.cygnus.com)
1589
1590 * ldemul.h (ld_emulation_xfer_struct): Comment the members.
1591
1592Sat Jan 1 13:39:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
1593
1594 * Makefile.in, configure.in: Add support for VSTa micro-kernel.
1595 * config/vsta.mt, emulparams/vsta.sh: New files for VSTa.
1596
34f9bf4b
DM
1597Sat Jan 1 10:53:35 1994 David J. Mackenzie (djm@thepub.cygnus.com)
1598
1599 * scripttempl/aout.sc: Pad .text to DATA_ALIGNMENT if relocating;
23fdc6be 1600 needed for i386mach. (Should be a no-op on other systems.)
34f9bf4b
DM
1601
1602 * emulparams/i386mach.sh (SEGMENT_SIZE): Fix again.
1603 (PAGE_SIZE): Don't define; not used.
1604
1d166443
ILT
1605Fri Dec 31 16:12:06 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1606
1607 * ldgram.y (yyerror): Make argument const char *, and actually
1608 print it out rather than assuming it is a syntax error.
1609 * ldmisc.h: Change declaration of yyerror.
1610 * ldemul.c, ldwrite.c: Add /*ARGSUSED*/ as appropriate.
1611
ae9c8007
DM
1612Fri Dec 31 11:37:28 1993 David J. Mackenzie (djm@thepub.cygnus.com)
1613
1614 * emulparams/i386mach.sh (NONPAGED_TEXT_START_ADDR): Don't include
1615 exec header offset, since the exec header isn't loaded.
1616 (PAGE_SIZE, SEGMENT_SIZE): Agree with bfd/i386mach3.c.
1617
4a6afc88
ILT
1618Thu Dec 30 13:01:43 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1619
1620 A major rewrite to move the bulk of the linker into BFD so that
1621 more efficient backend code can be written for specific object
1622 files.
1623 * lderror.c, lderror.h, ldindr.c, ldindr.h, ldsym.c, ldsym.h,
1624 ldwarn.c, ldwarn.h, relax.c, relax.h: Removed.
1625 * ldctor.c, ldctor.h: Complete rewrite.
1626 * ldwrite.c, ldwrite.h: Complete rewrite.
1627 * ld.h (strip_symbols_type, strip_symbols): Removed. Use
1628 link_info.strip instead. Changed all uses.
1629 (discard_locals_type, discard_locals): Removed. Use
1630 link_info.discard instead. Changed all uses.
1631 (ld_config_type): Removed relocateable_output field; use
1632 link_info.relocateable instead; changed all uses. Added stats
1633 field.
1634 (set_asymbol_chain, get_asymbol_chain, get_loader_symbol,
1635 set_loader_symbol): Removed.
1636 * ldexp.h (node_class): Added etree_rel.
1637 (etree_type): Added rel field.
1638 * ldexp.c (exp_print_token): Bracketed table initialization.
1639 (exp_relop): New function.
1640 (fold_name): Use linker hash table rather than ldsym functions.
1641 (exp_fold_tree): Likewise. Also, handle etree_rel case.
1642 (exp_print_tree): Handle etree_rel.
1643 * ldgram.y (strip_symbols, discard_locals): Removed.
1644 (OPTION_stats, OPTION_no_keep_memory): New tokens. Handle them.
1645 (REL): New token. Does not appear in grammar, but needed for
1646 expression code.
1647 (file): Don't call lang_final; it's called by main anyhow.
1648 * ldlex.l: Accept -stats and -no-keep-memory options.
1649 * ldlang.h (fill_type): Make unsigned int, not unsigned short.
1650 * ldlang.c: Consistently use fill_type for fill argument.
1651 (lang_init_script_file, script_file): Removed.
1652 (create_object_symbols): Removed. Use
1653 link_info.create_object_symbols_section instead. Changed all
1654 uses.
1655 (lang_add_keepsyms_file): Removed.
1656 (lookup_name): Call bfd_link_add_symbols instead of
1657 ldmain_open_file_read_symbol.
1658 (wild): Don't iterate over script_file.
1659 (open_output): Create link hash table.
1660 (lang_place_undefineds): Rewrote.
1661 (lang_size_sections): Handle relaxing (doesn't work yet).
1662 (lang_relocate_globals): Removed.
1663 (lang_finish): Use link hash table rather than ldsym functions.
1664 (lang_common): Rewrote.
1665 (lang_one_common): New function.
1666 (ldlang_add_file): Add file to link_info.input_bfds list. Set
1667 usrdata.
1668 (create_symbol): Removed.
1669 (lang_process): Don't call lang_init_script_file. Call
1670 ldctor_build_sets rather than find_constructors. Don't call
1671 lang_relocate_globals.
1672 (lang_abs_symbol_at_beginning_of): Rewrote.
1673 (lang_abs_symbol_at_end_of): Rewrote.
1674 * ldmain.c (had_y): Removed.
1675 (lprefix, lprefix_len): Removed; use link_info fields instead.
1676 Changed all uses.
1677 (multiple_def_count, commons_pending, undefined_global_sym_count,
1678 total_symbols_seen, total_files_seen): Removed.
1679 (link_callbacks, link_info): New variables.
1680 (main): Initialize link_info. Don't call init_bfd_error_vector or
1681 ldsym_init. Don't set now unused variables. Handle -stats.
1682 (get_emulation): Removed obsolete and nonfunctional GNU960 code.
1683 (add_ysym): Rewrote.
1684 (read_entry_symbols, refize, enter_global_ref, enter_file_symbols,
1685 search_library, gnu960_check_format, decode_library_subfile,
1686 linear_library, symdef_library, clear_syms, subfile_wanted_p):
1687 Removed.
1688 (add_keepsyms_file, add_archive_element, multiple_definition,
1689 multiple_common, add_to_set, warning_callback, undefined_symbol,
1690 reloc_overflow, reloc_dangerous, unattached_reloc, notice_ysym):
1691 New functions.
1692 * ldmisc.c (vfinfo): Accept a string for %T, not a symbol. Don't
1693 require symbols for %C; look them up instead.
1694 * emultempl/hppaosf.em: Pass link_info to
1695 hppa_look_for_stubs_in_section.
1696 * Makefile.in: Rebuilt dependencies.
1697 (CFILES): Removed lderror.c, ldindr.c, ldsym.c, ldwarn.c, and
1698 relax.c.
1699 (HFILES): Removed lderror.h, ldindr.h, ldsym.h, ldwarn.h, and
1700 relax.h.
1701 (EMULATION_OFILES): Depend on bfdlink.h, ldmain.h, ldexp.h,
1702 ldlang.h and ldctor.h.
1703
1704 * Makefile.in (ldlex.c): Don't depend on ldgram.h. Remove
1705 declarations of free and malloc from flex output. Change malloc
1706 to ldmalloc in flex output.
1707
1708Thu Dec 16 21:19:57 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
1709
1710 * ldmain.c (lprefix): Change default from a char to a string
1711 with only one character.
1712 (lprefix_len): Set default to one.
1713
1714 * ldmain.h (lprefix_len): Declare.
1715
1716 * ldsym.c (write_file_locals): Use strncmp rather than a character
1717 comparison for lprefix.
1718
1719 * emultmpl/m88kbcs.em (before_parse): Set lprefix and lprefix_len
1720 correctly.
1721
1722 * emultmpl/hppaosf.em: Include ldexp.h.
1723 (before_parse): Set lprefix and lprefix_len correctly.
1724
498fbd3c
ILT
1725Tue Dec 14 17:19:03 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1726
553b0021
ILT
1727 * ldlex.h: Don't declare yywrap if it is a macro.
1728 * ldlex.l: Include sysdep.h.
498fbd3c
ILT
1729 * ldlang.c (lang_for_each_statement_worker,
1730 lang_for_each_statement): Forgot to use PARAMS.
1731
1400cdc5
ILT
1732Mon Dec 13 14:30:03 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1733
1734 * Makefile.in: Added .PHONY targets where appropriate. Added some
1735 comments. Also:
1736 (gcclibdir, version): Removed unused variables.
1737 (DEP): New variable, set to mkdep.
1738 (ALL_CFLAGS): New variable. Used in .c.o target.
1739 (CFILES, HFILES, GENERATED_CFILES, GENERATED_HFILES): New
1740 variables.
1741 (HEADERS, MANSOURCES, LDCSOURCES, GENERATED_SOURCES,
1742 GENERATED_HEADERS, LDSOURCES, BFD_SOURCES, SOURCES): Removed
1743 mostly obsolete variables. Adjusted remaining uses.
1744 (DEF_EMUL): Removed variable.
1745 (ldmain.o): Handle undefined EMUL error correctly.
1746 (ldemul-list.h): Depend on config.status rather than Makefile.
1747 Create via temporary file.
1748 (ver960.c, roll, make): Removed obsolete targets.
1749 (.dep, .dep1, dep.sed, dep, dep-in): New targets. Used to rebuild
1750 dependencies.
1751 * dep-in.sed: New file, used when rebuilding dependencies.
1752
2c6635a4
ILT
1753Sat Dec 11 14:43:44 1993 Ian Lance Taylor (ian@deneb.cygnus.com)
1754
fcf276c4
ILT
1755 Made many changes to eliminate gcc warnings. Made various
1756 cosmetic changes, declared various things in header files, removed
1757 various extern declarations from .c files. No substantive
1758 changes.
1759
2c6635a4
ILT
1760 * ldlang.c (lang_process): Ifdef out final call to
1761 lang_size_sections again (reverting change of Nove 2), since it
1762 breaks the Sun4 linker.
1763
1764Thu Dec 2 16:31:47 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1765
1766 * configure.in (alpha-*-netware*): New target; use alpha.
1767
d05ac46b
KR
1768Wed Dec 1 14:04:20 1993 Ken Raeburn (raeburn@cygnus.com)
1769
1770 * configure.in: Group targets by CPU. Merge some m68k target
1771 entries with different CPU specs that use the same ld_target
1772 values.
1773
1774 * configure.in: Add sparc*-*-coff.
1775 * config/coff-sparc.mt, emulparams/coff_sparc.sh: New files.
1776 * Makefile.in (ALL_EMULATIONS): Add em_coff_sparc.o.
1777 (em_coff_sparc.c): Add dependencies and build rules.
1778
1779 * ldmisc.c (errno, sys_nerr, sys_errlist): Don't declare.
1780
f651733a
ILT
1781Wed Dec 1 12:19:55 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1782
8e964b07
ILT
1783 * ldgram.y (OPTION_call_shared, OPTION_non_shared, OPTION_Oval):
1784 New tokens.
f651733a 1785 (command_line_option): Accept and ignore them (for now).
8e964b07
ILT
1786 * ldlex.l (<COMMAND>): Handle -non_shared, -call_shared, and -On
1787 where n is a number.
f651733a
ILT
1788
1789Mon Nov 22 14:14:29 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1790
1791 * ldmain.c (subfile_wanted_p): If merging a common symbol which is
1792 not in bfd_com_section, create the section in the BFD so that it
1793 can be placed in the right output section.
1794
2332114c
ILT
1795Fri Nov 19 14:12:39 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1796
1797 * configure.in (mips*-sgi-irix5*): New target. Use mipsb-elf32.
1798 * emulparams/elf32mipsb.sh (DATA_ADDR): Define.
1799 (OTHER_READONLY_SECTIONS): Define for .reginfo.
1800 (EXECUTABLE_SYMBOLS): Define for _DYNAMIC_LINK.
1801 * scripttempl/elf.sc: Use EXECUTABLE_SYMBOLS when not relocating.
1802 Move OTHER_READONLY_SECTIONS after all the other readonly
1803 sections. Don't use DATA_ADDR twice.
1804
1805 * ldmain.c (enter_file_symbols): Removed duplicate tests of p. If
1806 p is in a common section, make sure the BFD has a section of that
1807 name.
1808
1809 * ldlang.c (lang_common): Add newline to error message.
1810
1811Thu Nov 11 15:54:41 1993 Stan Shebs (shebs@rtl.cygnus.com)
1812
1813 * emulparams/m68klynx.sh (SCRIPT_NAME): Define to use a
1814 Lynx-specific script instead of m68kcoff.
1815 (OUTPUT_FORMAT): Define as "coff-m68k-lynx".
1816 (ENTRY): Define as __main.
1817 (TEXT_START_ADDR): Define as 0.
1818 (PAGE_SIZE): Define as 0x1000.
1819 * emulparams/i386lynx.sh, emulparams/sparclynx.sh: Fix comment.
1820 * scripttempl/m68klynx.sc: New file.
1821
1822Mon Nov 8 12:00:16 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1823
1824 * ldmain.c (get_emulation): Ignore -mips1, -mips2 and -mips3
1825 arguments rather than treating them as emulation names.
1826
b11b3ace
DHW
1827Fri Nov 5 09:02:52 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
1828
1829 * configure.in: Support x86 unixware and netware plus generic netware.
1830
2ccb88c0
DM
1831Fri Nov 5 21:47:55 1993 David J. Mackenzie (djm@thepub.cygnus.com)
1832
1833 * emulparams/i386mach.sh (TEXT_START_ADDR, NONPAGED_TEXT_START_ADDR):
1834 Correct values (?).
1835
3c1af24d
KR
1836Wed Nov 3 15:10:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
1837
1838 * Makefile.in (distclean): Don't delete dvi or info files.
4ecfad79 1839 (ld.info): Update dependency list.
2ccb88c0 1840 (ld.dvi): Ditto. Extend TEXINPUTS to get bfdsumm.texi.
3c1af24d 1841
3c292c5a
DM
1842Wed Nov 3 12:07:39 1993 David J. Mackenzie (djm@thepub.cygnus.com)
1843
1844 * ldlang.c (lang_add_output): Take new arg, FROM_SCRIPT.
1845 Set output_filename instead of creating a new node.
1846 (open_output): Don't set output_filename.
1847 (lang_final): Create the new node here.
1848 * ldlang.c, ldlang.h, ldgram.y, mri.c: pass FROM_SCRIPT.
1849
97fbbaca
JL
1850Tue Nov 2 15:45:51 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
1851
f1f6b5e9
JL
1852 From Pete Hoogenboom (hoogen@cs.utah.edu):
1853
1854 * scripttempl/hppaosf.sc: (___stack_zero, etext, _etext,
1855 edata, _edata, end): Add definitions of these symbols.
1856 (__end): Remove definition of this symbol.
1857 (__data_start): Move definition of this symbol.
1858
5f62613e
JL
1859 * emultempl/hppaosf.em: Various fixes and support for linker stub
1860 generation.
1861 (hppaosf_finish, hppaosf_search_for_padding_statements,
1862 hppaosf_create_output_section_statements): New functions in
1863 support of linker stub generation.
1864 (ld_hppaosf_emulation): Redefine to include new
1865 emulation-specific routines.
1866
97fbbaca
JL
1867 * ldlang.c (lang_process): Re-enable last call lang_size_sections.
1868 Pass abs_output_section rather than NULL to avoid invalidating
1869 absolute symbols.
1870
1871Thu Oct 28 21:16:42 1993 David J. Mackenzie (djm@thepub.cygnus.com)
1872
1873 * Makefile.in (ALL_EMULATIONS): Add em_i386mach.o.
1874 (em_i386mach.c): New rule.
1875 * configure.in (i[34]86-*-mach*): New case.
1876 * config/i386-mach.mt: New file.
1877 * emulparams/i386mach.sh: New file.
1878
c3b34cfd
ILT
1879Fri Oct 29 14:55:05 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1880
1881 * ld.h (flag_is_*): Removed macros.
1882 * ldmain.c (enter_global_ref), ldsym.c (write_file_locals):
1883 Consistently check the BFD symbol flags directly, rather than
1884 using file_is_* macros.
1885
7b95fe96
SS
1886Thu Oct 28 19:08:42 1993 Stan Shebs (shebs@rtl.cygnus.com)
1887
1888 * configure.in (sparc*-*-lynxos*): New target.
1889 * Makefile.in: Add rule for em_sparclynx.c.
1890 (ALL_EMULATIONS): Add Lynx emulations.
1891 * config/sparc-lynx.mt: New file.
1892 * emulparams/sparclynx.sh: New file.
1893 * scripttempl/sparccoff.sc: New file.
1894
d17eb3db
ILT
1895Thu Oct 28 13:50:25 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1896
1897 * Makefile.in: Add dependency for $(EMULATION_OFILES).
1898
db4b5ad0
ILT
1899Mon Oct 25 16:09:24 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1900
1901 * relax.c (write_relax): Check return value of bfd_seclet_link.
1902
2fe6619e
KR
1903Mon Oct 25 09:31:21 1993 Ken Raeburn (raeburn@cygnus.com)
1904
1905 * ldlang.c (delete_output_file_on_failure): New variable.
1906 (open_output): Set it after bfd open succeeds.
1907 * ldmisc.c (vfinfo): Test it.
1908
1909 Changes from Peter Hoogenboom, hoogen@cs.utah.edu:
1910
1911 * ldsym.c (write_file_locals): Set the BSF_FILE flag for object
1912 symbols.
1913
1914 * ldemul.c: Support was added to allow emulation-specific
1915 processing to occur. This support was added primarily for linker
1916 stub generation in the elf32-hppa gld.
1917 (ldemul_finish, ldemul_create_output_section_statements): New
1918 functions.
1919 * ldemul.h: Support was added to allow emulation-specific
1920 processing to occur. (As described above.) Added finish and
1921 create_output_section_statements fields to
1922 ld_emulation_xfer_struct structure.
1923 * ldlang.c: Add calls to emulation-specific routines.
1924 (lang_process): Add call to
1925 ldemul_create_output_section_statements function.
1926 (lang_process): Add call to a emulation-specific routine (and
1927 some processing after the call).
1928
1929Fri Oct 22 20:54:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
1930
1931 * configure.in: mips*- instead of mips-, mips*el changes
1932
1c4b3cda
ILT
1933Tue Oct 19 15:46:28 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1934
1935 * configure.in (alpha-*-osf*): New target; use alpha.mt.
1936 * Makefile.in (ALL_EMULATIONS): Added em_alpha.o.
1937 (em_alpha.c): New target; use alpha.sh and alpha.sc.
1938 * config/alphaosf.mh (NATIVE_LIB_DIRS, HOSTING_CRT0): Define.
1939 * config/alpha.mt: New file.
1940 * emulparams/alpha.sh: New file.
1941 * scripttempl/alpha.sc: New file.
1942
1943Fri Oct 15 02:20:04 1993 Doug Evans (dje@canuck.cygnus.com)
1944
1945 * ldlang.c (lang_size_sections, lang_common): ALIGN_N can't handle
1946 types of different sizes (eg: 64 and 32 bits), so coerce.
1947 * ld.h (ALIGN_N): Add warning about usage.
1948
98b5caad
ILT
1949Wed Oct 13 16:02:39 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1950
1951 * ldmain.c (enter_global_ref): Just ignore any weak symbol for
1952 which we already have a definition, rather than checking in
1953 several different places whether the symbol is weak.
1954
a71da760
ILT
1955Tue Oct 12 17:30:51 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1956
1957 * configure.in (mips-*-elf*): New target; use mipsb-elf32.
1958 * scripttempl/elf.sc: Only use OTHER_READONLY_SECTIONS and
1959 OTHER_READWRITE_SECTIONS if relocating. Shell variables are not
1960 expanded within them.
1961 * config/mipsb-elf32.mt: New file.
1962 * emulparams/elf32mipb.sh: New file.
1963 * Makefile.in (em_elf32mipb.c): New target.
1964
a4aeaacf
RS
1965Thu Sep 30 17:00:36 1993 Rob Savoye (rob@darkstar.cygnus.com)
1966
a4aeaacf
RS
1967 * ldgram.y: In input_list, change lang_input_file_is_file_enum to
1968 lang_input_file_is_search_file_enum so objects brought in using
1969 INPUT() do a path lookup.
1970
1971Tue Sep 28 13:31:23 1993 Stan Shebs (shebs@rtl.cygnus.com)
1972
1973 * configure.in: Change Lynx ld_target to be {i386,m68k}-lynx
1974 instead of {i386,m68k}-coff.
1975 * Makefile.in (em_i386lynx.c, em_m68klynx.c): New targets.
1976 * config/i386-lynx.mt: New file.
1977 * config/m68k-lynx.mt: New file.
1978 * emulparams/i386lynx.sh: New file.
1979 * emulparams/m68klynx.sh: New file.
1980
1981 * scripttempl/i386coff.sc: Make ENTRY get its value from ${ENTRY},
1982 but defaulting to _start.
1983
1984 * ldemul.c, ldfile.c, ldlang.c, ldmain.c, ldmisc.c, ldmisc.h,
1985 ldsym.c, ldwarn.c: Rename info to info_msg, to avoid conflict with
1986 LynxOS libc.
1987
1988Thu Sep 23 14:51:03 1993 Ian Lance Taylor (ian@cygnus.com)
1989
1990 * config/solaris2.mh: New file. Define HOSTING_CRT0 and
1991 HOSTING_LIBS for testing.
1992
9a467cb2
ILT
1993Fri Sep 17 17:52:24 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1994
1995 Finish up support for i386-sysv4 (without shared libraries):
1996 * ld.h (flag_is_weak): Define.
1997 * ldlang.c (print_symbol): Mention whether symbol is weak.
1998 (print_input_section): Print weak symbols as globals.
1999 * ldmain.c (refize): Do not zero out BSF_WEAK flag.
2000 (enter_global_ref): Do not warn if a weak symbol redefines a
2001 global symbol. Do not let a weak symbol redefine a common symbol.
2002 (enter_file_symbols): Treat weak symbols as global symbols.
2003 (subfile_wanted_p): Do not pull in an object file from a archive
2004 just to resolve an undefined weak symbol.
2005 * ldmisc.c (vfinfo): Don't needlessly malloc space after a fatal
2006 error; the error might be that malloc has run out of space.
2007 * ldsym.c (write_file_locals): Treat weak symbols as global.
2008 * configure.in (i[34]86-*-sysv4*, i[34]86-*-elf*): New targets;
2009 use i386-elf.
2010 * config/i386v4.mh: New file; set NATIVE_LIB_DIRS to /usr/ccs/lib.
2011 * config/i386-elf.mt: New file; set EMUL to elf_i386.
2012 * emulparams/elf_i386.sh: New file.
2013 * scripttempl/elf.sc: Use ${NOP} as filler (defaults to 0).
2014 * Makefile.in (NATIVE_LIB_DIRS): Define to be empty.
2015 (ALL_EMULATIONS): Add em_elf_i386.o.
2016 (GENSCRIPTS): Pass NATIVE_LIB_DIRS as sixth argument.
2017 (em_elf_i386.c): New target, like other em_*.c targets.
2018 ($(LD_PROG)): Pass $(CFLAGS) to $(CC).
2019 * genscripts.sh: Accept NATIVE_LIB_DIRS as sixth argument. If
2020 nonempty, and configured for native, add it to LIB_PATH.
2021
4f6d6db9
SS
2022Fri Sep 17 13:07:39 1993 Stan Shebs (shebs@rtl.cygnus.com)
2023
2024 * scripttempl/{h8300.sc,h8500.sc,i386coff.sc,m68kcoff.sc,sh.sc}:
2025 Added statements to pass stab and stabstr sections through and
2026 mark them as NOLOAD, which makes GDB happier.
2027
2028Wed Sep 15 16:02:29 1993 Stan Shebs (shebs@rtl.cygnus.com)
2029
2030 * configure.in: Accept m68k-lynx-lynxos config.
2031
2032 * Makefile.in: Use $(SHELL) to run genscripts.sh.
2033
1bff7c38
DE
2034Sun Sep 12 16:04:40 1993 Doug Evans (dje@cygnus.com)
2035
4f6d6db9
SS
2036 * config/coff-h8300.mt: Add EMUL=h8300h.
2037
1bff7c38
DE
2038 * ldmain.c (main): Call set_scripts_dir after argv has been processed.
2039
8a6665ae
JW
2040Fri Sep 10 09:36:29 1993 Jeffrey Wheat (cassidy@cygnus.com)
2041
2042 * Makefile.in: Changed CXX back to g++.
2043
3a9149a7
JW
2044Fri Sep 10 09:34:29 1993 Jeffrey Wheat (cassidy@cygnus.com)
2045
2046 * Makefile.in: Fixed RUNTEST* CXX CXXFLAGS macros and check rule.
2047
cbb5c2d1
DM
2048Fri Sep 10 07:26:57 1993 David J. Mackenzie (djm@thepub.cygnus.com)
2049
2050 * Makefile.in (TAGS): Use shell wildcards.
2051
959eba20
JO
2052Tue Sep 7 18:04:54 1993 Jeffrey Osier (jeffrey@cygnus.com)
2053
2054 * Makefile.in: add TEXINPUTS variable and use it in ld.dvi target
2055
a0a55af6 2056Fri Sep 3 16:46:41 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
c1074477 2057
a0a55af6
RP
2058 * ld.texinfo: re-enable included config file; conditionalize doc
2059 for -oformat to interact properly with SingleFormat doc config
2060 var; rename @up/@down to @raisesections/@lowersections.
c1074477
DE
2061
2062Wed Aug 25 16:29:56 1993 K. Richard Pixley (rich@sendai.cygnus.com)
2063
2064 * configure.in: recognize m88110.
2065
4346166b
KR
2066Tue Aug 24 18:49:40 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
2067
2068 From Peter Hoogenboom <hoogen@shafer.cs.utah.edu>:
2069 * emultempl/hppaosf.em (ld_hppaosf_emulation): Correct name for PA
2070 ELF emulation is "elf32-hppa" not "elf-big".
2071 (hppaosf_before_parse): Remove unneeded processing of environment
2072 variables.
2073 * scripttempl/hppaosf.sc: Include .hppa_linker_stubs sections in
2074 .text segment of output file.
2075 * emulparams/hppaosf.sh (OUTPUT_FORMAT): Use elf32-hppa.
2076
b98bd3db
RP
2077Tue Aug 24 16:17:00 1993 K. Richard Pixley (rich@sendai.cygnus.com)
2078
95a2b9d2
RP
2079 * ld.h: define BYTE_SIZE, SHORT_SIZE, and LONG_SIZE which are no
2080 longer in bfd.h.
2081
2082 * ldlang.c, ld.h: updated copyright.
b98bd3db 2083
ddddcdf0
ILT
2084Tue Aug 17 15:22:03 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2085
2086 * ldlang.c (open_output, lang_check): Check return value of
2087 bfd_set_arch_mach.
2088
ea1c0ad2
SC
2089Tue Aug 17 07:02:19 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
2090
2091 * scripttempl/h8500.sc: Start all sections in a different segment.
2092 * scripttempl/z8ksim.sc: Handle constructors
2093
ea1c0ad2
SC
2094Thu Aug 12 16:05:37 1993 Jeffrey Wheat (cassidy@cygnus.com)
2095
2096 * Makefile.in: revert earlier changes back to execute runtest
2097 with make check. cdtest and bootstrap now function as they
2098 did within the Makefile.
2099
2100Thu Aug 12 10:20:05 1993 David J. Mackenzie (djm@thepub.cygnus.com)
2101
2102 * Makefile.in: Update dependencies.
2103
2104 * configure.in: Set EMULATION_OFILES in Makefile based on
2105 --with-targets option.
2106
d301e438
JW
2107Thu Aug 12 08:52:29 1993 Jeffrey Wheat (cassidy@cygnus.com)
2108
2109 * Makefile.in: check targets reimplemented to old way.
2110
75fe5471
ILT
2111Wed Aug 11 08:26:11 1993 Ian Lance Taylor (ian@cygnus.com)
2112
d62026ad
ILT
2113 * config/i386v.mh, config/irix4.mh: Use gcc
2114 -print-libgcc-file-name rather than $(libdir)/libgcc.a.
75fe5471
ILT
2115 * config/i386sco.mh: New file; copy of i386v.mh to correspond to
2116 bfd/configure.host change.
2117
2118Mon Aug 9 14:25:35 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
2119
2120 * scripttempl/elf.sc: Handle .line and .debug* sections.
2121
2122 * ldlex.l: Use bfd_scan_vma, not strtoul.
2123
31f55aa5
DM
2124Fri Aug 6 08:57:39 1993 David J. Mackenzie (djm@thepub.cygnus.com)
2125
2126 * ldexp.c, ldfile.c, ldlang.c, lexsup.c, ldmain.c, ldemul.c:
2127 Remove inital caps in some error messages, change "can't" to
2128 "cannot", add missing colons.
2129 * ldmisc.c (vfinfo): Print "%%" as a single %.
2130 For '%' followed by unrecognized character, print them both
2131 verbatim instead of expecting a char * arg.
2132 For '%C', don't put the function name in parens.
2133
2134 * ldexp.c (invalid): Pass "%%", not "% ".
2135
33536304
ILT
2136Fri Aug 6 14:31:22 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2137
2138 * scripttempl/mips.sc: Always define _ftext, _fdata, _fbss.
2139 (BSS_VAR): Removed; now always define _fbss.
2140 * emulparams/mipsidt.sh, emulparams/mipsidtl.sh (BSS_VAR):
2141 Removed.
2142
2143Thu Aug 5 15:55:19 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
2144
2145 * configure.in: z8k-coff is the same as z8k-sim
2146
7c6a9e79
JW
2147Wed Aug 4 21:00:18 1993 Jeffrey Wheat (cassidy@cygnus.com)
2148
2149 * testsuite/lib/ld.exp: new file
2150 * testsuite/config/unix-ld.exp: new file
2151 * testsuite/ld.bootstrap/bootstrap.exp: new file
2152 * Makefile.in: add dejagnu support for make check
2153
8bf66be8
DM
2154Wed Aug 4 17:52:32 1993 David J. Mackenzie (djm@thepub.cygnus.com)
2155
2156 * ldlex.l (comment): Add missing newline in message.
2157 * ldindr.c (add_indirect): Ditto.
2158 * ldexp.c (exp_fold_tree): Ditto.
2159
2a28d8b0
DM
2160Tue Aug 3 10:57:41 1993 David J. Mackenzie (djm@thepub.cygnus.com)
2161
2162 * ldgram.y, ldlex.l, mri.c, ldwrite.c: Change multiple commons
2163 into externs.
2164
2165 * ldmisc.c (multiple_warn): New function.
2166 * ldmisc.h: Declare it.
2167 * ldmain.c (enter_global_ref): Call it.
2168 * ld.h (ld_config_type): Add warn_common.
2169 * ldlex.l, ldgram.y: Set it with -warn-common option.
2170 * ldver.c (help): Document it.
2171
94f9d427
KR
2172Mon Aug 2 12:04:36 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
2173
2174 * scripttempl/elf.sc: Add hooks for .sdata, .sbss, and
2175 target-specific sections, and for changing data section vma.
2176
6b93d764
KR
2177Mon Jul 26 14:00:02 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
2178
2179 * ldgram.y (OPTION_Qy, OPTION_Y, OPTION_dn, OPTION_YP): New
2180 terminals, for Solaris.
2181 (dirlist_ptr): New static variable.
2182 (command_line_option): Accept new options.
2183
2184 * ldlex.l: Accept command-line options "-Qy", "-dn", "-Y", and
2185 "-YP,...".
2186
2187 * config/sun4sol2.mt: Pass emulation name without ".sh".
2188
94f9d427
KR
2189 * emulparams/elf32_sparc.c: Renamed from elf32-sparc.c.
2190 * config/sun4sol2.mt (em_elf32_sparc.c): Adjusted accordingly.
2191
6b93d764
KR
2192Fri Jul 23 13:51:09 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
2193
2194 * scripttempl/elf.sc: Add support for .init, .fini, .ctors,
2195 .dtors, .data1, .rodata1 sections, instead of combining them into
2196 other sections. For `-r', set all section start addresses to
2197 zero.
2198
2199 * emulparams/elf32-sparc.sh (TEXT_START_ADDR,
2200 NONPAGED_TEXT_START_ADDR): Value should be 0x10100.
2201 (MAXPAGESIZE): Renamed from PAGE_SIZE.
2202
a6152e39
DM
2203Wed Jul 21 14:28:42 1993 David J. Mackenzie (djm@thepub.cygnus.com)
2204
d59e5a47
DM
2205 * genscripts.sh: If this is the default emulation, set
2206 COMPILE_IN.
2207 * emultempl/*.em: Use it to determine whether to compile in the
2208 scripts.
2209
a6152e39
DM
2210 * Makefile.in (GENSCRIPTS): Pass the default emulation name to
2211 genscripts.sh. Pass the current emulation name without ".sh" on
2212 the end.
2213 * genscripts.sh: Take an default emulation arg.
d59e5a47 2214 Use the current emulation name as EMULATION_NAME.
a6152e39
DM
2215 Make default lib path for cross-compiling ':', not null.
2216 * emulparams/*.sh: Don't set EMULATION_NAME.
2217 * ldemul.c (ldemul_get_script): Take isfile arg.
2218 Pass it to emulation's get_script function.
2219 * ldemul.h: Adjust get_script prototypes.
2220 * ldfile.c (ldfile_find_command_file): Renamed from find_a_name.
2221 No longer static.
2222 * ldfile.h: Declare it.
2223 * ldgram.y: Accept a script on the command line again,
2224 for parsing compiled-in scripts.
2225 * ldmain.c (main): If ld script is a file, parse it as a -T
2226 option, otherwise parse it directly.
2227 * emultempl/*.em (*get_script): Return the scripts themselves if
2228 this is the default emulation; otherwise return their file names.
18d9a9c5 2229 * emultempl/m88kbcs.em: New file, to take m88kbcs #ifdef out of
a6152e39
DM
2230 generic.em.
2231 * emulparams/m88kbcs.sh: Use it.
2232
18d9a9c5 2233 * ld.h (ld_config_type::unix_relocate): Remove unused element.
a6152e39 2234
0750b974
KR
2235Tue Jul 20 12:01:49 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
2236
2237 * Makefile.in (ALL_EMULATIONS): Delete em_i386linux.o (for which
2238 there's no change log entry yet, tsk tsk) from the list of
2239 emulations compiled in until Mark gets around to checking in
2240 emulparams/i386linux.sh.
820c446c
KR
2241 (ldemul-list.h): Depend on Makefile, so if EMULATION_OFILES is
2242 changed, this file gets updated.
0750b974 2243
fe619ced
ILT
2244Fri Jul 16 14:14:32 1993 Ian Lance Taylor (ian@cygnus.com)
2245
2246 * ldgram.y (OPTION_Lfile): New token.
2247 (command_line_option): Accept OPTION_L NAME (whitespace after -L).
2248 * ldlex.l (<COMMAND>): Accept -L without FILENAME.
2249
dd8ca662
DE
2250Fri Jul 16 13:44:26 1993 Doug Evans (dje@canuck.cygnus.com)
2251
2252 * configure.in: h8/300h support needs own .mt file.
2253 config/coff-h8300h.mt: New file.
2254
922018a1
DM
2255Thu Jul 15 12:44:35 1993 David J. Mackenzie (djm@thepub.cygnus.com)
2256
2257 * ldmain.c: Don't include sys/stat.h; it already got included
2258 somewhere along the way.
2259
4ab3a31f
DE
2260Thu Jul 15 14:43:34 1993 Doug Evans (dje@canuck.cygnus.com)
2261
2262 * Makefile.in: Add h8300h support.
dd8ca662
DE
2263 emulparams/h8300h.sh: New file.
2264 scripttempl/h8300h.sc: New file.
4ab3a31f 2265
bbd2521f
DM
2266Thu Jul 15 12:44:35 1993 David J. Mackenzie (djm@thepub.cygnus.com)
2267
2268 * ldfile.c (ldfile_open_file): In error message, use the name the
2269 user gave (e.g., "-lc"), rather than the base file name.
2270
2271 * ldexp.c (exp_fold_tree): Don't assign an int to an enum.
2272
2273 * ldmain.[ch]: Remove initial Q_ from function names.
2274 * ldexp.c, ldindr.c, ldlang.c: Change callers.
2275
2276 * ldfile.c, ldmain.c, ldgram.y: Rename option_v to trace_file_tries.
2277
2278 * ldlang.c (lang_process): Move loading of default script from
2279 here to main. Add a "/" to start of script name to prevent
2280 finding it in "." first.
2281
2282 * ldmain.c (set_scripts_dir): Don't look in "." first.
2283
2284 * ldgram.y, ldlang.c, ldsym.c: Remove traces of unused var
2285 option_longmap.
2286
9edc5b2e
ILT
2287Thu Jul 15 10:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
2288
2289 * Makefile.in (em_m88kbcs.c): Correct dependency.
b0955bc9
ILT
2290 * scripttempl/m88kbcs.sc: It's ARCH, not arch. Removed TARGET
2291 statement. Changed OUTPUT_FORMAT to use ${OUTPUT_FORMAT}.
2292 * emulparams/m88kbcs.sh: It's coff-m88kbcs, not m88kbcs.
9edc5b2e 2293
cffdcde9
DM
2294Wed Jul 14 21:42:53 1993 David J. Mackenzie (djm@thepub.cygnus.com)
2295
2296 * ldfile.c (ldlang_open_file, ldfile_open_command_file),
2297 main.c (main): Print the errno string in the error message.
2298
ac2c0ee7
DE
2299Tue Jul 13 20:00:30 1993 Doug Evans (dje@canuck.cygnus.com)
2300
2301 * configure.in: Accept h8300h for target cpu.
2302
2303 * ldmisc.c (vfinfo): Have demangle remove leading underscore if
2304 present (demangle is smart enough to know whether to do it or not).
2305
d723cd17
DM
2306Mon Jul 12 11:45:48 1993 David J. Mackenzie (djm@thepub.cygnus.com)
2307
f4208462
DM
2308 * ldmain.c (set_scripts_dir): Check . and <ld bin dir>/../lib for
2309 ldscripts, as well as <ld bin dir> and SCRIPTDIR.
2310
d723cd17
DM
2311 * ldlang.c (lang_process): Use sizeof instead of magic constant.
2312
2313 * ldmain.c (get_emulation, check_for_scripts_dir,
2314 set_scripts_dir): New functions.
2315 (main): Call them.
2316
e7affb09
KR
2317Mon Jul 12 10:57:03 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
2318
2319 * scripttempl/elf.sc: Include .init, .fini, .rodata sections.
2320 Create symbol "end" instead of "__end". Comment out some parts
2321 that may not be needed (yet) for elf.
2322
2323 * configure.in: Accept sparc-elf and sparc-solaris2 configs.
2324
3cb61417
KR
2325Thu Jul 8 15:33:32 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
2326
2327 * Makefile.in (ALL_EMULATIONS): Include $(OTHER_EMULATIONS).
2328
2329 * ldmisc.h (einfo, minfo, info): Don't bother with PARAMS macro
2330 when no prototype is being supplied.
2331 (ldmalloc, ldrealloc): Size argument is now size_t.
2332
2333 * ldmisc.c (finfo): New function, accepts FILE* argument.
2334 (vfinfo, case 'v'): New format character; displays bfd_vma in hex
2335 without leading zeros.
2336 (vfinfo, cases 'R' and 'C'): Use finfo(%v) when displaying a
2337 bfd_vma value, instead of fprintf(%x) which won't hold a long long
2338 value.
2339 (concat, buystring): String lengths are size_t.
2340 (ldmalloc, ldrealloc, xrealloc): Size argument is now size_t.
2341
2342 * ldlang.c (new_statement): Size argument is now size_t. Added
2343 forward declaration with prototype.
2344
de87cdb4
DM
2345Thu Jul 8 10:53:47 1993 David J. Mackenzie (djm@thepub.cygnus.com)
2346
2347 * ldgram.y (OPTION_v): Don't turn on verbose output.
2348
49bfda2c
KR
2349Wed Jul 7 17:10:45 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
2350
3cb61417
KR
2351 * ldlex.l: Get rid of local typedef for bfd_vma! Get it from
2352 bfd.h instead.
49bfda2c 2353
e357065c
ILT
2354Wed Jul 7 11:33:12 1993 Ian Lance Taylor (ian@cygnus.com)
2355
2356 * Makefile.in (install): Don't install as $(tooldir)/bin/gld;
2357 collect2 doesn't look for gld any more anyhow.
2358
55636aa7
ILT
2359Mon Jul 5 14:29:48 1993 Ian Lance Taylor (ian@cygnus.com)
2360
2361 * ldlang.c (lang_relocate_globals): Skip indirect symbols, which
2362 now have a non NULL srefs_chain.
2363
2364 * config/hp300hpux.mt: Use emulation hp3hpux rather than
2365 hp300hpux, since the latter does not exist.
2366
ff76a7db
DM
2367Fri Jul 2 18:06:05 1993 David J. Mackenzie (djm@thepub.cygnus.com)
2368
2369 * genscripts.sh: Put the scripts in the ldscripts directory, not
2370 emulations.
2371 * configure.in (ldscripts): Make, instead of emulations.
2372 * Makefile.in (scriptdir): Take off the "ld" part.
2373 (install, clean, distclean): Use ldscripts, not emulations.
a04f1d00 2374 In tests, don't pass -Lemulations.
ff76a7db
DM
2375 Don't pass tooldir/lib to genscripts.sh.
2376 * genscripts.sh: Don't take tooldir/lib arg.
2377 * ldlang.c (lang_process): Add "ldscripts/" to the name of the
2378 default script file.
2379
7434d4e5
DE
2380Fri Jul 2 17:13:35 1993 Doug Evans (dje@canuck.cygnus.com)
2381
2382 * scripttempl/h8300.sc: Add .tors section for constructor/destructors.
2383
2384Thu Jul 1 16:38:45 1993 Doug Evans (dje@canuck.cygnus.com)
2385
2386 * config/coff-h8300.mt: EMUL=h8300hms -> h8300.
2387
559d7baf
RP
2388Wed Jun 30 15:45:55 1993 K. Richard Pixley (rich@sendai.cygnus.com)
2389
1e787898
RP
2390 * Makefile.in (.y.c): skip default .y.c rules. gnu make can now
2391 run in parallel without colliding on yacc's static file names.
2392 Without the stub rule, make will try to start two yacc's
2393 concurrently which fails because of yacc's static file names.
559d7baf
RP
2394
2395Tue Jun 29 12:20:36 1993 Ian Lance Taylor (ian@cygnus.com)
2396
2397 * ldmain.c (subfile_wanted_p): Don't dump core if there are no
2398 symbols.
2399
59fb874e
DM
2400Mon Jun 28 12:22:11 1993 David J. Mackenzie (djm@thepub.cygnus.com)
2401
559d7baf
RP
2402 * genscripts.sh (LIB_PATH): Only add /usr/local/lib if it's
2403 different from libdir.
2404
59fb874e
DM
2405 * Makefile.in (scriptdir): Base on tooldir, not datadir.
2406
bf065bfd
DM
2407Sat Jun 26 12:03:57 1993 David J. Mackenzie (djm@thepub.cygnus.com)
2408
2409 * ldver.c (help): New function.
2410 * ldver.h: Declare it.
2411 * ldlex.l, ldgram.y: Recognize new options --help and --version.
2412
304b747a
KR
2413Mon Jun 21 20:39:48 1993 Ken Raeburn (raeburn@poseidon.cygnus.com)
2414
2415 * Makefile.in (INCLUDES): Don't need ../include any more.
2416
2b63dbfe
DM
2417Mon Jun 21 16:38:35 1993 David J. Mackenzie (djm@thepub.cygnus.com)
2418
bf065bfd
DM
2419 * ldlex.l, ldgram.y: Support new -oformat option.
2420 Remove attempt at supporting script fragments on the command line.
2421 * ldlang.c (lang_add_output_format): Take new arg, FROM_SCRIPT.
2422 * mri.c (mri_format), ldgram.y: Change callers.
2423 * ldlang.h: Change prototype.
2b63dbfe 2424
e9b991c6
DZ
2425Thu Jun 17 16:53:56 1993 david d `zoo' zuhn (zoo@cygnus.com)
2426
2427 * Makefile.in: canonicalize install.sh; for use within
2428 this directory (and subdirs)
2429
565c93e9
DM
2430Thu Jun 17 14:33:09 1993 David J. Mackenzie (djm@thepub.cygnus.com)
2431
2de8edce
DM
2432 * ldgram.y: Tweak grammar to make reporting of invalid options work.
2433
565c93e9
DM
2434 * Makefile.in (.cc.o): Restore .SUFFIXES entry for .cc
2435 and .cc.o rule.
2436
8ddef552
DM
2437Wed Jun 16 11:45:32 1993 David J. Mackenzie (djm@thepub.cygnus.com)
2438
2439 * ldfile.c (ldfile_open_command): Don't try .ld extension.
2440 It wasn't documented (or likely used) and wastes time.
2441 (try_open): If EXTEN is empty, don't try it.
2442
2443 * ldctor.c, lderror.c, ldexp.c, ldfile.c, ldindr.c, ldlang.c,
2444 ldlex.l, ldmain.c, ldmisc.c, ldsym.c, ldver.c, ldwarn.c,
2445 ldwrite.c, lexsup.c, mri.c, relax.c: Replace DEFUN macro calls
2446 with normal function declarations.
2447
2448 * Move *.em to emultempl/*.em. Move *.sh to emulparams/*.sh.
2449 Move *.sc-sh to scripttempl/*.sc.
2450 * {emultempl,emulparams,scripttempl}/README: New files.
2451 * sh.em, st2000.em, z8ksim.em, h8300hms.em, h8500hms.em: Files
2452 removed, replaced with generic.em.
2453 * h8300.sh, h8500.sh, h8300.sc, h8500.sc: Renamed from
2454 h8[35]00hms.s[ch]. Change their contents to omit the "hms".
2455
2456 * *.em (*_get_script): Return script name instead of script contents.
2457 * ldlang.c (lang_process): Change caller.
2458
2459 * ldlex.l, ldgram.y: Recognize -m option.
2460 Check for input files after *all* options in grammar.
2461 * ldmain.c (main): Check for -m options. Add default directory
2462 for -m.
2463
2464 * mkscript.c: File removed.
2465 * genscripts.sh: Take two more parameters, tooldirlib and libdir,
2466 to add to the default LIB_PATH.
2467 Look for input files in the new subdirectories.
2468 Create the scripts in emulations subdirectory and don't filter
2469 them through mkscript.
2470 * configure.in: Make the emulations subdirectory.
2471
2472 * Makefile.in: Account for all of the above changes.
2473 Remove unused .SUFFIXES. Get libgcc.a path with gcc
2474 -print-libgcc-file-name instead of $(libdir)/libgcc.a.
2475 Put CFLAGS last in the compilation rules.
2476 Add -I../bfd to INCLUDES so sysdep.h is found.
2477
2a963f1a
KR
2478Tue Jun 15 23:04:46 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
2479
2480 * Makefile.in (INCLUDES): Look in ../include, not ../bfd.
2481
2482 * aout.sc-sh: Add SHLIB_PATH like STACKZERO. Make STACKZERO
2483 dependent on RELOCATING, not RELOCATION.
2484 * hp3hpux.sh (SHLIB_PATH): Define it.
2485
8ddef552
DM
2486Mon Jun 14 19:06:15 1993 David J. Mackenzie (djm@thepub.cygnus.com)
2487
2488 * ldfile.c (try_open): If opening without the extension fails,
2489 try with the extension even if -v or -V was given.
2490 had_script is imported (from ldgram.y), not exported.
2491
c97b9003
DZ
2492Mon Jun 14 16:26:10 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
2493
2494 * Makefile.in: remove parentdir support, use INSTALL_XFORM
2495
2496Thu Jun 10 14:00:06 1993 Ian Lance Taylor (ian@cygnus.com)
2497
2498 * ldexp.c (exp_fold_tree): Don't lose the old flag bits.
2499 * ldgram.y (statement_list_opt): New nonterminal, either empty or
2500 statement_list.
2501 (section): Use statement_list_opt, not statement_list.
2502 * m68kcoff.sc-sh: Gather constructors and destructors and define
2503 __CTOR_LIST__ and __DTOR_LIST__ appropriately.
2504 * sa29200.sc-sh: Gather constructors and destructors and define
2505 ___CTOR_LIST__ and ___DTOR_LIST__ appropriately.
2506
7f2649bb
PB
2507Mon Jun 7 12:53:28 1993 Per Bothner (bothner@rtl.cygnus.com)
2508
2509 * Makefile.in (INCLUDES): Add -I../bfd for sysdep.h and bfd.h.
2510 * configure.in: No longer need to configure to get sysdep.h.
2511
91b3a2b6
DZ
2512Fri Jun 4 16:18:24 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
2513
7f2649bb
PB
2514 * Makefile.in: remove install:all and install-info:info
2515 dependencies (these cause some spurious rebuilds at 'make install'
2516 time)
91b3a2b6 2517
559d1cff
ILT
2518Fri Jun 4 08:50:14 1993 Ian Lance Taylor (ian@cygnus.com)
2519
98f3d1af
ILT
2520 * configure.in (mips-idt-ecoffl*): New target; use mips-idtl.
2521 (mips-idt-ecoff*): Added trailing '*'.
2522 * config/mips-idtl.mt: New file; use EMUL of mipsidtl.
2523 * mipsidtl.sh: New file; like mipsidt.sh, but little endian.
2524 * Makefile.in (ALL_EMULATIONS): Added em_mipsidtl.o.
2525
559d1cff
ILT
2526 * config/sun3.mh (HOSTING_LIBS, HOSTING_EMU): Removed obsolete and
2527 incorrect definitions.
2528
1cf91c69
PB
2529Tue Jun 1 14:56:10 1993 Per Bothner (bothner@rtl.cygnus.com)
2530
2531 * ldsym.c (write_file_locals): Write BSF_CONSTRUCTOR
2532 symbols, unless stripping.
2533
63545898
ILT
2534Tue May 25 15:34:25 1993 Ian Lance Taylor (ian@cygnus.com)
2535
2536 * Makefile.in: configure looks for ####, so remove lines with many
2537 '#' characters.
2538 * config/irix4.mh, config/i386v.mh: New files; set HOSTING_CRT0
2539 and HOSTING_LIBS correctly so that ``make check'' will work.
2540
2541Thu May 20 13:56:16 1993 Per Bothner (bothner@deneb.cygnus.com)
2542
2543 * mips.sc-sh: Define _etext, _edata, and _end, in addition
2544 to etext, edata, and end. Needed for IRIX 4.0.5F.
2545 Patch from mwp@iconix.oz.au (Michael Paddon).
2546
2a963f1a
KR
2547 * Version 2.2.1 released.
2548
5266c5ec
KR
2549Thu May 20 11:42:06 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
2550
2551 * mipsbsd.sc-sh: Renamed from aout-mipsbsd.sc-sh.
2552 * mipsbsd.sh (EMULATION_NAME): Use new file name.
2553
2554Tue May 18 17:10:24 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
2555
2556 * Makefile.in (LDDISTSTUFF): Remove ld.mm since we can't build it
2557 properly right now.
2558
2559 * Version 2.2 released.
2560
2561Mon May 17 15:37:28 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
2562
2563 * ldver.c (ldversion): Bump version number to 2.2.
2564
bc3b479c
PB
2565Mon May 17 12:44:31 1993 Per Bothner (bothner@cygnus.com)
2566
2567 * NEWS: New file.
2568
2569Fri May 14 11:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
2570
2571 * mips.sc-sh: Don't define BSS_VAR unless relocating.
2572
2573Wed May 12 13:33:29 1993 Ian Lance Taylor (ian@cygnus.com)
2574
2575 * Makefile.in (mkscript.o, mkscript): Build mkscript via
2576 mkscript.o, rather than directly from mkscript.c.
2577
b8fc168d
KR
2578Tue May 4 21:58:56 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
2579
2580 * configure.in: Look for ${target_makefile_frag} relative to
2581 ${srcdir}, not relative to build directory.
2582
2583 * hppaosf.em, hppaosf.sc-sh, hppaosf.sh: New files.
2584 * configure.in: Recognize hppa*-hp-osf.
2585 * Makefile.in (ALL_EMULATIONS): Include hppaosf emulation.
2586 (em_hppaosf.c): Build it.
bc3b479c 2587 * config/hppaosf.mh, hppaosf.mt: New files.
b8fc168d
KR
2588
2589 * ld.h (ALIGN_N): Renamed from ALIGN, because that conflicted with
2590 some system header files. All uses changed.
2591
2592 * configure.in: Recognize i386-aix configurations as i386-coff
2593 targets.
2594
2595 * configure.in: Recognize m68*-*-hpux.
2596 * aout.sc-sh: If STACKZERO and RELOCATING are both defined, output
2597 the value of STACKZERO.
2598 * Makefile.in (ALL_EMULATIONS): Include hp300-hpux emulation.
2599 (em_hp3hpux.c): Build it.
2600 * hp3hpux.sh, config/hp300hpux.mt: New files.
2601
ef868186
ILT
2602Tue May 4 12:37:35 1993 Ian Lance Taylor (ian@cygnus.com)
2603
2604 * mips.sc-sh: Put constructors in the .data section.
2605 * Makefile.in (cdtest): Added dependency on ld.new.
2606
034351e3
PB
2607Mon May 3 19:43:39 1993 Per Bothner (bothner@cygnus.com)
2608
2609 * Makefile.in: Change definition of $(tooldir) to match FSF.
2610 * vax.sh, config/vax.mt, configure.in, Makefile.in:
2611 Support VAX Ultrix and BSD.
2612
2613Mon Apr 26 18:35:47 1993 Steve Chamberlain (sac@thepub.cygnus.com)
2614
2615 * sh.em, sh.sh, sh.sc-sh: New files supporting Hitachi SH.
2616
2617Wed Apr 14 21:01:51 1993 John Gilmore (gnu@cygnus.com)
2618
2619 * ldlang.h (struct memory_region): Change `length' and
2620 `old_length' fields to bfd_size_type. Eliminate use of bfd_offset.
2621 * ldlang.c, mri.c: Corresponding changes, plus lint.
2622
2623Thu Apr 8 22:08:18 1993 Ian Lance Taylor (ian@cygnus.com)
2624
2625 * configure.in: For all i386 targets, accept i486 as well.
2626
2627Mon Apr 5 17:33:39 1993 Ian Lance Taylor (ian@cygnus.com)
2628
2629 * ldlang.c (wild_doit): Preserve all flags for a
2630 SEC_SHARED_LIBRARY section.
2631 (size_input_section): Consider any SEC_HAS_CONTENTS section when
2632 computing largest_section.
2633
1b8a42f3
ILT
2634Fri Apr 2 14:33:52 1993 Ian Lance Taylor (ian@cygnus.com)
2635
2636 * ldlang.c (lang_output_section_statement_lookup): Initialize all
2637 fields of newly created structure.
2638
2639Wed Mar 31 18:19:15 1993 Ian Lance Taylor (ian@cygnus.com)
2640
2641 * ldmain.c (g_switch_value): New variable.
2642 * ldgram.y (OPTION_G, OPTION_Gval): New tokens.
2643 (command_line_option): Accept -G and set g_switch_value.
2644 * ldlex.l (COMMAND): Accept -G.
2645 * ldlang.c (open_output): Call bfd_set_gp_size on new BFD.
2646
29f33467
SC
2647Tue Mar 30 09:40:25 1993 Steve Chamberlain (sac@thepub.cygnus.com)
2648
9fce28ed
SC
2649 Support for linking and loading at different places:
2650
2651 * ldlex.l: Add "AT" keyword.
2652 * ldgram.y: Cleanup, and parse AT.
2653 * ldlang.c (print_output_section_statement): Print output address
2654 of section in map. (lang_size_sections): Fill sections' lma with
2655 load address.
2656 * ldlang.h (lang_output_section_statement_type): Add load_base
2657 information.
2658
29f33467
SC
2659 * ldindr.c (add_indirect): Keep more information in the alias
2660 symbol chain.
2661 * ldlang.c (wild_doit): Don't inherit NEVER_LOAD section
2662 attribute from an input section.
2663 * ldmain.c (Q_enter_file_symbols): Common section is NEVER_LOAD by
2664 default. (Q_enter_file_symbos): Indirect symbols now are known by
2665 their section, not a special symbol flag.
2666 * ldsym.c (write_file_locals): Indirect symbols aren't local.
2667 (write_file_globals): Write the mapping for an indirect symbol.
2668 * relax.c (build_it): When forced to write a NEVER_LOAD section,
2669 fill it with zeros.
2670
2671Tue Mar 23 13:24:10 1993 Jeffrey Osier (jeffrey@fowanton.cygnus.com)
2672
2673 * ld.texinfo: changes for q1
2674
f20e9842
DZ
2675Tue Mar 23 00:13:29 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
2676
2677 * Makefile.in: add dvi target, define & use TEXI2DVI, add installcheck
2678
2679Mon Mar 8 20:30:35 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
2680
2681 * Makefile.in: rename HOST_CC to CC_FOR_BUILD
2682
2683Thu Mar 4 12:44:33 1993 Ian Lance Taylor (ian@cygnus.com)
2684
2685 * mips.sc-sh: Added variables which may be overridden by a
2686 specific emulation.
2687 * mipsidt.sh: New file; emulation for IDT MIPS board.
2688 * Makefile.in (ALL_EMULATIONS): Added em_mipsidt.o.
2689 (em_mipsidt.c): New target. Uses mipsidt.sh and mips.sc-sh.
2690 * config/mips-idt.mt: New file; sets EMUL to mipsidt.
2691 * configure.in (mips-idt-ecoff): New target; uses mips-idt.
2692
e637dcf0
KR
2693Sat Feb 27 00:00:14 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
2694
2695 * aout-mipsbsd.sc-sh, mipsbsd.sh: New files from Ralph Campbell,
2696 ralphc@pyramid.com.
2697 * i386bsd.sh, config/i386bsd.mt: New files.
2698 * configure.in, Makefile.in: Added support for mipsbsd and 386bsd.
2699
26483cc6
PB
2700Thu Feb 25 15:33:10 1993 Per Bothner (bothner@rtl.cygnus.com)
2701
e637dcf0 2702 * mri.c: Add extern declaration of strdup.
26483cc6
PB
2703 * ldsym.c (KEEP macro): Add spaces around '=' for the
2704 sake of old (e.g. PCC) compilers.
2705
05985c77
PB
2706Wed Feb 24 19:49:31 1993 Per Bothner (bothner@rtl.cygnus.com)
2707
2708 * ldver.c: Bump to version 2.1.
2709
067e2baa
SC
2710Fri Feb 12 08:09:11 1993 Steve Chamberlain (sac@thepub.cygnus.com)
2711
2712 * ldgram.y: allow section types without address expressions.
2713 * ldlang.c (lang_relocate_globals): avoid possible hang with
2714 undefined but unreferenced symbols.
2715 * relax.c (relax_section): don't complain if the script file isn't
2716 relaxable but -relax is set
2717
fb8ecc3d
DZ
2718Thu Feb 18 17:58:45 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
2719
2720 * configure.in: go32 is the 3rd part of the triple, not the 2nd
2721
067e2baa
SC
2722Wed Feb 3 09:05:56 1993 Ian Lance Taylor (ian@cygnus.com)
2723
2724 * mipsbig.sh: New file. Big endian MIPS emulation.
2725 * config/mips-big.mt: New file. Use mipsbig emulation.
2726 * configure.in (mips-sgi-irix*): Use target mips-big.
2727 * Makefile.in (ALL_EMULATIONS): Added em_mipsbig.o.
2728 (em_mipsbig.c): New target. Uses mipsbig.sh.
2729
e193c31b
ILT
2730Tue Feb 2 11:32:27 1993 Ian Lance Taylor (ian@cygnus.com)
2731
2732 * mips.sc-sh: Put .scommon sections into .sbss section.
2733
2734 * ldmain.c (subfile_wanted_p): Preserve section of common symbols,
2735 rather than always putting them in bfd_com_section.
2736 * ldlang.c (lang_common): If a common symbol is not in
2737 bfd_com_section, put in a section of the same name, rather than
2738 always putting it in section COMMON.
2739
8a3efe67
ILT
2740Fri Jan 29 09:57:58 1993 Ian Lance Taylor (ian@cygnus.com)
2741
f31cb329
ILT
2742 * ldmain.c (subfile_wanted_p): If we already have a common
2743 definition of a symbol, don't necessarily pull in an object file
2744 that provides a non-common definition.
2745
8a3efe67
ILT
2746 * ldlex.l (COMMAND): Accept -EB and -EL command line arguments,
2747 returning OPTION_EB and OPTION_EL. gcc passes these to a MIPS
2748 linker.
2749 * ldgram.y (OPTION_EB, OPTION_EL): New tokens.
2750 (command_line_option): Accept and ignore OPTION_EB and OPTION_EL.
2751
af6237a4
ILT
2752Thu Jan 28 15:12:04 1993 Ian Lance Taylor (ian@cygnus.com)
2753
2754 * Makefile.in (install): Remove $(tooldir)/bin/gld before creating
2755 the link to it.
2756
8a045e50
ILT
2757Tue Jan 26 11:49:50 1993 Ian Lance Taylor (ian@cygnus.com)
2758
2759 * ldmain.c, ldsym.c: Use new bfd_is_com_section macro rather than
2760 checking for equality to bfd_com_section.
2761
42b5c739
ILT
2762Fri Jan 22 14:22:44 1993 Ian Lance Taylor (ian@cygnus.com)
2763
2764 * mips.sc-sh: New file. Ultrix, and hopefully other MIPS ECOFF
2765 targets, linker script.
2766 * mipslit.sh: New file. Little endian MIPS emulation.
2767 * config/mips-lit.mt: New file. Use mipslit emulation.
2768 * configure.in (mips-dec-ultrix*): Use target mips-lit.
2769 * Makefile.in (ALL_EMULATIONS): Added em_mipslit.o.
2770 (em_mipslit.c): New target. Uses mipslit.sh.
2771
2772Thu Jan 14 15:30:27 1993 Ian Lance Taylor (ian@cygnus.com)
2773
2774 * Makefile.in (install): Install ld as both $(tooldir)/bin/ld and
2775 $(tooldir)/bin/gld, so that gcc can find it with or without
2776 collect2.
2777
ac496d4f
ILT
2778Mon Jan 11 18:50:07 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2779
2780 * ldwrite.c: Removed perform_relocation, copy_and_relocate, and
2781 write_norel. All linking is now done via write_relax. Call
2782 ldsym_write before calling write_relax.
2783 * relax.c: Added copyright.
2784 (write_relax): Renamed from write_relaxnorel. Added relocateable
2785 argument. seclet_dump renamed to bfd_seclet_link.
2786 * relax.h: Added copyright.
2787
0550e9f4
SC
2788Mon Jan 11 15:41:56 1993 Steve Chamberlain (sac@thepub.cygnus.com)
2789
2790 * ldmain.c (decode_library_subfile): Patch from
2791 hoogen@shafer.cs.utah.edu, don't reread library symbol tables.
2792
2793Fri Jan 8 18:04:33 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
2794
2795 * config/vxworks960.mt renamed to config/i960.mt
2796
2797 * configure.in: sparc-aout emulates a sun4, as does
2798 sparc*-vxworks, i960-nindy uses gld960 emulation
2799
dadd414a
SC
2800Fri Jan 8 14:39:07 1993 Steve Chamberlain (sac@thepub.cygnus.com)
2801
2802 Fix support for NOLOAD, add INCLUDE
2803 * ldfile.c (ldfile_open_command_file): pass file name to
2804 lex_push_file.
2805 * ldlex.l, ldgram.y: tidy up, parse INCLUDE and NOLOAD
2806 * ldlang.c (wild_doit): make output sections inherit NEVER_LOAD
2807 attribute.
2808
2809Thu Jan 7 10:22:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
2810
2811 * Makefile.in, config.h: no more default emulation. Make the lack
2812 of emulation a compile time error
2813
2814Wed Jan 6 01:08:37 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
2815
2816 * configure.in: recognise all sparclite variants, not just 'sparclite'
2817
a70947c1
ILT
2818Mon Dec 28 11:15:35 1992 Ian Lance Taylor (ian@cygnus.com)
2819
2820 * m68kcoff.sc-sh: define _end as well as end, for consistency with
2821 aout.sc-sh.
2822
2823 * configure.in: accept *-ericsson-ose for any m68k CPU.
2824
2825 * ldwrite.c (write_rel): don't always set SEC_HAS_CONTENTS flag
2826 for each output section.
2827
086c5e37
PB
2828Mon Dec 21 16:06:59 1992 Per Bothner (bothner@rtl.cygnus.com)
2829
2830 * ldexp.c, ldlang.c, ldmain.c, ldsym.c, ldwarn.c: Use new
2831 macro bfd_asymbol_bfd as appropriate.
2832 * Makefile.in: Un-duplicate ldlex.c dependency.
2833 * condigure.in: Replace my_host case table by sourcing
2834 ../bfd/configure.host. Allow std-host as the default.
2835 * ldmisc.c: Change logic for C++ name demangling: There is
2836 no initial '_' to remove from stab-derived function names.
2837
2838Sun Dec 13 16:31:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
2839
2840 * ldlang.c (lang_init_script_file): don't attach the output file
2841 sections to the script file.
2842
2843Wed Dec 9 08:38:05 1992 Steve Chamberlain (sac@thepub.cygnus.com)
2844 * ldlang.c (wild): run expansion loop over command line bfd too.
2845 (lang_ini_script_file): initialize more parts of the command line
2846 bfd.
2847 * ldlex.l: fix DEFINED start states.
8ddef552 2848
85e38cfa
SC
2849Mon Dec 7 08:43:41 1992 Steve Chamberlain (sac@thepub.cygnus.com)
2850 -y support
2851 * ld.texinfo: new doc.
2852 * ldgram.y, ldlex.l: understand -y<symbol>
2853 * ldmain.c (Q_enter_file_symbols): if had -y, lookup symbol and
2854 print info. (add_ysym): new function.
2855 * ldsym.h: (ldsym_type): new define SYM_Y.
2856
e20873a7
JG
2857Sat Nov 21 03:15:27 1992 John Gilmore (gnu@cygnus.com)
2858
2859 * ldctor.h, lderror.h, ldexp.h, ldfile.h, ldindr.h, ldlang.c,
2860 ldlang.h, ldlex.h, ldmain.h, ldmisc.h, ldsym.h, ldver.h, ldwarn.h,
2861 ldwrite.h, relax.h: Replace all uses of EXFUN and PROTO ansi-glue
2862 macros with PARAMS. Recreational cleanup. Update copyrights.
2863
2864Tue Nov 10 00:23:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
2865
2866 * Makefile.in: pass down the bfd source directory for includes
2867
22292613
ILT
2868Thu Nov 5 15:41:55 1992 Ian Lance Taylor (ian@cygnus.com)
2869
2870 * ldlang.c (lang_size_sections): don't change size and address for
2871 SEC_SHARED_LIBRARY sections rather than for SEC_NEVER_LOAD
2872 sections.
2873
85c838d6
SC
2874Thu Nov 5 11:33:57 1992 Steve Chamberlain (sac@thepub.cygnus.com)
2875
2876 * relax.c (build_it): re-enable the processing of data_statements
2877 in scripts, makes counted contructor lists work again.
2878
6e94236a
JG
2879Thu Nov 5 05:43:01 1992 John Gilmore (gnu@cygnus.com)
2880
2881 * ldemul.h: Remove uses of SDEF and PROTO macros (use PARAMS).
2882
2883Tue Oct 20 10:56:06 1992 Ian Lance Taylor (ian@cygnus.com)
2884
2885 * m68kcoff.sc-sh: don't use initial underscores for etext, edata
2886 and end.
2887
e9b63852
ILT
2888Mon Oct 19 09:45:38 1992 Ian Lance Taylor (ian@cygnus.com)
2889
2890 * Support for i386-sysv.
2891 configure.in: check for i386-*-sysv* and i386-*-sco*.
2892 i386coff.sc-sh: rewrote to support SVR3 by default.
2893 ldctor.c (find_constructors): preserve stat_ptr.
2894 ldlang.c (wild_doit): initialize vma and size of new output
2895 section to corresponding input section. This is required for
2896 shared library support.
2897 (lang_size_sections): don't modify vma and size of sections which
2898 are never loaded (for shared libraries).
2899 ldwrite.c (copy_and_relocate): copy the contents of any section
2900 which has contents, not just sections which are loaded (for shared
2901 libraries).
2902
ba2c2b1c
SC
2903Thu Oct 15 15:20:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
2904
2905 * ldlang.c (size_input_section): count the sizes of all sections
2906 we allocate.
2907
a385b38f
SC
2908Thu Oct 8 09:05:25 1992 Steve Chamberlain (sac@thepub.cygnus.com)
2909
2910 * ldmisc.c (demangle,vfinfo): use the new underscore in bfd to
2911 to demangle symbols better
2912
81150d34
ILT
2913Tue Oct 6 13:08:54 1992 Ian Lance Taylor (ian@cygnus.com)
2914
2915 * ldlang.c (lang_finish): don't warn if -e start symbol does not
2916 exist when linking with -r.
2917
b5ddf942
ILT
2918Mon Oct 5 14:07:37 1992 Ian Lance Taylor (ian@cygnus.com)
2919
2920 * aout.sc-sh, m68kcoff.sc-sh: set __bss_start to the start of the
2921 .bss segment.
2922
f3739bc3
SC
2923Mon Oct 5 08:55:14 1992 Steve Chamberlain (sac@thepub.cygnus.com)
2924
2925 * ldmain.c (linear_library): don't even think about processing
2926 an object file if it's already been done
2927
2928Thu Oct 1 23:14:59 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
2929
2930 * configure.in: the hp9000/300 config file is now hp300
2931
ac0832f3
SC
2932Wed Sep 30 07:34:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
2933
2934 * config/z8ksim.mt: new file
2935
f3b36ecb
KR
2936Fri Sep 25 13:49:52 1992 Ken Raeburn (raeburn@kyriath.cygnus.com)
2937
2938 * Makefile.in (ldexp.o, ldctor.o, ldlang.o, ldmain.o, ldwrite.o,
2939 lexsup.o, mri.o, relax.o): Indicate dependence on ldgram.h.
2940
2941 * ld.h (strip_symbols_type): Add value STRIP_SOME.
2942 * ldgram.y (OPTION_RETAIN_SYMBOLS_FILE): New terminal token.
ac0832f3 2943 * ldlang.c (lang_add_keepsyms_file): New function.
f3b36ecb
KR
2944 * ldlex.l: Handle "-retain-symbols-file".
2945 * ldsym.c (keepsyms_file, kept_syms): New vars.
2946 (process_keepsyms): New functihon; reads file, marks symbols for
2947 saving.
2948 (write_file_locals): File symbols should always be kept.
2949 (ldsym_write): Warn about "-retain-symbols-file" overriding "-S"
2950 and "-s". Process retain-symbols file before setting symtab.
2951 * ldsym.h (SYM_KEEP): New flag for ldsym_type flags.
2952 (keepsyms_file, kept_syms): Declare them.
2953
2954 * ldmain.c (main): Non-fatal errors should still cause non-zero
2955 exit status even with -r.
2956
22a78f0d
SC
2957Fri Sep 25 11:08:01 1992 Steve Chamberlain (sac@thepub.cygnus.com)
2958
2959 Added initial support for the z8k
2960 * z8ksim.em, z8ksim.sc-sh, z8ksim.sh: new files
2961 * configure.in, Makefile.in: modified to reflect above
2962
2963 * ldlang.c (lang_check): when linking conflicting architectures,
2964 make the output file reflect at least one of the bad inputs.
2965
56409445
ILT
2966Tue Sep 15 15:35:38 1992 Ian Lance Taylor (ian@cygnus.com)
2967
2968 * Makefile.in (install): if $(tooldir) exists, install ld in
2969 $(tooldir)/bin.
2970
99e6298a
SC
2971Fri Sep 11 10:24:22 1992 Steve Chamberlain (sac@thepub.cygnus.com)
2972
2973 * Makefile.in, configure.in: modified to support i386-coff
2974 * i386coff.sh: new file
2975
ab57b174
ILT
2976Wed Sep 9 11:52:58 1992 Ian Lance Taylor (ian@cygnus.com)
2977
2978 * Makefile.in, m68kcoff.sh, m68kcoff.sc-sh, config/m68k-coff.mt:
2979 added m68k-coff emulation mode, stolen from a29k emulation.
2980 Almost certainly wrong, but perhaps better than sun3.
2981
8e71a984
PB
2982Thu Sep 3 14:19:30 1992 Per Bothner (bothner@rtl.cygnus.com)
2983
ab57b174
ILT
2984 * Makefile.in, Makefile.dos, generic.em, genscripts.sh,
2985 gld960.em, h8300hms.em, h8300xray.em, lnk960.em, st2000.em,
2986 vanilla.em: Rename all (generated) ld__*.c files to em_.c.
2987 This is one character shorter, and lets people build on
2988 SVR3 system. (ld__h8300xray.[co] was the killer there;
2989 h8300xray.sc-sh is also overlong, but seems harmless.)
2990 Based on a patch from Jonathan Ryshpan <hitachi!amito!jon>.
2991 * Makefile.in (clean): Fix typo mostclean -> mostlyclean.
2992 * configure.in: Add host isc.
2993
8e71a984
PB
2994 * ldver.c: Call it version 2.0.
2995
2996Wed Sep 2 00:21:33 1992 Per Bothner (bothner@rtl.cygnus.com)
2997
2998 * ldver.c: Bump to version 0.98.
2999 * TODO: New file.
3000
3001 * Makefile.in: Added mostlyclean, distclean, realclean rules.
3002
c52bdfec
PB
3003Tue Sep 1 23:42:16 1992 Per Bothner (bothner@rtl.cygnus.com)
3004
3005 * ldmisc.c (xrealloc): New (needed by ../libiberty/cplus.dem.c).
3006 * ldlex.l: Moved comment() to end, since some compilers
3007 otherwise have problems with input() used before it is defined.
3008
2df68136
DZ
3009Tue Sep 1 17:45:51 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
3010
3011 * configure.in: added Solaris 2 and Irix 4 host support.
3012
3013Mon Aug 31 19:27:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
3014
3015 * Makefile.in: remove -S flag from the FLEX definition
3016
3017 * configure.in: rewrote, using new style case statement. use
3018 m68k.mt for m68k-aout systems
3019
0bb95ac8
ILT
3020Sun Aug 30 21:38:53 1992 Ian Lance Taylor (ian@cygnus.com)
3021
3022 * Makefile.in: map "ld" through program_transform_name when
3023 installing.
3024
fe2b6209
PB
3025Sun Aug 30 18:12:13 1992 Per Bothner (bothner@rtl.cygnus.com)
3026
3027 * cplus-dem.c: Removed. Use the version in libiberty now.
3028 * ldmisc.c: Use new libiberty version of cplus_demangle().
3029
94cc1ee7
ILT
3030Thu Aug 27 16:38:42 1992 Ian Lance Taylor (ian@cygnus.com)
3031
5f2d9799
ILT
3032 * gld960.em (gld960_choose_target): default to little endian, not
3033 big endian.
94cc1ee7 3034
cd1d8c6d
SC
3035Wed Aug 26 17:28:51 1992 Steve Chamberlain (sac@thepub.cygnus.com)
3036
3037 * ldlang.c (lang_process): don't pass null pointers when
3038 abs_output_section is what is required.
3039 * ldwrite.c (ldwrite): use malloc to allocate the largest space
3040 used, and pass that down.
3041 * relax.c,relax.h (write_relaxnorel): use the passed malloc area rather
3042 than alloca.
3043
afba2b22
ILT
3044Mon Aug 24 14:42:06 1992 Ian Lance Taylor (ian@cygnus.com)
3045
3046 * configure.in, config/ose68.mt: renamed OSE to ose.
3047
571c4c26
KR
3048Thu Aug 20 19:55:22 1992 Ken Raeburn (raeburn@cygnus.com)
3049
3050 * ldsym.c (write_file_locals): Reorder check for common or
3051 undefined symbols so that it works.
3052
b189e892
ILT
3053Tue Aug 18 13:41:36 1992 Ian Lance Taylor (ian@cygnus.com)
3054
3055 * configure.in: accept all m68K family members.
3056
3057 * Makefile.in: always create installation directories.
3058
6bf2e3a7
SC
3059Thu Aug 13 11:49:34 1992 Steve Chamberlain (sac@thepub.cygnus.com)
3060
3061 * ldlex.l: now parses comment correctly, added ~ to acceptable
3062 chars in filenames
3063
3064 * ldexp.c (exp_unop): pass down abs_output_section - now can have
3065 unary -ve constants.
3066
3067 * ldlang.c (lang_finish): warn when an entry symbol supplied on
3068 the command line can't be found.
3069
ae475b39
SC
3070Fri Aug 7 12:31:10 1992 Steve Chamberlain (sac@thepub.cygnus.com)
3071
3072 * ldlang.h: add new field "loadable" to output_section_statement.
3073 * ldlang.c (lang_output_section_statement_lookup): initilize new
3074 field. (wild_doit): if new field is not set, then stop output
3075 section from being loadable.
3076 (lang_enter_output_section_statement): set the field from the
3077 NOLOAD keyword
3078 * ldgram.y: new synax for NOLOAD. Removes a shift/reduce too.
3079 * h8300hms.sc-sh, h8300hms.em: get -r right.
3080
4b91c519
PB
3081Thu Aug 6 18:35:21 1992 Per Bothner (bothner@rtl.cygnus.com)
3082
3083 * ldint.texinfo: New internals manual (beginnings thereof).
3084 * PORTING: Removed, merged into ldint.texinfo.
3085
917bffa7
PB
3086Tue Aug 4 21:12:29 1992 Per Bothner (bothner@rtl.cygnus.com)
3087
3088 * cdtest-main.cc, cdtest-func.cc, cdtest-foo.h, cdtest-foo.cc,
3089 cdtest.exp: A test program (copied from libg++/test-install)
3090 that tests that constructor and destructors are handled
3091 corrrectly.
3092
b40f9c73
DZ
3093Mon Aug 3 14:58:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
3094
3095 * Makefile.in (install): install from ld.new, renaming during the
3096 copy, or else the next 'make install' needs to re-link ld.
3097
3098Mon Jul 20 03:37:06 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
3099
3100 * configure.in: generalise hp recognition (from sef).
3101
3102Sat Jul 18 14:46:04 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
3103
3104 * configure.in: recognize bsd and hpux hppa configurations.
3105 error messages echo to stderr, not stdout
3106
ec467c83
RP
3107Fri Jul 17 22:06:11 1992 K. Richard Pixley (rich@rtl.cygnus.com)
3108
3109 * Makefile.dos, gld.1, ld.texinfo, ldemul.c, ldfile.c, ldlang.c,
3110 ldmisc.c: removed rcsid's.
3111
67cddd9f
SC
3112Tue Jul 14 08:34:34 1992 Steve Chamberlain (sac@thepub.cygnus.com)
3113
3114 * ldlang.c (lang_map): print changes in sizes due to relaxing
3115 (size_input_section): maintain the delta information.
3116 * ldlang.h: add new field to struct to contain delta info.
3117 * relax.c (relax_section): complain if input not relaxable.
3118 * ldlex.l : add '_', ',' and '$' to chars which can appear at the
3119 start of a filename
3120
f7c76897
SC
3121Mon Jul 13 17:33:00 1992 Steve Chamberlain (sac@thepub.cygnus.com)
3122
3123 * ldmain.c(main): prevent -r and -relax from being on at the same
3124 time.
3125
28b6b1ab
SC
3126Wed Jul 1 17:51:19 1992 Steve Chamberlain (sac@thepub.cygnus.com)
3127
3128 * ldmain.c (Q_enter_global_ref), ldindr.c (add_indirect): fix for
3129 aliasing problems
3130
3131
30d1a390
SC
3132Thu Jun 18 09:38:56 1992 Steve Chamberlain (sac@thepub.cygnus.com)
3133
3134 * h8300hms.em, h8300hms.sc-sh: do the right thing for -r
3135 * ldexp.c: lint
3136 * ldlang.c(open_output): set the target arch and machine as soon
3137 as we can. (lang_size_sections): use new macros for setting vma
3138 * ldwrite.c: lint
3139
5bdf878e
MT
3140Mon Jun 15 08:47:43 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
3141
3142 * configure.in (my_target): Accept m680?0 for wrs as vxworks68.
3143 Also deleted an unreachable path to wrs.
3144
3145Wed May 27 23:24:19 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
3146
3147 * Makefile.in (install): use -d test for $tooldir before
3148 installing ld there so that $tooldir can be inherited from
3149 top-level Makefile.
3150
3151Wed May 27 16:56:48 1992 Per Bothner (bothner@rtl.cygnus.com)
3152
3153 * ldlang.c: Two non-substantial changes for the sake of
3154 the old Portable C Compiler.
3155
5e81edb2
SC
3156Wed May 27 15:15:58 1992 Steve Chamberlain (sac@thepub.cygnus.com)
3157
3158 * ldgram.y, ldlex.l: parse ABSOLUTE
3159 * ldexp.c: add support for ABSOLUTE
3160
7aacc9cc
PB
3161Wed May 27 13:07:20 1992 Per Bothner (bothner@rtl.cygnus.com)
3162
3163 * Makefile.in: Added default definitions for HOSTING_CRT0,
3164 HOSTING_LIBS, and HOSTING_EMU, based on those in config/*.mh.
3165 * config/*.mh: Miscellaneous clean-up: Removed definitions
3166 of YACC (since it is not longer used in the Makefile).
3167 Remove HOSTING_* definitions that are subsumed by the
3168 ones added to Makefile.in. Removed most definitions of CC.
3169 * config/{sparc,news,hp300bsd,decstation}.mh: Removed;
3170 These are no longer needed.
3171
91e25b4f
PB
3172Fri May 22 13:47:19 1992 Per Bothner (bothner@cygnus.com)
3173
5ff21fa5
PB
3174 * Makefile.in: Use srcdir instead of VPATH in ldgram/ldlex
3175 rules, since these are used when building a distribution.
3176 * Makefile.in (ldlex.c): Don't re-direct output, since that
3177 leaves a bogus output files if it fails.
3178
91e25b4f
PB
3179 * config/sparc.mh: Fix HOSTING_LIBS so it has a chance of working.
3180 * ldlex.c: Fix some unnecessary flex-specific-isms.
3181
3182Fri May 8 11:49:43 1992 Steve Chamberlain (sac@thepub.cygnus.com)
3183
3184 * ldgram.y: move spurious semicolon
3185 * ldexp.h: fix prototype
3186
82d1666a
RP
3187Thu May 7 17:01:12 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
3188
3189 * ld.texinfo: references to linker now say "ld" not "gld".
3190
32846f9c
SC
3191Wed May 6 13:26:19 1992 Steve Chamberlain (sac@thepub.cygnus.com)
3192
3193 changed calling convention for Q_enter_global_ref
3194 * ldexp.c, ldlang.c, ldmain.c: reflect this
3195 * ldver.c: bump version to 1.97.1
3196 * ldindr.c (add_indirect): when an edict declaring an indirect
3197 symbol is found, make sure that any ideas about the symbol being
3198 common are changed if it now known to be defined.
3199 * ldmain.c (linear_library): complain once if archive isn't
3200 ranlibbed.
3201 * ldlang.h, ldlang.c: make room for and initialize the complain
3202 once field.
3203
bf3acf44
RP
3204Wed May 6 11:07:35 1992 K. Richard Pixley (rich@rtl.cygnus.com)
3205
3206 * Makefile.in: use flex & bison from ../ if they exist.
3207
9c99a57e
SC
3208Tue May 5 17:47:33 1992 Steve Chamberlain (sac@thepub.cygnus.com)
3209
3210 * relax.c (build_it): don't allocate space in the output file for
3211 stuff if -R flag applys to it.
7153b2ff
SC
3212 * ldfile.c: merge in VMS filename support
3213 * ldmain.c (main): take out ./ from library path, and close file
3214 before unlinking. Make multiple defs of a symbol create an
3215 unexecable file.
3216 * ldmisc.c: fatal errosrs delete output file
9c99a57e 3217
98377f31
PB
3218Tue May 5 14:05:05 1992 Per Bothner (bothner@rtl.cygnus.com)
3219
3220 * ldver.c: Increase version number to 1.97, for consistency
3221 with ../binutils.
3222
3f350eda
RP
3223Tue May 5 12:12:24 1992 K. Richard Pixley (rich@cygnus.com)
3224
813da1a5
RP
3225 * Makefile.in: FLEX -> LEX.
3226
3f350eda
RP
3227 * ld.texinfo: {} -> @{@}.
3228
e0047d49
RP
3229Mon May 4 17:52:41 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
3230
3231 * ld.texinfo: describe alternate, MRI-compatible linker scripts
3232 (and associated change in -c option, now used for these scripts)
3233
bfbdc80f
SC
3234Mon May 4 16:10:10 1992 Steve Chamberlain (sac@thepub.cygnus.com)
3235
3236 * ldver.c: Bumped version to 1.96 - new release, resync with the
3237 bfd too #.
3238 * ldexp.c, ldlang.c: now build memory shape tree in obstacks
3239 rather than with raw malloc, makes it easier to track where memory
3240 is going.
3241 * ldsym.h, ldsym.c: create obstack for all global symbols too.
3242 * ldwrite.c (ldwrite): moved malloc so only used when needed.
3243 * sa29200-sc.sh: added support for .lit, data1 and data2 sections.
3244
3245
d3451fe8
RP
3246Fri May 1 18:17:52 1992 K. Richard Pixley (rich@cygnus.com)
3247
3248 * config/sparc.mh: use ../gcc/libgcc.a on check if it exists.
3249
3250 * Makefile.in: use bootstrap for check.
3251
dc4726c2
SC
3252Fri May 1 13:03:41 1992 Steve Chamberlain (sac@thepub.cygnus.com)
3253
e14a43bf
SC
3254 * ldgram.y, ldlex.c, mri.c: added more compatible words; BASE, ALIAS and
3255 PUBLIC.
3256 * Makefile.in: now use flex, not lex
dc4726c2
SC
3257 * ldlex.l, ldlang.c, ldctor.c: lint
3258
ee0c4cf7
SC
3259Wed Apr 22 12:48:42 1992 Steve Chamberlain (sac@thepub.cygnus.com)
3260
3261 * ldlex.l: added CMDFILENAMECHAR state so that you can lex
3262 different sorts of filenames on the command line than in a script.
3263
77b19d3d
RP
3264Mon Apr 20 22:37:04 1992 K. Richard Pixley (rich@rtl.cygnus.com)
3265
3266 * Makefile.in: rework CFLAGS so that they can be passed on the
3267 make command line. Remove MINUS_G. Default CFLAGS to -g.
3268
119afd7b
RP
3269Fri Apr 17 08:57:17 1992 Steve Chamberlain (sac@thepub.cygnus.com)
3270
3271 * relax.c: added handling for new "padding" seclet type, used to
3272 fill out gaps between section.
3273 * ldgram.y, ldlex.l: now -defsym on the command line is done
3274 properly.
3275
3276Wed Apr 15 21:20:07 1992 K. Richard Pixley (rich@rtl.cygnus.com)
3277
3278 * Makefile.in: the tooldir copy of ld goes directly in tooldir.
3279
2e38b71d
SC
3280Wed Apr 15 16:09:33 1992 Steve Chamberlain (sac@thepub.cygnus.com)
3281
3282 * mri.c, ldgram.y, ldlex.l: added support for minimal strange link
3283 scripts.
3284
1900f884
KR
3285Thu Apr 9 05:52:02 1992 Ken Raeburn (Raeburn@Cygnus.COM)
3286
3287 * Makefile.in (install): Install second copy in $(tooldir)/bin
3288 without $(program_prefix), since that's what gcc expects.
3289
9d1fe8a4
SC
3290Sat Apr 4 17:44:06 1992 Steve Chamberlain (sac@thepub.cygnus.com)
3291
3292 * ldlex.l, ldgram.y, ldlex.h: Rewrote lexer. Now it's much nicer.
3293 * h8300*: fix bit rot and add support for h8300xray target
3294 * go32.sh: target emulation for go32.
3295
9d1fe8a4
SC
3296Mon Mar 16 14:53:29 1992 Steve Chamberlain (sac@rtl.cygnus.com)
3297
3298 * gld960.em, i960.sc-sh. Fix i960 bit rot
3299
f0280cd2
RP
3300Fri Mar 13 19:47:22 1992 K. Richard Pixley (rich@cygnus.com)
3301
3302 * Makefile.in: install man page.
3303
12fa72d4
SC
3304Fri Mar 13 08:23:59 1992 Steve Chamberlain (sac@thepub.cygnus.com)
3305
3306 * config/mt-<foo> renamed to <foo>.mt
3307 * config/mh-<foo> renamed to <foo>.mt
3308 * configure.in changed to reflect this
3309 * genscripts.sh now make .xbn files rather than .xN files
3310
3311Sat Mar 7 03:40:40 1992 K. Richard Pixley (rich@cygnus.com)
3312
3313 * ldver.h: fix decl of ldversion.
3314
3315Fri Mar 6 22:00:35 1992 K. Richard Pixley (rich@cygnus.com)
3316
3317 * Makefile.in: added check target.
3318
fe563ffe
SC
3319Fri Mar 6 06:59:04 1992 Steve Chamberlain (sac@thepub.cygnus.com)
3320
3321 * ldmain.c (Q_enter_file_symbols): now aliases work again
3322
12fa72d4
SC
3323Thu Mar 5 21:39:29 1992 K. Richard Pixley (rich@cygnus.com)
3324
3325 * Makefile.in: added clean-info target.
3326
fe563ffe
SC
3327Thu Mar 5 16:55:56 1992 Steve Chamberlain (sac@thepub.cygnus.com)
3328
3329 * ldexp.c (exp_print_tree): don't try and follow null pointers
3330 around.
3331 * ldgram.y: remove 11 shift reduce errors
d2861901 3332
12fa72d4
SC
3333Tue Mar 3 15:46:39 1992 K. Richard Pixley (rich@rtl.cygnus.com)
3334
3335 * Makefile.in: added tooldir and program_prefix.
3336
fe563ffe
SC
3337Fri Feb 28 08:17:45 1992 Steve Chamberlain (sac at thepub.cygnus.com)
3338
3339 * ldlang.c (size_input_section): don't move absolute sections
3340 around!
3341
3342
3343Thu Feb 27 09:20:41 1992 Steve Chamberlain (sac at thepub.cygnus.com)
3344
d2861901
SC
3345 * cplus-dem.c: yet another copy of this - maybe it should go into
3346 libiberty ?
3347 * ldgram.y: now -V and -v have different actions
3348 * ldver.c: if -V, prints list of emulations compiled in
3349 * ldmisc.c: support for cplus demangling
3350
3351
12fa72d4
SC
3352Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
3353
3354 * Makefile.in, configure.in: removed traces of namesubdir,
3355 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
3356 copyrights to '92, changed some from Cygnus to FSF.
3357
d2861901
SC
3358Thu Feb 20 17:43:46 1992 Per Bothner (bothner at cygnus.com)
3359
3360 * Makefile.in: Change mkscript rule into one for ./mkscript
3361 (for the sake of makes that don't realize they're the same).
3362 * PORTING: Add more details.
3363 * genscripts.sh: Add more tailorability of DATA_ALIGNMENT.
3364
1584d069
PB
3365Mon Feb 17 12:04:36 1992 Per Bothner (bothner at cygnus.com)
3366
3367 * Makefile.in, and new files hp300bsd.sh, config/mh-hp300bsd,
3368 config/mt-hp300bsd: New port to hp300 running BSD.
3369
7e5c1057
PB
3370Sat Feb 15 13:59:54 1992 Per Bothner (bothner at cygnus.com)
3371
3372 Major rewrite of how ld is configured. The major idea
3373 is to use shell scripts to generate everything.
3374 * generic.em replaces ldtemplate.
3375 * Other *.em files replace various *.c files.
3376 A *.em file is a shell script that generates the corresponding
3377 ld__*.c file that implements an emulation. This is usually
3378 a straight 'cat' of a here-document, possibly with substitutions.
3379 * Script files (*.sc) are places by *.sc-sh scripts.
3380 Again, these are simple shell scripts that 'cat'
3381 here-documents, usually with some substitutions.
3382 The output a *.sc-sh is a script file.
3383 * Each emulation is defined by a short shell script with
3384 extension *.sh that specifies the emulation-specific
3385 parameters (such as the name of the *.sh-sc and *.em
3386 files to use).
3387 * genscript.sh is the master shell script used to generate
3388 an emulation. It is passed various argument, including
3389 the name a the emulation-speciic *.sh file that it
3390 "sources" to set variables to emulation-specifc parameters.
3391 * config/mt-foo: Changed EMUL=GLDFOO_EMULATION_NAME
3392 to EMUL=foo. (The GLDFOO_EMULATION_NAMEs have bee removed.)
3393 * config/mh-foo: Rename LDEMULATION names as appropriate
3394 (usually 'gldfoo' -> plain 'foo').
3395 * ldwrite.c: Fixed a typo in a comment.
3396 * Makefile.in: Major changes. Removed some the sed
3397 magic to converts scripts, since that is now handled
3398 by genscripts.sh and the *.sc-sh scipt generators.
3399 * config.h: Remove a bunch of macros defining emulations
3400 and targets. This becomes one less file to edit when
3401 adding emulations or targets.
3402 * ldemul.h (struct ld_emulation_xfer_struct): Add
3403 emulation_name and target_name fields.
3404 * ldemul.c, ldemul.h: Define some default functions used
3405 by most emulations (and remove from the *.em scripts).
3406 * ldemul.c (ldemul_choose_target): Search the new
3407 ld_emulations array using a loop (instead of a hardwired
3408 nested if statement).
3409 Define the ld_emulation from the automatically-geenrated
3410 ldemul-list.h. This means you no longer have to edit ldemul.c
3411 to add a new emulation.
3412 * ldmain.c: Replace {GLD,LNK}960_EMULATION_NAME by
3413 their expansions, since the former no longer exist.
3414 * PORTING: A very rough first draft of a porting guide.
3415
3416 * ldgram.y, ldlex.l, lexsup.c: Changes to allow an assignment
3417 to be terminated by a new-line (instead of requiring a semicolon).
3418
3419Mon Feb 10 16:21:02 1992 Steve Chamberlain (sac at rtl.cygnus.com)
3420
3421 * ldexp.c, ldlang.c: added new idea "abs_output_section", removes
3422 tests for NULL pointers all over the place.
3423 * ldlang.c (lang_process): remember to relocate global symbols
3424 *after* relaxing has done it stuff.
3425
3426Thu Feb 6 11:40:15 1992 Steve Chamberlain (sac at rtl.cygnus.com)
3427
3428 * config/mt-coff-h8300: use EMUL like everything else
3429 * ldlang.c: (print_padding_statement): print the right address.
3430 * Makefile.in, config.h, ldemul.c: renamed h8300hds to h8300hms
3431
3432
aa34a7c3
SC
3433Tue Feb 4 15:28:01 1992 Steve Chamberlain (sac at rtl.cygnus.com)
3434
3435 * ldlex.l: Put pack -noinhibit-exec and -sort-common
3436 * ldlang.c (print_data_statement): print the right address.
3437
3438Thu Jan 30 17:51:53 1992 Per Bothner (bothner at cygnus.com)
3439
3440 * Makefile.in: The rule for testing ld by re-linking itself
3441 via an intermediate -r link was moved to the ld1 rule
3442 instead of the ld2 rule. This allows ld2 and ld3 to be identical,
3443 which allows the bootstrap rule to work.
3444 * ldctor.c (find_constructors): Don't create a constructor
3445 list if it is already defined (as would happen if ld is
3446 invoked by collect).
3447
cbbdbb9f
SC
3448Wed Jan 29 08:35:39 1992 Steve Chamberlain (sac at rtl.cygnus.com)
3449
3450 * config/mh-sparc.h: now uses libgcc.a
3451 * ldmain.c: quit using exit
3452 * *sc: use *(COMMON) rather than [COMMON]
3453 * ldlex.l, lexsup.c: much thinking moved from .l and put into .c,
3454 to allow preprocessing of .l file.
3455 * Makefile.in: New ldlex.l mangling
3456 * ldexp.c (fold_binary): perform expressions with % and / in
3457 integer.
3458 * ldfile.c (open_a): open archives on VMS in a special way
3459
3460
870f54b2
SC
3461Tue Jan 28 10:18:16 1992 Steve Chamberlain (sac at rtl.cygnus.com)
3462
3463 * ldgram.y: map -M behave in the same way as -Map (sets file name
3464 to be "-".
3465 * ldsym.c, ldlang.c: remember that size of a section is dependent on
3466 whether or not relaxing has been done.
3467 * ldmain.c: don't open a map file if it doesn't have a name
3468 * relax.c: all the brains have moved into bfd.
3469 * ldwrite.c: ammend comment
3470
2e2bf962
SC
3471Fri Jan 24 14:23:46 1992 Steve Chamberlain (sac at rtl.cygnus.com)
3472
3473 * Makefile.in: added relax, also made three stage go through a
3474 partial link stage.
3475 * relax.c : added
3476 * config.h: if GNU960 defined, then default emulation mode is
3477 GLD960
3478 * ldexp.h, ldexp.c: map to file hooks
3479 * ldlang.c: map to file hooks
3480 * ldgram.y: added -Map -relax
3481 * ldlex.l: added -relax, -Map
3482 * ldmain.c: open map file
3483 * ldmisc.c: support for map file
3484 * ldwrite.c: new relax magic
3485
3486Thu Dec 19 18:49:51 1991 John Gilmore (gnu at cygnus.com)
3487
3488 * Makefile.in, config/tm-*.h: Clean up make output, only
3489 pass DEFAULT_EMULATION to ldmain.c.
3490
3491Wed Dec 18 15:02:47 1991 Per Bothner (bothner at cygnus.com)
3492
3493 * ldver.c: Bump to version 1.94.
3494
3495Tue Dec 10 04:07:23 1991 K. Richard Pixley (rich at rtl.cygnus.com)
3496
3497 * Makefile.in: infodir belongs in datadir.
3498
e06ba18d
PB
3499Mon Dec 9 16:26:43 1991 Per Bothner (bothner at cygnus.com)
3500
3501 * Makefile.in: Pass -y to bison. (Again;
3502 accidentally deleted by Rich.)
3503 * news.sc, ldgld68k.sc: Define __end as well as _end.
3504
3505Sat Dec 7 17:19:26 1991 Steve Chamberlain (sac at rtl.cygnus.com)
3506
3507 * ldindr.h: added to contain prototypes of ldindr.c
3508 * ldfile.c: include ctype.h
3509 * ldmain.c: include the requried prototype headers
3510 * ldwrite.c: get_reloc_upper_bound has been renamed
3511 bfd_get_reloc_upper_bound
3512
818a192a
RP
3513Fri Dec 6 23:29:26 1991 K. Richard Pixley (rich at rtl.cygnus.com)
3514
3515 * Makefile.in: punt "fundamental" mode because it breaks my emacs
3516 macros. install using INSTALL_PROGRAM and INSTALL_DATA. remove
3517 spaces following hyphens, bsd make can't cope. added
3518 standards.text support and made it look like all the other
3519 makefiles.
3520
3521 * configure.in: configure now runs entirely in objdir so make file
3522 existence checks against ${srcdir}. Mark this directory as
3523 target dependent.
3524
3525Thu Dec 5 22:46:16 1991 K. Richard Pixley (rich at rtl.cygnus.com)
3526
3527 * Makefile.in: idestdir and ddestdir go away. Added copyrights
3528 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
3529 and mandir now keyed off datadir by default.
3530
3531Wed Dec 4 23:36:55 1991 Per Bothner (bothner at cygnus.com)
3532
3533 * ldver.c: Bumped version to 1.93.
3534 * Makefile.in: Pass -y to bison.
3535
3536Mon Nov 25 18:28:40 1991 Steve Chamberlain (sac at cygnus.com)
3537
3538 * config.h: h8 is now coff, not ieee
3539 * h8300hds.sc: reflect the same
3540
3541Thu Nov 14 19:55:09 1991 Per Bothner (bothner at cygnus.com)
3542
3543 * ldver.c (ldversion()): Update to 1.92.
3544 * ldctor.c: There are two places constructor sets
3545 can be defined. One of them checked for an existing
3546 duplicate, the other didn't. Unfortunately, the latter
3547 was called after the former ...
3548 So, factor out code for inserting a new element into
3549 constructor_name_list (after checking for a duplicate)
3550 into a new function add_constructor_name, and call
3551 it from both aforementioned places (ldlang_add_constructor
3552 and ldlang_check_for_constructors).
3553
3554Wed Nov 13 15:17:43 1991 Per Bothner (bothner at cygnus.com)
3555
3556 * Makefile.in: Rename .c files generated from ldtemplate
3557 to have names starting with ld__. This helps 'make clean'.
3558
092df318
SC
3559Tue Nov 12 18:36:50 1991 Steve Chamberlain (sac at cygnus.com)
3560
3561 * Makefile.in: Take out the version number for install
3562 * m88kbcs.sc: put in contructor blocks.
3563
1c9e4b15
PB
3564Mon Nov 11 18:47:33 1991 Per Bothner (bothner at cygnus.com)
3565
3566 * ldmisc.c, ldmisc.h: Re-write info() to take a filename
3567 parameter, a format, and an arg pointer, and rename it to
3568 vfinfo(). Write info() in terms of new vfinfo().
3569 New einfo() is the same as info(), except it writes to stderr.
3570 * ldemul.c, ldexp.c, ldlang.c, ldlnk960.c, ldmain.c, ldwrite.c,
3571 ldmisc.c: Replace "error" calls to info() by new einfo().
3572
550e87b5
SC
3573Mon Nov 11 09:57:32 1991 Steve Chamberlain (steve at cygnus.com)
3574
3575 * ldlex.l ldgram.y: made -V option do same as -v
3576 * Makefile.in: Added $(MINUS_G) flag so debugging can be
3577 turned off
3578
3579Sun Nov 3 16:37:37 1991 Steve Chamberlain (steve at cygnus.com)
3580 i386 aout changes from Bob Kukura
3581 * Makefile.in, config.h: added i386aout support
3582 * configure.in: fixed /h-{myhost} typo
3583 * ldgram.y: -MM now gives more boring map.
3584 * ldlang.c: now does D_PAGED flag the right way.
3585 * ldsym.c: -MM flags does the right thing.
3586
aeedc30e
PB
3587Sun Nov 3 15:00:03 1991 Per Bothner (bothner at cygnus.com)
3588
3589 * configure.in: Fixed typo. Also, a fix for hp300bsd.
3590 * ldlang.c (init_os): Compensate for BFD change,
3591 where bfd_make_section now returns NULL for a duplicate
3592 section request, instead of the old section.
3593
3594Thu Oct 17 15:27:13 1991 Per Bothner (bothner at cygnus.com)
3595
3596 * ldver.c: Bump to version 1.91 (consistent with binutils).
3597
2d1a2445
PB
3598Wed Oct 16 12:27:08 1991 Per Bothner (bothner at cygnus.com)
3599
3600 * Makefile.in, config.h, ld.h, ldemul.c, ldexp.c, ldexp.h,
3601 ldgram.y, ldlex.l, ldlnk960.c, ldmain.c, ldmisc.c, ldmisc.h,
3602 ldsym.c, ldsym.h, ldtemplate, ldvanilla.c, ldver.c, ldver.h,
3410447c 3603 ldwarn.c, ldwarn.h, ldwrite.c, ldwrite.h, mkscript.c:
2d1a2445
PB
3604 Add or update copyright notices.
3605
3606Mon Oct 14 23:55:27 1991 Per Bothner (bothner at cygnus.com)
3607
3608 * README: New file.
3609 * Makefile.in: Changed installation directory name scheme
3610 to be consistent with gcc. Also changed 'install'.
3611
954ac2ea
RP
3612Mon Oct 14 17:30:02 1991 Roland H. Pesch (pesch at cygnus.com)
3613
3614 * Makefile.in: new targets ld.mm, ld.me
3615
972e7b4b
PB
3616Mon Oct 14 17:27:24 1991 Per Bothner (bothner at cygnus.com)
3617
3618 * Makefile.in, ldtemplate: Need to use separate scripts
3619 for -n and -N options. Yet more complication.
3620
33ce0085
JG
3621Fri Oct 11 22:40:46 1991 John Gilmore (gnu at cygnus.com)
3622
3623 * Makefile.in: Avoid using $< in explicit Make rules (it doesn't
3624 work). Add some lines to avoid Sun Make VPATH bugs.
3625
b7e24eef
PB
3626Fri Oct 11 16:42:22 1991 Per Bothner (bothner at cygnus.com)
3627
3628 * news.sc: Add alignment for data segment.
3629 * ldtemplate: Add (yet another) script to get for -n or -N
3630 options. (These need different alignment than ZMAGIC files.)
3631 * Makefile.in: Add stuff for new foo.xn scripts.
3632 These are generated by replacing "ALIGN(0x...00)" by ".".
3633
b55e0948
RP
3634Fri Oct 11 15:43:04 1991 Roland H. Pesch (pesch at cygnus.com)
3635
3636 * Makefile.in: new targets ld.ms, ld-index.ms
3637 ld.texinfo: remove tabs, other cleanups for texi2roff
3638
6719c75b
PB
3639Fri Oct 11 13:51:54 1991 Per Bothner (bothner at cygnus.com)
3640
3641 * ldmain.c (main): Make config.magic_demand_paged be true
3642 by default. Don't the WP_TEXT and D_PAGED flags of
3643 output_bfd here; it's too late, so set it when output_bfd
3644 is created (in ldlang.c). Also fix setting of EXEC_P flag
3645 * ldlang.c (ldlang_open_output): Set output_bfd->flags here.
3646 * ldlang.c: Remove some duplicate extern declarations.
3647 * ldgram.y: Fixes to -N and -n options.
3648 * Makefile.in: Recognize upper case letters in sed script
3649 to remove assignments from script files.
3650 * ldtemplate: Don't assukme that -N or -n options
3651 imply use of -r script.
3652 * mkscript.c: Tweaking to correctly handle \n and \\ in input.
3653
8e10cea1
SC
3654Fri Oct 11 10:29:27 1991 Steve Chamberlain (steve at cygnus.com)
3655
3656 * ldtemplate: include bfd.h before sysdep.h.
3657
1f8fc34f
JG
3658Fri Oct 11 04:24:45 1991 John Gilmore (gnu at cygnus.com)
3659
3660 Restructure configuration scheme for bfd, binutils, ld.
3661
3662 * include/sys/h-*.h: Move to bfd/hosts/h-*.h.
3663 * configure.in: Revise to symlink sysdep.h to ../bfd/hosts/h-xxx.h.
3664 Change some config names to match other dirs.
3665 * *.c: Include bfd.h before sysdep.h, so ansidecl and PROTO()
3666 get defined first.
3667 * config/: Rename some config files to match up h-*.h names.
3668 Remove all the HOST_SYS definitions from the config files.
3669
3670Tue Oct 8 16:00:57 1991 Per Bothner (bothner at cygnus.com)
3671
3672 * ldexp.h, ldlang.h: Change enum boolean -> enum bfd_boolean.
3673 * ldtemplate: Remove ldfile_add_library_path calls;
3674 just use the SEARCH_DIR commands in the script files.
3675 * Makefile.in: Add LIB_PATH macro, which if set is used to replace
3676 the SEARCH_DIR commands in the scripts (using ugly sed magic).
3677 This is primarily intended for cross-linking, where you would
3678 place libaries in a different place than native libraries.
3679 Also, emulations made from ldtemplate now use $(srcdir).
3680 * ldglda29k.sc: Change SEARCH_DIR commands to a conventional
3681 form; people can use the Makefile's LIB_PATH to override.
3682
8d317d2a
RP
3683Tue Oct 8 14:51:21 1991 Roland H. Pesch (pesch at cygnus.com)
3684
3685 * Makefile.in: fix target ld.dvi, add target ld.info
3686 ld.texinfo: make info filename ld.info
3687
558175fb
JG
3688Fri Oct 4 21:51:58 1991 John Gilmore (gnu at cygnus.com)
3689
3690 * Makefile.in: Avoid using $< in non-suffix rules (breaks on Sun
3691 Make).
3692 * ldfile.c, ldlang.c, ldmain.c, ldwrite.c: Cope with renames of a
3693 few BFD types & enums.
3694
de0abbfc
ILT
3695\f
3696Local Variables:
bf82ab68
ILT
3697mode: indented-text
3698left-margin: 8
3699fill-column: 74
de0abbfc
ILT
3700version-control: never
3701End:
This page took 0.283787 seconds and 4 git commands to generate.