gas/
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
CommitLineData
0b1cf022
L
12007-03-15 H.J. Lu <hongjiu.lu@intel.com>
2
3 * Makefile.am (CFILES): Add i386-opc.c.
4 (ALL_MACHINES): Add i386-opc.lo.
5 Run "make dep-am".
6 * Makefile.in: Regenerated.
7
8 * configure.in: Add i386-opc.lo for bfd_i386_arch.
9 * configure: Regenerated.
10
11 * i386-dis.c: Include "opcode/i386.h".
12 (MAXLEN): Renamed to MAX_MNEM_SIZE. Remove definition.
13 (FWAIT_OPCODE): Remove definition.
14 (UNIXWARE_COMPAT): Renamed to SYSV386_COMPAT. Remove definition.
15 (MAX_OPERANDS): Remove definition.
16
17 * i386-opc.c: New file.
18 * i386-opc.h: Likewise.
19
56eced12
L
202007-03-15 H.J. Lu <hongjiu.lu@intel.com>
21
22 * Makefile.in: Regenerated.
23
6f74c397
L
242007-03-09 H.J. Lu <hongjiu.lu@intel.com>
25
26 * i386-dis.c (OP_Rd): Renamed to ...
27 (OP_R): This.
28 (Rd): Updated.
29 (Rm): Likewise.
30
a6d04ec4
AM
312007-03-08 Alan Modra <amodra@bigpond.net.au>
32
1620f33d
AM
33 * fr30-asm.c: Regenerate.
34 * frv-asm.c: Regenerate.
35 * ip2k-asm.c: Regenerate.
36 * iq2000-asm.c: Regenerate.
37 * m32c-asm.c: Regenerate.
38 * m32r-asm.c: Regenerate.
39 * m32r-dis.c: Regenerate.
40 * mt-asm.c: Regenerate.
41 * mt-ibld.c: Regenerate.
42 * mt-opc.c: Regenerate.
43 * openrisc-asm.c: Regenerate.
44 * xc16x-asm.c: Regenerate.
45 * xstormy16-asm.c: Regenerate.
46
a6d04ec4
AM
47 * Makefile.am: Run "make dep-am".
48 * Makefile.in: Regenerate.
49 * po/POTFILES.in: Regenerate.
50
b5639b37
MS
512007-03-06 Andreas Krebbel <krebbel1@de.ibm.com>
52
53 * opcodes/s390-opc.c (INSTR_RRE_FR, INSTR_RRF_F0FF2, INSTR_RRF_F0FR,
54 INSTR_RRF_UUFF, INSTR_RRF_0UFF, INSTR_RRF_FFFU, INSTR_RRR_F0FF): New
55 instruction formats added.
56 (MASK_RRE_FR, MASK_RRF_F0FF2, MASK_RRF_F0FR, MASK_RRF_UUFF,
57 MASK_RRF_0UFF, MASK_RRF_FFFU, MASK_RRR_F0FF): New instruction format
58 masks added.
59 * opcodes/s390-opc.txt (lpdfr - tgxt): Decimal floating point
60 instructions added.
61 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z9_EC added.
62 (main): z9-ec cpu type option added.
63 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z9_EC added.
64
b2e818b7
DD
652007-02-22 DJ Delorie <dj@redhat.com>
66
67 * s390-opc.c (INSTR_SS_L2RDRD): New.
68 (MASK_SS_L2RDRD): New.
69 * s390-opc.txt (pka): Use it.
70
8b082fb1
TS
712007-02-20 Thiemo Seufer <ths@mips.com>
72 Chao-Ying Fu <fu@mips.com>
73
74 * mips-dis.c (mips_arch_choices): Add DSP R2 support.
75 (print_insn_args): Add support for balign instruction.
76 * mips-opc.c (D33): New shortcut for DSP R2 instructions.
77 (mips_builtin_opcodes): Add DSP R2 instructions.
78
929e4d1a
MS
792007-02-19 Andreas Krebbel <krebbel1@de.ibm.com>
80
81 * s390-opc.c (INSTR_RRF_U0FR, MASK_RRF_U0FR): Removed.
82 (INSTR_RRF_U0RF, MASK_RRF_U0RF): Added.
83 * s390-opc.txt (cfxbr, cfdbr, cfebr, cgebr, cgdbr, cgxbr, cger, cgdr,
84 cgxr, cfxr, cfdr, cfer): Instruction type set to INSTR_RRF_U0RF.
85
b8e55848
MS
862007-02-19 Andreas Krebbel <krebbel1@de.ibm.com>
87
88 * s390-opc.txt ("efpc", "sfpc"): Set to RRE_RR_OPT instruction type.
89 * s390-opc.c (s390_operands): Add RO_28 as optional gpr.
90 (INSTR_RRE_RR_OPT, MASK_RRE_RR_OPT): New instruction type for efpc
91 and sfpc.
92
af692060
NC
932007-02-16 Nick Clifton <nickc@redhat.com>
94
95 PR binutils/4045
96 * avr-dis.c (comment_start): New variable, contains the prefix to
97 use when printing addresses in comments.
98 (print_insn_avr): Set comment_start to an empty space if there is
99 no symbol table available as the generic address printing code
100 will prefix the numeric value of the address with 0x.
101
ce518a5f
L
1022007-02-13 H.J. Lu <hongjiu.lu@intel.com>
103
104 * i386-dis.c: Updated to use an array of MAX_OPERANDS operands
105 in struct dis386.
106
bd2f2e55 1072007-02-05 Dave Brolley <brolley@redhat.com>
8c9c183d
DB
108 Richard Sandiford <rsandifo@redhat.com>
109 DJ Delorie <dj@redhat.com>
110 Graydon Hoare <graydon@redhat.com>
111 Frank Ch. Eigler <fche@redhat.com>
112 Ben Elliston <bje@redhat.com>
113
114 * Makefile.am (HFILES): Add mep-desc.h mep-opc.h.
115 (CFILES): Add mep-*.c
116 (ALL_MACHINES): Add mep-*.lo.
117 (CLEANFILES): Add stamp-mep.
118 (CGEN_CPUS): Add mep.
119 (MEP_DEPS): New variable.
120 (mep-*): New targets.
121 * configure.in: Handle bfd_mep_arch.
122 * disassemble.c (ARCH_mep): New macro.
123 (disassembler): Handle bfd_arch_mep.
124 (disassemble_init_for_target): Likewise.
125 * mep-*: New files for Toshiba Media Processor (MeP).
bd2f2e55
DB
126 * Makefile.in: Regenerated.
127 * configure: Regenerated.
128
eb7834a6 1292007-02-05 H.J. Lu <hongjiu.lu@intel.com>
65ca155d
L
130
131 * i386-dis.c (OP_J): Undo the last change. Properly handle 64K
132 wrap around within the same segment in 16bit mode.
133
eb7834a6 1342007-02-02 H.J. Lu <hongjiu.lu@intel.com>
206717e8
L
135
136 * i386-dis.c (OP_J): Mask to 16bit only if there is a data16
137 prefix.
138
c4f5c3d7
L
1392007-02-02 H.J. Lu <hongjiu.lu@intel.com>
140
141 * avr-dis.c (avr_operand): Correct PR number in comment.
142
fc523535 1432007-02-02 H.J. Lu <hongjiu.lu@intel.com>
f59a29b9
L
144
145 * disassemble.c (disassembler_usage): Call
146 print_i386_disassembler_options for i386 disassembler.
147
148 * i386-dis.c (print_i386_disassembler_options): New.
149 (print_insn): Support the new addr64 option.
150
64a3a6fc
NC
1512007-02-02 Hiroki Kaminaga <kaminaga@sm.sony.co.jp>
152
153 * ppc-dis.c (powerpc_dialect): Handle ppc440.
154 * ppc-dis.c (print_ppc_disassembler_options): Note the -M440 can
155 be used.
156
ba4e851b
AM
1572007-02-02 Alan Modra <amodra@bigpond.net.au>
158
159 * ppc-opc.c (insert_bdm): -Many comment.
160 (valid_bo): Add "extract" param. Accept both powerpc and power4
161 BO fields when disassembling with -Many.
162 (insert_bo, extract_bo, insert_boe, extract_boe): Adjust valid_bo call.
163
3bdcfdf4
KH
1642007-01-08 Kazu Hirata <kazu@codesourcery.com>
165
166 * m68k-opc.c (m68k_opcodes): Replace cpu32 with
167 cpu32 | fido_a except on tbl instructions.
168
a028a6f5
PB
1692007-01-04 Paul Brook <paul@codesourcery.com>
170
171 * arm-dis.c (arm_opcodes): Fix cpsie and cpsid entries.
172
baee4c9e
AS
1732007-01-04 Andreas Schwab <schwab@suse.de>
174
175 * m68k-opc.c: Fix encoding of signed bit in the cpu32 tbls insns.
176
62ac925e
JB
1772007-01-04 Julian Brown <julian@codesourcery.com>
178
179 * arm-dis.c (neon_opcode): Fix disassembly for vshl, vqshl, vrshl,
180 vqrshl instructions.
181
10a2343e 182For older changes see ChangeLog-2006
252b5132
RH
183\f
184Local Variables:
2f6d2f85
NC
185mode: change-log
186left-margin: 8
187fill-column: 74
252b5132
RH
188version-control: never
189End:
This page took 0.350634 seconds and 4 git commands to generate.