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