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