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