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