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