1 Tue Oct 8 10:23:44 1991 Steve Chamberlain (steve at cygnus.com)
3 * objdump.c (print_address) Print addresses nicely.
5 Mon Oct 7 11:31:05 1991 Per Bothner (bothner at cygnus.com)
7 * ar.c, Makefile.in, new files {is,not,maybe}-ranlib.c:
8 Make two different binaries for ar and ranlib, instead of
9 distinguishing them at run time using argv[0].
10 (Old behavior is still available if you "make ar_with_ranlib",
11 but it is not the default.)
12 * ranlib.sh (new): An alternative one-line
13 shell implementation of ranlib.
15 Fri Oct 4 21:49:44 1991 John Gilmore (gnu at cygnus.com)
17 * objdump.c: Cope with renames of a few BFD types & enums.
19 Fri Oct 4 19:08:09 1991 Roland H. Pesch (pesch at cygnus.com)
21 * binutils.texinfo: add new file (rudimentary docn)
23 Mon Sep 30 12:30:39 1991 Per Bothner (bothner at cygnus.com)
25 * config/hmake-news: Add new file (for Sony NEWSOS3).
26 * bucomm.c (fatal): Conditionally compile fatal() depending on
27 MISSING_VFPRINTF, and don't confuse the issue with NO_VARARGS.
28 * objdump.c (dump_headers): Trivial output format change.
29 * objdump.c (display_info): Loop over integers, not enums,
30 to appease old compilers.
32 Mon May 20 16:14:07 1991 Steve Chamberlain (steve at cygint.cygnus.com)
34 *objdump.c *nm.c *copy.c :hanged some types to work with 64 bit object files
36 Thu May 16 16:06:55 1991 Steve Chamberlain (steve at cygint.cygnus.com)
38 * objdump.c (print_address): Make disasembled output more
39 consistent with gdb and as: Add 0x when printing hex.
40 Don't print extra leading zeros.
41 Attempt to not print "filename.o".
42 * objdump.c: Add some enum-to-int casts to accomodate old compilers.
45 Fri May 3 22:21:44 1991 John Gilmore (gnu at cygint.cygnus.com)
47 * copy.c: Change =& constructs to = &, since they confuse older