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