,
[deliverable/binutils-gdb.git] / ld / ChangeLog
CommitLineData
28b6b1ab
SC
1Wed Jul 1 17:51:19 1992 Steve Chamberlain (sac@thepub.cygnus.com)
2
3 * ldmain.c (Q_enter_global_ref), ldindr.c (add_indirect): fix for
4 aliasing problems
5
6
30d1a390
SC
7Thu Jun 18 09:38:56 1992 Steve Chamberlain (sac@thepub.cygnus.com)
8
9 * h8300hms.em, h8300hms.sc-sh: do the right thing for -r
10 * ldexp.c: lint
11 * ldlang.c(open_output): set the target arch and machine as soon
12 as we can. (lang_size_sections): use new macros for setting vma
13 * ldwrite.c: lint
14
5bdf878e
MT
15Mon Jun 15 08:47:43 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
16
17 * configure.in (my_target): Accept m680?0 for wrs as vxworks68.
18 Also deleted an unreachable path to wrs.
19
20Wed May 27 23:24:19 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
21
22 * Makefile.in (install): use -d test for $tooldir before
23 installing ld there so that $tooldir can be inherited from
24 top-level Makefile.
25
26Wed May 27 16:56:48 1992 Per Bothner (bothner@rtl.cygnus.com)
27
28 * ldlang.c: Two non-substantial changes for the sake of
29 the old Portable C Compiler.
30
5e81edb2
SC
31Wed May 27 15:15:58 1992 Steve Chamberlain (sac@thepub.cygnus.com)
32
33 * ldgram.y, ldlex.l: parse ABSOLUTE
34 * ldexp.c: add support for ABSOLUTE
35
7aacc9cc
PB
36Wed May 27 13:07:20 1992 Per Bothner (bothner@rtl.cygnus.com)
37
38 * Makefile.in: Added default definitions for HOSTING_CRT0,
39 HOSTING_LIBS, and HOSTING_EMU, based on those in config/*.mh.
40 * config/*.mh: Miscellaneous clean-up: Removed definitions
41 of YACC (since it is not longer used in the Makefile).
42 Remove HOSTING_* definitions that are subsumed by the
43 ones added to Makefile.in. Removed most definitions of CC.
44 * config/{sparc,news,hp300bsd,decstation}.mh: Removed;
45 These are no longer needed.
46
91e25b4f
PB
47Fri May 22 13:47:19 1992 Per Bothner (bothner@cygnus.com)
48
5ff21fa5
PB
49 * Makefile.in: Use srcdir instead of VPATH in ldgram/ldlex
50 rules, since these are used when building a distribution.
51 * Makefile.in (ldlex.c): Don't re-direct output, since that
52 leaves a bogus output files if it fails.
53
91e25b4f
PB
54 * config/sparc.mh: Fix HOSTING_LIBS so it has a chance of working.
55 * ldlex.c: Fix some unnecessary flex-specific-isms.
56
57Fri May 8 11:49:43 1992 Steve Chamberlain (sac@thepub.cygnus.com)
58
59 * ldgram.y: move spurious semicolon
60 * ldexp.h: fix prototype
61
82d1666a
RP
62Thu May 7 17:01:12 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
63
64 * ld.texinfo: references to linker now say "ld" not "gld".
65
32846f9c
SC
66Wed May 6 13:26:19 1992 Steve Chamberlain (sac@thepub.cygnus.com)
67
68 changed calling convention for Q_enter_global_ref
69 * ldexp.c, ldlang.c, ldmain.c: reflect this
70 * ldver.c: bump version to 1.97.1
71 * ldindr.c (add_indirect): when an edict declaring an indirect
72 symbol is found, make sure that any ideas about the symbol being
73 common are changed if it now known to be defined.
74 * ldmain.c (linear_library): complain once if archive isn't
75 ranlibbed.
76 * ldlang.h, ldlang.c: make room for and initialize the complain
77 once field.
78
bf3acf44
RP
79Wed May 6 11:07:35 1992 K. Richard Pixley (rich@rtl.cygnus.com)
80
81 * Makefile.in: use flex & bison from ../ if they exist.
82
9c99a57e
SC
83Tue May 5 17:47:33 1992 Steve Chamberlain (sac@thepub.cygnus.com)
84
85 * relax.c (build_it): don't allocate space in the output file for
86 stuff if -R flag applys to it.
7153b2ff
SC
87 * ldfile.c: merge in VMS filename support
88 * ldmain.c (main): take out ./ from library path, and close file
89 before unlinking. Make multiple defs of a symbol create an
90 unexecable file.
91 * ldmisc.c: fatal errosrs delete output file
9c99a57e 92
98377f31
PB
93Tue May 5 14:05:05 1992 Per Bothner (bothner@rtl.cygnus.com)
94
95 * ldver.c: Increase version number to 1.97, for consistency
96 with ../binutils.
97
3f350eda
RP
98Tue May 5 12:12:24 1992 K. Richard Pixley (rich@cygnus.com)
99
813da1a5
RP
100 * Makefile.in: FLEX -> LEX.
101
3f350eda
RP
102 * ld.texinfo: {} -> @{@}.
103
e0047d49
RP
104Mon May 4 17:52:41 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
105
106 * ld.texinfo: describe alternate, MRI-compatible linker scripts
107 (and associated change in -c option, now used for these scripts)
108
bfbdc80f
SC
109Mon May 4 16:10:10 1992 Steve Chamberlain (sac@thepub.cygnus.com)
110
111 * ldver.c: Bumped version to 1.96 - new release, resync with the
112 bfd too #.
113 * ldexp.c, ldlang.c: now build memory shape tree in obstacks
114 rather than with raw malloc, makes it easier to track where memory
115 is going.
116 * ldsym.h, ldsym.c: create obstack for all global symbols too.
117 * ldwrite.c (ldwrite): moved malloc so only used when needed.
118 * sa29200-sc.sh: added support for .lit, data1 and data2 sections.
119
120
d3451fe8
RP
121Fri May 1 18:17:52 1992 K. Richard Pixley (rich@cygnus.com)
122
123 * config/sparc.mh: use ../gcc/libgcc.a on check if it exists.
124
125 * Makefile.in: use bootstrap for check.
126
dc4726c2
SC
127Fri May 1 13:03:41 1992 Steve Chamberlain (sac@thepub.cygnus.com)
128
e14a43bf
SC
129 * ldgram.y, ldlex.c, mri.c: added more compatible words; BASE, ALIAS and
130 PUBLIC.
131 * Makefile.in: now use flex, not lex
dc4726c2
SC
132 * ldlex.l, ldlang.c, ldctor.c: lint
133
ee0c4cf7
SC
134Wed Apr 22 12:48:42 1992 Steve Chamberlain (sac@thepub.cygnus.com)
135
136 * ldlex.l: added CMDFILENAMECHAR state so that you can lex
137 different sorts of filenames on the command line than in a script.
138
77b19d3d
RP
139Mon Apr 20 22:37:04 1992 K. Richard Pixley (rich@rtl.cygnus.com)
140
141 * Makefile.in: rework CFLAGS so that they can be passed on the
142 make command line. Remove MINUS_G. Default CFLAGS to -g.
143
119afd7b
RP
144Fri Apr 17 08:57:17 1992 Steve Chamberlain (sac@thepub.cygnus.com)
145
146 * relax.c: added handling for new "padding" seclet type, used to
147 fill out gaps between section.
148 * ldgram.y, ldlex.l: now -defsym on the command line is done
149 properly.
150
151Wed Apr 15 21:20:07 1992 K. Richard Pixley (rich@rtl.cygnus.com)
152
153 * Makefile.in: the tooldir copy of ld goes directly in tooldir.
154
2e38b71d
SC
155Wed Apr 15 16:09:33 1992 Steve Chamberlain (sac@thepub.cygnus.com)
156
157 * mri.c, ldgram.y, ldlex.l: added support for minimal strange link
158 scripts.
159
1900f884
KR
160Thu Apr 9 05:52:02 1992 Ken Raeburn (Raeburn@Cygnus.COM)
161
162 * Makefile.in (install): Install second copy in $(tooldir)/bin
163 without $(program_prefix), since that's what gcc expects.
164
9d1fe8a4
SC
165Sat Apr 4 17:44:06 1992 Steve Chamberlain (sac@thepub.cygnus.com)
166
167 * ldlex.l, ldgram.y, ldlex.h: Rewrote lexer. Now it's much nicer.
168 * h8300*: fix bit rot and add support for h8300xray target
169 * go32.sh: target emulation for go32.
170
9d1fe8a4
SC
171Mon Mar 16 14:53:29 1992 Steve Chamberlain (sac@rtl.cygnus.com)
172
173 * gld960.em, i960.sc-sh. Fix i960 bit rot
174
f0280cd2
RP
175Fri Mar 13 19:47:22 1992 K. Richard Pixley (rich@cygnus.com)
176
177 * Makefile.in: install man page.
178
12fa72d4
SC
179Fri Mar 13 08:23:59 1992 Steve Chamberlain (sac@thepub.cygnus.com)
180
181 * config/mt-<foo> renamed to <foo>.mt
182 * config/mh-<foo> renamed to <foo>.mt
183 * configure.in changed to reflect this
184 * genscripts.sh now make .xbn files rather than .xN files
185
186Sat Mar 7 03:40:40 1992 K. Richard Pixley (rich@cygnus.com)
187
188 * ldver.h: fix decl of ldversion.
189
190Fri Mar 6 22:00:35 1992 K. Richard Pixley (rich@cygnus.com)
191
192 * Makefile.in: added check target.
193
fe563ffe
SC
194Fri Mar 6 06:59:04 1992 Steve Chamberlain (sac@thepub.cygnus.com)
195
196 * ldmain.c (Q_enter_file_symbols): now aliases work again
197
12fa72d4
SC
198Thu Mar 5 21:39:29 1992 K. Richard Pixley (rich@cygnus.com)
199
200 * Makefile.in: added clean-info target.
201
fe563ffe
SC
202Thu Mar 5 16:55:56 1992 Steve Chamberlain (sac@thepub.cygnus.com)
203
204 * ldexp.c (exp_print_tree): don't try and follow null pointers
205 around.
206 * ldgram.y: remove 11 shift reduce errors
d2861901 207
12fa72d4
SC
208Tue Mar 3 15:46:39 1992 K. Richard Pixley (rich@rtl.cygnus.com)
209
210 * Makefile.in: added tooldir and program_prefix.
211
fe563ffe
SC
212Fri Feb 28 08:17:45 1992 Steve Chamberlain (sac at thepub.cygnus.com)
213
214 * ldlang.c (size_input_section): don't move absolute sections
215 around!
216
217
218Thu Feb 27 09:20:41 1992 Steve Chamberlain (sac at thepub.cygnus.com)
219
d2861901
SC
220 * cplus-dem.c: yet another copy of this - maybe it should go into
221 libiberty ?
222 * ldgram.y: now -V and -v have different actions
223 * ldver.c: if -V, prints list of emulations compiled in
224 * ldmisc.c: support for cplus demangling
225
226
12fa72d4
SC
227Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
228
229 * Makefile.in, configure.in: removed traces of namesubdir,
230 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
231 copyrights to '92, changed some from Cygnus to FSF.
232
d2861901
SC
233Thu Feb 20 17:43:46 1992 Per Bothner (bothner at cygnus.com)
234
235 * Makefile.in: Change mkscript rule into one for ./mkscript
236 (for the sake of makes that don't realize they're the same).
237 * PORTING: Add more details.
238 * genscripts.sh: Add more tailorability of DATA_ALIGNMENT.
239
1584d069
PB
240Mon Feb 17 12:04:36 1992 Per Bothner (bothner at cygnus.com)
241
242 * Makefile.in, and new files hp300bsd.sh, config/mh-hp300bsd,
243 config/mt-hp300bsd: New port to hp300 running BSD.
244
7e5c1057
PB
245Sat Feb 15 13:59:54 1992 Per Bothner (bothner at cygnus.com)
246
247 Major rewrite of how ld is configured. The major idea
248 is to use shell scripts to generate everything.
249 * generic.em replaces ldtemplate.
250 * Other *.em files replace various *.c files.
251 A *.em file is a shell script that generates the corresponding
252 ld__*.c file that implements an emulation. This is usually
253 a straight 'cat' of a here-document, possibly with substitutions.
254 * Script files (*.sc) are places by *.sc-sh scripts.
255 Again, these are simple shell scripts that 'cat'
256 here-documents, usually with some substitutions.
257 The output a *.sc-sh is a script file.
258 * Each emulation is defined by a short shell script with
259 extension *.sh that specifies the emulation-specific
260 parameters (such as the name of the *.sh-sc and *.em
261 files to use).
262 * genscript.sh is the master shell script used to generate
263 an emulation. It is passed various argument, including
264 the name a the emulation-speciic *.sh file that it
265 "sources" to set variables to emulation-specifc parameters.
266 * config/mt-foo: Changed EMUL=GLDFOO_EMULATION_NAME
267 to EMUL=foo. (The GLDFOO_EMULATION_NAMEs have bee removed.)
268 * config/mh-foo: Rename LDEMULATION names as appropriate
269 (usually 'gldfoo' -> plain 'foo').
270 * ldwrite.c: Fixed a typo in a comment.
271 * Makefile.in: Major changes. Removed some the sed
272 magic to converts scripts, since that is now handled
273 by genscripts.sh and the *.sc-sh scipt generators.
274 * config.h: Remove a bunch of macros defining emulations
275 and targets. This becomes one less file to edit when
276 adding emulations or targets.
277 * ldemul.h (struct ld_emulation_xfer_struct): Add
278 emulation_name and target_name fields.
279 * ldemul.c, ldemul.h: Define some default functions used
280 by most emulations (and remove from the *.em scripts).
281 * ldemul.c (ldemul_choose_target): Search the new
282 ld_emulations array using a loop (instead of a hardwired
283 nested if statement).
284 Define the ld_emulation from the automatically-geenrated
285 ldemul-list.h. This means you no longer have to edit ldemul.c
286 to add a new emulation.
287 * ldmain.c: Replace {GLD,LNK}960_EMULATION_NAME by
288 their expansions, since the former no longer exist.
289 * PORTING: A very rough first draft of a porting guide.
290
291 * ldgram.y, ldlex.l, lexsup.c: Changes to allow an assignment
292 to be terminated by a new-line (instead of requiring a semicolon).
293
294Mon Feb 10 16:21:02 1992 Steve Chamberlain (sac at rtl.cygnus.com)
295
296 * ldexp.c, ldlang.c: added new idea "abs_output_section", removes
297 tests for NULL pointers all over the place.
298 * ldlang.c (lang_process): remember to relocate global symbols
299 *after* relaxing has done it stuff.
300
301Thu Feb 6 11:40:15 1992 Steve Chamberlain (sac at rtl.cygnus.com)
302
303 * config/mt-coff-h8300: use EMUL like everything else
304 * ldlang.c: (print_padding_statement): print the right address.
305 * Makefile.in, config.h, ldemul.c: renamed h8300hds to h8300hms
306
307
aa34a7c3
SC
308Tue Feb 4 15:28:01 1992 Steve Chamberlain (sac at rtl.cygnus.com)
309
310 * ldlex.l: Put pack -noinhibit-exec and -sort-common
311 * ldlang.c (print_data_statement): print the right address.
312
313Thu Jan 30 17:51:53 1992 Per Bothner (bothner at cygnus.com)
314
315 * Makefile.in: The rule for testing ld by re-linking itself
316 via an intermediate -r link was moved to the ld1 rule
317 instead of the ld2 rule. This allows ld2 and ld3 to be identical,
318 which allows the bootstrap rule to work.
319 * ldctor.c (find_constructors): Don't create a constructor
320 list if it is already defined (as would happen if ld is
321 invoked by collect).
322
cbbdbb9f
SC
323Wed Jan 29 08:35:39 1992 Steve Chamberlain (sac at rtl.cygnus.com)
324
325 * config/mh-sparc.h: now uses libgcc.a
326 * ldmain.c: quit using exit
327 * *sc: use *(COMMON) rather than [COMMON]
328 * ldlex.l, lexsup.c: much thinking moved from .l and put into .c,
329 to allow preprocessing of .l file.
330 * Makefile.in: New ldlex.l mangling
331 * ldexp.c (fold_binary): perform expressions with % and / in
332 integer.
333 * ldfile.c (open_a): open archives on VMS in a special way
334
335
870f54b2
SC
336Tue Jan 28 10:18:16 1992 Steve Chamberlain (sac at rtl.cygnus.com)
337
338 * ldgram.y: map -M behave in the same way as -Map (sets file name
339 to be "-".
340 * ldsym.c, ldlang.c: remember that size of a section is dependent on
341 whether or not relaxing has been done.
342 * ldmain.c: don't open a map file if it doesn't have a name
343 * relax.c: all the brains have moved into bfd.
344 * ldwrite.c: ammend comment
345
2e2bf962
SC
346Fri Jan 24 14:23:46 1992 Steve Chamberlain (sac at rtl.cygnus.com)
347
348 * Makefile.in: added relax, also made three stage go through a
349 partial link stage.
350 * relax.c : added
351 * config.h: if GNU960 defined, then default emulation mode is
352 GLD960
353 * ldexp.h, ldexp.c: map to file hooks
354 * ldlang.c: map to file hooks
355 * ldgram.y: added -Map -relax
356 * ldlex.l: added -relax, -Map
357 * ldmain.c: open map file
358 * ldmisc.c: support for map file
359 * ldwrite.c: new relax magic
360
361Thu Dec 19 18:49:51 1991 John Gilmore (gnu at cygnus.com)
362
363 * Makefile.in, config/tm-*.h: Clean up make output, only
364 pass DEFAULT_EMULATION to ldmain.c.
365
366Wed Dec 18 15:02:47 1991 Per Bothner (bothner at cygnus.com)
367
368 * ldver.c: Bump to version 1.94.
369
370Tue Dec 10 04:07:23 1991 K. Richard Pixley (rich at rtl.cygnus.com)
371
372 * Makefile.in: infodir belongs in datadir.
373
e06ba18d
PB
374Mon Dec 9 16:26:43 1991 Per Bothner (bothner at cygnus.com)
375
376 * Makefile.in: Pass -y to bison. (Again;
377 accidentally deleted by Rich.)
378 * news.sc, ldgld68k.sc: Define __end as well as _end.
379
380Sat Dec 7 17:19:26 1991 Steve Chamberlain (sac at rtl.cygnus.com)
381
382 * ldindr.h: added to contain prototypes of ldindr.c
383 * ldfile.c: include ctype.h
384 * ldmain.c: include the requried prototype headers
385 * ldwrite.c: get_reloc_upper_bound has been renamed
386 bfd_get_reloc_upper_bound
387
818a192a
RP
388Fri Dec 6 23:29:26 1991 K. Richard Pixley (rich at rtl.cygnus.com)
389
390 * Makefile.in: punt "fundamental" mode because it breaks my emacs
391 macros. install using INSTALL_PROGRAM and INSTALL_DATA. remove
392 spaces following hyphens, bsd make can't cope. added
393 standards.text support and made it look like all the other
394 makefiles.
395
396 * configure.in: configure now runs entirely in objdir so make file
397 existence checks against ${srcdir}. Mark this directory as
398 target dependent.
399
400Thu Dec 5 22:46:16 1991 K. Richard Pixley (rich at rtl.cygnus.com)
401
402 * Makefile.in: idestdir and ddestdir go away. Added copyrights
403 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
404 and mandir now keyed off datadir by default.
405
406Wed Dec 4 23:36:55 1991 Per Bothner (bothner at cygnus.com)
407
408 * ldver.c: Bumped version to 1.93.
409 * Makefile.in: Pass -y to bison.
410
411Mon Nov 25 18:28:40 1991 Steve Chamberlain (sac at cygnus.com)
412
413 * config.h: h8 is now coff, not ieee
414 * h8300hds.sc: reflect the same
415
416Thu Nov 14 19:55:09 1991 Per Bothner (bothner at cygnus.com)
417
418 * ldver.c (ldversion()): Update to 1.92.
419 * ldctor.c: There are two places constructor sets
420 can be defined. One of them checked for an existing
421 duplicate, the other didn't. Unfortunately, the latter
422 was called after the former ...
423 So, factor out code for inserting a new element into
424 constructor_name_list (after checking for a duplicate)
425 into a new function add_constructor_name, and call
426 it from both aforementioned places (ldlang_add_constructor
427 and ldlang_check_for_constructors).
428
429Wed Nov 13 15:17:43 1991 Per Bothner (bothner at cygnus.com)
430
431 * Makefile.in: Rename .c files generated from ldtemplate
432 to have names starting with ld__. This helps 'make clean'.
433
092df318
SC
434Tue Nov 12 18:36:50 1991 Steve Chamberlain (sac at cygnus.com)
435
436 * Makefile.in: Take out the version number for install
437 * m88kbcs.sc: put in contructor blocks.
438
1c9e4b15
PB
439Mon Nov 11 18:47:33 1991 Per Bothner (bothner at cygnus.com)
440
441 * ldmisc.c, ldmisc.h: Re-write info() to take a filename
442 parameter, a format, and an arg pointer, and rename it to
443 vfinfo(). Write info() in terms of new vfinfo().
444 New einfo() is the same as info(), except it writes to stderr.
445 * ldemul.c, ldexp.c, ldlang.c, ldlnk960.c, ldmain.c, ldwrite.c,
446 ldmisc.c: Replace "error" calls to info() by new einfo().
447
550e87b5
SC
448Mon Nov 11 09:57:32 1991 Steve Chamberlain (steve at cygnus.com)
449
450 * ldlex.l ldgram.y: made -V option do same as -v
451 * Makefile.in: Added $(MINUS_G) flag so debugging can be
452 turned off
453
454Sun Nov 3 16:37:37 1991 Steve Chamberlain (steve at cygnus.com)
455 i386 aout changes from Bob Kukura
456 * Makefile.in, config.h: added i386aout support
457 * configure.in: fixed /h-{myhost} typo
458 * ldgram.y: -MM now gives more boring map.
459 * ldlang.c: now does D_PAGED flag the right way.
460 * ldsym.c: -MM flags does the right thing.
461
aeedc30e
PB
462Sun Nov 3 15:00:03 1991 Per Bothner (bothner at cygnus.com)
463
464 * configure.in: Fixed typo. Also, a fix for hp300bsd.
465 * ldlang.c (init_os): Compensate for BFD change,
466 where bfd_make_section now returns NULL for a duplicate
467 section request, instead of the old section.
468
469Thu Oct 17 15:27:13 1991 Per Bothner (bothner at cygnus.com)
470
471 * ldver.c: Bump to version 1.91 (consistent with binutils).
472
2d1a2445
PB
473Wed Oct 16 12:27:08 1991 Per Bothner (bothner at cygnus.com)
474
475 * Makefile.in, config.h, ld.h, ldemul.c, ldexp.c, ldexp.h,
476 ldgram.y, ldlex.l, ldlnk960.c, ldmain.c, ldmisc.c, ldmisc.h,
477 ldsym.c, ldsym.h, ldtemplate, ldvanilla.c, ldver.c, ldver.h,
3410447c 478 ldwarn.c, ldwarn.h, ldwrite.c, ldwrite.h, mkscript.c:
2d1a2445
PB
479 Add or update copyright notices.
480
481Mon Oct 14 23:55:27 1991 Per Bothner (bothner at cygnus.com)
482
483 * README: New file.
484 * Makefile.in: Changed installation directory name scheme
485 to be consistent with gcc. Also changed 'install'.
486
954ac2ea
RP
487Mon Oct 14 17:30:02 1991 Roland H. Pesch (pesch at cygnus.com)
488
489 * Makefile.in: new targets ld.mm, ld.me
490
972e7b4b
PB
491Mon Oct 14 17:27:24 1991 Per Bothner (bothner at cygnus.com)
492
493 * Makefile.in, ldtemplate: Need to use separate scripts
494 for -n and -N options. Yet more complication.
495
33ce0085
JG
496Fri Oct 11 22:40:46 1991 John Gilmore (gnu at cygnus.com)
497
498 * Makefile.in: Avoid using $< in explicit Make rules (it doesn't
499 work). Add some lines to avoid Sun Make VPATH bugs.
500
b7e24eef
PB
501Fri Oct 11 16:42:22 1991 Per Bothner (bothner at cygnus.com)
502
503 * news.sc: Add alignment for data segment.
504 * ldtemplate: Add (yet another) script to get for -n or -N
505 options. (These need different alignment than ZMAGIC files.)
506 * Makefile.in: Add stuff for new foo.xn scripts.
507 These are generated by replacing "ALIGN(0x...00)" by ".".
508
b55e0948
RP
509Fri Oct 11 15:43:04 1991 Roland H. Pesch (pesch at cygnus.com)
510
511 * Makefile.in: new targets ld.ms, ld-index.ms
512 ld.texinfo: remove tabs, other cleanups for texi2roff
513
6719c75b
PB
514Fri Oct 11 13:51:54 1991 Per Bothner (bothner at cygnus.com)
515
516 * ldmain.c (main): Make config.magic_demand_paged be true
517 by default. Don't the WP_TEXT and D_PAGED flags of
518 output_bfd here; it's too late, so set it when output_bfd
519 is created (in ldlang.c). Also fix setting of EXEC_P flag
520 * ldlang.c (ldlang_open_output): Set output_bfd->flags here.
521 * ldlang.c: Remove some duplicate extern declarations.
522 * ldgram.y: Fixes to -N and -n options.
523 * Makefile.in: Recognize upper case letters in sed script
524 to remove assignments from script files.
525 * ldtemplate: Don't assukme that -N or -n options
526 imply use of -r script.
527 * mkscript.c: Tweaking to correctly handle \n and \\ in input.
528
8e10cea1
SC
529Fri Oct 11 10:29:27 1991 Steve Chamberlain (steve at cygnus.com)
530
531 * ldtemplate: include bfd.h before sysdep.h.
532
1f8fc34f
JG
533Fri Oct 11 04:24:45 1991 John Gilmore (gnu at cygnus.com)
534
535 Restructure configuration scheme for bfd, binutils, ld.
536
537 * include/sys/h-*.h: Move to bfd/hosts/h-*.h.
538 * configure.in: Revise to symlink sysdep.h to ../bfd/hosts/h-xxx.h.
539 Change some config names to match other dirs.
540 * *.c: Include bfd.h before sysdep.h, so ansidecl and PROTO()
541 get defined first.
542 * config/: Rename some config files to match up h-*.h names.
543 Remove all the HOST_SYS definitions from the config files.
544
545Tue Oct 8 16:00:57 1991 Per Bothner (bothner at cygnus.com)
546
547 * ldexp.h, ldlang.h: Change enum boolean -> enum bfd_boolean.
548 * ldtemplate: Remove ldfile_add_library_path calls;
549 just use the SEARCH_DIR commands in the script files.
550 * Makefile.in: Add LIB_PATH macro, which if set is used to replace
551 the SEARCH_DIR commands in the scripts (using ugly sed magic).
552 This is primarily intended for cross-linking, where you would
553 place libaries in a different place than native libraries.
554 Also, emulations made from ldtemplate now use $(srcdir).
555 * ldglda29k.sc: Change SEARCH_DIR commands to a conventional
556 form; people can use the Makefile's LIB_PATH to override.
557
8d317d2a
RP
558Tue Oct 8 14:51:21 1991 Roland H. Pesch (pesch at cygnus.com)
559
560 * Makefile.in: fix target ld.dvi, add target ld.info
561 ld.texinfo: make info filename ld.info
562
558175fb
JG
563Fri Oct 4 21:51:58 1991 John Gilmore (gnu at cygnus.com)
564
565 * Makefile.in: Avoid using $< in non-suffix rules (breaks on Sun
566 Make).
567 * ldfile.c, ldlang.c, ldmain.c, ldwrite.c: Cope with renames of a
568 few BFD types & enums.
569
This page took 0.068267 seconds and 4 git commands to generate.