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