* configure.in: Fixed typo. Also, a fix for hp300bsd.
[binutils-gdb.git] / ld / ChangeLog
1 Sun Nov 3 15:00:03 1991 Per Bothner (bothner at cygnus.com)
2
3 * configure.in: Fixed typo. Also, a fix for hp300bsd.
4 * ldlang.c (init_os): Compensate for BFD change,
5 where bfd_make_section now returns NULL for a duplicate
6 section request, instead of the old section.
7
8 Thu Oct 17 15:27:13 1991 Per Bothner (bothner at cygnus.com)
9
10 * ldver.c: Bump to version 1.91 (consistent with binutils).
11
12 Wed Oct 16 12:27:08 1991 Per Bothner (bothner at cygnus.com)
13
14 * Makefile.in, config.h, ld.h, ldemul.c, ldexp.c, ldexp.h,
15 ldgram.y, ldlex.l, ldlnk960.c, ldmain.c, ldmisc.c, ldmisc.h,
16 ldsym.c, ldsym.h, ldtemplate, ldvanilla.c, ldver.c, ldver.h,
17 ldwarn.c, ldwarn.h, ldwrite.c, ldwrite.h, mkscript.c:
18 Add or update copyright notices.
19
20 Mon Oct 14 23:55:27 1991 Per Bothner (bothner at cygnus.com)
21
22 * README: New file.
23 * Makefile.in: Changed installation directory name scheme
24 to be consistent with gcc. Also changed 'install'.
25
26 Mon Oct 14 17:30:02 1991 Roland H. Pesch (pesch at cygnus.com)
27
28 * Makefile.in: new targets ld.mm, ld.me
29
30 Mon Oct 14 17:27:24 1991 Per Bothner (bothner at cygnus.com)
31
32 * Makefile.in, ldtemplate: Need to use separate scripts
33 for -n and -N options. Yet more complication.
34
35 Fri Oct 11 22:40:46 1991 John Gilmore (gnu at cygnus.com)
36
37 * Makefile.in: Avoid using $< in explicit Make rules (it doesn't
38 work). Add some lines to avoid Sun Make VPATH bugs.
39
40 Fri Oct 11 16:42:22 1991 Per Bothner (bothner at cygnus.com)
41
42 * news.sc: Add alignment for data segment.
43 * ldtemplate: Add (yet another) script to get for -n or -N
44 options. (These need different alignment than ZMAGIC files.)
45 * Makefile.in: Add stuff for new foo.xn scripts.
46 These are generated by replacing "ALIGN(0x...00)" by ".".
47
48 Fri Oct 11 15:43:04 1991 Roland H. Pesch (pesch at cygnus.com)
49
50 * Makefile.in: new targets ld.ms, ld-index.ms
51 ld.texinfo: remove tabs, other cleanups for texi2roff
52
53 Fri Oct 11 13:51:54 1991 Per Bothner (bothner at cygnus.com)
54
55 * ldmain.c (main): Make config.magic_demand_paged be true
56 by default. Don't the WP_TEXT and D_PAGED flags of
57 output_bfd here; it's too late, so set it when output_bfd
58 is created (in ldlang.c). Also fix setting of EXEC_P flag
59 * ldlang.c (ldlang_open_output): Set output_bfd->flags here.
60 * ldlang.c: Remove some duplicate extern declarations.
61 * ldgram.y: Fixes to -N and -n options.
62 * Makefile.in: Recognize upper case letters in sed script
63 to remove assignments from script files.
64 * ldtemplate: Don't assukme that -N or -n options
65 imply use of -r script.
66 * mkscript.c: Tweaking to correctly handle \n and \\ in input.
67
68 Fri Oct 11 10:29:27 1991 Steve Chamberlain (steve at cygnus.com)
69
70 * ldtemplate: include bfd.h before sysdep.h.
71
72 Fri Oct 11 04:24:45 1991 John Gilmore (gnu at cygnus.com)
73
74 Restructure configuration scheme for bfd, binutils, ld.
75
76 * include/sys/h-*.h: Move to bfd/hosts/h-*.h.
77 * configure.in: Revise to symlink sysdep.h to ../bfd/hosts/h-xxx.h.
78 Change some config names to match other dirs.
79 * *.c: Include bfd.h before sysdep.h, so ansidecl and PROTO()
80 get defined first.
81 * config/: Rename some config files to match up h-*.h names.
82 Remove all the HOST_SYS definitions from the config files.
83
84 Tue Oct 8 16:00:57 1991 Per Bothner (bothner at cygnus.com)
85
86 * ldexp.h, ldlang.h: Change enum boolean -> enum bfd_boolean.
87 * ldtemplate: Remove ldfile_add_library_path calls;
88 just use the SEARCH_DIR commands in the script files.
89 * Makefile.in: Add LIB_PATH macro, which if set is used to replace
90 the SEARCH_DIR commands in the scripts (using ugly sed magic).
91 This is primarily intended for cross-linking, where you would
92 place libaries in a different place than native libraries.
93 Also, emulations made from ldtemplate now use $(srcdir).
94 * ldglda29k.sc: Change SEARCH_DIR commands to a conventional
95 form; people can use the Makefile's LIB_PATH to override.
96
97 Tue Oct 8 14:51:21 1991 Roland H. Pesch (pesch at cygnus.com)
98
99 * Makefile.in: fix target ld.dvi, add target ld.info
100 ld.texinfo: make info filename ld.info
101
102 Fri Oct 4 21:51:58 1991 John Gilmore (gnu at cygnus.com)
103
104 * Makefile.in: Avoid using $< in non-suffix rules (breaks on Sun
105 Make).
106 * ldfile.c, ldlang.c, ldmain.c, ldwrite.c: Cope with renames of a
107 few BFD types & enums.
108