Mention -mfence-as-lock-add=yes for x86 assembler
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2016-02-03 H.J. Lu <hongjiu.lu@intel.com>
2
3 * NEWS: Mention new command line option -mfence-as-lock-add=yes
4 for x86 target.
5
6 2016-02-03 H.J. Lu <hongjiu.lu@intel.com>
7
8 * NEWS: Remove duplicated marker for 2.26.
9
10 2016-02-02 Renlin Li <renlin.li@arm.com>
11
12 * testsuite/gas/arm/thumb2_it_search.d: Skip non-elf targets.
13
14 2016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
15
16 * testsuite/gas/ip2k/allinsn.d: New file.
17 * testsuite/gas/ip2k/allinsn.s: New file.
18 * testsuite/gas/ip2k/ip2k-allinsn.exp: New file.
19
20 2016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
21
22 * testsuite/gas/epiphany/addr-syntax.d: Add explicit 0 offset to
23 some load instructions.
24 * testsuite/gas/epiphany/allinsn.d: Likewise.
25 * testsuite/gas/epiphany/regression.d: Likewise.
26
27 2016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
28
29 * testsuite/gas/epiphany/addr-syntax.d: Remove unneeded '.l'
30 suffixes from instruction mnemonics in expected output.
31 * testsuite/gas/epiphany/allinsn.d: Likewise.
32 * testsuite/gas/epiphany/regression.d: Likewise.
33 * testsuite/gas/epiphany/sample.d: Likewise.
34
35 2016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
36
37 * testsuite/gas/epiphany/addr-syntax.d: Update expected register
38 names.
39 * testsuite/gas/epiphany/allinsn.d: Likewise.
40 * testsuite/gas/epiphany/sample.d: Likewise.
41
42 2016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
43
44 * testsuite/gas/epiphany/sample.d: Update expected output.
45
46 2016-01-26 Claudiu Zissulescu <claziss@synopsys.com>
47
48 * config/tc-arc.c (md_apply_fix): Allow addendum.
49 (arc_reloc_op): Allow complex expressions for tpoff.
50 (md_apply_fix): Handle resolved TLS local symbol.
51
52 * testsuite/gas/arc/tls-relocs1.d: New file.
53 * testsuite/gas/arc/tls-relocs1.s: Likewise.
54
55 2016-02-01 Loria <Loria@phantasia.org>
56
57 PR target/19311
58 * config/tc-arm.c (encode_arm_immediate): Recode to improve
59 efficiency and avoid an LLVM loop optimization bug.
60
61 2016-02-01 Nick Clifton <nickc@redhat.com>
62
63 * config/tc-microblaze.c (parse_imm): Fix compile time warning
64 message extending a negative 32-bit value into a larger signed
65 value on a 32-bit host.
66
67 2016-01-29 H.J. Lu <hongjiu.lu@intel.com>
68
69 PR gas/19532
70 * configure.ac (compressed_debug_sections): Replace == with =.
71 * configure: Regenerated.
72
73 2016-01-29 Andrew Senkevich <andrew.senkevich@intel.com>
74 H.J. Lu <hongjiu.lu@intel.com>
75
76 * config/tc-i386.c (avoid_fence): New.
77 (output_insn): Encode as lock addl $0x0, (%{r,e}sp) if avoid_fence
78 is true.
79 (OPTION_FENCE_AS_LOCK_ADD): New.
80 (md_longopts): Add -mfence-as-lock-add.
81 (md_parse_option): Handle -mfence-as-lock-add.
82 (md_show_usage): Add -mfence-as-lock-add=[no|yes].
83 * doc/c-i386.texi (-mfence-as-lock-add): Document.
84 * testsuite/gas/i386/i386.exp: Run new tests.
85 * testsuite/gas/i386/fence-as-lock-add.s: New.
86 * testsuite/gas/i386/fence-as-lock-add-yes.d: Likewise.
87 * testsuite/gas/i386/fence-as-lock-add-no.d: Likewise.
88 * testsuite/gas/i386/x86-64-fence-as-lock-add-yes.d: Likewise.
89 * testsuite/gas/i386/x86-64-fence-as-lock-add-no.d: Likewise.
90
91 2016-01-27 H.J. Lu <hongjiu.lu@intel.com>
92
93 * configure.ac (compressed_debug_sections): Remove trailing `]'.
94 * configure: Regenerated.
95
96 2016-01-25 H.J. Lu <hongjiu.lu@intel.com>
97
98 * config/tc-i386.c (OPTION_OMIT_LOCK_PREFIX): Renamed to ...
99 (OPTION_MOMIT_LOCK_PREFIX): This.
100 (md_longopts): Updated.
101 (md_parse_option): Likewise.
102
103 2016-01-25 Catherine Moore <clm@codesourcery.com>
104
105 * config/mips/tc-mips.c (md_begin): Avoid gp-relative addressing
106 if abicalls are in effect.
107 * testsuite/gas/mips/sdata-gp.s: New test.
108 * testsuite/gas/mips/sdata-gp.d: New expected output
109 * testsuite/gas/mips/mips.exp: Run new test.
110
111 2016-01-25 Renlin Li <renlin.li@arm.com>
112
113 * testsuite/gas/arm/thumb2_it_search.d: New.
114 * testsuite/gas/arm/thumb2_it_search.s: New.
115
116 2016-01-21 Nick Clifton <nickc@redhat.com>
117
118 PR gas/19454
119 * testsuite/gas/arm/mapshort-elf.d: Fix expected output to cope
120 with arm-netbsdelf target.
121 * testsuite/gas/arm/blx-bl-convert.d: Skip for netbsdelf.
122
123 2016-01-20 Nick Clifton <nickc@redhat.com>
124
125 PR 19456
126 * testsuite/gas/arm/weakdef-1.d: Skip for VxWorks.
127 * testsuite/gas/arm/blx-bl-convert.d
128 * testsuite/gas/arm/plt-1.d: Likewise.
129 * testsuite/gas/arm/reloc-bad.d: Likewise.
130 * testsuite/gas/arm/thumb-w-good.d: Likewise.
131 * testsuite/gas/arm/thumb2_pool.d: Likewise.
132 * testsuite/gas/arm/ldconst.d: Adjust so that it works with VxWorks
133 * testsuite/gas/arm/tls_vxworks.d: Update expected output.
134
135 PR 19499
136 * doc/as.texinfo (Errors): Correct documentation describing the
137 interaction of .file and .line with warning and error messages.
138
139 PR 19458
140 * testsuite/gas/arm/armv8_2-a.d: Skip for COFF based targets.
141 * testsuite/gas/arm/archv8m-main.d: Likewise.
142 * testsuite/gas/arm/archv8m-base.d: Likewise.
143
144 2016-01-20 Matthew Wahab <matthew.wahab@arm.com>
145
146 * testsuite/gas/aarch64/armv8_2-a-illegal.d: New.
147 * testsuite/gas/aarch64/armv8_2-a-illegal.l: New.
148 * testsuite/gas/aarch64/armv8_2-a-illegal.s: New.
149
150 2016-01-20 Mickael Guene <mickael.guene@st.com>
151 Terry Guo <terry.guo@arm.com>
152
153 * config/obj-elf.c (obj_elf_change_section) : Allow arm section with
154 SHF_ARM_NOREAD section flag.
155 * config/tc-arm.h (md_elf_section_letter) : Implement this hook to
156 handle letter 'y'.
157 (arm_elf_section_letter) : Declare it.
158 * config/tc-arm.c (arm_elf_section_letter): Handle letter 'y' to set
159 SHF_ARM_NOREAD section flag.
160 * doc/c-arm.texi (ARM section attribute): Document the 'y' attribute.
161
162 * testsuite/gas/arm/section-execute-only.s: New test case.
163 * testsuite/gas/arm/section-execute-only.d: Expected output.
164
165 2016-01-18 Maciej W. Rozycki <macro@imgtec.com>
166
167 * config/tc-mips.c (micromips_insn_length): Remove the mention
168 of 48-bit microMIPS instructions.
169
170 2016-01-18 Alan Modra <amodra@gmail.com>
171
172 * configure: Regenerate.
173
174 2016-01-17 Alan Modra <amodra@gmail.com>
175
176 * configure: Regenerate.
177
178 2016-01-17 Alan Modra <amodra@gmail.com>
179
180 * testsuite/gas/cfi/cfi.exp: Exclude m68hc11/12 from m68k test.
181
182 2016-01-14 Nick Clifton <nickc@redhat.com>
183
184 * testsuite/gas/rl78/sp-relative-movw.s: New test.
185 * testsuite/gas/rl78/sp-relative-movw.d: Expected disassembly.
186 * testsuite/gas/rl78/rl78.exp: Run the new test.
187
188 2016-01-14 Matthew Wahab <matthew.wahab@arm.com>
189
190 * testsuite/gas/aarch64/illegal-sysreg-2.l: New.
191 * testsuite/gas/aarch64/illegal-sysreg-2.d: New.
192
193 2016-01-13 Maciej W. Rozycki <macro@imgtec.com>
194
195 * config/tc-nios2.c (output_movia): Preset `code' to 0.
196
197 2016-01-13 Yoshinori Sato <ysato@users.sourceforge.jp>
198
199 * config/tc-h8300.c (get_operand): Remove spurious condition in
200 test for closing parenthesis.
201
202 2016-01-12 Matthew Wahab <matthew.wahab@arm.com>
203
204 * config/tc-arm.c (arm_ext_v8_2): New.
205 (insns): Add "esb".
206 * testsuite/gas/arm/armv8_2-a.d: New.
207 * testsuite/gas/arm/armv8_2-a.s: New.
208
209 2016-01-12 Alan Modra <amodra@gmail.com>
210
211 * testsuite/gas/ppc/vsx3.d: Accept nop padding.
212
213 2016-01-11 Peter Bergner <bergner@vnet.ibm.com>
214
215 * testsuite/gas/ppc/power9.d <xscmpnedp, xvcmpnedp, xvcmpnedp.,
216 xvcmpnesp, xvcmpnesp.>: Delete tests.
217 * testsuite/gas/ppc/power9.s: Likewise.
218 * testsuite/gas/ppc/vsx3.d: Likewise.
219 * testsuite/gas/ppc/vsx3.s: Likewise.
220
221 2016-01-08 Andreas Schwab <schwab@linux-m68k.org>
222
223 PR gas/13050
224 * testsuite/gas/m68k/all.exp: Add tests p13050-1 and p13050-2.
225 * testsuite/gas/m68k/p13050-1.s: New file.
226 * testsuite/gas/m68k/p13050-2.d: New file.
227 * testsuite/gas/m68k/p13050-2.s: New file.
228
229 2016-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
230
231 * testsuite/gas/arc/adc.d: Add 'R_' prefix to relocation names.
232 * testsuite/gas/arc/add.d: Likewise.
233 * testsuite/gas/arc/and.d: Likewise.
234 * testsuite/gas/arc/asl.d: Likewise.
235 * testsuite/gas/arc/asr.d: Likewise.
236 * testsuite/gas/arc/bic.d: Likewise.
237 * testsuite/gas/arc/extb.d: Likewise.
238 * testsuite/gas/arc/extw.d: Likewise.
239 * testsuite/gas/arc/j.d: Likewise.
240 * testsuite/gas/arc/jl.d: Likewise.
241 * testsuite/gas/arc/ld2.d: Likewise.
242 * testsuite/gas/arc/lsr.d: Likewise.
243 * testsuite/gas/arc/mov.d: Likewise.
244 * testsuite/gas/arc/or.d: Likewise.
245 * testsuite/gas/arc/pcl-relocs.d: Likewise.
246 * testsuite/gas/arc/pcrel-relocs.d: Likewise.
247 * testsuite/gas/arc/pic-relocs.d: Likewise.
248 * testsuite/gas/arc/plt-relocs.d: Likewise.
249 * testsuite/gas/arc/rlc.d: Likewise.
250 * testsuite/gas/arc/ror.d: Likewise.
251 * testsuite/gas/arc/rrc.d: Likewise.
252 * testsuite/gas/arc/sbc.d: Likewise.
253 * testsuite/gas/arc/sda-relocs.d: Likewise.
254 * testsuite/gas/arc/sda-relocs2.d: Likewise.
255 * testsuite/gas/arc/sexb.d: Likewise.
256 * testsuite/gas/arc/sexw.d: Likewise.
257 * testsuite/gas/arc/st.d: Likewise.
258 * testsuite/gas/arc/sub.d: Likewise.
259 * testsuite/gas/arc/tls-relocs.d: Likewise.
260 * testsuite/gas/arc/xor.d: Likewise.
261
262 2016-01-01 Alan Modra <amodra@gmail.com>
263
264 Update year range in copyright notice of all files.
265
266 For older changes see ChangeLog-2015 and testsuite/ChangeLog-2015
267 \f
268 Copyright (C) 2016 Free Software Foundation, Inc.
269
270 Copying and distribution of this file, with or without modification,
271 are permitted in any medium without royalty provided the copyright
272 notice and this notice are preserved.
273
274 Local Variables:
275 mode: change-log
276 left-margin: 8
277 fill-column: 74
278 version-control: never
279 End:
This page took 0.045825 seconds and 5 git commands to generate.