gas/
[binutils-gdb.git] / gas / ChangeLog
1 2010-09-27 Bernd Schmidt <bernds@codesourcery.com>
2
3 * config/tc-tic6x.c (tic6x_fix_adjustable): New function.
4 * config/tc-tic6x.h (tic6x_fix_adjustable): Declare.
5 (tc_fix_adjustable): New macro.
6
7 2010-09-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
8
9 * config/tc-s390.c: (md_parse_option): New option -march=z196.
10 * doc/c-s390.texi: Document new option.
11
12 2010-09-27 Tejas Belagod <tejas.belagod@arm.com>
13
14 * config/tc-arm.c (do_neon_ldr_str): Deprecate ARM-mode PC-relative
15 VSTR, issue an error in THUMB mode.
16
17 2010-09-23 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
18
19 * config/tc-arm.c (arm_ext_virt): New variable.
20 (arm_reg_type): Add REG_TYPE_RNB for banked registers.
21 (reg_entry): Allow registers to be larger than a byte.
22 (reg_alias): Fix type warning.
23 (parse_operands): Parse banked registers when appropriate.
24 (do_mrs): Add support for Virtualization Extensions.
25 (do_hvc): New function.
26 (do_t_mrs): Add support for Virtualization Extensions.
27 (do_t_msr): Likewise.
28 (do_t_hvc): New function.
29 (SPLRBANK): New define.
30 (reg_names): Add banked registers.
31 (insns): Add support for Virtualization Extensions.
32 (md_apply_fixup): Likewise.
33 (arm_cpus): -mcpu=cortex-a15 implies the Virtualization Extensions.
34 (arm_extensions): Add 'virt' extension.
35 (aeabi_set_public_attributes): Add support for Virtualization
36 Extensions.
37 * doc/c-arm.texi: Document 'virt' extension.
38
39 2010-09-23 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
40
41 * config/tc-arm.c (arm_ext_adiv): New variable.
42 (do_div): New function.
43 (insns): Accept UDIV and SDIV in ARM state.
44 (arm_cpus): The cortex-a15 option has all current v7-A extensions.
45 (arm_extensions): Add 'idiv' extension.
46 (aeabi_set_public_attributes): Update Tag_DIV_use values for the
47 Integer Divide extension.
48 * doc/c-arm.texi: Document the idiv extension.
49
50 2010-09-23 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
51
52 * config/tc-arm.c (arm_ext_v6m): New variable.
53 (arm_ext_m): Add support for OS extension.
54 (arm_ext_os): New variable.
55 (do_t_swi): In v6-M ensure we have the OS extension.
56 (arm_cpus): The cortex-m1 and cortex-m0 options have the OS
57 extension by default.
58 (arm_archs): Add armv6s-m.
59 (arm_extensions): Add 'os' extension.
60 (cpu_arch_ver): Add support for v6S-M.
61 * doc/c-arm.texi: Document the OS Extension, and v6-m and v6s-m
62 architecture options.
63
64 2010-09-23 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
65
66 * config/tc-arm.c (arm_ext_v6z): Remove.
67 (arm_ext_sec): New variable.
68 (do_t_smc): In Thumb state SMC requires v7-A.
69 (insns): Make SMC depend on Security Extensions.
70 (arm_cpus): All -mcpu=cortex-a* options have the Security Extensions.
71 (arm_extensions): Add 'sec' extension.
72 (cpu_arch_ver): Reorder.
73 (aeabi_set_public_attributes): Emit Tag_Virtualization_use as
74 appropriate.
75 * doc/c-arm.texi: Document Security Extensions.
76
77 2010-09-23 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
78
79 * config/tc-arm.c (arm_ext_mp): Add.
80 (do_pld): Update comment.
81 (insns): Add support for pldw.
82 (arm_cpus): Update cortex-a5, cortex-a9, and cortex-a15 to support
83 MP extension.
84 (arm_extensions): Add 'mp' extension.
85 (aeabi_set_public_attributes): Emit correct build attribute when
86 MP extension is enabled.
87 * doc/c-arm.texi: Update for MP extensions.
88
89 2010-09-23 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
90
91 * config/tc-arm.c (md_pseduo_table): Add .arch_extension directive.
92 (arm_option_extension_value_table): Add.
93 (arm_extensions): Change type.
94 (arm_option_cpu_table): Rename...
95 (arm_option_fpu_table): ...to this.
96 (arm_fpus): Change type.
97 (arm_parse_extension): Enforce alphabetical order. Allow
98 extensions to be removed.
99 (arm_parse_arch): Allow extensions to be specified with -march.
100 (s_arm_arch_extension): Add.
101 (s_arm_fpu): Update for type changes.
102 * doc/c-arm.texi: Document changes to infrastructure.
103
104 2010-09-23 Alan Modra <amodra@gmail.com>
105
106 * config/tc-mn10300.c (tc_gen_reloc): Replace absolute symbols
107 with the absolute section symbol.
108
109 2010-09-22 Mike Frysinger <vapier@gentoo.org>
110
111 * config/bfin-parse.y: Fix typo in BYTEOP16P comment.
112
113 2010-09-22 Robin Getz <robin.getz@analog.com>
114
115 * config/bfin-parse.y (is_store): New function.
116 (gen_multi_instr_1): Check parallel slots for store insns.
117
118 2010-09-22 Robin Getz <robin.getz@analog.com>
119
120 * config/bfin-defs.h (IS_EMUDAT): New define.
121 * config/bfin-parse.y: Accept EMUDAT for any register move.
122
123 2010-09-22 Robin Getz <robin.getz@analog.com>
124
125 * config/bfin-parse.y: Improve error messages.
126
127 2010-09-22 Robin Getz <robin.getz@analog.com>
128
129 * config/bfin-parse.y (DBG): Fix regno encoding.
130 (DBGCMPLX): Likewise.
131
132 2010-09-22 Robin Getz <robin.getz@analog.com>
133
134 * config/bfin-lex.l: Accept multibyte chars in symbol names.
135
136 2010-09-22 Robin Getz <robin.getz@analog.com>
137
138 * config/bfin-defs.h (statusflags): Add AC0_COPY, V_COPY, and RND_MOD.
139 * config/bfin-lex.l: Tokenize AC0_COPY, V_COPY, and RND_MOD.
140
141 2010-09-22 Mike Frysinger <vapier@gentoo.org>
142
143 * config/bfin-aux.h (bfin_gen_pseudochr): New prototype.
144 * config/tc-bfin.c (bfin_gen_pseudochr): New function.
145 * config/bfin-parse.y: Call bfin_gen_pseudochr for OUTC tokens.
146
147 2010-09-22 Mike Frysinger <vapier@gentoo.org>
148
149 * config/bfin-lex.l (abort): Accept case-insensitive abort insn.
150 * config/bfin-parse.y (ABORT): Handle the ABORT token.
151
152 2010-09-22 Mike Frysinger <vapier@gentoo.org>
153
154 * config/tc-bfin.c (bfin_cpus[]): Add 0.2 for bf512/bf514/bf516/bf518.
155
156 2010-09-22 Mike Frysinger <vapier@gentoo.org>
157
158 * doc/c-bfin.texi (-mcpu): Add bf592.
159 * config/tc-bfin.c (bfin_cpu_type): Add BFIN_CPU_BF592.
160 (bfin_cpus[]): Add 0.0/0.1 for bf592.
161
162 2010-09-22 Mike Frysinger <vapier@gentoo.org>
163
164 * config/tc-bfin.c (comment_chars): Add #.
165
166 2010-09-20 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
167
168 * config/tc-arm.c (arm_cpus): Correct canonical names for Cortex CPUs.
169
170 2010-09-20 Richard Henderson <rth@redhat.com>
171
172 * config/tc-alpha.c (tc_gen_reloc): Remove hack around
173 bfd_perform_reloc for OBJ_ELF.
174
175 2010-09-17 Tejas Belagod <tejas.belagod@arm.com>
176
177 * config/tc-arm.c (do_t_ldmstm): Add logic to handle single-register
178 list for ldm/stm.
179
180 2010-09-17 Tejas Belagod <tejas.belagod@arm.com>
181
182 * config/tc-arm.c (parse_psr): Add condition for matching "APSR" on
183 non-M-arch cpus.
184 (psrs): Add entry for PSR flags, g, nzcvq, nzcvqg.
185
186 2010-09-17 Tejas Belagod <tejas.belagod@arm.com>
187
188 * config/tc-arm.c (insns): Change MRC entry to accept APSR_RR instead
189 of just RR.
190
191 2010-09-17 Andrew Burgess <aburgess@broadcom.com>
192
193 PR gas/12011
194 * config/obj-elf.c (obj_elf_parse_section_letters): Correct test
195 for error return from md_elf_section_letter.
196 * config/tc-alpha.c (alpha_elf_section_letter): Correct error message.
197 * config/tc-i386.c (x86_64_section_letter): Likewise.
198 * config/tc-ia64.c (ia64_elf_section_letter): Likewise.
199 * config/tc-mep.c (mep_elf_section_letter): Likewise.
200
201 2010-09-15 Kai Tietz <kai.tietz@onevision.com>
202
203 * config/obj-coff-seh.c (seh_validate_seg): New funtion.
204 (obj_coff_seh_endproc): Add check for segment.
205 (obj_coff_seh_endprologue): Likewise.
206 (obj_coff_seh_pushreg): Likewise.
207 (obj_coff_seh_pushframe): Likewise.
208 (obj_coff_seh_save): Likewise.
209 (obj_coff_seh_setframe): Likewise.
210
211 * config/obj-coff-seh.h (seh_context): New member code_seg.
212 * config/obj-coff-seh.c: Implementing xdata/pdata section cloning
213 for link-once code-segment.
214
215 2010-09-14 Jie Zhang <jie@codesourcery.com>
216
217 * doc/c-arm.texi: Document -mcpu=cortex-m4.
218
219 2010-09-09 H.J. Lu <hongjiu.lu@intel.com>
220
221 * config/tc-i386.c (build_vex_prefix): Check VEXW1 for 2-byte
222 VEX prefix.
223
224 2010-09-09 Joseph Myers <joseph@codesourcery.com>
225
226 * doc/c-tic6x.texi (.c6xabi_attribute): Document directive.
227
228 2010-09-09 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
229
230 * config/tc-arm.c (arm_cpus): Add cortex-a15 entry.
231 * doc/c-arm.texi: Document -mcpu=cortex-a15.
232
233 2010-09-09 Gunther Nikl <gnikl@users.sourceforge.net>
234
235 * gas/config/tc-m68k.c (tc_gen_reloc): Handle references to defined
236 weak symbols first if generating an a.out object.
237
238 2010-09-09 Tejas Belagod <tejas.belagod@arm.com>
239
240 * config/tc-arm.c (md_apply_fix): Check if widened add, sub are
241 flag-setting and handle accordingly.
242
243 2010-09-09 Nick Clifton <nickc@redhat.com>
244
245 PR gas/11972
246 * config/tc-arm.c (parse_big_immediate): Allow for bignums being
247 extended to the size of a .octa.
248
249 2010-09-08 Julian Brown <julian@codesourcery.com>
250
251 * config/tc-arm.c (create_neon_reg_alias): Deal with case
252 sensitivity.
253
254 2010-09-08 Nick Clifton <nickc@redhat.com>
255
256 PR gas/11973
257 * config/tc-mn10300.c (md_convert_frag): Zero out top two bytes of
258 long call instruction's displacement.
259
260 2010-09-03 H.J. Lu <hongjiu.lu@intel.com>
261
262 PR gas/11974
263 * config/tc-i386.c (i386_finalize_immediate): Check flag_code
264 instead of use_rela_relocations for 64bit.
265
266 2010-09-02 Richard Henderson <rth@redhat.com>
267
268 * dw2gencfi.c (TC_DWARF2_EMIT_OFFSET): Provide default.
269 (output_fde): Use it. Make sure to fully init exp before using it.
270
271 2010-08-31 Kai Tietz <kai.tietz@onevision.com>
272
273 * config/obj-coff-seh.c (obj_coff_seh_save): Correct comparison.
274 (obj_coff_seh_stackalloc): Likewise.
275
276 2010-08-31 Alan Modra <amodra@gmail.com>
277
278 * config/obj-elf.c (obj_elf_init_stab_section): Fix assertion.
279
280 2010-08-30 Richard Henderson <rth@redhat.com>
281
282 * config/obj-coff-seh.c: Rewrite the entire file.
283 (symtab, symptr, reltab, relcount, relsize): Remove.
284 (seh_ctx_root, seh_ctx): Remove.
285 (xdata_seg, xdata_subseg, pdata_seg): New.
286 (switch_xdata, switch_pdata): New.
287 (verify_context, verify_context_and_target, skip_whitespace_and_comma):
288 New parsing functions. Rewrite all parsing functions to use them.
289 (obj_coff_seh_32): Fix != arm thinko.
290 (obj_coff_seh_handler): For x64, don't accept handler pointer here,
291 only flags.
292 (obj_coff_seh_handlerdata): New.
293 (do_seh_endproc): Split out of ...
294 (obj_coff_seh_endproc): ... here.
295 (obj_coff_seh_proc): Use it, if needed.
296 (seh_x64_make_prologue_element): Use XRESIZEVEC, symbol_temp_new_now.
297 (seh_x64_read_reg): Remove mm_regs alternative. Tidy integer reg
298 alternatives. Don't slurp commas.
299 (seh_read_offset): Remove.
300 (obj_coff_seh_pushframe): Split out from obj_coff_seh_push.
301 (obj_coff_seh_scope): Remove.
302 (obj_coff_seh_save): Decide UWOP_SAVE_* vs _FAR immediately.
303 (obj_coff_seh_stackalloc): Decide _SMALL vs _LARGE immediately.
304 (out_one, out_two, out_four): New.
305 (seh_x64_write_prologue_data, seh_x64_size_prologue_data,
306 seh_x64_write_function_xdata, write_function_xdata): Rewrite
307 from seh_x64_write_xdata, seh_needed_unwind_info, seh_store_elm_data,
308 seh_getelm_data_size, seh_getsize_of_unwind_entry,
309 seh_make_unwind_entry, seh_getsize_unwind_data, and
310 seh_create_unwind_data.
311 (seh_arm_write_function_pdata): Rewrite from seh_arm_create_pdata.
312 (write_function_pdata): Rewrite from make_function_entry_pdata.
313 (seh_write_text_eh_data, make_function_entry_pdata,
314 seh_arm_create_pdata, seh_arm_write_pdata, seh_reloc, save_relocs,
315 seh_symbol_init, seh_symbol, quick_section, seh_emit_rva,
316 seh_emit_long, seh_make_globl, seh_make_section2, seh_make_section,
317 seh_make_xlbl_name, make_seh_text_label, seh_fill_pcsyms,
318 seh_needed_unwind_info, seh_store_elm_data, seh_getelm_data_size,
319 seh_getsize_of_unwind_entry, seh_make_unwind_entry,
320 seh_getsize_unwind_data, seh_create_unwind_data,
321 seh_make_function_entry_xdata, seh_x64_makescope_elem): Remove.
322 * config/obj-coff-seh.h (SEH_CMDS): Remove seh_savemm, seh_scope.
323 Add seh_handlerdata. Adjust function/what arguments for
324 seh_savereg, seh_pushframe, seh_stackalloc.
325 (struct seh_prologue_element): Adjust members to closer match
326 the elements of the UNWIND_CODE structure.
327 (struct seh_scope_elem): Remove.
328 (struct seh_context): Replace char* members with symbolS or
329 expressionS as appropriate. Sort members by ARM/x64 applicability.
330 Remove obsolete stuff wrt direct symbol and reloc manipulation.
331
332 2010-08-25 Alan Modra <amodra@gmail.com>
333
334 * NEWS: Mention ampersand in macro change.
335
336 2010-08-25 Gunther Nikl <gnikl@users.sourceforge.net>
337
338 * configure.tgt (m68k-*-aout): Change to bfd_gas=yes.
339
340 2010-08-25 Alan Modra <amodra@gmail.com>
341
342 * config/tc-d10v.c (do_assemble): Correctly detect overflow of
343 "name" buffer.
344 * config/tc-m68hc11.c (md_assemble): Likewise.
345 * config/tc-microblaze.c (md_assemble): Likewise. Correct cast
346 of is_end_of_line index.
347
348 2010-08-25 Jie Zhang <jie@codesourcery.com>
349
350 * config/tc-arm.c (encode_arm_addr_mode_2): Fix comment.
351
352 2010-08-25 Jie Zhang <jie@codesourcery.com>
353
354 * config/tc-arm.c (encode_arm_addr_mode_2): Fix
355 BAD_PC_ADDRESSING condition.
356
357 2010-08-20 Maciej W. Rozycki <macro@codesourcery.com>
358
359 * doc/c-arm.texi (ARM Options): Document -mfpu=fp4-sp-d16.
360
361 2010-08-19 H.J. Lu <hongjiu.lu@intel.com>
362
363 * config/tc-i386.c (VEX_check_operands): Fix a typo in comments.
364
365 2010-08-18 H.J. Lu <hongjiu.lu@intel.com>
366
367 * config/tc-i386.c (build_modrm_byte): Check i.imm_operands
368 instead of VEXXDS.
369
370 2010-08-18 Alan Modra <amodra@gmail.com>
371
372 * macro.c (sub_actual): Add back ampersand suffix when no
373 substitution.
374 (macro_expand_body): Correct comment.
375
376 2010-08-17 Roland McGrath <roland@redhat.com>
377
378 * config/obj-elf.c (obj_elf_parse_section_letters): Take new
379 boolean result parameter CLONE; set it if '?' flag letter seen.
380 (obj_elf_section): Update caller. Handle that flag by copying
381 the LINKONCE and GROUP_NAME state from NOW_SEG.
382 * doc/as.texinfo (Section): Document the ? flag.
383
384 2010-08-09 Cary Coutant <ccoutant@google.com>
385
386 * as.c (show_usage): Don't list --compress-debug-sections if zlib not
387 installed.
388 (main): Warn if --compress-debug-sections requested and zlib not
389 installed.
390 * doc/as.texinfo: Add --compress-debug-sections,
391 --nocompress-debug-sections.
392
393 2010-08-06 H.J. Lu <hongjiu.lu@intel.com>
394
395 * config/tc-i386.c (set_cpu_arch): Re-indent.
396 (md_parse_option): Likewise.
397
398 2010-08-06 Quentin Neill <quentin.neill@amd.com>
399
400 * config/tc-i386.c (arch_entry): Add negated bit to
401 disambiguate flag names starting with "no".
402 (cpu_arch): Add negated bit definitions. Add
403 ".nop" CPU extension.
404 (i386_align_code): Use new .cpunop bit to decide
405 when to generate alignment using nops.
406 (set_cpu_arch): Use negated bit instead to decide
407 when to use cpu_flags or vs. cpu_flags_and_not.
408 (md_parse_option): Likewise.
409
410 2010-08-04 H.J. Lu <hongjiu.lu@intel.com>
411
412 * config/tc-i386.c (match_template): Move the first i.error
413 out of the loop.
414
415 2010-08-04 Alan Modra <amodra@gmail.com>
416
417 * configure.tgt (m32c): Set endian=little.
418 * config/tc-m32c.h (TARGET_BYTES_BIG_ENDIAN): Define as 0.
419 * config/tc-m32c.c (md_number_to_chars): Revert last change.
420
421 2010-08-03 Tristan Gingold <gingold@adacore.com>
422
423 * makefile.vms (OBJS): Add Add compress-debug.c.
424
425 2010-08-03 Alan Modra <amodra@gmail.com>
426
427 * config/tc-d10v.h (TARGET_BYTES_BIG_ENDIAN): Define as 1.
428 * config/tc-m32c.c (md_number_to_chars): Call bigendian
429 form of number_to_chars, not littleendian.
430
431 2010-08-02 Alan Modra <amodra@gmail.com>
432
433 * config/tc-d30v.c (d30v_cons_align): Don't align constants
434 in debug sections.
435
436 2010-08-02 Alan Modra <amodra@gmail.com>
437
438 PR gas/11867
439 * expr.c (operand <'-' and '~'>): Widen bignums.
440 (operand <'!'>): Correct bignum result and convert to O_constant.
441 * read.c (emit_expr): Don't assert on .byte bignum. Don't display
442 bignum truncated warning for sign extended bignums.
443
444 2010-08-02 Alan Modra <amodra@gmail.com>
445
446 * config/tc-v850.c (md_assemble): Always pass format string to
447 as_warn.
448 (md_apply_fix): Similarly for as_warn_where.
449
450 2010-07-29 H.J. Lu <hongjiu.lu@intel.com>
451
452 * config/tc-i386-intel.c: Reformat.
453
454 2010-07-29 Alan Modra <amodra@gmail.com>
455
456 * config/tc-ppc.c (ppc_fix_adjustable): Add got reloc types used
457 in large toc code.
458
459 2010-07-28 Alan Modra <amodra@gmail.com>
460
461 PR gas/11841
462 * symbols.c (symbol_clone): Correct typo in previous patch.
463
464 2010-07-28 Alan Modra <amodra@gmail.com>
465
466 PR gas/11841
467 * symbols.c (symbol_clone): Clear BSF_SECTION_SYM flag.
468
469 2010-07-28 Alan Modra <amodra@gmail.com>
470
471 * config/tc-ppc.c (md_assemble): Don't attempt to print NUL in
472 syntax error message.
473
474 2010-07-27 Maciej W. Rozycki <macro@codesourcery.com>
475
476 * config/tc-mips.c (mips16_macro_build): Pass "args" by
477 reference rather than value.
478 (macro_build): Update accordingly.
479
480 2010-07-27 Maciej W. Rozycki <macro@codesourcery.com>
481
482 * config/tc-mips.c (mips_ip): Use symbol_temp_new_now to create
483 a fake label.
484
485 2010-07-24 Maciej W. Rozycki <macro@codesourcery.com>
486
487 * config/tc-mips.c (macro)[M_JAL_1, M_JAL_2]: Handle the JALR
488 delay slot in the noreorder mode with the o32 ABI.
489
490 2010-07-23 Naveen.H.S <naveen.S@kpitcummins.com>
491 Ina Pandit <ina.pandit@kpitcummins.com>
492
493 * config/tc-v850.c: Update processor_mask.
494 (reg_name): Update the structure to use processors field.
495 (md_relax_table): Define SUBYPTE_COND_9_22, SUBYPTE_SA_9_22,
496 SUBYPTE_UNCOND_9_22, SUBYPTE_COND_9_22_32, SUBYPTE_SA_9_22_32,
497 SUBYPTE_UNCOND_9_22_32, SUBYPTE_COND_9_17_22,
498 SUBYPTE_SA_9_17_22, SUBYPTE_COND_9_17_22_32 and
499 SUBYPTE_SA_9_17_22_32.
500 (set_machine): Add support for V850E2 and V850E2V3.
501 (md_pseudo_table): Likewise.
502 (pre_defined_registers): Update pre defined registers suitable
503 for each family of registers.
504 (system_registers): Likewise.
505 (cc_names): Update the condition code.
506 (float_cc_names): Update the condition code for float.
507 (reg_name_search): Update based on current modifications.
508 (register_name): Likewise.
509 (system_register_name): Update to support new system registers
510 and supported families.
511 (cc_name): Update to support new condition codes.
512 (float_cc_name): New function to support float condition codes.
513 (parse_register_list): Update to support newly added registers.
514 (md_show_usage): Define support for V850E2 and V850E2V3 targets.
515 Also support added for disp-size-default-22, disp-size-default-32,
516 mextension, mno-bcond17 and mno-stld23.
517 (md_parse_option): Implement the support for above options defined
518 in md_show-usage.
519 (md_convert_frag): Implement support for subtypes defined in
520 md_relax_table to support branch operations.
521 (md_begin): Add support for V850E2 and V850E2V3.
522 (handle_hi016, handle_hi16): new relocation handling functions
523 (handle_lo16, handle_ctoff, handle_sdaoff, handle_zdaoff,
524 handle_tdaoff): Updated relocation handling functions for newly
525 added relocations.
526 (v850_reloc_prefix): Update the relocation handling functions.
527 (v850_insert_operand): Updated the functions with error message
528 parameter and modified the function to use it.
529 (md_assemble): Update according to the latest modifications.
530 (md_apply_fix): Updated the functions with error message parameter
531 and modified the function to use it.
532 (v850_force_relocation): Update with newly added relocations.
533 * configure.tgt: Match all v850 targets.
534 * doc/c-v850.texi: Document the newly added targets.
535 * NEWS: Likewise.
536
537 2010-07-23 Alan Modra <amodra@gmail.com>
538
539 PR gas/11834
540 * macro.c (macro_expand): Recover gracefully from named args that
541 don't match params.
542
543 2010-07-22 Thomas Schwinge <thomas@codesourcery.com>
544
545 Switch MIPS to 32-bit DWARF format.
546 * config/tc-mips.h (DWARF2_FORMAT): Only define for [TE_IRIX].
547 * config/tc-mips.c (mips_dwarf2_format): Likewise.
548
549 2010-07-20 Alan Modra <amodra@gmail.com>
550
551 * config/tc-ppc.c (ppc_setup_opcodes): Add all macros for -many.
552
553 2010-07-16 Alan Modra <amodra@gmail.com>
554
555 * config/tc-rx.c (md_estimate_size_before_relax): Fix format
556 specifier warnings for 32-bit host when --enable-64-bit-bfd.
557 (rx_relax_frag, md_convert_frag): Likewise.
558
559 2010-07-15 Cary Coutant <ccoutant@google.com>
560
561 * gas/NEWS: Add note about --compress-debug-sections.
562 * gas/as.c (show_usage): Add --compress-debug-sections and
563 --nocompress-debug-sections.
564
565 2010-07-15 Rhonda Wittels <rhonda@codesourcery.com>
566
567 * config/obj-elf.c (get_sym_from_input_line_and_check): New
568 function to catch missing pseudo-op arguments.
569 (obj_elf_local): Call new function.
570 (obj_elf_weak): Likewise.
571 (obj_elf_visibility): Likewise.
572 (obj_elf_vtable_entry): Likewise.
573 (obj_elf_type): Likewise.
574
575 2010-07-15 Kai Tietz <kai.tietz@onevision.com>
576
577 * config/obj-coff-seh.c
578 (seh_getelm_data_size): New.
579 (seh_read_offset): Handle negative values.
580 (obj_coff_seh_push): Handle offset for save-register store.
581 (obj_coff_seh_setframe): Add unwind-information for frame.
582 (seh_store_elm_data): New.
583 (seh_getelm_data_size): Return additionally unaligned element count.
584 (seh_make_unwind_entry): Correct tweak about element count.
585
586 2010-07-12 H.J. Lu <hongjiu.lu@intel.com>
587
588 PR gas/11806
589 * config/tc-i386-intel.c (i386_intel_simplify): Restore fall
590 through patch for O_multiply.
591
592 2010-07-11 Kai Tietz <kai.tietz@onevision.com>
593
594 PR ld/11612
595 * config/obj-coff.c (obj_common_parse): Quote symbol-name.
596
597 2010-07-08 Tejas Belagod <tejas.belagod@arm.com>
598
599 * tc-arm.c (OP_oBARRIER): Remove.
600 (OP_oBARRIER_I15): Add.
601 (po_barrier_or_imm): Add macro.
602 (parse_operands): Improve OP_oBARRIER_I15 operand parsing.
603 (do_barrier): Check correct immediate range.
604 (do_t_barrier): Likewise.
605 (barrier_opt_names): Add entries for more symbolic operands.
606 (insns): Replace OP_oBARRIER with OP_oBARRIER_I15 for barriers.
607
608 2010-07-08 Daniel Gutson <dgutson@codesourcery.com>
609
610 * config/tc-arm.c (tc_gen_reloc): Add BFD_RELOC_ARM_T32_OFFSET_IMM
611 error message.
612
613 2010-07-06 Maciej W. Rozycki <macro@codesourcery.com>
614
615 * config/tc-mips.c (mips_frob_file): Use symbol_same_p to match
616 symbols.
617
618 2010-07-06 Maciej W. Rozycki <macro@codesourcery.com>
619
620 * config/tc-mips.c (nops_for_insn_or_target): Replace
621 MIPS16_INSN_BRANCH with MIPS16_INSN_UNCOND_BRANCH and
622 MIPS16_INSN_COND_BRANCH.
623
624 2010-07-05 Jim Wilson <wilson@codesourcery.com>
625
626 PR gas/10531
627 PR gas/11789
628 * dwarf2dbg.c (dwarf2_finish): Don't generate .debug_line section
629 if it isn't empty.
630
631 2010-07-05 Alan Modra <amodra@gmail.com>
632
633 * config/tc-moxie.c (md_apply_fix): Delete set but otherwise
634 unused var.
635
636 2010-07-04 H.J. Lu <hongjiu.lu@intel.com>
637
638 * Makefile.am (CONFIG_OBJS): Removed.
639 (GENERIC_OBJS): Likewise.
640 (OBJS): Likewise.
641 * Makefile.in: Regenerated.
642
643 2010-07-03 Jan Beulich <jbeulich@novell.com>
644
645 PR gas/11732
646 * config/tc-i386.c (i386_finalize_displacement): Don't call
647 section_symbol() with expr_section.
648
649 2010-07-03 Cary Coutant <ccoutant@google.com>
650
651 * Makefile.am: Add compress-debug.c and compress-debug.h.
652 * Makefile.in: Regenerate.
653 * config.in: Add HAVE_ZLIB_H.
654 * configure.in: Check for zlib.h.
655 * configure: Regenerate.
656
657 * as.c (parse_args): Add --compress-debug-sections and
658 --nocompress-debug-sections.
659 * as.h (flag_compress_debug): New variable.
660 * compress-debug.c: New file.
661 * compress-debug.h: New file.
662 * write.c: Include compress-debug.h.
663 (compress_frag): New function.
664 (compress_debug): New function.
665 (write_object_file): Compress debug sections if requested.
666
667 2010-07-03 Andreas Schwab <schwab@linux-m68k.org>
668
669 * config/tc-ppc.c (ppc_set_cpu): Cast PPC_OPCODE_xxx to ppc_cpu_t
670 before inverting.
671
672 2010-07-03 Alan Modra <amodra@gmail.com>
673
674 * config/tc-ppc.c (ppc_set_cpu): Remove old opcode flags.
675 (ppc_setup_opcodes): Likewise. Simplify opcode selection.
676
677 2010-07-02 DJ Delorie <dj@redhat.com>
678
679 * config/tc-rx.h (md_do_align): New.
680 (MAX_MEM_FOR_RS_ALIGN_CODE): New.
681 * config/tc-rx.c (nops): New.
682 (rx_handle_align): Use various sized nops to align code.
683
684 * config/tc-rx.c (rx_bytesT): Add grown/shrank counters for
685 relaxation.
686 (rx_relax_frag): Prevent infinite loops of grow/shrink/grow/etc.
687
688 2010-07-01 H.J. Lu <hongjiu.lu@intel.com>
689
690 AVX Programming Reference (June, 2010)
691 * config/tc-i386.c (cpu_arch): Add .xsaveopt, .fsgsbase, .rdrnd
692 and .f16c.
693
694 * doc/c-i386.texi: Document xsaveopt, fsgsbase, rdrnd and f16c.
695
696 2010-07-01 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
697
698 * config/tc-arm.c (do_t_mov_cmp): Fix reporting of unpredictable and
699 deprecated mov register instructions.
700
701 2010-07-01 Alan Modra <amodra@gmail.com>
702
703 * config/tc-ppc.c (toc_reloc_types): New variable.
704 (md_assemble): Set it.
705 (ppc_frob_file_before_adjust): Don't warn about toc section size
706 if we have large toc relocs and no small toc relocs.
707
708 2010-06-29 Alan Modra <amodra@gmail.com>
709
710 * config/tc-maxq.h: Delete file.
711 * config/tc-maxq.c: Delete file.
712 * Makefile.am: Remove references to maxq.
713 * configure.tgt: Likewise.
714 * config/obj-coff.h: Likewise.
715 * Makefile.in: Regenerate.
716 * configure: Regenerate.
717 * po/POTFILES.in: Regenerate.
718
719 2010-06-28 Alan Modra <amodra@gmail.com>
720
721 * config/obj-evax.h (S_SET_OTHER, S_SET_TYPE, S_SET_DESC): Don't define.
722 * config/tc-crx.c (gettrap): Constify arg.
723 (handle_LoadStor, get_cinv_parameters): Likewise.
724 (getreg_image): Fix enum warning
725 (md_assemble): Restore input line char.
726 * config/tc-hppa.c (tc_gen_reloc): Fix enum warning.
727 * config/tc-i960.c (mem_fmt): Rename var to fix shadow warning.
728 * config/tc-sh.c (sh_fdpic): Only define when OBJ_ELF.
729 (build_Mytes): Fix build failure for non-elf targets.
730 * config/tc-tic4x.c (tic4x_eval): Restore terminator char.
731 * config/tc-xtensa.c (xtensa_end_directive): Fix switch enum warning.
732
733 * cgen.c (gas_cgen_md_apply_fix): Avoid set but unused warning.
734 * ecoff.c (add_ecoff_symbol): Likewise.
735 * itbl-ops.c (append_insns_as_macros): Likewise.
736 * listing.c (debugging_pseudo): Likewise.
737 * read.c (s_mri_common, stringer): Likewise.
738 * config/obj-coff.c (coff_frob_section): Likewise.
739 * config/tc-alpha.c (emit_ldgp, s_alpha_proc): Likewise.
740 * config/tc-arm.c (my_get_expression): Likewise.
741 * config/tc-hppa.c (process_exit, pa_type_args): Likewise.
742 * config/tc-m32c.c (md_assemble): Likewise.
743 * config/tc-microblaze.c (md_convert_frag): Likewise.
744 * config/tc-mips.c (s_change_section): Likewise.
745 * config/tc-mt.c (mt_fix_adjustable): Likewise.
746 * config/tc-xtensa.c (xtensa_literal_pseudo): Likewise.
747
748 * config/obj-aout.c (obj_aout_frob_symbol): Delete set but otherwise
749 unused vars.
750 * config/tc-alpha.c (load_expression): Likewise.
751 (s_alpha_rdata, s_alpha_section, s_alpha_prologue): Likewise.
752 * config/tc-arm.c (parse_neon_el_struct_list): Likewise.
753 * config/tc-avr.c (extract_word): Likewise.
754 * config/tc-cris.c (cris_get_expression): Likewise.
755 * config/tc-d30v.c (build_insn, find_format): Likewise.
756 * config/tc-dlx.c (machine_ip): Likewise.
757 * config/tc-hppa.c (pa_get_absolute_expression): Likewise.
758 * config/tc-i370.c (md_assemble): Likewise.
759 * config/tc-i960.c (brtab_emit): Likewise.
760 * config/tc-iq2000.c (s_iq2000_ent): Likewise.
761 * config/tc-m32c.c (md_convert_frag): Likewise.
762 * config/tc-m68hc11.c (fixup24, build_jump_insn): Likewise.
763 (md_estimate_size_before_relax, md_apply_fix): Likewise.
764 * config/tc-m68k.c (md_show_usage): Likewise.
765 * config/tc-microblaze.c (microblaze_s_lcomm): Likewise.
766 * config/tc-mips.c (s_mips_end): Likewise.
767 * config/tc-mmix.c (mmix_byte, mmix_cons): Likewise.
768 * config/tc-mn10300.c (md_assemble): Likewise.
769 * config/tc-msp430.c (extract_word): Likewise.
770 * config/tc-mt.c (md_assemble): Likewise.
771 * config/tc-or32.c (machine_ip): Likewise.
772 * config/tc-pj.c (md_apply_fix): Likewise.
773 * config/tc-s390.c (md_gather_operands): Likewise.
774 * config/tc-sh.c (sh_cons_align): Likewise.
775 * config/tc-sparc.c (sparc_cons_align): Likewise.
776 * config/tc-tic4x.c (tic4x_sect): Likewise.
777 * config/tc-tic54x.c (tic54x_stringer): Likewise.
778 * config/tc-vax.c (vip_op): Likewise.
779 * config/tc-xstormy16.c (xstormy16_cons_fix_new): Likewise.
780 * config/tc-xtensa.c (md_assemble): Likewise.
781 (xtensa_fix_short_loop_frags, convert_frag_immed): Likewise.
782 (xtensa_move_literals): Likewise.
783
784 2010-06-28 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
785
786 * config/tc-arm.c (parse_neon_alignment): New function.
787 (parse_address_main): Fix Neon load/store alignment parsing.
788
789 2010-06-22 Jan Beulich <jbeulich@novell.com>
790
791 * config/tc-i386-intel.c (i386_intel_parse_name): Handle pseudo
792 symbols named "$".
793 (i386_intel_operand): Remove bogus handling of pseudo symbols
794 named "$".
795 * expr.c (current_location): Remove 'static' and local
796 declaration.
797 * expr.h (current_location): Declare.
798
799 2010-06-21 Sterling Augustine <sterling@tensilica.com>
800
801 PR gas/11728
802 * as.c: Globalize keep_it.
803 (main): Remove keep_it. Move conditional from here...
804 (close_output_file): ...to here.
805
806 2010-06-21 Andreas Schwab <schwab@redhat.com>
807
808 * doc/as.texinfo (Overview): Use @itemx for grouped @table
809 items.
810 * doc/c-alpha.texi (Alpha Options): Likewise.
811 * doc/c-arm.texi (ARM Directives): Likewise.
812 * doc/c-bfin.texi (Blackfin Options): Likewise.
813 * doc/c-d10v.texi (D10V-Opts): Likewise.
814 * doc/c-i386.texi (i386-Options): Likewise.
815 * doc/c-ia64.texi (IA-64 Options): Likewise.
816 * doc/c-m68k.texi (M68K-Opts): Likewise.
817 * doc/c-tic54x.texi (TIC54X-Directives): Likewise.
818 * doc/internals.texi (Symbols): Likewise.
819
820 2010-06-21 Alan Modra <amodra@gmail.com>
821
822 PR gas/11733
823 * config/tc-sh.c (find_cooked_opcode): Correct array bounds check.
824
825 2010-06-18 Joseph Myers <joseph@codesourcery.com>
826
827 * config/tc-tic6x.h (tic6x_segment_info_type): Add field
828 func_units_used.
829 * config/tc-tic6x.c (tic6x_cons_align: Clear func_units_used.
830 (md_assemble): Clear func_units_used for new execute packet.
831 Check for duplicate functional units and update func_units_used
832 for instructions using a functional unit.
833
834 2010-06-15 Joseph Myers <joseph@codesourcery.com>
835
836 * config/tc-tic6x.c: Include elf/tic6x.h.
837 (tic6x_arch_attribute, tic6x_seen_insns): New.
838 (tic6x_arch_table, tic6x_arches): Add attribute values.
839 (tic6x_use_arch): Handle attribute settings.
840 (tic6x_attributes_set_explicitly, s_tic6x_c6xabi_attribute,
841 tic6x_attribute_table, tic6x_attributes,
842 tic6x_convert_symbolic_attribute): New.
843 (md_pseudo_table): Add c6xabi_attribute.
844 (md_assemble): Set tic6x_seen_insns and tic6x_arch_attribute.
845 (tic6x_set_attribute_int, tic6x_set_attributes): New.
846 (tic6x_end): Call tic6x_set_attributes.
847 * config/tc-tic6x.h (CONVERT_SYMBOLIC_ATTRIBUTE): Define.
848 (tic6x_convert_symbolic_attribute): Declare.
849
850 2010-06-14 Alan Modra <amodra@gmail.com>
851
852 * config/tc-ppc.c (md_assemble): Emit APUinfo section for
853 PPC_OPCODE_E500.
854
855 2010-06-11 Jan Beulich <jbeulich@novell.com>
856
857 * config/tc-i386.c (md_parse_option): Ignore impossible processor
858 types.
859 (show_arch): New parameter 'check'.
860 (md_show_usage): Adjust calls to show_arch().
861
862 2010-06-10 H.J. Lu <hongjiu.lu@intel.com>
863
864 * config/tc-i386.c (update_code_flag): New.
865 (set_code_flag): Use it.
866 (i386_target_format): Replace set_code_flag with update_code_flag.
867
868 2010-06-10 Tristan Gingold <gingold@adacore.com>
869
870 * config/obj-som.h: Includes som/reloc.h
871
872 2010-06-10 Jan Beulich <jbeulich@novell.com>
873
874 * config/tc-i386.c (cpu_arch): Add comment.
875 (i386_target_format): Set cpu_arch_isa_flags and cpu_arch_tune_flags
876 from the generic entries of cpu_arch[].
877
878 2010-06-08 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
879
880 * config/tc-arm.c (operand_parse_code): Add OP_RRnpctw enum
881 value.
882 (parse_operands): Add support for OP_RRnpctw.
883 (insns): Update floating-point load/store multiples so the
884 first register is of type OP_RRnpctw.
885
886 2010-06-08 Quentin Neill <quentin.neill@amd.com>
887
888 * config/tc-i386.c (pi): Rename local loop counter
889 variable i that shadows global static i386_insn i
890 when DEBUG386 is defined.
891 (pte) Ditto.
892
893 2010-06-08 Nick Clifton <nickc@redhat.com>
894
895 * doc/as.texinfo: Replace abbreviated 20th century year numbers
896 with full versions.
897
898 2010-06-02 Quentin Neill <quentin.neill@amd.com>
899
900 * config/tc-i386.c (OPTION_MAVXSCALAR): Fix define.
901
902 2010-06-02 Tristan Gingold <gingold@adacore.com>
903
904 * as.h: Remove conditionnal definition of HAVE_STDARG_H,
905 USE_STDARG, va_alist, va_dcl, va_list, va_start, va_end.
906 Remove conditionnal inclusion of stdarg.h and varargs.h.
907 Assume ISO C.
908 * config.in: Regenerate.
909 * configure: Regenerate.
910 * configure.in: Remove stdarg.h and varargs.h from
911 AC_CHECK_HEADERS list.
912 * messages.c (as_tsktsk): Remove non ISO C version.
913 (as_warn, as_warn_where, as_bad, as_bad_where, as_fatal): Ditto.
914
915 2010-05-31 Tristan Gingold <gingold@adacore.com>
916
917 * config/tc-alpha.c: Add comments for evax.
918 * config/obj-evax.c: Ditto.
919
920 2010-05-28 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
921
922 * config/tc-arm.c (do_t_mov_cmp): In unified syntax encode movs as
923 lsls and not adds.
924
925 2010-05-27 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
926
927 * config/tc-arm.c (encode_thumb2_ldmstm): Make warning about
928 writeback when base register is in register list an error, and
929 correct check.
930 (do_t_ldmstm): Change warnings.
931
932 2010-05-26 Catherine Moore <clm@codesourcery.com>
933
934 * config/tc-mips.c (is_opcode_valid): Remove expansionp.
935 (macro_build): Change invocation of is_opcode_valid.
936 (mips_ip): Likewise.
937
938 2010-05-25 Nick Clifton <nickc@redhat.com>
939
940 * Makefile.am (MOSTLYCLEANFILES): Fix typo.
941 * Makefile.in: Regenerate.
942
943 2010-05-25 Daniel Jacobowitz <dan@codesourcery.com>
944 Joseph Myers <joseph@codesourcery.com>
945 Andrew Stubbs <ams@codesourcery.com>
946
947 * config/tc-sh.c (sh_fdpic): New.
948 (sh_check_fixup): Handle relocations on movi20.
949 (parse_exp): Do not reject PIC operators here.
950 (build_Mytes): Check for unhandled PIC operators here. Use
951 sh_check_fixup for movi20.
952 (enum options): Add OPTION_FDPIC.
953 (md_longopts, md_parse_option, md_show_usage): Add --fdpic.
954 (sh_fix_adjustable, md_apply_fix): Handle FDPIC and movi20 relocations.
955 (sh_elf_final_processing): Handle --fdpic.
956 (sh_uclinux_target_format): New.
957 (sh_parse_name): Handle FDPIC relocation operators.
958 * config/tc-sh.h (TARGET_FORMAT): Define specially for TE_UCLINUX.
959 (sh_uclinux_target_format): Declare for TE_UCLINUX.
960 * configure.tgt (sh-*-uclinux* | sh[12]-*-uclinux*): Set
961 em=uclinux.
962 * doc/c-sh.texi (SH Options): Document --fdpic.
963
964 2010-05-25 Jay Krell <jay.krell@cornell.edu>
965
966 PR ld/11621
967 * Makefile.am: Replace all occurences of .o with .@OBJEXT@
968 * Makefile.in: Regenerate.
969
970 2010-05-25 Alan Modra <amodra@gmail.com>
971
972 * config/tc-ppc.c (ppc_section_flags): Add ATTRIBUTE_UNUSED to "attr".
973
974 2010-05-19 Nick Clifton <nickc@redhat.com>
975
976 * config/tc-h8300.c (h8300_elf_section): Add .zdebug to the list
977 of known section prefixes.
978
979 2010-05-18 H.J. Lu <hongjiu.lu@intel.com>
980
981 PR gas/11600
982 * obj-elf.c (obj_elf_change_section): Handle SHF_EXCLUDE.
983 (obj_elf_parse_section_letters): Likewise.
984 (obj_elf_section_word): Likewise.
985
986 * config/tc-ppc.c (ppc_section_letter): Removed.
987 (ppc_section_word): Likewise.
988 * config/tc-ppc.h (ppc_section_letter): Likewise.
989 (ppc_section_word): Likewise.
990 (md_elf_section_letter): Likewise.
991 (md_elf_section_word): Likewise.
992
993 * doc/as.texinfo: Document `e' and `#exclude'.
994
995 2010-05-13 Nathan Sidwell <nathan@codesourcery.com>
996
997 * config/tc-arm.c (md_assemble): Clarify current mode in error
998 messages about unsupported instructions.
999 (UT): Delete #define.
1000 (insns): Adjust cbnz, cbz appropriately.
1001
1002 2010-05-11 Andrew Stubbs <ams@codesourcery.com>
1003
1004 * config/tc-arm.c (aeabi_set_public_attributes): Set Tag_DIV_use.
1005
1006 2010-05-11 Jie Zhang <jie@codesourcery.com>
1007
1008 * config/tc-arm.c (aeabi_set_public_attributes): Set
1009 Tag_ABI_HardFP_use to 1 if a single precision FPU is selected.
1010
1011 2010-05-07 Tristan Gingold <gingold@adacore.com>
1012
1013 * Makefile.in: Regenerate with automake 1.11.1.
1014 * aclocal.m4: Ditto.
1015 * doc/Makefile.in: Ditto.
1016
1017 2010-05-05 Nick Clifton <nickc@redhat.com>
1018
1019 * po/es.po: Updated Spanish translation.
1020
1021 2010-05-05 Julian Brown <julian@codesourcery.com>
1022
1023 * read.c (cons_worker): Detect and reject unexpected string argument.
1024
1025 2010-05-04 Nick Clifton <nickc@redhat.com>
1026
1027 * write.c (fixup_segment): Revert previous delta.
1028 * config/tc-arm.h (TC_FORCE_RELOCATION_LOCAL): Also force the
1029 generation of relocations for fixups against weak symbols.
1030
1031 2010-04-29 Nathan Sidwell <nathan@codesourcery.com>
1032
1033 * write.c (fixup_segment): Do not assume we know the section a
1034 defined weak symbol is in.
1035 * config/tc-arm.c (relax_adr, relax_branch, md_apply_fix): Treat
1036 weak symbols as not known to be in the same section, even if they
1037 are defined.
1038
1039 2010-04-27 Joseph Myers <joseph@codesourcery.com>
1040
1041 * config/tc-tic6x.h (tic6x_label_list): New.
1042 (tic6x_segment_info_type): Keep a list of labels and a current
1043 frag instead of a boolean for whether labels seen and a count of
1044 instructions.
1045 (tic6x_frag_info, TC_FRAG_TYPE, TC_FRAG_INIT, tic6x_frag_init,
1046 md_do_align, tic6x_do_align, md_end, tic6x_end): New.
1047 * config/tc-tic6x.c (tic6x_frob_label): Put label on list.
1048 (tic6x_cleanup): Correct comment.
1049 (tic6x_free_label_list): New.
1050 (tic6x_cons_align): Free label list and update for
1051 tic6x_segment_info_type changes.
1052 (tic6x_do_align): New.
1053 (md_assemble): Handle list of labels and saved frag for execute
1054 packet. Create machine-dependent frag for new execute packet and
1055 adjust labels accordingly.
1056 (tic6x_adjust_section, tic6x_frag_init, tic6x_end): New.
1057 (md_convert_frag, md_estimate_size_before_relax): Update comments.
1058
1059 2010-04-24 H.J. Lu <hongjiu.lu@intel.com>
1060
1061 PR gas/11535
1062 * config/tc-i386-intel.c (intel_state): Add is_indirect.
1063 (i386_intel_operand): Initialize intel_state.is_indirect. Check
1064 intel_state.is_indirect for "call|jmp [symbol]".
1065
1066 2010-04-22 Nick Clifton <nickc@redhat.com>
1067
1068 * po/gas.pot: Updated by the Translation project.
1069
1070 2010-04-21 H.J. Lu <hongjiu.lu@intel.com>
1071
1072 * config/tc-i386.c (i386_is_register): Removed.
1073 (x86_cons): Don't use i386_is_register.
1074 (parse_register): Likewise.
1075 * config/tc-i386-intel.c (i386_intel_simplify): Likewise.
1076 (i386_intel_operand): Likewise.
1077
1078 2010-04-21 H.J. Lu <hongjiu.lu@intel.com>
1079
1080 * config/tc-i386.c (tc_x86_parse_to_dw2regnum): Don't use
1081 i386_is_register.
1082
1083 2010-04-21 H.J. Lu <hongjiu.lu@intel.com>
1084
1085 * config/tc-i386.c (i386_is_register): Remove is_intel_syntax.
1086 (x86_cons): Updated.
1087 (parse_register): Likewise.
1088 (tc_x86_parse_to_dw2regnum): Likewise.
1089 * config/tc-i386-intel.c (i386_intel_simplify): Likewise.
1090 (i386_intel_operand): Likewise.
1091
1092 2010-04-21 H.J. Lu <hongjiu.lu@intel.com>
1093
1094 PR gas/11509
1095 * config/tc-i386-intel.c (i386_intel_simplify_register): New.
1096 (i386_intel_simplify): Use i386_is_register and
1097 i386_intel_simplify_register. Set X_md for O_register and
1098 check X_md for O_constant.
1099 (i386_intel_operand): Use i386_is_register.
1100
1101 * config/tc-i386.c (i386_is_register): New.
1102 (x86_cons): Initialize the X_md field. Use i386_is_register.
1103 (parse_register): Use i386_is_register.
1104 (tc_x86_parse_to_dw2regnum): Likewise.
1105
1106 2010-04-21 H.J. Lu <hongjiu.lu@intel.com>
1107
1108 * expr.c (expr): Initialize the X_md field.
1109
1110 2010-04-20 Joseph Myers <joseph@codesourcery.com>
1111
1112 * config/tc-tic6x.c (OPTION_MGENERATE_REL): New.
1113 (md_longopts): Add -mgenerate-rel.
1114 (tic6x_generate_rela): New.
1115 (md_parse_option): Handle -mgenerate-rel.
1116 (md_show_usage): Add comment that -mgenerate-rel is undocumented.
1117 (tic6x_init_after_args): New.
1118 (md_apply_fix): Correct shift calculations for SB-relative
1119 relocations.
1120 (md_pcrel_from): Change to tic6x_pcrel_from_section. Do not
1121 adjust addresses for relocations referencing symbols in other
1122 sections.
1123 (tc_gen_reloc): Adjust addend calculations for REL relocations.
1124 * config/tc-tic6x.h (MD_PCREL_FROM_SECTION,
1125 tic6x_pcrel_from_section, tc_init_after_args,
1126 tic6x_init_after_args): New.
1127
1128 2010-04-20 Nick Clifton <nickc@redhat.com>
1129
1130 PR gas/11507
1131 * macro.c (macro_expand_body): Do not treat LOCAL as a keyword in
1132 altmacro mode if found inside a quoted string.
1133
1134 2010-04-20 Mike Frysinger <vapier@gentoo.org>
1135
1136 * config/bfin-lex.l (parse_int): Change index() to strchr().
1137
1138 2010-04-16 Nick Clifton <nickc@redhat.com>
1139
1140 PR gas/11395
1141 * config/tc-hppa.c (pa_ip): Do not allow 64-bit add condition
1142 matcher to accept and unconditional 32-bit add instruction.
1143 (pa_build_unwind_subspace): Cope with error conditions not
1144 allowing the start symbol to be set.
1145
1146 2010-04-15 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
1147
1148 * config/tc-arm.c (arm_convert_symbolic_attribute): Add support for
1149 new tag names in v2.08 of ARM ABI.
1150 * doc/c-arm.texi: Document new tag names in ABI.
1151
1152 2010-04-14 Tristan Gingold <gingold@adacore.com>
1153
1154 * config/tc-alpha.c: Includes vms/egps.h on EVAX.
1155 (s_alpha_comm): Used new EGPS macros from egps.h
1156 (RGPS__V_NO_SHIFT, EGPS__V_MASK): New local macros.
1157 (s_alpha_section_word): Add comments. Use new EGPS macros.
1158 Adjust for modified bfd_vms_set_section_flags function.
1159
1160 2010-04-10 Alan Modra <amodra@gmail.com>
1161
1162 PR gas/11486
1163 * config/tc-ppc.c (ppc_elf_cons): Clear frag contents.
1164
1165 2010-04-09 Nick Clifton <nickc@redhat.com>
1166
1167 * as.c (create_obj_attrs_section): Remove unused variable addr.
1168 * listing.c (listing_listing): Remove unused variable message.
1169 * read.c: Remove unnecessary register type qualifiers.
1170 (s_mri): Only define/use old_flag variable if MRI_MODE_CHANGE is
1171 defined.
1172
1173 2010-04-07 Eric B. Weddington <eric.weddington@atmel.com>
1174
1175 * config/tc-avr.c (mcu_types): Add support for atmega16a, atmega168a,
1176 atmega164a, atmega165a, atmega169a, atmega169pa, atmega16hva2,
1177 atmega324a, atmega324pa, atmega325a, atmega3250a, atmega328,
1178 atmega329a, atmega329pa, atmega3290a, atmega48a, atmega644a,
1179 atmega645a, atmega645p, atmega6450a, atmega6450p, atmega649a,
1180 atmega649p, atmega6490a, atmega6490p, atmega64hve, atmega88a,
1181 atmega88pa, attiny461a, attiny84a, m3000.
1182 Remove support for atmega8m1, atmega8c1, atmega16c1, atmega4hvd,
1183 atmega8hvd, attiny327, m3000f, m3000s, m3001b.
1184 * doc/c-avr.texi: Same.
1185
1186 2010-04-07 Jie Zhang <jie@codesourcery.com>
1187
1188 * config/tc-arm.c (make_mapping_symbol): Handle the case
1189 that multiple mapping symbols have the same value 0.
1190
1191 2010-04-07 Alan Modra <amodra@gmail.com>
1192
1193 * configure: Regenerate.
1194
1195 2010-04-06 Nick Clifton <nickc@redhat.com>
1196
1197 * po/ru.po: New Russian translation.
1198 * configure.in (ALL_LINGUAS): Add ru.
1199 * configure: Regenerate.
1200
1201 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
1202
1203 PR gas/11456
1204 * input-scrub.c (input_scrub_next_buffer): Use memmove instead
1205 of memcpy to copy overlap memory.
1206
1207 2010-03-25 Joseph Myers <joseph@codesourcery.com>
1208
1209 * Makefile.am (TARGET_CPU_CFILES): Add config/tc-tic6x.c.
1210 (TARGET_CPU_HFILES): Add config/tc-tic6x.h.
1211 * Makefile.in: Regenerate.
1212 * NEWS: Add news entry for TI C6X support.
1213 * app.c (do_scrub_chars): Handle "||^" for TI C6X. Handle
1214 TC_PREDICATE_START_CHAR and TC_PREDICATE_END_CHAR. Keep spaces in
1215 operands if TC_KEEP_OPERAND_SPACES.
1216 * configure.tgt (tic6x-*-*): New.
1217 * config/tc-ia64.h (TC_PREDICATE_START_CHAR,
1218 TC_PREDICATE_END_CHAR): Define.
1219 * config/tc-tic6x.c, config/tc-tic6x.h: New.
1220 * doc/Makefile.am (CPU_DOCS): Add c-tic6x.texi.
1221 * doc/Makefile.in: Regenerate.
1222 * doc/all.texi (TIC6X): Define.
1223 * doc/as.texinfo: Add TI C6X documentation. Include c-tic6x.texi.
1224 * doc/c-tic6x.texi: New.
1225
1226 2010-03-22 H.J. Lu <hongjiu.lu@intel.com>
1227
1228 * config/tc-i386.c (lex_got): Use STRING_COMMA_LEN on gotrel.
1229
1230 2010-03-21 H.J. Lu <hongjiu.lu@intel.com>
1231
1232 * config/tc-i386.c (i386_error): Replace oprand_size_mismatch
1233 with operand_size_mismatch.
1234 (operand_size_match): Updated.
1235 (match_template): Likewise.
1236
1237 2010-03-21 H.J. Lu <hongjiu.lu@intel.com>
1238
1239 * config/tc-i386.c (i386_error): New.
1240 (_i386_insn): Replace err_msg with error.
1241 (operand_size_match): Set error instead of err_msg on failure.
1242 (operand_type_match): Likewise.
1243 (operand_type_register_match): Likewise.
1244 (VEX_check_operands): Likewise.
1245 (match_template): Likewise. Use error instead of err_msg with
1246 as_bad.
1247
1248 2010-03-19 Jie Zhang <jie@codesourcery.com>
1249
1250 * config/tc-arm.c (make_mapping_symbol): Hanle the case
1251 that two mapping symbols have the same value.
1252
1253 2010-03-18 Daniel Jacobowitz <dan@codesourcery.com>
1254
1255 * doc/c-arm.texi (.setfp): Correct example.
1256
1257 2010-03-18 Wei Guozhi <carrot@google.com>
1258
1259 PR gas/11323
1260 * config/tc-arm.c (reloc_names): New relocation names.
1261 (md_apply_fix): New case for BFD_RELOC_ARM_GOT_PREL.
1262 (tc_gen_reloc): New case for BFD_RELOC_ARM_GOT_PREL.
1263 * doc/c-arm.texi (ARM-Relocations): Document the new relocation.
1264
1265 2010-03-15 Thomas Schwinge <thomas@codesourcery.com>
1266
1267 * dw2gencfi.c (output_cie): Consider emitting the S augmentation in all
1268 cases, and not only for .eh_frame.
1269
1270 * dw2gencfi.c (output_cie): Make it more explicit which code paths
1271 belong to .eh_frame only.
1272
1273 2010-03-13 Segher Boessenkool <segher@kernel.crashing.org>
1274
1275 * config/tc-v850.c (v850_insert_operand): Handle out-of-range
1276 assembler constants on 64-bit hosts.
1277
1278 2010-03-10 Mike Frysinger <michael.frysinger@analog.com>
1279
1280 * bfin-defs.h, bfin-lex.l, bfin-parse.y, tc-bfin.c, tc-bfin.h:
1281 Strip trailing whitespace.
1282
1283 2010-03-10 Mike Frysinger <michael.frysinger@analog.com>
1284
1285 * doc/c-bfin.texi (-mcpu): Add bf504 and bf506.
1286 * config/tc-bfin.c (bfin_cpu_type): Add BFIN_CPU_BF504 and
1287 BFIN_CPU_BF506.
1288 (bfin_cpus[]): Add 0.0 for bf504 and bf506.
1289
1290 2010-03-10 Jie Zhang <jie@codesourcery.com>
1291
1292 * doc/as.texinfo: Add Blackfin options.
1293 * doc/c-bfin.texi: Document -mfdpic, -mno-fdpic and -mnopic.
1294 * config/tc-bfin.c (md_show_usage): Show usage for all
1295 Blackfin specific options.
1296
1297 2010-03-09 Alan Modra <amodra@gmail.com>
1298
1299 PR gas/11356
1300 * listing.c (listing_newline): Correct backslash quote logic.
1301
1302 2010-03-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1303
1304 * config/tc-i386.h [TE_SOLARIS] (ELF_TARGET_FORMAT): Define.
1305 (ELF_TARGET_FORMAT64): Define.
1306
1307 2010-03-05 Paul Brook <paul@codesourcery.com>
1308
1309 * config/tc-arm.c (arm_cpu_option_table): Add cortex-m4.
1310
1311 2010-03-02 Andrew Stubbs <ams@codesourcery.com>
1312
1313 * config/tc-sh.c (get_specific): Move overflow checking code to avoid
1314 reading uninitialized data.
1315
1316 2010-03-01 Tristan Gingold <gingold@adacore.com>
1317
1318 * config/tc-score7.c (s7_frag_check): Add ATTRIBUTE_UNUSED.
1319
1320 2010-02-26 Doug Evans <dje@sebabeach.org>
1321
1322 * configure.tgt: Fix mep cpu case.
1323
1324 2010-02-26 Jie Zhang <jie@codesourcery.com>
1325
1326 * config/tc-arm.c (do_t_strexd): Remove
1327 operand[1] != operand[2] contraint.
1328
1329 2010-02-26 Jie Zhang <jie@codesourcery.com>
1330
1331 * config/tc-arm.c (neon_select_shape): No need to match
1332 the remaining operands in the shape when one operand does
1333 not match.
1334
1335 2010-02-26 Jie Zhang <jie@codesourcery.com>
1336
1337 * config/tc-arm.c (do_neon_ld_st_interleave): Reject bad
1338 alignment.
1339
1340 2010-02-25 Doug Evans <dje@sebabeach.org>
1341
1342 * cgen.c: Whitespace fixes.
1343 (weak_operand_overflow_check): Formatting fix.
1344
1345 2010-02-25 H.J. Lu <hongjiu.lu@intel.com>
1346
1347 * config/tc-i386.c (match_template): Update error messages.
1348
1349 2010-02-25 H.J. Lu <hongjiu.lu@intel.com>
1350
1351 * config/tc-i386.c (_i386_insn): Add err_msg.
1352 (operand_size_match): Set err_msg on failure.
1353 (operand_type_match): Likewise.
1354 (operand_type_register_match): Likewise.
1355 (VEX_check_operands): Likewise.
1356 (match_template): Likewise. Use i.err_msg with as_bad.
1357
1358 2010-02-25 Wu Zhangjin <wuzhangjin@gmail.com>
1359
1360 * config/tc-mips.c (mips_fix_loongson2f, mips_fix_loongson2f_nop,
1361 mips_fix_loongson2f_jump): New variables.
1362 (md_longopts): Add New options -mfix-loongson2f-nop/jump,
1363 -mno-fix-loongson2f-nop/jump.
1364 (md_parse_option): Initialize variables via above options.
1365 (options): New enums for the above options.
1366 (md_begin): Initialize nop_insn from LOONGSON2F_NOP_INSN.
1367 (fix_loongson2f, fix_loongson2f_nop, fix_loongson2f_jump):
1368 New functions.
1369 (append_insn): call fix_loongson2f().
1370 (mips_handle_align): Replace the implicit nops.
1371 * config/tc-mips.h (MAX_MEM_FOR_RS_ALIGN_CODE): Modified
1372 for the new mips_handle_align().
1373 * doc/c-mips.texi: Document the new options.
1374
1375 2010-02-23 Daniel Gutson <dgutson@codesourcery.com>
1376
1377 * config/tc-arm.c (do_rd_rm_rn): Added warning
1378 for obsolete insns.
1379
1380 2010-02-23 Andrew Zabolotny <anpaza@mail.ru>
1381
1382 PR binutils/11297
1383 * config/tc-avr.c (md_apply_fix): Handle BFD_RELOC_8.
1384 (avr_cons_fix_new): Handle fixups of a single byte.
1385
1386 2010-02-22 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
1387
1388 PR 9861
1389 * config/tc-arm.c (CPU_DEFAULT): Do not define based upon build
1390 compiler's predefines.
1391
1392 2010-02-19 Alan Modra <amodra@gmail.com>
1393
1394 * configure.tgt: Whiltespace. Sort moxie entry.
1395
1396 2010-02-18 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
1397
1398 * config/tc-arm.c (arm_convert_symbolic_attribute): Add Tag_DIV_use.
1399 * doc/c-arm.texi: Likewise.
1400
1401 2010-02-12 Daniel Gutson <dgutson@codesourcery.com>
1402
1403 * config/tc-arm.c (asm_opcode): operands type
1404 change.
1405 (BAD_PC_ADDRESSING): New macro message.
1406 (BAD_PC_WRITEBACK): Likewise.
1407 (MIX_ARM_THUMB_OPERANDS): New macro.
1408 (operand_parse_code): Added enum values.
1409 (parse_operands): Added thumb/arm distinction,
1410 plus new enum values handling.
1411 (encode_arm_addr_mode_2): Validations enhanced.
1412 (encode_arm_addr_mode_3): Likewise.
1413 (do_rm_rd_rn): Likewise.
1414 (encode_thumb32_addr_mode): Likewise.
1415 (do_t_ldrex): Likewise.
1416 (do_t_ldst): Likewise.
1417 (do_t_strex): Likewise.
1418 (md_assemble): Call parse_operands with
1419 a new parameter.
1420 (OPS_1): New macro.
1421 (OPS_2): Likewise.
1422 (OPS_3): Likewise.
1423 (OPS_4): Likewise.
1424 (OPS_5): Likewise.
1425 (OPS_6): Likewise.
1426 (insns): Updated insns operands.
1427
1428 2010-02-12 Tristan Gingold <gingold@adacore.com>
1429 Douglas B Rupp <rupp@gnat.com>
1430
1431 * config/tc-ia64.c (enum reloc_func): Add FUNC_SLOTCOUNT_RELOC.
1432 (DUMMY_RELOC_IA64_SLOTCOUNT): Added.
1433 (pseudo_func): Add an entry for slotcount.
1434 (md_begin): Initialize slotcount pseudo symbol.
1435 (ia64_parse_name): Handle @slotcount parameter.
1436 (ia64_gen_real_reloc_type): Handle slotcount.
1437 (md_apply_fix): Ditto.
1438 * doc/c-ia64.texi (IA-64-Relocs): Document @slotcount.
1439
1440 2010-02-11 Sterling Augustine <sterling@jaw.hq.tensilica.com>
1441
1442 * config/tc-xtensa.c (istack_init): Don't call memset.
1443
1444 2010-02-11 Sterling Augustine <sterling@tensilica.com>
1445
1446 * config/tc-xtensa.c (cache_literal_section): Handle prefixes as
1447 well as suffixes.
1448
1449 2010-02-11 Sterling Augustine <sterling@tensilica.com>
1450
1451 * config/tc-xtensa.c (xtensa_find_unaligned_loops): Rewrite.
1452
1453 2010-02-11 H.J. Lu <hongjiu.lu@intel.com>
1454
1455 * config/tc-i386.c (build_modrm_byte): Reformat.
1456
1457 2010-02-11 H.J. Lu <hongjiu.lu@intel.com>
1458
1459 * config/tc-i386.c: Update copyright.
1460
1461 2010-02-10 Quentin Neill <quentin.neill@amd.com>
1462 Sebastian Pop <sebastian.pop@amd.com>
1463
1464 * config/tc-i386.c (vec_imm4) New operand type.
1465 (fits_in_imm4): New.
1466 (VEX_check_operands): New.
1467 (check_reverse): Call VEX_check_operands.
1468 (build_modrm_byte): Reintroduce code for 5
1469 operand insns. Fix whitespace.
1470
1471 2010-02-10 Richard Sandiford <r.sandiford@uk.ibm.com>
1472
1473 * config/tc-ppc.c (md_show_usage): Add -mpwr4, -mpwr5, -mpwr5x,
1474 -mpwr6 and -mpwr7.
1475
1476 2010-02-09 Sterling Augustine <sterling@tensilica.com>
1477
1478 * config/tc-xtensa.c (RELAXED_LOOP_INSN_BYTES): New.
1479 (next_frag_pre_opcode_bytes): Use RELAXED_LOOP_INSN_BYTES.
1480 (xtensa_mark_zcl_first_insns): Rewrite to handle corner case.
1481
1482 2010-02-08 Christophe Lyon <christophe.lyon@st.com>
1483
1484 * config/tc-arm.c (md_pcrel_from_section): Keep base to zero for
1485 non-local branches (BFD_RELOC_THUMB_PCREL_BRANCH23,
1486 BFD_RELOC_THUMB_PCREL_BLX, BFD_RELOC_ARM_PCREL_BLX,
1487 BFD_RELOC_ARM_PCREL_CALL)
1488
1489 2010-02-08 Sterling Augustine <sterling@tensilica.com>
1490
1491 * config/tc-xtensa.c (frag_format_size): Generalize logic to
1492 handle more instruction sizes and fetch widths.
1493 (branch_align_power): Likewise.
1494 (text_align_power): Likewise.
1495 (bytes_to_stretch): Likewise.
1496
1497 2010-02-08 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
1498
1499 * config/tc-ppc.c (md_show_usage): Mention -mtitan. Don't use tabs.
1500 (ppc_mach): Handle titan.
1501 * doc/c-ppc.texi: Mention -mtitan.
1502
1503 2010-02-05 Sterling Augustine <sterling@tensilica.com>
1504
1505 * config/tc-xtensa.c (UNREACHABLE_MAX_WIDTH): Delete and
1506 replace with...
1507 (xtensa_fetch_width) ...this.
1508
1509 2010-02-05 Joseph Myers <joseph@codesourcery.com>
1510
1511 * Makefile.am (CPU_TYPES, OBJ_FORMATS, CPU_OBJ_VALID,
1512 MULTI_CPU_TYPES, MULTI_CPU_OBJ_VALID): Remove.
1513 * Makefile.in: Regenerate.
1514
1515 2010-02-03 Quentin Neill <quentin.neill@amd.com>
1516
1517 * config/tc-i386.c (cpu_arch): Change amdfam15 to bdver1.
1518 (i386_align_code): Rename PROCESSOR_AMDFAM15 to PROCESSOR_BDVER1.
1519 * config/tc-i386.h (processor_type): Same.
1520 * doc/c-i386.texi: Change amdfam15 to bdver1.
1521
1522 2010-01-29 Nick Clifton <nickc@redhat.com>
1523
1524 PR 11136
1525 * config/tc-arm.c (neon_check_type): Handle a neon_shape value of
1526 NS_NULL.
1527
1528 2010-01-27 Dave Korn <dave.korn.cygwin@gmail.com>
1529
1530 * NEWS: Mention new feature.
1531 * config/obj-coff.c (obj_coff_section): Accept digits and use
1532 to override default section alignment power if specified.
1533 * doc/as.texinfo (.section directive): Update documentation.
1534
1535 2010-01-27 H.J. Lu <hongjiu.lu@intel.com>
1536
1537 * config/tc-i386.c (avxscalar): New.
1538 (OPTION_MAVXSCALAR): Likewise.
1539 (build_vex_prefix): Select vector_length for scalar instructions
1540 based on avxscalar.
1541 (md_longopts): Add OPTION_MAVXSCALAR.
1542 (md_parse_option): Handle OPTION_MAVXSCALAR.
1543 (md_show_usage): Add -mavxscalar=.
1544
1545 * doc/c-i386.texi: Document -mavxscalar=.
1546
1547 2010-01-24 H.J. Lu <hongjiu.lu@intel.com>
1548
1549 * config/tc-i386.c (build_vex_prefix): Set i.vex.bytes[0] to
1550 0xc4 individually.
1551
1552 2010-01-23 Richard Sandiford <r.sandiford@uk.ibm.com>
1553
1554 * write.h (fix_at_start): Declare.
1555 * write.c (fix_new_internal): Add at_beginning parameter.
1556 Use it instead of REVERSE_SORT_RELOCS. Fix the handling of
1557 seg_fix_tailP for the at_beginning/REVERSE_SORT_RELOCS case.
1558 (fix_new, fix_new_exp): Update accordingly.
1559 (fix_at_start): New function.
1560 * config/tc-ppc.c (md_pseudo_table): Add .ref to the OBJ_XCOFF section.
1561 (ppc_ref): New function, for OBJ_XCOFF.
1562 (md_apply_fix): Handle BFD_RELOC_NONE for OBJ_XCOFF.
1563 * config/te-i386aix.h (REVERSE_SORT_RELOCS): Remove #undef.
1564
1565 2010-01-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1566
1567 * config/te-solaris.h (DWARF2_EH_FRAME_READ_ONLY): Make read-only
1568 on 64-bit Solaris/x86.
1569 Include obj-format.h earlier.
1570
1571 2010-01-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1572
1573 * config/tc-s390.c (s390_elf_final_processing): New function.
1574 * config/tc-s390.h (elf_tc_final_processing): New macro definition.
1575 (s390_elf_final_processing): Added prototype.
1576
1577
1578 2010-01-20 Nick Clifton <nickc@redhat.com>
1579
1580 PR 11109
1581 * config/tc-arm.c (do_neon_cvt): Rename to do_neon_cvt_1. Add
1582 code to handle round-to-zero for VCVT conversions.
1583 (do_neon_cvt): New. Call do_neon_cvt_1.
1584 (do_neon_cvtr): New. Call do_neon_cvt_1.
1585 (insns): Use do_neon_cvt for VCVT insn and do_neon_cvtr for VCVTR
1586 insn.
1587
1588 2010-01-18 Tristan Gingold <gingold@adacore.com>
1589
1590 * config/tc-ia64.c (ia64_vms_note): Generate 24 bytes note headers.
1591
1592 2010-01-15 Sebastian Pop <sebastian.pop@amd.com>
1593
1594 * config/tc-i386.c (md_assemble): Before accessing the IMM field
1595 check that it's not an XOP insn.
1596
1597 2010-01-14 Jie Zhang <jie.zhang@analog.com>
1598
1599 * config/bfin-aux.h: Remove argument names in function
1600 declarations.
1601 * config/bfin-lex.l (parse_int): Fix shadowed variable name
1602 warning.
1603 * config/bfin-parse.y (value_match): Remove argument names
1604 in declaration.
1605 (notethat): Likewise.
1606 (yyerror): Likewise.
1607
1608 2010-01-13 Daniel Jacobowitz <dan@codesourcery.com>
1609
1610 * config/tc-arm.c (do_t_nop): Correct check for Thumb-2 NOP.
1611
1612 2010-01-13 Nick Clifton <nickc@redhat.com>
1613
1614 * config/tc-h8300.c (h8300_elf_section): New function - issue a
1615 warning message if a new section is created without setting any
1616 attributes for it.
1617 (md_pseudo_table): Intercept section creation pseudos.
1618 (md_pcrel_from): Replace abort with an error message.
1619 * config/obj-elf.c (obj_elf_section_name): Export this function.
1620 * config/obj-elf.h (obj_elf_section_name): Prototype.
1621
1622 2010-01-12 Alan Modra <amodra@gmail.com>
1623
1624 PR 11122
1625 * listing.c (print_source): Add one to line number.
1626
1627 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1628
1629 * Makefile.in: Regenerate.
1630 * configure: Regenerate.
1631 * doc/Makefile.in: Regenerate.
1632
1633 2010-01-08 H.J. Lu <hongjiu.lu@intel.com>
1634
1635 * version.c (parse_args): Change to "Copyright 2010".
1636
1637 2010-01-06 Quentin Neill <quentin.neill@amd.com>
1638
1639 * config/tc-i386.c (cpu_arch): Add amdfam15.
1640 (i386_align_code): Add PROCESSOR_AMDFAM15 cases.
1641 * config/tc-i386.h (processor_type): Add PROCESSOR_AMDFAM15.
1642 * doc/c-i386.texi: Add amdfam15.
1643
1644 2010-01-04 Daniel Gutson <dgutson@codesourcery.com>
1645
1646 * config/tc-arm.c (do_neon_logic): Accept imm value
1647 in the third operand too.
1648 (operand_parse_code): OP_RNDQ_IMVNb renamed to
1649 OP_RNDQ_Ibig.
1650 (parse_operands): OP_NILO case removed, applied renaming.
1651 (insns): Neon shape changed for some logic instructions.
1652
1653 2010-01-04 Daniel Gutson <dgutson@codesourcery.com>
1654
1655 * config/tc-arm.c (do_neon_ldx_stx): Added
1656 validation for vector load/store insns.
1657
1658 2010-01-04 Edmar Wienskoski <edmar@freescale.com>
1659
1660 * config/tc-ppc.c (md_show_usage): Document -me500mc64.
1661
1662 2010-01-03 Daniel Gutson <dgutson@codesourcery.com>
1663
1664 * config/tc-arm.c (struct arm_it): New flag 'is_neon'.
1665 (NEON_ENC_*): Macros renamed to _NEON_ENC_*.
1666 (NEON_ENCODE): New macro.
1667 (check_neon_suffixes): New macro.
1668 (do_vfp_cond_or_thumb): Set the 'is_neon' flag.
1669 (do_vfp_nsyn_opcode): Likewise.
1670 (do_vfp_nsyn_nmul): Use the new 'NEON_ENCODE' macro.
1671 (do_vfp_nsyn_cmp): Likewise.
1672 (do_neon_shl_imm): Likewise.
1673 (do_neon_qshl_imm): Likewise.
1674 (neon_dyadic_misc): Likewise.
1675 (do_neon_mac_maybe_scalar): Likewise.
1676 (do_neon_qdmulh): Likewise.
1677 (do_neon_qmovn): Likewise.
1678 (do_neon_qmovun): Likewise.
1679 (do_neon_movn): Likewise.
1680 (neon_mac_reg_scalar_long): Likewise.
1681 (do_neon_vmull): Likewise.
1682 (do_neon_trn): Likewise.
1683 (do_neon_ldx_stx): Likewise.
1684 (neon_dp_fixup): Changed signature and set the flag.
1685 (neon_three_same): Call the above with new signature.
1686 (neon_two_same): Likewise.
1687 (neon_imm_shift): Likewise.
1688 (neon_mul_mac): Likewise.
1689 (do_neon_abs_neg): Likewise.
1690 (neon_mixed_length): Likewise.
1691 (do_neon_ext): Likewise.
1692 (do_neon_mov): Likewise.
1693 (do_neon_tbl_tbx): Likewise.
1694 (do_neon_logic): Likewise, and use the new 'NEON_ENCODE' macro.
1695 (neon_compare): Likewise.
1696 (do_neon_shll): Likewise.
1697 (do_neon_cvt): Likewise.
1698 (do_neon_mvn): Likewise.
1699 (do_neon_dup): Likewise.
1700 (md_assemble): Call check_neon_suffixes ().
1701
1702 For older changes see ChangeLog-2009
1703 \f
1704 Local Variables:
1705 mode: change-log
1706 left-margin: 8
1707 fill-column: 74
1708 version-control: never
1709 End: