]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/ChangeLog
2011-04-26 Tristan Gingold <gingold@adacore.com>
[thirdparty/binutils-gdb.git] / gas / ChangeLog
CommitLineData
15be625d
CM
12011-04-20 Catherine Moore <clm@codesourcery.com>
2 David Ung <davidu@mips.com>
3
4 * config/mips.c (mips_cl_insn): Add new field complete_p.
5 (create_insn): Initialize complete_p to zero.
6 (BASE_REG_EQ): New.
7 (fix_24k_align_to): New.
8 (fix_24k_store_info): Declare.
9 (fix_24k_sort): New.
10 (fix_24k_record_store_info): New.
11 (nops_for_24k): New.
12 (nops_for_insn): Call nops_for_24k.
13 (append_insn): Move O_constant expression handling.
14
8ad17b3a
AM
152011-04-20 Alan Modra <amodra@gmail.com>
16
17 * hash.c (set_gas_hash_table_size): Use bfd_hash_set_default_size.
18 (hash_new_sized): New function, split out from..
19 (hash_new): ..here.
20
00bbc0bd
NC
212011-04-19 Nick Clifton <nickc@redhat.com>
22
23 * config/tc-arm.c (v7m_psrs): Revert previous delta.
24
ac7f631b
NC
252011-04-18 Julian Brown <julian@codesourcery.com>
26 Nick Clifton <nickc@redhat.com>
27
28 * config/tc-arm.c (parse_psr): Use selected_cpu not cpu_variant to
29 detect M-profile targets.
30 (do_t_swi): Exclude v7 and higher variants from arm_ext_os test.
31 (v7m_psrs): Fix typo: basepri_max should be basepri_mask.
32
902cc293
AK
332011-04-14 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
34
35 * config/tc-s390.c (s390_machine): New prototype.
36 (md_pseudo_table): New pseudo-op .machine.
37 (s390_opcode_hash): Initialize to NULL.
38 (s390_parse_cpu): New function.
39 (md_parse_option): Use s390_parse_cpu.
40 (s390_setup_opcodes): New function.
41 (md_begin): Use s390_setup_opcodes.
42 (s390_machine): New hook handling the new .machine pseudo.
43
44 * doc/c-s390.texi: Document the new pseudo op .machine.
45
2b5d6a91
L
462011-04-12 H.J. Lu <hongjiu.lu@intel.com>
47
48 * config/tc-i386.c (i386_mach): Start error message with lower
49 case.
50 (md_begin): Likewise.
51 (md_parse_option): Likewise.
52 (i386_target_format): Likewise.
53 (check_byte_reg): Likewise.
54 (check_long_reg): Likewise.
55 (check_qword_reg): Likewise.
56 (check_word_reg): Likewise.
57
0d9b4b55
NC
582011-04-12 Nick Clifton <nickc@redhat.com>
59
60 PR gas/12532
61 * config/tc-arm.c (relax_branch): Do not relax branches to
62 preemptable global symbols.
63
d2cd1205
JB
642011-04-11 Julian Brown <julian@codesourcery.com>
65
66 * config/tc-arm.c (parse_psr): Add LHS argument. Improve support
67 for *APSR bitmasks.
68 (operand_parse_code): Replace OP_PSR with OP_wPSR and OP_rPSR.
69 Remove OP_RVC_PSR.
70 (parse_operands): Likewise.
71 (do_mrs): Tweak error message for constraint.
72 (do_t_mrs): Update constraints for changes to APSR support.
73 (do_t_msr): Likewise. Don't set PSR_f flag here.
74 (psrs): Remove "g", "nzcvq", "nzcvqg".
75 (insns): Tweak entries for msr and mrs instructions.
76
4a57f2cf
KT
772011-04-11 Kai Tietz <ktietz@redhat.com>
78
79 * config/tc-i386.c (x86_cons): Initialize adjust with zero.
80
249c2423
NC
812011-04-11 Nick Clifton <nickc@redhat.com>
82
4e4f7c87
NC
83 * config/tc-i386.c (x86_cons): Define even for non-ELF targets.
84 * config/tc-i386.h (x86_cons): Always prototype.
85
249c2423
NC
86 * config/tc-cr16.c (getprocregp_image): Fix type of 'r' parameter
87 in order to avoid a compile time warning.
88 (getprocreg_image): Likewise.
89
d86fff44
AM
902011-04-11 Alan Modra <amodra@gmail.com>
91
92 * config/tc-cr16.c (getprocreg_image): Correct range check.
93 (getprocregp_image): Likewise.
94
8c5fc800
JM
952011-04-06 Joseph Myers <joseph@codesourcery.com>
96
97 * configure.tgt (strongarm*be, strongarm*b, strongarm*,
98 xscale*be|xscale*b, xscale*): Remove architectures.
99 (thumb-*-coff, thumb-*-rtems*, thumb-*-elf, thumb-epoc-pe,
100 thumb-*-pe, xscale-*-coff, xscale-*-elf): Remove targets.
101
592588f3
TG
1022011-04-01 Tristan Gingold <gingold@adacore.com>
103
104 * config/tc-ia64.c (md_apply_fix): Add a cast to avoid a warning.
105
ac145307
BS
1062011-03-31 Bernd Schmidt <bernds@codesourcery.com>
107
108 * config/tc-tic6x.c (sbss_section, scom_section, scom_symbol): New
109 static variables.
110 (md_begin): Initialize them.
111 (s_tic6x_scomm): New static function.
112 (md_pseudo_table): Add "scomm".
113 (tc_gen_reloc): Really undo all adjustments made by
114 bfd_install_relocation.
115 * doc/c-tic6x.texi: Document the .scomm directive.
116
fc0eebac
TG
1172011-03-31 Tristan Gingold <gingold@adacore.com>
118
119 * dwarf2dbg.c (DWARF2_VERSION): Define.
120 (out_debug_line): Use it.
121 (out_debug_aranges): Ditto.
122 (out_debug_info): Ditto.
123 * config/tc-ia64.h (DWARF2_VERSION): Override it.
124
f956bf33
NC
1252011-03-30 Michael Snyder <msnyder@vmware.com>
126
127 * obj-elf.c (obj_elf_section): Free malloced name.
4ac14836
NC
128 * macro.c (get_any_string): Free malloced br_buf.
129 (do_formals): Free 'formal'.
f956bf33 130
c734e7e3
TG
1312011-03-30 Tristan Gingold <gingold@adacore.com>
132
133 * config/tc-ppc.c (ppc_frob_symbol): Convert stsym symbols value
134 to offset only if within is set.
135 (ppc_stabx): Reformat. For stsym stabs, add a check and set
136 within only for symbols.
137
af3ecb4a
RH
1382011-03-29 Richard Henderson <rth@redhat.com>
139
140 PR 12610
141 * config/tc-alpha.c (s_alpha_align): Don't auto-align a previous
142 label; zap alpha_insn_label.
143
75c1c785
L
1442011-03-29 H.J. Lu <hongjiu.lu@intel.com>
145
146 * config/tc-i386.c (handle_quad): Properly handle multiple
147 operands.
148
fc99ebdc
MF
1492011-03-29 Mike Frysinger <vapier@gentoo.org>
150
151 * config/bfin-parse.y (BYTEUNPACK): Return yyerror when dest
152 reg $2 is the same as dest reg $4.
153
3823a074
MF
1542011-03-29 Mike Frysinger <vapier@gentoo.org>
155
156 * config/bfin-parse.y (BYTEOP16M): Return yyerror when dest
157 reg $2 is the same as dest reg $4.
158
0be99d4b
MF
1592011-03-29 Mike Frysinger <vapier@gentoo.org>
160
161 * config/bfin-parse.y (BYTEOP16P): Return yyerror when dest
162 reg $2 is the same as dest reg $4.
163
f4a2f576
MF
1642011-03-28 Mike Frysinger <vapier@gentoo.org>
165
166 * config/bfin-parse.y (16bit acc add): Return yyerror when dest
167 reg $1 is the same as dest reg $7.
168
314a59d5
L
1692011-03-28 H.J. Lu <hongjiu.lu@intel.com>
170
171 * config/tc-i386.c (handle_quad): New.
172 (md_pseudo_table): Add "quad".
173
5b806d27
NC
1742011-03-26 John Marino <binutils@marino.st>
175
176 * configure.tgt: Fix support for *-*-dragonfly*.
177 * config/tc-i386.c: define SVR4_COMMENT_CHARS for dragonfly.
178 * config/te-dragonfly.h: New file.
179
b8c610a7
EW
1802011-03-24 Eric B. Weddington <eric.weddington@atmel.com>
181
182 * config/tc-avr.c (mcu_types): Add new devices: atmega325pa,
183 atmega3250pa, atmega3290pa, atmega16hvbrevb, atmega32hvbrevb,
184 at90pwm161.
185 * doc/c-avr.texi: Document new device names.
186
2dd0dc94
MF
1872011-03-24 Mike Frysinger <vapier@gentoo.org>
188
189 * config/bfin-parse.y (dual 32bit add/sub): Return yyerror when dest
190 reg $1 is the same as dest reg $7.
191 (quad 16bit add/sub): Return yyerror when dest reg $1 is the same as
192 dest reg $7.
193
a0bc8198
MF
1942011-03-24 Mike Frysinger <vapier@gentoo.org>
195
196 * config/bfin-parse.y (check_macfuncs): Clarify error message when
197 P is mismatched. Check destination regno are off by one when P is
198 set, or are equal when P is not set.
199
ba48c47b
MF
2002011-03-23 Mike Frysinger <vapier@gentoo.org>
201
202 * config/bfin-parse.y (SEARCH): Return yyerror when dest reg $2 is
203 the same as dest reg $4.
204 (BITMUX): Return yyerror when dest reg $3 is the same as dest reg $5.
205
6f8a4444
EW
2062011-03-23 Eric B. Weddington <eric.weddington@atmel.com>
207
208 * config/tc-avr.c (mcu_types): Add new xmega devices: atxmega64a1u,
209 atxmega128a1u, atxmega16x1, atxmega32x1, atxmega128b1, atxmega256a3bu.
210 * doc/c-avr.texi: Document new device names.
211
8cc66334
EW
2122011-03-22 Eric B. Weddington <eric.weddington@atmel.com>
213
214 * config/tc-avr.c (struct avr_opcodes_s): Add opcode field.
215 (AVR_INSN): Change definition to match.
216 (avr_opcodes): Likewise, change to match.
217 (mcu_types): Add XMEGA architecture names and new XMEGA device names.
218 (md_show_usage): Add XMEGA architecture names.
219 (avr_operand): Add 'E' constraint for DES instruction of XMEGA devices.
220 Add support for SPM Z+ instruction.
221 * doc/c-avr.texi: Add documentation for XMEGA architectures and
222 devices.
223
4fb8d1c6
EW
2242011-03-21 Eric B. Weddington <eric.weddington@atmel.com>
225
226 * config/tc-avr.c (md_show_usage): Add "Assembler" text to output.
227
869fe6ea
AM
2282011-03-18 Alan Modra <amodra@gmail.com>
229
230 * config/obj-elf.c (elf_frob_symbol): Report S_SET_SIZE symbol
231 on .size expression errors rather than symbols in the size expression.
232
144886fa
AM
2332011-03-18 Alan Modra <amodra@gmail.com>
234
235 * input-scrub.c (line_numberT): Delete.
236 (input_scrub_close): Reset line counters.
237 * messages.c (as_show_where): Don't print invalid line number.
238 (as_warn_internal, as_bad_internal): Likewise.
239
04648e65
AM
2402011-03-18 Alan Modra <amodra@gmail.com>
241
242 * read.c (read_a_source_file): Remove md_after_pass_hook.
243 Move "quit" label before set of dot_symbol.
244 * config/tc-d10v.h (md_after_pass_hook): Don't define.
245 * config/tc-d30v.h (md_after_pass_hook): Likewise.
246 * config/tc-m32r.h (md_after_pass_hook): Likewise.
247 (md_cleanup): Define to call m32r_fill_insn.
248
db3a4e40
AK
2492011-03-18 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
250
251 * config/tc-s390.c (md_parse_option): Add -march=all option which
252 switches to the highest available CPU.
253
259af69e
AM
2542011-03-17 Alan Modra <amodra@gmail.com>
255
256 PR 12569
257 * expr.c (operand): Correct passing of "mode" to expr.
258 * read.c (do_org): Allow expr_section.
259 (get_known_segmented_expression): Don't assert anything about the
260 segment.
261
21be61f5
L
2622011-03-16 H.J. Lu <hongjiu.lu@intel.com>
263
264 * as.c (show_usage): Add --size-check=.
265 (parse_args): Add and handle OPTION_SIZE_CHECK.
266
267 * as.h (flag_size_check): New.
268
269 * config/obj-elf.c (elf_frob_symbol): Use as_bad to report
270 bad .size directive only for --size-check=error.
271
272 * doc/as.texinfo: Document --size-check=.
273
7f35e991
MF
2742011-03-14 Mike Frysinger <vapier@gentoo.org>
275
276 * config/tc-bfin.c (bfin_cpus[]): Add 0.4 for
277 bf542/bf544/bf547/bf548/bf549.
278
34e77a92
RS
2792011-03-14 Richard Sandiford <richard.sandiford@linaro.org>
280
281 * config/tc-arm.c (md_pcrel_from_section): Use S_FORCE_RELOC to
282 determine whether a relocation is needed.
283 (md_apply_fix, arm_apply_sym_value): Likewise.
284
35fc36a8
RS
2852011-03-14 Richard Sandiford <richard.sandiford@linaro.org>
286
287 * config/tc-arm.c (arm_adjust_symtab): Set the branch type
288 for Thumb symbols.
289
502df130
NC
2902011-03-11 Nick Clifton <nickc@redhat.com>
291
292 * remap.c (remap_debug_filename): Always allocate a buffer for the
293 returned pointer.
294 * stabs.c (stabs_generate_asm_file): Free the pointer returned by
295 remap_debug_filename.
296
5652b491
MS
2972011-03-10 Michael Snyder <msnyder@vmware.com>
298
299 Revert the following change:
300 * dwarf2dbg.c (out_file_list): Free malloced 'dir'.
301 (out_debug_info): Free malloced 'dirname' and 'comp_dir'.
302
293855c8
AM
3032011-03-10 Alan Modra <amodra@gmail.com>
304
305 * gas/config/obj-elf.h (ELF_TARGET_SYMBOL_FIELDS,
306 TARGET_SYMBOL_FIELDS): Don't define.
307 * gas/config/tc-arc.c (arc_common): Use correct symbol "local" field.
308
9f6db0d3
MS
3092011-03-09 Michael Snyder <msnyder@vmware.com>
310
311 * dwarf2dbg.c (out_file_list): Free malloced 'dir'.
312 (out_debug_info): Free malloced 'dirname' and 'comp_dir'.
5652b491
MS
313 (emit_fixed_inc_line_addr): Assign instead of conditional in
314 assert.
9f6db0d3 315
49002d7f
L
3162011-03-05 H.J. Lu <hongjiu.lu@intel.com>
317
318 * config/obj-elf.c (elf_frob_symbol): Mention symbol name in
319 non-constant .size expression.
320
14aa5a8b
NC
3212011-03-02 Nick Clifton <nickc@redhat.com>
322
323 * ecoff.c: Incldue filenames.h
324
8b6efd89
KT
3252011-02-28 Kai Tietz <kai.tietz@onevision.com>
326
327 * depend.c (register_dependency): Use filename_(n)cmp.
328 * dwarf2dbg.c (get_filenum): Likewise.
329 * ecoff.c (add_file): Likewise.
330 (ecoff_generate_asm_lineno): Likewise.
331 * input-scrub.c (new_logical_line_flags): Likewise.
332 * listing.c (file_info): Likewise.
333 (listing_newline): Likewise.
334 * remap.c (remap_debug_filename): Likewise.
335 * stabs.c (generate_asm_file): Likewise.
336 (stabs_generate_asm_lineno): Likewise.
337
d455268f
MR
3382011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
339
340 * config/tc-mips.c (append_insn): Disable branch relaxation for
341 DSP instructions.
342
3eebd5eb
MR
3432011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
344
345 * config/tc-mips.c (macro): Handle M_PREF_AB.
346
66b3e8da
MR
3472011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
348
349 * config/tc-mips.c (RELAX_BRANCH_ENCODE): Encode the temporary
350 register to use.
351 (RELAX_BRANCH_UNCOND): Adjust accordingly.
352 (RELAX_BRANCH_LIKELY): Likewise.
353 (RELAX_BRANCH_LINK): Likewise.
354 (RELAX_BRANCH_TOOFAR): Likewise.
355 (RELAX_BRANCH_AT): New macro.
356 (append_insn): Encode the temporary register to use in standard
357 MIPS branch relaxation.
358 (relaxed_branch_length): Update according to changes to
359 RELAX_BRANCH_ENCODE.
360 (md_convert_frag): Use the encoded register as the temporary.
361
ce70d90a
MR
3622011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
363
364 * config/tc-mips.c (mips_fix_adjustable): On REL targets also
365 reject PC-relative relocations.
366
5c4f07ba
MR
3672011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
368
369 * config/tc-mips.c (md_convert_frag): Correct message
370 capitalization.
371
5a0ade8b
AM
3722011-02-28 Alan Modra <amodra@gmail.com>
373
374 * symbols.c (report_op_error): Remove unnecessary forward declaration.
375 Add "op" parameter. Report operator and operand segments in error
376 message, not operand symbols.
377 (resolve_symbol_value): Always set segment for equated symbols, not
378 just when finalizing. Adjust report_op_error calls.
379
f2d8a97c
L
3802011-02-25 H.J. Lu <hongjiu.lu@intel.com>
381
7f648587
L
382 * config/tc-i386.c (reloc): Don't sign-check 4-byte relocations
383 if 64bit relocations aren't allowed.
f2d8a97c 384
e1e90034
AM
3852011-02-25 Alan Modra <amodra@gmail.com>
386
387 PR gas/12519
388 * config/obj-elf.c (elf_frob_symbol): Properly handle size expression.
389
dfa58db1
MR
3902011-02-21 Maciej W. Rozycki <macro@codesourcery.com>
391
392 * config/tc-mips.c (mips_ip) <'o'>: Remove duplicate
393 initialization of offset_reloc.
394
d58a1929
RH
3952011-02-15 Richard Henderson <rth@redhat.com>
396
397 * dw2gencfi.c (dot_cfi_dummy): New.
398 (cfi_pseudo_table) [!TARGET_USE_CFIPOP]: New.
399 * read.c (pobegin): Unconditionally call cfi_pop_insert.
400
822ce8ee
RW
4012011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
402
403 * configure: Regenerate.
404
36f44611
MF
4052011-02-13 Mike Frysinger <vapier@gentoo.org>
406
407 * config/bfin-lex.l (BYTEOP2M): Remove tokenization.
408 * config/bfin-parse.y (BYTEOP2M): Delete token.
409 (asm_1): Remove BYTEOP2M insn matching.
410
26bb3ddd
MF
4112011-02-12 Mike Frysinger <vapier@gentoo.org>
412
413 * config/bfin-defs.h: Include opcode/bfin.h.
414 (M_S2RND, M_T, M_W32, M_FU, M_TFU, M_IS, M_ISS2, M_IH, M_IU): Delete.
415
347d120a
MF
4162011-02-11 Mike Frysinger <vapier@gentoo.org>
417
418 * doc/c-bfin.texi (Instruction Delimiting): Fix occur typo.
419 (Modify Registers): Fix subtracted typo.
420 (.byte2): Extend and swap descriptions with .byte4.
421 (.byte4): Extend and swap descriptions with .byte2.
422 (.db, .dw, .dd): Document behavior.
423
5f956293
MF
4242011-02-11 Mike Frysinger <vapier@gentoo.org>
425
426 * config/bfin-parse.y (TESTSET): Reject REG_SP and REG_FP.
427
c0e524fe
AM
4282011-02-11 Alan Modra <amodra@gmail.com>
429
430 * doc/c-ppc.texi (PowerPC-Opts <-nops>): Clarify.
431
635fb38d
AM
4322011-02-10 Alan Modra <amodra@gmail.com>
433
434 * doc/as.texinfo (Overview): Add missing markup around Blackfin
435 and PowerPC options.
436
b8b738ac
AM
4372011-02-10 Alan Modra <amodra@gmail.com>
438
439 * config/tc-ppc.c (md_show_usage): Remove -l and -b. Add -K PIC.
440 * doc/as.texinfo: Refer to and include c-ppc.texi for PowerPC options.
441 (Overview <Target PowerPC options>): Add a number of missing options.
442 * doc/c-ppc.texi: Likewise. Add markup for use in manpage generation.
443
2dde1948
L
4442011-02-08 H.J. Lu <hongjiu.lu@intel.com>
445
446 PR gas/6957
447 * config/tc-i386.c (i386_align_code): Use f32_patt when tuning
448 for i686.
449
a586129e
L
4502011-02-08 H.J. Lu <hongjiu.lu@intel.com>
451
452 * config/tc-i386.c (set_cpu_arch): Also update cpu_arch_isa_flags
453 for ISA extensions.
454 (md_parse_option): Likewise.
455
98d23bef
BS
4562011-02-04 Bernd Schmidt <bernds@codesourcery.com>
457
458 * doc/as.texinfo (Target TIC6X options): Don't mention "-matomic".
459 * doc/c-tic6x.texi (TIC6X Directives): Don't mention ".atomic".
460 (TIC6X Options): Don't mention "-matomic".
461 * config/tc-tic6x.c (OPTION_MATOMIC, OPTION_MNO_ATOMIC): Delete.
462 (md_longopts): Remove corresponding entries.
463 (md_parse_option): Don't handle them.
464 (md_show_usage): Don't document them.
465 (tic6x_atomic): Delete variable.
466 (tic6x_update_features): Always copy tic6x_arch_enable to
467 tic6x_features.
468 (tic6x_arch_enable): Remove references to TIC6X_INSN_ATOMIC.
469 (s_tic6x_atomic, s_tic6x_noatomic): Remove functions.
470 (md_pseudo_table): Remove ".atomic" and ".noatomic".
471
a22429b9
NC
4722011-01-31 Nick Clifton <nickc@redhat.com>
473
474 * write.c (write_contents): Include output file name and bfd error
475 value when reporting the inability to write to the output file.
476 * config/tc-rx.c (rx_handle_align): Do not insert NOPs into align
477 frag that has a non-zero fill value.
478
eb6fae19
DD
4792011-01-27 DJ Delorie <dj@redhat.com>
480
481 * config/tc-rx.c (md_convert_frag): If we can't compute the target
482 address, zero out the values stored in the object file to make
483 objdump's output consistent.
484
ca19b261
KT
4852011-01-26 Kai Tietz <kai.tietz@onevision.com>
486
487 * config/tc-i386.c (md_begin): Set for x64 windows COFF target
488 x86_dwarf2_return_column to 32.
489
b37a4e79
NC
4902011-01-20 Nick Clifton <nickc@redhat.com>
491
492 PR gas/12384
493 * config/tc-h8300.c (constant_fits_width_p): Use correct type for
494 comparison.
495
6ac88ef3
L
4962011-01-18 H.J. Lu <hongjiu.lu@intel.com>
497
498 * write.c (compress_debug): Return if section size is smaller
499 than 32 bytes.
500
24a2d04d
L
5012011-01-18 H.J. Lu <hongjiu.lu@intel.com>
502
503 PR gas/12409
504 * write.c (compress_debug): Return if section size is 0.
505
4a58c4bd
NC
5062011-01-18 Mingfeng Wu <mingfeng@faraday-tech.com>
507
508 * config/tc-arm.c (arm_cpus): Add Faraday ARMv5TE compatible
509 cores: fa606te, fa616te, fmp626. Modify the VFP of fa626te.
510 * doc/c-arm.texi (ARM Options): Add -mcpu={fa606te, fa616te,
511 fmp626} options.
512
7c31ae13
NC
5132011-01-18 Nick Clifton <nickc@redhat.com>
514
515 PR gas/12390
516 * doc/all.texi: Add NS32K
517 * doc/as.texinfo: Remove target specific details of which
518 characters act as comment initiators and statement separators into
519 individual target specific files.
520 * doc/c-alpha.texi (Alpha-Chars): Document special behaviour of
521 the hash character at the start of a line.
522 * doc/c-arm.texi (ARM-Chars): Likewise.
523 * doc/c-avr.texi (AVR-Chars): Likewise.
524 * doc/c-d10v.texi (D10V-Chars): Likewise.
525 * doc/c-d30v.texi (D30V-Chars): Likewise.
526 * doc/c-mmix.texi (MMIX-Chars): Likewise.
527 * doc/c-s390.texi (s390 characters): Likewise.
528 * doc/c-sh.texi (SH-Chars): Likewise.
529 * doc/c-sh64.texi (SH64-Chars): Likewise.
530 * doc/c-sparc.texi (SPARC-Chars): Likewise.
531 * doc/c-tic6x.texi (TIC6X Syntax): Likewise.
532 * doc/c-xtensa.texi (Xtensa Syntax): Likewise.
533 * doc/c-z80.texi (Z80-Chars): Likewise.
534 * doc/c-z8k.texi (Z8000-Chars): Likewise.
535 * doc/c-pdp11.texi (PDP11-Syntax): Document line separator character.
536 * doc/c-arc.texi (ARC-Chars): Fill in this subsection.
537 * doc/c-bfin.texi (Blackfin Syntax): Document line comment and
538 line separator characters.
539 * doc/c-cr16.texi (CR16 Syntax): Likewise.
540 * doc/c-i386.texi (i386-Chars): Likewise.
541 * doc/c-i860.texi (i860-Chars): Likewise.
542 * doc/c-i960.texi (i960-Chars): Likewise.
543 * doc/c-ip2k.texi (IP2K-Chars): Likewise.
544 * doc/c-lm32.texi (LM32-Chars): likewise.
545 * doc/c-m32c.texi (M32C-Chars): Likewise.
546 * doc/c-m68hc11.texi (M68HC11-syntax): Likewise.
547 * doc/c-m68k.texi (M68K-Chars): Likewise.
548 * doc/c-microblaze.texi (MicroBlaze-Chars): Likewise.
549 * doc/c-msp430.texi (MSP430-Chars): Likewise.
550 * doc/c-mt.texi (MT-Chars): Likewise.
551 * doc/c-ns32k.texi (NS32K-Chars): Likewise.
552 * doc/c-pj.texi (PJ-Chars): Likewise.
553 * doc/c-ppc.texi (PowerPC-Chars): Likewise.
554 * doc/c-rx.texi (RX-Chars): Likewise.
555 * doc/c-score.texi (SCORE-Chars): Likewise.
556 * doc/c-tic54x.texi (TIC54X-Chars): Likewise.
557 * doc/c-v850.texi (V850-Chars): Likewise.
558 * doc/c-vax.texi (VAX-Chars): Likewise.
559 * doc/c-xc16x.texi (xc16x-Chars): Likewise.
560
2a2a0f38
QN
5612011-01-17 Quentin Neill <quentin.neill@amd.com>
562
563 * config/tc-i386.c (cpu_arch): Add CPU_TBM_FLAGS.
564
565 * doc/c-i386.texi (i386-TBM): New section.
566
862be3fb
L
5672011-01-16 H.J. Lu <hongjiu.lu@intel.com>
568
569 * config/tc-i386.c (disallow_64bit_disp): Renamed to ...
570 (disallow_64bit_reloc): This.
571 (md_assemble): Don't check movabs for x32 mode here.
572 (i386_target_format): Updated.
573 (tc_gen_reloc): Check if 64bit relocations are allowed.
574
7f56bc95
L
5752011-01-15 H.J. Lu <hongjiu.lu@intel.com>
576
577 * config/tc-i386.c (disallow_64bit_disp): New.
578 (x86_elf_abi): Replace X86_64_LP64_ABI/X86_64_ILP32_ABI with
579 X86_64_ABI/X86_64_X32_ABI.
580 (md_assemble): Don't allow movabs with relocation in x32 mode.
581 (i386_target_format): Updated.
582
570561f7
L
5832011-01-14 H.J. Lu <hongjiu.lu@intel.com>
584
585 * config/tc-i386.c (OPTION_N32): Renamed to ...
586 (OPTION_X32): This.
587 (md_longopts): Replace n32 with x32.
588 (md_parse_option): Updated.
589 (md_show_usage): Likewise.
590
4a22cb7c 591 * doc/c-i386.texi: Replace --n32 with --x32.
570561f7 592
c95354ed
MX
5932011-01-11 Mingjie Xing <mingjie.xing@gmail.com>
594
595 * config/tc-mips.c (mips_ip): Update error messages. Take an
596 unadjusted offset for "+c" argument.
597
7af8ed2d
NC
5982011-01-10 Nick Clifton <nickc@redhat.com>
599
600 * config/tc-i386.c (x86_elf_abi): Only define for targets that use
601 it.
602
cdf9ccec
NC
6032011-01-10 Nick Clifton <nickc@redhat.com>
604
605 * config/tc-arm.c (s_arm_tls_desceq): Move code into ELF-only
606 part of the file.
607
0855e32b
NS
6082011-01-10 Nathan Sidwell <nathan@codesourcery.com>
609 Glauber de Oliveira Costa <glommer@gmail.com>
610
611 * doc/c-arm.texi: Document TLSDESC and TLSCALL relocations, and
612 .tlsdescseq directive.
613 * config/tc-arm.c (arm_typed_reg_parse): Check for potential reloc
614 following a symbol.
615 (s_arm_tls_descseq): New directive.
616 (md_pseudo_table): Add it.
617 (encode_branch): Allow TLS_CALL relocs too.
618 (do_t_blx, do_t_branch23): Use encode_branch.
619 (reloc_names): Add tlsdesc and tlscall.
620 (md_apply_fix): Process tls desc relocations.
621 (tc_gen_reloc): Likewise.
622 (arm_fix_adjustable): Likewise.
623
87973e9f
QN
6242011-01-07 Quentin Neill <quentin.neill@amd.com>
625
626 * config/tc-i386.c (cpu_arch): Add CPU_BMI_FLAGS.
627
628 * doc/c-i386.texi (i386-BMI): New section.
629
12505806
PK
6302011-01-06 Paul Koning <ni1d@arrl.net>
631
632 * config/tc-pdp11.c (parse_op_no_deferred): Allow PC-relative
633 references to absolute addresses.
634
9689e3a3
DD
6352011-01-05 DJ Delorie <dj@redhat.com>
636
637 * config/tc-rx.c (tc_gen_reloc): Emit an RX_OP_NEG expression
638 instead of an RH_NEG32 one.
639
35cc6a0b
L
6402011-01-05 Jonathan Wakely <jwakely.gcc@gmail.com>
641
642 * doc/c-i386.texi: Clarify --n32.
643
f12dc422
L
6442011-01-04 H.J. Lu <hongjiu.lu@intel.com>
645
646 * config/tc-i386.c (build_modrm_byte): Allow encoding 32/64bit
647 integer registers in VEX.vvvv. Check register-only source
648 operand when two source operands are swapped. Properly update
649 destination when two source operands are swapped.
650
0db46eb4
L
6512011-01-01 H.J. Lu <hongjiu.lu@intel.com>
652
653 * gas.c (parse_args): Update copyright to 2011.
654
5b326c3e 655For older changes see ChangeLog-2010
08d56133
NC
656\f
657Local Variables:
658mode: change-log
659left-margin: 8
660fill-column: 74
661version-control: never
662End: