* Makefile.in: added relax, also made three stage go through a
[deliverable/binutils-gdb.git] / ld / ChangeLog
1 Fri Jan 24 14:23:46 1992 Steve Chamberlain (sac at rtl.cygnus.com)
2
3 * Makefile.in: added relax, also made three stage go through a
4 partial link stage.
5 * relax.c : added
6 * config.h: if GNU960 defined, then default emulation mode is
7 GLD960
8 * ldexp.h, ldexp.c: map to file hooks
9 * ldlang.c: map to file hooks
10 * ldgram.y: added -Map -relax
11 * ldlex.l: added -relax, -Map
12 * ldmain.c: open map file
13 * ldmisc.c: support for map file
14 * ldwrite.c: new relax magic
15
16 Thu Dec 19 18:49:51 1991 John Gilmore (gnu at cygnus.com)
17
18 * Makefile.in, config/tm-*.h: Clean up make output, only
19 pass DEFAULT_EMULATION to ldmain.c.
20
21 Wed Dec 18 15:02:47 1991 Per Bothner (bothner at cygnus.com)
22
23 * ldver.c: Bump to version 1.94.
24
25 Tue Dec 10 04:07:23 1991 K. Richard Pixley (rich at rtl.cygnus.com)
26
27 * Makefile.in: infodir belongs in datadir.
28
29 Mon Dec 9 16:26:43 1991 Per Bothner (bothner at cygnus.com)
30
31 * Makefile.in: Pass -y to bison. (Again;
32 accidentally deleted by Rich.)
33 * news.sc, ldgld68k.sc: Define __end as well as _end.
34
35 Sat Dec 7 17:19:26 1991 Steve Chamberlain (sac at rtl.cygnus.com)
36
37 * ldindr.h: added to contain prototypes of ldindr.c
38 * ldfile.c: include ctype.h
39 * ldmain.c: include the requried prototype headers
40 * ldwrite.c: get_reloc_upper_bound has been renamed
41 bfd_get_reloc_upper_bound
42
43 Fri Dec 6 23:29:26 1991 K. Richard Pixley (rich at rtl.cygnus.com)
44
45 * Makefile.in: punt "fundamental" mode because it breaks my emacs
46 macros. install using INSTALL_PROGRAM and INSTALL_DATA. remove
47 spaces following hyphens, bsd make can't cope. added
48 standards.text support and made it look like all the other
49 makefiles.
50
51 * configure.in: configure now runs entirely in objdir so make file
52 existence checks against ${srcdir}. Mark this directory as
53 target dependent.
54
55 Thu Dec 5 22:46:16 1991 K. Richard Pixley (rich at rtl.cygnus.com)
56
57 * Makefile.in: idestdir and ddestdir go away. Added copyrights
58 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
59 and mandir now keyed off datadir by default.
60
61 Wed Dec 4 23:36:55 1991 Per Bothner (bothner at cygnus.com)
62
63 * ldver.c: Bumped version to 1.93.
64 * Makefile.in: Pass -y to bison.
65
66 Mon Nov 25 18:28:40 1991 Steve Chamberlain (sac at cygnus.com)
67
68 * config.h: h8 is now coff, not ieee
69 * h8300hds.sc: reflect the same
70
71 Thu Nov 14 19:55:09 1991 Per Bothner (bothner at cygnus.com)
72
73 * ldver.c (ldversion()): Update to 1.92.
74 * ldctor.c: There are two places constructor sets
75 can be defined. One of them checked for an existing
76 duplicate, the other didn't. Unfortunately, the latter
77 was called after the former ...
78 So, factor out code for inserting a new element into
79 constructor_name_list (after checking for a duplicate)
80 into a new function add_constructor_name, and call
81 it from both aforementioned places (ldlang_add_constructor
82 and ldlang_check_for_constructors).
83
84 Wed Nov 13 15:17:43 1991 Per Bothner (bothner at cygnus.com)
85
86 * Makefile.in: Rename .c files generated from ldtemplate
87 to have names starting with ld__. This helps 'make clean'.
88
89 Tue Nov 12 18:36:50 1991 Steve Chamberlain (sac at cygnus.com)
90
91 * Makefile.in: Take out the version number for install
92 * m88kbcs.sc: put in contructor blocks.
93
94 Mon Nov 11 18:47:33 1991 Per Bothner (bothner at cygnus.com)
95
96 * ldmisc.c, ldmisc.h: Re-write info() to take a filename
97 parameter, a format, and an arg pointer, and rename it to
98 vfinfo(). Write info() in terms of new vfinfo().
99 New einfo() is the same as info(), except it writes to stderr.
100 * ldemul.c, ldexp.c, ldlang.c, ldlnk960.c, ldmain.c, ldwrite.c,
101 ldmisc.c: Replace "error" calls to info() by new einfo().
102
103 Mon Nov 11 09:57:32 1991 Steve Chamberlain (steve at cygnus.com)
104
105 * ldlex.l ldgram.y: made -V option do same as -v
106 * Makefile.in: Added $(MINUS_G) flag so debugging can be
107 turned off
108
109 Sun Nov 3 16:37:37 1991 Steve Chamberlain (steve at cygnus.com)
110 i386 aout changes from Bob Kukura
111 * Makefile.in, config.h: added i386aout support
112 * configure.in: fixed /h-{myhost} typo
113 * ldgram.y: -MM now gives more boring map.
114 * ldlang.c: now does D_PAGED flag the right way.
115 * ldsym.c: -MM flags does the right thing.
116
117 Sun Nov 3 15:00:03 1991 Per Bothner (bothner at cygnus.com)
118
119 * configure.in: Fixed typo. Also, a fix for hp300bsd.
120 * ldlang.c (init_os): Compensate for BFD change,
121 where bfd_make_section now returns NULL for a duplicate
122 section request, instead of the old section.
123
124 Thu Oct 17 15:27:13 1991 Per Bothner (bothner at cygnus.com)
125
126 * ldver.c: Bump to version 1.91 (consistent with binutils).
127
128 Wed Oct 16 12:27:08 1991 Per Bothner (bothner at cygnus.com)
129
130 * Makefile.in, config.h, ld.h, ldemul.c, ldexp.c, ldexp.h,
131 ldgram.y, ldlex.l, ldlnk960.c, ldmain.c, ldmisc.c, ldmisc.h,
132 ldsym.c, ldsym.h, ldtemplate, ldvanilla.c, ldver.c, ldver.h,
133 ldwarn.c, ldwarn.h, ldwrite.c, ldwrite.h, mkscript.c:
134 Add or update copyright notices.
135
136 Mon Oct 14 23:55:27 1991 Per Bothner (bothner at cygnus.com)
137
138 * README: New file.
139 * Makefile.in: Changed installation directory name scheme
140 to be consistent with gcc. Also changed 'install'.
141
142 Mon Oct 14 17:30:02 1991 Roland H. Pesch (pesch at cygnus.com)
143
144 * Makefile.in: new targets ld.mm, ld.me
145
146 Mon Oct 14 17:27:24 1991 Per Bothner (bothner at cygnus.com)
147
148 * Makefile.in, ldtemplate: Need to use separate scripts
149 for -n and -N options. Yet more complication.
150
151 Fri Oct 11 22:40:46 1991 John Gilmore (gnu at cygnus.com)
152
153 * Makefile.in: Avoid using $< in explicit Make rules (it doesn't
154 work). Add some lines to avoid Sun Make VPATH bugs.
155
156 Fri Oct 11 16:42:22 1991 Per Bothner (bothner at cygnus.com)
157
158 * news.sc: Add alignment for data segment.
159 * ldtemplate: Add (yet another) script to get for -n or -N
160 options. (These need different alignment than ZMAGIC files.)
161 * Makefile.in: Add stuff for new foo.xn scripts.
162 These are generated by replacing "ALIGN(0x...00)" by ".".
163
164 Fri Oct 11 15:43:04 1991 Roland H. Pesch (pesch at cygnus.com)
165
166 * Makefile.in: new targets ld.ms, ld-index.ms
167 ld.texinfo: remove tabs, other cleanups for texi2roff
168
169 Fri Oct 11 13:51:54 1991 Per Bothner (bothner at cygnus.com)
170
171 * ldmain.c (main): Make config.magic_demand_paged be true
172 by default. Don't the WP_TEXT and D_PAGED flags of
173 output_bfd here; it's too late, so set it when output_bfd
174 is created (in ldlang.c). Also fix setting of EXEC_P flag
175 * ldlang.c (ldlang_open_output): Set output_bfd->flags here.
176 * ldlang.c: Remove some duplicate extern declarations.
177 * ldgram.y: Fixes to -N and -n options.
178 * Makefile.in: Recognize upper case letters in sed script
179 to remove assignments from script files.
180 * ldtemplate: Don't assukme that -N or -n options
181 imply use of -r script.
182 * mkscript.c: Tweaking to correctly handle \n and \\ in input.
183
184 Fri Oct 11 10:29:27 1991 Steve Chamberlain (steve at cygnus.com)
185
186 * ldtemplate: include bfd.h before sysdep.h.
187
188 Fri Oct 11 04:24:45 1991 John Gilmore (gnu at cygnus.com)
189
190 Restructure configuration scheme for bfd, binutils, ld.
191
192 * include/sys/h-*.h: Move to bfd/hosts/h-*.h.
193 * configure.in: Revise to symlink sysdep.h to ../bfd/hosts/h-xxx.h.
194 Change some config names to match other dirs.
195 * *.c: Include bfd.h before sysdep.h, so ansidecl and PROTO()
196 get defined first.
197 * config/: Rename some config files to match up h-*.h names.
198 Remove all the HOST_SYS definitions from the config files.
199
200 Tue Oct 8 16:00:57 1991 Per Bothner (bothner at cygnus.com)
201
202 * ldexp.h, ldlang.h: Change enum boolean -> enum bfd_boolean.
203 * ldtemplate: Remove ldfile_add_library_path calls;
204 just use the SEARCH_DIR commands in the script files.
205 * Makefile.in: Add LIB_PATH macro, which if set is used to replace
206 the SEARCH_DIR commands in the scripts (using ugly sed magic).
207 This is primarily intended for cross-linking, where you would
208 place libaries in a different place than native libraries.
209 Also, emulations made from ldtemplate now use $(srcdir).
210 * ldglda29k.sc: Change SEARCH_DIR commands to a conventional
211 form; people can use the Makefile's LIB_PATH to override.
212
213 Tue Oct 8 14:51:21 1991 Roland H. Pesch (pesch at cygnus.com)
214
215 * Makefile.in: fix target ld.dvi, add target ld.info
216 ld.texinfo: make info filename ld.info
217
218 Fri Oct 4 21:51:58 1991 John Gilmore (gnu at cygnus.com)
219
220 * Makefile.in: Avoid using $< in non-suffix rules (breaks on Sun
221 Make).
222 * ldfile.c, ldlang.c, ldmain.c, ldwrite.c: Cope with renames of a
223 few BFD types & enums.
224
This page took 0.03733 seconds and 4 git commands to generate.