]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/ChangeLog
RISC-V: Comments tidy and improvement.
[thirdparty/binutils-gdb.git] / gas / ChangeLog
CommitLineData
dcd709e0
NC
12021-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
5fda40b2
MF
72021-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
abad2815
MF
142021-01-14 Mike Frysinger <vapier@gentoo.org>
15
16 * Makefile.am (bfin-lex-wrapper.@OBJEXT@): Delete $(NO_WERROR).
17 * Makefile.in: Regenerated.
18
adb0bd8f
MF
192021-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
844bf810
L
242021-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
5347ed60
AM
352021-01-13 Alan Modra <amodra@gmail.com>
36
37 * Makefile.in: Regenerate.
38 * Makefile.in: Regenerate.
39
d546b610
L
402021-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
6d104cac
NC
472021-01-12 Nick Clifton <nickc@redhat.com>
48
49 * po/fr.po: Updated French translation.
50
83b33c6c
L
512021-01-11 H.J. Lu <hongjiu.lu@intel.com>
52
53 PR ld/27173
54 * configure: Regenerated.
55
82c70b08
KT
562021-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
a8aa72b9
NC
732021-01-11 Nick Clifton <nickc@redhat.com>
74
75 * po/uk.po: Updated Ukranian translation.
76
a4966cd9
L
772021-01-09 H.J. Lu <hongjiu.lu@intel.com>
78
79 * configure: Regenerated.
80
573fe3fb
NC
812021-01-09 Nick Clifton <nickc@redhat.com>
82
83 * configure: Regenerate.
84 * po/gas.pot: Regenerate.
85
055bc77a
NC
862021-01-09 Nick Clifton <nickc@redhat.com>
87
88 * 2.36 release branch crated.
89
aae7fcb8
PB
902021-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
64307045
AM
992021-01-09 Alan Modra <amodra@gmail.com>
100
101 * configure: Regenerate.
102
f4782128
ST
1032021-01-07 Samuel Thibault <samuel.thibault@gnu.org>
104
105 * configure: Regenerate.
106
d1bcae83
L
1072021-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
aa881ecd
PT
1402021-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
2652cfad
CXW
1482021-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
85f55c2b
AM
1622021-01-06 Alan Modra <amodra@gmail.com>
163
164 * testsuite/gas/sparc/sparc.exp: Move 64-bit tests inside gas_64_check.
165
22206e84
AM
1662021-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
286d2f2c
MC
1732021-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
f36ce378
MC
1782021-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
fbc09e7a
MC
1932021-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
cd6d537c
L
2072021-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
dd933805
AM
2132021-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
90320e40
AM
2192021-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
f9a6a8f0
AM
2252021-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
250d07de
AM
2332021-01-01 Alan Modra <amodra@gmail.com>
234
235 Update year range in copyright notice of all files.
236
64d05a43
HPN
2372021-01-01 Hans-Peter Nilsson <hp@bitrange.com>
238
239 * config/tc-mmix.h (md_single_noop_insn): Change to "swym 0".
240
c2795844 241For older changes see ChangeLog-2020
3499769a 242\f
c2795844 243Copyright (C) 2021 Free Software Foundation, Inc.
3499769a
AM
244
245Copying and distribution of this file, with or without modification,
246are permitted in any medium without royalty provided the copyright
247notice and this notice are preserved.
248
249Local Variables:
250mode: change-log
251left-margin: 8
252fill-column: 74
253version-control: never
254End: