Add support for 386 disassembly
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
d8e89b6b
RP
1Tue Apr 21 13:38:37 1992 K. Richard Pixley (rich@cygnus.com)
2
3 * Makefile.in: rework CFLAGS so that they can be passed on the
4 command line to make. Remove MINUS_G. Default CFLAGS to -g.
5
6Wed Apr 15 14:33:07 1992 Steve Chamberlain (sac@thepub.cygnus.com)
7
8 * arsup.c, arsup.h, arparse.y, arlex.l: support for archive
9 scripting language.
10
11Fri Mar 6 21:54:53 1992 K. Richard Pixley (rich@cygnus.com)
12
13 * Makefile.in: added check target.
14
15Thu Mar 5 21:35:49 1992 K. Richard Pixley (rich@cygnus.com)
16
17 * Makefile.in: added clean-info target.
18
19Tue Mar 3 15:36:37 1992 K. Richard Pixley (rich@rtl.cygnus.com)
20
21 * Makefile.in: remove $(COPY_PROG) from PROGS. It shouldn't be
22 installed. added tooldir and program_prefix.
23
24Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
25
26 * Makefile.in, configure.in: removed traces of namesubdir,
27 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
28 copyrights to '92, changed some from Cygnus to FSF.
29
30Sun Feb 16 12:53:02 1992 Per Bothner (bothner at cygnus.com)
31
32 * Makefile.in: Bump version to 1.96, and remove -beta
33 suffix from distribution name.
34 * m68k-pinsn.c: New macro COERCE_SIGNED_CHAR to extract
35 the signed value of a character (even if chars are unsigned).
36 * sparc-pinsn.c: Add new operand types.
37
38Thu Feb 6 12:14:19 1992 Steve Chamberlain (sac at rtl.cygnus.com)
39
40 * objdump.c (disassemble_data): don't print a section's contents
41 if it's not loadable (eg bss)
42
43Tue Jan 28 11:11:06 1992 Steve Chamberlain (sac at rtl.cygnus.com)
44
45 * m68k-pinsn.c (print_insn_arg): fixed so that -ve branch
46 displacements don't get printed as large +ve ones.
47
d20f480f
SC
48Fri Jan 24 14:47:53 1992 Steve Chamberlain (sac at rtl.cygnus.com)
49
50 * copy.c, nm.c, objdump.c, size.c : changed to use the
51 new reloc scheme.
52
53
54Mon Dec 30 18:34:41 1991 Per Bothner (bothner at cygnus.com)
55
56 * bucomm.c (print_arelt_descr): Tweek the output format
57 so that 'ar tv' output follows Posix 1003.2/D11.
58 Output is now also identical to Sun's (except __.SYMDEF).
59
e6e4459c
JG
60Mon Dec 30 06:09:53 1991 John Gilmore (gnu at cygnus.com)
61
62 * Makefile.in: Make `make' output more readable.
63
64Wed Dec 18 15:04:45 1991 Per Bothner (bothner at cygnus.com)
65
66 * Makefile.in: Bump to version 1.94.
67
68Wed Dec 11 16:48:09 1991 Steve Chamberlain (sac at cygnus.com)
69
70 * ar.c: added "b" to fopens for dos
71 * configdj.bat, makefile.dos new files from DJ
72
73Tue Dec 10 04:07:26 1991 K. Richard Pixley (rich at rtl.cygnus.com)
74
75 * Makefile.in: infodir belongs in datadir.
76
77Sat Dec 7 17:09:37 1991 Steve Chamberlain (sac at rtl.cygnus.com)
78
79 * bucomm.h: created to hold prototypes of bucomm.c
80 * objdump.h: created to hold prototyes of objdump.c
81 * am29k-pinsn.c: include objdump.h
82 * ar.c: include bucomm.h, get ar.h from the right place and
83 include libbfd.h
84 * bucomm.c: defunize bfd_fatal
85 * copy.c: include bucomm.h, lint.
86 * i960-pinsn.h: include bucomm.h
87 * m68k-pinsn.h: lint
88 * nm.c: include bucomm.h, lint
89 * objdump.c: lint
90 * sparc-pinsn.c: include objdump.h
91
92
93
5d845d37 94Fri Dec 6 23:02:14 1991 K. Richard Pixley (rich at rtl.cygnus.com)
bdce0211 95
5d845d37
RP
96 * Makefile.in: added standards.text support. install using
97 INSTALL_PROGRAM and INSTALL_DATA.
bdce0211 98
5d845d37
RP
99 * configure.in: configure now does all of it's work from objdir so
100 make file existence tests against ${srcdir}.
101
102Thu Dec 5 22:46:22 1991 K. Richard Pixley (rich at rtl.cygnus.com)
103
104 * Makefile.in: idestdir and ddestdir go away. Added copyrights
105 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
106 and mandir now keyed off datadir by default.
107
108Wed Dec 4 22:42:03 1991 Per Bothner (bothner at cygnus.com)
109
110 * Makefile.in: Bump to version 1.93.
111 * Makefile.in: Add make-strip.o:maybe-strip.c dependency
112 for make versions that provide half-baked VPATH-support (e.g. Sun's).
113 * size.c: Improvements suggested by
114 "david d [zoo] zuhn" <zoo@aps1.spa.umn.edu>:
115 - Don't emit (Berkeley) headers if no files were found.
116 - Return a non-zero return code on failure.
117
118Sat Nov 30 21:34:19 1991 Steve Chamberlain (sac at rtl.cygnus.com)
119
120 Changes due to include file renaming:
121 * am29k-pinsn.c: a29k-opcode.h -> opcode/a29k.h
122 * sparc-pinsn.c: sparc-opcode.h -> opcode/sparc.h
123 * m68k-pinsn.c: m68k-opcode.h -> opcode/m68k.h
124 * nm.c: stab.gnu.h -> aout/stab_gnu.h
bdce0211
SC
125
126Tue Nov 19 19:20:43 1991 Per Bothner (bothner at cygnus.com)
127
128 * README: Mention MINIMIZE flag for bfd's make.
129
d08a5233
PB
130Mon Nov 18 12:05:37 1991 Per Bothner (bothner at cygnus.com)
131
132 * README: Various improvements.
133
782d7963
PB
134Sun Nov 17 23:40:59 1991 Per Bothner (bothner at cygnus.com)
135
136 * Makefile.in: Bump to version 1.92.
137 * version.c, Makefile.in: Get version string from Makefile.
138 * copy.c, is-strip.c, not-strip.c, maybe-strip.c, Makefile.in:
139 Make the same change that we earlier did for ar/ranlib:
140 Generate two different binaries for strip and copy and use
141 a global variable with different values to distinguish
142 ostrip from copy. (-1 means to use argv[0] to decide,
143 so you can get the old behavior, but it is no longer the default).
144 * copy.c (copy_file): Set EXEC_P of output bfd if input is so.
145 * copy.c (main): If is_strip==-1, compare last 5 chars
146 of argv[0], not the whole path.
147 * copy.c (main): Return 0, not 1.
148 * copy.c (setup_sections): Fix due to change in bfd_make_section
149 now failing if asked for a duplicate section.
150 * strip.c, ostrip.c: Removed obsolete files.
151 * ar.c, not-ranlib.c, maybe-ranlib.c:
152 Change encoding of is_ranlib variable to be consistent
153 with is_strip for strip.copy (i.e -1 to means use argv[0]).
154
155Thu Nov 14 20:11:02 1991 Per Bothner (bothner at cygnus.com)
156
157 * version.c (program_version): Update to version 1.92.
158
159Tue Nov 12 16:17:53 1991 Per Bothner (bothner at cygnus.com)
160
161 * ar.c (get_pos_bfd): Previous fix was missing a "break".
162
86c18d92
SC
163Thu Nov 7 08:55:56 1991 Steve Chamberlain (sac at cygnus.com)
164
165 * am29k-pinsn.c: Fixed bug in mtacc, dmac and fmac instruction
166 encodings. (Thaks to David Wood)
167
168Sun Nov 3 14:50:23 1991 Per Bothner (bothner at cygnus.com)
169
170 * Makefile.in ($(DIST_NAME).tar.Z), TODO: Various fixes.
171 * ar.c (get_pos_bfd): Fix to handling of before/after
172 positioning options.
173 * bucomm.c (fatal): MISSING_VFPRINTF is no longer an issue,
174 since libiberty contains vfprintf etc if otherwise missing.
175 * m68k-pinsn.c (print_insn_arg): Support BB/BW/BL
176 type operands, as used by branch instructions.
177 * nm.c: Delegate printing of symbols to BFD,
178 by using bfd_print_symbol to do the formatting.
179
5f0e8767
SC
180Mon Oct 28 11:20:47 1991 Steve Chamberlain (steve at cygnus.com)
181
182 * ar.c (write_archive.c): added unlink before rename since some
183 systems can't rename onto an existant file.
184
7e309104
SC
185Mon Oct 21 09:47:23 1991 Steve Chamberlain (steve at rtl.cygnus.com)
186
187 * nm.c: now doesn't crash if a symbol with no section and no
188 SEC_ABS appears.
189
190Thu Oct 17 15:25:50 1991 Per Bothner (bothner at cygnus.com)
191
192 * Makefile.in, version.c: Bump to version 1.91.
193
d8474a9b
PB
194Wed Oct 16 11:45:36 1991 Per Bothner (bothner at cygnus.com)
195
196 * Makefile.in, ar.c, bucomm.c, copy.c, cplus-dem.c, filemode.c,
197 i960-pinsn.c, m68k-pinsn.c, nm.c, objdump.c, size.c, sparc-pinsn.c,
198 * strip.c: Add or update Copyright notice.
199 * TODO: Add note on 'nm -a'.
200 * version.c: Update version number to 1.90.
201 * Makefile.in: Fix making of documentation for dist.
202
203Tue Oct 15 00:17:17 1991 Per Bothner (bothner at cygnus.com)
204
205 * README: New file.
206 * Makefile.in: New kludgy rules for making a tarfile.
207 * Makefile.in: Fix bindir path.
208
0c10ff03
RP
209Mon Oct 14 17:34:29 1991 Roland H. Pesch (pesch at cygnus.com)
210
211 * Makefile.in: add targets binutils.mm, binutils.me
212
d7cce023
JG
213Fri Oct 11 22:44:21 1991 John Gilmore (gnu at cygnus.com)
214
215 * Makefile.in: Avoid Sun Make VPATH bugs by adding dependencies.
216
abd4aaa9
RP
217Fri Oct 11 12:51:33 1991 Roland H. Pesch (pesch at cygnus.com)
218
6b583720
RP
219 * Makefile.in: add target "binutils.ms"
220
abd4aaa9
RP
221 * binutils.texinfo: minor restructuring for texi2roff comfort.
222
d7381d0c
JG
223Fri Oct 11 04:12:28 1991 John Gilmore (gnu at cygnus.com)
224
225 Restructure configuration scheme for bfd, binutils, ld.
226
227 * include/sys/h-*.h: Move to bfd/hosts/h-*.h.
228 * configure.in: Revise to symlink sysdep.h to ../bfd/hosts/h-xxx.h.
229 Change some config names to match other dirs.
230 * *.c: Include bfd.h before sysdep.h, so ansidecl and PROTO()
231 get defined first.
232 * Makefile.in: Use -I. to get sysdep.h.
233
234Wed Oct 9 22:42:56 1991 Per Bothner (bothner at cygnus.com)
235
236 * nm.c (print_symbols): Handle NULL name field of symbol.
237 * Makefile.in: Removed spurious comment.
238
c9629e6e
RP
239Tue Oct 8 16:55:03 1991 Roland H. Pesch (pesch at cygnus.com)
240
241 * binutils.texinfo: minor typos, phrasing, formatting fixes.
242
398eef0a
PB
243Tue Oct 8 15:13:20 1991 Per Bothner (bothner at cygnus.com)
244
245 * configure.in: Get host file from ../bfd/config, not config.
246 * config/*: Remove config directory and its files.
247
050f05e7
RP
248Tue Oct 8 13:58:59 1991 Roland H. Pesch (pesch at cygnus.com)
249
b7a11ec2
RP
250 * Makefile.in: new targets binutils.dvi, binutils.info
251
050f05e7
RP
252 * binutils.texinfo: remove most remaining FIXME's, delete
253 references to __.SYMDEF by name
254
255
71e83453
SC
256Tue Oct 8 10:23:44 1991 Steve Chamberlain (steve at cygnus.com)
257
258 * objdump.c (print_address) Print addresses nicely.
259
06a97fbd
PB
260Mon Oct 7 11:31:05 1991 Per Bothner (bothner at cygnus.com)
261
262 * ar.c, Makefile.in, new files {is,not,maybe}-ranlib.c:
263 Make two different binaries for ar and ranlib, instead of
264 distinguishing them at run time using argv[0].
265 (Old behavior is still available if you "make ar_with_ranlib",
266 but it is not the default.)
267 * ranlib.sh (new): An alternative one-line
268 shell implementation of ranlib.
269
e779a58c
JG
270Fri Oct 4 21:49:44 1991 John Gilmore (gnu at cygnus.com)
271
272 * objdump.c: Cope with renames of a few BFD types & enums.
273
0a5403df
RP
274Fri Oct 4 19:08:09 1991 Roland H. Pesch (pesch at cygnus.com)
275
276 * binutils.texinfo: add new file (rudimentary docn)
277
3fdbfe8d
PB
278Mon Sep 30 12:30:39 1991 Per Bothner (bothner at cygnus.com)
279
0a5403df 280 * config/hmake-news: Add new file (for Sony NEWSOS3).
3fdbfe8d
PB
281 * bucomm.c (fatal): Conditionally compile fatal() depending on
282 MISSING_VFPRINTF, and don't confuse the issue with NO_VARARGS.
283 * objdump.c (dump_headers): Trivial output format change.
284 * objdump.c (display_info): Loop over integers, not enums,
285 to appease old compilers.
286
287Mon May 20 16:14:07 1991 Steve Chamberlain (steve at cygint.cygnus.com)
288
289 *objdump.c *nm.c *copy.c :hanged some types to work with 64 bit object files
290
291Thu May 16 16:06:55 1991 Steve Chamberlain (steve at cygint.cygnus.com)
292 from bother
293 * objdump.c (print_address): Make disasembled output more
294 consistent with gdb and as: Add 0x when printing hex.
295 Don't print extra leading zeros.
296 Attempt to not print "filename.o".
297 * objdump.c: Add some enum-to-int casts to accomodate old compilers.
298
299
300Fri May 3 22:21:44 1991 John Gilmore (gnu at cygint.cygnus.com)
301
302 * copy.c: Change =& constructs to = &, since they confuse older
303 C compilers.
304
305
This page took 0.047643 seconds and 4 git commands to generate.