* i386-dis.c (OP_M, OP_0f0e, OP_0fae, NOP_Fixup): New functions.
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
CommitLineData
cc0ec051
AM
12004-03-12 Alan Modra <amodra@bigpond.net.au>
2
3 * i386-dis.c (OP_M, OP_0f0e, OP_0fae, NOP_Fixup): New functions.
4 (M, Mp): Use OP_M.
5 (None, PADLOCK_SPECIAL, PADLOCK_0): Delete.
6 (GRPPADLCK): Define.
7 (dis386): Use NOP_Fixup on "nop".
8 (dis386_twobyte): Use GRPPADLCK on opcode 0xa7.
9 (twobyte_has_modrm): Set for 0xa7.
10 (padlock_table): Delete. Move to..
11 (grps): ..here, using OP_0f07. Use OP_Ofae on lfence, mfence
12 and clflush.
13 (print_insn): Revert PADLOCK_SPECIAL code.
14 (OP_E): Delete sfence, lfence, mfence checks.
15
4fd61dcb
JJ
162004-03-12 Jakub Jelinek <jakub@redhat.com>
17
18 * i386-dis.c (grps): Use INVLPG_Fixup instead of OP_E for invlpg.
19 (INVLPG_Fixup): New function.
20 (PNI_Fixup): Remove ATTRIBUTE_UNUSED from sizeflag.
21
0f10071e
ML
222004-03-12 Michal Ludvig <mludvig@suse.cz>
23
24 * i386-dis.c (PADLOCK_SPECIAL, PADLOCK_0): New defines.
25 (dis386_twobyte): Opcode 0xa7 is PADLOCK_0.
26 (padlock_table): New struct with PadLock instructions.
27 (print_insn): Handle PADLOCK_SPECIAL.
28
c02908d2
AM
292004-03-12 Alan Modra <amodra@bigpond.net.au>
30
31 * i386-dis.c (grps): Use clflush by default for 0x0fae/7.
32 (OP_E): Twiddle clflush to sfence here.
33
d5bb7600
NC
342004-03-08 Nick Clifton <nickc@redhat.com>
35
36 * po/de.po: Updated German translation.
37
ae51a426
JR
382003-03-03 Andrew Stubbs <andrew.stubbs@superh.com>
39
40 * sh-dis.c (print_insn_sh): Don't disassemble fp instructions in
41 nofpu mode. Add BFD type bfd_mach_sh4_nommu_nofpu.
42 * sh-opc.h: Add sh4_nommu_nofpu architecture and adjust instructions
43 accordingly.
44
676a64f4
RS
452004-03-01 Richard Sandiford <rsandifo@redhat.com>
46
47 * frv-asm.c: Regenerate.
48 * frv-desc.c: Regenerate.
49 * frv-desc.h: Regenerate.
50 * frv-dis.c: Regenerate.
51 * frv-ibld.c: Regenerate.
52 * frv-opc.c: Regenerate.
53 * frv-opc.h: Regenerate.
54
c7a48b9a
RS
552004-03-01 Richard Sandiford <rsandifo@redhat.com>
56
57 * frv-desc.c, frv-opc.c: Regenerate.
58
8ae0baa2
RS
592004-03-01 Richard Sandiford <rsandifo@redhat.com>
60
61 * frv-desc.c, frv-opc.c, frv-opc.h: Regenerate.
62
ce11586c
JR
632004-02-26 Andrew Stubbs <andrew.stubbs@superh.com>
64
65 * sh-opc.h: Move fsca and fsrra instructions from sh4a to sh4.
66 Also correct mistake in the comment.
67
6a5709a5
JR
682004-02-26 Andrew Stubbs <andrew.stubbs@superh.com>
69
70 * sh-dis.c (print_insn_sh): Add REG_N_D nibble type to
71 ensure that double registers have even numbers.
72 Add REG_N_B01 for nn01 (binary 01) nibble to ensure
73 that reserved instruction 0xfffd does not decode the same
74 as 0xfdfd (ftrv).
75 * sh-opc.h: Add REG_N_D nibble type and use it whereever
76 REG_N refers to a double register.
77 Add REG_N_B01 nibble type and use it instead of REG_NM
78 in ftrv.
79 Adjust the bit patterns in a few comments.
80
e5d2b64f
AH
812004-02-25 Aldy Hernandez <aldyh@redhat.com>
82
83 * ppc-opc.c (powerpc_opcodes): Change mask for dcbt and dcbtst.
84
1f04b05f
AH
852004-02-20 Aldy Hernandez <aldyh@redhat.com>
86
87 * ppc-opc.c (powerpc_opcodes): Move mfmcsrr0 before mfdc_dat.
88
2f3b8700
AH
892004-02-20 Aldy Hernandez <aldyh@redhat.com>
90
91 * ppc-opc.c (powerpc_opcodes): Add m*ivor35.
92
f0b26da6
AH
932004-02-20 Aldy Hernandez <aldyh@redhat.com>
94
95 * ppc-opc.c (powerpc_opcodes): Add mfivor32, mfivor33, mfivor34,
96 mtivor32, mtivor33, mtivor34.
97
23d59c56
AH
982004-02-19 Aldy Hernandez <aldyh@redhat.com>
99
f0b26da6 100 * ppc-opc.c (powerpc_opcodes): Add mfmcar.
23d59c56 101
34920d91
NC
1022004-02-10 Petko Manolov <petkan@nucleusys.com>
103
104 * arm-opc.h Maverick accumulator register opcode fixes.
105
44d86481
BE
1062004-02-13 Ben Elliston <bje@wasabisystems.com>
107
108 * m32r-dis.c: Regenerate.
109
17707c23
MS
1102004-01-27 Michael Snyder <msnyder@redhat.com>
111
112 * sh-opc.h (sh_table): "fsrra", not "fssra".
113
fe3a9bc4
NC
1142004-01-23 Andrew Over <andrew.over@cs.anu.edu.au>
115
116 * sparc-opc.c (fdtox, fstox, fqtox, fxtod, fxtos, fxtoq): Tighten
117 contraints.
118
ff24f124
JJ
1192004-01-19 Andrew Over <andrew.over@cs.anu.edu.au>
120
121 * sparc-opc.c (sparc_opcodes) <f[dsq]tox, fxto[dsq]>: Fix args.
122
a02a862a
AM
1232004-01-19 Alan Modra <amodra@bigpond.net.au>
124
125 * i386-dis.c (OP_E): Print scale factor on intel mode sib when not
126 1. Don't print scale factor on AT&T mode when index missing.
127
d164ea7f
AO
1282004-01-16 Alexandre Oliva <aoliva@redhat.com>
129
130 * m10300-opc.c (mov): 8- and 24-bit immediates are zero-extended
131 when loaded into XR registers.
132
cb10e79a
RS
1332004-01-14 Richard Sandiford <rsandifo@redhat.com>
134
135 * frv-desc.h: Regenerate.
136 * frv-desc.c: Regenerate.
137 * frv-opc.c: Regenerate.
138
f532f3fa
MS
1392004-01-13 Michael Snyder <msnyder@redhat.com>
140
141 * sh-dis.c (print_insn_sh): Allocate 4 bytes for insn.
142
e45d0630
PB
1432004-01-09 Paul Brook <paul@codesourcery.com>
144
145 * arm-opc.h (arm_opcodes): Move generic mcrr after known
146 specific opcodes.
147
3ba7a1aa
DJ
1482004-01-07 Daniel Jacobowitz <drow@mvista.com>
149
150 * Makefile.am (libopcodes_la_DEPENDENCIES)
151 (libopcodes_la_LIBADD): Revert 2003-05-17 change. Add explanatory
152 comment about the problem.
153 * Makefile.in: Regenerate.
154
ba2d3f07
AO
1552004-01-06 Alexandre Oliva <aoliva@redhat.com>
156
157 2003-12-19 Alexandre Oliva <aoliva@redhat.com>
158 * frv-asm.c (parse_ulo16, parse_uhi16, parse_d12): Fix some
159 cut&paste errors in shifting/truncating numerical operands.
160 2003-08-04 Alexandre Oliva <aoliva@redhat.com>
161 * frv-asm.c (parse_ulo16): Parse gotofflo and gotofffuncdesclo.
162 (parse_uslo16): Likewise.
163 (parse_uhi16): Parse gotoffhi and gotofffuncdeschi.
164 (parse_d12): Parse gotoff12 and gotofffuncdesc12.
165 (parse_s12): Likewise.
166 2003-08-04 Alexandre Oliva <aoliva@redhat.com>
167 * frv-asm.c (parse_ulo16): Parse gotlo and gotfuncdesclo.
168 (parse_uslo16): Likewise.
169 (parse_uhi16): Parse gothi and gotfuncdeschi.
170 (parse_d12): Parse got12 and gotfuncdesc12.
171 (parse_s12): Likewise.
172
3ab48931
NC
1732004-01-02 Albert Bartoszko <albar@nt.kegel.com.pl>
174
175 * msp430-dis.c (msp430_doubleoperand): Check for an 'add'
176 instruction which looks similar to an 'rla' instruction.
a0bd404e 177
c9e214e5 178For older changes see ChangeLog-0203
252b5132
RH
179\f
180Local Variables:
2f6d2f85
NC
181mode: change-log
182left-margin: 8
183fill-column: 74
252b5132
RH
184version-control: never
185End:
This page took 0.247541 seconds and 4 git commands to generate.