* v850-opc.c (v850_operands): Define SR2 operand.
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
CommitLineData
6d1e1ee8 1start-sanitize-v850
e7f3e5fb
JL
2Thu Aug 29 11:10:46 1996 Jeffrey A Law (law@cygnus.com)
3
e9ebb364
JL
4 * v850-opc.c (v850_operands): Define SR2 operand.
5 (v850_opcodes): "ldsr" uses R1,SR2.
6
e7f3e5fb
JL
7 * v850-opc.c (v850_opcodes): Fix opcode specs for
8 sld.w, sst.b, sst.h, sst.w, and nop.
9
e7dd7775
JL
10Wed Aug 28 15:55:43 1996 Jeffrey A Law (law@cygnus.com)
11
12 * v850-opc.c (v850_opcodes): Add null opcode to mark the
13 end of the opcode table.
14
15end-sanitize-v850
16start-sanitize-d10v
17Mon Aug 26 13:35:53 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
18
19 * d10v-opc.c (pre_defined_registers): Added register pairs,
20 "r0-r1", "r2-r3", etc.
21
22end-sanitize-d10v
23start-sanitize-v850
cc6e50b5
JL
24Fri Aug 23 00:27:01 1996 Jeffrey A Law (law@cygnus.com)
25
e7dd7775
JL
26 * v850-opc.c (v850_operands): Make I16 be a signed operand.
27 Create I16U for an unsigned 16bit mmediate operand.
28 (v850_opcodes): Use I16U for "ori", "andi" and "xori".
29
d3edb57f
JL
30 * v850-opc.c (v850_operands): Define EP operand.
31 (IF4A, IF4B, IF4C, IF4D): Use EP.
32
18c97701
JL
33 * v850-opc.c (v850_opcodes): Fix opcode numbers for "mov"
34 with immediate operand, "movhi". Tweak "ldsr".
35
fb6da868
JL
36 * v850-opc.c (v850_opcodes): Get ld.[bhw] and st.[bhw]
37 correct. Get sld.[bhw] and sst.[bhw] closer.
38
38c7a450
JL
39 * v850-opc.c (v850_operands): "not" is a two byte insn
40
6c1fc4d3
JL
41 * v850-opc.c (v850_opcodes): Correct bit pattern for setf.
42
9ab069ea
JL
43 * v850-opc.c (v850_operands): D16 inserts at offset 16!
44
b1e897a9
JL
45 * v850-opc.c (two): Get order of words correct.
46
9ad8ddf1
JL
47 * v850-opc.c (v850_operands): I16 inserts at offset 16!
48
e41c99bd
JL
49 * v850-opc.c (v850_operands): Add "SR1" and "SR2" for system
50 register source and destination operands.
51 (v850_opcodes): Use SR1 and SR2 for "ldsr" and "stsr".
52
c262d7d8
JL
53 * v850-opc.c (v850_opcodes): Fix thinko in "jmp" opcode. Fix
54 same thinko in "trap" opcode.
85b52013 55
280d40df
JL
56 * v850-opc.c (v850_opcodes): Add initializer for size field
57 on all opcodes.
58
4be84c49
JL
59 * v850-opc.c (v850_operands): D6 -> DS7. References changed.
60 Add D8 for 8-bit unsigned field in short load/store insns.
61 (IF4A, IF4D): These both need two registers.
62 (IF4C, IF4D): Define. Use 8-bit unsigned field.
63 (v850_opcodes): For "sld.h", "sld.w", "sst.h", "sst.w", use
64 IF4C & IF4D. For "trap" use I5U, not I5. Add IF1 operand
65 for "ldsr" and "stsr".
66 * v850-opc.c (v850_operands): 3-bit immediate for bit insns
3c72ab70
JL
67 is unsigned.
68
cc6e50b5
JL
69 * v850-opc.c (v850_opcodes): Correct short store half (sst.h) and
70 short store word (sst.w).
71
69463cbb
C
72Thu Aug 22 16:57:27 1996 J.T. Conklin <jtc@rtl.cygnus.com>
73
74 * v850-opc.c (v850_operands): Added insert and extract fields,
75 pointers to functions that handle unusual operand encodings.
76
0bdf3144
JL
77Thu Aug 22 01:05:24 1996 Jeffrey A Law (law@cygnus.com)
78
9c201b1f
JL
79 * v850-opc.c (v850_opcodes): Enable "trap".
80
0bdf3144
JL
81 * v850-opc.c (v850_opcodes): Fix order of displacement
82 and register for "set1", "clr1", "not1", and "tst1".
83
b10e29f4
JL
84Wed Aug 21 18:46:26 1996 Jeffrey A Law (law@cygnus.com)
85
7c8157dd
JL
86 * v850-opc.c (v850_operands): Add "B3" support.
87 (v850_opcodes): Fix and enable "set1", "clr1", "not1"
88 and "tst1".
89
90 * v850-opc.c (v850_opcodes): "jmp" has only an R1 operand.
fed1d21f 91
b10e29f4
JL
92 * v850-opc.c: Close unterminated comment.
93
6bc33c7f
C
94Wed Aug 21 17:31:26 1996 J.T. Conklin <jtc@hippo.cygnus.com>
95
69463cbb
C
96 * v850-opc.c (v850_operands): Add flags field.
97 (v850_opcodes): add move opcodes.
6bc33c7f 98
6d1e1ee8
C
99Tue Aug 20 14:41:03 1996 J.T. Conklin <jtc@hippo.cygnus.com>
100
101 * Makefile.in (ALL_MACHINES): Add v850-opc.o.
102 * configure: (bfd_v850v_arch) Add new case.
103 * configure.in: (bfd_v850_arch) Add new case.
104 * v850-opc.c: New file.
105
106end-sanitize-v850
5751b0d7
DE
107Mon Aug 19 15:21:38 1996 Doug Evans <dje@canuck.cygnus.com>
108
109 * sparc-dis.c (print_insn_sparc): Handle little endian sparcs.
110
111start-sanitize-d10v
112Thu Aug 15 13:14:43 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
113
114 * d10v-opc.c: Add additional information to the opcode
115 table to help determinine which instructions can be done
116 in parallel.
117
118end-sanitize-d10v
a952ea1c
SS
119Thu Aug 15 13:11:13 1996 Stan Shebs <shebs@andros.cygnus.com>
120
121 * mpw-make.sed: Update editing of include pathnames to be
122 more general.
123
124Thu Aug 15 16:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
125
126 * arm-opc.h: Added "bx" instruction definition.
127
375d76ef
ILT
128Wed Aug 14 17:00:04 1996 Richard Henderson <rth@tamu.edu>
129
130 * alpha-opc.c (EV4EXTHWINDEX): Field width should be 8 not 5.
131
cff827d7 132start-sanitize-d10v
ed36b6cd
MH
133Mon Aug 12 14:30:37 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
134
135 * d10v-opc.c (d10v_opcodes): Minor fixes to addi and bl.l.
136
cff827d7
MH
137Fri Aug 9 13:21:59 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
138
139 * d10v-opc.c (d10v_opcodes): Correct 'mv' unit entry to EITHER.
140
141end-sanitize-d10v
0f38eaa0
ILT
142Thu Aug 8 12:43:52 1996 Klaus Kaempf <kkaempf@progis.de>
143
144 * makefile.vms: Update for alpha-opc changes.
145
484c4645
ILT
146Wed Aug 7 11:55:10 1996 Ian Lance Taylor <ian@cygnus.com>
147
148 * i386-dis.c (print_insn_i386): Actually return the correct value.
149 (ONE, OP_ONE): #ifdef out; not used.
150
c5e1996f
MH
151start-sanitize-d10v
152Fri Aug 2 17:47:03 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
153
cff827d7 154 * d10v-opc.c (d10v_opcodes): Added 2 accumulator sub instructions.
c5e1996f
MH
155 Changed subi operand type to treat 0 as 16.
156
157end-sanitize-d10v
82e8213e
ILT
158Wed Jul 31 16:21:41 1996 Ian Lance Taylor <ian@cygnus.com>
159
160 * m68k-opc.c: Add cpushl for the mcf5200. From Ken Rose
161 <rose@netcom.com>.
162
50569dee
JSC
163Wed Jul 31 14:39:27 1996 James G. Smith <jsmith@cygnus.co.uk>
164
165 * arm-opc.h: (arm_opcodes): Added halfword and sign-extension
166 memory transfer instructions. Add new format string entries %h and %s.
167 * arm-dis.c: (print_insn_arm): Provide decoding of the new
168 formats %h and %s.
169
3dd5a8d3
MH
170start-sanitize-d10v
171Fri Jul 26 11:45:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
172
173 * d10v-opc.c (d10v_operands): Added UNUM4S; a 4-bit accumulator shift.
174 (d10v_opcodes): Modified accumulator shift instructions to use UNUM4S.
175
176end-sanitize-d10v
239ce44d
ILT
177Fri Jul 26 14:01:43 1996 Ian Lance Taylor <ian@cygnus.com>
178
179 * alpha-dis.c (print_insn_alpha_osf): Remove.
180 (print_insn_alpha_vms): Remove.
181 (print_insn_alpha): Make globally visible. Chose the register
182 names based on info->flavour.
183 * disassemble.c: Always return print_insn_alpha for the alpha.
184
687c3cc8 185start-sanitize-d10v
ab0a2294
MH
186Thu Jul 25 15:24:17 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
187
188 * d10v-dis.c (dis_long): Handle unknown opcodes.
189
0be71562
MH
190Thu Jul 25 12:08:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
191
192 * d10v-opc.c: Changes to support signed and unsigned numbers.
193 All instructions with the same name that have long and short forms
194 now end in ".l" or ".s". Divs added.
195 * d10v-dis.c: Changes to support signed and unsigned numbers.
196
687c3cc8
MH
197Tue Jul 23 11:02:53 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
198
199 * d10v-dis.c: Change all functions to use info->print_address_func.
200
201end-sanitize-d10v
354447a4
ILT
202Mon Jul 22 15:38:53 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
203
204 * m68k-opc.c (m68k_opcodes): Make opcode masks for the ColdFire
205 move ccr/sr insns more strict so that the disassembler only
206 selects them when the addressing mode is data register.
207
95e3e733
MH
208start-sanitize-d10v
209Mon Jul 22 11:25:24 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
210 * d10v-opc.c (pre_defined_registers): Declare.
211 * d10v-dis.c (print_operand): Now uses pre_defined_registers
212 to pick a better name for the registers.
354447a4 213
95e3e733 214end-sanitize-d10v
e4024966
ILT
215Mon Jul 22 13:47:23 1996 Ian Lance Taylor <ian@cygnus.com>
216
217 * sparc-opc.c: Fix opcode values for fpack16, and fpackfix. Fix
218 operands for fexpand and fpmerge. From Christian Kuehnke
219 <Christian.Kuehnke@arbi.informatik.uni-oldenburg.de>.
220
e7bc7bc3
ILT
221Mon Jul 22 13:17:06 1996 Richard Henderson <rth@tamu.edu>
222
223 * alpha-dis.c (print_insn_alpha): No longer the user-visible
224 print routine. Take new regnames and cpumask arguments.
225 Kill the environment variable nonsense.
226 (print_insn_alpha_osf): New function. Do OSF/1 style regnames.
227 (print_insn_alpha_vms): New function. Do VMS style regnames.
228 * disassemble.c (disassembler): Test bfd flavour to pick
229 between OSF and VMS routines. Default to OSF.
230
8ec90465
ILT
231Thu Jul 18 17:19:34 1996 Ian Lance Taylor <ian@cygnus.com>
232
233 * configure.in: Call AC_SUBST (INSTALL_SHLIB).
234 * configure: Rebuild.
235 * Makefile.in (install): Use @INSTALL_SHLIB@.
236
e3659cbf
MH
237start-sanitize-d10v
238 Wed Jul 17 14:39:05 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
239
240 * configure: (bfd_d10v_arch) Add new case.
241 * configure.in: (bfd_d10v_arch) Add new case.
242 * d10v-dis.c: New file.
243 * d10v-opc.c: New file.
244 * disassemble.c (disassembler) Add entry for d10v.
e4024966 245
e3659cbf 246end-sanitize-d10v
dec678d6
C
247Wed Jul 17 10:12:05 1996 J.T. Conklin <jtc@rtl.cygnus.com>
248
249 * m68k-opc.c (m68k_opcodes): Fix bugs in coldfire insns relating
250 to bcc, trapfl, subxl, and wddata discovered by Andreas Schwab.
251
9498be1a
SG
252Mon Jul 15 16:59:55 1996 Stu Grossman (grossman@critters.cygnus.com)
253
254 * i386-dis.c: Get rid of print_insn_i8086. Use info.mach to
255 distinguish between variants of the instruction set.
256 * sparc-dis.c: Get rid of print_insn_sparclite. Use info.mach to
257 distinguish between variants of the instruction set.
258
be0c8b05
SG
259Fri Jul 12 10:12:01 1996 Stu Grossman (grossman@critters.cygnus.com)
260
261 * i386-dis.c (print_insn_i8086): New routine to disassemble using
262 the 8086 instruction set.
263 * i386-dis.c: General cleanups. Make most things static. Add
264 prototypes. Get rid of static variables aflags and dflags. Pass
265 them as args (to almost everything).
266
0decb7fd 267Thu Jul 11 11:58:44 1996 Jeffrey A Law (law@cygnus.com)
52aa5336 268
3b2a7894
JL
269 * h8300-dis.c (bfd_h8_disassemble): Handle macregs in ldmac insns.
270
8e9c1f74
JL
271 * h8300-dis.c (bfd_h8_disassemble): Handle "ldm.l" and "stm.l".
272
52aa5336
JL
273 * h8300-dis.c (bfd_h8_disassemble): "abs" is implicitly two
274 if the next arg is marked with SRC_IN_DST. Gross.
275
b3ef936e
JL
276 * h8300-dis.c (bfd_h8_disassemble): Print "exr" when
277 we're looking for and find EXR.
278
81fc72a7
JL
279 * h8300-dis.c (bfd_h8_disassemble): We don't have a match
280 if we're looking for KBIT and we don't find it.
0decb7fd 281
bf0b880f
JL
282 * h8300-dis.c (bfd_h8_disassemble): Mask off unwanted bits
283 for L_3 and L_2.
284
0decb7fd
JL
285 * h8300-dis.c (bfd_h8_disassemble): Don't set plen for
286 3bit immediate operands.
287
16954037 288Tue Jul 9 10:55:20 1996 Ian Lance Taylor <ian@cygnus.com>
972b1bb0 289
25b344a4
JL
290 * Released binutils 2.7.
291
16954037
ILT
292 * alpha-opc.c: Add new case of "mov". From Klaus Kaempf
293 <kkaempf@progis.ac-net.de>.
294
295Thu Jul 4 11:42:51 1996 Ian Lance Taylor <ian@cygnus.com>
296
972b1bb0
ILT
297 * alpha-opc.c: Correct second case of "mov" to use OPRL.
298
eb2c8518
SG
299Wed Jul 3 16:03:47 1996 Stu Grossman (grossman@critters.cygnus.com)
300
301 * sparc-dis.c (print_insn_sparclite): New routine to print
302 sparclite instructions.
303
9070eaff
C
304Wed Jul 3 14:21:18 1996 J.T. Conklin <jtc@rtl.cygnus.com>
305
306 * m68k-opc.c (m68k_opcodes): Add coldfire support.
307
b1dd184e
DE
308Fri Jun 28 15:53:51 1996 Doug Evans <dje@canuck.cygnus.com>
309
310 * sparc-opc.c (asi_table): Add #ASI_N, #ASI_N_L, #ASI_NUCLEUS,
311 #ASI_NUCLEUS_LITTLE. Rename #ASI_AS_IF_USER_{PRIMARY,SECONDARY}_L
312 to #ASI_AS_IF_USER_{PRIMARY,SECONDARY}_LITTLE.
313
2f70f660
JM
314Tue Jun 25 22:58:31 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
315
316 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir):
317 Use autoconf-set values.
318 (docdir, oldincludedir): Removed.
319 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
320
321Fri Jun 21 13:53:36 1996 Richard Henderson <rth@tamu.edu>
322
323 * alpha-opc.c: New file.
324 * alpha-opc.h: Remove.
325 * alpha-dis.c: Complete rewrite to use new opcode table.
326 * configure.in: For bfd_alpha_arch, use alpha-opc.o.
327 * configure: Rebuild with autoconf 2.10.
328 * Makefile.in (ALL_MACHINES): Add alpha-opc.o.
329 (alpha-dis.o): Depend upon $(INCDIR)/opcode/alpha.h, not
330 alpha-opc.h.
331 (alpha-opc.o): New target.
332
c635473f
ILT
333Wed Jun 19 15:55:12 1996 Ian Lance Taylor <ian@cygnus.com>
334
4264a46e
ILT
335 * sparc-dis.c (print_insn_sparc): Remove unused local variable i.
336 Set imm_added_to_rs1 even if the source and destination register
337 are not the same.
338
c635473f
ILT
339 * sparc-opc.c: Add some two operand forms of the wr instruction.
340
cc973817
JL
341Tue Jun 18 15:58:27 1996 Jeffrey A. Law <law@rtl.cygnus.com>
342
343 * h8300-dis.c (bfd_h8_disassemble): Rename "hmode" argument
344 to just "mode".
345
cc973817
JL
346 * disassemble.c (disassembler): Handle H8/S.
347 * h8300-dis.c (print_insn_h8300s): New function for H8/S.
25b344a4 348
1b5dbf74
ILT
349Tue Jun 18 18:06:50 1996 Ian Lance Taylor <ian@cygnus.com>
350
c635473f
ILT
351 * sparc-opc.c: Add beq/teq as aliases for be/te.
352
1b5dbf74
ILT
353 * ppc-opc.c: Fix fcmpo opcode. From Sergei Steshenko
354 <sergei@msil.sps.mot.com>.
355
03496c49
ILT
356Tue Jun 18 15:08:54 1996 Klaus Kaempf <kkaempf@progis.de>
357
358 * makefile.vms: New file.
359
360 * alpha-dis.c (print_insn_alpha): Print lda ra,lit(rz) as mov.
361
362Mon Jun 10 18:50:38 1996 Ian Lance Taylor <ian@cygnus.com>
363
364 * h8300-dis.c (bfd_h8_disassemble): Always print ABS8MEM with :8,
365 regardless of plen.
366
367Tue Jun 4 09:15:53 1996 Doug Evans <dje@canuck.cygnus.com>
368
369 * i386-dis.c (OP_OFF): Call append_prefix.
370
366323cf
MM
371Thu May 23 15:18:23 1996 Michael Meissner <meissner@tiktok.cygnus.com>
372
373 * ppc-opc.c (instruction encoding macros): Add explicit casts to
374 unsigned long to silence a warning from the Solaris PowerPC
375 compiler.
376
377Thu Apr 25 19:33:32 1996 Doug Evans <dje@canuck.cygnus.com>
378
379 * sparc-opc.c (sparc_opcodes): Add ultrasparc vis extensions.
380
381Mon Apr 22 17:12:35 1996 Doug Evans <dje@blues.cygnus.com>
382
383 * sparc-dis.c (X_IMM,X_SIMM): New macros.
384 (X_IMM13): Delete.
385 (print_insn_sparc): Merge cases i,I,j together. New cases X,Y.
386 * sparc-opc.c (sparc_opcodes): Use X for 5 bit shift constants,
387 Y for 6 bit shift constants. Rewrite entries for crdcxt, cwrcxt,
388 cpush, cpusha, cpull sparclet insns.
389
ec680fc5
DE
390Wed Apr 17 14:20:22 1996 Doug Evans <dje@canuck.cygnus.com>
391
366323cf 392 * sparc-dis.c (compute_arch_mask): Replace ANSI style def with K&R.
ec680fc5 393
1dd37c48
ILT
394Thu Apr 11 17:30:02 1996 Ian Lance Taylor <ian@cygnus.com>
395
396 * sparc-opc.c: Set F_FBR on floating point branch instructions.
397 Set F_FLOAT on other floating point instructions.
398
95bc20ec
MM
399Mon Apr 8 17:02:48 1996 Michael Meissner <meissner@tiktok.cygnus.com>
400
401 * ppc-opc.c (PPC860): Macro for 860/821 specific instructions and
402 registers.
403 (powerpc_opcodes): Add 860/821 specific SPRs.
404
639b5a09
ILT
405Mon Apr 8 14:00:44 1996 Ian Lance Taylor <ian@cygnus.com>
406
407 * configure.in: Permit --enable-shared to specify a list of
57117785 408 directories. Set and substitute BFD_PICLIST.
639b5a09 409 * configure: Rebuild.
57117785
ILT
410 * Makefile.in (BFD_PICLIST): Rename from BFD_LIST. Change all
411 uses. Set to @BFD_PICLIST@.
639b5a09 412
d2f6ce6a
JL
413Fri Apr 5 17:12:27 1996 Jeffrey A Law (law@cygnus.com)
414
415 * h8300-dis.c (bfd_h8_disassemble): Use "bit" for L_3 immediates,
416 not "abs", which may be needed for the absolute in something
417 like btst #0,@10:8. Print L_3 immediates separately from other
418 immediates. Change ABSMOV reference to ABS8MEM.
419
d302b5f2
DE
420Wed Apr 3 10:40:45 1996 Doug Evans <dje@canuck.cygnus.com>
421
422 * sparc-dis.c (opcodes_initialized): Move inside print_insn_sparc.
423 (current_arch_mask): New static global.
424 (compute_arch_mask): New static function.
425 (print_insn_sparc): Delete sparc_v9_p. New static local
426 current_mach. Resort opcode table if current_mach changes.
427 Generalize "insn not supported" test.
428 (compare_opcodes): Prefer supported opcodes to nonsupported ones.
429 Delete test for v9/!v9.
430 * sparc-opc.c (MASK_*): Use SPARC_OPCODE_ARCH_MASK.
431 (v6notlet): Define.
432 (brfc): Split into CBR and FBR for coprocessor/fp branches.
433 (brfcx): Renamed to FBRX.
434 (condfc): Renamed to CONDFC. Pass v6notlet to CBR (standard
435 coprocessor mnemonics are not supported on the sparclet).
436 (condf): Renamed to CONDF.
437 (SLCBCC2): Delete F_ALIAS flag.
438
03481f0e
DE
439Sat Mar 30 21:45:59 1996 Doug Evans <dje@canuck.cygnus.com>
440
441 * sparc-opc.c (sparc_opcodes): rd must be 0 for
442 mov foo,{%y,%psr,%wim,%tbr}. Support mov foo,%asrX.
443
c8303271
ILT
444Fri Mar 29 13:02:40 1996 Ian Lance Taylor <ian@cygnus.com>
445
446 * Makefile.in (config.status): Depend upon BFD VERSION file, so
447 that the shared library version number is set correctly.
448
7919b9ec
ILT
449Tue Mar 26 15:47:14 1996 Ian Lance Taylor <ian@cygnus.com>
450
451 * configure.in: Use AC_CHECK_TOOL to find ar and ranlib. From
452 Miles Bader <miles@gnu.ai.mit.edu>.
453 * configure: Rebuild.
454
455Sat Mar 16 13:04:07 1996 Fred Fish <fnf@cygnus.com>
456
457 * z8kgen.c (internal, gas): Call xmalloc rather than unchecked
458 malloc.
459
ea2488ad
ILT
460Tue Mar 12 12:14:10 1996 Ian Lance Taylor <ian@cygnus.com>
461
462 * configure: Rebuild with autoconf 2.8.
463
464Thu Mar 7 15:11:10 1996 Doug Evans <dje@charmed.cygnus.com>
465
466 * sparc-dis.c (print_insn_sparc): Handle 'O' operand char like 'r'.
467 * sparc-opc.c (sparc_opcodes): Use 'O' operand char for `neg reg'.
468
8f218e05
ILT
469Tue Mar 5 15:51:57 1996 Ian Lance Taylor <ian@cygnus.com>
470
471 * configure.in: Don't set SHLIB or SHLINK to an empty string,
472 since they appear as targets in Makefile.in.
473 * configure: Rebuild.
474
c8f388e7
SS
475Mon Feb 26 13:03:40 1996 Stan Shebs <shebs@andros.cygnus.com>
476
477 * mpw-make.sed: Edit out shared library support bits.
478
38399547
DE
479Tue Feb 20 20:48:28 1996 Doug Evans <dje@charmed.cygnus.com>
480
481 * sparc-opc.c (v8,v6notv9): Add MASK_SPARCLET.
482 (sparc_opcode_archs): Add MASK_V8 to sparclet entry.
483 (sparc_opcodes): Add sparclet insns.
484 (sparclet_cpreg_table): New static local.
485 (sparc_{encode,decode}_sparclet_cpreg): New functions.
486 * sparc-dis.c (print_insn_sparc): Handle sparclet cpregs.
487
488Tue Feb 20 11:02:44 1996 Alan Modra <alan@mullet.Levels.UniSA.Edu.Au>
489
490 * i386-dis.c (index16): New static variable.
491 (putop): Print jecxz for 32 bit case, jcxz for 16 bit, not the
492 other way around.
493 (OP_indirE): Return result of OP_E.
494 (OP_E): Check for 16 bit addressing mode, and disassemble
495 correctly. Optimised 32 bit case a little. Don't print
496 "(base,index,scale)" when sib specifies only an offset.
497
a9c5cc53
ILT
498Mon Feb 19 12:32:17 1996 Ian Lance Taylor <ian@cygnus.com>
499
500 * configure.in: Set and substitute SHLIB_DEP.
501 * configure: Rebuild.
502 * Makefile.in (SHLIB_DEP): New variable.
503 (LIBIBERTY_LISTS, BFD_LIST): New variables.
504 (stamp-piclist): Depend upon LIBIBERTY_LISTS and BFD_LIST. If
505 COMMON_SHLIB, add them to piclist with appropriate modifications.
506 ($(SHLIB)): Depend upon $(SHLIB_DEP). Don't check COMMON_SHLIB
507 here: just use piclist.
508
b62e64e9
DE
509Mon Feb 19 02:03:50 1996 Doug Evans <dje@charmed.cygnus.com>
510
511 * sparc-dis.c (MASK_V9,V9_ONLY_P,V9_P): Define.
512 (print_insn_sparc): Rewrite v9/not-v9 tests.
513 (compare_opcodes): Likewise.
514 * sparc-opc.c (MASK_<ARCH>): Define.
515 (v6,v7,v8,sparclite,v9,v9a): Redefine.
516 (sparclet,v6notv9): Define.
517 (sparc_opcode_archs): Delete member `conflicts'. Add `supported'.
518 (sparc_opcodes): Delete F_NOTV9, use v6notv9 instead.
519
6d76c71f
ILT
520Thu Feb 15 14:45:05 1996 Ian Lance Taylor <ian@cygnus.com>
521
46bcd2ec
ILT
522 * configure.in: Call AC_PROG_CC before configure.host.
523 * configure: Rebuild.
524
6d76c71f
ILT
525 * Makefile.in (SONAME): Remove leading ../bfd/ from $(SHLIB).
526
03db5a93
ILT
527Wed Feb 14 19:01:27 1996 Alan Modra <alan@spri.levels.unisa.edu.au>
528
529 * i386-dis.c (onebyte_has_modrm): New static array.
530 (twobyte_has_modrm): New static array.
531 (print_insn_i386): Only fetch the mod/reg/rm byte if it is needed.
532
533Tue Feb 13 15:15:01 1996 Ian Lance Taylor <ian@cygnus.com>
534
535 * Makefile.in ($(SHLINK)): Check ts against $(SHLIB), not
536 $(SHLINK).
537
222e3f6e
MM
538Mon Feb 12 16:26:06 1996 Michael Meissner <meissner@tiktok.cygnus.com>
539
540 * ppc-opc.c (PPC): Undef, so default defination on Windows NT
541 doesn't conflict.
542
c07dc459
ILT
543Wed Feb 7 13:59:54 1996 Ian Lance Taylor <ian@cygnus.com>
544
222e3f6e
MM
545 * m68k-opc.c (m68k_opcodes): The bkpt instruction is supported on
546 m68010up, not just m68020up | cpu32.
547
c07dc459
ILT
548 * Makefile.in (SONAME): New variable.
549 ($(SHLINK)): Make a link to the transformed name, as well.
550 (stamp-tshlink): New target.
551 (install): Skip stamp-tshlink during install.
552
553Tue Feb 6 12:28:54 1996 Ian Lance Taylor <ian@cygnus.com>
554
555 * configure.in: Call AC_ARG_PROGRAM.
556 * configure: Rebuild.
557 * Makefile.in (program_transform_name): New variable.
558 (install): Transform library name before installing it.
559
e0bf1022
ILT
560Mon Feb 5 16:14:42 1996 Ian Lance Taylor <ian@cygnus.com>
561
1a4dd30e 562 * i960-dis.c (mem): Add HX dcinva instruction.
1a4dd30e 563
e0bf1022
ILT
564 Support for building as a shared library, based on patches from
565 Alan Modra <alan@spri.levels.unisa.edu.au>:
566 * configure.in: Add AC_ARG_ENABLE for shared and commonbfdlib.
567 New substitutions: ALLLIBS, PICFLAG, SHLIB, SHLIB_CC,
568 SHLIB_CFLAGS, COMMON_SHLIB, SHLINK.
569 * configure: Rebuild.
570 * Makefile.in (ALLLIBS): New variable.
571 (PICFLAG, SHLIB, SHLIB_CC, SHLIB_CFLAGS): New variables.
572 (COMMON_SHLIB, SHLINK): New variables.
573 (.c.o): If PICFLAG is set, compile twice, once PIC, once normal.
574 (STAGESTUFF): Remove variable.
575 (all): Depend upon $(ALLLIBS) rather than $(TARGETLIB).
576 (stamp-piclist, piclist): New targets.
577 ($(SHLIB), $(SHLINK)): New targets.
578 ($(OFILES)): Depend upon stamp-picdir.
579 (disassemble.o): Build twice if PICFLAG is set.
580 (MOSTLYCLEAN): Add pic/*.o.
581 (clean): Remove $(SHLIB), $(SHLINK), piclist, and stamp-piclist.
582 (distclean): Remove pic and stamp-picdir.
583 (install): Install shared libraries.
584 (stamp-picdir): New target.
585
586Fri Feb 2 17:15:25 1996 Doug Evans <dje@charmed.cygnus.com>
587
588 * sparc-dis.c (print_insn_sparc): Delete DISASM_RAW_INSN support.
589 Print unknown instruction as "unknown", rather than in hex.
590
9fcea7ef
ILT
591Tue Jan 30 14:06:08 1996 Ian Lance Taylor <ian@cygnus.com>
592
593 * dis-buf.c: Include "sysdep.h" before "dis-asm.h".
594
595Thu Jan 25 20:24:07 1996 Doug Evans <dje@charmed.cygnus.com>
596
597 * sparc-opc.c (sparc_opcode_archs): Mark v8/sparclite as conflicting.
598
931c53ab
ILT
599Thu Jan 25 11:56:49 1996 Ian Lance Taylor <ian@cygnus.com>
600
601 * i386-dis.c (print_insn_i386): Only fetch the mod/reg/rm byte
602 when necessary. From Ulrich Drepper
603 <drepper@myware.rz.uni-karlsruhe.de>.
604
ca4cb8bc
DE
605Thu Jan 25 03:39:10 1996 Doug Evans <dje@charmed.cygnus.com>
606
607 * sparc-dis.c (print_insn_sparc): NUMOPCODES replaced with
608 sparc_num_opcodes. Update architecture enum values.
609 * sparc-opc.c (sparc_opcode_archs): Replaces architecture_pname.
610 (sparc_opcode_lookup_arch): New function.
611 (sparc_num_opcodes): Renamed from bfd_sparc_num_opcodes.
612 (sparc_opcodes): Add v9a shutdown insn.
613
187fddf7
DE
614Mon Jan 22 08:29:59 1996 Doug Evans <dje@charmed.cygnus.com>
615
986c92a7
DE
616 * sparc-dis.c (print_insn_sparc): Renamed from print_insn.
617 If DISASM_RAW_INSN, print insn in hex. Handle v9a as opcode
618 architecture.
619 (print_insn_sparc64): Deleted.
620 * disassemble.c (disassembler, case bfd_arch_sparc): Always use
621 print_insn_sparc.
79ae32ab 622
187fddf7
DE
623 * sparc-opc.c (architecture_pname): Add v9a.
624
6ddc0baa
ILT
625Fri Jan 12 14:35:58 1996 David Mosberger-Tang <davidm@AZStarNet.com>
626
627 * alpha-opc.h (alpha_insn_set): VAX floating point opcode was
628 incorrectly defined as 0x16 when it should be 0x15.
629 (FLOAT_FORMAT_MASK): function code is 11 bits, not just 7 bits!
630 (alpha_insn_set): added cvtst and cvttq float ops. Also added
631 excb (exception barrier) which is defined in the Alpha
632 Architecture Handbook version 2.
633 * alpha-dis.c (print_insn_alpha): Fixed special-case decoding for
634 OPERATE_FORMAT_CODE type instructions. The bug caused mulq to be
635 disassembled as or, for example.
636
fef0b65b
ILT
637Wed Jan 10 12:37:22 1996 Ian Lance Taylor <ian@cygnus.com>
638
639 * mips-dis.c (print_insn_arg): Print cases 'i' and 'u' in hex.
640 (_print_insn_mips): Change i from int to unsigned int.
641
3cf013f8
MM
642Thu Jan 4 17:21:10 1996 David Edelsohn <edelsohn@mhpcc.edu>
643
644 * ppc-opc.c (powerpc_opcodes): tlbi POWER opcode form different
645 from tlbie PowerPC opcode. Add PPC603 tlbld and tlbli.
646
1d935cf6
MM
647Thu Dec 28 13:29:19 1995 John Hassey <hassey@rtp.dg.com>
648
649 * i386-dis.c: Added Pentium Pro instructions.
650
651Tue Dec 19 22:56:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
652
653 * ppc-opc.c (fsqrt{,.}): Duplicate for PowerPC in addition to
654 being for Power2.
655
656Fri Dec 15 14:14:15 1995 J.T. Conklin <jtc@rtl.cygnus.com>
657
658 * sh-opc.h (sh_nibble_type): Added REG_B.
659 (sh_arg_type): Added A_REG_B.
660 (sh_table): Added pref and bank reg versions of ldc, ldc.l, stc
661 and stc.l opcodes.
662 * sh-dis.c (print_insn_shx): Added cases for REG_B and A_REG_B.
663
ab0ec5d0
ILT
664Fri Dec 15 16:44:31 1995 Ian Lance Taylor <ian@cygnus.com>
665
666 * disassemble.c (disassembler): Use new bfd_big_endian macro.
667
1d776313
ILT
668Tue Dec 12 12:22:24 1995 Ian Lance Taylor <ian@cygnus.com>
669
670 * Makefile.in (distclean): Remove stamp-h. From Ronald
671 F. Guilmette <rfg@monkeys.com>.
672
211eda66
SS
673Tue Dec 5 13:42:44 1995 Stan Shebs <shebs@andros.cygnus.com>
674
675 From David Mosberger-Tang <davidm@azstarnet.com>:
676 * alpha-dis.c (print_insn_alpha): fixed decoding of cpys
677 instruction.
678
60da0079
C
679Mon Dec 4 12:29:05 1995 J.T. Conklin <jtc@rtl.cygnus.com>
680
681 * sh-opc.h (sh_arg_type): Added A_SSR and A_SPC.
682 (sh_table): Added many SH3 opcodes.
683 * sh-dis.c (print_insn_shx): Added cases for A_SSR and A_SPC.
684
695b028f
MM
685Fri Dec 1 07:42:18 1995 Michael Meissner <meissner@tiktok.cygnus.com>
686
687 * ppc-opc.c (subfc., subfco): Mark this PPCCOM, not PPC.
688 (subco,subco.): Mark this PPC, not PPCCOM.
689
bd22cd1e
ILT
690Mon Nov 27 13:09:52 1995 Ian Lance Taylor <ian@cygnus.com>
691
692 * configure: Rebuild with autoconf 2.7.
693
00103dfa
ILT
694Tue Nov 21 18:28:06 1995 Ian Lance Taylor <ian@cygnus.com>
695
696 * configure: Rebuild with autoconf 2.6.
697
698Wed Nov 15 19:02:53 1995 Ken Raeburn <raeburn@cygnus.com>
699
700 * configure.in: Sort list of architectures. Accept but do nothing
701 for alliant, convex, pyramid, romp, and tahoe.
702
703Wed Nov 8 20:18:59 1995 Ian Lance Taylor <ian@cygnus.com>
704
705 * a29k-dis.c (print_special): Change num to unsigned int.
706
707Wed Nov 8 20:10:35 1995 Eric Freudenthal <freudenthal@nyu.edu>
708
709 * a29k-dis.c (print_insn): Cast insn24 to unsigned long when
710 shifting it.
711
6a468850
ILT
712Tue Nov 7 15:21:06 1995 Ian Lance Taylor <ian@cygnus.com>
713
714 * configure.in: Call AC_CHECK_PROG to find and cache AR.
715 * configure: Rebuilt.
716
f98c3369
ILT
717Mon Nov 6 17:39:47 1995 Harry Dolan <dolan@ssd.intel.com>
718
719 * configure.in: Add case for bfd_i860_arch.
720 * configure: Rebuild.
721
681447c6
ILT
722Fri Nov 3 12:45:31 1995 Ian Lance Taylor <ian@cygnus.com>
723
724 * m68k-opc.c (m68k_opcodes): Correct fmoveml operands.
725 * m68k-dis.c (NEXTSINGLE): Change i to unsigned int.
726 (NEXTDOUBLE): Likewise.
727 (print_insn_m68k): Don't match fmoveml if there is more than one
728 register in the list.
729 (print_insn_arg): Handle a place of '8' for a type of 'L'.
730
dbf7e45f
ILT
731Thu Nov 2 23:06:33 1995 Ian Lance Taylor <ian@cygnus.com>
732
733 * m68k-opc.c: Use #W rather than #w.
734 * m68k-dis.c (print_insn_arg): Handle new 'W' place.
735
681bbcf5
ILT
736Wed Nov 1 13:30:24 1995 Ian Lance Taylor <ian@cygnus.com>
737
738 * m68k-opc.c (m68k_opcode_aliases): Add dbfw as an alias for dbf,
739 and likewise for all the dbxx opcodes.
740
76ab2645
FF
741Mon Oct 30 20:50:40 1995 Fred Fish <fnf@cygnus.com>
742
743 * arc-dis.c: Include elf-bfd.h rather than libelf.h.
744
a2bdba31
JSC
745Mon Oct 23 11:11:34 1995 James G. Smith <jsmith@pasanda.cygnus.co.uk>
746
747 * mips-opc.c: Added shorthand (V1) for INSN_4100 manifest. Added
748 the VR4100 specific instructions to the mips_opcodes structure.
749
750Thu Oct 19 11:05:23 1995 Stan Shebs <shebs@andros.cygnus.com>
751
752 * mpw-config.in, mpw-make.sed: Remove ugly workaround for
753 ugly Metrowerks bug in CW6, is fixed in CW7.
754
d75c2e0f
MM
755Mon Oct 16 12:59:01 1995 Michael Meissner <meissner@tiktok.cygnus.com>
756
757 * ppc-opc.c (whole file): Add flags for common/any support.
758
759Tue Oct 10 11:06:07 1995 Fred Fish <fnf@cygnus.com>
760
761 * Makefile.in (BISON): Remove macro.
762 (FLAGS_TO_PASS): Remove BISON.
763
9e0b0ae7
KR
764Fri Oct 6 16:26:45 1995 Ken Raeburn <raeburn@cygnus.com>
765
766 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
767
768 * m68k-dis.c (print_insn_m68k): Recognize all two-word
769 instructions that take no args by looking at the match mask.
770 (print_insn_arg): Always print "%" before register names.
771 [case 'c']: Use "nc" for the no-cache case, as recognized by gas.
772 [case '_']: Don't print "@#" before address.
773 [case 'J']: Use "%s" as format string, not register name.
774 [case 'B']: Treat place == 'C' like 'l' and 'L'.
775
726257a8
KR
776Thu Oct 5 22:16:20 1995 Ken Raeburn <raeburn@cygnus.com>
777
778 * i386-dis.c: Describe cmpxchg8b operand, and spell the opcode
779 name correctly.
780
e521d840
SC
781Tue Oct 3 08:30:20 1995 steve chamberlain <sac@slash.cygnus.com>
782
783 From David Mosberger-Tang <davidm@azstarnet.com>
784
785 * alpha-opc.h (MEMORY_FUNCTION_FORMAT_MASK): added.
786 (alpha_insn_set): added definitions for VAX floating point
787 instructions (Unix compilers don't generate these, but handcoded
788 assembly might still use them).
789
790 * alpha-dis.c (print_insn_alpha): added support for disassembling
791 the miscellaneous instructions in the Alpha instruction set.
792
793Tue Sep 26 18:47:20 1995 Stan Shebs <shebs@andros.cygnus.com>
794
795 * mpw-config.in: Add m68k-opc.c.o to BFD_MACHINES for m68k,
796 no longer create sysdep.h, sed ppc-opc.c to work around a
797 serious Metrowerks C bug.
798 * mpw-make.in: Remove.
799 * mpw-make.sed: New file, used by mpw-configure to edit
800 Makefile.in into an MPW makefile.
801
1cd3bab3
ILT
802Wed Sep 20 12:55:28 1995 Ian Lance Taylor <ian@cygnus.com>
803
804 * Makefile.in (maintainer-clean): New synonym for realclean.
805
a4a879cd
ILT
806Tue Sep 19 15:28:36 1995 Ian Lance Taylor <ian@cygnus.com>
807
808 * m68k-opc.c: Split pmove patterns which use 'P' into patterns
809 which use '0', '1', and '2' instead. Specify the proper size for
810 a pmove immediate operand. Correct the pmovefd patterns to be
811 moves to a register, not from a register.
812 * m68k-dis.c (print_insn_arg): Replace 'P' with '0', '1', '2'.
813
4814df24
DE
814Thu Sep 14 11:58:22 1995 Doug Evans <dje@canuck.cygnus.com>
815
816 * sparc-opc.c (sparc_opcodes): Mark all insns that reference
817 %psr, %wim, %tbr as F_NOTV9.
818
84c1534f
ILT
819Fri Sep 8 01:07:38 1995 Ian Lance Taylor <ian@cygnus.com>
820
824155e8
ILT
821 * Makefile.in (Makefile): Just rebuild Makefile when running
822 config.status.
823 (config.h, stamp-h): New targets.
824 * configure.in: Call AC_CONFIG_HEADER and AC_CANONICAL_SYSTEM
825 earlier. Don't bother to call AC_ARG_PROGRAM. Touch stamp-h when
826 rebuilding config.h.
827 * configure: Rebuild.
828
84c1534f
ILT
829 * mips-opc.c: Change unaligned loads and stores with "t,A"
830 operands to use "t,A(b)".
831
84c1534f
ILT
832Thu Sep 7 19:02:46 1995 Jim Wilson <wilson@chestnut.cygnus.com>
833
834 * sh-dis.c (print_insn_shx): Add F_FR0 support.
835
84c1534f
ILT
836Thu Sep 7 19:02:46 1995 Jim Wilson <wilson@chestnut.cygnus.com>
837
838 * sh-dis.c (print_insn_shx): Change loop over op->arg[n] to iterate
839 until 3 instead of until 2.
840
40db6118
ILT
841Wed Sep 6 21:21:33 1995 Ian Lance Taylor <ian@cygnus.com>
842
843 * Makefile.in (ALL_CFLAGS): Define.
844 (.c.o, disassemble.o): Use $(ALL_CFLAGS).
845 (MOSTLYCLEAN): Add config.log.
846 (distclean): Don't remove config.log.
847 * configure.in: Substitute HDEFINES.
848 * configure: Rebuild.
849
dd6ed5ab
JW
850Wed Sep 6 15:08:09 1995 Jim Wilson <wilson@chestnut.cygnus.com>
851
852 * sh-opc.h (sh_arg_type): Add F_FR0.
853 (sh_table, case fmac): Add F_FR0 as first argument.
854
dd6ed5ab
JW
855Wed Sep 6 15:08:09 1995 Jim Wilson <wilson@chestnut.cygnus.com>
856
857 * sh-opc.h (sh_opcode_info): Increase arg array size to 4.
858
49cb62cd
DE
859Tue Sep 5 18:28:10 1995 Doug Evans <dje@canuck.cygnus.com>
860
861 * sparc-dis.c: Remove all references to NO_V9.
862
beb926c0
ILT
863Tue Sep 5 20:03:26 1995 Ian Lance Taylor <ian@cygnus.com>
864
865 * aclocal.m4: Just include ../bfd/aclocal.m4.
866 * configure: Rebuild.
867
fdd7e4ef
DE
868Tue Sep 5 16:09:59 1995 Doug Evans <dje@canuck.cygnus.com>
869
870 * sparc-dis.c (X_DISP19): Define.
871 (print_insn, case 'G'): Use it.
872 (print_insn, case 'L'): Sign extend displacement.
873
c62d1274
ILT
874Mon Sep 4 14:28:46 1995 Ian Lance Taylor <ian@cygnus.com>
875
9b65d522
ILT
876 * configure.in: Run ../bfd/configure.host before AC_PROG_CC.
877 Subsitute CFLAGS and AR. Call AC_PROG_INSTALL. Don't substitute
878 host_makefile_frag or frags.
879 * aclocal.m4: New file.
880 * configure: Rebuild.
881 * Makefile.in (INSTALL): Set to @INSTALL@.
882 (INSTALL_PROGRAM): Set to @INSTALL_PROGRAM@.
883 (INSTALL_DATA): Set to @INSTALL_DATA@.
884 (AR): Set to @AR@.
885 (AR_FLAGS): Set to rc rather than qc.
886 (CC): Define as @CC@.
887 (CFLAGS): Set to @CFLAGS@.
888 (@host_makefile_frag@): Remove.
889 (config.status): Remove dependency upon @frags@.
890
c62d1274
ILT
891 * configure.in: ../bfd/config.bfd now just sets shell variables.
892 Use them rather than looking through target Makefile fragments.
893 * configure: Rebuild.
894
db29ae72
JW
895Thu Aug 31 12:35:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
896
897 * sh-opc.h (ftrc): Change FPUL_N to FPUL_M.
898
a69d3a72
DE
899Wed Aug 30 13:52:28 1995 Doug Evans <dje@canuck.cygnus.com>
900
90c45f31
DE
901 * sparc-opc.c (sparc_opcodes): Delete duplicate wr %y insn.
902 Add clrx, iprefetch, signx, clruw, cas, casl, casx, casxl synthetic
903 sparc64 insns.
904
905 * sparc-opc.c (sparc_opcodes): Fix prefetcha insn.
a69d3a72
DE
906 (lookup_{name,value}): New functions.
907 (prefetch_table): New static local.
908 (sparc_{encode,decode}_prefetch): New functions.
909 * sparc-dis.c (print_insn): Handle '*' arg (prefetch function).
910
9b39b1a8
JW
911Wed Aug 30 11:11:58 1995 Jim Wilson <wilson@chestnut.cygnus.com>
912
913 * sh-opc.h: Add blank lines to improve readabililty of sh3e
914 instructions.
915
66f6448d
JW
916Wed Aug 30 11:09:38 1995 Jim Wilson <wilson@chestnut.cygnus.com>
917
918 * sh-dis.c: Correct comment on first line of file.
919
7ec65830
DE
920Tue Aug 29 15:37:18 1995 Doug Evans <dje@canuck.cygnus.com>
921
201bf506
DE
922 * disassemble.c (disassembler): Handle bfd_mach_sparc64.
923
66f6448d
JW
924 * sparc-opc.c (asi, membar): New static locals.
925 (sparc_{encode,decode}_{asi,membar}): New functions.
926 (sparc_opcodes, membar insn): Fix.
7ec65830 927 * sparc-dis.c (print_insn): Call sparc_decode_asi.
66f6448d
JW
928 Support decoding of membar masks.
929 (X_MEMBAR): Define.
7ec65830
DE
930
931Sat Aug 26 21:22:48 1995 Ian Lance Taylor <ian@cygnus.com>
932
933 * m68k-opc.c (m68k_opcode_aliases): Add br, brs, brb, brw, brl.
934
259d19c2
ILT
935Mon Aug 21 17:33:36 1995 Ian Lance Taylor <ian@cygnus.com>
936
937 * m68k-opc.c (m68k_opcode_aliases): Add bhib as an alias for bhis,
938 and likewise for the other branches. Add bhs as an alias for bcc,
939 and likewise for the size variants. Add dbhs as an alias for
940 dbcc.
941
259d19c2
ILT
942Fri Aug 11 13:40:24 1995 Jeff Law (law@snake.cs.utah.edu)
943
944 * sh-opc.h (FP sts instructions): Update to match reality.
945
3d915dd2
ILT
946Mon Aug 7 16:12:58 1995 Ian Lance Taylor <ian@cygnus.com>
947
948 * m68k-dis.c: (fpcr_names): Add % before all register names.
949 (reg_names): Likewise.
950 (print_insn_arg): Don't explicitly print % before register names.
951 Add % before register names in static array names. In case 'r',
952 print data registers as `@(Dn)', not `Dn@'. When printing a
953 memory address, don't print @# before it.
954 (print_indexed): Change base_disp and outer_disp from int to
955 bfd_vma. Print using MIT syntax, not mutant invalid Motorola
956 syntax. Sign extend 8 byte displacement correctly.
957 (print_base): Print using MIT syntax. Print zpc when appropriate.
958 Change parameter disp from int to bfd_vma.
959
960 * m68k-opc.c (m68k_opcode_aliases): Add jsrl and jsrs as aliases
961 for jsr.
962
1ca31557
JL
963Mon Aug 7 02:21:40 1995 Jeff Law (law@snake.cs.utah.edu)
964
965 * sh-dis.c (print_insn_shx): Handle new operand types F_REG_N,
966 F_REG_M, FPSCR_M, FPSCR_N, FPUL_M and FPUL_N.
967 * sh-opc.h (sh_arg_type): Add new operand types.
968 (sh_table): Add new opcodes from SH3E Floating Point ISA.
969
1ca31557
JL
970Sat Aug 5 16:50:14 1995 Fred Fish <fnf@cygnus.com>
971
972 * Makefile.in (distclean): Remove generated file config.h.
973
974Sat Aug 5 16:50:14 1995 Fred Fish <fnf@cygnus.com>
975
976 * Makefile.in (distclean): Remove generated file config.h.
977
978Wed Aug 2 18:33:40 1995 Ian Lance Taylor <ian@cygnus.com>
979
980 * m68k-opc.c: New file, holding tables from include/opcode/m68k.h.
981 Clean up tables.
982 * m68k-dis.c: Remove BREAK_UP_BIG_DECL stuff.
983 (opcode): Remove.
984 (print_insn_m68k): Change d to be const. Use m68k_numopcodes
985 rather than numopcodes. Use m68k_opcodes rather than removed
986 opcode function. Don't check F_ALIAS.
987 (print_insn_arg): Change first parameter to be const char *.
988 * Makefile.in (ALL_MACHINES): Add m68k-opc.o.
989 (m68k-opc.o): New target.
990 * configure.in: Build m68k-opc.o for bfd_m68k_arch.
991 * configure: Rebuild.
992
f069afb4
DE
993Wed Aug 2 08:23:38 1995 Doug Evans <dje@canuck.cygnus.com>
994
995 * sparc-dis.c (HASH_SIZE, HASH_INSN): Define.
9a84bc05 996 (opcode_bits, opcode_hash_table): New variables.
f069afb4
DE
997 (opcodes_initialized): Renamed from opcodes_sorted.
998 (build_hash_table): New function.
999 (is_delayed_branch): Use hash table.
1000 (print_insn): Renamed from print_insn_sparc, made static.
9a84bc05 1001 Build and use hash table. If !sparc64, ignore sparc64 insns,
f069afb4 1002 and vice-versa if sparc64.
9a84bc05
DE
1003 (print_insn_sparc, print_insn_sparc64): New functions.
1004 (compare_opcodes): Move sparc64 opcodes to end.
1005 Print commutative insns with constant second.
f069afb4
DE
1006 * sparc-opc.c (all non-v9 insns): Use flag F_NOTV9 instead of F_ALIAS.
1007
1008Tue Aug 1 00:12:49 1995 Ian Lance Taylor <ian@cygnus.com>
1009
1010 * sh-dis.c (print_insn_shx): Remove unused local dslot. Use
1011 print_address_func for A_BDISP12 and A_BDISP8. Correct test which
1012 avoids printing a delay slot in a delay slot.
1013 * sh-opc.h (sh_table): Fully bracket last entry.
1014
1015Mon Jul 31 12:04:47 1995 Doug Evans <dje@canuck.cygnus.com>
1016
1017 * sparc-opc.c (sllx, srax, srlx): Fix disassembly.
1018
1019Wed Jul 12 00:59:34 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
1020
1021 * configure.in: Get host_makefile_frag from ${srcdir}.
1022
1023 * configure.in: Autoconfiscated. Check for string[s].h. Create
1024 config.h from config.in. Don't set up sysdep.h link.
1025 * sysdep.h: New file.
1026 * configure, config.in: New files, generated from configure.in.
1027 * Makefile.in: Updated to be processed autoconf-style.
1028 (distclean): Keep sysdep.h. Remove config.log and config.cache.
1029 (Makefile): Depend on config.status.
1030 (config.status): New rule.
1031 * configure.bat: Update Makefile substitutions.
1032
89abbf9d
ILT
1033Tue Jul 11 14:23:37 1995 Jeff Spiegel <jeffs@lsil.com>
1034
1035 * mips-opc.c (L1): Define.
1036 (mips_opcodes): Add R4010 instructions: flushi, flushd, flushid,
1037 addciu, madd, maddu, ffc, ffs, msub, msubu, selsi, selsr, waiti,
1038 and wb.
1039
141b9f1b
ILT
1040Tue Jul 11 11:49:49 1995 Ian Lance Taylor <ian@cygnus.com>
1041
89abbf9d
ILT
1042 * mips-opc.c (mips_opcodes): For the move pseudo-op, prefer daddu
1043 if ISA 3 and addu otherwise, replacing or, since some MIPS chips
1044 have multiple add units but only a single logical unit.
1045
141b9f1b
ILT
1046 * ppc-opc.c (powerpc_operands): Change CR to use a bitsize of 3,
1047 shifted by 18, without any insertion or extraction function.
1048 (insert_cr, extract_cr): Remove.
1049
1050start-sanitize-arc
1051Mon Jul 3 11:54:31 1995 Ian Lance Taylor <ian@cygnus.com>
1052
1053 * Makefile.in (ALL_MACHINES): Add arc-dis.o and arc-opc.o.
1054
1055end-sanitize-arc
1056Wed Jun 21 20:05:39 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
1057
1058 * m68k-dis.c (print_insn_arg, print_indexed): Print "%" before
1059 register names.
1060
6efe6dc5
SS
1061Thu Jun 15 17:23:31 1995 Stan Shebs <shebs@andros.cygnus.com>
1062
1063 * mpw-config.in: Add sh and i386 configs, remove sparc config.
1064 * sh-opc.h: Add copyright.
1065
1066Mon Jun 5 03:30:43 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
1067
1068 * Makefile.in (crunch-m68k): Delete extra target accidentally
1069 checked in a while ago.
1070
1071Wed May 24 16:22:13 1995 Jim Wilson <wilson@chestnut.cygnus.com>
1072
1073 * sh-opc.h (sh_table): Add SH3 support.
1074
1ff71ed0
SC
1075Wed May 24 14:16:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
1076
1077 * sh-opc.h: Added bsrf and braf.
1078
1079Wed May 10 14:28:16 1995 Richard Earnshaw (rearnsha@armltd.co.uk)
1080
1081 * arm-opc.h (arm_opcodes): Add 64-bit multiply patterns. Delete
1082 bogus [ls]fm{ea,fd} patterns.
1083
1084 * arm-opc.h (arm_opcodes): Correct typos in stm, ldm, std, and ldc.
1085 * arm-dis.c (print_insn_arm): Make GIVEN a parameter, don't try and
1086 initialize it from memory. Make function static.
1087 (print_insn_{big,little}_arm): New functions.
1088 * disassemble.c (disassembler, case bfd_arch_arm): Disassemble for
1089 the correct endianness.
1090
1091start-sanitize-arc
1092Sat Apr 29 23:20:05 1995 Doug Evans <dje@chestnut.cygnus.com>
1093
1094 * arc-opc.c (arc_opcodes): Add ARC_OPCODE_CONDITIONAL_BRANCH flag.
1095 (arc_suffixes): Use ARC_DELAY_{NONE,NORMAL,JUMP}.
1096end-sanitize-arc
1097
8f96fa0e
JM
1098Mon Apr 24 14:18:05 1995 Jason Molenda (crash@phydeaux.cygnus.com>
1099
1ff71ed0 1100 * sh-opc.h (sh_nibble_type, sh_arg_type): remove trailing , from
8f96fa0e
JM
1101 enum list.
1102
4121273f
MM
1103Wed Apr 19 14:07:03 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1104
1105 * m68k-dis.c (opcode): Finish change made by Kung Hsu on April
1106 17th, so that it builds again using GCC as the compiler.
1107
6a37aaf1
KR
1108Tue Apr 18 12:14:51 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
1109
1110 * mips-dis.c (print_insn_little_mips): Cast return value from
1111 bfd_getl32 from bfd_vma to unsigned long, because _print_insn_mips
1112 expects an unsigned long, and that might be fewer words of
1113 argument storage (e.g., if bfd_vma is long long on a 32-bit
1114 machine).
1115 (print_insn_big_mips): Likewise with bfd_getb32 value.
1116 (_print_insn_mips): Now static.
1117
1118Mon Apr 17 12:23:28 1995 Kung Hsu <kung@rtl.cygnus.com>
1119
1120 * m68k-dis.c: Take out #define BREAK_UP_BIG_DECL kludge, because
1121 gcc memory hog problem with initializer is fixed.
1122
1123start-sanitize-arc
1124Wed Apr 12 09:04:12 1995 Doug Evans <dje@canuck.cygnus.com>
1125
1126 * arc-opc.c (NULL): Define.
1127 (arc_operands, insn fields u,s): Delete.
1128 (arc_operands, insn fields a,b,c): Mark as signed.
1129 (arc_opcodes): No longer const, links computed at run-time.
1130 (arc_opcodes, mac/mul insns): Breakout suffixes as we don't handle
1131 suffixes that affect the insn code.
1132 (arc_opcodes): Resort table to macros are first.
1133 (arc_opcodes, ld [b,c] entry): Add %Q to prevent shimms.
1134 (arc_opcodes, st [b] entry): Likewise.
1135 (arc_opcodes, st [b,d] entry): Fix mask, value.
1136 (arc_reg_names): Add entries for r29, r30, r31, r60.
1137 (opcode_map, icode_map): New static globals.
1138 (arc_opcode_init_tables): Initialize them.
1139 (arc_opcode_lookup_asm, arc_opcode_lookup_dis): New functions.
1140 (insert_shimmoffset): Signal error if register present.
1141 Validate constant.
1142 * arc-dis.c (print_insn): Call arc_opcode_lookup_dis.
1143end-sanitize-arc
1144
1e095685
SS
1145Mon Apr 10 15:55:01 1995 Stan Shebs <shebs@andros.cygnus.com>
1146
1147 Merge in support for Mac MPW as a host.
1148 (Old change descriptions retained for informational value.)
1149
1150 * mpw-config.in (archname): Compute from the config.
1151 (BFD_MACHINES, ARCHDEFS): Put into mk.tmp.
1152
1153 * mpw-config.in (target_arch): Compute from canonical target.
1154 (m68k, mips, powerpc, sparc): Add architectures.
1155 * mpw-make.in (disassemble.c.o): Add.
1156 (ALL_CFLAGS): Remove special flags (-mc68020 -mc68881 -model far).
1157
1158 * mpw-config.in (BFD_MACHINES): Set to a default value.
1159 * mpw-make.in (BFD_MACHINES): Remove wired-in value.
1160
1161 * mpw-make.in (CSEARCH): Add extra-include to search path.
1162
1163 * mpw-config.in (varargs.h): Don't create.
1164 (sysdep.h): Create using forward-include.
1165 * mpw-make.in (CSEARCH): Add include/mpw to search path.
1166
1167 * mpw-config.in: New file, MPW version of configure.in.
1168 * mpw-make.in: New file, MPW version of Makefile.in.
1169
1a56be5c
DE
1170start-sanitize-arc
1171Thu Apr 6 20:36:08 1995 Doug Evans <dje@chestnut.cygnus.com>
1172
1173 * arc-dis.c (print_insn): New parameter `big_p'. Callers updated.
1174 Call arc_get_opcode_mach to map bfd mach number to opcode value.
1175 (print_insn_*): Pass bfd mach number, not opcode version.
1176 * arc-opc.c (arc_get_opcode_mach): New function.
1177end-sanitize-arc
1178
1179Fri Mar 31 14:23:38 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
1180
1181 * alpha-dis.c (print_insn_alpha): Put empty statement after
1182 default label.
1183
1184Tue Mar 21 10:51:40 1995 Jeff Law (law@snake.cs.utah.edu)
1185
1186 * hppa-dis.c (sign_extend): Delete, redundant with libhppa.h version.
1187 (low_sign_extend): Likewise.
1188 (get_field): Delete unused function.
1189 (set_field, deposit_14, deposit_21): Likewise.
1190
1191Fri Mar 17 15:55:53 1995 J.T. Conklin <jtc@rtl.cygnus.com>
1192
1193 * i386-dis.c: Support for more pentium opcodes. From Guy Harris
1194 (guy@netapp.com).
1195
c024cc11
KR
1196Tue Mar 14 00:52:57 1995 Ken Raeburn (raeburn@kr-pc.cygnus.com)
1197
1198 Sat Feb 11 17:22:41 1995 Klaus Kaempf (kkaempf@didymus.rmi.de)
1199
1200 * alpha-opc.h (OSF_ASMCODE): define
1201 print pal-code names as defined in App C of the
1202 Alpha Architecture Reference Manual
1203
1204 * alpha-dis.c: cleaned up output
1205 print stylized code forms as defined in App A.4.3 of the
1206 Alpha Architecture Reference Manual
1207
8dbed89e
DE
1208Wed Mar 8 15:21:14 1995 Ian Lance Taylor <ian@cygnus.com>
1209
1210 * mips-opc.c: Add new mips4 instructions. Don't set INSN_RFE for
1211 `rfe'.
1212 * mips-dis.c (print_insn_arg): Handle new argument types 'h', 'R',
1213 'N', and 'M'.
1214
029e2524
KR
1215Wed Mar 8 02:54:05 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
1216
1217 * m68k-dis.c (opcode): New function. Returns address of opcode
1218 table entry given index, even if the opcode table was split to
1219 work around gcc bugs.
1220 (print_insn_m68k): Call opcode instead of referencing m68k_opcodes
1221 directly.
8cf2e6eb
KR
1222 (BREAK_UP_BIG_DECL): Make secondary array static and const.
1223 (reg_names): Now const.
1224 (print_insn_arg): Arrays cacheFieldName and names now const.
1225 (print_indexed): Array scales now const.
029e2524 1226
3aa44a1d
DE
1227start-sanitize-arc
1228Tue Mar 7 21:14:14 1995 Doug Evans <dje@chestnut.cygnus.com>
1229
1230 * arc-dis.c (print_insn_arc_base): Split into big and little fns.
1231 (print_insn_arc_{host,graphics,audio}): Likewise.
1232 (print_insn): Add prototype.
3aa44a1d
DE
1233 (arc_get_disassembler): New arg `big_p'. Return little or big
1234 print fn accordingly.
1235 * arc-opc.c (arc_opcode_init_tables): Init arc_operand_map once.
1236 (arc_opcode_supported): Use ARC_OPCODE_CPU to ignore byte order.
1237 (arc_opval_supported): Likewise.
1238 * disassemble.c (disassembler): Pass big endian flag to
1239 arc_get_disassembler.
1240end-sanitize-arc
1241
ab204453
ILT
1242Tue Mar 7 16:41:21 1995 Ian Lance Taylor <ian@cygnus.com>
1243
1244 * ppc-opc.c: Sort recently added instructions by minor opcode
1245 number within major opcode number.
1246
3f073f06
JL
1247Mon Mar 6 10:04:36 1995 Jeff Law (law@snake.cs.utah.edu)
1248
1249 * hppa-dis.c: Include libhppa.h.
1250
1251Fri Feb 24 19:15:36 1995 Ian Lance Taylor <ian@cygnus.com>
1252
1253 * mips-opc.c: Change dli to use M_DLI, and add dla.
1254
f1cb5ff2
PS
1255Mon Feb 20 23:54:38 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1256
1257 * Makefile.in (ALL_MACHINES): Add w65-dis.o.
1258
07f27bb8
DE
1259start-sanitize-arc
1260Fri Feb 17 12:42:25 1995 Doug Evans <dje@chestnut.cygnus.com>
1261
1262 * arc-dis.c (arc_get_disassembler): Change argument to int,
1263 one of bfd_mach_arc_xxx. All callers updated.
1264end-sanitize-arc
1265
f27ab330
ILT
1266Thu Feb 16 17:34:41 1995 Ian Lance Taylor <ian@cygnus.com>
1267
1268 * mips-opc.c: Add r4650 mul instruction.
1269
470feacf
ILT
1270Wed Feb 15 15:45:20 1995 Ian Lance Taylor <ian@cygnus.com>
1271
1272 * mips-opc.c: Add uld and usd macros for unaligned double load and
1273 store.
1274
1275Tue Feb 14 13:17:37 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1276
1277 * ppc-opc.c (powerpc_opcodes): Add 403GA opcodes rfci, dccci,
1278 mfdcr, mtdcr, icbt, iccci.
1279
6acc9345 1280start-sanitize-arc
470feacf
ILT
1281Mon Feb 13 11:09:17 1995 Doug Evans <dje@canuck.cygnus.com>
1282
1283 * arc-dis.c (print_insn): Handle ARC_OPERAND_ADDRESS.
1284 * arc-opc.c (arc_operands): New operand 'J' for jump addresses.
1285 ('L' operand): Mark as ARC_OPERAND_ADDRESS.
1286 (arc_opcodes, j insn): Use 'J' operand type, not 'L'.
1287 (arc_opcodes, ld/st insns): Fix address writeback operand letter.
1288 (insert_absaddr): New function.
1289
6acc9345
DE
1290Thu Feb 9 19:19:23 1995 Doug Evans <dje@canuck.cygnus.com>
1291
1292 * arc-dis.c (print_insn_arc): Rename to print_insn and make static.
1293 New argument `cpu', pass it to arc_opcode_init_tables.
1294 Document byte order dependencies. Ignore unsupported insns.
c81a2ce3 1295 (arc_get_disassembler): New function.
6acc9345
DE
1296 (print_insn_arc_base, print_insn_arc_host, print_insn_arc_graphics,
1297 print_insn_arc_audio): New functions.
1298 * arc-opc.c (MULTSHIFT operand): Delete.
1299 (UNSIGNED, SATURATION): New operands.
1300 (mac, mul, mul64, mulu64): New insns.
1301 (ext. asl, asr, lsr, ror): Only available on host and graphics cpus.
1302 (padc, padd, pmov, pand, psbc, psub, swap): New insns.
1303 (host,graphics,audio extended and auxiliary regs): Define.
1304 (ss, sc, mh, ml): New suffixes.
1305 (arc_opcode_supported, arc_opval_supported): New functions.
1306 (insert_multshift, extract_multshift): Deleted.
9f05921f 1307 * disassemble.c (disassembler, case bfd_arch_arc): Call
c81a2ce3 1308 arc_get_disassembler to get disassembler routine.
6acc9345
DE
1309end-sanitize-arc
1310
7010c43a
SS
1311Thu Feb 9 12:28:13 1995 Stan Shebs <shebs@andros.cygnus.com>
1312
1313 * i960-dis.c (struct tabent, struct sparse_tabent): Change the
1314 signed char fields to shorts, more portable.
1315
ce2349c5
SS
1316Wed Feb 8 17:29:29 1995 Stan Shebs <shebs@andros.cygnus.com>
1317
1318 * i960-dis.c (struct tabent, struct sparse_tabent): Declare the
1319 char fields as signed chars, since they may have negative values.
1320
9ce4de19
C
1321Mon Feb 6 10:52:06 1995 J.T. Conklin <jtc@rtl.cygnus.com>
1322
1323 * i386-dis.c (dis386_twobyte): Add cpuid, From Charles Hannum
1324 (mycroft@netbsd.org).
1325
1326Mon Jan 30 12:38:00 1995 Ian Lance Taylor <ian@cygnus.com>
1327
1328 From "Logg, Ed" <elogg@ea.com>:
1329 * ppc-opc.c (extract_bdm): Correct parenthezisation.
1330 * ppc-dis.c (print_insn_powerpc): Print .long before unrecognized
1331 value.
1332
669124ef
ILT
1333Thu Jan 26 18:32:08 1995 Ian Lance Taylor <ian@cygnus.com>
1334
1335 * ppc-opc.c: Changes based on patch from David Edelsohn
1af6f4bb 1336 <edelsohn@mhpcc.edu>.
669124ef
ILT
1337 (powerpc_operands): Add operands SPRBAT and SPRG. Split TBR out of
1338 SPR.
1339 (FXM_MASK): Define.
1340 (insert_tbr): New static function.
1341 (extract_tbr): New static function.
1342 (XFXFXM_MASK, XFXM): Define.
1343 (XSPRBAT_MASK, XSPRG_MASK): Define.
1344 (powerpc_opcodes): Add instructions to access special registers by
1345 name. Add mtcr and mftbu.
1346
1347Tue Jan 17 10:56:43 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
1348
1349 * mips-opc.c (P3): Define.
1350 (mips_opcodes): Add mad and madu.
1351
9f744f91
SC
1352Sun Jan 15 16:32:59 1995 Steve Chamberlain <sac@splat>
1353
1354 * configure.in: Add W65 support.
1355 * disassemble.c: Likewise.
1356 * w65-opc.h, w65-dis.c: New files.
1357
d383e289
SC
1358Wed Dec 28 22:15:33 1994 Steve Chamberlain (sac@jonny.cygnus.com)
1359
1360 * h8300-dis.c (bfd_h8_disassemble): Add support for 2 bit
1361 immediates.
1362
1363start-sanitize-arc
1364Tue Dec 20 10:36:55 1994 Doug Evans <dje@canuck.cygnus.com>
1365
1366 * arc-dis.c (print_insn_arc): Branch offsets are relative to delay
1367 slot.
1368 * arc-opc.c (extract_reladdr): New function.
1369 (insert_reladdr): Store address right-shifted by 2.
1370end-sanitize-arc
1371
27faaa41
ILT
1372Tue Dec 20 11:25:12 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
1373
1374 * mips-opc.c: Add dli as a synonym for li.
1375
edb35c13
DE
1376start-sanitize-arc
1377Mon Dec 19 12:35:51 1994 Doug Evans <dje@canuck.cygnus.com>
1378
1379 * arc-opc.c (insertion fns): Pass pointer to value's table entry.
1380 All uses changed.
1381 (extraction fns): Insn argument now array of two words. Return pointer
1382 to value's table entry. All uses changed.
1383 (arc_opcode_lookup_suffix): Exported for arc-dis.c.
1384 (insert_multshift, extract_multshift): New fns.
1385 (arc_operands): Add support for cache bypass suffix. Add support for
1386 predefined aux regs. Modifier bits moved to flags field.
1387 (arc_opcodes): Likewise.
1388 Add mul/mulu/shift insns. Syntax of zero/sign extension insns changed.
1389 New insn rlc. Update to syntax in programmer's manual.
1390 (arc_reg_names): Fix typo in lp_count. Add predefined aux regs.
1391 (arc_suffixes): New synonyms lo,hs for cs,cc. New suffix for cache
1392 bypass.
1393 (arc_opcode_init_tables): New argument to indicate cpu type.
1394 (insert_reg): Handle predefined aux regs.
1395 (extract_reg): Likewise.
1396 (lookup_register): New fn.
1397 * arc-dis.c (arc_condition_codes): Deleted.
1398 (print_insn_arc): Handle insns with 32 bit immediate constants better.
1399 Clean up modifier handling. Handle predefined aux regs.
1400end-sanitize-arc
1401
a8732972
KR
1402Thu Dec 8 18:23:31 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
1403
1404 * alpha-dis.c (print_insn_alpha): Handle call_pal instruction, and
1405 print something for reserved opcode values, even if it won't
1406 assemble again.
1407
1408 * mips-dis.c (_print_insn_mips): When initializing, shift right
1409 and mask, to avoid sign extension problems on the Alpha.
1410
1411 * m68k-dis.c (print_insn_arg, case 'J'): Handle buscr and pcr
1412 control registers.
1413
1414start-sanitize-arc
1415Tue Nov 29 18:02:43 1994 Doug Evans <dje@canuck.cygnus.com>
1416
1417 * configure.in: Add ARC support.
1418 * disassemble.c: Likewise.
1419 * arc-dis.c, arc-opc.c: New files.
1420end-sanitize-arc
1421
a90a64c1
SC
1422Wed Nov 23 22:34:51 1994 Steve Chamberlain (sac@jonny.cygnus.com)
1423
1424 * sh-opc.h (mov.l gbr): Get direction right.
1425 * sh-dis.c (print_insn_shx): New function.
1426 (print_insn_shl, print_insn_sh): Call print_insn_shx to
1427 print opcodes with right byte order.
1428
1429Thu Nov 3 19:32:22 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
1430
1431 * ns32k-dis.c (struct ns32k_option): Renamed from struct option,
1432 to avoid conflicts with getopt.
1433
dded3d14
ILT
1434Mon Oct 31 18:48:10 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
1435
1436 * hppa-dis.c (print_insn_hppa): Read the instruction using
1437 bfd_getb32, so that it works on a little endian or 64 bit host.
1438 Remove unused local variable op.
1439
cd4b8926
ILT
1440Tue Oct 25 17:07:57 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
1441
1442 * mips-opc.c: Use or instead of addu for pseudo-op move, since
1443 addu does not work correctly if -mips3.
1444
009946c9
ILT
1445Wed Oct 19 13:40:16 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
1446
1447 * a29k-dis.c (print_special): Add special register names defined
1448 on 29030, 29040 and 29050.
1449 (print_insn): Handle new operand type 'I'.
1450
1451Wed Oct 12 11:59:55 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
1452
1453 * Makefile.in (INSTALL): Use top level install.sh script.
1454
1455Wed Oct 5 19:16:29 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
1456
1457 * sparc-dis.c: Rewrite to use bitfields, rather than a union, so
1458 that it works on a little endian host.
1459
995b0d3f
ILT
1460Tue Oct 4 12:14:21 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
1461
1462 * configure.in: Use ${config_shell} when running config.bfd.
1463
1464Wed Sep 21 18:49:12 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
1465
1466 * mips-opc.c (mips_opcodes): "dabs" is only available with -mips3.
1467
e96a2b1d
ILT
1468Thu Sep 15 16:30:22 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
1469
1470 * a29k-dis.c (print_insn): Print the opcode.
1471
84909073
ILT
1472Wed Sep 14 17:52:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
1473
1474 * mips-opc.c (mips_opcodes): Set WR_t for sc and scd.
1475
da233e6e
JL
1476Sun Sep 11 22:32:17 1994 Jeff Law (law@snake.cs.utah.edu)
1477
1478 * hppa-dis.c (reg_names): Use r26-r23 for arg0-arg3.
1479
942a4965
ILT
1480Tue Sep 6 11:37:12 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
1481
1482 * mips-opc.c: Set INSN_STORE_MEMORY flag for all instructions
1483 which store a value into memory.
1484
1485Sun Sep 04 17:58:10 1994 Richard Earnshaw (rwe@pegasus.esprit.ec.org)
318b02b6
KR
1486
1487 * configure.in, Makefile.in, disassemble.c: Add support for the ARM.
1488 * arm-dis.c, arm-opc.h: New files.
1489
1490Fri Aug 5 14:00:05 1994 Stan Shebs (shebs@andros.cygnus.com)
1491
1492 * Makefile.in (ns32k-dis.o): Add dependency.
1493 * ns32k-dis.c (print_insn_arg): Declare initialized local as
1494 string, not as array of chars.
1495
c4396c87
KR
1496Thu Jul 28 18:14:16 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
1497
1498 * sparc-dis.c (print_insn_sparc): Handle new operand type 'x'.
1499
1500 * sparc-opc.c: Added sparclite extended FP operations, and
1501 versions of v9 impdep* instructions permitting specification of
1502 the OPF field.
1503
2a097d73
KR
1504Tue Jul 26 16:36:03 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
1505
1506 * i960-dis.c (reg_names): Now const.
1507 (struct sparse_tabent): New type, copied from array type in mem
1508 function.
1509 (ctrl): Local static array ctrl_tab now const.
1510 (cobr): Local static array cobr_tab now const.
1511 (mem): Local variables reg1, reg2, reg3 now point to const. Local
1512 static variable mem_tab no longer explicitly initialized. Changed
1513 mem_init to const array of struct sparse_tabent.
1514 (reg): Local static variable reg_tab no longer explicitly
1515 initialized. Changed reg_init to const array of struct
1516 sparse_tabent.
1517 (ea): Local static array scale_tab now const.
1518
315f8809 1519 * i960-dis.c (reg): Added i960JX instructions to reg_init table.
2a097d73 1520 (REG_MAX): Updated.
2a097d73 1521
f61ca5fa
KR
1522Tue Jul 19 21:00:00 1994 DJ Delorie (dj@ctron.com)
1523
1524 * configure.bat: the disassember needs to be enabled for
1525 "objdump -d" to work in djgpp.
1526
69bb683c
KR
1527Wed Jul 13 18:01:58 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
1528
1529 * ns32k-dis.c: Deleted all code in "#ifdef GDB".
1530 (invalid_float): Enabled general version, doesn't require running
60a70a7b
KR
1531 on ns32k host. Changed to take char* argument, and test for
1532 explicitly specified sizes, instead of using sizeof() on host CPU
1533 types.
1534 (INVALID_FLOAT): Cast first argument.
f61ca5fa
KR
1535 (opt_u, opt_U, opt_O, opt_C, opt_S, list_P532, list_M532,
1536 list_P032, list_M032): Now const.
1537 (optlist, list_search): Made appropriate arguments now point to
1538 const.
1539 (print_insn_arg): Changed static array of one-character-string
1540 pointers into a static const array of characters; fixed sprintf
1541 statement accordingly.
69bb683c
KR
1542
1543Sun Jul 10 00:27:47 1994 Ian Dall (dall@hfrd.dsto.gov.au)
1544
1545 * opcodes/ns32k-dis.c: Semi-new file. Had apparently been dropped
1546 from distribution. A ns32k-dis.c from a previous distribution has
1547 been brought up to date and supports the new interface.
1548
318b02b6 1549 * disassemble.c: define ARCH_ns32k and add case bfd_arch_ns32k.
69bb683c
KR
1550
1551 * configure.in: add bfd_ns32k_arch target support.
1552
1553 * Makefile.in: add ns32k-dis.o to ALL_MACHINES.
1554 Add ns32k-dis.c to CFILES. Add dependencies for ns32k-dis.o.
1555
1556Wed Jun 29 22:10:37 1994 Steve Chamberlain (sac@cygnus.com)
1557
1558 * h8300-dis.c (bfd_h8_disassemble): Get 16bit branch
1559 disassembly right.
1560
fea3fe64
SS
1561Tue Jun 28 13:22:06 1994 Stan Shebs (shebs@andros.cygnus.com)
1562
1563 * h8300-dis.c, mips-dis.c: Don't use true and false.
1564
1565Thu Jun 23 12:53:19 1994 David J. Mackenzie (djm@rtl.cygnus.com)
1566
1567 * configure.in: Change --with-targets to --enable-targets.
1568
72fcd790
ILT
1569Wed Jun 22 13:38:32 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
1570
1571 * mips-dis.c (_print_insn_mips): Build a static hash table mapping
1572 opcodes to the first instruction with that opcode, to speed
1573 disassembly of large files. From ralphc@pyramid.com (Ralph
1574 Campbell).
1575
1576Tue Jun 7 12:49:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1577
1578 * Makefile.in (mostlyclean): Fix typo (was mostyclean).
1579
c06e55d9
KR
1580Wed May 11 22:32:00 1994 DJ Delorie (dj@ctron.com)
1581
1582 * configure.bat: update to latest makefile.in
1583
1584Sat May 7 17:13:21 1994 Steve Chamberlain (sac@cygnus.com)
1585
1586 * a29k-dis.c (print_insn): Print 'x' type operand in hex.
1587 * h8300-dis.c (bfd_h8_disassemble): Print 16bit rels correctly.
1588 * sh-dis.c (print_insn_sh): Don't recur endlessly if delay
1589 slot insn is in a delay slot.
1590 * z8k-opc.h: (resflg): Fix patterns.
1591 * h8500-opc.h Fix CR insn patterns.
1592
1593Fri May 6 14:34:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1594
1595 * ppc-opc.c (powerpc_opcodes): Put PowerPC versions of "cmp" and
1596 "cmpl" before POWER versions, so that gas -many uses them.
1597
7495f83b
KR
1598Thu Apr 28 18:32:36 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
1599
c06e55d9
KR
1600 * disassemble.c: New file.
1601 * Makefile.in (OFILES): Add disassemble.o.
1602 (disassemble.o): Provide dependencies; compile with $(ARCHDEFS).
1603 * configure.in: Define ARCHDEFS in Makefile. Code taken from
1604 binutils/configure.in.
1605
7495f83b
KR
1606 * m68k-dis.c (print_insn_m68k): If F_ALIAS flag is set, skip the
1607 opcode being examined.
1608
1609Thu Apr 21 17:08:40 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1610
1611 * ppc-opc.c (powerpc_operands): Added RAL, RAM and RAS.
1612 (insert_ral, insert_ram, insert_ras): New functions.
1613 (powerpc_opcodes): Use RAL for load with update, RAM for lmw, and
1614 RAS for store with update.
1615
8c546ded
ILT
1616Sat Apr 16 23:41:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1617
1618 * ppc-opc.c (powerpc_opcodes): Correct fcir. From David Edelsohn
1619 (edelsohn@npac.syr.edu).
1620
76336d50
ILT
1621Wed Apr 6 17:11:45 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1622
1623 * mips-opc.c (mips_opcodes): Correct operands of "nor" with an
1624 immediate argument.
1625
8055d512
DE
1626Mon Apr 4 16:30:46 1994 Doug Evans (dje@canuck.cygnus.com)
1627
1628 * sparc-opc.c (sparc_opcodes): Fix "rd %fprs,%l0".
1629
749a663d
ILT
1630Mon Apr 4 13:22:00 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1631
1632 * ppc-opc.c (powerpc_operands): The signedp field has been
1633 removed, so don't initialize it. Set the PPC_OPERAND_SIGNED flag
1634 instead. Add new operand SISIGNOPT.
1635 (powerpc_opcodes): For lis, liu, addis, and cau use SISIGNOPT.
1636 Based on patch from David Edelsohn (edelsohn@npac.syr.edu).
1637 * ppc-dis.c (print_insn_powerpc): Check PPC_OPERAND_SIGNED rather
1638 than signedp field.
1639
878db64d
PS
1640Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1641
1642 * i386-dis.c (struct private): Renamed to dis_private. `private'
1643 is a reserved word for dynix cc.
1644
934ec70a
ILT
1645Mon Mar 28 13:00:15 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1646
1647 * configure.in: Change error message to refer to bfd/config.bfd
1648 rather than bfd/configure.in.
1649
54192495
ILT
1650Mon Mar 28 12:28:30 1994 David Edelsohn (edelsohn@npac.syr.edu)
1651
1652 * ppc-opc.c: Define POWER2 as short alias flag.
1653 (powerpc_opcodes): Add POWER/2 opcodes lfq*, stfq*, fcir[z], and
1654 fsqrt.
1655
1656Wed Mar 23 12:23:05 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1657
1658 * i960-dis.c (print_insn_i960): Don't read a second word for
1659 opcodes 0, 1, 2 and 3.
1660
1661Wed Mar 16 15:37:58 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1662
1663 * configure.in: Don't build m68881-ext.o for bfd_m68k_arch.
1664
448ff992
ILT
1665Mon Mar 14 14:53:50 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1666
c0386c7a
ILT
1667 * m68881-ext.c: Removed; no longer used.
1668 * Makefile.in: Changed accordingly.
1669
448ff992
ILT
1670 * m68k-dis.c (ext_format_68881): Don't declare.
1671 (print_insn_m68k): If an instruction uses place 'i', it uses at
1672 least four fixed bytes.
1673 (print_insn_arg): Don't bump p by 2 for case 'I', place 'i'. For
1674 extended float, convert to double using floatformat_to_double, not
1675 ieee_extended_to_double, and fetch the data before converting it.
1676
d75eb68c
ILT
1677Tue Mar 8 18:12:25 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1678
1679 * mips-opc.c: It's sqrt.s, not sqrt.w. From
1680 davidj@ICSI.Berkeley.EDU (David Johnson).
1681
9a458b67
ILT
1682Tue Feb 8 16:55:27 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1683
1684 * ppc-opc.c (powerpc_opcodes): The POWER uses bdn[l][a] where the
1685 PowerPC uses bdnz[l][a].
1686
5c9b5f58
PS
1687Tue Feb 8 00:32:28 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1688
4dd4933e 1689 * dis-buf.c, i386-dis.c: Include sysdep.h.
5c9b5f58
PS
1690
1691Mon Feb 7 19:22:23 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1692
1693 * configure.in (bfd_powerpc_arch): Use ppc-dis.o and ppc-opc.o.
1694
1695 * ppc-opc.c (powerpc_opcodes): Mark POWER instructions supported
1696 by Motorola PowerPC 601 with PPC_OPCODE_601.
1697 * ppc-dis.c (print_insn_big_powerpc, print_insn_little_powerpc):
1698 Disassemble Motorola PowerPC 601 instructions as well as normal
1699 PowerPC instructions.
1700
9f80c72b
JK
1701Sun Feb 6 07:45:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1702
1703 * i960-dis.c (reg, mem): Just use a static array instead of
1704 calling xmalloc.
1705
e3960b96
JL
1706Sat Feb 5 00:04:02 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
1707
0bb364c6
JL
1708 * hppa-dis.c (print_insn_hppa): For '?' and '@' only adjust the
1709 condition name index if this is for a negated condition.
1710
e59f3227
JL
1711 * hppa-dis.c (print_insn_hppa): No space before 'H' operand.
1712 Floating point format for 'H' operand is backwards from normal
1713 case (0 == double, 1 == single). For '4', '6', '7', '9', and '8'
1714 operands (fmpyadd and fmpysub), handle bizarre register
1715 translation correctly for single precision format.
1716
e3960b96
JL
1717 * hppa-dis.c (print_insn_hppa): Do not emit a space after 'F'
1718 or 'I' operands if the next format specifier is 'M' (fcmp
1719 condition completer).
1720
1721Feb 4 23:38:03 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1c214e4c
ILT
1722
1723 * ppc-opc.c (powerpc_operands): New operand type MBE to handle a
1724 single number giving a bitmask for the MB and ME fields of an M
1725 form instruction. Change NB to accept 32, and turn it into 0;
1726 also turn 0 into 32 when disassembling. Seperated SH from NB.
1727 (insert_mbe, extract_mbe): New functions.
1728 (insert_nb, extract_nb): New functions.
1729 (SC_MASK): Mask out SA and LK bits.
1730 (powerpc_opcodes): Change "cal" to use RT, D, RA rather than RT,
1731 RA, SI. Change "liu" and "cau" to use UI rather than SI. Mark
1732 "bctr" and "bctrl" as accepted by POWER. Change "rlwimi",
1733 "rlimi", "rlwimi.", "rlimi.", "rlwinm", "rlinm", "rlwinm.",
1734 "rlinm.", "rlmi", "rlmi.", "rlwnm", "rlnm", "rlwnm.", "rlnm." to
1735 use MBE rather than MB. Add "mfmq" and "mtmq" POWER instructions.
1736 (powerpc_macros): Define table of macro definitions.
1737 (powerpc_num_macros): Define.
1738
1739 * ppc-dis.c (print_insn_powerpc): Don't skip optional operands
1740 if PPC_OPERAND_NEXT is set.
1741
1742Sat Jan 22 23:10:07 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1743
1744 * i960-dis.c (print_insn_i960): Make buffer bfd_byte instead of
1745 char. Retrieve contents using bfd_getl32 instead of shifting.
1746
1211751d
ILT
1747Fri Jan 21 19:01:39 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1748
1749 * ppc-opc.c: New file. Opcode table for PowerPC, including
1750 opcodes for POWER (RS/6000).
1751 * ppc-dis.c: New file. PowerPC and Power (RS/6000) disassembler.
1752 * Makefile.in (ALL_MACHINES): Add ppc-dis.o and ppc-opc.o.
1753 (CFILES): Add ppc-dis.c.
1754 (ppc-dis.o, ppc-opc.o): New targets.
1755 * configure.in: Build ppc-dis.o and ppc-opc.o for bfd_rs6000_arch.
1756
f037e5b0
JL
1757Mon Jan 17 20:05:49 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
1758
1759 * hppa-dis.c (print_insn_hppa): Handle 'N' in assembler template.
1760 No space before 'u', 'f', or 'N'.
1761
a279b1f5
JK
1762Sun Jan 16 14:20:16 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
1763
4baf1a8c
JK
1764 * i386-dis.c (print_insn_i386): Add FIXME comment regarding reading
1765 farther than we should.
1766
a279b1f5
JK
1767 * i386-dis.c (dis386): Use Yb and Yv for scasb and scasS.
1768
1769Thu Jan 6 12:38:05 1994 David J. Mackenzie (djm@thepub.cygnus.com)
1770
1771 * sparc-dis.c m68k-dis.c alpha-dis.c a29k-dis.c: Fix comments.
1772
1773Wed Jan 5 11:56:21 1994 David J. Mackenzie (djm@thepub.cygnus.com)
1774
1775 * i960-dis.c (print_insn_i960): Only read word2 if the instruction
1776 needs it, to prevent reading past the end of a section.
1777
1778Wed Nov 17 17:20:12 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1779
1780 * mips-opc.h: Use macro for j instruction, to support SVR4 PIC.
1781 Removed t,A case for la; always use t,A(b) case.
1782
1783Mon Nov 8 12:37:36 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1784
1785 From Ted Lemen <mellon@pepper.ncd.com>
1786 * mips-dis.c (print_insn_arg): Handle 'k'.
1787 * mips-opc.c: Make cache use k, not t.
1788
ba936a2e
PS
1789Sun Nov 7 23:52:34 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1790
1791 * alpha-opc.h, alpha-dis.c (print_insn_alpha): Add
1792 FLOAT_MEMORY_FORMAT_CODE, FLOAT_BRANCH_FORMAT_CODE, correct
1793 FLOAT_FORMAT_CODE to put out floating point register names.
1794
1795Mon Nov 1 18:17:51 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1796
1797 * mips-opc.c: Use macros for jal variants, to support SVR4 PIC.
1798
bf04fba0
JK
1799Thu Oct 28 17:42:23 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1800
1801 * a29k-dis.c (print_insn): Use 0x%08x, not 0x%8x.
1802
70643dbc
ILT
1803Wed Oct 27 11:48:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1804
1805 * mips-opc.c (dsll, dsra, dsrl): Added '>' cases for shift counts
1806 larger than 32. Moved dsxx32 variants first for disassembler.
1807
07bf1ce5
SC
1808Mon Oct 25 11:33:14 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
1809
1810 * z8kgen.c, z8k-opc.h: Add full lda information.
1811
1812Tue Oct 19 12:39:25 1993 Jeffrey A Law (law@cs.utah.edu)
1813
1814 * hppa-dis.c (print_insn_hppa): Do not emit a space after
1815 movb instructions. Any necessary space will be emitted by
1816 the code to handle nullification completers.
1817
1818Wed Oct 13 16:19:07 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1819
1820 * mips-opc.c: Moved l.d down so that it disassembles as ldc1.
1821
bb959d0a
PS
1822Fri Oct 8 02:34:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1823
1824 * alpha-opc.h: Add ldl_l, fix typo for ldq_u.
1825 * alpha-dis.c (print_insn_alpha): Add code for PAL_FORMAT_CODE.
1826
9978cd4d
ILT
1827Tue Oct 5 17:47:53 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1828
1829 * mips-opc.c: Correct lwu opcode value (book had it wrong).
1830
1831Thu Sep 30 11:26:18 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
1832
1833 * z8k-dis.c (FETCH_DATA): get just the right amount of data.
1834 (unpack_instr): Cope with ARG_IMM4M1 type instructions.
1835
cb79d01d
RP
1836Wed Sep 29 16:24:49 1993 K. Richard Pixley (rich@sendai.cygnus.com)
1837
1838 * m88k-dis.c (m88kdis): comment change. Remove space after
1839 printing mnemonic.
1840 (printop): handle new arg types DEC and XREG for m88110.
1841
a0ad6c0f
JK
1842Tue Sep 28 19:20:16 1993 Jeffrey A Law (law@snake.cs.utah.edu)
1843
1844 * hppa-dis.c (print_insn_hppa): Handle 'z' operand
1845 type for absolute branch addresses. Delete special
1846 "ble" and "be" code in 'W' operand code.
1847
1848Fri Sep 24 14:08:33 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1849
1850 * mips-opc.c: Set hazard information correctly for branch
1851 likely instructions.
1852
1853Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1854
1855 * alpha-dis.c (print_insn_alpha), alpha-opc.h: Fix bugs, use
1856 info->fprintf_func for printing and info->print_address_func for
1857 address output.
1858
1859Wed Sep 15 12:12:07 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1860
1861 * mips-opc.c: Set INSN_TRAP for tXX instructions.
1862
1863Thu Sep 9 10:11:27 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1864
1865 * mips-opc.c: From davidj@ICSI.Berkeley.EDU (David Johnson):
1866 Corrected second case of "b" for disassembler.
1867
44647fcc
ILT
1868Tue Sep 7 14:25:15 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1869
1870 * mips-dis.c, m88k-dis.c: Don't include libbfd.h. Changed calls
1871 to BFD swapping routines to correspond to BFD name changes.
1872
a9c686ad
ILT
1873Thu Sep 2 10:35:25 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1874
547998d2
ILT
1875 * mips-opc.c: Change div machine instruction to be z,s,t rather
1876 than s,t. Change div macro to be d,v,t rather than d,s,t.
1877 Likewise for divu, ddiv, ddivu. Added z,s,t case for drem, dremu,
1878 rem and remu which generates only the corresponding div
1879 instruction. This is for compatibility with the MIPS assembler,
1880 which only generates the simple machine instruction when an
1881 explicit destination of $0 is used.
1882 * mips-dis.c (print_insn_arg): Handle 'z' (always register zero).
a9c686ad 1883
a5ba0d3f
ILT
1884Thu Aug 26 17:41:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1885
1886 * mips-opc.c: From davidj@ICSI.Berkeley.EDU (David Johnson): Set
1887 WR_31 hazard for bal, bgezal, bltzal.
1888
1889Thu Aug 26 17:20:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1890
1891 * hppa-dis.c (print_insn_hppa): Use print function
1892 from within the disassemble_info, not fprintf_filtered.
1893
1894Wed Aug 25 13:51:40 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
1895
1896 * hppa-dis.c (print_insn_hppa): Handle '|' like '>'. (From Jeff
1897 Law, law@cs.utah.edu.)
1898
320cdccf
ILT
1899Mon Aug 23 12:44:05 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1900
1901 * mips-opc.c ("absu"): Removed.
1902 ("dabs"): Added.
1903
2bef2d3e
ILT
1904Fri Aug 20 10:52:52 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1905
1906 * mips-opc.c: Added r6000 and r4000 instructions and macros.
1907 Changed hazard information to distinguish between memory load
1908 delays and coprocessor load delays.
1909
45b14705
ILT
1910Wed Aug 18 15:39:23 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1911
1912 * mips-opc.c: li.d uses "T,L", not "S,F". Added li.s.
1913
ed2fe80f
DM
1914Tue Aug 17 09:44:42 1993 David J. Mackenzie (djm@thepub.cygnus.com)
1915
1916 * configure.in: Don't pass cpu to config.bfd.
1917
e9a30357
ILT
1918Tue Aug 17 12:23:52 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1919
1920 * m88k-dis.c (m88kdis): Make class unsigned.
1921
1922Thu Aug 12 15:08:18 1993 Ian Lance Taylor (ian@cygnus.com)
1923
1924 * alpha-dis.c (print_insn_alpha): One branch format case was
1925 missing the instruction name.
1926
1927Wed Aug 11 19:29:39 1993 David J. Mackenzie (djm@thepub.cygnus.com)
1928
1929 * Makefile.in (ALL_MACHINES): Renamed from DIS_LIBS.
1930 Add the arch-specific auxiliary files.
1931 (OFILES): Remove the arch-specific auxiliary files
1932 and use BFD_MACHINES instead of DIS_LIBS.
1933 * configure.in: Set BFD_MACHINES based on --with-targets option.
1934
786e4f1a
ILT
1935Thu Aug 12 12:04:53 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1936
1937 * mips-opc.c: Added lwc1 E,A(b) to go with lwc1 T,A(b). Similarly
1938 for swc1.
1939
1940Sun Aug 8 15:09:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1941
1942 * sparc-opc.c: Change CONST to const to deal with gcc
1943 -Dconst=__const -traditional.
1944
11a0aaa7
ILT
1945Fri Aug 6 10:58:55 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1946
1947 * mips-opc.c: From davidj@ICSI.Berkeley.EDU (David Johnson): Took
1948 coprocessor instructions out of #if 0, and made them use new
1949 argument type "C".
1950
071689e1
JK
1951Thu Aug 5 17:11:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1952
1953 * sparc-dis.c: Include ansidecl.h before opcodes/sparc.h.
1954
1955Fri Jul 30 18:48:15 1993 John Gilmore (gnu@cygnus.com)
1956
1957 * sparc-opc.c: Add F_JSR, F_UNBR, or F_CONDBR flags to each branch
1958 instruction, for use by the disassembler.
1959
1960 * sparc-dis.c (SEX): Add sign extension macro. Replace many
1961 hand-coded sign extensions that depended on 32-bit host ints.
1962 FIXME, we still depend on big-endian host bitfield ordering.
1963 (sparc_print_insn): Set the insn_info_valid field, and the
1964 other fields that describe the instruction being printed.
1965
1966Tue Jul 27 17:04:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
1967
1968 * sparc-opc.c (call): Accept all 6 addressing modes valid for
1969 `jmp' instead of just one of them.
1970
4d135f1c
JK
1971Wed Jul 21 11:43:32 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
1972
071689e1
JK
1973 * hppa-dis.c: Move floating registers from reg_names to fp_reg_names.
1974 (fput_fp_reg_r): Renamed from fput_reg_r.
1975 (fput_fp_reg): New function.
1976 (print_insn_hppa): Use fput_fp_reg{,_r} where appropriate.
1977
4d135f1c
JK
1978 * hppa-dis.c (print_insn_hppa, cases 'a', 'd'): Print space afterwards.
1979
1980 * hppa-dis.c (print_insn_hppa, case 'd'): Use GET_COND not GET_FIELD.
1981
17068960
JK
1982Mon Jul 19 13:52:21 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
1983
b2ad2e64
JK
1984 * hppa-dis.c (print_insn_hppa): Use extract_5r_store for 'r'.
1985
981b3a27
JK
1986 * hppa-dis.c (print_insn_hppa, case '>'): If next character is 'n',
1987 don't output a space.
1988
17068960
JK
1989 * hppa-dis.c (float_format_names): 10 is undefined, and 11 is quad.
1990
32d2052a
JK
1991Sun Jul 18 16:30:02 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
1992
1993 * mips-opc.c: New file, containing opcode table from
1994 ../include/opcode/mips.h.
1995 * Makefile.in: Add it.
1996
a4c01299
ILT
1997Thu Jul 15 12:37:05 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1998
1999 * m88k-dis.c: New file, moved in from gdb and changed to use the
2000 new dis-asm.h disassembler interface.
2001 * Makefile.in (DIS_LIBS): Added m88k-dis.o.
2002 (m88k-dis.o): New target.
2003
37609724
ILT
2004Tue Jul 13 10:04:16 1993 Ian Lance Taylor (ian@cygnus.com)
2005
2006 * mips-dis.c (print_insn_arg, _print_insn_mips): Made pointer to
2007 argument string const char * to correspond to opcode/mips.h.
2008
fde326fb
ILT
2009Tue Jul 6 15:18:37 1993 Ian Lance Taylor (ian@cygnus.com)
2010
2011 * mips-dis.c: Updated to account for name changes in new version
2012 of opcode/mips.h.
2013 * Makefile.in: Added header file dependencies.
2014
a5b5f81d
DE
2015Sat Jul 3 23:47:56 1993 Doug Evans (dje@canuck.cygnus.com)
2016
2017 * h8300-dis.c (bfd_h8_disassemble): Correct fetching of instruction.
2018
2019Thu Jul 1 12:23:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2020
2021 * m68k-dis.c (NEXTWORD, NEXTLONG): Use ((x) ^ 0x8000) - 0x8000 to sign
2022 extend, rather than shifts.
2023
2024Sun Jun 20 20:56:56 1993 Ken Raeburn (raeburn@poseidon.cygnus.com)
2025
2026 * Makefile.in: Undo 15 June change.
2027
5b6c6336
PB
2028Fri Jun 18 14:15:15 1993 Per Bothner (bothner@deneb.cygnus.com)
2029
2030 * m68k-dis.c (print_insn_arg): Change return value to byte count
2031 or error code.
2032 * m68k-dis.c: Re-write to detect invalid operands before
2033 printing anything, so we can handle this the same way we
2034 handle invalid opcodes.
2035
219cf232
SC
2036Thu Jun 17 15:01:36 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
2037
2038 * sh-dis.c, sh-opc.h: Understand some more opcodes.
2039
91ea6ab0
ILT
2040Wed Jun 16 13:48:05 1993 Ian Lance Taylor (ian@cygnus.com)
2041
2042 * hppa-dis.c: Include <ansidecl.h> and sysdep.h before other
2043 header files.
2044
0a3c15c3
KR
2045Tue Jun 15 21:45:26 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
2046
2047 * sparc-dis.c: Don't declare qsort, since sysdep.h might.
2048
2049 * configure.in: Do make sysdep.h link.
2050 * Makefile.in: Search ../include. Don't search ../bfd.
2051
5aef7c67
SG
2052Tue Jun 15 13:36:10 1993 Stu Grossman (grossman@cygnus.com)
2053
2054 Changes from Jeff Law, law@cs.utah.edu:
2055 * hppa-dis.c: Fix typo. 'a' and 'd' were reversed.
2056 Do not print a space before the completers specified by
2057 'a' and 'd'.
2058
112087ed
KR
2059Fri Jun 11 18:40:21 1993 Ken Raeburn (raeburn@cygnus.com)
2060
998f2ef3
KR
2061 * mips-dis.c: No longer need to bomb out if HOST_64_BIT is
2062 defined, since gdb has been fixed.
2063
112087ed
KR
2064 Changes from Jeff Law, law@cs.utah.edu:
2065 * hppa-dis.c (print_insn_hppa): Last argument to fput_reg,
2066 fput_reg_r, fput_creg, fput_const, and fputs_filtered should
2067 be a *disassemble_info, not a *FILE.
2068 * hppa-dis.c: Support 'd', '!', and 'a'.
2069 * hppa-dis.c: Support 's' to extract a 2 bit space register.
2070 * hppa-dis.c: Delete cases which are no longer needed.
2071
e6fb7139
JK
2072Fri Jun 11 07:53:48 1993 Jim Kingdon (kingdon@cygnus.com)
2073
2074 * m68k-dis.c (print_insn_{m68k,arg}): Add MMU codes.
2075
2076Tue Jun 8 12:25:01 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
2077
2078 * h8300-dis.c: New file, removed from bfd/cpu-h8300.c, with
2079 H8/300-H opcodes.
2080
e0a8bcfb
PB
2081Mon Jun 7 12:58:49 1993 Per Bothner (bothner@rtl.cygnus.com)
2082
2083 * Makefile.in (CSEARCH): Add -I../bfd for sysdep.h and bfd.h.
2084 * configure.in: No longer need to configure to get sysdep.h.
2085
2086Thu Jun 3 15:56:49 1993 Stu Grossman (grossman@cygnus.com)
2087
2088 * Patches from Jeffrey Law <law@cs.utah.edu>.
2089 * hppa-dis.c: Support 'I', 'J', and 'K' in output
2090 templates for 1.1 FP computational instructions.
2091
2092Tue May 25 13:05:48 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
2093
2094 * h8500-dis.c (print_insn_h8500): Address argument is type
2095 bfd_vma.
2096 * z8k-dis.c (print_insn_z8k, print_insn_z8001, print_insn_z8002):
2097 Ditto.
2098
2099 * h8500-opc.h (addr_class_type): No comma at end of enumerator.
2100 * sh-opc.h (sh_nibble_type, sh_arg_type): Ditto.
2101
2102 * sparc-dis.c (compare_opcodes): Move static declaration to
2103 top-level.
2104
2105Fri May 21 14:17:37 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2106
2107 * sparc-dis.c (print_insn_sparc): Implement 'n' argument for unimp
2108 instruction, remove unimp hack from 'l' argument.
2109
2110Wed May 19 15:35:54 1993 Stu Grossman (grossman@cygnus.com)
2111
2112 * z8k-dis.c (fetch_data): Use unsigned char to make ancient gcc's
2113 happy.
2114
2115Fri May 14 15:22:46 1993 Ian Lance Taylor (ian@cygnus.com)
2116
2117 * Based on patches from davidj@ICSI.Berkeley.EDU (David Johnson):
2118 * mips-dis.c (print_insn_arg): Handle 'C' for general coprocessor
2119 instructions.
2120
cfa8d061
KR
2121Fri May 14 00:09:14 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
2122
d698222b
KR
2123 * hppa-dis.c: Include dis-asm.h before sysdep.h. Changed some
2124 arrays of string pointers to 2-d arrays of chars, to save
2125 space.
cfa8d061
KR
2126
2127Thu May 6 20:51:17 1993 Fred Fish (fnf@cygnus.com)
2128
2129 * a29k-dis.c, alpha-dis.c, i960-dis.c, sparc-dis.c, z8k-dis.c:
2130 Cast second arg to read_memory_func to "bfd_byte *", as necessary.
2131
2132Tue May 4 20:31:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
2133
2134 * hppa-dis.c: New file from Utah, adapted to new disassembler
2135 calling interface.
2136 * Makefile.in: Include it.
2137
2138Mon Apr 26 18:17:42 1993 Steve Chamberlain (sac@thepub.cygnus.com)
2139
2140 * sh-dis.c, sh-opc.h: New files.
2141
2142Fri Apr 23 18:51:22 1993 Steve Chamberlain (sac@thepub.cygnus.com)
2143
2144 * alpha-dis.c, alpha-opc.h: New files.
2145
2146Tue Apr 6 12:54:08 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2147
2148 * mips-dis.c: Sign extend 'j' and 'b' arguments, delta is a signed
2149 value.
2150
d802b948
JG
2151Mon Apr 5 17:37:37 1993 John Gilmore (gnu@cygnus.com)
2152
2153 * sparc-dis.c: Make "ta" the default trap instruction, "t" the alias.
2154
2155Fri Apr 2 07:24:27 1993 Ian Lance Taylor (ian@cygnus.com)
2156
2157 * a29k-dis.c, sparc-dis.c, sparc-opc.c: Use CONST rather than
2158 const.
2159
720b3aed
JK
2160Thu Apr 1 11:20:43 1993 Jim Kingdon (kingdon@cygnus.com)
2161
2162 * sparc-dis.c: Use fprintf_func a few places where I forgot,
2163 and double percent signs a few places.
2164
2165 * a29k-dis.c, i960-dis.c: New, merged from gdb and binutils.
2166
2167 * i386-dis.c, m68k-dis.c, mips-dis.c, sparc-dis.c:
2168 Use info->print_address_func not print_address.
2169
2170 * dis-buf.c (generic_print_address): New function.
2171
f7ed13c7
JK
2172Wed Mar 31 10:07:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2173
2174 * Makefile.in: Add sparc-dis.c.
2175 sparc-dis.c: New file, merges binutils and gdb versions as follows:
2176 From GDB:
2177 Add `add' instruction to the set that get checked
2178 for a preceding `sethi' in order to print an absolute address.
2179 * (print_insn): Disassembly prefers real instructions.
2180 (is_delayed_branch): Speed up.
2181 * sparc-opcode.h: Add ALIAS bit to aliases. Fix up opcode tables.
2182 Still missing some float ops, and needs testing.
2183 * sparc-pinsn.c (print_insn): Eliminate 'set' test, subsumed by
2184 F_ALIAS. Use printf, not fprintf, when not passing a file
2185 pointer...
2186 (compare_opcodes): Check that identical instructions have
2187 identical opcodes, complain otherwise.
2188 From binutils:
2189 * New 'm' arg.
2190 * Include reg_names.
2191 From neither:
2192 Use dis-asm.h/read_memory_func interface.
2193
05545edc
RP
2194Wed Mar 31 20:49:06 1993 K. Richard Pixley (rich@rtl.cygnus.com)
2195
2196 * h8500-dis.c, i386-dis.c, m68k-dis.c, z8k-dis.c (fetch_data):
2197 deliberately return non-zero to setjmp from longjmp. Otherwise
2198 this code fails to compile.
2199
cbe61cc6
SG
2200Wed Mar 31 17:04:31 1993 Stu Grossman (grossman@cygnus.com)
2201
2202 * m68k-dis.c: Fix prototype for fetch_arg().
2203
5d0734a7
JK
2204Wed Mar 31 10:07:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2205
2206 * dis-buf.c: New file, for new read_memory_func interface.
2207 Makefile.in (OFILES): Include it.
2208 m68k-dis.c, i386-dis.c, h8500-dis.c, mips-dis.c, z8k-dis.c:
2209 Use new read_memory_func interface.
2210
2211Mon Mar 29 14:02:17 1993 Steve Chamberlain (sac@thepub.cygnus.com)
2212
2213 * h8500-dis.c (print_insn_h8500): Get sign of fp offsets right.
2214 * h8500-opc.h: Fix couple of opcodes.
2215
2216Wed Mar 24 02:03:36 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
2217
2218 * Makefile.in: add dvi & installcheck targets
2219
2cb563e6
JG
2220Mon Mar 22 18:55:04 1993 John Gilmore (gnu@cygnus.com)
2221
2222 * Makefile.in: Update for h8500-dis.c.
2223
337110ea
SC
2224Fri Mar 19 14:27:17 1993 Steve Chamberlain (sac@thepub.cygnus.com)
2225
2226 * h8500-dis.c, h8500-opc.h: New files
2227
c840244e
PB
2228Thu Mar 18 14:12:37 1993 Per Bothner (bothner@rtl.cygnus.com)
2229
2230 * mips-dis.c, z8k-dis.c: Converted to use interface defined in
2231 ../include/dis-asm.h.
2232 * m68k-dis.c: New file (merge of ../binutils/m68k-pinsn.c
2233 and ../gdb/m68k-pinsn.c).
2234 * i386-dis.c: New file (merge of ../binutils/i386-pinsn.c
2235 and ../gdb/i386-pinsn.c).
2236 * m68881-ext.c: New file. Moved definition of
2237 ext_format ext_format_68881 from ../gdb/m68k-tdep.c.
2238 * Makefile.in: Adjust for new files.
2239 * i386-dis.c: Patches from John Hassey (hassey@dg-rtp.dg.com).
2240 * m68k-dis.c: Recognize '9' placement code, so (say) pflush
2241 can be dis-assembled.
2242
2243Wed Feb 17 09:19:47 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
2244
2245 * mips-dis.c (print_insn_arg): Now returns void.
2246
2247Mon Jan 11 16:09:16 1993 Fred Fish (fnf@cygnus.com)
2248
2249 * mips-dis.c (ansidecl.h): Include for benefit of sysdep.h
2250 files that use the macros.
2251
2252Thu Jan 7 13:15:17 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2253
2254 * mips-dis.c: New file, from gdb/mips-pinsn.c.
2255 * Makefile.in (DIS_LIBS): Added mips-dis.o.
2256 (CFILES): Added mips-dis.c.
2257
2258Thu Jan 7 07:36:33 1993 Steve Chamberlain (sac@thepub.cygnus.com)
2259
2260 * z8k-dis.c (print_insn_z8001, print_insn_z8002): new routines
2261 * z8kgen.c, z8k-opc.h: fix sizes of some shifts.
2262
2263Tue Dec 22 15:42:44 1992 Per Bothner (bothner@rtl.cygnus.com)
2264
2265 * Makefile.in: Improve *clean rules.
2266 * configure.in: Allow a default host.
2267
2268Tue Nov 17 19:53:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
2269
2270 * Makefile.in: also use -I$(srcdir)/../bfd, since some sysdep
2271 files include other sysdep files
2272
2273Thu Nov 12 16:10:37 1992 Steve Chamberlain (sac@thepub.cygnus.com)
2274
2275 * z8k-dis.c z8k-opc.h z8kgen.c: checkpoint
2276
2277Fri Oct 9 04:56:05 1992 John Gilmore (gnu@cygnus.com)
2278
2279 * configure.in: For host support, use ../bfd/configure.host
2280 so it stays in sync with the ../bfd/hosts database.
2281
d5dcef63
DZ
2282Thu Oct 1 23:38:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
2283
2284 * configure.in: use cpu-vendor-os triple instead of nested cases
2285
0843ea63
MW
2286Wed Sep 30 16:09:20 1992 Michael Werner (mtw@cygnus.com)
2287
2288 * z8k-dis.c (unparse_instr): fix bug where opcode returned was
2289 *always* the wrong one.
2290
b31a1f81
SC
2291Wed Sep 30 07:42:17 1992 Steve Chamberlain (sac@thepub.cygnus.com)
2292
2293 * z8kgen.c: added copyright info
2294
447bbbea
SC
2295Tue Sep 29 12:20:21 1992 Steve Chamberlain (sac@thepub.cygnus.com)
2296
2297 * z8k-dis.c (unparse_instr): prettier tabs
2298 * z8kgen.c -> z8k-opc.h: bug fixes in tables
2299
57cae454
SG
2300Fri Sep 25 12:50:32 1992 Stu Grossman (grossman at cygnus.com)
2301
2302 * configure.in: Add ncr* configuration.
2303 * z8k-dis.c (struct instr_data_s): Make instr_asmsrc char to make
2304 picayune ANSI compilers happy.
2305
2306Sep 20 08:50:55 1992 Fred Fish (fnf@cygnus.com)
2307
2308 * configure.in (i386): Make i386 and i486 synonymous for now.
2309 * configure.in (i[34]86-*-sysv4): Add my_host definition.
2310
3a157902
KR
2311Fri Sep 18 17:01:23 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
2312
2313 * Makefile.in (install): Fix typo.
2314
68ca3238
JG
2315Fri Sep 18 02:04:24 1992 John Gilmore (gnu@cygnus.com)
2316
2317 * Makefile.in (make): Remove obsolete crud.
2318 (sparc-opc.o): Avoid Sun Make VPATH bug.
2319
e5bc6aaf
RP
2320Tue Sep 8 17:29:27 1992 K. Richard Pixley (rich@sendai.cygnus.com)
2321
2322 * Makefile.in: since there are no SUBDIRS, remove rule and
68ca3238 2323 references of subdir_do.
e5bc6aaf 2324
794a16b0
KR
2325Tue Sep 8 17:02:58 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
2326
2327 * Makefile.in (install): Get the library name right here too.
2328 Don't install bfd.h, since it's unrelated to this library. No
2329 subdirs to recurse into, either.
2330 (CFILES): The source file has a .c suffix, not .o.
2331
2332 * sparc-opc.c: New file, moved from BFD.
2333 * Makefile.in (OFILES): Build it.
2334
2335Thu Sep 3 16:59:20 1992 Michael Werner (mtw@cygnus.com)
2336
2337 * z8k-dis.c: fixed forward refferences of some declarations.
2338
2339Mon Aug 31 16:09:45 1992 Michael Werner (mtw@cygnus.com)
2340
2341 * Makefile.in: get the name of the library right
2342
a4ccc310
SC
2343Mon Aug 31 13:47:35 1992 Steve Chamberlain (sac@thepub.cygnus.com)
2344
add1fb05 2345 * z8k-dis.c: knows how to disassemble z8k stuff
a4ccc310
SC
2346 * z8k-opc.h: new file full of z8000 opcodes
2347
9a458b67
ILT
2348\f
2349Local Variables:
2350version-control: never
2351End:
This page took 0.247642 seconds and 4 git commands to generate.