ubsan: z8k: index 10 out of bounds for type 'unsigned int const[10]'
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2020-01-08 Alan Modra <amodra@gmail.com>
2
3 * config/tc-z8k.c (md_begin): Make idx unsigned.
4 (get_specific): Likewise for this_index.
5
6 2020-01-07 Claudiu Zissulescu <claziss@synopsys.com>
7
8 * onfig/tc-arc.c (parse_reloc_symbol): New function.
9 (tokenize_arguments): Clean up, use parse_reloc_symbol function.
10 (md_operand): Set X_md to absent.
11 (arc_parse_name): Check for X_md.
12
13 2020-01-03 Sergey Belyashov <sergey.belyashov@gmail.com>
14
15 PR 25311
16 * as.h (TC_STRING_ESCAPES): Provide a default definition.
17 * app.c (do_scrub_chars): Use TC_STRING_ESCAPES instead of
18 NO_STRING_ESCAPES.
19 * read.c (next_char_of_string): Likewise.
20 * config/tc-ppc.h (TC_STRING_ESCAPES): Define.
21 * config/tc-z80.h (TC_STRING_ESCAPES): Define.
22
23 2020-01-03 Nick Clifton <nickc@redhat.com>
24
25 * po/sv.po: Updated Swedish translation.
26
27 2020-01-03 Jan Beulich <jbeulich@suse.com>
28
29 * testsuite/gas/aarch64/f64mm.s: Scale index of LD1RO{H,W,D}.
30 * testsuite/gas/aarch64/f64mm.d: Adjust expectations.
31
32 2020-01-03 Jan Beulich <jbeulich@suse.com>
33
34 * testsuite/gas/aarch64/i8mm.s: Add 128-bit form tests for
35 by-element usdot. Add 64-bit form tests for by-element sudot.
36 * testsuite/gas/aarch64/i8mm.d: Adjust expectations.
37
38 2020-01-03 Jan Beulich <jbeulich@suse.com>
39
40 * testsuite/gas/aarch64/f64mm.s: Drop 'i' from uzip<n>.
41 * testsuite/gas/aarch64/f64mm.d: Adjust expectations.
42
43 2020-01-03 Jan Beulich <jbeulich@suse.com>
44
45 * testsuite/gas/aarch64/f64mm.d,
46 testsuite/gas/aarch64/sve-movprfx-mm.d: Adjust expectations.
47
48 2020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
49
50 * config/tc-z80.c: Add new architectures: Z180 and eZ80. Add
51 support for assembler code generated by SDCC. Add new relocation
52 types. Add z80-elf target support.
53 * config/tc-z80.h: Add z80-elf target support. Enable dollar local
54 labels. Local labels starts from ".L".
55 * NEWS: Mention the new support.
56 * testsuite/gas/all/fwdexp.d: Fix failure due to symbol conflict.
57 * testsuite/gas/all/fwdexp.s: Likewise.
58 * testsuite/gas/all/cond.l: Likewise.
59 * testsuite/gas/all/cond.s: Likewise.
60 * testsuite/gas/all/fwdexp.d: Likewise.
61 * testsuite/gas/all/fwdexp.s: Likewise.
62 * testsuite/gas/elf/section2.e-mips: Likewise.
63 * testsuite/gas/elf/section2.l: Likewise.
64 * testsuite/gas/elf/section2.s: Likewise.
65 * testsuite/gas/macros/app1.d: Likewise.
66 * testsuite/gas/macros/app1.s: Likewise.
67 * testsuite/gas/macros/app2.d: Likewise.
68 * testsuite/gas/macros/app2.s: Likewise.
69 * testsuite/gas/macros/app3.d: Likewise.
70 * testsuite/gas/macros/app3.s: Likewise.
71 * testsuite/gas/macros/app4.d: Likewise.
72 * testsuite/gas/macros/app4.s: Likewise.
73 * testsuite/gas/macros/app4b.s: Likewise.
74 * testsuite/gas/z80/suffix.d: Fix failure on ELF target.
75 * testsuite/gas/z80/z80.exp: Add new tests
76 * testsuite/gas/z80/dollar.d: New file.
77 * testsuite/gas/z80/dollar.s: New file.
78 * testsuite/gas/z80/ez80_adl_all.d: New file.
79 * testsuite/gas/z80/ez80_adl_all.s: New file.
80 * testsuite/gas/z80/ez80_adl_suf.d: New file.
81 * testsuite/gas/z80/ez80_isuf.s: New file.
82 * testsuite/gas/z80/ez80_z80_all.d: New file.
83 * testsuite/gas/z80/ez80_z80_all.s: New file.
84 * testsuite/gas/z80/ez80_z80_suf.d: New file.
85 * testsuite/gas/z80/r800_extra.d: New file.
86 * testsuite/gas/z80/r800_extra.s: New file.
87 * testsuite/gas/z80/r800_ii8.d: New file.
88 * testsuite/gas/z80/r800_z80_doc.d: New file.
89 * testsuite/gas/z80/z180.d: New file.
90 * testsuite/gas/z80/z180.s: New file.
91 * testsuite/gas/z80/z180_z80_doc.d: New file.
92 * testsuite/gas/z80/z80_doc.d: New file.
93 * testsuite/gas/z80/z80_doc.s: New file.
94 * testsuite/gas/z80/z80_ii8.d: New file.
95 * testsuite/gas/z80/z80_ii8.s: New file.
96 * testsuite/gas/z80/z80_in_f_c.d: New file.
97 * testsuite/gas/z80/z80_in_f_c.s: New file.
98 * testsuite/gas/z80/z80_op_ii_ld.d: New file.
99 * testsuite/gas/z80/z80_op_ii_ld.s: New file.
100 * testsuite/gas/z80/z80_out_c_0.d: New file.
101 * testsuite/gas/z80/z80_out_c_0.s: New file.
102 * testsuite/gas/z80/z80_reloc.d: New file.
103 * testsuite/gas/z80/z80_reloc.s: New file.
104 * testsuite/gas/z80/z80_sli.d: New file.
105 * testsuite/gas/z80/z80_sli.s: New file.
106
107 2020-01-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
108
109 * config/tc-arm.c (parse_reg_list): Use REG_TYPE_RN instead of
110 REGLIST_RN.
111
112 2020-01-01 Alan Modra <amodra@gmail.com>
113
114 Update year range in copyright notice of all files.
115
116 For older changes see ChangeLog-2019
117 \f
118 Copyright (C) 2020 Free Software Foundation, Inc.
119
120 Copying and distribution of this file, with or without modification,
121 are permitted in any medium without royalty provided the copyright
122 notice and this notice are preserved.
123
124 Local Variables:
125 mode: change-log
126 left-margin: 8
127 fill-column: 74
128 version-control: never
129 End:
This page took 0.035098 seconds and 4 git commands to generate.