FLEX -> LEX. use bison & flex from ../ if they exist
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
146a41ab
RP
1Wed May 6 11:08:53 1992 K. Richard Pixley (rich@rtl.cygnus.com)
2
58137c4d
RP
3 * Makefile.in: use bison & flex from ../ if they exist. Also,
4 FLEX->LEX.
5
146a41ab
RP
6 * sanity.sh: remove temporary directory when finished.
7
5b07d693
PB
8Tue 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
22923083
JG
13Mon 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
dc760829
RP
19Fri May 1 16:20:23 1992 K. Richard Pixley (rich@cygnus.com)
20
7d6cc102
RP
21 * Makefile.in: added test-install target.
22
dc760829
RP
23 * sanity.sh: new file.
24
25 * Makefile.in: use sanity test on make check.
26
d8e89b6b
RP
27Tue 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
32Wed 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
37Fri Mar 6 21:54:53 1992 K. Richard Pixley (rich@cygnus.com)
38
39 * Makefile.in: added check target.
40
41Thu Mar 5 21:35:49 1992 K. Richard Pixley (rich@cygnus.com)
42
43 * Makefile.in: added clean-info target.
44
45Tue 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
50Wed 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
56Sun 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
64Thu 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
69Tue 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
d20f480f
SC
74Fri 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
80Mon 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
e6e4459c
JG
86Mon Dec 30 06:09:53 1991 John Gilmore (gnu at cygnus.com)
87
88 * Makefile.in: Make `make' output more readable.
89
90Wed Dec 18 15:04:45 1991 Per Bothner (bothner at cygnus.com)
91
92 * Makefile.in: Bump to version 1.94.
93
94Wed 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
99Tue Dec 10 04:07:26 1991 K. Richard Pixley (rich at rtl.cygnus.com)
100
101 * Makefile.in: infodir belongs in datadir.
102
103Sat 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
5d845d37 120Fri Dec 6 23:02:14 1991 K. Richard Pixley (rich at rtl.cygnus.com)
bdce0211 121
5d845d37
RP
122 * Makefile.in: added standards.text support. install using
123 INSTALL_PROGRAM and INSTALL_DATA.
bdce0211 124
5d845d37
RP
125 * configure.in: configure now does all of it's work from objdir so
126 make file existence tests against ${srcdir}.
127
128Thu 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
134Wed 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
144Sat 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
bdce0211
SC
151
152Tue Nov 19 19:20:43 1991 Per Bothner (bothner at cygnus.com)
153
154 * README: Mention MINIMIZE flag for bfd's make.
155
d08a5233
PB
156Mon Nov 18 12:05:37 1991 Per Bothner (bothner at cygnus.com)
157
158 * README: Various improvements.
159
782d7963
PB
160Sun 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
181Thu Nov 14 20:11:02 1991 Per Bothner (bothner at cygnus.com)
182
183 * version.c (program_version): Update to version 1.92.
184
185Tue 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
86c18d92
SC
189Thu 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
194Sun 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
5f0e8767
SC
206Mon 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
7e309104
SC
211Mon 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
216Thu Oct 17 15:25:50 1991 Per Bothner (bothner at cygnus.com)
217
218 * Makefile.in, version.c: Bump to version 1.91.
219
d8474a9b
PB
220Wed 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
229Tue 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
0c10ff03
RP
235Mon Oct 14 17:34:29 1991 Roland H. Pesch (pesch at cygnus.com)
236
237 * Makefile.in: add targets binutils.mm, binutils.me
238
d7cce023
JG
239Fri 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
abd4aaa9
RP
243Fri Oct 11 12:51:33 1991 Roland H. Pesch (pesch at cygnus.com)
244
6b583720
RP
245 * Makefile.in: add target "binutils.ms"
246
abd4aaa9
RP
247 * binutils.texinfo: minor restructuring for texi2roff comfort.
248
d7381d0c
JG
249Fri 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
260Wed 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
c9629e6e
RP
265Tue Oct 8 16:55:03 1991 Roland H. Pesch (pesch at cygnus.com)
266
267 * binutils.texinfo: minor typos, phrasing, formatting fixes.
268
398eef0a
PB
269Tue 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
050f05e7
RP
274Tue Oct 8 13:58:59 1991 Roland H. Pesch (pesch at cygnus.com)
275
b7a11ec2
RP
276 * Makefile.in: new targets binutils.dvi, binutils.info
277
050f05e7
RP
278 * binutils.texinfo: remove most remaining FIXME's, delete
279 references to __.SYMDEF by name
280
281
71e83453
SC
282Tue Oct 8 10:23:44 1991 Steve Chamberlain (steve at cygnus.com)
283
284 * objdump.c (print_address) Print addresses nicely.
285
06a97fbd
PB
286Mon 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
e779a58c
JG
296Fri 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
0a5403df
RP
300Fri Oct 4 19:08:09 1991 Roland H. Pesch (pesch at cygnus.com)
301
302 * binutils.texinfo: add new file (rudimentary docn)
303
3fdbfe8d
PB
304Mon Sep 30 12:30:39 1991 Per Bothner (bothner at cygnus.com)
305
0a5403df 306 * config/hmake-news: Add new file (for Sony NEWSOS3).
3fdbfe8d
PB
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
313Mon 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
317Thu 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
326Fri 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.049958 seconds and 4 git commands to generate.