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