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