fa4ab968d2bf8ebbfee31bc1c28f94e04108b7b3
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2017-05-10 Claudiu Zissulescu <claziss@synopsys.com>
2
3 * testsuite/gas/arc/attr-arc600.d: New file.
4 * testsuite/gas/arc/attr-arc600_mul32x16.d: Likewise.
5 * testsuite/gas/arc/attr-arc600_norm.d: Likewise.
6 * testsuite/gas/arc/attr-arc601.d: Likewise.
7 * testsuite/gas/arc/attr-arc601_mul32x16.d: Likewise.
8 * testsuite/gas/arc/attr-arc601_mul64.d: Likewise.
9 * testsuite/gas/arc/attr-arc601_norm.d: Likewise.
10 * testsuite/gas/arc/attr-arc700.d: Likewise.
11 * testsuite/gas/arc/attr-arcem.d: Likewise.
12 * testsuite/gas/arc/attr-archs.d: Likewise.
13 * testsuite/gas/arc/attr-autodetect-1.d: Likewise.
14 * testsuite/gas/arc/attr-autodetect-1.s: Likewise.
15 * testsuite/gas/arc/attr-cpu-a601.d: Likewise.
16 * testsuite/gas/arc/attr-cpu-a601.s: Likewise.
17 * testsuite/gas/arc/attr-cpu-a700.d: Likewise.
18 * testsuite/gas/arc/attr-cpu-a700.s: Likewise.
19 * testsuite/gas/arc/attr-cpu-em.d: Likewise.
20 * testsuite/gas/arc/attr-cpu-em.s: Likewise.
21 * testsuite/gas/arc/attr-cpu-hs.d: Likewise.
22 * testsuite/gas/arc/attr-cpu-hs.s: Likewise.
23 * testsuite/gas/arc/attr-em.d: Likewise.
24 * testsuite/gas/arc/attr-em4.d: Likewise.
25 * testsuite/gas/arc/attr-em4_dmips.d: Likewise.
26 * testsuite/gas/arc/attr-em4_fpuda.d: Likewise.
27 * testsuite/gas/arc/attr-em4_fpus.d: Likewise.
28 * testsuite/gas/arc/attr-hs.d: Likewise.
29 * testsuite/gas/arc/attr-hs34.d: Likewise.
30 * testsuite/gas/arc/attr-hs38.d: Likewise.
31 * testsuite/gas/arc/attr-hs38_linux.d: Likewise.
32 * testsuite/gas/arc/attr-mul64.d: Likewise.
33 * testsuite/gas/arc/attr-name.d: Likewise.
34 * testsuite/gas/arc/attr-name.s: Likewise.
35 * testsuite/gas/arc/attr-nps400.d: Likewise.
36 * testsuite/gas/arc/attr-override-mcpu.d: Likewise.
37 * testsuite/gas/arc/attr-override-mcpu.s
38 * testsuite/gas/arc/attr-quarkse_em.d: Likewise.
39 * testsuite/gas/arc/blank.s: Likewise.
40 * testsuite/gas/elf/section2.e-arc: Likewise.
41 * testsuite/gas/arc/cpu-pseudop-1.d: Update test.
42 * testsuite/gas/arc/cpu-pseudop-2.d: Likewise.
43 * testsuite/gas/arc/nps400-0.d: Likewise.
44 * testsuite/gas/elf/elf.exp: Set target_machine for ARC.
45 * config/tc-arc.c (opcode/arc-attrs.h): Include.
46 (ARC_GET_FLAG, ARC_SET_FLAG, streq): Define.
47 (arc_attribute): Declare new function.
48 (md_pseudo_table): Add arc_attribute.
49 (cpu_types): Rename default cpu features.
50 (selected_cpu): Set the default OSABI flag.
51 (mpy_option): New variable.
52 (pic_option): Likewise.
53 (sda_option): Likewise.
54 (tls_option): Likewise.
55 (feature_type, feature_list): Remove.
56 (arc_initial_eflag): Likewise.
57 (attributes_set_explicitly): New variable.
58 (arc_check_feature): Check also for the conflicting features.
59 (arc_select_cpu): Refactor assignment of selected_cpu.eflags.
60 (arc_option): Remove setting of private flags and architecture.
61 (check_cpu_feature): Refactor feature names.
62 (autodetect_attributes): New function.
63 (assemble_tokens): Use above function.
64 (md_parse_option): Refactor feature names.
65 (arc_attribute): New function.
66 (arc_set_attribute_int): Likewise.
67 (arc_set_attribute_string): Likewise.
68 (arc_stralloc): Likewise.
69 (arc_set_public_attributes): Likewise.
70 (arc_md_end): Likewise.
71 (arc_copy_symbol_attributes): Likewise.
72 (rc_convert_symbolic_attribute): Likewise.
73 * config/tc-arc.h (md_end): Define.
74 (CONVERT_SYMBOLIC_ATTRIBUTE): Likewise.
75 (TC_COPY_SYMBOL_ATTRIBUTES): Likewise.
76 * doc/c-arc.texi: Document ARC object attributes.
77
78 2017-05-03 Maciej W. Rozycki <macro@imgtec.com>
79
80 * config/tc-mips.c (RELAX_MIPS16_ENCODE): Add `pic', `sym32' and
81 `nomacro' flags.
82 (RELAX_MIPS16_PIC, RELAX_MIPS16_SYM32, RELAX_MIPS16_NOMACRO):
83 New macros.
84 (RELAX_MIPS16_USER_SMALL, RELAX_MIPS16_USER_EXT)
85 (RELAX_MIPS16_DSLOT, RELAX_MIPS16_JAL_DSLOT)
86 (RELAX_MIPS16_EXTENDED, RELAX_MIPS16_MARK_EXTENDED)
87 (RELAX_MIPS16_CLEAR_EXTENDED, RELAX_MIPS16_ALWAYS_EXTENDED)
88 (RELAX_MIPS16_MARK_ALWAYS_EXTENDED)
89 (RELAX_MIPS16_CLEAR_ALWAYS_EXTENDED): Shift bits.
90 (RELAX_MIPS16_MACRO, RELAX_MIPS16_MARK_MACRO)
91 (RELAX_MIPS16_CLEAR_MACRO): New macros.
92 (append_insn): Pass `mips_pic', HAVE_32BIT_SYMBOLS and
93 `mips_opts.warn_about_macros' settings to RELAX_MIPS16_ENCODE.
94 (mips16_macro_frag): New function.
95 (md_estimate_size_before_relax): Handle HI16/LO16 relaxation.
96 (mips_relax_frag): Likewise.
97 (md_convert_frag): Likewise.
98
99 * testsuite/gas/mips/mips16@relax-swap3.d: Remove error output,
100 add dump patterns.
101 * testsuite/gas/mips/mips16e@relax-swap3.d: New test
102 subarchitecture.
103 * testsuite/gas/mips/micromips@relax-swap3.d: Remove trailing
104 NOP padding.
105 * testsuite/gas/mips/mips16-pcrel-reloc-2.d: Remove error
106 output, add dump patterns.
107 * testsuite/gas/mips/mips16-pcrel-reloc-3.d: Remove error
108 output, add dump patterns.
109 * testsuite/gas/mips/mips16-pcrel-reloc-6.d: Remove error
110 output, add dump patterns.
111 * testsuite/gas/mips/mips16-pcrel-reloc-7.d: Remove error
112 output, add dump patterns.
113 * testsuite/gas/mips/mips16-pcrel-addend-2.d: Remove error
114 output, add dump patterns.
115 * testsuite/gas/mips/mips16-pcrel-addend-3.d: Remove error
116 output, add dump patterns.
117 * testsuite/gas/mips/mips16-pcrel-absolute.d: Remove error
118 output, add dump patterns.
119 * testsuite/gas/mips/mips16-pcrel-absolute-1.d: Remove error
120 output, add dump patterns.
121 * testsuite/gas/mips/mips16@relax-swap3.l: Remove file.
122 * testsuite/gas/mips/mips16-pcrel-reloc-2.l: Remove file.
123 * testsuite/gas/mips/mips16-pcrel-reloc-3.l: Remove file.
124 * testsuite/gas/mips/mips16-pcrel-reloc-6.l: Remove file.
125 * testsuite/gas/mips/mips16-pcrel-reloc-7.l: Remove file.
126 * testsuite/gas/mips/mips16-pcrel-addend-2.l: Remove file.
127 * testsuite/gas/mips/mips16-pcrel-addend-3.l: Remove file.
128 * testsuite/gas/mips/mips16-pcrel-absolute.l: Remove file.
129 * testsuite/gas/mips/mips16-pcrel-absolute-1.l: Remove file.
130 * testsuite/gas/mips/relax-swap3.s: Adjust trailing padding.
131
132 * testsuite/gas/mips/mips16-pcrel-0.d: New test.
133 * testsuite/gas/mips/mips16-pcrel-1.d: New test.
134 * testsuite/gas/mips/mips16-pcrel-2.d: New test.
135 * testsuite/gas/mips/mips16-pcrel-3.d: New test.
136 * testsuite/gas/mips/mips16-pcrel-4.d: New test.
137 * testsuite/gas/mips/mips16-pcrel-5.d: New test.
138 * testsuite/gas/mips/mips16-pcrel-pic-0.d: New test.
139 * testsuite/gas/mips/mips16-pcrel-pic-1.d: New test.
140 * testsuite/gas/mips/mips16-pcrel-n32-0.d: New test.
141 * testsuite/gas/mips/mips16-pcrel-n32-1.d: New test.
142 * testsuite/gas/mips/mips16-pcrel-n64-sym32-0.d: New test.
143 * testsuite/gas/mips/mips16-pcrel-n64-sym32-1.d: New test.
144 * testsuite/gas/mips/mips16-pcrel-n64-0.d: New test.
145 * testsuite/gas/mips/mips16-pcrel-n64-1.d: New test.
146 * testsuite/gas/mips/mips16-pcrel-delay-0.d: New test.
147 * testsuite/gas/mips/mips16-pcrel-delay-1.d: New test.
148 * testsuite/gas/mips/mips16-pcrel-addend-4.d: New test.
149 * testsuite/gas/mips/mips16-pcrel-addend-5.d: New test.
150 * testsuite/gas/mips/mips16-pcrel-addend-6.d: New test.
151 * testsuite/gas/mips/mips16-pcrel-addend-7.d: New test.
152 * testsuite/gas/mips/mips16-pcrel-addend-8.d: New test.
153 * testsuite/gas/mips/mips16-pcrel-addend-9.d: New test.
154 * testsuite/gas/mips/mips16-pcrel-addend-pic-8.d: New test.
155 * testsuite/gas/mips/mips16-pcrel-addend-pic-9.d: New test.
156 * testsuite/gas/mips/mips16-pcrel-addend-n32-8.d: New test.
157 * testsuite/gas/mips/mips16-pcrel-addend-n32-9.d: New test.
158 * testsuite/gas/mips/mips16-pcrel-addend-n64-sym32-8.d: New test.
159 * testsuite/gas/mips/mips16-pcrel-addend-n64-sym32-9.d: New test.
160 * testsuite/gas/mips/mips16-pcrel-addend-n64-8.d: New test.
161 * testsuite/gas/mips/mips16-pcrel-addend-n64-9.d: New test.
162 * testsuite/gas/mips/mips16-pcrel-absolute-2.d: New test.
163 * testsuite/gas/mips/mips16-pcrel-absolute-3.d: New test.
164 * testsuite/gas/mips/mips16-pcrel-absolute-4.d: New test.
165 * testsuite/gas/mips/mips16-pcrel-absolute-5.d: New test.
166 * testsuite/gas/mips/mips16-pcrel-absolute-6.d: New test.
167 * testsuite/gas/mips/mips16-pcrel-absolute-7.d: New test.
168 * testsuite/gas/mips/mips16-pcrel-absolute-pic-4.d: New test.
169 * testsuite/gas/mips/mips16-pcrel-absolute-pic-6.d: New test.
170 * testsuite/gas/mips/mips16-pcrel-absolute-n32-4.d: New test.
171 * testsuite/gas/mips/mips16-pcrel-absolute-n32-6.d: New test.
172 * testsuite/gas/mips/mips16-pcrel-absolute-n64-4.d: New test.
173 * testsuite/gas/mips/mips16-pcrel-absolute-n64-6.d: New test.
174 * testsuite/gas/mips/mips16-pcrel-absolute-n64-sym32-4.d: New
175 test.
176 * testsuite/gas/mips/mips16-pcrel-absolute-n64-sym32-6.d: New
177 test.
178 * testsuite/gas/mips/mips16-pcrel-absolute-pic-n32-4.d: New
179 test.
180 * testsuite/gas/mips/mips16-pcrel-absolute-pic-n32-6.d: New
181 test.
182 * testsuite/gas/mips/mips16-pcrel-absolute-pic-n64-4.d: New
183 test.
184 * testsuite/gas/mips/mips16-pcrel-absolute-pic-n64-6.d: New
185 test.
186 * testsuite/gas/mips/mips16-pcrel-absolute-pic-n64-sym32-4.d:
187 New test.
188 * testsuite/gas/mips/mips16-pcrel-absolute-pic-n64-sym32-6.d:
189 New test.
190 * testsuite/gas/mips/mips16-pcrel-0.l: New stderr output.
191 * testsuite/gas/mips/mips16-pcrel-1.l: New stderr output.
192 * testsuite/gas/mips/mips16-pcrel-2.l: New stderr output.
193 * testsuite/gas/mips/mips16-pcrel-3.l: New stderr output.
194 * testsuite/gas/mips/mips16-pcrel-4.l: New stderr output.
195 * testsuite/gas/mips/mips16-pcrel-5.l: New stderr output.
196 * testsuite/gas/mips/mips16-pcrel-delay-0.l: New stderr output.
197 * testsuite/gas/mips/mips16-pcrel-delay-1.l: New stderr output.
198 * testsuite/gas/mips/mips16-pcrel-addend-8.l: New stderr output.
199 * testsuite/gas/mips/mips16-pcrel-addend-9.l: New stderr output.
200 * testsuite/gas/mips/mips16-pcrel-absolute-4.l: New stderr
201 output.
202 * testsuite/gas/mips/mips16-pcrel-absolute-6.l: New stderr
203 output.
204 * testsuite/gas/mips/mips16-pcrel-0.s: New test source.
205 * testsuite/gas/mips/mips16-pcrel-1.s: New test source.
206 * testsuite/gas/mips/mips16-pcrel-2.s: New test source.
207 * testsuite/gas/mips/mips16-pcrel-3.s: New test source.
208 * testsuite/gas/mips/mips16-pcrel-4.s: New test source.
209 * testsuite/gas/mips/mips16-pcrel-5.s: New test source.
210 * testsuite/gas/mips/mips16-pcrel-delay-0.s: New test source.
211 * testsuite/gas/mips/mips16-pcrel-delay-1.s: New test source.
212 * testsuite/gas/mips/mips16-pcrel-addend-4.s: New test source.
213 * testsuite/gas/mips/mips16-pcrel-addend-5.s: New test source.
214 * testsuite/gas/mips/mips16-pcrel-addend-6.s: New test source.
215 * testsuite/gas/mips/mips16-pcrel-addend-7.s: New test source.
216 * testsuite/gas/mips/mips16-pcrel-addend-8.s: New test source.
217 * testsuite/gas/mips/mips16-pcrel-addend-9.s: New test source.
218 * testsuite/gas/mips/mips16-pcrel-absolute-2.s: New test.
219 * testsuite/gas/mips/mips16-pcrel-absolute-3.s: New test.
220 * testsuite/gas/mips/mips16-pcrel-absolute-4.s: New test.
221 * testsuite/gas/mips/mips16-pcrel-absolute-5.s: New test.
222 * testsuite/gas/mips/mips16-pcrel-absolute-6.s: New test.
223 * testsuite/gas/mips/mips16-pcrel-absolute-7.s: New test.
224 * testsuite/gas/mips/mips.exp: Run the new tests.
225
226 2017-05-03 Nick Clifton <nickc@redhat.com>
227
228 PR gas/20941
229 * symbols.c (snapshot_symbol): Handle the case where
230 resolve_expression returns a local symbol.
231
232 2017-05-02 Maciej W. Rozycki <macro@imgtec.com>
233
234 * config/tc-mips.c (append_insn): Call `symbol_append' for any
235 expression symbol created for MIPS16 relaxation.
236 (match_mips16_insn): Don't encode a constant value as an
237 immediate with a PC-relative operand.
238
239 * testsuite/gas/mips/mips16-pcrel-absolute-1.d: New test.
240 * testsuite/gas/mips/mips16-branch-absolute-1.d: New test.
241 * testsuite/gas/mips/mips16-branch-absolute-2.d: New test.
242 * testsuite/gas/mips/mips16-branch-absolute-addend-1.d: New
243 test.
244 * testsuite/gas/mips/mips16-branch-absolute-n32-1.d: New test.
245 * testsuite/gas/mips/mips16-branch-absolute-n32-2.d: New test.
246 * testsuite/gas/mips/mips16-branch-absolute-addend-n32-1.d: New
247 test.
248 * testsuite/gas/mips/mips16-branch-absolute-n64-1.d: New test.
249 * testsuite/gas/mips/mips16-branch-absolute-n64-2.d: New test.
250 * testsuite/gas/mips/mips16-branch-absolute-addend-n64-1.d: New
251 test.
252 * testsuite/gas/mips/mips16-pcrel-absolute-1.l: New stderr
253 output.
254 * testsuite/gas/mips/mips16-pcrel-absolute-1.s: New test source.
255 * testsuite/gas/mips/mips16-branch-absolute-1.s: New test
256 source.
257 * testsuite/gas/mips/mips16-branch-absolute-2.s: New test
258 source.
259 * testsuite/gas/mips/mips16-branch-absolute-addend-1.s: New test
260 source.
261 * testsuite/gas/mips/mips.exp: Run the new tests.
262
263 2017-04-27 Maciej W. Rozycki <macro@imgtec.com>
264
265 * config/tc-mips.c (mips16_pcrel_val): New function, factored
266 out from...
267 (mips16_extended_frag): ... here.
268 (md_convert_frag): Use `mips16_pcrel_val' rather than repeated
269 code in MIPS16 relaxation, with `stretch' hardcoded to 0.
270
271 2017-04-27 Maciej W. Rozycki <macro@imgtec.com>
272
273 * config/tc-mips.c (RELAX_MIPS16_LONG_BRANCH): Rename to...
274 (RELAX_MIPS16_ALWAYS_EXTENDED): ... this.
275 (RELAX_MIPS16_MARK_LONG_BRANCH): Rename to...
276 (RELAX_MIPS16_MARK_ALWAYS_EXTENDED): ... this.
277 (RELAX_MIPS16_CLEAR_LONG_BRANCH): Rename to...
278 (RELAX_MIPS16_CLEAR_ALWAYS_EXTENDED): ... this.
279 (mips16_extended_frag): Adjust accordingly.
280
281 2017-04-27 Alan Modra <amodra@gmail.com>
282
283 * symbols.c (S_FORCE_RELOC): Separate section and symbol tests.
284
285 2017-04-26 Maciej W. Rozycki <macro@imgtec.com>
286
287 * config/tc-mips.c (RELAX_ENCODE): Add `PIC' flag.
288 (RELAX_PIC): New macro.
289 (RELAX_USE_SECOND, RELAX_SECOND_LONGER, RELAX_NOMACRO)
290 (RELAX_DELAY_SLOT, RELAX_DELAY_SLOT_16BIT)
291 (RELAX_DELAY_SLOT_SIZE_FIRST, RELAX_DELAY_SLOT_SIZE_SECOND):
292 Shift bits.
293 (RELAX_BRANCH_ENCODE): Add `pic' flag.
294 (RELAX_BRANCH_UNCOND, RELAX_BRANCH_LIKELY, RELAX_BRANCH_LINK)
295 (RELAX_BRANCH_TOOFAR): Shift bits.
296 (RELAX_BRANCH_PIC): New macro.
297 (RELAX_MICROMIPS_ENCODE): Add `pic' flag.
298 (RELAX_MICROMIPS_PIC): New macro.
299 (RELAX_MICROMIPS_UNCOND, RELAX_MICROMIPS_COMPACT)
300 (RELAX_MICROMIPS_LINK, RELAX_MICROMIPS_NODS)
301 (RELAX_MICROMIPS_RELAX32): Shift bits.
302 (relax_close_frag): Pass `mips_pic' setting to RELAX_ENCODE.
303 (append_insn): Pass `mips_pic' setting to RELAX_BRANCH_ENCODE
304 and RELAX_MICROMIPS_ENCODE, and record it in `fx_tcbit2' of the
305 first fixup created.
306 (md_apply_fix) <BFD_RELOC_16_PCREL_S2>: Use `fx_tcbit2' of the
307 fixup processed rather than `mips_pic' in choosing to relax an
308 out of range branch to a jump.
309 (relaxed_branch_length): Use the `pic' flag of the relaxed frag
310 rather than `mips_pic'.
311 (relaxed_micromips_32bit_branch_length): Likewise.
312 (md_estimate_size_before_relax): Likewise.
313 (md_convert_frag): Likewise.
314
315 * testsuite/gas/mips/option-pic-relax-0.d: New test.
316 * testsuite/gas/mips/option-pic-relax-1.d: New test.
317 * testsuite/gas/mips/option-pic-relax-2.d: New test.
318 * testsuite/gas/mips/option-pic-relax-3.d: New test.
319 * testsuite/gas/mips/option-pic-relax-3a.d: New test.
320 * testsuite/gas/mips/option-pic-relax-4.d: New test.
321 * testsuite/gas/mips/option-pic-relax-5.d: New test.
322 * testsuite/gas/mips/option-pic-relax-2.l: New stderr output.
323 * testsuite/gas/mips/option-pic-relax-3.l: New stderr output.
324 * testsuite/gas/mips/option-pic-relax-4.l: New stderr output.
325 * testsuite/gas/mips/option-pic-relax-5.l: New stderr output.
326 * testsuite/gas/mips/option-pic-relax-0.s: New test source.
327 * testsuite/gas/mips/option-pic-relax-1.s: New test source.
328 * testsuite/gas/mips/option-pic-relax-2.s: New test source.
329 * testsuite/gas/mips/option-pic-relax-3.s: New test source.
330 * testsuite/gas/mips/option-pic-relax-4.s: New test source.
331 * testsuite/gas/mips/option-pic-relax-5.s: New test source.
332 * testsuite/gas/mips/mips.exp: Run the new tests.
333
334 2017-04-25 Claudiu Zissulescu <claziss@synopsys.com>
335
336 * testsuite/gas/arc/leave_enter.d: Update test.
337 * testsuite/gas/arc/leave_enter.s: Likewise.
338
339 2017-04-25 Claudiu Zissulescu <claziss@synopsys.com>
340
341 * testsuite/gas/arc/b.d: Update test.
342 * testsuite/gas/arc/noargs_hs.d: Likewise.
343
344 2017-04-25 Maciej W. Rozycki <macro@imgtec.com>
345
346 * config/tc-mips.c (md_convert_frag): Correct
347 BFD_RELOC_MIPS16_16_PCREL_S1 fixup size.
348 * testsuite/gas/mips/mips16-branch-addend-4.d: New test.
349 * testsuite/gas/mips/mips16-branch-addend-5.d: New test.
350 * testsuite/gas/mips/mips16-branch-addend-5.l: New stderr
351 output.
352 * testsuite/gas/mips/mips16-branch-addend-4.s: New test source.
353 * testsuite/gas/mips/mips16-branch-addend-5.s: New test source.
354 * testsuite/gas/mips/mips.exp: Run the new tests.
355
356 2017-04-25 Jose E. Marchesi <jose.marchesi@oracle.com>
357
358 PR gas/21407
359 * config/tc-sparc.c (md_apply_fix): Do not transform `call'
360 instructions into branch instructions in fixups generating
361 additional relocations.
362 * testsuite/gas/sparc/call-relax.s: New file.
363 * testsuite/gas/sparc/call-relax.d: Likewise.
364 * testsuite/gas/sparc/call-relax-aout.d: Likewise.
365 * testsuite/gas/sparc/sparc.exp: Test call-relax and call-relax-aout.
366
367 2017-04-24 Thomas Preud'homme <thomas.preudhomme@arm.com>
368
369 * config/tc-arm.c (move_or_literal_pool): Remove code generating MOVS.
370 Forbid MOV.W and MOVW if destination is SP or PC.
371 * testsuite/gas/arm/thumb2_ldr_immediate_highregs_armv6t2.s: Explain
372 expectation of LDR not generating a MOVS for low registers and small
373 constants. Add tests of MOVW generation.
374 * testsuite/gas/arm/thumb2_ldr_immediate_highregs_armv6t2.d: Update
375 expected disassembly.
376
377 2017-04-22 Alan Modra <amodra@gmail.com>
378
379 * testsuite/gas/ppc/vle.s: Format. Add se_rfgi and e_sc.
380 * testsuite/gas/ppc/vle.d: Update.
381
382 2017-04-21 Nick Clifton <nickc@redhat.com>
383
384 PR binutils/21380
385 * testsuite/gas/aarch64/illegal-3.s: New file.
386 * testsuite/gas/aarch64/illegal-3.d: New file.
387
388 2017-04-11 Alan Modra <amodra@gmail.com>
389
390 * config/tc-ppc.c (md_show_usage): Delete mention of -mhtm.
391 * testsuite/gas/ppc/htm.d: Pass -mpower8 and -Mpower8.
392
393 2017-04-10 Max Filippov <jcmvbkbc@gmail.com>
394
395 * config/tc-xtensa.c (xtensa_maybe_create_literal_pool_frag):
396 Initialize lps->frag_count with auto_litpool_limit.
397 (xg_promote_candidate_litpool): New function.
398 (xtensa_move_literals): Extract candidate litpool promotion code
399 into separate function. Call it for all possible found
400 candidates.
401 (xtensa_switch_to_literal_fragment): Drop 'recursive' flag and
402 call to xtensa_mark_literal_pool_location that it guards.
403 Replace it with call to xtensa_maybe_create_literal_pool_frag.
404 Initialize pool_location with created literal pool candidate.
405 * testsuite/gas/xtensa/all.exp: Add new tests.
406 * testsuite/gas/xtensa/auto-litpools-first1.d: New test results.
407 * testsuite/gas/xtensa/auto-litpools-first1.s: New test.
408 * testsuite/gas/xtensa/auto-litpools-first2.d: New test results.
409 * testsuite/gas/xtensa/auto-litpools-first2.s: New test.
410 * testsuite/gas/xtensa/auto-litpools.d: Fix offsets changed due
411 to additional jump instruction.
412
413 2017-04-07 Alan Modra <amodra@gmail.com>
414
415 * testsuite/gas/ppc/altivec2.s: Delete E6500 vector insns.
416 * testsuite/gas/ppc/altivec2.d: Adjust to suit.
417
418 2017-04-07 Alan Modra <amodra@gmail.com>
419
420 * testsuite/gas/elf/section12a.d: Don't expect alignment of 1
421 for .mbind.text.
422
423 2017-04-06 Pip Cet <pipcet@gmail.com>
424
425 * testsuite/gas/wasm32/allinsn.d: Adjust test for disassembler
426 changes.
427 * testsuite/gas/wasm32/disass.d: New test.
428 * testsuite/gas/wasm32/disass.s: New test.
429 * testsuite/gas/wasm32/disass-2.d: New test.
430 * testsuite/gas/wasm32/disass-2.s: New test.
431 * testsuite/gas/wasm32/reloc.d: Adjust test for changed reloc
432 names.
433 * testsuite/gas/wasm32/reloc.s: Update test for changed assembler
434 syntax.
435 * testsuite/gas/wasm32/wasm32.exp: Run new tests. Expect allinsn
436 test to succeed.
437
438 2017-04-04 H.J. Lu <hongjiu.lu@intel.com>
439
440 * NEWS: Mention support for ELF SHF_GNU_MBIND.
441 * config/obj-elf.c (section_match): New.
442 (get_section): Match both sh_info and group name.
443 (obj_elf_change_section): Add argument for sh_info. Pass both
444 sh_info and group name to get_section. Issue an error for
445 SHF_GNU_MBIND section without SHF_ALLOC. Set sh_info.
446 (obj_elf_parse_section_letters): Set SHF_GNU_MBIND for 'd'.
447 (obj_elf_section): Support SHF_GNU_MBIND section info.
448 * config/obj-elf.h (obj_elf_change_section): Add argument for
449 sh_info.
450 * config/tc-arm.c (start_unwind_section): Pass 0 as sh_info to
451 obj_elf_change_section.
452 * config/tc-ia64.c (obj_elf_vms_common): Likewise.
453 * config/tc-microblaze.c (microblaze_s_data): Likewise.
454 (microblaze_s_sdata): Likewise.
455 (microblaze_s_rdata): Likewise.
456 (microblaze_s_bss): Likewise.
457 * config/tc-mips.c (s_change_section): Likewise.
458 * config/tc-msp430.c (msp430_profiler): Likewise.
459 * config/tc-rx.c (parse_rx_section): Likewise.
460 * config/tc-tic6x.c (tic6x_start_unwind_section): Likewise.
461 * doc/as.texinfo: Document 'd' for SHF_GNU_MBIND.
462 * testsuite/gas/elf/elf.exp: Run section12a, section12b and
463 section13.
464 * testsuite/gas/elf/section10.d: Updated.
465 * testsuite/gas/elf/section10.s: Likewise.
466 * testsuite/gas/elf/section12.s: New file.
467 * testsuite/gas/elf/section12a.d: Likewise.
468 * testsuite/gas/elf/section12b.d: Likewise.
469 * testsuite/gas/elf/section13.l: Likewise.
470 * testsuite/gas/elf/section13.d: Likewise.
471 * testsuite/gas/elf/section13.s: Likewise.
472
473 2017-04-03 Palmer Dabbelt <palmer@dabbelt.com>
474
475 * config/tc-riscv.c (riscv_clear_subsets): Cast argument to free to
476 avoid const warnings.
477
478 2017-03-30 Palmer Dabbelt <palmer@dabbelt.com>
479
480 * config/tc-riscv.c (riscv_clear_subsets): New function.
481 (riscv_add_subset): Call riscv_clear_subsets and riscv_set_rvc to
482 clear RVC when it's been previously set.
483
484 2017-03-31 Nick Clifton <nickc@redhat.com>
485
486 PR gas/21333
487 * config/tc-s390.c (tc_s390_fix_adjustable): Allow non pc-relative
488 fixups in mergeable sections to be adjusted.
489
490 2017-03-30 Pip Cet <pipcet@gmail.com>
491
492 * config/tc-wasm32.h: New file: Add WebAssembly assembler target.
493 * config/tc-wasm32.c: New file: Add WebAssembly assembler target.
494 * Makefile.am: Add WebAssembly assembler target.
495 * configure.tgt: Add WebAssembly assembler target.
496 * doc/c-wasm32.texi: New file: Start documenting WebAssembly
497 assembler.
498 * doc/all.texi: Define WASM32.
499 * doc/as.texinfo: Add WebAssembly entries.
500 * NEWS: Mention the new support.
501 * Makefile.in: Regenerate.
502 * po/gas.pot: Regenerate.
503 * po/POTFILES.in: Regenerate.
504 * testsuite/gas/wasm32: New directory.
505 * testsuite/gas/wasm32/allinsn.d: New file.
506 * testsuite/gas/wasm32/allinsn.s: New file.
507 * testsuite/gas/wasm32/illegal.l: New file.
508 * testsuite/gas/wasm32/illegal.s: New file.
509 * testsuite/gas/wasm32/illegal-2.l: New file.
510 * testsuite/gas/wasm32/illegal-2.s: New file.
511 * testsuite/gas/wasm32/illegal-3.l: New file.
512 * testsuite/gas/wasm32/illegal-3.s: New file.
513 * testsuite/gas/wasm32/illegal-4.l: New file.
514 * testsuite/gas/wasm32/illegal-4.s: New file.
515 * testsuite/gas/wasm32/illegal-5.l: New file.
516 * testsuite/gas/wasm32/illegal-5.s: New file.
517 * testsuite/gas/wasm32/illegal-6.l: New file.
518 * testsuite/gas/wasm32/illegal-6.s: New file.
519 * testsuite/gas/wasm32/illegal-7.l: New file.
520 * testsuite/gas/wasm32/illegal-7.s: New file.
521 * testsuite/gas/wasm32/illegal-8.l: New file.
522 * testsuite/gas/wasm32/illegal-8.s: New file.
523 * testsuite/gas/wasm32/illegal-9.l: New file.
524 * testsuite/gas/wasm32/illegal-9.s: New file.
525 * testsuite/gas/wasm32/illegal-10.l: New file.
526 * testsuite/gas/wasm32/illegal-10.s: New file.
527 * testsuite/gas/wasm32/illegal-11.l: New file.
528 * testsuite/gas/wasm32/illegal-11.s: New file.
529 * testsuite/gas/wasm32/illegal-12.l: New file.
530 * testsuite/gas/wasm32/illegal-12.s: New file.
531 * testsuite/gas/wasm32/illegal-13.l: New file.
532 * testsuite/gas/wasm32/illegal-13.s: New file.
533 * testsuite/gas/wasm32/illegal-14.l: New file.
534 * testsuite/gas/wasm32/illegal-14.s: New file.
535 * testsuite/gas/wasm32/illegal-15.l: New file.
536 * testsuite/gas/wasm32/illegal-15.s: New file.
537 * testsuite/gas/wasm32/illegal-16.l: New file.
538 * testsuite/gas/wasm32/illegal-16.s: New file.
539 * testsuite/gas/wasm32/illegal-17.l: New file.
540 * testsuite/gas/wasm32/illegal-17.s: New file.
541 * testsuite/gas/wasm32/illegal-18.l: New file.
542 * testsuite/gas/wasm32/illegal-18.s: New file.
543 * testsuite/gas/wasm32/illegal-19.l: New file.
544 * testsuite/gas/wasm32/illegal-19.s: New file.
545 * testsuite/gas/wasm32/illegal-20.l: New file.
546 * testsuite/gas/wasm32/illegal-20.s: New file.
547 * testsuite/gas/wasm32/illegal-21.l: New file.
548 * testsuite/gas/wasm32/illegal-21.s: New file.
549 * testsuite/gas/wasm32/illegal-22.l: New file.
550 * testsuite/gas/wasm32/illegal-22.s: New file.
551 * testsuite/gas/wasm32/illegal-24.l: New file.
552 * testsuite/gas/wasm32/illegal-24.s: New file.
553 * testsuite/gas/wasm32/illegal-25.l: New file.
554 * testsuite/gas/wasm32/illegal-25.s: New file.
555 * testsuite/gas/wasm32/reloc.d: New file.
556 * testsuite/gas/wasm32/reloc.s: New file.
557 * testsuite/gas/wasm32/wasm32.exp: New tests for WebAssembly
558 architecture.
559
560 2017-03-29 Alan Modra <amodra@gmail.com>
561
562 * config/tc-ppc.c (md_parse_option): Reject -mraw.
563
564 2017-03-27 Alan Modra <amodra@gmail.com>
565
566 PR 21303
567 * testsuite/gas/ppc/pr21303.d,
568 * testsuite/gas/ppc/pr21303.s: New test
569 * testsuite/gas/ppc/ppc.exp: Run it.
570
571 2017-03-27 Rinat Zelig <rinat@mellanox.com>
572
573 * testsuite/gas/arc/nps400-12.s: New file.
574 * testsuite/gas/arc/nps400-12.d: New file.
575
576 2017-03-24 Thomas preud'homme <thomas.preudhomme@arm.com>
577
578 * config/tc-arm.: (md_begin): Set selected_cpu from *mcpu_cpu_opt when
579 CPU_DEFAULT is defined.
580
581 2017-03-21 Palmer Dabbbelt <palmer@dabbelt.com>
582
583 * config/tc-riscv.c (md_show_usage): Remode defuct -m32, -m64,
584 -msoft-float, -mhard-float, -mno-rvc, and -mrvc options; and don't
585 print an invalid default ISA string.
586 * doc/c-riscv.texi (OPTIONS): Add -fpic and -fno-pic options.
587
588 2017-03-22 Max Filippov <jcmvbkbc@gmail.com>
589
590 * config/tc-xtensa.c (xtensa_relax_frag): Change fx_size of the
591 reassigned fixup to size of jump instruction (3) and fx_r_type
592 to BFD_RELOC_XTENSA_SLOT0_OP, as there's only one slot.
593 (add_jump_to_trampoline): Search
594 origfrag->tc_frag_data.slot_symbols for the slot with non-NULL
595 symbol and use that slot instead of slot 0.
596
597 2017-03-21 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
598
599 * config/tc-s390.c (s390_parse_cpu): Remove S390_INSTR_FLAG_VX2
600 from cpu_table. Remove vx2, and novx2 from cpu_flags.
601
602 2017-03-21 Rinat Zelig <rinat@mellanox.com>
603
604 * testsuite/gas/arc/nps400-11.s: New file.
605 * testsuite/gas/arc/nps400-11.d: New file.
606
607 2017-03-20 Nick Clifton <nickc@redhat.com>
608
609 * doc/as.texinfo (2byte): Note that if no expressions are present
610 the directive does nothing. Emphasize that the output is
611 unaligned, and that this can have an effect on the relocations
612 generated.
613 (4byte): Simplify description. Refer back to the 2byte
614 description.
615 (8byte): Likewise.
616
617 2017-03-20 Richard Earnshaw <rearnsha@arm.com>
618
619 * config/tc-arm.c (arm_fpus): Note entires that should not be
620 documented.
621 * doc/c-arm.texi (-mfpu): Add missing FPU entries for neon-vfpv3 and
622 neon-fp16. Fix spelling error.
623
624 2017-03-20 Richard Earnshaw <rearnsha@arm.com>
625
626 * config/tc-arm.c (arm_fpus): Add neon-vfpv3 as an alias for neon.
627
628 2017-03-16 Rinat Zelig <rinat@mellanox.com>
629
630 * config/tc-arc.c (assemble_insn): Only handle ".t" and ".nt"
631 specially for ARCv2.
632
633 2017-03-14 Kito Cheng <kito.cheng@gmail.com>
634
635 * config/tc-riscv.c (validate_riscv_insn): Add 'o' RVC immediate
636 encoding format, which can accept 0-valued immediates.
637 (riscv_ip): Likewise.
638
639 2017-03-15 Nick Clifton <nickc@redhat.com>
640
641 * config/tc-riscv.c (riscv_pre_output_hook): Fix compile time
642 warning about discarding a const qualifier.
643
644 2017-03-02 Kuan-Lin Chen <rufus@andestech.com>
645
646 * config/tc-riscv.h (HWARD2_USE_FIXED_ADVANCE_PC): New define.
647
648 2017-03-02 Kuan-Lin Chen <rufus@andestech.com>
649
650 * config/tc-riscv.c (md_apply_fix): Set fx_frag and
651 fx_next->fx_frag for CFA_advance_loc relocations.
652
653 2017-03-02 Kuan-Lin Chen <rufus@andestech.com>
654
655 * config/tc-riscv.c (md_apply_fix): Compute the correct offsets
656 for CFA relocations.
657
658 2017-03-13 Nick Clifton <nickc@redhat.com>
659
660 PR binutils/21202
661 * config/tc-aarch64.c (reloc_table): Rename
662 BFD_RELOC_AARCH64_TLSDESC_LD64_LO12_NC to
663 BFD_RELOC_AARCH64_TLSDESC_LD64_LO12. Rname
664 BFD_RELOC_AARCH64_TLSDESC_ADD_LO12_NC to
665 BFD_RELOC_AARCH64_TLSDESC_ADD_LO12.
666 (md_apply_fix): Likewise.
667 (aarch64_force_relocation): Likewise.
668 * testsuite/gas/aarch64/tls.d: Update regexp.
669
670 2017-03-10 Tobin C. Harding <me@tobin.cc>
671 Nick Clifton <nickc@redhat.com>
672
673 * doc/as.texinfo (2byte): Tidy up wording. Add note that
674 overlarge values will produce a warning message and be trunacted.
675 (4byte): Likewise.
676
677 2017-03-09 H.J. Lu <hongjiu.lu@intel.com>
678
679 * config/tc-i386.c (_i386_insn): Add dir_encoding and
680 vec_encoding. Remove swap_operand and need_vrex.
681 (extra_symbol_chars): Add '}'.
682 (md_begin): Mark '}' with LEX_BEGIN_NAME. Allow '}' in
683 mnemonic.
684 (build_vex_prefix): Don't use 2-byte VEX encoding with
685 {vex3}. Check dir_encoding and load.
686 (parse_insn): Check pseudo prefixes. Set dir_encoding.
687 (VEX_check_operands): Likewise.
688 (match_template): Check dir_encoding and load.
689 (parse_real_register): Set vec_encoding instead of need_vrex.
690 (parse_register): Likewise.
691 * doc/c-i386.texi: Document {disp8}, {disp32}, {load}, {store},
692 {vex2}, {vex3} and {evex}. Remove ".s", ".d8" and ".d32"
693 * testsuite/gas/i386/i386.exp: Run pseudos and x86-64-pseudos.
694 * testsuite/gas/i386/pseudos.d: New file.
695 * testsuite/gas/i386/pseudos.s: Likewise.
696 * testsuite/gas/i386/x86-64-pseudos.d: Likewise.
697 * testsuite/gas/i386/x86-64-pseudos.s: Likewise.
698
699 2017-03-08 Peter Bergner <bergner@vnet.ibm.com>
700
701 * testsuite/gas/ppc/altivec2.d (as): Use the -mpower8 option.
702 (objdump): Use the -Mpower8 option.
703
704 2017-03-08 Peter Bergner <bergner@vnet.ibm.com>
705
706 * testsuite/gas/ppc/power9.d <lnia> New test.
707 * testsuite/gas/ppc/power9.s: Likewise.
708
709 2017-03-07 Alan Modra <amodra@gmail.com>
710
711 * doc/as.texinfo (2byte, 4byte, 8byte): Correct @section placement.
712
713 2017-03-07 Tobin C. Harding <me@tobin.cc>
714 Alan Modra <amodra@gmail.com>
715
716 * doc/as.texinfo (2byte, 4byte, 8byte): Document.
717 * doc/c-arm.texi (2byte, 4byte, 8byte): Omit if ELF.
718
719 2017-03-06 H.J. Lu <hongjiu.lu@intel.com>
720
721 * config/tc-i386.c (cpu_arch): Add .cet.
722 * doc/c-i386.texi: Document cet.
723 * testsuite/gas/i386/cet-intel.d: New file.
724 * testsuite/gas/i386/cet.d: Likewise.
725 * testsuite/gas/i386/cet.s: Likewise.
726 * testsuite/gas/i386/x86-64-cet-intel.d: Likewise.
727 * testsuite/gas/i386/x86-64-cet.d: Likewise.
728 * testsuite/gas/i386/x86-64-cet.s: Likewise.
729 * testsuite/gas/i386/i386.exp: Run Intel CET tests.
730
731 2017-03-06 H.J. Lu <hongjiu.lu@intel.com>
732
733 * testsuite/gas/i386/x86-64-mpx-inval-2.s: Force a good alignment.
734 * testsuite/gas/i386/x86-64-mpx-inval-2.l: Expect [0-9A-F]+.
735
736 2017-03-06 Alan Modra <amodra@gmail.com>
737
738 * dw2gencfi.c (encoding_size): Return unsigned int.
739 (emit_expr_encoded): Assert size matches reloc bitsize.
740 (output_fde): Use unsigned for offset_size and addr_size. Set
741 addr_size earlier and use in place of constant 4 and uses of
742 DWARF2_FDE_RELOC_SIZE. Assert it matches reloc bitsize.
743
744 2017-03-06 Alan Modra <amodra@gmail.com>
745
746 * dw2gencfi.c: Wrap overlong lines. Add parens for emacs
747 auto reformat. Formatting and whitespace fixes.
748
749 2017-03-05 Mark Wielaard <mark@klomp.org>
750
751 * dwarf2dbg.c (out_debug_abbrev): Use DW_FORM_strp instead of
752 DW_FORM_string for DW_AT_name, DW_AT_comp_dir and DW_AT_producer.
753 (out_debug_info): Accept symbols to name, comp_dir and producer in
754 the .debug_str section and emit those offsets not full strings.
755 (out_debug_str): New function that outputs the strings for name,
756 comp_dir and producer in .debug_str and generates symbols to those
757 strings.
758 (out_debug_line): Create a .debug_str section if necessary and call
759 out_debug_str before calling out_debug_info.
760 * testsuite/gas/aarch64/dwarf.d: Add extra section symbol to expected
761 output.
762
763 2017-03-02 Maciej W. Rozycki <macro@imgtec.com>
764
765 * write.c (relax_segment) <rs_org>: Only bail out if the fixed
766 part of the frag has overrun the location requested.
767
768 * testsuite/gas/all/org-1.d: New test.
769 * testsuite/gas/all/org-2.d: New test.
770 * testsuite/gas/all/org-3.d: New test.
771 * testsuite/gas/all/org-4.d: New test.
772 * testsuite/gas/all/org-5.d: New test.
773 * testsuite/gas/all/org-6.d: New test.
774 * testsuite/gas/all/org-1.l: New stderr output.
775 * testsuite/gas/all/org-2.l: New stderr output.
776 * testsuite/gas/all/org-3.l: New stderr output.
777 * testsuite/gas/all/org-1.s: New test source.
778 * testsuite/gas/all/org-2.s: New test source.
779 * testsuite/gas/all/org-3.s: New test source.
780 * testsuite/gas/all/org-4.s: New test source.
781 * testsuite/gas/all/org-5.s: New test source.
782 * testsuite/gas/all/org-6.s: New test source.
783 * testsuite/gas/all/gas.exp: Run the new tests.
784
785 * testsuite/gas/mips/org-1.d: New test.
786 * testsuite/gas/mips/org-2.d: New test.
787 * testsuite/gas/mips/org-3.d: New test.
788 * testsuite/gas/mips/org-4.d: New test.
789 * testsuite/gas/mips/org-5.d: New test.
790 * testsuite/gas/mips/org-6.d: New test.
791 * testsuite/gas/mips/org-7.d: New test.
792 * testsuite/gas/mips/org-8.d: New test.
793 * testsuite/gas/mips/org-9.d: New test.
794 * testsuite/gas/mips/org-10.d: New test.
795 * testsuite/gas/mips/org-11.d: New test.
796 * testsuite/gas/mips/org-12.d: New test.
797 * testsuite/gas/mips/org-1.l: New stderr output.
798 * testsuite/gas/mips/org-4.l: New stderr output.
799 * testsuite/gas/mips/org-5.l: New stderr output.
800 * testsuite/gas/mips/org-6.l: New stderr output.
801 * testsuite/gas/mips/org-10.l: New stderr output.
802 * testsuite/gas/mips/org-1.s: New test source.
803 * testsuite/gas/mips/org-2.s: New test source.
804 * testsuite/gas/mips/org-3.s: New test source.
805 * testsuite/gas/mips/org-4.s: New test source.
806 * testsuite/gas/mips/org-5.s: New test source.
807 * testsuite/gas/mips/org-6.s: New test source.
808 * testsuite/gas/mips/org-7.s: New test source.
809 * testsuite/gas/mips/org-8.s: New test source.
810 * testsuite/gas/mips/org-9.s: New test source.
811 * testsuite/gas/mips/org-10.s: New test source.
812 * testsuite/gas/mips/org-11.s: New test source.
813 * testsuite/gas/mips/org-12.s: New test source.
814 * testsuite/gas/mips/mips.exp: Run the new tests.
815
816 2017-03-01 Szabolcs Nagy <szabolcs.nagy@arm.com>
817
818 * doc/c-aarch64.texi (AArch64 Extensions): Document rcpc.
819
820 2017-02-28 Jan Beulich <jbeulich@suse.com>
821
822 * testsuite/gas/i386/x86-64-avx.s: Add suffixed variants of
823 VPCMPESTR{I,M}.
824 * testsuite/gas/i386/x86-64-sse2avx.s: Likewise.
825 * testsuite/gas/i386/x86-64-sse4_2.s: Add suffixed variants
826 of PCMPESTR{I,M}.
827 * testsuite/gas/i386/ilp32/x86-64-avx-intel.d: Likewise.
828 * testsuite/gas/i386/ilp32/x86-64-avx.d: Likewise.
829 * testsuite/gas/i386/ilp32/x86-64-sse2avx.d: Likewise.
830 * testsuite/gas/i386/ilp32/x86-64-sse4_2-intel.d: Likewise.
831 * testsuite/gas/i386/ilp32/x86-64-sse4_2.d: Likewise.
832 * testsuite/gas/i386/x86-64-avx-intel.d: Likewise.
833 * testsuite/gas/i386/x86-64-avx.d: Likewise.
834 * testsuite/gas/i386/x86-64-sse2avx.d: Likewise.
835 * testsuite/gas/i386/x86-64-sse4_2-intel.d: Likewise.
836 * testsuite/gas/i386/x86-64-sse4_2.d: Likewise.
837
838 2017-02-28 Alan Modra <amodra@gmail.com>
839
840 * config/tc-nios2.h (TC_FORCE_RELOCATION_SUB_LOCAL): Define.
841
842 2017-02-28 Alan Modra <amodra@gmail.com>
843
844 * config/tc-ppc.c (md_assemble): Use BFD_RELOC_PPC_16DX_HA for addpcis.
845 (md_apply_fix): Remove fx_subsy check. Move code converting to
846 pcrel reloc earlier and handle BFD_RELOC_PPC_16DX_HA. Remove code
847 emiiting errors on seeing fx_pcrel set on unexpected relocs, as
848 that is done now by the generic code via..
849 * config/tc-ppc.h (TC_FORCE_RELOCATION_SUB_LOCAL): ..this. Define.
850 (TC_VALIDATE_FIX_SUB): Define.
851
852 2017-02-28 Maciej W. Rozycki <macro@imgtec.com>
853
854 * testsuite/gas/mips/jalr4.s: Add `jalr $0, $25' instructions.
855 * testsuite/gas/mips/jalr4.d: Adjust accordingly. Remove MIPSr6
856 encoding patterns.
857 * testsuite/gas/mips/jalr4-n64.d: Likewise.
858 * testsuite/gas/mips/mipsr6@jalr4.d: New test.
859 * testsuite/gas/mips/mipsr6@jalr4-n32.d: New test.
860 * testsuite/gas/mips/mipsr6@jalr4-n64.d: New test.
861
862 2017-02-25 Alan Modra <amodra@gmail.com>
863
864 * testsuite/gas/elf/strtab.s: Don't put directives on first
865 column or continuation with labels not in first column.
866
867 2017-02-24 Richard Sandiford <richard.sandiford@arm.com>
868
869 * doc/c-aarch64.texi: Document that sve implies fp16, simd and compnum.
870 * config/tc-aarch64.c (parse_vector_type_for_operand): Allow .q
871 to be used with SVE registers.
872 (parse_operands): Handle new SVE operands.
873 (aarch64_features): Make "sve" require F16 rather than FP. Also
874 require COMPNUM.
875 * testsuite/gas/aarch64/sve.s: Add tests for new instructions.
876 Include compnum tests.
877 * testsuite/gas/aarch64/sve.d: Update accordingly.
878 * testsuite/gas/aarch64/sve-invalid.s: Add tests for new instructions.
879 * testsuite/gas/aarch64/sve-invalid.l: Update accordingly. Also
880 update expected output for new FMOV and MOV alternatives.
881
882 2017-02-24 Richard Sandiford <richard.sandiford@arm.com>
883
884 * doc/c-aarch64.texi: Add a "compnum" entry.
885 * config/tc-aarch64.c (aarch64_features): Likewise,
886 * testsuite/gas/aarch64/advsimd-compnum.s: New test.
887 * testsuite/gas/aarch64/advsimd-compnum.d: Likewise.
888
889 2017-02-24 Jan Beulich <jbeulich@suse.com>
890
891 * testsuite/gas/i386/opcode.s: Add alternative TEST forms.
892 * testsuite/gas/i386/x86-64-opcode.s: Likewise.
893 * testsuite/gas/i386/opcode.d: Adjust accordingly.
894 * testsuite/gas/i386/opcode-intel.d: Likewise.
895 * testsuite/gas/i386/x86-64-opcode.d: Likewise.
896 * testsuite/gas/i386/ilp32/x86-64-opcode.d: Likewise.
897
898 2017-02-24 Sheldon Lobo <sheldon.lobo@oracle.com>
899
900 Test cases for the architecture level aware SPARC ASI work.
901 * gas/testsuite/gas/sparc/sparc.exp: 2 new tests
902 * gas/testsuite/gas/sparc/asi-bump-warn.s: New test
903 * gas/testsuite/gas/sparc/asi-bump-warn.l: Likewise
904 * gas/testsuite/gas/sparc/asi-arch-error.s: Likewise
905 * gas/testsuite/gas/sparc/asi-arch-error.l: Likewise
906
907 2017-02-23 Maciej W. Rozycki <macro@imgtec.com>
908
909 * testsuite/gas/mips/jalr4.d: New test.
910 * testsuite/gas/mips/jalr4-n32.d: New test.
911 * testsuite/gas/mips/jalr4-n64.d: New test.
912 * testsuite/gas/mips/jalr4.s: New test source.
913 * testsuite/gas/mips/mips.exp: Run the new tests.
914
915 2017-02-23 Sheldon Lobo <sheldon.lobo@oracle.com>
916
917 Add support for associating SPARC ASIs with an architecture level.
918 * config/tc-sparc.c (parse_sparc_asi): New encode SPARC ASIs.
919
920 2017-02-23 Jan Beulich <jbeulich@suse.com>
921
922 * testsuite/gas/all/err-sizeof.s: Don't use sums or differences
923 of symbols as expression.
924
925 2017-02-23 Jan Beulich <jbeulich@suse.com>
926
927 * gas/testsuite/gas/i386/x86-64-mpx-inval-2.d: Add 32- and 16-
928 bit GPR forms of BNDCL, BNDCU, and BNDCN. Add RSP-as-index
929 Intel syntax forms of BNDMK, BNDSTX, and BNDLDX.
930 * gas/testsuite/gas/i386/x86-64-mpx-inval-2.l: Adjust.
931
932 2017-02-22 Maciej W. Rozycki <macro@imgtec.com>
933
934 * ecoff.c (ecoff_directive_end) [md_flush_pending_output]: Call
935 `md_flush_pending_output'.
936 * config/tc-mips.c (s_mips_end) [md_flush_pending_output]: Call
937 `md_flush_pending_output' unconditionally.
938 * testsuite/gas/mips/debug-label-end-1.d: New test.
939 * testsuite/gas/mips/debug-label-end-2.d: New test.
940 * testsuite/gas/mips/debug-label-end-3.d: New test.
941 * testsuite/gas/mips/debug-label-end.s: New test source.
942 * testsuite/gas/mips/mips.exp: Run the new tests.
943
944 2017-02-22 Hans-Peter Nilsson <hp@axis.com>
945
946 * testsuite/gas/all/err-sizeof.s: Include cris*-*-* in the list of
947 targets yielding an error message matching "too complex".
948
949 2017-02-22 Nick Clifton <nickc@redhat.com>
950
951 * testsuite/gas/arm/vcmp-noprefix-imm.d: Skip for non-ELF targets.
952
953 2017-02-21 Jan Beulich <jbeulich@suse.com>
954
955 * expr.c (operand): Handle missing operand to .startof.() and
956 .sizeof.().
957 * testsuite/gas/all/err-sizeof.s: New.
958
959 2017-02-20 Alan Modra <amodra@gmail.com>
960
961 PR 21118
962 * NEWS: Revise powerpc register check.
963 * config/tc-ppc.c (ppc_optimize_expr, md_assemble): Make "invalid
964 register expression" a warning.
965
966 2017-02-17 Maciej W. Rozycki <macro@imgtec.com>
967
968 * ecoff.c (ecoff_directive_ent, add_procedure): Handle `.aent'.
969 * config/obj-ecoff.c (obj_pseudo_table): Add "aent" entry.
970 * config/obj-elf.c (ecoff_debug_pseudo_table): Likewise.
971 * testsuite/gas/mips/aent-2.d: New test.
972 * testsuite/gas/mips/aent-mdebug.d: New test.
973 * testsuite/gas/mips/aent-mdebug-2.d: New test.
974 * testsuite/gas/mips/mips.exp: Run the new tests.
975
976 2017-02-15 Richard Sandiford <richard.sandiford@arm.com>
977
978 * testsuite/gas/aarch64/sve-sysreg.s,
979 testsuite/gas/aarch64/sve-sysreg.d,
980 testsuite/gas/aarch64/sve-sysreg-invalid.d,
981 testsuite/gas/aarch64/sve-sysreg-invalid.l: New tests.
982
983 2017-02-15 Richard Sandiford <richard.sandiford@arm.com>
984
985 * doc/c-aarch64.texi: Fix sve entry.
986
987 2017-02-15 Claudiu Zissulescu <claziss@synopsys.com>
988
989 * config/tc-arc.c (md_convert_frag): Remove @pcl relocation
990 information from input expression.
991 (assemble_insn): Make sure pcrel is correctly set.
992 (arc_pcrel_adjust): Compensate for PCL rounding.
993 * testsuite/gas/arc/relax-add01.d: New file.
994 * testsuite/gas/arc/relax-add01.s: Likewise.
995 * testsuite/gas/arc/relax-add02.d: Likewise.
996 * testsuite/gas/arc/relax-add02.s: Likewise.
997 * testsuite/gas/arc/relax-add03.d: Likewise.
998 * testsuite/gas/arc/relax-add03.s: Likewise.
999 * testsuite/gas/arc/relax-add04.d: Likewise.
1000 * testsuite/gas/arc/relax-add04.s: Likewise.
1001 * testsuite/gas/arc/relax-ld01.d: Likewise.
1002 * testsuite/gas/arc/relax-ld01.s: Likewise.
1003 * testsuite/gas/arc/relax-ld02.d: Likewise.
1004 * testsuite/gas/arc/relax-ld02.s: Likewise.
1005 * testsuite/gas/arc/relax-mov01.d: Likewise.
1006 * testsuite/gas/arc/relax-mov01.s: Likewise.
1007 * testsuite/gas/arc/relax-mov02.d: Likewise.
1008 * testsuite/gas/arc/relax-mov02.s: Likewise.
1009 * testsuite/gas/arc/relax-mpy01.d: Likewise.
1010 * testsuite/gas/arc/relax-mpy01.s: Likewise.
1011 * testsuite/gas/arc/relax-sub01.d: Likewise.
1012 * testsuite/gas/arc/relax-sub01.s: Likewise.
1013 * testsuite/gas/arc/relax-sub02.d: Likewise.
1014 * testsuite/gas/arc/relax-sub02.s: Likewise.
1015 * testsuite/gas/arc/relax-sub03.d: Likewise.
1016 * testsuite/gas/arc/relax-sub03.s: Likewise.
1017 * testsuite/gas/arc/relax-sub04.d: Likewise.
1018 * testsuite/gas/arc/relax-sub04.s: Likewise.
1019
1020 2017-02-09 Vineet Gupta <vgupta@synopsys.com>
1021
1022 * testsuite/gas/arc/st.d: Update for 0xe having a name now
1023
1024 2017-02-14 Alan Modra <amodra@gmail.com>
1025
1026 PR 21118
1027 * NEWS: Mention powerpc register checks.
1028 * config/tc-ppc.c (struct pd_reg): Make value a short. Add flags.
1029 (pre_defined_registers): Delete fpscr and pmr entries. Set
1030 register type in flags.
1031 (cr_names): Set type in flags.
1032 (reg_name_search): Return pointer to struct pd_reg rather than value.
1033 (register_name): Adjust to suit. Set X_md from flags.
1034 (ppc_parse_name): Likewise.
1035 (ppc_optimize_expr): New function.
1036 (md_assemble): Verify expresion reg flags match operand.
1037 * config/tc-ppc.h (md_optimize_expr): Define.
1038 (ppc_optimize_expr): Declare.
1039
1040 2017-02-14 Alan Modra <amodra@gmail.com>
1041
1042 * testsuite/gas/ppc/cell.s: Correct invalid registers.
1043 * testsuite/gas/ppc/vle-simple-1.s: Likewise.
1044 * testsuite/gas/ppc/vle-simple-2.s: Likewise.
1045
1046 2017-02-13 Thomas Preud'homme <thomas.preudhomme@arm.com>
1047
1048 * config/tc-arm.c (parse_ifimm_zero): Make prefix optional in unified
1049 syntax.
1050 * testsuite/gas/arm/vcmp-noprefix-imm.d: New file.
1051 * testsuite/gas/arm/vcmp-noprefix-imm.s: New file.
1052
1053 2017-02-10 Nicholas Piggin <npiggin@gmail.com>
1054
1055 * testsuite/gas/ppc/power9.d <scv, rfscv>: New tests.
1056
1057 2017-02-02 Maciej W. Rozycki <macro@imgtec.com>
1058
1059 * doc/as.texinfo (Overview): Select MIPS options for man page
1060 inclusion.
1061
1062 2017-01-30 Maciej W. Rozycki <macro@imgtec.com>
1063
1064 * config/tc-mips.c (mips_ignore_branch_isa): New variable.
1065 (options): Add OPTION_IGNORE_BRANCH_ISA and
1066 OPTION_NO_IGNORE_BRANCH_ISA enum values.
1067 (md_longopts): Add "mignore-branch-isa" and
1068 "mno-ignore-branch-isa" options.
1069 (md_parse_option): Handle OPTION_IGNORE_BRANCH_ISA and
1070 OPTION_NO_IGNORE_BRANCH_ISA.
1071 (fix_bad_cross_mode_branch_p): Return FALSE if
1072 `mips_ignore_branch_isa' has been set.
1073 (md_show_usage): Add `-mignore-branch-isa' and
1074 `-mno-ignore-branch-isa'.
1075
1076 * doc/as.texinfo (Target MIPS options): Add
1077 `-mignore-branch-isa' and `-mno-ignore-branch-isa' options.
1078 (-mignore-branch-isa, -mno-ignore-branch-isa): New options.
1079 * doc/c-mips.texi (MIPS Options): Add `-mignore-branch-isa' and
1080 `-mno-ignore-branch-isa' options.
1081
1082 * testsuite/gas/mips/branch-local-ignore-2.d: New test.
1083 * testsuite/gas/mips/branch-local-ignore-3.d: New test.
1084 * testsuite/gas/mips/branch-local-ignore-n32-2.d: New test.
1085 * testsuite/gas/mips/branch-local-ignore-n32-3.d: New test.
1086 * testsuite/gas/mips/branch-local-ignore-n64-2.d: New test.
1087 * testsuite/gas/mips/branch-local-ignore-n64-3.d: New test.
1088 * testsuite/gas/mips/mips.exp: Run the new tests.
1089
1090 2017-01-30 Maciej W. Rozycki <macro@imgtec.com>
1091
1092 * testsuite/gas/mips/branch-local-2.d: New test.
1093 * testsuite/gas/mips/branch-local-3.d: New test.
1094 * testsuite/gas/mips/branch-local-n32-2.d: New test.
1095 * testsuite/gas/mips/branch-local-n32-3.d: New test.
1096 * testsuite/gas/mips/branch-local-n64-2.d: New test.
1097 * testsuite/gas/mips/branch-local-n64-3.d: New test.
1098 * testsuite/gas/mips/mips.exp: Fold corresponding list tests
1099 into the new tests.
1100
1101 2017-01-27 Alexis Deruell <alexis.deruelle@gmail.com>
1102
1103 PR 21056
1104 * testsuite/gas/tic6x/insns16-parallel.s: New test case.
1105 * testsuite/gas/tic6x/insns16-parallel.d: New test driver.
1106
1107 2017-01-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
1108
1109 * configure.tgt (aarch64*-*-rtems*): Remove.
1110 (bfin-*-rtems*): Likewise.
1111 (h8300-*-rtems*): Likewise.
1112 (i386-*-rtems*): Likewise.
1113 (m32c-*-rtems*): Likewise.
1114 (m32r-*-rtems*): Likewise.
1115 (m68k-*-rtems*): Likewise.
1116 (mips-*-rtems*): Likewise.
1117 (nios2-*-rtems*): Likewise.
1118 (ppc-*-rtems*): Likewise.
1119 (sh-*-rtems*): Likewise.
1120 (sparc64-*-rtems*): Likewise.
1121 (sparc-*-rtems*): Likewise.
1122 (*-*-rtems*) Use ELF format.
1123
1124 2017-01-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
1125
1126 * configure.tgt (arm-*-rtems*): Move to (arm-*-eabi*).
1127
1128 2017-01-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
1129
1130 * configure.tgt (sh-*-rtemscoff*): Remove.
1131
1132 2017-01-24 Sebastian Huber <sebastian.huber@embedded-brains.de>
1133
1134 * configure.tgt (riscv*-*-*): Remove em=linux.
1135
1136 2017-01-23 Sebastian Rasmussen <sebras@gmail.com>
1137
1138 PR gas/21072
1139 * asintl.h: Fix spelling mistakes and typos.
1140 * atof-generic.c: Likewise.
1141 * bit_fix.h: Likewise.
1142 * config/atof-ieee.c: Likewise.
1143 * config/bfin-defs.h: Likewise.
1144 * config/bfin-parse.y: Likewise.
1145 * config/obj-coff-seh.h: Likewise.
1146 * config/obj-coff.c: Likewise.
1147 * config/obj-evax.c: Likewise.
1148 * config/obj-macho.c: Likewise.
1149 * config/rx-parse.y: Likewise.
1150 * config/tc-aarch64.c: Likewise.
1151 * config/tc-alpha.c: Likewise.
1152 * config/tc-arc.c: Likewise.
1153 * config/tc-arm.c: Likewise.
1154 * config/tc-avr.c: Likewise.
1155 * config/tc-bfin.c: Likewise.
1156 * config/tc-cr16.c: Likewise.
1157 * config/tc-cris.c: Likewise.
1158 * config/tc-crx.c: Likewise.
1159 * config/tc-d10v.c: Likewise.
1160 * config/tc-d30v.c: Likewise.
1161 * config/tc-dlx.c: Likewise.
1162 * config/tc-epiphany.c: Likewise.
1163 * config/tc-frv.c: Likewise.
1164 * config/tc-hppa.c: Likewise.
1165 * config/tc-i370.c: Likewise.
1166 * config/tc-i386-intel.c: Likewise.
1167 * config/tc-i386.c: Likewise.
1168 * config/tc-i960.c: Likewise.
1169 * config/tc-ia64.c: Likewise.
1170 * config/tc-m32r.c: Likewise.
1171 * config/tc-m68hc11.c: Likewise.
1172 * config/tc-m68k.c: Likewise.
1173 * config/tc-mcore.c: Likewise.
1174 * config/tc-mep.c: Likewise.
1175 * config/tc-mep.h: Likewise.
1176 * config/tc-metag.c: Likewise.
1177 * config/tc-microblaze.c: Likewise.
1178 * config/tc-mips.c: Likewise.
1179 * config/tc-mmix.c: Likewise.
1180 * config/tc-mn10200.c: Likewise.
1181 * config/tc-mn10300.c: Likewise.
1182 * config/tc-msp430.c: Likewise.
1183 * config/tc-msp430.h: Likewise.
1184 * config/tc-nds32.c: Likewise.
1185 * config/tc-nds32.h: Likewise.
1186 * config/tc-nios2.c: Likewise.
1187 * config/tc-nios2.h: Likewise.
1188 * config/tc-ns32k.c: Likewise.
1189 * config/tc-pdp11.c: Likewise.
1190 * config/tc-ppc.c: Likewise.
1191 * config/tc-pru.c: Likewise.
1192 * config/tc-rx.c: Likewise.
1193 * config/tc-s390.c: Likewise.
1194 * config/tc-score.c: Likewise.
1195 * config/tc-score7.c: Likewise.
1196 * config/tc-sh.c: Likewise.
1197 * config/tc-sh64.c: Likewise.
1198 * config/tc-sparc.c: Likewise.
1199 * config/tc-tic4x.c: Likewise.
1200 * config/tc-tic54x.c: Likewise.
1201 * config/tc-v850.c: Likewise.
1202 * config/tc-vax.c: Likewise.
1203 * config/tc-visium.c: Likewise.
1204 * config/tc-xgate.c: Likewise.
1205 * config/tc-xtensa.c: Likewise.
1206 * config/tc-z80.c: Likewise.
1207 * config/tc-z8k.c: Likewise.
1208 * config/te-vms.c: Likewise.
1209 * config/xtensa-relax.c: Likewise.
1210 * doc/as.texinfo: Likewise.
1211 * doc/c-arm.texi: Likewise.
1212 * doc/c-hppa.texi: Likewise.
1213 * doc/c-i370.texi: Likewise.
1214 * doc/c-i386.texi: Likewise.
1215 * doc/c-m32r.texi: Likewise.
1216 * doc/c-m68k.texi: Likewise.
1217 * doc/c-mmix.texi: Likewise.
1218 * doc/c-msp430.texi: Likewise.
1219 * doc/c-nds32.texi: Likewise.
1220 * doc/c-ns32k.texi: Likewise.
1221 * doc/c-riscv.texi: Likewise.
1222 * doc/c-rx.texi: Likewise.
1223 * doc/c-s390.texi: Likewise.
1224 * doc/c-tic6x.texi: Likewise.
1225 * doc/c-tilegx.texi: Likewise.
1226 * doc/c-tilepro.texi: Likewise.
1227 * doc/c-v850.texi: Likewise.
1228 * doc/c-xgate.texi: Likewise.
1229 * doc/c-xtensa.texi: Likewise.
1230 * dwarf2dbg.c: Likewise.
1231 * ecoff.c: Likewise.
1232 * itbl-ops.c: Likewise.
1233 * listing.c: Likewise.
1234 * macro.c: Likewise.
1235 * po/gas.pot: Likewise.
1236 * read.c: Likewise.
1237 * struc-symbol.h: Likewise.
1238 * symbols.h: Likewise.
1239 * testsuite/gas/arc/relocs-errors.err: Likewise.
1240 * write.c: Likewise.
1241
1242 2017-01-23 Nick Clifton <nickc@redhat.com>
1243
1244 * po/sv.po: Updated Swedish translation.
1245
1246 2017-01-20 Nick Clifton <nickc@redhat.com>
1247
1248 * config/tc-i386.c (parse_operands): Check for operand overflow
1249 before setting the unspecified bit.
1250
1251 2017-01-18 Maciej W. Rozycki <macro@imgtec.com>
1252
1253 PR gas/20649
1254 * config/tc-mips.c (pic_need_relax): Don't check for linkonce
1255 symbols, remove the `segtype' parameter.
1256 (mips_frob_file, md_estimate_size_before_relax): Adjust
1257 accordingly.
1258 (s_is_linkonce): Add an explanatory comment.
1259 * testsuite/gas/mips/comdat-reloc.d: New test.
1260 * testsuite/gas/mips/comdat-reloc.s: New test source.
1261 * testsuite/gas/mips/mips.exp: Run the new test.
1262
1263 2017-01-18 Szabolcs Nagy <szabolcs.nagy@arm.com>
1264
1265 * testsuite/gas/arm/armv8_3-a-simd.s: Add vcmla tests.
1266 * testsuite/gas/arm/armv8_3-a-simd.d: Update.
1267
1268 2017-01-18 Bernhard Rosenkranzer <bero@lindev.ch>
1269
1270 PR 21059
1271 * config/bfin-lex.l: Support processing with flex 2.6.3.
1272 * itbl-lex.l: Likewise.
1273
1274 2017-01-18 Nathan Sidwell <nathan@acm.org>
1275
1276 * as.h (gas_assert): Use abort.
1277 (as_assert): Remove.
1278 (signal_init): Declare.
1279 * as.c (main): Call signal_init.
1280 * messages.c: #include <signal.h>
1281 (as_assert): Delete.
1282 (as_abort): Allow NULL FILE.
1283 (signal_crash): New.
1284 (signal_init): Register fatal signal handlers.
1285 * configure.ac: Check for strsignal.
1286 * config.in: Rebuilt.
1287 * configure: Rebuilt.
1288
1289 2017-01-17 Nick Clifton <nickc@redhat.com>
1290
1291 * po/sv.po: Updated Swedish translation.
1292
1293 2017-01-12 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
1294
1295 * config/tc-i386.c (cpu_arch): Add .avx512_vpopcntdq.
1296 (cpu_noarch): Add noavx512_vpopcntdq.
1297 * doc/c-i386.texi: Document avx512_vpopcntdq, noavx512_vpopcntdq.
1298 * testsuite/gas/i386/i386.exp: Run AVX512_VPOPCNTDQ tests.
1299 * testsuite/gas/i386/avx512_vpopcntdqd-intel.d: New file.
1300 * testsuite/gas/i386/avx512_vpopcntdqd.d: Ditto.
1301 * testsuite/gas/i386/avx512_vpopcntdqd.s: Ditto.
1302 * testsuite/gas/i386/x86-64-avx512_vpopcntdqd-intel.d: Ditto.
1303 * testsuite/gas/i386/x86-64-avx512_vpopcntdqd.d: Ditto.
1304 * testsuite/gas/i386/x86-64-avx512_vpopcntdqd.s: Ditto.
1305
1306 2017-01-12 Nick Clifton <nickc@redhat.com>
1307
1308 * read.c (temp_ilp): New function. Installs a temporary input
1309 line pointer.
1310 (restore_ilp): New function. Restores the original input line
1311 pointer.
1312 * read.h (temp_ilp): Prototype.
1313 (restore_ilp): Prototype.
1314 * stabs.c (dot_func_p): Use bfd_boolean type.
1315 (generate_asm_file): Use temp_ilp and restore_ilp.
1316 (stabs_generate_asm_lineno): Likewise.
1317 (stabs_generate_asm_endfunc): Likewise.
1318
1319 2017-01-11 Jeremy Soller <jackpot51@gmail.com>
1320
1321 * configure.tgt: Add entry for i386-redox.
1322
1323 2017-01-10 Nick Clifton <nickc@redhat.com>
1324
1325 * po/sv.po: Updated Swedish translation.
1326
1327 2017-01-10 Tristan Gingold <gingold@adacore.com>
1328
1329 * testsuite/gas/all/sleb128-8.d: Adjust test.
1330 * testsuite/gas/all/gas.exp (test_cond): Likewise.
1331
1332 2017-01-10 Tristan Gingold <gingold@adacore.com>
1333
1334 * read.c (emit_leb128_expr): Extended unsigned big number for
1335 sleb128.
1336 * testsuite/gas/all/gas.exp (test_cond): Add sleb128-8 test.
1337 * testsuite/gas/all/sleb128.d: New test.
1338 * testsuite/gas/all/sleb128.s: New test source.
1339
1340 2017-01-09 Andrew Waterman <andrew@sifive.com>
1341
1342 * config/tc-riscv.c (append_insn): Don't eagerly apply relocations
1343 against constants.
1344 (md_apply_fix): Mark relocations against constants as "done."
1345
1346 2017-01-09 Andrew Waterman <andrew@sifive.com>
1347
1348 * config/tc-riscv.c (append_insn): Don't eagerly apply relocations
1349 against constants.
1350 (md_apply_fix): Mark relocations against constants as "done."
1351
1352 2017-01-09 Palmer Dabbelt <palmer@dabbelt.com>
1353 Kito Cheng <kito.cheng@gmail.com>
1354
1355 * emulparams/elf32lriscv-defs.sh (INITIAL_READONLY_SECTIONS):
1356 Removed.
1357 (SDATA_START_SYMBOLS): Likewise.
1358
1359 2017-01-09 Nick Clifton <nickc@redhat.com>
1360
1361 * po/sv.po: New Swedish translation.
1362 * configure.ac (ALL_LINGUAS): Add sv.
1363 * configure: Regenerate.
1364
1365 2017-01-09 Andrew Waterman <andrew@sifive.com>
1366
1367 * config/tc-riscv.c (relaxed_branch_length): Use the long
1368 sequence when the target is a weak symbol.
1369
1370 2017-01-04 Szabolcs Nagy <szabolcs.nagy@arm.com>
1371
1372 * config/tc-aarch64.c (aarch64_features): Add rcpc.
1373 * doc/c-aarch64.texi (AArch64 Extensions): Document rcpc.
1374 * testsuite/gas/aarch64/ldst-exclusive-armv8_3.d: Rename to ...
1375 * testsuite/gas/aarch64/ldst-rcpc.d: This.
1376 * testsuite/gas/aarch64/ldst-exclusive-armv8_3.s: Rename to ...
1377 * testsuite/gas/aarch64/ldst-rcpc.s: This.
1378 * testsuite/gas/aarch64/ldst-rcpc-armv8_2.d: New test.
1379
1380 2017-01-04 Norm Jacobs <norm.jacobs@oracle.com>
1381
1382 PR gas/20992
1383 * configure.tgt: Treat sparcv9 as sparc64.
1384
1385 2017-01-03 Kito Cheng <kito.cheng@gmail.com>
1386
1387 * config/tc-riscv.c (riscv_set_arch): Whitelist the "q" ISA
1388 extension.
1389 (riscv_after_parse_args): Set FLOAT_ABI_QUAD when the Q ISA is
1390 enabled and no other ABI is specified.
1391
1392 2017-01-03 Dimitar Dimitrov <dimitar@dinux.eu>
1393
1394 * config/tc-pru.c (md_number_to_chars): Fix parameter to be
1395 valueT, as declared in tc.h.
1396 (md_apply_fix): Fix to work on 32-bit hosts.
1397
1398 2017-01-02 Alan Modra <amodra@gmail.com>
1399
1400 Update year range in copyright notice of all files.
1401
1402 For older changes see ChangeLog-2016
1403 \f
1404 Copyright (C) 2017 Free Software Foundation, Inc.
1405
1406 Copying and distribution of this file, with or without modification,
1407 are permitted in any medium without royalty provided the copyright
1408 notice and this notice are preserved.
1409
1410 Local Variables:
1411 mode: change-log
1412 left-margin: 8
1413 fill-column: 74
1414 version-control: never
1415 End:
This page took 0.073169 seconds and 4 git commands to generate.