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