bfd:
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
432233b3
AP
12011-12-08 Andrew Pinski <apinski@cavium.com>
2 Adam Nemet <anemet@caviumnetworks.com>
3
4 * tc-mips.c (CPU_IS_OCTEON): Add Octeon2.
5 (mips_cpu_info_table): Add Octeon2.
6 * doc/c-mips.texi: Document octeon2 as an acceptable value for -march=.
7
bd340a04
MGD
82011-12-07 Sameera Deshpande <sameera.deshpande@arm.com>
9
10 * config/tc-arm.c (do_t_ldstd): Warn for unpredictable cases.
11
ad6cec43
MGD
122011-11-07 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
13
14 * config/tc-arm.c (ARM_IT_MAX_OPERANDS): New define.
15 (arm_it): Use ARM_IT_MAX_OPERANDS.
16 (neon_select_shape): Ensure we have matched all operands.
17
1b11b49f
MGD
182011-11-07 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
19
20 * config/tc-arm.c (parse_neon_mov): Update which_operand
21 correctly.
22
ddd7f988
RE
232011-12-05 Richard Earnshaw <rearnsha@arm.com>
24
25 * tc-arm.c (aeabi_set_public_attributes): Correctly set
26 Tag_ARM_ISA_use and Tag_Thumb_ISA_use.
27
f3bad469
MGD
282011-11-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
29
30 * config/tc-arm.c (arm_cpu_option_table): Add name_len field.
31 (arm_arch_option_table): Likewise.
32 (arm_option_extension_value_table): Likewise.
33 (ARM_CPU_OPT): New define.
34 (ARM_ARCH_OPT): Likewise.
35 (ARM_EXT_OPT): Likewise.
36 (arm_cpus): Use ARM_CPU_OPT to initialize.
37 (arm_archs): Use ARM_ARCH_OPT to initialize.
38 (arm_extensions): Use ARM_EXT_OPT to initialize.
39 (arm_parse_extension): Ensure option string matching matches
40 the whole string.
41 (arm_parse_cpu): Likewise.
42 (arm_parse_arch): Likewise.
43
dd6a37e7
AP
442011-11-29 Andrew Pinski <apinski@cavium.com>
45
46 * config/tc-mips.c (CPU_IS_OCTEON): New macro function.
47 (CPU_HAS_SEQ): Change to use CPU_IS_OCTEON.
48 (NO_ISA_COP): Likewise.
49 (macro) <ld_st>: Add support when off0 is true.
50 Add support for M_SAA_AB, M_SAA_OB, M_SAAD_OB and M_SAAD_AB.
51 (mips_cpu_info_table): Add octeon+.
52 * doc/c-mips.texi: Document octeon+ as an acceptable value for -march=.
53
c6400f8a
MGD
542011-11-25 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
55
56 * config/tc-arm.c (do_t_mov_cmp): Allow MOV lowreg, lowreg when no CPU
57 is specified.
58
9b80dedd
TG
592011-11-23 Tristan Gingold <gingold@adacore.com>
60
61 * config/tc-alpha.c (s_alpha_prologue): Requires empty line.
62
467b607e
TG
632011-11-23 Tristan Gingold <gingold@adacore.com>
64
65 * config/tc-alpha.c (s_alpha_frame): Emit a warning if bad value
66 of RA.
67 (s_alpha_pdesc): Adjust comment.
68
837b3435
RE
692011-11-23 Thomas Klein <th.r.klein@web.de>
70
71 * config/tc-arm.c (do_t_mov_cmp): Prevent emitting code for MOV
72 with two low register at arch v4t or v5t when assember using
73 unified syntax.
74
cc189285
DD
752011-11-21 DJ Delorie <dj@redhat.com>
76
77 * config/rl78-defs.h (rl78_error): Add "const".
78 * config/rl78-parse.y (rl78_error): Likewise.
79
edc1d652
AM
802011-11-21 Andreas Tobler <andreast@fgznet.ch>
81
82 * config/tc-ppc.c (ppc_target_format): Add format for powerpc*-freebsd.
83
a7bbf4e9
DM
842011-11-16 David S. Miller <davem@davemloft.net>
85
86 * config/tc-sparc.c (md_apply_fix): Handle BFD_RELOC_8.
87
7bd942df
MR
882011-11-16 Maciej W. Rozycki <macro@codesourcery.com>
89
90 * config/tc-mips.c (macro): Fix unsupported opcode message
91 capitalization.
92 (mips_ip, mips16_ip): Likewise.
93
9ddc84cc
MR
942011-11-16 Maciej W. Rozycki <macro@codesourcery.com>
95
96 * config/tc-mips.c (ISA_SUPPORTS_MCU_ASE): Also set if microMIPS
97 mode.
98
2906b037
MR
992011-11-16 Maciej W. Rozycki <macro@codesourcery.com>
100
101 * config/tc-mips.c (macro_build_jalr): Reverse a negative
102 conditional.
103 (mips_ip): Likewise.
104
7a795ef4
MR
1052011-11-16 Catherine Moore <clm@codesourcery.com>
106 Maciej W. Rozycki <macro@codesourcery.com>
107
108 * config/tc-mips.c (mips_cpu_info_table): Add "m14ke" and
109 "m14kec".
110 * doc/c-mips.texi (MIPS architecture options): Add "m14ke" and
111 "m14kec" to the list of -march options.
112
080f9e4f
MR
1132011-11-15 Maciej W. Rozycki <macro@codesourcery.com>
114
115 * write.c (dump_section_relocs): Don't convert PC-relative relocs
116 that have an in-place addend narrower than the addresses used.
117
9301f9c3
MR
1182011-11-14 Maciej W. Rozycki <macro@codesourcery.com>
119
120 * config/tc-mips.c (can_swap_branch_p): Exclude microMIPS
121 variant frags too.
122
c90460e4
MGD
1232011-11-07 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
124
125 * config/tc-arm.c (arm_cpus): Add cortex-a7 entry.
126 * doc/c-arm.texi (ARM Options): Add cortex-a7 to list of accepted
127 CPUs.
128
b14cf9dd
DD
1292011-11-04 DJ Delorie <dj@redhat.com>
130
131 * doc/c-rl78.texi (RL78-Float): Remove unused menu entry.
132
6652d298
DD
1332011-11-02 DJ Delorie <dj@redhat.com>
134
135 * config/tc-rl78.c (tc_gen_reloc): Remove unused variable.
136
3da1d841
NC
1372011-11-02 Nick Clifton <nickc@redhat.com>
138
139 * config/tc-arm.c (md_begin): Remove ARM_PLT32 reloc associated
140 with the (PLT) instruction suffix when operating in eabi mode.
141 * doc/c-arm.texi (ARM_Relocations): Extend description of (PLT)
142 suffix.
143
99c513f6
DD
1442011-11-01 DJ Delorie <dj@redhat.com>
145
146 * Makefile.am (TARGET_CPU_CFILES): Add tc-rl78.c.
147 (TARGET_CPU_HFILES): Add rc-rl78.h.
148 (EXTRA_DIST): Add rl78-parse.c and rl78-parse.y.
149 (rl78-parse.c, rl78-parse.h, rl78-parse.o, rl78-defs.h): New rules.
150 * Makefile.in: Regenerate.
151 * configure.in: Add rl78 case.
152 * configure: Regenerate.
153 * configure.tgt: Add rl78 case.
154 * config/rl78-defs.h: New file.
155 * config/rl78-parse.y: New file.
156 * config/tc-rl78.c: New file.
157 * config/tc-rl78.h: New file.
158 * NEWS: Add Renesas RL78.
159
160 * doc/Makefile.am (c-rl78.texi): New.
161 * doc/Makefile.in: Likewise.
162 * doc/all.texi: Enable it.
163 * doc/as.texi: Add it.
164 * doc/c-rl78.texi: New file.
165
69f56ae1
WL
1662011-10-28 Walter Lee <walt@tilera.com>
167
168 * NEWS: Fix TILEPro capitalization.
e8b9f508
WL
169 * config/tc-tilegx.c (emit_tilegx_instruction) Handle
170 relocations of aliases.
171 * config/tc-tilepro.c: (emit_tilepro_instruction) Likewise.
69f56ae1 172
006ad0a1
NC
1732011-10-28 Nick Clifton <nickc@redhat.com>
174
175 * po/ja.po: New Japanese translation.
176 * configure.in (ALL_LINGUAS): Add ja.
177 * configure: Regenerate.
178
56b13185
JR
1792011-10-26 Joern Rennecke <joern.rennecke@embecosm.com>
180
181 * doc/as.texinfo [EPIPHANY]: Include c-epiphany.texi to avoid
182 duplication.
183
214ce7b5
MF
1842011-10-25 Mike Frysinger <vapier@gentoo.org>
185
186 * config/rx-defs.h (rx_error): Add const to first arg.
187 * config/rx-parse.y (rx_error): Likewise.
188
dfc4b250
NC
1892011-10-25 Nick Clifton <nickc@redhat.com>
190
191 * config/tc-ns32k.c (md_begin): Rename local variable 'stat' to
192 'status'.
193
cfb8c092
NC
1942011-10-25 Joern Rennecke <joern.rennecke@embecosm.com>
195
196 * NEWS: Mention addition of Adapteva Epiphany support.
197 * config/tc-epiphany.c: New file.
198 * config/tc-epiphany.h: New file.
199 * Makefile.am (TARGET_CPU_CFILES): Add config/tc-epiphany.c .
200 (TARGET_CPU_HFILES): Add config/tc-epiphany.h .
201 * configure.in: Also set using_cgen for epiphany.
202 * configure.tgt: Handle epiphany.
203 * doc/Makefile.am (CPU_DOCS): Add c-epiphany.texi .
204 * doc/all.texi: Set EPIPHANY.
205 * doc/as.texinfo: Add EPIPHANY-specific text.
206 * doc/c-epiphany.texi: New file.
207 * po/gas.pot: Regenerate.
208 * Makefile.in: Regenerate.
209 * configure: Regenerate.
210 * doc/Makefile.in: Regenerate.
211 * po/POTFILES.in: Regenerate.
212
7951ca42
MR
2132011-10-24 Maciej W. Rozycki <macro@codesourcery.com>
214
215 * config/tc-mips.c (move_register): Fix formatting.
216
72671e62
MR
2172011-10-24 Maciej W. Rozycki <macro@codesourcery.com>
218
219 * config/tc-mips.c (can_swap_branch_p): Remove empty line.
220 (start_noreorder): Likewise.
221
8b828383
MR
2222011-10-24 Maciej W. Rozycki <macro@codesourcery.com>
223
224 * config/tc-mips.c (s_option): Fix formatting.
225 (mips_elf_final_processing): Likewise.
226
444d75be
MR
2272011-10-24 Maciej W. Rozycki <macro@codesourcery.com>
228
229 * config/tc-mips.c (validate_micromips_insn): Fix formatting.
230
65261832
AM
2312011-10-24 David Binderman <dcb314@hotmail.com>
232
233 * config/tc-mn10200.c (md_convert_frag): Add missing break.
234
f8e24652
TG
2352011-10-21 Tristan Gingold <gingold@adacore.com>
236
237 * config/tc-alpha.c (load_expression): Use symbol_mark_used accessor.
238 (s_alpha_comm): Use symbol_set_frag accessor.
239
db9b2be4
AM
2402011-10-20 Alan Modra <amodra@gmail.com>
241
242 * config/tc-mips.c (micromips_add_label): Avoid gcc warning.
243 (md_convert_frag): Likewise.
244
a415b1cd
JB
2452011-10-18 Jie Zhang <jie@codesourcery.com>
246 Julian Brown <julian@codesourcery.com>
247
248 * config/tc-arm.c (parse_shifter_operand): Fix handling of explicit
249 rotation.
250 (encode_arm_shifter_operand): Likewise.
251
1be5fd2e
NC
2522011-10-13 James Greenhalgh <james.greenhalgh@arm.com>
253
254 * config/tc-arm.c (check_ldr_r15_aligned): New.
255 (do_ldst): Warn in upredictable cases.
256 (do_t_ldst): Likewise.
257 (insns): Update accordingly.
258
6885131b
AM
2592011-10-13 Alan Modra <amodra@gmail.com>
260
261 * as.c (main): Define .gasversion. rather than __GAS_VERSION__.
262 * frags.h (bss_address_frag): Delete
263 (predefined_address_frag): New.
264 * frags.c (frag_init): Init predefined_address_frag. Delete ref
db9b2be4 265 to bss_address_frag.
6885131b
AM
266 * symbols.c (S_CAN_BE_REDEFINED): New function.
267 * symbols.h (S_CAN_BE_REDEFINED): Declare.
268 * read.c (assign_symbol): Use S_CAN_BE_REDEFINED.
269
00ce9deb
AM
2702011-10-12 Alan Modra <amodra@gmail.com>
271
272 * symbols.c (local_symbol_make): Make global.
273 * symbols.h (local_symbol_make): Declare.
274 * as.c (main): Define __GAS_VERSION__.
275
d5698657
NC
2762011-10-10 Nick Clifton <nickc@redhat.com>
277
278 * po/es.po: Updated Spanish translation.
279 * po/fi.po: Updated Finnish translation.
280 * po/fr.po: Updated French translation.
281
d4cb0ea0
NC
2822011-10-05 DJ Delorie <dj@redhat.com>
283 Nick Clifton <nickc@redhat.com>
284
285 * config/rx-defs.h (rx_pid_register): New.
286 (rx_gp_register): New.
287 * config/rx-parse.y (rx_lex): Add support for %gpreg and %pidreg.
288 (displacement): Add PID support.
289 * config/tc-rx.c (rx_pid_mode): New.
290 (rx_num_int_regs): New.
291 (rx_pid_register): New.
292 (rx_gp_register): New.
293 (options): Add -mpid and -mint-register= options.
294 (md_longopts): Likewise.
295 (md_parse_option): Likewise.
296 (md_show_usage): Likewise.
297 (rx_pid_symbol): New.
298 (rx_pidreg_symbol): New.
299 (rx_gpreg_symbol): New.
300 (md_begin): Support PID.
301 (rx_validate_fix_sub): Support PID.
302 (tc_gen_reloc): Support PID.
303 * doc/c-rx.texi: Document PID support.
304
c3489828
KT
3052011-09-27 Kai Tietz <ktietz@redhat.com>
306
307 * config/obj-coff.c (obj_coff_section): Add 'e' as specifier
308 for marking section SEC_EXCLUDE.
309
a7142d94
TG
3102011-09-22 Tristan Gingold <gingold@adacore.com>
311
312 * NEWS: Add marker for 2.22.
313
4bafe00e
DM
3142011-09-21 David S. Miller <davem@davemloft.net>
315
316 * config/tc-sparc.c (hwcap_allowed): New.
317 (struct sparc_arch): New field 'hwcap_allowed' containing a bitmask
318 of F_FOO flags which are enabled by the particular arch setting.
319 Add new options that provide explicit access to new instructions.
320 (md_parse_option): Only bump max_architecture if the requested one
321 is larger, or this is the first explicit request.
322 (get_hwcap_name): New function.
323 (sparc_ip): Validate that hwcaps used by an instruction have actually
324 been enabled.
325 * doc/c-sparc.texi: Document new sparc options.
326
9e8c70f9
DM
3272011-09-21 David S. Miller <davem@davemloft.net>
328
329 * config/tc-sparc.c (hwcap_seen): New bitmask, defined when
330 not TE_SOLARIS.
331 (sparc_ip): When not TE_SOLARIS, accumulate hwcap bits from
332 sparc_opcode->flags of instruction into hwcap_seen.
333 (sparc_md_end): Create Tag_GNU_Sparc_HWCAPS attribute if
334 hwcap_seen is non-zero and not TE_SOLARIS.
335
a06413e3
TG
3362011-09-19 Tristan Gingold <gingold@adacore.com>
337
338 * config/tc-alpha.c (insert_operand): Call as_bad_value_out_of_range
339 instead of as_warn_out_of_range.
340
f124dd4f
DM
3412011-09-08 Mark Fortescue <mark@mtfhpc.demon.co.uk>
342
343 * config/tc-sparc.c (sparc_ip): Handle 'i' + r<0..31>
344 in addition to 'i' + [goli]<0..7>.
345
32425e36
NC
3462011-09-08 Joern Rennecke <joern.rennecke@embecosm.com>
347
348 * cgen.c (gas_cgen_pcrel_r_type): New function.
349 (gas_cgen_tc_gen_reloc): Check for GAS_CGEN_PCREL_R_TYPE.
350 * cgen.h (gas_cgen_pcrel_r_type): Declare.
351
48b07401
RS
3522011-09-08 Richard Sandiford <rdsandiford@googlemail.com>
353
354 PR gas/13167
355 * dwarf2dbg.c (dwarf2_flush_pending_lines): Use symbol_temp_new_now.
356
5045d766
RS
3572011-09-05 Richard Sandiford <rdsandiford@googlemail.com>
358
359 PR gas/13024
360 * dwarf2dbg.c (pending_lines, pending_lines_tail): New variables.
361 (dwarf2_gen_line_info_1): Delete.
362 (dwarf2_push_line, dwarf2_flush_pending_lines): New functions.
363 (dwarf2_gen_line_info, dwarf2_emit_label): Use them.
364 (dwarf2_consume_line_info): Call dwarf2_flush_pending_lines.
365 (dwarf2_directive_loc): Push previous .locs instead of generating
366 them immediately.
367
7cf80422
NC
3682011-08-26 Nick Clifton <nickc@redhat.com>
369
370 * po/es.po: Updated Spanish translation.
371
0ac5db19
TG
3722011-08-26 Tristan Gingold <gingold@adacore.com>
373
374 * config/tc-alpha.c (s_alpha_linkage): Simplify. Add comments.
375
3762011-08-26 Tristan Gingold <gingold@adacore.com>
377
378 * config/tc-alpha.c (add_to_link_pool): Improve comment.
379 (s_alpha_fp_save): Fix indentation.
380
6753e72f
NC
3812011-08-19 Nick Clifton <nickc@redhat.com>
382
383 * doc/as.texinfo: Include c-xstormy16.texi.
384
7230378d
AM
3852011-08-18 Alan Modra <amodra@gmail.com>
386
387 * write.c (resolve_reloc_expr_symbols): Convert local symbols
388 on relocs to section+offset.
389 (get_frag_for_reloc): New function.
390 (write_relocs): Merge sort fixup relocs with those from .reloc
391 directives.
392
87333bb7
MR
3932011-08-10 Maciej W. Rozycki <macro@codesourcery.com>
394
395 * config/tc-mips.c (can_swap_branch_p): Update the comment on
396 MIPS16 fixups.
397
b5503c7b
MR
3982011-08-09 Chao-ying Fu <fu@mips.com>
399 Daniel Jacobowitz <dan@codesourcery.com>
400
401 * config/tc-mips.c (mips_cpu_info_table): Add "m14k" and
402 "m14kc".
403 * doc/c-mips.texi (MIPS architecture options): Add "m14k" and
404 "m14kc" to the list of -march options.
405
dec0624d
MR
4062011-08-09 Chao-ying Fu <fu@mips.com>
407 Maciej W. Rozycki <macro@codesourcery.com>
408
409 * config/tc-mips.c (mips_set_options): Add ase_mcu.
410 (mips_opts): Initialise ase_mcu to -1.
411 (ISA_SUPPORTS_MCU_ASE): New macro.
412 (MIPS_CPU_ASE_MCU): Likewise.
413 (is_opcode_valid): Handle MCU.
414 (macro_build, macro): Likewise.
415 (validate_mips_insn, validate_micromips_insn): Likewise.
416 (mips_ip): Likewise.
417 (options): Add OPTION_MCU and OPTION_NO_MCU.
418 (md_longopts): Add mmcu and mno-mcu.
419 (md_parse_option): Handle OPTION_MCU and OPTION_NO_MCU.
420 (mips_after_parse_args): Handle MCU.
421 (s_mipsset): Likewise.
422 (md_show_usage): Handle MCU options.
423
424 * doc/as.texinfo: Document -mmcu and -mno-mcu options.
425 * doc/c-mips.texi: Likewise, and document ".set mcu" and
426 ".set nomcu" directives.
427
2b0c8b40
MR
4282011-08-09 Maciej W. Rozycki <macro@codesourcery.com>
429
430 * config/tc-mips.c (gpr_mod_mask): Remove INSN2_MOD_GPR_MB,
431 INSN2_MOD_GPR_MC, INSN2_MOD_GPR_ME, INSN2_MOD_GPR_MG,
432 INSN2_MOD_GPR_MHI, INSN2_MOD_GPR_MJ, INSN2_MOD_GPR_MM,
433 INSN2_MOD_GPR_MN, INSN2_MOD_GPR_MP and INSN2_MOD_GPR_MQ opcode
434 register use checks.
435 (gpr_read_mask): Add INSN2_READ_GPR_MC, INSN2_READ_GPR_ME
436 INSN2_READ_GPR_MG, INSN2_READ_GPR_MJ, INSN2_READ_GPR_MMN,
437 INSN2_READ_GPR_MP and INSN2_READ_GPR_MQ opcode register use
438 checks.
439 (gpr_write_mask): Replace INSN2_WRITE_GPR_S opcode register
440 use flag with INSN_WRITE_GPR_S. Add INSN2_WRITE_GPR_MB,
441 INSN2_WRITE_GPR_MHI, INSN2_WRITE_GPR_MJ and INSN2_WRITE_GPR_MP
442 opcode register use checks.
443 (can_swap_branch_p): Enable microMIPS branch swapping.
444 (append_insn): Likewise.
445
40209cad
MR
4462011-08-09 Maciej W. Rozycki <macro@codesourcery.com>
447
448 * config/tc-mips.c (RELAX_MICROMIPS_ENCODE): Remove forced 16-bit
449 branch size information.
450 (RELAX_MICROMIPS_U16BIT): Remove macro.
451 (RELAX_MICROMIPS_UNCOND): Adjust accordingly.
452 (RELAX_MICROMIPS_COMPACT, RELAX_MICROMIPS_LINK): Likewise.
453 (RELAX_MICROMIPS_RELAX32): Likewise.
454 (RELAX_MICROMIPS_TOOFAR16): Likewise.
455 (RELAX_MICROMIPS_MARK_TOOFAR16): Likewise.
456 (RELAX_MICROMIPS_CLEAR_TOOFAR16): Likewise.
457 (RELAX_MICROMIPS_TOOFAR32): Likewise.
458 (RELAX_MICROMIPS_MARK_TOOFAR32): Likewise.
459 (RELAX_MICROMIPS_CLEAR_TOOFAR32): Likewise.
460 (append_insn): Always check forced_insn_length for microMIPS
461 relaxation. Adjust code for the removal of
462 RELAX_MICROMIPS_U16BIT.
463 (mips_ip) <'D', 'E'>: If forced_insn_length, then emit the
464 relocation straight away.
465 (relaxed_micromips_16bit_branch_length): Adjust code for the
466 removal of RELAX_MICROMIPS_U16BIT.
467
74a6005f
TG
4682011-08-08 Tristan Gingold <gingold@adacore.com>
469
470 * config/obj-macho.c (obj_mach_o_section): New function.
471 (struct known_section): New type.
472 (known_sections): Declare.
473 (obj_mach_o_known_section): New function.
474 (obj_mach_o_common_parse): Ditto.
475 (obj_mach_o_comm): Ditto.
476 (obj_mach_o_subsections_via_symbols): Ditto.
477 (mach_o_pseudo_table): Add new pseudos.
478
af385746
RH
4792011-08-06 Richard Henderson <rth@redhat.com>
480
481 * dw2gencfi.c (all_fde_data): Export.
482 * dw2gencfi.h (all_fde_data): Declare.
483 * config/tc-alpha.c (alpha_elf_md_end): Don't convert legacy unwind
484 info to cfi unwind info if the user already has supplied some.
485
14fe068b
RS
4862011-08-06 Richard Sandiford <rdsandiford@googlemail.com>
487
488 * config/tc-mips.c (emit_nop): Delete.
489 (get_delay_slot_nop): New function.
490 (nops_for_insn_or_target): Use it.
491 (append_insn): Likewise. When avoiding hazards, call add_fixed_insn
492 and insert_into_history directly.
493
11625dd8
RS
4942011-08-06 Richard Sandiford <rdsandiford@googlemail.com>
495
496 * config/tc-mips.c (delayed_branch_p, compact_branch_p)
497 (uncond_branch_p, branch_likely_p): New functions.
498 (insns_between, nops_for_insn_or_target, append_insn)
499 (macro_start): Use them.
500 (get_append_method): Likewise. Remove redundant test.
501
ea783ef3
DM
5022011-08-05 David S. Miller <davem@davemloft.net>
503
504 * config/tc-sparc.c (v9a_asr_table): Add "cps".
505 (sparc_ip): Handle '4', '5' and '(' format codes.
506
2ae08483
L
5072011-08-04 H.J. Lu <hongjiu.lu@intel.com>
508
509 PR gas/13056
510 * output-file.c (output_file_close): Call bfd_cache_close_all
511 on error.
512
513 * write.c (write_object_file): Revert the last change.
514
5e9f6467
AM
5152011-08-04 Alan Modra <amodra@gmail.com>
516
517 * write.c (write_object_file): Call set_symtab even if we had
518 errors.
519
249a777b
TG
5202011-08-04 Tristan Gingold <gingold@adacore.com>
521
522 * config/obj-elf.c (obj_elf_section): Do not free name.
523
877807f8
NC
5242011-08-03 James Greenhalgh <james.greenhalgh@arm.com>
525
526 * config/tc-arm.c (do_t_strexbh): New.
527 (insns): Update accordingly.
528
d7921315
L
5292011-08-01 H.J. Lu <hongjiu.lu@intel.com>
530
531 PR ld/13048
532 * config/tc-i386.c (handle_quad): Removed.
533 (md_pseudo_table): Remove "quad".
534 (tc_gen_reloc): Don't check BFD_RELOC_64 for disallow_64bit_reloc.
535 (x86_dwarf2_addr_size): New.
536
537 * config/tc-i386.h (x86_dwarf2_addr_size): New.
538 (DWARF2_ADDR_SIZE): Likewise.
539
a8040cf2
NC
5402011-08-01 Nick Clifton <nickc@redhat.com>
541
542 PR ld/12974
543 * config/tc-arm.c (literal_pool): Add locs field.
544 (add_to_lit_pool): Initialise the locs entry for the new literal.
545 (s_ltorg): Generate a DWARF2 line number entry for each emitted
546 literal pool entry.
547
1596988d
TG
5482011-08-01 Tristan Gingold <gingold@adacore.com>
549
550 * write.c (write_relocs): Fix -Wshadow in DEBUG3 and DEBUG4.
551
8d8385cf
TG
5522011-08-01 Tristan Gingold <gingold@adacore.com>
553
554 * frags.c (frag_grow): Simplify the code.
555
c3109199
RS
5562011-07-30 Richard Sandiford <rdsandiford@googlemail.com>
557
558 * config/tc-mips.c (nops_for_vr4130): Revert previous commit.
559
2309ddf2
MR
5602011-07-29 Maciej W. Rozycki <macro@codesourcery.com>
561
562 * config/tc-mips.c: Adjust comments throughout.
563 (reglist_lookup): Reshape code.
564 (jmp_reloc_p, jalr_reloc_p): Reformat.
565 (got16_reloc_p, hi16_reloc_p, lo16_reloc_p): Handle microMIPS
566 relocations.
567 (gpr_mod_mask): Remove unused variable.
568 (gpr_read_mask, gpr_write_mask): Reshape code.
569 (fpr_read_mask, fpr_write_mask): Likewise.
570 (nops_for_vr4130): Ensure non-microMIPS mode.
571 (can_swap_branch_p): Correct pinfo2 reference. Reshape code.
572 (append_insn): Skip Loongson 2F workaround in MIPS16 mode. Use
573 the outermost operator of a compound relocation to determines
574 the relocated field. Fix formatting.
575 (md_convert_frag): Reshape code.
576
69b1d605
TG
5772011-07-29 Tristan Gingold <gingold@adacore.com>
578
579 * frags.c (frag_var_init): New function.
580 (frag_var): Call frag_var_init to initialize.
581 (frag_variant): Ditto.
582
9aec2026
NC
5832011-07-27 Nathan Sidwell <nathan@codesourcery.com>
584
585 * dwarf2dbg.c (out_debug_line): Ignore non-normal segments, with a
586 warning.
587 * doc/as.texinfo (Offset): Document .offset directive.
588
088b3cd0
TG
5892011-07-27 Tristan Gingold <gingold@adacore.com>
590
591 * frags.c (frag_grow): Revert previous patch.
592
53d780c9
NC
5932011-07-26 Kazuhiro Inaoka <kazuhiro.inaoka.ud@renesas.com>
594
595 * config/tc-rx.c (md_convert_frag): Fix encoding of beq.a
596 synthetic instruction.
597
179809c0
TG
5982011-07-25 Tristan Gingold <gingold@adacore.com>
599
600 * frags.c (frag_grow): Simplify the code.
601
df58fc94
RS
6022011-07-24 Maciej W. Rozycki <macro@codesourcery.com>
603 Chao-ying Fu <fu@mips.com>
604 Richard Sandiford <rdsandiford@googlemail.com>
605
606 * config/tc-mips.h (mips_segment_info): Add one bit for
607 microMIPS.
608 (TC_LABEL_IS_LOCAL): New macro.
609 (mips_label_is_local): New prototype.
610 * config/tc-mips.c (S0, S7): New macros.
611 (emit_branch_likely_macro): New variable.
612 (mips_set_options): Add micromips.
613 (mips_opts): Initialise micromips to -1.
614 (file_ase_micromips): New variable.
615 (CPU_HAS_MICROMIPS): New macro.
616 (hilo_interlocks): Set for microMIPS too.
617 (gpr_interlocks): Likewise.
618 (cop_interlocks): Likewise.
619 (cop_mem_interlocks): Likewise.
620 (HAVE_CODE_COMPRESSION): New macro.
621 (micromips_op_hash): New variable.
622 (micromips_nop16_insn, micromips_nop32_insn): New variables.
623 (NOP_INSN): Handle microMIPS ASE.
624 (mips32_to_micromips_reg_b_map): New macro.
625 (mips32_to_micromips_reg_c_map): Likewise.
626 (mips32_to_micromips_reg_d_map): Likewise.
627 (mips32_to_micromips_reg_e_map): Likewise.
628 (mips32_to_micromips_reg_f_map): Likewise.
629 (mips32_to_micromips_reg_g_map): Likewise.
630 (mips32_to_micromips_reg_l_map): Likewise.
631 (mips32_to_micromips_reg_n_map): Likewise.
632 (mips32_to_micromips_reg_h_map): New variable.
633 (mips32_to_micromips_reg_m_map): Likewise.
634 (mips32_to_micromips_reg_q_map): Likewise.
635 (micromips_to_32_reg_h_map): New variable.
636 (micromips_to_32_reg_i_map): Likewise.
637 (micromips_to_32_reg_m_map): Likewise.
638 (micromips_to_32_reg_q_map): Likewise.
639 (micromips_to_32_reg_b_map): New macro.
640 (micromips_to_32_reg_c_map): Likewise.
641 (micromips_to_32_reg_d_map): Likewise.
642 (micromips_to_32_reg_e_map): Likewise.
643 (micromips_to_32_reg_f_map): Likewise.
644 (micromips_to_32_reg_g_map): Likewise.
645 (micromips_to_32_reg_l_map): Likewise.
646 (micromips_to_32_reg_n_map): Likewise.
647 (micromips_imm_b_map, micromips_imm_c_map): New macros.
648 (RELAX_DELAY_SLOT_16BIT): New macro.
649 (RELAX_DELAY_SLOT_SIZE_FIRST): Likewise.
650 (RELAX_DELAY_SLOT_SIZE_SECOND): Likewise.
651 (RELAX_MICROMIPS_ENCODE, RELAX_MICROMIPS_P): New macros.
652 (RELAX_MICROMIPS_TYPE, RELAX_MICROMIPS_AT): Likewise.
653 (RELAX_MICROMIPS_U16BIT, RELAX_MICROMIPS_UNCOND): Likewise.
654 (RELAX_MICROMIPS_COMPACT, RELAX_MICROMIPS_LINK): Likewise.
655 (RELAX_MICROMIPS_RELAX32, RELAX_MICROMIPS_TOOFAR16): Likewise.
656 (RELAX_MICROMIPS_MARK_TOOFAR16): Likewise.
657 (RELAX_MICROMIPS_CLEAR_TOOFAR16): Likewise.
658 (RELAX_MICROMIPS_TOOFAR32): Likewise.
659 (RELAX_MICROMIPS_MARK_TOOFAR32): Likewise.
660 (RELAX_MICROMIPS_CLEAR_TOOFAR32): Likewise.
661 (INSERT_OPERAND, EXTRACT_OPERAND): Handle microMIPS ASE.
662 (mips_macro_warning): Add delay_slot_16bit_p, delay_slot_32bit_p,
663 fsize and insns.
664 (mips_mark_labels): New function.
665 (mips16_small, mips16_ext): Remove variables, replacing with...
666 (forced_insn_size): ... this.
667 (append_insn, mips16_ip): Update accordingly.
668 (micromips_insn_length): New function.
669 (insn_length): Return the length of microMIPS instructions.
670 (mips_record_mips16_mode): Rename to...
671 (mips_record_compressed_mode): ... this. Handle microMIPS ASE.
672 (install_insn): Handle microMIPS ASE.
673 (reglist_lookup): New function.
674 (is_size_valid, is_delay_slot_valid): Likewise.
675 (md_begin): Handle microMIPS ASE.
676 (md_assemble): Likewise. Update for append_insn interface change.
677 (micromips_reloc_p): New function.
678 (got16_reloc_p): Handle microMIPS ASE.
679 (hi16_reloc_p): Likewise.
680 (lo16_reloc_p): Likewise.
681 (jmp_reloc_p): New function.
682 (jalr_reloc_p): Likewise.
683 (matching_lo_reloc): Handle microMIPS ASE.
684 (insn_uses_reg, reg_needs_delay): Likewise.
685 (mips_move_labels): Likewise.
686 (mips16_mark_labels): Rename to...
687 (mips_compressed_mark_labels): ... this. Handle microMIPS ASE.
688 (gpr_mod_mask): New function.
689 (gpr_read_mask, gpr_write_mask): Handle microMIPS ASE.
690 (fpr_read_mask, fpr_write_mask): Likewise.
691 (insns_between, nops_for_vr4130, nops_for_insn): Likewise.
692 (fix_loongson2f_nop, fix_loongson2f_jump): Likewise.
693 (MICROMIPS_LABEL_CHAR): New macro.
694 (micromips_target_label, micromips_target_name): New variables.
695 (micromips_label_name, micromips_label_expr): New functions.
696 (micromips_label_inc, micromips_add_label): Likewise.
697 (mips_label_is_local): Likewise.
698 (micromips_map_reloc): Likewise.
699 (can_swap_branch_p): Handle microMIPS ASE.
700 (append_insn): Add expansionp argument. Handle microMIPS ASE.
701 (start_noreorder, end_noreorder): Handle microMIPS ASE.
702 (macro_start, macro_warning, macro_end): Likewise.
703 (brk_fmt, cop12_fmt, jalr_fmt, lui_fmt): New variables.
704 (mem12_fmt, mfhl_fmt, shft_fmt, trap_fmt): Likewise.
705 (BRK_FMT, COP12_FMT, JALR_FMT, LUI_FMT): New macros.
706 (MEM12_FMT, MFHL_FMT, SHFT_FMT, TRAP_FMT): Likewise.
707 (macro_build): Handle microMIPS ASE. Update for append_insn
708 interface change.
709 (mips16_macro_build): Update for append_insn interface change.
710 (macro_build_jalr): Handle microMIPS ASE.
711 (macro_build_lui): Likewise. Simplify.
712 (load_register): Handle microMIPS ASE.
713 (load_address): Likewise.
714 (move_register): Likewise.
715 (macro_build_branch_likely): New function.
716 (macro_build_branch_ccl): Likewise.
717 (macro_build_branch_rs): Likewise.
718 (macro_build_branch_rsrt): Likewise.
719 (macro): Handle microMIPS ASE.
720 (validate_micromips_insn): New function.
721 (expr_const_in_range): Likewise.
722 (mips_ip): Handle microMIPS ASE.
723 (options): Add OPTION_MICROMIPS and OPTION_NO_MICROMIPS.
724 (md_longopts): Add mmicromips and mno-micromips.
725 (md_parse_option): Handle OPTION_MICROMIPS and
726 OPTION_NO_MICROMIPS.
727 (mips_after_parse_args): Handle microMIPS ASE.
728 (md_pcrel_from): Handle microMIPS relocations.
729 (mips_force_relocation): Likewise.
730 (md_apply_fix): Likewise.
731 (mips_align): Handle microMIPS ASE.
732 (s_mipsset): Likewise.
733 (s_cpload, s_cpsetup, s_cpreturn): Use relocation wrappers.
734 (s_dtprel_internal): Likewise.
735 (s_gpword, s_gpdword): Likewise.
736 (s_insn): Handle microMIPS ASE.
737 (s_mips_stab): Likewise.
738 (relaxed_micromips_32bit_branch_length): New function.
739 (relaxed_micromips_16bit_branch_length): New function.
740 (md_estimate_size_before_relax): Handle microMIPS ASE.
741 (mips_fix_adjustable): Likewise.
742 (tc_gen_reloc): Handle microMIPS relocations.
743 (mips_relax_frag): Handle microMIPS ASE.
744 (md_convert_frag): Likewise.
745 (mips_frob_file_after_relocs): Likewise.
746 (mips_elf_final_processing): Likewise.
747 (mips_nop_opcode): Likewise.
748 (mips_handle_align): Likewise.
749 (md_show_usage): Handle microMIPS options.
750 * symbols.c (TC_LABEL_IS_LOCAL): New macro.
751 (S_IS_LOCAL): Add a TC_LABEL_IS_LOCAL check.
752
753 * doc/as.texinfo (Target MIPS options): Add -mmicromips and
754 -mno-micromips.
755 (-mmicromips, -mno-micromips): New options.
756 * doc/c-mips.texi (-mmicromips, -mno-micromips): New options.
757 (MIPS ISA): Document .set micromips and .set nomicromips.
758 (MIPS insn): Update for microMIPS support.
759
a40bc9dd
RS
7602011-07-24 Maciej W. Rozycki <macro@codesourcery.com>
761
762 * config/tc-mips.c (mips_ip): Make a copy of the instruction's
763 mnemonic and use it for further processing.
764
bcd530a7
RS
7652011-07-24 Maciej W. Rozycki <macro@codesourcery.com>
766
767 * config/tc-mips.c (can_swap_branch_p): Adjust for the rename of
768 INSN_TRAP to INSN_NO_DELAY_SLOT. Remove the check for INSN_SYNC
769 as well as explicit checks for ERET and DERET when scheduling
770 branch delay slots.
771
7a9068fe
L
7722011-07-22 H.J. Lu <hongjiu.lu@intel.com>
773
774 * config/tc-i386.c (cpu_arch): Add k1om.
775 (i386_align_code): Handle PROCESSOR_K1OM.
776 (check_cpu_arch_compatible): Check EM_K1OM.
777 (i386_arch): Handle Intel K1OM.
778 (i386_mach): Return bfd_mach_k1om for Intel K1OM.
779 (i386_target_format): Return ELF_TARGET_K1OM_FORMAT for Intel
780 K1OM.
781
782 * config/tc-i386.h (ELF_TARGET_K1OM_FORMAT): New.
783 (processor_type): Add PROCESSOR_K1OM.
784
785 * doc/c-i386.texi: Document k1om.
786
2aab8acd
L
7872011-07-18 H.J. Lu <hongjiu.lu@intel.com>
788
789 * doc/c-i386.texi: Fix a typo.
790
01f372ca
RS
7912011-07-06 Aurelien Jarno <aurelien@aurel32.net>
792
793 * config/tc-mips.c (append_insn): delete prev_pinfo2 and pinfo2.
794
fe35f09f
RS
7952011-07-04 Richard Sandiford <rdsandiford@googlemail.com>
796
797 * config/tc-mips.c (gpr_read_mask, gpr_write_mask): Fix handling
798 of register 0.
799
e3a82c8e
MR
8002011-07-04 Maciej W. Rozycki <macro@codesourcery.com>
801
802 * config/tc-mips.c (append_insn): Make sure DWARF-2 location
803 information is properly adjusted for branches that get swapped.
804
9c55345c
TS
8052011-07-03 Samuel Thibault <samuel.thibault@gnu.org>
806 Thomas Schwinge <thomas@schwinge.name>
807
2bb70ae0 808 PR binutils/12913
9c55345c
TS
809 * config/obj-elf.c (obj_elf_type): Use ELFOSABI_GNU name instead of
810 ELFOSABI_LINUX alias.
811 * config/tc-ia64.c: Likewise.
812
5f4cb198
NC
8132011-06-30 Paul Carroll <pcarroll@codesourcery.com>
814
815 * config/tc-arm.c (do_t_add_sub): Only allow LSL shifts of less
816 than 4 in Thumb mode.
817
08f10d51
NC
8182011-06-30 Nick Clifton <nickc@redhat.com>
819
820 PR gas/12848
821 * config/tc-arm.c (BAD_RANGE): New error message define.
822 (md_apply_fix): Use it.
823 Fix range check for thumb branch instructions.
824
a4e06468
RS
8252011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
826
827 * config/tc-mips.c (append_method): New enum.
828 (can_swap_branch_p, get_append_method): New functions.
829 (append_insn): Use get_append_method to decide how the instruction
830 should be added.
831
9fe77896
RS
8322011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
833
834 * config/tc-mips.c (append_insn): Remove bogus goto.
835
13408f1e
RS
8362011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
837
838 * config/tc-mips.c (append_insn): Always clear the history after an
839 unconditional branch.
840
ceb94aa5
RS
8412011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
842
843 * config/tc-mips.c (find_altered_mips16_opcode): New function.
844 (append_insn): Use it.
845
4c260379
RS
8462011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
847
848 * config/tc-mips.c (insn_uses_reg): Delete.
849 (gpr_read_mask, gpr_write_mask): New functions.
850 (fpr_read_mask, fpr_write_mask): Likewise.
851 (insns_between, nops_for_vr4130, append_insn): Use them.
852
02b1ab82
RS
8532011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
854
855 * config/tc-mips.c (md_mips_end): Call mips_emit_delays.
856
49c62a33
NC
8572011-06-29 Dave Martin <dave.martin@linaro.org>
858
859 PR gas/12931
860 * config/tc-arm.c (mapping_state): When changing to ARM or THUMB
861 state set the minimum required alignment of the section.
862
7016a5d5
TG
8632011-06-29 Tristan Gingold <gingold@adacore.com>
864
865 * config/tc-i386.c (i386_mach): Convert to ISO-C.
866 (md_begin, pe_directive_secrel, md_estimate_size_before_relax): Ditto.
867 (md_convert_frag, md_apply_fix, md_undefined_symbol): Ditto.
868 (md_section_align, tc_gen_reloc): Ditto.
869
af24f60c
TG
8702011-06-28 Tristan Gingold <gingold@adacore.com>
871
872 * config/tc-alpha.c (s_alpha_pdesc): Fix indentation. Do not
873 generate dummy fix.
874
e1f4d6bd
TG
8752011-06-28 Tristan Gingold <gingold@adacore.com>
876
877 * config/tc-alpha.c (load_expression): Use alloca instead of xmalloc.
878 (emit_jsrjmp): Ditto.
879 (tc_gen_reloc): Ditto.
880
4b1c4d2b
TG
8812011-06-28 Tristan Gingold <gingold@adacore.com>
882
883 * config/tc-alpha.c (alpha_evax_proc_hash): Remove.
884 (alpha_evax_proc_data): New variable.
885 (s_alpha_ent): Prevent nested function. Remove has_insert call.
886 (s_alpha_pdesc): Do not call demand_empty_rest_of_line in case of
887 error. Do not search in the hash table. Check if match with .ent.
888 (s_alpha_name): Remove unused variable.
889 (md_begin): Remove initialization of alpha_evax_proc_hash.
890
8aacb050
TG
8912011-06-27 Tristan Gingold <gingold@adacore.com>
892
893 * config/tc-alpha.c (add_to_link_pool): Remove basesym parameter.
894 Locally declare basesym. Add comments. Do not set literal_pool_size.
895 (load_expression): Adjust call to add_to_link_pool.
896 (s_alpha_pdesc): Define pdesc symbol using dot.
897 Do not set literal_pool_size.
898 (s_alpha_end): Use NULL instead of 0.
899
bb1d4256
TG
9002011-06-27 Tristan Gingold <gingold@adacore.com>
901
902 * config/obj-evax.c (evax_frob_file_before_adjust): Add comments.
903 Fix style.
904 * config/obj-evax.h (struct alpha_linkage_fixups): Remove seg
905 field. Add comments.
906 (obj_symbol_type, object_headers, OBJ_SYMFIELD_TYPE): Remove
907
ab9794cf
RS
9082011-06-26 Richard Sandiford <rdsandiford@googlemail.com>
909
910 * config/tc-mips.c (fix_24k_record_store_info): If the previous
911 instruction was a store, and the next instructions are unknown,
912 assume the worst.
913
932d1a1b
RS
9142011-06-25 Richard Sandiford <rdsandiford@googlemail.com>
915
916 PR gas/12915
917 * config/tc-mips.c (nops_for_vr4130, nops_for_24k, nops_for_insn)
918 (nops_for_sequence, nops_for_insn_or_target): Add ignore parameters.
919 (mips_emit_delays, start_noreorder): Update accordingly.
920 (append_insn): Likewise. Revert original fix for this PR
921 and use the ignore parameter instead.
922
e3a99401
TG
9232011-06-24 Tristan Gingold <gingold@adacore.com>
924
925 PR gas/11625
926 * config/obj-evax.c (evax_frob_symbol): Use as_bad instead of abort.
927
576d3307
TG
9282011-06-24 Tristan Gingold <gingold@adacore.com>
929
930 * config/tc-alpha.c (add_to_link_pool): Remove useless offset
931 variable. Fix style.
932
f77ef3e2
RS
9332011-06-23 Richard Sandiford <rdsandiford@googlemail.com>
934
935 PR gas/12915
936 * config/tc-mips.c (append_insn): Only consider hazards between the
937 pre-noreorder block and ip.
938
5f1af56b
MGD
9392011-06-21 Sameera Deshpande <sameera.deshpande@arm.com>
940
941 * config/tc-arm.c (vfp_conv): Add check on range of immediate operand
942 in vcvt instruction between floating-point and fixed-point.
943 (operand_parse_code): Add "OP_oI32z".
944 (parse_operands): OP_oI32z case added.
945
ade78dba
L
9462011-06-20 H.J. Lu <hongjiu.lu@intel.com>
947
948 * configure.tgt: Revert x32 change.
949
b47d265e
NC
9502011-06-20 Nick Clifton <nickc@redhat.com>
951
952 * doc/Makefile.am: (CPU_DOCS): Add c-xstormy16.texi.
953 * doc/Makefile.in: Regenerate.
954 * doc/all.texi: Set XSTORMY16.
955 * doc/c-xstormy16.texi: New file.
956
8b778942
L
9572011-06-19 H.J. Lu <hongjiu.lu@intel.com>
958
959 * configure.tgt: Support x32.
960
90b3661c
NC
9612011-06-15 Nick Clifton <nickc@redhat.com>
962
963 * NEWS: Mention addition of TILEPRO and TIKE-Gx support.
964
2fb4b302
TG
9652011-06-14 Tristan Gingold <gingold@adacore.com>
966
967 * config/tc-ppc.h (struct ppc_tc_sy): Complete comment on within.
968 (tc_new_dot_label): Define.
969 (ppc_new_dot_label): Declare.
970 * config/tc-ppc.c (ppc_frob_label): Set within target field.
971 (ppc_fix_adjustable): Use this field to adjust the reloc.
972 (ppc_new_dot_label): New function.
973
85b0f90c
AM
9742011-06-14 Alan Modra <amodra@gmail.com>
975
976 * po/POTFILES.in: Regenerate.
977
aa137e4d
NC
9782011-06-13 Walter Lee <walt@tilera.com>
979
980 * Makefile.am (TARGET_CPU_CFILES): Add config/tc-tilegx.c and
981 config/tc-tilepro.c.
982 (TARGET_CPU_HFILES): Add config/tc-tilegx.h and
983 config/tc-tilepro.h.
984 * Makefile.in: Regenerate.
985 * configure.tgt (tilepro-*-*): New.
986 (tilegx-*-*): Likewise.
987 * config/tc-tilegx.c: New file.
988 * config/tc-tilegx.h: Likewise.
989 * config/tc-tilepro.h: Likewise.
990 * config/tc-tilepro.c: Likewise.
991 * doc/Makefile.am (CPU_DOCS): Add c-tilegx.texi and
992 c-tilepro.texi.
993 * doc/Makefile.in: Regenerate.
994 * doc/all.texi (TILEGX): Define.
995 (TILEPRO): Define.
996 * doc/as.texinfo: Add Tile-Gx and TILEPro documentation. Include
997 c-tilegx.texi and c-tilepro.texi.
998 * doc/c-tilegx.texi: New.
999 * doc/c-tilepro.texi: New.
1000
94342ec3
NC
10012011-06-13 Nick Clifton <nickc@redhat.com>
1002
1003 PR gas/12854
1004 * config/tc-arm.c (do_shift): Do not allow shift operations at the
1005 end of a register based shift insn.
1006 (do_t_shift): Likewise.
1007
f9e53abc
NC
10082011-06-13 Nick Clifton <nickc@redhat.com>
1009
1010 * config/tc-score.c (s3_my_get_expression): Delete unused local
1011 variable 'seg'.
1012 (s3_do_ldst_insn): Delete unused local variable 'strbak'.
1013 (s3_do16_ldst_insn): Delete unused local variable 'temp'.
1014 (s3_do_macro_bcmp): Zero inst_expand array.
1015 (s3_do_macro_bcmpz): Likewise.
1016 (s3_s_score_end): Delete unused local variable 'dot'.
1017 (s3_gen_reloc): Delete unused local variables 'f', 's', and 'e'.
1018 * config/tc-score7.c (s7_my_get_expression): Delete unused local
1019 variable 'seg'.
1020 (s7_do_ldst_insn): Delete unused local variable 'strbak'.
1021 (s7_b32_relax_to_b16): Delete unused local variables 'r_old' and
1022 'r_new'.
1023 (s7_s_score_end): Delete unused local variable 'dot'.
1024 (s7_relax_frag): Delete unused local variable 'relax_size'.
1025 (s7_gen_reloc): Delete unused local variables 'f', 's', and 'e'.
1026
6c30d220
L
10272011-06-10 H.J. Lu <hongjiu.lu@intel.com>
1028
1029 AVX Programming Reference (June, 2011)
1030 * config/tc-i386.c (i386_error): Add invalid_vsib_address and
1031 unsupported_vector_index_register.
1032 (cpu_arch): Add .avx2, .bmi2, .lzcnt and .invpcid.
1033 (check_VecOperands): New.
f9e53abc 1034 (match_template): Call check_VecOperands. Handle
6c30d220
L
1035 invalid_vsib_address and unsupported_vector_index_register.
1036 (build_modrm_byte): Support VecSIB. Check register-only source
1037 operand when two source operands are swapped.
1038 (i386_index_check): Allow Xmm/Ymm index registers.
1039
1040 * doc/c-i386.texi: Document avx2/.avx2, bmi2/.bmi2, lzcnt/.lzcnt
1041 and invpcid./invpcid.
1042
fd596c16
NC
10432011-06-09 Nick Clifton <nickc@redhat.com>
1044
1045 PR gas/12861
1046 * config/tc-cr16.c (tc_gen_reloc): Remove unused local variable
1047 code.
1048 (check_cinv_options): Remove unused local variables. Make
1049 function void.
1050 (md_assemble): Remove unused local variable.
1051
c56791bb
RE
10522011-06-09 James Greenhalgh <james.greenhalgh@arm.com>
1053
1054 * config/tc-arm.c (do_ldrd): Warn in unpredictable cases.
1055
331fe616 10562011-06-03 Arnaud Patard <arnaud.patard@rtp-net.org>
a4482bb6
NC
1057
1058 PR gas/12698
1059 * config/tc-arm.c (parse_psr): Set m_profile to false when
1060 assembling for any architecture.
1061
26d97720
NS
10622011-06-02 Jie Zhang jie@codesourcery.com
1063 Nathan Sidwell nathan@codesourcery.com
1064
1065 * config/tc-arm.c (parse_address_main): Handle -0 offsets.
1066 (encode_arm_addr_mode_2): Set default sign of zero here ...
1067 (encode_arm_addr_mode_3): ... and here.
1068 (encode_arm_cp_address): ... and here.
1069 (md_apply_fix): Use default sign of zero here.
1070
cc643b88
NC
10712011-06-02 Nick Clifton <nickc@redhat.com>
1072
1073 * as.c: Fix spelling typo.
1074 * read.c: Likewise.
1075 * config/tc-ppc.c: Likewise.
1076 * po/gas.pit: Regenerate.
1077
3b2f0793
PB
10782011-05-31 Paul Brook <paul@codesourcery.com>
1079
1080 * config/tc-arm.c (arm_cpus): Add Cortex-R5.
1081 (arm_extensions): Allow idiv on ARMv7-R.
1082 * doc/c-arm.text: Update idiv extension restrictions.
1083
b5884301
PB
10842011-05-31 Paul Brook <paul@codesourcery.com>
1085
1086 * config/tc-arm.c (arm_force_relocation): Resolve all pc-relative
1087 loads.
1088
10960bfb
PB
10892011-05-31 Paul Brook <paul@codesourcery.com>
1090
1091 * config/tc-arm.c (do_t_branch): Avoid relaxing branches to constant
1092 addresses.
1093
6e7ce2cd
PB
10942011-05-31 Paul Brook <paul@codesourcery.com>
1095 Nathan Sidwell <nathan@codesourcery.com>
1096
1097 * config/tc-arm.c (fix_new_arm): Create an absolute symbol for
1098 pc-relative fixes to constants.
1099 * config/tc-arm.h (TC_FORCE_RELOCATATION_ABS): Define.
cc643b88 1100
8e1adb8d
NC
11012011-05-27 Nick Clifton <nickc@redhat.com>
1102
1103 * config/tc-s390.c (md_begin): Remove unused variable dup_insn.
1104
c8fa16ed
AK
11052011-05-24 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1106
1107 * config/tc-s390.c (md_gather_operands): Fix check for floating
1108 register pair operands.
1109
5e4b319c
AK
11102011-05-24 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1111
1112 * config/tc-s390.c (md_gather_operands): Emit an error for odd
1113 numbered registers used as register pair operand.
1114
56d0a8a1
NC
11152011-05-23 Nick Clifton <nickc@redhat.com>
1116
1117 * config/tc-v850.h (TC_FX_SIZE_SLACK): Define.
1118
4a732032
BS
11192011-05-20 Bernd Schmidt <bernds@codesourcery.com>
1120
1121 * config/tc-tic6x.c (tic6x_operators): Add "pcr_offset".
1122 (tic6x_parse_name): Handle it.
1123 (tic6x_fix_new_exp): Handle O_pcr_offset.
1124 (tic6x_fix_adjustable): Return 0 for the new relocs.
1125 (md_apply_fix): Handle them.
1126 (tc_gen_reloc): Likewise.
1127 * config/tc-tic6x.h (tic6x_fix_info): Add a fix_subsy member.
1128
d0da06e2
NC
11292011-05-18 Nick Clifton <nickc@redhat.com>
1130
1131 PR gas/12754
1132 * config/tc-tic30.c (ordinal_names): Allow translation of the
1133 ordinal names.
1134
a1727c1a
NC
11352011-05-18 Nick Clifton <nickc@redhat.com>
1136
1137 * config/tc-arm.c (s_unreq): Reword warning message to make it
1138 easier to translate.
1139 * config/tc-ia64.c (md_show_usage): Add note for translators.
1140 * configure.in (ALL_LINGUAS): Add "fi".
1141 * configure: Regenerate.
1142
85645aed
TG
11432011-05-18 Tristan Gingold <gingold@adacore.com>
1144
1145 * config/tc-ppc.h (ppc_tc_sy): Reorder fields.
1146 Put size into an union with dw.
1147 (OBJ_COPY_SYMBOL_ATTRIBUTES): Adjust.
1148 (ppc_xcoff_end): Declare.
1149 (md_end): Define.
1150 * config/tc-ppc.c: Add includes for xcoff.
1151 (ppc_dwsect): New function.
1152 (md_pseudo_table): Add dwsect.
1153 (struct dw_subsection): New.
1154 (dw_sections): New.
1155 (ppc_change_debug_section): New function.
1156 (ppc_xcoff_end): Ditto.
1157 (ppc_function): Adjust for ppc_tc_sy.
1158 (ppc_symbol_new_hook): Ditto.
1159 (ppc_frob_symbol): Ditto.
1160 (ppc_frob_section): Do not set vma for debug sections.
1161 (ppc_fix_adjustable): Return true for debug sections.
1162 * config/obj-coff.c: Add includes for xcoff.
1163 (coff_frob_section): Handle dwarf section.
1164
9fd07943
NC
11652011-05-17 Nick Clifton <nickc@redhat.com>
1166
4e511523
NC
1167 * po/fi.po: New Finnish translation.
1168 * po/fr.po: Updated French translation.
1169
9fd07943
NC
1170 * config/tc-m32r.c (md_show_usage): Fix typos in descriptions.
1171 * config/tc-mt.c (md_assemble): Fix typos in warning messages.
1172 * cond.c (s_else): Fix typos in error messages.
1173 * config/tc-pj.c (md_assemble): Fix typo in error message.
1174
0d7e0060
HPN
11752011-05-16 Hans-Peter Nilsson <hp@axis.com>
1176
1177 * config/tc-cris.c (md_parse_option) <OPTION_PIC>: Error if not
1178 emitting ELF object.
1179 (md_show_usage): Only mention --pic if the assembler can generate
1180 ELF objects.
1181 * doc/c-cris.texi (CRIS-Opt): Mention that generating ELF is a
1182 prerequisite for --pic being a valid option.
1183
5648d7c7
AM
11842011-05-13 Frederic Marchal <fmarchal@perso.be>
1185
1186 PR gas/12755
1187 * config/tc-v850.c (parse_register_list): Correct error string.
1188
8aedb9fe
QN
11892011-05-12 Quentin Neill <quentin.neill@amd.com>
1190
1191 * config/tc-i386.c (cpu_arch): Rename PROCESSOR_BDVER1 to PROCESSOR_BD.
1192 (i386_align_code): Ditto
1193
58ad575f
MGD
11942011-05-12 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
1195
1196 PR gas/12715
1197 * config/tc-arm.c (parse_big_immediate): Fix parsing of 64-bit
1198 immediates on 32-bit hosts.
1199
af2f724e
QN
12002011-05-10 Quentin Neill <quentin.neill@amd.com>
1201
1202 * config/tc-i386.c (cpu_arch): Add bdver2 and rename
1203 PROCESSOR_BDVER1 to PROCESSOR_BDVER.
1204 (i386_align_code): Rename PROCESSOR_BDVER1.
1205 (processor_type): Ditto.
1206 * doc/c-i386.texi: Add bdver2.
1207
6e789b26
AM
12082011-05-10 Alan Modra <amodra@gmail.com>
1209
1210 * dw2gencfi.c (tc_cfi_endproc): Avoid "set but not used" error.
1211
1bce6bd8
PB
12122011-05-09 Paul Brook <paul@codesourcery.com>
1213
1214 * config/tc-tic6x.c (streq): Define.
1215 (tic6x_get_unwind): New.
1216 (s_tic6x_cantunwind, s_tic6x_handlerdata, s_tic6x_endp,
1217 s_tic6x_personalityindex, s_tic6x_personality): New functions.
1218 (md_pseudo_table): Add "endp", "handlerdata", "personalityindex",
1219 "personality" and "cantunwind".
1220 (tic6x_regname_to_dw2regnum, tic6x_frame_initial_instructions,
1221 tic6x_start_unwind_section, tic6x_unwind_frame_regs,
1222 tic6x_pop_rts_offset_little, tic6x_pop_rts_offset_big,
1223 tic6x_unwind_reg_from_dwarf, tic6x_flush_unwind_word,
1224 tic6x_unwind_byte, tic6x_unwind_2byte, tic6x_unwind_uleb,
1225 tic6x_cfi_startproc, output_exidx_entry, tic6x_output_unwinding,
1226 tic6x_cfi_endproc): New.
1227 * config/tc-tic6x.h (TIC6X_NUM_UNWIND_REGS): Define.
1228 (tic6x_unwind_info): New.
1229 (tic6x_segment_info_type): Add marked_pr_dependency, unwind and
1230 text_unwind.
1231 (TARGET_USE_CFIPOP, tc_regname_to_dw2regnum,
1232 tc_cfi_frame_initial_instructions, DWARF2_DEFAULT_RETURN_COLUMN,
1233 DWARF2_CIE_DATA_ALIGNMENT, tc_cfi_startproc, tc_cfi_endproc,
1234 tc_cfi_section_name): Define.
1235 * doc/c-tic6x.texi: Document new unwinding directives.
1236 * dw2gencfi.c (tc_cfi_startproc, tc_cfi_endproc): Add default
1237 definitions.
1238 (cfi_insn_data, fde_entry, CFI_adjust_cfa_offset, CFI_return_column,
1239 CFI_rel_offset, CFI_escape, CFI_signal_frame, CFI_val_encoded_addr):
1240 Move to dw2gencfi.h.
1241 (CFI_EMIT_target): Define.
1242 (dot_cfi_sections): Check tc_cfi_section_name.
1243 (dot_cfi_startproc): Use tc_cfi_startproc.
1244 (dot_cfi_endproc): Use tc_cfi_endproc.
1245 * dw2gencfi.h (cfi_insn_data, fde_entry, CFI_adjust_cfa_offset,
1246 CFI_return_column, CFI_rel_offset, CFI_escape, CFI_signal_frame,
1247 CFI_val_encoded_addr): Move to here from dw2gencfi.c.
1248
6303c4ae
AM
12492011-05-07 Alan Modra <amodra@gmail.com>
1250
1251 * dw2gencfi.c (CUR_SEG, SET_CUR_SEG, HANDLED, SET_HANDLED): Define.
1252 Use throughout in place of #if SUPPORT_FRAME_LINKONCE.
1253 (struct fde_entry): Rename cseg to cur_seg.
1254 (cfi_change_reg_numbers): Remove ATTRIBUTE_UNUSED.
1255 (get_cfi_seg): Likewise. Use if (SUPPORT_FRAME_LINKONCE) rather
1256 that #if SUPPORT_FRAME_LINKONCE.
1257 (cfi_finish): Likewise.
1258
f3b574bf
TG
12592011-05-06 Tristan Gingold <gingold@adacore.com>
1260
1261 * read.c (s_comm_internal): Remove code for OBJ_VMS.
1262 (s_data): Ditto.
1263 (s_text): Ditto.
1264 * write.c (write_object_file): Ditto.
1265 * symbols.c (define_sym_at_dot): Ditto.
1266 (colon): Ditto.
1267
67ed7401
AM
12682011-05-05 Alan Modra <amodra@gmail.com>
1269
1270 * dw2gencfi.c (SUPPORT_FRAME_LINKONCE): Define. Use throughout
1271 file to conditionally compile code added 2011-04-26.
1272 (cfi_change_reg_numbers): Add ATTRIBUTE_UNUSED on params only used
1273 when SUPPORT_FRAME_LINKONCE.
1274 (get_cfi_seg): Likewise. Reintroduce old code for when not
1275 SUPPORT_FRAME_LINKONCE.
1276 (cfi_finish): Move get_cfi_seg calls out of loop when not
1277 SUPPORT_FRAME_LINKONCE. Avoid unused var warning.
1278
2fbb87f6
PB
12792011-05-03 Paul Brook <paul@codesourcery.com>
1280
2fbb87f6
PB
1281 * config/tc-tic6x.c (s_ehtype): New function.
1282 (md_pseudo_table): Add "ehtype".
1283 (tic6x_fix_adjustable, md_apply_fix): BFD_RELOC_C6000_EHTYPE.
1284 * doc/c-tic6x.texi: Document .ehtype directive.
1285
72b016b4
NC
12862011-04-26 Kai Tietz <ktietz@redhat.com>
1287
1288 * dw2gencfi.c (dwcfi_seg_list): New struct.
1289 (dwcfi_hash): New static hash variable.
1290 (get_debugseg_name): New.
1291 (alloc_debugseg_item): New.
1292 (make_debug_seg): New.
1293 (dwcfi_hash_insert): New.
1294 (dwcfi_hash_find): New.
1295 (dwcfi_hash_find_or_make): New.
1296 (cfi_insn_data): New member cur_seg.
1297 (cie_entry): Likewise.
1298 (fde_entry): New cseg and handled members.
1299 (alloc_fde_entry): Initialize cseg member.
1300 (alloc_cfi_insn_data): Initialize cur_seg member.
1301 (dot_cfi_sections): Compare for beginning of
1302 section names via strncmp.
1303 (get_cfi_seg): New.
1304 (cfi_finish): Treat link-once sections.
1305 (is_now_linkonce_segment): New local helper.
1306 (output_cie): Ignore cie entries not member of current
1307 segment.
1308 (output_fde): Likewise.
1309 (select_cie_for_fde): Likewise.
1310 (cfi_change_reg_numbers): Add new argument for current segment
1311 and ignore insn elements, if not part of current segment.
1312 * ehopt.c (get_cie_info): Use strncmp for
1313 section name matching.
1314 (heck_eh_frame): Likewise.
1315
15be625d
CM
13162011-04-20 Catherine Moore <clm@codesourcery.com>
1317 David Ung <davidu@mips.com>
1318
1319 * config/mips.c (mips_cl_insn): Add new field complete_p.
1320 (create_insn): Initialize complete_p to zero.
1321 (BASE_REG_EQ): New.
1322 (fix_24k_align_to): New.
1323 (fix_24k_store_info): Declare.
1324 (fix_24k_sort): New.
1325 (fix_24k_record_store_info): New.
1326 (nops_for_24k): New.
1327 (nops_for_insn): Call nops_for_24k.
1328 (append_insn): Move O_constant expression handling.
72b016b4 1329
8ad17b3a
AM
13302011-04-20 Alan Modra <amodra@gmail.com>
1331
1332 * hash.c (set_gas_hash_table_size): Use bfd_hash_set_default_size.
1333 (hash_new_sized): New function, split out from..
1334 (hash_new): ..here.
1335
00bbc0bd
NC
13362011-04-19 Nick Clifton <nickc@redhat.com>
1337
1338 * config/tc-arm.c (v7m_psrs): Revert previous delta.
1339
ac7f631b
NC
13402011-04-18 Julian Brown <julian@codesourcery.com>
1341 Nick Clifton <nickc@redhat.com>
1342
1343 * config/tc-arm.c (parse_psr): Use selected_cpu not cpu_variant to
1344 detect M-profile targets.
1345 (do_t_swi): Exclude v7 and higher variants from arm_ext_os test.
1346 (v7m_psrs): Fix typo: basepri_max should be basepri_mask.
1347
902cc293
AK
13482011-04-14 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1349
1350 * config/tc-s390.c (s390_machine): New prototype.
1351 (md_pseudo_table): New pseudo-op .machine.
1352 (s390_opcode_hash): Initialize to NULL.
1353 (s390_parse_cpu): New function.
1354 (md_parse_option): Use s390_parse_cpu.
1355 (s390_setup_opcodes): New function.
1356 (md_begin): Use s390_setup_opcodes.
1357 (s390_machine): New hook handling the new .machine pseudo.
1358
1359 * doc/c-s390.texi: Document the new pseudo op .machine.
1360
2b5d6a91
L
13612011-04-12 H.J. Lu <hongjiu.lu@intel.com>
1362
1363 * config/tc-i386.c (i386_mach): Start error message with lower
1364 case.
1365 (md_begin): Likewise.
1366 (md_parse_option): Likewise.
1367 (i386_target_format): Likewise.
1368 (check_byte_reg): Likewise.
1369 (check_long_reg): Likewise.
1370 (check_qword_reg): Likewise.
1371 (check_word_reg): Likewise.
1372
0d9b4b55
NC
13732011-04-12 Nick Clifton <nickc@redhat.com>
1374
1375 PR gas/12532
1376 * config/tc-arm.c (relax_branch): Do not relax branches to
1377 preemptable global symbols.
1378
d2cd1205
JB
13792011-04-11 Julian Brown <julian@codesourcery.com>
1380
1381 * config/tc-arm.c (parse_psr): Add LHS argument. Improve support
1382 for *APSR bitmasks.
1383 (operand_parse_code): Replace OP_PSR with OP_wPSR and OP_rPSR.
1384 Remove OP_RVC_PSR.
1385 (parse_operands): Likewise.
1386 (do_mrs): Tweak error message for constraint.
1387 (do_t_mrs): Update constraints for changes to APSR support.
1388 (do_t_msr): Likewise. Don't set PSR_f flag here.
1389 (psrs): Remove "g", "nzcvq", "nzcvqg".
1390 (insns): Tweak entries for msr and mrs instructions.
1391
4a57f2cf
KT
13922011-04-11 Kai Tietz <ktietz@redhat.com>
1393
1394 * config/tc-i386.c (x86_cons): Initialize adjust with zero.
1395
249c2423
NC
13962011-04-11 Nick Clifton <nickc@redhat.com>
1397
4e4f7c87
NC
1398 * config/tc-i386.c (x86_cons): Define even for non-ELF targets.
1399 * config/tc-i386.h (x86_cons): Always prototype.
1400
249c2423
NC
1401 * config/tc-cr16.c (getprocregp_image): Fix type of 'r' parameter
1402 in order to avoid a compile time warning.
1403 (getprocreg_image): Likewise.
1404
d86fff44
AM
14052011-04-11 Alan Modra <amodra@gmail.com>
1406
1407 * config/tc-cr16.c (getprocreg_image): Correct range check.
1408 (getprocregp_image): Likewise.
1409
8c5fc800
JM
14102011-04-06 Joseph Myers <joseph@codesourcery.com>
1411
1412 * configure.tgt (strongarm*be, strongarm*b, strongarm*,
1413 xscale*be|xscale*b, xscale*): Remove architectures.
1414 (thumb-*-coff, thumb-*-rtems*, thumb-*-elf, thumb-epoc-pe,
1415 thumb-*-pe, xscale-*-coff, xscale-*-elf): Remove targets.
1416
592588f3
TG
14172011-04-01 Tristan Gingold <gingold@adacore.com>
1418
1419 * config/tc-ia64.c (md_apply_fix): Add a cast to avoid a warning.
1420
ac145307
BS
14212011-03-31 Bernd Schmidt <bernds@codesourcery.com>
1422
1423 * config/tc-tic6x.c (sbss_section, scom_section, scom_symbol): New
1424 static variables.
1425 (md_begin): Initialize them.
1426 (s_tic6x_scomm): New static function.
1427 (md_pseudo_table): Add "scomm".
1428 (tc_gen_reloc): Really undo all adjustments made by
1429 bfd_install_relocation.
1430 * doc/c-tic6x.texi: Document the .scomm directive.
1431
fc0eebac
TG
14322011-03-31 Tristan Gingold <gingold@adacore.com>
1433
1434 * dwarf2dbg.c (DWARF2_VERSION): Define.
1435 (out_debug_line): Use it.
1436 (out_debug_aranges): Ditto.
1437 (out_debug_info): Ditto.
1438 * config/tc-ia64.h (DWARF2_VERSION): Override it.
1439
f956bf33
NC
14402011-03-30 Michael Snyder <msnyder@vmware.com>
1441
1442 * obj-elf.c (obj_elf_section): Free malloced name.
4ac14836
NC
1443 * macro.c (get_any_string): Free malloced br_buf.
1444 (do_formals): Free 'formal'.
f956bf33 1445
c734e7e3
TG
14462011-03-30 Tristan Gingold <gingold@adacore.com>
1447
1448 * config/tc-ppc.c (ppc_frob_symbol): Convert stsym symbols value
1449 to offset only if within is set.
1450 (ppc_stabx): Reformat. For stsym stabs, add a check and set
1451 within only for symbols.
1452
af3ecb4a
RH
14532011-03-29 Richard Henderson <rth@redhat.com>
1454
1455 PR 12610
1456 * config/tc-alpha.c (s_alpha_align): Don't auto-align a previous
1457 label; zap alpha_insn_label.
1458
75c1c785
L
14592011-03-29 H.J. Lu <hongjiu.lu@intel.com>
1460
1461 * config/tc-i386.c (handle_quad): Properly handle multiple
1462 operands.
1463
fc99ebdc
MF
14642011-03-29 Mike Frysinger <vapier@gentoo.org>
1465
1466 * config/bfin-parse.y (BYTEUNPACK): Return yyerror when dest
1467 reg $2 is the same as dest reg $4.
1468
3823a074
MF
14692011-03-29 Mike Frysinger <vapier@gentoo.org>
1470
1471 * config/bfin-parse.y (BYTEOP16M): Return yyerror when dest
1472 reg $2 is the same as dest reg $4.
1473
0be99d4b
MF
14742011-03-29 Mike Frysinger <vapier@gentoo.org>
1475
1476 * config/bfin-parse.y (BYTEOP16P): Return yyerror when dest
1477 reg $2 is the same as dest reg $4.
1478
f4a2f576
MF
14792011-03-28 Mike Frysinger <vapier@gentoo.org>
1480
1481 * config/bfin-parse.y (16bit acc add): Return yyerror when dest
1482 reg $1 is the same as dest reg $7.
1483
314a59d5
L
14842011-03-28 H.J. Lu <hongjiu.lu@intel.com>
1485
1486 * config/tc-i386.c (handle_quad): New.
1487 (md_pseudo_table): Add "quad".
1488
5b806d27
NC
14892011-03-26 John Marino <binutils@marino.st>
1490
1491 * configure.tgt: Fix support for *-*-dragonfly*.
1492 * config/tc-i386.c: define SVR4_COMMENT_CHARS for dragonfly.
1493 * config/te-dragonfly.h: New file.
1494
b8c610a7
EW
14952011-03-24 Eric B. Weddington <eric.weddington@atmel.com>
1496
1497 * config/tc-avr.c (mcu_types): Add new devices: atmega325pa,
1498 atmega3250pa, atmega3290pa, atmega16hvbrevb, atmega32hvbrevb,
1499 at90pwm161.
1500 * doc/c-avr.texi: Document new device names.
1501
2dd0dc94
MF
15022011-03-24 Mike Frysinger <vapier@gentoo.org>
1503
1504 * config/bfin-parse.y (dual 32bit add/sub): Return yyerror when dest
1505 reg $1 is the same as dest reg $7.
1506 (quad 16bit add/sub): Return yyerror when dest reg $1 is the same as
1507 dest reg $7.
1508
a0bc8198
MF
15092011-03-24 Mike Frysinger <vapier@gentoo.org>
1510
1511 * config/bfin-parse.y (check_macfuncs): Clarify error message when
1512 P is mismatched. Check destination regno are off by one when P is
1513 set, or are equal when P is not set.
1514
ba48c47b
MF
15152011-03-23 Mike Frysinger <vapier@gentoo.org>
1516
1517 * config/bfin-parse.y (SEARCH): Return yyerror when dest reg $2 is
1518 the same as dest reg $4.
1519 (BITMUX): Return yyerror when dest reg $3 is the same as dest reg $5.
1520
6f8a4444
EW
15212011-03-23 Eric B. Weddington <eric.weddington@atmel.com>
1522
1523 * config/tc-avr.c (mcu_types): Add new xmega devices: atxmega64a1u,
1524 atxmega128a1u, atxmega16x1, atxmega32x1, atxmega128b1, atxmega256a3bu.
1525 * doc/c-avr.texi: Document new device names.
1526
8cc66334
EW
15272011-03-22 Eric B. Weddington <eric.weddington@atmel.com>
1528
1529 * config/tc-avr.c (struct avr_opcodes_s): Add opcode field.
1530 (AVR_INSN): Change definition to match.
1531 (avr_opcodes): Likewise, change to match.
1532 (mcu_types): Add XMEGA architecture names and new XMEGA device names.
1533 (md_show_usage): Add XMEGA architecture names.
1534 (avr_operand): Add 'E' constraint for DES instruction of XMEGA devices.
1535 Add support for SPM Z+ instruction.
1536 * doc/c-avr.texi: Add documentation for XMEGA architectures and
1537 devices.
1538
4fb8d1c6
EW
15392011-03-21 Eric B. Weddington <eric.weddington@atmel.com>
1540
1541 * config/tc-avr.c (md_show_usage): Add "Assembler" text to output.
1542
869fe6ea
AM
15432011-03-18 Alan Modra <amodra@gmail.com>
1544
1545 * config/obj-elf.c (elf_frob_symbol): Report S_SET_SIZE symbol
1546 on .size expression errors rather than symbols in the size expression.
1547
144886fa
AM
15482011-03-18 Alan Modra <amodra@gmail.com>
1549
1550 * input-scrub.c (line_numberT): Delete.
1551 (input_scrub_close): Reset line counters.
1552 * messages.c (as_show_where): Don't print invalid line number.
1553 (as_warn_internal, as_bad_internal): Likewise.
1554
04648e65
AM
15552011-03-18 Alan Modra <amodra@gmail.com>
1556
1557 * read.c (read_a_source_file): Remove md_after_pass_hook.
1558 Move "quit" label before set of dot_symbol.
1559 * config/tc-d10v.h (md_after_pass_hook): Don't define.
1560 * config/tc-d30v.h (md_after_pass_hook): Likewise.
1561 * config/tc-m32r.h (md_after_pass_hook): Likewise.
1562 (md_cleanup): Define to call m32r_fill_insn.
1563
db3a4e40
AK
15642011-03-18 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1565
1566 * config/tc-s390.c (md_parse_option): Add -march=all option which
1567 switches to the highest available CPU.
1568
259af69e
AM
15692011-03-17 Alan Modra <amodra@gmail.com>
1570
1571 PR 12569
1572 * expr.c (operand): Correct passing of "mode" to expr.
1573 * read.c (do_org): Allow expr_section.
1574 (get_known_segmented_expression): Don't assert anything about the
1575 segment.
1576
21be61f5
L
15772011-03-16 H.J. Lu <hongjiu.lu@intel.com>
1578
1579 * as.c (show_usage): Add --size-check=.
1580 (parse_args): Add and handle OPTION_SIZE_CHECK.
1581
1582 * as.h (flag_size_check): New.
1583
1584 * config/obj-elf.c (elf_frob_symbol): Use as_bad to report
1585 bad .size directive only for --size-check=error.
1586
1587 * doc/as.texinfo: Document --size-check=.
1588
7f35e991
MF
15892011-03-14 Mike Frysinger <vapier@gentoo.org>
1590
1591 * config/tc-bfin.c (bfin_cpus[]): Add 0.4 for
1592 bf542/bf544/bf547/bf548/bf549.
1593
34e77a92
RS
15942011-03-14 Richard Sandiford <richard.sandiford@linaro.org>
1595
1596 * config/tc-arm.c (md_pcrel_from_section): Use S_FORCE_RELOC to
1597 determine whether a relocation is needed.
1598 (md_apply_fix, arm_apply_sym_value): Likewise.
1599
35fc36a8
RS
16002011-03-14 Richard Sandiford <richard.sandiford@linaro.org>
1601
1602 * config/tc-arm.c (arm_adjust_symtab): Set the branch type
1603 for Thumb symbols.
1604
502df130
NC
16052011-03-11 Nick Clifton <nickc@redhat.com>
1606
1607 * remap.c (remap_debug_filename): Always allocate a buffer for the
1608 returned pointer.
1609 * stabs.c (stabs_generate_asm_file): Free the pointer returned by
1610 remap_debug_filename.
1611
5652b491
MS
16122011-03-10 Michael Snyder <msnyder@vmware.com>
1613
1614 Revert the following change:
1615 * dwarf2dbg.c (out_file_list): Free malloced 'dir'.
1616 (out_debug_info): Free malloced 'dirname' and 'comp_dir'.
1617
293855c8
AM
16182011-03-10 Alan Modra <amodra@gmail.com>
1619
1620 * gas/config/obj-elf.h (ELF_TARGET_SYMBOL_FIELDS,
1621 TARGET_SYMBOL_FIELDS): Don't define.
1622 * gas/config/tc-arc.c (arc_common): Use correct symbol "local" field.
1623
9f6db0d3
MS
16242011-03-09 Michael Snyder <msnyder@vmware.com>
1625
1626 * dwarf2dbg.c (out_file_list): Free malloced 'dir'.
1627 (out_debug_info): Free malloced 'dirname' and 'comp_dir'.
5652b491
MS
1628 (emit_fixed_inc_line_addr): Assign instead of conditional in
1629 assert.
9f6db0d3 1630
49002d7f
L
16312011-03-05 H.J. Lu <hongjiu.lu@intel.com>
1632
1633 * config/obj-elf.c (elf_frob_symbol): Mention symbol name in
1634 non-constant .size expression.
1635
14aa5a8b
NC
16362011-03-02 Nick Clifton <nickc@redhat.com>
1637
1638 * ecoff.c: Incldue filenames.h
1639
8b6efd89
KT
16402011-02-28 Kai Tietz <kai.tietz@onevision.com>
1641
1642 * depend.c (register_dependency): Use filename_(n)cmp.
1643 * dwarf2dbg.c (get_filenum): Likewise.
1644 * ecoff.c (add_file): Likewise.
1645 (ecoff_generate_asm_lineno): Likewise.
1646 * input-scrub.c (new_logical_line_flags): Likewise.
1647 * listing.c (file_info): Likewise.
1648 (listing_newline): Likewise.
1649 * remap.c (remap_debug_filename): Likewise.
1650 * stabs.c (generate_asm_file): Likewise.
1651 (stabs_generate_asm_lineno): Likewise.
1652
d455268f
MR
16532011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
1654
1655 * config/tc-mips.c (append_insn): Disable branch relaxation for
1656 DSP instructions.
1657
3eebd5eb
MR
16582011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
1659
1660 * config/tc-mips.c (macro): Handle M_PREF_AB.
1661
66b3e8da
MR
16622011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
1663
1664 * config/tc-mips.c (RELAX_BRANCH_ENCODE): Encode the temporary
1665 register to use.
1666 (RELAX_BRANCH_UNCOND): Adjust accordingly.
1667 (RELAX_BRANCH_LIKELY): Likewise.
1668 (RELAX_BRANCH_LINK): Likewise.
1669 (RELAX_BRANCH_TOOFAR): Likewise.
1670 (RELAX_BRANCH_AT): New macro.
1671 (append_insn): Encode the temporary register to use in standard
1672 MIPS branch relaxation.
1673 (relaxed_branch_length): Update according to changes to
1674 RELAX_BRANCH_ENCODE.
1675 (md_convert_frag): Use the encoded register as the temporary.
1676
ce70d90a
MR
16772011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
1678
1679 * config/tc-mips.c (mips_fix_adjustable): On REL targets also
1680 reject PC-relative relocations.
1681
5c4f07ba
MR
16822011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
1683
1684 * config/tc-mips.c (md_convert_frag): Correct message
1685 capitalization.
1686
5a0ade8b
AM
16872011-02-28 Alan Modra <amodra@gmail.com>
1688
1689 * symbols.c (report_op_error): Remove unnecessary forward declaration.
1690 Add "op" parameter. Report operator and operand segments in error
1691 message, not operand symbols.
1692 (resolve_symbol_value): Always set segment for equated symbols, not
1693 just when finalizing. Adjust report_op_error calls.
1694
f2d8a97c
L
16952011-02-25 H.J. Lu <hongjiu.lu@intel.com>
1696
7f648587
L
1697 * config/tc-i386.c (reloc): Don't sign-check 4-byte relocations
1698 if 64bit relocations aren't allowed.
f2d8a97c 1699
e1e90034
AM
17002011-02-25 Alan Modra <amodra@gmail.com>
1701
1702 PR gas/12519
1703 * config/obj-elf.c (elf_frob_symbol): Properly handle size expression.
1704
dfa58db1
MR
17052011-02-21 Maciej W. Rozycki <macro@codesourcery.com>
1706
1707 * config/tc-mips.c (mips_ip) <'o'>: Remove duplicate
1708 initialization of offset_reloc.
1709
d58a1929
RH
17102011-02-15 Richard Henderson <rth@redhat.com>
1711
1712 * dw2gencfi.c (dot_cfi_dummy): New.
1713 (cfi_pseudo_table) [!TARGET_USE_CFIPOP]: New.
1714 * read.c (pobegin): Unconditionally call cfi_pop_insert.
1715
822ce8ee
RW
17162011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1717
1718 * configure: Regenerate.
1719
36f44611
MF
17202011-02-13 Mike Frysinger <vapier@gentoo.org>
1721
1722 * config/bfin-lex.l (BYTEOP2M): Remove tokenization.
1723 * config/bfin-parse.y (BYTEOP2M): Delete token.
1724 (asm_1): Remove BYTEOP2M insn matching.
1725
26bb3ddd
MF
17262011-02-12 Mike Frysinger <vapier@gentoo.org>
1727
1728 * config/bfin-defs.h: Include opcode/bfin.h.
1729 (M_S2RND, M_T, M_W32, M_FU, M_TFU, M_IS, M_ISS2, M_IH, M_IU): Delete.
1730
347d120a
MF
17312011-02-11 Mike Frysinger <vapier@gentoo.org>
1732
1733 * doc/c-bfin.texi (Instruction Delimiting): Fix occur typo.
1734 (Modify Registers): Fix subtracted typo.
1735 (.byte2): Extend and swap descriptions with .byte4.
1736 (.byte4): Extend and swap descriptions with .byte2.
1737 (.db, .dw, .dd): Document behavior.
1738
5f956293
MF
17392011-02-11 Mike Frysinger <vapier@gentoo.org>
1740
1741 * config/bfin-parse.y (TESTSET): Reject REG_SP and REG_FP.
1742
c0e524fe
AM
17432011-02-11 Alan Modra <amodra@gmail.com>
1744
1745 * doc/c-ppc.texi (PowerPC-Opts <-nops>): Clarify.
1746
635fb38d
AM
17472011-02-10 Alan Modra <amodra@gmail.com>
1748
1749 * doc/as.texinfo (Overview): Add missing markup around Blackfin
1750 and PowerPC options.
1751
b8b738ac
AM
17522011-02-10 Alan Modra <amodra@gmail.com>
1753
1754 * config/tc-ppc.c (md_show_usage): Remove -l and -b. Add -K PIC.
1755 * doc/as.texinfo: Refer to and include c-ppc.texi for PowerPC options.
1756 (Overview <Target PowerPC options>): Add a number of missing options.
1757 * doc/c-ppc.texi: Likewise. Add markup for use in manpage generation.
1758
2dde1948
L
17592011-02-08 H.J. Lu <hongjiu.lu@intel.com>
1760
1761 PR gas/6957
1762 * config/tc-i386.c (i386_align_code): Use f32_patt when tuning
1763 for i686.
1764
a586129e
L
17652011-02-08 H.J. Lu <hongjiu.lu@intel.com>
1766
1767 * config/tc-i386.c (set_cpu_arch): Also update cpu_arch_isa_flags
1768 for ISA extensions.
1769 (md_parse_option): Likewise.
1770
98d23bef
BS
17712011-02-04 Bernd Schmidt <bernds@codesourcery.com>
1772
1773 * doc/as.texinfo (Target TIC6X options): Don't mention "-matomic".
1774 * doc/c-tic6x.texi (TIC6X Directives): Don't mention ".atomic".
1775 (TIC6X Options): Don't mention "-matomic".
1776 * config/tc-tic6x.c (OPTION_MATOMIC, OPTION_MNO_ATOMIC): Delete.
1777 (md_longopts): Remove corresponding entries.
1778 (md_parse_option): Don't handle them.
1779 (md_show_usage): Don't document them.
1780 (tic6x_atomic): Delete variable.
1781 (tic6x_update_features): Always copy tic6x_arch_enable to
1782 tic6x_features.
1783 (tic6x_arch_enable): Remove references to TIC6X_INSN_ATOMIC.
1784 (s_tic6x_atomic, s_tic6x_noatomic): Remove functions.
1785 (md_pseudo_table): Remove ".atomic" and ".noatomic".
1786
a22429b9
NC
17872011-01-31 Nick Clifton <nickc@redhat.com>
1788
1789 * write.c (write_contents): Include output file name and bfd error
1790 value when reporting the inability to write to the output file.
1791 * config/tc-rx.c (rx_handle_align): Do not insert NOPs into align
1792 frag that has a non-zero fill value.
1793
eb6fae19
DD
17942011-01-27 DJ Delorie <dj@redhat.com>
1795
1796 * config/tc-rx.c (md_convert_frag): If we can't compute the target
1797 address, zero out the values stored in the object file to make
1798 objdump's output consistent.
1799
ca19b261
KT
18002011-01-26 Kai Tietz <kai.tietz@onevision.com>
1801
1802 * config/tc-i386.c (md_begin): Set for x64 windows COFF target
1803 x86_dwarf2_return_column to 32.
1804
b37a4e79
NC
18052011-01-20 Nick Clifton <nickc@redhat.com>
1806
1807 PR gas/12384
1808 * config/tc-h8300.c (constant_fits_width_p): Use correct type for
1809 comparison.
1810
6ac88ef3
L
18112011-01-18 H.J. Lu <hongjiu.lu@intel.com>
1812
1813 * write.c (compress_debug): Return if section size is smaller
1814 than 32 bytes.
1815
24a2d04d
L
18162011-01-18 H.J. Lu <hongjiu.lu@intel.com>
1817
1818 PR gas/12409
1819 * write.c (compress_debug): Return if section size is 0.
1820
4a58c4bd
NC
18212011-01-18 Mingfeng Wu <mingfeng@faraday-tech.com>
1822
1823 * config/tc-arm.c (arm_cpus): Add Faraday ARMv5TE compatible
1824 cores: fa606te, fa616te, fmp626. Modify the VFP of fa626te.
1825 * doc/c-arm.texi (ARM Options): Add -mcpu={fa606te, fa616te,
1826 fmp626} options.
1827
7c31ae13
NC
18282011-01-18 Nick Clifton <nickc@redhat.com>
1829
1830 PR gas/12390
1831 * doc/all.texi: Add NS32K
1832 * doc/as.texinfo: Remove target specific details of which
1833 characters act as comment initiators and statement separators into
1834 individual target specific files.
1835 * doc/c-alpha.texi (Alpha-Chars): Document special behaviour of
1836 the hash character at the start of a line.
1837 * doc/c-arm.texi (ARM-Chars): Likewise.
1838 * doc/c-avr.texi (AVR-Chars): Likewise.
1839 * doc/c-d10v.texi (D10V-Chars): Likewise.
1840 * doc/c-d30v.texi (D30V-Chars): Likewise.
1841 * doc/c-mmix.texi (MMIX-Chars): Likewise.
1842 * doc/c-s390.texi (s390 characters): Likewise.
1843 * doc/c-sh.texi (SH-Chars): Likewise.
1844 * doc/c-sh64.texi (SH64-Chars): Likewise.
1845 * doc/c-sparc.texi (SPARC-Chars): Likewise.
1846 * doc/c-tic6x.texi (TIC6X Syntax): Likewise.
1847 * doc/c-xtensa.texi (Xtensa Syntax): Likewise.
1848 * doc/c-z80.texi (Z80-Chars): Likewise.
1849 * doc/c-z8k.texi (Z8000-Chars): Likewise.
1850 * doc/c-pdp11.texi (PDP11-Syntax): Document line separator character.
1851 * doc/c-arc.texi (ARC-Chars): Fill in this subsection.
1852 * doc/c-bfin.texi (Blackfin Syntax): Document line comment and
1853 line separator characters.
1854 * doc/c-cr16.texi (CR16 Syntax): Likewise.
1855 * doc/c-i386.texi (i386-Chars): Likewise.
1856 * doc/c-i860.texi (i860-Chars): Likewise.
1857 * doc/c-i960.texi (i960-Chars): Likewise.
1858 * doc/c-ip2k.texi (IP2K-Chars): Likewise.
1859 * doc/c-lm32.texi (LM32-Chars): likewise.
1860 * doc/c-m32c.texi (M32C-Chars): Likewise.
1861 * doc/c-m68hc11.texi (M68HC11-syntax): Likewise.
1862 * doc/c-m68k.texi (M68K-Chars): Likewise.
1863 * doc/c-microblaze.texi (MicroBlaze-Chars): Likewise.
1864 * doc/c-msp430.texi (MSP430-Chars): Likewise.
1865 * doc/c-mt.texi (MT-Chars): Likewise.
1866 * doc/c-ns32k.texi (NS32K-Chars): Likewise.
1867 * doc/c-pj.texi (PJ-Chars): Likewise.
1868 * doc/c-ppc.texi (PowerPC-Chars): Likewise.
1869 * doc/c-rx.texi (RX-Chars): Likewise.
1870 * doc/c-score.texi (SCORE-Chars): Likewise.
1871 * doc/c-tic54x.texi (TIC54X-Chars): Likewise.
1872 * doc/c-v850.texi (V850-Chars): Likewise.
1873 * doc/c-vax.texi (VAX-Chars): Likewise.
1874 * doc/c-xc16x.texi (xc16x-Chars): Likewise.
1875
2a2a0f38
QN
18762011-01-17 Quentin Neill <quentin.neill@amd.com>
1877
1878 * config/tc-i386.c (cpu_arch): Add CPU_TBM_FLAGS.
1879
1880 * doc/c-i386.texi (i386-TBM): New section.
1881
862be3fb
L
18822011-01-16 H.J. Lu <hongjiu.lu@intel.com>
1883
1884 * config/tc-i386.c (disallow_64bit_disp): Renamed to ...
1885 (disallow_64bit_reloc): This.
1886 (md_assemble): Don't check movabs for x32 mode here.
1887 (i386_target_format): Updated.
1888 (tc_gen_reloc): Check if 64bit relocations are allowed.
1889
7f56bc95
L
18902011-01-15 H.J. Lu <hongjiu.lu@intel.com>
1891
1892 * config/tc-i386.c (disallow_64bit_disp): New.
1893 (x86_elf_abi): Replace X86_64_LP64_ABI/X86_64_ILP32_ABI with
1894 X86_64_ABI/X86_64_X32_ABI.
1895 (md_assemble): Don't allow movabs with relocation in x32 mode.
1896 (i386_target_format): Updated.
1897
570561f7
L
18982011-01-14 H.J. Lu <hongjiu.lu@intel.com>
1899
1900 * config/tc-i386.c (OPTION_N32): Renamed to ...
1901 (OPTION_X32): This.
1902 (md_longopts): Replace n32 with x32.
1903 (md_parse_option): Updated.
1904 (md_show_usage): Likewise.
1905
4a22cb7c 1906 * doc/c-i386.texi: Replace --n32 with --x32.
570561f7 1907
c95354ed
MX
19082011-01-11 Mingjie Xing <mingjie.xing@gmail.com>
1909
1910 * config/tc-mips.c (mips_ip): Update error messages. Take an
1911 unadjusted offset for "+c" argument.
1912
7af8ed2d
NC
19132011-01-10 Nick Clifton <nickc@redhat.com>
1914
1915 * config/tc-i386.c (x86_elf_abi): Only define for targets that use
1916 it.
1917
cdf9ccec
NC
19182011-01-10 Nick Clifton <nickc@redhat.com>
1919
1920 * config/tc-arm.c (s_arm_tls_desceq): Move code into ELF-only
1921 part of the file.
1922
0855e32b
NS
19232011-01-10 Nathan Sidwell <nathan@codesourcery.com>
1924 Glauber de Oliveira Costa <glommer@gmail.com>
1925
1926 * doc/c-arm.texi: Document TLSDESC and TLSCALL relocations, and
1927 .tlsdescseq directive.
1928 * config/tc-arm.c (arm_typed_reg_parse): Check for potential reloc
1929 following a symbol.
1930 (s_arm_tls_descseq): New directive.
1931 (md_pseudo_table): Add it.
1932 (encode_branch): Allow TLS_CALL relocs too.
1933 (do_t_blx, do_t_branch23): Use encode_branch.
1934 (reloc_names): Add tlsdesc and tlscall.
1935 (md_apply_fix): Process tls desc relocations.
1936 (tc_gen_reloc): Likewise.
1937 (arm_fix_adjustable): Likewise.
1938
87973e9f
QN
19392011-01-07 Quentin Neill <quentin.neill@amd.com>
1940
1941 * config/tc-i386.c (cpu_arch): Add CPU_BMI_FLAGS.
1942
1943 * doc/c-i386.texi (i386-BMI): New section.
1944
12505806
PK
19452011-01-06 Paul Koning <ni1d@arrl.net>
1946
1947 * config/tc-pdp11.c (parse_op_no_deferred): Allow PC-relative
1948 references to absolute addresses.
1949
9689e3a3
DD
19502011-01-05 DJ Delorie <dj@redhat.com>
1951
1952 * config/tc-rx.c (tc_gen_reloc): Emit an RX_OP_NEG expression
1953 instead of an RH_NEG32 one.
1954
35cc6a0b
L
19552011-01-05 Jonathan Wakely <jwakely.gcc@gmail.com>
1956
1957 * doc/c-i386.texi: Clarify --n32.
1958
f12dc422
L
19592011-01-04 H.J. Lu <hongjiu.lu@intel.com>
1960
1961 * config/tc-i386.c (build_modrm_byte): Allow encoding 32/64bit
1962 integer registers in VEX.vvvv. Check register-only source
1963 operand when two source operands are swapped. Properly update
1964 destination when two source operands are swapped.
1965
0db46eb4
L
19662011-01-01 H.J. Lu <hongjiu.lu@intel.com>
1967
1968 * gas.c (parse_args): Update copyright to 2011.
1969
5b326c3e 1970For older changes see ChangeLog-2010
08d56133
NC
1971\f
1972Local Variables:
1973mode: change-log
1974left-margin: 8
1975fill-column: 74
1976version-control: never
1977End:
This page took 0.634162 seconds and 4 git commands to generate.