Restructure configuration scheme for bfd, binutils, ld.
[platform/upstream/binutils.git] / binutils / ChangeLog
1 Fri Oct 11 04:12:28 1991  John Gilmore  (gnu at cygnus.com)
2
3         Restructure configuration scheme for bfd, binutils, ld.
4
5         * include/sys/h-*.h:  Move to bfd/hosts/h-*.h.
6         * configure.in:  Revise to symlink sysdep.h to ../bfd/hosts/h-xxx.h.
7         Change some config names to match other dirs.
8         * *.c:  Include bfd.h before sysdep.h, so ansidecl and PROTO()
9         get defined first.
10         * Makefile.in:  Use -I. to get sysdep.h.
11
12 Wed Oct  9 22:42:56 1991  Per Bothner  (bothner at cygnus.com)
13
14         * nm.c (print_symbols):  Handle NULL name field of symbol.
15         * Makefile.in: Removed spurious comment.
16
17 Tue Oct  8 16:55:03 1991  Roland H. Pesch  (pesch at cygnus.com)
18
19         * binutils.texinfo: minor typos, phrasing, formatting fixes.
20
21 Tue Oct  8 15:13:20 1991  Per Bothner  (bothner at cygnus.com)
22
23         * configure.in: Get host file from ../bfd/config, not config.
24         * config/*: Remove config directory and its files.
25
26 Tue Oct  8 13:58:59 1991  Roland H. Pesch  (pesch at cygnus.com)
27
28         * Makefile.in: new targets binutils.dvi, binutils.info
29
30         * binutils.texinfo: remove most remaining FIXME's, delete
31         references to __.SYMDEF by name
32
33
34 Tue Oct  8 10:23:44 1991  Steve Chamberlain  (steve at cygnus.com)
35
36         * objdump.c (print_address) Print addresses nicely.
37
38 Mon Oct  7 11:31:05 1991  Per Bothner  (bothner at cygnus.com)
39
40         * ar.c, Makefile.in, new files {is,not,maybe}-ranlib.c:
41         Make two different binaries for ar and ranlib, instead of
42         distinguishing them at run time using argv[0].
43         (Old behavior is still available if you "make ar_with_ranlib",
44         but it is not the default.)
45         * ranlib.sh (new):  An alternative one-line
46         shell implementation of ranlib.
47
48 Fri Oct  4 21:49:44 1991  John Gilmore  (gnu at cygnus.com)
49
50         * objdump.c:  Cope with renames of a few BFD types & enums.
51
52 Fri Oct  4 19:08:09 1991  Roland H. Pesch  (pesch at cygnus.com)
53
54         * binutils.texinfo: add new file (rudimentary docn)
55
56 Mon Sep 30 12:30:39 1991  Per Bothner  (bothner at cygnus.com)
57
58         * config/hmake-news: Add new file (for Sony NEWSOS3).
59         * bucomm.c (fatal):  Conditionally compile fatal() depending on
60         MISSING_VFPRINTF, and don't confuse the issue with NO_VARARGS.
61         * objdump.c (dump_headers):  Trivial output format change.
62         * objdump.c (display_info): Loop over integers, not enums,
63         to appease old compilers.
64
65 Mon May 20 16:14:07 1991  Steve Chamberlain  (steve at cygint.cygnus.com)
66
67         *objdump.c *nm.c *copy.c :hanged some types to work with 64 bit object files
68
69 Thu May 16 16:06:55 1991  Steve Chamberlain  (steve at cygint.cygnus.com)
70      from bother
71         * objdump.c (print_address): Make disasembled output more
72         consistent with gdb and as: Add 0x when printing hex.
73         Don't print extra leading zeros.
74         Attempt to not print "filename.o".
75         * objdump.c: Add some enum-to-int casts to accomodate old compilers.
76
77
78 Fri May  3 22:21:44 1991  John Gilmore  (gnu at cygint.cygnus.com)
79
80         * copy.c:  Change =& constructs to = &, since they confuse older
81         C compilers.
82
83