* gas/all/gas.exp (do_930509a): Don't xfail h8300 and mn10200.
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
d2cd1205
JB
12011-04-11 Julian Brown <julian@codesourcery.com>
2
3 * config/tc-arm.c (parse_psr): Add LHS argument. Improve support
4 for *APSR bitmasks.
5 (operand_parse_code): Replace OP_PSR with OP_wPSR and OP_rPSR.
6 Remove OP_RVC_PSR.
7 (parse_operands): Likewise.
8 (do_mrs): Tweak error message for constraint.
9 (do_t_mrs): Update constraints for changes to APSR support.
10 (do_t_msr): Likewise. Don't set PSR_f flag here.
11 (psrs): Remove "g", "nzcvq", "nzcvqg".
12 (insns): Tweak entries for msr and mrs instructions.
13
4a57f2cf
KT
142011-04-11 Kai Tietz <ktietz@redhat.com>
15
16 * config/tc-i386.c (x86_cons): Initialize adjust with zero.
17
249c2423
NC
182011-04-11 Nick Clifton <nickc@redhat.com>
19
4e4f7c87
NC
20 * config/tc-i386.c (x86_cons): Define even for non-ELF targets.
21 * config/tc-i386.h (x86_cons): Always prototype.
22
249c2423
NC
23 * config/tc-cr16.c (getprocregp_image): Fix type of 'r' parameter
24 in order to avoid a compile time warning.
25 (getprocreg_image): Likewise.
26
d86fff44
AM
272011-04-11 Alan Modra <amodra@gmail.com>
28
29 * config/tc-cr16.c (getprocreg_image): Correct range check.
30 (getprocregp_image): Likewise.
31
8c5fc800
JM
322011-04-06 Joseph Myers <joseph@codesourcery.com>
33
34 * configure.tgt (strongarm*be, strongarm*b, strongarm*,
35 xscale*be|xscale*b, xscale*): Remove architectures.
36 (thumb-*-coff, thumb-*-rtems*, thumb-*-elf, thumb-epoc-pe,
37 thumb-*-pe, xscale-*-coff, xscale-*-elf): Remove targets.
38
592588f3
TG
392011-04-01 Tristan Gingold <gingold@adacore.com>
40
41 * config/tc-ia64.c (md_apply_fix): Add a cast to avoid a warning.
42
ac145307
BS
432011-03-31 Bernd Schmidt <bernds@codesourcery.com>
44
45 * config/tc-tic6x.c (sbss_section, scom_section, scom_symbol): New
46 static variables.
47 (md_begin): Initialize them.
48 (s_tic6x_scomm): New static function.
49 (md_pseudo_table): Add "scomm".
50 (tc_gen_reloc): Really undo all adjustments made by
51 bfd_install_relocation.
52 * doc/c-tic6x.texi: Document the .scomm directive.
53
fc0eebac
TG
542011-03-31 Tristan Gingold <gingold@adacore.com>
55
56 * dwarf2dbg.c (DWARF2_VERSION): Define.
57 (out_debug_line): Use it.
58 (out_debug_aranges): Ditto.
59 (out_debug_info): Ditto.
60 * config/tc-ia64.h (DWARF2_VERSION): Override it.
61
f956bf33
NC
622011-03-30 Michael Snyder <msnyder@vmware.com>
63
64 * obj-elf.c (obj_elf_section): Free malloced name.
4ac14836
NC
65 * macro.c (get_any_string): Free malloced br_buf.
66 (do_formals): Free 'formal'.
f956bf33 67
c734e7e3
TG
682011-03-30 Tristan Gingold <gingold@adacore.com>
69
70 * config/tc-ppc.c (ppc_frob_symbol): Convert stsym symbols value
71 to offset only if within is set.
72 (ppc_stabx): Reformat. For stsym stabs, add a check and set
73 within only for symbols.
74
af3ecb4a
RH
752011-03-29 Richard Henderson <rth@redhat.com>
76
77 PR 12610
78 * config/tc-alpha.c (s_alpha_align): Don't auto-align a previous
79 label; zap alpha_insn_label.
80
75c1c785
L
812011-03-29 H.J. Lu <hongjiu.lu@intel.com>
82
83 * config/tc-i386.c (handle_quad): Properly handle multiple
84 operands.
85
fc99ebdc
MF
862011-03-29 Mike Frysinger <vapier@gentoo.org>
87
88 * config/bfin-parse.y (BYTEUNPACK): Return yyerror when dest
89 reg $2 is the same as dest reg $4.
90
3823a074
MF
912011-03-29 Mike Frysinger <vapier@gentoo.org>
92
93 * config/bfin-parse.y (BYTEOP16M): Return yyerror when dest
94 reg $2 is the same as dest reg $4.
95
0be99d4b
MF
962011-03-29 Mike Frysinger <vapier@gentoo.org>
97
98 * config/bfin-parse.y (BYTEOP16P): Return yyerror when dest
99 reg $2 is the same as dest reg $4.
100
f4a2f576
MF
1012011-03-28 Mike Frysinger <vapier@gentoo.org>
102
103 * config/bfin-parse.y (16bit acc add): Return yyerror when dest
104 reg $1 is the same as dest reg $7.
105
314a59d5
L
1062011-03-28 H.J. Lu <hongjiu.lu@intel.com>
107
108 * config/tc-i386.c (handle_quad): New.
109 (md_pseudo_table): Add "quad".
110
5b806d27
NC
1112011-03-26 John Marino <binutils@marino.st>
112
113 * configure.tgt: Fix support for *-*-dragonfly*.
114 * config/tc-i386.c: define SVR4_COMMENT_CHARS for dragonfly.
115 * config/te-dragonfly.h: New file.
116
b8c610a7
EW
1172011-03-24 Eric B. Weddington <eric.weddington@atmel.com>
118
119 * config/tc-avr.c (mcu_types): Add new devices: atmega325pa,
120 atmega3250pa, atmega3290pa, atmega16hvbrevb, atmega32hvbrevb,
121 at90pwm161.
122 * doc/c-avr.texi: Document new device names.
123
2dd0dc94
MF
1242011-03-24 Mike Frysinger <vapier@gentoo.org>
125
126 * config/bfin-parse.y (dual 32bit add/sub): Return yyerror when dest
127 reg $1 is the same as dest reg $7.
128 (quad 16bit add/sub): Return yyerror when dest reg $1 is the same as
129 dest reg $7.
130
a0bc8198
MF
1312011-03-24 Mike Frysinger <vapier@gentoo.org>
132
133 * config/bfin-parse.y (check_macfuncs): Clarify error message when
134 P is mismatched. Check destination regno are off by one when P is
135 set, or are equal when P is not set.
136
ba48c47b
MF
1372011-03-23 Mike Frysinger <vapier@gentoo.org>
138
139 * config/bfin-parse.y (SEARCH): Return yyerror when dest reg $2 is
140 the same as dest reg $4.
141 (BITMUX): Return yyerror when dest reg $3 is the same as dest reg $5.
142
6f8a4444
EW
1432011-03-23 Eric B. Weddington <eric.weddington@atmel.com>
144
145 * config/tc-avr.c (mcu_types): Add new xmega devices: atxmega64a1u,
146 atxmega128a1u, atxmega16x1, atxmega32x1, atxmega128b1, atxmega256a3bu.
147 * doc/c-avr.texi: Document new device names.
148
8cc66334
EW
1492011-03-22 Eric B. Weddington <eric.weddington@atmel.com>
150
151 * config/tc-avr.c (struct avr_opcodes_s): Add opcode field.
152 (AVR_INSN): Change definition to match.
153 (avr_opcodes): Likewise, change to match.
154 (mcu_types): Add XMEGA architecture names and new XMEGA device names.
155 (md_show_usage): Add XMEGA architecture names.
156 (avr_operand): Add 'E' constraint for DES instruction of XMEGA devices.
157 Add support for SPM Z+ instruction.
158 * doc/c-avr.texi: Add documentation for XMEGA architectures and
159 devices.
160
4fb8d1c6
EW
1612011-03-21 Eric B. Weddington <eric.weddington@atmel.com>
162
163 * config/tc-avr.c (md_show_usage): Add "Assembler" text to output.
164
869fe6ea
AM
1652011-03-18 Alan Modra <amodra@gmail.com>
166
167 * config/obj-elf.c (elf_frob_symbol): Report S_SET_SIZE symbol
168 on .size expression errors rather than symbols in the size expression.
169
144886fa
AM
1702011-03-18 Alan Modra <amodra@gmail.com>
171
172 * input-scrub.c (line_numberT): Delete.
173 (input_scrub_close): Reset line counters.
174 * messages.c (as_show_where): Don't print invalid line number.
175 (as_warn_internal, as_bad_internal): Likewise.
176
04648e65
AM
1772011-03-18 Alan Modra <amodra@gmail.com>
178
179 * read.c (read_a_source_file): Remove md_after_pass_hook.
180 Move "quit" label before set of dot_symbol.
181 * config/tc-d10v.h (md_after_pass_hook): Don't define.
182 * config/tc-d30v.h (md_after_pass_hook): Likewise.
183 * config/tc-m32r.h (md_after_pass_hook): Likewise.
184 (md_cleanup): Define to call m32r_fill_insn.
185
db3a4e40
AK
1862011-03-18 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
187
188 * config/tc-s390.c (md_parse_option): Add -march=all option which
189 switches to the highest available CPU.
190
259af69e
AM
1912011-03-17 Alan Modra <amodra@gmail.com>
192
193 PR 12569
194 * expr.c (operand): Correct passing of "mode" to expr.
195 * read.c (do_org): Allow expr_section.
196 (get_known_segmented_expression): Don't assert anything about the
197 segment.
198
21be61f5
L
1992011-03-16 H.J. Lu <hongjiu.lu@intel.com>
200
201 * as.c (show_usage): Add --size-check=.
202 (parse_args): Add and handle OPTION_SIZE_CHECK.
203
204 * as.h (flag_size_check): New.
205
206 * config/obj-elf.c (elf_frob_symbol): Use as_bad to report
207 bad .size directive only for --size-check=error.
208
209 * doc/as.texinfo: Document --size-check=.
210
7f35e991
MF
2112011-03-14 Mike Frysinger <vapier@gentoo.org>
212
213 * config/tc-bfin.c (bfin_cpus[]): Add 0.4 for
214 bf542/bf544/bf547/bf548/bf549.
215
34e77a92
RS
2162011-03-14 Richard Sandiford <richard.sandiford@linaro.org>
217
218 * config/tc-arm.c (md_pcrel_from_section): Use S_FORCE_RELOC to
219 determine whether a relocation is needed.
220 (md_apply_fix, arm_apply_sym_value): Likewise.
221
35fc36a8
RS
2222011-03-14 Richard Sandiford <richard.sandiford@linaro.org>
223
224 * config/tc-arm.c (arm_adjust_symtab): Set the branch type
225 for Thumb symbols.
226
502df130
NC
2272011-03-11 Nick Clifton <nickc@redhat.com>
228
229 * remap.c (remap_debug_filename): Always allocate a buffer for the
230 returned pointer.
231 * stabs.c (stabs_generate_asm_file): Free the pointer returned by
232 remap_debug_filename.
233
5652b491
MS
2342011-03-10 Michael Snyder <msnyder@vmware.com>
235
236 Revert the following change:
237 * dwarf2dbg.c (out_file_list): Free malloced 'dir'.
238 (out_debug_info): Free malloced 'dirname' and 'comp_dir'.
239
293855c8
AM
2402011-03-10 Alan Modra <amodra@gmail.com>
241
242 * gas/config/obj-elf.h (ELF_TARGET_SYMBOL_FIELDS,
243 TARGET_SYMBOL_FIELDS): Don't define.
244 * gas/config/tc-arc.c (arc_common): Use correct symbol "local" field.
245
9f6db0d3
MS
2462011-03-09 Michael Snyder <msnyder@vmware.com>
247
248 * dwarf2dbg.c (out_file_list): Free malloced 'dir'.
249 (out_debug_info): Free malloced 'dirname' and 'comp_dir'.
5652b491
MS
250 (emit_fixed_inc_line_addr): Assign instead of conditional in
251 assert.
9f6db0d3 252
49002d7f
L
2532011-03-05 H.J. Lu <hongjiu.lu@intel.com>
254
255 * config/obj-elf.c (elf_frob_symbol): Mention symbol name in
256 non-constant .size expression.
257
14aa5a8b
NC
2582011-03-02 Nick Clifton <nickc@redhat.com>
259
260 * ecoff.c: Incldue filenames.h
261
8b6efd89
KT
2622011-02-28 Kai Tietz <kai.tietz@onevision.com>
263
264 * depend.c (register_dependency): Use filename_(n)cmp.
265 * dwarf2dbg.c (get_filenum): Likewise.
266 * ecoff.c (add_file): Likewise.
267 (ecoff_generate_asm_lineno): Likewise.
268 * input-scrub.c (new_logical_line_flags): Likewise.
269 * listing.c (file_info): Likewise.
270 (listing_newline): Likewise.
271 * remap.c (remap_debug_filename): Likewise.
272 * stabs.c (generate_asm_file): Likewise.
273 (stabs_generate_asm_lineno): Likewise.
274
d455268f
MR
2752011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
276
277 * config/tc-mips.c (append_insn): Disable branch relaxation for
278 DSP instructions.
279
3eebd5eb
MR
2802011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
281
282 * config/tc-mips.c (macro): Handle M_PREF_AB.
283
66b3e8da
MR
2842011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
285
286 * config/tc-mips.c (RELAX_BRANCH_ENCODE): Encode the temporary
287 register to use.
288 (RELAX_BRANCH_UNCOND): Adjust accordingly.
289 (RELAX_BRANCH_LIKELY): Likewise.
290 (RELAX_BRANCH_LINK): Likewise.
291 (RELAX_BRANCH_TOOFAR): Likewise.
292 (RELAX_BRANCH_AT): New macro.
293 (append_insn): Encode the temporary register to use in standard
294 MIPS branch relaxation.
295 (relaxed_branch_length): Update according to changes to
296 RELAX_BRANCH_ENCODE.
297 (md_convert_frag): Use the encoded register as the temporary.
298
ce70d90a
MR
2992011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
300
301 * config/tc-mips.c (mips_fix_adjustable): On REL targets also
302 reject PC-relative relocations.
303
5c4f07ba
MR
3042011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
305
306 * config/tc-mips.c (md_convert_frag): Correct message
307 capitalization.
308
5a0ade8b
AM
3092011-02-28 Alan Modra <amodra@gmail.com>
310
311 * symbols.c (report_op_error): Remove unnecessary forward declaration.
312 Add "op" parameter. Report operator and operand segments in error
313 message, not operand symbols.
314 (resolve_symbol_value): Always set segment for equated symbols, not
315 just when finalizing. Adjust report_op_error calls.
316
f2d8a97c
L
3172011-02-25 H.J. Lu <hongjiu.lu@intel.com>
318
7f648587
L
319 * config/tc-i386.c (reloc): Don't sign-check 4-byte relocations
320 if 64bit relocations aren't allowed.
f2d8a97c 321
e1e90034
AM
3222011-02-25 Alan Modra <amodra@gmail.com>
323
324 PR gas/12519
325 * config/obj-elf.c (elf_frob_symbol): Properly handle size expression.
326
dfa58db1
MR
3272011-02-21 Maciej W. Rozycki <macro@codesourcery.com>
328
329 * config/tc-mips.c (mips_ip) <'o'>: Remove duplicate
330 initialization of offset_reloc.
331
d58a1929
RH
3322011-02-15 Richard Henderson <rth@redhat.com>
333
334 * dw2gencfi.c (dot_cfi_dummy): New.
335 (cfi_pseudo_table) [!TARGET_USE_CFIPOP]: New.
336 * read.c (pobegin): Unconditionally call cfi_pop_insert.
337
822ce8ee
RW
3382011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
339
340 * configure: Regenerate.
341
36f44611
MF
3422011-02-13 Mike Frysinger <vapier@gentoo.org>
343
344 * config/bfin-lex.l (BYTEOP2M): Remove tokenization.
345 * config/bfin-parse.y (BYTEOP2M): Delete token.
346 (asm_1): Remove BYTEOP2M insn matching.
347
26bb3ddd
MF
3482011-02-12 Mike Frysinger <vapier@gentoo.org>
349
350 * config/bfin-defs.h: Include opcode/bfin.h.
351 (M_S2RND, M_T, M_W32, M_FU, M_TFU, M_IS, M_ISS2, M_IH, M_IU): Delete.
352
347d120a
MF
3532011-02-11 Mike Frysinger <vapier@gentoo.org>
354
355 * doc/c-bfin.texi (Instruction Delimiting): Fix occur typo.
356 (Modify Registers): Fix subtracted typo.
357 (.byte2): Extend and swap descriptions with .byte4.
358 (.byte4): Extend and swap descriptions with .byte2.
359 (.db, .dw, .dd): Document behavior.
360
5f956293
MF
3612011-02-11 Mike Frysinger <vapier@gentoo.org>
362
363 * config/bfin-parse.y (TESTSET): Reject REG_SP and REG_FP.
364
c0e524fe
AM
3652011-02-11 Alan Modra <amodra@gmail.com>
366
367 * doc/c-ppc.texi (PowerPC-Opts <-nops>): Clarify.
368
635fb38d
AM
3692011-02-10 Alan Modra <amodra@gmail.com>
370
371 * doc/as.texinfo (Overview): Add missing markup around Blackfin
372 and PowerPC options.
373
b8b738ac
AM
3742011-02-10 Alan Modra <amodra@gmail.com>
375
376 * config/tc-ppc.c (md_show_usage): Remove -l and -b. Add -K PIC.
377 * doc/as.texinfo: Refer to and include c-ppc.texi for PowerPC options.
378 (Overview <Target PowerPC options>): Add a number of missing options.
379 * doc/c-ppc.texi: Likewise. Add markup for use in manpage generation.
380
2dde1948
L
3812011-02-08 H.J. Lu <hongjiu.lu@intel.com>
382
383 PR gas/6957
384 * config/tc-i386.c (i386_align_code): Use f32_patt when tuning
385 for i686.
386
a586129e
L
3872011-02-08 H.J. Lu <hongjiu.lu@intel.com>
388
389 * config/tc-i386.c (set_cpu_arch): Also update cpu_arch_isa_flags
390 for ISA extensions.
391 (md_parse_option): Likewise.
392
98d23bef
BS
3932011-02-04 Bernd Schmidt <bernds@codesourcery.com>
394
395 * doc/as.texinfo (Target TIC6X options): Don't mention "-matomic".
396 * doc/c-tic6x.texi (TIC6X Directives): Don't mention ".atomic".
397 (TIC6X Options): Don't mention "-matomic".
398 * config/tc-tic6x.c (OPTION_MATOMIC, OPTION_MNO_ATOMIC): Delete.
399 (md_longopts): Remove corresponding entries.
400 (md_parse_option): Don't handle them.
401 (md_show_usage): Don't document them.
402 (tic6x_atomic): Delete variable.
403 (tic6x_update_features): Always copy tic6x_arch_enable to
404 tic6x_features.
405 (tic6x_arch_enable): Remove references to TIC6X_INSN_ATOMIC.
406 (s_tic6x_atomic, s_tic6x_noatomic): Remove functions.
407 (md_pseudo_table): Remove ".atomic" and ".noatomic".
408
a22429b9
NC
4092011-01-31 Nick Clifton <nickc@redhat.com>
410
411 * write.c (write_contents): Include output file name and bfd error
412 value when reporting the inability to write to the output file.
413 * config/tc-rx.c (rx_handle_align): Do not insert NOPs into align
414 frag that has a non-zero fill value.
415
eb6fae19
DD
4162011-01-27 DJ Delorie <dj@redhat.com>
417
418 * config/tc-rx.c (md_convert_frag): If we can't compute the target
419 address, zero out the values stored in the object file to make
420 objdump's output consistent.
421
ca19b261
KT
4222011-01-26 Kai Tietz <kai.tietz@onevision.com>
423
424 * config/tc-i386.c (md_begin): Set for x64 windows COFF target
425 x86_dwarf2_return_column to 32.
426
b37a4e79
NC
4272011-01-20 Nick Clifton <nickc@redhat.com>
428
429 PR gas/12384
430 * config/tc-h8300.c (constant_fits_width_p): Use correct type for
431 comparison.
432
6ac88ef3
L
4332011-01-18 H.J. Lu <hongjiu.lu@intel.com>
434
435 * write.c (compress_debug): Return if section size is smaller
436 than 32 bytes.
437
24a2d04d
L
4382011-01-18 H.J. Lu <hongjiu.lu@intel.com>
439
440 PR gas/12409
441 * write.c (compress_debug): Return if section size is 0.
442
4a58c4bd
NC
4432011-01-18 Mingfeng Wu <mingfeng@faraday-tech.com>
444
445 * config/tc-arm.c (arm_cpus): Add Faraday ARMv5TE compatible
446 cores: fa606te, fa616te, fmp626. Modify the VFP of fa626te.
447 * doc/c-arm.texi (ARM Options): Add -mcpu={fa606te, fa616te,
448 fmp626} options.
449
7c31ae13
NC
4502011-01-18 Nick Clifton <nickc@redhat.com>
451
452 PR gas/12390
453 * doc/all.texi: Add NS32K
454 * doc/as.texinfo: Remove target specific details of which
455 characters act as comment initiators and statement separators into
456 individual target specific files.
457 * doc/c-alpha.texi (Alpha-Chars): Document special behaviour of
458 the hash character at the start of a line.
459 * doc/c-arm.texi (ARM-Chars): Likewise.
460 * doc/c-avr.texi (AVR-Chars): Likewise.
461 * doc/c-d10v.texi (D10V-Chars): Likewise.
462 * doc/c-d30v.texi (D30V-Chars): Likewise.
463 * doc/c-mmix.texi (MMIX-Chars): Likewise.
464 * doc/c-s390.texi (s390 characters): Likewise.
465 * doc/c-sh.texi (SH-Chars): Likewise.
466 * doc/c-sh64.texi (SH64-Chars): Likewise.
467 * doc/c-sparc.texi (SPARC-Chars): Likewise.
468 * doc/c-tic6x.texi (TIC6X Syntax): Likewise.
469 * doc/c-xtensa.texi (Xtensa Syntax): Likewise.
470 * doc/c-z80.texi (Z80-Chars): Likewise.
471 * doc/c-z8k.texi (Z8000-Chars): Likewise.
472 * doc/c-pdp11.texi (PDP11-Syntax): Document line separator character.
473 * doc/c-arc.texi (ARC-Chars): Fill in this subsection.
474 * doc/c-bfin.texi (Blackfin Syntax): Document line comment and
475 line separator characters.
476 * doc/c-cr16.texi (CR16 Syntax): Likewise.
477 * doc/c-i386.texi (i386-Chars): Likewise.
478 * doc/c-i860.texi (i860-Chars): Likewise.
479 * doc/c-i960.texi (i960-Chars): Likewise.
480 * doc/c-ip2k.texi (IP2K-Chars): Likewise.
481 * doc/c-lm32.texi (LM32-Chars): likewise.
482 * doc/c-m32c.texi (M32C-Chars): Likewise.
483 * doc/c-m68hc11.texi (M68HC11-syntax): Likewise.
484 * doc/c-m68k.texi (M68K-Chars): Likewise.
485 * doc/c-microblaze.texi (MicroBlaze-Chars): Likewise.
486 * doc/c-msp430.texi (MSP430-Chars): Likewise.
487 * doc/c-mt.texi (MT-Chars): Likewise.
488 * doc/c-ns32k.texi (NS32K-Chars): Likewise.
489 * doc/c-pj.texi (PJ-Chars): Likewise.
490 * doc/c-ppc.texi (PowerPC-Chars): Likewise.
491 * doc/c-rx.texi (RX-Chars): Likewise.
492 * doc/c-score.texi (SCORE-Chars): Likewise.
493 * doc/c-tic54x.texi (TIC54X-Chars): Likewise.
494 * doc/c-v850.texi (V850-Chars): Likewise.
495 * doc/c-vax.texi (VAX-Chars): Likewise.
496 * doc/c-xc16x.texi (xc16x-Chars): Likewise.
497
2a2a0f38
QN
4982011-01-17 Quentin Neill <quentin.neill@amd.com>
499
500 * config/tc-i386.c (cpu_arch): Add CPU_TBM_FLAGS.
501
502 * doc/c-i386.texi (i386-TBM): New section.
503
862be3fb
L
5042011-01-16 H.J. Lu <hongjiu.lu@intel.com>
505
506 * config/tc-i386.c (disallow_64bit_disp): Renamed to ...
507 (disallow_64bit_reloc): This.
508 (md_assemble): Don't check movabs for x32 mode here.
509 (i386_target_format): Updated.
510 (tc_gen_reloc): Check if 64bit relocations are allowed.
511
7f56bc95
L
5122011-01-15 H.J. Lu <hongjiu.lu@intel.com>
513
514 * config/tc-i386.c (disallow_64bit_disp): New.
515 (x86_elf_abi): Replace X86_64_LP64_ABI/X86_64_ILP32_ABI with
516 X86_64_ABI/X86_64_X32_ABI.
517 (md_assemble): Don't allow movabs with relocation in x32 mode.
518 (i386_target_format): Updated.
519
570561f7
L
5202011-01-14 H.J. Lu <hongjiu.lu@intel.com>
521
522 * config/tc-i386.c (OPTION_N32): Renamed to ...
523 (OPTION_X32): This.
524 (md_longopts): Replace n32 with x32.
525 (md_parse_option): Updated.
526 (md_show_usage): Likewise.
527
4a22cb7c 528 * doc/c-i386.texi: Replace --n32 with --x32.
570561f7 529
c95354ed
MX
5302011-01-11 Mingjie Xing <mingjie.xing@gmail.com>
531
532 * config/tc-mips.c (mips_ip): Update error messages. Take an
533 unadjusted offset for "+c" argument.
534
7af8ed2d
NC
5352011-01-10 Nick Clifton <nickc@redhat.com>
536
537 * config/tc-i386.c (x86_elf_abi): Only define for targets that use
538 it.
539
cdf9ccec
NC
5402011-01-10 Nick Clifton <nickc@redhat.com>
541
542 * config/tc-arm.c (s_arm_tls_desceq): Move code into ELF-only
543 part of the file.
544
0855e32b
NS
5452011-01-10 Nathan Sidwell <nathan@codesourcery.com>
546 Glauber de Oliveira Costa <glommer@gmail.com>
547
548 * doc/c-arm.texi: Document TLSDESC and TLSCALL relocations, and
549 .tlsdescseq directive.
550 * config/tc-arm.c (arm_typed_reg_parse): Check for potential reloc
551 following a symbol.
552 (s_arm_tls_descseq): New directive.
553 (md_pseudo_table): Add it.
554 (encode_branch): Allow TLS_CALL relocs too.
555 (do_t_blx, do_t_branch23): Use encode_branch.
556 (reloc_names): Add tlsdesc and tlscall.
557 (md_apply_fix): Process tls desc relocations.
558 (tc_gen_reloc): Likewise.
559 (arm_fix_adjustable): Likewise.
560
87973e9f
QN
5612011-01-07 Quentin Neill <quentin.neill@amd.com>
562
563 * config/tc-i386.c (cpu_arch): Add CPU_BMI_FLAGS.
564
565 * doc/c-i386.texi (i386-BMI): New section.
566
12505806
PK
5672011-01-06 Paul Koning <ni1d@arrl.net>
568
569 * config/tc-pdp11.c (parse_op_no_deferred): Allow PC-relative
570 references to absolute addresses.
571
9689e3a3
DD
5722011-01-05 DJ Delorie <dj@redhat.com>
573
574 * config/tc-rx.c (tc_gen_reloc): Emit an RX_OP_NEG expression
575 instead of an RH_NEG32 one.
576
35cc6a0b
L
5772011-01-05 Jonathan Wakely <jwakely.gcc@gmail.com>
578
579 * doc/c-i386.texi: Clarify --n32.
580
f12dc422
L
5812011-01-04 H.J. Lu <hongjiu.lu@intel.com>
582
583 * config/tc-i386.c (build_modrm_byte): Allow encoding 32/64bit
584 integer registers in VEX.vvvv. Check register-only source
585 operand when two source operands are swapped. Properly update
586 destination when two source operands are swapped.
587
0db46eb4
L
5882011-01-01 H.J. Lu <hongjiu.lu@intel.com>
589
590 * gas.c (parse_args): Update copyright to 2011.
591
5b326c3e 592For older changes see ChangeLog-2010
08d56133
NC
593\f
594Local Variables:
595mode: change-log
596left-margin: 8
597fill-column: 74
598version-control: never
599End:
This page took 0.781733 seconds and 4 git commands to generate.