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