Commit | Line | Data |
---|---|---|
ceb94aa5 RS |
1 | 2011-06-29 Richard Sandiford <rdsandiford@googlemail.com> |
2 | ||
3 | * config/tc-mips.c (find_altered_mips16_opcode): New function. | |
4 | (append_insn): Use it. | |
5 | ||
4c260379 RS |
6 | 2011-06-29 Richard Sandiford <rdsandiford@googlemail.com> |
7 | ||
8 | * config/tc-mips.c (insn_uses_reg): Delete. | |
9 | (gpr_read_mask, gpr_write_mask): New functions. | |
10 | (fpr_read_mask, fpr_write_mask): Likewise. | |
11 | (insns_between, nops_for_vr4130, append_insn): Use them. | |
12 | ||
02b1ab82 RS |
13 | 2011-06-29 Richard Sandiford <rdsandiford@googlemail.com> |
14 | ||
15 | * config/tc-mips.c (md_mips_end): Call mips_emit_delays. | |
16 | ||
49c62a33 NC |
17 | 2011-06-29 Dave Martin <dave.martin@linaro.org> |
18 | ||
19 | PR gas/12931 | |
20 | * config/tc-arm.c (mapping_state): When changing to ARM or THUMB | |
21 | state set the minimum required alignment of the section. | |
22 | ||
7016a5d5 TG |
23 | 2011-06-29 Tristan Gingold <gingold@adacore.com> |
24 | ||
25 | * config/tc-i386.c (i386_mach): Convert to ISO-C. | |
26 | (md_begin, pe_directive_secrel, md_estimate_size_before_relax): Ditto. | |
27 | (md_convert_frag, md_apply_fix, md_undefined_symbol): Ditto. | |
28 | (md_section_align, tc_gen_reloc): Ditto. | |
29 | ||
af24f60c TG |
30 | 2011-06-28 Tristan Gingold <gingold@adacore.com> |
31 | ||
32 | * config/tc-alpha.c (s_alpha_pdesc): Fix indentation. Do not | |
33 | generate dummy fix. | |
34 | ||
e1f4d6bd TG |
35 | 2011-06-28 Tristan Gingold <gingold@adacore.com> |
36 | ||
37 | * config/tc-alpha.c (load_expression): Use alloca instead of xmalloc. | |
38 | (emit_jsrjmp): Ditto. | |
39 | (tc_gen_reloc): Ditto. | |
40 | ||
4b1c4d2b TG |
41 | 2011-06-28 Tristan Gingold <gingold@adacore.com> |
42 | ||
43 | * config/tc-alpha.c (alpha_evax_proc_hash): Remove. | |
44 | (alpha_evax_proc_data): New variable. | |
45 | (s_alpha_ent): Prevent nested function. Remove has_insert call. | |
46 | (s_alpha_pdesc): Do not call demand_empty_rest_of_line in case of | |
47 | error. Do not search in the hash table. Check if match with .ent. | |
48 | (s_alpha_name): Remove unused variable. | |
49 | (md_begin): Remove initialization of alpha_evax_proc_hash. | |
50 | ||
8aacb050 TG |
51 | 2011-06-27 Tristan Gingold <gingold@adacore.com> |
52 | ||
53 | * config/tc-alpha.c (add_to_link_pool): Remove basesym parameter. | |
54 | Locally declare basesym. Add comments. Do not set literal_pool_size. | |
55 | (load_expression): Adjust call to add_to_link_pool. | |
56 | (s_alpha_pdesc): Define pdesc symbol using dot. | |
57 | Do not set literal_pool_size. | |
58 | (s_alpha_end): Use NULL instead of 0. | |
59 | ||
bb1d4256 TG |
60 | 2011-06-27 Tristan Gingold <gingold@adacore.com> |
61 | ||
62 | * config/obj-evax.c (evax_frob_file_before_adjust): Add comments. | |
63 | Fix style. | |
64 | * config/obj-evax.h (struct alpha_linkage_fixups): Remove seg | |
65 | field. Add comments. | |
66 | (obj_symbol_type, object_headers, OBJ_SYMFIELD_TYPE): Remove | |
67 | ||
ab9794cf RS |
68 | 2011-06-26 Richard Sandiford <rdsandiford@googlemail.com> |
69 | ||
70 | * config/tc-mips.c (fix_24k_record_store_info): If the previous | |
71 | instruction was a store, and the next instructions are unknown, | |
72 | assume the worst. | |
73 | ||
932d1a1b RS |
74 | 2011-06-25 Richard Sandiford <rdsandiford@googlemail.com> |
75 | ||
76 | PR gas/12915 | |
77 | * config/tc-mips.c (nops_for_vr4130, nops_for_24k, nops_for_insn) | |
78 | (nops_for_sequence, nops_for_insn_or_target): Add ignore parameters. | |
79 | (mips_emit_delays, start_noreorder): Update accordingly. | |
80 | (append_insn): Likewise. Revert original fix for this PR | |
81 | and use the ignore parameter instead. | |
82 | ||
e3a99401 TG |
83 | 2011-06-24 Tristan Gingold <gingold@adacore.com> |
84 | ||
85 | PR gas/11625 | |
86 | * config/obj-evax.c (evax_frob_symbol): Use as_bad instead of abort. | |
87 | ||
576d3307 TG |
88 | 2011-06-24 Tristan Gingold <gingold@adacore.com> |
89 | ||
90 | * config/tc-alpha.c (add_to_link_pool): Remove useless offset | |
91 | variable. Fix style. | |
92 | ||
f77ef3e2 RS |
93 | 2011-06-23 Richard Sandiford <rdsandiford@googlemail.com> |
94 | ||
95 | PR gas/12915 | |
96 | * config/tc-mips.c (append_insn): Only consider hazards between the | |
97 | pre-noreorder block and ip. | |
98 | ||
5f1af56b MGD |
99 | 2011-06-21 Sameera Deshpande <sameera.deshpande@arm.com> |
100 | ||
101 | * config/tc-arm.c (vfp_conv): Add check on range of immediate operand | |
102 | in vcvt instruction between floating-point and fixed-point. | |
103 | (operand_parse_code): Add "OP_oI32z". | |
104 | (parse_operands): OP_oI32z case added. | |
105 | ||
ade78dba L |
106 | 2011-06-20 H.J. Lu <hongjiu.lu@intel.com> |
107 | ||
108 | * configure.tgt: Revert x32 change. | |
109 | ||
b47d265e NC |
110 | 2011-06-20 Nick Clifton <nickc@redhat.com> |
111 | ||
112 | * doc/Makefile.am: (CPU_DOCS): Add c-xstormy16.texi. | |
113 | * doc/Makefile.in: Regenerate. | |
114 | * doc/all.texi: Set XSTORMY16. | |
115 | * doc/c-xstormy16.texi: New file. | |
116 | ||
8b778942 L |
117 | 2011-06-19 H.J. Lu <hongjiu.lu@intel.com> |
118 | ||
119 | * configure.tgt: Support x32. | |
120 | ||
90b3661c NC |
121 | 2011-06-15 Nick Clifton <nickc@redhat.com> |
122 | ||
123 | * NEWS: Mention addition of TILEPRO and TIKE-Gx support. | |
124 | ||
2fb4b302 TG |
125 | 2011-06-14 Tristan Gingold <gingold@adacore.com> |
126 | ||
127 | * config/tc-ppc.h (struct ppc_tc_sy): Complete comment on within. | |
128 | (tc_new_dot_label): Define. | |
129 | (ppc_new_dot_label): Declare. | |
130 | * config/tc-ppc.c (ppc_frob_label): Set within target field. | |
131 | (ppc_fix_adjustable): Use this field to adjust the reloc. | |
132 | (ppc_new_dot_label): New function. | |
133 | ||
85b0f90c AM |
134 | 2011-06-14 Alan Modra <amodra@gmail.com> |
135 | ||
136 | * po/POTFILES.in: Regenerate. | |
137 | ||
aa137e4d NC |
138 | 2011-06-13 Walter Lee <walt@tilera.com> |
139 | ||
140 | * Makefile.am (TARGET_CPU_CFILES): Add config/tc-tilegx.c and | |
141 | config/tc-tilepro.c. | |
142 | (TARGET_CPU_HFILES): Add config/tc-tilegx.h and | |
143 | config/tc-tilepro.h. | |
144 | * Makefile.in: Regenerate. | |
145 | * configure.tgt (tilepro-*-*): New. | |
146 | (tilegx-*-*): Likewise. | |
147 | * config/tc-tilegx.c: New file. | |
148 | * config/tc-tilegx.h: Likewise. | |
149 | * config/tc-tilepro.h: Likewise. | |
150 | * config/tc-tilepro.c: Likewise. | |
151 | * doc/Makefile.am (CPU_DOCS): Add c-tilegx.texi and | |
152 | c-tilepro.texi. | |
153 | * doc/Makefile.in: Regenerate. | |
154 | * doc/all.texi (TILEGX): Define. | |
155 | (TILEPRO): Define. | |
156 | * doc/as.texinfo: Add Tile-Gx and TILEPro documentation. Include | |
157 | c-tilegx.texi and c-tilepro.texi. | |
158 | * doc/c-tilegx.texi: New. | |
159 | * doc/c-tilepro.texi: New. | |
160 | ||
94342ec3 NC |
161 | 2011-06-13 Nick Clifton <nickc@redhat.com> |
162 | ||
163 | PR gas/12854 | |
164 | * config/tc-arm.c (do_shift): Do not allow shift operations at the | |
165 | end of a register based shift insn. | |
166 | (do_t_shift): Likewise. | |
167 | ||
f9e53abc NC |
168 | 2011-06-13 Nick Clifton <nickc@redhat.com> |
169 | ||
170 | * config/tc-score.c (s3_my_get_expression): Delete unused local | |
171 | variable 'seg'. | |
172 | (s3_do_ldst_insn): Delete unused local variable 'strbak'. | |
173 | (s3_do16_ldst_insn): Delete unused local variable 'temp'. | |
174 | (s3_do_macro_bcmp): Zero inst_expand array. | |
175 | (s3_do_macro_bcmpz): Likewise. | |
176 | (s3_s_score_end): Delete unused local variable 'dot'. | |
177 | (s3_gen_reloc): Delete unused local variables 'f', 's', and 'e'. | |
178 | * config/tc-score7.c (s7_my_get_expression): Delete unused local | |
179 | variable 'seg'. | |
180 | (s7_do_ldst_insn): Delete unused local variable 'strbak'. | |
181 | (s7_b32_relax_to_b16): Delete unused local variables 'r_old' and | |
182 | 'r_new'. | |
183 | (s7_s_score_end): Delete unused local variable 'dot'. | |
184 | (s7_relax_frag): Delete unused local variable 'relax_size'. | |
185 | (s7_gen_reloc): Delete unused local variables 'f', 's', and 'e'. | |
186 | ||
6c30d220 L |
187 | 2011-06-10 H.J. Lu <hongjiu.lu@intel.com> |
188 | ||
189 | AVX Programming Reference (June, 2011) | |
190 | * config/tc-i386.c (i386_error): Add invalid_vsib_address and | |
191 | unsupported_vector_index_register. | |
192 | (cpu_arch): Add .avx2, .bmi2, .lzcnt and .invpcid. | |
193 | (check_VecOperands): New. | |
f9e53abc | 194 | (match_template): Call check_VecOperands. Handle |
6c30d220 L |
195 | invalid_vsib_address and unsupported_vector_index_register. |
196 | (build_modrm_byte): Support VecSIB. Check register-only source | |
197 | operand when two source operands are swapped. | |
198 | (i386_index_check): Allow Xmm/Ymm index registers. | |
199 | ||
200 | * doc/c-i386.texi: Document avx2/.avx2, bmi2/.bmi2, lzcnt/.lzcnt | |
201 | and invpcid./invpcid. | |
202 | ||
fd596c16 NC |
203 | 2011-06-09 Nick Clifton <nickc@redhat.com> |
204 | ||
205 | PR gas/12861 | |
206 | * config/tc-cr16.c (tc_gen_reloc): Remove unused local variable | |
207 | code. | |
208 | (check_cinv_options): Remove unused local variables. Make | |
209 | function void. | |
210 | (md_assemble): Remove unused local variable. | |
211 | ||
c56791bb RE |
212 | 2011-06-09 James Greenhalgh <james.greenhalgh@arm.com> |
213 | ||
214 | * config/tc-arm.c (do_ldrd): Warn in unpredictable cases. | |
215 | ||
331fe616 | 216 | 2011-06-03 Arnaud Patard <arnaud.patard@rtp-net.org> |
a4482bb6 NC |
217 | |
218 | PR gas/12698 | |
219 | * config/tc-arm.c (parse_psr): Set m_profile to false when | |
220 | assembling for any architecture. | |
221 | ||
26d97720 NS |
222 | 2011-06-02 Jie Zhang jie@codesourcery.com |
223 | Nathan Sidwell nathan@codesourcery.com | |
224 | ||
225 | * config/tc-arm.c (parse_address_main): Handle -0 offsets. | |
226 | (encode_arm_addr_mode_2): Set default sign of zero here ... | |
227 | (encode_arm_addr_mode_3): ... and here. | |
228 | (encode_arm_cp_address): ... and here. | |
229 | (md_apply_fix): Use default sign of zero here. | |
230 | ||
cc643b88 NC |
231 | 2011-06-02 Nick Clifton <nickc@redhat.com> |
232 | ||
233 | * as.c: Fix spelling typo. | |
234 | * read.c: Likewise. | |
235 | * config/tc-ppc.c: Likewise. | |
236 | * po/gas.pit: Regenerate. | |
237 | ||
3b2f0793 PB |
238 | 2011-05-31 Paul Brook <paul@codesourcery.com> |
239 | ||
240 | * config/tc-arm.c (arm_cpus): Add Cortex-R5. | |
241 | (arm_extensions): Allow idiv on ARMv7-R. | |
242 | * doc/c-arm.text: Update idiv extension restrictions. | |
243 | ||
b5884301 PB |
244 | 2011-05-31 Paul Brook <paul@codesourcery.com> |
245 | ||
246 | * config/tc-arm.c (arm_force_relocation): Resolve all pc-relative | |
247 | loads. | |
248 | ||
10960bfb PB |
249 | 2011-05-31 Paul Brook <paul@codesourcery.com> |
250 | ||
251 | * config/tc-arm.c (do_t_branch): Avoid relaxing branches to constant | |
252 | addresses. | |
253 | ||
6e7ce2cd PB |
254 | 2011-05-31 Paul Brook <paul@codesourcery.com> |
255 | Nathan Sidwell <nathan@codesourcery.com> | |
256 | ||
257 | * config/tc-arm.c (fix_new_arm): Create an absolute symbol for | |
258 | pc-relative fixes to constants. | |
259 | * config/tc-arm.h (TC_FORCE_RELOCATATION_ABS): Define. | |
cc643b88 | 260 | |
8e1adb8d NC |
261 | 2011-05-27 Nick Clifton <nickc@redhat.com> |
262 | ||
263 | * config/tc-s390.c (md_begin): Remove unused variable dup_insn. | |
264 | ||
c8fa16ed AK |
265 | 2011-05-24 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> |
266 | ||
267 | * config/tc-s390.c (md_gather_operands): Fix check for floating | |
268 | register pair operands. | |
269 | ||
5e4b319c AK |
270 | 2011-05-24 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> |
271 | ||
272 | * config/tc-s390.c (md_gather_operands): Emit an error for odd | |
273 | numbered registers used as register pair operand. | |
274 | ||
56d0a8a1 NC |
275 | 2011-05-23 Nick Clifton <nickc@redhat.com> |
276 | ||
277 | * config/tc-v850.h (TC_FX_SIZE_SLACK): Define. | |
278 | ||
4a732032 BS |
279 | 2011-05-20 Bernd Schmidt <bernds@codesourcery.com> |
280 | ||
281 | * config/tc-tic6x.c (tic6x_operators): Add "pcr_offset". | |
282 | (tic6x_parse_name): Handle it. | |
283 | (tic6x_fix_new_exp): Handle O_pcr_offset. | |
284 | (tic6x_fix_adjustable): Return 0 for the new relocs. | |
285 | (md_apply_fix): Handle them. | |
286 | (tc_gen_reloc): Likewise. | |
287 | * config/tc-tic6x.h (tic6x_fix_info): Add a fix_subsy member. | |
288 | ||
d0da06e2 NC |
289 | 2011-05-18 Nick Clifton <nickc@redhat.com> |
290 | ||
291 | PR gas/12754 | |
292 | * config/tc-tic30.c (ordinal_names): Allow translation of the | |
293 | ordinal names. | |
294 | ||
a1727c1a NC |
295 | 2011-05-18 Nick Clifton <nickc@redhat.com> |
296 | ||
297 | * config/tc-arm.c (s_unreq): Reword warning message to make it | |
298 | easier to translate. | |
299 | * config/tc-ia64.c (md_show_usage): Add note for translators. | |
300 | * configure.in (ALL_LINGUAS): Add "fi". | |
301 | * configure: Regenerate. | |
302 | ||
85645aed TG |
303 | 2011-05-18 Tristan Gingold <gingold@adacore.com> |
304 | ||
305 | * config/tc-ppc.h (ppc_tc_sy): Reorder fields. | |
306 | Put size into an union with dw. | |
307 | (OBJ_COPY_SYMBOL_ATTRIBUTES): Adjust. | |
308 | (ppc_xcoff_end): Declare. | |
309 | (md_end): Define. | |
310 | * config/tc-ppc.c: Add includes for xcoff. | |
311 | (ppc_dwsect): New function. | |
312 | (md_pseudo_table): Add dwsect. | |
313 | (struct dw_subsection): New. | |
314 | (dw_sections): New. | |
315 | (ppc_change_debug_section): New function. | |
316 | (ppc_xcoff_end): Ditto. | |
317 | (ppc_function): Adjust for ppc_tc_sy. | |
318 | (ppc_symbol_new_hook): Ditto. | |
319 | (ppc_frob_symbol): Ditto. | |
320 | (ppc_frob_section): Do not set vma for debug sections. | |
321 | (ppc_fix_adjustable): Return true for debug sections. | |
322 | * config/obj-coff.c: Add includes for xcoff. | |
323 | (coff_frob_section): Handle dwarf section. | |
324 | ||
9fd07943 NC |
325 | 2011-05-17 Nick Clifton <nickc@redhat.com> |
326 | ||
4e511523 NC |
327 | * po/fi.po: New Finnish translation. |
328 | * po/fr.po: Updated French translation. | |
329 | ||
9fd07943 NC |
330 | * config/tc-m32r.c (md_show_usage): Fix typos in descriptions. |
331 | * config/tc-mt.c (md_assemble): Fix typos in warning messages. | |
332 | * cond.c (s_else): Fix typos in error messages. | |
333 | * config/tc-pj.c (md_assemble): Fix typo in error message. | |
334 | ||
0d7e0060 HPN |
335 | 2011-05-16 Hans-Peter Nilsson <hp@axis.com> |
336 | ||
337 | * config/tc-cris.c (md_parse_option) <OPTION_PIC>: Error if not | |
338 | emitting ELF object. | |
339 | (md_show_usage): Only mention --pic if the assembler can generate | |
340 | ELF objects. | |
341 | * doc/c-cris.texi (CRIS-Opt): Mention that generating ELF is a | |
342 | prerequisite for --pic being a valid option. | |
343 | ||
5648d7c7 AM |
344 | 2011-05-13 Frederic Marchal <fmarchal@perso.be> |
345 | ||
346 | PR gas/12755 | |
347 | * config/tc-v850.c (parse_register_list): Correct error string. | |
348 | ||
8aedb9fe QN |
349 | 2011-05-12 Quentin Neill <quentin.neill@amd.com> |
350 | ||
351 | * config/tc-i386.c (cpu_arch): Rename PROCESSOR_BDVER1 to PROCESSOR_BD. | |
352 | (i386_align_code): Ditto | |
353 | ||
58ad575f MGD |
354 | 2011-05-12 Matthew Gretton-Dann <matthew.gretton-dann@arm.com> |
355 | ||
356 | PR gas/12715 | |
357 | * config/tc-arm.c (parse_big_immediate): Fix parsing of 64-bit | |
358 | immediates on 32-bit hosts. | |
359 | ||
af2f724e QN |
360 | 2011-05-10 Quentin Neill <quentin.neill@amd.com> |
361 | ||
362 | * config/tc-i386.c (cpu_arch): Add bdver2 and rename | |
363 | PROCESSOR_BDVER1 to PROCESSOR_BDVER. | |
364 | (i386_align_code): Rename PROCESSOR_BDVER1. | |
365 | (processor_type): Ditto. | |
366 | * doc/c-i386.texi: Add bdver2. | |
367 | ||
6e789b26 AM |
368 | 2011-05-10 Alan Modra <amodra@gmail.com> |
369 | ||
370 | * dw2gencfi.c (tc_cfi_endproc): Avoid "set but not used" error. | |
371 | ||
1bce6bd8 PB |
372 | 2011-05-09 Paul Brook <paul@codesourcery.com> |
373 | ||
374 | * config/tc-tic6x.c (streq): Define. | |
375 | (tic6x_get_unwind): New. | |
376 | (s_tic6x_cantunwind, s_tic6x_handlerdata, s_tic6x_endp, | |
377 | s_tic6x_personalityindex, s_tic6x_personality): New functions. | |
378 | (md_pseudo_table): Add "endp", "handlerdata", "personalityindex", | |
379 | "personality" and "cantunwind". | |
380 | (tic6x_regname_to_dw2regnum, tic6x_frame_initial_instructions, | |
381 | tic6x_start_unwind_section, tic6x_unwind_frame_regs, | |
382 | tic6x_pop_rts_offset_little, tic6x_pop_rts_offset_big, | |
383 | tic6x_unwind_reg_from_dwarf, tic6x_flush_unwind_word, | |
384 | tic6x_unwind_byte, tic6x_unwind_2byte, tic6x_unwind_uleb, | |
385 | tic6x_cfi_startproc, output_exidx_entry, tic6x_output_unwinding, | |
386 | tic6x_cfi_endproc): New. | |
387 | * config/tc-tic6x.h (TIC6X_NUM_UNWIND_REGS): Define. | |
388 | (tic6x_unwind_info): New. | |
389 | (tic6x_segment_info_type): Add marked_pr_dependency, unwind and | |
390 | text_unwind. | |
391 | (TARGET_USE_CFIPOP, tc_regname_to_dw2regnum, | |
392 | tc_cfi_frame_initial_instructions, DWARF2_DEFAULT_RETURN_COLUMN, | |
393 | DWARF2_CIE_DATA_ALIGNMENT, tc_cfi_startproc, tc_cfi_endproc, | |
394 | tc_cfi_section_name): Define. | |
395 | * doc/c-tic6x.texi: Document new unwinding directives. | |
396 | * dw2gencfi.c (tc_cfi_startproc, tc_cfi_endproc): Add default | |
397 | definitions. | |
398 | (cfi_insn_data, fde_entry, CFI_adjust_cfa_offset, CFI_return_column, | |
399 | CFI_rel_offset, CFI_escape, CFI_signal_frame, CFI_val_encoded_addr): | |
400 | Move to dw2gencfi.h. | |
401 | (CFI_EMIT_target): Define. | |
402 | (dot_cfi_sections): Check tc_cfi_section_name. | |
403 | (dot_cfi_startproc): Use tc_cfi_startproc. | |
404 | (dot_cfi_endproc): Use tc_cfi_endproc. | |
405 | * dw2gencfi.h (cfi_insn_data, fde_entry, CFI_adjust_cfa_offset, | |
406 | CFI_return_column, CFI_rel_offset, CFI_escape, CFI_signal_frame, | |
407 | CFI_val_encoded_addr): Move to here from dw2gencfi.c. | |
408 | ||
6303c4ae AM |
409 | 2011-05-07 Alan Modra <amodra@gmail.com> |
410 | ||
411 | * dw2gencfi.c (CUR_SEG, SET_CUR_SEG, HANDLED, SET_HANDLED): Define. | |
412 | Use throughout in place of #if SUPPORT_FRAME_LINKONCE. | |
413 | (struct fde_entry): Rename cseg to cur_seg. | |
414 | (cfi_change_reg_numbers): Remove ATTRIBUTE_UNUSED. | |
415 | (get_cfi_seg): Likewise. Use if (SUPPORT_FRAME_LINKONCE) rather | |
416 | that #if SUPPORT_FRAME_LINKONCE. | |
417 | (cfi_finish): Likewise. | |
418 | ||
f3b574bf TG |
419 | 2011-05-06 Tristan Gingold <gingold@adacore.com> |
420 | ||
421 | * read.c (s_comm_internal): Remove code for OBJ_VMS. | |
422 | (s_data): Ditto. | |
423 | (s_text): Ditto. | |
424 | * write.c (write_object_file): Ditto. | |
425 | * symbols.c (define_sym_at_dot): Ditto. | |
426 | (colon): Ditto. | |
427 | ||
67ed7401 AM |
428 | 2011-05-05 Alan Modra <amodra@gmail.com> |
429 | ||
430 | * dw2gencfi.c (SUPPORT_FRAME_LINKONCE): Define. Use throughout | |
431 | file to conditionally compile code added 2011-04-26. | |
432 | (cfi_change_reg_numbers): Add ATTRIBUTE_UNUSED on params only used | |
433 | when SUPPORT_FRAME_LINKONCE. | |
434 | (get_cfi_seg): Likewise. Reintroduce old code for when not | |
435 | SUPPORT_FRAME_LINKONCE. | |
436 | (cfi_finish): Move get_cfi_seg calls out of loop when not | |
437 | SUPPORT_FRAME_LINKONCE. Avoid unused var warning. | |
438 | ||
2fbb87f6 PB |
439 | 2011-05-03 Paul Brook <paul@codesourcery.com> |
440 | ||
2fbb87f6 PB |
441 | * config/tc-tic6x.c (s_ehtype): New function. |
442 | (md_pseudo_table): Add "ehtype". | |
443 | (tic6x_fix_adjustable, md_apply_fix): BFD_RELOC_C6000_EHTYPE. | |
444 | * doc/c-tic6x.texi: Document .ehtype directive. | |
445 | ||
72b016b4 NC |
446 | 2011-04-26 Kai Tietz <ktietz@redhat.com> |
447 | ||
448 | * dw2gencfi.c (dwcfi_seg_list): New struct. | |
449 | (dwcfi_hash): New static hash variable. | |
450 | (get_debugseg_name): New. | |
451 | (alloc_debugseg_item): New. | |
452 | (make_debug_seg): New. | |
453 | (dwcfi_hash_insert): New. | |
454 | (dwcfi_hash_find): New. | |
455 | (dwcfi_hash_find_or_make): New. | |
456 | (cfi_insn_data): New member cur_seg. | |
457 | (cie_entry): Likewise. | |
458 | (fde_entry): New cseg and handled members. | |
459 | (alloc_fde_entry): Initialize cseg member. | |
460 | (alloc_cfi_insn_data): Initialize cur_seg member. | |
461 | (dot_cfi_sections): Compare for beginning of | |
462 | section names via strncmp. | |
463 | (get_cfi_seg): New. | |
464 | (cfi_finish): Treat link-once sections. | |
465 | (is_now_linkonce_segment): New local helper. | |
466 | (output_cie): Ignore cie entries not member of current | |
467 | segment. | |
468 | (output_fde): Likewise. | |
469 | (select_cie_for_fde): Likewise. | |
470 | (cfi_change_reg_numbers): Add new argument for current segment | |
471 | and ignore insn elements, if not part of current segment. | |
472 | * ehopt.c (get_cie_info): Use strncmp for | |
473 | section name matching. | |
474 | (heck_eh_frame): Likewise. | |
475 | ||
15be625d CM |
476 | 2011-04-20 Catherine Moore <clm@codesourcery.com> |
477 | David Ung <davidu@mips.com> | |
478 | ||
479 | * config/mips.c (mips_cl_insn): Add new field complete_p. | |
480 | (create_insn): Initialize complete_p to zero. | |
481 | (BASE_REG_EQ): New. | |
482 | (fix_24k_align_to): New. | |
483 | (fix_24k_store_info): Declare. | |
484 | (fix_24k_sort): New. | |
485 | (fix_24k_record_store_info): New. | |
486 | (nops_for_24k): New. | |
487 | (nops_for_insn): Call nops_for_24k. | |
488 | (append_insn): Move O_constant expression handling. | |
72b016b4 | 489 | |
8ad17b3a AM |
490 | 2011-04-20 Alan Modra <amodra@gmail.com> |
491 | ||
492 | * hash.c (set_gas_hash_table_size): Use bfd_hash_set_default_size. | |
493 | (hash_new_sized): New function, split out from.. | |
494 | (hash_new): ..here. | |
495 | ||
00bbc0bd NC |
496 | 2011-04-19 Nick Clifton <nickc@redhat.com> |
497 | ||
498 | * config/tc-arm.c (v7m_psrs): Revert previous delta. | |
499 | ||
ac7f631b NC |
500 | 2011-04-18 Julian Brown <julian@codesourcery.com> |
501 | Nick Clifton <nickc@redhat.com> | |
502 | ||
503 | * config/tc-arm.c (parse_psr): Use selected_cpu not cpu_variant to | |
504 | detect M-profile targets. | |
505 | (do_t_swi): Exclude v7 and higher variants from arm_ext_os test. | |
506 | (v7m_psrs): Fix typo: basepri_max should be basepri_mask. | |
507 | ||
902cc293 AK |
508 | 2011-04-14 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> |
509 | ||
510 | * config/tc-s390.c (s390_machine): New prototype. | |
511 | (md_pseudo_table): New pseudo-op .machine. | |
512 | (s390_opcode_hash): Initialize to NULL. | |
513 | (s390_parse_cpu): New function. | |
514 | (md_parse_option): Use s390_parse_cpu. | |
515 | (s390_setup_opcodes): New function. | |
516 | (md_begin): Use s390_setup_opcodes. | |
517 | (s390_machine): New hook handling the new .machine pseudo. | |
518 | ||
519 | * doc/c-s390.texi: Document the new pseudo op .machine. | |
520 | ||
2b5d6a91 L |
521 | 2011-04-12 H.J. Lu <hongjiu.lu@intel.com> |
522 | ||
523 | * config/tc-i386.c (i386_mach): Start error message with lower | |
524 | case. | |
525 | (md_begin): Likewise. | |
526 | (md_parse_option): Likewise. | |
527 | (i386_target_format): Likewise. | |
528 | (check_byte_reg): Likewise. | |
529 | (check_long_reg): Likewise. | |
530 | (check_qword_reg): Likewise. | |
531 | (check_word_reg): Likewise. | |
532 | ||
0d9b4b55 NC |
533 | 2011-04-12 Nick Clifton <nickc@redhat.com> |
534 | ||
535 | PR gas/12532 | |
536 | * config/tc-arm.c (relax_branch): Do not relax branches to | |
537 | preemptable global symbols. | |
538 | ||
d2cd1205 JB |
539 | 2011-04-11 Julian Brown <julian@codesourcery.com> |
540 | ||
541 | * config/tc-arm.c (parse_psr): Add LHS argument. Improve support | |
542 | for *APSR bitmasks. | |
543 | (operand_parse_code): Replace OP_PSR with OP_wPSR and OP_rPSR. | |
544 | Remove OP_RVC_PSR. | |
545 | (parse_operands): Likewise. | |
546 | (do_mrs): Tweak error message for constraint. | |
547 | (do_t_mrs): Update constraints for changes to APSR support. | |
548 | (do_t_msr): Likewise. Don't set PSR_f flag here. | |
549 | (psrs): Remove "g", "nzcvq", "nzcvqg". | |
550 | (insns): Tweak entries for msr and mrs instructions. | |
551 | ||
4a57f2cf KT |
552 | 2011-04-11 Kai Tietz <ktietz@redhat.com> |
553 | ||
554 | * config/tc-i386.c (x86_cons): Initialize adjust with zero. | |
555 | ||
249c2423 NC |
556 | 2011-04-11 Nick Clifton <nickc@redhat.com> |
557 | ||
4e4f7c87 NC |
558 | * config/tc-i386.c (x86_cons): Define even for non-ELF targets. |
559 | * config/tc-i386.h (x86_cons): Always prototype. | |
560 | ||
249c2423 NC |
561 | * config/tc-cr16.c (getprocregp_image): Fix type of 'r' parameter |
562 | in order to avoid a compile time warning. | |
563 | (getprocreg_image): Likewise. | |
564 | ||
d86fff44 AM |
565 | 2011-04-11 Alan Modra <amodra@gmail.com> |
566 | ||
567 | * config/tc-cr16.c (getprocreg_image): Correct range check. | |
568 | (getprocregp_image): Likewise. | |
569 | ||
8c5fc800 JM |
570 | 2011-04-06 Joseph Myers <joseph@codesourcery.com> |
571 | ||
572 | * configure.tgt (strongarm*be, strongarm*b, strongarm*, | |
573 | xscale*be|xscale*b, xscale*): Remove architectures. | |
574 | (thumb-*-coff, thumb-*-rtems*, thumb-*-elf, thumb-epoc-pe, | |
575 | thumb-*-pe, xscale-*-coff, xscale-*-elf): Remove targets. | |
576 | ||
592588f3 TG |
577 | 2011-04-01 Tristan Gingold <gingold@adacore.com> |
578 | ||
579 | * config/tc-ia64.c (md_apply_fix): Add a cast to avoid a warning. | |
580 | ||
ac145307 BS |
581 | 2011-03-31 Bernd Schmidt <bernds@codesourcery.com> |
582 | ||
583 | * config/tc-tic6x.c (sbss_section, scom_section, scom_symbol): New | |
584 | static variables. | |
585 | (md_begin): Initialize them. | |
586 | (s_tic6x_scomm): New static function. | |
587 | (md_pseudo_table): Add "scomm". | |
588 | (tc_gen_reloc): Really undo all adjustments made by | |
589 | bfd_install_relocation. | |
590 | * doc/c-tic6x.texi: Document the .scomm directive. | |
591 | ||
fc0eebac TG |
592 | 2011-03-31 Tristan Gingold <gingold@adacore.com> |
593 | ||
594 | * dwarf2dbg.c (DWARF2_VERSION): Define. | |
595 | (out_debug_line): Use it. | |
596 | (out_debug_aranges): Ditto. | |
597 | (out_debug_info): Ditto. | |
598 | * config/tc-ia64.h (DWARF2_VERSION): Override it. | |
599 | ||
f956bf33 NC |
600 | 2011-03-30 Michael Snyder <msnyder@vmware.com> |
601 | ||
602 | * obj-elf.c (obj_elf_section): Free malloced name. | |
4ac14836 NC |
603 | * macro.c (get_any_string): Free malloced br_buf. |
604 | (do_formals): Free 'formal'. | |
f956bf33 | 605 | |
c734e7e3 TG |
606 | 2011-03-30 Tristan Gingold <gingold@adacore.com> |
607 | ||
608 | * config/tc-ppc.c (ppc_frob_symbol): Convert stsym symbols value | |
609 | to offset only if within is set. | |
610 | (ppc_stabx): Reformat. For stsym stabs, add a check and set | |
611 | within only for symbols. | |
612 | ||
af3ecb4a RH |
613 | 2011-03-29 Richard Henderson <rth@redhat.com> |
614 | ||
615 | PR 12610 | |
616 | * config/tc-alpha.c (s_alpha_align): Don't auto-align a previous | |
617 | label; zap alpha_insn_label. | |
618 | ||
75c1c785 L |
619 | 2011-03-29 H.J. Lu <hongjiu.lu@intel.com> |
620 | ||
621 | * config/tc-i386.c (handle_quad): Properly handle multiple | |
622 | operands. | |
623 | ||
fc99ebdc MF |
624 | 2011-03-29 Mike Frysinger <vapier@gentoo.org> |
625 | ||
626 | * config/bfin-parse.y (BYTEUNPACK): Return yyerror when dest | |
627 | reg $2 is the same as dest reg $4. | |
628 | ||
3823a074 MF |
629 | 2011-03-29 Mike Frysinger <vapier@gentoo.org> |
630 | ||
631 | * config/bfin-parse.y (BYTEOP16M): Return yyerror when dest | |
632 | reg $2 is the same as dest reg $4. | |
633 | ||
0be99d4b MF |
634 | 2011-03-29 Mike Frysinger <vapier@gentoo.org> |
635 | ||
636 | * config/bfin-parse.y (BYTEOP16P): Return yyerror when dest | |
637 | reg $2 is the same as dest reg $4. | |
638 | ||
f4a2f576 MF |
639 | 2011-03-28 Mike Frysinger <vapier@gentoo.org> |
640 | ||
641 | * config/bfin-parse.y (16bit acc add): Return yyerror when dest | |
642 | reg $1 is the same as dest reg $7. | |
643 | ||
314a59d5 L |
644 | 2011-03-28 H.J. Lu <hongjiu.lu@intel.com> |
645 | ||
646 | * config/tc-i386.c (handle_quad): New. | |
647 | (md_pseudo_table): Add "quad". | |
648 | ||
5b806d27 NC |
649 | 2011-03-26 John Marino <binutils@marino.st> |
650 | ||
651 | * configure.tgt: Fix support for *-*-dragonfly*. | |
652 | * config/tc-i386.c: define SVR4_COMMENT_CHARS for dragonfly. | |
653 | * config/te-dragonfly.h: New file. | |
654 | ||
b8c610a7 EW |
655 | 2011-03-24 Eric B. Weddington <eric.weddington@atmel.com> |
656 | ||
657 | * config/tc-avr.c (mcu_types): Add new devices: atmega325pa, | |
658 | atmega3250pa, atmega3290pa, atmega16hvbrevb, atmega32hvbrevb, | |
659 | at90pwm161. | |
660 | * doc/c-avr.texi: Document new device names. | |
661 | ||
2dd0dc94 MF |
662 | 2011-03-24 Mike Frysinger <vapier@gentoo.org> |
663 | ||
664 | * config/bfin-parse.y (dual 32bit add/sub): Return yyerror when dest | |
665 | reg $1 is the same as dest reg $7. | |
666 | (quad 16bit add/sub): Return yyerror when dest reg $1 is the same as | |
667 | dest reg $7. | |
668 | ||
a0bc8198 MF |
669 | 2011-03-24 Mike Frysinger <vapier@gentoo.org> |
670 | ||
671 | * config/bfin-parse.y (check_macfuncs): Clarify error message when | |
672 | P is mismatched. Check destination regno are off by one when P is | |
673 | set, or are equal when P is not set. | |
674 | ||
ba48c47b MF |
675 | 2011-03-23 Mike Frysinger <vapier@gentoo.org> |
676 | ||
677 | * config/bfin-parse.y (SEARCH): Return yyerror when dest reg $2 is | |
678 | the same as dest reg $4. | |
679 | (BITMUX): Return yyerror when dest reg $3 is the same as dest reg $5. | |
680 | ||
6f8a4444 EW |
681 | 2011-03-23 Eric B. Weddington <eric.weddington@atmel.com> |
682 | ||
683 | * config/tc-avr.c (mcu_types): Add new xmega devices: atxmega64a1u, | |
684 | atxmega128a1u, atxmega16x1, atxmega32x1, atxmega128b1, atxmega256a3bu. | |
685 | * doc/c-avr.texi: Document new device names. | |
686 | ||
8cc66334 EW |
687 | 2011-03-22 Eric B. Weddington <eric.weddington@atmel.com> |
688 | ||
689 | * config/tc-avr.c (struct avr_opcodes_s): Add opcode field. | |
690 | (AVR_INSN): Change definition to match. | |
691 | (avr_opcodes): Likewise, change to match. | |
692 | (mcu_types): Add XMEGA architecture names and new XMEGA device names. | |
693 | (md_show_usage): Add XMEGA architecture names. | |
694 | (avr_operand): Add 'E' constraint for DES instruction of XMEGA devices. | |
695 | Add support for SPM Z+ instruction. | |
696 | * doc/c-avr.texi: Add documentation for XMEGA architectures and | |
697 | devices. | |
698 | ||
4fb8d1c6 EW |
699 | 2011-03-21 Eric B. Weddington <eric.weddington@atmel.com> |
700 | ||
701 | * config/tc-avr.c (md_show_usage): Add "Assembler" text to output. | |
702 | ||
869fe6ea AM |
703 | 2011-03-18 Alan Modra <amodra@gmail.com> |
704 | ||
705 | * config/obj-elf.c (elf_frob_symbol): Report S_SET_SIZE symbol | |
706 | on .size expression errors rather than symbols in the size expression. | |
707 | ||
144886fa AM |
708 | 2011-03-18 Alan Modra <amodra@gmail.com> |
709 | ||
710 | * input-scrub.c (line_numberT): Delete. | |
711 | (input_scrub_close): Reset line counters. | |
712 | * messages.c (as_show_where): Don't print invalid line number. | |
713 | (as_warn_internal, as_bad_internal): Likewise. | |
714 | ||
04648e65 AM |
715 | 2011-03-18 Alan Modra <amodra@gmail.com> |
716 | ||
717 | * read.c (read_a_source_file): Remove md_after_pass_hook. | |
718 | Move "quit" label before set of dot_symbol. | |
719 | * config/tc-d10v.h (md_after_pass_hook): Don't define. | |
720 | * config/tc-d30v.h (md_after_pass_hook): Likewise. | |
721 | * config/tc-m32r.h (md_after_pass_hook): Likewise. | |
722 | (md_cleanup): Define to call m32r_fill_insn. | |
723 | ||
db3a4e40 AK |
724 | 2011-03-18 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> |
725 | ||
726 | * config/tc-s390.c (md_parse_option): Add -march=all option which | |
727 | switches to the highest available CPU. | |
728 | ||
259af69e AM |
729 | 2011-03-17 Alan Modra <amodra@gmail.com> |
730 | ||
731 | PR 12569 | |
732 | * expr.c (operand): Correct passing of "mode" to expr. | |
733 | * read.c (do_org): Allow expr_section. | |
734 | (get_known_segmented_expression): Don't assert anything about the | |
735 | segment. | |
736 | ||
21be61f5 L |
737 | 2011-03-16 H.J. Lu <hongjiu.lu@intel.com> |
738 | ||
739 | * as.c (show_usage): Add --size-check=. | |
740 | (parse_args): Add and handle OPTION_SIZE_CHECK. | |
741 | ||
742 | * as.h (flag_size_check): New. | |
743 | ||
744 | * config/obj-elf.c (elf_frob_symbol): Use as_bad to report | |
745 | bad .size directive only for --size-check=error. | |
746 | ||
747 | * doc/as.texinfo: Document --size-check=. | |
748 | ||
7f35e991 MF |
749 | 2011-03-14 Mike Frysinger <vapier@gentoo.org> |
750 | ||
751 | * config/tc-bfin.c (bfin_cpus[]): Add 0.4 for | |
752 | bf542/bf544/bf547/bf548/bf549. | |
753 | ||
34e77a92 RS |
754 | 2011-03-14 Richard Sandiford <richard.sandiford@linaro.org> |
755 | ||
756 | * config/tc-arm.c (md_pcrel_from_section): Use S_FORCE_RELOC to | |
757 | determine whether a relocation is needed. | |
758 | (md_apply_fix, arm_apply_sym_value): Likewise. | |
759 | ||
35fc36a8 RS |
760 | 2011-03-14 Richard Sandiford <richard.sandiford@linaro.org> |
761 | ||
762 | * config/tc-arm.c (arm_adjust_symtab): Set the branch type | |
763 | for Thumb symbols. | |
764 | ||
502df130 NC |
765 | 2011-03-11 Nick Clifton <nickc@redhat.com> |
766 | ||
767 | * remap.c (remap_debug_filename): Always allocate a buffer for the | |
768 | returned pointer. | |
769 | * stabs.c (stabs_generate_asm_file): Free the pointer returned by | |
770 | remap_debug_filename. | |
771 | ||
5652b491 MS |
772 | 2011-03-10 Michael Snyder <msnyder@vmware.com> |
773 | ||
774 | Revert the following change: | |
775 | * dwarf2dbg.c (out_file_list): Free malloced 'dir'. | |
776 | (out_debug_info): Free malloced 'dirname' and 'comp_dir'. | |
777 | ||
293855c8 AM |
778 | 2011-03-10 Alan Modra <amodra@gmail.com> |
779 | ||
780 | * gas/config/obj-elf.h (ELF_TARGET_SYMBOL_FIELDS, | |
781 | TARGET_SYMBOL_FIELDS): Don't define. | |
782 | * gas/config/tc-arc.c (arc_common): Use correct symbol "local" field. | |
783 | ||
9f6db0d3 MS |
784 | 2011-03-09 Michael Snyder <msnyder@vmware.com> |
785 | ||
786 | * dwarf2dbg.c (out_file_list): Free malloced 'dir'. | |
787 | (out_debug_info): Free malloced 'dirname' and 'comp_dir'. | |
5652b491 MS |
788 | (emit_fixed_inc_line_addr): Assign instead of conditional in |
789 | assert. | |
9f6db0d3 | 790 | |
49002d7f L |
791 | 2011-03-05 H.J. Lu <hongjiu.lu@intel.com> |
792 | ||
793 | * config/obj-elf.c (elf_frob_symbol): Mention symbol name in | |
794 | non-constant .size expression. | |
795 | ||
14aa5a8b NC |
796 | 2011-03-02 Nick Clifton <nickc@redhat.com> |
797 | ||
798 | * ecoff.c: Incldue filenames.h | |
799 | ||
8b6efd89 KT |
800 | 2011-02-28 Kai Tietz <kai.tietz@onevision.com> |
801 | ||
802 | * depend.c (register_dependency): Use filename_(n)cmp. | |
803 | * dwarf2dbg.c (get_filenum): Likewise. | |
804 | * ecoff.c (add_file): Likewise. | |
805 | (ecoff_generate_asm_lineno): Likewise. | |
806 | * input-scrub.c (new_logical_line_flags): Likewise. | |
807 | * listing.c (file_info): Likewise. | |
808 | (listing_newline): Likewise. | |
809 | * remap.c (remap_debug_filename): Likewise. | |
810 | * stabs.c (generate_asm_file): Likewise. | |
811 | (stabs_generate_asm_lineno): Likewise. | |
812 | ||
d455268f MR |
813 | 2011-02-28 Maciej W. Rozycki <macro@codesourcery.com> |
814 | ||
815 | * config/tc-mips.c (append_insn): Disable branch relaxation for | |
816 | DSP instructions. | |
817 | ||
3eebd5eb MR |
818 | 2011-02-28 Maciej W. Rozycki <macro@codesourcery.com> |
819 | ||
820 | * config/tc-mips.c (macro): Handle M_PREF_AB. | |
821 | ||
66b3e8da MR |
822 | 2011-02-28 Maciej W. Rozycki <macro@codesourcery.com> |
823 | ||
824 | * config/tc-mips.c (RELAX_BRANCH_ENCODE): Encode the temporary | |
825 | register to use. | |
826 | (RELAX_BRANCH_UNCOND): Adjust accordingly. | |
827 | (RELAX_BRANCH_LIKELY): Likewise. | |
828 | (RELAX_BRANCH_LINK): Likewise. | |
829 | (RELAX_BRANCH_TOOFAR): Likewise. | |
830 | (RELAX_BRANCH_AT): New macro. | |
831 | (append_insn): Encode the temporary register to use in standard | |
832 | MIPS branch relaxation. | |
833 | (relaxed_branch_length): Update according to changes to | |
834 | RELAX_BRANCH_ENCODE. | |
835 | (md_convert_frag): Use the encoded register as the temporary. | |
836 | ||
ce70d90a MR |
837 | 2011-02-28 Maciej W. Rozycki <macro@codesourcery.com> |
838 | ||
839 | * config/tc-mips.c (mips_fix_adjustable): On REL targets also | |
840 | reject PC-relative relocations. | |
841 | ||
5c4f07ba MR |
842 | 2011-02-28 Maciej W. Rozycki <macro@codesourcery.com> |
843 | ||
844 | * config/tc-mips.c (md_convert_frag): Correct message | |
845 | capitalization. | |
846 | ||
5a0ade8b AM |
847 | 2011-02-28 Alan Modra <amodra@gmail.com> |
848 | ||
849 | * symbols.c (report_op_error): Remove unnecessary forward declaration. | |
850 | Add "op" parameter. Report operator and operand segments in error | |
851 | message, not operand symbols. | |
852 | (resolve_symbol_value): Always set segment for equated symbols, not | |
853 | just when finalizing. Adjust report_op_error calls. | |
854 | ||
f2d8a97c L |
855 | 2011-02-25 H.J. Lu <hongjiu.lu@intel.com> |
856 | ||
7f648587 L |
857 | * config/tc-i386.c (reloc): Don't sign-check 4-byte relocations |
858 | if 64bit relocations aren't allowed. | |
f2d8a97c | 859 | |
e1e90034 AM |
860 | 2011-02-25 Alan Modra <amodra@gmail.com> |
861 | ||
862 | PR gas/12519 | |
863 | * config/obj-elf.c (elf_frob_symbol): Properly handle size expression. | |
864 | ||
dfa58db1 MR |
865 | 2011-02-21 Maciej W. Rozycki <macro@codesourcery.com> |
866 | ||
867 | * config/tc-mips.c (mips_ip) <'o'>: Remove duplicate | |
868 | initialization of offset_reloc. | |
869 | ||
d58a1929 RH |
870 | 2011-02-15 Richard Henderson <rth@redhat.com> |
871 | ||
872 | * dw2gencfi.c (dot_cfi_dummy): New. | |
873 | (cfi_pseudo_table) [!TARGET_USE_CFIPOP]: New. | |
874 | * read.c (pobegin): Unconditionally call cfi_pop_insert. | |
875 | ||
822ce8ee RW |
876 | 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
877 | ||
878 | * configure: Regenerate. | |
879 | ||
36f44611 MF |
880 | 2011-02-13 Mike Frysinger <vapier@gentoo.org> |
881 | ||
882 | * config/bfin-lex.l (BYTEOP2M): Remove tokenization. | |
883 | * config/bfin-parse.y (BYTEOP2M): Delete token. | |
884 | (asm_1): Remove BYTEOP2M insn matching. | |
885 | ||
26bb3ddd MF |
886 | 2011-02-12 Mike Frysinger <vapier@gentoo.org> |
887 | ||
888 | * config/bfin-defs.h: Include opcode/bfin.h. | |
889 | (M_S2RND, M_T, M_W32, M_FU, M_TFU, M_IS, M_ISS2, M_IH, M_IU): Delete. | |
890 | ||
347d120a MF |
891 | 2011-02-11 Mike Frysinger <vapier@gentoo.org> |
892 | ||
893 | * doc/c-bfin.texi (Instruction Delimiting): Fix occur typo. | |
894 | (Modify Registers): Fix subtracted typo. | |
895 | (.byte2): Extend and swap descriptions with .byte4. | |
896 | (.byte4): Extend and swap descriptions with .byte2. | |
897 | (.db, .dw, .dd): Document behavior. | |
898 | ||
5f956293 MF |
899 | 2011-02-11 Mike Frysinger <vapier@gentoo.org> |
900 | ||
901 | * config/bfin-parse.y (TESTSET): Reject REG_SP and REG_FP. | |
902 | ||
c0e524fe AM |
903 | 2011-02-11 Alan Modra <amodra@gmail.com> |
904 | ||
905 | * doc/c-ppc.texi (PowerPC-Opts <-nops>): Clarify. | |
906 | ||
635fb38d AM |
907 | 2011-02-10 Alan Modra <amodra@gmail.com> |
908 | ||
909 | * doc/as.texinfo (Overview): Add missing markup around Blackfin | |
910 | and PowerPC options. | |
911 | ||
b8b738ac AM |
912 | 2011-02-10 Alan Modra <amodra@gmail.com> |
913 | ||
914 | * config/tc-ppc.c (md_show_usage): Remove -l and -b. Add -K PIC. | |
915 | * doc/as.texinfo: Refer to and include c-ppc.texi for PowerPC options. | |
916 | (Overview <Target PowerPC options>): Add a number of missing options. | |
917 | * doc/c-ppc.texi: Likewise. Add markup for use in manpage generation. | |
918 | ||
2dde1948 L |
919 | 2011-02-08 H.J. Lu <hongjiu.lu@intel.com> |
920 | ||
921 | PR gas/6957 | |
922 | * config/tc-i386.c (i386_align_code): Use f32_patt when tuning | |
923 | for i686. | |
924 | ||
a586129e L |
925 | 2011-02-08 H.J. Lu <hongjiu.lu@intel.com> |
926 | ||
927 | * config/tc-i386.c (set_cpu_arch): Also update cpu_arch_isa_flags | |
928 | for ISA extensions. | |
929 | (md_parse_option): Likewise. | |
930 | ||
98d23bef BS |
931 | 2011-02-04 Bernd Schmidt <bernds@codesourcery.com> |
932 | ||
933 | * doc/as.texinfo (Target TIC6X options): Don't mention "-matomic". | |
934 | * doc/c-tic6x.texi (TIC6X Directives): Don't mention ".atomic". | |
935 | (TIC6X Options): Don't mention "-matomic". | |
936 | * config/tc-tic6x.c (OPTION_MATOMIC, OPTION_MNO_ATOMIC): Delete. | |
937 | (md_longopts): Remove corresponding entries. | |
938 | (md_parse_option): Don't handle them. | |
939 | (md_show_usage): Don't document them. | |
940 | (tic6x_atomic): Delete variable. | |
941 | (tic6x_update_features): Always copy tic6x_arch_enable to | |
942 | tic6x_features. | |
943 | (tic6x_arch_enable): Remove references to TIC6X_INSN_ATOMIC. | |
944 | (s_tic6x_atomic, s_tic6x_noatomic): Remove functions. | |
945 | (md_pseudo_table): Remove ".atomic" and ".noatomic". | |
946 | ||
a22429b9 NC |
947 | 2011-01-31 Nick Clifton <nickc@redhat.com> |
948 | ||
949 | * write.c (write_contents): Include output file name and bfd error | |
950 | value when reporting the inability to write to the output file. | |
951 | * config/tc-rx.c (rx_handle_align): Do not insert NOPs into align | |
952 | frag that has a non-zero fill value. | |
953 | ||
eb6fae19 DD |
954 | 2011-01-27 DJ Delorie <dj@redhat.com> |
955 | ||
956 | * config/tc-rx.c (md_convert_frag): If we can't compute the target | |
957 | address, zero out the values stored in the object file to make | |
958 | objdump's output consistent. | |
959 | ||
ca19b261 KT |
960 | 2011-01-26 Kai Tietz <kai.tietz@onevision.com> |
961 | ||
962 | * config/tc-i386.c (md_begin): Set for x64 windows COFF target | |
963 | x86_dwarf2_return_column to 32. | |
964 | ||
b37a4e79 NC |
965 | 2011-01-20 Nick Clifton <nickc@redhat.com> |
966 | ||
967 | PR gas/12384 | |
968 | * config/tc-h8300.c (constant_fits_width_p): Use correct type for | |
969 | comparison. | |
970 | ||
6ac88ef3 L |
971 | 2011-01-18 H.J. Lu <hongjiu.lu@intel.com> |
972 | ||
973 | * write.c (compress_debug): Return if section size is smaller | |
974 | than 32 bytes. | |
975 | ||
24a2d04d L |
976 | 2011-01-18 H.J. Lu <hongjiu.lu@intel.com> |
977 | ||
978 | PR gas/12409 | |
979 | * write.c (compress_debug): Return if section size is 0. | |
980 | ||
4a58c4bd NC |
981 | 2011-01-18 Mingfeng Wu <mingfeng@faraday-tech.com> |
982 | ||
983 | * config/tc-arm.c (arm_cpus): Add Faraday ARMv5TE compatible | |
984 | cores: fa606te, fa616te, fmp626. Modify the VFP of fa626te. | |
985 | * doc/c-arm.texi (ARM Options): Add -mcpu={fa606te, fa616te, | |
986 | fmp626} options. | |
987 | ||
7c31ae13 NC |
988 | 2011-01-18 Nick Clifton <nickc@redhat.com> |
989 | ||
990 | PR gas/12390 | |
991 | * doc/all.texi: Add NS32K | |
992 | * doc/as.texinfo: Remove target specific details of which | |
993 | characters act as comment initiators and statement separators into | |
994 | individual target specific files. | |
995 | * doc/c-alpha.texi (Alpha-Chars): Document special behaviour of | |
996 | the hash character at the start of a line. | |
997 | * doc/c-arm.texi (ARM-Chars): Likewise. | |
998 | * doc/c-avr.texi (AVR-Chars): Likewise. | |
999 | * doc/c-d10v.texi (D10V-Chars): Likewise. | |
1000 | * doc/c-d30v.texi (D30V-Chars): Likewise. | |
1001 | * doc/c-mmix.texi (MMIX-Chars): Likewise. | |
1002 | * doc/c-s390.texi (s390 characters): Likewise. | |
1003 | * doc/c-sh.texi (SH-Chars): Likewise. | |
1004 | * doc/c-sh64.texi (SH64-Chars): Likewise. | |
1005 | * doc/c-sparc.texi (SPARC-Chars): Likewise. | |
1006 | * doc/c-tic6x.texi (TIC6X Syntax): Likewise. | |
1007 | * doc/c-xtensa.texi (Xtensa Syntax): Likewise. | |
1008 | * doc/c-z80.texi (Z80-Chars): Likewise. | |
1009 | * doc/c-z8k.texi (Z8000-Chars): Likewise. | |
1010 | * doc/c-pdp11.texi (PDP11-Syntax): Document line separator character. | |
1011 | * doc/c-arc.texi (ARC-Chars): Fill in this subsection. | |
1012 | * doc/c-bfin.texi (Blackfin Syntax): Document line comment and | |
1013 | line separator characters. | |
1014 | * doc/c-cr16.texi (CR16 Syntax): Likewise. | |
1015 | * doc/c-i386.texi (i386-Chars): Likewise. | |
1016 | * doc/c-i860.texi (i860-Chars): Likewise. | |
1017 | * doc/c-i960.texi (i960-Chars): Likewise. | |
1018 | * doc/c-ip2k.texi (IP2K-Chars): Likewise. | |
1019 | * doc/c-lm32.texi (LM32-Chars): likewise. | |
1020 | * doc/c-m32c.texi (M32C-Chars): Likewise. | |
1021 | * doc/c-m68hc11.texi (M68HC11-syntax): Likewise. | |
1022 | * doc/c-m68k.texi (M68K-Chars): Likewise. | |
1023 | * doc/c-microblaze.texi (MicroBlaze-Chars): Likewise. | |
1024 | * doc/c-msp430.texi (MSP430-Chars): Likewise. | |
1025 | * doc/c-mt.texi (MT-Chars): Likewise. | |
1026 | * doc/c-ns32k.texi (NS32K-Chars): Likewise. | |
1027 | * doc/c-pj.texi (PJ-Chars): Likewise. | |
1028 | * doc/c-ppc.texi (PowerPC-Chars): Likewise. | |
1029 | * doc/c-rx.texi (RX-Chars): Likewise. | |
1030 | * doc/c-score.texi (SCORE-Chars): Likewise. | |
1031 | * doc/c-tic54x.texi (TIC54X-Chars): Likewise. | |
1032 | * doc/c-v850.texi (V850-Chars): Likewise. | |
1033 | * doc/c-vax.texi (VAX-Chars): Likewise. | |
1034 | * doc/c-xc16x.texi (xc16x-Chars): Likewise. | |
1035 | ||
2a2a0f38 QN |
1036 | 2011-01-17 Quentin Neill <quentin.neill@amd.com> |
1037 | ||
1038 | * config/tc-i386.c (cpu_arch): Add CPU_TBM_FLAGS. | |
1039 | ||
1040 | * doc/c-i386.texi (i386-TBM): New section. | |
1041 | ||
862be3fb L |
1042 | 2011-01-16 H.J. Lu <hongjiu.lu@intel.com> |
1043 | ||
1044 | * config/tc-i386.c (disallow_64bit_disp): Renamed to ... | |
1045 | (disallow_64bit_reloc): This. | |
1046 | (md_assemble): Don't check movabs for x32 mode here. | |
1047 | (i386_target_format): Updated. | |
1048 | (tc_gen_reloc): Check if 64bit relocations are allowed. | |
1049 | ||
7f56bc95 L |
1050 | 2011-01-15 H.J. Lu <hongjiu.lu@intel.com> |
1051 | ||
1052 | * config/tc-i386.c (disallow_64bit_disp): New. | |
1053 | (x86_elf_abi): Replace X86_64_LP64_ABI/X86_64_ILP32_ABI with | |
1054 | X86_64_ABI/X86_64_X32_ABI. | |
1055 | (md_assemble): Don't allow movabs with relocation in x32 mode. | |
1056 | (i386_target_format): Updated. | |
1057 | ||
570561f7 L |
1058 | 2011-01-14 H.J. Lu <hongjiu.lu@intel.com> |
1059 | ||
1060 | * config/tc-i386.c (OPTION_N32): Renamed to ... | |
1061 | (OPTION_X32): This. | |
1062 | (md_longopts): Replace n32 with x32. | |
1063 | (md_parse_option): Updated. | |
1064 | (md_show_usage): Likewise. | |
1065 | ||
4a22cb7c | 1066 | * doc/c-i386.texi: Replace --n32 with --x32. |
570561f7 | 1067 | |
c95354ed MX |
1068 | 2011-01-11 Mingjie Xing <mingjie.xing@gmail.com> |
1069 | ||
1070 | * config/tc-mips.c (mips_ip): Update error messages. Take an | |
1071 | unadjusted offset for "+c" argument. | |
1072 | ||
7af8ed2d NC |
1073 | 2011-01-10 Nick Clifton <nickc@redhat.com> |
1074 | ||
1075 | * config/tc-i386.c (x86_elf_abi): Only define for targets that use | |
1076 | it. | |
1077 | ||
cdf9ccec NC |
1078 | 2011-01-10 Nick Clifton <nickc@redhat.com> |
1079 | ||
1080 | * config/tc-arm.c (s_arm_tls_desceq): Move code into ELF-only | |
1081 | part of the file. | |
1082 | ||
0855e32b NS |
1083 | 2011-01-10 Nathan Sidwell <nathan@codesourcery.com> |
1084 | Glauber de Oliveira Costa <glommer@gmail.com> | |
1085 | ||
1086 | * doc/c-arm.texi: Document TLSDESC and TLSCALL relocations, and | |
1087 | .tlsdescseq directive. | |
1088 | * config/tc-arm.c (arm_typed_reg_parse): Check for potential reloc | |
1089 | following a symbol. | |
1090 | (s_arm_tls_descseq): New directive. | |
1091 | (md_pseudo_table): Add it. | |
1092 | (encode_branch): Allow TLS_CALL relocs too. | |
1093 | (do_t_blx, do_t_branch23): Use encode_branch. | |
1094 | (reloc_names): Add tlsdesc and tlscall. | |
1095 | (md_apply_fix): Process tls desc relocations. | |
1096 | (tc_gen_reloc): Likewise. | |
1097 | (arm_fix_adjustable): Likewise. | |
1098 | ||
87973e9f QN |
1099 | 2011-01-07 Quentin Neill <quentin.neill@amd.com> |
1100 | ||
1101 | * config/tc-i386.c (cpu_arch): Add CPU_BMI_FLAGS. | |
1102 | ||
1103 | * doc/c-i386.texi (i386-BMI): New section. | |
1104 | ||
12505806 PK |
1105 | 2011-01-06 Paul Koning <ni1d@arrl.net> |
1106 | ||
1107 | * config/tc-pdp11.c (parse_op_no_deferred): Allow PC-relative | |
1108 | references to absolute addresses. | |
1109 | ||
9689e3a3 DD |
1110 | 2011-01-05 DJ Delorie <dj@redhat.com> |
1111 | ||
1112 | * config/tc-rx.c (tc_gen_reloc): Emit an RX_OP_NEG expression | |
1113 | instead of an RH_NEG32 one. | |
1114 | ||
35cc6a0b L |
1115 | 2011-01-05 Jonathan Wakely <jwakely.gcc@gmail.com> |
1116 | ||
1117 | * doc/c-i386.texi: Clarify --n32. | |
1118 | ||
f12dc422 L |
1119 | 2011-01-04 H.J. Lu <hongjiu.lu@intel.com> |
1120 | ||
1121 | * config/tc-i386.c (build_modrm_byte): Allow encoding 32/64bit | |
1122 | integer registers in VEX.vvvv. Check register-only source | |
1123 | operand when two source operands are swapped. Properly update | |
1124 | destination when two source operands are swapped. | |
1125 | ||
0db46eb4 L |
1126 | 2011-01-01 H.J. Lu <hongjiu.lu@intel.com> |
1127 | ||
1128 | * gas.c (parse_args): Update copyright to 2011. | |
1129 | ||
5b326c3e | 1130 | For older changes see ChangeLog-2010 |
08d56133 NC |
1131 | \f |
1132 | Local Variables: | |
1133 | mode: change-log | |
1134 | left-margin: 8 | |
1135 | fill-column: 74 | |
1136 | version-control: never | |
1137 | End: |