gas/epiphany: Update expected register names in tests
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
2f74d480
AB
12016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * testsuite/gas/epiphany/addr-syntax.d: Update expected register
4 names.
5 * testsuite/gas/epiphany/allinsn.d: Likewise.
6 * testsuite/gas/epiphany/sample.d: Likewise.
7
b89807c6
AB
82016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
9
10 * testsuite/gas/epiphany/sample.d: Update expected output.
11
b125bd17
CZ
122016-01-26 Claudiu Zissulescu <claziss@synopsys.com>
13
14 * config/tc-arc.c (md_apply_fix): Allow addendum.
15 (arc_reloc_op): Allow complex expressions for tpoff.
16 (md_apply_fix): Handle resolved TLS local symbol.
17
18 * testsuite/gas/arc/tls-relocs1.d: New file.
19 * testsuite/gas/arc/tls-relocs1.s: Likewise.
20
4f1d6205
L
212016-02-01 Loria <Loria@phantasia.org>
22
23 PR target/19311
24 * config/tc-arm.c (encode_arm_immediate): Recode to improve
25 efficiency and avoid an LLVM loop optimization bug.
26
ac0d427f
NC
272016-02-01 Nick Clifton <nickc@redhat.com>
28
29 * config/tc-microblaze.c (parse_imm): Fix compile time warning
30 message extending a negative 32-bit value into a larger signed
31 value on a 32-bit host.
32
348ef89a
L
332016-01-29 H.J. Lu <hongjiu.lu@intel.com>
34
35 PR gas/19532
36 * configure.ac (compressed_debug_sections): Replace == with =.
37 * configure: Regenerated.
38
e4e00185
AS
392016-01-29 Andrew Senkevich <andrew.senkevich@intel.com>
40 H.J. Lu <hongjiu.lu@intel.com>
41
42 * config/tc-i386.c (avoid_fence): New.
43 (output_insn): Encode as lock addl $0x0, (%{r,e}sp) if avoid_fence
44 is true.
45 (OPTION_FENCE_AS_LOCK_ADD): New.
46 (md_longopts): Add -mfence-as-lock-add.
47 (md_parse_option): Handle -mfence-as-lock-add.
48 (md_show_usage): Add -mfence-as-lock-add=[no|yes].
49 * doc/c-i386.texi (-mfence-as-lock-add): Document.
ac2789d7
L
50 * testsuite/gas/i386/i386.exp: Run new tests.
51 * testsuite/gas/i386/fence-as-lock-add.s: New.
52 * testsuite/gas/i386/fence-as-lock-add-yes.d: Likewise.
53 * testsuite/gas/i386/fence-as-lock-add-no.d: Likewise.
54 * testsuite/gas/i386/x86-64-fence-as-lock-add-yes.d: Likewise.
55 * testsuite/gas/i386/x86-64-fence-as-lock-add-no.d: Likewise.
e4e00185 56
27ba7c94
L
572016-01-27 H.J. Lu <hongjiu.lu@intel.com>
58
59 * configure.ac (compressed_debug_sections): Remove trailing `]'.
60 * configure: Regenerated.
61
d1982f93
L
622016-01-25 H.J. Lu <hongjiu.lu@intel.com>
63
64 * config/tc-i386.c (OPTION_OMIT_LOCK_PREFIX): Renamed to ...
65 (OPTION_MOMIT_LOCK_PREFIX): This.
66 (md_longopts): Updated.
67 (md_parse_option): Likewise.
68
00acd688
CM
692016-01-25 Catherine Moore <clm@codesourcery.com>
70
71 * config/mips/tc-mips.c (md_begin): Avoid gp-relative addressing
72 if abicalls are in effect.
73 * testsuite/gas/mips/sdata-gp.s: New test.
74 * testsuite/gas/mips/sdata-gp.d: New expected output
75 * testsuite/gas/mips/mips.exp: Run new test.
76
5bc5ae88
RL
772016-01-25 Renlin Li <renlin.li@arm.com>
78
79 * testsuite/gas/arm/thumb2_it_search.d: New.
80 * testsuite/gas/arm/thumb2_it_search.s: New.
81
61e137e2
NC
822016-01-21 Nick Clifton <nickc@redhat.com>
83
84 PR gas/19454
85 * testsuite/gas/arm/mapshort-elf.d: Fix expected output to cope
86 with arm-netbsdelf target.
87 * testsuite/gas/arm/blx-bl-convert.d: Skip for netbsdelf.
88
aed5fc75
NC
892016-01-20 Nick Clifton <nickc@redhat.com>
90
74b92a5c
NC
91 PR 19456
92 * testsuite/gas/arm/weakdef-1.d: Skip for VxWorks.
93 * testsuite/gas/arm/blx-bl-convert.d
94 * testsuite/gas/arm/plt-1.d: Likewise.
95 * testsuite/gas/arm/reloc-bad.d: Likewise.
96 * testsuite/gas/arm/thumb-w-good.d: Likewise.
97 * testsuite/gas/arm/thumb2_pool.d: Likewise.
98 * testsuite/gas/arm/ldconst.d: Adjust so that it works with VxWorks
99 * testsuite/gas/arm/tls_vxworks.d: Update expected output.
100
72e0b254
NC
101 PR 19499
102 * doc/as.texinfo (Errors): Correct documentation describing the
103 interaction of .file and .line with warning and error messages.
104
aed5fc75
NC
105 PR 19458
106 * testsuite/gas/arm/armv8_2-a.d: Skip for COFF based targets.
107 * testsuite/gas/arm/archv8m-main.d: Likewise.
108 * testsuite/gas/arm/archv8m-base.d: Likewise.
109
0bff6e2d
MW
1102016-01-20 Matthew Wahab <matthew.wahab@arm.com>
111
112 * testsuite/gas/aarch64/armv8_2-a-illegal.d: New.
113 * testsuite/gas/aarch64/armv8_2-a-illegal.l: New.
114 * testsuite/gas/aarch64/armv8_2-a-illegal.s: New.
115
91f68a68
MG
1162016-01-20 Mickael Guene <mickael.guene@st.com>
117 Terry Guo <terry.guo@arm.com>
118
119 * config/obj-elf.c (obj_elf_change_section) : Allow arm section with
120 SHF_ARM_NOREAD section flag.
121 * config/tc-arm.h (md_elf_section_letter) : Implement this hook to
122 handle letter 'y'.
123 (arm_elf_section_letter) : Declare it.
124 * config/tc-arm.c (arm_elf_section_letter): Handle letter 'y' to set
125 SHF_ARM_NOREAD section flag.
126 * doc/c-arm.texi (ARM section attribute): Document the 'y' attribute.
127
128 * testsuite/gas/arm/section-execute-only.s: New test case.
129 * testsuite/gas/arm/section-execute-only.d: Expected output.
130
100b4f2e
MR
1312016-01-18 Maciej W. Rozycki <macro@imgtec.com>
132
133 * config/tc-mips.c (micromips_insn_length): Remove the mention
134 of 48-bit microMIPS instructions.
135
3d961d0d
AM
1362016-01-18 Alan Modra <amodra@gmail.com>
137
138 * configure: Regenerate.
139
5c14705f
AM
1402016-01-17 Alan Modra <amodra@gmail.com>
141
142 * configure: Regenerate.
143
b3066ae8
AM
1442016-01-17 Alan Modra <amodra@gmail.com>
145
146 * testsuite/gas/cfi/cfi.exp: Exclude m68hc11/12 from m68k test.
147
4d82fe66
NC
1482016-01-14 Nick Clifton <nickc@redhat.com>
149
150 * testsuite/gas/rl78/sp-relative-movw.s: New test.
151 * testsuite/gas/rl78/sp-relative-movw.d: Expected disassembly.
152 * testsuite/gas/rl78/rl78.exp: Run the new test.
153
651657fa
MW
1542016-01-14 Matthew Wahab <matthew.wahab@arm.com>
155
156 * testsuite/gas/aarch64/illegal-sysreg-2.l: New.
157 * testsuite/gas/aarch64/illegal-sysreg-2.d: New.
158
3facb0e9
MR
1592016-01-13 Maciej W. Rozycki <macro@imgtec.com>
160
161 * config/tc-nios2.c (output_movia): Preset `code' to 0.
162
8a4c2869
YS
1632016-01-13 Yoshinori Sato <ysato@users.sourceforge.jp>
164
165 * config/tc-h8300.c (get_operand): Remove spurious condition in
166 test for closing parenthesis.
167
105bde57
MW
1682016-01-12 Matthew Wahab <matthew.wahab@arm.com>
169
170 * config/tc-arm.c (arm_ext_v8_2): New.
171 (insns): Add "esb".
172 * testsuite/gas/arm/armv8_2-a.d: New.
173 * testsuite/gas/arm/armv8_2-a.s: New.
174
5230aa4d
AM
1752016-01-12 Alan Modra <amodra@gmail.com>
176
177 * testsuite/gas/ppc/vsx3.d: Accept nop padding.
178
afa8d405
PB
1792016-01-11 Peter Bergner <bergner@vnet.ibm.com>
180
181 * testsuite/gas/ppc/power9.d <xscmpnedp, xvcmpnedp, xvcmpnedp.,
182 xvcmpnesp, xvcmpnesp.>: Delete tests.
183 * testsuite/gas/ppc/power9.s: Likewise.
184 * testsuite/gas/ppc/vsx3.d: Likewise.
185 * testsuite/gas/ppc/vsx3.s: Likewise.
186
83c3256e
AS
1872016-01-08 Andreas Schwab <schwab@linux-m68k.org>
188
189 PR gas/13050
190 * testsuite/gas/m68k/all.exp: Add tests p13050-1 and p13050-2.
191 * testsuite/gas/m68k/p13050-1.s: New file.
192 * testsuite/gas/m68k/p13050-2.d: New file.
193 * testsuite/gas/m68k/p13050-2.s: New file.
194
b05a65d0
AB
1952016-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
196
197 * testsuite/gas/arc/adc.d: Add 'R_' prefix to relocation names.
198 * testsuite/gas/arc/add.d: Likewise.
199 * testsuite/gas/arc/and.d: Likewise.
200 * testsuite/gas/arc/asl.d: Likewise.
201 * testsuite/gas/arc/asr.d: Likewise.
202 * testsuite/gas/arc/bic.d: Likewise.
203 * testsuite/gas/arc/extb.d: Likewise.
204 * testsuite/gas/arc/extw.d: Likewise.
205 * testsuite/gas/arc/j.d: Likewise.
206 * testsuite/gas/arc/jl.d: Likewise.
207 * testsuite/gas/arc/ld2.d: Likewise.
208 * testsuite/gas/arc/lsr.d: Likewise.
209 * testsuite/gas/arc/mov.d: Likewise.
210 * testsuite/gas/arc/or.d: Likewise.
211 * testsuite/gas/arc/pcl-relocs.d: Likewise.
212 * testsuite/gas/arc/pcrel-relocs.d: Likewise.
213 * testsuite/gas/arc/pic-relocs.d: Likewise.
214 * testsuite/gas/arc/plt-relocs.d: Likewise.
215 * testsuite/gas/arc/rlc.d: Likewise.
216 * testsuite/gas/arc/ror.d: Likewise.
217 * testsuite/gas/arc/rrc.d: Likewise.
218 * testsuite/gas/arc/sbc.d: Likewise.
219 * testsuite/gas/arc/sda-relocs.d: Likewise.
220 * testsuite/gas/arc/sda-relocs2.d: Likewise.
221 * testsuite/gas/arc/sexb.d: Likewise.
222 * testsuite/gas/arc/sexw.d: Likewise.
223 * testsuite/gas/arc/st.d: Likewise.
224 * testsuite/gas/arc/sub.d: Likewise.
225 * testsuite/gas/arc/tls-relocs.d: Likewise.
226 * testsuite/gas/arc/xor.d: Likewise.
227
6f2750fe
AM
2282016-01-01 Alan Modra <amodra@gmail.com>
229
230 Update year range in copyright notice of all files.
231
3499769a
AM
232For older changes see ChangeLog-2015 and testsuite/ChangeLog-2015
233\f
234Copyright (C) 2016 Free Software Foundation, Inc.
235
236Copying and distribution of this file, with or without modification,
237are permitted in any medium without royalty provided the copyright
238notice and this notice are preserved.
239
240Local Variables:
241mode: change-log
242left-margin: 8
243fill-column: 74
244version-control: never
245End:
This page took 0.038376 seconds and 4 git commands to generate.