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