This is for PR 628.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 Wed Aug 19 11:20:25 1992 Ian Lance Taylor (ian@cygnus.com)
2
3 * m68k-pinsn.c: handle new operand type 'r', introduced for cas2.
4
5 Tue Aug 18 20:45:48 1992 Rob Savoye (rob@cygnus.com)
6
7 * nm.c objdump.c: Added support for a +version (-V)
8 to print the version number.
9
10 * ar.c, copy.c: Added support for a -V option to print
11 the version number.
12
13 Tue Aug 18 13:28:44 1992 Ian Lance Taylor (ian@cygnus.com)
14
15 * config/mh-apollo68v: removed -g from CC definition.
16
17 * Makefile.in: always create installation directories.
18
19 Mon Aug 17 18:33:41 1992 Per Bothner (bothner@rtl.cygnus.com)
20
21 * m68k-pinsn.c: Minor fix in style of output (don't use
22 range to indicate floating point control registers).
23
24 Tue Aug 11 23:42:21 1992 Per Bothner (bothner@cygnus.com)
25
26 * ar.c (main): Don't *always* set the verbose flag!
27
28 Wed Aug 5 11:25:27 1992 Per Bothner (bothner@rtl.cygnus.com)
29
30 * copy.c: When is_strip (because it is invoked as the strip
31 program), follow traditional argv processing:
32 'strip file1 file2' now strips file1 and file2, rather
33 than stripping file1 (as input), leaving output in file2.
34
35 Mon Jul 27 16:28:08 1992 Per Bothner (bothner@rtl.cygnus.com)
36
37 * objdump.c (display_info, display_info_table): Call
38 bfd_set_format() on dummy bfd before using it (twice).
39 * ar.c: Make sure archive is created on command 'r'
40 even when no elements are inserted. (Clean up and
41 simplify some non-working related code.)
42
43 Mon Jul 20 02:48:38 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
44
45 * configure.in: hppa support doesn't assume hp OS (from sef).
46
47 Sat Jul 18 14:35:22 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
48
49 * configure.in: recognize hppa hosts (bsd & hpux), error messages
50 to stderr, not stdout
51
52 Fri Jul 17 18:39:44 1992 K. Richard Pixley (rich@rtl.cygnus.com)
53
54 * ar.1, binutils.texi, i960-pinsn.c, nm.1, objdump.1, ranlib.1,
55 size.1, sparc-pinsn.c, strip.1: removed rcsid's.
56
57 Thu Jul 16 16:55:24 1992 K. Richard Pixley (rich@rtl.cygnus.com)
58
59 * Makefile.dos: removed rcsid.
60
61 Thu Jul 16 08:23:07 1992 Steve Chamberlain (sac@thepub.cygnus.com)
62
63 * objdump.c (display_bfd): print state of BFD_IS_RELAXABLE too
64
65 Tue Jun 30 20:26:15 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
66
67 * Makefile.in: Add program_suffix (parallel to program_prefix)
68
69 Thu Jun 25 04:52:45 1992 John Gilmore (gnu at cygnus.com)
70
71 * nm.c (sorters): Lint. Remove excess whitespace.
72
73 Wed Jun 24 13:48:07 1992 Per Bothner (bothner@cygnus.com)
74
75 * nm.c (valueof macro): Add missing parentheses.
76 (Their lack screwed up numeric_forward().)
77
78 Sun Jun 14 10:33:27 1992 John Gilmore (gnu at cygnus.com)
79
80 * objdump.c (dump_elf_stabs): Also dump .stab.index and
81 .stab.excl sections.
82 (dump_elf_stabs_1): Split out main body of old dump_elf_stabs.
83 * objdump.1, binutils.texi: Document new sections dumped.
84
85 Fri Jun 12 22:23:35 1992 John Gilmore (gnu at cygnus.com)
86
87 * size.c, objdump.c, bucomm.c: Lint.
88
89 Thu Jun 11 01:19:06 1992 John Gilmore (gnu at cygnus.com)
90
91 * objdump.c (dump_elf_stabs): New feature: --stabs prints out a
92 .stab section from an ELF file. Installed under #ifdef
93 ELF_STAB_DISPLAY so it can be easily disabled, since it requires
94 bfd-internals header files and such.
95 * objdump.1, binutils.texi: Update for --stabs. Also fix
96 objdump's doc to use -- rather than + for long options.
97 (FIXME: Not yet fixed everywhere in binutils.texinfo.)
98
99 Wed Jun 10 07:53:24 1992 Steve Chamberlain (sac@thepub.cygnus.com)
100
101 * objdump.c(display_info), patches from
102 mohring@informatik.tu-muenchen.de to print the table much more
103 nicely.
104
105 Thu May 28 13:36:16 1992 Per Bothner (bothner@rtl.cygnus.com)
106
107 * objdump.c: Add another enum->int cast, for the sake of
108 old compilers (such as PCC).
109
110 Wed May 27 13:01:44 1992 Per Bothner (bothner@rtl.cygnus.com)
111
112 * arlex.l: Don't include <sysdep.h> (unneeded conflicts).
113 Add declaration of strdup().
114
115 Fri May 22 13:40:37 1992 Per Bothner (bothner@cygnus.com)
116
117 * Makefile.in: Use srcdir instead of VPATH in ldgram/ldlex
118 rules, since these are used when building a distribution.
119 * Makefile.in (arlex.c): Don't re-direct output, since that
120 leaves a bogus output files if it fails.
121
122 * arlex.l: Make work with lex, for what it's worth.
123 * Makefile.in: Better lex support.
124 * Makefile.in (dist): Generate flex and bison outputs
125 for distribution.
126
127 Thu May 14 17:17:59 1992 K. Richard Pixley (rich@rtl.cygnus.com)
128
129 * Makefile.in: get BISON definition right.
130
131 Fri May 8 07:47:08 1992 K. Richard Pixley (rich@cygnus.com)
132
133 * sanity.sh: default TMPDIR to ".".
134
135 Thu May 7 12:34:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
136
137 * binutils.texi: add doc for ar command language.
138
139 Wed May 6 18:05:36 1992 Steve Chamberlain (sac@thepub.cygnus.com)
140
141 * arparse.y: make END call ar_end
142 * arsup.c (ar_end): added, deletes temp file if archive session
143 aborted.
144
145
146 Wed May 6 11:08:53 1992 K. Richard Pixley (rich@rtl.cygnus.com)
147
148 * Makefile.in: use bison & flex from ../ if they exist. Also,
149 FLEX->LEX.
150
151 * sanity.sh: remove temporary directory when finished.
152
153 Tue May 5 12:00:58 1992 Per Bothner (bothner@rtl.cygnus.com)
154
155 * Makefile.in: Bump to version 1.97.
156 * ar.c: Declare errno for machines that need it.
157
158 Mon May 4 23:29:51 1992 John Gilmore (gnu@cygnus.com)
159
160 * objdump.c (display_info): Handle error cases without coredump.
161 Close the dummy temporary file we open in the loop.
162 * Makefile.in (arsup.o): Add kludge to build with Sun Make.
163
164 Fri May 1 16:20:23 1992 K. Richard Pixley (rich@cygnus.com)
165
166 * Makefile.in: added test-install target.
167
168 * sanity.sh: new file.
169
170 * Makefile.in: use sanity test on make check.
171
172 Tue Apr 21 13:38:37 1992 K. Richard Pixley (rich@cygnus.com)
173
174 * Makefile.in: rework CFLAGS so that they can be passed on the
175 command line to make. Remove MINUS_G. Default CFLAGS to -g.
176
177 Wed Apr 15 14:33:07 1992 Steve Chamberlain (sac@thepub.cygnus.com)
178
179 * arsup.c, arsup.h, arparse.y, arlex.l: support for archive
180 scripting language.
181
182 Fri Mar 6 21:54:53 1992 K. Richard Pixley (rich@cygnus.com)
183
184 * Makefile.in: added check target.
185
186 Thu Mar 5 21:35:49 1992 K. Richard Pixley (rich@cygnus.com)
187
188 * Makefile.in: added clean-info target.
189
190 Tue Mar 3 15:36:37 1992 K. Richard Pixley (rich@rtl.cygnus.com)
191
192 * Makefile.in: remove $(COPY_PROG) from PROGS. It shouldn't be
193 installed. added tooldir and program_prefix.
194
195 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
196
197 * Makefile.in, configure.in: removed traces of namesubdir,
198 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
199 copyrights to '92, changed some from Cygnus to FSF.
200
201 Sun Feb 16 12:53:02 1992 Per Bothner (bothner at cygnus.com)
202
203 * Makefile.in: Bump version to 1.96, and remove -beta
204 suffix from distribution name.
205 * m68k-pinsn.c: New macro COERCE_SIGNED_CHAR to extract
206 the signed value of a character (even if chars are unsigned).
207 * sparc-pinsn.c: Add new operand types.
208
209 Thu Feb 6 12:14:19 1992 Steve Chamberlain (sac at rtl.cygnus.com)
210
211 * objdump.c (disassemble_data): don't print a section's contents
212 if it's not loadable (eg bss)
213
214 Tue Jan 28 11:11:06 1992 Steve Chamberlain (sac at rtl.cygnus.com)
215
216 * m68k-pinsn.c (print_insn_arg): fixed so that -ve branch
217 displacements don't get printed as large +ve ones.
218
219 Fri Jan 24 14:47:53 1992 Steve Chamberlain (sac at rtl.cygnus.com)
220
221 * copy.c, nm.c, objdump.c, size.c : changed to use the
222 new reloc scheme.
223
224
225 Mon Dec 30 18:34:41 1991 Per Bothner (bothner at cygnus.com)
226
227 * bucomm.c (print_arelt_descr): Tweek the output format
228 so that 'ar tv' output follows Posix 1003.2/D11.
229 Output is now also identical to Sun's (except __.SYMDEF).
230
231 Mon Dec 30 06:09:53 1991 John Gilmore (gnu at cygnus.com)
232
233 * Makefile.in: Make `make' output more readable.
234
235 Wed Dec 18 15:04:45 1991 Per Bothner (bothner at cygnus.com)
236
237 * Makefile.in: Bump to version 1.94.
238
239 Wed Dec 11 16:48:09 1991 Steve Chamberlain (sac at cygnus.com)
240
241 * ar.c: added "b" to fopens for dos
242 * configdj.bat, makefile.dos new files from DJ
243
244 Tue Dec 10 04:07:26 1991 K. Richard Pixley (rich at rtl.cygnus.com)
245
246 * Makefile.in: infodir belongs in datadir.
247
248 Sat Dec 7 17:09:37 1991 Steve Chamberlain (sac at rtl.cygnus.com)
249
250 * bucomm.h: created to hold prototypes of bucomm.c
251 * objdump.h: created to hold prototyes of objdump.c
252 * am29k-pinsn.c: include objdump.h
253 * ar.c: include bucomm.h, get ar.h from the right place and
254 include libbfd.h
255 * bucomm.c: defunize bfd_fatal
256 * copy.c: include bucomm.h, lint.
257 * i960-pinsn.h: include bucomm.h
258 * m68k-pinsn.h: lint
259 * nm.c: include bucomm.h, lint
260 * objdump.c: lint
261 * sparc-pinsn.c: include objdump.h
262
263
264
265 Fri Dec 6 23:02:14 1991 K. Richard Pixley (rich at rtl.cygnus.com)
266
267 * Makefile.in: added standards.text support. install using
268 INSTALL_PROGRAM and INSTALL_DATA.
269
270 * configure.in: configure now does all of it's work from objdir so
271 make file existence tests against ${srcdir}.
272
273 Thu Dec 5 22:46:22 1991 K. Richard Pixley (rich at rtl.cygnus.com)
274
275 * Makefile.in: idestdir and ddestdir go away. Added copyrights
276 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
277 and mandir now keyed off datadir by default.
278
279 Wed Dec 4 22:42:03 1991 Per Bothner (bothner at cygnus.com)
280
281 * Makefile.in: Bump to version 1.93.
282 * Makefile.in: Add make-strip.o:maybe-strip.c dependency
283 for make versions that provide half-baked VPATH-support (e.g. Sun's).
284 * size.c: Improvements suggested by
285 "david d [zoo] zuhn" <zoo@aps1.spa.umn.edu>:
286 - Don't emit (Berkeley) headers if no files were found.
287 - Return a non-zero return code on failure.
288
289 Sat Nov 30 21:34:19 1991 Steve Chamberlain (sac at rtl.cygnus.com)
290
291 Changes due to include file renaming:
292 * am29k-pinsn.c: a29k-opcode.h -> opcode/a29k.h
293 * sparc-pinsn.c: sparc-opcode.h -> opcode/sparc.h
294 * m68k-pinsn.c: m68k-opcode.h -> opcode/m68k.h
295 * nm.c: stab.gnu.h -> aout/stab_gnu.h
296
297 Tue Nov 19 19:20:43 1991 Per Bothner (bothner at cygnus.com)
298
299 * README: Mention MINIMIZE flag for bfd's make.
300
301 Mon Nov 18 12:05:37 1991 Per Bothner (bothner at cygnus.com)
302
303 * README: Various improvements.
304
305 Sun Nov 17 23:40:59 1991 Per Bothner (bothner at cygnus.com)
306
307 * Makefile.in: Bump to version 1.92.
308 * version.c, Makefile.in: Get version string from Makefile.
309 * copy.c, is-strip.c, not-strip.c, maybe-strip.c, Makefile.in:
310 Make the same change that we earlier did for ar/ranlib:
311 Generate two different binaries for strip and copy and use
312 a global variable with different values to distinguish
313 ostrip from copy. (-1 means to use argv[0] to decide,
314 so you can get the old behavior, but it is no longer the default).
315 * copy.c (copy_file): Set EXEC_P of output bfd if input is so.
316 * copy.c (main): If is_strip==-1, compare last 5 chars
317 of argv[0], not the whole path.
318 * copy.c (main): Return 0, not 1.
319 * copy.c (setup_sections): Fix due to change in bfd_make_section
320 now failing if asked for a duplicate section.
321 * strip.c, ostrip.c: Removed obsolete files.
322 * ar.c, not-ranlib.c, maybe-ranlib.c:
323 Change encoding of is_ranlib variable to be consistent
324 with is_strip for strip.copy (i.e -1 to means use argv[0]).
325
326 Thu Nov 14 20:11:02 1991 Per Bothner (bothner at cygnus.com)
327
328 * version.c (program_version): Update to version 1.92.
329
330 Tue Nov 12 16:17:53 1991 Per Bothner (bothner at cygnus.com)
331
332 * ar.c (get_pos_bfd): Previous fix was missing a "break".
333
334 Thu Nov 7 08:55:56 1991 Steve Chamberlain (sac at cygnus.com)
335
336 * am29k-pinsn.c: Fixed bug in mtacc, dmac and fmac instruction
337 encodings. (Thaks to David Wood)
338
339 Sun Nov 3 14:50:23 1991 Per Bothner (bothner at cygnus.com)
340
341 * Makefile.in ($(DIST_NAME).tar.Z), TODO: Various fixes.
342 * ar.c (get_pos_bfd): Fix to handling of before/after
343 positioning options.
344 * bucomm.c (fatal): MISSING_VFPRINTF is no longer an issue,
345 since libiberty contains vfprintf etc if otherwise missing.
346 * m68k-pinsn.c (print_insn_arg): Support BB/BW/BL
347 type operands, as used by branch instructions.
348 * nm.c: Delegate printing of symbols to BFD,
349 by using bfd_print_symbol to do the formatting.
350
351 Mon Oct 28 11:20:47 1991 Steve Chamberlain (steve at cygnus.com)
352
353 * ar.c (write_archive.c): added unlink before rename since some
354 systems can't rename onto an existant file.
355
356 Mon Oct 21 09:47:23 1991 Steve Chamberlain (steve at rtl.cygnus.com)
357
358 * nm.c: now doesn't crash if a symbol with no section and no
359 SEC_ABS appears.
360
361 Thu Oct 17 15:25:50 1991 Per Bothner (bothner at cygnus.com)
362
363 * Makefile.in, version.c: Bump to version 1.91.
364
365 Wed Oct 16 11:45:36 1991 Per Bothner (bothner at cygnus.com)
366
367 * Makefile.in, ar.c, bucomm.c, copy.c, cplus-dem.c, filemode.c,
368 i960-pinsn.c, m68k-pinsn.c, nm.c, objdump.c, size.c, sparc-pinsn.c,
369 * strip.c: Add or update Copyright notice.
370 * TODO: Add note on 'nm -a'.
371 * version.c: Update version number to 1.90.
372 * Makefile.in: Fix making of documentation for dist.
373
374 Tue Oct 15 00:17:17 1991 Per Bothner (bothner at cygnus.com)
375
376 * README: New file.
377 * Makefile.in: New kludgy rules for making a tarfile.
378 * Makefile.in: Fix bindir path.
379
380 Mon Oct 14 17:34:29 1991 Roland H. Pesch (pesch at cygnus.com)
381
382 * Makefile.in: add targets binutils.mm, binutils.me
383
384 Fri Oct 11 22:44:21 1991 John Gilmore (gnu at cygnus.com)
385
386 * Makefile.in: Avoid Sun Make VPATH bugs by adding dependencies.
387
388 Fri Oct 11 12:51:33 1991 Roland H. Pesch (pesch at cygnus.com)
389
390 * Makefile.in: add target "binutils.ms"
391
392 * binutils.texinfo: minor restructuring for texi2roff comfort.
393
394 Fri Oct 11 04:12:28 1991 John Gilmore (gnu at cygnus.com)
395
396 Restructure configuration scheme for bfd, binutils, ld.
397
398 * include/sys/h-*.h: Move to bfd/hosts/h-*.h.
399 * configure.in: Revise to symlink sysdep.h to ../bfd/hosts/h-xxx.h.
400 Change some config names to match other dirs.
401 * *.c: Include bfd.h before sysdep.h, so ansidecl and PROTO()
402 get defined first.
403 * Makefile.in: Use -I. to get sysdep.h.
404
405 Wed Oct 9 22:42:56 1991 Per Bothner (bothner at cygnus.com)
406
407 * nm.c (print_symbols): Handle NULL name field of symbol.
408 * Makefile.in: Removed spurious comment.
409
410 Tue Oct 8 16:55:03 1991 Roland H. Pesch (pesch at cygnus.com)
411
412 * binutils.texinfo: minor typos, phrasing, formatting fixes.
413
414 Tue Oct 8 15:13:20 1991 Per Bothner (bothner at cygnus.com)
415
416 * configure.in: Get host file from ../bfd/config, not config.
417 * config/*: Remove config directory and its files.
418
419 Tue Oct 8 13:58:59 1991 Roland H. Pesch (pesch at cygnus.com)
420
421 * Makefile.in: new targets binutils.dvi, binutils.info
422
423 * binutils.texinfo: remove most remaining FIXME's, delete
424 references to __.SYMDEF by name
425
426
427 Tue Oct 8 10:23:44 1991 Steve Chamberlain (steve at cygnus.com)
428
429 * objdump.c (print_address) Print addresses nicely.
430
431 Mon Oct 7 11:31:05 1991 Per Bothner (bothner at cygnus.com)
432
433 * ar.c, Makefile.in, new files {is,not,maybe}-ranlib.c:
434 Make two different binaries for ar and ranlib, instead of
435 distinguishing them at run time using argv[0].
436 (Old behavior is still available if you "make ar_with_ranlib",
437 but it is not the default.)
438 * ranlib.sh (new): An alternative one-line
439 shell implementation of ranlib.
440
441 Fri Oct 4 21:49:44 1991 John Gilmore (gnu at cygnus.com)
442
443 * objdump.c: Cope with renames of a few BFD types & enums.
444
445 Fri Oct 4 19:08:09 1991 Roland H. Pesch (pesch at cygnus.com)
446
447 * binutils.texinfo: add new file (rudimentary docn)
448
449 Mon Sep 30 12:30:39 1991 Per Bothner (bothner at cygnus.com)
450
451 * config/hmake-news: Add new file (for Sony NEWSOS3).
452 * bucomm.c (fatal): Conditionally compile fatal() depending on
453 MISSING_VFPRINTF, and don't confuse the issue with NO_VARARGS.
454 * objdump.c (dump_headers): Trivial output format change.
455 * objdump.c (display_info): Loop over integers, not enums,
456 to appease old compilers.
457
458 Mon May 20 16:14:07 1991 Steve Chamberlain (steve at cygint.cygnus.com)
459
460 *objdump.c *nm.c *copy.c :hanged some types to work with 64 bit object files
461
462 Thu May 16 16:06:55 1991 Steve Chamberlain (steve at cygint.cygnus.com)
463 from bother
464 * objdump.c (print_address): Make disasembled output more
465 consistent with gdb and as: Add 0x when printing hex.
466 Don't print extra leading zeros.
467 Attempt to not print "filename.o".
468 * objdump.c: Add some enum-to-int casts to accomodate old compilers.
469
470
471 Fri May 3 22:21:44 1991 John Gilmore (gnu at cygint.cygnus.com)
472
473 * copy.c: Change =& constructs to = &, since they confuse older
474 C compilers.
475
476
This page took 0.045395 seconds and 5 git commands to generate.