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