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