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