RISC-V: Comments tidy and improvement.
[binutils-gdb.git] / gas / ChangeLog
1 2021-01-15 Nelson Chu <nelson.chu@sifive.com>
2
3 * config/tc-riscv.c: Comments tidy and improvement. Also update
4 comment "fallthru" to "Fall through" that end with a period and
5 two spaces.
6
7 2021-01-14 Mike Frysinger <vapier@gentoo.org>
8
9 * doc/as.texi: Delete @ifset ELF wrapping around [248]byte entries.
10 Delete warning that these are only available with ELF targets.
11 * obj-elf.c (elf_pseudo_table): Move 2byte/4byte/8byte entries ...
12 * read.c (potable): ... here.
13
14 2021-01-14 Mike Frysinger <vapier@gentoo.org>
15
16 * Makefile.am (bfin-lex-wrapper.@OBJEXT@): Delete $(NO_WERROR).
17 * Makefile.in: Regenerated.
18
19 2021-01-14 Mike Frysinger <vapier@gentoo.org>
20
21 * bfin-lex.l (YY_NO_INPUT, YY_NO_UNPUT): Define.
22 (parse_int): Mark char_bag const.
23
24 2021-01-13 H.J. Lu <hongjiu.lu@intel.com>
25
26 PR gas/27178
27 * config/tc-i386.c (lex_got::gotrel): Add need_GOT_symbol.
28 Don't generate GOT_symbol for PLT relocations.
29 * testsuite/gas/i386/i386.exp: Run PR gas/27178 tests.
30 * testsuite/gas/i386/no-got.d: New file.
31 * testsuite/gas/i386/no-got.s: Likewise.
32 * testsuite/gas/i386/x86-64-no-got.d: Likewise.
33 * testsuite/gas/i386/x86-64-no-got.s: Likewise.
34
35 2021-01-13 Alan Modra <amodra@gmail.com>
36
37 * Makefile.in: Regenerate.
38 * Makefile.in: Regenerate.
39
40 2021-01-12 H.J. Lu <hongjiu.lu@intel.com>
41
42 PR binutils/26792
43 * configure.ac: Use GNU_MAKE_JOBSERVER.
44 * aclocal.m4: Regenerated.
45 * configure: Likewise.
46
47 2021-01-12 Nick Clifton <nickc@redhat.com>
48
49 * po/fr.po: Updated French translation.
50
51 2021-01-11 H.J. Lu <hongjiu.lu@intel.com>
52
53 PR ld/27173
54 * configure: Regenerated.
55
56 2021-10-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
57
58 * NEWS: Remove CSRE.
59 * config/tc-aarch64.c (parse_csr_operand): Delete.
60 (parse_operands): Delete handling of
61 AARCH64_OPND_CSRE_CSR.
62 (aarch64_features): Remove csre.
63 * doc/c-aarch64.texi: Remove CSRE.
64 * testsuite/gas/aarch64/csre.d: Delete.
65 * testsuite/gas/aarch64/csre-invalid.s: Likewise.
66 * testsuite/gas/aarch64/csre-invalid.d: Likewise.
67 * testsuite/gas/aarch64/csre_csr.s: Likewise.
68 * testsuite/gas/aarch64/csre_csr.d: Likewise.
69 * testsuite/gas/aarch64/csre_csr-invalid.s: Likewise.
70 * testsuite/gas/aarch64/csre_csr-invalid.l: Likewise.
71 * testsuite/gas/aarch64/csre_csr-invalid.d: Likewise.
72
73 2021-01-11 Nick Clifton <nickc@redhat.com>
74
75 * po/uk.po: Updated Ukranian translation.
76
77 2021-01-09 H.J. Lu <hongjiu.lu@intel.com>
78
79 * configure: Regenerated.
80
81 2021-01-09 Nick Clifton <nickc@redhat.com>
82
83 * configure: Regenerate.
84 * po/gas.pot: Regenerate.
85
86 2021-01-09 Nick Clifton <nickc@redhat.com>
87
88 * 2.36 release branch crated.
89
90 2021-01-08 Peter Bergner <bergner@linux.ibm.com>
91
92 * testsuite/gas/ppc/rop-checks.d,
93 * testsuite/gas/ppc/rop-checks.l,
94 * testsuite/gas/ppc/rop-checks.s,
95 * testsuite/gas/ppc/rop.d,
96 * testsuite/gas/ppc/rop.s: New tests.
97 * testsuite/gas/ppc/ppc.exp: Run them.
98
99 2021-01-09 Alan Modra <amodra@gmail.com>
100
101 * configure: Regenerate.
102
103 2021-01-07 Samuel Thibault <samuel.thibault@gnu.org>
104
105 * configure: Regenerate.
106
107 2021-01-07 H.J. Lu <hongjiu.lu@intel.com>
108
109 PR 27109
110 * read.c (s_reloc): Call symbol_mark_used_in_reloc on the
111 section symbol.
112 * subsegs.c (subseg_set_rest): Set BSF_SECTION_SYM_USED if needed.
113 * write.c (adjust_reloc_syms): Call symbol_mark_used_in_reloc
114 on the section symbol.
115 (set_symtab): Don't generate unused section symbols.
116 (maybe_generate_build_notes): Call symbol_mark_used_in_reloc
117 on the section symbol.
118 * config/obj-elf.c (elf_adjust_symtab): Call
119 symbol_mark_used_in_reloc on the group signature symbol.
120 * testsuite/gas/cfi/cfi-label.d: Remove unused section symbols
121 from expected output.
122 * testsuite/gas/elf/elf.exp (run_elf_list_test): Check
123 is_elf_unused_section_symbols.
124 * testsuite/gas/elf/section2.e: Updated.
125 * testsuite/gas/elf/section2.e-unused: New file.
126 * testsuite/gas/elf/symver.d: Remove unused section symbols.
127 * testsuite/gas/i386/ilp32/elf/symver.d: Likewise.
128 * testsuite/gas/i386/ilp32/x86-64-size-1.d: Likewise.
129 * testsuite/gas/i386/ilp32/x86-64-size-3.d: Likewise.
130 * testsuite/gas/i386/ilp32/x86-64-size-5.d: Likewise.
131 * testsuite/gas/i386/ilp32/x86-64-unwind.d: Likewise.
132 * testsuite/gas/i386/size-1.d: Likewise.
133 * testsuite/gas/i386/size-3.d: Likewise.
134 * testsuite/gas/i386/svr4.d: Likewise.
135 * testsuite/gas/i386/x86-64-size-1.d: Likewise.
136 * testsuite/gas/i386/x86-64-size-3.d: Likewise.
137 * testsuite/gas/i386/x86-64-size-5.d: Likewise.
138 * testsuite/gas/i386/x86-64-unwind.d: Likewise.
139
140 2021-01-07 Philipp Tomsich <prt@gnu.org>
141
142 * config/tc-riscv.c (riscv_multi_subset_supports): Added
143 INSN_CLASS_ZIHINTPAUSE.
144 * testsuite/gas/riscv/pause.d: New testcase. Adding coverage for
145 the pause hint instruction.
146 * testsuite/gas/riscv/pause.s: Likewise.
147
148 2021-01-07 Claire Xenia Wolf <claire@symbioticeda.com>
149 Jim Wilson <jimw@sifive.com>
150 Andrew Waterman <andrew@sifive.com>
151 Maxim Blinov <maxim.blinov@embecosm.com>
152 Kito Cheng <kito.cheng@sifive.com>
153 Nelson Chu <nelson.chu@sifive.com>
154
155 * config/tc-riscv.c (riscv_multi_subset_supports): Handle INSN_CLASS_ZB*.
156 (riscv_get_default_ext_version): Do not check the default_isa_spec when
157 the version defined in the riscv_opcodes table is ISA_SPEC_CLASS_DRAFT.
158 * testsuite/gas/riscv/bitmanip-insns-32.d: New testcase.
159 * testsuite/gas/riscv/bitmanip-insns-64.d: Likewise.
160 * testsuite/gas/riscv/bitmanip-insns.s: Likewise.
161
162 2021-01-06 Alan Modra <amodra@gmail.com>
163
164 * testsuite/gas/sparc/sparc.exp: Move 64-bit tests inside gas_64_check.
165
166 2021-01-06 Alan Modra <amodra@gmail.com>
167
168 * testsuite/gas/macros/app1.d: xfail tic30.
169 * testsuite/gas/macros/app2.d: Likewise.
170 * testsuite/gas/macros/app3.d: Likewise.
171 * testsuite/gas/macros/app4.d: Likewise.
172
173 2021-01-06 Marcus Comstedt <marcus@mc.pp.se>
174
175 * doc/as.texi: Add -mlittle-endian and -mbig-endian to docs.
176 * doc/c-riscv.texi: Likewise.
177
178 2021-01-06 Marcus Comstedt <marcus@mc.pp.se>
179
180 * testsuite/gas/riscv/li32.d: Accept bigriscv in addition
181 to littleriscv.
182 * testsuite/gas/riscv/li64.d: Likewise.
183 * testsuite/gas/riscv/lla32.d: Likewise.
184 * testsuite/gas/riscv/lla64.d: Likewise.
185 * testsuite/gas/riscv/march-ok-g2.d: Likewise.
186 * testsuite/gas/riscv/march-ok-g2_p1.d: Likewise.
187 * testsuite/gas/riscv/march-ok-g2p0.d: Likewise.
188 * testsuite/gas/riscv/march-ok-i2p0.d: Likewise.
189 * testsuite/gas/riscv/march-ok-i2p0m2_a2f2.d: Likewise.
190 * testsuite/gas/riscv/march-ok-nse-with-version.d: Likewise.
191 * testsuite/gas/riscv/march-ok-two-nse.d: Likewise.
192
193 2021-01-06 Marcus Comstedt <marcus@mc.pp.se>
194
195 * config/tc-riscv.c (riscv_target_format): Add elf64-bigriscv and
196 elf32-bigriscv.
197 (install_insn): Always write instructions as little endian.
198 (riscv_make_nops): Likewise.
199 (md_convert_frag_branch): Likewise.
200 (md_number_to_chars): Write data in target endianness.
201 (options, md_longopts): Add -mbig-endian and -mlittle-endian options.
202 (md_parse_option): Handle the endian options.
203 * config/tc-riscv.h: Only define TARGET_BYTES_BIG_ENDIAN if not
204 already defined.
205 * configure.tgt: Added riscv64be*, riscv32be*, riscvbe*.
206
207 2021-01-04 H.J. Lu <hongjiu.lu@intel.com>
208
209 PR ld/26256
210 * config/obj-elf.c (obj_elf_change_section): Also filter out
211 SHF_LINK_ORDER.
212
213 2021-01-04 Alan Modra <amodra@gmail.com>
214
215 PR 27102
216 * symbols.c (S_SET_EXTERNAL): Revise section symbol warning
217 message and register symbol error message.
218
219 2021-01-04 Alan Modra <amodra@gmail.com>
220
221 PR 27101
222 * read.c (s_align): Use a large enough type for "align" to hold
223 the result of get_absolute_expression.
224
225 2021-01-01 Nicolas Boulenguez <nicolas@debian.org>
226
227 * config/tc-i386.c: Correct comment spelling.
228 * config/tc-riscv.c: Likewise.
229 * config/tc-s390.c: Correct comment grammar.
230 * doc/c-i386.texi: Correct spelling.
231 * doc/c-s390.texi: Correct grammar.
232
233 2021-01-01 Alan Modra <amodra@gmail.com>
234
235 Update year range in copyright notice of all files.
236
237 2021-01-01 Hans-Peter Nilsson <hp@bitrange.com>
238
239 * config/tc-mmix.h (md_single_noop_insn): Change to "swym 0".
240
241 For older changes see ChangeLog-2020
242 \f
243 Copyright (C) 2021 Free Software Foundation, Inc.
244
245 Copying and distribution of this file, with or without modification,
246 are permitted in any medium without royalty provided the copyright
247 notice and this notice are preserved.
248
249 Local Variables:
250 mode: change-log
251 left-margin: 8
252 fill-column: 74
253 version-control: never
254 End: