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