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