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