demand_copy_C_string NUL check
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
70433886
AM
12021-02-16 Alan Modra <amodra@gmail.com>
2
3 * read.c (demand_copy_C_string): Really check for embedded zeros.
4
ba2b480f
AK
52021-02-15 Andreas Krebbel <krebbel@linux.ibm.com>
6
7 * config/tc-s390.c (s390_parse_cpu): New entry for arch14.
8 * doc/c-s390.texi: Document arch14 march option.
9 * testsuite/gas/s390/s390.exp: Run the arch14 related tests.
10 * testsuite/gas/s390/zarch-arch14.d: New test.
11 * testsuite/gas/s390/zarch-arch14.s: New test.
12
c46b7066
NC
132021-02-12 Nick Clifton <nickc@redhat.com>
14
15 * testsuite/gas/mach-o/sections-1.d: Stop automatic debug link
16 following.
17 * testsuite/gas/xgate/insns-dwarf2.d: Likewise.
18
3c1d4101
AM
192021-02-12 Alan Modra <amodra@gmail.com>
20
21 * testsuite/gas/all/pr27381.err: Don't match source file name.
22 * testsuite/gas/all/pr27381.s: Don't start directive in first column.
23 * testsuite/gas/all/pr27384.err: Don't match source file name.
24 Adjust line number.
25 * testsuite/gas/all/pr27384.s: Add ".text" directive.
26 * testsuite/gas/elf/pr27355.err: Don't match source file name.
27
933feaf3
AM
282021-02-11 Alan Modra <amodra@gmail.com>
29
30 * NEWS: Mention arm-symbianelf removal.
31
01e8b831
NC
322021-02-10 Nick Clifton <nickc@redhat.com>
33
34 * listing.c (buffer_line): Remove debugging code accidentally
35 included with the fix for PR 27384.
36
284beb43
NC
372021-02-09 Nick Clifton <nickc@redhat.com>
38
39 PR 27381
40 * read.c (s_incbin): Check that the file to be included is a
41 regular, non-directory file.
42 * testsuite/gas/all/pr27381.s: New test source file.
43 * testsuite/gas/all/pr27381.d: New test control file.
44 * testsuite/gas/all/pr27381.err: Expected error output for the new test.
45 * testsuite/gas/all/gas.exp: Run the new test.
46
a57d1773
AM
472021-02-09 Alan Modra <amodra@gmail.com>
48
49 * Makefile.am (TARG_ENV_HFILES): Remove config/te-symbian.h.
50 * config/tc-arm.c (elf32_arm_target_format): Remove TE_SYMBIAN
51 support.
52 * config/te-symbian.h: Delete.
53 * configure.tgt: Remove arm-*-symbianelf*.
54 * testsuite/gas/arm/arch4t-eabi.d: Don't mention symbianelf in
55 target selection.
56 * testsuite/gas/arm/arch4t.d: Likewise.
57 * testsuite/gas/arm/got_prel.d: Likewise.
58 * testsuite/gas/arm/mapdir.d: Likewise.
59 * testsuite/gas/arm/mapmisc.d: Likewise.
60 * testsuite/gas/arm/mapsecs.d: Likewise.
61 * testsuite/gas/arm/mapshort-eabi.d: Likewise.
62 * testsuite/gas/arm/thumb-eabi.d: Likewise.
63 * testsuite/gas/arm/thumb.d: Likewise.
64 * testsuite/gas/arm/thumbrel.d: Likewise.
65 * Makefile.in: Regenerate.
66 * po/POTFILES.in: Regenerate.
67
4a68fcd7
NC
682021-02-09 Nick Clifton <nickc@redhat.com>
69
70 PR 27384
71 * listing.c (listing_psize): Check the result of the width
72 expression before assigning it to paper_width.
73 * testsuite/gas/all/pr27384.s: New test source file.
74 * testsuite/gas/all/pr27384.d: New test control file.
75 * testsuite/gas/all/pr27384.err: Expected errors from new test.
76 * testsuite/gas/all/gas.exp: Run the new test.
77
52563b0f
NC
782021-02-09 Nick Clifton <nickc@redhat.com>
79
80 PR 27355
81 * testsuite/gas/elf/pr27355.s: New test source file.
82 * testsuite/gas/elf/pr27355.d: New test control file.
83 * testsuite/gas/elf/pr27355.err: Expected errors from new test.
84 * testsuite/gas/elf/elf.exp: Run the new test.
85
bfd428bc
MF
862021-02-08 Mike Frysinger <vapier@gentoo.org>
87
88 * config/tc-tic54x (tic54x_mmregs): Rename to ...
89 (tic54x_register_mmregs): ... this. Change mmregs to tic54x_mmregs.
90 (md_pseudo_table): Change tic54x_mmregs to tic54x_register_mmregs.
91 (md_begin): Add tic54x_ prefix to regs, mmregs, condition_codes,
92 cc2_codes, cc3_codes, status_bits, and misc_symbols.
93
80b652ef
NC
942021-02-08 Nick Clifton <nickc@redhat.com>
95
96 PR 27355
97 * dwarf2dbg.c (allocate_filename_to_slot): Allocate the dirs array
98 if it has not already been created.
99
24075dcc
NC
1002021-02-04 Nelson Chu <nelson.chu@sifive.com>
101
102 * config/tc-riscv.c (riscv_multi_subset_supports): Removed
103 INSN_CLASS_ZB*.
104 * testsuite/gas/riscv/bitmanip-insns-32.d: Removed.
105 * testsuite/gas/riscv/bitmanip-insns-64.d: Removed.
106 * testsuite/gas/riscv/bitmanip-insns.s: Removed.
107
61ecbbae
AK
1082021-02-03 Andreas Krebbel <krebbel@linux.ibm.com>
109
110 * doc/c-s390.texi: Document vector instruction formats.
111
1f568f9a
EH
1122021-02-01 Emery Hemingway <ehmry@posteo.net>
113
114 * configure.tgt: Add *-*-genode* as a target for AArch64 and x86.
115
7bba67ec
AM
1162021-02-01 Alan Modra <amodra@gmail.com>
117
118 PR 27283
119 * config/tc-alpha.c (insert_operand): Delete dead code.
120
1f583bc2
L
1212021-01-26 H.J. Lu <hongjiu.lu@intel.com>
122
123 PR gas/27243
124 * config/tc-nios2.c (md_begin): Don't disable relaxation with
125 --gdwarf-N.
126 * testsuite/gas/nios2/relax.d: New file.
127 * testsuite/gas/nios2/relax.s: Likewise.
128
a45ef9a3
AM
1292021-01-26 Alan Modra <amodra@gmail.com>
130
131 * testsuite/gas/all/local-label-overflow.d: Use xfail rather than
132 notarget all except hppa. Comment.
133 * testsuite/gas/all/sleb128-2.d: Use xfail rather than notarget.
134 * testsuite/gas/all/sleb128-4.d: Likewise. Don't skip msp430.
135 * testsuite/gas/all/sleb128-5.d: Use xfail rather than notarget.
136 * testsuite/gas/all/sleb128-7.d: Likewise.
137 * testsuite/gas/all/sleb128-9.d: Likewise.
138 * testsuite/gas/elf/bignums.d: Likewise.
139 * testsuite/gas/elf/group0c.d: Likewise.
140 * testsuite/gas/elf/group1a.d: Likewise.
141 * testsuite/gas/elf/section-symbol-redef.d: Likewise.
142 * testsuite/gas/elf/section15.d: Likewise.
143 * testsuite/gas/elf/section4.d: Likewise.
144 * testsuite/gas/elf/section7.d: Likewise.
145 * testsuite/gas/macros/irp.d: Likewise.
146 * testsuite/gas/macros/repeat.d: Likewise.
147 * testsuite/gas/macros/rept.d: Likewise.
148 * testsuite/gas/macros/test2.d: Likewise.
149 * testsuite/gas/macros/vararg.d: Likewise.
150 * testsuite/gas/all/string.d: Use xfail rather than skip.
151 * testsuite/gas/elf/missing-build-notes.d: Likewise.
152 * testsuite/gas/elf/section0.d: Likewise.
153 * testsuite/gas/elf/section1.d: Likewise.
154 * testsuite/gas/elf/section10.d: Likewise.
155 * testsuite/gas/elf/section11.d: Likewise.
156 * testsuite/gas/elf/section6.d: Likewise.
157 * testsuite/gas/elf/symtab.d: Use xfail rather than skip, adjust hppa.
158 * testsuite/gas/elf/symtab.s: Don't start directives in first column.
159 * testsuite/gas/macros/test3.d: Don't notarget nds32.
160
9886ff03
AM
1612021-01-26 Alan Modra <amodra@gmail.com>
162
163 * testsuite/gas/all/byte.d,
164 * testsuite/gas/all/byte.l,
165 * testsuite/gas/all/byte.s: Delete.
166 * testsuite/gas/all/gas.exp: Don't run byte test.
167
4287950e
AM
1682021-01-26 Alan Modra <amodra@gmail.com>
169
170 PR 27282
171 * testsuite/gas/all/none.d: Replace skip with xfail, don't xfail ft32.
172 * testsuite/gas/elf/pr27228.d: xfail hppa and allow OBJECT match.
173
eea133e6
L
1742021-01-24 H.J. Lu <hongjiu.lu@intel.com>
175
176 PR gas/27228
177 * testsuite/gas/elf/elf.exp: Run pr27228.
178 * testsuite/gas/elf/pr27228.d: New file.
179 * testsuite/gas/elf/pr27228.s: Likewise.
180
68fcee4f
AM
1812021-01-24 Alan Modra <amodra@gmail.com>
182
183 PR 27228
184 * write.c (resolve_reloc_expr_symbols): Don't assume local symbol
185 is defined.
186
be07043e
AM
1872021-01-21 Alan Modra <amodra@gmail.com>
188
189 PR 27221
190 * dwarf2dbg.c (dwarf2_gen_line_info_1): Don't warn about ignored
191 line number info when gas is generating it.
192 * testsuite/gas/elf/dwarf2-20.d: Adjust to not expect warnings.
193 * testsuite/gas/m68hc11/indexed12.d: Likewise.
194 * testsuite/gas/elf/elf.exp: Don't run warn-2.
195 * gas/testsuite/gas/elf/warn-2.s: Delete.
196
498ff032
AM
1972021-01-21 Alan Modra <amodra@gmail.com>
198
199 PR 27218
200 * dwarf2dbg.c (dwarf2_gen_line_info): Correct setting of dwarf_level.
201 (dwarf2_directive_filename, dwarf2_directive_loc): Likewise, and
202 error for negative file numbers.
203
4bd7c902
AM
2042021-01-20 Alan Modra <amodra@gmail.com>
205
206 * testsuite/gas/ppc/power4.d: Adjust for removal of section sym.
207 * testsuite/gas/ppc/test1elf32.d: Likewise.
208 * testsuite/gas/ppc/test1elf64.d: Likewise.
209
705989f1
L
2102021-01-18 H.J. Lu <hongjiu.lu@intel.com>
211
212 PR gas/27195
213 * dwarf2dbg.c (dwarf2_gen_line_info): Set dwarf_level to 5 if
214 needed.
215 (dwarf2_directive_filename): Likewise.
216 (dwarf2_directive_loc): Likewise.
217 * testsuite/gas/elf/dwarf-5-file0.d: Pass --gdwarf-3.
218 * testsuite/gas/lns/lns-diag-1.l: Remove the
219 "Error: file number less than one" errors.
220
44365e88
AM
2212021-01-18 Alan Modra <amodra@gmail.com>
222
223 PR 27198
224 * config/tc-i386.c (need_plt32_p): Return FALSE for NULL symbol.
225 * testsuite/gas/i386/pr27198.d,
226 * gas/testsuite/gas/i386/pr27198.err,
227 * gas/testsuite/gas/i386/pr27198.s: New test.
228 * gas/testsuite/gas/i386/i386.exp: Run it.
229
1942a048
NC
2302021-01-15 Nelson Chu <nelson.chu@sifive.com>
231
232 * config/tc-riscv.c: Indent and GNU coding standards tidy,
233 also aligned the code.
234 * config/tc-riscv.h: Likewise.
235
b800637e
NC
2362021-01-15 Nelson Chu <nelson.chu@sifive.com>
237
238 * config/tc-riscv.c: Error and warning messages tidy.
239 * testsuite/gas/riscv/priv-reg-fail-fext.l: Updated.
240 * testsuite/gas/riscv/priv-reg-fail-read-only-01.l: Likewise.
241 * testsuite/gas/riscv/priv-reg-fail-read-only-02.l: Likewise.
242 * testsuite/gas/riscv/priv-reg-fail-rv32-only.l: Likewise.
243 * testsuite/gas/riscv/priv-reg-fail-version-1p10.l: Likewise.
244 * testsuite/gas/riscv/priv-reg-fail-version-1p11.l: Likewise.
245 * testsuite/gas/riscv/priv-reg-fail-version-1p9p1.l: Likewise.
246
dcd709e0
NC
2472021-01-15 Nelson Chu <nelson.chu@sifive.com>
248
249 * config/tc-riscv.c: Comments tidy and improvement. Also update
250 comment "fallthru" to "Fall through" that end with a period and
251 two spaces.
252
5fda40b2
MF
2532021-01-14 Mike Frysinger <vapier@gentoo.org>
254
255 * doc/as.texi: Delete @ifset ELF wrapping around [248]byte entries.
256 Delete warning that these are only available with ELF targets.
257 * obj-elf.c (elf_pseudo_table): Move 2byte/4byte/8byte entries ...
258 * read.c (potable): ... here.
259
abad2815
MF
2602021-01-14 Mike Frysinger <vapier@gentoo.org>
261
262 * Makefile.am (bfin-lex-wrapper.@OBJEXT@): Delete $(NO_WERROR).
263 * Makefile.in: Regenerated.
264
adb0bd8f
MF
2652021-01-14 Mike Frysinger <vapier@gentoo.org>
266
267 * bfin-lex.l (YY_NO_INPUT, YY_NO_UNPUT): Define.
268 (parse_int): Mark char_bag const.
269
844bf810
L
2702021-01-13 H.J. Lu <hongjiu.lu@intel.com>
271
272 PR gas/27178
273 * config/tc-i386.c (lex_got::gotrel): Add need_GOT_symbol.
274 Don't generate GOT_symbol for PLT relocations.
275 * testsuite/gas/i386/i386.exp: Run PR gas/27178 tests.
276 * testsuite/gas/i386/no-got.d: New file.
277 * testsuite/gas/i386/no-got.s: Likewise.
278 * testsuite/gas/i386/x86-64-no-got.d: Likewise.
279 * testsuite/gas/i386/x86-64-no-got.s: Likewise.
280
5347ed60
AM
2812021-01-13 Alan Modra <amodra@gmail.com>
282
283 * Makefile.in: Regenerate.
284 * Makefile.in: Regenerate.
285
d546b610
L
2862021-01-12 H.J. Lu <hongjiu.lu@intel.com>
287
288 PR binutils/26792
289 * configure.ac: Use GNU_MAKE_JOBSERVER.
290 * aclocal.m4: Regenerated.
291 * configure: Likewise.
292
6d104cac
NC
2932021-01-12 Nick Clifton <nickc@redhat.com>
294
295 * po/fr.po: Updated French translation.
296
83b33c6c
L
2972021-01-11 H.J. Lu <hongjiu.lu@intel.com>
298
299 PR ld/27173
300 * configure: Regenerated.
301
82c70b08
KT
3022021-10-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
303
304 * NEWS: Remove CSRE.
305 * config/tc-aarch64.c (parse_csr_operand): Delete.
306 (parse_operands): Delete handling of
307 AARCH64_OPND_CSRE_CSR.
308 (aarch64_features): Remove csre.
309 * doc/c-aarch64.texi: Remove CSRE.
310 * testsuite/gas/aarch64/csre.d: Delete.
311 * testsuite/gas/aarch64/csre-invalid.s: Likewise.
312 * testsuite/gas/aarch64/csre-invalid.d: Likewise.
313 * testsuite/gas/aarch64/csre_csr.s: Likewise.
314 * testsuite/gas/aarch64/csre_csr.d: Likewise.
315 * testsuite/gas/aarch64/csre_csr-invalid.s: Likewise.
316 * testsuite/gas/aarch64/csre_csr-invalid.l: Likewise.
317 * testsuite/gas/aarch64/csre_csr-invalid.d: Likewise.
318
a8aa72b9
NC
3192021-01-11 Nick Clifton <nickc@redhat.com>
320
321 * po/uk.po: Updated Ukranian translation.
322
a4966cd9
L
3232021-01-09 H.J. Lu <hongjiu.lu@intel.com>
324
325 * configure: Regenerated.
326
573fe3fb
NC
3272021-01-09 Nick Clifton <nickc@redhat.com>
328
329 * configure: Regenerate.
330 * po/gas.pot: Regenerate.
331
055bc77a
NC
3322021-01-09 Nick Clifton <nickc@redhat.com>
333
334 * 2.36 release branch crated.
335
aae7fcb8
PB
3362021-01-08 Peter Bergner <bergner@linux.ibm.com>
337
338 * testsuite/gas/ppc/rop-checks.d,
339 * testsuite/gas/ppc/rop-checks.l,
340 * testsuite/gas/ppc/rop-checks.s,
341 * testsuite/gas/ppc/rop.d,
342 * testsuite/gas/ppc/rop.s: New tests.
343 * testsuite/gas/ppc/ppc.exp: Run them.
344
64307045
AM
3452021-01-09 Alan Modra <amodra@gmail.com>
346
347 * configure: Regenerate.
348
f4782128
ST
3492021-01-07 Samuel Thibault <samuel.thibault@gnu.org>
350
351 * configure: Regenerate.
352
d1bcae83
L
3532021-01-07 H.J. Lu <hongjiu.lu@intel.com>
354
355 PR 27109
356 * read.c (s_reloc): Call symbol_mark_used_in_reloc on the
357 section symbol.
358 * subsegs.c (subseg_set_rest): Set BSF_SECTION_SYM_USED if needed.
359 * write.c (adjust_reloc_syms): Call symbol_mark_used_in_reloc
360 on the section symbol.
361 (set_symtab): Don't generate unused section symbols.
362 (maybe_generate_build_notes): Call symbol_mark_used_in_reloc
363 on the section symbol.
364 * config/obj-elf.c (elf_adjust_symtab): Call
365 symbol_mark_used_in_reloc on the group signature symbol.
366 * testsuite/gas/cfi/cfi-label.d: Remove unused section symbols
367 from expected output.
368 * testsuite/gas/elf/elf.exp (run_elf_list_test): Check
369 is_elf_unused_section_symbols.
370 * testsuite/gas/elf/section2.e: Updated.
371 * testsuite/gas/elf/section2.e-unused: New file.
372 * testsuite/gas/elf/symver.d: Remove unused section symbols.
373 * testsuite/gas/i386/ilp32/elf/symver.d: Likewise.
374 * testsuite/gas/i386/ilp32/x86-64-size-1.d: Likewise.
375 * testsuite/gas/i386/ilp32/x86-64-size-3.d: Likewise.
376 * testsuite/gas/i386/ilp32/x86-64-size-5.d: Likewise.
377 * testsuite/gas/i386/ilp32/x86-64-unwind.d: Likewise.
378 * testsuite/gas/i386/size-1.d: Likewise.
379 * testsuite/gas/i386/size-3.d: Likewise.
380 * testsuite/gas/i386/svr4.d: Likewise.
381 * testsuite/gas/i386/x86-64-size-1.d: Likewise.
382 * testsuite/gas/i386/x86-64-size-3.d: Likewise.
383 * testsuite/gas/i386/x86-64-size-5.d: Likewise.
384 * testsuite/gas/i386/x86-64-unwind.d: Likewise.
385
aa881ecd
PT
3862021-01-07 Philipp Tomsich <prt@gnu.org>
387
388 * config/tc-riscv.c (riscv_multi_subset_supports): Added
389 INSN_CLASS_ZIHINTPAUSE.
390 * testsuite/gas/riscv/pause.d: New testcase. Adding coverage for
391 the pause hint instruction.
392 * testsuite/gas/riscv/pause.s: Likewise.
393
2652cfad
CXW
3942021-01-07 Claire Xenia Wolf <claire@symbioticeda.com>
395 Jim Wilson <jimw@sifive.com>
396 Andrew Waterman <andrew@sifive.com>
397 Maxim Blinov <maxim.blinov@embecosm.com>
398 Kito Cheng <kito.cheng@sifive.com>
399 Nelson Chu <nelson.chu@sifive.com>
400
401 * config/tc-riscv.c (riscv_multi_subset_supports): Handle INSN_CLASS_ZB*.
402 (riscv_get_default_ext_version): Do not check the default_isa_spec when
403 the version defined in the riscv_opcodes table is ISA_SPEC_CLASS_DRAFT.
404 * testsuite/gas/riscv/bitmanip-insns-32.d: New testcase.
405 * testsuite/gas/riscv/bitmanip-insns-64.d: Likewise.
406 * testsuite/gas/riscv/bitmanip-insns.s: Likewise.
407
85f55c2b
AM
4082021-01-06 Alan Modra <amodra@gmail.com>
409
410 * testsuite/gas/sparc/sparc.exp: Move 64-bit tests inside gas_64_check.
411
22206e84
AM
4122021-01-06 Alan Modra <amodra@gmail.com>
413
414 * testsuite/gas/macros/app1.d: xfail tic30.
415 * testsuite/gas/macros/app2.d: Likewise.
416 * testsuite/gas/macros/app3.d: Likewise.
417 * testsuite/gas/macros/app4.d: Likewise.
418
286d2f2c
MC
4192021-01-06 Marcus Comstedt <marcus@mc.pp.se>
420
421 * doc/as.texi: Add -mlittle-endian and -mbig-endian to docs.
422 * doc/c-riscv.texi: Likewise.
423
f36ce378
MC
4242021-01-06 Marcus Comstedt <marcus@mc.pp.se>
425
426 * testsuite/gas/riscv/li32.d: Accept bigriscv in addition
427 to littleriscv.
428 * testsuite/gas/riscv/li64.d: Likewise.
429 * testsuite/gas/riscv/lla32.d: Likewise.
430 * testsuite/gas/riscv/lla64.d: Likewise.
431 * testsuite/gas/riscv/march-ok-g2.d: Likewise.
432 * testsuite/gas/riscv/march-ok-g2_p1.d: Likewise.
433 * testsuite/gas/riscv/march-ok-g2p0.d: Likewise.
434 * testsuite/gas/riscv/march-ok-i2p0.d: Likewise.
435 * testsuite/gas/riscv/march-ok-i2p0m2_a2f2.d: Likewise.
436 * testsuite/gas/riscv/march-ok-nse-with-version.d: Likewise.
437 * testsuite/gas/riscv/march-ok-two-nse.d: Likewise.
438
fbc09e7a
MC
4392021-01-06 Marcus Comstedt <marcus@mc.pp.se>
440
441 * config/tc-riscv.c (riscv_target_format): Add elf64-bigriscv and
442 elf32-bigriscv.
443 (install_insn): Always write instructions as little endian.
444 (riscv_make_nops): Likewise.
445 (md_convert_frag_branch): Likewise.
446 (md_number_to_chars): Write data in target endianness.
447 (options, md_longopts): Add -mbig-endian and -mlittle-endian options.
448 (md_parse_option): Handle the endian options.
449 * config/tc-riscv.h: Only define TARGET_BYTES_BIG_ENDIAN if not
450 already defined.
451 * configure.tgt: Added riscv64be*, riscv32be*, riscvbe*.
452
cd6d537c
L
4532021-01-04 H.J. Lu <hongjiu.lu@intel.com>
454
455 PR ld/26256
456 * config/obj-elf.c (obj_elf_change_section): Also filter out
457 SHF_LINK_ORDER.
458
dd933805
AM
4592021-01-04 Alan Modra <amodra@gmail.com>
460
461 PR 27102
462 * symbols.c (S_SET_EXTERNAL): Revise section symbol warning
463 message and register symbol error message.
464
90320e40
AM
4652021-01-04 Alan Modra <amodra@gmail.com>
466
467 PR 27101
468 * read.c (s_align): Use a large enough type for "align" to hold
469 the result of get_absolute_expression.
470
f9a6a8f0
AM
4712021-01-01 Nicolas Boulenguez <nicolas@debian.org>
472
473 * config/tc-i386.c: Correct comment spelling.
474 * config/tc-riscv.c: Likewise.
475 * config/tc-s390.c: Correct comment grammar.
476 * doc/c-i386.texi: Correct spelling.
477 * doc/c-s390.texi: Correct grammar.
478
250d07de
AM
4792021-01-01 Alan Modra <amodra@gmail.com>
480
481 Update year range in copyright notice of all files.
482
64d05a43
HPN
4832021-01-01 Hans-Peter Nilsson <hp@bitrange.com>
484
485 * config/tc-mmix.h (md_single_noop_insn): Change to "swym 0".
486
c2795844 487For older changes see ChangeLog-2020
3499769a 488\f
c2795844 489Copyright (C) 2021 Free Software Foundation, Inc.
3499769a
AM
490
491Copying and distribution of this file, with or without modification,
492are permitted in any medium without royalty provided the copyright
493notice and this notice are preserved.
494
495Local Variables:
496mode: change-log
497left-margin: 8
498fill-column: 74
499version-control: never
500End:
This page took 0.336453 seconds and 4 git commands to generate.