* aoutx.h (NAME(aout,set_section_contents)): Try to handle the
[deliverable/binutils-gdb.git] / ld / ChangeLog
CommitLineData
33ce0085
JG
1Fri Oct 11 22:40:46 1991 John Gilmore (gnu at cygnus.com)
2
3 * Makefile.in: Avoid using $< in explicit Make rules (it doesn't
4 work). Add some lines to avoid Sun Make VPATH bugs.
5
b7e24eef
PB
6Fri Oct 11 16:42:22 1991 Per Bothner (bothner at cygnus.com)
7
8 * news.sc: Add alignment for data segment.
9 * ldtemplate: Add (yet another) script to get for -n or -N
10 options. (These need different alignment than ZMAGIC files.)
11 * Makefile.in: Add stuff for new foo.xn scripts.
12 These are generated by replacing "ALIGN(0x...00)" by ".".
13
b55e0948
RP
14Fri Oct 11 15:43:04 1991 Roland H. Pesch (pesch at cygnus.com)
15
16 * Makefile.in: new targets ld.ms, ld-index.ms
17 ld.texinfo: remove tabs, other cleanups for texi2roff
18
6719c75b
PB
19Fri Oct 11 13:51:54 1991 Per Bothner (bothner at cygnus.com)
20
21 * ldmain.c (main): Make config.magic_demand_paged be true
22 by default. Don't the WP_TEXT and D_PAGED flags of
23 output_bfd here; it's too late, so set it when output_bfd
24 is created (in ldlang.c). Also fix setting of EXEC_P flag
25 * ldlang.c (ldlang_open_output): Set output_bfd->flags here.
26 * ldlang.c: Remove some duplicate extern declarations.
27 * ldgram.y: Fixes to -N and -n options.
28 * Makefile.in: Recognize upper case letters in sed script
29 to remove assignments from script files.
30 * ldtemplate: Don't assukme that -N or -n options
31 imply use of -r script.
32 * mkscript.c: Tweaking to correctly handle \n and \\ in input.
33
8e10cea1
SC
34Fri Oct 11 10:29:27 1991 Steve Chamberlain (steve at cygnus.com)
35
36 * ldtemplate: include bfd.h before sysdep.h.
37
1f8fc34f
JG
38Fri Oct 11 04:24:45 1991 John Gilmore (gnu at cygnus.com)
39
40 Restructure configuration scheme for bfd, binutils, ld.
41
42 * include/sys/h-*.h: Move to bfd/hosts/h-*.h.
43 * configure.in: Revise to symlink sysdep.h to ../bfd/hosts/h-xxx.h.
44 Change some config names to match other dirs.
45 * *.c: Include bfd.h before sysdep.h, so ansidecl and PROTO()
46 get defined first.
47 * config/: Rename some config files to match up h-*.h names.
48 Remove all the HOST_SYS definitions from the config files.
49
50Tue Oct 8 16:00:57 1991 Per Bothner (bothner at cygnus.com)
51
52 * ldexp.h, ldlang.h: Change enum boolean -> enum bfd_boolean.
53 * ldtemplate: Remove ldfile_add_library_path calls;
54 just use the SEARCH_DIR commands in the script files.
55 * Makefile.in: Add LIB_PATH macro, which if set is used to replace
56 the SEARCH_DIR commands in the scripts (using ugly sed magic).
57 This is primarily intended for cross-linking, where you would
58 place libaries in a different place than native libraries.
59 Also, emulations made from ldtemplate now use $(srcdir).
60 * ldglda29k.sc: Change SEARCH_DIR commands to a conventional
61 form; people can use the Makefile's LIB_PATH to override.
62
8d317d2a
RP
63Tue Oct 8 14:51:21 1991 Roland H. Pesch (pesch at cygnus.com)
64
65 * Makefile.in: fix target ld.dvi, add target ld.info
66 ld.texinfo: make info filename ld.info
67
558175fb
JG
68Fri Oct 4 21:51:58 1991 John Gilmore (gnu at cygnus.com)
69
70 * Makefile.in: Avoid using $< in non-suffix rules (breaks on Sun
71 Make).
72 * ldfile.c, ldlang.c, ldmain.c, ldwrite.c: Cope with renames of a
73 few BFD types & enums.
74
This page took 0.028584 seconds and 4 git commands to generate.