]>
Commit | Line | Data |
---|---|---|
4bafe00e DM |
1 | 2011-09-21 David S. Miller <[email protected]> |
2 | ||
3 | * config/tc-sparc.c (hwcap_allowed): New. | |
4 | (struct sparc_arch): New field 'hwcap_allowed' containing a bitmask | |
5 | of F_FOO flags which are enabled by the particular arch setting. | |
6 | Add new options that provide explicit access to new instructions. | |
7 | (md_parse_option): Only bump max_architecture if the requested one | |
8 | is larger, or this is the first explicit request. | |
9 | (get_hwcap_name): New function. | |
10 | (sparc_ip): Validate that hwcaps used by an instruction have actually | |
11 | been enabled. | |
12 | * doc/c-sparc.texi: Document new sparc options. | |
13 | ||
9e8c70f9 DM |
14 | 2011-09-21 David S. Miller <[email protected]> |
15 | ||
16 | * config/tc-sparc.c (hwcap_seen): New bitmask, defined when | |
17 | not TE_SOLARIS. | |
18 | (sparc_ip): When not TE_SOLARIS, accumulate hwcap bits from | |
19 | sparc_opcode->flags of instruction into hwcap_seen. | |
20 | (sparc_md_end): Create Tag_GNU_Sparc_HWCAPS attribute if | |
21 | hwcap_seen is non-zero and not TE_SOLARIS. | |
22 | ||
a06413e3 TG |
23 | 2011-09-19 Tristan Gingold <[email protected]> |
24 | ||
25 | * config/tc-alpha.c (insert_operand): Call as_bad_value_out_of_range | |
26 | instead of as_warn_out_of_range. | |
27 | ||
f124dd4f DM |
28 | 2011-09-08 Mark Fortescue <[email protected]> |
29 | ||
30 | * config/tc-sparc.c (sparc_ip): Handle 'i' + r<0..31> | |
31 | in addition to 'i' + [goli]<0..7>. | |
32 | ||
32425e36 NC |
33 | 2011-09-08 Joern Rennecke <[email protected]> |
34 | ||
35 | * cgen.c (gas_cgen_pcrel_r_type): New function. | |
36 | (gas_cgen_tc_gen_reloc): Check for GAS_CGEN_PCREL_R_TYPE. | |
37 | * cgen.h (gas_cgen_pcrel_r_type): Declare. | |
38 | ||
48b07401 RS |
39 | 2011-09-08 Richard Sandiford <[email protected]> |
40 | ||
41 | PR gas/13167 | |
42 | * dwarf2dbg.c (dwarf2_flush_pending_lines): Use symbol_temp_new_now. | |
43 | ||
5045d766 RS |
44 | 2011-09-05 Richard Sandiford <[email protected]> |
45 | ||
46 | PR gas/13024 | |
47 | * dwarf2dbg.c (pending_lines, pending_lines_tail): New variables. | |
48 | (dwarf2_gen_line_info_1): Delete. | |
49 | (dwarf2_push_line, dwarf2_flush_pending_lines): New functions. | |
50 | (dwarf2_gen_line_info, dwarf2_emit_label): Use them. | |
51 | (dwarf2_consume_line_info): Call dwarf2_flush_pending_lines. | |
52 | (dwarf2_directive_loc): Push previous .locs instead of generating | |
53 | them immediately. | |
54 | ||
7cf80422 NC |
55 | 2011-08-26 Nick Clifton <[email protected]> |
56 | ||
57 | * po/es.po: Updated Spanish translation. | |
58 | ||
0ac5db19 TG |
59 | 2011-08-26 Tristan Gingold <[email protected]> |
60 | ||
61 | * config/tc-alpha.c (s_alpha_linkage): Simplify. Add comments. | |
62 | ||
63 | 2011-08-26 Tristan Gingold <[email protected]> | |
64 | ||
65 | * config/tc-alpha.c (add_to_link_pool): Improve comment. | |
66 | (s_alpha_fp_save): Fix indentation. | |
67 | ||
6753e72f NC |
68 | 2011-08-19 Nick Clifton <[email protected]> |
69 | ||
70 | * doc/as.texinfo: Include c-xstormy16.texi. | |
71 | ||
7230378d AM |
72 | 2011-08-18 Alan Modra <[email protected]> |
73 | ||
74 | * write.c (resolve_reloc_expr_symbols): Convert local symbols | |
75 | on relocs to section+offset. | |
76 | (get_frag_for_reloc): New function. | |
77 | (write_relocs): Merge sort fixup relocs with those from .reloc | |
78 | directives. | |
79 | ||
87333bb7 MR |
80 | 2011-08-10 Maciej W. Rozycki <[email protected]> |
81 | ||
82 | * config/tc-mips.c (can_swap_branch_p): Update the comment on | |
83 | MIPS16 fixups. | |
84 | ||
b5503c7b MR |
85 | 2011-08-09 Chao-ying Fu <[email protected]> |
86 | Daniel Jacobowitz <[email protected]> | |
87 | ||
88 | * config/tc-mips.c (mips_cpu_info_table): Add "m14k" and | |
89 | "m14kc". | |
90 | * doc/c-mips.texi (MIPS architecture options): Add "m14k" and | |
91 | "m14kc" to the list of -march options. | |
92 | ||
dec0624d MR |
93 | 2011-08-09 Chao-ying Fu <[email protected]> |
94 | Maciej W. Rozycki <[email protected]> | |
95 | ||
96 | * config/tc-mips.c (mips_set_options): Add ase_mcu. | |
97 | (mips_opts): Initialise ase_mcu to -1. | |
98 | (ISA_SUPPORTS_MCU_ASE): New macro. | |
99 | (MIPS_CPU_ASE_MCU): Likewise. | |
100 | (is_opcode_valid): Handle MCU. | |
101 | (macro_build, macro): Likewise. | |
102 | (validate_mips_insn, validate_micromips_insn): Likewise. | |
103 | (mips_ip): Likewise. | |
104 | (options): Add OPTION_MCU and OPTION_NO_MCU. | |
105 | (md_longopts): Add mmcu and mno-mcu. | |
106 | (md_parse_option): Handle OPTION_MCU and OPTION_NO_MCU. | |
107 | (mips_after_parse_args): Handle MCU. | |
108 | (s_mipsset): Likewise. | |
109 | (md_show_usage): Handle MCU options. | |
110 | ||
111 | * doc/as.texinfo: Document -mmcu and -mno-mcu options. | |
112 | * doc/c-mips.texi: Likewise, and document ".set mcu" and | |
113 | ".set nomcu" directives. | |
114 | ||
2b0c8b40 MR |
115 | 2011-08-09 Maciej W. Rozycki <[email protected]> |
116 | ||
117 | * config/tc-mips.c (gpr_mod_mask): Remove INSN2_MOD_GPR_MB, | |
118 | INSN2_MOD_GPR_MC, INSN2_MOD_GPR_ME, INSN2_MOD_GPR_MG, | |
119 | INSN2_MOD_GPR_MHI, INSN2_MOD_GPR_MJ, INSN2_MOD_GPR_MM, | |
120 | INSN2_MOD_GPR_MN, INSN2_MOD_GPR_MP and INSN2_MOD_GPR_MQ opcode | |
121 | register use checks. | |
122 | (gpr_read_mask): Add INSN2_READ_GPR_MC, INSN2_READ_GPR_ME | |
123 | INSN2_READ_GPR_MG, INSN2_READ_GPR_MJ, INSN2_READ_GPR_MMN, | |
124 | INSN2_READ_GPR_MP and INSN2_READ_GPR_MQ opcode register use | |
125 | checks. | |
126 | (gpr_write_mask): Replace INSN2_WRITE_GPR_S opcode register | |
127 | use flag with INSN_WRITE_GPR_S. Add INSN2_WRITE_GPR_MB, | |
128 | INSN2_WRITE_GPR_MHI, INSN2_WRITE_GPR_MJ and INSN2_WRITE_GPR_MP | |
129 | opcode register use checks. | |
130 | (can_swap_branch_p): Enable microMIPS branch swapping. | |
131 | (append_insn): Likewise. | |
132 | ||
40209cad MR |
133 | 2011-08-09 Maciej W. Rozycki <[email protected]> |
134 | ||
135 | * config/tc-mips.c (RELAX_MICROMIPS_ENCODE): Remove forced 16-bit | |
136 | branch size information. | |
137 | (RELAX_MICROMIPS_U16BIT): Remove macro. | |
138 | (RELAX_MICROMIPS_UNCOND): Adjust accordingly. | |
139 | (RELAX_MICROMIPS_COMPACT, RELAX_MICROMIPS_LINK): Likewise. | |
140 | (RELAX_MICROMIPS_RELAX32): Likewise. | |
141 | (RELAX_MICROMIPS_TOOFAR16): Likewise. | |
142 | (RELAX_MICROMIPS_MARK_TOOFAR16): Likewise. | |
143 | (RELAX_MICROMIPS_CLEAR_TOOFAR16): Likewise. | |
144 | (RELAX_MICROMIPS_TOOFAR32): Likewise. | |
145 | (RELAX_MICROMIPS_MARK_TOOFAR32): Likewise. | |
146 | (RELAX_MICROMIPS_CLEAR_TOOFAR32): Likewise. | |
147 | (append_insn): Always check forced_insn_length for microMIPS | |
148 | relaxation. Adjust code for the removal of | |
149 | RELAX_MICROMIPS_U16BIT. | |
150 | (mips_ip) <'D', 'E'>: If forced_insn_length, then emit the | |
151 | relocation straight away. | |
152 | (relaxed_micromips_16bit_branch_length): Adjust code for the | |
153 | removal of RELAX_MICROMIPS_U16BIT. | |
154 | ||
74a6005f TG |
155 | 2011-08-08 Tristan Gingold <[email protected]> |
156 | ||
157 | * config/obj-macho.c (obj_mach_o_section): New function. | |
158 | (struct known_section): New type. | |
159 | (known_sections): Declare. | |
160 | (obj_mach_o_known_section): New function. | |
161 | (obj_mach_o_common_parse): Ditto. | |
162 | (obj_mach_o_comm): Ditto. | |
163 | (obj_mach_o_subsections_via_symbols): Ditto. | |
164 | (mach_o_pseudo_table): Add new pseudos. | |
165 | ||
af385746 RH |
166 | 2011-08-06 Richard Henderson <[email protected]> |
167 | ||
168 | * dw2gencfi.c (all_fde_data): Export. | |
169 | * dw2gencfi.h (all_fde_data): Declare. | |
170 | * config/tc-alpha.c (alpha_elf_md_end): Don't convert legacy unwind | |
171 | info to cfi unwind info if the user already has supplied some. | |
172 | ||
14fe068b RS |
173 | 2011-08-06 Richard Sandiford <[email protected]> |
174 | ||
175 | * config/tc-mips.c (emit_nop): Delete. | |
176 | (get_delay_slot_nop): New function. | |
177 | (nops_for_insn_or_target): Use it. | |
178 | (append_insn): Likewise. When avoiding hazards, call add_fixed_insn | |
179 | and insert_into_history directly. | |
180 | ||
11625dd8 RS |
181 | 2011-08-06 Richard Sandiford <[email protected]> |
182 | ||
183 | * config/tc-mips.c (delayed_branch_p, compact_branch_p) | |
184 | (uncond_branch_p, branch_likely_p): New functions. | |
185 | (insns_between, nops_for_insn_or_target, append_insn) | |
186 | (macro_start): Use them. | |
187 | (get_append_method): Likewise. Remove redundant test. | |
188 | ||
ea783ef3 DM |
189 | 2011-08-05 David S. Miller <[email protected]> |
190 | ||
191 | * config/tc-sparc.c (v9a_asr_table): Add "cps". | |
192 | (sparc_ip): Handle '4', '5' and '(' format codes. | |
193 | ||
2ae08483 L |
194 | 2011-08-04 H.J. Lu <[email protected]> |
195 | ||
196 | PR gas/13056 | |
197 | * output-file.c (output_file_close): Call bfd_cache_close_all | |
198 | on error. | |
199 | ||
200 | * write.c (write_object_file): Revert the last change. | |
201 | ||
5e9f6467 AM |
202 | 2011-08-04 Alan Modra <[email protected]> |
203 | ||
204 | * write.c (write_object_file): Call set_symtab even if we had | |
205 | errors. | |
206 | ||
249a777b TG |
207 | 2011-08-04 Tristan Gingold <[email protected]> |
208 | ||
209 | * config/obj-elf.c (obj_elf_section): Do not free name. | |
210 | ||
877807f8 NC |
211 | 2011-08-03 James Greenhalgh <[email protected]> |
212 | ||
213 | * config/tc-arm.c (do_t_strexbh): New. | |
214 | (insns): Update accordingly. | |
215 | ||
d7921315 L |
216 | 2011-08-01 H.J. Lu <[email protected]> |
217 | ||
218 | PR ld/13048 | |
219 | * config/tc-i386.c (handle_quad): Removed. | |
220 | (md_pseudo_table): Remove "quad". | |
221 | (tc_gen_reloc): Don't check BFD_RELOC_64 for disallow_64bit_reloc. | |
222 | (x86_dwarf2_addr_size): New. | |
223 | ||
224 | * config/tc-i386.h (x86_dwarf2_addr_size): New. | |
225 | (DWARF2_ADDR_SIZE): Likewise. | |
226 | ||
a8040cf2 NC |
227 | 2011-08-01 Nick Clifton <[email protected]> |
228 | ||
229 | PR ld/12974 | |
230 | * config/tc-arm.c (literal_pool): Add locs field. | |
231 | (add_to_lit_pool): Initialise the locs entry for the new literal. | |
232 | (s_ltorg): Generate a DWARF2 line number entry for each emitted | |
233 | literal pool entry. | |
234 | ||
1596988d TG |
235 | 2011-08-01 Tristan Gingold <[email protected]> |
236 | ||
237 | * write.c (write_relocs): Fix -Wshadow in DEBUG3 and DEBUG4. | |
238 | ||
8d8385cf TG |
239 | 2011-08-01 Tristan Gingold <[email protected]> |
240 | ||
241 | * frags.c (frag_grow): Simplify the code. | |
242 | ||
c3109199 RS |
243 | 2011-07-30 Richard Sandiford <[email protected]> |
244 | ||
245 | * config/tc-mips.c (nops_for_vr4130): Revert previous commit. | |
246 | ||
2309ddf2 MR |
247 | 2011-07-29 Maciej W. Rozycki <[email protected]> |
248 | ||
249 | * config/tc-mips.c: Adjust comments throughout. | |
250 | (reglist_lookup): Reshape code. | |
251 | (jmp_reloc_p, jalr_reloc_p): Reformat. | |
252 | (got16_reloc_p, hi16_reloc_p, lo16_reloc_p): Handle microMIPS | |
253 | relocations. | |
254 | (gpr_mod_mask): Remove unused variable. | |
255 | (gpr_read_mask, gpr_write_mask): Reshape code. | |
256 | (fpr_read_mask, fpr_write_mask): Likewise. | |
257 | (nops_for_vr4130): Ensure non-microMIPS mode. | |
258 | (can_swap_branch_p): Correct pinfo2 reference. Reshape code. | |
259 | (append_insn): Skip Loongson 2F workaround in MIPS16 mode. Use | |
260 | the outermost operator of a compound relocation to determines | |
261 | the relocated field. Fix formatting. | |
262 | (md_convert_frag): Reshape code. | |
263 | ||
69b1d605 TG |
264 | 2011-07-29 Tristan Gingold <[email protected]> |
265 | ||
266 | * frags.c (frag_var_init): New function. | |
267 | (frag_var): Call frag_var_init to initialize. | |
268 | (frag_variant): Ditto. | |
269 | ||
9aec2026 NC |
270 | 2011-07-27 Nathan Sidwell <[email protected]> |
271 | ||
272 | * dwarf2dbg.c (out_debug_line): Ignore non-normal segments, with a | |
273 | warning. | |
274 | * doc/as.texinfo (Offset): Document .offset directive. | |
275 | ||
088b3cd0 TG |
276 | 2011-07-27 Tristan Gingold <[email protected]> |
277 | ||
278 | * frags.c (frag_grow): Revert previous patch. | |
279 | ||
53d780c9 NC |
280 | 2011-07-26 Kazuhiro Inaoka <[email protected]> |
281 | ||
282 | * config/tc-rx.c (md_convert_frag): Fix encoding of beq.a | |
283 | synthetic instruction. | |
284 | ||
179809c0 TG |
285 | 2011-07-25 Tristan Gingold <[email protected]> |
286 | ||
287 | * frags.c (frag_grow): Simplify the code. | |
288 | ||
df58fc94 RS |
289 | 2011-07-24 Maciej W. Rozycki <[email protected]> |
290 | Chao-ying Fu <[email protected]> | |
291 | Richard Sandiford <[email protected]> | |
292 | ||
293 | * config/tc-mips.h (mips_segment_info): Add one bit for | |
294 | microMIPS. | |
295 | (TC_LABEL_IS_LOCAL): New macro. | |
296 | (mips_label_is_local): New prototype. | |
297 | * config/tc-mips.c (S0, S7): New macros. | |
298 | (emit_branch_likely_macro): New variable. | |
299 | (mips_set_options): Add micromips. | |
300 | (mips_opts): Initialise micromips to -1. | |
301 | (file_ase_micromips): New variable. | |
302 | (CPU_HAS_MICROMIPS): New macro. | |
303 | (hilo_interlocks): Set for microMIPS too. | |
304 | (gpr_interlocks): Likewise. | |
305 | (cop_interlocks): Likewise. | |
306 | (cop_mem_interlocks): Likewise. | |
307 | (HAVE_CODE_COMPRESSION): New macro. | |
308 | (micromips_op_hash): New variable. | |
309 | (micromips_nop16_insn, micromips_nop32_insn): New variables. | |
310 | (NOP_INSN): Handle microMIPS ASE. | |
311 | (mips32_to_micromips_reg_b_map): New macro. | |
312 | (mips32_to_micromips_reg_c_map): Likewise. | |
313 | (mips32_to_micromips_reg_d_map): Likewise. | |
314 | (mips32_to_micromips_reg_e_map): Likewise. | |
315 | (mips32_to_micromips_reg_f_map): Likewise. | |
316 | (mips32_to_micromips_reg_g_map): Likewise. | |
317 | (mips32_to_micromips_reg_l_map): Likewise. | |
318 | (mips32_to_micromips_reg_n_map): Likewise. | |
319 | (mips32_to_micromips_reg_h_map): New variable. | |
320 | (mips32_to_micromips_reg_m_map): Likewise. | |
321 | (mips32_to_micromips_reg_q_map): Likewise. | |
322 | (micromips_to_32_reg_h_map): New variable. | |
323 | (micromips_to_32_reg_i_map): Likewise. | |
324 | (micromips_to_32_reg_m_map): Likewise. | |
325 | (micromips_to_32_reg_q_map): Likewise. | |
326 | (micromips_to_32_reg_b_map): New macro. | |
327 | (micromips_to_32_reg_c_map): Likewise. | |
328 | (micromips_to_32_reg_d_map): Likewise. | |
329 | (micromips_to_32_reg_e_map): Likewise. | |
330 | (micromips_to_32_reg_f_map): Likewise. | |
331 | (micromips_to_32_reg_g_map): Likewise. | |
332 | (micromips_to_32_reg_l_map): Likewise. | |
333 | (micromips_to_32_reg_n_map): Likewise. | |
334 | (micromips_imm_b_map, micromips_imm_c_map): New macros. | |
335 | (RELAX_DELAY_SLOT_16BIT): New macro. | |
336 | (RELAX_DELAY_SLOT_SIZE_FIRST): Likewise. | |
337 | (RELAX_DELAY_SLOT_SIZE_SECOND): Likewise. | |
338 | (RELAX_MICROMIPS_ENCODE, RELAX_MICROMIPS_P): New macros. | |
339 | (RELAX_MICROMIPS_TYPE, RELAX_MICROMIPS_AT): Likewise. | |
340 | (RELAX_MICROMIPS_U16BIT, RELAX_MICROMIPS_UNCOND): Likewise. | |
341 | (RELAX_MICROMIPS_COMPACT, RELAX_MICROMIPS_LINK): Likewise. | |
342 | (RELAX_MICROMIPS_RELAX32, RELAX_MICROMIPS_TOOFAR16): Likewise. | |
343 | (RELAX_MICROMIPS_MARK_TOOFAR16): Likewise. | |
344 | (RELAX_MICROMIPS_CLEAR_TOOFAR16): Likewise. | |
345 | (RELAX_MICROMIPS_TOOFAR32): Likewise. | |
346 | (RELAX_MICROMIPS_MARK_TOOFAR32): Likewise. | |
347 | (RELAX_MICROMIPS_CLEAR_TOOFAR32): Likewise. | |
348 | (INSERT_OPERAND, EXTRACT_OPERAND): Handle microMIPS ASE. | |
349 | (mips_macro_warning): Add delay_slot_16bit_p, delay_slot_32bit_p, | |
350 | fsize and insns. | |
351 | (mips_mark_labels): New function. | |
352 | (mips16_small, mips16_ext): Remove variables, replacing with... | |
353 | (forced_insn_size): ... this. | |
354 | (append_insn, mips16_ip): Update accordingly. | |
355 | (micromips_insn_length): New function. | |
356 | (insn_length): Return the length of microMIPS instructions. | |
357 | (mips_record_mips16_mode): Rename to... | |
358 | (mips_record_compressed_mode): ... this. Handle microMIPS ASE. | |
359 | (install_insn): Handle microMIPS ASE. | |
360 | (reglist_lookup): New function. | |
361 | (is_size_valid, is_delay_slot_valid): Likewise. | |
362 | (md_begin): Handle microMIPS ASE. | |
363 | (md_assemble): Likewise. Update for append_insn interface change. | |
364 | (micromips_reloc_p): New function. | |
365 | (got16_reloc_p): Handle microMIPS ASE. | |
366 | (hi16_reloc_p): Likewise. | |
367 | (lo16_reloc_p): Likewise. | |
368 | (jmp_reloc_p): New function. | |
369 | (jalr_reloc_p): Likewise. | |
370 | (matching_lo_reloc): Handle microMIPS ASE. | |
371 | (insn_uses_reg, reg_needs_delay): Likewise. | |
372 | (mips_move_labels): Likewise. | |
373 | (mips16_mark_labels): Rename to... | |
374 | (mips_compressed_mark_labels): ... this. Handle microMIPS ASE. | |
375 | (gpr_mod_mask): New function. | |
376 | (gpr_read_mask, gpr_write_mask): Handle microMIPS ASE. | |
377 | (fpr_read_mask, fpr_write_mask): Likewise. | |
378 | (insns_between, nops_for_vr4130, nops_for_insn): Likewise. | |
379 | (fix_loongson2f_nop, fix_loongson2f_jump): Likewise. | |
380 | (MICROMIPS_LABEL_CHAR): New macro. | |
381 | (micromips_target_label, micromips_target_name): New variables. | |
382 | (micromips_label_name, micromips_label_expr): New functions. | |
383 | (micromips_label_inc, micromips_add_label): Likewise. | |
384 | (mips_label_is_local): Likewise. | |
385 | (micromips_map_reloc): Likewise. | |
386 | (can_swap_branch_p): Handle microMIPS ASE. | |
387 | (append_insn): Add expansionp argument. Handle microMIPS ASE. | |
388 | (start_noreorder, end_noreorder): Handle microMIPS ASE. | |
389 | (macro_start, macro_warning, macro_end): Likewise. | |
390 | (brk_fmt, cop12_fmt, jalr_fmt, lui_fmt): New variables. | |
391 | (mem12_fmt, mfhl_fmt, shft_fmt, trap_fmt): Likewise. | |
392 | (BRK_FMT, COP12_FMT, JALR_FMT, LUI_FMT): New macros. | |
393 | (MEM12_FMT, MFHL_FMT, SHFT_FMT, TRAP_FMT): Likewise. | |
394 | (macro_build): Handle microMIPS ASE. Update for append_insn | |
395 | interface change. | |
396 | (mips16_macro_build): Update for append_insn interface change. | |
397 | (macro_build_jalr): Handle microMIPS ASE. | |
398 | (macro_build_lui): Likewise. Simplify. | |
399 | (load_register): Handle microMIPS ASE. | |
400 | (load_address): Likewise. | |
401 | (move_register): Likewise. | |
402 | (macro_build_branch_likely): New function. | |
403 | (macro_build_branch_ccl): Likewise. | |
404 | (macro_build_branch_rs): Likewise. | |
405 | (macro_build_branch_rsrt): Likewise. | |
406 | (macro): Handle microMIPS ASE. | |
407 | (validate_micromips_insn): New function. | |
408 | (expr_const_in_range): Likewise. | |
409 | (mips_ip): Handle microMIPS ASE. | |
410 | (options): Add OPTION_MICROMIPS and OPTION_NO_MICROMIPS. | |
411 | (md_longopts): Add mmicromips and mno-micromips. | |
412 | (md_parse_option): Handle OPTION_MICROMIPS and | |
413 | OPTION_NO_MICROMIPS. | |
414 | (mips_after_parse_args): Handle microMIPS ASE. | |
415 | (md_pcrel_from): Handle microMIPS relocations. | |
416 | (mips_force_relocation): Likewise. | |
417 | (md_apply_fix): Likewise. | |
418 | (mips_align): Handle microMIPS ASE. | |
419 | (s_mipsset): Likewise. | |
420 | (s_cpload, s_cpsetup, s_cpreturn): Use relocation wrappers. | |
421 | (s_dtprel_internal): Likewise. | |
422 | (s_gpword, s_gpdword): Likewise. | |
423 | (s_insn): Handle microMIPS ASE. | |
424 | (s_mips_stab): Likewise. | |
425 | (relaxed_micromips_32bit_branch_length): New function. | |
426 | (relaxed_micromips_16bit_branch_length): New function. | |
427 | (md_estimate_size_before_relax): Handle microMIPS ASE. | |
428 | (mips_fix_adjustable): Likewise. | |
429 | (tc_gen_reloc): Handle microMIPS relocations. | |
430 | (mips_relax_frag): Handle microMIPS ASE. | |
431 | (md_convert_frag): Likewise. | |
432 | (mips_frob_file_after_relocs): Likewise. | |
433 | (mips_elf_final_processing): Likewise. | |
434 | (mips_nop_opcode): Likewise. | |
435 | (mips_handle_align): Likewise. | |
436 | (md_show_usage): Handle microMIPS options. | |
437 | * symbols.c (TC_LABEL_IS_LOCAL): New macro. | |
438 | (S_IS_LOCAL): Add a TC_LABEL_IS_LOCAL check. | |
439 | ||
440 | * doc/as.texinfo (Target MIPS options): Add -mmicromips and | |
441 | -mno-micromips. | |
442 | (-mmicromips, -mno-micromips): New options. | |
443 | * doc/c-mips.texi (-mmicromips, -mno-micromips): New options. | |
444 | (MIPS ISA): Document .set micromips and .set nomicromips. | |
445 | (MIPS insn): Update for microMIPS support. | |
446 | ||
a40bc9dd RS |
447 | 2011-07-24 Maciej W. Rozycki <[email protected]> |
448 | ||
449 | * config/tc-mips.c (mips_ip): Make a copy of the instruction's | |
450 | mnemonic and use it for further processing. | |
451 | ||
bcd530a7 RS |
452 | 2011-07-24 Maciej W. Rozycki <[email protected]> |
453 | ||
454 | * config/tc-mips.c (can_swap_branch_p): Adjust for the rename of | |
455 | INSN_TRAP to INSN_NO_DELAY_SLOT. Remove the check for INSN_SYNC | |
456 | as well as explicit checks for ERET and DERET when scheduling | |
457 | branch delay slots. | |
458 | ||
7a9068fe L |
459 | 2011-07-22 H.J. Lu <[email protected]> |
460 | ||
461 | * config/tc-i386.c (cpu_arch): Add k1om. | |
462 | (i386_align_code): Handle PROCESSOR_K1OM. | |
463 | (check_cpu_arch_compatible): Check EM_K1OM. | |
464 | (i386_arch): Handle Intel K1OM. | |
465 | (i386_mach): Return bfd_mach_k1om for Intel K1OM. | |
466 | (i386_target_format): Return ELF_TARGET_K1OM_FORMAT for Intel | |
467 | K1OM. | |
468 | ||
469 | * config/tc-i386.h (ELF_TARGET_K1OM_FORMAT): New. | |
470 | (processor_type): Add PROCESSOR_K1OM. | |
471 | ||
472 | * doc/c-i386.texi: Document k1om. | |
473 | ||
2aab8acd L |
474 | 2011-07-18 H.J. Lu <[email protected]> |
475 | ||
476 | * doc/c-i386.texi: Fix a typo. | |
477 | ||
01f372ca RS |
478 | 2011-07-06 Aurelien Jarno <[email protected]> |
479 | ||
480 | * config/tc-mips.c (append_insn): delete prev_pinfo2 and pinfo2. | |
481 | ||
fe35f09f RS |
482 | 2011-07-04 Richard Sandiford <[email protected]> |
483 | ||
484 | * config/tc-mips.c (gpr_read_mask, gpr_write_mask): Fix handling | |
485 | of register 0. | |
486 | ||
e3a82c8e MR |
487 | 2011-07-04 Maciej W. Rozycki <[email protected]> |
488 | ||
489 | * config/tc-mips.c (append_insn): Make sure DWARF-2 location | |
490 | information is properly adjusted for branches that get swapped. | |
491 | ||
9c55345c TS |
492 | 2011-07-03 Samuel Thibault <[email protected]> |
493 | Thomas Schwinge <[email protected]> | |
494 | ||
2bb70ae0 | 495 | PR binutils/12913 |
9c55345c TS |
496 | * config/obj-elf.c (obj_elf_type): Use ELFOSABI_GNU name instead of |
497 | ELFOSABI_LINUX alias. | |
498 | * config/tc-ia64.c: Likewise. | |
499 | ||
5f4cb198 NC |
500 | 2011-06-30 Paul Carroll <[email protected]> |
501 | ||
502 | * config/tc-arm.c (do_t_add_sub): Only allow LSL shifts of less | |
503 | than 4 in Thumb mode. | |
504 | ||
08f10d51 NC |
505 | 2011-06-30 Nick Clifton <[email protected]> |
506 | ||
507 | PR gas/12848 | |
508 | * config/tc-arm.c (BAD_RANGE): New error message define. | |
509 | (md_apply_fix): Use it. | |
510 | Fix range check for thumb branch instructions. | |
511 | ||
a4e06468 RS |
512 | 2011-06-29 Richard Sandiford <[email protected]> |
513 | ||
514 | * config/tc-mips.c (append_method): New enum. | |
515 | (can_swap_branch_p, get_append_method): New functions. | |
516 | (append_insn): Use get_append_method to decide how the instruction | |
517 | should be added. | |
518 | ||
9fe77896 RS |
519 | 2011-06-29 Richard Sandiford <[email protected]> |
520 | ||
521 | * config/tc-mips.c (append_insn): Remove bogus goto. | |
522 | ||
13408f1e RS |
523 | 2011-06-29 Richard Sandiford <[email protected]> |
524 | ||
525 | * config/tc-mips.c (append_insn): Always clear the history after an | |
526 | unconditional branch. | |
527 | ||
ceb94aa5 RS |
528 | 2011-06-29 Richard Sandiford <[email protected]> |
529 | ||
530 | * config/tc-mips.c (find_altered_mips16_opcode): New function. | |
531 | (append_insn): Use it. | |
532 | ||
4c260379 RS |
533 | 2011-06-29 Richard Sandiford <[email protected]> |
534 | ||
535 | * config/tc-mips.c (insn_uses_reg): Delete. | |
536 | (gpr_read_mask, gpr_write_mask): New functions. | |
537 | (fpr_read_mask, fpr_write_mask): Likewise. | |
538 | (insns_between, nops_for_vr4130, append_insn): Use them. | |
539 | ||
02b1ab82 RS |
540 | 2011-06-29 Richard Sandiford <[email protected]> |
541 | ||
542 | * config/tc-mips.c (md_mips_end): Call mips_emit_delays. | |
543 | ||
49c62a33 NC |
544 | 2011-06-29 Dave Martin <[email protected]> |
545 | ||
546 | PR gas/12931 | |
547 | * config/tc-arm.c (mapping_state): When changing to ARM or THUMB | |
548 | state set the minimum required alignment of the section. | |
549 | ||
7016a5d5 TG |
550 | 2011-06-29 Tristan Gingold <[email protected]> |
551 | ||
552 | * config/tc-i386.c (i386_mach): Convert to ISO-C. | |
553 | (md_begin, pe_directive_secrel, md_estimate_size_before_relax): Ditto. | |
554 | (md_convert_frag, md_apply_fix, md_undefined_symbol): Ditto. | |
555 | (md_section_align, tc_gen_reloc): Ditto. | |
556 | ||
af24f60c TG |
557 | 2011-06-28 Tristan Gingold <[email protected]> |
558 | ||
559 | * config/tc-alpha.c (s_alpha_pdesc): Fix indentation. Do not | |
560 | generate dummy fix. | |
561 | ||
e1f4d6bd TG |
562 | 2011-06-28 Tristan Gingold <[email protected]> |
563 | ||
564 | * config/tc-alpha.c (load_expression): Use alloca instead of xmalloc. | |
565 | (emit_jsrjmp): Ditto. | |
566 | (tc_gen_reloc): Ditto. | |
567 | ||
4b1c4d2b TG |
568 | 2011-06-28 Tristan Gingold <[email protected]> |
569 | ||
570 | * config/tc-alpha.c (alpha_evax_proc_hash): Remove. | |
571 | (alpha_evax_proc_data): New variable. | |
572 | (s_alpha_ent): Prevent nested function. Remove has_insert call. | |
573 | (s_alpha_pdesc): Do not call demand_empty_rest_of_line in case of | |
574 | error. Do not search in the hash table. Check if match with .ent. | |
575 | (s_alpha_name): Remove unused variable. | |
576 | (md_begin): Remove initialization of alpha_evax_proc_hash. | |
577 | ||
8aacb050 TG |
578 | 2011-06-27 Tristan Gingold <[email protected]> |
579 | ||
580 | * config/tc-alpha.c (add_to_link_pool): Remove basesym parameter. | |
581 | Locally declare basesym. Add comments. Do not set literal_pool_size. | |
582 | (load_expression): Adjust call to add_to_link_pool. | |
583 | (s_alpha_pdesc): Define pdesc symbol using dot. | |
584 | Do not set literal_pool_size. | |
585 | (s_alpha_end): Use NULL instead of 0. | |
586 | ||
bb1d4256 TG |
587 | 2011-06-27 Tristan Gingold <[email protected]> |
588 | ||
589 | * config/obj-evax.c (evax_frob_file_before_adjust): Add comments. | |
590 | Fix style. | |
591 | * config/obj-evax.h (struct alpha_linkage_fixups): Remove seg | |
592 | field. Add comments. | |
593 | (obj_symbol_type, object_headers, OBJ_SYMFIELD_TYPE): Remove | |
594 | ||
ab9794cf RS |
595 | 2011-06-26 Richard Sandiford <[email protected]> |
596 | ||
597 | * config/tc-mips.c (fix_24k_record_store_info): If the previous | |
598 | instruction was a store, and the next instructions are unknown, | |
599 | assume the worst. | |
600 | ||
932d1a1b RS |
601 | 2011-06-25 Richard Sandiford <[email protected]> |
602 | ||
603 | PR gas/12915 | |
604 | * config/tc-mips.c (nops_for_vr4130, nops_for_24k, nops_for_insn) | |
605 | (nops_for_sequence, nops_for_insn_or_target): Add ignore parameters. | |
606 | (mips_emit_delays, start_noreorder): Update accordingly. | |
607 | (append_insn): Likewise. Revert original fix for this PR | |
608 | and use the ignore parameter instead. | |
609 | ||
e3a99401 TG |
610 | 2011-06-24 Tristan Gingold <[email protected]> |
611 | ||
612 | PR gas/11625 | |
613 | * config/obj-evax.c (evax_frob_symbol): Use as_bad instead of abort. | |
614 | ||
576d3307 TG |
615 | 2011-06-24 Tristan Gingold <[email protected]> |
616 | ||
617 | * config/tc-alpha.c (add_to_link_pool): Remove useless offset | |
618 | variable. Fix style. | |
619 | ||
f77ef3e2 RS |
620 | 2011-06-23 Richard Sandiford <[email protected]> |
621 | ||
622 | PR gas/12915 | |
623 | * config/tc-mips.c (append_insn): Only consider hazards between the | |
624 | pre-noreorder block and ip. | |
625 | ||
5f1af56b MGD |
626 | 2011-06-21 Sameera Deshpande <[email protected]> |
627 | ||
628 | * config/tc-arm.c (vfp_conv): Add check on range of immediate operand | |
629 | in vcvt instruction between floating-point and fixed-point. | |
630 | (operand_parse_code): Add "OP_oI32z". | |
631 | (parse_operands): OP_oI32z case added. | |
632 | ||
ade78dba L |
633 | 2011-06-20 H.J. Lu <[email protected]> |
634 | ||
635 | * configure.tgt: Revert x32 change. | |
636 | ||
b47d265e NC |
637 | 2011-06-20 Nick Clifton <[email protected]> |
638 | ||
639 | * doc/Makefile.am: (CPU_DOCS): Add c-xstormy16.texi. | |
640 | * doc/Makefile.in: Regenerate. | |
641 | * doc/all.texi: Set XSTORMY16. | |
642 | * doc/c-xstormy16.texi: New file. | |
643 | ||
8b778942 L |
644 | 2011-06-19 H.J. Lu <[email protected]> |
645 | ||
646 | * configure.tgt: Support x32. | |
647 | ||
90b3661c NC |
648 | 2011-06-15 Nick Clifton <[email protected]> |
649 | ||
650 | * NEWS: Mention addition of TILEPRO and TIKE-Gx support. | |
651 | ||
2fb4b302 TG |
652 | 2011-06-14 Tristan Gingold <[email protected]> |
653 | ||
654 | * config/tc-ppc.h (struct ppc_tc_sy): Complete comment on within. | |
655 | (tc_new_dot_label): Define. | |
656 | (ppc_new_dot_label): Declare. | |
657 | * config/tc-ppc.c (ppc_frob_label): Set within target field. | |
658 | (ppc_fix_adjustable): Use this field to adjust the reloc. | |
659 | (ppc_new_dot_label): New function. | |
660 | ||
85b0f90c AM |
661 | 2011-06-14 Alan Modra <[email protected]> |
662 | ||
663 | * po/POTFILES.in: Regenerate. | |
664 | ||
aa137e4d NC |
665 | 2011-06-13 Walter Lee <[email protected]> |
666 | ||
667 | * Makefile.am (TARGET_CPU_CFILES): Add config/tc-tilegx.c and | |
668 | config/tc-tilepro.c. | |
669 | (TARGET_CPU_HFILES): Add config/tc-tilegx.h and | |
670 | config/tc-tilepro.h. | |
671 | * Makefile.in: Regenerate. | |
672 | * configure.tgt (tilepro-*-*): New. | |
673 | (tilegx-*-*): Likewise. | |
674 | * config/tc-tilegx.c: New file. | |
675 | * config/tc-tilegx.h: Likewise. | |
676 | * config/tc-tilepro.h: Likewise. | |
677 | * config/tc-tilepro.c: Likewise. | |
678 | * doc/Makefile.am (CPU_DOCS): Add c-tilegx.texi and | |
679 | c-tilepro.texi. | |
680 | * doc/Makefile.in: Regenerate. | |
681 | * doc/all.texi (TILEGX): Define. | |
682 | (TILEPRO): Define. | |
683 | * doc/as.texinfo: Add Tile-Gx and TILEPro documentation. Include | |
684 | c-tilegx.texi and c-tilepro.texi. | |
685 | * doc/c-tilegx.texi: New. | |
686 | * doc/c-tilepro.texi: New. | |
687 | ||
94342ec3 NC |
688 | 2011-06-13 Nick Clifton <[email protected]> |
689 | ||
690 | PR gas/12854 | |
691 | * config/tc-arm.c (do_shift): Do not allow shift operations at the | |
692 | end of a register based shift insn. | |
693 | (do_t_shift): Likewise. | |
694 | ||
f9e53abc NC |
695 | 2011-06-13 Nick Clifton <[email protected]> |
696 | ||
697 | * config/tc-score.c (s3_my_get_expression): Delete unused local | |
698 | variable 'seg'. | |
699 | (s3_do_ldst_insn): Delete unused local variable 'strbak'. | |
700 | (s3_do16_ldst_insn): Delete unused local variable 'temp'. | |
701 | (s3_do_macro_bcmp): Zero inst_expand array. | |
702 | (s3_do_macro_bcmpz): Likewise. | |
703 | (s3_s_score_end): Delete unused local variable 'dot'. | |
704 | (s3_gen_reloc): Delete unused local variables 'f', 's', and 'e'. | |
705 | * config/tc-score7.c (s7_my_get_expression): Delete unused local | |
706 | variable 'seg'. | |
707 | (s7_do_ldst_insn): Delete unused local variable 'strbak'. | |
708 | (s7_b32_relax_to_b16): Delete unused local variables 'r_old' and | |
709 | 'r_new'. | |
710 | (s7_s_score_end): Delete unused local variable 'dot'. | |
711 | (s7_relax_frag): Delete unused local variable 'relax_size'. | |
712 | (s7_gen_reloc): Delete unused local variables 'f', 's', and 'e'. | |
713 | ||
6c30d220 L |
714 | 2011-06-10 H.J. Lu <[email protected]> |
715 | ||
716 | AVX Programming Reference (June, 2011) | |
717 | * config/tc-i386.c (i386_error): Add invalid_vsib_address and | |
718 | unsupported_vector_index_register. | |
719 | (cpu_arch): Add .avx2, .bmi2, .lzcnt and .invpcid. | |
720 | (check_VecOperands): New. | |
f9e53abc | 721 | (match_template): Call check_VecOperands. Handle |
6c30d220 L |
722 | invalid_vsib_address and unsupported_vector_index_register. |
723 | (build_modrm_byte): Support VecSIB. Check register-only source | |
724 | operand when two source operands are swapped. | |
725 | (i386_index_check): Allow Xmm/Ymm index registers. | |
726 | ||
727 | * doc/c-i386.texi: Document avx2/.avx2, bmi2/.bmi2, lzcnt/.lzcnt | |
728 | and invpcid./invpcid. | |
729 | ||
fd596c16 NC |
730 | 2011-06-09 Nick Clifton <[email protected]> |
731 | ||
732 | PR gas/12861 | |
733 | * config/tc-cr16.c (tc_gen_reloc): Remove unused local variable | |
734 | code. | |
735 | (check_cinv_options): Remove unused local variables. Make | |
736 | function void. | |
737 | (md_assemble): Remove unused local variable. | |
738 | ||
c56791bb RE |
739 | 2011-06-09 James Greenhalgh <[email protected]> |
740 | ||
741 | * config/tc-arm.c (do_ldrd): Warn in unpredictable cases. | |
742 | ||
331fe616 | 743 | 2011-06-03 Arnaud Patard <[email protected]> |
a4482bb6 NC |
744 | |
745 | PR gas/12698 | |
746 | * config/tc-arm.c (parse_psr): Set m_profile to false when | |
747 | assembling for any architecture. | |
748 | ||
26d97720 NS |
749 | 2011-06-02 Jie Zhang [email protected] |
750 | Nathan Sidwell [email protected] | |
751 | ||
752 | * config/tc-arm.c (parse_address_main): Handle -0 offsets. | |
753 | (encode_arm_addr_mode_2): Set default sign of zero here ... | |
754 | (encode_arm_addr_mode_3): ... and here. | |
755 | (encode_arm_cp_address): ... and here. | |
756 | (md_apply_fix): Use default sign of zero here. | |
757 | ||
cc643b88 NC |
758 | 2011-06-02 Nick Clifton <[email protected]> |
759 | ||
760 | * as.c: Fix spelling typo. | |
761 | * read.c: Likewise. | |
762 | * config/tc-ppc.c: Likewise. | |
763 | * po/gas.pit: Regenerate. | |
764 | ||
3b2f0793 PB |
765 | 2011-05-31 Paul Brook <[email protected]> |
766 | ||
767 | * config/tc-arm.c (arm_cpus): Add Cortex-R5. | |
768 | (arm_extensions): Allow idiv on ARMv7-R. | |
769 | * doc/c-arm.text: Update idiv extension restrictions. | |
770 | ||
b5884301 PB |
771 | 2011-05-31 Paul Brook <[email protected]> |
772 | ||
773 | * config/tc-arm.c (arm_force_relocation): Resolve all pc-relative | |
774 | loads. | |
775 | ||
10960bfb PB |
776 | 2011-05-31 Paul Brook <[email protected]> |
777 | ||
778 | * config/tc-arm.c (do_t_branch): Avoid relaxing branches to constant | |
779 | addresses. | |
780 | ||
6e7ce2cd PB |
781 | 2011-05-31 Paul Brook <[email protected]> |
782 | Nathan Sidwell <[email protected]> | |
783 | ||
784 | * config/tc-arm.c (fix_new_arm): Create an absolute symbol for | |
785 | pc-relative fixes to constants. | |
786 | * config/tc-arm.h (TC_FORCE_RELOCATATION_ABS): Define. | |
cc643b88 | 787 | |
8e1adb8d NC |
788 | 2011-05-27 Nick Clifton <[email protected]> |
789 | ||
790 | * config/tc-s390.c (md_begin): Remove unused variable dup_insn. | |
791 | ||
c8fa16ed AK |
792 | 2011-05-24 Andreas Krebbel <[email protected]> |
793 | ||
794 | * config/tc-s390.c (md_gather_operands): Fix check for floating | |
795 | register pair operands. | |
796 | ||
5e4b319c AK |
797 | 2011-05-24 Andreas Krebbel <[email protected]> |
798 | ||
799 | * config/tc-s390.c (md_gather_operands): Emit an error for odd | |
800 | numbered registers used as register pair operand. | |
801 | ||
56d0a8a1 NC |
802 | 2011-05-23 Nick Clifton <[email protected]> |
803 | ||
804 | * config/tc-v850.h (TC_FX_SIZE_SLACK): Define. | |
805 | ||
4a732032 BS |
806 | 2011-05-20 Bernd Schmidt <[email protected]> |
807 | ||
808 | * config/tc-tic6x.c (tic6x_operators): Add "pcr_offset". | |
809 | (tic6x_parse_name): Handle it. | |
810 | (tic6x_fix_new_exp): Handle O_pcr_offset. | |
811 | (tic6x_fix_adjustable): Return 0 for the new relocs. | |
812 | (md_apply_fix): Handle them. | |
813 | (tc_gen_reloc): Likewise. | |
814 | * config/tc-tic6x.h (tic6x_fix_info): Add a fix_subsy member. | |
815 | ||
d0da06e2 NC |
816 | 2011-05-18 Nick Clifton <[email protected]> |
817 | ||
818 | PR gas/12754 | |
819 | * config/tc-tic30.c (ordinal_names): Allow translation of the | |
820 | ordinal names. | |
821 | ||
a1727c1a NC |
822 | 2011-05-18 Nick Clifton <[email protected]> |
823 | ||
824 | * config/tc-arm.c (s_unreq): Reword warning message to make it | |
825 | easier to translate. | |
826 | * config/tc-ia64.c (md_show_usage): Add note for translators. | |
827 | * configure.in (ALL_LINGUAS): Add "fi". | |
828 | * configure: Regenerate. | |
829 | ||
85645aed TG |
830 | 2011-05-18 Tristan Gingold <[email protected]> |
831 | ||
832 | * config/tc-ppc.h (ppc_tc_sy): Reorder fields. | |
833 | Put size into an union with dw. | |
834 | (OBJ_COPY_SYMBOL_ATTRIBUTES): Adjust. | |
835 | (ppc_xcoff_end): Declare. | |
836 | (md_end): Define. | |
837 | * config/tc-ppc.c: Add includes for xcoff. | |
838 | (ppc_dwsect): New function. | |
839 | (md_pseudo_table): Add dwsect. | |
840 | (struct dw_subsection): New. | |
841 | (dw_sections): New. | |
842 | (ppc_change_debug_section): New function. | |
843 | (ppc_xcoff_end): Ditto. | |
844 | (ppc_function): Adjust for ppc_tc_sy. | |
845 | (ppc_symbol_new_hook): Ditto. | |
846 | (ppc_frob_symbol): Ditto. | |
847 | (ppc_frob_section): Do not set vma for debug sections. | |
848 | (ppc_fix_adjustable): Return true for debug sections. | |
849 | * config/obj-coff.c: Add includes for xcoff. | |
850 | (coff_frob_section): Handle dwarf section. | |
851 | ||
9fd07943 NC |
852 | 2011-05-17 Nick Clifton <[email protected]> |
853 | ||
4e511523 NC |
854 | * po/fi.po: New Finnish translation. |
855 | * po/fr.po: Updated French translation. | |
856 | ||
9fd07943 NC |
857 | * config/tc-m32r.c (md_show_usage): Fix typos in descriptions. |
858 | * config/tc-mt.c (md_assemble): Fix typos in warning messages. | |
859 | * cond.c (s_else): Fix typos in error messages. | |
860 | * config/tc-pj.c (md_assemble): Fix typo in error message. | |
861 | ||
0d7e0060 HPN |
862 | 2011-05-16 Hans-Peter Nilsson <[email protected]> |
863 | ||
864 | * config/tc-cris.c (md_parse_option) <OPTION_PIC>: Error if not | |
865 | emitting ELF object. | |
866 | (md_show_usage): Only mention --pic if the assembler can generate | |
867 | ELF objects. | |
868 | * doc/c-cris.texi (CRIS-Opt): Mention that generating ELF is a | |
869 | prerequisite for --pic being a valid option. | |
870 | ||
5648d7c7 AM |
871 | 2011-05-13 Frederic Marchal <[email protected]> |
872 | ||
873 | PR gas/12755 | |
874 | * config/tc-v850.c (parse_register_list): Correct error string. | |
875 | ||
8aedb9fe QN |
876 | 2011-05-12 Quentin Neill <[email protected]> |
877 | ||
878 | * config/tc-i386.c (cpu_arch): Rename PROCESSOR_BDVER1 to PROCESSOR_BD. | |
879 | (i386_align_code): Ditto | |
880 | ||
58ad575f MGD |
881 | 2011-05-12 Matthew Gretton-Dann <[email protected]> |
882 | ||
883 | PR gas/12715 | |
884 | * config/tc-arm.c (parse_big_immediate): Fix parsing of 64-bit | |
885 | immediates on 32-bit hosts. | |
886 | ||
af2f724e QN |
887 | 2011-05-10 Quentin Neill <[email protected]> |
888 | ||
889 | * config/tc-i386.c (cpu_arch): Add bdver2 and rename | |
890 | PROCESSOR_BDVER1 to PROCESSOR_BDVER. | |
891 | (i386_align_code): Rename PROCESSOR_BDVER1. | |
892 | (processor_type): Ditto. | |
893 | * doc/c-i386.texi: Add bdver2. | |
894 | ||
6e789b26 AM |
895 | 2011-05-10 Alan Modra <[email protected]> |
896 | ||
897 | * dw2gencfi.c (tc_cfi_endproc): Avoid "set but not used" error. | |
898 | ||
1bce6bd8 PB |
899 | 2011-05-09 Paul Brook <[email protected]> |
900 | ||
901 | * config/tc-tic6x.c (streq): Define. | |
902 | (tic6x_get_unwind): New. | |
903 | (s_tic6x_cantunwind, s_tic6x_handlerdata, s_tic6x_endp, | |
904 | s_tic6x_personalityindex, s_tic6x_personality): New functions. | |
905 | (md_pseudo_table): Add "endp", "handlerdata", "personalityindex", | |
906 | "personality" and "cantunwind". | |
907 | (tic6x_regname_to_dw2regnum, tic6x_frame_initial_instructions, | |
908 | tic6x_start_unwind_section, tic6x_unwind_frame_regs, | |
909 | tic6x_pop_rts_offset_little, tic6x_pop_rts_offset_big, | |
910 | tic6x_unwind_reg_from_dwarf, tic6x_flush_unwind_word, | |
911 | tic6x_unwind_byte, tic6x_unwind_2byte, tic6x_unwind_uleb, | |
912 | tic6x_cfi_startproc, output_exidx_entry, tic6x_output_unwinding, | |
913 | tic6x_cfi_endproc): New. | |
914 | * config/tc-tic6x.h (TIC6X_NUM_UNWIND_REGS): Define. | |
915 | (tic6x_unwind_info): New. | |
916 | (tic6x_segment_info_type): Add marked_pr_dependency, unwind and | |
917 | text_unwind. | |
918 | (TARGET_USE_CFIPOP, tc_regname_to_dw2regnum, | |
919 | tc_cfi_frame_initial_instructions, DWARF2_DEFAULT_RETURN_COLUMN, | |
920 | DWARF2_CIE_DATA_ALIGNMENT, tc_cfi_startproc, tc_cfi_endproc, | |
921 | tc_cfi_section_name): Define. | |
922 | * doc/c-tic6x.texi: Document new unwinding directives. | |
923 | * dw2gencfi.c (tc_cfi_startproc, tc_cfi_endproc): Add default | |
924 | definitions. | |
925 | (cfi_insn_data, fde_entry, CFI_adjust_cfa_offset, CFI_return_column, | |
926 | CFI_rel_offset, CFI_escape, CFI_signal_frame, CFI_val_encoded_addr): | |
927 | Move to dw2gencfi.h. | |
928 | (CFI_EMIT_target): Define. | |
929 | (dot_cfi_sections): Check tc_cfi_section_name. | |
930 | (dot_cfi_startproc): Use tc_cfi_startproc. | |
931 | (dot_cfi_endproc): Use tc_cfi_endproc. | |
932 | * dw2gencfi.h (cfi_insn_data, fde_entry, CFI_adjust_cfa_offset, | |
933 | CFI_return_column, CFI_rel_offset, CFI_escape, CFI_signal_frame, | |
934 | CFI_val_encoded_addr): Move to here from dw2gencfi.c. | |
935 | ||
6303c4ae AM |
936 | 2011-05-07 Alan Modra <[email protected]> |
937 | ||
938 | * dw2gencfi.c (CUR_SEG, SET_CUR_SEG, HANDLED, SET_HANDLED): Define. | |
939 | Use throughout in place of #if SUPPORT_FRAME_LINKONCE. | |
940 | (struct fde_entry): Rename cseg to cur_seg. | |
941 | (cfi_change_reg_numbers): Remove ATTRIBUTE_UNUSED. | |
942 | (get_cfi_seg): Likewise. Use if (SUPPORT_FRAME_LINKONCE) rather | |
943 | that #if SUPPORT_FRAME_LINKONCE. | |
944 | (cfi_finish): Likewise. | |
945 | ||
f3b574bf TG |
946 | 2011-05-06 Tristan Gingold <[email protected]> |
947 | ||
948 | * read.c (s_comm_internal): Remove code for OBJ_VMS. | |
949 | (s_data): Ditto. | |
950 | (s_text): Ditto. | |
951 | * write.c (write_object_file): Ditto. | |
952 | * symbols.c (define_sym_at_dot): Ditto. | |
953 | (colon): Ditto. | |
954 | ||
67ed7401 AM |
955 | 2011-05-05 Alan Modra <[email protected]> |
956 | ||
957 | * dw2gencfi.c (SUPPORT_FRAME_LINKONCE): Define. Use throughout | |
958 | file to conditionally compile code added 2011-04-26. | |
959 | (cfi_change_reg_numbers): Add ATTRIBUTE_UNUSED on params only used | |
960 | when SUPPORT_FRAME_LINKONCE. | |
961 | (get_cfi_seg): Likewise. Reintroduce old code for when not | |
962 | SUPPORT_FRAME_LINKONCE. | |
963 | (cfi_finish): Move get_cfi_seg calls out of loop when not | |
964 | SUPPORT_FRAME_LINKONCE. Avoid unused var warning. | |
965 | ||
2fbb87f6 PB |
966 | 2011-05-03 Paul Brook <[email protected]> |
967 | ||
2fbb87f6 PB |
968 | * config/tc-tic6x.c (s_ehtype): New function. |
969 | (md_pseudo_table): Add "ehtype". | |
970 | (tic6x_fix_adjustable, md_apply_fix): BFD_RELOC_C6000_EHTYPE. | |
971 | * doc/c-tic6x.texi: Document .ehtype directive. | |
972 | ||
72b016b4 NC |
973 | 2011-04-26 Kai Tietz <[email protected]> |
974 | ||
975 | * dw2gencfi.c (dwcfi_seg_list): New struct. | |
976 | (dwcfi_hash): New static hash variable. | |
977 | (get_debugseg_name): New. | |
978 | (alloc_debugseg_item): New. | |
979 | (make_debug_seg): New. | |
980 | (dwcfi_hash_insert): New. | |
981 | (dwcfi_hash_find): New. | |
982 | (dwcfi_hash_find_or_make): New. | |
983 | (cfi_insn_data): New member cur_seg. | |
984 | (cie_entry): Likewise. | |
985 | (fde_entry): New cseg and handled members. | |
986 | (alloc_fde_entry): Initialize cseg member. | |
987 | (alloc_cfi_insn_data): Initialize cur_seg member. | |
988 | (dot_cfi_sections): Compare for beginning of | |
989 | section names via strncmp. | |
990 | (get_cfi_seg): New. | |
991 | (cfi_finish): Treat link-once sections. | |
992 | (is_now_linkonce_segment): New local helper. | |
993 | (output_cie): Ignore cie entries not member of current | |
994 | segment. | |
995 | (output_fde): Likewise. | |
996 | (select_cie_for_fde): Likewise. | |
997 | (cfi_change_reg_numbers): Add new argument for current segment | |
998 | and ignore insn elements, if not part of current segment. | |
999 | * ehopt.c (get_cie_info): Use strncmp for | |
1000 | section name matching. | |
1001 | (heck_eh_frame): Likewise. | |
1002 | ||
15be625d CM |
1003 | 2011-04-20 Catherine Moore <[email protected]> |
1004 | David Ung <[email protected]> | |
1005 | ||
1006 | * config/mips.c (mips_cl_insn): Add new field complete_p. | |
1007 | (create_insn): Initialize complete_p to zero. | |
1008 | (BASE_REG_EQ): New. | |
1009 | (fix_24k_align_to): New. | |
1010 | (fix_24k_store_info): Declare. | |
1011 | (fix_24k_sort): New. | |
1012 | (fix_24k_record_store_info): New. | |
1013 | (nops_for_24k): New. | |
1014 | (nops_for_insn): Call nops_for_24k. | |
1015 | (append_insn): Move O_constant expression handling. | |
72b016b4 | 1016 | |
8ad17b3a AM |
1017 | 2011-04-20 Alan Modra <[email protected]> |
1018 | ||
1019 | * hash.c (set_gas_hash_table_size): Use bfd_hash_set_default_size. | |
1020 | (hash_new_sized): New function, split out from.. | |
1021 | (hash_new): ..here. | |
1022 | ||
00bbc0bd NC |
1023 | 2011-04-19 Nick Clifton <[email protected]> |
1024 | ||
1025 | * config/tc-arm.c (v7m_psrs): Revert previous delta. | |
1026 | ||
ac7f631b NC |
1027 | 2011-04-18 Julian Brown <[email protected]> |
1028 | Nick Clifton <[email protected]> | |
1029 | ||
1030 | * config/tc-arm.c (parse_psr): Use selected_cpu not cpu_variant to | |
1031 | detect M-profile targets. | |
1032 | (do_t_swi): Exclude v7 and higher variants from arm_ext_os test. | |
1033 | (v7m_psrs): Fix typo: basepri_max should be basepri_mask. | |
1034 | ||
902cc293 AK |
1035 | 2011-04-14 Andreas Krebbel <[email protected]> |
1036 | ||
1037 | * config/tc-s390.c (s390_machine): New prototype. | |
1038 | (md_pseudo_table): New pseudo-op .machine. | |
1039 | (s390_opcode_hash): Initialize to NULL. | |
1040 | (s390_parse_cpu): New function. | |
1041 | (md_parse_option): Use s390_parse_cpu. | |
1042 | (s390_setup_opcodes): New function. | |
1043 | (md_begin): Use s390_setup_opcodes. | |
1044 | (s390_machine): New hook handling the new .machine pseudo. | |
1045 | ||
1046 | * doc/c-s390.texi: Document the new pseudo op .machine. | |
1047 | ||
2b5d6a91 L |
1048 | 2011-04-12 H.J. Lu <[email protected]> |
1049 | ||
1050 | * config/tc-i386.c (i386_mach): Start error message with lower | |
1051 | case. | |
1052 | (md_begin): Likewise. | |
1053 | (md_parse_option): Likewise. | |
1054 | (i386_target_format): Likewise. | |
1055 | (check_byte_reg): Likewise. | |
1056 | (check_long_reg): Likewise. | |
1057 | (check_qword_reg): Likewise. | |
1058 | (check_word_reg): Likewise. | |
1059 | ||
0d9b4b55 NC |
1060 | 2011-04-12 Nick Clifton <[email protected]> |
1061 | ||
1062 | PR gas/12532 | |
1063 | * config/tc-arm.c (relax_branch): Do not relax branches to | |
1064 | preemptable global symbols. | |
1065 | ||
d2cd1205 JB |
1066 | 2011-04-11 Julian Brown <[email protected]> |
1067 | ||
1068 | * config/tc-arm.c (parse_psr): Add LHS argument. Improve support | |
1069 | for *APSR bitmasks. | |
1070 | (operand_parse_code): Replace OP_PSR with OP_wPSR and OP_rPSR. | |
1071 | Remove OP_RVC_PSR. | |
1072 | (parse_operands): Likewise. | |
1073 | (do_mrs): Tweak error message for constraint. | |
1074 | (do_t_mrs): Update constraints for changes to APSR support. | |
1075 | (do_t_msr): Likewise. Don't set PSR_f flag here. | |
1076 | (psrs): Remove "g", "nzcvq", "nzcvqg". | |
1077 | (insns): Tweak entries for msr and mrs instructions. | |
1078 | ||
4a57f2cf KT |
1079 | 2011-04-11 Kai Tietz <[email protected]> |
1080 | ||
1081 | * config/tc-i386.c (x86_cons): Initialize adjust with zero. | |
1082 | ||
249c2423 NC |
1083 | 2011-04-11 Nick Clifton <[email protected]> |
1084 | ||
4e4f7c87 NC |
1085 | * config/tc-i386.c (x86_cons): Define even for non-ELF targets. |
1086 | * config/tc-i386.h (x86_cons): Always prototype. | |
1087 | ||
249c2423 NC |
1088 | * config/tc-cr16.c (getprocregp_image): Fix type of 'r' parameter |
1089 | in order to avoid a compile time warning. | |
1090 | (getprocreg_image): Likewise. | |
1091 | ||
d86fff44 AM |
1092 | 2011-04-11 Alan Modra <[email protected]> |
1093 | ||
1094 | * config/tc-cr16.c (getprocreg_image): Correct range check. | |
1095 | (getprocregp_image): Likewise. | |
1096 | ||
8c5fc800 JM |
1097 | 2011-04-06 Joseph Myers <[email protected]> |
1098 | ||
1099 | * configure.tgt (strongarm*be, strongarm*b, strongarm*, | |
1100 | xscale*be|xscale*b, xscale*): Remove architectures. | |
1101 | (thumb-*-coff, thumb-*-rtems*, thumb-*-elf, thumb-epoc-pe, | |
1102 | thumb-*-pe, xscale-*-coff, xscale-*-elf): Remove targets. | |
1103 | ||
592588f3 TG |
1104 | 2011-04-01 Tristan Gingold <[email protected]> |
1105 | ||
1106 | * config/tc-ia64.c (md_apply_fix): Add a cast to avoid a warning. | |
1107 | ||
ac145307 BS |
1108 | 2011-03-31 Bernd Schmidt <[email protected]> |
1109 | ||
1110 | * config/tc-tic6x.c (sbss_section, scom_section, scom_symbol): New | |
1111 | static variables. | |
1112 | (md_begin): Initialize them. | |
1113 | (s_tic6x_scomm): New static function. | |
1114 | (md_pseudo_table): Add "scomm". | |
1115 | (tc_gen_reloc): Really undo all adjustments made by | |
1116 | bfd_install_relocation. | |
1117 | * doc/c-tic6x.texi: Document the .scomm directive. | |
1118 | ||
fc0eebac TG |
1119 | 2011-03-31 Tristan Gingold <[email protected]> |
1120 | ||
1121 | * dwarf2dbg.c (DWARF2_VERSION): Define. | |
1122 | (out_debug_line): Use it. | |
1123 | (out_debug_aranges): Ditto. | |
1124 | (out_debug_info): Ditto. | |
1125 | * config/tc-ia64.h (DWARF2_VERSION): Override it. | |
1126 | ||
f956bf33 NC |
1127 | 2011-03-30 Michael Snyder <[email protected]> |
1128 | ||
1129 | * obj-elf.c (obj_elf_section): Free malloced name. | |
4ac14836 NC |
1130 | * macro.c (get_any_string): Free malloced br_buf. |
1131 | (do_formals): Free 'formal'. | |
f956bf33 | 1132 | |
c734e7e3 TG |
1133 | 2011-03-30 Tristan Gingold <[email protected]> |
1134 | ||
1135 | * config/tc-ppc.c (ppc_frob_symbol): Convert stsym symbols value | |
1136 | to offset only if within is set. | |
1137 | (ppc_stabx): Reformat. For stsym stabs, add a check and set | |
1138 | within only for symbols. | |
1139 | ||
af3ecb4a RH |
1140 | 2011-03-29 Richard Henderson <[email protected]> |
1141 | ||
1142 | PR 12610 | |
1143 | * config/tc-alpha.c (s_alpha_align): Don't auto-align a previous | |
1144 | label; zap alpha_insn_label. | |
1145 | ||
75c1c785 L |
1146 | 2011-03-29 H.J. Lu <[email protected]> |
1147 | ||
1148 | * config/tc-i386.c (handle_quad): Properly handle multiple | |
1149 | operands. | |
1150 | ||
fc99ebdc MF |
1151 | 2011-03-29 Mike Frysinger <[email protected]> |
1152 | ||
1153 | * config/bfin-parse.y (BYTEUNPACK): Return yyerror when dest | |
1154 | reg $2 is the same as dest reg $4. | |
1155 | ||
3823a074 MF |
1156 | 2011-03-29 Mike Frysinger <[email protected]> |
1157 | ||
1158 | * config/bfin-parse.y (BYTEOP16M): Return yyerror when dest | |
1159 | reg $2 is the same as dest reg $4. | |
1160 | ||
0be99d4b MF |
1161 | 2011-03-29 Mike Frysinger <[email protected]> |
1162 | ||
1163 | * config/bfin-parse.y (BYTEOP16P): Return yyerror when dest | |
1164 | reg $2 is the same as dest reg $4. | |
1165 | ||
f4a2f576 MF |
1166 | 2011-03-28 Mike Frysinger <[email protected]> |
1167 | ||
1168 | * config/bfin-parse.y (16bit acc add): Return yyerror when dest | |
1169 | reg $1 is the same as dest reg $7. | |
1170 | ||
314a59d5 L |
1171 | 2011-03-28 H.J. Lu <[email protected]> |
1172 | ||
1173 | * config/tc-i386.c (handle_quad): New. | |
1174 | (md_pseudo_table): Add "quad". | |
1175 | ||
5b806d27 NC |
1176 | 2011-03-26 John Marino <[email protected]> |
1177 | ||
1178 | * configure.tgt: Fix support for *-*-dragonfly*. | |
1179 | * config/tc-i386.c: define SVR4_COMMENT_CHARS for dragonfly. | |
1180 | * config/te-dragonfly.h: New file. | |
1181 | ||
b8c610a7 EW |
1182 | 2011-03-24 Eric B. Weddington <[email protected]> |
1183 | ||
1184 | * config/tc-avr.c (mcu_types): Add new devices: atmega325pa, | |
1185 | atmega3250pa, atmega3290pa, atmega16hvbrevb, atmega32hvbrevb, | |
1186 | at90pwm161. | |
1187 | * doc/c-avr.texi: Document new device names. | |
1188 | ||
2dd0dc94 MF |
1189 | 2011-03-24 Mike Frysinger <[email protected]> |
1190 | ||
1191 | * config/bfin-parse.y (dual 32bit add/sub): Return yyerror when dest | |
1192 | reg $1 is the same as dest reg $7. | |
1193 | (quad 16bit add/sub): Return yyerror when dest reg $1 is the same as | |
1194 | dest reg $7. | |
1195 | ||
a0bc8198 MF |
1196 | 2011-03-24 Mike Frysinger <[email protected]> |
1197 | ||
1198 | * config/bfin-parse.y (check_macfuncs): Clarify error message when | |
1199 | P is mismatched. Check destination regno are off by one when P is | |
1200 | set, or are equal when P is not set. | |
1201 | ||
ba48c47b MF |
1202 | 2011-03-23 Mike Frysinger <[email protected]> |
1203 | ||
1204 | * config/bfin-parse.y (SEARCH): Return yyerror when dest reg $2 is | |
1205 | the same as dest reg $4. | |
1206 | (BITMUX): Return yyerror when dest reg $3 is the same as dest reg $5. | |
1207 | ||
6f8a4444 EW |
1208 | 2011-03-23 Eric B. Weddington <[email protected]> |
1209 | ||
1210 | * config/tc-avr.c (mcu_types): Add new xmega devices: atxmega64a1u, | |
1211 | atxmega128a1u, atxmega16x1, atxmega32x1, atxmega128b1, atxmega256a3bu. | |
1212 | * doc/c-avr.texi: Document new device names. | |
1213 | ||
8cc66334 EW |
1214 | 2011-03-22 Eric B. Weddington <[email protected]> |
1215 | ||
1216 | * config/tc-avr.c (struct avr_opcodes_s): Add opcode field. | |
1217 | (AVR_INSN): Change definition to match. | |
1218 | (avr_opcodes): Likewise, change to match. | |
1219 | (mcu_types): Add XMEGA architecture names and new XMEGA device names. | |
1220 | (md_show_usage): Add XMEGA architecture names. | |
1221 | (avr_operand): Add 'E' constraint for DES instruction of XMEGA devices. | |
1222 | Add support for SPM Z+ instruction. | |
1223 | * doc/c-avr.texi: Add documentation for XMEGA architectures and | |
1224 | devices. | |
1225 | ||
4fb8d1c6 EW |
1226 | 2011-03-21 Eric B. Weddington <[email protected]> |
1227 | ||
1228 | * config/tc-avr.c (md_show_usage): Add "Assembler" text to output. | |
1229 | ||
869fe6ea AM |
1230 | 2011-03-18 Alan Modra <[email protected]> |
1231 | ||
1232 | * config/obj-elf.c (elf_frob_symbol): Report S_SET_SIZE symbol | |
1233 | on .size expression errors rather than symbols in the size expression. | |
1234 | ||
144886fa AM |
1235 | 2011-03-18 Alan Modra <[email protected]> |
1236 | ||
1237 | * input-scrub.c (line_numberT): Delete. | |
1238 | (input_scrub_close): Reset line counters. | |
1239 | * messages.c (as_show_where): Don't print invalid line number. | |
1240 | (as_warn_internal, as_bad_internal): Likewise. | |
1241 | ||
04648e65 AM |
1242 | 2011-03-18 Alan Modra <[email protected]> |
1243 | ||
1244 | * read.c (read_a_source_file): Remove md_after_pass_hook. | |
1245 | Move "quit" label before set of dot_symbol. | |
1246 | * config/tc-d10v.h (md_after_pass_hook): Don't define. | |
1247 | * config/tc-d30v.h (md_after_pass_hook): Likewise. | |
1248 | * config/tc-m32r.h (md_after_pass_hook): Likewise. | |
1249 | (md_cleanup): Define to call m32r_fill_insn. | |
1250 | ||
db3a4e40 AK |
1251 | 2011-03-18 Andreas Krebbel <[email protected]> |
1252 | ||
1253 | * config/tc-s390.c (md_parse_option): Add -march=all option which | |
1254 | switches to the highest available CPU. | |
1255 | ||
259af69e AM |
1256 | 2011-03-17 Alan Modra <[email protected]> |
1257 | ||
1258 | PR 12569 | |
1259 | * expr.c (operand): Correct passing of "mode" to expr. | |
1260 | * read.c (do_org): Allow expr_section. | |
1261 | (get_known_segmented_expression): Don't assert anything about the | |
1262 | segment. | |
1263 | ||
21be61f5 L |
1264 | 2011-03-16 H.J. Lu <[email protected]> |
1265 | ||
1266 | * as.c (show_usage): Add --size-check=. | |
1267 | (parse_args): Add and handle OPTION_SIZE_CHECK. | |
1268 | ||
1269 | * as.h (flag_size_check): New. | |
1270 | ||
1271 | * config/obj-elf.c (elf_frob_symbol): Use as_bad to report | |
1272 | bad .size directive only for --size-check=error. | |
1273 | ||
1274 | * doc/as.texinfo: Document --size-check=. | |
1275 | ||
7f35e991 MF |
1276 | 2011-03-14 Mike Frysinger <[email protected]> |
1277 | ||
1278 | * config/tc-bfin.c (bfin_cpus[]): Add 0.4 for | |
1279 | bf542/bf544/bf547/bf548/bf549. | |
1280 | ||
34e77a92 RS |
1281 | 2011-03-14 Richard Sandiford <[email protected]> |
1282 | ||
1283 | * config/tc-arm.c (md_pcrel_from_section): Use S_FORCE_RELOC to | |
1284 | determine whether a relocation is needed. | |
1285 | (md_apply_fix, arm_apply_sym_value): Likewise. | |
1286 | ||
35fc36a8 RS |
1287 | 2011-03-14 Richard Sandiford <[email protected]> |
1288 | ||
1289 | * config/tc-arm.c (arm_adjust_symtab): Set the branch type | |
1290 | for Thumb symbols. | |
1291 | ||
502df130 NC |
1292 | 2011-03-11 Nick Clifton <[email protected]> |
1293 | ||
1294 | * remap.c (remap_debug_filename): Always allocate a buffer for the | |
1295 | returned pointer. | |
1296 | * stabs.c (stabs_generate_asm_file): Free the pointer returned by | |
1297 | remap_debug_filename. | |
1298 | ||
5652b491 MS |
1299 | 2011-03-10 Michael Snyder <[email protected]> |
1300 | ||
1301 | Revert the following change: | |
1302 | * dwarf2dbg.c (out_file_list): Free malloced 'dir'. | |
1303 | (out_debug_info): Free malloced 'dirname' and 'comp_dir'. | |
1304 | ||
293855c8 AM |
1305 | 2011-03-10 Alan Modra <[email protected]> |
1306 | ||
1307 | * gas/config/obj-elf.h (ELF_TARGET_SYMBOL_FIELDS, | |
1308 | TARGET_SYMBOL_FIELDS): Don't define. | |
1309 | * gas/config/tc-arc.c (arc_common): Use correct symbol "local" field. | |
1310 | ||
9f6db0d3 MS |
1311 | 2011-03-09 Michael Snyder <[email protected]> |
1312 | ||
1313 | * dwarf2dbg.c (out_file_list): Free malloced 'dir'. | |
1314 | (out_debug_info): Free malloced 'dirname' and 'comp_dir'. | |
5652b491 MS |
1315 | (emit_fixed_inc_line_addr): Assign instead of conditional in |
1316 | assert. | |
9f6db0d3 | 1317 | |
49002d7f L |
1318 | 2011-03-05 H.J. Lu <[email protected]> |
1319 | ||
1320 | * config/obj-elf.c (elf_frob_symbol): Mention symbol name in | |
1321 | non-constant .size expression. | |
1322 | ||
14aa5a8b NC |
1323 | 2011-03-02 Nick Clifton <[email protected]> |
1324 | ||
1325 | * ecoff.c: Incldue filenames.h | |
1326 | ||
8b6efd89 KT |
1327 | 2011-02-28 Kai Tietz <[email protected]> |
1328 | ||
1329 | * depend.c (register_dependency): Use filename_(n)cmp. | |
1330 | * dwarf2dbg.c (get_filenum): Likewise. | |
1331 | * ecoff.c (add_file): Likewise. | |
1332 | (ecoff_generate_asm_lineno): Likewise. | |
1333 | * input-scrub.c (new_logical_line_flags): Likewise. | |
1334 | * listing.c (file_info): Likewise. | |
1335 | (listing_newline): Likewise. | |
1336 | * remap.c (remap_debug_filename): Likewise. | |
1337 | * stabs.c (generate_asm_file): Likewise. | |
1338 | (stabs_generate_asm_lineno): Likewise. | |
1339 | ||
d455268f MR |
1340 | 2011-02-28 Maciej W. Rozycki <[email protected]> |
1341 | ||
1342 | * config/tc-mips.c (append_insn): Disable branch relaxation for | |
1343 | DSP instructions. | |
1344 | ||
3eebd5eb MR |
1345 | 2011-02-28 Maciej W. Rozycki <[email protected]> |
1346 | ||
1347 | * config/tc-mips.c (macro): Handle M_PREF_AB. | |
1348 | ||
66b3e8da MR |
1349 | 2011-02-28 Maciej W. Rozycki <[email protected]> |
1350 | ||
1351 | * config/tc-mips.c (RELAX_BRANCH_ENCODE): Encode the temporary | |
1352 | register to use. | |
1353 | (RELAX_BRANCH_UNCOND): Adjust accordingly. | |
1354 | (RELAX_BRANCH_LIKELY): Likewise. | |
1355 | (RELAX_BRANCH_LINK): Likewise. | |
1356 | (RELAX_BRANCH_TOOFAR): Likewise. | |
1357 | (RELAX_BRANCH_AT): New macro. | |
1358 | (append_insn): Encode the temporary register to use in standard | |
1359 | MIPS branch relaxation. | |
1360 | (relaxed_branch_length): Update according to changes to | |
1361 | RELAX_BRANCH_ENCODE. | |
1362 | (md_convert_frag): Use the encoded register as the temporary. | |
1363 | ||
ce70d90a MR |
1364 | 2011-02-28 Maciej W. Rozycki <[email protected]> |
1365 | ||
1366 | * config/tc-mips.c (mips_fix_adjustable): On REL targets also | |
1367 | reject PC-relative relocations. | |
1368 | ||
5c4f07ba MR |
1369 | 2011-02-28 Maciej W. Rozycki <[email protected]> |
1370 | ||
1371 | * config/tc-mips.c (md_convert_frag): Correct message | |
1372 | capitalization. | |
1373 | ||
5a0ade8b AM |
1374 | 2011-02-28 Alan Modra <[email protected]> |
1375 | ||
1376 | * symbols.c (report_op_error): Remove unnecessary forward declaration. | |
1377 | Add "op" parameter. Report operator and operand segments in error | |
1378 | message, not operand symbols. | |
1379 | (resolve_symbol_value): Always set segment for equated symbols, not | |
1380 | just when finalizing. Adjust report_op_error calls. | |
1381 | ||
f2d8a97c L |
1382 | 2011-02-25 H.J. Lu <[email protected]> |
1383 | ||
7f648587 L |
1384 | * config/tc-i386.c (reloc): Don't sign-check 4-byte relocations |
1385 | if 64bit relocations aren't allowed. | |
f2d8a97c | 1386 | |
e1e90034 AM |
1387 | 2011-02-25 Alan Modra <[email protected]> |
1388 | ||
1389 | PR gas/12519 | |
1390 | * config/obj-elf.c (elf_frob_symbol): Properly handle size expression. | |
1391 | ||
dfa58db1 MR |
1392 | 2011-02-21 Maciej W. Rozycki <[email protected]> |
1393 | ||
1394 | * config/tc-mips.c (mips_ip) <'o'>: Remove duplicate | |
1395 | initialization of offset_reloc. | |
1396 | ||
d58a1929 RH |
1397 | 2011-02-15 Richard Henderson <[email protected]> |
1398 | ||
1399 | * dw2gencfi.c (dot_cfi_dummy): New. | |
1400 | (cfi_pseudo_table) [!TARGET_USE_CFIPOP]: New. | |
1401 | * read.c (pobegin): Unconditionally call cfi_pop_insert. | |
1402 | ||
822ce8ee RW |
1403 | 2011-02-13 Ralf Wildenhues <[email protected]> |
1404 | ||
1405 | * configure: Regenerate. | |
1406 | ||
36f44611 MF |
1407 | 2011-02-13 Mike Frysinger <[email protected]> |
1408 | ||
1409 | * config/bfin-lex.l (BYTEOP2M): Remove tokenization. | |
1410 | * config/bfin-parse.y (BYTEOP2M): Delete token. | |
1411 | (asm_1): Remove BYTEOP2M insn matching. | |
1412 | ||
26bb3ddd MF |
1413 | 2011-02-12 Mike Frysinger <[email protected]> |
1414 | ||
1415 | * config/bfin-defs.h: Include opcode/bfin.h. | |
1416 | (M_S2RND, M_T, M_W32, M_FU, M_TFU, M_IS, M_ISS2, M_IH, M_IU): Delete. | |
1417 | ||
347d120a MF |
1418 | 2011-02-11 Mike Frysinger <[email protected]> |
1419 | ||
1420 | * doc/c-bfin.texi (Instruction Delimiting): Fix occur typo. | |
1421 | (Modify Registers): Fix subtracted typo. | |
1422 | (.byte2): Extend and swap descriptions with .byte4. | |
1423 | (.byte4): Extend and swap descriptions with .byte2. | |
1424 | (.db, .dw, .dd): Document behavior. | |
1425 | ||
5f956293 MF |
1426 | 2011-02-11 Mike Frysinger <[email protected]> |
1427 | ||
1428 | * config/bfin-parse.y (TESTSET): Reject REG_SP and REG_FP. | |
1429 | ||
c0e524fe AM |
1430 | 2011-02-11 Alan Modra <[email protected]> |
1431 | ||
1432 | * doc/c-ppc.texi (PowerPC-Opts <-nops>): Clarify. | |
1433 | ||
635fb38d AM |
1434 | 2011-02-10 Alan Modra <[email protected]> |
1435 | ||
1436 | * doc/as.texinfo (Overview): Add missing markup around Blackfin | |
1437 | and PowerPC options. | |
1438 | ||
b8b738ac AM |
1439 | 2011-02-10 Alan Modra <[email protected]> |
1440 | ||
1441 | * config/tc-ppc.c (md_show_usage): Remove -l and -b. Add -K PIC. | |
1442 | * doc/as.texinfo: Refer to and include c-ppc.texi for PowerPC options. | |
1443 | (Overview <Target PowerPC options>): Add a number of missing options. | |
1444 | * doc/c-ppc.texi: Likewise. Add markup for use in manpage generation. | |
1445 | ||
2dde1948 L |
1446 | 2011-02-08 H.J. Lu <[email protected]> |
1447 | ||
1448 | PR gas/6957 | |
1449 | * config/tc-i386.c (i386_align_code): Use f32_patt when tuning | |
1450 | for i686. | |
1451 | ||
a586129e L |
1452 | 2011-02-08 H.J. Lu <[email protected]> |
1453 | ||
1454 | * config/tc-i386.c (set_cpu_arch): Also update cpu_arch_isa_flags | |
1455 | for ISA extensions. | |
1456 | (md_parse_option): Likewise. | |
1457 | ||
98d23bef BS |
1458 | 2011-02-04 Bernd Schmidt <[email protected]> |
1459 | ||
1460 | * doc/as.texinfo (Target TIC6X options): Don't mention "-matomic". | |
1461 | * doc/c-tic6x.texi (TIC6X Directives): Don't mention ".atomic". | |
1462 | (TIC6X Options): Don't mention "-matomic". | |
1463 | * config/tc-tic6x.c (OPTION_MATOMIC, OPTION_MNO_ATOMIC): Delete. | |
1464 | (md_longopts): Remove corresponding entries. | |
1465 | (md_parse_option): Don't handle them. | |
1466 | (md_show_usage): Don't document them. | |
1467 | (tic6x_atomic): Delete variable. | |
1468 | (tic6x_update_features): Always copy tic6x_arch_enable to | |
1469 | tic6x_features. | |
1470 | (tic6x_arch_enable): Remove references to TIC6X_INSN_ATOMIC. | |
1471 | (s_tic6x_atomic, s_tic6x_noatomic): Remove functions. | |
1472 | (md_pseudo_table): Remove ".atomic" and ".noatomic". | |
1473 | ||
a22429b9 NC |
1474 | 2011-01-31 Nick Clifton <[email protected]> |
1475 | ||
1476 | * write.c (write_contents): Include output file name and bfd error | |
1477 | value when reporting the inability to write to the output file. | |
1478 | * config/tc-rx.c (rx_handle_align): Do not insert NOPs into align | |
1479 | frag that has a non-zero fill value. | |
1480 | ||
eb6fae19 DD |
1481 | 2011-01-27 DJ Delorie <[email protected]> |
1482 | ||
1483 | * config/tc-rx.c (md_convert_frag): If we can't compute the target | |
1484 | address, zero out the values stored in the object file to make | |
1485 | objdump's output consistent. | |
1486 | ||
ca19b261 KT |
1487 | 2011-01-26 Kai Tietz <[email protected]> |
1488 | ||
1489 | * config/tc-i386.c (md_begin): Set for x64 windows COFF target | |
1490 | x86_dwarf2_return_column to 32. | |
1491 | ||
b37a4e79 NC |
1492 | 2011-01-20 Nick Clifton <[email protected]> |
1493 | ||
1494 | PR gas/12384 | |
1495 | * config/tc-h8300.c (constant_fits_width_p): Use correct type for | |
1496 | comparison. | |
1497 | ||
6ac88ef3 L |
1498 | 2011-01-18 H.J. Lu <[email protected]> |
1499 | ||
1500 | * write.c (compress_debug): Return if section size is smaller | |
1501 | than 32 bytes. | |
1502 | ||
24a2d04d L |
1503 | 2011-01-18 H.J. Lu <[email protected]> |
1504 | ||
1505 | PR gas/12409 | |
1506 | * write.c (compress_debug): Return if section size is 0. | |
1507 | ||
4a58c4bd NC |
1508 | 2011-01-18 Mingfeng Wu <[email protected]> |
1509 | ||
1510 | * config/tc-arm.c (arm_cpus): Add Faraday ARMv5TE compatible | |
1511 | cores: fa606te, fa616te, fmp626. Modify the VFP of fa626te. | |
1512 | * doc/c-arm.texi (ARM Options): Add -mcpu={fa606te, fa616te, | |
1513 | fmp626} options. | |
1514 | ||
7c31ae13 NC |
1515 | 2011-01-18 Nick Clifton <[email protected]> |
1516 | ||
1517 | PR gas/12390 | |
1518 | * doc/all.texi: Add NS32K | |
1519 | * doc/as.texinfo: Remove target specific details of which | |
1520 | characters act as comment initiators and statement separators into | |
1521 | individual target specific files. | |
1522 | * doc/c-alpha.texi (Alpha-Chars): Document special behaviour of | |
1523 | the hash character at the start of a line. | |
1524 | * doc/c-arm.texi (ARM-Chars): Likewise. | |
1525 | * doc/c-avr.texi (AVR-Chars): Likewise. | |
1526 | * doc/c-d10v.texi (D10V-Chars): Likewise. | |
1527 | * doc/c-d30v.texi (D30V-Chars): Likewise. | |
1528 | * doc/c-mmix.texi (MMIX-Chars): Likewise. | |
1529 | * doc/c-s390.texi (s390 characters): Likewise. | |
1530 | * doc/c-sh.texi (SH-Chars): Likewise. | |
1531 | * doc/c-sh64.texi (SH64-Chars): Likewise. | |
1532 | * doc/c-sparc.texi (SPARC-Chars): Likewise. | |
1533 | * doc/c-tic6x.texi (TIC6X Syntax): Likewise. | |
1534 | * doc/c-xtensa.texi (Xtensa Syntax): Likewise. | |
1535 | * doc/c-z80.texi (Z80-Chars): Likewise. | |
1536 | * doc/c-z8k.texi (Z8000-Chars): Likewise. | |
1537 | * doc/c-pdp11.texi (PDP11-Syntax): Document line separator character. | |
1538 | * doc/c-arc.texi (ARC-Chars): Fill in this subsection. | |
1539 | * doc/c-bfin.texi (Blackfin Syntax): Document line comment and | |
1540 | line separator characters. | |
1541 | * doc/c-cr16.texi (CR16 Syntax): Likewise. | |
1542 | * doc/c-i386.texi (i386-Chars): Likewise. | |
1543 | * doc/c-i860.texi (i860-Chars): Likewise. | |
1544 | * doc/c-i960.texi (i960-Chars): Likewise. | |
1545 | * doc/c-ip2k.texi (IP2K-Chars): Likewise. | |
1546 | * doc/c-lm32.texi (LM32-Chars): likewise. | |
1547 | * doc/c-m32c.texi (M32C-Chars): Likewise. | |
1548 | * doc/c-m68hc11.texi (M68HC11-syntax): Likewise. | |
1549 | * doc/c-m68k.texi (M68K-Chars): Likewise. | |
1550 | * doc/c-microblaze.texi (MicroBlaze-Chars): Likewise. | |
1551 | * doc/c-msp430.texi (MSP430-Chars): Likewise. | |
1552 | * doc/c-mt.texi (MT-Chars): Likewise. | |
1553 | * doc/c-ns32k.texi (NS32K-Chars): Likewise. | |
1554 | * doc/c-pj.texi (PJ-Chars): Likewise. | |
1555 | * doc/c-ppc.texi (PowerPC-Chars): Likewise. | |
1556 | * doc/c-rx.texi (RX-Chars): Likewise. | |
1557 | * doc/c-score.texi (SCORE-Chars): Likewise. | |
1558 | * doc/c-tic54x.texi (TIC54X-Chars): Likewise. | |
1559 | * doc/c-v850.texi (V850-Chars): Likewise. | |
1560 | * doc/c-vax.texi (VAX-Chars): Likewise. | |
1561 | * doc/c-xc16x.texi (xc16x-Chars): Likewise. | |
1562 | ||
2a2a0f38 QN |
1563 | 2011-01-17 Quentin Neill <[email protected]> |
1564 | ||
1565 | * config/tc-i386.c (cpu_arch): Add CPU_TBM_FLAGS. | |
1566 | ||
1567 | * doc/c-i386.texi (i386-TBM): New section. | |
1568 | ||
862be3fb L |
1569 | 2011-01-16 H.J. Lu <[email protected]> |
1570 | ||
1571 | * config/tc-i386.c (disallow_64bit_disp): Renamed to ... | |
1572 | (disallow_64bit_reloc): This. | |
1573 | (md_assemble): Don't check movabs for x32 mode here. | |
1574 | (i386_target_format): Updated. | |
1575 | (tc_gen_reloc): Check if 64bit relocations are allowed. | |
1576 | ||
7f56bc95 L |
1577 | 2011-01-15 H.J. Lu <[email protected]> |
1578 | ||
1579 | * config/tc-i386.c (disallow_64bit_disp): New. | |
1580 | (x86_elf_abi): Replace X86_64_LP64_ABI/X86_64_ILP32_ABI with | |
1581 | X86_64_ABI/X86_64_X32_ABI. | |
1582 | (md_assemble): Don't allow movabs with relocation in x32 mode. | |
1583 | (i386_target_format): Updated. | |
1584 | ||
570561f7 L |
1585 | 2011-01-14 H.J. Lu <[email protected]> |
1586 | ||
1587 | * config/tc-i386.c (OPTION_N32): Renamed to ... | |
1588 | (OPTION_X32): This. | |
1589 | (md_longopts): Replace n32 with x32. | |
1590 | (md_parse_option): Updated. | |
1591 | (md_show_usage): Likewise. | |
1592 | ||
4a22cb7c | 1593 | * doc/c-i386.texi: Replace --n32 with --x32. |
570561f7 | 1594 | |
c95354ed MX |
1595 | 2011-01-11 Mingjie Xing <[email protected]> |
1596 | ||
1597 | * config/tc-mips.c (mips_ip): Update error messages. Take an | |
1598 | unadjusted offset for "+c" argument. | |
1599 | ||
7af8ed2d NC |
1600 | 2011-01-10 Nick Clifton <[email protected]> |
1601 | ||
1602 | * config/tc-i386.c (x86_elf_abi): Only define for targets that use | |
1603 | it. | |
1604 | ||
cdf9ccec NC |
1605 | 2011-01-10 Nick Clifton <[email protected]> |
1606 | ||
1607 | * config/tc-arm.c (s_arm_tls_desceq): Move code into ELF-only | |
1608 | part of the file. | |
1609 | ||
0855e32b NS |
1610 | 2011-01-10 Nathan Sidwell <[email protected]> |
1611 | Glauber de Oliveira Costa <[email protected]> | |
1612 | ||
1613 | * doc/c-arm.texi: Document TLSDESC and TLSCALL relocations, and | |
1614 | .tlsdescseq directive. | |
1615 | * config/tc-arm.c (arm_typed_reg_parse): Check for potential reloc | |
1616 | following a symbol. | |
1617 | (s_arm_tls_descseq): New directive. | |
1618 | (md_pseudo_table): Add it. | |
1619 | (encode_branch): Allow TLS_CALL relocs too. | |
1620 | (do_t_blx, do_t_branch23): Use encode_branch. | |
1621 | (reloc_names): Add tlsdesc and tlscall. | |
1622 | (md_apply_fix): Process tls desc relocations. | |
1623 | (tc_gen_reloc): Likewise. | |
1624 | (arm_fix_adjustable): Likewise. | |
1625 | ||
87973e9f QN |
1626 | 2011-01-07 Quentin Neill <[email protected]> |
1627 | ||
1628 | * config/tc-i386.c (cpu_arch): Add CPU_BMI_FLAGS. | |
1629 | ||
1630 | * doc/c-i386.texi (i386-BMI): New section. | |
1631 | ||
12505806 PK |
1632 | 2011-01-06 Paul Koning <[email protected]> |
1633 | ||
1634 | * config/tc-pdp11.c (parse_op_no_deferred): Allow PC-relative | |
1635 | references to absolute addresses. | |
1636 | ||
9689e3a3 DD |
1637 | 2011-01-05 DJ Delorie <[email protected]> |
1638 | ||
1639 | * config/tc-rx.c (tc_gen_reloc): Emit an RX_OP_NEG expression | |
1640 | instead of an RH_NEG32 one. | |
1641 | ||
35cc6a0b L |
1642 | 2011-01-05 Jonathan Wakely <[email protected]> |
1643 | ||
1644 | * doc/c-i386.texi: Clarify --n32. | |
1645 | ||
f12dc422 L |
1646 | 2011-01-04 H.J. Lu <[email protected]> |
1647 | ||
1648 | * config/tc-i386.c (build_modrm_byte): Allow encoding 32/64bit | |
1649 | integer registers in VEX.vvvv. Check register-only source | |
1650 | operand when two source operands are swapped. Properly update | |
1651 | destination when two source operands are swapped. | |
1652 | ||
0db46eb4 L |
1653 | 2011-01-01 H.J. Lu <[email protected]> |
1654 | ||
1655 | * gas.c (parse_args): Update copyright to 2011. | |
1656 | ||
5b326c3e | 1657 | For older changes see ChangeLog-2010 |
08d56133 NC |
1658 | \f |
1659 | Local Variables: | |
1660 | mode: change-log | |
1661 | left-margin: 8 | |
1662 | fill-column: 74 | |
1663 | version-control: never | |
1664 | End: |