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