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