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