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