RX: gas - Add RXv3 instruction support.
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2019-01-05 Yoshinori Sato <ysato@users.sourceforge.jp>
2
3 * config/rx-defs.h (rx_cpu_types): Add type RXV3 and RXV3FPU.
4 (rx_bfield): Add prototype.
5 (rx_post): Likewise.
6 * config/rx-parse.y: Add v3 instructions and Double FPU registers.
7 (DSIZE): Define.
8 (POST): Define.
9 (rx_check_v3): New. check v3 type.
10 (rx_check_dfpu): New. check have double support.
11 (double_condition_table): New. dcmp<cond> contiditon.
12 (check_condition): Multiple condition support.
13 (rx_lex): RXv3 instructions support.
14 Add parse dcmp<cond> instruction and Double FPU registers.
15 (immediate): Disable optimize in dmov #imm case.
16 (displacement): Add double displacement in dmov instraction.
17 * config/tc-rx.c (rx_use_conventional_section_names):
18 Invert default value in rx-*-linux target.
19 (cpu_type): Add additional ELF flags.
20 (cpu_type_list): Add RXv3.
21 (md_parse_option): Refer elf_flags from cpu_type_list.
22 (md_show_usage): Add rxv3 and rxv3-dfpu.
23 (rx_bytesT): Add post byte.
24 (rx_bfield): New. generate bfmov / bfmovz "imm" field.
25 (rx_post): New. Set instruction post byte.
26 (md_assemble): Add post byte.
27 doc/c-rx.texi: Add cpu types.
28 * testsuite/gas/rx/Xtod.d: New.
29 * testsuite/gas/rx/Xtod.sm: New.
30 * testsuite/gas/rx/bfmov.d: New.
31 * testsuite/gas/rx/bfmov.sm: New.
32 * testsuite/gas/rx/dabs.d: New.
33 * testsuite/gas/rx/dabs.sm: New.
34 * testsuite/gas/rx/dadd.d: New.
35 * testsuite/gas/rx/dadd.sm: New.
36 * testsuite/gas/rx/dcmp.d: New.
37 * testsuite/gas/rx/dcmp.sm: New.
38 * testsuite/gas/rx/ddiv.d: New.
39 * testsuite/gas/rx/ddiv.sm: New.
40 * testsuite/gas/rx/dmov.d: New.
41 * testsuite/gas/rx/dmov.sm: New.
42 * testsuite/gas/rx/dmul.d: New.
43 * testsuite/gas/rx/dmul.sm: New.
44 * testsuite/gas/rx/dneg.d: New.
45 * testsuite/gas/rx/dneg.sm: New.
46 * testsuite/gas/rx/dpopm.d: New.
47 * testsuite/gas/rx/dpopm.sm: New.
48 * testsuite/gas/rx/dpushm.d: New.
49 * testsuite/gas/rx/dpushm.sm: New.
50 * testsuite/gas/rx/dround.d: New.
51 * testsuite/gas/rx/dround.sm: New.
52 * testsuite/gas/rx/dsqrt.d: New.
53 * testsuite/gas/rx/dsqrt.sm: New.
54 * testsuite/gas/rx/dsub.d: New.
55 * testsuite/gas/rx/dsub.sm: New.
56 * testsuite/gas/rx/dtoX.d: New.
57 * testsuite/gas/rx/dtoX.sm: New.
58 * testsuite/gas/rx/macros.inc: Add double FPU registers.
59 * testsuite/gas/rx/mvfdc.d: New.
60 * testsuite/gas/rx/mvfdc.sm: New.
61 * testsuite/gas/rx/mvfdr.d: New.
62 * testsuite/gas/rx/mvfdr.sm: New.
63 * testsuite/gas/rx/mvtdc.d: New.
64 * testsuite/gas/rx/mvtdc.sm: New.
65 * testsuite/gas/rx/rstr.d: New.
66 * testsuite/gas/rx/rstr.sm: New.
67 * testsuite/gas/rx/rx.exp: Use rxv3-dfpu option.
68 * testsuite/gas/rx/save.d: New.
69 * testsuite/gas/rx/save.sm: New.
70 * testsuite/gas/rx/xor.d: New.
71 * testsuite/gas/rx/xor.sm: Add pattern.
72
73 2019-01-04 Wu Heng <wu.heng@zte.com.cn>
74
75 PR 24010
76 * macro.c (get_any_string): Check for end of input whilst scanning
77 for separators.
78
79 2019-01-04 Wu Heng <wu.heng@zte.com.cn>
80
81 PR 24009
82 * read.c (stringer): Fix handling of missing '>' character at end
83 of <...> sequence.
84
85 2019-01-01 Alan Modra <amodra@gmail.com>
86
87 Update year range in copyright notice of all files.
88
89 For older changes see ChangeLog-2018
90 \f
91 Copyright (C) 2019 Free Software Foundation, Inc.
92
93 Copying and distribution of this file, with or without modification,
94 are permitted in any medium without royalty provided the copyright
95 notice and this notice are preserved.
96
97 Local Variables:
98 mode: change-log
99 left-margin: 8
100 fill-column: 74
101 version-control: never
102 End:
This page took 0.032457 seconds and 5 git commands to generate.