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