]>
Commit | Line | Data |
---|---|---|
d835a58b JB |
1 | 2020-01-09 Jan Beulich <[email protected]> |
2 | ||
3 | * testsuite/gas/i386/x86-64-sysenter-amd.s, | |
4 | testsuite/gas/i386/x86-64-sysenter-amd.d, | |
5 | testsuite/gas/i386/x86-64-sysenter-amd.l, | |
6 | testsuite/gas/i386/x86-64-sysenter-intel.d, | |
7 | testsuite/gas/i386/x86-64-sysenter-mixed.d: New. | |
8 | * testsuite/gas/i386/i386.exp: Run new tests. | |
9 | ||
915808f6 NC |
10 | 2020-01-08 Nick Clifton <[email protected]> |
11 | ||
12 | PR 25284 | |
13 | * doc/as.texi (Align): Document the fact that all arguments can be | |
14 | omitted. | |
15 | (Balign): Likewise. | |
16 | (P2align): Likewise. | |
17 | ||
f1f28025 NC |
18 | 2020-01-08 Nick Clifton <[email protected]> |
19 | ||
20 | PR 14891 | |
21 | * config/obj-elf.c (obj_elf_section): Fail if the section name is | |
22 | already defined as a different symbol type. | |
23 | * testsuite/gas/elf/pr14891.s: New test source file. | |
24 | * testsuite/gas/elf/pr14891.d: New test driver. | |
25 | * testsuite/gas/elf/pr14891.s: New test expected error output. | |
26 | * testsuite/gas/elf/elf.exp: Run the new test. | |
27 | ||
030a2e78 AM |
28 | 2020-01-08 Alan Modra <[email protected]> |
29 | ||
30 | * config/tc-z8k.c (md_begin): Make idx unsigned. | |
31 | (get_specific): Likewise for this_index. | |
32 | ||
2a1ebfb2 CZ |
33 | 2020-01-07 Claudiu Zissulescu <[email protected]> |
34 | ||
35 | * onfig/tc-arc.c (parse_reloc_symbol): New function. | |
36 | (tokenize_arguments): Clean up, use parse_reloc_symbol function. | |
37 | (md_operand): Set X_md to absent. | |
38 | (arc_parse_name): Check for X_md. | |
39 | ||
16d87673 SB |
40 | 2020-01-03 Sergey Belyashov <[email protected]> |
41 | ||
42 | PR 25311 | |
43 | * as.h (TC_STRING_ESCAPES): Provide a default definition. | |
44 | * app.c (do_scrub_chars): Use TC_STRING_ESCAPES instead of | |
45 | NO_STRING_ESCAPES. | |
46 | * read.c (next_char_of_string): Likewise. | |
47 | * config/tc-ppc.h (TC_STRING_ESCAPES): Define. | |
48 | * config/tc-z80.h (TC_STRING_ESCAPES): Define. | |
49 | ||
a2322019 NC |
50 | 2020-01-03 Nick Clifton <[email protected]> |
51 | ||
52 | * po/sv.po: Updated Swedish translation. | |
53 | ||
5437a02a JB |
54 | 2020-01-03 Jan Beulich <[email protected]> |
55 | ||
56 | * testsuite/gas/aarch64/f64mm.s: Scale index of LD1RO{H,W,D}. | |
57 | * testsuite/gas/aarch64/f64mm.d: Adjust expectations. | |
58 | ||
567dfba2 JB |
59 | 2020-01-03 Jan Beulich <[email protected]> |
60 | ||
61 | * testsuite/gas/aarch64/i8mm.s: Add 128-bit form tests for | |
62 | by-element usdot. Add 64-bit form tests for by-element sudot. | |
63 | * testsuite/gas/aarch64/i8mm.d: Adjust expectations. | |
64 | ||
8c45011a JB |
65 | 2020-01-03 Jan Beulich <[email protected]> |
66 | ||
67 | * testsuite/gas/aarch64/f64mm.s: Drop 'i' from uzip<n>. | |
68 | * testsuite/gas/aarch64/f64mm.d: Adjust expectations. | |
69 | ||
f4950f76 JB |
70 | 2020-01-03 Jan Beulich <[email protected]> |
71 | ||
72 | * testsuite/gas/aarch64/f64mm.d, | |
73 | testsuite/gas/aarch64/sve-movprfx-mm.d: Adjust expectations. | |
74 | ||
6655dba2 SB |
75 | 2020-01-02 Sergey Belyashov <[email protected]> |
76 | ||
77 | * config/tc-z80.c: Add new architectures: Z180 and eZ80. Add | |
78 | support for assembler code generated by SDCC. Add new relocation | |
79 | types. Add z80-elf target support. | |
80 | * config/tc-z80.h: Add z80-elf target support. Enable dollar local | |
81 | labels. Local labels starts from ".L". | |
82 | * NEWS: Mention the new support. | |
83 | * testsuite/gas/all/fwdexp.d: Fix failure due to symbol conflict. | |
84 | * testsuite/gas/all/fwdexp.s: Likewise. | |
85 | * testsuite/gas/all/cond.l: Likewise. | |
86 | * testsuite/gas/all/cond.s: Likewise. | |
87 | * testsuite/gas/all/fwdexp.d: Likewise. | |
88 | * testsuite/gas/all/fwdexp.s: Likewise. | |
89 | * testsuite/gas/elf/section2.e-mips: Likewise. | |
90 | * testsuite/gas/elf/section2.l: Likewise. | |
91 | * testsuite/gas/elf/section2.s: Likewise. | |
92 | * testsuite/gas/macros/app1.d: Likewise. | |
93 | * testsuite/gas/macros/app1.s: Likewise. | |
94 | * testsuite/gas/macros/app2.d: Likewise. | |
95 | * testsuite/gas/macros/app2.s: Likewise. | |
96 | * testsuite/gas/macros/app3.d: Likewise. | |
97 | * testsuite/gas/macros/app3.s: Likewise. | |
98 | * testsuite/gas/macros/app4.d: Likewise. | |
99 | * testsuite/gas/macros/app4.s: Likewise. | |
100 | * testsuite/gas/macros/app4b.s: Likewise. | |
101 | * testsuite/gas/z80/suffix.d: Fix failure on ELF target. | |
102 | * testsuite/gas/z80/z80.exp: Add new tests | |
103 | * testsuite/gas/z80/dollar.d: New file. | |
104 | * testsuite/gas/z80/dollar.s: New file. | |
105 | * testsuite/gas/z80/ez80_adl_all.d: New file. | |
106 | * testsuite/gas/z80/ez80_adl_all.s: New file. | |
107 | * testsuite/gas/z80/ez80_adl_suf.d: New file. | |
108 | * testsuite/gas/z80/ez80_isuf.s: New file. | |
109 | * testsuite/gas/z80/ez80_z80_all.d: New file. | |
110 | * testsuite/gas/z80/ez80_z80_all.s: New file. | |
111 | * testsuite/gas/z80/ez80_z80_suf.d: New file. | |
112 | * testsuite/gas/z80/r800_extra.d: New file. | |
113 | * testsuite/gas/z80/r800_extra.s: New file. | |
114 | * testsuite/gas/z80/r800_ii8.d: New file. | |
115 | * testsuite/gas/z80/r800_z80_doc.d: New file. | |
116 | * testsuite/gas/z80/z180.d: New file. | |
117 | * testsuite/gas/z80/z180.s: New file. | |
118 | * testsuite/gas/z80/z180_z80_doc.d: New file. | |
119 | * testsuite/gas/z80/z80_doc.d: New file. | |
120 | * testsuite/gas/z80/z80_doc.s: New file. | |
121 | * testsuite/gas/z80/z80_ii8.d: New file. | |
122 | * testsuite/gas/z80/z80_ii8.s: New file. | |
123 | * testsuite/gas/z80/z80_in_f_c.d: New file. | |
124 | * testsuite/gas/z80/z80_in_f_c.s: New file. | |
125 | * testsuite/gas/z80/z80_op_ii_ld.d: New file. | |
126 | * testsuite/gas/z80/z80_op_ii_ld.s: New file. | |
127 | * testsuite/gas/z80/z80_out_c_0.d: New file. | |
128 | * testsuite/gas/z80/z80_out_c_0.s: New file. | |
129 | * testsuite/gas/z80/z80_reloc.d: New file. | |
130 | * testsuite/gas/z80/z80_reloc.s: New file. | |
131 | * testsuite/gas/z80/z80_sli.d: New file. | |
132 | * testsuite/gas/z80/z80_sli.s: New file. | |
133 | ||
a65b5de6 SN |
134 | 2020-01-02 Szabolcs Nagy <[email protected]> |
135 | ||
136 | * config/tc-arm.c (parse_reg_list): Use REG_TYPE_RN instead of | |
137 | REGLIST_RN. | |
138 | ||
b14ce8bf AM |
139 | 2020-01-01 Alan Modra <[email protected]> |
140 | ||
141 | Update year range in copyright notice of all files. | |
142 | ||
0b114740 | 143 | For older changes see ChangeLog-2019 |
3499769a | 144 | \f |
0b114740 | 145 | Copyright (C) 2020 Free Software Foundation, Inc. |
3499769a AM |
146 | |
147 | Copying and distribution of this file, with or without modification, | |
148 | are permitted in any medium without royalty provided the copyright | |
149 | notice and this notice are preserved. | |
150 | ||
151 | Local Variables: | |
152 | mode: change-log | |
153 | left-margin: 8 | |
154 | fill-column: 74 | |
155 | version-control: never | |
156 | End: |