RISC-V: Add pause hint instruction.
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2021-01-07 Philipp Tomsich <prt@gnu.org>
2
3 * config/tc-riscv.c (riscv_multi_subset_supports): Added
4 INSN_CLASS_ZIHINTPAUSE.
5 * testsuite/gas/riscv/pause.d: New testcase. Adding coverage for
6 the pause hint instruction.
7 * testsuite/gas/riscv/pause.s: Likewise.
8
9 2021-01-07 Claire Xenia Wolf <claire@symbioticeda.com>
10 Jim Wilson <jimw@sifive.com>
11 Andrew Waterman <andrew@sifive.com>
12 Maxim Blinov <maxim.blinov@embecosm.com>
13 Kito Cheng <kito.cheng@sifive.com>
14 Nelson Chu <nelson.chu@sifive.com>
15
16 * config/tc-riscv.c (riscv_multi_subset_supports): Handle INSN_CLASS_ZB*.
17 (riscv_get_default_ext_version): Do not check the default_isa_spec when
18 the version defined in the riscv_opcodes table is ISA_SPEC_CLASS_DRAFT.
19 * testsuite/gas/riscv/bitmanip-insns-32.d: New testcase.
20 * testsuite/gas/riscv/bitmanip-insns-64.d: Likewise.
21 * testsuite/gas/riscv/bitmanip-insns.s: Likewise.
22
23 2021-01-06 Alan Modra <amodra@gmail.com>
24
25 * testsuite/gas/sparc/sparc.exp: Move 64-bit tests inside gas_64_check.
26
27 2021-01-06 Alan Modra <amodra@gmail.com>
28
29 * testsuite/gas/macros/app1.d: xfail tic30.
30 * testsuite/gas/macros/app2.d: Likewise.
31 * testsuite/gas/macros/app3.d: Likewise.
32 * testsuite/gas/macros/app4.d: Likewise.
33
34 2021-01-06 Marcus Comstedt <marcus@mc.pp.se>
35
36 * doc/as.texi: Add -mlittle-endian and -mbig-endian to docs.
37 * doc/c-riscv.texi: Likewise.
38
39 2021-01-06 Marcus Comstedt <marcus@mc.pp.se>
40
41 * testsuite/gas/riscv/li32.d: Accept bigriscv in addition
42 to littleriscv.
43 * testsuite/gas/riscv/li64.d: Likewise.
44 * testsuite/gas/riscv/lla32.d: Likewise.
45 * testsuite/gas/riscv/lla64.d: Likewise.
46 * testsuite/gas/riscv/march-ok-g2.d: Likewise.
47 * testsuite/gas/riscv/march-ok-g2_p1.d: Likewise.
48 * testsuite/gas/riscv/march-ok-g2p0.d: Likewise.
49 * testsuite/gas/riscv/march-ok-i2p0.d: Likewise.
50 * testsuite/gas/riscv/march-ok-i2p0m2_a2f2.d: Likewise.
51 * testsuite/gas/riscv/march-ok-nse-with-version.d: Likewise.
52 * testsuite/gas/riscv/march-ok-two-nse.d: Likewise.
53
54 2021-01-06 Marcus Comstedt <marcus@mc.pp.se>
55
56 * config/tc-riscv.c (riscv_target_format): Add elf64-bigriscv and
57 elf32-bigriscv.
58 (install_insn): Always write instructions as little endian.
59 (riscv_make_nops): Likewise.
60 (md_convert_frag_branch): Likewise.
61 (md_number_to_chars): Write data in target endianness.
62 (options, md_longopts): Add -mbig-endian and -mlittle-endian options.
63 (md_parse_option): Handle the endian options.
64 * config/tc-riscv.h: Only define TARGET_BYTES_BIG_ENDIAN if not
65 already defined.
66 * configure.tgt: Added riscv64be*, riscv32be*, riscvbe*.
67
68 2021-01-04 H.J. Lu <hongjiu.lu@intel.com>
69
70 PR ld/26256
71 * config/obj-elf.c (obj_elf_change_section): Also filter out
72 SHF_LINK_ORDER.
73
74 2021-01-04 Alan Modra <amodra@gmail.com>
75
76 PR 27102
77 * symbols.c (S_SET_EXTERNAL): Revise section symbol warning
78 message and register symbol error message.
79
80 2021-01-04 Alan Modra <amodra@gmail.com>
81
82 PR 27101
83 * read.c (s_align): Use a large enough type for "align" to hold
84 the result of get_absolute_expression.
85
86 2021-01-01 Nicolas Boulenguez <nicolas@debian.org>
87
88 * config/tc-i386.c: Correct comment spelling.
89 * config/tc-riscv.c: Likewise.
90 * config/tc-s390.c: Correct comment grammar.
91 * doc/c-i386.texi: Correct spelling.
92 * doc/c-s390.texi: Correct grammar.
93
94 2021-01-01 Alan Modra <amodra@gmail.com>
95
96 Update year range in copyright notice of all files.
97
98 2021-01-01 Hans-Peter Nilsson <hp@bitrange.com>
99
100 * config/tc-mmix.h (md_single_noop_insn): Change to "swym 0".
101
102 For older changes see ChangeLog-2020
103 \f
104 Copyright (C) 2021 Free Software Foundation, Inc.
105
106 Copying and distribution of this file, with or without modification,
107 are permitted in any medium without royalty provided the copyright
108 notice and this notice are preserved.
109
110 Local Variables:
111 mode: change-log
112 left-margin: 8
113 fill-column: 74
114 version-control: never
115 End:
This page took 0.031829 seconds and 5 git commands to generate.