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