]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - opcodes/ChangeLog
(make_instruction): Rename to cr16_make_instruction.
[thirdparty/binutils-gdb.git] / opcodes / ChangeLog
CommitLineData
73335eae
NC
12013-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
e407c74b
NC
62013-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
a32c3ff8
NC
262013-01-04 Yufeng Zhang <yufeng.zhang@arm.com>
27
fb098a1e
YZ
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
352013-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.
a32c3ff8 39
62658407
L
402013-01-02 H.J. Lu <hongjiu.lu@intel.com>
41
42 * i386-gen.c (process_copyright): Update copyright year to 2013.
43
bab4becb 442013-01-02 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
5bf135a7 45
bab4becb
NC
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_'.
5bf135a7 50
bab4becb 51For older changes see ChangeLog-2012
252b5132 52\f
bab4becb 53Copyright (C) 2013 Free Software Foundation, Inc.
752937aa
NC
54
55Copying and distribution of this file, with or without modification,
56are permitted in any medium without royalty provided the copyright
57notice and this notice are preserved.
58
252b5132 59Local Variables:
2f6d2f85
NC
60mode: change-log
61left-margin: 8
62fill-column: 74
252b5132
RH
63version-control: never
64End: