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