* binutils.texinfo: minor typos, phrasing, formatting fixes.
[platform/upstream/binutils.git] / binutils / ChangeLog
1 Tue Oct  8 16:55:03 1991  Roland H. Pesch  (pesch at cygnus.com)
2
3         * binutils.texinfo: minor typos, phrasing, formatting fixes.
4
5 Tue Oct  8 15:13:20 1991  Per Bothner  (bothner at cygnus.com)
6
7         * configure.in: Get host file from ../bfd/config, not config.
8         * config/*: Remove config directory and its files.
9
10 Tue Oct  8 13:58:59 1991  Roland H. Pesch  (pesch at cygnus.com)
11
12         * Makefile.in: new targets binutils.dvi, binutils.info
13
14         * binutils.texinfo: remove most remaining FIXME's, delete
15         references to __.SYMDEF by name
16
17
18 Tue Oct  8 10:23:44 1991  Steve Chamberlain  (steve at cygnus.com)
19
20         * objdump.c (print_address) Print addresses nicely.
21
22 Mon Oct  7 11:31:05 1991  Per Bothner  (bothner at cygnus.com)
23
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.
31
32 Fri Oct  4 21:49:44 1991  John Gilmore  (gnu at cygnus.com)
33
34         * objdump.c:  Cope with renames of a few BFD types & enums.
35
36 Fri Oct  4 19:08:09 1991  Roland H. Pesch  (pesch at cygnus.com)
37
38         * binutils.texinfo: add new file (rudimentary docn)
39
40 Mon Sep 30 12:30:39 1991  Per Bothner  (bothner at cygnus.com)
41
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.
48
49 Mon May 20 16:14:07 1991  Steve Chamberlain  (steve at cygint.cygnus.com)
50
51         *objdump.c *nm.c *copy.c :hanged some types to work with 64 bit object files
52
53 Thu May 16 16:06:55 1991  Steve Chamberlain  (steve at cygint.cygnus.com)
54      from bother
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.
60
61
62 Fri May  3 22:21:44 1991  John Gilmore  (gnu at cygint.cygnus.com)
63
64         * copy.c:  Change =& constructs to = &, since they confuse older
65         C compilers.
66
67