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