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