Updated to point to where the header files are now
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
d08a5233
PB
1Mon Nov 18 12:05:37 1991 Per Bothner (bothner at cygnus.com)
2
3 * README: Various improvements.
4
782d7963
PB
5Sun Nov 17 23:40:59 1991 Per Bothner (bothner at cygnus.com)
6
7 * Makefile.in: Bump to version 1.92.
8 * version.c, Makefile.in: Get version string from Makefile.
9 * copy.c, is-strip.c, not-strip.c, maybe-strip.c, Makefile.in:
10 Make the same change that we earlier did for ar/ranlib:
11 Generate two different binaries for strip and copy and use
12 a global variable with different values to distinguish
13 ostrip from copy. (-1 means to use argv[0] to decide,
14 so you can get the old behavior, but it is no longer the default).
15 * copy.c (copy_file): Set EXEC_P of output bfd if input is so.
16 * copy.c (main): If is_strip==-1, compare last 5 chars
17 of argv[0], not the whole path.
18 * copy.c (main): Return 0, not 1.
19 * copy.c (setup_sections): Fix due to change in bfd_make_section
20 now failing if asked for a duplicate section.
21 * strip.c, ostrip.c: Removed obsolete files.
22 * ar.c, not-ranlib.c, maybe-ranlib.c:
23 Change encoding of is_ranlib variable to be consistent
24 with is_strip for strip.copy (i.e -1 to means use argv[0]).
25
26Thu Nov 14 20:11:02 1991 Per Bothner (bothner at cygnus.com)
27
28 * version.c (program_version): Update to version 1.92.
29
30Tue Nov 12 16:17:53 1991 Per Bothner (bothner at cygnus.com)
31
32 * ar.c (get_pos_bfd): Previous fix was missing a "break".
33
86c18d92
SC
34Thu Nov 7 08:55:56 1991 Steve Chamberlain (sac at cygnus.com)
35
36 * am29k-pinsn.c: Fixed bug in mtacc, dmac and fmac instruction
37 encodings. (Thaks to David Wood)
38
39Sun Nov 3 14:50:23 1991 Per Bothner (bothner at cygnus.com)
40
41 * Makefile.in ($(DIST_NAME).tar.Z), TODO: Various fixes.
42 * ar.c (get_pos_bfd): Fix to handling of before/after
43 positioning options.
44 * bucomm.c (fatal): MISSING_VFPRINTF is no longer an issue,
45 since libiberty contains vfprintf etc if otherwise missing.
46 * m68k-pinsn.c (print_insn_arg): Support BB/BW/BL
47 type operands, as used by branch instructions.
48 * nm.c: Delegate printing of symbols to BFD,
49 by using bfd_print_symbol to do the formatting.
50
5f0e8767
SC
51Mon Oct 28 11:20:47 1991 Steve Chamberlain (steve at cygnus.com)
52
53 * ar.c (write_archive.c): added unlink before rename since some
54 systems can't rename onto an existant file.
55
7e309104
SC
56Mon Oct 21 09:47:23 1991 Steve Chamberlain (steve at rtl.cygnus.com)
57
58 * nm.c: now doesn't crash if a symbol with no section and no
59 SEC_ABS appears.
60
61Thu Oct 17 15:25:50 1991 Per Bothner (bothner at cygnus.com)
62
63 * Makefile.in, version.c: Bump to version 1.91.
64
d8474a9b
PB
65Wed Oct 16 11:45:36 1991 Per Bothner (bothner at cygnus.com)
66
67 * Makefile.in, ar.c, bucomm.c, copy.c, cplus-dem.c, filemode.c,
68 i960-pinsn.c, m68k-pinsn.c, nm.c, objdump.c, size.c, sparc-pinsn.c,
69 * strip.c: Add or update Copyright notice.
70 * TODO: Add note on 'nm -a'.
71 * version.c: Update version number to 1.90.
72 * Makefile.in: Fix making of documentation for dist.
73
74Tue Oct 15 00:17:17 1991 Per Bothner (bothner at cygnus.com)
75
76 * README: New file.
77 * Makefile.in: New kludgy rules for making a tarfile.
78 * Makefile.in: Fix bindir path.
79
0c10ff03
RP
80Mon Oct 14 17:34:29 1991 Roland H. Pesch (pesch at cygnus.com)
81
82 * Makefile.in: add targets binutils.mm, binutils.me
83
d7cce023
JG
84Fri Oct 11 22:44:21 1991 John Gilmore (gnu at cygnus.com)
85
86 * Makefile.in: Avoid Sun Make VPATH bugs by adding dependencies.
87
abd4aaa9
RP
88Fri Oct 11 12:51:33 1991 Roland H. Pesch (pesch at cygnus.com)
89
6b583720
RP
90 * Makefile.in: add target "binutils.ms"
91
abd4aaa9
RP
92 * binutils.texinfo: minor restructuring for texi2roff comfort.
93
d7381d0c
JG
94Fri Oct 11 04:12:28 1991 John Gilmore (gnu at cygnus.com)
95
96 Restructure configuration scheme for bfd, binutils, ld.
97
98 * include/sys/h-*.h: Move to bfd/hosts/h-*.h.
99 * configure.in: Revise to symlink sysdep.h to ../bfd/hosts/h-xxx.h.
100 Change some config names to match other dirs.
101 * *.c: Include bfd.h before sysdep.h, so ansidecl and PROTO()
102 get defined first.
103 * Makefile.in: Use -I. to get sysdep.h.
104
105Wed Oct 9 22:42:56 1991 Per Bothner (bothner at cygnus.com)
106
107 * nm.c (print_symbols): Handle NULL name field of symbol.
108 * Makefile.in: Removed spurious comment.
109
c9629e6e
RP
110Tue Oct 8 16:55:03 1991 Roland H. Pesch (pesch at cygnus.com)
111
112 * binutils.texinfo: minor typos, phrasing, formatting fixes.
113
398eef0a
PB
114Tue Oct 8 15:13:20 1991 Per Bothner (bothner at cygnus.com)
115
116 * configure.in: Get host file from ../bfd/config, not config.
117 * config/*: Remove config directory and its files.
118
050f05e7
RP
119Tue Oct 8 13:58:59 1991 Roland H. Pesch (pesch at cygnus.com)
120
b7a11ec2
RP
121 * Makefile.in: new targets binutils.dvi, binutils.info
122
050f05e7
RP
123 * binutils.texinfo: remove most remaining FIXME's, delete
124 references to __.SYMDEF by name
125
126
71e83453
SC
127Tue Oct 8 10:23:44 1991 Steve Chamberlain (steve at cygnus.com)
128
129 * objdump.c (print_address) Print addresses nicely.
130
06a97fbd
PB
131Mon Oct 7 11:31:05 1991 Per Bothner (bothner at cygnus.com)
132
133 * ar.c, Makefile.in, new files {is,not,maybe}-ranlib.c:
134 Make two different binaries for ar and ranlib, instead of
135 distinguishing them at run time using argv[0].
136 (Old behavior is still available if you "make ar_with_ranlib",
137 but it is not the default.)
138 * ranlib.sh (new): An alternative one-line
139 shell implementation of ranlib.
140
e779a58c
JG
141Fri Oct 4 21:49:44 1991 John Gilmore (gnu at cygnus.com)
142
143 * objdump.c: Cope with renames of a few BFD types & enums.
144
0a5403df
RP
145Fri Oct 4 19:08:09 1991 Roland H. Pesch (pesch at cygnus.com)
146
147 * binutils.texinfo: add new file (rudimentary docn)
148
3fdbfe8d
PB
149Mon Sep 30 12:30:39 1991 Per Bothner (bothner at cygnus.com)
150
0a5403df 151 * config/hmake-news: Add new file (for Sony NEWSOS3).
3fdbfe8d
PB
152 * bucomm.c (fatal): Conditionally compile fatal() depending on
153 MISSING_VFPRINTF, and don't confuse the issue with NO_VARARGS.
154 * objdump.c (dump_headers): Trivial output format change.
155 * objdump.c (display_info): Loop over integers, not enums,
156 to appease old compilers.
157
158Mon May 20 16:14:07 1991 Steve Chamberlain (steve at cygint.cygnus.com)
159
160 *objdump.c *nm.c *copy.c :hanged some types to work with 64 bit object files
161
162Thu May 16 16:06:55 1991 Steve Chamberlain (steve at cygint.cygnus.com)
163 from bother
164 * objdump.c (print_address): Make disasembled output more
165 consistent with gdb and as: Add 0x when printing hex.
166 Don't print extra leading zeros.
167 Attempt to not print "filename.o".
168 * objdump.c: Add some enum-to-int casts to accomodate old compilers.
169
170
171Fri May 3 22:21:44 1991 John Gilmore (gnu at cygint.cygnus.com)
172
173 * copy.c: Change =& constructs to = &, since they confuse older
174 C compilers.
175
176
This page took 0.037794 seconds and 4 git commands to generate.