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