* hppa.h (break): First immediate field is unsigned.
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
CommitLineData
17068960
JK
1Mon Jul 19 13:52:21 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
2
981b3a27
JK
3 * hppa-dis.c (print_insn_hppa, case '>'): If next character is 'n',
4 don't output a space.
5
17068960
JK
6 * hppa-dis.c (float_format_names): 10 is undefined, and 11 is quad.
7
32d2052a
JK
8Sun Jul 18 16:30:02 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
9
10 * mips-opc.c: New file, containing opcode table from
11 ../include/opcode/mips.h.
12 * Makefile.in: Add it.
13
a4c01299
ILT
14Thu Jul 15 12:37:05 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15
16 * m88k-dis.c: New file, moved in from gdb and changed to use the
17 new dis-asm.h disassembler interface.
18 * Makefile.in (DIS_LIBS): Added m88k-dis.o.
19 (m88k-dis.o): New target.
20
37609724
ILT
21Tue Jul 13 10:04:16 1993 Ian Lance Taylor (ian@cygnus.com)
22
23 * mips-dis.c (print_insn_arg, _print_insn_mips): Made pointer to
24 argument string const char * to correspond to opcode/mips.h.
25
fde326fb
ILT
26Tue Jul 6 15:18:37 1993 Ian Lance Taylor (ian@cygnus.com)
27
28 * mips-dis.c: Updated to account for name changes in new version
29 of opcode/mips.h.
30 * Makefile.in: Added header file dependencies.
31
a5b5f81d
DE
32Sat Jul 3 23:47:56 1993 Doug Evans (dje@canuck.cygnus.com)
33
34 * h8300-dis.c (bfd_h8_disassemble): Correct fetching of instruction.
35
36Thu Jul 1 12:23:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
37
38 * m68k-dis.c (NEXTWORD, NEXTLONG): Use ((x) ^ 0x8000) - 0x8000 to sign
39 extend, rather than shifts.
40
41Sun Jun 20 20:56:56 1993 Ken Raeburn (raeburn@poseidon.cygnus.com)
42
43 * Makefile.in: Undo 15 June change.
44
5b6c6336
PB
45Fri Jun 18 14:15:15 1993 Per Bothner (bothner@deneb.cygnus.com)
46
47 * m68k-dis.c (print_insn_arg): Change return value to byte count
48 or error code.
49 * m68k-dis.c: Re-write to detect invalid operands before
50 printing anything, so we can handle this the same way we
51 handle invalid opcodes.
52
219cf232
SC
53Thu Jun 17 15:01:36 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
54
55 * sh-dis.c, sh-opc.h: Understand some more opcodes.
56
91ea6ab0
ILT
57Wed Jun 16 13:48:05 1993 Ian Lance Taylor (ian@cygnus.com)
58
59 * hppa-dis.c: Include <ansidecl.h> and sysdep.h before other
60 header files.
61
0a3c15c3
KR
62Tue Jun 15 21:45:26 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
63
64 * sparc-dis.c: Don't declare qsort, since sysdep.h might.
65
66 * configure.in: Do make sysdep.h link.
67 * Makefile.in: Search ../include. Don't search ../bfd.
68
5aef7c67
SG
69Tue Jun 15 13:36:10 1993 Stu Grossman (grossman@cygnus.com)
70
71 Changes from Jeff Law, law@cs.utah.edu:
72 * hppa-dis.c: Fix typo. 'a' and 'd' were reversed.
73 Do not print a space before the completers specified by
74 'a' and 'd'.
75
112087ed
KR
76Fri Jun 11 18:40:21 1993 Ken Raeburn (raeburn@cygnus.com)
77
998f2ef3
KR
78 * mips-dis.c: No longer need to bomb out if HOST_64_BIT is
79 defined, since gdb has been fixed.
80
112087ed
KR
81 Changes from Jeff Law, law@cs.utah.edu:
82 * hppa-dis.c (print_insn_hppa): Last argument to fput_reg,
83 fput_reg_r, fput_creg, fput_const, and fputs_filtered should
84 be a *disassemble_info, not a *FILE.
85 * hppa-dis.c: Support 'd', '!', and 'a'.
86 * hppa-dis.c: Support 's' to extract a 2 bit space register.
87 * hppa-dis.c: Delete cases which are no longer needed.
88
e6fb7139
JK
89Fri Jun 11 07:53:48 1993 Jim Kingdon (kingdon@cygnus.com)
90
91 * m68k-dis.c (print_insn_{m68k,arg}): Add MMU codes.
92
93Tue Jun 8 12:25:01 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
94
95 * h8300-dis.c: New file, removed from bfd/cpu-h8300.c, with
96 H8/300-H opcodes.
97
e0a8bcfb
PB
98Mon Jun 7 12:58:49 1993 Per Bothner (bothner@rtl.cygnus.com)
99
100 * Makefile.in (CSEARCH): Add -I../bfd for sysdep.h and bfd.h.
101 * configure.in: No longer need to configure to get sysdep.h.
102
103Thu Jun 3 15:56:49 1993 Stu Grossman (grossman@cygnus.com)
104
105 * Patches from Jeffrey Law <law@cs.utah.edu>.
106 * hppa-dis.c: Support 'I', 'J', and 'K' in output
107 templates for 1.1 FP computational instructions.
108
109Tue May 25 13:05:48 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
110
111 * h8500-dis.c (print_insn_h8500): Address argument is type
112 bfd_vma.
113 * z8k-dis.c (print_insn_z8k, print_insn_z8001, print_insn_z8002):
114 Ditto.
115
116 * h8500-opc.h (addr_class_type): No comma at end of enumerator.
117 * sh-opc.h (sh_nibble_type, sh_arg_type): Ditto.
118
119 * sparc-dis.c (compare_opcodes): Move static declaration to
120 top-level.
121
122Fri May 21 14:17:37 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
123
124 * sparc-dis.c (print_insn_sparc): Implement 'n' argument for unimp
125 instruction, remove unimp hack from 'l' argument.
126
127Wed May 19 15:35:54 1993 Stu Grossman (grossman@cygnus.com)
128
129 * z8k-dis.c (fetch_data): Use unsigned char to make ancient gcc's
130 happy.
131
132Fri May 14 15:22:46 1993 Ian Lance Taylor (ian@cygnus.com)
133
134 * Based on patches from davidj@ICSI.Berkeley.EDU (David Johnson):
135 * mips-dis.c (print_insn_arg): Handle 'C' for general coprocessor
136 instructions.
137
cfa8d061
KR
138Fri May 14 00:09:14 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
139
d698222b
KR
140 * hppa-dis.c: Include dis-asm.h before sysdep.h. Changed some
141 arrays of string pointers to 2-d arrays of chars, to save
142 space.
cfa8d061
KR
143
144Thu May 6 20:51:17 1993 Fred Fish (fnf@cygnus.com)
145
146 * a29k-dis.c, alpha-dis.c, i960-dis.c, sparc-dis.c, z8k-dis.c:
147 Cast second arg to read_memory_func to "bfd_byte *", as necessary.
148
149Tue May 4 20:31:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
150
151 * hppa-dis.c: New file from Utah, adapted to new disassembler
152 calling interface.
153 * Makefile.in: Include it.
154
155Mon Apr 26 18:17:42 1993 Steve Chamberlain (sac@thepub.cygnus.com)
156
157 * sh-dis.c, sh-opc.h: New files.
158
159Fri Apr 23 18:51:22 1993 Steve Chamberlain (sac@thepub.cygnus.com)
160
161 * alpha-dis.c, alpha-opc.h: New files.
162
163Tue Apr 6 12:54:08 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
164
165 * mips-dis.c: Sign extend 'j' and 'b' arguments, delta is a signed
166 value.
167
d802b948
JG
168Mon Apr 5 17:37:37 1993 John Gilmore (gnu@cygnus.com)
169
170 * sparc-dis.c: Make "ta" the default trap instruction, "t" the alias.
171
172Fri Apr 2 07:24:27 1993 Ian Lance Taylor (ian@cygnus.com)
173
174 * a29k-dis.c, sparc-dis.c, sparc-opc.c: Use CONST rather than
175 const.
176
720b3aed
JK
177Thu Apr 1 11:20:43 1993 Jim Kingdon (kingdon@cygnus.com)
178
179 * sparc-dis.c: Use fprintf_func a few places where I forgot,
180 and double percent signs a few places.
181
182 * a29k-dis.c, i960-dis.c: New, merged from gdb and binutils.
183
184 * i386-dis.c, m68k-dis.c, mips-dis.c, sparc-dis.c:
185 Use info->print_address_func not print_address.
186
187 * dis-buf.c (generic_print_address): New function.
188
f7ed13c7
JK
189Wed Mar 31 10:07:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
190
191 * Makefile.in: Add sparc-dis.c.
192 sparc-dis.c: New file, merges binutils and gdb versions as follows:
193 From GDB:
194 Add `add' instruction to the set that get checked
195 for a preceding `sethi' in order to print an absolute address.
196 * (print_insn): Disassembly prefers real instructions.
197 (is_delayed_branch): Speed up.
198 * sparc-opcode.h: Add ALIAS bit to aliases. Fix up opcode tables.
199 Still missing some float ops, and needs testing.
200 * sparc-pinsn.c (print_insn): Eliminate 'set' test, subsumed by
201 F_ALIAS. Use printf, not fprintf, when not passing a file
202 pointer...
203 (compare_opcodes): Check that identical instructions have
204 identical opcodes, complain otherwise.
205 From binutils:
206 * New 'm' arg.
207 * Include reg_names.
208 From neither:
209 Use dis-asm.h/read_memory_func interface.
210
05545edc
RP
211Wed Mar 31 20:49:06 1993 K. Richard Pixley (rich@rtl.cygnus.com)
212
213 * h8500-dis.c, i386-dis.c, m68k-dis.c, z8k-dis.c (fetch_data):
214 deliberately return non-zero to setjmp from longjmp. Otherwise
215 this code fails to compile.
216
cbe61cc6
SG
217Wed Mar 31 17:04:31 1993 Stu Grossman (grossman@cygnus.com)
218
219 * m68k-dis.c: Fix prototype for fetch_arg().
220
5d0734a7
JK
221Wed Mar 31 10:07:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
222
223 * dis-buf.c: New file, for new read_memory_func interface.
224 Makefile.in (OFILES): Include it.
225 m68k-dis.c, i386-dis.c, h8500-dis.c, mips-dis.c, z8k-dis.c:
226 Use new read_memory_func interface.
227
228Mon Mar 29 14:02:17 1993 Steve Chamberlain (sac@thepub.cygnus.com)
229
230 * h8500-dis.c (print_insn_h8500): Get sign of fp offsets right.
231 * h8500-opc.h: Fix couple of opcodes.
232
233Wed Mar 24 02:03:36 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
234
235 * Makefile.in: add dvi & installcheck targets
236
2cb563e6
JG
237Mon Mar 22 18:55:04 1993 John Gilmore (gnu@cygnus.com)
238
239 * Makefile.in: Update for h8500-dis.c.
240
337110ea
SC
241Fri Mar 19 14:27:17 1993 Steve Chamberlain (sac@thepub.cygnus.com)
242
243 * h8500-dis.c, h8500-opc.h: New files
244
c840244e
PB
245Thu Mar 18 14:12:37 1993 Per Bothner (bothner@rtl.cygnus.com)
246
247 * mips-dis.c, z8k-dis.c: Converted to use interface defined in
248 ../include/dis-asm.h.
249 * m68k-dis.c: New file (merge of ../binutils/m68k-pinsn.c
250 and ../gdb/m68k-pinsn.c).
251 * i386-dis.c: New file (merge of ../binutils/i386-pinsn.c
252 and ../gdb/i386-pinsn.c).
253 * m68881-ext.c: New file. Moved definition of
254 ext_format ext_format_68881 from ../gdb/m68k-tdep.c.
255 * Makefile.in: Adjust for new files.
256 * i386-dis.c: Patches from John Hassey (hassey@dg-rtp.dg.com).
257 * m68k-dis.c: Recognize '9' placement code, so (say) pflush
258 can be dis-assembled.
259
260Wed Feb 17 09:19:47 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
261
262 * mips-dis.c (print_insn_arg): Now returns void.
263
264Mon Jan 11 16:09:16 1993 Fred Fish (fnf@cygnus.com)
265
266 * mips-dis.c (ansidecl.h): Include for benefit of sysdep.h
267 files that use the macros.
268
269Thu Jan 7 13:15:17 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
270
271 * mips-dis.c: New file, from gdb/mips-pinsn.c.
272 * Makefile.in (DIS_LIBS): Added mips-dis.o.
273 (CFILES): Added mips-dis.c.
274
275Thu Jan 7 07:36:33 1993 Steve Chamberlain (sac@thepub.cygnus.com)
276
277 * z8k-dis.c (print_insn_z8001, print_insn_z8002): new routines
278 * z8kgen.c, z8k-opc.h: fix sizes of some shifts.
279
280Tue Dec 22 15:42:44 1992 Per Bothner (bothner@rtl.cygnus.com)
281
282 * Makefile.in: Improve *clean rules.
283 * configure.in: Allow a default host.
284
285Tue Nov 17 19:53:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
286
287 * Makefile.in: also use -I$(srcdir)/../bfd, since some sysdep
288 files include other sysdep files
289
290Thu Nov 12 16:10:37 1992 Steve Chamberlain (sac@thepub.cygnus.com)
291
292 * z8k-dis.c z8k-opc.h z8kgen.c: checkpoint
293
294Fri Oct 9 04:56:05 1992 John Gilmore (gnu@cygnus.com)
295
296 * configure.in: For host support, use ../bfd/configure.host
297 so it stays in sync with the ../bfd/hosts database.
298
d5dcef63
DZ
299Thu Oct 1 23:38:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
300
301 * configure.in: use cpu-vendor-os triple instead of nested cases
302
0843ea63
MW
303Wed Sep 30 16:09:20 1992 Michael Werner (mtw@cygnus.com)
304
305 * z8k-dis.c (unparse_instr): fix bug where opcode returned was
306 *always* the wrong one.
307
b31a1f81
SC
308Wed Sep 30 07:42:17 1992 Steve Chamberlain (sac@thepub.cygnus.com)
309
310 * z8kgen.c: added copyright info
311
447bbbea
SC
312Tue Sep 29 12:20:21 1992 Steve Chamberlain (sac@thepub.cygnus.com)
313
314 * z8k-dis.c (unparse_instr): prettier tabs
315 * z8kgen.c -> z8k-opc.h: bug fixes in tables
316
57cae454
SG
317Fri Sep 25 12:50:32 1992 Stu Grossman (grossman at cygnus.com)
318
319 * configure.in: Add ncr* configuration.
320 * z8k-dis.c (struct instr_data_s): Make instr_asmsrc char to make
321 picayune ANSI compilers happy.
322
323Sep 20 08:50:55 1992 Fred Fish (fnf@cygnus.com)
324
325 * configure.in (i386): Make i386 and i486 synonymous for now.
326 * configure.in (i[34]86-*-sysv4): Add my_host definition.
327
3a157902
KR
328Fri Sep 18 17:01:23 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
329
330 * Makefile.in (install): Fix typo.
331
68ca3238
JG
332Fri Sep 18 02:04:24 1992 John Gilmore (gnu@cygnus.com)
333
334 * Makefile.in (make): Remove obsolete crud.
335 (sparc-opc.o): Avoid Sun Make VPATH bug.
336
e5bc6aaf
RP
337Tue Sep 8 17:29:27 1992 K. Richard Pixley (rich@sendai.cygnus.com)
338
339 * Makefile.in: since there are no SUBDIRS, remove rule and
68ca3238 340 references of subdir_do.
e5bc6aaf 341
794a16b0
KR
342Tue Sep 8 17:02:58 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
343
344 * Makefile.in (install): Get the library name right here too.
345 Don't install bfd.h, since it's unrelated to this library. No
346 subdirs to recurse into, either.
347 (CFILES): The source file has a .c suffix, not .o.
348
349 * sparc-opc.c: New file, moved from BFD.
350 * Makefile.in (OFILES): Build it.
351
352Thu Sep 3 16:59:20 1992 Michael Werner (mtw@cygnus.com)
353
354 * z8k-dis.c: fixed forward refferences of some declarations.
355
356Mon Aug 31 16:09:45 1992 Michael Werner (mtw@cygnus.com)
357
358 * Makefile.in: get the name of the library right
359
a4ccc310
SC
360Mon Aug 31 13:47:35 1992 Steve Chamberlain (sac@thepub.cygnus.com)
361
add1fb05 362 * z8k-dis.c: knows how to disassemble z8k stuff
a4ccc310
SC
363 * z8k-opc.h: new file full of z8000 opcodes
364
365
366
This page took 0.069832 seconds and 4 git commands to generate.