(make_instruction): Rename to cr16_make_instruction.
[external/binutils.git] / opcodes / ChangeLog
1 2013-01-07  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
2
3         * cr16-dis.c (make_instruction): Rename to cr16_make_instruction.
4         (match_opcode): Rename to cr16_match_opcode.
5
6 2013-01-04  Juergen Urban <JuergenUrban@gmx.de>
7
8         * mips-dis.c: Add names for CP0 registers of r5900.
9         * mips-opc.c: Add M_SQ_AB and M_LQ_AB to support larger range for
10         instructions sq and lq.
11         Add support for MIPS r5900 CPU.
12         Add support for 128 bit MMI (Multimedia Instructions).
13         Add support for EE instructions (Emotion Engine).
14         Disable unsupported floating point instructions (64 bit and
15         undefined compare operations).
16         Enable instructions of MIPS ISA IV which are supported by r5900.
17         Disable 64 bit co processor instructions.
18         Disable 64 bit multiplication and division instructions.
19         Disable instructions for co-processor 2 and 3, because these are
20         not supported (preparation for later VU0 support (Vector Unit)).
21         Disable cvt.w.s because this behaves like trunc.w.s and the
22         correct execution can't be ensured on r5900.
23         Add trunc.w.s using the opcode encoding of cvt.w.s on r5900. This
24         will confuse less developers and compilers.
25
26 2013-01-04  Yufeng Zhang  <yufeng.zhang@arm.com>
27
28         * aarch64-opc.c (aarch64_print_operand): Change to print
29         AARCH64_OPND_IMM_MOV in hexadecimal in the instruction and in decimal
30         in comment.
31         * aarch64-tbl.h (aarch64_opcode_table): Remove the 'F_PSEUDO' flag
32         from the opcode entries of OP_MOV_IMM_LOG, OP_MOV_IMM_WIDEN and
33         OP_MOV_IMM_WIDE.
34
35 2013-01-04  Yufeng Zhang  <yufeng.zhang@arm.com>
36
37         * aarch64-opc.c (aarch64_prfops): Update to support PLIL1KEEP,
38         PLIL1STRM, PLIL2KEEP, PLIL2STRM, PLIL3KEEP and PLIL3STRM.
39
40 2013-01-02  H.J. Lu  <hongjiu.lu@intel.com>
41
42         * i386-gen.c (process_copyright): Update copyright year to 2013.
43
44 2013-01-02  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
45
46         * cr16-dis.c (match_opcode,make_instruction): Remove static
47         declaration.
48         (dwordU,wordU): Moved typedefs to opcode/cr16.h
49         (cr16_words,cr16_allWords,cr16_currInsn): Added prefix 'cr16_'.
50
51 For older changes see ChangeLog-2012
52 \f
53 Copyright (C) 2013 Free Software Foundation, Inc.
54
55 Copying and distribution of this file, with or without modification,
56 are permitted in any medium without royalty provided the copyright
57 notice and this notice are preserved.
58
59 Local Variables:
60 mode: change-log
61 left-margin: 8
62 fill-column: 74
63 version-control: never
64 End: