FLEX -> LEX. use bison & flex from ../ if they exist
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 Wed May 6 11:08:53 1992 K. Richard Pixley (rich@rtl.cygnus.com)
2
3 * Makefile.in: use bison & flex from ../ if they exist. Also,
4 FLEX->LEX.
5
6 * sanity.sh: remove temporary directory when finished.
7
8 Tue May 5 12:00:58 1992 Per Bothner (bothner@rtl.cygnus.com)
9
10 * Makefile.in: Bump to version 1.97.
11 * ar.c: Declare errno for machines that need it.
12
13 Mon May 4 23:29:51 1992 John Gilmore (gnu@cygnus.com)
14
15 * objdump.c (display_info): Handle error cases without coredump.
16 Close the dummy temporary file we open in the loop.
17 * Makefile.in (arsup.o): Add kludge to build with Sun Make.
18
19 Fri May 1 16:20:23 1992 K. Richard Pixley (rich@cygnus.com)
20
21 * Makefile.in: added test-install target.
22
23 * sanity.sh: new file.
24
25 * Makefile.in: use sanity test on make check.
26
27 Tue Apr 21 13:38:37 1992 K. Richard Pixley (rich@cygnus.com)
28
29 * Makefile.in: rework CFLAGS so that they can be passed on the
30 command line to make. Remove MINUS_G. Default CFLAGS to -g.
31
32 Wed Apr 15 14:33:07 1992 Steve Chamberlain (sac@thepub.cygnus.com)
33
34 * arsup.c, arsup.h, arparse.y, arlex.l: support for archive
35 scripting language.
36
37 Fri Mar 6 21:54:53 1992 K. Richard Pixley (rich@cygnus.com)
38
39 * Makefile.in: added check target.
40
41 Thu Mar 5 21:35:49 1992 K. Richard Pixley (rich@cygnus.com)
42
43 * Makefile.in: added clean-info target.
44
45 Tue Mar 3 15:36:37 1992 K. Richard Pixley (rich@rtl.cygnus.com)
46
47 * Makefile.in: remove $(COPY_PROG) from PROGS. It shouldn't be
48 installed. added tooldir and program_prefix.
49
50 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
51
52 * Makefile.in, configure.in: removed traces of namesubdir,
53 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
54 copyrights to '92, changed some from Cygnus to FSF.
55
56 Sun Feb 16 12:53:02 1992 Per Bothner (bothner at cygnus.com)
57
58 * Makefile.in: Bump version to 1.96, and remove -beta
59 suffix from distribution name.
60 * m68k-pinsn.c: New macro COERCE_SIGNED_CHAR to extract
61 the signed value of a character (even if chars are unsigned).
62 * sparc-pinsn.c: Add new operand types.
63
64 Thu Feb 6 12:14:19 1992 Steve Chamberlain (sac at rtl.cygnus.com)
65
66 * objdump.c (disassemble_data): don't print a section's contents
67 if it's not loadable (eg bss)
68
69 Tue Jan 28 11:11:06 1992 Steve Chamberlain (sac at rtl.cygnus.com)
70
71 * m68k-pinsn.c (print_insn_arg): fixed so that -ve branch
72 displacements don't get printed as large +ve ones.
73
74 Fri Jan 24 14:47:53 1992 Steve Chamberlain (sac at rtl.cygnus.com)
75
76 * copy.c, nm.c, objdump.c, size.c : changed to use the
77 new reloc scheme.
78
79
80 Mon Dec 30 18:34:41 1991 Per Bothner (bothner at cygnus.com)
81
82 * bucomm.c (print_arelt_descr): Tweek the output format
83 so that 'ar tv' output follows Posix 1003.2/D11.
84 Output is now also identical to Sun's (except __.SYMDEF).
85
86 Mon Dec 30 06:09:53 1991 John Gilmore (gnu at cygnus.com)
87
88 * Makefile.in: Make `make' output more readable.
89
90 Wed Dec 18 15:04:45 1991 Per Bothner (bothner at cygnus.com)
91
92 * Makefile.in: Bump to version 1.94.
93
94 Wed Dec 11 16:48:09 1991 Steve Chamberlain (sac at cygnus.com)
95
96 * ar.c: added "b" to fopens for dos
97 * configdj.bat, makefile.dos new files from DJ
98
99 Tue Dec 10 04:07:26 1991 K. Richard Pixley (rich at rtl.cygnus.com)
100
101 * Makefile.in: infodir belongs in datadir.
102
103 Sat Dec 7 17:09:37 1991 Steve Chamberlain (sac at rtl.cygnus.com)
104
105 * bucomm.h: created to hold prototypes of bucomm.c
106 * objdump.h: created to hold prototyes of objdump.c
107 * am29k-pinsn.c: include objdump.h
108 * ar.c: include bucomm.h, get ar.h from the right place and
109 include libbfd.h
110 * bucomm.c: defunize bfd_fatal
111 * copy.c: include bucomm.h, lint.
112 * i960-pinsn.h: include bucomm.h
113 * m68k-pinsn.h: lint
114 * nm.c: include bucomm.h, lint
115 * objdump.c: lint
116 * sparc-pinsn.c: include objdump.h
117
118
119
120 Fri Dec 6 23:02:14 1991 K. Richard Pixley (rich at rtl.cygnus.com)
121
122 * Makefile.in: added standards.text support. install using
123 INSTALL_PROGRAM and INSTALL_DATA.
124
125 * configure.in: configure now does all of it's work from objdir so
126 make file existence tests against ${srcdir}.
127
128 Thu Dec 5 22:46:22 1991 K. Richard Pixley (rich at rtl.cygnus.com)
129
130 * Makefile.in: idestdir and ddestdir go away. Added copyrights
131 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
132 and mandir now keyed off datadir by default.
133
134 Wed Dec 4 22:42:03 1991 Per Bothner (bothner at cygnus.com)
135
136 * Makefile.in: Bump to version 1.93.
137 * Makefile.in: Add make-strip.o:maybe-strip.c dependency
138 for make versions that provide half-baked VPATH-support (e.g. Sun's).
139 * size.c: Improvements suggested by
140 "david d [zoo] zuhn" <zoo@aps1.spa.umn.edu>:
141 - Don't emit (Berkeley) headers if no files were found.
142 - Return a non-zero return code on failure.
143
144 Sat Nov 30 21:34:19 1991 Steve Chamberlain (sac at rtl.cygnus.com)
145
146 Changes due to include file renaming:
147 * am29k-pinsn.c: a29k-opcode.h -> opcode/a29k.h
148 * sparc-pinsn.c: sparc-opcode.h -> opcode/sparc.h
149 * m68k-pinsn.c: m68k-opcode.h -> opcode/m68k.h
150 * nm.c: stab.gnu.h -> aout/stab_gnu.h
151
152 Tue Nov 19 19:20:43 1991 Per Bothner (bothner at cygnus.com)
153
154 * README: Mention MINIMIZE flag for bfd's make.
155
156 Mon Nov 18 12:05:37 1991 Per Bothner (bothner at cygnus.com)
157
158 * README: Various improvements.
159
160 Sun Nov 17 23:40:59 1991 Per Bothner (bothner at cygnus.com)
161
162 * Makefile.in: Bump to version 1.92.
163 * version.c, Makefile.in: Get version string from Makefile.
164 * copy.c, is-strip.c, not-strip.c, maybe-strip.c, Makefile.in:
165 Make the same change that we earlier did for ar/ranlib:
166 Generate two different binaries for strip and copy and use
167 a global variable with different values to distinguish
168 ostrip from copy. (-1 means to use argv[0] to decide,
169 so you can get the old behavior, but it is no longer the default).
170 * copy.c (copy_file): Set EXEC_P of output bfd if input is so.
171 * copy.c (main): If is_strip==-1, compare last 5 chars
172 of argv[0], not the whole path.
173 * copy.c (main): Return 0, not 1.
174 * copy.c (setup_sections): Fix due to change in bfd_make_section
175 now failing if asked for a duplicate section.
176 * strip.c, ostrip.c: Removed obsolete files.
177 * ar.c, not-ranlib.c, maybe-ranlib.c:
178 Change encoding of is_ranlib variable to be consistent
179 with is_strip for strip.copy (i.e -1 to means use argv[0]).
180
181 Thu Nov 14 20:11:02 1991 Per Bothner (bothner at cygnus.com)
182
183 * version.c (program_version): Update to version 1.92.
184
185 Tue Nov 12 16:17:53 1991 Per Bothner (bothner at cygnus.com)
186
187 * ar.c (get_pos_bfd): Previous fix was missing a "break".
188
189 Thu Nov 7 08:55:56 1991 Steve Chamberlain (sac at cygnus.com)
190
191 * am29k-pinsn.c: Fixed bug in mtacc, dmac and fmac instruction
192 encodings. (Thaks to David Wood)
193
194 Sun Nov 3 14:50:23 1991 Per Bothner (bothner at cygnus.com)
195
196 * Makefile.in ($(DIST_NAME).tar.Z), TODO: Various fixes.
197 * ar.c (get_pos_bfd): Fix to handling of before/after
198 positioning options.
199 * bucomm.c (fatal): MISSING_VFPRINTF is no longer an issue,
200 since libiberty contains vfprintf etc if otherwise missing.
201 * m68k-pinsn.c (print_insn_arg): Support BB/BW/BL
202 type operands, as used by branch instructions.
203 * nm.c: Delegate printing of symbols to BFD,
204 by using bfd_print_symbol to do the formatting.
205
206 Mon Oct 28 11:20:47 1991 Steve Chamberlain (steve at cygnus.com)
207
208 * ar.c (write_archive.c): added unlink before rename since some
209 systems can't rename onto an existant file.
210
211 Mon Oct 21 09:47:23 1991 Steve Chamberlain (steve at rtl.cygnus.com)
212
213 * nm.c: now doesn't crash if a symbol with no section and no
214 SEC_ABS appears.
215
216 Thu Oct 17 15:25:50 1991 Per Bothner (bothner at cygnus.com)
217
218 * Makefile.in, version.c: Bump to version 1.91.
219
220 Wed Oct 16 11:45:36 1991 Per Bothner (bothner at cygnus.com)
221
222 * Makefile.in, ar.c, bucomm.c, copy.c, cplus-dem.c, filemode.c,
223 i960-pinsn.c, m68k-pinsn.c, nm.c, objdump.c, size.c, sparc-pinsn.c,
224 * strip.c: Add or update Copyright notice.
225 * TODO: Add note on 'nm -a'.
226 * version.c: Update version number to 1.90.
227 * Makefile.in: Fix making of documentation for dist.
228
229 Tue Oct 15 00:17:17 1991 Per Bothner (bothner at cygnus.com)
230
231 * README: New file.
232 * Makefile.in: New kludgy rules for making a tarfile.
233 * Makefile.in: Fix bindir path.
234
235 Mon Oct 14 17:34:29 1991 Roland H. Pesch (pesch at cygnus.com)
236
237 * Makefile.in: add targets binutils.mm, binutils.me
238
239 Fri Oct 11 22:44:21 1991 John Gilmore (gnu at cygnus.com)
240
241 * Makefile.in: Avoid Sun Make VPATH bugs by adding dependencies.
242
243 Fri Oct 11 12:51:33 1991 Roland H. Pesch (pesch at cygnus.com)
244
245 * Makefile.in: add target "binutils.ms"
246
247 * binutils.texinfo: minor restructuring for texi2roff comfort.
248
249 Fri Oct 11 04:12:28 1991 John Gilmore (gnu at cygnus.com)
250
251 Restructure configuration scheme for bfd, binutils, ld.
252
253 * include/sys/h-*.h: Move to bfd/hosts/h-*.h.
254 * configure.in: Revise to symlink sysdep.h to ../bfd/hosts/h-xxx.h.
255 Change some config names to match other dirs.
256 * *.c: Include bfd.h before sysdep.h, so ansidecl and PROTO()
257 get defined first.
258 * Makefile.in: Use -I. to get sysdep.h.
259
260 Wed Oct 9 22:42:56 1991 Per Bothner (bothner at cygnus.com)
261
262 * nm.c (print_symbols): Handle NULL name field of symbol.
263 * Makefile.in: Removed spurious comment.
264
265 Tue Oct 8 16:55:03 1991 Roland H. Pesch (pesch at cygnus.com)
266
267 * binutils.texinfo: minor typos, phrasing, formatting fixes.
268
269 Tue Oct 8 15:13:20 1991 Per Bothner (bothner at cygnus.com)
270
271 * configure.in: Get host file from ../bfd/config, not config.
272 * config/*: Remove config directory and its files.
273
274 Tue Oct 8 13:58:59 1991 Roland H. Pesch (pesch at cygnus.com)
275
276 * Makefile.in: new targets binutils.dvi, binutils.info
277
278 * binutils.texinfo: remove most remaining FIXME's, delete
279 references to __.SYMDEF by name
280
281
282 Tue Oct 8 10:23:44 1991 Steve Chamberlain (steve at cygnus.com)
283
284 * objdump.c (print_address) Print addresses nicely.
285
286 Mon Oct 7 11:31:05 1991 Per Bothner (bothner at cygnus.com)
287
288 * ar.c, Makefile.in, new files {is,not,maybe}-ranlib.c:
289 Make two different binaries for ar and ranlib, instead of
290 distinguishing them at run time using argv[0].
291 (Old behavior is still available if you "make ar_with_ranlib",
292 but it is not the default.)
293 * ranlib.sh (new): An alternative one-line
294 shell implementation of ranlib.
295
296 Fri Oct 4 21:49:44 1991 John Gilmore (gnu at cygnus.com)
297
298 * objdump.c: Cope with renames of a few BFD types & enums.
299
300 Fri Oct 4 19:08:09 1991 Roland H. Pesch (pesch at cygnus.com)
301
302 * binutils.texinfo: add new file (rudimentary docn)
303
304 Mon Sep 30 12:30:39 1991 Per Bothner (bothner at cygnus.com)
305
306 * config/hmake-news: Add new file (for Sony NEWSOS3).
307 * bucomm.c (fatal): Conditionally compile fatal() depending on
308 MISSING_VFPRINTF, and don't confuse the issue with NO_VARARGS.
309 * objdump.c (dump_headers): Trivial output format change.
310 * objdump.c (display_info): Loop over integers, not enums,
311 to appease old compilers.
312
313 Mon May 20 16:14:07 1991 Steve Chamberlain (steve at cygint.cygnus.com)
314
315 *objdump.c *nm.c *copy.c :hanged some types to work with 64 bit object files
316
317 Thu May 16 16:06:55 1991 Steve Chamberlain (steve at cygint.cygnus.com)
318 from bother
319 * objdump.c (print_address): Make disasembled output more
320 consistent with gdb and as: Add 0x when printing hex.
321 Don't print extra leading zeros.
322 Attempt to not print "filename.o".
323 * objdump.c: Add some enum-to-int casts to accomodate old compilers.
324
325
326 Fri May 3 22:21:44 1991 John Gilmore (gnu at cygint.cygnus.com)
327
328 * copy.c: Change =& constructs to = &, since they confuse older
329 C compilers.
330
331
This page took 0.038814 seconds and 4 git commands to generate.