Fix compile time warnings about comparisons always being false.
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2020-01-03 Sergey Belyashov <sergey.belyashov@gmail.com>
2
3 PR 25224
4 * config/tc-z80.c (emit_ld_m_rr): Use integer types when checking
5 opcode byte values.
6 (emit_ld_r_r): Likewise.
7 (emit_ld_rr_m): Likewise.
8 (emit_ld_rr_nn): Likewise.
9
10 2020-01-09 Jan Beulich <jbeulich@suse.com>
11
12 * config/tc-i386.c (optimize_encoding): Add
13 is_any_vex_encoding() invocations. Drop respective
14 i.tm.extension_opcode == None checks.
15
16 2020-01-09 Jan Beulich <jbeulich@suse.com>
17
18 * config/tc-i386.c (md_assemble): Check RegRex is clear during
19 REX transformations. Correct comment indentation.
20
21 2020-01-09 Jan Beulich <jbeulich@suse.com>
22
23 * config/tc-i386.c (optimize_encoding): Generalize register
24 transformation for TEST optimization.
25
26 2020-01-09 Jan Beulich <jbeulich@suse.com>
27
28 * testsuite/gas/i386/x86-64-sysenter-amd.s,
29 testsuite/gas/i386/x86-64-sysenter-amd.d,
30 testsuite/gas/i386/x86-64-sysenter-amd.l,
31 testsuite/gas/i386/x86-64-sysenter-intel.d,
32 testsuite/gas/i386/x86-64-sysenter-mixed.d: New.
33 * testsuite/gas/i386/i386.exp: Run new tests.
34
35 2020-01-08 Nick Clifton <nickc@redhat.com>
36
37 PR 25284
38 * doc/as.texi (Align): Document the fact that all arguments can be
39 omitted.
40 (Balign): Likewise.
41 (P2align): Likewise.
42
43 2020-01-08 Nick Clifton <nickc@redhat.com>
44
45 PR 14891
46 * config/obj-elf.c (obj_elf_section): Fail if the section name is
47 already defined as a different symbol type.
48 * testsuite/gas/elf/pr14891.s: New test source file.
49 * testsuite/gas/elf/pr14891.d: New test driver.
50 * testsuite/gas/elf/pr14891.s: New test expected error output.
51 * testsuite/gas/elf/elf.exp: Run the new test.
52
53 2020-01-08 Alan Modra <amodra@gmail.com>
54
55 * config/tc-z8k.c (md_begin): Make idx unsigned.
56 (get_specific): Likewise for this_index.
57
58 2020-01-07 Claudiu Zissulescu <claziss@synopsys.com>
59
60 * onfig/tc-arc.c (parse_reloc_symbol): New function.
61 (tokenize_arguments): Clean up, use parse_reloc_symbol function.
62 (md_operand): Set X_md to absent.
63 (arc_parse_name): Check for X_md.
64
65 2020-01-03 Sergey Belyashov <sergey.belyashov@gmail.com>
66
67 PR 25311
68 * as.h (TC_STRING_ESCAPES): Provide a default definition.
69 * app.c (do_scrub_chars): Use TC_STRING_ESCAPES instead of
70 NO_STRING_ESCAPES.
71 * read.c (next_char_of_string): Likewise.
72 * config/tc-ppc.h (TC_STRING_ESCAPES): Define.
73 * config/tc-z80.h (TC_STRING_ESCAPES): Define.
74
75 2020-01-03 Nick Clifton <nickc@redhat.com>
76
77 * po/sv.po: Updated Swedish translation.
78
79 2020-01-03 Jan Beulich <jbeulich@suse.com>
80
81 * testsuite/gas/aarch64/f64mm.s: Scale index of LD1RO{H,W,D}.
82 * testsuite/gas/aarch64/f64mm.d: Adjust expectations.
83
84 2020-01-03 Jan Beulich <jbeulich@suse.com>
85
86 * testsuite/gas/aarch64/i8mm.s: Add 128-bit form tests for
87 by-element usdot. Add 64-bit form tests for by-element sudot.
88 * testsuite/gas/aarch64/i8mm.d: Adjust expectations.
89
90 2020-01-03 Jan Beulich <jbeulich@suse.com>
91
92 * testsuite/gas/aarch64/f64mm.s: Drop 'i' from uzip<n>.
93 * testsuite/gas/aarch64/f64mm.d: Adjust expectations.
94
95 2020-01-03 Jan Beulich <jbeulich@suse.com>
96
97 * testsuite/gas/aarch64/f64mm.d,
98 testsuite/gas/aarch64/sve-movprfx-mm.d: Adjust expectations.
99
100 2020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
101
102 * config/tc-z80.c: Add new architectures: Z180 and eZ80. Add
103 support for assembler code generated by SDCC. Add new relocation
104 types. Add z80-elf target support.
105 * config/tc-z80.h: Add z80-elf target support. Enable dollar local
106 labels. Local labels starts from ".L".
107 * NEWS: Mention the new support.
108 * testsuite/gas/all/fwdexp.d: Fix failure due to symbol conflict.
109 * testsuite/gas/all/fwdexp.s: Likewise.
110 * testsuite/gas/all/cond.l: Likewise.
111 * testsuite/gas/all/cond.s: Likewise.
112 * testsuite/gas/all/fwdexp.d: Likewise.
113 * testsuite/gas/all/fwdexp.s: Likewise.
114 * testsuite/gas/elf/section2.e-mips: Likewise.
115 * testsuite/gas/elf/section2.l: Likewise.
116 * testsuite/gas/elf/section2.s: Likewise.
117 * testsuite/gas/macros/app1.d: Likewise.
118 * testsuite/gas/macros/app1.s: Likewise.
119 * testsuite/gas/macros/app2.d: Likewise.
120 * testsuite/gas/macros/app2.s: Likewise.
121 * testsuite/gas/macros/app3.d: Likewise.
122 * testsuite/gas/macros/app3.s: Likewise.
123 * testsuite/gas/macros/app4.d: Likewise.
124 * testsuite/gas/macros/app4.s: Likewise.
125 * testsuite/gas/macros/app4b.s: Likewise.
126 * testsuite/gas/z80/suffix.d: Fix failure on ELF target.
127 * testsuite/gas/z80/z80.exp: Add new tests
128 * testsuite/gas/z80/dollar.d: New file.
129 * testsuite/gas/z80/dollar.s: New file.
130 * testsuite/gas/z80/ez80_adl_all.d: New file.
131 * testsuite/gas/z80/ez80_adl_all.s: New file.
132 * testsuite/gas/z80/ez80_adl_suf.d: New file.
133 * testsuite/gas/z80/ez80_isuf.s: New file.
134 * testsuite/gas/z80/ez80_z80_all.d: New file.
135 * testsuite/gas/z80/ez80_z80_all.s: New file.
136 * testsuite/gas/z80/ez80_z80_suf.d: New file.
137 * testsuite/gas/z80/r800_extra.d: New file.
138 * testsuite/gas/z80/r800_extra.s: New file.
139 * testsuite/gas/z80/r800_ii8.d: New file.
140 * testsuite/gas/z80/r800_z80_doc.d: New file.
141 * testsuite/gas/z80/z180.d: New file.
142 * testsuite/gas/z80/z180.s: New file.
143 * testsuite/gas/z80/z180_z80_doc.d: New file.
144 * testsuite/gas/z80/z80_doc.d: New file.
145 * testsuite/gas/z80/z80_doc.s: New file.
146 * testsuite/gas/z80/z80_ii8.d: New file.
147 * testsuite/gas/z80/z80_ii8.s: New file.
148 * testsuite/gas/z80/z80_in_f_c.d: New file.
149 * testsuite/gas/z80/z80_in_f_c.s: New file.
150 * testsuite/gas/z80/z80_op_ii_ld.d: New file.
151 * testsuite/gas/z80/z80_op_ii_ld.s: New file.
152 * testsuite/gas/z80/z80_out_c_0.d: New file.
153 * testsuite/gas/z80/z80_out_c_0.s: New file.
154 * testsuite/gas/z80/z80_reloc.d: New file.
155 * testsuite/gas/z80/z80_reloc.s: New file.
156 * testsuite/gas/z80/z80_sli.d: New file.
157 * testsuite/gas/z80/z80_sli.s: New file.
158
159 2020-01-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
160
161 * config/tc-arm.c (parse_reg_list): Use REG_TYPE_RN instead of
162 REGLIST_RN.
163
164 2020-01-01 Alan Modra <amodra@gmail.com>
165
166 Update year range in copyright notice of all files.
167
168 For older changes see ChangeLog-2019
169 \f
170 Copyright (C) 2020 Free Software Foundation, Inc.
171
172 Copying and distribution of this file, with or without modification,
173 are permitted in any medium without royalty provided the copyright
174 notice and this notice are preserved.
175
176 Local Variables:
177 mode: change-log
178 left-margin: 8
179 fill-column: 74
180 version-control: never
181 End:
This page took 0.032567 seconds and 4 git commands to generate.