gas: bfin: fix build time warnings
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
adb0bd8f
MF
12021-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
844bf810
L
62021-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
5347ed60
AM
172021-01-13 Alan Modra <amodra@gmail.com>
18
19 * Makefile.in: Regenerate.
20 * Makefile.in: Regenerate.
21
d546b610
L
222021-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
6d104cac
NC
292021-01-12 Nick Clifton <nickc@redhat.com>
30
31 * po/fr.po: Updated French translation.
32
83b33c6c
L
332021-01-11 H.J. Lu <hongjiu.lu@intel.com>
34
35 PR ld/27173
36 * configure: Regenerated.
37
82c70b08
KT
382021-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
a8aa72b9
NC
552021-01-11 Nick Clifton <nickc@redhat.com>
56
57 * po/uk.po: Updated Ukranian translation.
58
a4966cd9
L
592021-01-09 H.J. Lu <hongjiu.lu@intel.com>
60
61 * configure: Regenerated.
62
573fe3fb
NC
632021-01-09 Nick Clifton <nickc@redhat.com>
64
65 * configure: Regenerate.
66 * po/gas.pot: Regenerate.
67
055bc77a
NC
682021-01-09 Nick Clifton <nickc@redhat.com>
69
70 * 2.36 release branch crated.
71
aae7fcb8
PB
722021-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
64307045
AM
812021-01-09 Alan Modra <amodra@gmail.com>
82
83 * configure: Regenerate.
84
f4782128
ST
852021-01-07 Samuel Thibault <samuel.thibault@gnu.org>
86
87 * configure: Regenerate.
88
d1bcae83
L
892021-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
aa881ecd
PT
1222021-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
2652cfad
CXW
1302021-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
85f55c2b
AM
1442021-01-06 Alan Modra <amodra@gmail.com>
145
146 * testsuite/gas/sparc/sparc.exp: Move 64-bit tests inside gas_64_check.
147
22206e84
AM
1482021-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
286d2f2c
MC
1552021-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
f36ce378
MC
1602021-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
fbc09e7a
MC
1752021-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
cd6d537c
L
1892021-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
dd933805
AM
1952021-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
90320e40
AM
2012021-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
f9a6a8f0
AM
2072021-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
250d07de
AM
2152021-01-01 Alan Modra <amodra@gmail.com>
216
217 Update year range in copyright notice of all files.
218
64d05a43
HPN
2192021-01-01 Hans-Peter Nilsson <hp@bitrange.com>
220
221 * config/tc-mmix.h (md_single_noop_insn): Change to "swym 0".
222
c2795844 223For older changes see ChangeLog-2020
3499769a 224\f
c2795844 225Copyright (C) 2021 Free Software Foundation, Inc.
3499769a
AM
226
227Copying and distribution of this file, with or without modification,
228are permitted in any medium without royalty provided the copyright
229notice and this notice are preserved.
230
231Local Variables:
232mode: change-log
233left-margin: 8
234fill-column: 74
235version-control: never
236End:
This page took 0.316729 seconds and 4 git commands to generate.