* Makefile.am: Run "make dep-am".
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
CommitLineData
fdd12ef3
AM
12004-03-16 Alan Modra <amodra@bigpond.net.au>
2
3 * ppc-dis.c (print_insn_powerpc): Don't print tabs. Handle
4 PPC_OPERANDS_GPR_0.
5 * ppc-opc.c (RA0): Define.
6 (RAQ, RAL, RAM, RAS, RSQ, RTQ, RSO): Use PPC_OPERAND_GPR_0.
7 (RAOPT): Rename from RAO. Update all uses.
a9c3619e 8 (powerpc_opcodes): Use RA0 as appropriate.
fdd12ef3 9
2dc111b3 102004-03-15 Aldy Hernandez <aldyh@redhat.com>
fdd12ef3
AM
11
12 * ppc-opc.c (powerpc_opcodes): Add BOOKE versions of mfsprg.
2dc111b3 13
7bfeee7b
AM
142004-03-15 Alan Modra <amodra@bigpond.net.au>
15
16 * sparc-dis.c (print_insn_sparc): Update getword prototype.
17
7ffdda93
ML
182004-03-12 Michal Ludvig <mludvig@suse.cz>
19
20 * i386-dis.c (GRPPLOCK): Delete.
7bfeee7b 21 (grps): Delete GRPPLOCK entry.
7ffdda93 22
cc0ec051
AM
232004-03-12 Alan Modra <amodra@bigpond.net.au>
24
25 * i386-dis.c (OP_M, OP_0f0e, OP_0fae, NOP_Fixup): New functions.
26 (M, Mp): Use OP_M.
27 (None, PADLOCK_SPECIAL, PADLOCK_0): Delete.
28 (GRPPADLCK): Define.
29 (dis386): Use NOP_Fixup on "nop".
30 (dis386_twobyte): Use GRPPADLCK on opcode 0xa7.
31 (twobyte_has_modrm): Set for 0xa7.
32 (padlock_table): Delete. Move to..
33 (grps): ..here, using OP_0f07. Use OP_Ofae on lfence, mfence
34 and clflush.
35 (print_insn): Revert PADLOCK_SPECIAL code.
36 (OP_E): Delete sfence, lfence, mfence checks.
37
4fd61dcb
JJ
382004-03-12 Jakub Jelinek <jakub@redhat.com>
39
40 * i386-dis.c (grps): Use INVLPG_Fixup instead of OP_E for invlpg.
41 (INVLPG_Fixup): New function.
42 (PNI_Fixup): Remove ATTRIBUTE_UNUSED from sizeflag.
43
0f10071e
ML
442004-03-12 Michal Ludvig <mludvig@suse.cz>
45
46 * i386-dis.c (PADLOCK_SPECIAL, PADLOCK_0): New defines.
47 (dis386_twobyte): Opcode 0xa7 is PADLOCK_0.
48 (padlock_table): New struct with PadLock instructions.
49 (print_insn): Handle PADLOCK_SPECIAL.
50
c02908d2
AM
512004-03-12 Alan Modra <amodra@bigpond.net.au>
52
53 * i386-dis.c (grps): Use clflush by default for 0x0fae/7.
54 (OP_E): Twiddle clflush to sfence here.
55
d5bb7600
NC
562004-03-08 Nick Clifton <nickc@redhat.com>
57
58 * po/de.po: Updated German translation.
59
ae51a426
JR
602003-03-03 Andrew Stubbs <andrew.stubbs@superh.com>
61
62 * sh-dis.c (print_insn_sh): Don't disassemble fp instructions in
63 nofpu mode. Add BFD type bfd_mach_sh4_nommu_nofpu.
64 * sh-opc.h: Add sh4_nommu_nofpu architecture and adjust instructions
65 accordingly.
66
676a64f4
RS
672004-03-01 Richard Sandiford <rsandifo@redhat.com>
68
69 * frv-asm.c: Regenerate.
70 * frv-desc.c: Regenerate.
71 * frv-desc.h: Regenerate.
72 * frv-dis.c: Regenerate.
73 * frv-ibld.c: Regenerate.
74 * frv-opc.c: Regenerate.
75 * frv-opc.h: Regenerate.
76
c7a48b9a
RS
772004-03-01 Richard Sandiford <rsandifo@redhat.com>
78
79 * frv-desc.c, frv-opc.c: Regenerate.
80
8ae0baa2
RS
812004-03-01 Richard Sandiford <rsandifo@redhat.com>
82
83 * frv-desc.c, frv-opc.c, frv-opc.h: Regenerate.
84
ce11586c
JR
852004-02-26 Andrew Stubbs <andrew.stubbs@superh.com>
86
87 * sh-opc.h: Move fsca and fsrra instructions from sh4a to sh4.
88 Also correct mistake in the comment.
89
6a5709a5
JR
902004-02-26 Andrew Stubbs <andrew.stubbs@superh.com>
91
92 * sh-dis.c (print_insn_sh): Add REG_N_D nibble type to
93 ensure that double registers have even numbers.
94 Add REG_N_B01 for nn01 (binary 01) nibble to ensure
95 that reserved instruction 0xfffd does not decode the same
96 as 0xfdfd (ftrv).
97 * sh-opc.h: Add REG_N_D nibble type and use it whereever
98 REG_N refers to a double register.
99 Add REG_N_B01 nibble type and use it instead of REG_NM
100 in ftrv.
101 Adjust the bit patterns in a few comments.
102
e5d2b64f 1032004-02-25 Aldy Hernandez <aldyh@redhat.com>
7bfeee7b
AM
104
105 * ppc-opc.c (powerpc_opcodes): Change mask for dcbt and dcbtst.
e5d2b64f 106
1f04b05f
AH
1072004-02-20 Aldy Hernandez <aldyh@redhat.com>
108
109 * ppc-opc.c (powerpc_opcodes): Move mfmcsrr0 before mfdc_dat.
110
2f3b8700
AH
1112004-02-20 Aldy Hernandez <aldyh@redhat.com>
112
113 * ppc-opc.c (powerpc_opcodes): Add m*ivor35.
114
f0b26da6 1152004-02-20 Aldy Hernandez <aldyh@redhat.com>
7bfeee7b
AM
116
117 * ppc-opc.c (powerpc_opcodes): Add mfivor32, mfivor33, mfivor34,
118 mtivor32, mtivor33, mtivor34.
f0b26da6 119
23d59c56 1202004-02-19 Aldy Hernandez <aldyh@redhat.com>
7bfeee7b
AM
121
122 * ppc-opc.c (powerpc_opcodes): Add mfmcar.
23d59c56 123
34920d91
NC
1242004-02-10 Petko Manolov <petkan@nucleusys.com>
125
126 * arm-opc.h Maverick accumulator register opcode fixes.
127
44d86481
BE
1282004-02-13 Ben Elliston <bje@wasabisystems.com>
129
130 * m32r-dis.c: Regenerate.
131
17707c23
MS
1322004-01-27 Michael Snyder <msnyder@redhat.com>
133
134 * sh-opc.h (sh_table): "fsrra", not "fssra".
135
fe3a9bc4
NC
1362004-01-23 Andrew Over <andrew.over@cs.anu.edu.au>
137
138 * sparc-opc.c (fdtox, fstox, fqtox, fxtod, fxtos, fxtoq): Tighten
139 contraints.
140
ff24f124
JJ
1412004-01-19 Andrew Over <andrew.over@cs.anu.edu.au>
142
143 * sparc-opc.c (sparc_opcodes) <f[dsq]tox, fxto[dsq]>: Fix args.
144
a02a862a
AM
1452004-01-19 Alan Modra <amodra@bigpond.net.au>
146
147 * i386-dis.c (OP_E): Print scale factor on intel mode sib when not
148 1. Don't print scale factor on AT&T mode when index missing.
149
d164ea7f
AO
1502004-01-16 Alexandre Oliva <aoliva@redhat.com>
151
152 * m10300-opc.c (mov): 8- and 24-bit immediates are zero-extended
153 when loaded into XR registers.
154
cb10e79a
RS
1552004-01-14 Richard Sandiford <rsandifo@redhat.com>
156
157 * frv-desc.h: Regenerate.
158 * frv-desc.c: Regenerate.
159 * frv-opc.c: Regenerate.
160
f532f3fa
MS
1612004-01-13 Michael Snyder <msnyder@redhat.com>
162
163 * sh-dis.c (print_insn_sh): Allocate 4 bytes for insn.
164
e45d0630
PB
1652004-01-09 Paul Brook <paul@codesourcery.com>
166
167 * arm-opc.h (arm_opcodes): Move generic mcrr after known
168 specific opcodes.
169
3ba7a1aa
DJ
1702004-01-07 Daniel Jacobowitz <drow@mvista.com>
171
172 * Makefile.am (libopcodes_la_DEPENDENCIES)
173 (libopcodes_la_LIBADD): Revert 2003-05-17 change. Add explanatory
174 comment about the problem.
175 * Makefile.in: Regenerate.
176
ba2d3f07
AO
1772004-01-06 Alexandre Oliva <aoliva@redhat.com>
178
179 2003-12-19 Alexandre Oliva <aoliva@redhat.com>
180 * frv-asm.c (parse_ulo16, parse_uhi16, parse_d12): Fix some
181 cut&paste errors in shifting/truncating numerical operands.
182 2003-08-04 Alexandre Oliva <aoliva@redhat.com>
183 * frv-asm.c (parse_ulo16): Parse gotofflo and gotofffuncdesclo.
184 (parse_uslo16): Likewise.
185 (parse_uhi16): Parse gotoffhi and gotofffuncdeschi.
186 (parse_d12): Parse gotoff12 and gotofffuncdesc12.
187 (parse_s12): Likewise.
188 2003-08-04 Alexandre Oliva <aoliva@redhat.com>
189 * frv-asm.c (parse_ulo16): Parse gotlo and gotfuncdesclo.
190 (parse_uslo16): Likewise.
191 (parse_uhi16): Parse gothi and gotfuncdeschi.
192 (parse_d12): Parse got12 and gotfuncdesc12.
193 (parse_s12): Likewise.
194
3ab48931
NC
1952004-01-02 Albert Bartoszko <albar@nt.kegel.com.pl>
196
197 * msp430-dis.c (msp430_doubleoperand): Check for an 'add'
198 instruction which looks similar to an 'rla' instruction.
a0bd404e 199
c9e214e5 200For older changes see ChangeLog-0203
252b5132
RH
201\f
202Local Variables:
2f6d2f85
NC
203mode: change-log
204left-margin: 8
205fill-column: 74
252b5132
RH
206version-control: never
207End:
This page took 0.251734 seconds and 4 git commands to generate.