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