]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - contrib/binutils/opcodes/ChangeLog
Backport SSSE3 instruction set support to base binutils
[FreeBSD/stable/8.git] / contrib / binutils / opcodes / ChangeLog
1 2006-02-27  H.J. Lu <hongjiu.lu@intel.com>
2
3         * i386-dis.c (IS_3BYTE_OPCODE): New for 3-byte opcodes used by
4         Intel Merom New Instructions.
5         (THREE_BYTE_0): Likewise.
6         (THREE_BYTE_1): Likewise.
7         (three_byte_table): Likewise.
8         (dis386_twobyte): Use THREE_BYTE_0 for entry 0x38. Use
9         THREE_BYTE_1 for entry 0x3a.
10         (twobyte_has_modrm): Updated.
11         (twobyte_uses_SSE_prefix): Likewise.
12         (print_insn): Handle 3-byte opcodes used by Intel Merom New
13         Instructions.
14
15 2004-05-13  Nick Clifton  <nickc@redhat.com>
16
17         * po/fr.po: Updated French translation.
18
19 2004-05-05  Alan Modra  <amodra@bigpond.net.au>
20
21         PR 146.
22         * ppc-opc.c (PPCVEC): Remove PPC_OPCODE_PPC.
23
24 2004-04-09  Daniel Jacobowitz  <drow@mvista.com>
25
26         Merge from mainline:
27         2004-03-30  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
28         * m32r-asm.c: Regenerate.
29
30         2004-03-08  Nick Clifton  <nickc@redhat.com>
31         * po/de.po: Updated German translation.
32
33         2004-02-26  Andrew Stubbs  <andrew.stubbs@superh.com>
34         * sh-opc.h: Move fsca and fsrra instructions from sh4a to sh4.
35         Also correct mistake in the comment.
36
37         2004-02-26  Andrew Stubbs <andrew.stubbs@superh.com>
38         * sh-dis.c (print_insn_sh): Add REG_N_D nibble type to
39         ensure that double registers have even numbers.
40         Add REG_N_B01 for nn01 (binary 01) nibble to ensure
41         that reserved instruction 0xfffd does not decode the same
42         as 0xfdfd (ftrv).
43         * sh-opc.h: Add REG_N_D nibble type and use it whereever
44         REG_N refers to a double register.
45         Add REG_N_B01 nibble type and use it instead of REG_NM
46         in ftrv.
47         Adjust the bit patterns in a few comments.
48
49 2004-04-08  Alan Modra  <amodra@bigpond.net.au>
50
51         Apply from mainline.
52         2004-02-25  Aldy Hernandez  <aldyh@redhat.com>
53         * ppc-opc.c (powerpc_opcodes): Change mask for dcbt and dcbtst.
54
55         2004-02-20  Aldy Hernandez  <aldyh@redhat.com>
56         * ppc-opc.c (powerpc_opcodes): Move mfmcsrr0 before mfdc_dat.
57
58         2004-02-20  Aldy Hernandez  <aldyh@redhat.com>
59         * ppc-opc.c (powerpc_opcodes): Add m*ivor35.
60
61         2004-02-20  Aldy Hernandez  <aldyh@redhat.com>
62         * ppc-opc.c (powerpc_opcodes): Add mfivor32, mfivor33, mfivor34,
63         mtivor32, mtivor33, mtivor34.
64
65         2004-02-19  Aldy Hernandez  <aldyh@redhat.com>
66         * ppc-opc.c (powerpc_opcodes): Add mfmcar.
67
68 2004-03-15  Aldy Hernandez  <aldyh@redhat.com>
69  
70         * ppc-opc.c (powerpc_opcodes): Add BOOKE versions of mfsprg.
71
72 2004-03-16  Alan Modra  <amodra@bigpond.net.au>
73
74         * ppc-dis.c (print_insn_powerpc): Don't print tabs.  Handle
75         PPC_OPERANDS_GPR_0.
76         * ppc-opc.c (RA0): Define.
77         (RAQ, RAL, RAM, RAS, RSQ, RTQ, RSO): Use PPC_OPERAND_GPR_0.
78         (RAOPT): Rename from RAO.  Update all uses.
79         (powerpc_opcodes): Use RA0 as appropriate.
80
81 2004-03-15  Alan Modra  <amodra@bigpond.net.au>
82
83         * sparc-dis.c (print_insn_sparc): Update getword prototype.
84
85 2004-03-13  Alan Modra  <amodra@bigpond.net.au>
86
87         Apply the following patches from mainline
88         2004-03-12  Michal Ludvig  <mludvig@suse.cz>
89         * i386-dis.c (GRPPLOCK): Delete.
90         (grps): Delete GRPPLOCK entry.
91
92         2004-03-12  Alan Modra  <amodra@bigpond.net.au>
93         * i386-dis.c (OP_M, OP_0f0e, OP_0fae, NOP_Fixup): New functions.
94         (M, Mp): Use OP_M.
95         (None, PADLOCK_SPECIAL, PADLOCK_0): Delete.
96         (GRPPADLCK): Define.
97         (dis386): Use NOP_Fixup on "nop".
98         (dis386_twobyte): Use GRPPADLCK on opcode 0xa7.
99         (twobyte_has_modrm): Set for 0xa7.
100         (padlock_table): Delete.  Move to..
101         (grps): ..here, using OP_0f07.  Use OP_Ofae on lfence, mfence
102         and clflush.
103         (print_insn): Revert PADLOCK_SPECIAL code.
104         (OP_E): Delete sfence, lfence, mfence checks.
105
106         2004-03-12  Jakub Jelinek  <jakub@redhat.com>
107         * i386-dis.c (grps): Use INVLPG_Fixup instead of OP_E for invlpg.
108         (INVLPG_Fixup): New function.
109         (PNI_Fixup): Remove ATTRIBUTE_UNUSED from sizeflag.
110
111         2004-03-12  Alan Modra  <amodra@bigpond.net.au>
112         * i386-dis.c (grps): Use clflush by default for 0x0fae/7.
113         (OP_E): Twiddle clflush to sfence here.
114
115 2004-03-12  Michal Ludvig  <mludvig@suse.cz>
116
117         * i386-dis.c (PADLOCK_SPECIAL, PADLOCK_0): New defines.
118         (dis386_twobyte): Opcode 0xa7 is PADLOCK_0.
119         (padlock_table): New struct with PadLock instructions.
120         (print_insn): Handle PADLOCK_SPECIAL.
121
122 2004-02-10  Petko Manolov  <petkan@nucleusys.com>
123
124         * arm-opc.h Maverick accumulator register opcode fixes.
125
126 2004-02-13  Ben Elliston  <bje@wasabisystems.com>
127
128         * m32r-dis.c: Regenerate.
129
130 2004-01-27  Michael Snyder  <msnyder@redhat.com>
131
132         * sh-opc.h (sh_table): "fsrra", not "fssra".
133
134 2004-01-23  Andrew Over <andrew.over@cs.anu.edu.au>
135
136         * sparc-opc.c (fdtox, fstox, fqtox, fxtod, fxtos, fxtoq): Tighten
137         contraints.
138
139 2004-01-19  Andrew Over  <andrew.over@cs.anu.edu.au>
140
141         * sparc-opc.c (sparc_opcodes) <f[dsq]tox, fxto[dsq]>: Fix args.
142
143 2004-01-19  Alan Modra  <amodra@bigpond.net.au>
144
145         * i386-dis.c (OP_E): Print scale factor on intel mode sib when not
146         1.  Don't print scale factor on AT&T mode when index missing.
147
148 2004-01-16  Alexandre Oliva  <aoliva@redhat.com>
149
150         * m10300-opc.c (mov): 8- and 24-bit immediates are zero-extended
151         when loaded into XR registers.
152
153 2004-01-14  Richard Sandiford  <rsandifo@redhat.com>
154
155         * frv-desc.h: Regenerate.
156         * frv-desc.c: Regenerate.
157         * frv-opc.c: Regenerate.
158
159 2004-01-13  Michael Snyder  <msnyder@redhat.com>
160
161         * sh-dis.c (print_insn_sh): Allocate 4 bytes for insn.
162
163 2004-01-09  Paul Brook  <paul@codesourcery.com>
164
165         * arm-opc.h (arm_opcodes): Move generic mcrr after known
166         specific opcodes.
167
168 2004-01-07  Daniel Jacobowitz  <drow@mvista.com>
169
170         * Makefile.am (libopcodes_la_DEPENDENCIES)
171         (libopcodes_la_LIBADD): Revert 2003-05-17 change.  Add explanatory
172         comment about the problem.
173         * Makefile.in: Regenerate.
174
175 2004-01-06  Alexandre Oliva  <aoliva@redhat.com>
176
177         2003-12-19  Alexandre Oliva  <aoliva@redhat.com>
178         * frv-asm.c (parse_ulo16, parse_uhi16, parse_d12): Fix some
179         cut&paste errors in shifting/truncating numerical operands.
180         2003-08-04  Alexandre Oliva  <aoliva@redhat.com>
181         * frv-asm.c (parse_ulo16): Parse gotofflo and gotofffuncdesclo.
182         (parse_uslo16): Likewise.
183         (parse_uhi16): Parse gotoffhi and gotofffuncdeschi.
184         (parse_d12): Parse gotoff12 and gotofffuncdesc12.
185         (parse_s12): Likewise.
186         2003-08-04  Alexandre Oliva  <aoliva@redhat.com>
187         * frv-asm.c (parse_ulo16): Parse gotlo and gotfuncdesclo.
188         (parse_uslo16): Likewise.
189         (parse_uhi16): Parse gothi and gotfuncdeschi.
190         (parse_d12): Parse got12 and gotfuncdesc12.
191         (parse_s12): Likewise.
192
193 2004-01-02  Albert Bartoszko  <albar@nt.kegel.com.pl>
194
195         * msp430-dis.c (msp430_doubleoperand): Check for an 'add'
196         instruction which looks similar to an 'rla' instruction.
197
198 For older changes see ChangeLog-0203
199 \f
200 Local Variables:
201 mode: change-log
202 left-margin: 8
203 fill-column: 74
204 version-control: never
205 End: